@-ms-viewport {
	width: device-width;
}

.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.no-gutters {
	margin-right: 0;
	margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
	padding-right: 0;
	padding-left: 0;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}

.col-auto {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: none;
}

.col-1 {
	-ms-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
}

.col-2 {
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}

.col-3 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.col-4 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}

.col-5 {
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
}

.col-6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.col-7 {
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
}

.col-8 {
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}

.col-9 {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}

.col-10 {
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
}

.col-11 {
	-ms-flex: 0 0 91.666667%;
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
}

.col-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.order-first {
	-ms-flex-order: -1;
	order: -1;
}

.order-last {
	-ms-flex-order: 13;
	order: 13;
}

.order-0 {
	-ms-flex-order: 0;
	order: 0;
}

.order-1 {
	-ms-flex-order: 1;
	order: 1;
}

.order-2 {
	-ms-flex-order: 2;
	order: 2;
}

.order-3 {
	-ms-flex-order: 3;
	order: 3;
}

.order-4 {
	-ms-flex-order: 4;
	order: 4;
}

.order-5 {
	-ms-flex-order: 5;
	order: 5;
}

.order-6 {
	-ms-flex-order: 6;
	order: 6;
}

.order-7 {
	-ms-flex-order: 7;
	order: 7;
}

.order-8 {
	-ms-flex-order: 8;
	order: 8;
}

.order-9 {
	-ms-flex-order: 9;
	order: 9;
}

.order-10 {
	-ms-flex-order: 10;
	order: 10;
}

.order-11 {
	-ms-flex-order: 11;
	order: 11;
}

.order-12 {
	-ms-flex-order: 12;
	order: 12;
}

.offset-1 {
	margin-left: 8.333333%;
}

.offset-2 {
	margin-left: 16.666667%;
}

.offset-3 {
	margin-left: 25%;
}

.offset-4 {
	margin-left: 33.333333%;
}

.offset-5 {
	margin-left: 41.666667%;
}

.offset-6 {
	margin-left: 50%;
}

.offset-7 {
	margin-left: 58.333333%;
}

.offset-8 {
	margin-left: 66.666667%;
}

.offset-9 {
	margin-left: 75%;
}

.offset-10 {
	margin-left: 83.333333%;
}

.offset-11 {
	margin-left: 91.666667%;
}

