@import url('https://fonts.googleapis.com/css?family=Lexend+Peta|Montserrat&display=swap');

@font-face {
	font-family: 'Mistral';
	font-style: normal;
	font-weight: normal;
	src: local('font/Mistral'), url('font/MISTRAL.woff') format('woff');
}

.logo-wrapper {
	height: 60px;
	width: 60px;
	background-color: #291E5F;
	border-radius: 50%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}

.logo-wrapper:hover {
	background-color: black;
}

.logo-center {
	padding: 14px;
	height: 28px !important;
}

.mistral-txt {
	font-family: 'Mistral';
}

img.custom-3 {
	width: 100%;
	height: auto;
	max-height: 210px;
	object-fit: cover;
}

img.custom-4 {
	width: 100%;
	height: auto;
	max-height: 300px;
	object-fit: contain;
}

img.custom-4-mix, img.custom-3-mix {
	height: 100% !important;
	width: auto;
}

img.custom-5 {
	width: 100%;
	height: auto;
	max-height: 230px;
	object-fit: cover;
}

.item-thumbs {
	cursor: auto !important;
}

.code-name {
	text-align: center;
}

.no-margin-top {
	margin-top: 0px !important;
}

.thin {
	font-size: 25px !important;
	font-weight: 100 !important;
}

.img-fix-wrap {
	height: 210px;
}

.img-fix-wrap-2 {
	height: 230px;
}

.img-fix-wrap-4 {
	height: 300px;
}

.img-fix-wrap-4-landscape, .img-fix-wrap-landscape {
	height: 180px;
}

.door-stopper {
	max-height: 150px !important;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.contained {
	object-fit: contain !important;
}
 
img.margin-70 {
	margin-bottom: 70px;
}

img.squared {
	height: 100% !important;
	width: auto !important;
	display: block;
	margin: auto;
}

img.mid {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.custom-h2-big {
	font-size: 34px !important;
}

.custom-h2-small {
	font-size: 28px !important;
	/*color: grey !important;*/
	color: #9B9B9B !important;
	margin-top: 0 !important;
	white-space:nowrap !important;
}

.slider-img, .nivo-main-image, .nivoSlider {
	height: 350px !important;
	/*object-fit: cover;*/
}

.nivo-slider img {
	object-fit: cover;
}

.nivoSlider img {
	height:100% !important;
} 
.nivo-main-image {
	height:100% !important;
}

div.nivo-caption { 
	display: none !important; 
}

.flexslider .slides img {
	height: 100% !important;
	object-fit: cover;
}

.slides li {
	height: 300px !important;
}

.lg {
  	object-fit: cover;
  	width: 140px !important;
}

.md {
	object-fit: cover;
	width: 80px !important;
}

.padding-0 {
	padding: 0 !important;
}

.invert {
	filter: invert(100%);
	vertical-align: bottom;
	height: 22px !important;
	margin-right: 8px !important;
	margin-left: 3px !important;
}

.invert-wrapper {
	display: inline-block;
}

.certified-logo {
/* 	width: 80px;
	height: auto; */
}

.certified-wrapper {
	margin-top: auto;
	margin-bottom: auto;
}

.tall {
	height: 220px !important;
}

.margined {
	margin-left: 20px;
	font-size: 20px !important;
	text-decoration: underline;
}

.o-flow {
	margin-bottom: 40px !important;
}

.dg-lock {
	height: 320px !important;
}

.under {
	text-decoration: underline;
}

.clientele {
	height: 150px !important;
	width: 150px;
	object-fit: contain;
	border: 4px solid #e9e9e9;
	padding: 20px;
}

.clientele-wrapper {
	margin-top: 30px;
}

.clientele-wrapper > p {
	font-size: 18px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 0;
}

.project-list {
	display: grid;
}

.project-list > li {
	list-style-type: disc !important;
}

.ios {
	height: 230px !important;
}

.ios-1 {
	height: 260px !important;	
}

.nomargin {
	margin-left: -20px !important;
	margin-right: -20px !important;
	display: none;
}

.big-header {
	margin-top: 35px !important;
}

@media (max-width: 767px) {
	.custom-span {
		width: 50% !important;
		float: left !important;
	}
	.custom-span-4 {
		width: 30% !important;
		float: left !important;
	}
}

@media (max-width: 576px) {
	.custom-span-4 {
		width: 50% !important;
		float: left !important;
	}
	.ratio {
		height: auto !important;
	} 
}

@media (max-width: 767px) {
	.big-header {
		display: none !important;
	}
	.nomargin {
		display: block;
	}
}