.dynamism {
	width: 100%;
	max-width: 630px;
	margin: 0 auto;
}
.dynamism img {
	max-width: 100% !important;
	width: auto !important;
}
.dynamism__header {
	display: -ms-flexbox;
	display: flex;
	padding: 0 20px;
	margin: 20px auto;
}
.dynamism__header-logo {
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.dynamism__header-menu {
	text-align: right;
	min-width: 405px;
}
.dynamism__header-link {
	margin-left: 18px;
}
.dynamism__header-link:first-child {
	margin-left: 0;
}

@media (max-width: 991px) {
	.dynamism__header {
		display: block;
	}
	.dynamism__header-logo {
		text-align: center;
		margin-bottom: 15px;
	}
	.dynamism__header-menu {
		text-align: center;
		min-width: 100%;
	}
}
.dynamism__banners {
	margin: 0 !important
}
.dynamism__banners-col {
	padding: 2px !important;
}
.dynamism__info {
	padding: 40px 15px 25px;
	text-align: center;
}

.h2_alt {
	font-size: 36px;
	line-height: 54px;
}

.slick-slide { height: auto; }

.shrink-title {

	max-height: 123px !important;
}


.grid-of-logos {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.grid-of-logos__item {
	text-align: center;
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-item-align: center;
	align-self: center;
	padding: 0 15px;
}
.grid-of-logos__img {
	width: auto;
	max-width: 150px;
	height: auto;
	max-height: 80px;
	margin: 20px auto;
}
@media (max-width: 991px) {
	.grid-of-logos__item {
	   width: 50%;
	}
}

.creaform {
	position: relative;
	overflow: hidden;
	width: 100%;
	max-width: 760px;
}
.creaform img {
	max-width: 100%;
	width: auto !important;
}
.creaform__header {
	padding: 15px 30px;
	display: -ms-flexbox;
	display: flex;
}
@media (max-width: 991px) {
	.creaform__header {
		padding: 15px 0;
	}
}
.creaform__logo {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-item-align: center;
	align-self: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.creaform__navigation {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: end;
	justify-content: flex-end;
	flex-wrap: wrap;
}
.creaform .btn--creaform {
	margin: 0;
	border: 1px solid #2B2A2B;
	background: transparent;
	color: #2B2A2B;
	min-width: 175px;
}
.creaform__hero {
	text-align: center;
}
.creaform__cta {
	width: 100%;
	padding: 15px 30px;
	text-align: center;
	color: #236192;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.2px;
	line-height: 26px;
}
@media (max-width: 991px) {
	.creaform__cta {
		padding: 15px 0;
	}
}
.creaform__cta a {
	text-decoration: underline;
	color: #236192;
}
.creaform__products {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 -4px;
}
.creaform__products div {
	padding: 0 2px;
	text-align: center;
}
.creaform__footer {
	color: #fff;
	background-color: #000;
	padding: 15px 30px;
	min-height: 50px;
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
@media (max-width: 991px) {
	.creaform__header {
		padding: 15px 0;
	}
}
.creaform__footer-links a {
	margin-right: 5px;
}


.bgprint {}
.bgprint__header {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: .5rem;
	margin-bottom: .5rem;
}
.bgprint__header-info a,
.bgprint__header-info {
	-ms-flex-item-align: center;
	align-self: center;
	color: #212529;
	text-align: right;
	font-weight: bold;
}
.bgprint__body img {
	padding: inherit;
	width: auto;
	max-width: 100%;
}
.bgprint__body div {
	text-align: center;
	padding: 3px !important;
}

.small-text {
	font-size: 15px;
}

.pro-tag {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}
.pro-tag__text {
	padding-right: 5px;
	color: #fff;
	-webkit-transition: .2s;
	transition: .2s;
}
.pro-tag svg {
	height: 25px;
	width: 43px;
	margin-top: -5px;
}
.pro-tag svg,
.pro-tag svg path,
.pro-tag svg text {
	fill: #ff4242;
	-webkit-transition: .2s;
	transition: .2s;
}
.pro-tag:focus svg path,
.pro-tag:hover svg path,
.pro-tag:focus svg text,
.pro-tag:hover svg text {
	fill: #ff4242;
}
.pro-tag:focus .pro-tag__text,
.pro-tag:hover .pro-tag__text {
	color: #ff4242;
}

.smartech-landing .btn-outline-red {
	outline: none;
	box-shadow: none;
	font-family: Source Sans Pro;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
	padding: 0.5rem .75rem;
	color: #ff4242;
	border: 1px solid #ff4242;
	white-space: nowrap;
}
.smartech-landing .btn-outline-red:hover,
.smartech-landing .btn-outline-red:active {
	color: #ffffff;
	outline: none;
	box-shadow: none;
}
.smartech-landing .btn-outline-red:hover {
	color: #fff;
	background: #ff4242;
	border-color: #ff4242;
	opacity: 1;
}
.smartech-landing .btn-outline-red:focus {
	outline: none;
	box-shadow: none;
}
.smartech-landing .btn-outline-red.disabled {
	color: #959495 !important;
	background: transparent !important;
	border-color: #959495 !important;
	opacity: 0.5;
}

.checkbox-btn {
	margin: 0;
	cursor: pointer;
}
.checkbox-btn label {
	margin: 0;
	padding: 0;
}
.checkbox-btn label span {
	text-align: center;
	cursor: pointer;
}
.checkbox-btn label input {
	display: none;
}
.checkbox-btn input:checked + span {
	color: #fff;
	background: #ff4242;
	border-color: #ff4242;
	opacity: 1;
}
.checkbox-btn input:checked:hover + span {
	color: #fff;
	background: #ff4242;
	border-color: #ff4242;
	opacity: 1;
}

.select {
	position: relative;
	display: inline-block;
	margin-bottom: 15px;
	width: 100%;
}
.select .select2,
.select select {
	font-family: Source Sans Pro;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
	display: inline-block;
	width: 100%;
	cursor: pointer;
	padding: 8px 15px;
	padding-right: 30px;
	outline: 0;
	border: 1px solid #959495;
	border-radius: 0px;
	background: transparent;
	color: #959495;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
.select select::-ms-expand {
	display: none;
}
.select .select2:hover,
.select .select2:focus,
.select select:hover,
.select select:focus {
	color: #000000;
	background: transparent;
}
.select.active select {
	border: 1px solid #FF4242;
	background: #FF4242;
	color: #ffffff;
}
.select.active select option {
	background-color: transparent; !important;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
.select select:disabled {
	opacity: 0.5;
	pointer-events: none;
}
.select_arrow {
	position: absolute;
	top: 16px;
	right: 15px;
	pointer-events: none;
	border-style: solid;
	border-width: 8px 5px 0px 5px;
	border-color: #7b7b7b transparent transparent transparent;
}
.select.active select:hover ~ .select_arrow,
.select.active select:focus ~ .select_arrow,
.select.active .select_arrow {
	border-color: #ffffff transparent transparent transparent;
}
.select select:hover ~ .select_arrow,
.select select:focus ~ .select_arrow {
	border-top-color: #000000;
}
.select select:disabled ~ .select_arrow {
	border-top-color: #cccccc;
}

.first-screen-show {
	-webkit-animation: fade-in-bottom 0.3s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	animation: fade-in-bottom 0.3s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}
@-webkit-keyframes fade-in-bottom {
	0% {
		-webkit-transform: translateY(50px);
		transform: translateY(50px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}
@keyframes fade-in-bottom {
	0% {
		-webkit-transform: translateY(50px);
		transform: translateY(50px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}
.first-screen-hide {
	-webkit-animation: fade-out-bottom 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	animation: fade-out-bottom 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
@-webkit-keyframes fade-out-bottom {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateY(50px);
		transform: translateY(50px);
		opacity: 0;
	}
}
@keyframes fade-out-bottom {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateY(50px);
		transform: translateY(50px);
		opacity: 0;
	}
}

.thumbnail-div {
	width: 100%;
	background-size: cover !important;
	background-position: center !important;
	height: 120px;
}

#iubenda-cs-paragraph {
	font-size: 11px !important;
}
#iubenda-cs-paragraph br {
	display: none !important;
}
#iubenda-cs-title {
	display: none !important;
}
#iubenda-cs-banner .iubenda-banner-content {
	padding-bottom: 10px !important;
	margin: 0 !important;
}
#iubenda-cs-banner .iubenda-cs-opt-group {
	margin: 0 !important;
}
#iubenda-cs-banner .iubenda-cs-opt-group button {
	font-size: 90% !important;
	padding: 4px 25px !important;
	font-weight: 400 !important;
}
@media (min-width: 992px) {
	#iubenda-cs-banner.iubenda-cs-default .iubenda-cs-rationale {
		margin: 10px auto !important;
	}
}

/* fix youtube video player: 3dprint.com/40233/delcam-crispin-hybrid-shoes/ */
.article__wrapper iframe {
	max-width: 100%;
}


.iubenda-tp-btn[data-tp-float]:not([data-tp-anchored]) {
	display: none;
	opacity: 0;
	z-index: -1;
	position: absolute;
	visibility: hidden;
}

.case-studies-thumb {
	border: 1px solid #f4f4f4;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
}

.jobs--bg {
	position: relative;
	overflow: hidden;
}

.jobs--bg:before {
	box-sizing: border-box;
	opacity: 0.8;
	background-color: #2b2a2b;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.jobs--bg > .conatiner {
	position: relative;
	z-index: 2;
}

.news__img>.content {
	background-repeat: no-repeat;
}
.news__img--contain>.content {
	background-size: contain;
}

.shop-list__item {
	width: 210px;
	margin-right: 30px !important;
	margin-bottom: 30px;
}


.article__img > .content-contain {
	background-size: contain;
	background-repeat: no-repeat;
}

@media (min-width: 1200px) {
	.article__social {
		margin: 0 0.3rem;
	}
}

@media (min-width: 992px) and (max-width: 1200px) {
	.navbar__new.navbar .nav-item {
		margin-left: 10px !important;
	}
}


body .yotu-videos.yotu-preset-gplus .yotu-video-title,
body [data-showdesc=off] .yotu-videos.yotu-preset-gplus h3.yotu-video-title {
	position: relative !important;
	padding: 0 !important;
	width: 100% !important;
	margin: 10px 0 10px 0 !important;
	background: none !important;
	color: #1f1f1f !important;
	font-style: normal !important;
	font-weight: 700 !important;
	line-height: 24px !important;
	font-size: 20px !important;
	height: auto !important;
	overflow: inherit !important;
	max-width: 100% !important;
	white-space: normal !important;
}


.yotu-playlist .yotu-pagination-more {
	border-radius: 0;
	box-shadow: none;
	padding: 0.7rem 1.5rem;
	font-size: 16px;
	border: 0;
}

.yotu-playlist .yotu-pagination-more:hover,
.yotu-playlist .yotu-pagination-more:active,
.yotu-playlist .yotu-pagination-more:focus {
	color: #ffffff !important;
}

.grecaptcha-badge {
	visibility: hidden;
}