@media (min-width: 576px) {
	.col-sm {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-sm-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	.col-sm-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.col-sm-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.col-sm-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-sm-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-sm-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.col-sm-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-sm-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.col-sm-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.col-sm-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-sm-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.col-sm-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.col-sm-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-sm-first {
		-ms-flex-order: -1;
		order: -1;
	}
	.order-sm-last {
		-ms-flex-order: 13;
		order: 13;
	}
	.order-sm-0 {
		-ms-flex-order: 0;
		order: 0;
	}
	.order-sm-1 {
		-ms-flex-order: 1;
		order: 1;
	}
	.order-sm-2 {
		-ms-flex-order: 2;
		order: 2;
	}
	.order-sm-3 {
		-ms-flex-order: 3;
		order: 3;
	}
	.order-sm-4 {
		-ms-flex-order: 4;
		order: 4;
	}
	.order-sm-5 {
		-ms-flex-order: 5;
		order: 5;
	}
	.order-sm-6 {
		-ms-flex-order: 6;
		order: 6;
	}
	.order-sm-7 {
		-ms-flex-order: 7;
		order: 7;
	}
	.order-sm-8 {
		-ms-flex-order: 8;
		order: 8;
	}
	.order-sm-9 {
		-ms-flex-order: 9;
		order: 9;
	}
	.order-sm-10 {
		-ms-flex-order: 10;
		order: 10;
	}
	.order-sm-11 {
		-ms-flex-order: 11;
		order: 11;
	}
	.order-sm-12 {
		-ms-flex-order: 12;
		order: 12;
	}
	.offset-sm-0 {
		margin-left: 0;
	}
	.offset-sm-1 {
		margin-left: 8.333333%;
	}
	.offset-sm-2 {
		margin-left: 16.666667%;
	}
	.offset-sm-3 {
		margin-left: 25%;
	}
	.offset-sm-4 {
		margin-left: 33.333333%;
	}
	.offset-sm-5 {
		margin-left: 41.666667%;
	}
	.offset-sm-6 {
		margin-left: 50%;
	}
	.offset-sm-7 {
		margin-left: 58.333333%;
	}
	.offset-sm-8 {
		margin-left: 66.666667%;
	}
	.offset-sm-9 {
		margin-left: 75%;
	}
	.offset-sm-10 {
		margin-left: 83.333333%;
	}
	.offset-sm-11 {
		margin-left: 91.666667%;
	}
}

@media (min-width: 768px) {
	.col-md {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-md-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	.col-md-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.col-md-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.col-md-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-md-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-md-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.col-md-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-md-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.col-md-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.col-md-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-md-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.col-md-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.col-md-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-md-first {
		-ms-flex-order: -1;
		order: -1;
	}
	.order-md-last {
		-ms-flex-order: 13;
		order: 13;
	}
	.order-md-0 {
		-ms-flex-order: 0;
		order: 0;
	}
	.order-md-1 {
		-ms-flex-order: 1;
		order: 1;
	}
	.order-md-2 {
		-ms-flex-order: 2;
		order: 2;
	}
	.order-md-3 {
		-ms-flex-order: 3;
		order: 3;
	}
	.order-md-4 {
		-ms-flex-order: 4;
		order: 4;
	}
	.order-md-5 {
		-ms-flex-order: 5;
		order: 5;
	}
	.order-md-6 {
		-ms-flex-order: 6;
		order: 6;
	}
	.order-md-7 {
		-ms-flex-order: 7;
		order: 7;
	}
	.order-md-8 {
		-ms-flex-order: 8;
		order: 8;
	}
	.order-md-9 {
		-ms-flex-order: 9;
		order: 9;
	}
	.order-md-10 {
		-ms-flex-order: 10;
		order: 10;
	}
	.order-md-11 {
		-ms-flex-order: 11;
		order: 11;
	}
	.order-md-12 {
		-ms-flex-order: 12;
		order: 12;
	}
	.offset-md-0 {
		margin-left: 0;
	}
	.offset-md-1 {
		margin-left: 8.333333%;
	}
	.offset-md-2 {
		margin-left: 16.666667%;
	}
	.offset-md-3 {
		margin-left: 25%;
	}
	.offset-md-4 {
		margin-left: 33.333333%;
	}
	.offset-md-5 {
		margin-left: 41.666667%;
	}
	.offset-md-6 {
		margin-left: 50%;
	}
	.offset-md-7 {
		margin-left: 58.333333%;
	}
	.offset-md-8 {
		margin-left: 66.666667%;
	}
	.offset-md-9 {
		margin-left: 75%;
	}
	.offset-md-10 {
		margin-left: 83.333333%;
	}
	.offset-md-11 {
		margin-left: 91.666667%;
	}
}

@media (min-width: 992px) {
	.col-lg {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-lg-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	.col-lg-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.col-lg-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.col-lg-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-lg-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-lg-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.col-lg-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-lg-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.col-lg-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.col-lg-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-lg-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.col-lg-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.col-lg-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-lg-first {
		-ms-flex-order: -1;
		order: -1;
	}
	.order-lg-last {
		-ms-flex-order: 13;
		order: 13;
	}
	.order-lg-0 {
		-ms-flex-order: 0;
		order: 0;
	}
	.order-lg-1 {
		-ms-flex-order: 1;
		order: 1;
	}
	.order-lg-2 {
		-ms-flex-order: 2;
		order: 2;
	}
	.order-lg-3 {
		-ms-flex-order: 3;
		order: 3;
	}
	.order-lg-4 {
		-ms-flex-order: 4;
		order: 4;
	}
	.order-lg-5 {
		-ms-flex-order: 5;
		order: 5;
	}
	.order-lg-6 {
		-ms-flex-order: 6;
		order: 6;
	}
	.order-lg-7 {
		-ms-flex-order: 7;
		order: 7;
	}
	.order-lg-8 {
		-ms-flex-order: 8;
		order: 8;
	}
	.order-lg-9 {
		-ms-flex-order: 9;
		order: 9;
	}
	.order-lg-10 {
		-ms-flex-order: 10;
		order: 10;
	}
	.order-lg-11 {
		-ms-flex-order: 11;
		order: 11;
	}
	.order-lg-12 {
		-ms-flex-order: 12;
		order: 12;
	}
	.offset-lg-0 {
		margin-left: 0;
	}
	.offset-lg-1 {
		margin-left: 8.333333%;
	}
	.offset-lg-2 {
		margin-left: 16.666667%;
	}
	.offset-lg-3 {
		margin-left: 25%;
	}
	.offset-lg-4 {
		margin-left: 33.333333%;
	}
	.offset-lg-5 {
		margin-left: 41.666667%;
	}
	.offset-lg-6 {
		margin-left: 50%;
	}
	.offset-lg-7 {
		margin-left: 58.333333%;
	}
	.offset-lg-8 {
		margin-left: 66.666667%;
	}
	.offset-lg-9 {
		margin-left: 75%;
	}
	.offset-lg-10 {
		margin-left: 83.333333%;
	}
	.offset-lg-11 {
		margin-left: 91.666667%;
	}
}

@media (min-width: 1200px) {
	.col-xl {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-xl-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	.col-xl-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.col-xl-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.col-xl-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-xl-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-xl-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.col-xl-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-xl-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.col-xl-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.col-xl-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-xl-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.col-xl-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.col-xl-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-xl-first {
		-ms-flex-order: -1;
		order: -1;
	}
	.order-xl-last {
		-ms-flex-order: 13;
		order: 13;
	}
	.order-xl-0 {
		-ms-flex-order: 0;
		order: 0;
	}
	.order-xl-1 {
		-ms-flex-order: 1;
		order: 1;
	}
	.order-xl-2 {
		-ms-flex-order: 2;
		order: 2;
	}
	.order-xl-3 {
		-ms-flex-order: 3;
		order: 3;
	}
	.order-xl-4 {
		-ms-flex-order: 4;
		order: 4;
	}
	.order-xl-5 {
		-ms-flex-order: 5;
		order: 5;
	}
	.order-xl-6 {
		-ms-flex-order: 6;
		order: 6;
	}
	.order-xl-7 {
		-ms-flex-order: 7;
		order: 7;
	}
	.order-xl-8 {
		-ms-flex-order: 8;
		order: 8;
	}
	.order-xl-9 {
		-ms-flex-order: 9;
		order: 9;
	}
	.order-xl-10 {
		-ms-flex-order: 10;
		order: 10;
	}
	.order-xl-11 {
		-ms-flex-order: 11;
		order: 11;
	}
	.order-xl-12 {
		-ms-flex-order: 12;
		order: 12;
	}
	.offset-xl-0 {
		margin-left: 0;
	}
	.offset-xl-1 {
		margin-left: 8.333333%;
	}
	.offset-xl-2 {
		margin-left: 16.666667%;
	}
	.offset-xl-3 {
		margin-left: 25%;
	}
	.offset-xl-4 {
		margin-left: 33.333333%;
	}
	.offset-xl-5 {
		margin-left: 41.666667%;
	}
	.offset-xl-6 {
		margin-left: 50%;
	}
	.offset-xl-7 {
		margin-left: 58.333333%;
	}
	.offset-xl-8 {
		margin-left: 66.666667%;
	}
	.offset-xl-9 {
		margin-left: 75%;
	}
	.offset-xl-10 {
		margin-left: 83.333333%;
	}
	.offset-xl-11 {
		margin-left: 91.666667%;
	}
}

.d-none {
	display: none !important;
}

.d-inline {
	display: inline !important;
}

.d-inline-block {
	display: inline-block !important;
}

.d-block {
	display: block !important;
}

.d-table {
	display: table !important;
}

.d-table-row {
	display: table-row !important;
}

.d-table-cell {
	display: table-cell !important;
}

.d-flex {
	display: -ms-flexbox !important;
	display: flex !important;
}

.d-inline-flex {
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
}

@media (min-width: 576px) {
	.d-sm-none {
		display: none !important;
	}
	.d-sm-inline {
		display: inline !important;
	}
	.d-sm-inline-block {
		display: inline-block !important;
	}
	.d-sm-block {
		display: block !important;
	}
	.d-sm-table {
		display: table !important;
	}
	.d-sm-table-row {
		display: table-row !important;
	}
	.d-sm-table-cell {
		display: table-cell !important;
	}
	.d-sm-flex {
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.d-sm-inline-flex {
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

@media (min-width: 768px) {
	.d-md-none {
		display: none !important;
	}
	.d-md-inline {
		display: inline !important;
	}
	.d-md-inline-block {
		display: inline-block !important;
	}
	.d-md-block {
		display: block !important;
	}
	.d-md-table {
		display: table !important;
	}
	.d-md-table-row {
		display: table-row !important;
	}
	.d-md-table-cell {
		display: table-cell !important;
	}
	.d-md-flex {
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.d-md-inline-flex {
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

@media (min-width: 992px) {
	.d-lg-none {
		display: none !important;
	}
	.d-lg-inline {
		display: inline !important;
	}
	.d-lg-inline-block {
		display: inline-block !important;
	}
	.d-lg-block {
		display: block !important;
	}
	.d-lg-table {
		display: table !important;
	}
	.d-lg-table-row {
		display: table-row !important;
	}
	.d-lg-table-cell {
		display: table-cell !important;
	}
	.d-lg-flex {
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.d-lg-inline-flex {
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

@media (min-width: 1200px) {
	.d-xl-none {
		display: none !important;
	}
	.d-xl-inline {
		display: inline !important;
	}
	.d-xl-inline-block {
		display: inline-block !important;
	}
	.d-xl-block {
		display: block !important;
	}
	.d-xl-table {
		display: table !important;
	}
	.d-xl-table-row {
		display: table-row !important;
	}
	.d-xl-table-cell {
		display: table-cell !important;
	}
	.d-xl-flex {
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.d-xl-inline-flex {
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

@media print {
	.d-print-none {
		display: none !important;
	}
	.d-print-inline {
		display: inline !important;
	}
	.d-print-inline-block {
		display: inline-block !important;
	}
	.d-print-block {
		display: block !important;
	}
	.d-print-table {
		display: table !important;
	}
	.d-print-table-row {
		display: table-row !important;
	}
	.d-print-table-cell {
		display: table-cell !important;
	}
	.d-print-flex {
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.d-print-inline-flex {
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

.flex-row {
	-ms-flex-direction: row !important;
	flex-direction: row !important;
}

.flex-column {
	-ms-flex-direction: column !important;
	flex-direction: column !important;
}

.flex-row-reverse {
	-ms-flex-direction: row-reverse !important;
	flex-direction: row-reverse !important;
}

.flex-column-reverse {
	-ms-flex-direction: column-reverse !important;
	flex-direction: column-reverse !important;
}

.flex-wrap {
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
}

.flex-nowrap {
	-ms-flex-wrap: nowrap !important;
	flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
	-ms-flex-wrap: wrap-reverse !important;
	flex-wrap: wrap-reverse !important;
}

.flex-fill {
	-ms-flex: 1 1 auto !important;
	flex: 1 1 auto !important;
}

.flex-grow-0 {
	-ms-flex-positive: 0 !important;
	flex-grow: 0 !important;
}

.flex-grow-1 {
	-ms-flex-positive: 1 !important;
	flex-grow: 1 !important;
}

.flex-shrink-0 {
	-ms-flex-negative: 0 !important;
	flex-shrink: 0 !important;
}

.flex-shrink-1 {
	-ms-flex-negative: 1 !important;
	flex-shrink: 1 !important;
}

.justify-content-start {
	-ms-flex-pack: start !important;
	justify-content: flex-start !important;
}

.justify-content-end {
	-ms-flex-pack: end !important;
	justify-content: flex-end !important;
}

.justify-content-center {
	-ms-flex-pack: center !important;
	justify-content: center !important;
}

.justify-content-between {
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
}

.justify-content-around {
	-ms-flex-pack: distribute !important;
	justify-content: space-around !important;
}

.align-items-start {
	-ms-flex-align: start !important;
	align-items: flex-start !important;
}

.align-items-end {
	-ms-flex-align: end !important;
	align-items: flex-end !important;
}

.align-items-center {
	-ms-flex-align: center !important;
	align-items: center !important;
}

.align-items-baseline {
	-ms-flex-align: baseline !important;
	align-items: baseline !important;
}

.align-items-stretch {
	-ms-flex-align: stretch !important;
	align-items: stretch !important;
}

.align-content-start {
	-ms-flex-line-pack: start !important;
	align-content: flex-start !important;
}

.align-content-end {
	-ms-flex-line-pack: end !important;
	align-content: flex-end !important;
}

.align-content-center {
	-ms-flex-line-pack: center !important;
	align-content: center !important;
}

.align-content-between {
	-ms-flex-line-pack: justify !important;
	align-content: space-between !important;
}

.align-content-around {
	-ms-flex-line-pack: distribute !important;
	align-content: space-around !important;
}

.align-content-stretch {
	-ms-flex-line-pack: stretch !important;
	align-content: stretch !important;
}

.align-self-auto {
	-ms-flex-item-align: auto !important;
	align-self: auto !important;
}

.align-self-start {
	-ms-flex-item-align: start !important;
	align-self: flex-start !important;
}

.align-self-end {
	-ms-flex-item-align: end !important;
	align-self: flex-end !important;
}

.align-self-center {
	-ms-flex-item-align: center !important;
	align-self: center !important;
}

.align-self-baseline {
	-ms-flex-item-align: baseline !important;
	align-self: baseline !important;
}

.align-self-stretch {
	-ms-flex-item-align: stretch !important;
	align-self: stretch !important;
}

@media (min-width: 576px) {
	.flex-sm-row {
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	.flex-sm-column {
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	.flex-sm-row-reverse {
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	.flex-sm-column-reverse {
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	.flex-sm-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	.flex-sm-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	.flex-sm-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	.flex-sm-fill {
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}
	.flex-sm-grow-0 {
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}
	.flex-sm-grow-1 {
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}
	.flex-sm-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}
	.flex-sm-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}
	.justify-content-sm-start {
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	.justify-content-sm-end {
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	.justify-content-sm-center {
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	.justify-content-sm-between {
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	.justify-content-sm-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	.align-items-sm-start {
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	.align-items-sm-end {
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	.align-items-sm-center {
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	.align-items-sm-baseline {
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	.align-items-sm-stretch {
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	.align-content-sm-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	.align-content-sm-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	.align-content-sm-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	.align-content-sm-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	.align-content-sm-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	.align-content-sm-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	.align-self-sm-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	.align-self-sm-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	.align-self-sm-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	.align-self-sm-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	.align-self-sm-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	.align-self-sm-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}

@media (min-width: 768px) {
	.flex-md-row {
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	.flex-md-column {
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	.flex-md-row-reverse {
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	.flex-md-column-reverse {
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	.flex-md-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	.flex-md-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	.flex-md-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	.flex-md-fill {
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}
	.flex-md-grow-0 {
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}
	.flex-md-grow-1 {
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}
	.flex-md-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}
	.flex-md-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}
	.justify-content-md-start {
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	.justify-content-md-end {
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	.justify-content-md-center {
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	.justify-content-md-between {
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	.justify-content-md-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	.align-items-md-start {
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	.align-items-md-end {
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	.align-items-md-center {
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	.align-items-md-baseline {
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	.align-items-md-stretch {
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	.align-content-md-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	.align-content-md-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	.align-content-md-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	.align-content-md-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	.align-content-md-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	.align-content-md-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	.align-self-md-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	.align-self-md-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	.align-self-md-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	.align-self-md-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	.align-self-md-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	.align-self-md-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}

@media (min-width: 992px) {
	.flex-lg-row {
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	.flex-lg-column {
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	.flex-lg-row-reverse {
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	.flex-lg-column-reverse {
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	.flex-lg-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	.flex-lg-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	.flex-lg-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	.flex-lg-fill {
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}
	.flex-lg-grow-0 {
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}
	.flex-lg-grow-1 {
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}
	.flex-lg-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}
	.flex-lg-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}
	.justify-content-lg-start {
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	.justify-content-lg-end {
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	.justify-content-lg-center {
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	.justify-content-lg-between {
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	.justify-content-lg-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	.align-items-lg-start {
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	.align-items-lg-end {
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	.align-items-lg-center {
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	.align-items-lg-baseline {
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	.align-items-lg-stretch {
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	.align-content-lg-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	.align-content-lg-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	.align-content-lg-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	.align-content-lg-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	.align-content-lg-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	.align-content-lg-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	.align-self-lg-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	.align-self-lg-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	.align-self-lg-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	.align-self-lg-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	.align-self-lg-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	.align-self-lg-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}

@media (min-width: 1200px) {
	.flex-xl-row {
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	.flex-xl-column {
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	.flex-xl-row-reverse {
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	.flex-xl-column-reverse {
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	.flex-xl-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	.flex-xl-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	.flex-xl-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	.flex-xl-fill {
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}
	.flex-xl-grow-0 {
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}
	.flex-xl-grow-1 {
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}
	.flex-xl-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}
	.flex-xl-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}
	.justify-content-xl-start {
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	.justify-content-xl-end {
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	.justify-content-xl-center {
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	.justify-content-xl-between {
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	.justify-content-xl-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	.align-items-xl-start {
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	.align-items-xl-end {
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	.align-items-xl-center {
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	.align-items-xl-baseline {
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	.align-items-xl-stretch {
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	.align-content-xl-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	.align-content-xl-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	.align-content-xl-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	.align-content-xl-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	.align-content-xl-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	.align-content-xl-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	.align-self-xl-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	.align-self-xl-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	.align-self-xl-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	.align-self-xl-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	.align-self-xl-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	.align-self-xl-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}

@-webkit-keyframes sk-stretchdelay {
	0%,
	100%,
	40% {
		-webkit-transform: scaleY(0.5);
	}
	20% {
		-webkit-transform: scaleY(1);
	}
}

@keyframes sk-stretchdelay {
	0%,
	100%,
	40% {
		transform: scaleY(0.5);
		-webkit-transform: scaleY(0.5);
	}
	20% {
		transform: scaleY(1);
		-webkit-transform: scaleY(1);
	}
}

.xdsoft_datetimepicker {
	box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.506);
	background: #fff;
	border-bottom: 1px solid #bbb;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	color: #333;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding: 8px;
	padding-left: 0;
	padding-top: 2px;
	position: absolute;
	z-index: 9999;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
}

.xdsoft_datetimepicker.xdsoft_rtl {
	padding: 8px 0 8px 8px;
}

.xdsoft_datetimepicker iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 75px;
	height: 210px;
	background: 0 0;
	border: none;
}

.xdsoft_datetimepicker button {
	border: none !important;
}

.xdsoft_noselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.xdsoft_noselect::selection {
	background: 0 0;
}

.xdsoft_noselect::-moz-selection {
	background: 0 0;
}

.xdsoft_datetimepicker.xdsoft_inline {
	display: inline-block;
	position: static;
	box-shadow: none;
}

.xdsoft_datetimepicker * {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

.xdsoft_datetimepicker .xdsoft_datepicker,
.xdsoft_datetimepicker .xdsoft_timepicker {
	display: none;
}

.xdsoft_datetimepicker .xdsoft_datepicker.active,
.xdsoft_datetimepicker .xdsoft_timepicker.active {
	display: block;
}

.xdsoft_datetimepicker .xdsoft_datepicker {
	width: 224px;
	float: left;
	margin-left: 8px;
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_datepicker {
	float: right;
	margin-right: 8px;
	margin-left: 0;
}

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker {
	width: 256px;
}

.xdsoft_datetimepicker .xdsoft_timepicker {
	width: 58px;
	float: left;
	text-align: center;
	margin-left: 8px;
	margin-top: 0;
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker {
	float: right;
	margin-right: 8px;
	margin-left: 0;
}

.xdsoft_datetimepicker .xdsoft_datepicker.active + .xdsoft_timepicker {
	margin-top: 8px;
	margin-bottom: 3px;
}

.xdsoft_datetimepicker .xdsoft_monthpicker {
	position: relative;
	text-align: center;
}

.xdsoft_datetimepicker .xdsoft_label i,
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_today_button {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0NBRjI1NjM0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NBRjI1NjQ0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0FGMjU2MTQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0FGMjU2MjQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoNEP54AAAIOSURBVHja7Jq9TsMwEMcxrZD4WpBYeKUCe+kTMCACHZh4BFfHO/AAIHZGFhYkBBsSEqxsLCAgXKhbXYOTxh9pfJVP+qutnZ5s/5Lz2Y5I03QhWji2GIcgAokWgfCxNvcOCCGKqiSqhUp0laHOne05vdEyGMfkdxJDVjgwDlEQgYQBgx+ULJaWSXXS6r/ER5FBVR8VfGftTKcITNs+a1XpcFoExREIDF14AVIFxgQUS+h520cdud6wNkC0UBw6BCO/HoCYwBhD8QCkQ/x1mwDyD4plh4D6DDV0TAGyo4HcawLIBBSLDkHeH0Mg2yVP3l4TQMZQDDsEOl/MgHQqhMNuE0D+oBh0CIr8MAKyazBH9WyBuKxDWgbXfjNf32TZ1KWm/Ap1oSk/R53UtQ5xTh3LUlMmT8gt6g51Q9p+SobxgJQ/qmsfZhWywGFSl0yBjCLJCMgXail3b7+rumdVJ2YRss4cN+r6qAHDkPWjPjdJCF4n9RmAD/V9A/Wp4NQassDjwlB6XBiCxcJQWmZZb8THFilfy/lfrTvLghq2TqTHrRMTKNJ0sIhdo15RT+RpyWwFdY96UZ/LdQKBGjcXpcc1AlSFEfLmouD+1knuxBDUVrvOBmoOC/rEcN7OQxKVeJTCiAdUzUJhA2Oez9QTkp72OTVcxDcXY8iKNkxGAJXmJCOQwOa6dhyXsOa6XwEGAKdeb5ET3rQdAAAAAElFTkSuQmCC);
}

.xdsoft_datetimepicker .xdsoft_label i {
	opacity: 0.5;
	background-position: -92px -19px;
	display: inline-block;
	width: 9px;
	height: 20px;
	vertical-align: middle;
}

.xdsoft_datetimepicker .xdsoft_prev {
	float: left;
	background-position: -20px 0;
}

.xdsoft_datetimepicker .xdsoft_today_button {
	float: left;
	background-position: -70px 0;
	margin-left: 5px;
}

.xdsoft_datetimepicker .xdsoft_next {
	float: right;
	background-position: 0 0;
}

.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_today_button {
	background-color: transparent;
	background-repeat: no-repeat;
	border: 0 none;
	cursor: pointer;
	display: block;
	height: 30px;
	opacity: 0.5;
	outline: medium none;
	overflow: hidden;
	padding: 0;
	position: relative;
	text-indent: 100%;
	white-space: nowrap;
	width: 20px;
	min-width: 0;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
	float: none;
	background-position: -40px -15px;
	height: 15px;
	width: 30px;
	display: block;
	margin-left: 14px;
	margin-top: 7px;
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_next,
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_prev {
	float: none;
	margin-left: 0;
	margin-right: 14px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
	background-position: -40px 0;
	margin-bottom: 7px;
	margin-top: 0;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
	height: 151px;
	overflow: hidden;
	border-bottom: 1px solid #ddd;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div {
	background: #f5f5f5;
	border-top: 1px solid #ddd;
	color: #666;
	font-size: 12px;
	text-align: center;
	border-collapse: collapse;
	cursor: pointer;
	border-bottom-width: 0;
	height: 25px;
	line-height: 25px;
}

.xdsoft_datetimepicker
	.xdsoft_timepicker
	.xdsoft_time_box
	> div
	> div:first-child {
	border-top-width: 0;
}

.xdsoft_datetimepicker .xdsoft_next:hover,
.xdsoft_datetimepicker .xdsoft_prev:hover,
.xdsoft_datetimepicker .xdsoft_today_button:hover {
	opacity: 1;
}

.xdsoft_datetimepicker .xdsoft_label {
	display: inline;
	position: relative;
	z-index: 9999;
	margin: 0;
	padding: 5px 3px;
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
	background-color: #fff;
	float: left;
	width: 182px;
	text-align: center;
	cursor: pointer;
}

.xdsoft_datetimepicker .xdsoft_label:hover > span {
	text-decoration: underline;
}

.xdsoft_datetimepicker .xdsoft_label:hover i {
	opacity: 1;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
	border: 1px solid #ccc;
	position: absolute;
	right: 0;
	top: 30px;
	z-index: 101;
	display: none;
	background: #fff;
	max-height: 160px;
	overflow-y: hidden;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect {
	right: -7px;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect {
	right: 2px;
}

.xdsoft_datetimepicker
	.xdsoft_label
	> .xdsoft_select
	> div
	> .xdsoft_option:hover {
	color: #fff;
	background: #ff8000;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
	padding: 2px 10px 2px 5px;
	text-decoration: none !important;
}

.xdsoft_datetimepicker
	.xdsoft_label
	> .xdsoft_select
	> div
	> .xdsoft_option.xdsoft_current {
	background: #3af;
	box-shadow: #178fe5 0 1px 3px 0 inset;
	color: #fff;
	font-weight: 700;
}

.xdsoft_datetimepicker .xdsoft_month {
	width: 100px;
	text-align: right;
}

.xdsoft_datetimepicker .xdsoft_calendar {
	clear: both;
}

.xdsoft_datetimepicker .xdsoft_year {
	width: 48px;
	margin-left: 5px;
}

.xdsoft_datetimepicker .xdsoft_calendar table {
	border-collapse: collapse;
	width: 100%;
}

.xdsoft_datetimepicker .xdsoft_calendar td > div {
	padding-right: 5px;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
	height: 25px;
}

.xdsoft_datetimepicker .xdsoft_calendar td,
.xdsoft_datetimepicker .xdsoft_calendar th {
	width: 14.2857142%;
	background: #f5f5f5;
	border: 1px solid #ddd;
	color: #666;
	font-size: 12px;
	text-align: right;
	vertical-align: middle;
	padding: 0;
	border-collapse: collapse;
	cursor: pointer;
	height: 25px;
}

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td,
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th {
	width: 12.5%;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
	background: #f1f1f1;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
	color: #3af;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_default {
	background: #ffe9d2;
	box-shadow: #ffb871 0 1px 4px 0 inset;
	color: #000;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_mint {
	background: #c1ffc9;
	box-shadow: #00dd1c 0 1px 4px 0 inset;
	color: #000;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker
	.xdsoft_timepicker
	.xdsoft_time_box
	> div
	> div.xdsoft_current {
	background: #3af;
	box-shadow: #178fe5 0 1px 3px 0 inset;
	color: #fff;
	font-weight: 700;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,
.xdsoft_datetimepicker .xdsoft_time_box > div > div.xdsoft_disabled {
	opacity: 0.5;
	cursor: default;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
	opacity: 0.2;
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
	color: #fff !important;
	background: #ff8000 !important;
	box-shadow: none !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover,
.xdsoft_datetimepicker
	.xdsoft_timepicker
	.xdsoft_time_box
	> div
	> div.xdsoft_current.xdsoft_disabled:hover {
	background: #3af !important;
	box-shadow: #178fe5 0 1px 3px 0 inset !important;
	color: #fff !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,
.xdsoft_datetimepicker
	.xdsoft_timepicker
	.xdsoft_time_box
	> div
	> div.xdsoft_disabled:hover {
	color: inherit !important;
	background: inherit !important;
	box-shadow: inherit !important;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
	font-weight: 700;
	text-align: center;
	color: #999;
	cursor: default;
}

.xdsoft_datetimepicker .xdsoft_copyright {
	color: #ccc !important;
	font-size: 10px;
	clear: both;
	float: none;
	margin-left: 8px;
}

.xdsoft_datetimepicker .xdsoft_copyright a {
	color: #eee !important;
}

.xdsoft_datetimepicker .xdsoft_copyright a:hover {
	color: #aaa !important;
}

.xdsoft_time_box {
	position: relative;
	border: 1px solid #ccc;
}

.xdsoft_scrollbar > .xdsoft_scroller {
	background: #ccc !important;
	height: 20px;
	border-radius: 3px;
}

.xdsoft_scrollbar {
	position: absolute;
	width: 7px;
	right: 0;
	top: 0;
	bottom: 0;
	cursor: pointer;
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_scrollbar {
	left: 0;
	right: auto;
}

.xdsoft_scroller_box {
	position: relative;
}

.xdsoft_datetimepicker.xdsoft_dark {
	box-shadow: 0 5px 15px -5px rgba(255, 255, 255, 0.506);
	background: #000;
	border-bottom: 1px solid #444;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	border-top: 1px solid #333;
	color: #ccc;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box {
	border-bottom: 1px solid #222;
}

.xdsoft_datetimepicker.xdsoft_dark
	.xdsoft_timepicker
	.xdsoft_time_box
	> div
	> div {
	background: #0a0a0a;
	border-top: 1px solid #222;
	color: #999;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label {
	background-color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select {
	border: 1px solid #333;
	background: #000;
}

.xdsoft_datetimepicker.xdsoft_dark
	.xdsoft_label
	> .xdsoft_select
	> div
	> .xdsoft_option:hover {
	color: #000;
	background: #007fff;
}

.xdsoft_datetimepicker.xdsoft_dark
	.xdsoft_label
	> .xdsoft_select
	> div
	> .xdsoft_option.xdsoft_current {
	background: #c50;
	box-shadow: #b03e00 0 1px 3px 0 inset;
	color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label i,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_next,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_today_button {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUExQUUzOTA0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUExQUUzOTE0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQTFBRTM4RTQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQTFBRTM4RjQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp0VxGEAAAIASURBVHja7JrNSgMxEMebtgh+3MSLr1T1Xn2CHoSKB08+QmR8Bx9A8e7RixdB9CKCoNdexIugxFlJa7rNZneTbLIpM/CnNLsdMvNjM8l0mRCiQ9Ye61IKCAgZAUnH+mU3MMZaHYChBnJUDzWOFZdVfc5+ZFLbrWDeXPwbxIqrLLfaeS0hEBVGIRQCEiZoHQwtlGSByCCdYBl8g8egTTAWoKQMRBRBcZxYlhzhKegqMOageErsCHVkk3hXIFooDgHB1KkHIHVgzKB4ADJQ/A1jAFmAYhkQqA5TOBtocrKrgXwQA8gcFIuAIO8sQSA7hidvPwaQGZSaAYHOUWJABhWWw2EMIH9QagQERU4SArJXo0ZZL18uvaxejXt/Em8xjVBXmvFr1KVm/AJ10tRe2XnraNqaJvKE3KHuUbfK1E+VHB0q40/y3sdQSxY4FHWeKJCunP8UyDdqJZenT3ntVV5jIYCAh20vT7ioP8tpf6E2lfEMwERe+whV1MHjwZB7PBiCxcGQWwKZKD62lfGNnP/1poFAA60T7rF1UgcKd2id3KDeUS+oLWV8DfWAepOfq00CgQabi9zjcgJVYVD7PVzQUAUGAQkbNJTBICDhgwYTjDYD6XeW08ZKh+A4pYkzenOxXUbvZcWz7E8ykRMnIHGX1XPl+1m2vPYpL+2qdb8CDAARlKFEz/ZVkAAAAABJRU5ErkJggg==);
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
	background: #0a0a0a;
	border: 1px solid #222;
	color: #999;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
	background: #0e0e0e;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today {
	color: #c50;
}

.xdsoft_datetimepicker.xdsoft_dark
	.xdsoft_calendar
	td.xdsoft_highlighted_default {
	background: #ffe9d2;
	box-shadow: #ffb871 0 1px 4px 0 inset;
	color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_mint {
	background: #c1ffc9;
	box-shadow: #00dd1c 0 1px 4px 0 inset;
	color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker.xdsoft_dark
	.xdsoft_timepicker
	.xdsoft_time_box
	> div
	> div.xdsoft_current {
	background: #c50;
	box-shadow: #b03e00 0 1px 3px 0 inset;
	color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td:hover,
.xdsoft_datetimepicker.xdsoft_dark
	.xdsoft_timepicker
	.xdsoft_time_box
	> div
	> div:hover {
	color: #000 !important;
	background: #007fff !important;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
	color: #666;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright {
	color: #333 !important;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a {
	color: #111 !important;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover {
	color: #555 !important;
}

.xdsoft_dark .xdsoft_time_box {
	border: 1px solid #333;
}

.xdsoft_dark .xdsoft_scrollbar > .xdsoft_scroller {
	background: #333 !important;
}

.xdsoft_datetimepicker .xdsoft_save_selected {
	display: block;
	border: 1px solid #ddd !important;
	margin-top: 5px;
	width: 100%;
	color: #454551;
	font-size: 13px;
}

.xdsoft_datetimepicker .blue-gradient-button {
	font-family: museo-sans, "Book Antiqua", sans-serif;
	font-size: 12px;
	font-weight: 300;
	color: #82878c;
	height: 28px;
	position: relative;
	padding: 4px 17px 4px 33px;
	border: 1px solid #d7d8da;
	background: -moz-linear-gradient(top, #fff 0, #f4f8fa 73%);
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #fff),
		color-stop(73%, #f4f8fa)
	);
	background: -webkit-linear-gradient(top, #fff 0, #f4f8fa 73%);
	background: -o-linear-gradient(top, #fff 0, #f4f8fa 73%);
	background: -ms-linear-gradient(top, #fff 0, #f4f8fa 73%);
	background: linear-gradient(to bottom, #fff 0, #f4f8fa 73%);
}

.xdsoft_datetimepicker .blue-gradient-button:focus,
.xdsoft_datetimepicker .blue-gradient-button:focus span,
.xdsoft_datetimepicker .blue-gradient-button:hover,
.xdsoft_datetimepicker .blue-gradient-button:hover span {
	color: #454551;
	background: -moz-linear-gradient(top, #f4f8fa 0, #fff 73%);
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #f4f8fa),
		color-stop(73%, #fff)
	);
	background: -webkit-linear-gradient(top, #f4f8fa 0, #fff 73%);
	background: -o-linear-gradient(top, #f4f8fa 0, #fff 73%);
	background: -ms-linear-gradient(top, #f4f8fa 0, #fff 73%);
	background: linear-gradient(to bottom, #f4f8fa 0, #fff 73%);
}

.slicknav_btn,
.slicknav_nav .slicknav_item {
	cursor: pointer;
}

.slicknav_menu,
.slicknav_menu * {
	box-sizing: border-box;
}

.slicknav_btn {
	position: relative;
	display: block;
	vertical-align: middle;
	float: right;
	padding: 0.438em 0.625em;
	line-height: 1.125em;
}

.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
	margin-top: 0.188em;
}

.slicknav_menu .slicknav_menutxt {
	display: block;
	line-height: 1.188em;
	float: left;
	color: #fff;
	font-weight: 700;
	text-shadow: 0 1px 3px #000;
}

.slicknav_menu .slicknav_icon {
	float: left;
	width: 1.125em;
	height: 0.875em;
	margin: 0.188em 0 0 0.438em;
}

.slicknav_menu .slicknav_icon:before {
	background: 0 0;
	width: 1.125em;
	height: 0.875em;
	display: block;
	content: "";
	position: absolute;
}

.slicknav_menu .slicknav_no-text {
	margin: 0;
}

.slicknav_menu .slicknav_icon-bar {
	display: block;
	width: 1.125em;
	height: 0.125em;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

.slicknav_menu:after,
.slicknav_menu:before {
	content: " ";
	display: table;
}

.slicknav_menu:after {
	clear: both;
}

.slicknav_nav li,
.slicknav_nav ul {
	display: block;
}

.slicknav_nav .slicknav_arrow {
	font-size: 0.8em;
	margin: 0 0 0 0.4em;
}

.slicknav_nav .slicknav_item a {
	display: inline;
}

.slicknav_nav .slicknav_row,
.slicknav_nav a {
	display: block;
}

.slicknav_nav .slicknav_parent-link a {
	display: inline;
}

.slicknav_menu {
	font-size: 16px;
	background: #4c4c4c;
	padding: 5px;
}

.slicknav_nav,
.slicknav_nav ul {
	list-style: none;
	overflow: hidden;
	padding: 0;
}

.slicknav_menu .slicknav_icon-bar {
	background-color: #fff;
}

.slicknav_btn {
	margin: 5px 5px 6px;
	text-decoration: none;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #222;
}

.slicknav_nav {
	clear: both;
	color: #fff;
	margin: 0;
	font-size: 0.875em;
}

.slicknav_nav ul {
	margin: 0 0 0 20px;
}

.slicknav_nav .slicknav_row,
.slicknav_nav a {
	padding: 5px 10px;
	margin: 2px 5px;
}

.slicknav_nav .slicknav_row:hover {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: #ccc;
	color: #fff;
}

.slicknav_nav a {
	text-decoration: none;
	color: #fff;
}

.slicknav_nav a:hover {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: #ccc;
	color: #222;
}

.slicknav_nav .slicknav_txtnode {
	margin-left: 15px;
}

.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
	padding: 0;
	margin: 0;
}

.slicknav_brand {
	float: left;
	color: #fff;
	font-size: 18px;
	line-height: 30px;
	padding: 7px 12px;
	height: 44px;
}

@font-face {
	font-family: "Merriweather Sans";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url(../fonts/merriweather-sans-v14-latin-700.eot);
	src: local(""),
		url(../fonts/merriweather-sans-v14-latin-700d41d.eot?#iefix)
			format("embedded-opentype"),
		url(../fonts/merriweather-sans-v14-latin-700.woff2) format("woff2"),
		url(../fonts/merriweather-sans-v14-latin-700.woff) format("woff"),
		url(../fonts/merriweather-sans-v14-latin-700.ttf) format("truetype"),
		url(../fonts/merriweather-sans-v14-latin-700.svg#MerriweatherSans)
			format("svg");
}

@font-face {
	font-family: Mukta;
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(../fonts/mukta-v8-latin-regular.eot);
	src: local(""),
		url(../fonts/mukta-v8-latin-regulard41d.eot?#iefix) format("embedded-opentype"),
		url(../fonts/mukta-v8-latin-regular.woff2) format("woff2"),
		url(../fonts/mukta-v8-latin-regular.woff) format("woff"),
		url(../fonts/mukta-v8-latin-regular.ttf) format("truetype"),
		url(../fonts/mukta-v8-latin-regular.svg#Mukta) format("svg");
}

@font-face {
	font-family: Mukta;
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url(../fonts/mukta-v8-latin-500.eot);
	src: local(""),
		url(../fonts/mukta-v8-latin-500d41d.eot?#iefix) format("embedded-opentype"),
		url(../fonts/mukta-v8-latin-500.woff2) format("woff2"),
		url(../fonts/mukta-v8-latin-500.woff) format("woff"),
		url(../fonts/mukta-v8-latin-500.ttf) format("truetype"),
		url(../fonts/mukta-v8-latin-500.svg#Mukta) format("svg");
}

@font-face {
	font-family: Mukta;
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url(../fonts/mukta-v8-latin-600.eot);
	src: local(""),
		url(../fonts/mukta-v8-latin-600d41d.eot?#iefix) format("embedded-opentype"),
		url(../fonts/mukta-v8-latin-600.woff2) format("woff2"),
		url(../fonts/mukta-v8-latin-600.woff) format("woff"),
		url(../fonts/mukta-v8-latin-600.ttf) format("truetype"),
		url(../fonts/mukta-v8-latin-600.svg#Mukta) format("svg");
}

.red {
	color: red;
}

.tabs-below > .nav-tabs,
.tabs-left > .nav-tabs,
.tabs-right > .nav-tabs {
	border-bottom: 0;
}

.pill-content > .pill-pane,
.tab-content > .tab-pane {
	display: none;
}

.pill-content > .active,
.tab-content > .active {
	display: table;
}

.tabs-below > .nav-tabs {
	border-top: 1px solid #ddd;
}

.tabs-below > .nav-tabs > li {
	margin-top: -1px;
	margin-bottom: 0;
}

.tabs-below > .nav-tabs > li > a {
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}

.tabs-below > .nav-tabs > li > a:focus,
.tabs-below > .nav-tabs > li > a:hover {
	border-top-color: #ddd;
	border-bottom-color: transparent;
}

.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:focus,
.tabs-below > .nav-tabs > .active > a:hover {
	border-color: transparent #ddd #ddd;
}

.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
	float: none;
}

.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
	min-width: 74px;
	margin-right: 0;
	margin-bottom: 3px;
}

.tabs-left > .nav-tabs {
	float: left;
	margin-right: 20px;
	border-right: 1px solid #ddd;
}

.tabs-left > .nav-tabs > li > a {
	margin-right: -1px;
	-webkit-border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
}

.tabs-left > .nav-tabs > li > a:focus,
.tabs-left > .nav-tabs > li > a:hover {
	border-color: #eee #ddd #eee #eee;
}

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:focus,
.tabs-left > .nav-tabs .active > a:hover {
	border-color: #ddd transparent #ddd #ddd;
}

.tabs-right > .nav-tabs {
	float: right;
	margin-left: 19px;
	border-left: 1px solid #ddd;
}

.tabs-right > .nav-tabs > li > a {
	margin-left: -1px;
	-webkit-border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
}

.tabs-right > .nav-tabs > li > a:focus,
.tabs-right > .nav-tabs > li > a:hover {
	border-color: #eee #eee #eee #ddd;
}

.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:focus,
.tabs-right > .nav-tabs .active > a:hover {
	border-color: #ddd #ddd #ddd transparent;
}

.my_account_wrap {
	margin-bottom: 50px;
	margin-top: 40px;
}

.my_account_wrap .main-tabs .title {
	background-color: #e2e2e1;
	display: block;
	font-size: 16px;
	padding: 15px;
}

.my_account_wrap .main-tabs.tabs-left > .nav-tabs {
	border: 0 none;
}

.my_account_wrap .main-tabs .nav-tabs > li > a {
	background-color: #000;
	border-radius: 0;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 7px;
	min-width: 200px;
	outline: 0 none;
	padding: 10px 20px;
	display: inline-block;
}

.tab_content_title {
	background: #008fbb none repeat scroll 0 0;
	border-radius: 12px 12px 0 0;
	color: #fff;
	font-size: 22px;
	margin-bottom: 20px;
	padding: 10px 20px;
}

.my_account_wrap .main-tabs .nav > li > a:focus,
.my_account_wrap .main-tabs .nav > li > a:hover {
	background-color: #1680b2;
}

.my_account_wrap .nav-tabs > li.active > a,
.my_account_wrap .nav-tabs > li.active > a:focus,
.my_account_wrap .nav-tabs > li.active > a:hover {
	background-color: #008fbb;
	border-color: #ccc;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	padding: 10px 20px;
}

.my_account_wrap .pill-content > .active,
.my_account_wrap .tab-content > .active {
	padding: 0 20px 20px;
}

.my_account_wrap .nav-tabs li {
	background: 0 0;
	list-style: none;
}

.forgot_pass_link a {
	padding: 0;
	font-size: 14px;
	text-transform: capitalize;
	font-weight: 700;
	margin-bottom: 20px;
}

.forgot_pass_link + input {
	margin-bottom: 20px;
}

a.show_change_password {
	color: #96c422;
	text-decoration: underline;
	cursor: pointer;
}

.blue_butn_wrap {
	background: transparent url("../images/search.png") no-repeat scroll right 0/22px
		auto;
	display: inline-block;
	margin-top: 10px;
	padding-right: 21px;
	float: right;
}

.blue_butn_wrap .blue_butn {
	border-right: none;
	font-size: 18px;
	line-height: 28px;
}

.blue_butn {
	background: #0da5d4 none repeat scroll 0 0;
	border: 2px solid #14bbef;
	color: #fff;
	display: inline-block;
	font-size: 19px;
	font-weight: 700;
	padding: 8px 27px;
	position: relative;
	transition: none;
}

.float-left {
	float: left;
}

.change_password_wrapper {
	width: 100%;
	padding-top: 20px;
}

.select_wrap select {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	box-shadow: none;
	cursor: pointer;
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	height: 40px;
	border: 1px solid #0090bb;
}

.my_account_wrap label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 700;
}

.my_account_wrap .form-control {
	border: 1px solid #1680b2;
	border-radius: 0;
}

.select_wrap {
	background: url("../images/ico-arrow-blue.png") no-repeat scroll
		calc(100% - 10px) center #fff;
	display: block;
	height: 40px;
	width: 100%;
}

.my_account_wrap .main-tabs .nav-tabs > li > a.overview {
	background-image: url(../images/overview.html);
	background-repeat: no-repeat;
	background-position: 10px 18px;
	display: block;
}

.my_account_wrap .main-tabs .nav-tabs > li > a.vouchers {
	background-image: url(../images/voucher.html);
	background-repeat: no-repeat;
	background-position: 10px 18px;
}

.my_account_wrap .main-tabs .nav-tabs > li > a.edit_account {
	background-image: url(../images/edit-profile.html);
	background-repeat: no-repeat;
	background-position: 10px 18px;
}

.my_account_wrap .main-tabs .tab-content .nav-tabs > li > a {
	border-top: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;
	border-bottom: 0 none;
	border-left: 1px solid #e9e9e9;
	color: #000;
	font-size: 14px;
	min-width: auto;
	padding: 15px;
}

.my_account_wrap .pill-content > .active.has-child-tabs,
.my_account_wrap .tab-content > .active.has-child-tabs {
	background-color: transparent;
	border: 0 none;
	padding: 0;
}

#rents.tab-pane {
	width: calc(100% - 300px);
}

#rents .tick_list {
	padding-left: 0;
}

#rents .table {
	width: 100%;
	border-collapse: collapse;
}

.table-striped > tbody > tr:nth-of-type(2n + 1) {
	background-color: #f9f9f9;
}

.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
	border: 1px solid #ddd;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
	padding: 8px;
	line-height: 1.73333333;
	vertical-align: top;
}

.float-right {
	float: right;
}

a.green_anchar {
	color: #96c422;
	text-decoration: underline;
}

.resp_show,
body .resp_show.active {
	display: none;
}

.responsive-iframe {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 56.25%;
}

.responsive-iframe iframe {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.progress-container {
	width: 100%;
	height: 3px;
	background: #ccc;
}

.progress-bar {
	height: 3px;
	background: #95c53d;
	width: 0%;
	margin-top: 7px;
}

.plus-minus-toggle {
	cursor: pointer;
	height: 5px;
	position: relative;
	width: 14px;
	display: inline-block;
}

.plus-minus-toggle:after,
.plus-minus-toggle:before {
	background: #fff;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	top: 0;
	width: 11px;
	transition: transform 0.5s ease;
}

.plus-minus-toggle:after {
	transform-origin: center;
}

.plus-minus-toggle:after {
	transform: rotate(90deg);
}

.plus-minus-toggle:before {
	transform: rotate(180deg);
}

.plus-minus-toggle.collapsed:after {
	transform: rotate(0);
}

.plus-minus-toggle.collapsed:before {
	transform: rotate(0);
}

.page-title {
	padding: 20px 0 25px;
	background: #1395ba;
	color: #fff;
}

.page-title h2 {
	font-size: 40px;
	margin-top: 22px;
}

.form-primary select {
	width: 100%;
	height: 50px;
	border: none;
	border-radius: 3px;
	color: #8b8b8b;
	padding: 5px 20px 5px 16px;
	-webkit-appearance: none;
	background-image: url(../img/icons/arrow-down.png);
	background-repeat: no-repeat;
	background-position: right 10px center;
}

.form-primary input.form-control {
	height: 50px;
	font-size: 19px;
	border: none;
}

.form-primary input.form-control::-webkit-input-placeholder {
	color: #8b8b8b;
	opacity: 1;
}

.form-primary input.form-control::-moz-placeholder {
	color: #8b8b8b;
	opacity: 1;
}

.form-primary input.form-control:-ms-input-placeholder {
	color: #8b8b8b;
	opacity: 1;
}

.form-primary input.form-control:-moz-placeholder {
	color: #8b8b8b;
	opacity: 1;
}

.form-primary .item:first-of-type {
	width: 320px;
	margin-right: 10px;
}

.page-title.small .form-primary .item:first-of-type {
	width: 315px;
	margin-right: 10px;
}

.form-primary .button-style-5 {
	font-size: 19px;
	height: 50px;
	margin-left: 10px;
	margin-top: 26px;
}

.form-group {
	margin-bottom: 15px;
}

.form-secondary label {
	color: #8b8b8b;
	font-weight: 400;
}

.form-secondary .input-box {
	position: relative;
	padding-right: 40px;
}

.form-secondary .input-box .icon {
	position: absolute;
	top: 10px;
	right: 5px;
	display: none;
}

.form-secondary input,
.form-secondary select {
	border: 2px solid #c1c1c1;
	width: 100%;
	border-radius: 3px;
	min-height: 47px;
}

.form-secondary input.valid {
	border: 2px solid #2e8540;
}

.form-secondary input.valid + .success {
	display: block;
}

.form-secondary textarea {
	border: 2px solid #c1c1c1;
	width: 100%;
	border-radius: 3px;
	min-height: 85px;
}

.form-secondary button {
	margin: 50px auto 0;
	display: block;
}

.input-with-icon {
	position: relative;
}

.input-with-icon input {
	padding-right: 40px;
}

.input-with-icon img {
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -13px;
}

.container-large {
	max-width: 1490px;
}

#map-info-window img {
	display: block;
	margin-bottom: 5px;
}

#map-info-window .text {
	font-size: 18px;
}

.blocker {
	z-index: 100;
}

.features-box .feature-item {
	width: 50%;
	padding: 10px 15px;
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
	-ms-flex-align: center !important;
	align-items: center !important;
}

.features-box .feature-item .icon-box {
	display: block;
	width: 45px;
	height: 45px;
	background: #e7f4e4;
	border-radius: 50%;
	text-align: center;
	line-height: 45px;
	margin-right: 15px;
}

.features-box .feature-item .icon-box img {
	max-width: 70%;
	max-height: 70%;
}

.features-box .feature-item .text-box {
	width: calc(100% - 60px);
}

.dropdown {
	position: relative;
}

.dropdown .dropdown-list {
	padding: 12px;
	background: #fff;
	position: absolute;
	top: 100%;
	left: 2px;
	right: 2px;
	box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.15);
	transform-origin: 50% 0;
	display: none;
	transition: transform 0.15s ease-in-out 0.15s;
	z-index: 100;
	color: #333;
}

.dropdown .dropdown-option {
	display: block;
	padding: 8px 12px;
	opacity: 0;
	transition: opacity 0.15s ease-in-out;
}

.dropdown .dropdown-label {
	line-height: 1;
	cursor: pointer;
	display: inline-block;
	padding: 12px 35px 12px 10px;
	border: 1px solid #c1c1c1;
	background: #fff;
	color: #8b8b8b;
	border-radius: 3px;
	width: 100%;
	margin-bottom: 1px;
}

.dropdown .dropdown-label:before {
	content: url(../img/icons/arrow-down.png);
	position: absolute;
	top: 10px;
	right: 15px;
	transform-origin: center;
	transition: transform 0.15s ease-in-out 0.15s;
}

.dropdown.on .dropdown-list {
	display: block;
}

.dropdown.on .dropdown-list .dropdown-option {
	opacity: 1;
	transition-delay: 0.2s;
	cursor: pointer;
}

.dropdown.on .dropdown-label:before {
	transform: rotate(180deg);
}

.dropdown [type="checkbox"] {
	position: relative;
	top: -1px;
	margin-right: 4px;
}

[tooltip=""]::after,
[tooltip=""]::before {
	opacity: 0 !important;
}

[tooltip] {
	position: relative;
	font-size: 16px;
}

[tooltip]::after,
[tooltip]::before {
	position: absolute;
	line-height: 1;
	user-select: none;
	pointer-events: none;
	opacity: 0;
	visibility: hidden;
	transition: opacity 180ms ease-in, visibility 0.2s ease-in;
	z-index: 1000;
}

[tooltip]:hover::after,
[tooltip]:hover::before {
	opacity: 1;
	visibility: visible;
}

[tooltip]::before {
	content: "";
	border: 5px solid transparent;
}

[tooltip]::after {
	content: attr(tooltip);
	text-align: center;
	font-size: 13px;
	font-family: Helvetica, sans-serif;
	min-width: 32px;
	max-width: 21em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #fff;
	background: rgba(97, 97, 97, 0.95);
	padding: 9px 10px;
	border-radius: 3px;
	box-shadow: 0 12px 22px -10px rgba(0, 0, 0, 0.25);
}

.ppf [tooltip]::after,
.step-2 [tooltip]::after {
	min-width: 300px;
	max-width: inherit;
	white-space: normal;
	line-height: 15px;
}

h4 .icon-box {
	display: inline;
	margin-right: 5px;
}

[tooltip]:not([tooltip-flow])::before,
[tooltip][tooltip-flow^="top"]::before {
	left: 50%;
	transform: translateX(-50%);
	bottom: calc(100% - 5px);
	border-top-color: rgba(97, 97, 97, 0.95);
}

[tooltip]:not([tooltip-flow])::after,
[tooltip][tooltip-flow^="top"]::after {
	left: 50%;
	bottom: calc(100% + 5px);
	transform: translateX(-50%);
}

[tooltip][tooltip-flow^="bottom"]::before {
	left: 50%;
	transform: translateX(-50%);
	top: calc(100% - 5px);
	border-bottom-color: rgba(97, 97, 97, 0.95);
}

[tooltip][tooltip-flow^="bottom"]::after {
	left: 50%;
	top: calc(100% + 5px);
	transform: translateX(-50%);
}

[tooltip][tooltip-flow^="left"]::before {
	top: 50%;
	right: calc(100% - 5px);
	transform: translateY(-50%);
	border-left-color: rgba(97, 97, 97, 0.95);
}

[tooltip][tooltip-flow^="left"]::after {
	top: 50%;
	right: calc(100% + 5px);
	transform: translateY(-50%);
}

[tooltip][tooltip-flow^="right"]::before {
	top: 50%;
	left: calc(100% - 5px);
	transform: translateY(-50%);
	border-right-color: rgba(97, 97, 97, 0.95);
}

[tooltip][tooltip-flow^="right"]::after {
	top: 50%;
	left: calc(100% + 5px);
	transform: translateY(-50%);
}

.main-inner {
	width: 50%;
	min-width: 480px;
}

.main-inner-title {
	margin: 0.5rem 0;
	font-size: 22px;
	white-space: pre-wrap;
	font-weight: 700;
}

.main-inner .inner-code {
	margin: 0.5rem 0 1rem 0;
	width: 100%;
	overflow: hidden;
}

.main-inner .inner-code:hover {
	overflow: auto hidden;
}

.main-inner .inner-code:hover::-webkit-scrollbar {
	height: 10px;
}

.main-inner .inner-code::-webkit-scrollbar-track {
	background: 0 0;
}

.main-inner .inner-code::-webkit-scrollbar-thumb {
	background: #bbb;
	border-radius: 1rem;
}

.main-inner .inner-code::-webkit-scrollbar-thumb:hover {
	background: #999;
}

.main-inner .inner-code pre {
	margin: 0;
	color: #999;
}

.main-inner .inner-code pre .code-tag {
	color: #2f6f9f;
}

.main-inner .inner-code pre .code-attr {
	color: #335fff;
}

.main-inner .inner-code pre .code-value {
	color: #d73038;
}

.main-inner .inner-code pre .code-str {
	color: #222;
}

.main-inner button {
	cursor: default;
	text-align: center;
	padding: 0.5rem;
	margin: 5px 0;
	margin-right: 5px;
	font-size: 15px;
	background: #f8f8f8;
	border: 1px solid #eee;
}

.home-template #autocomplete,
.home-template ::placeholder {
	color: #8b8b8b !important;
}

.home-template .search_btn {
	position: absolute;
	color: #fff;
	background-color: #95c53d;
	box-shadow: none;
	outline: 0;
	border: 0;
	right: 0;
	width: 100px;
	height: 50px;
	border-radius: 0 0.25rem 0.25rem 0;
}

.home-template form {
	position: relative;
}

@media screen and (max-width: 600px) {
	.main-inner {
		padding: 1rem;
		width: 100%;
		min-width: 100%;
	}
}

.switch-button {
	display: inline-block;
	border: 1px solid #c1c1c1;
	border-radius: 3px;
	background: #fff;
}

.switch-button label {
	display: inline-block;
	padding: 10px 15px;
	position: relative;
	text-align: center;
	transition: background 0.6s ease, color 0.6s ease;
	margin-bottom: 0;
	color: #2c2c2c;
}

.switch-button input[type="radio"].toggle {
	display: none;
}

.switch-button input[type="radio"].toggle + label {
	cursor: pointer;
	min-width: 60px;
}

.switch-button input[type="radio"].toggle + label:hover {
	background: 0 0;
	color: #1a1a1a;
}

.switch-button input[type="radio"].toggle + label:after {
	background: #1a1a1a;
	content: "";
	height: 100%;
	position: absolute;
	top: 0;
	transition: left 0.2s cubic-bezier(0.77, 0, 0.175, 1);
	width: 100%;
	z-index: -1;
}

.switch-button input[type="radio"].toggle.toggle-left + label {
	border-right: 0;
}

.switch-button input[type="radio"].toggle.toggle-left + label:after {
	left: 100%;
}

.switch-button input[type="radio"].toggle.toggle-right + label {
	margin-left: -5px;
}

.switch-button input[type="radio"].toggle.toggle-right + label:after {
	left: -100%;
}

.switch-button input[type="radio"].toggle:checked + label {
	cursor: default;
	transition: color 0.2s;
	background: #95c53d;
}

.switch-button input[type="radio"].toggle:checked + label:after {
	left: 0;
}

.bg-white {
	background: #fff !important;
}

.owl-carousel .owl-item img {
	display: initial;
	width: initial;
}

.amenities-box {
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.1);
}

.amenities-box .content-header {
	background: #1395ba;
	color: #fff;
	padding: 12px 5px;
	text-align: center;
}

.amenities-box .content-header h4 {
	margin-bottom: 0 !important;
}

.amenities-box .content-body {
	padding: 45px 30px 30px;
	background: #fff;
}

#allFeaturesModal .amenities-box .content-body {
	padding: 10px 15px;
}

.amenities-box .content-body a.link {
	color: #000;
	border-bottom: 2px solid #1395ba;
	padding-bottom: 5px;
	margin: 25px 0 0 25px;
}

.sticky-header header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
}

.form-row {
	margin-right: -7.5px;
	margin-left: -7.5px;
}

.form-row .col {
	padding-right: 7.5px;
	padding-left: 7.5px;
}

.form-row .col-lg-4 {
	padding-right: 7.5px;
	padding-left: 7.5px;
}

.form-row .col-md-6 {
	padding-right: 7.5px;
	padding-left: 7.5px;
}

.radio-wrapper .lock-icon {
	max-width: 50px;
	margin-right: 25px;
}

.radio-wrapper .option {
	background: #fff;
	height: 50px;
	width: 205px;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	margin: 0 10px;
	border-radius: 3px;
	cursor: pointer;
	padding: 0 10px;
	border: 2px solid #d3d3d3;
	transition: all 0.3s ease;
}
.radio-wrapper .option.is-invalid {
	border-color: #dc3545;
}
.radio-wrapper .option .dot {
	height: 24px;
	width: 24px;
	background: #fff;
	border: 2px solid #d9d9d9;
	position: relative;
	border-radius: 3px;
	margin-right: 5px;
}

.radio-wrapper .option .dot::before {
	position: absolute;
	content: "";
	top: 3px;
	left: 7px;
	transition: all 0.3s ease;
	display: inline-block;
	transform: rotate(45deg);
	height: 12px;
	width: 6px;
	border-bottom: 2px solid #2e8540;
	border-right: 2px solid #2e8540;
	opacity: 0;
}

.radio-wrapper input[type="radio"],
.radio-wrapper input[type="checkbox"] {
	display: none;
}

.radio-wrapper #option-1:checked ~ .option-1,
.radio-wrapper #option-2:checked ~ .option-2 {
	border-color: #2e8540;
	background: #9bd556;
}

.radio-wrapper #option-1:checked ~ .option-1 .dot,
.radio-wrapper #option-2:checked ~ .option-2 .dot {
	background: #fff;
	border-color: #2e8540;
}

.radio-wrapper #option-1:checked ~ .option-1 .dot::before,
.radio-wrapper #option-2:checked ~ .option-2 .dot::before {
	opacity: 1;
}

.radio-wrapper .wrapper .option span {
	font-size: 20px;
}

.bc-primary {
	color: #1395ba !important;
}

.forgot_pass_link {
	margin-bottom: 30px;
}

#location-details-section h1 {
	font-size: 40px;
	font-weight: 700;
}

.select-primary {
	position: relative;
	background: #fff;
	border-radius: 3px;
	border: 2px solid #fff;
	max-width: 560px;
	width: 100%;
}

.select-primary:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	height: 100%;
	background: #95c53d;
	border-radius: 0 3px 3px 0;
}

.select-primary:after {
	content: "";
	height: 6px;
	width: 10px;
	background-image: url(../img/icons/arrow-down.png);
	background-size: contain;
	position: absolute;
	top: 50%;
	margin-top: -3px;
	right: 25px;
}

.select-primary select {
	-webkit-appearance: none;
	border-radius: 3px;
	padding: 5px 60px 5px 15px;
	height: 55px;
	border: none;
	font-weight: 500;
	color: #8b8b8b;
	width: 100%;
	cursor: pointer;
	z-index: 1;
	position: relative;
	background: 0 0;
}

.section-header {
	text-align: center;
	margin-bottom: 75px;
}

.section-header-2 {
	margin-bottom: 60px;
}

.section-header-3 {
	margin-bottom: 40px;
}

.tag-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.tag-list li {
	display: inline-block;
	margin: 0 10px 10px 0;
}

.tag-list li:last-child {
	display: inline-block;
	margin: 0;
}

.tag-list li a {
	background: #179bc1;
	color: #fff;
	padding: 8px 20px;
	display: block;
}

.tag-list li a:hover {
	background: #1082a3;
}

.tag-list li.active a {
	background: #95c53d;
}

.rating-box {
	text-align: center;
}

.rating-box p {
	margin-bottom: 30px;
}

.rating-box p .number {
	font-size: 56px;
	font-weight: 700;
	margin-right: 15px;
}

.rating-box p .text {
	line-height: 1.2em;
}

.rating-box .stars-icon {
	display: block;
	margin: 0 auto 30px;
}

.link-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.link-list li {
	position: relative;
	padding-left: 30px;
	margin-bottom: 15px;
}

.link-list li:last-child {
	margin-bottom: 0;
}

.link-list li::after {
	content: "";
	position: absolute;
	top: 7px;
	left: 5px;
	height: 10px;
	width: 6px;
	background-image: url(../img/icons/arrow-right.png);
	background-position: center center;
}

.link-list li a {
	color: #fff;
	text-decoration: underline;
}

#map-info-window strong,
.gm-style-iw-a strong {
	color: #149ac0;
	line-height: 20px;
}

header {
	padding: 10px 0 12px;
	background: #fff;
}

header .menu {
	margin-left: auto;
}

header .menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

header .menu ul li {
	display: inline-block;
	position: relative;
}

.progress-container,
header .menu ul li.mobile-btn {
	display: none;
}

header .menu ul li.has-submenu:before {
	content: "";
	height: 6px;
	width: 10px;
	background-image: url(../img/icons/arrow-down.png);
	background-size: contain;
	position: absolute;
	top: 50%;
	margin-top: -3px;
	right: 0;
}

header .menu ul li a {
	color: #2c2c2c;
	font-weight: 500;
	padding: 5px 22px;
}

header .menu ul li a:hover {
	text-decoration: none;
}

header .menu ul li ul {
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	min-width: 160px;
	position: absolute;
	top: 100%;
	left: 0;
	background: #fff;
	box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
	padding: 10px 0;
	transform: translateY(25px);
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

#main-menu a:hover {
	color: #2a9fc1;
}

header .menu ul li:hover ul {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

header .menu ul li ul li {
	display: block;
}

header .menu ul li ul li a {
	padding: 5px 15px;
	white-space: nowrap;
	display: block;
	margin: 20px;
}

header .separator {
	height: 28px;
	width: 2px;
	background: #ccd0d4;
	display: block;
	margin: 0 26px;
}

header .button-style-2,
header .mobile-menu {
	display: none;
}

header.active {
	padding: 20px 0;
	background: #1ea1c6;
}

header.active .button-style-2 {
	display: none;
}

header.active .logo img {
	filter: brightness(0) invert(1);
}

header.active .mobile-menu {
	margin-left: auto;
}

header.active .mobile-menu .slicknav_btn {
	background-color: #1ea1c6;
	border: 2px solid #fff;
}

header.active .mobile-menu .slicknav_menu .slicknav_menutxt {
	color: #fff;
}

.slicknav_menu {
	padding: 0;
	background: 0 0;
}

.slicknav_btn {
	margin: 0;
	padding: 11px 20px;
	background-color: #fff;
	border: 2px solid #1395ba;
}

.slicknav_nav:after {
	content: url(../img/icons/bin.png);
	position: absolute;
	right: 15px;
	bottom: 0;
}

.slicknav_nav {
	padding: 50px 15px 0;
	position: absolute;
	top: 100%;
	width: 100%;
	left: 0;
	background: #1ea1c6;
	z-index: 10;
	min-height: calc(100vh - 60px);
	height: 100%;
	overflow-y: auto;
}

.slicknav_nav > li {
	margin-bottom: 20px;
}

.slicknav_nav > li:last-child {
	margin-bottom: 0;
}

.slicknav_nav .slicknav_row,
.slicknav_nav a {
	padding: 5px;
}

.slicknav_nav li.mobile-btn a {
	border: 2px solid #fff;
	border-radius: 3px;
	width: 190px;
	padding: 10px 5px;
	text-align: center;
	margin: 0 10px;
}

.slicknav_nav li.mobile-btn a img {
	margin-right: 5px;
}

.slicknav_menu .slicknav_menutxt {
	text-shadow: none;
	color: #333;
}

.slicknav_nav .slicknav_row:hover,
.slicknav_nav a:hover {
	background: #168aab;
}

#hero-section {
	background: #2c2c2c;
	padding: 0 0 90px;
	color: #fff;
}

#hero-section .contents {
	max-width: 588px;
	width: 100%;
	margin: 0 auto;
}

#hero-section .contents h1 {
	margin-bottom: 35px;
}

#hero-section .contents h3 {
	margin-bottom: 48px;
}

#hero-section .video-icon-box {
	height: 100%;
	position: relative;
}

#hero-section .video-icon-box .video-play-icon {
	width: 87px;
	height: 87px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	cursor: pointer;
}

#hero-section .video-icon-box .video-play-icon img {
	z-index: 1;
	position: relative;
}

#hero-section .video-icon-box .video-play-icon:after,
#hero-section .video-icon-box .video-play-icon:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 87px;
	height: 87px;
	border-radius: 50%;
	background: #fff;
	-webkit-animation: pulse 3s linear infinite;
	animation: pulse 3s linear infinite;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}

#hero-section .video-icon-box .video-play-icon:after {
	-webkit-animation: pulse 3s linear 1.5s;
	animation: pulse 3s linear 1.5s;
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
		opacity: 0;
	}
}

@keyframes pulse {
	0% {
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
		opacity: 0;
	}
}

#storage-section {
	padding: 65px 0;
	background: #fdfdfe url(../img/storage/bg.webp);
	background-repeat: no-repeat;
	background-position: top left;
}

#storage-section .storage-item {
	max-width: 278px;
	width: 100%;
	position: relative;
	border-radius: 5px;
	overflow: hidden;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	padding-bottom: 20px;
}

#storage-section .storage-item:hover {
	transform: translateY(-30px);
}

#storage-section .storage-item .image-box {
	width: 100%;
	height: 432px;
	background-position: center;
	background-size: cover;
}

#storage-section .storage-item .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 80px;
	background: #149ac0;
	color: #fff;
	padding: 0 20px 35px 20px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

#storage-section .storage-item:hover .overlay {
	height: 100%;
	background: rgba(20, 154, 192, 0.95);
}

#storage-section .storage-item .overlay .icon-box {
	margin-top: 50px;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-45px);
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

#storage-section .storage-item:hover .overlay .icon-box {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	margin-top: 30px;
}

#storage-section .storage-item .overlay h5 {
	margin: 30px 0;
	transform: translateY(-110px);
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

#storage-section .storage-item:hover .overlay h5 {
	transform: translateY(0);
	margin: 5px 0;
}

#storage-section .storage-item:hover .overlay h5 img {
	display: none;
}

#storage-section .storage-item .overlay p {
	opacity: 0;
	visibility: hidden;
	transform: translateY(-60px);
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

#storage-section .storage-item:hover .overlay p {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

#storage-section .storage-item .overlay a {
	color: #fff;
	margin-top: auto;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-30px);
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

#storage-section .storage-item:hover .overlay a {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

#storage-section .storage-item .overlay a span {
	text-decoration: underline;
	margin-right: 10px;
}

#green-section {
	padding: 65px 0 50px;
	background-color: #fff;
}

#green-section.style-2 {
	background: #f7f8f9;
}

#green-section .button-style-1 {
	margin-top: 50px;
}

#green-section .green-item {
	padding: 20px 15px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

#green-section .green-item:hover {
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.1);
}

#green-section.style-2 .green-item:hover {
	background: #fff;
}

#green-section .green-item .icon-box {
	width: 50px;
	height: 50px;
	background: #e7f4e4;
	border-radius: 50%;
	position: relative;
	margin-right: 20px;
}

#green-section .green-item .icon-box img {
	max-width: 90%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#green-section .green-item .text-box {
	width: calc(100% - 70px);
}

#green-section .green-item .text-box h5 {
	font-weight: 600;
	margin-bottom: 20px;
}

#green-section .green-item .text-box p {
	margin-bottom: 0;
}

#counter-section {
	padding: 70px 0 0;
	background-image: url(../img/counter/bg.png);
	background-repeat: no-repeat;
	background-position: top center;
	text-align: center;
	border-bottom: 8px solid #cecece;
	background-color: #fff;
}

#counter-section .counter {
	font-size: 75px;
	font-family: "Merriweather Sans", sans-serif;
	font-weight: 700;
	margin-bottom: 20px;
	display: block;
}

#counter-section h3 {
	font-size: 35px;
	margin-bottom: 0;
}

#storage-options-section {
	padding: 135px 0 80px;
	background: #f8f9fa;
}

#storage-options-section .sticky {
	position: sticky;
	position: -webkit-sticky;
	top: 135px;
}

#storage-options-section .sticky .button-style-1 {
	margin-bottom: 60px;
}

#storage-options-section .option-item {
	background: #fff;
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.1);
	max-width: 510px;
	width: 100%;
	border-radius: 10px 10px 5px 5px;
	overflow: hidden;
	margin-bottom: 25px;
	position: relative;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

#storage-options-section.style-2 .option-item {
	margin-left: 12.5px;
	margin-right: 12.5px;
}

#storage-options-section.style-2 .option-item:hover {
	box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.2);
	transform: scale(1.025);
}

#storage-options-section .option-item:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	opacity: 1;
	visibility: visible;
}

#storage-options-section.style-2 .option-item:after {
	display: none;
}

#storage-options-section .option-item.active:after {
	opacity: 0;
	visibility: hidden;
}

#storage-options-section .option-item .item-body {
	padding: 45px 20px 40px 30px;
}

#storage-options-section .option-item .text-box {
	width: 155px;
	margin-right: 25px;
}

#storage-options-section .option-item .text-box p {
	font-size: 26px;
	margin-bottom: 15px;
}

#storage-options-section .option-item .text-box .currency {
	font-size: 24px;
	font-weight: 700;
	margin-top: 5px;
}

#storage-options-section .option-item .text-box .amount {
	font-size: 48px;
	font-weight: 700;
}

#storage-options-section .option-item .text-box .button-style-1 {
	margin-top: 30px;
}

#storage-options-section .option-item .image-box {
	width: calc(100% - 180px);
}

#storage-options-section .option-item .item-footer {
	background: #2c2c2c;
	color: #fff;
	text-align: center;
	padding: 8px 5px;
}

#storage-options-section .option-item .item-footer img {
	margin-right: 5px;
}

#cta-section {
	background: #149ac0;
	padding: 60px 0;
	color: #fff;
}

#cta-section h3 {
	margin-bottom: 0;
	margin-right: 25px;
}

#cta-section .button-style-3 {
	margin: 0 25px;
}

#map-section #map {
	width: 100%;
	height: 600px;
}

footer {
	color: #fff;
}

footer .footer-top {
	background: #2a9fc1;
}

footer .footer-top h2 {
	margin-top: 45px;
	margin-bottom: 35px;
}

footer .footer-top h2 strong {
	color: #a5dc40;
}

footer .footer-top p {
	font-size: 26px;
	margin-bottom: 40px;
}

footer .footer-top .logo-box {
	margin-left: -5px;
	margin-right: -5px;
	margin-bottom: 40px;
}

footer .footer-top .logo-box .logo-item {
	padding-left: 5px;
	padding-right: 5px;
}

footer .footer-top .logo-box .logo-item .item-bg {
	width: 260px;
	height: 160px;
	background: #61b8d1;
	border-radius: 5px;
	position: relative;
}

footer .footer-top .logo-box .logo-item .item-bg img {
	max-width: 80%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-height: 80%;
	object-fit: contain;
}

footer .footer-bottom {
	padding: 61px 5px 5px;
	background: #1395ba;
}

footer .footer-bottom .company-area h2 {
	margin-bottom: 25px;
}

footer .footer-bottom .social-icons {
	margin: 0 0 25px;
	padding: 0;
	list-style: none;
}

footer .footer-bottom .social-icons li {
	display: block;
	text-align: center;
	line-height: 40px;
	display: inline-block;
	margin-right: 5px;
}

footer .footer-bottom .social-icons li a {
	color: #fff;
	position: relative;
	top: 50%;
	display: table;
	bottom: 0;
	margin: auto;
	transform: translateY(-50%);
}

footer .footer-bottom .social-icons li.icon {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #a7d7e5;
}

footer .footer-bottom .social-icons li.phone {
	margin-left: 25px;
	font-size: 19px;
}

footer .footer-bottom .social-icons li.phone img {
	margin-right: 10px;
}

footer .footer-bottom .social-icons li.phone span {
	text-decoration: underline;
}

footer .footer-bottom .social-icons li:last-child {
	margin-right: 0;
}

footer .footer-bottom h5 {
	margin-bottom: 35px;
}

footer .footer-bottom h5 img {
	margin-right: 15px;
}

footer .footer-bottom .locations-area .link-list {
	columns: 1;
}

footer .footer-bottom .locations-area .link-list li {
	margin-right: 50px;
}

footer .credits {
	text-align: right;
}

footer .copyrigt_text,
footer .credits {
	margin-top: 30px;
}

footer .company-area {
	margin-right: 60px;
}

#location-search-section #location_search_map {
	width: 50%;
	height: 100%;
}

#location-search-section .search-items-list {
	width: 50%;
	padding: 30px 15px;
	overflow-y: auto;
	height: 100%;
}

#location-search-section .search-items-list .place {
	box-shadow: 0 5px 5px 1px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 15px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

#location-search-section .search-items-list .place:hover {
	transform: translateX(-10px);
}

#location-search-section .search-items-list .place.active {
	transform: translateX(-10px);
}

#location-search-section .search-items-list .place .place-header {
	background: #95c53d;
	padding: 25px 40px 10px 125px;
	position: relative;
}

#location-search-section .search-items-list .place .place-header .icon {
	position: absolute;
	top: 10px;
	left: 30px;
}

#location-search-section
	.search-items-list
	.place
	.place-header
	h4.heading-left {
	font-size: 22px;
	font-weight: 600;
}

#location-search-section
	.search-items-list
	.place
	.place-header
	h4.heading-right {
	font-size: 20px;
	font-weight: 600;
}

#location-search-section .search-items-list .place .place-contents {
	padding: 25px 40px 20px 80px;
	background: #fff;
}

#location-search-section .search-items-list .place .place-contents .rating {
	margin-bottom: 15px;
}

#location-search-section
	.search-items-list
	.place
	.place-contents
	.rating
	.icon {
	width: 120px;
	margin-right: 15px;
}

#location-search-section .search-items-list .place .place-contents p {
	font-size: 18px;
	margin-bottom: 16px;
}

#location-search-section .search-items-list .place .place-contents p .icon {
	margin-right: 10px;
}

#location-search-section .search-items-list .place .place-footer .btn {
	font-size: 18px;
	font-weight: 500;
	padding: 5px 20px;
	margin: 0 10px 5px 0;
}

#location-search-section .search-items-list .place .place-footer .button-blue {
	background: #1395ba;
	color: #fff;
}

#location-search-section
	.search-items-list
	.place
	.place-footer
	.button-blue:nth-child(2) {
	margin-right: 20px;
}

#location-search-section
	.search-items-list
	.place
	.place-footer
	.btn:last-child {
	margin-right: 0;
}

#location-search-section
	.search-items-list
	.place
	.place-footer
	.button-blue-border {
	background: #fff;
	border: 2px solid #1395ba;
	color: #000;
}

#location-search-section
	.search-items-list
	.place
	.place-footer
	.btn
	.icon-left {
	margin-right: 5px;
}

#location-search-section
	.search-items-list
	.place
	.place-footer
	.btn
	.icon-right {
	margin-left: 5px;
}

#location-details-section {
	padding: 50px 0 70px;
	background: #f6f7f8 url(../img/storage/bg.webp);
	background-repeat: no-repeat;
	background-position: top left;
}

#location-details-section .tab-area {
	width: 760px;
	background: #fff;
}

#location-details-section .tab-area .tab-button-group a {
	width: 33.3333%;
	background: #eee;
	border-radius: 5px 5px 0 0;
	border: none;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	border-bottom: 4px solid #e1e1e1;
	cursor: pointer;
	text-align: center;
	color: #252628;
	padding: 13px 5px;
	position: relative;
}

#location-details-section .tab-area .tab-button-group a:first-child {
	border-left: none;
}

#location-details-section .tab-area .tab-button-group a:last-child {
	border-right: none;
}

#location-details-section .tab-area .tab-button-group a.active {
	background: #95c53d;
	border-bottom: 4px solid #2e8540;
}

#location-details-section .tab-area .tab-button-group a.active:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -6px;
	width: 12px;
	height: 12px;
	border-right: 12px solid transparent;
	border-left: 12px solid transparent;
	border-top: 12px solid #2e8540;
}

