/* ======================================== */
/* Loading */
/* ======================================== */

#loading {
	display: none;
	position: fixed;
	z-index: 2000;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	margin: 0;
	padding: 0;
	opacity: 1;
}

#loading img {
	position: fixed;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

/* ======================================== */
/* Alert */
/* ======================================== */

#toast-container {
	opacity: .9;
}

#toast-container > div {
	opacity: .9;
}

#toast-container > div {
	box-shadow: none;
}

#toast-container > div:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: 1;
}

.animated {
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.swal2-container.swal2-shown {
	background-color: rgba(0, 0, 0, .7) !important;
}

.swal2-icon.swal2-warning {
	border-color: #f4933e !important;
	color: #f4933e !important;
}

.swal2-icon.swal2-success .swal2-success-ring {
	border: .25em solid #5cb85c !important;
}

.swal2-icon.swal2-success {
	border-color: #5cb85c !important;
}

.swal2-icon.swal2-success .line,
.swal2-icon.swal2-success [class^="swal2-success-line"],
.swal2-icon.swal2-success [class^="swal2-success-line"][class$="long"] {
	background-color: #5cb85c !important;
}

.swal2-icon.swal2-error [class^="swal2-x-mark-line"] {
	background-color: rgb(217, 83, 79) !important;
}

.swal2-icon.swal2-error {
	border-color: rgb(217, 83, 79) !important;
	color: rgb(217, 83, 79) !important;
}

.swal2-icon.swal2-info {
	border-color: #2dbceb !important;
	color: #2dbceb !important;
}

.swal2-icon.swal2-question {
	border-color: #5b8ea4 !important;
	color: #5b8ea4 !important;
}

.swal2-popup {
	padding: 1.25rem;
}

.swal2-popup .swal2-icon {
	margin: 1.5rem 0 0rem 0;
}

.swal2-popup .swal2-actions {
	margin: 1.5rem auto 0rem auto;
}

.swal2-popup .swal2-actions .fas,
.swal2-popup .swal2-actions .far,
.swal2-popup .swal2-actions .fab {
	margin-right: 3px;
}

.swal2-footer {
	margin: 2em 0 0;
}

/* ======================================== */
/* Color */
/* ======================================== */

.bg-brand {
	background-color: #ff8533;
	color: white;
}

.text-brand {
	color: #ff8533;
}

.hover-brand:hover {
	color: #fb730b !important;
}

.nav.nav-active-brand .active {
	color: #fb730b;
}

.bg-brand-primary {
	background-color: rgba(19, 83, 209, .9);
	color: white;
}

.bg-tomato {
	background-color: #ff685c;
	color: white;
}

.nav.nav-active-tomato .active {
	color: #ff685c;
}

/* ======================================== */
/* Products */
/* ======================================== */

#products {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}


/* ======================================== */
/* Clients */
/* ======================================== */

#clients .owl-carousel .card {
	height: 200px;
	margin: 1rem .5rem;
	padding: 1.5rem;
	opacity: 1;
}

#clients .owl-carousel .card:hover {
	cursor: grab;
}

#clients .owl-carousel .card:active {
	cursor: grabbing;
}

#clients .owl-carousel img {
	width: 150px !important;
}

#clients .owl-dots {
	display: none;
}

/* ======================================== */
/* Gallery */
/* ======================================== */

.gallery-button {
	margin-top: 60px;
	margin-bottom: 30px;
}

.gallery-content {
	padding: 10px;
	cursor: zoom-in;
}

.gallery-filter .btn-outline-inverse:focus, 
.gallery-filter .btn-outline-inverse.focus {
	box-shadow: none;
}

/* ======================================== */
/* Bootstrap 4 */
/* ======================================== */

.align-items-center {
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
}

.justify-content-center {
	-webkit-box-pack: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
}

.shadow-sm {
	box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
}

.shadow {
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}

.img-responsive {
	width: 100%;
	height: auto;
}

a.disabled {
	color: #868e96 !important;
	cursor: no-drop;
}

button.disabled {
	cursor: no-drop !important;
}


/* ======================================== */
/* Blockbox */
/* ======================================== */

.bg-image-cover {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.subheader-wrapper {
	padding: 63px 0;
}

.img-filter-blur {
	filter: blur(3px);
	-webkit-filter: blur(3px);
}

/* ======================================== */
/* CSS Media Resolution */
/* ======================================== */
@media (max-width: 575.98px)
{
	#clients .owl-carousel .card {
		height: 150px;
	}
}

/* Small devices (landscape phones (SM), 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px)
{
	#clients .owl-carousel .card {
		height: 150px;
	}
}

/* Medium devices (tablets (MD), 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px)
{
}

/* Large devices (desktops (LG), 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px)
{
}

/* Extra large devices (large desktops (XL), 1200px and up) */
@media (min-width: 1200px)
{
}