html {
	font-size: 14px;
}

.slick-prev {
	left: 6px !important;
	z-index: 1;
}

.slick-next {
	right: 18px !important;
	z-index: 1;
}

.slick-prev:before,
.slick-next:before {
	font-size: 32px !important;
	color: #d1d3cf !important;
}

.modal-full {
	min-width: 100%;
	margin: 0;
}

@media (min-width: 768px) {
	.modal-full {
		top: 71px !important;
	}
}

@media (max-width: 767px) {
	.modal-full {
		top: 40px !important;
	}
}

.modal-full .modal-content {
	top: -71px;
}

.modal-full .modal-content {
	height: -moz-calc(-moz-fill-available - 70px);
	height: -webkit-calc(-webkit-fill-available - 70px);
	height: calc(fill-available - 70px);
}

.modal-full .modal-dialog {
	margin-top: 70px;
	margin-bottom: 0;
}

.modal-full .modal-content {
	overflow-y: auto;
	overflow-x: hidden;
}

@media (min-width: 576px) {
	.modal-full .modal-dialog {
		max-width: 525px;
	}
}

@media (min-width: 768px) {
	.modal-full .modal-dialog {
		max-width: 750px;
	}
}

@media (min-width: 992px) {
	.modal-full .modal-dialog {
		max-width: 950px;
	}
}

@media (min-width: 1200px) {
	.modal-full .modal-dialog {
		max-width: 1150px;
	}
}

.below-nav-backdrop {
	z-index: 1025 !important;
	opacity: 0.75 !important;
}

.cursor-pointer {
	cursor: pointer;
}

.btn-flat {
	box-shadow: none !important;
}

.carousel-indicators li {
	background-color: rgba(0, 0, 0, 0) !important;
}

.carousel-indicators li.active {
	background-color: white !important;
}

.auth-modal {
	margin-bottom: 125px !important;
}

@media screen and (max-width: 767px) {
	input,
	select,
	textarea {
		font-size: 16px !important;
	}
}