#location-details-section .tab-area .tab-content {
	padding: 45px 25px 25px;
}

#location-details-section .tab-area .tab-content h4 {
	margin-bottom: 15px;
}

#location-details-section .tab-area .tab-content .rating {
	margin-bottom: 20px;
}

#location-details-section .tab-area .tab-content .rating img {
	width: 125px;
	margin-right: 10px;
}

#location-details-section .tab-area .tab-content p.address {
	margin-bottom: 20px;
}

#location-details-section .tab-area .tab-content p.address img {
	margin-right: 15px;
}

#location-details-section .tab-area .tab-content .button-box {
	margin-bottom: 20px;
}

#location-details-section .tab-area .tab-content .button-box .btn {
	padding: 5px 20px;
	margin: 0 10px 5px 0;
}

#location-details-section .tab-area .tab-content .button-box .btn:last-child {
	margin-right: 0;
}

#location-details-section .tab-area .tab-content .button-box .btn .icon-left {
	margin-right: 5px;
	margin-bottom: 1px;
	max-height: 24px;
}

#location-details-section .tab-area .tab-content .button-box .button-blue {
	background: #1395ba;
	color: #fff;
	border: 2px solid #1395ba;
}

#location-details-section
	.tab-area
	.tab-content
	.button-box
	.button-blue-border {
	background: #fff;
	border: 2px solid #1395ba;
	color: #000;
}

#location-details-section .tab-area .tab-content .location-feature ul {
	list-style: none;
	margin-right: 40px;
	padding: 0;
}

#location-details-section .tab-area .tab-content .location-feature ul li {
	display: inline-block;
	margin-right: 10px;
}

#location-details-section
	.tab-area
	.tab-content
	.location-feature
	ul
	li:last-child {
	margin-right: 0;
}

#location-details-section .tab-area .tab-content .location-feature ul li a {
	background: #e7f4e4;
	width: 45px;
	height: 45px;
	line-height: 45px;
	border-radius: 50%;
	display: block;
	text-align: center;
}

#location-details-section .tab-area .tab-content .location-feature ul li a img {
	max-width: 70%;
	max-height: 70%;
}

#location-details-section .tab-area .tab-content .location-feature a.link {
	color: #000;
	border-bottom: 2px solid #1395ba;
	padding-bottom: 5px;
}

#location-details-section .tab-area .tab-content .location-feature a.link span {
	display: none;
}

#location-details-section .tab-area .tab-content .mobile-tab-button-group {
	display: none;
}

#location-details-section .tab-area .tab-content .hours-tables > div {
	width: 50%;
	padding: 0 15px;
}

#location-details-section .tab-area .tab-content .hours-tables h3 {
	margin-bottom: 10px;
}

#location-details-section .tab-area .tab-content .hours-tables ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#location-details-section .tab-area .tab-content .hours-tables ul li {
	margin-bottom: 5px;
}

#location-details-section .slider-area {
	width: calc(100% - 760px);
	background: #fff;
}

#location-units-section .tab-dropdown {
	width: 100%;
}

#location-units-section .tab-dropdown select {
	width: 100%;
	height: 50px;
	border: none;
	border-radius: 3px;
	padding: 5px 20px 5px 16px;
	-webkit-appearance: none;
	background: #eee url(../img/icons/arrow-down.png);
	background-repeat: no-repeat;
	background-position: right 10px center;
}

#location-units-section .tab-button-group a {
	background: #eee;
	border-radius: 5px 5px 0 0;
	border: none;
	font-weight: 500;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	border-bottom: 4px solid #e1e1e1;
	cursor: pointer;
	text-align: center;
	color: #252628;
	padding: 13px 40px;
	position: relative;
}

#location-units-section .tab-button-group a:first-child {
	border-left: none;
}

#location-units-section .tab-button-group a:last-child {
	border-right: none;
}

#location-units-section .tab-button-group a.active:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -6px;
	width: 12px;
	height: 12px;
	border-right: 12px solid transparent;
	border-left: 12px solid transparent;
	border-top: 12px solid #2e8540;
}

#location-units-section .filter-btn {
	background: #1395ba;
	padding: 16px 38px;
	color: #fff;
	border-radius: 5px 5px 0 0;
}

#location-units-section .filter-btn .icon-left {
	margin-right: 10px;
}

#location-units-section .filter-box {
	background: #1395ba;
	padding: 25px 35px 20px;
	color: #fff;
	display: block;
}

#location-units-section .filter-box label {
	font-weight: 400;
}

#location-units-section .filter-box .form-group {
	max-width: 260px;
	width: 100%;
	margin-right: 15px;
	order: 1;
}

.personal-storage #location-units-section .filter-box .form-group {
	max-width: 200px;
}

.business-storage #location-units-section .dropdown .dropdown-label::before,
.personal-storage #location-units-section .dropdown .dropdown-label::before {
	top: 20px;
}

.dropdown .dropdown-list a {
	color: #333;
}

.dropdown .dropdown-list input.locations {
	display: none;
}

#location-units-section .filter-box .form-group:last-of-type {
	order: 2;
}

#location-units-section .filter-box .button-style-4 {
	margin-left: auto;
	order: 3;
}

#location-units-section .tab-dropdown {
	display: none;
}

#location-units-section .location-units-list {
	padding-bottom: 60px;
}

#location-units-section .location-unit {
	border: 1px solid #e8e8e8;
	padding-right: 25px;
	border-bottom: 10px solid #e8e8e8;
	padding-top: 15px;
	padding-bottom: 15px;
}

#location-units-section .location-unit:hover {
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.1);
	transform: scaleX(1.01);
}

#location-units-section .location-unit .image-box {
	width: 180px;
	margin-right: 15px;
}

#location-units-section .location-unit .info-box {
	width: 220px;
	margin-right: 15px;
}

#location-units-section .location-unit .features-list-box.mobile-view,
#location-units-section .location-unit .features-mobile-view,
#location-units-section .location-unit .info-box a {
	display: none;
}

#location-units-section .location-unit .info-box h5 {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 5px;
}

#location-units-section .location-unit .info-box h2 {
	font-family: Mukta, sans-serif;
	font-size: 38px;
	font-weight: 700;
	margin-right: 10px;
	line-height: 1;
}

#location-units-section .location-unit .info-box .size p {
	margin-bottom: 5px;
	font-size: 1em;
	color: #777;
	font-weight: 500;
}

.mobile_deal_logo {
	display: none;
}

#location-units-section .location-unit .info-box .size a {
	display: none;
}

#location-units-section .location-unit .info-box p {
	margin-bottom: 0;
}

#location-units-section .location-unit .features-list-box {
	width: 170px;
	margin-right: 15px;
}

#location-units-section .location-unit .features-list-box ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#location-units-section .location-unit .features-list-box ul li {
	margin-bottom: 2px;
	position: relative;
	padding-left: 20px;
}

#location-units-section .location-unit .features-list-box ul li img {
	position: absolute;
	top: 7px;
	left: 3px;
}

#location-units-section .location-unit .features-list-box ul li span {
	display: inline-block;
}

#location-units-section .location-unit .price-box {
	width: 250px;
	margin-right: 15px;
}

#location-units-section .location-unit .price-box .currency {
	font-size: 24px;
	font-weight: 700;
	margin-top: 5px;
}

#location-units-section .location-unit .price-box .amount {
	font-size: 48px;
	font-weight: 700;
}

#location-units-section .location-unit .price-box .discount {
	color: #acacac;
	font-size: 20px;
}

#location-units-section .location-unit .price-box .discount .currency {
	font-size: 14px;
	margin-top: 0;
}

#location-units-section .location-unit .price-box .discount .amount {
	font-size: 26px;
}

#location-units-section .location-unit .price-box .off {
	color: #1395ba;
	margin-bottom: 0;
}

#location-units-section .location-unit .price-box .off img {
	margin-right: 5px;
	display: table;
}

#location-units-section .location-unit .active-box {
	width: 200px;
}

#location-units-section .location-unit .active-box .btn {
	display: block;
	margin: 5px 0;
	font-size: 19px;
	width: 100%;
}

#location-units-section .location-unit .active-box input[name="reserve_now"] {
	width: 85%;
}

#location-units-section .location-unit .price-box .discount + .d-flex .amount,
#location-units-section
	.location-unit
	.price-box
	.discount
	+ .d-flex
	.currency {
	color: #1395ba;
}

#location-units-section .location-unit .active-box .btn.button-green.rent {
	background-image: url("../img/icons/home.png");
	background-repeat: no-repeat;
	background-position: 25px center;
}

#amenities-section {
	padding: 35px 0 75px;
	background: #f7f8f9;
}

#amenities-section h2 {
	margin-top: 65px;
	margin-bottom: 30px;
}

#amenities-section h4 {
	margin-bottom: 15px;
}

#amenities-section P {
	margin-bottom: 35px;
}

#amenities-section P:last-child {
	margin-bottom: 0;
}

#checkout-section {
	padding: 80px 0;
	background: #f6f7f8 url(../img/storage/bg.webp);
	background-repeat: no-repeat;
	background-position: top left;
}

#checkout-section .checkout-left {
	width: calc(100% - 500px);
}

#checkout-section .checkout-right {
	width: 400px;
	margin-left: 100px;
}

#checkout-section .button-style-6 {
	min-height: 48px;
	min-width: 130px;
}

#checkout-section .button-green {
	min-width: 250px;
}

#checkout-section .button-green .icon-right {
	margin-left: 50px;
	width: 6px;
}

#checkout-section .step-1 {
	margin-bottom: 50px;
}

#checkout-section .step-1 > p {
	margin-bottom: 30px;
}

#checkout-section .step-1 .button-style-6 {
	margin-left: 50px;
	margin-right: 15px;
	line-height: 34px;
}

.checkout-form {
	background: #fff;
	padding: 40px 50px;
	border: 2px solid #e8e8e8;
	border-radius: 7px;
	margin-bottom: 35px;
}

.checkout-form h4 {
	margin-bottom: 40px;
}

.checkout-form .form-group {
	position: relative;
}

.checkout-form .floating-label {
	position: absolute;
	pointer-events: none;
	left: 20px;
	top: 15px;
	transition: 0.2s ease all;
	color: #8b8b8b;
}

.checkout-form .floating-label span {
	color: #1395ba;
}

.checkout-form textarea:focus ~ .floating-label,
.checkout-form textarea:not(:focus):valid ~ .floating-label {
	font-size: 12px;
	top: 4px;
	left: 15px;
}

.checkout-form input:focus ~ .floating-label {
	font-size: 12px;
	top: 4px;
	left: 15px;
}

.checkout-form input {
	min-height: 50px;
	border: 2px solid #c1c1c1;
	border-radius: 3px;
	padding: 10px 30px 5px 15px;
	width: 100%;
	outline: 0;
	color: #2c2c2c;
}

.checkout-form textarea {
	min-height: 100px;
	border: 2px solid #c1c1c1;
	border-radius: 3px;
	padding: 10px 30px 5px 15px;
	width: 100%;
	outline: 0;
	color: #2c2c2c;
}

.checkout-form input option {
	color: #2c2c2c;
}

.checkout-form select {
	width: 100%;
	height: 50px;
	border: 2px solid #c1c1c1;
	border-radius: 3px;
	color: #8b8b8b;
	padding: 5px 45px 5px 16px;
	-webkit-appearance: none;
	background-image: url(../img/icons/select-arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
	position: relative;
	cursor: pointer;
}

.checkout-form input.valid {
	border: 2px solid #2e8540;
}

.checkout-form .icon {
	position: absolute;
	top: 13px;
	right: 10px;
	display: none;
}

.checkout-form input.valid + .success {
	display: block;
}

.checkout-form .date-input {
	position: relative;
	max-width: 205px;
	width: 100%;
}

.checkout-form .date-input input {
	padding-right: 30px;
}

.checkout-form .date-input .calender-icon {
	position: absolute;
	top: 15px;
	right: 15px;
}

.checkout-form .ct-box .image-box {
	width: 55px;
	margin-right: 25px;
}

.checkout-form .ct-box .text-box {
	width: calc(100% - 80px);
	line-height: 1.5em;
}

.checkout-form .ct-box .text-box span {
	color: #1395ba;
}

#checkout-section .unit-box {
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.1);
	padding: 35px;
	margin-bottom: 45px;
}

#checkout-section .unit-box .image-box {
	width: 120px;
	margin-right: 35px;
}

#checkout-section .unit-box .contents-box {
	width: calc(100% - 155px);
}

#checkout-section .unit-box h3.title {
	font-family: "Merriweather Sans", sans-serif;
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 35px;
}

#checkout-section .unit-box .contents-box p {
	margin-bottom: 0;
}

#checkout-section .unit-box .contents-box p a {
	color: #1395ba;
	text-decoration: underline;
}

#checkout-section .unit-box h3.title span {
	color: #1a92ba;
}

#checkout-section .unit-box .top-box {
	margin-bottom: 35px;
}

#checkout-section .checkout-left .address-box {
	margin-right: 50px;
}

#checkout-section .checkout-left .address-box h5 {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 5px;
}

#checkout-section .checkout-left .address-box p {
	margin-bottom: 0;
	line-height: 1.2em;
	position: relative;
	padding-left: 40px;
	font-size: 18px;
}

#checkout-section .checkout-left .address-box p img {
	position: absolute;
	top: 6px;
	left: 12px;
}

#checkout-section .checkout-left .details-box {
	width: 320px;
	border: 2px solid #1a92ba;
	border-radius: 5px;
	font-size: 15px;
	padding: 20px 15px;
}

#checkout-section .checkout-left .details-box .info-box {
	width: 50%;
	margin-right: 0;
	padding-right: 15px;
}

#checkout-section .checkout-left .details-box .info-box h2 {
	width: 100%;
	font-size: 30px;
	margin-right: 30px;
}

#checkout-section .checkout-left .details-box .info-box .size {
	position: relative;
}

#checkout-section .checkout-left .details-box .info-box .size p {
	margin-bottom: 5px;
	font-size: 1em;
	color: #777;
	font-weight: 500;
}

#checkout-section .checkout-left .details-box .info-box .size a {
	display: block;
	max-width: 25px;
	position: absolute;
	top: 10px;
	right: 5px;
}

#checkout-section .checkout-left .details-box .info-box p {
	margin-bottom: 0;
}

#checkout-section .checkout-left .details-box .info-box p {
	margin-bottom: 0;
}

#checkout-section .checkout-left .details-box .price-box {
	width: 50%;
	margin-right: 0;
	padding-left: 15px;
}

#checkout-section .checkout-left .details-box .price-box .discount {
	text-decoration: line-through;
	font-size: 14px;
	color: #acacac;
}

#checkout-section .checkout-left .details-box .price-box .amount {
	font-size: 40px;
	font-weight: 700;
}

#checkout-section .checkout-left .details-box .price-box .currency {
	font-size: 20px;
	font-weight: 700;
	margin-top: 5px;
}

#checkout-section .checkout-left .details-box .price-box .discount .currency {
	font-size: 12px;
}

#checkout-section .checkout-left .details-box .price-box .discount .amount {
	font-size: 20px;
}

#checkout-section .checkout-left .details-box .price-box .off {
	color: #1395ba;
	margin-bottom: 0;
	font-size: 13px;
}

#checkout-section .checkout-left .details-box .info-box a.features-modal-btn {
	color: #252628;
	display: block;
	margin-top: 15px;
	white-space: nowrap;
}

#checkout-section .checkout-left .details-box .info-box a span {
	border-bottom: 1px solid #252628;
}

#checkout-section .checkout-left .details-box .price-box .off img {
	display: none;
}

#checkout-section .cart {
	background: #fff;
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	padding: 0 2px;
	position: relative;
}

#checkout-section .cost-n-payment.cart {
	display: none;
}

#checkout-section .cart .booked-icon {
	position: absolute;
	top: -6px;
	left: -4px;
	display: none;
}

#checkout-section .cart.cart-step-3 .booked-icon {
	display: block;
}

#checkout-section .cart .info-box {
	padding: 30px 33px 25px;
}

#checkout-section .cart.cart-step-3 .info-box {
	padding-top: 70px;
}

#checkout-section .cart .info-box h3 {
	font-family: "Merriweather Sans", sans-serif;
	font-size: 30px;
	font-weight: 700;
	display: none;
}

#checkout-section .cart .info-box h3 span {
	color: #1a92ba;
}

#checkout-section .cart .info-box h2 {
	font-family: Mukta, sans-serif;
	font-size: 38px;
	font-weight: 700;
	line-height: 1;
}

#checkout-section .cart .info-box .size-1 h2 {
	margin-right: 10px;
}

#checkout-section .cart .info-box .size p {
	margin-bottom: 5px;
	font-size: 1em;
	color: #777;
	font-weight: 500;
}

#checkout-section .cart .info-box .size-2 {
	display: none;
}

#checkout-section .cart .info-box .features-list-box ul {
	list-style: none;
	margin-bottom: 35px;
	padding-left: 15px;
}

#checkout-section .cart .info-box .features-list-box ul li {
	margin-bottom: 2px;
	position: relative;
	padding-left: 20px;
}

#checkout-section .cart .info-box .features-list-box ul li img {
	position: absolute;
	top: 7px;
	left: 3px;
}

#checkout-section .cart .info-box .features-list-box ul li span {
	display: inline-block;
}

#checkout-section .cart .info-box .off {
	color: #1395ba;
	margin-bottom: 0;
}

#checkout-section .cart .info-box .off img {
	margin-right: 5px;
}

#checkout-section .cart .address-box {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	padding: 20px 33px 30px;
}

#checkout-section .cart .address-box h5 {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 5px;
}

#checkout-section .cart .address-box p {
	margin-bottom: 0;
	line-height: 1.2em;
	position: relative;
	padding-left: 40px;
	font-size: 18px;
}

#checkout-section .cart .address-box p img {
	position: absolute;
	top: 6px;
	left: 12px;
}

#checkout-section .cart .price-box {
	background: #edfbd5;
	padding: 15px 33px 20px;
	font-size: 22px;
}

#checkout-section .cart .price-box .currency {
	font-size: 24px;
	font-weight: 700;
	margin-top: 5px;
}

#checkout-section .cart .price-box .discount {
	color: #acacac;
	font-size: 20px;
}

#checkout-section .cart .price-box .discount .currency {
	font-size: 14px;
	margin-top: 0;
}

#checkout-section .cart .price-box .discount .amount {
	font-size: 26px;
	text-decoration: line-through;
}

.price-box .discount .amount {
	font-size: 26px;
	text-decoration: line-through;
}

#checkout-section .cart .price-box .discount .week {
	text-decoration: line-through;
}

#checkout-section .cart .price-box .amount {
	font-size: 48px;
	font-weight: 700;
}

#checkout-section .cart .cost-n-payment {
	display: none;
}

#checkout-section .cart .cost-box {
	padding: 15px 33px 20px;
}

#checkout-section .cart.cart-step-2 .info-box .size-2,
#checkout-section .cart.cart-step-2 .info-box h3 {
	display: block;
}

#checkout-section .cart.cart-step-2 .address-box,
#checkout-section .cart.cart-step-2 .features-list-box,
#checkout-section .cart.cart-step-2 .info-box .size-1 {
	display: none;
}

#checkout-section .cart.cart-step-3 .address-box,
#checkout-section .cart.cart-step-3 .features-list-box {
	display: block;
}

#checkout-section .cart.cart-step-2 .cost-box,
#checkout-section .cart.cart-step-2 .cost-n-payment {
	display: block;
}

#checkout-section .cart.cart-step-3 .cost-box,
#checkout-section .cart.cart-step-3 .cost-n-payment {
	display: none;
}

#checkout-section .cart .cost-box table {
	width: 100%;
	border-collapse: collapse;
}

#checkout-section .cart .cost-box table tr td {
	padding: 2px 0;
}

#checkout-section .cart .cost-box table tr td:last-child {
	text-align: right;
}

#checkout-section .cart .cost-box table tr.promo {
	color: #d64c1d;
}

#checkout-section .cart .cost-box table tr.promo td:last-child {
	text-decoration: line-through;
}

#checkout-section .cart .cost-box table tr:last-child {
	font-size: 22px;
	font-weight: 700;
	border-top: 30px solid #fff;
}

#checkout-section .cart .cost-box table tr:last-child td {
	background: #b3d47e;
}

#checkout-section .cart .cost-box table tr:last-child td:first-child {
	padding: 15px 10px 15px 25px;
}

#checkout-section .cart .cost-box table tr:last-child td:last-child {
	padding: 15px 25px 15px 10px;
}

#checkout-section .cart .payment-box {
	padding: 0 35px 25px;
}

#checkout-section .cart .payment-box p {
	font-size: 15px;
	margin-bottom: 0;
	margin-left: 10px;
}

#checkout-section .radio-wrapper {
	margin-bottom: 65px;
}

#checkout-section .billing-form {
	max-width: 590px;
	width: 100%;
	margin-bottom: 50px;
}

.checkout-form .card-form {
	max-width: 750px;
	width: 100%;
	margin-bottom: 50px;
}

.checkout-form .cvv-input {
	background-image: url(../img/icons/i-input.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}

.checkout-form .expiry-date-width {
	max-width: 150px;
	width: 100%;
}

.checkout-form .cvv-width {
	max-width: 170px;
	width: 100%;
}

#checkout-section .step-2 .button-green {
	margin-top: 15px;
}

#checkout-section .highlight-box {
	background: #fff;
	border-radius: 5px;
	padding: 35px;
	margin-bottom: 45px;
	border: 2px solid #e8e8e8;
}

#checkout-section .highlight-box .image-box {
	max-width: 65px;
	margin-right: 25px;
}

#checkout-section .highlight-box .text-box {
	width: calc(100% - 90px);
}

#checkout-section .highlight-box .text-box p {
	margin-bottom: 0;
}

#checkout-section .highlight-box .text-box p a {
	color: #1395ba;
	text-decoration: underline;
}

#checkout-section .highlight-box .product-box {
	width: 100%;
	margin-top: 60px;
}

#checkout-section .highlight-box .product-box {
	margin-left: -6px;
	margin-right: -6px;
}

#checkout-section .highlight-box .product-box .product {
	width: 25%;
	padding: 0 6px;
}

#checkout-section .highlight-box .product-box .product .product-inner {
	height: 100%;
}

#checkout-section .highlight-box .product-box .product .product-image {
	height: 150px;
	position: relative;
	border-radius: 3px;
	border: 2px solid #e8e8e8;
	border-bottom: none;
}

#checkout-section .highlight-box .product-box .product .product-image img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 80%;
	max-height: 80%;
}

#checkout-section .highlight-box .product-box .product .text-box {
	background: #eee;
	color: #2c2c2c;
	font-weight: 500;
	text-align: center;
	width: 100%;
	padding: 11px 5px;
	border-radius: 0 0 3px 3px;
	border: 2px solid #e8e8e8;
	border-top: none;
}

#checkout-section .highlight-box .product-box .product:hover .text-box {
	background: #1395ba;
	color: #fff;
	border: 2px solid #1395ba;
	border-top: none;
}

#checkout-section .highlight-box .product-box .product:hover .product-image {
	border: 2px solid #fff;
	border-bottom: none;
}

#checkout-section .highlight-box .product-box .product:hover .product-inner {
	box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.1);
}

#checkout-section .highlight-box .button-style-1 {
	font-size: 19px;
	margin-top: 25px;
}

#checkout-section .step-2,
#checkout-section .step-3 {
	z-index: 10;
	position: relative;
}

#autocomplete::placeholder {
	color: transparent;
}

#autocomplete:-ms-input-placeholder {
	color: transparent;
}

#autocomplete::-ms-input-placeholder {
	color: transparent;
}

.flip-card {
	background-color: transparent;
	perspective: 1000px;
	position: sticky;
	position: -webkit-sticky;
	top: 175px;
	z-index: 10;
	min-height: 570px;
}

.flip-card-inner {
	position: relative;
	width: 100%;
	height: 100%;
	transition: transform 0.6s;
	transform-style: preserve-3d;
}

.flip-card .flip-card-inner.filpped {
	transform: rotateY(-180deg);
}

.flip-card-back,
.flip-card-front {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.flip-card-back {
	transform: rotateY(180deg);
}

#loader {
	background-color: rgba(0, 0, 0, 0.6);
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9999;
	display: none;
	top: 0;
	bottom: 0;
}

#loader img {
	right: 0;
	left: 0;
	position: fixed;
	bottom: 0;
	top: 0;
	z-index: 9999;
	margin: auto;
}

.new_customer_form .logout,
.new_customer_form .logout a {
	color: #1395ba;
	margin-bottom: 20px;
}

.unit-box .email-details {
	display: none;
	max-width: 100%;
}

#pay_my_bill_modal .location a,
#personal_storage_modal .location a {
	font-size: 20px;
	font-weight: 700;
	background: url("../../images/address_marker.png") no-repeat 0 center
		transparent;
	padding-left: 25px;
	line-height: 35px;
}

.blue_text {
	color: #1680b2;
}

#pay_my_bill_modal .modal-body li,
#personal_storage_modal .modal-body li {
	list-style: none;
}

#amenities-section iframe {
	max-width: 100%;
}

.video-background {
	background: #000;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -999;
}

.video-background::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.3);
}

.video-background iframe,
.video-foreground {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.video-background iframe,
.video-foreground {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

@media only screen and (min-width: 767px) {
	.mobile_location {
		display: none;
	}
	.reserve-discounted-unit form {
		position: absolute;
		width: 200px;
		bottom: 0;
	}
	.reserve-discounted-unit {
		position: relative;
		height: 200px;
	}
	#location-units-section .location-unit {
		padding-top: 0;
		padding-bottom: 0;
		padding-right: 0;
	}
	#location-units-section .location-unit .features-list-box + div + div + div {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	#location-units-section .location-unit .discounted-unit {
		margin-top: 35px;
	}
	#location-units-section .location-unit .features-list-box + div + div + div {
		margin-right: 0;
		width: 250px;
	}
	#location-units-section .location-unit .active-box .btn.button-green.rent {
		max-width: 200px;
	}
}

.news_detail_page h1 {
	font-size: 2.63158rem;
}

.art-img a i,
.new-img a i {
	font-size: 40px;
}

.art-img a,
.new-img a {
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: rgba(149, 196, 61, 0.65);
	display: flex;
	justify-content: center;
	align-items: center;
	left: -100%;
	top: 0;
	transition: 0.2s all;
}

.article .art-img a {
	left: 0;
	transform: scale(0);
}

.article:hover .art-img a {
	transform: scale(1);
}

.art-img a i,
.new-img a i {
	color: #fff;
	z-index: 1;
}

.art-img {
	position: relative;
	overflow: hidden;
}

@media (min-aspect-ratio: 16/9) {
	.video-foreground {
		height: 300%;
		top: -100%;
	}
}

@media (max-aspect-ratio: 16/9) {
	.video-foreground {
		width: 300%;
		left: -100%;
	}
}

@media all and (max-width: 600px) {
	.vid-info {
		width: 50%;
		padding: 0.5rem;
	}
	.vid-info h1 {
		margin-bottom: 0.2rem;
	}
}

@media all and (max-width: 500px) {
	.vid-info .acronym {
		display: none;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	header .logo {
		width: 150px;
	}
	header .menu ul li a {
		padding: 5px 15px;
	}
	header .separator {
		margin: 0 15px;
	}
	.page-title h2 {
		width: 100%;
		text-align: center;
	}
	.page-title .search-form {
		width: 100%;
	}
	#location-search-section .search-items-list .place .place-contents {
		padding: 25px 15px 20px 25px;
	}
	.form-primary .item:first-of-type {
		width: 290px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	header .logo {
		width: 100px;
	}
	header .menu ul li a {
		font-size: 14px;
		padding: 5px 15px;
	}
	header .menu ul li.has-submenu:before {
		margin-top: -1px;
	}
	header .separator {
		margin: 0 10px;
	}
	#hero-section .contents h1 {
		font-size: 50px;
	}
	#hero-section .contents h3 {
		font-size: 30px;
	}
	#storage-section .storage-item .overlay {
		padding: 0 15px 15px;
		height: 60px;
	}
	#storage-section .storage-item .overlay .icon-box {
		margin-top: 35px;
	}
	#storage-section .storage-item .overlay .icon-box img {
		max-width: 50px;
	}
	#storage-section .storage-item .overlay h5 {
		margin: 15px 0;
		transform: translateY(-85px);
	}
	#storage-section .storage-item .overlay a,
	#storage-section .storage-item .overlay p {
		font-size: 18px;
	}
	#cta-section h3 {
		margin-right: 10px;
	}
	#cta-section .button-style-3 {
		margin: 0 15px;
	}
	footer .footer-top .logo-box .logo-item .item-bg {
		width: 200px;
		height: 120px;
	}
	footer .footer-top .image-area {
		width: 220px;
	}
	footer .footer-bottom .company-area {
		width: 310px;
	}
	footer .footer-bottom .company-area h2 {
		font-size: 35px;
	}
	footer .footer-bottom .locations-area .link-list li {
		margin-right: 0;
	}
	#location-search-section .search-items-list .place .place-contents {
		padding: 25px 15px 15px 15px;
	}
	#location-search-section .search-items-list .place .place-contents .rating {
		margin-bottom: 10px;
	}
	#location-search-section .search-items-list .place .place-contents p {
		margin-bottom: 10px;
	}
	#location-search-section .search-items-list .place .place-footer .btn {
		font-size: 16px;
		padding: 5px 15px;
		margin: 0 5px 5px 0;
	}
	#location-search-section
		.search-items-list
		.place
		.place-footer
		.button-blue:nth-child(2) {
		margin-right: 10px;
	}
	.page-title h2 {
		width: 100%;
		text-align: center;
		margin-top: 0;
	}
	.page-title .search-form {
		width: 100%;
		margin-left: 0;
		margin-top: 25px;
	}
	.page-title .search-form form {
		justify-content: center;
		-ms-flex-pack: center;
	}
	#location-details-section .tab-area {
		width: 580px;
	}
	#location-details-section .slider-area {
		width: calc(100% - 580px);
	}
	#location-units-section .tab-button-group a {
		padding: 13px 24px;
	}
	#location-units-section .location-unit .image-box {
		width: 140px;
	}
	#location-units-section .location-unit .info-box {
		width: 190px;
	}
	#location-units-section .location-unit .features-list-box {
		width: 160px;
	}
	#location-units-section .location-unit .price-box {
		width: 200px;
	}
	#location-units-section .location-unit .active-box {
		width: 200px;
	}
	#location-units-section .location-unit {
		padding-right: 10px;
	}
	#location-units-section .filter-box .form-group {
		max-width: 220px;
	}
	.amenities-box .content-body {
		padding: 45px 15px 30px;
	}
	.features-box .feature-item {
		padding: 10px 10px;
	}
	#checkout-section .checkout-left {
		width: calc(100% - 400px);
	}
	#checkout-section .checkout-right {
		width: 350px;
		margin-left: 50px;
	}
	#checkout-section .unit-box .address-box {
		margin-right: 0;
		width: 100%;
		margin-bottom: 25px;
	}
	.checkout-form {
		padding: 20px 25px;
	}
	.radio-wrapper .lock-icon {
		max-width: 40px;
		margin-right: 10px;
	}
	#checkout-section .cart .info-box {
		padding: 30px 15px 25px;
	}
	#checkout-section .cart .price-box {
		padding: 15px 15px 20px;
	}
	#checkout-section .cart .cost-box {
		padding: 15px 15px 20px;
	}
	#checkout-section .cart .payment-box {
		padding: 0 15px 25px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	header {
		padding: 10px 0 0;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		background: #fff;
		z-index: 100;
	}
	header .logo {
		width: 90px;
	}
	.slicknav_menu .slicknav_icon,
	header .menu,
	header .pay-button,
	header .separator {
		display: none;
	}
	.progress-container,
	header .menu ul li.mobile-btn {
		display: block;
	}
	header .mobile-menu {
		display: block;
	}
	header .button-style-2 {
		display: block;
		margin-left: auto;
		margin-right: 10px;
	}
	#hero-section {
		padding: 0 0 90px;
	}
	#hero-section .contents h1 {
		font-size: 50px;
	}
	#hero-section .contents h3 {
		font-size: 30px;
	}
	#storage-section {
		padding: 65px 0 15px;
	}
	#storage-section .storage-item {
		max-width: 280px;
		margin: 0 auto 50px;
	}
	#green-section .button-style-1 {
		margin-bottom: 50px;
	}
	#cta-section h3 {
		width: 100%;
		margin-right: 0;
		margin-bottom: 25px;
		text-align: center;
	}
	#cta-section .button-style-3,
	#cta-section .button-style-4 {
		margin: 0 10px 5px;
	}
	footer .footer-top .logo-box .logo-item .item-bg {
		width: 150px;
		height: 80px;
	}
	footer .footer-top .image-area {
		width: 200px;
	}
	footer .footer-bottom .company-area {
		width: 220px;
	}
	footer .footer-bottom .company-area h2 {
		font-size: 25px;
	}
	footer .footer-bottom .locations-area .link-list li {
		margin-right: 0;
	}
	footer .footer-bottom .link-list li a {
		font-size: 14px;
	}
	#location-search-section #location_search_map {
		width: 100%;
		height: calc(50vh - 55px);
	}
	#location-search-section .search-items-list {
		width: 100%;
		padding: 3px 0 0 0;
		height: calc(50vh - 55px);
	}
	.page-title {
		padding: 20px 0;
	}
	.page-title h2 {
		width: 100%;
		text-align: center;
		margin-top: 0;
	}
	.page-title .search-form {
		display: none;
	}
	#location-details-section .tab-area {
		width: 450px;
	}
	#location-details-section .tab-area .tab-content {
		padding: 30px 15px 10px;
	}
	#location-details-section .tab-area .tab-content .hours-tables > div {
		padding: 0 10px;
	}
	#location-details-section .tab-area .tab-content .hours-tables h3 {
		font-size: 30px;
	}
	#location-details-section .slider-area {
		width: calc(100% - 450px);
	}
	#location-units-section .tab-button-group a {
		padding: 13px 15px;
		font-size: 15px;
	}
	#location-units-section .filter-btn {
		padding: 14px 20px;
		font-size: 15px;
	}
	#location-units-section .filter-btn .icon-left {
		margin-right: 5px;
		width: 15px;
	}
	#location-units-section .filter-box {
		padding: 25px 15px 20px;
	}
	#location-units-section .filter-box .form-group {
		max-width: 175px;
		margin-right: 10px;
		font-size: 15px;
	}
	#location-units-section .filter-box .button-style-4 {
		font-size: 15px;
		padding: 6px 15px;
	}
	#location-units-section .filter-box .button-style-4 .icon-left {
		margin-right: 5px;
		max-width: 30px;
	}
	#location-units-section .location-units-list {
		font-size: 16px;
	}
	#location-units-section .location-unit .info-box h2 {
		font-size: 30px;
	}
	#location-units-section .location-unit .info-box h5 {
		font-size: 20px;
	}
	#location-units-section .location-unit .price-box .amount {
		font-size: 40px;
	}
	#location-units-section .location-unit .price-box .discount {
		font-size: 16px;
	}
	#location-units-section .location-unit .price-box .discount .amount {
		font-size: 20px;
	}
	#location-units-section .location-unit .image-box {
		width: 70px;
	}
	#location-units-section .location-unit .info-box {
		width: 140px;
	}
	#location-units-section .location-unit .features-list-box {
		width: 155px;
	}
	#location-units-section .location-unit .price-box {
		width: 160px;
	}
	#location-units-section .location-unit .active-box {
		width: 140px;
	}
	#location-units-section .location-unit .active-box .btn {
		font-size: 14px;
		padding: 10px 5px;
	}
	#location-units-section .location-unit {
		padding-right: 5px;
	}
	.amenities-box {
		margin-top: 50px;
	}
	#checkout-section {
		padding: 40px 0;
	}
	#checkout-section .checkout-left {
		width: calc(100% - 325px);
	}
	#checkout-section .checkout-right {
		width: 300px;
		margin-left: 25px;
	}
	.checkout-form {
		padding: 20px 25px;
	}
	#checkout-section .step-1 .button-style-6 {
		margin-left: 10px;
		margin-right: 10px;
	}
	#checkout-section .unit-box .address-box {
		margin-right: 0;
		width: 100%;
		margin-bottom: 25px;
	}
	#checkout-section .cart .info-box {
		padding: 30px 15px 25px;
	}
	#checkout-section .cart .price-box {
		padding: 15px 15px 20px;
	}
	#checkout-section .cart .cost-box {
		padding: 15px 15px 20px;
		font-size: 16px;
	}
	#checkout-section .cart .payment-box {
		padding: 0 15px 25px;
	}
	.radio-wrapper .lock-icon,
	.radio-wrapper .option {
		margin-bottom: 25px;
	}
	#checkout-section .radio-wrapper {
		margin-bottom: 30px;
	}
	.flip-card {
		top: 100px;
	}
	#checkout-section .cart .info-box h3 {
		font-size: 25px;
	}
	#checkout-section .cart .info-box .size p {
		font-size: 18px;
	}
	#checkout-section .cart .info-box h2 {
		font-size: 28px;
	}
	#checkout-section .cart .info-box .size p {
		font-size: 12px;
	}
	#checkout-section .highlight-box .product-box .product {
		width: 50%;
		margin-bottom: 15px;
	}
}

@media only screen and (max-width: 767px) {
	footer .company-area {
		margin-right: 0;
	}
	#mainMenuBarAnchor.height {
		height: 62px;
	}
	header {
		padding: 10px 0 0;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		background: #fff;
		z-index: 100;
	}
	header .logo {
		width: 90px;
	}
	header .menu,
	header .pay-button,
	header .separator {
		display: none;
	}
	.slicknav_menu .slicknav_icon {
		margin-right: 5px !important;
	}
	.slicknav_menu .slicknav_icon-bar {
		background-color: #000;
	}
	.slicknav_menu .slicknav_menutxt {
		float: right;
	}
	.progress-container,
	header .menu ul li.mobile-btn {
		display: block;
	}
	header .mobile-menu {
		display: block;
	}
	header .button-style-2 {
		display: block;
		margin-left: auto;
		margin-right: 10px;
	}
	.slicknav_nav a {
		font-size: 18px;
	}
	#hero-section {
		padding: 0 0 40px;
	}
	#hero-section .contents h1 {
		font-size: 25px;
		margin: 0 auto 40px;
		text-align: center;
	}
	#hero-section .contents h3 {
		font-size: 19px;
		margin-bottom: 30px;
		text-align: center;
	}
	#hero-section .contents .select-primary {
		max-width: 280px;
		margin: 0 auto;
	}
	#hero-section .contents .select-primary select {
		height: 35px;
	}
	#hero-section .contents .select-primary:before {
		width: 40px;
	}
	#hero-section .contents .select-primary::after {
		right: 14px;
	}
	#hero-section .video-icon-box {
		display: none;
	}
	#hero-section {
		background-attachment: initial !important;
		background-size: cover !important;
	}
	#storage-section {
		padding: 40px 0 0;
	}
	#storage-section .storage-item {
		max-width: 320px;
		margin: 0 auto 10px;
		border-radius: 3px;
	}
	#storage-section .storage-item .image-box {
		width: 90px;
		height: 65px;
		margin-right: 3px;
	}
	#storage-section .storage-item .overlay {
		position: initial;
		width: calc(100% - 87px);
		height: 65px;
		padding: 23px 25px;
	}
	#storage-section .storage-item:hover {
		transform: translateY(0);
	}
	#storage-section .storage-item .overlay .icon-box,
	#storage-section .storage-item .overlay a,
	#storage-section .storage-item .overlay p {
		display: none;
	}
	#storage-section .storage-item .overlay h5 {
		transform: translateY(0);
		margin: 0;
	}
	#storage-section .storage-item:hover .overlay h5 img {
		display: initial;
	}
	.section-header {
		margin-bottom: 30px;
	}
	.section-header-2 {
		margin-bottom: 30px;
	}
	.section-header-3 {
		margin-bottom: 20px;
	}
	#green-section {
		padding: 30px 0 10px;
	}
	#green-section.mobile-nav-active .section-header-2 {
		position: fixed;
		top: 65px;
		left: 0;
		width: 100%;
		padding: 10px 15px;
		background: #fff;
		z-index: 10;
	}
	#green-section .button-style-1 {
		margin-top: 5px;
		margin-bottom: 15px;
	}
	#green-section .green-item {
		padding: 10px 5px;
	}
	#green-section .green-item .text-box h5 {
		margin-bottom: 10px;
	}
	#counter-section {
		padding: 20px 0 0;
	}
	#counter-section .counter {
		font-size: 50px;
	}
	#counter-section h3 {
		font-size: 19px;
	}
	#storage-options-section {
		padding: 25px 0;
	}
	#storage-options-section .sticky {
		position: initial;
		position: initial;
		top: initial;
	}
	#storage-options-section .sticky .button-style-1 {
		margin-bottom: 35px;
		background: #f8f9fa;
	}
	#storage-options-section .tag-list {
		display: none;
	}
	#storage-options-section .option-item .text-box p {
		font-size: 18px;
		margin-bottom: 10px;
	}
	#storage-options-section .option-item .text-box .currency {
		font-size: 12px;
		margin-top: 2px;
	}
	#storage-options-section .option-item .text-box .amount {
		font-size: 25px;
	}
	#cta-section {
		padding: 40px 0 30px;
	}
	#cta-section h3 {
		display: none;
	}
	#cta-section .button-style-3,
	#cta-section .button-style-4 {
		margin: 0 5px 10px;
		padding: 8px 10px;
	}
	#cta-section .button-style-4 .icon-left {
		display: none;
	}
	#map-section #map {
		height: 460px;
	}

	#blog-section {
		padding: 40px 0;
	}
	#blog-section .section-header-2 {
		padding: 0;
	}
	#blog-section .section-header-2 h2 {
		margin: 0 auto 10px;
		width: 100%;
	}
	#blog-section .section-header-2 .btn {
		display: none;
	}
	#blog-section .owl-carousel {
		padding: 0;
	}
	#blog-section .owl-carousel .owl-nav button {
		width: 25px;
	}
	footer .credits {
		text-align: left;
	}
	.reviews-badges {
		max-width: 200px;
	}
	.size-guide-item .info-box table {
		width: 100% !important;
		height: auto !important;
	}
	#sizeGuideModal .tab-item img {
		margin-bottom: 20px;
	}
	.mobile-dropdown-filter .col-lg-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		padding: 5px;
	}
	footer .footer-top {
		border-bottom: 2px solid #95c53d;
	}
	footer .footer-top h2 {
		margin-top: 25px;
		margin-bottom: 15px;
	}
	footer .footer-top p {
		font-size: 15px;
		margin-bottom: 35px;
	}
	footer .footer-top .partners-area {
		width: 100%;
		margin-right: 15px;
	}
	footer .footer-top .logo-box .logo-item {
		width: 50%;
	}
	footer .footer-top .logo-box .logo-item .item-bg {
		width: 100%;
		height: 120px;
		margin-bottom: 10px;
	}
	footer .footer-top .image-area {
		width: 26%;
		position: absolute;
		bottom: 0;
		right: 30px;
	}
	footer .footer-bottom {
		padding: 40px 0;
	}
	footer .footer-bottom h5 {
		margin-bottom: 15px;
	}
	footer .footer-bottom .links-area,
	footer .footer-bottom .locations-area {
		width: 100%;
		margin-bottom: 25px;
	}
	footer .footer-bottom .locations-area .link-list li {
		margin-right: 0;
		padding-left: 20px;
	}
	.page-title {
		padding: 15px 0 20px;
	}
	.page-title {
		padding: 10px 0;
	}
	.page-title h2 {
		width: 100%;
		text-align: center;
		font-size: 22px;
		margin-top: 0;
	}
	#location-search-section #location_search_map {
		width: 100%;
		height: calc(50vh - 55px);
	}
	#location-search-section .search-items-list {
		width: 100%;
		padding: 3px 0 0 0;
	}
	#location-search-section .search-items-list .place {
		border-radius: 0;
	}
	#location-search-section .search-items-list .place .place-header .icon {
		width: 35px;
		left: 5px;
	}
	#location-search-section .search-items-list .place .place-header {
		padding: 10px 15px 5px 60px;
	}
	.form-primary .item:first-of-type {
		width: calc(100% - 110px);
	}
	.search-form .form-primary .item:nth-child(2) {
		width: auto;
	}
	.form-primary .item:nth-child(2) {
		width: 100px;
	}
	.form-primary input.form-control {
		height: 40px;
		font-size: 14px;
		min-width: initial;
	}
	.home-template .search_btn {
		height: 40px;
		font-size: 14px;
	}
	.form-primary select {
		height: 40px;
		font-size: 14px;
	}
	.form-primary .button-style-5 {
		margin-left: 0;
		margin-top: 10px;
		height: 40px;
	}
	#location-search-section
		.search-items-list
		.place
		.place-header
		h4.heading-left {
		font-size: 18px;
	}
	#location-search-section
		.search-items-list
		.place
		.place-header
		h4.heading-right {
		display: none;
	}
	#location-search-section .search-items-list .place .place-contents {
		padding: 15px 15px 15px 40px;
	}
	#location-search-section .search-items-list .place .place-contents .rating {
		margin-bottom: 10px;
	}
	#location-search-section
		.search-items-list
		.place
		.place-contents
		.rating
		.icon {
		width: 70px;
		margin-right: 10px;
	}
	#location-search-section .search-items-list .place .place-contents p {
		font-size: 14px;
		margin-bottom: 10px;
	}
	#location-search-section .search-items-list .place .place-footer .btn {
		font-size: 12px;
		padding: 4px 8px;
		margin: 0 3px 3px 0;
	}
	#location-search-section
		.search-items-list
		.place
		.place-footer
		.btn
		.icon-left {
		max-width: 15px;
		margin-right: 2.5px;
	}
	#location-search-section
		.search-items-list
		.place
		.place-footer
		.button-blue:nth-child(2) {
		margin-right: 0;
	}
	#location-search-section .search-items-list .place.active {
		transform: translateX(-10px);
	}
	#location-details-section {
		padding: 0 0 5px;
	}
	#location-details-section .col-md-12 {
		padding-right: 0;
		padding-left: 0;
	}
	#location-details-section .section-header-3 {
		display: none;
	}
	#location-details-section .slider-area,
	#location-details-section .tab-area {
		width: 100%;
	}
	#location-details-section .tab-area .tab-button-group {
		display: none !important;
	}
	#location-details-section .tab-area .tab-content {
		padding: 10px;
	}
	#location-details-section .tab-area .tab-content .rating img {
		width: 70px;
		margin-right: 10px;
	}
	#location-details-section .tab-area .tab-content .rating {
		margin-bottom: 10px;
	}
	#location-details-section .tab-area .tab-content p.address {
		margin-bottom: 10px;
	}
	#location-details-section .tab-area .tab-content .button-box {
		margin-bottom: 10px;
	}
	#location-details-section .tab-area .tab-content .button-box .btn {
		font-size: 14px;
		padding: 5px 10px;
	}
	#location-details-section .tab-area .tab-content .button-box .btn .icon-left {
		max-width: 11px;
		margin-right: 2.5px;
	}
	#location-details-section
		.tab-area
		.tab-content
		.button-box
		.button-blue-border {
		display: block;
		max-width: 220px;
	}
	#location-details-section .tab-area .tab-content .location-feature ul {
		display: none;
	}
	#location-details-section
		.tab-area
		.tab-content
		.location-feature
		a.link
		span {
		display: inline-block;
	}
	#location-details-section .tab-area .tab-content .mobile-tab-button-group {
		display: block;
		position: absolute;
		top: 15px;
		right: 0;
	}
	#location-details-section .tab-area .tab-content .mobile-tab-button-group a {
		background: #eee;
		display: block;
		width: 60px;
		text-align: center;
		margin-bottom: 10px;
		padding: 5px;
		color: #252628;
		border-bottom: 5px solid #d5d5d5;
		font-size: 14px;
	}
	#location-details-section
		.tab-area
		.tab-content
		.mobile-tab-button-group
		a
		img {
		max-width: 20px;
		display: block;
		margin: 0 auto;
		margin-bottom: 5px;
	}
	.modal-body .hours-tables ul {
		list-style: none;
		margin: 0 0 15px;
		padding: 0;
	}
	#location-details-section .lSSlideOuter .lSPager.lSGallery {
		display: none;
	}
	#location-units-section .tab-button-group {
		display: none;
	}
	#location-units-section .col-md-12 {
		padding-right: 0;
		padding-left: 0;
	}
	#location-units-section .tab-dropdown {
		display: block;
		border-bottom: 4px solid #dfdfdf;
	}
	#location-units-section .tab-button-group-box .button-style-4 {
		background: #1295ba;
		width: calc(50% - 1px);
		padding: 15px;
		border-radius: 0;
		border: none;
		margin-right: 1px;
	}
	#location-units-section .filter-btn {
		width: calc(50% - 1px);
		padding: 15px;
		border-radius: 0;
		border: none;
		margin-left: 1px;
	}
	#location-units-section .filter-box {
		position: relative;
		display: none;
	}
	#location-units-section .filter-box:after {
		content: "";
		background: #fff;
		height: 2px;
		width: calc(50% + 1px);
		position: absolute;
		top: 0;
		left: 0;
	}
	#location-units-section .filter-box .form-group {
		order: 2;
		margin: 0 auto 15px;
	}
	#location-units-section .filter-box .form-group:last-of-type {
		order: 1;
	}
	#location-units-section .location-unit {
		padding: 10px;
	}
	#location-units-section .location-unit .features-list-box,
	#location-units-section .location-unit .image-box {
		display: none;
	}
	#location-units-section .location-unit .info-box {
		width: 50%;
		margin-right: 0;
		padding-right: 15px;
	}
	.parking-units #location-units-section .location-unit .info-box h5 {
		display: block;
	}
	.parking-units #location-units-section .location-unit .info-box .size {
		display: none !important;
	}
	#location-units-section .location-unit .price-box {
		width: 50%;
		margin-right: 0;
		padding-left: 15px;
	}
	#location-units-section .location-unit .price-box .discount {
		text-decoration: line-through;
		font-size: 14px;
	}
	#location-units-section .location-unit .price-box .amount {
		font-size: 35px;
	}
	#location-units-section .location-unit .price-box .currency {
		font-size: 20px;
	}
	#location-units-section .location-unit .price-box .discount .currency {
		font-size: 12px;
	}
	#location-units-section .location-unit .price-box .discount .amount {
		font-size: 20px;
	}
	#location-units-section .location-unit .price-box .off img {
		display: none;
	}
	#location-units-section .location-unit .info-box h2 {
		width: 100%;
		font-size: 30px;
		margin-right: 30px;
	}
	#location-units-section .location-unit .info-box a.features-modal-btn {
		color: #252628;
		display: block;
		margin-top: 15px;
	}
	#location-units-section .location-unit .features-mobile-view span,
	#location-units-section .location-unit .info-box a span {
		border-bottom: 1px solid #252628;
	}
	#location-units-section .location-unit .features-mobile-view {
		position: relative;
		cursor: pointer;
		display: block;
	}
	#location-units-section .location-unit .features-mobile-view::after {
		content: "+";
		position: absolute;
		border: 1px solid #fff;
		width: 20px;
		height: 20px;
		text-align: center;
		font-size: 16px;
		line-height: 17px;
		top: 0;
		cursor: pointer;
		font-weight: 500;
	}
	#location-units-section .location-unit .features-mobile-view.open::after {
		content: "-";
	}
	#location-units-section .location-unit .features-list-box.mobile-view {
		margin-top: 20px;
	}
	#location-units-section .location-unit .info-box .size {
		position: relative;
	}
	#location-units-section .location-unit .info-box .size a {
		display: block;
		max-width: 25px;
		position: absolute;
		top: 10px;
		right: 5px;
	}
	#location-units-section .location-unit .active-box {
		margin-top: 20px;
		margin-left: -5px;
		margin-right: -5px;
	}
	#location-units-section .location-unit .features-list-box + div {
		order: 3;
		width: 50%;
		display: block;
	}
	#location-units-section .location-unit .features-list-box + div + div {
		order: 4;
		margin-top: 0;
	}
	.mobile_deal_logo img {
		margin-top: -45px;
	}
	#location-units-section .location-unit .features-list-box + div + div > div {
		display: none !important;
	}
	#location-units-section
		.location-unit
		.features-list-box
		+ div
		+ div
		> div.discounted-unit {
		display: flex !important;
	}
	#location-units-section .location-unit .features-list-box + div + div + div {
		order: 2;
	}
	#location-units-section .location-unit .active-box .btn {
		padding: 5px;
		font-size: 15px;
	}
	#location-units-section .location-unit .active-box form {
		width: 100%;
	}
	#location-units-section .location-unit .active-box .button-style-1 {
		float: left;
		width: 150px;
	}
	#location-units-section .location-unit .active-box .button-green {
		width: 150px;
	}
	#location-units-section .location-unit .active-box .btn.button-green.rent {
		background-position: 8px center;
		margin-left: 0;
		float: left;
	}
	#location-units-section
		.location-unit
		.active-box
		input[name="reserve_now"].button-style-1 {
		margin-right: 0;
		margin-left: 0;
	}
	#location-units-section .location-unit .info-box > p {
		display: none;
	}
	#location-units-section .location-unit .active-box .btn img {
		max-width: 20px;
	}
	#location-units-section .location-units-list {
		padding-bottom: 15px;
	}
	#amenities-section h4 {
		margin-bottom: 10px;
	}
	#amenities-section P {
		margin-bottom: 20px;
	}
	.amenities-box {
		margin-top: 25px;
	}
	#allFeaturesModal .amenities-box {
		margin-top: 0;
		border-radius: 0;
	}
	.amenities-box .content-body {
		padding: 15px;
	}
	.features-box .feature-item {
		padding: 5px;
	}
	.features-box .feature-item .icon-box {
		width: 35px;
		height: 35px;
		line-height: 35px;
		margin-right: 10px;
	}
	.features-box .feature-item .text-box {
		width: calc(100% - 45px);
	}
	#amenities-section {
		padding: 20px 0 50px;
	}
	#page-header-section {
		padding: 30px 0 15px;
	}
	#page-header-section .title {
		font-size: 40px;
		margin-bottom: 10px;
	}
	#checkout-section {
		padding: 20px 0;
		background: #fff;
	}
	#checkout-section .checkout-left {
		max-width: 400px;
		width: 100%;
		margin: 0 auto;
	}
	#checkout-section .checkout-left .section-header-3 {
		text-align: center;
	}
	#checkout-section .step-1 > p {
		margin-bottom: 20px;
		text-align: center;
	}
	#checkout-section .checkout-left .address-box {
		text-align: center;
		margin-right: 0;
		margin-bottom: 15px;
	}
	#checkout-section .checkout-left .address-box h5 {
		font-size: 20px;
	}
	#checkout-section .checkout-left .address-box p {
		text-align: left;
		display: inline-block;
		font-size: 15px;
	}
	#checkout-section .checkout-left .details-box {
		max-width: 320px;
		width: 100%;
		margin: 0 auto 15px;
	}
	.checkout-form {
		margin: 0 auto 15px;
		padding: 30px 15px;
	}
	.checkout-form h4 {
		margin-bottom: 15px;
	}
	#checkout-section .step-1 .button-style-6 {
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 10px;
		display: block;
	}
	#checkout-section .checkout-right {
		display: none;
	}
	#checkout-section .step-1 {
		margin-bottom: 0;
	}
	#checkout-section .unit-box {
		padding: 15px;
		margin-bottom: 25px;
	}
	#checkout-section .unit-box h3.title {
		font-size: 22px;
		margin-bottom: 10px;
		text-align: center;
	}
	#checkout-section .unit-box .image-box {
		width: 50px;
		margin-right: 15px;
	}
	#checkout-section .unit-box .contents-box {
		width: calc(100% - 65px);
	}
	#checkout-section .unit-box .top-box {
		margin-bottom: 15px;
	}
	#checkout-section .cart .price-box {
		padding: 15px 33px 10px;
		display: none;
	}
	#checkout-section .cost-n-payment.cart {
		display: block;
		box-shadow: none;
	}
	#checkout-section .cart .cost-box table tr td img {
		width: 15px;
	}
	#checkout-section .cart .cost-box table tr:last-child {
		font-size: 18px;
		border-top: 15px solid #fff;
	}
	#checkout-section .cart .cost-box table tr:last-child td:first-child {
		padding: 10px 5px 10px 15px;
	}
	#checkout-section .cart .cost-box table tr:last-child td:last-child {
		padding: 10px 15px 10px 5px;
	}
	#checkout-section .cart .payment-box p {
		font-size: 12px;
	}
	#checkout-section .cart .payment-box {
		padding: 0 35px 15px;
	}
	#checkout-section .cart .payment-box img {
		max-width: 120px;
		width: 40%;
	}
	#checkout-section .cart {
		margin-bottom: 25px;
	}
	#checkout-section .radio-wrapper {
		margin-bottom: 35px;
	}
	#checkout-section .radio-wrapper .lock-icon {
		max-width: 25px;
		margin-right: 10px;
	}
	#checkout-section .radio-wrapper .option {
		height: 45px;
		width: 125px;
		margin: 0 5px;
		padding: 0 5px;
		font-size: 13px;
	}
	#checkout-section .billing-form {
		margin-bottom: 35px;
	}
	.checkout-form .cvv-width,
	.checkout-form .expiry-date-width {
		max-width: 100%;
		flex-basis: 100%;
	}
	#checkout-section .highlight-box .product-box .product {
		width: 50%;
		margin-bottom: 15px;
	}
	#checkout-section .highlight-box {
		padding: 20px;
		margin-bottom: 30px;
	}
	#checkout-section .highlight-box .product-box {
		margin-top: 30px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	footer .footer-bottom .locations-area .link-list {
		columns: 2;
	}
	footer .footer-top .logo-box .logo-item .item-bg {
		height: 170px;
	}
	.form-primary .item:first-of-type {
		width: initial;
	}
	.form-primary .item:nth-child(2) {
		width: initial;
	}
	.form-primary .button-style-5 {
		margin-left: 10px;
		margin-top: 22px;
	}
	#location-search-section .search-items-list .place {
		max-width: 400px;
		margin: 0 auto 15px;
	}
}

.main-slide-gallery .slider-nav .item-slick {
	max-width: 116px;
	margin-right: 8px;
	outline: 0 !important;
	cursor: pointer;
}

.main-slide-gallery .slider-nav .item-slick img {
	max-width: 100%;
	background-size: cover;
	background-position: center;
}

.main-slide-gallery .slick-arrow,
.main-slide-gallery .slider-nav .slick-dots {
	display: none !important;
}

.main-slide-gallery .slick-list {
	margin-top: 15px;
}

.reviews-badges {
	margin-bottom: 20px;
}

#location-units-section .tab-button-group a.promo::before {
	content: "Green Deals!";
	position: absolute;
	bottom: -4px;
	right: 0;
	left: 0;
	background-color: #2e8540;
	color: #fff;
	font-size: 16px;
	padding-top: 3px;
	padding-bottom: 3px;
}

#location-units-section .promoBox .tab-button-group a {
	line-height: 42px;
}

#location-units-section .tab-button-group a.promo {
	padding-top: 12px;
	line-height: inherit;
}

#location-units-section .promoBox .filter-btn {
	line-height: 38px;
}

.running_low {
	background: #f9ffef;
	color: black;
	border: #333 2px dotted;
	padding: 2px 0px !important;
	line-height: 125%;
	max-width: 200px;
}
.location_top_bar {
	margin: 0px auto 18px;
	text-align: center;
	color: #000;
	font-size: 16px;
	background-color: #fefd96;
	border: 1px solid #fff;
	border-right: 0;
	border-left: 0;
	padding: 12px 0;
	box-shadow: 0 4px 12px 1px #555;
	border-top-width: 0;
	margin-top: -10px;
	position: relative;
}
.location_top_bar p {
	display: inline;
	line-height: 1.73333333;
	font-size: 16px;
	font-family: arial;
}
@media (max-width: 768px) {
	.location_top_bar p {
		display: block;
		margin-bottom: 4px;
	}
}
.location_reserve_online {
	background: #333 none repeat scroll 0 0;
	color: #fff;
	font-size: 16px;
	line-height: 32px;
	font-weight: normal;
	margin-left: 20px;
	padding: 3px 10px;
}
@media (max-width: 768px) {
	.location_reserve_online {
		margin-left: 0;
	}
}
.topbar_close {
	color: #fff;
	float: right;
	margin: 0;
	background-color: #96c421;
	padding: 4px 6px;
	border: 2px solid #000;
	cursor: pointer;
	position: absolute;
	top: 10px;
	right: 30px;
}
