@charset "UTF-8";

.clr {
	float: none;
	clear: both;
}
.bold {
	font-weight: 600;
}
@media only screen and (max-width: 1024px) {
	ul,
	ol {
		padding-left: 0;
	}
}
ul li {
	font-family: "Roboto", sans-serif;
	padding-left: 10px;
	position: relative;
}
ul.slick-dots {
	padding-left: 0;
}
ul.slick-dots li:before {
	display: none;
}
.single-post-entry-content ul,
.single-product-entry-content ul {
	padding: 0;
}
.single-post-entry-content ul.slick-dots,
.single-product-entry-content ul.slick-dots {
	padding-left: 0;
}
.single-post-entry-content ul.slick-dots li:before,
.single-product-entry-content ul.slick-dots li:before {
	display: none;
}
.single-post-entry-content li,
.single-product-entry-content li {
	padding-left: 10px;
	list-style-type: none;
	font-size: 16px;
	position: relative;
}
.single-post-entry-content li:before,
.single-product-entry-content li:before {
	content: "";
	display: inline-block;
	width: 4px;
	height: 4px;
	background-color: #333;
	position: absolute;
	left: 0;
	top: 10px;
}
.single-post-entry-content a:hover,
.single-product-entry-content a:hover {
	color: #000;
	text-decoration: underline;
}
.single-post-entry-content h2,
.single-product-entry-content h2,
.single-post-entry-content h3,
.single-product-entry-content h3 {
	color: #000;
	line-height: 1.3;
	font-size: 1.375em;
	font-weight: 500;
	margin-top: 30px;
	margin-bottom: 10px;
}
.single-post-entry-content h3,
.single-product-entry-content h3 {
	line-height: 1.3;
	font-size: 1.1em;
}
.single-product-entry-content h2,
.single-product-entry-content h3 {
	color: #000;
	line-height: 1.3;
	font-size: 1.375em;
	font-weight: 500;
	margin-top: 30px;
	margin-bottom: 10px;
}
.section-txt h2,
.section-txt h3 {
	color: #000;
	line-height: 1.5;
	font-size: 1.375em;
	font-weight: 500;
	margin-top: 30px;
	margin-bottom: 10px;
}
.section-txt h3 {
	line-height: 1.4;
	font-size: 1.1em;
}
h1,
h2,
h3,
h4 {
	color: #000;
	font-weight: 500;
	line-height: 1.3;
	letter-spacing: 1px;
}
a {
	-webkit-transition: color 300ms, opacity 300ms, background-color 300ms, border 300ms;
	transition: color 300ms, opacity 300ms, background-color 300ms, border 300ms;
	color: #333;
}
a:visited,
a:link {
	color: #333;
}
a:hover {
	text-decoration: none;
}
input,
select,
textarea {
	width: 100%;
	padding: 6px 10px;
	font: 1.5rem/2 "Roboto", sans-serif;
	border: 1px solid #b3b3b3;
}
input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	opacity: 1;
	font: 1.5rem/2 "Roboto", sans-serif;
}
input::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	font: 1.5rem/2 "Roboto", sans-serif;
}
input:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	opacity: 1;
	font: 1.5rem/2 "Roboto", sans-serif;
}
input::-ms-input-placeholder,
select::-ms-input-placeholder,
textarea::-ms-input-placeholder {
	opacity: 1;
	font: 1.5rem/2 "Roboto", sans-serif;
}
input::placeholder,
select::placeholder,
textarea::placeholder {
	opacity: 1;
	font: 1.5rem/2 "Roboto", sans-serif;
}
textarea {
	height: 10em;
	resize: vertical;
}
.wpcf7-submit {
	padding: 5px 20px;
	background-color: #fff;
	color: #333;
	text-transform: uppercase;
	font-size: 17px;
	font-weight: 600;
	letter-spacing: 3px;
	margin-top: 30px;
	text-align: center;
	display: block;
	border: 2px solid #8ab21a;
	-webkit-transition: background-color 500ms;
	transition: background-color 500ms;
}
.wpcf7-submit:hover {
	background-color: #333;
	color: #fff;
}
.privacyCheck input {
	display: inline-block;
	width: auto;
}
.privacyCheck a {
	display: inline-block;
	margin-right: 5px;
}
.btn,
.btn:link,
.btn:visited {
	color: #333;
	display: inline-block;
	padding: 5px 15px;
	border: 1px solid #333;
	font-weight: 700;
	font-size: 14px;
}
.btn:hover,
.btn:link:hover,
.btn:visited:hover {
	background-color: #f0f0f0;
	color: #fff;
}
.btn--white,
.btn--white:link,
.btn--white:visited {
	text-transform: uppercase;
	border: 1px solid #fff;
	background-color: rgba(255, 255, 255, 0.3);
	color: #fff;
	font-weight: 400;
}
.btn--white:hover,
.btn--white:link:hover,
.btn--white:visited:hover {
	border: 1px solid #333;
}
p {
	color: #333;
	font-size: 15px;
	line-height: 2;
	font-weight: normal;
	font-family: "Cabin", sans-serif;
	letter-spacing: 0;
	line-height: 1.47;
	color: #707070;
}
@media only screen and (max-width: 1024px) {
	p {
		line-height: 1.6;
	}
}
.pulse {
	-webkit-animation: pulse 1s linear infinite alternate;
	animation: pulse 1s linear infinite alternate;
}
@-webkit-keyframes pulse {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes pulse {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes pulse {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes pulse {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes pulse {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes pulse {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes pulse {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes pulse {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes pulse {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes pulse {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes pulse {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes pulse {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes pulse {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.site-header {
	background: none;
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 3;
	-webkit-animation: fadeIn both 1s;
	animation: fadeIn both 1s;
}
/* .site-header .main-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: wrap row;
      -ms-flex-flow: wrap row;
          flex-flow: wrap row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
} */

.site-header .main-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.site-header .main-header .site-branding {
	padding: 0;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 20%;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
}
.site-header .main-header .site-branding .custom-logo-link {
	display: block;
	width: auto;
	padding: 0;
}
.site-header .main-header .site-branding .custom-logo-link img {
	max-width: 250px;
}
.site-header .main-header .site-branding .custom-logo-link:hover {
	opacity: 1;
}
.site-header .main-header .site-branding .custom-logo-link:hover img {
	opacity: 1;
}
@media only screen and (max-width: 1024px) {
	.site-header .main-header .site-branding {
		-webkit-box-flex: 1;
		-webkit-flex: auto;
		-ms-flex: auto;
		flex: auto;
	}
}
.site-header .main-header .mobile-widget {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 30%;
	-ms-flex: 0 0 30%;
	flex: 0 0 30%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: wrap row;
	-ms-flex-flow: wrap row;
	flex-flow: wrap row;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	position: relative;
}
.site-header .main-header .mobile-widget .currentLang {
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	margin-right: 25px;
	cursor: pointer;
}
.site-header .main-header .mobile-widget .language-switcher {
	list-style: none;
	padding: 0;
	margin: 0;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	display: none;
	position: absolute;
	top: 30px;
}
.site-header .main-header .mobile-widget .language-switcher li {
	color: #fff;
	padding: 3px 0;
	display: block;
}
.site-header .main-header .mobile-widget .language-switcher li.current-lang {
	display: none;
}
.site-header .main-header .mobile-widget .language-switcher li a {
	color: #fff;
}
.site-header .main-header .mobile-widget a.phone-mobile {
	color: #fff;
}
.site-header .main-header .navigation-top {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 80%;
	-ms-flex: 0 0 80%;
	flex: 0 0 80%;
	position: relative;
	bottom: unset;
	left: unset;
	right: unset;
	border: none;
	background: none;
	-webkit-perspective: 20px;
	perspective: 20px;
	opacity: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.site-header .main-header .navigation-top a.btn.btn-default.btn-green.btn-quote {
	display: none;
	font-size: 14px;
	font-weight: 500;
	margin-left: 10px;
}
.site-header .main-header .navigation-top nav {
	position: relative;
}
.site-header .main-header .navigation-top .menu {
	text-align: right;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: wrap row;
	-ms-flex-flow: wrap row;
	flex-flow: wrap row;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.site-header .main-header .navigation-top .menu li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: wrap row;
	-ms-flex-flow: wrap row;
	flex-flow: wrap row;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.site-header .main-header .navigation-top .menu li.menu-item-has-children::before,
.site-header .main-header .navigation-top .menu li.menu-item-has-children::after {
	content: none;
}
.site-header .main-header .navigation-top .menu li img,
.site-header .main-header .navigation-top .menu li svg {
	height: 25px;
	width: auto;
}
.site-header .main-header .navigation-top .menu li a {
	padding: 0 10px;
	text-transform: uppercase;
	color: #fff;
	font-size: 13px;
	letter-spacing: 0.5px;
}
.site-header .main-header .navigation-top .menu li ul.sub-menu {
	visibility: hidden;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	left: 0;
	opacity: 0;
	border: none;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	padding: 20px;
	margin: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: wrap row;
	-ms-flex-flow: wrap row;
	flex-flow: wrap row;
	height: 100%;
	min-width: 530px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.site-header .main-header .navigation-top .menu li ul.sub-menu li {
	padding: 0;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
}
.site-header .main-header .navigation-top .menu li ul.sub-menu li a {
	color: #333;
	font-weight: normal;
	font-size: 15px;
	text-transform: none;
	letter-spacing: normal;
}
.site-header .main-header .navigation-top .menu li:hover ul.sub-menu {
	opacity: 1;
	visibility: visible;
}
.site-header .main-header .navigation-top .sub-menu-container {
	position: absolute;
	opacity: 0;
	pointer-events: none;
	min-height: 370px;
	min-width: 265px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.site-header .main-header .navigation-top .sub-menu-container .sub-menu-list {
	background: #fff;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	right: 0;
	margin: 26px auto;
}
.site-header .main-header .navigation-top .sub-menu-container ul.sub-menu {
	left: 0;
	top: 0;
	position: absolute;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	border: none;
	padding: 30px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: wrap row;
	-ms-flex-flow: wrap row;
	flex-flow: wrap row;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: auto;
}
.site-header .main-header .navigation-top .sub-menu-container ul.sub-menu li {
	padding: 0 0 20px 0;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 50%;
	-ms-flex: 0 1 50%;
	flex: 0 1 50%;
	min-width: 50%;
	max-width: 100%;
	opacity: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.site-header .main-header .navigation-top .sub-menu-container ul.sub-menu li a {
	padding: 0;
	color: #333;
	font-weight: normal;
	font-size: 15px;
	text-transform: none;
	position: relative;
}
.site-header .main-header .navigation-top .sub-menu-container ul.sub-menu li a:hover {
	color: #dc2b1c;
}
.site-header .main-header .navigation-top .sub-menu-container ul.sub-menu li li:hover {
	background: none;
}
.site-header .main-header .navigation-top .sub-menu-container ul.sub-menu li li:hover a {
	color: #dc2b1c;
}
.site-header .main-header .navigation-top .sub-menu-container ul.sub-menu.active {
	visibility: visible;
	opacity: 1;
	z-index: 3;
}
.site-header .main-header .navigation-top .sub-menu-container ul.sub-menu.showChild li {
	opacity: 1;
}
@media only screen and (max-width: 1024px) {
	.site-header .main-header .navigation-top .sub-menu-container {
		display: none;
	}
}
.site-header .main-header .navigation-top.active .sub-menu-container {
	opacity: 1;
	visibility: visible;
	pointer-events: all;
}
@media only screen and (max-width: 1024px) {
	.site-header .main-header .navigation-top {
		display: none;
	}
}
.site-header .main-header .navigation-top.show {
	opacity: 1;
}
.site-header .main-header .navigation-mobile {
	display: none;
	padding: 0;
	position: fixed;
	right: -100%;
	top: 0;
	width: 100%;
	background: #dc2b1c;
	z-index: 41;
	height: 100vh;
	padding-top: 75px;
}
.site-header .main-header .navigation-mobile.active {
	right: 0;
	display: block;
}
.site-header .main-header .navigation-mobile .widget_polylang {
	display: none;
}
.site-header .main-header .navigation-mobile .widget_text {
	padding: 2px 20px;
}
.site-header .main-header .navigation-mobile .widget_text .textwidget p {
	font-family: "Roboto", sans-serif;
	margin: 0;
}
.site-header .main-header .navigation-mobile .widget_text .textwidget a {
	font-family: "Roboto", sans-serif;
	display: block;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	position: relative;
	background: #980000;
	color: #fff;
	border-radius: 80px;
	padding: 10px 20px 10px 70px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 16px;
	text-align: left;
	width: 100%;
}
.site-header .main-header .navigation-mobile .widget_text .textwidget a:hover {
	background: #720000;
}
.site-header .main-header .navigation-mobile .widget_text .textwidget a::after {
	content: '';
	left: 15px;
	top: 0;
	bottom: 0;
	position: absolute;
	width: 40px;
	height: 30px;
	margin: auto;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.site-header .main-header .navigation-mobile .widget_text .textwidget a.work {
	font-weight: 700;
}
.site-header .main-header .navigation-mobile .widget_text .textwidget a.work::after {
	background-image: url('../images/users.svg');
}
.site-header .main-header .navigation-mobile .widget_text .textwidget a.green {
	font-weight: 700;
}
.site-header .main-header .navigation-mobile .widget_text .textwidget a.green::after {
	background-image: url('../images/logistic-green.svg');
}
.site-header .main-header .navigation-mobile .widget_text .textwidget a.area::after {
	background-image: url('../images/user.svg');
}
.site-header .main-header .navigation-mobile .btn.btn-default.btn-green.btn-quote {
	display: none;
}
.site-header .main-header .navigation-mobile .main-navigation .menu {
	border: none;
	padding: 0;
}
.site-header .main-header .navigation-mobile .main-navigation ul {
	background: none;
}
.site-header .main-header .navigation-mobile .main-navigation ul li {
	border: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: wrap row;
	-ms-flex-flow: wrap row;
	flex-flow: wrap row;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding: 0 0 15px 0;
}
.site-header .main-header .navigation-mobile .main-navigation ul li svg {
	position: absolute;
	left: 30px;
	top: 5px;
}
.site-header .main-header .navigation-mobile .main-navigation ul li a {
	color: #fff;
	margin-left: 70px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
	position: relative;
	display: block;
	width: 100%;
	padding: 5px 15px;
}
.site-header .main-header .navigation-mobile .main-navigation ul li a .icon.icon-angle-down {
	display: none;
}
.site-header .main-header .navigation-mobile .main-navigation ul li .sub-menu {
	width: 100%;
	display: none;
	padding: 30px 0 20px;
	background: #fff;
	margin-top: 20px;
	max-height: 63vh;
	overflow-y: scroll;
	-webkit-box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2) inset;
	box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2) inset;
}
.site-header .main-header .navigation-mobile .main-navigation ul li .sub-menu li {
	padding: 0 15px 10px 30px;
}
.site-header .main-header .navigation-mobile .main-navigation ul li .sub-menu li a {
	word-break: break-word;
	position: relative;
}
.site-header .main-header .navigation-mobile .main-navigation ul li .sub-menu li a.serviceLink {
	text-transform: uppercase;
	font-weight: bold;
	padding: 5px 0;
}
.site-header .main-header .navigation-mobile .main-navigation ul li .sub-menu a {
	color: #333;
	text-transform: none;
	font-weight: normal;
	margin: 0;
}
.site-header .main-header .navigation-mobile .main-navigation ul li.menu-item-has-children::after {
	position: absolute;
	top: 16px;
	content: '';
	background: #fff;
	width: 16px;
	height: 2px;
	margin: auto;
	right: 20px;
	border-radius: 50px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.site-header .main-header .navigation-mobile .main-navigation ul li.menu-item-has-children::before {
	position: absolute;
	top: 9px;
	content: '';
	background: #fff;
	width: 2px;
	height: 16px;
	margin: auto;
	right: 27px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	border-radius: 50px;
}
.site-header .main-header .navigation-mobile .main-navigation ul li.menu-item-has-children.active::before {
	opacity: 0;
}
.site-header .main-header .navigation-mobile .main-navigation ul.extra-list {
	padding: 0 20px;
	margin: 0;
}
.site-header .main-header .navigation-mobile .main-navigation ul.extra-list li {
	padding: 0;
	margin: 2px 0;
}
.site-header .main-header .navigation-mobile .main-navigation ul.extra-list li a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: wrap row;
	-ms-flex-flow: wrap row;
	flex-flow: wrap row;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding: 10px 20px;
	margin: 0;
	background: #980000;
	color: #fff;
	border-radius: 50px;
}
.site-header .main-header .navigation-mobile .main-navigation ul.extra-list li a i {
	margin-right: 20px;
	font-size: 28px;
}
.site-header .main-header .navigation-mobile.shadow::before {
	position: absolute;
	left: 0;
	top: 94px;
	content: '';
	width: 100%;
	height: 5px;
	-webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
	box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
	z-index: 2;
}
@media only screen and (max-width: 1024px) {
	.site-header .main-header {
		padding: 10px 0;
	}
}
.site-header .main-header .menu-mobile-container {
	display: none;
	width: 25px;
	height: 17px;
	cursor: pointer;
	z-index: 30;
	margin-left: 30px;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.site-header .main-header .menu-mobile-container .menu-mobile {
	display: block;
	position: relative;
	width: 100%;
	height: 2px;
	background: #fff;
	top: 7px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.site-header .main-header .menu-mobile-container .menu-mobile::after {
	position: absolute;
	left: 0;
	top: -7px;
	width: 100%;
	height: 2px;
	background: #fff;
	content: '';
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.site-header .main-header .menu-mobile-container .menu-mobile::before {
	position: absolute;
	left: 0;
	bottom: -7px;
	width: 100%;
	height: 2px;
	background: #fff;
	content: '';
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
@media only screen and (max-width: 1024px) {
	.site-header .main-header .menu-mobile-container {
		display: block;
	}
}
.site-header .main-header .menu-mobile-container.active {
	z-index: 99;
	position: fixed;
	right: 15px;
	top: 25px;
}
.site-header .main-header .menu-mobile-container.active .menu-mobile {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	background: #fff;
}
.site-header .main-header .menu-mobile-container.active .menu-mobile::before {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	background: #fff;
	top: 0;
}
.site-header .main-header .menu-mobile-container.active .menu-mobile::after {
	content: none;
}
.site-header .small-header {
	padding: 20px 0 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: wrap row;
	-ms-flex-flow: wrap row;
	flex-flow: wrap row;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.site-header .small-header section {
	padding: 0 7px;
}
.site-header .small-header section:before,
.site-header .small-header section:after {
	content: none;
}
.site-header .small-header section p {
	margin: 0;
}
.site-header .small-header section ul.polylang {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: wrap row;
	-ms-flex-flow: wrap row;
	flex-flow: wrap row;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	position: relative;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.site-header .small-header section ul.polylang li {
	border: none;
	padding: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0;
	position: absolute;
}
.site-header .small-header section ul.polylang li:nth-child(2) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
.site-header .small-header section ul.polylang li:nth-child(3) {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
.site-header .small-header section ul.polylang li:last-child {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
.site-header .small-header section ul.polylang li a {
	text-align: center;
	padding: 8px 12px;
	margin: 0 2px;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	font-size: 14px;
	border-radius: 80px;
}
.site-header .small-header section ul.polylang li a:hover {
	background: #b4261b;
}
.site-header .small-header section ul.polylang li.hide {
	position: absolute;
	right: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-animation: fadeOutRight both 0.5s;
	animation: fadeOutRight both 0.5s;
}
.site-header .small-header section ul.polylang li.current-lang {
	opacity: 1;
	display: block;
	pointer-events: none;
}
.site-header .small-header section ul.polylang li.show {
	-webkit-animation: fadeInRight both 0.5s;
	animation: fadeInRight both 0.5s;
}
.site-header .small-header section select {
	display: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 2px solid #b4261b;
	border-radius: 80px;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	padding: 5px 10px;
	-moz-text-align-last: center;
	text-align-last: center;
	font-weight: bold;
	font-size: 14px;
	cursor: pointer;
}
.site-header .small-header section select:hover {
	background: #b4261b;
}
.site-header .small-header section.widget_text .textwidget p {
	font-family: "Roboto", sans-serif;
}
.site-header .small-header section.widget_text .textwidget a {
	font-family: "Roboto", sans-serif;
	display: block;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	position: relative;
	background: #980000;
	color: #fff;
	border-radius: 80px;
	padding: 7px 20px 7px 50px;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 13px;
	text-align: center;
}
.site-header .small-header section.widget_text .textwidget a:hover {
	background: #720000;
}
.site-header .small-header section.widget_text .textwidget a::after {
	content: '';
	left: 18px;
	top: 0;
	bottom: 0;
	position: absolute;
	width: 22px;
	height: 22px;
	margin: auto;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.site-header .small-header section.widget_text .textwidget a.work {
	font-weight: 700;
}
.site-header .small-header section.widget_text .textwidget a.work::after {
	background-image: url('../images/users.svg');
}
.site-header .small-header section.widget_text .textwidget a.green {
	font-weight: 700;
}
.site-header .small-header section.widget_text .textwidget a.green::after {
	background-image: url('../images/logistic-green.svg');
}
.site-header .small-header section.widget_text .textwidget a.area::after {
	background-image: url('../images/user.svg');
}
.site-header .small-header section.widget_polylang {
	min-width: 200px;
}
@media only screen and (max-width: 1024px) {
	.site-header .small-header {
		display: none;
	}
}
.site-header.fixed {
	-webkit-animation: slideInDown both 0.5s;
	animation: slideInDown both 0.5s;
	position: fixed;
	left: 0;
	width: 100%;
	top: 0;
	background: #fff;
	-webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
	padding: 10px 0;
}
.site-header.fixed .small-header {
	display: none;
}
.site-header.fixed .main-header .site-branding {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 20%;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
}
.site-header.fixed .main-header .site-branding .custom-logo-link img {
	max-width: 200px;
}
@media only screen and (max-width: 1024px) {
	.site-header.fixed .main-header .site-branding {
		-webkit-box-flex: 1;
		-webkit-flex: auto;
		-ms-flex: auto;
		flex: auto;
	}
}
.site-header.fixed .main-header .navigation-top {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 80%;
	-ms-flex: 0 0 80%;
	flex: 0 0 80%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: wrap row;
	-ms-flex-flow: wrap row;
	flex-flow: wrap row;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.site-header.fixed .main-header .navigation-top a.btn.btn-default.btn-green.btn-quote {
	display: block;
}
.site-header.fixed .main-header .navigation-top .menu li {
	padding: 0 0 0 5px;
}
.site-header.fixed .main-header .navigation-top .menu li svg line,
.site-header.fixed .main-header .navigation-top .menu li svg path {
	stroke: #dc2b1c;
}
.site-header.fixed .main-header .navigation-top .menu li a {
	color: #333;
}
@media only screen and (max-width: 1024px) {
	.site-header.fixed .main-header .navigation-top {
		display: none;
	}
}
.site-header.fixed .main-header .mobile-widget .currentLang {
	color: #dc2b1c;
}
.site-header.fixed .main-header .mobile-widget .language-switcher {
	color: #dc2b1c;
}
.site-header.fixed .main-header .mobile-widget .language-switcher li {
	color: #dc2b1c;
}
.site-header.fixed .main-header .mobile-widget .language-switcher li a {
	color: #dc2b1c;
}
.site-header.fixed .main-header .mobile-widget a.phone-mobile {
	color: #dc2b1c;
}
.site-header.fixed .main-header .menu-mobile-container .menu-mobile {
	background: #dc2b1c;
}
.site-header.fixed .main-header .menu-mobile-container .menu-mobile::after {
	background: #dc2b1c;
}
.site-header.fixed .main-header .menu-mobile-container .menu-mobile::before {
	background: #dc2b1c;
}
.site-header.fixed .main-header .menu-mobile-container.active .menu-mobile {
	background: #fff;
}
.site-header.fixed .main-header .menu-mobile-container.active .menu-mobile::before {
	background: #fff;
}
.single-featured-image {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-flow: wrap column;
	-ms-flex-flow: wrap column;
	flex-flow: wrap column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.single-featured-image > img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: auto;
	-o-object-position: center;
	object-position: center;
	z-index: 0;
	position: relative;
}
@media only screen and (max-width: 1024px) {
	.single-featured-image > img {
		width: 100%;
		height: auto;
	}
}
@-webkit-keyframes slideInDown {
	from {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes slideInDown {
	from {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes slideInDown {
	from {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes slideInDown {
	from {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes slideInDown {
	from {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes slideInDown {
	from {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes slideInDown {
	from {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes slideInDown {
	from {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes slideInDown {
	from {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes slideInDown {
	from {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes slideInDown {
	from {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes slideInDown {
	from {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes slideInDown {
	from {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@-webkit-keyframes slideInUp {
	from {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes slideInUp {
	from {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes slideInUp {
	from {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes slideInUp {
	from {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes slideInUp {
	from {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes slideInUp {
	from {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes slideInUp {
	from {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes slideInUp {
	from {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes slideInUp {
	from {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes slideInUp {
	from {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes slideInUp {
	from {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes slideInUp {
	from {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes slideInUp {
	from {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
.widget:not(.widget_tag_cloud) ul li + li {
	margin-top: 0;
}
@-webkit-keyframes slideDownModal {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}
@keyframes slideDownModal {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}
@keyframes slideDownModal {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}
@keyframes slideDownModal {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}
@keyframes slideDownModal {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}
@keyframes slideDownModal {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}
@keyframes slideDownModal {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}
@keyframes slideDownModal {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}
@keyframes slideDownModal {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}
@keyframes slideDownModal {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}
@keyframes slideDownModal {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}
@keyframes slideDownModal {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}
@keyframes slideDownModal {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}
@-webkit-keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@-webkit-keyframes fadeIn {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}
@keyframes fadeIn {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}
@keyframes fadeIn {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}
@keyframes fadeIn {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}
@keyframes fadeIn {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}
@keyframes fadeIn {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}
@keyframes fadeIn {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}
@keyframes fadeIn {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}
@keyframes fadeIn {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}
@keyframes fadeIn {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}
@keyframes fadeIn {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}
@keyframes fadeIn {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}
@keyframes fadeIn {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}
@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
.site-header .main-header .navigation-top .sub-menu-container .no-link {
	width: 100%;
}
.site-header .main-header .navigation-top .sub-menu-container ul#menu-item-148 {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.site-header .main-header .navigation-top .sub-menu-container ul.sub-menu li.no-link {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 48%;
	-ms-flex: 0 0 48%;
	flex: 0 0 48%;
	min-width: 48%;
	max-width: 48%;
}
.site-header .main-header .navigation-top .sub-menu-container ul.sub-menu li.no-link::before {
	content: none;
}
.site-header .main-header .navigation-top .sub-menu-container ul.sub-menu li.no-link > span {
	padding: 0;
	margin-bottom: 20px;
	text-align: left;
	font-weight: 500;
	text-transform: uppercase;
	color: #333;
	display: block;
	font-size: 15px;
}
.site-header .main-header .navigation-top .sub-menu-container ul.sub-menu li.no-link > span::before {
	content: none;
}
.site-header .main-header .navigation-top .sub-menu-container ul.sub-menu li.no-link .sub-menu {
	position: relative;
	opacity: 1;
	visibility: visible;
	padding: 0;
	left: unset;
	top: unset;
	display: block;
	background: transparent;
	padding-bottom: 20px;
}
.site-header .main-header .navigation-mobile .main-navigation ul li.no-link .sub-menu {
	display: block;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0;
	background: none;
	max-height: none;
	overflow: unset;
}
.site-header .main-header .navigation-mobile .main-navigation ul li.no-link .sub-menu li {
	padding-left: 0;
}
.site-header .main-header .navigation-mobile .main-navigation ul li.no-link > span {
	padding: 0;
	margin-bottom: 0;
	text-align: left;
	font-weight: 500;
	text-transform: uppercase;
	color: #333;
	display: block;
	font-size: 15px;
}
.site-header .main-header .navigation-mobile .main-navigation ul li.no-link > span::before {
	content: none;
}
.home .single-featured-image {
	position: relative;
	height: 100vh;
}
@media only screen and (max-width: 1024px) {
	.home .single-featured-image img {
		height: 100%;
		width: auto;
	}
}
.home .single-featured-image .wrap {
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 40%;
	margin: auto;
	left: 16em;
	z-index: 2;
	width: 100%;
}
.home .single-featured-image .wrap .title-content {
	width: 60%;
}
@media only screen and (max-width: 1024px) {
	.home .single-featured-image .wrap .title-content {
		width: 80%;
	}
}
.home .single-featured-image .wrap .title-content > .page-title {
	font-size: 68px;
	font-weight: 500;
	color: #fff;
	line-height: 1.1;
	margin-bottom: 60px;
	display: block;
}
@media only screen and (max-width: 1024px) {
	.home .single-featured-image .wrap .title-content > .page-title {
		font-size: 40px;
		line-height: normal;
		margin-bottom: 20px;
	}
}
.home .single-featured-image .wrap .btn {
	-webkit-animation: slide-in-left both 0.5s;
	animation: slide-in-left both 0.5s;
}
.home .single-featured-image .wrap a.skipToContent {
	display: block;
	margin: 40px 0 0;
	position: relative;
	z-index: 2;
	-webkit-animation: bounce 2s ease infinite;
	animation: bounce 2s ease infinite;
}
@media only screen and (max-width: 1024px) {
	.home .single-featured-image .wrap a.skipToContent {
		bottom: 0;
	}
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
	.home .single-featured-image .wrap {
		left: 8em;
	}
}
@media only screen and (max-width: 1024px) {
	.home .single-featured-image .wrap {
		left: 0em;
		top: 32%;
	}
}
.home .single-featured-image::before {
	content: '';
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 1;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#dc2b1c), to(rgba(220, 43, 28, 0)));
	background-image: linear-gradient(to bottom, #dc2b1c 0%, rgba(220, 43, 28, 0) 100%);
	background-color: rgba(0, 0, 0, 0.6);
}
@-webkit-keyframes slide-in-left {
	from {
		-webkit-transform: translate3d(-50px, 0, 0);
		transform: translate3d(-50px, 0, 0);
		visibility: visible;
		opacity: 0;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}
@keyframes slide-in-left {
	from {
		-webkit-transform: translate3d(-50px, 0, 0);
		transform: translate3d(-50px, 0, 0);
		visibility: visible;
		opacity: 0;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}
@keyframes slide-in-left {
	from {
		-webkit-transform: translate3d(-50px, 0, 0);
		transform: translate3d(-50px, 0, 0);
		visibility: visible;
		opacity: 0;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}
@keyframes slide-in-left {
	from {
		-webkit-transform: translate3d(-50px, 0, 0);
		transform: translate3d(-50px, 0, 0);
		visibility: visible;
		opacity: 0;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}
@keyframes slide-in-left {
	from {
		-webkit-transform: translate3d(-50px, 0, 0);
		transform: translate3d(-50px, 0, 0);
		visibility: visible;
		opacity: 0;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}
@keyframes slide-in-left {
	from {
		-webkit-transform: translate3d(-50px, 0, 0);
		transform: translate3d(-50px, 0, 0);
		visibility: visible;
		opacity: 0;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}
@keyframes slide-in-left {
	from {
		-webkit-transform: translate3d(-50px, 0, 0);
		transform: translate3d(-50px, 0, 0);
		visibility: visible;
		opacity: 0;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}
@keyframes slide-in-left {
	from {
		-webkit-transform: translate3d(-50px, 0, 0);
		transform: translate3d(-50px, 0, 0);
		visibility: visible;
		opacity: 0;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}
@keyframes slide-in-left {
	from {
		-webkit-transform: translate3d(-50px, 0, 0);
		transform: translate3d(-50px, 0, 0);
		visibility: visible;
		opacity: 0;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}
@keyframes slide-in-left {
	from {
		-webkit-transform: translate3d(-50px, 0, 0);
		transform: translate3d(-50px, 0, 0);
		visibility: visible;
		opacity: 0;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}
@keyframes slide-in-left {
	from {
		-webkit-transform: translate3d(-50px, 0, 0);
		transform: translate3d(-50px, 0, 0);
		visibility: visible;
		opacity: 0;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}
@keyframes slide-in-left {
	from {
		-webkit-transform: translate3d(-50px, 0, 0);
		transform: translate3d(-50px, 0, 0);
		visibility: visible;
		opacity: 0;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}
@keyframes slide-in-left {
	from {
		-webkit-transform: translate3d(-50px, 0, 0);
		transform: translate3d(-50px, 0, 0);
		visibility: visible;
		opacity: 0;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}
.page-title {
	-webkit-animation: slide-in-left both 1s;
	animation: slide-in-left both 1s;
	font-size: 68px;
	font-weight: 500;
	color: #333;
	line-height: normal;
	text-transform: uppercase;
	margin-bottom: 20px;
	display: block;
	text-transform: none;
	letter-spacing: 0;
}
@-webkit-keyframes bounce {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	30% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
	50% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
@keyframes bounce {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	30% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
	50% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
@keyframes bounce {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	30% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
	50% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
@keyframes bounce {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	30% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
	50% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
@keyframes bounce {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	30% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
	50% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
@keyframes bounce {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	30% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
	50% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
@keyframes bounce {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	30% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
	50% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
@keyframes bounce {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	30% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
	50% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
@keyframes bounce {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	30% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
	50% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
@keyframes bounce {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	30% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
	50% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
@keyframes bounce {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	30% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
	50% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
@keyframes bounce {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	30% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
	50% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
@keyframes bounce {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	30% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
	50% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
section.section {
	padding: 4em 0;
}
section.section .page-title {
	font-size: 40px;
	font-weight: normal;
	line-height: normal;
	margin: 0;
	padding: 0;
	color: #333;
	line-height: 1.5;
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
	section.section .page-title {
		font-size: 35px;
	}
}
@media only screen and (max-width: 1024px) {
	section.section .page-title {
		font-size: 30px;
		line-height: normal;
	}
}
section.section.section-banner {
	padding: 2em 0;
	overflow: hidden;
}
section.section.section-banner .banner-image {
	height: 30vw;
	position: relative;
	width: 85%;
	overflow: hidden;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-flow: wrap column;
	-ms-flex-flow: wrap column;
	flex-flow: wrap column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
section.section.section-banner .banner-image img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: auto;
	-o-object-position: center;
	object-position: center;
	z-index: 0;
	position: relative;
}
@media only screen and (max-width: 1024px) {
	section.section.section-banner .banner-image img {
		width: 100%;
		height: auto;
	}
}
@media screen and (max-width: 640px) {
	section.section.section-banner .banner-image img {
		width: auto;
		height: 100%;
	}
}
section.section.section-banner .banner-image.noblur {
	-webkit-filter: blur(0);
	filter: blur(0);
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
	section.section.section-banner .banner-image {
		height: 35vw;
		width: 90.6%;
	}
}
@media screen and (max-width: 1280px) {
	section.section.section-banner .banner-image {
		width: 93.6%;
	}
}
section.section.section-banner .banner-image::before {
	background-color: rgba(0, 0, 0, 0.6);
	content: '';
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
}
@media only screen and (max-width: 1024px) {
	section.section.section-banner .banner-image::before {
		background-color: rgba(0, 0, 0, 0.75);
	}
}
section.section.section-banner .banner-image::after {
	background-image: url(../images/cippa-trasporti-icona.svg);
	content: '';
	top: 0;
	right: 47px;
	position: absolute;
	width: 166px;
	height: 200px;
	background-size: contain;
	background-repeat: no-repeat;
	opacity: 0.2;
	bottom: 0;
	z-index: 1;
	margin: auto;
}
@media only screen and (max-width: 1024px) {
	section.section.section-banner .banner-image::after {
		content: none;
	}
}
section.section.section-banner .banner-image .wrap {
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-flow: wrap column;
	-ms-flex-flow: wrap column;
	flex-flow: wrap column;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	max-width: 68%;
	position: absolute;
	z-index: 2;
	left: 18em;
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
	section.section.section-banner .banner-image .wrap {
		max-width: 75%;
		left: 10em;
	}
}
@media only screen and (max-width: 1024px) {
	section.section.section-banner .banner-image .wrap {
		left: 0;
	}
}
section.section.section-banner .banner-image .wrap .content {
	max-width: 50%;
}
section.section.section-banner .banner-image .wrap .content p {
	color: #fff;
	font-size: 30px;
	font-weight: lighter;
	font-family: "Roboto", sans-serif;
	line-height: 1.6;
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
	section.section.section-banner .banner-image .wrap .content p {
		font-size: 25px;
	}
}
@media only screen and (max-width: 1024px) {
	section.section.section-banner .banner-image .wrap .content p {
		font-size: 23px;
		line-height: normal;
	}
}
@media only screen and (max-width: 1024px) {
	section.section.section-banner .banner-image .wrap .content {
		max-width: 100%;
	}
}
@media only screen and (max-width: 1024px) {
	section.section.section-banner .banner-image .wrap {
		max-width: 100%;
		padding: 0 30px;
	}
}
@media only screen and (max-width: 1024px) {
	section.section.section-banner .banner-image {
		width: 100%;
		height: 400px;
	}
}
section.section.section-news {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: wrap row;
	-ms-flex-flow: wrap row;
	flex-flow: wrap row;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
@media only screen and (max-width: 1024px) {
	section.section.section-news {
		padding: 40px 20px;
	}
}
@media only screen and (max-width: 1024px) {
	section.section.section-intro {
		padding-right: 1.5em;
		padding-left: 1.5em;
	}
}
@media only screen and (max-width: 1024px) {
	section.section.section-intro .page-title {
		margin-bottom: 30px;
	}
}
.services-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: wrap row;
	-ms-flex-flow: wrap row;
	flex-flow: wrap row;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.services-container .service-item {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 33.3%;
	-ms-flex: 0 1 33.3%;
	flex: 0 1 33.3%;
	padding: 0 10px;
	position: relative;
}
.services-container .service-item .wrap {
	max-width: 100%;
	padding: 0 25px;
}
.services-container .service-item .wrap .icon {
	width: 62px;
	height: 62px;
	background: #dc2b1c;
	padding: 10px;
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-flow: wrap column;
	-ms-flex-flow: wrap column;
	flex-flow: wrap column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 27px;
	position: relative;
	margin: -33px 0 0 0;
}
.services-container .service-item .wrap.button {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}
.services-container .service-item .wrap.wrap.details {
	margin-bottom: 4em;
}
.services-container .service-item .category-image {
	height: 190px;
	background-position: center;
	background-size: cover;
	overflow: hidden;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-flow: wrap column;
	-ms-flex-flow: wrap column;
	flex-flow: wrap column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.services-container .service-item .category-image img {
	-o-object-fit: cover;
	object-fit: cover;
	width: auto;
	height: 100%;
	-o-object-position: center;
	object-position: center;
	z-index: 0;
	position: relative;
}
@media only screen and (max-width: 1024px) {
	.services-container .service-item .category-image img {
		height: auto;
		width: 100%;
	}
}
@media screen and (max-width: 640px) {
	.services-container .service-item .category-image img {
		height: 100%;
		width: auto;
	}
}
.services-container .service-item h2 {
	color: #333;
	font-size: 22px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0;
}
.services-container .service-item p {
	min-height: 85px;
}
.services-container .service-item a.btn.btn-default {
	display: block;
}
@media only screen and (max-width: 1024px) {
	.services-container .service-item a.btn.btn-default {
		padding: 8px;
		font-size: 16px;
	}
}
.services-container .service-item ul.subservices-container {
	padding: 0;
	list-style: none;
	margin: 0 0 20px 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: wrap row;
	-ms-flex-flow: wrap row;
	flex-flow: wrap row;
}
.services-container .service-item ul.subservices-container li {
	padding: 0;
}
.services-container .service-item ul.subservices-container li a {
	background: #b5b5b5;
	color: #fff;
	border-radius: 50px;
	padding: 8px 15px;
	display: inline-block;
	margin: 0 10px 10px 0;
	font-family: "Roboto", sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}
.services-container .service-item ul.subservices-container li a:hover {
	background: #989898;
}
@media only screen and (max-width: 1024px) {
	.services-container .service-item {
		-webkit-box-flex: 100%;
		-webkit-flex: 100%;
		-ms-flex: 100%;
		flex: 100%;
		margin-bottom: 80px;
	}
	.services-container .service-item:last-child {
		margin-bottom: 0;
	}
}
.custom-banner {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 30%;
	-ms-flex: 1 1 30%;
	flex: 1 1 30%;
	min-width: 30%;
	max-width: 100%;
	padding: 20px;
	position: relative;
	background-size: cover;
	background-position: center;
}
.custom-banner img {
	position: relative;
}
.custom-banner span {
	display: block;
	font-size: 24px;
	color: #fff;
	font-weight: normal;
	position: relative;
	line-height: normal;
}
.custom-banner .btn.btn-arrow {
	color: #fff;
	position: absolute;
	left: 20px;
	bottom: 40px;
}
.custom-banner .btn.btn-arrow:hover {
	color: #dc2b1c;
}
.custom-banner .btn.btn-arrow:hover i {
	color: #dc2b1c;
}
.custom-banner:before {
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: '';
}
.section-intro {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: wrap row;
	-ms-flex-flow: wrap row;
	flex-flow: wrap row;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.section-intro .page-title {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 49%;
	-ms-flex: 0 1 49%;
	flex: 0 1 49%;
}
@media only screen and (max-width: 1024px) {
	.section-intro .page-title {
		-webkit-box-flex: 100%;
		-webkit-flex: 100%;
		-ms-flex: 100%;
		flex: 100%;
	}
}
.section-intro #counter {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 49%;
	-ms-flex: 0 1 49%;
	flex: 0 1 49%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: wrap row;
	-ms-flex-flow: wrap row;
	flex-flow: wrap row;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.section-intro #counter .counter-item {
	height: 100%;
	padding: 0 15px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 33.3%;
	-ms-flex: 0 1 33.3%;
	flex: 0 1 33.3%;
	border-left: 1px solid #333;
}
.section-intro #counter .counter-item .counter-value {
	color: #dc2b1c;
	font-size: 35px;
	font-weight: 500;
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
	.section-intro #counter .counter-item .counter-value {
		font-size: 30px;
	}
}
@media only screen and (max-width: 1024px) {
	.section-intro #counter .counter-item .counter-value {
		font-size: 25px;
		line-height: normal;
	}
}
.section-intro #counter .counter-item .counter-title {
	color: #dc2b1c;
	font-size: 35px;
	font-weight: 500;
	padding-left: 5px;
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
	.section-intro #counter .counter-item .counter-title {
		font-size: 23px;
	}
}
@media only screen and (max-width: 1024px) {
	.section-intro #counter .counter-item .counter-title {
		font-size: 20px;
		display: block;
		padding: 0;
		line-height: normal;
	}
}
.section-intro #counter .counter-item .counter-text {
	display: block;
	font-size: 20px;
	font-weight: 500;
	color: #333;
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
	.section-intro #counter .counter-item .counter-text {
		font-size: 18px;
	}
}
@media only screen and (max-width: 1024px) {
	.section-intro #counter .counter-item .counter-text {
		font-size: 15px;
		margin-top: 10px;
	}
}
@media only screen and (max-width: 1024px) {
	.section-intro #counter .counter-item {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 31%;
		-ms-flex: 0 0 31%;
		flex: 0 0 31%;
	}
}
@media only screen and (max-width: 1024px) {
	.section-intro #counter {
		-webkit-box-flex: 100%;
		-webkit-flex: 100%;
		-ms-flex: 100%;
		flex: 100%;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}
.page:not(.home) .single-featured-image {
	position: relative;
	height: 18vw;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-flow: wrap column;
	-ms-flex-flow: wrap column;
	flex-flow: wrap column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
@media only screen and (max-width: 1024px) {
	.page:not(.home) .single-featured-image {
		height: 40vw;
	}
}
.page:not(.home) .single-featured-image::before {
	content: '';
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
	position: absolute;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#dc2b1c), to(rgba(220, 43, 28, 0)));
	background-image: linear-gradient(to bottom, #dc2b1c 0%, rgba(220, 43, 28, 0) 100%);
	background-color: rgba(0, 0, 0, 0.6);
}
.page:not(.home) section.section {
	padding: 3em 0;
}
.page:not(.home) section.section.section-contact {
	margin-top: 3em;
}
.page:not(.home) section.section.section-base .content {
	background: #f2f2f2;
	padding: 40px 30px;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 4em;
	-moz-column-gap: 4em;
	column-gap: 4em;
	text-align: justify;
}
@media only screen and (max-width: 1024px) {
	.page:not(.home) section.section.section-base .content {
		-webkit-column-count: unset;
		-moz-column-count: unset;
		column-count: unset;
		-webkit-column-gap: unset;
		-moz-column-gap: unset;
		column-gap: unset;
	}
}
.page:not(.home) section.section.section-base .content p {
	color: #333;
	margin: 0;
}
.page:not(.home) section.section.section-text h4 {
	display: block;
	width: 100%;
	letter-spacing: 0;
	font-size: 20px;
	font-weight: 500;
	color: #333;
}
.page:not(.home) section.section.section-text a:not(.btn) {
	color: #dc2b1c;
}
.page:not(.home) section.section.section-text a:not(.btn):hover {
	color: #333;
}
.page:not(.home) section.section.section-text ul {
	list-style: none;
	padding: 0;
	margin: 0 0 20px 0;
}
.page:not(.home) section.section.section-text ul li {
	padding-left: 30px;
	position: relative;
	margin: 0 0 5px;
	font-weight: normal;
	letter-spacing: 0;
	line-height: 1.47;
	color: #707070;
	font-family: "Cabin", sans-serif;
	font-size: 15px;
}
.page:not(.home) section.section.section-text ul li::before {
	position: absolute;
	left: 0;
	top: 2px;
	width: 16px;
	height: 13px;
	content: '';
	background-image: url('../images/check.svg');
	background-size: contain;
	background-position: left;
	background-repeat: no-repeat;
}
.page:not(.home) section.section.section-text ol {
	padding: 0 0 0 15px;
	margin: 0 0 20px 0;
}
.page:not(.home) section.section.section-text ol li {
	position: relative;
	margin: 0 0 5px;
	font-weight: normal;
	letter-spacing: 0;
	line-height: 1.47;
	color: #707070;
	font-family: "Cabin", sans-serif;
	font-size: 15px;
}
.page:not(.home) section.section.section-counter .content {
	background-position: center;
	background-size: cover;
	height: 40vw;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-flow: wrap column;
	-ms-flex-flow: wrap column;
	flex-flow: wrap column;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 5em;
	width: 90%;
}
.page:not(.home) section.section.section-counter .content::before {
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0.75);
	width: 100%;
	height: 100%;
	content: '';
	z-index: 1;
}
.page:not(.home) section.section.section-counter .content::after {
	background-image: url(../images/cippa-trasporti-icona.svg);
	content: '';
	top: 0;
	right: 47px;
	position: absolute;
	width: 166px;
	height: 200px;
	background-size: contain;
	background-repeat: no-repeat;
	opacity: 0.2;
	bottom: 0;
	margin: auto;
	z-index: 2;
}
@media only screen and (max-width: 1024px) {
	.page:not(.home) section.section.section-counter .content::after {
		content: none;
	}
}
.page:not(.home) section.section.section-counter .content #counter {
	position: relative;
	z-index: 2;
	width: 70%;
	margin: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: wrap row;
	-ms-flex-flow: wrap row;
	flex-flow: wrap row;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.page:not(.home) section.section.section-counter .content #counter .counter-item {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 25%;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	border-left: 1px solid rgba(225, 255, 255, 0.5);
	padding-left: 15px;
	margin-bottom: 40px;
}
.page:not(.home) section.section.section-counter .content #counter .counter-item .counter-value {
	color: #fff;
	font-size: 35px;
	font-weight: 500;
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
	.page:not(.home) section.section.section-counter .content #counter .counter-item .counter-value {
		font-size: 30px;
	}
}
@media only screen and (max-width: 1024px) {
	.page:not(.home) section.section.section-counter .content #counter .counter-item .counter-value {
		font-size: 25px;
		line-height: normal;
	}
}
.page:not(.home) section.section.section-counter .content #counter .counter-item .counter-title {
	color: #fff;
	font-size: 35px;
	font-weight: 500;
	padding-left: 5px;
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
	.page:not(.home) section.section.section-counter .content #counter .counter-item .counter-title {
		font-size: 30px;
	}
}
@media only screen and (max-width: 1024px) {
	.page:not(.home) section.section.section-counter .content #counter .counter-item .counter-title {
		font-size: 16px;
	}
}
.page:not(.home) section.section.section-counter .content #counter .counter-item .counter-text {
	display: block;
	font-size: 20px;
	font-weight: 500;
	color: #fff;
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
	.page:not(.home) section.section.section-counter .content #counter .counter-item .counter-text {
		font-size: 18px;
	}
}
@media only screen and (max-width: 1024px) {
	.page:not(.home) section.section.section-counter .content #counter .counter-item .counter-text {
		font-size: 14px;
		margin-top: 5px;
	}
}
@media only screen and (max-width: 1024px) {
	.page:not(.home) section.section.section-counter .content #counter .counter-item {
		-webkit-box-flex: 45%;
		-webkit-flex: 45%;
		-ms-flex: 45%;
		flex: 45%;
		border-left: none;
		border-bottom: 1px solid rgba(225, 255, 255, 0.5);
		padding: 0;
		margin: 0 5px 20px 5px;
	}
}
@media only screen and (max-width: 1024px) {
	.page:not(.home) section.section.section-counter .content #counter {
		width: 100%;
		padding: 0;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}
@media only screen and (max-width: 1024px) {
	.page:not(.home) section.section.section-counter .content {
		height: 100vw;
		width: 100%;
		padding: 20px;
	}
}
.page:not(.home) section.section.section-testimonials .wrap > h3 {
	text-transform: uppercase;
}
.page:not(.home) section.section.section-testimonials .wrap ul.testimonial {
	padding: 0;
	margin: 60px 0 0 0;
	list-style: none;
}
.page:not(.home) section.section.section-testimonials .wrap ul.testimonial li.testimonial-item {
	padding: 0 20px 0 0;
}
.page:not(.home) section.section.section-testimonials .wrap ul.testimonial li.testimonial-item .testimonial-name {
	color: #dc2b1c;
	text-transform: uppercase;
	font-weight: bold;
	display: block;
	margin-bottom: 5px;
}
.page:not(.home) section.section.section-testimonials .wrap ul.testimonial li.testimonial-item .testimonial-user {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: wrap row;
	-ms-flex-flow: wrap row;
	flex-flow: wrap row;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	justify-self: start;
	color: #707070;
}
.page:not(.home) section.section.section-testimonials .wrap ul.testimonial li.testimonial-item .testimonial-user i {
	margin-right: 10px;
}
.page:not(.home) section.section.section-testimonials .wrap ul.testimonial li.testimonial-item .testimonial-user span {
	font-style: italic;
	font-weight: normal;
	font-size: 15px;
}
@media only screen and (max-width: 1024px) {
	.page:not(.home) section.section.section-testimonials .wrap ul.testimonial li.testimonial-item .testimonial-user {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}
.page:not(.home) section.section.section-testimonials .wrap ul.testimonial li.testimonial-item .testimonial-title {
	font-weight: bold;
	color: #333;
	font-size: 22px;
	margin-top: 5px;
	display: block;
	margin-bottom: 30px;
	height: 75px;
}
@media only screen and (max-width: 1024px) {
	.page:not(.home) section.section.section-testimonials .wrap ul.testimonial li.testimonial-item .testimonial-title {
		height: auto;
	}
}
.page:not(.home) section.section.section-testimonials .wrap ul.testimonial li.testimonial-item a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: wrap row;
	-ms-flex-flow: wrap row;
	flex-flow: wrap row;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	justify-self: start;
	color: #dc2b1c;
	font-weight: bold;
}
.page:not(.home) section.section.section-testimonials .wrap ul.testimonial li.testimonial-item a i {
	font-size: 25px;
	margin-right: 15px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.page:not(.home) section.section.section-testimonials .wrap ul.testimonial li.testimonial-item a:hover {
	color: #333;
}
.page:not(.home) section.section.section-testimonials .wrap ul.testimonial li.testimonial-item a:hover i {
	-webkit-transform: translateX(10px);
	transform: translateX(10px);
	color: #333;
}
@media only screen and (max-width: 1024px) {
	.page:not(.home) section.section.section-testimonials .wrap ul.testimonial li.testimonial-item a {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}
@media only screen and (max-width: 1024px) {
	.page:not(.home) section.section.section-testimonials .wrap ul.testimonial li.testimonial-item {
		text-align: center;
	}
}
.page:not(.home) section.section.section-testimonials .wrap ul.testimonial ul.slick-dots {
	top: -100px;
	right: 16px;
	margin: 0;
	width: auto;
}
.page:not(.home) section.section.section-testimonials .wrap ul.testimonial ul.slick-dots li {
	margin: 0;
}
.page:not(.home) section.section.section-testimonials .wrap ul.testimonial ul.slick-dots button:before {
	font-size: 11px;
}
@media only screen and (max-width: 1024px) {
	.page:not(.home) section.section.section-testimonials .wrap ul.testimonial ul.slick-dots {
		top: -95px;
	}
}
.page:not(.home) section.section.section-values .wrap > h3 {
	padding: 0 20px;
	margin-bottom: 50px;
}
@media only screen and (max-width: 1024px) {
	.page:not(.home) section.section.section-values .wrap > h3 {
		padding: 0;
	}
}
.page:not(.home) section.section ul.listbox {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: wrap row;
	-ms-flex-flow: wrap row;
	flex-flow: wrap row;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	list-style: none;
	padding: 0;
	margin: 0;
}
.page:not(.home) section.section ul.listbox li {
	padding: 30px;
	margin: 0 1% 25px;
	border: 1px solid #e3e3e3;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 23%;
	-ms-flex: 1 1 23%;
	flex: 1 1 23%;
	min-width: 23%;
	max-width: 50%;
}
.page:not(.home) section.section ul.listbox li img {
	height: 45px;
	width: auto;
}
.page:not(.home) section.section ul.listbox li .listbox-title {
	margin: 10px 0;
	display: block;
	color: #dc2b1c;
	font-weight: bold;
	font-size: 24px;
}
.page:not(.home) section.section ul.listbox li .btn {
	width: 100%;
	margin-top: 10px;
}
@media only screen and (max-width: 1024px) {
	.page:not(.home) section.section ul.listbox li {
		-webkit-box-flex: 100%;
		-webkit-flex: 100%;
		-ms-flex: 100%;
		flex: 100%;
		min-width: 100%;
		max-width: 100%;
	}
}
.page:not(.home) section.section ul.listbox li:nth-child(4n + 1) {
	margin-left: 0;
}
.page:not(.home) section.section h2,
.page:not(.home) section.section h3 {
	font-size: 24px;
	letter-spacing: 0;
	font-family: "Roboto", sans-serif;
	font-weight: bold;
	color: #333;
}
.page:not(.home) section.section ul.list-simple {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: wrap row;
	-ms-flex-flow: wrap row;
	flex-flow: wrap row;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0;
	margin: 0;
	list-style: none;
}
.page:not(.home) section.section ul.list-simple li {
	padding: 0 20px;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 20%;
	-ms-flex: 1 1 20%;
	flex: 1 1 20%;
	margin: 0;
}
@media only screen and (max-width: 1024px) {
	.page:not(.home) section.section ul.list-simple li {
		-webkit-box-flex: 100%;
		-webkit-flex: 100%;
		-ms-flex: 100%;
		flex: 100%;
		margin-bottom: 30px;
		text-align: center;
	}
}
.page:not(.home) section.section ul.list-simple li h3 {
	padding: 0;
	margin-bottom: 10px;
	color: #dc2b1c;
	font-size: 24px;
	font-weight: bold;
}
.page:not(.home) section.section ul.list-simple li p {
	margin: 0;
	font-weight: bold;
	font-size: 15px;
}
.page:not(.home) section.section.section-timeline h3 {
	margin-bottom: 60px;
}
@media only screen and (max-width: 1024px) {
	.page:not(.home) section.section.section-timeline h3 {
		text-align: center;
	}
}
.page:not(.home) section.section.section-accordion .inner .content {
	display: block;
}
.page:not(.home) section.section.section-accordion .inner .content ul:not(.accordion) {
	list-style: none;
	padding: 0;
	margin: 0 0 20px 0;
}
.page:not(.home) section.section.section-accordion .inner .content ul:not(.accordion) li {
	padding-left: 30px;
	position: relative;
	margin: 0 0 5px;
	font-weight: normal;
	letter-spacing: 0;
	line-height: 1.47;
	color: #707070;
	font-family: "Cabin", sans-serif;
	font-size: 15px;
}
.page:not(.home) section.section.section-accordion .inner .content ul:not(.accordion) li::before {
	position: absolute;
	left: 0;
	top: 2px;
	width: 16px;
	height: 13px;
	content: '';
	background-image: url('../images/check.svg');
	background-size: contain;
	background-position: left;
	background-repeat: no-repeat;
}
@media only screen and (max-width: 1024px) {
	.page:not(.home) section.section.section-accordion .inner .content ul:not(.accordion) {
		-webkit-column-count: unset;
		-moz-column-count: unset;
		column-count: unset;
		-webkit-column-gap: unset;
		-moz-column-gap: unset;
		column-gap: unset;
		text-align: left;
	}
}
.page:not(.home) section.section ul.timeline {
	padding-left: 14%;
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
	.page:not(.home) section.section ul.timeline {
		padding-left: 9%;
	}
}
@media only screen and (max-width: 1024px) {
	.page:not(.home) section.section ul.timeline {
		padding-left: 20px;
		padding-right: 20px;
	}
}
.page:not(.home) section.section ul.timeline li.timeline-item {
	padding: 0 20px;
	min-width: 170px;
}
.page:not(.home) section.section ul.timeline li.timeline-item img {
	height: 33px;
	width: auto;
}
.page:not(.home) section.section ul.timeline li.timeline-item h3 {
	padding: 0 0 15px 0;
	margin: 15px 0;
	border-bottom: 5px solid #dc2b1c;
}
@media only screen and (max-width: 1024px) {
	.page:not(.home) section.section ul.timeline li.timeline-item h3 {
		text-align: left;
	}
}
.page:not(.home) section.section ul.timeline li.timeline-item p {
	margin: 0;
}
.page:not(.home) section.section ul.timeline li.timeline-item p img {
	margin-top: 10px;
}
.page:not(.home) section.section ul.timeline li.timeline-item ul {
	padding-left: 16px;
	margin: 0;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 0px;
	-moz-column-gap: 0px;
	column-gap: 0px;
}
.page:not(.home) section.section ul.timeline li.timeline-item ul li {
	padding-left: 0px;
	color: #707070;
	font-size: 15px;
	font-family: "Cabin", sans-serif;
	letter-spacing: 0;
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
	.page:not(.home) section.section ul.timeline li.timeline-item {
		min-width: 120px;
	}
}
@media only screen and (max-width: 1024px) {
	.page:not(.home) section.section ul.timeline .slick-dots {
		top: unset;
		bottom: 0;
		margin: auto;
		padding: 0;
		width: 100%;
		left: 0;
	}
	.page:not(.home) section.section ul.timeline .slick-dots li button::before {
		font-size: 10px;
	}
}
.page:not(.home) .page-container .page-header {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: wrap row;
	-ms-flex-flow: wrap row;
	flex-flow: wrap row;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 40px;
	padding-bottom: 40px;
}
.page:not(.home) .page-container .page-header .header-container {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 49%;
	-ms-flex: 1 1 49%;
	flex: 1 1 49%;
	min-width: 49%;
	max-width: 100%;
}
.page:not(.home) .page-container .page-header .page-title {
	text-transform: uppercase;
	color: #333;
	font-size: 60px;
	margin: 0;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 49%;
	-ms-flex: 0 0 49%;
	flex: 0 0 49%;
}
@media only screen and (max-width: 1024px) {
	.page:not(.home) .page-container .page-header .page-title {
		font-size: 37px;
	}
}
.page:not(.home) .page-container .page-header p {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 49%;
	-ms-flex: 0 0 49%;
	flex: 0 0 49%;
	font-size: 40px;
	font-weight: normal;
	font-family: "Roboto", sans-serif;
	text-align: left;
	color: #333;
	margin: 0;
}
@media only screen and (max-width: 1024px) {
	.page:not(.home) .page-container .page-header p {
		font-size: 30px;
		margin-top: 15px;
		line-height: normal;
		-webkit-box-flex: 100%;
		-webkit-flex: 100%;
		-ms-flex: 100%;
		flex: 100%;
	}
}
@media only screen and (max-width: 1024px) {
	.page:not(.home) .page-container .page-header {
		padding-right: 2em;
		padding-left: 2em;
	}
}
.slick-slider {
	opacity: 0;
	height: 0;
}
.slick-slider.slick-initialized {
	opacity: 1;
	height: auto;
}
.office {
	position: relative;
	padding-left: 20px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 48%;
	-ms-flex: 0 0 48%;
	flex: 0 0 48%;
	margin-bottom: 30px;
}
.office p {
	color: #989898;
}
.office h4 {
	color: #dc2b1c;
	letter-spacing: 0;
	font-size: 15px;
	padding: 0;
	margin-bottom: 10px;
}
.office ul {
	list-style: none;
	color: #989898;
	line-height: 1.6;
	padding: 0;
}
.office ul li {
	padding: 0;
}
.office ul li a {
	color: #dc2b1c;
}
.office::before {
	position: absolute;
	left: 0;
	top: 3px;
	margin: auto;
	width: 16px;
	height: 13px;
	content: '';
	background-image: url('../images/pin.svg');
	background-size: contain;
	background-position: left;
	background-repeat: no-repeat;
}
@media only screen and (max-width: 1024px) {
	.office {
		-webkit-box-flex: 100%;
		-webkit-flex: 100%;
		-ms-flex: 100%;
		flex: 100%;
		margin-bottom: 30px;
	}
}
.error404 .site-content {
	padding: 0;
}
.error404 .site-footer {
	margin: 0;
}
.error404 .page-container {
	position: absolute;
	left: 0;
}
.error404 .single-featured-image {
	position: relative;
	height: 100vh;
}
.error404 .single-featured-image .wrap {
	-webkit-animation: slide-in-left both 0.5s;
	animation: slide-in-left both 0.5s;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 40%;
	margin: auto;
	left: 16em;
	z-index: 2;
	width: 100%;
}
.error404 .single-featured-image .wrap .page-title {
	padding: 0;
	font-size: 45px;
	font-weight: 500;
	color: #fff;
	line-height: 1.1;
	margin-bottom: 20px;
	display: block;
}
@media only screen and (max-width: 1024px) {
	.error404 .single-featured-image .wrap .page-title {
		font-size: 40px;
		line-height: normal;
		margin-bottom: 20px;
	}
}
.error404 .single-featured-image .wrap p {
	color: #fff;
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
	.error404 .single-featured-image .wrap {
		left: 8em;
	}
}
@media only screen and (max-width: 1024px) {
	.error404 .single-featured-image .wrap {
		left: 0em;
	}
}
.error404 .single-featured-image::before {
	content: '';
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 1;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#dc2b1c), to(rgba(220, 43, 28, 0)));
	background-image: linear-gradient(to bottom, #dc2b1c 0%, rgba(220, 43, 28, 0) 100%);
	background-color: rgba(0, 0, 0, 0.6);
}
.page.page-template-contact section.section.section-text ul li {
	padding-left: 0;
}
.page.page-template-contact section.section.section-text ul li::before {
	content: none;
}
body.no-scroll .mobile-quote {
	display: none;
}
body.page:not(.home) section.section.section-counter .content #counter {
	width: 75%;
}
@media only screen and (max-width: 1024px) {
	body.page:not(.home) section.section.section-counter .content #counter {
		width: 100%;
	}
}
.modal .modal-bottom .wpcf7 form p span.wpcf7-not-valid-tip {
	color: #f00;
	font-size: 13px;
	font-weight: normal;
	display: block;
}
.site-footer {
	border: none;
	background: #333;
}
@media only screen and (max-width: 1024px) {
	.site-footer .wrap {
		padding: 0;
	}
}
.site-footer .widget-area {
	padding: 3em 0 1em;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: wrap row;
	-ms-flex-flow: wrap row;
	flex-flow: wrap row;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.site-footer .widget-area::before,
.site-footer .widget-area::after {
	content: none;
}
.site-footer .widget-area .widget-column {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 23%;
	-ms-flex: 0 0 23%;
	flex: 0 0 23%;
	color: #fff;
	font-size: 14px;
}
.site-footer .widget-area .widget-column .widget-title {
	display: block;
	letter-spacing: 1px;
	color: #fff;
	font-weight: bold;
	padding: 0;
	margin-bottom: 30px;
}
@media only screen and (max-width: 1024px) {
	.site-footer .widget-area .widget-column .widget-title {
		font-size: 16px;
		letter-spacing: 0;
		font-weight: 500;
	}
}
.site-footer .widget-area .widget-column ul.menu {
	list-style: none;
	padding: 0;
	margin: 0;
}
.site-footer .widget-area .widget-column ul.menu li {
	padding: 0 0 10px 0;
	border: none;
}
.site-footer .widget-area .widget-column ul.menu li a {
	color: #fff;
	font-weight: bold;
}
@media only screen and (max-width: 1024px) {
	.site-footer .widget-area .widget-column ul.menu li a {
		font-size: 16px;
	}
}
.site-footer .widget-area .widget-column ul.menu li a:hover {
	color: #989898;
}
.site-footer .widget-area .widget-column.footer-widget-1 p {
	font-family: "Roboto", sans-serif;
	color: #989898;
}
.site-footer .widget-area .widget-column.footer-widget-1 p b {
	text-transform: uppercase;
	font-weight: bold;
}
.site-footer .widget-area .widget-column.footer-widget-2 ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.site-footer .widget-area .widget-column.footer-widget-2 ul:first-child {
	margin-bottom: 30px;
}
.site-footer .widget-area .widget-column.footer-widget-2 ul:first-child a {
	color: #fff;
	font-weight: bold;
}
.site-footer .widget-area .widget-column.footer-widget-2 ul:first-child a:hover {
	color: #989898;
}
.site-footer .widget-area .widget-column.footer-widget-2 ul:last-child li {
	color: #989898;
}
.site-footer .widget-area .widget-column.footer-widget-2 ul:last-child li a {
	color: #fff;
}
.site-footer .widget-area .widget-column.footer-widget-2 ul:last-child li a:hover {
	text-decoration: underline;
}
.site-footer .widget-area .widget-column.footer-widget-3 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: wrap row;
	-ms-flex-flow: wrap row;
	flex-flow: wrap row;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.site-footer .widget-area .widget-column.footer-widget-3 p {
	margin: 0 10px;
}
.site-footer .widget-area .widget-column.footer-widget-4 .textwidget {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: wrap row;
	-ms-flex-flow: wrap row;
	flex-flow: wrap row;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.site-footer .widget-area .widget-column.footer-widget-4 .textwidget p {
	margin: 0 10px;
}
.site-footer .widget-area .widget-column.footer-widget-4 .textwidget p img {
	height: 40px;
	width: auto;
}
@media only screen and (max-width: 1024px) {
	.site-footer .widget-area .widget-column.footer-widget-4 > .widget-title {
		display: none;
	}
	.site-footer .widget-area .widget-column.footer-widget-4 .social-navigation {
		display: none;
	}
}
@media only screen and (max-width: 1024px) {
	.site-footer .widget-area .widget-column {
		-webkit-box-flex: 100%;
		-webkit-flex: 100%;
		-ms-flex: 100%;
		flex: 100%;
		padding: 40px 30px;
	}
	.site-footer .widget-area .widget-column.footer-widget-1,
	.site-footer .widget-area .widget-column.footer-widget-2 {
		background: #333;
	}
	.site-footer .widget-area .widget-column.footer-widget-1 {
		padding-bottom: 0;
	}
	.site-footer .widget-area .widget-column section {
		padding: 0;
	}
}
@media only screen and (max-width: 1024px) {
	.site-footer .widget-area {
		padding: 0;
	}
}
.site-footer .social-navigation {
	margin-bottom: 3em;
}
.site-footer .social-navigation a {
	border-radius: 0;
	background: none;
	color: #fff !important;
	height: auto;
	width: auto;
	margin: 0 20px 0 0;
}
.site-footer .social-navigation a .screen-reader-text {
	clip: unset;
	height: 100%;
	overflow: visible;
	position: relative !important;
	width: auto !important;
	clip-path: initial;
	margin: 0;
}
.site-footer .social-navigation a .screen-reader-text i {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	font-size: 25px;
	color: #fff;
}
.site-footer .social-navigation a svg.icon {
	display: none;
	height: 28px;
	top: 0;
	width: 28px;
}
.site-footer .social-navigation a svg.icon.icon-instagram {
	display: block;
	height: 25px;
	top: 3px;
}
.site-footer .social-navigation a:hover i {
	color: #dc2b1c;
}
@media only screen and (max-width: 1024px) {
	.site-footer .social-navigation {
		margin-bottom: 0;
	}
}
.site-footer .site-info {
	background: #262626;
	color: #707070;
	margin: 0;
}
.site-footer .site-info section {
	margin: 0;
	padding: 0;
}
.site-footer .site-info section p {
	font-family: "Roboto", sans-serif;
	color: #707070;
	font-size: 12px;
	margin: 0;
}
@media only screen and (max-width: 1024px) {
	.site-footer .site-info section p {
		font-size: 14px;
	}
}
.site-footer .site-info section a {
	color: #707070;
	font-size: 12px;
	text-decoration: underline;
}
.site-footer .site-info section a:hover {
	color: #dc2b1c;
}
@media only screen and (max-width: 1024px) {
	.site-footer .site-info section a {
		font-size: 14px;
	}
}
@media only screen and (max-width: 1024px) {
	.site-footer .site-info {
		padding: 0 30px 20px;
	}
}
@media only screen and (max-width: 1024px) {
	.site-footer {
		background: #262626;
	}
}
.mobile-quote {
	position: fixed;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	z-index: 30;
	left: 0;
	bottom: 0;
	background: #00c362;
	width: 108px;
	height: 82px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-flow: wrap column;
	-ms-flex-flow: wrap column;
	flex-flow: wrap column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 2px;
	text-align: center;
	color: #fff;
	line-height: normal;
	font-weight: bold;
	border-top-right-radius: 30px;
	display: none;
}
.mobile-quote i {
	margin-bottom: 5px;
	font-size: 22px;
}
@media only screen and (max-width: 1024px) {
	.mobile-quote.show {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-animation: fadeInUp both 0.5s;
		animation: fadeInUp both 0.5s;
	}
	.mobile-quote.hide {
		-webkit-animation: fadeInDown both 0.5s;
		animation: fadeInDown both 0.5s;
	}
}
@-webkit-keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@-webkit-keyframes fadeInDown {
	from {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}
@keyframes fadeInDown {
	from {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}
@keyframes fadeInDown {
	from {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}
@keyframes fadeInDown {
	from {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}
@keyframes fadeInDown {
	from {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}
@keyframes fadeInDown {
	from {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}
@keyframes fadeInDown {
	from {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}
@keyframes fadeInDown {
	from {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}
@keyframes fadeInDown {
	from {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}
@keyframes fadeInDown {
	from {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}
@keyframes fadeInDown {
	from {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}
@keyframes fadeInDown {
	from {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}
@keyframes fadeInDown {
	from {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}
a.btn.btn-arrow {
	background: none;
	padding: 0;
	color: #dc2b1c;
	position: relative;
	border: none;
	font-size: 15px;
}
a.btn.btn-arrow i {
	margin-right: 10px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
a.btn.btn-arrow:hover {
	background: none;
	border: none;
	color: #333;
}
a.btn.btn-arrow:hover i {
	-webkit-transform: translate(5px, 0);
	transform: translate(5px, 0);
	color: #333;
}
@media only screen and (max-width: 1024px) {
	a.btn.btn-arrow {
		font-size: 17px;
	}
}
a.btn.btn-default {
	border-radius: 50px;
	background: #dc2b1c;
	text-align: center;
	padding: 8px 15px;
	border: none;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
	a.btn.btn-default {
		font-size: 16px;
		padding: 10px 40px;
	}
}
a.btn.btn-default.btn-green.btn-quote {
	background: #00c362;
	padding: 8px 20px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: wrap row;
	-ms-flex-flow: wrap row;
	flex-flow: wrap row;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
	a.btn.btn-default.btn-green.btn-quote {
		font-size: 16px;
		padding: 10px 20px;
	}
}
a.btn.btn-default.btn-green.btn-quote span {
	margin-left: 10px;
}
a.btn.btn-default.btn-green.btn-quote:hover {
	background: #009e4c;
}
a.btn.btn-default.btn-green {
	background: #00c362;
}
a.btn.btn-default.btn-green:hover {
	background: #009e4c;
}
a.btn.btn-default:hover {
	background: #980000;
}
div.wpcf7 .wpcf7-submit:disabled {
	background: #989898;
}
.single .single-featured-image {
	position: relative;
	height: 22vw;
}
@media only screen and (max-width: 1024px) {
	.single .single-featured-image {
		height: 42vw;
	}
}
.single .single-featured-image::before {
	content: '';
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	position: absolute;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#dc2b1c), to(rgba(220, 43, 28, 0)));
	background-image: linear-gradient(to bottom, #dc2b1c 0%, rgba(220, 43, 28, 0) 100%);
	z-index: 1;
	background-color: rgba(0, 0, 0, 0.6);
}
.single .category-container .category-header {
	border: none;
}
.single .category-container .category-header .header-container .page-title {
	text-transform: capitalize;
	font-weight: lighter;
	word-break: break-word;
}
.single .category-container .category-header .header-container a {
	-webkit-animation: slide-in-left both 1s;
	animation: slide-in-left both 1s;
	font-weight: bold;
	margin-top: 30px;
	display: block;
	font-size: 15px;
	color: #dc2b1c;
}
.single .category-container .category-header .header-container a i {
	margin-right: 10px;
	font-weight: lighter;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	color: #dc2b1c;
	-webkit-transform: rotate(180deg) translate(0, 0);
	transform: rotate(180deg) translate(0, 0);
	display: inline-block;
}
.single .category-container .category-header .header-container a:hover {
	color: #333;
}
.single .category-container .category-header .header-container a:hover i {
	-webkit-transform: rotate(180deg) translate(5px, 0);
	transform: rotate(180deg) translate(5px, 0);
	color: #333;
}
@media only screen and (max-width: 1024px) {
	.single .category-container .category-header .header-container {
		margin-bottom: 10px;
	}
}
.single .category-container .category-icon {
	background: #dc2b1c;
	width: 150px;
	height: 150px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-flow: wrap column;
	-ms-flex-flow: wrap column;
	flex-flow: wrap column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.single .category-container .category-icon.subservice {
	background: #fff;
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.single .category-container .category-icon.subservice img {
	max-height: 70px;
	width: 70%;
	height: auto;
}
@media only screen and (max-width: 1024px) {
	.single .category-container .category-icon {
		height: 73px;
		width: 73px;
	}
}
.single section {
	padding: 2em 0;
}
.single section.section-contact {
	margin-top: 3em;
}
@media only screen and (max-width: 1024px) {
	.single section.section-contact {
		padding: 2em 0;
	}
}
.single section.section-base .content {
	background: #f2f2f2;
	padding: 40px 30px;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 4em;
	-moz-column-gap: 4em;
	column-gap: 4em;
	text-align: justify;
}
.single section.section-base .content p {
	color: #333;
	margin: 0;
}
.single section.section-base .content p a {
	color: #dc2b1c;
}
.single section.section-base .content p a:hover {
	color: #333;
}
@media only screen and (max-width: 1024px) {
	.single section.section-base .content {
		-webkit-column-count: unset;
		-moz-column-count: unset;
		column-count: unset;
		-webkit-column-gap: unset;
		-moz-column-gap: unset;
		column-gap: unset;
	}
}
@media only screen and (max-width: 1024px) {
	.single section.section-base {
		padding: 2em 0;
	}
}
.single section.section-text ul {
	list-style: none;
	padding: 0;
	margin: 0 0 20px 0;
}
.single section.section-text ul li {
	padding-left: 30px;
	position: relative;
	margin: 0 0 5px;
	font-weight: normal;
	letter-spacing: 0;
	line-height: 1.47;
	color: #707070;
	font-family: "Cabin", sans-serif;
	font-size: 15px;
}
.single section.section-text ul li::before {
	position: absolute;
	left: 0;
	top: 2px;
	width: 16px;
	height: 13px;
	content: '';
	background-image: url('/wp-content/themes/cippa/images/check.svg');
	background-size: contain;
	background-position: left;
	background-repeat: no-repeat;
}
.single section.section-text ul li ul li {
	padding-left: 18px;
}
.single section.section-text ul li ul li::before {
	top: 5px;
	width: 11px;
	height: 13px;
}
@media only screen and (max-width: 1024px) {
	.single section.section-text ul {
		-webkit-column-count: unset;
		-moz-column-count: unset;
		column-count: unset;
		-webkit-column-gap: unset;
		-moz-column-gap: unset;
		column-gap: unset;
		text-align: left;
	}
}
.single section.section-text .content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: wrap row;
	-ms-flex-flow: wrap row;
	flex-flow: wrap row;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.single section.section-text .content .column {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 48%;
	-ms-flex: 1 1 48%;
	flex: 1 1 48%;
	min-width: 48%;
	max-width: 100%;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 4em;
	-moz-column-gap: 4em;
	column-gap: 4em;
	text-align: justify;
}
.single section.section-text .content .column > h3 {
	text-align: left;
	padding: 0;
}
.single section.section-text .content .column > h4 {
	letter-spacing: 0;
	font-size: 20px;
	font-weight: 500;
	padding: 0;
	margin-bottom: 10px;
}
@media only screen and (max-width: 1024px) {
	.single section.section-text .content .column {
		-webkit-box-flex: 100%;
		-webkit-flex: 100%;
		-ms-flex: 100%;
		flex: 100%;
		-webkit-column-count: unset;
		-moz-column-count: unset;
		column-count: unset;
		-webkit-column-gap: unset;
		-moz-column-gap: unset;
		column-gap: unset;
		text-align: left;
	}
}
.single section.section-text .content .column.image {
	padding-left: 30px;
	-webkit-column-count: unset;
	-moz-column-count: unset;
	column-count: unset;
	-webkit-column-gap: unset;
	-moz-column-gap: unset;
	column-gap: unset;
	text-align: left;
}
@media only screen and (max-width: 1024px) {
	.single section.section-text .content .column.image {
		padding-left: 0;
	}
}
.single section.section-text .content .column.two {
	-webkit-column-count: unset;
	-moz-column-count: unset;
	column-count: unset;
	-webkit-column-gap: unset;
	-moz-column-gap: unset;
	column-gap: unset;
}
.single section.section-text .content img {
	width: auto;
	height: auto;
	max-height: 400px;
	max-width: 100%;
}
@media only screen and (max-width: 1024px) {
	.single section.section-text .content {
		text-align: left;
	}
}
.single section.section-text .content p a:not(.btn) {
	color: #dc2b1c;
}
.single section.section-text .content p a:not(.btn):hover {
	color: #333;
}
.single section.section-text .content .image-caption ul {
	list-style: disc;
}
.single section.section-text .content .image-caption ul li {
	padding-left: 0;
}
.single section.section-text .content .image-caption ul li::before {
	content: none;
}
@media only screen and (max-width: 1024px) {
	.single section.section-text .content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
.single section.section-accordion ul.accordion {
	margin: 0;
}
.single section.section-accordion .inner .content {
	display: block;
}
.single section.section-accordion .inner .content ul:not(.accordion) {
	list-style: none;
	padding: 0;
	margin: 0 0 20px 0;
}
.single section.section-accordion .inner .content ul:not(.accordion) li {
	padding-left: 30px;
	position: relative;
	margin: 0 0 5px;
	font-weight: normal;
	letter-spacing: 0;
	line-height: 1.47;
	color: #707070;
	font-family: "Cabin", sans-serif;
	font-size: 15px;
}
.single section.section-accordion .inner .content ul:not(.accordion) li::before {
	position: absolute;
	left: 0;
	top: 2px;
	width: 16px;
	height: 13px;
	content: '';
	background-image: url('../images/check.svg');
	background-size: contain;
	background-position: left;
	background-repeat: no-repeat;
}
@media only screen and (max-width: 1024px) {
	.single section.section-accordion .inner .content ul:not(.accordion) {
		-webkit-column-count: unset;
		-moz-column-count: unset;
		column-count: unset;
		-webkit-column-gap: unset;
		-moz-column-gap: unset;
		column-gap: unset;
		text-align: left;
	}
}
@media only screen and (max-width: 1024px) {
	.single section.section-accordion {
		padding: 2em 0;
	}
}
.single section.section-image {
	padding: 0 20px;
}
.single section.section-image .content {
	border: 1px solid #e3e3e3;
}
.single section.section-image .content img {
	width: auto;
	height: auto;
	margin: 0 auto;
	display: block;
}
@media only screen and (max-width: 1024px) {
	.single section.section-image .content img {
		width: 100%;
	}
}
.single section h2,
.single section h3 {
	font-size: 24px;
	letter-spacing: 0;
	font-family: "Roboto", sans-serif;
	font-weight: normal;
}
@media only screen and (max-width: 1024px) {
	.single section {
		padding: 2em;
	}
}
@media only screen and (max-width: 1024px) {
	.single .site-content-contain .site-content > .wrap {
		padding: 0;
	}
}
ul.pointed-list {
	list-style: none;
	padding: 0;
	margin: 0;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 4em;
	-moz-column-gap: 4em;
	column-gap: 4em;
	text-align: justify;
}
ul.pointed-list li {
	padding-left: 30px;
	position: relative;
	margin: 0 0 5px;
	color: #989898;
	font-weight: 500;
	font-family: "Cabin", sans-serif;
	font-size: 15px;
}
ul.pointed-list li::before {
	position: absolute;
	left: 0;
	top: 2px;
	margin: auto;
	width: 16px;
	height: 13px;
	content: '';
	background-image: url('../images/check.svg');
	background-size: contain;
	background-position: left;
	background-repeat: no-repeat;
}
ul.pointed-list li a:hover {
	color: #dc2b1c;
}
@media only screen and (max-width: 1024px) {
	ul.pointed-list {
		-webkit-column-count: unset;
		-moz-column-count: unset;
		column-count: unset;
		-webkit-column-gap: unset;
		-moz-column-gap: unset;
		column-gap: unset;
		text-align: left;
	}
}
input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'],
input[type='number'],
input[type='tel'],
input[type='range'],
input[type='date'],
input[type='month'],
input[type='week'],
input[type='time'],
input[type='datetime'],
input[type='datetime-local'],
input[type='color'],
textarea,
select,
.select2-container .select2-selection--single .select2-selection__rendered {
	color: #333;
	background: none;
	background-image: none;
	display: block;
	padding: 0.5em 0.7em;
	width: 100%;
	font-weight: lighter;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	font-size: 14px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	border-radius: 50px;
	border: 1px solid #333;
	padding: 10px 20px;
	margin-top: 5px;
	font-size: 15px;
	font-weight: 400;
	font-family: "Roboto", sans-serif;
	line-height: normal;
}
input[type='text']:focus,
input[type='email']:focus,
input[type='url']:focus,
input[type='password']:focus,
input[type='search']:focus,
input[type='number']:focus,
input[type='tel']:focus,
input[type='range']:focus,
input[type='date']:focus,
input[type='month']:focus,
input[type='week']:focus,
input[type='time']:focus,
input[type='datetime']:focus,
input[type='datetime-local']:focus,
input[type='color']:focus,
textarea:focus,
select:focus,
.select2-container .select2-selection--single .select2-selection__rendered:focus {
	border-color: #00c362;
}
input[type='text']::-webkit-input-placeholder,
input[type='email']::-webkit-input-placeholder,
input[type='url']::-webkit-input-placeholder,
input[type='password']::-webkit-input-placeholder,
input[type='search']::-webkit-input-placeholder,
input[type='number']::-webkit-input-placeholder,
input[type='tel']::-webkit-input-placeholder,
input[type='range']::-webkit-input-placeholder,
input[type='date']::-webkit-input-placeholder,
input[type='month']::-webkit-input-placeholder,
input[type='week']::-webkit-input-placeholder,
input[type='time']::-webkit-input-placeholder,
input[type='datetime']::-webkit-input-placeholder,
input[type='datetime-local']::-webkit-input-placeholder,
input[type='color']::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder,
.select2-container .select2-selection--single .select2-selection__rendered::-webkit-input-placeholder {
	color: #dc2b1c;
	font-weight: lighter;
	letter-spacing: 1px;
	font-size: 14px;
	font-style: italic;
	text-transform: uppercase;
}
input[type='text']::-moz-placeholder,
input[type='email']::-moz-placeholder,
input[type='url']::-moz-placeholder,
input[type='password']::-moz-placeholder,
input[type='search']::-moz-placeholder,
input[type='number']::-moz-placeholder,
input[type='tel']::-moz-placeholder,
input[type='range']::-moz-placeholder,
input[type='date']::-moz-placeholder,
input[type='month']::-moz-placeholder,
input[type='week']::-moz-placeholder,
input[type='time']::-moz-placeholder,
input[type='datetime']::-moz-placeholder,
input[type='datetime-local']::-moz-placeholder,
input[type='color']::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder,
.select2-container .select2-selection--single .select2-selection__rendered::-moz-placeholder {
	color: #dc2b1c;
	font-weight: lighter;
	letter-spacing: 1px;
	font-size: 14px;
	font-style: italic;
	text-transform: uppercase;
}
input[type='text']::-ms-input-placeholder,
input[type='email']::-ms-input-placeholder,
input[type='url']::-ms-input-placeholder,
input[type='password']::-ms-input-placeholder,
input[type='search']::-ms-input-placeholder,
input[type='number']::-ms-input-placeholder,
input[type='tel']::-ms-input-placeholder,
input[type='range']::-ms-input-placeholder,
input[type='date']::-ms-input-placeholder,
input[type='month']::-ms-input-placeholder,
input[type='week']::-ms-input-placeholder,
input[type='time']::-ms-input-placeholder,
input[type='datetime']::-ms-input-placeholder,
input[type='datetime-local']::-ms-input-placeholder,
input[type='color']::-ms-input-placeholder,
textarea::-ms-input-placeholder,
select::-ms-input-placeholder,
.select2-container .select2-selection--single .select2-selection__rendered::-ms-input-placeholder {
	color: #dc2b1c;
	font-weight: lighter;
	letter-spacing: 1px;
	font-size: 14px;
	font-style: italic;
	text-transform: uppercase;
}
input[type='text']::placeholder,
input[type='email']::placeholder,
input[type='url']::placeholder,
input[type='password']::placeholder,
input[type='search']::placeholder,
input[type='number']::placeholder,
input[type='tel']::placeholder,
input[type='range']::placeholder,
input[type='date']::placeholder,
input[type='month']::placeholder,
input[type='week']::placeholder,
input[type='time']::placeholder,
input[type='datetime']::placeholder,
input[type='datetime-local']::placeholder,
input[type='color']::placeholder,
textarea::placeholder,
select::placeholder,
.select2-container .select2-selection--single .select2-selection__rendered::placeholder {
	color: #dc2b1c;
	font-weight: lighter;
	letter-spacing: 1px;
	font-size: 14px;
	font-style: italic;
	text-transform: uppercase;
}
select {
	height: auto;
}
span.wpcf7-list-item {
	display: inline-block;
}
div.wpcf7-response-output {
	border: none;
	text-align: center;
	background: #dc2b1c;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
	padding: 7px 10px;
	width: 100%;
}
div.wpcf7-mail-sent-ok {
	background: #00c362;
}
div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
	background: #dc2b1c;
}
div.wpcf7-spam-blocked {
	background: #dc2b1c;
}
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
	background: #dc2b1c;
}
label.required {
	position: relative;
}
label.required::before {
	color: inherit;
	left: 0;
	top: 0;
	font-size: 15px;
	content: '* ';
}
input[type='submit'] {
	background: #00c362;
	border-radius: 50px;
	margin: 0;
	font-size: 18px;
	letter-spacing: 0;
	padding: 24px;
}
input[type='submit']:hover {
	background: #009e4c;
}
.wpcf7-list-item {
	margin: 0 !important;
}
.wpcf7-list-item label {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.wpcf7-list-item label a {
	text-decoration: underline;
}
.wpcf7-list-item input {
	border: none;
	position: relative !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0 8px 0 0;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	overflow: hidden;
	width: 26px;
	height: 26px;
}
.wpcf7-list-item input::before {
	content: '';
	display: block;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	width: 22px;
	height: 22px;
	border: 2px solid #333;
	-webkit-transition: 0.2s border-color ease;
	transition: 0.2s border-color ease;
}
.wpcf7-list-item input:checked:before {
	border-color: #00c362;
	-webkit-transition: 0.5s border-color ease;
	transition: 0.5s border-color ease;
}
.wpcf7-list-item input:disabled:before {
	border-color: #ccc;
	background-color: #ccc;
}
.wpcf7-list-item input:after {
	content: '';
	display: block;
	position: absolute;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	top: 50%;
	left: 50%;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	background-color: #00c362;
	width: 22px;
	height: 22px;
	border-radius: 100vh;
	-webkit-transform: translate(-50%, -50%) scale(0);
	transform: translate(-50%, -50%) scale(0);
}
@media only screen and (max-width: 1024px) {
	.wpcf7-list-item input:after {
		left: 53%;
	}
}
.wpcf7-list-item input[type='radio']::before {
	border-radius: 50%;
}
.wpcf7-list-item input[type='radio'] {
	background-color: #fff;
}
.wpcf7-list-item input[type='radio']:after {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #00c362;
	top: 65%;
}
.wpcf7-list-item input[type='radio']:checked:after {
	-webkit-animation: toggleOnCheckbox both 0.5s;
	animation: toggleOnCheckbox both 0.5s;
}
.wpcf7-list-item input[type='checkbox'] {
	background-color: #fff;
}
.wpcf7-list-item input[type='checkbox']:after {
	width: 9.6px;
	height: 18px;
	border-radius: 0;
	-webkit-transform: translate(-50%, -85%) scale(0) rotate(45deg);
	transform: translate(-50%, -85%) scale(0) rotate(45deg);
	background-color: transparent;
	-webkit-box-shadow: 3px 3px 0px 0px #00c362;
	box-shadow: 3px 3px 0px 0px #00c362;
}
.wpcf7-list-item input[type='checkbox']:before {
	border-radius: 2px;
}
.wpcf7-list-item input[type='checkbox']:checked:after {
	-webkit-animation: toggleOnCheckbox both 0.5s;
	animation: toggleOnCheckbox both 0.5s;
}
.wpcf7-list-item input:focus {
	outline: none;
}
textarea {
	max-height: 100px;
	border-radius: 20px;
}
@-webkit-keyframes toggleOnCheckbox {
	0% {
		opacity: 0;
		-webkit-transform: translate(-50%, -85%) scale(0) rotate(45deg);
		transform: translate(-50%, -85%) scale(0) rotate(45deg);
	}
	70% {
		opacity: 1;
		-webkit-transform: translate(-50%, -85%) scale(0.9) rotate(45deg);
		transform: translate(-50%, -85%) scale(0.9) rotate(45deg);
	}
	100% {
		-webkit-transform: translate(-50%, -85%) scale(0.8) rotate(45deg);
		transform: translate(-50%, -85%) scale(0.8) rotate(45deg);
	}
}
@keyframes toggleOnCheckbox {
	0% {
		opacity: 0;
		-webkit-transform: translate(-50%, -85%) scale(0) rotate(45deg);
		transform: translate(-50%, -85%) scale(0) rotate(45deg);
	}
	70% {
		opacity: 1;
		-webkit-transform: translate(-50%, -85%) scale(0.9) rotate(45deg);
		transform: translate(-50%, -85%) scale(0.9) rotate(45deg);
	}
	100% {
		-webkit-transform: translate(-50%, -85%) scale(0.8) rotate(45deg);
		transform: translate(-50%, -85%) scale(0.8) rotate(45deg);
	}
}
@keyframes toggleOnCheckbox {
	0% {
		opacity: 0;
		-webkit-transform: translate(-50%, -85%) scale(0) rotate(45deg);
		transform: translate(-50%, -85%) scale(0) rotate(45deg);
	}
	70% {
		opacity: 1;
		-webkit-transform: translate(-50%, -85%) scale(0.9) rotate(45deg);
		transform: translate(-50%, -85%) scale(0.9) rotate(45deg);
	}
	100% {
		-webkit-transform: translate(-50%, -85%) scale(0.8) rotate(45deg);
		transform: translate(-50%, -85%) scale(0.8) rotate(45deg);
	}
}
@keyframes toggleOnCheckbox {
	0% {
		opacity: 0;
		-webkit-transform: translate(-50%, -85%) scale(0) rotate(45deg);
		transform: translate(-50%, -85%) scale(0) rotate(45deg);
	}
	70% {
		opacity: 1;
		-webkit-transform: translate(-50%, -85%) scale(0.9) rotate(45deg);
		transform: translate(-50%, -85%) scale(0.9) rotate(45deg);
	}
	100% {
		-webkit-transform: translate(-50%, -85%) scale(0.8) rotate(45deg);
		transform: translate(-50%, -85%) scale(0.8) rotate(45deg);
	}
}
@keyframes toggleOnCheckbox {
	0% {
		opacity: 0;
		-webkit-transform: translate(-50%, -85%) scale(0) rotate(45deg);
		transform: translate(-50%, -85%) scale(0) rotate(45deg);
	}
	70% {
		opacity: 1;
		-webkit-transform: translate(-50%, -85%) scale(0.9) rotate(45deg);
		transform: translate(-50%, -85%) scale(0.9) rotate(45deg);
	}
	100% {
		-webkit-transform: translate(-50%, -85%) scale(0.8) rotate(45deg);
		transform: translate(-50%, -85%) scale(0.8) rotate(45deg);
	}
}
@keyframes toggleOnCheckbox {
	0% {
		opacity: 0;
		-webkit-transform: translate(-50%, -85%) scale(0) rotate(45deg);
		transform: translate(-50%, -85%) scale(0) rotate(45deg);
	}
	70% {
		opacity: 1;
		-webkit-transform: translate(-50%, -85%) scale(0.9) rotate(45deg);
		transform: translate(-50%, -85%) scale(0.9) rotate(45deg);
	}
	100% {
		-webkit-transform: translate(-50%, -85%) scale(0.8) rotate(45deg);
		transform: translate(-50%, -85%) scale(0.8) rotate(45deg);
	}
}
@keyframes toggleOnCheckbox {
	0% {
		opacity: 0;
		-webkit-transform: translate(-50%, -85%) scale(0) rotate(45deg);
		transform: translate(-50%, -85%) scale(0) rotate(45deg);
	}
	70% {
		opacity: 1;
		-webkit-transform: translate(-50%, -85%) scale(0.9) rotate(45deg);
		transform: translate(-50%, -85%) scale(0.9) rotate(45deg);
	}
	100% {
		-webkit-transform: translate(-50%, -85%) scale(0.8) rotate(45deg);
		transform: translate(-50%, -85%) scale(0.8) rotate(45deg);
	}
}
@keyframes toggleOnCheckbox {
	0% {
		opacity: 0;
		-webkit-transform: translate(-50%, -85%) scale(0) rotate(45deg);
		transform: translate(-50%, -85%) scale(0) rotate(45deg);
	}
	70% {
		opacity: 1;
		-webkit-transform: translate(-50%, -85%) scale(0.9) rotate(45deg);
		transform: translate(-50%, -85%) scale(0.9) rotate(45deg);
	}
	100% {
		-webkit-transform: translate(-50%, -85%) scale(0.8) rotate(45deg);
		transform: translate(-50%, -85%) scale(0.8) rotate(45deg);
	}
}
@keyframes toggleOnCheckbox {
	0% {
		opacity: 0;
		-webkit-transform: translate(-50%, -85%) scale(0) rotate(45deg);
		transform: translate(-50%, -85%) scale(0) rotate(45deg);
	}
	70% {
		opacity: 1;
		-webkit-transform: translate(-50%, -85%) scale(0.9) rotate(45deg);
		transform: translate(-50%, -85%) scale(0.9) rotate(45deg);
	}
	100% {
		-webkit-transform: translate(-50%, -85%) scale(0.8) rotate(45deg);
		transform: translate(-50%, -85%) scale(0.8) rotate(45deg);
	}
}
@keyframes toggleOnCheckbox {
	0% {
		opacity: 0;
		-webkit-transform: translate(-50%, -85%) scale(0) rotate(45deg);
		transform: translate(-50%, -85%) scale(0) rotate(45deg);
	}
	70% {
		opacity: 1;
		-webkit-transform: translate(-50%, -85%) scale(0.9) rotate(45deg);
		transform: translate(-50%, -85%) scale(0.9) rotate(45deg);
	}
	100% {
		-webkit-transform: translate(-50%, -85%) scale(0.8) rotate(45deg);
		transform: translate(-50%, -85%) scale(0.8) rotate(45deg);
	}
}
@keyframes toggleOnCheckbox {
	0% {
		opacity: 0;
		-webkit-transform: translate(-50%, -85%) scale(0) rotate(45deg);
		transform: translate(-50%, -85%) scale(0) rotate(45deg);
	}
	70% {
		opacity: 1;
		-webkit-transform: translate(-50%, -85%) scale(0.9) rotate(45deg);
		transform: translate(-50%, -85%) scale(0.9) rotate(45deg);
	}
	100% {
		-webkit-transform: translate(-50%, -85%) scale(0.8) rotate(45deg);
		transform: translate(-50%, -85%) scale(0.8) rotate(45deg);
	}
}
@keyframes toggleOnCheckbox {
	0% {
		opacity: 0;
		-webkit-transform: translate(-50%, -85%) scale(0) rotate(45deg);
		transform: translate(-50%, -85%) scale(0) rotate(45deg);
	}
	70% {
		opacity: 1;
		-webkit-transform: translate(-50%, -85%) scale(0.9) rotate(45deg);
		transform: translate(-50%, -85%) scale(0.9) rotate(45deg);
	}
	100% {
		-webkit-transform: translate(-50%, -85%) scale(0.8) rotate(45deg);
		transform: translate(-50%, -85%) scale(0.8) rotate(45deg);
	}
}
@keyframes toggleOnCheckbox {
	0% {
		opacity: 0;
		-webkit-transform: translate(-50%, -85%) scale(0) rotate(45deg);
		transform: translate(-50%, -85%) scale(0) rotate(45deg);
	}
	70% {
		opacity: 1;
		-webkit-transform: translate(-50%, -85%) scale(0.9) rotate(45deg);
		transform: translate(-50%, -85%) scale(0.9) rotate(45deg);
	}
	100% {
		-webkit-transform: translate(-50%, -85%) scale(0.8) rotate(45deg);
		transform: translate(-50%, -85%) scale(0.8) rotate(45deg);
	}
}
.post-type-archive .page-title {
	padding: 0;
	color: #333;
}
@media only screen and (max-width: 1024px) {
	.post-type-archive .page-title {
		font-size: 30px;
	}
}
.post-type-archive .news-archive-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: wrap row;
	-ms-flex-flow: wrap row;
	flex-flow: wrap row;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	list-style: none;
	padding: 0;
	margin: 60px 0 0 0;
}
.post-type-archive .news-archive-container li {
	padding: 0 10px;
	margin: 0 0 60px 0;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 33.3%;
	-ms-flex: 0 0 33.3%;
	flex: 0 0 33.3%;
}
.post-type-archive .news-archive-container li span.post-date {
	color: #989898;
	margin-bottom: 6px;
	display: block;
	font-size: 15px;
	font-weight: normal;
}
.post-type-archive .news-archive-container li span.post-title {
	font-size: 16px;
	font-weight: 600;
	display: block;
	margin-bottom: 27px;
}
@media screen and (max-width: 640px) {
	.post-type-archive .news-archive-container li span.post-title {
		height: 52px;
	}
}
.post-type-archive .news-archive-container li p {
	height: 85px;
}
@media screen and (max-width: 640px) {
	.post-type-archive .news-archive-container li p {
		height: 115px;
	}
}
@media only screen and (max-width: 1024px) {
	.post-type-archive .news-archive-container li {
		-webkit-box-flex: 100%;
		-webkit-flex: 100%;
		-ms-flex: 100%;
		flex: 100%;
	}
}
.news-container {
	position: relative;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 70%;
	-ms-flex: 1 1 70%;
	flex: 1 1 70%;
	min-width: 70%;
	max-width: 100%;
	margin: 0;
	padding: 0;
}
.news-container h2 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 23px;
	padding: 0;
	margin: 0 0 3em 0;
}
.news-container ul.news-slider {
	margin: 0;
	padding: 0;
	list-style: none;
}
.news-container ul.news-slider .slick-list {
	padding: 0 15% 0 0 !important;
}
.news-container ul.news-slider li.news-item {
	padding: 0 50px 50px 0;
}
.news-container ul.news-slider li.news-item span.post-date {
	color: #989898;
	margin-bottom: 6px;
	display: block;
	font-size: 15px;
	font-weight: normal;
}
.news-container ul.news-slider li.news-item span.post-title {
	font-size: 16px;
	font-weight: 600;
	display: block;
	margin-bottom: 27px;
}
@media screen and (max-width: 640px) {
	.news-container ul.news-slider li.news-item span.post-title {
		height: 52px;
	}
}
.news-container ul.news-slider li.news-item p {
	height: 85px;
}
@media screen and (max-width: 640px) {
	.news-container ul.news-slider li.news-item p {
		height: 115px;
	}
}
.news-container ul.news-slider .slick-dots {
	top: -97px;
	right: 50px;
	margin: 0;
	bottom: unset;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}
.news-container ul.news-slider .slick-dots li {
	margin: 0 3px;
}
.news-container ul.news-slider .slick-dots li button:before {
	font-size: 35px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	color: #e3e3e3;
	opacity: 1;
}
.news-container ul.news-slider .slick-dots li button:hover:before {
	color: #989898;
	opacity: 1;
}
.news-container ul.news-slider .slick-dots li.slick-active button:before {
	color: #989898;
	opacity: 1;
}
@media only screen and (max-width: 1024px) {
	.news-container ul.news-slider .slick-dots {
		right: 0;
	}
}
.single-notizia #primary .page-title {
	padding: 0;
	color: #333;
	font-size: 40px;
	margin-bottom: 30px;
}
.single-notizia #primary p a:not(.btn) {
	color: #dc2b1c;
}
.single-notizia #primary p a:not(.btn):hover {
	color: #000;
}
.single-notizia #primary p img {
	max-width: 100%;
	height: auto;
}
.single-notizia #primary ul {
	list-style: none;
	padding: 0;
	margin: 0 0 20px 0;
}
.single-notizia #primary ul li {
	padding-left: 30px;
	position: relative;
	margin: 0 0 5px;
	font-weight: normal;
	letter-spacing: 0;
	line-height: 1.47;
	color: #707070;
	font-family: "Cabin", sans-serif;
	font-size: 15px;
}
.single-notizia #primary ul li::before {
	position: absolute;
	left: 0;
	top: 2px;
	width: 16px;
	height: 13px;
	content: '';
	background-image: url('../images/check.svg');
	background-size: contain;
	background-position: left;
	background-repeat: no-repeat;
}
.single-notizia #primary ol {
	padding: 0 0 0 15px;
	margin: 0 0 20px 0;
}
.single-notizia #primary ol li {
	position: relative;
	margin: 0 0 5px;
	font-weight: normal;
	letter-spacing: 0;
	line-height: 1.47;
	color: #707070;
	font-family: "Cabin", sans-serif;
	font-size: 15px;
}
.single-notizia #primary ol li a {
	color: #dc2b1c;
}
ul.navigation {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
ul.navigation .page-numbers {
	padding: 3px;
	font-size: 14px;
	width: 35px;
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 5px;
	border: 1px solid #333;
	color: #333;
	border-radius: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
ul.navigation .page-numbers.current,
ul.navigation .page-numbers:hover {
	border-color: #dc2b1c;
	color: #dc2b1c;
}
ul.navigation .page-numbers.next,
ul.navigation .page-numbers.prev {
	width: auto;
	padding: 3px 10px;
	background: none;
}
@font-face {
	font-family: 'Cippa';
	src: url('../images/Cippa.eot?cvbgt1');
	src: url('../images/Cippa.eot?cvbgt1#iefix') format('embedded-opentype'), url('../images/Cippa.ttf?cvbgt1') format('truetype'), url('../images/Cippa.woff?cvbgt1') format('woff'), url('../images/Cippa.svg?cvbgt1#Cippa') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: block;
}
[class^='icon-'],
[class*=' icon-'] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'Cippa' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-arrow:before {
	content: '\e910';
}
.icon-check:before {
	content: '\e911';
}
.icon-info:before {
	content: '\e912';
}
.icon-link:before {
	content: '\e913';
}
.icon-marker:before {
	content: '\e914';
}
.icon-pdf:before {
	content: '\e915';
}
.icon-scroll-down:before {
	content: '\e916';
}
.icon-work-with-us:before {
	content: '\e917';
}
.icon-dogana:before {
	content: '\e900';
}
.icon-logistica:before {
	content: '\e901';
}
.icon-trasporti:before {
	content: '\e902';
}
.icon-close:before {
	content: '\e903';
}
.icon-facebook:before {
	content: '\e904';
}
.icon-hamburger:before {
	content: '\e905';
}
.icon-linkedin:before {
	content: '\e907';
}
.icon-logo:before {
	content: '\e908';
}
.icon-mail:before {
	content: '\e909';
}
.icon-phone:before {
	content: '\e90a';
}
.icon-pittogramma:before {
	content: '\e90b';
}
.icon-preventivo:before {
	content: '\e90c';
}
.icon-support:before {
	content: '\e90d';
}
.icon-user:before {
	content: '\e90e';
}
.icon-youtube:before {
	content: '\e90f';
}
.site-header .main-header .navigation-top ul.menu li.menu-items-has-child:not(#menu-item-247) a::before {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 35px;
	height: 35px;
	content: '';
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.site-header .main-header .navigation-top .sub-menu-container ul.sub-menu:not(#menu-item-48) li a {
	padding: 0 0 0 45px;
}
.site-header .main-header .navigation-top .sub-menu-container ul.sub-menu:not(#menu-item-48) li a::before {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 30px;
	height: 35px;
	content: '';
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.site-header .main-header .navigation-top .sub-menu-container ul.sub-menu:not(#menu-item-48) li.transport a::before {
	background-image: url('../images/transport/express.svg');
}
.site-header .main-header .navigation-top .sub-menu-container ul.sub-menu:not(#menu-item-48) li.express a::before {
	background-image: url('../images/transport/express.svg');
}
.site-header .main-header .navigation-top .sub-menu-container ul.sub-menu:not(#menu-item-48) li.air a::before {
	background-image: url('../images/transport/air.svg');
}
.site-header .main-header .navigation-top .sub-menu-container ul.sub-menu:not(#menu-item-48) li.europe a::before {
	background-image: url('../images/transport/europe.svg');
}
.site-header .main-header .navigation-top .sub-menu-container ul.sub-menu:not(#menu-item-48) li.exceptional a::before {
	background-image: url('../images/transport/exceptional.svg');
}
.site-header .main-header .navigation-top .sub-menu-container ul.sub-menu:not(#menu-item-48) li.full a::before {
	background-image: url('../images/transport/full.svg');
}
.site-header .main-header .navigation-top .sub-menu-container ul.sub-menu:not(#menu-item-48) li.groupage a::before {
	background-image: url('../images/transport/groupage.svg');
}
.site-header .main-header .navigation-top .sub-menu-container ul.sub-menu:not(#menu-item-48) li.half a::before {
	background-image: url('../images/transport/half.svg');
}
.site-header .main-header .navigation-top .sub-menu-container ul.sub-menu:not(#menu-item-48) li.intermodal a::before {
	background-image: url('../images/transport/intermodal.svg');
}
.site-header .main-header .navigation-top .sub-menu-container ul.sub-menu:not(#menu-item-48) li.international a::before {
	background-image: url('../images/transport/international.svg');
}
.site-header .main-header .navigation-top .sub-menu-container ul.sub-menu:not(#menu-item-48) li.italy a::before {
	background-image: url('../images/transport/italy.svg');
}
.site-header .main-header .navigation-top .sub-menu-container ul.sub-menu:not(#menu-item-48) li.sea a::before {
	background-image: url('../images/transport/sea.svg');
}
.site-header .main-header .navigation-top .sub-menu-container ul.sub-menu:not(#menu-item-48) li.tracking a::before {
	background-image: url('../images/transport/tracking.svg');
}
.site-header .main-header .navigation-top .sub-menu-container ul.sub-menu:not(#menu-item-48) li.customs a::before {
	background-image: url('../images/customs/customs.svg');
}
.site-header .main-header .navigation-top .sub-menu-container ul.sub-menu:not(#menu-item-48) li.eu-customs a::before {
	background-image: url('../images/customs/eu-customs.svg');
}
.site-header .main-header .navigation-top .sub-menu-container ul.sub-menu:not(#menu-item-48) li.export-car a::before {
	background-image: url('../images/customs/export-car.svg');
}
.site-header .main-header .navigation-top .sub-menu-container ul.sub-menu:not(#menu-item-48) li.export a::before {
	background-image: url('../images/customs/export.svg');
}
.site-header .main-header .navigation-top .sub-menu-container ul.sub-menu:not(#menu-item-48) li.import-car a::before {
	background-image: url('../images/customs/import-car.svg');
}
.site-header .main-header .navigation-top .sub-menu-container ul.sub-menu:not(#menu-item-48) li.import a::before {
	background-image: url('../images/customs/import.svg');
}
.site-header .main-header .navigation-top .sub-menu-container ul.sub-menu:not(#menu-item-48) li.move a::before {
	background-image: url('../images/customs/move.svg');
}
.site-header .main-header .navigation-top .sub-menu-container ul.sub-menu:not(#menu-item-48) li.vat-deposit a::before {
	background-image: url('../images/customs/vat-deposit.svg');
}
.site-header .main-header .navigation-top .sub-menu-container ul.sub-menu:not(#menu-item-48) li.vat-refund a::before {
	background-image: url('../images/customs/vat-refund.svg');
}
.site-header .main-header .navigation-top .sub-menu-container ul.sub-menu:not(#menu-item-48) li.deposit a::before {
	background-image: url('../images/customs/deposit.svg');
}
.site-header .main-header .navigation-top .sub-menu-container ul.sub-menu:not(#menu-item-48) li.consulting a::before {
	background-image: url('../images/customs/consulting.svg');
}
.site-header .main-header .navigation-top .sub-menu-container ul.sub-menu:not(#menu-item-48) li.storage a::before {
	background-image: url('../images/logistic/storage.svg');
}
.site-header .main-header .navigation-top .sub-menu-container ul.sub-menu:not(#menu-item-48) li.management a::before {
	background-image: url('../images/logistic/management.svg');
}
.site-header .main-header .navigation-top .sub-menu-container ul.sub-menu:not(#menu-item-48) li.picking a::before {
	background-image: url('../images/logistic/picking.svg');
}
.site-header .main-header .navigation-top .sub-menu-container ul.sub-menu:not(#menu-item-48) li.startup a::before {
	background-image: url('../images/logistic/startup.svg');
}
.site-header .main-header .navigation-top .sub-menu-container ul.sub-menu:not(#menu-item-48) li.green a::before {
	background-image: url('../images/logistic-green.svg');
}
.site-header .main-header .navigation-mobile ul.menu li.menu-items-has-child:not(#menu-item-247) a::before {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 35px;
	height: 35px;
	content: '';
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.site-header .main-header .navigation-mobile ul.sub-menu li:not(.serviceLink) a {
	padding: 5px 0 5px 55px;
}
.site-header .main-header .navigation-mobile ul.sub-menu li:not(.serviceLink) a::before {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 35px;
	height: 35px;
	content: '';
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.site-header .main-header .navigation-mobile ul.sub-menu li:not(.serviceLink).transport a::before {
	background-image: url('../images/transport/express.svg');
}
.site-header .main-header .navigation-mobile ul.sub-menu li:not(.serviceLink).express a::before {
	background-image: url('../images/transport/express.svg');
}
.site-header .main-header .navigation-mobile ul.sub-menu li:not(.serviceLink).air a::before {
	background-image: url('../images/transport/air.svg');
}
.site-header .main-header .navigation-mobile ul.sub-menu li:not(.serviceLink).europe a::before {
	background-image: url('../images/transport/europe.svg');
}
.site-header .main-header .navigation-mobile ul.sub-menu li:not(.serviceLink).exceptional a::before {
	background-image: url('../images/transport/exceptional.svg');
}
.site-header .main-header .navigation-mobile ul.sub-menu li:not(.serviceLink).full a::before {
	background-image: url('../images/transport/full.svg');
}
.site-header .main-header .navigation-mobile ul.sub-menu li:not(.serviceLink).groupage a::before {
	background-image: url('../images/transport/groupage.svg');
}
.site-header .main-header .navigation-mobile ul.sub-menu li:not(.serviceLink).half a::before {
	background-image: url('../images/transport/half.svg');
}
.site-header .main-header .navigation-mobile ul.sub-menu li:not(.serviceLink).intermodal a::before {
	background-image: url('../images/transport/intermodal.svg');
}
.site-header .main-header .navigation-mobile ul.sub-menu li:not(.serviceLink).international a::before {
	background-image: url('../images/transport/international.svg');
}
.site-header .main-header .navigation-mobile ul.sub-menu li:not(.serviceLink).italy a::before {
	background-image: url('../images/transport/italy.svg');
}
.site-header .main-header .navigation-mobile ul.sub-menu li:not(.serviceLink).sea a::before {
	background-image: url('../images/transport/sea.svg');
}
.site-header .main-header .navigation-mobile ul.sub-menu li:not(.serviceLink).tracking a::before {
	background-image: url('../images/transport/tracking.svg');
}
.site-header .main-header .navigation-mobile ul.sub-menu li:not(.serviceLink).customs a::before {
	background-image: url('../images/customs/customs.svg');
}
.site-header .main-header .navigation-mobile ul.sub-menu li:not(.serviceLink).eu-customs a::before {
	background-image: url('../images/customs/eu-customs.svg');
}
.site-header .main-header .navigation-mobile ul.sub-menu li:not(.serviceLink).export-car a::before {
	background-image: url('../images/customs/export-car.svg');
}
.site-header .main-header .navigation-mobile ul.sub-menu li:not(.serviceLink).export a::before {
	background-image: url('../images/customs/export.svg');
}
.site-header .main-header .navigation-mobile ul.sub-menu li:not(.serviceLink).import-car a::before {
	background-image: url('../images/customs/import-car.svg');
}
.site-header .main-header .navigation-mobile ul.sub-menu li:not(.serviceLink).import a::before {
	background-image: url('../images/customs/import.svg');
}
.site-header .main-header .navigation-mobile ul.sub-menu li:not(.serviceLink).move a::before {
	background-image: url('../images/customs/move.svg');
}
.site-header .main-header .navigation-mobile ul.sub-menu li:not(.serviceLink).vat-deposit a::before {
	background-image: url('../images/customs/vat-deposit.svg');
}
.site-header .main-header .navigation-mobile ul.sub-menu li:not(.serviceLink).vat-refund a::before {
	background-image: url('../images/customs/vat-refund.svg');
}
.site-header .main-header .navigation-mobile ul.sub-menu li:not(.serviceLink).deposit a::before {
	background-image: url('../images/customs/deposit.svg');
}
.site-header .main-header .navigation-mobile ul.sub-menu li:not(.serviceLink).consulting a::before {
	background-image: url('../images/customs/consulting.svg');
}
.site-header .main-header .navigation-mobile ul.sub-menu li:not(.serviceLink).storage a::before {
	background-image: url('../images/logistic/storage.svg');
}
.site-header .main-header .navigation-mobile ul.sub-menu li:not(.serviceLink).management a::before {
	background-image: url('../images/logistic/management.svg');
}
.site-header .main-header .navigation-mobile ul.sub-menu li:not(.serviceLink).picking a::before {
	background-image: url('../images/logistic/picking.svg');
}
.site-header .main-header .navigation-mobile ul.sub-menu li:not(.serviceLink).startup a::before {
	background-image: url('../images/logistic/startup.svg');
}
.site-header .main-header .navigation-mobile ul.sub-menu li:not(.serviceLink).green a::before {
	background-image: url('../images/logistic-green.svg');
}
.site-header .main-header .navigation-mobile ul.sub-menu li.no-link > a::before {
	content: none;
}
body.modal-open {
	overflow-y: hidden;
}
body.modal-open::before {
	background-color: rgba(0, 0, 0, 0.4);
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 21;
	content: '';
}
.modal {
	position: fixed;
	top: -100%;
	opacity: 0;
	visibility: hidden;
	margin: auto;
	left: 0;
	right: 0;
	z-index: 31;
	width: 100%;
	height: auto;
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-flow: wrap column;
	-ms-flex-flow: wrap column;
	flex-flow: wrap column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.modal .modal-container {
	background: #fff;
	max-width: 540px;
	width: 540px;
	padding: 0;
	position: relative;
	max-height: 85vh;
	overflow: auto;
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
	.modal .modal-container {
		max-width: 460px;
	}
}
.modal .modal-container .modal-wrapper {
	padding: 0 30px 0 30px;
}
@media only screen and (max-width: 1024px) {
	.modal .modal-container .modal-wrapper {
		padding: 0;
	}
}
.modal .modal-container .modal-header {
	padding: 0 10px 0 10px;
}
.modal .modal-container .modal-header i.icon-close {
	position: absolute;
}
@media only screen and (max-width: 1024px) {
	.modal .modal-container .modal-header {
		max-width: 80%;
		text-align: left;
		padding: 0 40px;
		margin-bottom: 50px;
	}
}
.modal .modal-container .modal-content {
	height: auto;
	overflow-y: scroll;
}
.modal .modal-container i.icon-close {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	background: #dc2b1c;
	cursor: pointer;
	position: relative;
	right: 0;
	margin-left: auto;
	top: 0;
	color: #fff;
	padding: 10px;
	width: 60px;
	height: 60px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-flow: wrap column;
	-ms-flex-flow: wrap column;
	flex-flow: wrap column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 24px;
	border-bottom-left-radius: 20px;
}
.modal .modal-container i.icon-close:hover {
	background: #980000;
}
@media only screen and (max-width: 1024px) {
	.modal .modal-container i.icon-close {
		z-index: 1;
	}
}
.modal .modal-container .modal-title {
	font-size: 25px;
	font-weight: normal;
	display: block;
	margin-bottom: 30px;
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
	.modal .modal-container .modal-title {
		font-size: 22px;
	}
}
.modal .modal-container a.btn.btn-default.btn-green.btn-quote {
	margin: 0 auto 20px;
	width: 100%;
	max-width: 300px;
	height: 60px;
	line-height: normal;
}
.modal .modal-container a.btn.btn-default.btn-green.btn-quote span {
	font-weight: 500;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 80%;
	-ms-flex: 1 1 80%;
	flex: 1 1 80%;
	text-align: left;
	margin-left: 7%;
}
.modal .modal-container .phone-container {
	border: none;
	margin: 10px 0 30px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-flow: wrap column;
	-ms-flex-flow: wrap column;
	flex-flow: wrap column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-flex: 100%;
	-webkit-flex: 100%;
	-ms-flex: 100%;
	flex: 100%;
	padding: 0;
}
.modal .modal-container .phone-container .icon-phone {
	color: #dc2b1c;
	font-size: 20px;
	margin-bottom: 10px;
}
.modal .modal-container .phone-container span:not(.modal-title) {
	font-weight: 500;
	margin: 0;
	font-size: 16px;
}
.modal .modal-container .phone-container .numbers {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: wrap row;
	-ms-flex-flow: wrap row;
	flex-flow: wrap row;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 30px;
	width: 100%;
}
.modal .modal-container .phone-container .numbers .number-item {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 50%;
	-ms-flex: 1 1 50%;
	flex: 1 1 50%;
	padding: 0 10px;
}
.modal .modal-container .phone-container .numbers .number-item span {
	font-weight: normal;
	font-size: 14px;
	width: 100%;
}
.modal .modal-container .phone-container .numbers .number-item a {
	color: #dc2b1c;
	font-weight: bold;
	display: block;
}
.modal .modal-container .phone-container .numbers .number-item a:hover {
	color: #980000;
}
.modal .modal-container .phone-container .numbers .number-item:first-child {
	border-right: 1px solid #333;
}
@media only screen and (max-width: 1024px) {
	.modal .modal-container .phone-container .numbers .number-item:first-child {
		border: none;
	}
}
@media only screen and (max-width: 1024px) {
	.modal .modal-container .phone-container .numbers .number-item {
		-webkit-box-flex: 100%;
		-webkit-flex: 100%;
		-ms-flex: 100%;
		flex: 100%;
		border: none;
		padding: 0 40px;
		margin-bottom: 50px;
	}
	.modal .modal-container .phone-container .numbers .number-item a {
		border: 1px solid #dc2b1c;
		display: block;
		width: 100%;
		padding: 10px 20px;
		border-radius: 50px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-flow: wrap row;
		-ms-flex-flow: wrap row;
		flex-flow: wrap row;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.modal .modal-container .phone-container .numbers .number-item a i {
		margin: 0;
	}
	.modal .modal-container .phone-container .numbers .number-item a .content {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-flow: wrap row;
		-ms-flex-flow: wrap row;
		flex-flow: wrap row;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		max-width: 80%;
		text-align: left;
		margin-left: 10%;
	}
	.modal .modal-container .phone-container .numbers .number-item a .content span {
		color: #333;
		font-size: 16px;
		font-weight: bold;
		line-height: normal;
	}
	.modal .modal-container .phone-container .numbers .number-item a .content span.phone {
		color: #dc2b1c;
		font-size: 20px;
	}
}
.modal .modal-container.recall {
	overflow: auto;
}
.modal .modal-container.recall .modal-content {
	padding-top: 20px;
	background: #dc2b1c;
}
.modal .modal-container.recall .modal-wrapper {
	padding: 0 20px;
}
.modal .modal-container.recall .modal-header {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	background: #dc2b1c;
	color: #fff;
	padding: 20px !important;
	z-index: 1;
}
.modal .modal-container.recall .modal-header span {
	font-weight: bold;
	font-size: 18px;
	margin: 0;
}
@media only screen and (max-width: 1024px) {
	.modal .modal-container.recall .modal-header span {
		text-align: center;
	}
}
.modal .modal-container.recall .modal-header i:not(.icon-close) {
	font-size: 30px;
	margin-right: 20px;
}
.modal .modal-container.recall .modal-header i.icon-close {
	position: absolute;
}
@media only screen and (max-width: 1024px) {
	.modal .modal-container.recall .modal-header {
		max-width: 100%;
		margin: 0;
	}
}
.modal .modal-container.recall .wpcf7 {
	overflow-y: scroll;
	background: #fff;
	padding: 10px !important;
	margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
	.modal .modal-container.recall {
		background: #dc2b1c;
	}
}
.modal .modal-container.recall .btn.btn-call-me {
	position: absolute;
	bottom: 114px;
}
@media only screen and (max-width: 1024px) {
	.modal .modal-container {
		width: 100%;
		height: 100%;
		max-height: 100%;
	}
}
.modal .modal-bottom {
	display: none;
	background: #dc2b1c;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	padding: 15px;
	position: relative;
}
.modal .modal-bottom .wpcf7 form p span {
	color: #fff;
	font-family: "Roboto", sans-serif;
	font-size: 17px;
	font-weight: 500;
}
@media only screen and (max-width: 1024px) {
	.modal .modal-bottom .wpcf7 form p {
		margin-bottom: 10px;
	}
}
.modal .modal-bottom .wpcf7 form .form {
	background: #fff;
	padding: 20px;
}
.modal .modal-bottom .wpcf7 form .form label {
	font-size: 15px;
	font-weight: 500;
	text-align: center;
	font-family: "Roboto", sans-serif;
}
.modal .modal-bottom .wpcf7 form .form .wpcf7-acceptance span.wpcf7-list-item label {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: wrap row;
	-ms-flex-flow: wrap row;
	flex-flow: wrap row;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.modal .modal-bottom .wpcf7 form .form .wpcf7-acceptance span.wpcf7-list-item label span {
	text-align: left;
	color: #333;
	font-size: 11px;
	font-weight: normal;
	max-width: 80%;
}
.modal .modal-bottom .wpcf7 form .form .info {
	color: #dc2b1c;
	font-weight: 500;
	font-size: 15px;
}
.modal .modal-bottom .wpcf7 form #recallText {
	padding-left: 49px;
	text-align: left;
	line-height: normal;
}
.modal .modal-bottom a.backToTop {
	display: block;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	top: 16px;
	position: absolute;
}
@media only screen and (max-width: 1024px) {
	.modal .modal-bottom {
		z-index: 0;
		position: relative;
		padding-bottom: 150px;
	}
}
.modal.active {
	top: 5%;
	opacity: 1;
	visibility: visible;
}
@media only screen and (max-width: 1024px) {
	.modal.active {
		top: 0;
	}
}
@media only screen and (max-width: 1024px) {
	.modal {
		width: 100%;
		height: 100vh;
	}
}
.modal .btn-call-me.phone-section {
	display: none;
}
@media only screen and (max-width: 1024px) {
	.modal .btn-call-me {
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
		position: absolute;
		bottom: 0;
	}
}
.modal.modal-phone .modal-container .phone-container {
	margin: 15px 0;
}
@media only screen and (max-width: 1024px) {
	.modal {
		height: 100%;
	}
}
.btn.btn-call-me {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	background: #dc2b1c;
	color: #fff;
	padding: 20px;
	border: none;
	font-weight: bold;
	font-size: 18px;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: wrap row;
	-ms-flex-flow: wrap row;
	flex-flow: wrap row;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.btn.btn-call-me:hover {
	background: #980000;
}
.btn.btn-call-me i {
	font-size: 30px;
	margin-right: 20px;
}
.btn.btn-call-me.active {
	top: 0;
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
}
.archive .single-featured-image {
	position: relative;
	height: 25vw;
}
@media only screen and (max-width: 1024px) {
	.archive .single-featured-image {
		height: 42vw;
	}
}
.archive .single-featured-image::before {
	content: '';
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 1;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#dc2b1c), to(rgba(220, 43, 28, 0)));
	background-image: linear-gradient(to bottom, #dc2b1c 0%, rgba(220, 43, 28, 0) 100%);
	background-color: rgba(0, 0, 0, 0.6);
}
@media only screen and (max-width: 1024px) {
	.archive .site-content-contain .site-content > .wrap {
		padding: 0;
	}
}
.category-container {
	margin-top: -162px;
}
.category-container .cat-top-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: wrap row;
	-ms-flex-flow: wrap row;
	flex-flow: wrap row;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	position: relative;
	z-index: 2;
}
.category-container .cat-top-container .breadcrumb {
	font-size: 11px;
	font-family: "Roboto", sans-serif;
	color: #fff;
	margin: 0 0 30px 20px;
}
.category-container .cat-top-container .breadcrumb a {
	color: #fff;
}
.category-container .cat-top-container .breadcrumb a.home {
	color: #ff7d72;
}
.category-container .cat-top-container .breadcrumb a:hover {
	text-decoration: underline;
}
@media only screen and (max-width: 1024px) {
	.category-container .cat-top-container .breadcrumb a {
		color: #989898;
	}
}
@media only screen and (max-width: 1024px) {
	.category-container .cat-top-container .breadcrumb {
		color: #989898;
		-webkit-box-flex: 100%;
		-webkit-flex: 100%;
		-ms-flex: 100%;
		flex: 100%;
		margin: 15px 0 0 0;
		padding: 0;
	}
}
@media only screen and (max-width: 1024px) {
	.category-container .cat-top-container {
		padding-right: 2em;
		padding-left: 2em;
	}
}
.category-container .category-header {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: wrap row;
	-ms-flex-flow: wrap row;
	flex-flow: wrap row;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 40px;
	border-bottom: 1px solid #e3e3e3;
	padding-bottom: 40px;
}
.category-container .category-header .page-title {
	text-transform: uppercase;
	color: #333;
	font-size: 55px;
	margin: 0;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 45%;
	-ms-flex: 0 0 45%;
	flex: 0 0 45%;
}
.category-container .category-header .page-title.full-width {
	-webkit-box-flex: 100%;
	-webkit-flex: 100%;
	-ms-flex: 100%;
	flex: 100%;
}
@media only screen and (max-width: 1024px) {
	.category-container .category-header .page-title {
		font-size: 37px;
	}
}
.category-container .category-header .header-container {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 49%;
	-ms-flex: 0 0 49%;
	flex: 0 0 49%;
}
.category-container .category-header .header-container.full-width {
	-webkit-box-flex: 100%;
	-webkit-flex: 100%;
	-ms-flex: 100%;
	flex: 100%;
}
@media only screen and (max-width: 1024px) {
	.category-container .category-header .header-container {
		-webkit-box-flex: 100%;
		-webkit-flex: 100%;
		-ms-flex: 100%;
		flex: 100%;
	}
}
.category-container .category-header p {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 45%;
	-ms-flex: 0 0 45%;
	flex: 0 0 45%;
	font-size: 35px;
	font-weight: normal;
	font-family: "Roboto", sans-serif;
	text-align: left;
	color: #333;
	margin: 0;
	padding-left: 30px;
}
@media only screen and (max-width: 1024px) {
	.category-container .category-header p {
		font-size: 30px;
		margin-top: 15px;
		line-height: normal;
		-webkit-box-flex: 100%;
		-webkit-flex: 100%;
		-ms-flex: 100%;
		flex: 100%;
		padding-left: 0;
	}
}
@media only screen and (max-width: 1024px) {
	.category-container .category-header {
		padding-right: 2em;
		padding-left: 2em;
	}
}
.category-container .category-icon {
	background: #dc2b1c;
	width: 150px;
	height: 150px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-flow: wrap column;
	-ms-flex-flow: wrap column;
	flex-flow: wrap column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
@media only screen and (max-width: 1024px) {
	.category-container .category-icon {
		width: 73px;
		height: 73px;
	}
}
.category-container .category-icon img {
	max-height: 72px;
	width: 72px;
	height: auto;
}
@media only screen and (max-width: 1024px) {
	.category-container .category-icon img {
		max-height: 39px;
		width: 34px;
	}
}
@media only screen and (max-width: 1024px) {
	.category-container {
		margin-top: -76px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-flow: wrap column;
		-ms-flex-flow: wrap column;
		flex-flow: wrap column;
	}
}
.subcategories-container {
	padding: 50px 0;
	width: 100%;
}
.subcategories-container h2 {
	font-size: 30px;
	font-weight: 600;
	letter-spacing: 0;
	color: #333;
}
@media only screen and (max-width: 1024px) {
	.subcategories-container h2 {
		font-size: 24px;
	}
}
.subcategories-container ul {
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.subcategories-container ul li {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 16%;
	-ms-flex: 1 1 16%;
	flex: 1 1 16%;
	min-width: 16%;
	max-width: 16%;
	padding: 0;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-flex-basis: 5em;
	-ms-flex-preferred-size: 5em;
	flex-basis: 5em;
	text-align: center;
}
@media only screen and (max-width: 1024px) {
	.subcategories-container ul li {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		min-width: 50%;
		max-width: 50%;
	}
}
.subcategories-container ul li a {
	border: 1px solid #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-flow: wrap column;
	-ms-flex-flow: wrap column;
	flex-flow: wrap column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	text-align: center;
	padding: 20px 15px;
	font-size: 14px;
	height: 100%;
}
.subcategories-container ul li a .service-title {
	word-break: break-word;
}
.subcategories-container ul li a .service-icon {
	margin-bottom: 10px;
	height: 67px;
}
.subcategories-container ul li a .service-icon img {
	max-height: 100%;
	width: 95px;
	height: auto;
}
.subcategories-container ul li a:hover {
	border-color: #dc2b1c;
}
@media only screen and (max-width: 1024px) {
	.subcategories-container ul li a {
		padding: 20px 0;
	}
}
.subcategories-container ul li#post-1114 {
	display: none;
}
@media only screen and (max-width: 1024px) {
	.subcategories-container {
		padding-right: 2em;
		padding-left: 2em;
	}
}
.category-description {
	padding: 2em 0;
}
.category-description .content {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 4em;
	-moz-column-gap: 4em;
	column-gap: 4em;
	text-align: justify;
	border-bottom: 1px solid #e3e3e3;
	padding-bottom: 30px;
}
@media only screen and (max-width: 1024px) {
	.category-description .content {
		-webkit-column-count: unset;
		-moz-column-count: unset;
		column-count: unset;
		-webkit-column-gap: unset;
		-moz-column-gap: unset;
		column-gap: unset;
	}
}
.category-description .content:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
.category-description .content ul {
	list-style: none;
	padding: 0;
	margin: 5px 0 20px;
}
.category-description .content ul li {
	padding-left: 30px;
	position: relative;
	margin: 0 0 5px;
	color: #989898;
	font-weight: 500;
	font-family: "Cabin", sans-serif;
	font-size: 15px;
}
.category-description .content ul li::before {
	position: absolute;
	left: 0;
	top: 2px;
	margin: auto;
	width: 16px;
	height: 13px;
	content: '';
	background-image: url('/wp-content/themes/cippa/images/check.svg');
	background-size: contain;
	background-position: left;
	background-repeat: no-repeat;
}
.category-description .content ul li a:hover {
	color: #dc2b1c;
}
@media only screen and (max-width: 1024px) {
	.category-description .content ul {
		-webkit-column-count: unset;
		-moz-column-count: unset;
		column-count: unset;
		-webkit-column-gap: unset;
		-moz-column-gap: unset;
		column-gap: unset;
		text-align: left;
	}
}
.category-description h3 {
	font-size: 24px;
	letter-spacing: 0;
	font-family: "Roboto", sans-serif;
	font-weight: normal;
}
.category-description h4 {
	padding: 0;
	margin: 0;
	font-size: 15px;
	line-height: 2;
	font-weight: normal;
	font-family: "Cabin", sans-serif;
	letter-spacing: 0;
	line-height: 1.47;
	color: #707070;
}
.category-description img {
	width: 100%;
	height: auto;
}
.category-description ul {
	padding-left: 20px;
}
.category-description ul li {
	padding-left: 0;
	font-size: 15px;
	line-height: 2;
	font-weight: normal;
	font-family: "Cabin", sans-serif;
	letter-spacing: 0;
	line-height: 1.47;
	color: #707070;
}
.category-description ul.pointed-list {
	padding: 0;
	-webkit-column-count: unset;
	-moz-column-count: unset;
	column-count: unset;
	text-align: left;
	margin-bottom: 20px;
}
.category-description ul.pointed-list li {
	padding-left: 30px;
}
.category-description ul.offices {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 2em;
	-moz-column-gap: 2em;
	column-gap: 2em;
	padding: 0;
}
.category-description ul.offices li {
	padding-left: 20px;
	position: relative;
	margin: 0 0 5px;
	color: #989898;
	font-weight: 500;
	font-family: "Cabin", sans-serif;
	font-size: 15px;
	list-style: none;
	line-height: 1.6;
}
@media only screen and (max-width: 1024px) {
	.category-description ul.offices li {
		margin-bottom: 20px;
	}
}
.category-description ul.offices li b {
	color: #dc2b1c;
}
.category-description ul.offices li::before {
	position: absolute;
	left: 0;
	top: 5px;
	margin: auto;
	width: 16px;
	height: 13px;
	content: '';
	background-image: url('../images/pin.svg');
	background-size: contain;
	background-position: left;
	background-repeat: no-repeat;
}
@media only screen and (max-width: 1024px) {
	.category-description ul.offices {
		-webkit-column-count: unset;
		-moz-column-count: unset;
		column-count: unset;
		-webkit-column-gap: unset;
		-moz-column-gap: unset;
		column-gap: unset;
	}
}
@media only screen and (max-width: 1024px) {
	.category-description {
		padding-right: 2em;
		padding-left: 2em;
	}
}
ul.accordion {
	list-style: none;
	padding: 0;
	margin: 0 0 50px 0;
}
ul.accordion .inner {
	padding: 20px 20px 0;
	overflow: hidden;
	display: none;
}
ul.accordion .inner.show {
	display: block;
}
ul.accordion .inner .content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: wrap row;
	-ms-flex-flow: wrap row;
	flex-flow: wrap row;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
ul.accordion .inner .content img {
	margin-right: 5px;
}
ul.accordion .inner .content .accordion-content {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 25%;
	-ms-flex: 1 1 25%;
	flex: 1 1 25%;
	min-width: 25%;
	max-width: 100%;
	padding: 8px;
}
ul.accordion .inner .content .accordion-content:last-child {
	margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
	ul.accordion .inner .content .accordion-content {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 50%;
		-ms-flex: 1 1 50%;
		flex: 1 1 50%;
	}
}
ul.accordion li {
	margin: 0 0 10px;
	background: #f2f2f2;
	padding: 0;
}
ul.accordion li a.toggle {
	font-size: 22px;
	margin-bottom: 0;
	width: 100%;
	display: block;
	color: #333;
	padding: 10px 20px;
	border-left: 5px solid #dc2b1c;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	position: relative;
}
ul.accordion li a.toggle::before {
	position: absolute;
	right: 10px;
	top: 0;
	bottom: 0;
	background: #dc2b1c;
	width: 32px;
	height: 32px;
	content: '+';
	z-index: 1;
	color: #fff;
	padding: 10px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-flow: wrap column;
	-ms-flex-flow: wrap column;
	flex-flow: wrap column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 22px;
	font-weight: lighter;
	margin: auto;
}
@media only screen and (max-width: 1024px) {
	ul.accordion li a.toggle::before {
		right: 0;
		top: 0;
		bottom: unset;
	}
}
ul.accordion li a.toggle:hover {
	border-left-color: #f25a4f;
}
ul.accordion li a.toggle.show::before {
	content: '-';
}
@media only screen and (max-width: 1024px) {
	ul.accordion li a.toggle {
		padding-right: 40px;
	}
}
ul.accordion li > span {
	font-size: 22px;
	margin-bottom: 0;
	width: 100%;
	display: block;
	color: #333;
	padding: 10px 20px;
	border-left: 5px solid #dc2b1c;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	position: relative;
}
@media only screen and (max-width: 1024px) {
	ul.accordion {
		padding-right: 1em;
		padding-left: 1em;
	}
}
ul.accordion.flags .accordion-content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: wrap row;
	-ms-flex-flow: wrap row;
	flex-flow: wrap row;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
ul.accordion.flags .accordion-content a {
	display: block;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 31.3%;
	-ms-flex: 0 0 31.3%;
	flex: 0 0 31.3%;
	padding: 5px 0;
}
ul.accordion.flags .accordion-content a:hover {
	color: #dc2b1c;
}
@media screen and (max-width: 640px) {
	ul.accordion.flags .accordion-content a {
		-webkit-box-flex: 100%;
		-webkit-flex: 100%;
		-ms-flex: 100%;
		flex: 100%;
		padding: 5px 10px;
		font-size: 16px;
		margin-bottom: 5px;
	}
}
section.section.section-contact {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: wrap row;
	-ms-flex-flow: wrap row;
	flex-flow: wrap row;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0;
	margin-bottom: 30px;
}
section.section.section-contact .quote-container {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 68%;
	-ms-flex: 0 0 68%;
	flex: 0 0 68%;
	background: #00c362;
	padding: 60px 40px;
	position: relative;
	overflow: hidden;
	z-index: 0;
}
section.section.section-contact .quote-container::after {
	content: '';
	background-image: url('../images/logistic-white.svg');
	position: absolute;
	top: 20px;
	width: 265px;
	height: 292px;
	right: 20px;
	z-index: 1;
}
@media only screen and (max-width: 1024px) {
	section.section.section-contact .quote-container::after {
		content: none;
	}
}
section.section.section-contact .quote-container .quote-title {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
@media only screen and (max-width: 1024px) {
	section.section.section-contact .quote-container .quote-title {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 0 20px;
	}
}
section.section.section-contact .quote-container .quote-title i {
	color: #fff;
	font-size: 80px;
	font-weight: lighter;
	margin-right: 20px;
}
@media only screen and (max-width: 1024px) {
	section.section.section-contact .quote-container .quote-title i {
		margin: 0 0 20px 0;
		font-size: 60px;
	}
}
section.section.section-contact .quote-container .quote-title .title {
	font-weight: bold;
	font-size: 22px;
	color: #fff;
	display: block;
	margin-bottom: 10px;
}
@media only screen and (max-width: 1024px) {
	section.section.section-contact .quote-container .quote-title .title {
		font-size: 25px;
		line-height: normal;
		margin-bottom: 10px;
	}
}
section.section.section-contact .quote-container .quote-title .btn {
	background: #fff;
	border-radius: 50px;
	color: #00c362;
	border: none;
	padding: 8px 50px;
	font-size: 18px;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	line-height: 26px;
	min-width: 200px;
	position: relative;
	overflow: hidden;
}
section.section.section-contact .quote-container .quote-title .btn.close {
	font-size: 0;
}
section.section.section-contact .quote-container .quote-title .btn.close::before {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	margin: auto;
	bottom: 0;
	color: red;
	font-size: 18px;
	background: #fff;
	border-radius: 50px;
	content: attr(data-title);
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-flow: wrap column;
	-ms-flex-flow: wrap column;
	flex-flow: wrap column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
section.section.section-contact .quote-container .quote-title .btn:hover {
	padding: 8px 60px;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 1024px) {
	section.section.section-contact .quote-container .quote-title .btn {
		width: 100%;
		text-align: center;
		margin-top: 10px;
	}
}
section.section.section-contact .quote-container .wpcf7 {
	background: #fff;
	padding: 30px;
	margin: 3em 0 0;
	position: relative;
	z-index: 2;
	display: none;
}
section.section.section-contact .quote-container .wpcf7 h4 {
	color: #333;
	font-size: 18px;
	font-family: "Roboto", sans-serif;
	text-align: center;
	display: block;
	font-weight: bold;
	padding: 0;
	margin-bottom: 10px;
	letter-spacing: 0;
}
@media only screen and (max-width: 1024px) {
	section.section.section-contact .quote-container .wpcf7 h4 {
		text-align: left;
		font-size: 25px;
		margin-bottom: 0;
	}
}
section.section.section-contact .quote-container .wpcf7 h5 {
	color: #989898;
	font-size: 14px;
	margin: 0 auto;
	text-transform: none;
	letter-spacing: 0;
	font-weight: normal;
	text-align: center;
	max-width: 70%;
}
@media only screen and (max-width: 1024px) {
	section.section.section-contact .quote-container .wpcf7 h5 {
		text-align: left;
		max-width: 100%;
	}
}
section.section.section-contact .quote-container .wpcf7 small {
	color: #00c362;
	font-size: 14px;
	font-family: "Roboto", sans-serif;
	text-align: center;
	margin: 10px auto;
	display: block;
}
@media only screen and (max-width: 1024px) {
	section.section.section-contact .quote-container .wpcf7 small {
		text-align: left;
	}
}
section.section.section-contact .quote-container .wpcf7 .subtitle {
	color: #333;
	font-size: 25px;
	font-family: "Roboto", sans-serif;
	font-weight: bold;
	margin-bottom: 0;
	letter-spacing: 0;
	display: block;
	padding: 0;
}
section.section.section-contact .quote-container .wpcf7 label {
	font-weight: normal;
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	margin-bottom: 0;
}
section.section.section-contact .quote-container .wpcf7 .intl-tel-input.allow-dropdown .flag-container,
section.section.section-contact .quote-container .wpcf7 .intl-tel-input.separate-dial-code .flag-container {
	left: 5px;
}
section.section.section-contact .quote-container .wpcf7 .intl-tel-input.allow-dropdown .flag-container .selected-flag,
section.section.section-contact .quote-container .wpcf7 .intl-tel-input.separate-dial-code .flag-container .selected-flag {
	background: transparent;
}
section.section.section-contact .quote-container .wpcf7 .intl-tel-input .country-list {
	max-width: 300px;
}
section.section.section-contact .quote-container .wpcf7 input {
	padding: 10px 15px;
	font-size: 15px;
	font-weight: normal;
}
section.section.section-contact .quote-container .wpcf7 input.wpcf7-phonetext {
	padding-left: 52px;
	margin-top: 5px !important;
}
section.section.section-contact .quote-container .wpcf7 .superLabel {
	font-weight: bold;
	font-family: "Roboto", sans-serif;
	color: #333;
	margin-bottom: 0;
	display: block;
}
section.section.section-contact .quote-container .wpcf7 .column {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: wrap row;
	-ms-flex-flow: wrap row;
	flex-flow: wrap row;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 20px;
}
section.section.section-contact .quote-container .wpcf7 .column p {
	margin: 0 0 10px 0;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 49%;
	-ms-flex: 0 0 49%;
	flex: 0 0 49%;
}
@media only screen and (max-width: 1024px) {
	section.section.section-contact .quote-container .wpcf7 .column p {
		-webkit-box-flex: 100%;
		-webkit-flex: 100%;
		-ms-flex: 100%;
		flex: 100%;
	}
}
section.section.section-contact .quote-container .wpcf7 .privacy {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: wrap row;
	-ms-flex-flow: wrap row;
	flex-flow: wrap row;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 20px;
}
section.section.section-contact .quote-container .wpcf7 .privacy span {
	font-size: 11px;
}
section.section.section-contact .quote-container .wpcf7 .privacy span a {
	text-decoration: underline;
}
@media only screen and (max-width: 1024px) {
	section.section.section-contact .quote-container .wpcf7 .privacy span.wpcf7-list-item-label {
		width: 75%;
	}
}
section.section.section-contact .quote-container .wpcf7 input[type='submit'] {
	background: #dc2b1c;
	padding: 20px 80px;
	text-transform: none;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	margin: 0 auto;
	display: block;
}
section.section.section-contact .quote-container .wpcf7 input[type='submit']:hover {
	background: #333;
}
@media only screen and (max-width: 1024px) {
	section.section.section-contact .quote-container .wpcf7 input[type='submit'] {
		width: 100%;
	}
}
@media only screen and (max-width: 1024px) {
	section.section.section-contact .quote-container {
		-webkit-box-flex: 100%;
		-webkit-flex: 100%;
		-ms-flex: 100%;
		flex: 100%;
		padding: 40px 15px;
	}
}
.category-23 .service-title {
	font-weight: bold;
}
.phone-container {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 28%;
	-ms-flex: 0 0 28%;
	flex: 0 0 28%;
	border: 1px solid #dc2b1c;
	padding-top: 10px;
}
.phone-container .icon-phone {
	color: #dc2b1c;
	text-align: center;
	margin: 0 auto 10px;
	display: block;
}
@media only screen and (max-width: 1024px) {
	.phone-container .icon-phone {
		margin: 6px auto 10px;
	}
}
.phone-container > span {
	text-align: center;
	display: block;
	font-weight: bold;
	margin-bottom: 20px;
}
.phone-container .modal .modal-header {
	padding: 30px 0 0;
}
.phone-container .modal .info {
	margin-bottom: 10px;
	display: block;
}
.phone-container .phone-numbers {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: wrap row;
	-ms-flex-flow: wrap row;
	flex-flow: wrap row;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 20px;
}
.phone-container .phone-numbers .phone-number {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 49%;
	-ms-flex: 0 0 49%;
	flex: 0 0 49%;
	text-align: center;
}
.phone-container .phone-numbers .phone-number > span {
	font-weight: normal;
	font-size: 12px;
	display: block;
}
.phone-container .phone-numbers .phone-number .number {
	color: #dc2b1c;
	font-size: 17px;
	font-weight: bold;
}
@media only screen and (max-width: 1024px) {
	.phone-container .phone-numbers .phone-number .number {
		display: none;
	}
}
.phone-container .phone-numbers .phone-number .number.mobile {
	display: none;
}
@media only screen and (max-width: 1024px) {
	.phone-container .phone-numbers .phone-number .number.mobile {
		display: block;
	}
}
.phone-container .wpcf7 {
	padding: 0;
	text-align: center;
}
.phone-container .wpcf7 p {
	margin-bottom: 0;
}
.phone-container .wpcf7 .info {
	color: #dc2b1c;
	font-weight: 500;
	font-size: 15px;
}
.phone-container .wpcf7 .privacy label {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: wrap row;
	-ms-flex-flow: wrap row;
	flex-flow: wrap row;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 20px;
}
.phone-container .wpcf7 .privacy label span {
	font-size: 11px;
	text-align: left;
	margin-top: 5px;
	width: 85%;
}
.phone-container .wpcf7 .privacy label span a {
	text-decoration: underline;
}
@media only screen and (max-width: 1024px) {
	.phone-container {
		-webkit-box-flex: 100%;
		-webkit-flex: 100%;
		-ms-flex: 100%;
		flex: 100%;
		max-width: 95%;
		margin: 15px auto 0;
	}
}
.category-80 .subcategories-container ul li a {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.category-80 .subcategories-container ul li a img {
	max-height: 50px;
}
.breadcrumb {
	font-size: 11px;
	font-family: "Roboto", sans-serif;
	color: #333;
	margin: 0 0 30px 0;
	-webkit-animation: slide-in-left both 0.5s;
	animation: slide-in-left both 0.5s;
}
.breadcrumb a {
	color: #333;
}
.breadcrumb a.home {
	color: #ff7d72;
}
.breadcrumb a:hover {
	text-decoration: underline;
}
@media only screen and (max-width: 1024px) {
	.breadcrumb a {
		color: #989898;
	}
}
@media only screen and (max-width: 1024px) {
	.breadcrumb {
		color: #989898;
		-webkit-box-flex: 100%;
		-webkit-flex: 100%;
		-ms-flex: 100%;
		flex: 100%;
		margin: 15px 0 0 0;
		padding: 0;
	}
}
.category-107 .subcategories-container ul,
.category-80 .subcategories-container ul,
.category-105 .subcategories-container ul,
.category-109 .subcategories-container ul {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}
body.subcategory .site-main {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}
body.subcategory .site-main .subcategories-container {
	padding: 20px 0 50px;
}
@media only screen and (max-width: 1024px) {
	body.subcategory .site-main .subcategories-container {
		padding-right: 2em;
		padding-left: 2em;
	}
}
body.subcategory .site-main .category-description {
	padding-top: 50px;
}
.page-template-quote .category-container .category-icon,
.page-template-contact .category-container .category-icon,
.page-template-green-logistics .category-container .category-icon {
	background: #00c362;
}
.page-template-quote .category-container .category-header,
.page-template-contact .category-container .category-header,
.page-template-green-logistics .category-container .category-header {
	border: none;
	padding: 0;
}
.page-template-quote .quote-container,
.page-template-contact .quote-container,
.page-template-green-logistics .quote-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: wrap row;
	-ms-flex-flow: wrap row;
	flex-flow: wrap row;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.page-template-quote .quote-container .quote-left,
.page-template-contact .quote-container .quote-left,
.page-template-green-logistics .quote-container .quote-left {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 60%;
	-ms-flex: 0 0 60%;
	flex: 0 0 60%;
	padding-right: 40px;
}
.page-template-quote .quote-container .quote-left section.section-contact,
.page-template-contact .quote-container .quote-left section.section-contact,
.page-template-green-logistics .quote-container .quote-left section.section-contact {
	background: #00c362;
	padding: 20px;
}
.page-template-quote .quote-container .quote-left .wpcf7,
.page-template-contact .quote-container .quote-left .wpcf7,
.page-template-green-logistics .quote-container .quote-left .wpcf7 {
	background: #fff;
	padding: 30px;
	position: relative;
	margin-bottom: 20px;
	width: 100%;
}
.page-template-quote .quote-container .quote-left .wpcf7 h4,
.page-template-contact .quote-container .quote-left .wpcf7 h4,
.page-template-green-logistics .quote-container .quote-left .wpcf7 h4 {
	color: #333;
	font-size: 18px;
	font-family: "Roboto", sans-serif;
	text-align: center;
	display: block;
	font-weight: bold;
	padding: 0;
	margin-bottom: 10px;
	letter-spacing: 0;
}
@media only screen and (max-width: 1024px) {
	.page-template-quote .quote-container .quote-left .wpcf7 h4,
	.page-template-contact .quote-container .quote-left .wpcf7 h4,
	.page-template-green-logistics .quote-container .quote-left .wpcf7 h4 {
		text-align: left;
		font-size: 25px;
		margin-bottom: 0;
	}
}
.page-template-quote .quote-container .quote-left .wpcf7 h5,
.page-template-contact .quote-container .quote-left .wpcf7 h5,
.page-template-green-logistics .quote-container .quote-left .wpcf7 h5 {
	color: #989898;
	font-size: 14px;
	margin: 0 auto;
	text-transform: none;
	letter-spacing: 0;
	font-weight: normal;
	text-align: center;
	max-width: 70%;
}
@media only screen and (max-width: 1024px) {
	.page-template-quote .quote-container .quote-left .wpcf7 h5,
	.page-template-contact .quote-container .quote-left .wpcf7 h5,
	.page-template-green-logistics .quote-container .quote-left .wpcf7 h5 {
		text-align: left;
		max-width: 100%;
	}
}
.page-template-quote .quote-container .quote-left .wpcf7 small,
.page-template-contact .quote-container .quote-left .wpcf7 small,
.page-template-green-logistics .quote-container .quote-left .wpcf7 small {
	color: #00c362;
	font-size: 14px;
	font-family: "Roboto", sans-serif;
	text-align: center;
	margin: 10px auto;
	display: block;
}
@media only screen and (max-width: 1024px) {
	.page-template-quote .quote-container .quote-left .wpcf7 small,
	.page-template-contact .quote-container .quote-left .wpcf7 small,
	.page-template-green-logistics .quote-container .quote-left .wpcf7 small {
		text-align: left;
	}
}
.page-template-quote .quote-container .quote-left .wpcf7 .subtitle,
.page-template-contact .quote-container .quote-left .wpcf7 .subtitle,
.page-template-green-logistics .quote-container .quote-left .wpcf7 .subtitle {
	color: #333;
	font-size: 25px;
	font-family: "Roboto", sans-serif;
	font-weight: bold;
	margin-bottom: 0;
	letter-spacing: 0;
	display: block;
	padding: 0;
}
.page-template-quote .quote-container .quote-left .wpcf7 label,
.page-template-contact .quote-container .quote-left .wpcf7 label,
.page-template-green-logistics .quote-container .quote-left .wpcf7 label {
	font-weight: normal;
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	margin-bottom: 0;
}
.page-template-quote .quote-container .quote-left .wpcf7 .intl-tel-input.allow-dropdown .flag-container,
.page-template-contact .quote-container .quote-left .wpcf7 .intl-tel-input.allow-dropdown .flag-container,
.page-template-green-logistics .quote-container .quote-left .wpcf7 .intl-tel-input.allow-dropdown .flag-container,
.page-template-quote .quote-container .quote-left .wpcf7 .intl-tel-input.separate-dial-code .flag-container,
.page-template-contact .quote-container .quote-left .wpcf7 .intl-tel-input.separate-dial-code .flag-container,
.page-template-green-logistics .quote-container .quote-left .wpcf7 .intl-tel-input.separate-dial-code .flag-container {
	left: 5px;
}
.page-template-quote .quote-container .quote-left .wpcf7 .intl-tel-input.allow-dropdown .flag-container .selected-flag,
.page-template-contact .quote-container .quote-left .wpcf7 .intl-tel-input.allow-dropdown .flag-container .selected-flag,
.page-template-green-logistics .quote-container .quote-left .wpcf7 .intl-tel-input.allow-dropdown .flag-container .selected-flag,
.page-template-quote .quote-container .quote-left .wpcf7 .intl-tel-input.separate-dial-code .flag-container .selected-flag,
.page-template-contact .quote-container .quote-left .wpcf7 .intl-tel-input.separate-dial-code .flag-container .selected-flag,
.page-template-green-logistics .quote-container .quote-left .wpcf7 .intl-tel-input.separate-dial-code .flag-container .selected-flag {
	background: transparent;
}
.page-template-quote .quote-container .quote-left .wpcf7 .intl-tel-input .country-list,
.page-template-contact .quote-container .quote-left .wpcf7 .intl-tel-input .country-list,
.page-template-green-logistics .quote-container .quote-left .wpcf7 .intl-tel-input .country-list {
	max-width: 300px;
}
.page-template-quote .quote-container .quote-left .wpcf7 input,
.page-template-contact .quote-container .quote-left .wpcf7 input,
.page-template-green-logistics .quote-container .quote-left .wpcf7 input {
	padding: 10px 15px;
	font-size: 15px;
	font-weight: normal;
}
.page-template-quote .quote-container .quote-left .wpcf7 input.wpcf7-phonetext,
.page-template-contact .quote-container .quote-left .wpcf7 input.wpcf7-phonetext,
.page-template-green-logistics .quote-container .quote-left .wpcf7 input.wpcf7-phonetext {
	padding-left: 52px;
	margin-top: 5px !important;
}
.page-template-quote .quote-container .quote-left .wpcf7 .superLabel,
.page-template-contact .quote-container .quote-left .wpcf7 .superLabel,
.page-template-green-logistics .quote-container .quote-left .wpcf7 .superLabel {
	font-weight: bold;
	font-family: "Roboto", sans-serif;
	color: #333;
	margin-bottom: 0;
	display: block;
}
.page-template-quote .quote-container .quote-left .wpcf7 .column,
.page-template-contact .quote-container .quote-left .wpcf7 .column,
.page-template-green-logistics .quote-container .quote-left .wpcf7 .column {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: wrap row;
	-ms-flex-flow: wrap row;
	flex-flow: wrap row;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 20px;
}
.page-template-quote .quote-container .quote-left .wpcf7 .column p,
.page-template-contact .quote-container .quote-left .wpcf7 .column p,
.page-template-green-logistics .quote-container .quote-left .wpcf7 .column p {
	margin: 0 0 10px 0;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 49%;
	-ms-flex: 0 0 49%;
	flex: 0 0 49%;
}
@media only screen and (max-width: 1024px) {
	.page-template-quote .quote-container .quote-left .wpcf7 .column p,
	.page-template-contact .quote-container .quote-left .wpcf7 .column p,
	.page-template-green-logistics .quote-container .quote-left .wpcf7 .column p {
		-webkit-box-flex: 100%;
		-webkit-flex: 100%;
		-ms-flex: 100%;
		flex: 100%;
	}
}
.page-template-quote .quote-container .quote-left .wpcf7 .privacy,
.page-template-contact .quote-container .quote-left .wpcf7 .privacy,
.page-template-green-logistics .quote-container .quote-left .wpcf7 .privacy {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: wrap row;
	-ms-flex-flow: wrap row;
	flex-flow: wrap row;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 20px;
}
.page-template-quote .quote-container .quote-left .wpcf7 .privacy span,
.page-template-contact .quote-container .quote-left .wpcf7 .privacy span,
.page-template-green-logistics .quote-container .quote-left .wpcf7 .privacy span {
	font-size: 11px;
}
.page-template-quote .quote-container .quote-left .wpcf7 .privacy span a,
.page-template-contact .quote-container .quote-left .wpcf7 .privacy span a,
.page-template-green-logistics .quote-container .quote-left .wpcf7 .privacy span a {
	text-decoration: underline;
}
.page-template-quote .quote-container .quote-left .wpcf7 input[type='submit'],
.page-template-contact .quote-container .quote-left .wpcf7 input[type='submit'],
.page-template-green-logistics .quote-container .quote-left .wpcf7 input[type='submit'] {
	background: #dc2b1c;
	padding: 20px 80px;
	text-transform: none;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	margin: 0 auto;
	display: block;
	font-weight: bold;
	font-size: 18px;
	font-family: "Roboto", sans-serif;
}
.page-template-quote .quote-container .quote-left .wpcf7 input[type='submit']:hover,
.page-template-contact .quote-container .quote-left .wpcf7 input[type='submit']:hover,
.page-template-green-logistics .quote-container .quote-left .wpcf7 input[type='submit']:hover {
	background: #333;
}
@media only screen and (max-width: 1024px) {
	.page-template-quote .quote-container .quote-left .wpcf7,
	.page-template-contact .quote-container .quote-left .wpcf7,
	.page-template-green-logistics .quote-container .quote-left .wpcf7 {
		padding: 15px;
	}
}
@media only screen and (max-width: 1024px) {
	.page-template-quote .quote-container .quote-left,
	.page-template-contact .quote-container .quote-left,
	.page-template-green-logistics .quote-container .quote-left {
		-webkit-box-flex: 100%;
		-webkit-flex: 100%;
		-ms-flex: 100%;
		flex: 100%;
		padding-right: 0;
	}
}
.page-template-quote .quote-container .quote-right,
.page-template-contact .quote-container .quote-right,
.page-template-green-logistics .quote-container .quote-right {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 30%;
	-ms-flex: 0 0 30%;
	flex: 0 0 30%;
}
.page-template-quote .quote-container .quote-right .phone-container,
.page-template-contact .quote-container .quote-right .phone-container,
.page-template-green-logistics .quote-container .quote-right .phone-container {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 28%;
	-ms-flex: 0 0 28%;
	flex: 0 0 28%;
	border: 1px solid #dc2b1c;
	padding-top: 10px;
}
.page-template-quote .quote-container .quote-right .phone-container .icon-phone,
.page-template-contact .quote-container .quote-right .phone-container .icon-phone,
.page-template-green-logistics .quote-container .quote-right .phone-container .icon-phone {
	color: #dc2b1c;
	text-align: center;
	margin: 0 auto 10px;
	display: block;
}
.page-template-quote .quote-container .quote-right .phone-container > span,
.page-template-contact .quote-container .quote-right .phone-container > span,
.page-template-green-logistics .quote-container .quote-right .phone-container > span {
	text-align: center;
	display: block;
	font-weight: bold;
	margin-bottom: 20px;
}
.page-template-quote .quote-container .quote-right .phone-container .modal .modal-header,
.page-template-contact .quote-container .quote-right .phone-container .modal .modal-header,
.page-template-green-logistics .quote-container .quote-right .phone-container .modal .modal-header {
	padding: 30px 0 0;
}
.page-template-quote .quote-container .quote-right .phone-container .modal .info,
.page-template-contact .quote-container .quote-right .phone-container .modal .info,
.page-template-green-logistics .quote-container .quote-right .phone-container .modal .info {
	margin-bottom: 10px;
	display: block;
}
.page-template-quote .quote-container .quote-right .phone-container .phone-numbers,
.page-template-contact .quote-container .quote-right .phone-container .phone-numbers,
.page-template-green-logistics .quote-container .quote-right .phone-container .phone-numbers {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: wrap row;
	-ms-flex-flow: wrap row;
	flex-flow: wrap row;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 20px;
}
.page-template-quote .quote-container .quote-right .phone-container .phone-numbers .phone-number,
.page-template-contact .quote-container .quote-right .phone-container .phone-numbers .phone-number,
.page-template-green-logistics .quote-container .quote-right .phone-container .phone-numbers .phone-number {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 49%;
	-ms-flex: 0 0 49%;
	flex: 0 0 49%;
	text-align: center;
}
.page-template-quote .quote-container .quote-right .phone-container .phone-numbers .phone-number > span,
.page-template-contact .quote-container .quote-right .phone-container .phone-numbers .phone-number > span,
.page-template-green-logistics .quote-container .quote-right .phone-container .phone-numbers .phone-number > span {
	font-weight: normal;
	font-size: 12px;
	display: block;
}
.page-template-quote .quote-container .quote-right .phone-container .phone-numbers .phone-number .number,
.page-template-contact .quote-container .quote-right .phone-container .phone-numbers .phone-number .number,
.page-template-green-logistics .quote-container .quote-right .phone-container .phone-numbers .phone-number .number {
	color: #dc2b1c;
	font-size: 17px;
	font-weight: bold;
}
@media only screen and (max-width: 1024px) {
	.page-template-quote .quote-container .quote-right .phone-container .phone-numbers .phone-number .number,
	.page-template-contact .quote-container .quote-right .phone-container .phone-numbers .phone-number .number,
	.page-template-green-logistics .quote-container .quote-right .phone-container .phone-numbers .phone-number .number {
		display: none;
	}
}
.page-template-quote .quote-container .quote-right .phone-container .phone-numbers .phone-number .number.mobile,
.page-template-contact .quote-container .quote-right .phone-container .phone-numbers .phone-number .number.mobile,
.page-template-green-logistics .quote-container .quote-right .phone-container .phone-numbers .phone-number .number.mobile {
	display: none;
}
@media only screen and (max-width: 1024px) {
	.page-template-quote .quote-container .quote-right .phone-container .phone-numbers .phone-number .number.mobile,
	.page-template-contact .quote-container .quote-right .phone-container .phone-numbers .phone-number .number.mobile,
	.page-template-green-logistics .quote-container .quote-right .phone-container .phone-numbers .phone-number .number.mobile {
		display: block;
	}
}
.page-template-quote .quote-container .quote-right .phone-container .wpcf7,
.page-template-contact .quote-container .quote-right .phone-container .wpcf7,
.page-template-green-logistics .quote-container .quote-right .phone-container .wpcf7 {
	padding: 0;
	text-align: center;
}
.page-template-quote .quote-container .quote-right .phone-container .wpcf7 p,
.page-template-contact .quote-container .quote-right .phone-container .wpcf7 p,
.page-template-green-logistics .quote-container .quote-right .phone-container .wpcf7 p {
	margin-bottom: 0;
}
.page-template-quote .quote-container .quote-right .phone-container .wpcf7 .info,
.page-template-contact .quote-container .quote-right .phone-container .wpcf7 .info,
.page-template-green-logistics .quote-container .quote-right .phone-container .wpcf7 .info {
	color: #dc2b1c;
	font-weight: 500;
	font-size: 15px;
}
.page-template-quote .quote-container .quote-right .phone-container .wpcf7 .privacy label,
.page-template-contact .quote-container .quote-right .phone-container .wpcf7 .privacy label,
.page-template-green-logistics .quote-container .quote-right .phone-container .wpcf7 .privacy label {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: wrap row;
	-ms-flex-flow: wrap row;
	flex-flow: wrap row;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 20px;
}
.page-template-quote .quote-container .quote-right .phone-container .wpcf7 .privacy label span,
.page-template-contact .quote-container .quote-right .phone-container .wpcf7 .privacy label span,
.page-template-green-logistics .quote-container .quote-right .phone-container .wpcf7 .privacy label span {
	font-size: 11px;
	text-align: left;
	margin-top: 5px;
	width: 85%;
}
.page-template-quote .quote-container .quote-right .phone-container .wpcf7 .privacy label span a,
.page-template-contact .quote-container .quote-right .phone-container .wpcf7 .privacy label span a,
.page-template-green-logistics .quote-container .quote-right .phone-container .wpcf7 .privacy label span a {
	text-decoration: underline;
}
@media only screen and (max-width: 1024px) {
	.page-template-quote .quote-container .quote-right .phone-container,
	.page-template-contact .quote-container .quote-right .phone-container,
	.page-template-green-logistics .quote-container .quote-right .phone-container {
		-webkit-box-flex: 100%;
		-webkit-flex: 100%;
		-ms-flex: 100%;
		flex: 100%;
		width: 100%;
		max-width: 100%;
		margin: 15px auto 0;
	}
}
.page-template-quote .quote-container .quote-right #counter,
.page-template-contact .quote-container .quote-right #counter,
.page-template-green-logistics .quote-container .quote-right #counter {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: wrap row;
	-ms-flex-flow: wrap row;
	flex-flow: wrap row;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.page-template-quote .quote-container .quote-right #counter .counter-item,
.page-template-contact .quote-container .quote-right #counter .counter-item,
.page-template-green-logistics .quote-container .quote-right #counter .counter-item {
	padding: 0 15px;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 50%;
	-ms-flex: 1 1 50%;
	flex: 1 1 50%;
	min-width: 50%;
	max-width: 100%;
	border-left: 1px solid #333;
}
.page-template-quote .quote-container .quote-right #counter .counter-item .counter-value,
.page-template-contact .quote-container .quote-right #counter .counter-item .counter-value,
.page-template-green-logistics .quote-container .quote-right #counter .counter-item .counter-value {
	color: #dc2b1c;
	font-size: 35px;
	font-weight: 500;
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
	.page-template-quote .quote-container .quote-right #counter .counter-item .counter-value,
	.page-template-contact .quote-container .quote-right #counter .counter-item .counter-value,
	.page-template-green-logistics .quote-container .quote-right #counter .counter-item .counter-value {
		font-size: 30px;
	}
}
@media only screen and (max-width: 1024px) {
	.page-template-quote .quote-container .quote-right #counter .counter-item .counter-value,
	.page-template-contact .quote-container .quote-right #counter .counter-item .counter-value,
	.page-template-green-logistics .quote-container .quote-right #counter .counter-item .counter-value {
		font-size: 25px;
		line-height: normal;
	}
}
.page-template-quote .quote-container .quote-right #counter .counter-item .counter-title,
.page-template-contact .quote-container .quote-right #counter .counter-item .counter-title,
.page-template-green-logistics .quote-container .quote-right #counter .counter-item .counter-title {
	color: #dc2b1c;
	font-size: 35px;
	font-weight: 500;
	padding-left: 5px;
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
	.page-template-quote .quote-container .quote-right #counter .counter-item .counter-title,
	.page-template-contact .quote-container .quote-right #counter .counter-item .counter-title,
	.page-template-green-logistics .quote-container .quote-right #counter .counter-item .counter-title {
		font-size: 30px;
	}
}
@media only screen and (max-width: 1024px) {
	.page-template-quote .quote-container .quote-right #counter .counter-item .counter-title,
	.page-template-contact .quote-container .quote-right #counter .counter-item .counter-title,
	.page-template-green-logistics .quote-container .quote-right #counter .counter-item .counter-title {
		font-size: 20px;
		display: block;
		padding: 0;
		line-height: normal;
	}
}
.page-template-quote .quote-container .quote-right #counter .counter-item .counter-text,
.page-template-contact .quote-container .quote-right #counter .counter-item .counter-text,
.page-template-green-logistics .quote-container .quote-right #counter .counter-item .counter-text {
	display: block;
	font-size: 20px;
	font-weight: 500;
	color: #333;
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
	.page-template-quote .quote-container .quote-right #counter .counter-item .counter-text,
	.page-template-contact .quote-container .quote-right #counter .counter-item .counter-text,
	.page-template-green-logistics .quote-container .quote-right #counter .counter-item .counter-text {
		font-size: 18px;
	}
}
@media only screen and (max-width: 1024px) {
	.page-template-quote .quote-container .quote-right #counter .counter-item .counter-text,
	.page-template-contact .quote-container .quote-right #counter .counter-item .counter-text,
	.page-template-green-logistics .quote-container .quote-right #counter .counter-item .counter-text {
		font-size: 15px;
		margin-top: 10px;
	}
}
@media only screen and (max-width: 1024px) {
	.page-template-quote .quote-container .quote-right #counter,
	.page-template-contact .quote-container .quote-right #counter,
	.page-template-green-logistics .quote-container .quote-right #counter {
		-webkit-box-flex: 100%;
		-webkit-flex: 100%;
		-ms-flex: 100%;
		flex: 100%;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}
@media only screen and (max-width: 1024px) {
	.page-template-quote .quote-container .quote-right,
	.page-template-contact .quote-container .quote-right,
	.page-template-green-logistics .quote-container .quote-right {
		-webkit-box-flex: 100%;
		-webkit-flex: 100%;
		-ms-flex: 100%;
		flex: 100%;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.page-template-quote .quote-container .quote-right .section-counter,
	.page-template-contact .quote-container .quote-right .section-counter,
	.page-template-green-logistics .quote-container .quote-right .section-counter {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}
}
.page-template-quote h2,
.page-template-contact h2,
.page-template-green-logistics h2 {
	font-size: 24px;
	letter-spacing: 0;
	margin-bottom: 50px;
}
.page-template-quote .morecontent span,
.page-template-contact .morecontent span,
.page-template-green-logistics .morecontent span {
	display: none;
}
.page-template-quote .morelink,
.page-template-contact .morelink,
.page-template-green-logistics .morelink {
	display: block;
}
.page-template-quote .content-page,
.page-template-contact .content-page,
.page-template-green-logistics .content-page {
	overflow: hidden;
	display: block;
	width: 100%;
	max-height: 15vw;
}
@media only screen and (max-width: 1024px) {
	.page-template-quote .content-page,
	.page-template-contact .content-page,
	.page-template-green-logistics .content-page {
		padding: 0 20px;
		max-height: 50vw;
	}
}
.page-template-quote a[data-readmore-toggle],
.page-template-contact a[data-readmore-toggle],
.page-template-green-logistics a[data-readmore-toggle],
.page-template-quote selector[data-readmore],
.page-template-contact selector[data-readmore],
.page-template-green-logistics selector[data-readmore] {
	display: block;
	width: 100%;
}
.page-template-quote a[data-readmore-toggle],
.page-template-contact a[data-readmore-toggle],
.page-template-green-logistics a[data-readmore-toggle] {
	color: #dc2b1c;
	display: block;
	width: 100%;
	font-weight: normal;
}
@media only screen and (max-width: 1024px) {
	.page-template-quote a[data-readmore-toggle],
	.page-template-contact a[data-readmore-toggle],
	.page-template-green-logistics a[data-readmore-toggle] {
		padding: 20px;
	}
}
.quote-left .section .wrap {
	padding: 0;
	max-width: 100%;
}
.page-template-contact .contact-header {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: wrap row;
	-ms-flex-flow: wrap row;
	flex-flow: wrap row;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 40px;
	border-bottom: 1px solid #e3e3e3;
	padding-bottom: 40px;
	padding-right: 20px;
}
.page-template-contact .contact-header .page-title {
	text-transform: uppercase;
	color: #333;
	font-size: 60px;
	margin: 0;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}
@media only screen and (max-width: 1024px) {
	.page-template-contact .contact-header .page-title {
		font-size: 37px;
	}
}
@media only screen and (max-width: 1024px) {
	.page-template-contact .contact-header {
		padding-right: 0;
		padding-left: 0;
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}
}
.page-template-contact section .content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: wrap row;
	-ms-flex-flow: wrap row;
	flex-flow: wrap row;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.page-template-contact section .content hr {
	background-color: #e3e3e3;
	-webkit-box-flex: 100%;
	-webkit-flex: 100%;
	-ms-flex: 100%;
	flex: 100%;
	max-width: 90%;
	margin: 40px 0 0 0;
}
.page-template-contact section .content h3 {
	font-size: 40px;
	padding: 0;
	font-weight: normal;
	margin-top: 40px;
	-webkit-box-flex: 100%;
	-webkit-flex: 100%;
	-ms-flex: 100%;
	flex: 100%;
}
.page-template-contact section .wrap {
	max-width: 100%;
	padding: 0;
}
.page-template-contact .contact {
	background: #00c362;
	padding: 20px;
	margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
	.page-template-contact .contact {
		padding: 15px;
	}
}
.page-template-contact .wpcf7 {
	background: #fff;
	padding: 30px;
	position: relative;
	margin-bottom: 20px;
}
.page-template-contact .wpcf7 h4 {
	color: #333;
	font-size: 18px;
	font-family: "Roboto", sans-serif;
	text-align: center;
	display: block;
	font-weight: bold;
	padding: 0;
	margin-bottom: 0;
	letter-spacing: 0;
}
@media only screen and (max-width: 1024px) {
	.page-template-contact .wpcf7 h4 {
		text-align: left;
		font-size: 25px;
		margin-bottom: 0;
	}
}
.page-template-contact .wpcf7 h5 {
	color: #989898;
	font-size: 14px;
	margin: 0 auto 20px;
	text-transform: none;
	letter-spacing: 0;
	font-weight: normal;
	text-align: center;
}
.page-template-contact .wpcf7 h5 a {
	color: #00c362;
}
.page-template-contact .wpcf7 h5 a:hover {
	color: #333;
}
@media only screen and (max-width: 1024px) {
	.page-template-contact .wpcf7 h5 {
		text-align: left;
		max-width: 100%;
	}
}
.page-template-contact .wpcf7 small {
	color: #00c362;
	font-size: 14px;
	font-family: "Roboto", sans-serif;
	text-align: center;
	margin: 10px auto;
	display: block;
}
@media only screen and (max-width: 1024px) {
	.page-template-contact .wpcf7 small {
		text-align: left;
	}
}
.page-template-contact .wpcf7 .subtitle {
	color: #333;
	font-size: 25px;
	font-family: "Roboto", sans-serif;
	font-weight: bold;
	margin-bottom: 0;
	letter-spacing: 0;
	display: block;
	padding: 0;
}
.page-template-contact .wpcf7 .intl-tel-input.allow-dropdown .flag-container,
.page-template-contact .wpcf7 .intl-tel-input.separate-dial-code .flag-container {
	left: 5px;
}
.page-template-contact .wpcf7 .intl-tel-input.allow-dropdown .flag-container .selected-flag,
.page-template-contact .wpcf7 .intl-tel-input.separate-dial-code .flag-container .selected-flag {
	background: transparent;
}
.page-template-contact .wpcf7 .intl-tel-input .country-list {
	max-width: 300px;
}
.page-template-contact .wpcf7 .superLabel {
	font-weight: bold;
	font-family: "Roboto", sans-serif;
	color: #333;
	margin-bottom: 0;
	display: block;
}
.page-template-contact .wpcf7 .column {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: wrap row;
	-ms-flex-flow: wrap row;
	flex-flow: wrap row;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 20px;
}
.page-template-contact .wpcf7 .column p {
	margin: 0 0 10px 0;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 49%;
	-ms-flex: 0 0 49%;
	flex: 0 0 49%;
}
@media only screen and (max-width: 1024px) {
	.page-template-contact .wpcf7 .column p {
		-webkit-box-flex: 100%;
		-webkit-flex: 100%;
		-ms-flex: 100%;
		flex: 100%;
	}
}
.page-template-contact .wpcf7 .privacy label {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: wrap row;
	-ms-flex-flow: wrap row;
	flex-flow: wrap row;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 20px;
}
.page-template-contact .wpcf7 .privacy label span {
	font-size: 11px;
	text-align: left;
	margin-top: 5px;
	width: 85%;
}
.page-template-contact .wpcf7 .privacy label span a {
	text-decoration: underline;
}
.page-template-contact .wpcf7 input[type='submit'] {
	background: #dc2b1c;
	padding: 20px 80px;
	text-transform: none;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	margin: 0 auto;
	display: block;
	font-weight: bold;
	font-size: 18px;
	font-family: "Roboto", sans-serif;
	width: 100%;
}
.page-template-contact .wpcf7 input[type='submit']:hover {
	background: #333;
}
@media only screen and (max-width: 1024px) {
	.page-template-contact .wpcf7 {
		padding: 11px;
	}
}
.page-template-green-logistics .page-title {
	text-transform: uppercase;
	font-size: 60px;
	margin: 0;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}
@media only screen and (max-width: 1024px) {
	.page-template-green-logistics .page-title {
		font-size: 37px;
	}
}
.page-template-green-logistics .wpcf7 {
	background: #00977a;
	padding: 20px;
	margin-bottom: 20px;
}
.page-template-green-logistics .wpcf7 form {
	background: #fff;
	padding: 25px;
}
.page-template-green-logistics .wpcf7 form h3 {
	color: #00977a;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 25px;
	letter-spacing: 0;
}
.page-template-green-logistics .wpcf7 form h4 {
	margin: 0 0 10px 0;
	padding: 0;
	color: #333;
	letter-spacing: 0;
	font-size: 15px;
}
.page-template-green-logistics .wpcf7 form > p {
	margin-bottom: 30px;
}
.wpcf7 form .privacy {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: wrap row;
	-ms-flex-flow: wrap row;
	flex-flow: wrap row;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 20px;
}
.wpcf7 form .privacy span {
	font-size: 11px;
}
.wpcf7 form .privacy span a {
	text-decoration: underline;
}
.wpcf7 form .privacy label {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: wrap row;
	-ms-flex-flow: wrap row;
	flex-flow: wrap row;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 20px;
}
.wpcf7 form .privacy label span {
	font-size: 11px;
	text-align: left;
	margin-top: 5px;
	width: 85%;
}
.wpcf7 form .privacy label span a {
	text-decoration: underline;
}
/* Slider */
.slick-loading .slick-list {
	background: #fff url('../images/ajax-loader.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
	position: absolute;
	display: block;
	height: 20px;
	width: 20px;
	line-height: 0px;
	font-size: 0px;
	cursor: pointer;
	background: transparent;
	color: transparent;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	padding: 0;
	border: none;
	outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
	outline: none;
	background: transparent;
	color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
	opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
	font-family: 'slick';
	font-size: 20px;
	line-height: 1;
	color: white;
	opacity: 0.75;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-prev {
	left: -25px;
}
[dir='rtl'] .slick-prev {
	left: auto;
	right: -25px;
}
.slick-prev:before {
	content: '←';
}
[dir='rtl'] .slick-prev:before {
	content: '→';
}
.slick-next {
	right: -25px;
}
[dir='rtl'] .slick-next {
	left: -25px;
	right: auto;
}
.slick-next:before {
	content: '→';
}
[dir='rtl'] .slick-next:before {
	content: '←';
}
/* Dots */
.slick-dotted .slick-slider {
	margin-bottom: 30px;
}
.slick-dots {
	position: absolute;
	bottom: -25px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
	width: 100%;
}
.slick-dots li {
	position: relative;
	display: inline-block;
	height: 20px;
	width: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}
.slick-dots li button {
	border: 0;
	background: transparent;
	display: block;
	height: 20px;
	width: 20px;
	outline: none;
	line-height: 0px;
	font-size: 0px;
	color: transparent;
	padding: 5px;
	cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1;
}
.slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '•';
	width: 20px;
	height: 20px;
	font-family: 'slick';
	font-size: 6px;
	line-height: 20px;
	text-align: center;
	color: black;
	opacity: 0.25;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
	color: black;
	opacity: 0.75;
}
/* modules */
/* perfect-scrollbar v0.6.16 */
.ps-container {
	-ms-touch-action: auto;
	touch-action: auto;
	overflow: hidden !important;
	-ms-overflow-style: none;
}
@supports (-ms-overflow-style: none) {
	.ps-container {
		overflow: auto !important;
	}
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.ps-container {
		overflow: auto !important;
	}
}
.ps-container.ps-active-x > .ps-scrollbar-x-rail,
.ps-container.ps-active-y > .ps-scrollbar-y-rail {
	display: block;
	background-color: transparent;
}
.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
	background-color: #eee;
	opacity: 0.9;
}
.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
	background-color: #999;
	height: 11px;
}
.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
	background-color: #eee;
	opacity: 0.9;
}
.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
	background-color: #999;
	width: 11px;
}
.ps-container > .ps-scrollbar-x-rail {
	display: none;
	position: absolute;
	/* please don't change 'position' */
	opacity: 0;
	-webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
	transition: background-color 0.2s linear, opacity 0.2s linear;
	bottom: 0px;
	/* there must be 'bottom' for ps-scrollbar-x-rail */
	height: 15px;
}
.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
	position: absolute;
	/* please don't change 'position' */
	background-color: #aaa;
	border-radius: 6px;
	-webkit-transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, -webkit-border-radius 0.2s ease-in-out;
	-webkit-transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out;
	transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out;
	bottom: 2px;
	/* there must be 'bottom' for ps-scrollbar-x */
	height: 6px;
}
.ps-container > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x,
.ps-container > .ps-scrollbar-x-rail:active > .ps-scrollbar-x {
	height: 11px;
}
.ps-container > .ps-scrollbar-y-rail {
	display: none;
	position: absolute;
	/* please don't change 'position' */
	opacity: 0;
	-webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
	transition: background-color 0.2s linear, opacity 0.2s linear;
	right: 0;
	/* there must be 'right' for ps-scrollbar-y-rail */
	width: 15px;
}
.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
	position: absolute;
	/* please don't change 'position' */
	background-color: #aaa;
	border-radius: 6px;
	-webkit-transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, -webkit-border-radius 0.2s ease-in-out;
	-webkit-transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out;
	transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out;
	right: 2px;
	/* there must be 'right' for ps-scrollbar-y */
	width: 6px;
}
.ps-container > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y,
.ps-container > .ps-scrollbar-y-rail:active > .ps-scrollbar-y {
	width: 11px;
}
.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
	background-color: #eee;
	opacity: 0.9;
}
.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
	background-color: #999;
	height: 11px;
}
.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
	background-color: #eee;
	opacity: 0.9;
}
.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
	background-color: #999;
	width: 11px;
}
.ps-container:hover > .ps-scrollbar-x-rail,
.ps-container:hover > .ps-scrollbar-y-rail {
	opacity: 0.6;
}
.ps-container:hover > .ps-scrollbar-x-rail:hover {
	background-color: #eee;
	opacity: 0.9;
}
.ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
	background-color: #999;
}
.ps-container:hover > .ps-scrollbar-y-rail:hover {
	background-color: #eee;
	opacity: 0.9;
}
.ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
	background-color: #999;
}
/* Slider */
.slick-slider {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}
[dir="rtl"] .slick-slide {
	float: right;
}
.slick-slide img {
	display: block;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}
/* Magnific Popup CSS */
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: 0.8;
}
.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden;
}
.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
	display: none;
}
.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto;
}
.mfp-ajax-cur {
	cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}
.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
	cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.mfp-loading.mfp-figure {
	display: none;
}
.mfp-hide {
	display: none !important;
}
.mfp-preloader {
	color: #CCC;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}
.mfp-preloader a {
	color: #CCC;
}
.mfp-preloader a:hover {
	color: #FFF;
}
.mfp-s-ready .mfp-preloader {
	display: none;
}
.mfp-s-error .mfp-content {
	display: none;
}
button.mfp-close,
button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	-webkit-box-shadow: none;
	box-shadow: none;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
}
button::-moz-focus-inner {
	padding: 0;
	border: 0;
}
.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	padding: 0 0 18px 10px;
	color: #FFF;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
	opacity: 1;
}
.mfp-close:active {
	top: 1px;
}
.mfp-close-btn-in .mfp-close {
	color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	color: #FFF;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%;
}
.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #CCC;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap;
}
.mfp-arrow {
	position: absolute;
	opacity: 0.65;
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
	margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
	opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent;
}
.mfp-arrow:after {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px;
}
.mfp-arrow:before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: 0.7;
}
.mfp-arrow-left {
	left: 0;
}
.mfp-arrow-left:after {
	border-right: 17px solid #FFF;
	margin-left: 31px;
}
.mfp-arrow-left:before {
	margin-left: 25px;
	border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
	right: 0;
}
.mfp-arrow-right:after {
	border-left: 17px solid #FFF;
	margin-left: 39px;
}
.mfp-arrow-right:before {
	border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
	top: -40px;
}
.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #000;
}
/* Main image in popup */
img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
	line-height: 0;
}
.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #444;
}
.mfp-figure small {
	color: #BDBDBD;
	display: block;
	font-size: 12px;
	line-height: 14px;
}
.mfp-figure figure {
	margin: 0;
}
.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}
.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #F3F3F3;
	word-wrap: break-word;
	padding-right: 36px;
}
.mfp-image-holder .mfp-content {
	max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
	/**
       * Remove all paddings around the image on small screen
       */
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0;
	}
	.mfp-img-mobile img.mfp-img {
		padding: 0;
	}
	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0;
	}
	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px;
	}
	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, 0.6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0;
	}
	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px;
	}
	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, 0.6);
		position: fixed;
		text-align: center;
		padding: 0;
	}
}
@media all and (max-width: 900px) {
	.mfp-arrow {
		-webkit-transform: scale(0.75);
		transform: scale(0.75);
	}
	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		transform-origin: 0;
	}
	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		transform-origin: 100%;
	}
	.mfp-container {
		padding-left: 6px;
		padding-right: 6px;
	}
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
	font-family: 'FontAwesome';
	src: url('../images/fontawesome-webfont.eot?v=4.7.0');
	src: url('../images/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../images/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../images/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../images/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../images/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
	font-size: 1.33333333em;
	line-height: 0.75em;
	vertical-align: -15%;
}
.fa-2x {
	font-size: 2em;
}
.fa-3x {
	font-size: 3em;
}
.fa-4x {
	font-size: 4em;
}
.fa-5x {
	font-size: 5em;
}
.fa-fw {
	width: 1.28571429em;
	text-align: center;
}
.fa-ul {
	padding-left: 0;
	margin-left: 2.14285714em;
	list-style-type: none;
}
.fa-ul > li {
	position: relative;
}
.fa-li {
	position: absolute;
	left: -2.14285714em;
	width: 2.14285714em;
	top: 0.14285714em;
	text-align: center;
}
.fa-li.fa-lg {
	left: -1.85714286em;
}
.fa-border {
	padding: .2em .25em .15em;
	border: solid 0.08em #eee;
	border-radius: .1em;
}
.fa-pull-left {
	float: left;
}
.fa-pull-right {
	float: right;
}
.fa.fa-pull-left {
	margin-right: .3em;
}
.fa.fa-pull-right {
	margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
	float: right;
}
.pull-left {
	float: left;
}
.fa.pull-left {
	margin-right: .3em;
}
.fa.pull-right {
	margin-left: .3em;
}
.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;
}
.fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}
@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}
.fa-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.fa-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.fa-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
}
.fa-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	-webkit-transform: scale(-1, 1);
	transform: scale(-1, 1);
}
.fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-webkit-transform: scale(1, -1);
	transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
	-webkit-filter: none;
	filter: none;
}
.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
}
.fa-stack-1x {
	line-height: inherit;
}
.fa-stack-2x {
	font-size: 2em;
}
.fa-inverse {
	color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
	content: "\f000";
}
.fa-music:before {
	content: "\f001";
}
.fa-search:before {
	content: "\f002";
}
.fa-envelope-o:before {
	content: "\f003";
}
.fa-heart:before {
	content: "\f004";
}
.fa-star:before {
	content: "\f005";
}
.fa-star-o:before {
	content: "\f006";
}
.fa-user:before {
	content: "\f007";
}
.fa-film:before {
	content: "\f008";
}
.fa-th-large:before {
	content: "\f009";
}
.fa-th:before {
	content: "\f00a";
}
.fa-th-list:before {
	content: "\f00b";
}
.fa-check:before {
	content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
	content: "\f00d";
}
.fa-search-plus:before {
	content: "\f00e";
}
.fa-search-minus:before {
	content: "\f010";
}
.fa-power-off:before {
	content: "\f011";
}
.fa-signal:before {
	content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
	content: "\f013";
}
.fa-trash-o:before {
	content: "\f014";
}
.fa-home:before {
	content: "\f015";
}
.fa-file-o:before {
	content: "\f016";
}
.fa-clock-o:before {
	content: "\f017";
}
.fa-road:before {
	content: "\f018";
}
.fa-download:before {
	content: "\f019";
}
.fa-arrow-circle-o-down:before {
	content: "\f01a";
}
.fa-arrow-circle-o-up:before {
	content: "\f01b";
}
.fa-inbox:before {
	content: "\f01c";
}
.fa-play-circle-o:before {
	content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
	content: "\f01e";
}
.fa-refresh:before {
	content: "\f021";
}
.fa-list-alt:before {
	content: "\f022";
}
.fa-lock:before {
	content: "\f023";
}
.fa-flag:before {
	content: "\f024";
}
.fa-headphones:before {
	content: "\f025";
}
.fa-volume-off:before {
	content: "\f026";
}
.fa-volume-down:before {
	content: "\f027";
}
.fa-volume-up:before {
	content: "\f028";
}
.fa-qrcode:before {
	content: "\f029";
}
.fa-barcode:before {
	content: "\f02a";
}
.fa-tag:before {
	content: "\f02b";
}
.fa-tags:before {
	content: "\f02c";
}
.fa-book:before {
	content: "\f02d";
}
.fa-bookmark:before {
	content: "\f02e";
}
.fa-print:before {
	content: "\f02f";
}
.fa-camera:before {
	content: "\f030";
}
.fa-font:before {
	content: "\f031";
}
.fa-bold:before {
	content: "\f032";
}
.fa-italic:before {
	content: "\f033";
}
.fa-text-height:before {
	content: "\f034";
}
.fa-text-width:before {
	content: "\f035";
}
.fa-align-left:before {
	content: "\f036";
}
.fa-align-center:before {
	content: "\f037";
}
.fa-align-right:before {
	content: "\f038";
}
.fa-align-justify:before {
	content: "\f039";
}
.fa-list:before {
	content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
	content: "\f03b";
}
.fa-indent:before {
	content: "\f03c";
}
.fa-video-camera:before {
	content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
	content: "\f03e";
}
.fa-pencil:before {
	content: "\f040";
}
.fa-map-marker:before {
	content: "\f041";
}
.fa-adjust:before {
	content: "\f042";
}
.fa-tint:before {
	content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
	content: "\f044";
}
.fa-share-square-o:before {
	content: "\f045";
}
.fa-check-square-o:before {
	content: "\f046";
}
.fa-arrows:before {
	content: "\f047";
}
.fa-step-backward:before {
	content: "\f048";
}
.fa-fast-backward:before {
	content: "\f049";
}
.fa-backward:before {
	content: "\f04a";
}
.fa-play:before {
	content: "\f04b";
}
.fa-pause:before {
	content: "\f04c";
}
.fa-stop:before {
	content: "\f04d";
}
.fa-forward:before {
	content: "\f04e";
}
.fa-fast-forward:before {
	content: "\f050";
}
.fa-step-forward:before {
	content: "\f051";
}
.fa-eject:before {
	content: "\f052";
}
.fa-chevron-left:before {
	content: "\f053";
}
.fa-chevron-right:before {
	content: "\f054";
}
.fa-plus-circle:before {
	content: "\f055";
}
.fa-minus-circle:before {
	content: "\f056";
}
.fa-times-circle:before {
	content: "\f057";
}
.fa-check-circle:before {
	content: "\f058";
}
.fa-question-circle:before {
	content: "\f059";
}
.fa-info-circle:before {
	content: "\f05a";
}
.fa-crosshairs:before {
	content: "\f05b";
}
.fa-times-circle-o:before {
	content: "\f05c";
}
.fa-check-circle-o:before {
	content: "\f05d";
}
.fa-ban:before {
	content: "\f05e";
}
.fa-arrow-left:before {
	content: "\f060";
}
.fa-arrow-right:before {
	content: "\f061";
}
.fa-arrow-up:before {
	content: "\f062";
}
.fa-arrow-down:before {
	content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
	content: "\f064";
}
.fa-expand:before {
	content: "\f065";
}
.fa-compress:before {
	content: "\f066";
}
.fa-plus:before {
	content: "\f067";
}
.fa-minus:before {
	content: "\f068";
}
.fa-asterisk:before {
	content: "\f069";
}
.fa-exclamation-circle:before {
	content: "\f06a";
}
.fa-gift:before {
	content: "\f06b";
}
.fa-leaf:before {
	content: "\f06c";
}
.fa-fire:before {
	content: "\f06d";
}
.fa-eye:before {
	content: "\f06e";
}
.fa-eye-slash:before {
	content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
	content: "\f071";
}
.fa-plane:before {
	content: "\f072";
}
.fa-calendar:before {
	content: "\f073";
}
.fa-random:before {
	content: "\f074";
}
.fa-comment:before {
	content: "\f075";
}
.fa-magnet:before {
	content: "\f076";
}
.fa-chevron-up:before {
	content: "\f077";
}
.fa-chevron-down:before {
	content: "\f078";
}
.fa-retweet:before {
	content: "\f079";
}
.fa-shopping-cart:before {
	content: "\f07a";
}
.fa-folder:before {
	content: "\f07b";
}
.fa-folder-open:before {
	content: "\f07c";
}
.fa-arrows-v:before {
	content: "\f07d";
}
.fa-arrows-h:before {
	content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
	content: "\f080";
}
.fa-twitter-square:before {
	content: "\f081";
}
.fa-facebook-square:before {
	content: "\f082";
}
.fa-camera-retro:before {
	content: "\f083";
}
.fa-key:before {
	content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
	content: "\f085";
}
.fa-comments:before {
	content: "\f086";
}
.fa-thumbs-o-up:before {
	content: "\f087";
}
.fa-thumbs-o-down:before {
	content: "\f088";
}
.fa-star-half:before {
	content: "\f089";
}
.fa-heart-o:before {
	content: "\f08a";
}
.fa-sign-out:before {
	content: "\f08b";
}
.fa-linkedin-square:before {
	content: "\f08c";
}
.fa-thumb-tack:before {
	content: "\f08d";
}
.fa-external-link:before {
	content: "\f08e";
}
.fa-sign-in:before {
	content: "\f090";
}
.fa-trophy:before {
	content: "\f091";
}
.fa-github-square:before {
	content: "\f092";
}
.fa-upload:before {
	content: "\f093";
}
.fa-lemon-o:before {
	content: "\f094";
}
.fa-phone:before {
	content: "\f095";
}
.fa-square-o:before {
	content: "\f096";
}
.fa-bookmark-o:before {
	content: "\f097";
}
.fa-phone-square:before {
	content: "\f098";
}
.fa-twitter:before {
	content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
	content: "\f09a";
}
.fa-github:before {
	content: "\f09b";
}
.fa-unlock:before {
	content: "\f09c";
}
.fa-credit-card:before {
	content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
	content: "\f09e";
}
.fa-hdd-o:before {
	content: "\f0a0";
}
.fa-bullhorn:before {
	content: "\f0a1";
}
.fa-bell:before {
	content: "\f0f3";
}
.fa-certificate:before {
	content: "\f0a3";
}
.fa-hand-o-right:before {
	content: "\f0a4";
}
.fa-hand-o-left:before {
	content: "\f0a5";
}
.fa-hand-o-up:before {
	content: "\f0a6";
}
.fa-hand-o-down:before {
	content: "\f0a7";
}
.fa-arrow-circle-left:before {
	content: "\f0a8";
}
.fa-arrow-circle-right:before {
	content: "\f0a9";
}
.fa-arrow-circle-up:before {
	content: "\f0aa";
}
.fa-arrow-circle-down:before {
	content: "\f0ab";
}
.fa-globe:before {
	content: "\f0ac";
}
.fa-wrench:before {
	content: "\f0ad";
}
.fa-tasks:before {
	content: "\f0ae";
}
.fa-filter:before {
	content: "\f0b0";
}
.fa-briefcase:before {
	content: "\f0b1";
}
.fa-arrows-alt:before {
	content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
	content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
	content: "\f0c1";
}
.fa-cloud:before {
	content: "\f0c2";
}
.fa-flask:before {
	content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
	content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
	content: "\f0c5";
}
.fa-paperclip:before {
	content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
	content: "\f0c7";
}
.fa-square:before {
	content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
	content: "\f0c9";
}
.fa-list-ul:before {
	content: "\f0ca";
}
.fa-list-ol:before {
	content: "\f0cb";
}
.fa-strikethrough:before {
	content: "\f0cc";
}
.fa-underline:before {
	content: "\f0cd";
}
.fa-table:before {
	content: "\f0ce";
}
.fa-magic:before {
	content: "\f0d0";
}
.fa-truck:before {
	content: "\f0d1";
}
.fa-pinterest:before {
	content: "\f0d2";
}
.fa-pinterest-square:before {
	content: "\f0d3";
}
.fa-google-plus-square:before {
	content: "\f0d4";
}
.fa-google-plus:before {
	content: "\f0d5";
}
.fa-money:before {
	content: "\f0d6";
}
.fa-caret-down:before {
	content: "\f0d7";
}
.fa-caret-up:before {
	content: "\f0d8";
}
.fa-caret-left:before {
	content: "\f0d9";
}
.fa-caret-right:before {
	content: "\f0da";
}
.fa-columns:before {
	content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
	content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
	content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
	content: "\f0de";
}
.fa-envelope:before {
	content: "\f0e0";
}
.fa-linkedin:before {
	content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
	content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
	content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
	content: "\f0e4";
}
.fa-comment-o:before {
	content: "\f0e5";
}
.fa-comments-o:before {
	content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
	content: "\f0e7";
}
.fa-sitemap:before {
	content: "\f0e8";
}
.fa-umbrella:before {
	content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
	content: "\f0ea";
}
.fa-lightbulb-o:before {
	content: "\f0eb";
}
.fa-exchange:before {
	content: "\f0ec";
}
.fa-cloud-download:before {
	content: "\f0ed";
}
.fa-cloud-upload:before {
	content: "\f0ee";
}
.fa-user-md:before {
	content: "\f0f0";
}
.fa-stethoscope:before {
	content: "\f0f1";
}
.fa-suitcase:before {
	content: "\f0f2";
}
.fa-bell-o:before {
	content: "\f0a2";
}
.fa-coffee:before {
	content: "\f0f4";
}
.fa-cutlery:before {
	content: "\f0f5";
}
.fa-file-text-o:before {
	content: "\f0f6";
}
.fa-building-o:before {
	content: "\f0f7";
}
.fa-hospital-o:before {
	content: "\f0f8";
}
.fa-ambulance:before {
	content: "\f0f9";
}
.fa-medkit:before {
	content: "\f0fa";
}
.fa-fighter-jet:before {
	content: "\f0fb";
}
.fa-beer:before {
	content: "\f0fc";
}
.fa-h-square:before {
	content: "\f0fd";
}
.fa-plus-square:before {
	content: "\f0fe";
}
.fa-angle-double-left:before {
	content: "\f100";
}
.fa-angle-double-right:before {
	content: "\f101";
}
.fa-angle-double-up:before {
	content: "\f102";
}
.fa-angle-double-down:before {
	content: "\f103";
}
.fa-angle-left:before {
	content: "\f104";
}
.fa-angle-right:before {
	content: "\f105";
}
.fa-angle-up:before {
	content: "\f106";
}
.fa-angle-down:before {
	content: "\f107";
}
.fa-desktop:before {
	content: "\f108";
}
.fa-laptop:before {
	content: "\f109";
}
.fa-tablet:before {
	content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
	content: "\f10b";
}
.fa-circle-o:before {
	content: "\f10c";
}
.fa-quote-left:before {
	content: "\f10d";
}
.fa-quote-right:before {
	content: "\f10e";
}
.fa-spinner:before {
	content: "\f110";
}
.fa-circle:before {
	content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
	content: "\f112";
}
.fa-github-alt:before {
	content: "\f113";
}
.fa-folder-o:before {
	content: "\f114";
}
.fa-folder-open-o:before {
	content: "\f115";
}
.fa-smile-o:before {
	content: "\f118";
}
.fa-frown-o:before {
	content: "\f119";
}
.fa-meh-o:before {
	content: "\f11a";
}
.fa-gamepad:before {
	content: "\f11b";
}
.fa-keyboard-o:before {
	content: "\f11c";
}
.fa-flag-o:before {
	content: "\f11d";
}
.fa-flag-checkered:before {
	content: "\f11e";
}
.fa-terminal:before {
	content: "\f120";
}
.fa-code:before {
	content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
	content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
	content: "\f123";
}
.fa-location-arrow:before {
	content: "\f124";
}
.fa-crop:before {
	content: "\f125";
}
.fa-code-fork:before {
	content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
	content: "\f127";
}
.fa-question:before {
	content: "\f128";
}
.fa-info:before {
	content: "\f129";
}
.fa-exclamation:before {
	content: "\f12a";
}
.fa-superscript:before {
	content: "\f12b";
}
.fa-subscript:before {
	content: "\f12c";
}
.fa-eraser:before {
	content: "\f12d";
}
.fa-puzzle-piece:before {
	content: "\f12e";
}
.fa-microphone:before {
	content: "\f130";
}
.fa-microphone-slash:before {
	content: "\f131";
}
.fa-shield:before {
	content: "\f132";
}
.fa-calendar-o:before {
	content: "\f133";
}
.fa-fire-extinguisher:before {
	content: "\f134";
}
.fa-rocket:before {
	content: "\f135";
}
.fa-maxcdn:before {
	content: "\f136";
}
.fa-chevron-circle-left:before {
	content: "\f137";
}
.fa-chevron-circle-right:before {
	content: "\f138";
}
.fa-chevron-circle-up:before {
	content: "\f139";
}
.fa-chevron-circle-down:before {
	content: "\f13a";
}
.fa-html5:before {
	content: "\f13b";
}
.fa-css3:before {
	content: "\f13c";
}
.fa-anchor:before {
	content: "\f13d";
}
.fa-unlock-alt:before {
	content: "\f13e";
}
.fa-bullseye:before {
	content: "\f140";
}
.fa-ellipsis-h:before {
	content: "\f141";
}
.fa-ellipsis-v:before {
	content: "\f142";
}
.fa-rss-square:before {
	content: "\f143";
}
.fa-play-circle:before {
	content: "\f144";
}
.fa-ticket:before {
	content: "\f145";
}
.fa-minus-square:before {
	content: "\f146";
}
.fa-minus-square-o:before {
	content: "\f147";
}
.fa-level-up:before {
	content: "\f148";
}
.fa-level-down:before {
	content: "\f149";
}
.fa-check-square:before {
	content: "\f14a";
}
.fa-pencil-square:before {
	content: "\f14b";
}
.fa-external-link-square:before {
	content: "\f14c";
}
.fa-share-square:before {
	content: "\f14d";
}
.fa-compass:before {
	content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
	content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
	content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
	content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
	content: "\f153";
}
.fa-gbp:before {
	content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
	content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
	content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
	content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
	content: "\f158";
}
.fa-won:before,
.fa-krw:before {
	content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
	content: "\f15a";
}
.fa-file:before {
	content: "\f15b";
}
.fa-file-text:before {
	content: "\f15c";
}
.fa-sort-alpha-asc:before {
	content: "\f15d";
}
.fa-sort-alpha-desc:before {
	content: "\f15e";
}
.fa-sort-amount-asc:before {
	content: "\f160";
}
.fa-sort-amount-desc:before {
	content: "\f161";
}
.fa-sort-numeric-asc:before {
	content: "\f162";
}
.fa-sort-numeric-desc:before {
	content: "\f163";
}
.fa-thumbs-up:before {
	content: "\f164";
}
.fa-thumbs-down:before {
	content: "\f165";
}
.fa-youtube-square:before {
	content: "\f166";
}
.fa-youtube:before {
	content: "\f167";
}
.fa-xing:before {
	content: "\f168";
}
.fa-xing-square:before {
	content: "\f169";
}
.fa-youtube-play:before {
	content: "\f16a";
}
.fa-dropbox:before {
	content: "\f16b";
}
.fa-stack-overflow:before {
	content: "\f16c";
}
.fa-instagram:before {
	content: "\f16d";
}
.fa-flickr:before {
	content: "\f16e";
}
.fa-adn:before {
	content: "\f170";
}
.fa-bitbucket:before {
	content: "\f171";
}
.fa-bitbucket-square:before {
	content: "\f172";
}
.fa-tumblr:before {
	content: "\f173";
}
.fa-tumblr-square:before {
	content: "\f174";
}
.fa-long-arrow-down:before {
	content: "\f175";
}
.fa-long-arrow-up:before {
	content: "\f176";
}
.fa-long-arrow-left:before {
	content: "\f177";
}
.fa-long-arrow-right:before {
	content: "\f178";
}
.fa-apple:before {
	content: "\f179";
}
.fa-windows:before {
	content: "\f17a";
}
.fa-android:before {
	content: "\f17b";
}
.fa-linux:before {
	content: "\f17c";
}
.fa-dribbble:before {
	content: "\f17d";
}
.fa-skype:before {
	content: "\f17e";
}
.fa-foursquare:before {
	content: "\f180";
}
.fa-trello:before {
	content: "\f181";
}
.fa-female:before {
	content: "\f182";
}
.fa-male:before {
	content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
	content: "\f184";
}
.fa-sun-o:before {
	content: "\f185";
}
.fa-moon-o:before {
	content: "\f186";
}
.fa-archive:before {
	content: "\f187";
}
.fa-bug:before {
	content: "\f188";
}
.fa-vk:before {
	content: "\f189";
}
.fa-weibo:before {
	content: "\f18a";
}
.fa-renren:before {
	content: "\f18b";
}
.fa-pagelines:before {
	content: "\f18c";
}
.fa-stack-exchange:before {
	content: "\f18d";
}
.fa-arrow-circle-o-right:before {
	content: "\f18e";
}
.fa-arrow-circle-o-left:before {
	content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
	content: "\f191";
}
.fa-dot-circle-o:before {
	content: "\f192";
}
.fa-wheelchair:before {
	content: "\f193";
}
.fa-vimeo-square:before {
	content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
	content: "\f195";
}
.fa-plus-square-o:before {
	content: "\f196";
}
.fa-space-shuttle:before {
	content: "\f197";
}
.fa-slack:before {
	content: "\f198";
}
.fa-envelope-square:before {
	content: "\f199";
}
.fa-wordpress:before {
	content: "\f19a";
}
.fa-openid:before {
	content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
	content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
	content: "\f19d";
}
.fa-yahoo:before {
	content: "\f19e";
}
.fa-google:before {
	content: "\f1a0";
}
.fa-reddit:before {
	content: "\f1a1";
}
.fa-reddit-square:before {
	content: "\f1a2";
}
.fa-stumbleupon-circle:before {
	content: "\f1a3";
}
.fa-stumbleupon:before {
	content: "\f1a4";
}
.fa-delicious:before {
	content: "\f1a5";
}
.fa-digg:before {
	content: "\f1a6";
}
.fa-pied-piper-pp:before {
	content: "\f1a7";
}
.fa-pied-piper-alt:before {
	content: "\f1a8";
}
.fa-drupal:before {
	content: "\f1a9";
}
.fa-joomla:before {
	content: "\f1aa";
}
.fa-language:before {
	content: "\f1ab";
}
.fa-fax:before {
	content: "\f1ac";
}
.fa-building:before {
	content: "\f1ad";
}
.fa-child:before {
	content: "\f1ae";
}
.fa-paw:before {
	content: "\f1b0";
}
.fa-spoon:before {
	content: "\f1b1";
}
.fa-cube:before {
	content: "\f1b2";
}
.fa-cubes:before {
	content: "\f1b3";
}
.fa-behance:before {
	content: "\f1b4";
}
.fa-behance-square:before {
	content: "\f1b5";
}
.fa-steam:before {
	content: "\f1b6";
}
.fa-steam-square:before {
	content: "\f1b7";
}
.fa-recycle:before {
	content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
	content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
	content: "\f1ba";
}
.fa-tree:before {
	content: "\f1bb";
}
.fa-spotify:before {
	content: "\f1bc";
}
.fa-deviantart:before {
	content: "\f1bd";
}
.fa-soundcloud:before {
	content: "\f1be";
}
.fa-database:before {
	content: "\f1c0";
}
.fa-file-pdf-o:before {
	content: "\f1c1";
}
.fa-file-word-o:before {
	content: "\f1c2";
}
.fa-file-excel-o:before {
	content: "\f1c3";
}
.fa-file-powerpoint-o:before {
	content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
	content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
	content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
	content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
	content: "\f1c8";
}
.fa-file-code-o:before {
	content: "\f1c9";
}
.fa-vine:before {
	content: "\f1ca";
}
.fa-codepen:before {
	content: "\f1cb";
}
.fa-jsfiddle:before {
	content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
	content: "\f1cd";
}
.fa-circle-o-notch:before {
	content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
	content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
	content: "\f1d1";
}
.fa-git-square:before {
	content: "\f1d2";
}
.fa-git:before {
	content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
	content: "\f1d4";
}
.fa-tencent-weibo:before {
	content: "\f1d5";
}
.fa-qq:before {
	content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
	content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
	content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
	content: "\f1d9";
}
.fa-history:before {
	content: "\f1da";
}
.fa-circle-thin:before {
	content: "\f1db";
}
.fa-header:before {
	content: "\f1dc";
}
.fa-paragraph:before {
	content: "\f1dd";
}
.fa-sliders:before {
	content: "\f1de";
}
.fa-share-alt:before {
	content: "\f1e0";
}
.fa-share-alt-square:before {
	content: "\f1e1";
}
.fa-bomb:before {
	content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
	content: "\f1e3";
}
.fa-tty:before {
	content: "\f1e4";
}
.fa-binoculars:before {
	content: "\f1e5";
}
.fa-plug:before {
	content: "\f1e6";
}
.fa-slideshare:before {
	content: "\f1e7";
}
.fa-twitch:before {
	content: "\f1e8";
}
.fa-yelp:before {
	content: "\f1e9";
}
.fa-newspaper-o:before {
	content: "\f1ea";
}
.fa-wifi:before {
	content: "\f1eb";
}
.fa-calculator:before {
	content: "\f1ec";
}
.fa-paypal:before {
	content: "\f1ed";
}
.fa-google-wallet:before {
	content: "\f1ee";
}
.fa-cc-visa:before {
	content: "\f1f0";
}
.fa-cc-mastercard:before {
	content: "\f1f1";
}
.fa-cc-discover:before {
	content: "\f1f2";
}
.fa-cc-amex:before {
	content: "\f1f3";
}
.fa-cc-paypal:before {
	content: "\f1f4";
}
.fa-cc-stripe:before {
	content: "\f1f5";
}
.fa-bell-slash:before {
	content: "\f1f6";
}
.fa-bell-slash-o:before {
	content: "\f1f7";
}
.fa-trash:before {
	content: "\f1f8";
}
.fa-copyright:before {
	content: "\f1f9";
}
.fa-at:before {
	content: "\f1fa";
}
.fa-eyedropper:before {
	content: "\f1fb";
}
.fa-paint-brush:before {
	content: "\f1fc";
}
.fa-birthday-cake:before {
	content: "\f1fd";
}
.fa-area-chart:before {
	content: "\f1fe";
}
.fa-pie-chart:before {
	content: "\f200";
}
.fa-line-chart:before {
	content: "\f201";
}
.fa-lastfm:before {
	content: "\f202";
}
.fa-lastfm-square:before {
	content: "\f203";
}
.fa-toggle-off:before {
	content: "\f204";
}
.fa-toggle-on:before {
	content: "\f205";
}
.fa-bicycle:before {
	content: "\f206";
}
.fa-bus:before {
	content: "\f207";
}
.fa-ioxhost:before {
	content: "\f208";
}
.fa-angellist:before {
	content: "\f209";
}
.fa-cc:before {
	content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
	content: "\f20b";
}
.fa-meanpath:before {
	content: "\f20c";
}
.fa-buysellads:before {
	content: "\f20d";
}
.fa-connectdevelop:before {
	content: "\f20e";
}
.fa-dashcube:before {
	content: "\f210";
}
.fa-forumbee:before {
	content: "\f211";
}
.fa-leanpub:before {
	content: "\f212";
}
.fa-sellsy:before {
	content: "\f213";
}
.fa-shirtsinbulk:before {
	content: "\f214";
}
.fa-simplybuilt:before {
	content: "\f215";
}
.fa-skyatlas:before {
	content: "\f216";
}
.fa-cart-plus:before {
	content: "\f217";
}
.fa-cart-arrow-down:before {
	content: "\f218";
}
.fa-diamond:before {
	content: "\f219";
}
.fa-ship:before {
	content: "\f21a";
}
.fa-user-secret:before {
	content: "\f21b";
}
.fa-motorcycle:before {
	content: "\f21c";
}
.fa-street-view:before {
	content: "\f21d";
}
.fa-heartbeat:before {
	content: "\f21e";
}
.fa-venus:before {
	content: "\f221";
}
.fa-mars:before {
	content: "\f222";
}
.fa-mercury:before {
	content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
	content: "\f224";
}
.fa-transgender-alt:before {
	content: "\f225";
}
.fa-venus-double:before {
	content: "\f226";
}
.fa-mars-double:before {
	content: "\f227";
}
.fa-venus-mars:before {
	content: "\f228";
}
.fa-mars-stroke:before {
	content: "\f229";
}
.fa-mars-stroke-v:before {
	content: "\f22a";
}
.fa-mars-stroke-h:before {
	content: "\f22b";
}
.fa-neuter:before {
	content: "\f22c";
}
.fa-genderless:before {
	content: "\f22d";
}
.fa-facebook-official:before {
	content: "\f230";
}
.fa-pinterest-p:before {
	content: "\f231";
}
.fa-whatsapp:before {
	content: "\f232";
}
.fa-server:before {
	content: "\f233";
}
.fa-user-plus:before {
	content: "\f234";
}
.fa-user-times:before {
	content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
	content: "\f236";
}
.fa-viacoin:before {
	content: "\f237";
}
.fa-train:before {
	content: "\f238";
}
.fa-subway:before {
	content: "\f239";
}
.fa-medium:before {
	content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
	content: "\f23b";
}
.fa-optin-monster:before {
	content: "\f23c";
}
.fa-opencart:before {
	content: "\f23d";
}
.fa-expeditedssl:before {
	content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
	content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
	content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
	content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
	content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
	content: "\f244";
}
.fa-mouse-pointer:before {
	content: "\f245";
}
.fa-i-cursor:before {
	content: "\f246";
}
.fa-object-group:before {
	content: "\f247";
}
.fa-object-ungroup:before {
	content: "\f248";
}
.fa-sticky-note:before {
	content: "\f249";
}
.fa-sticky-note-o:before {
	content: "\f24a";
}
.fa-cc-jcb:before {
	content: "\f24b";
}
.fa-cc-diners-club:before {
	content: "\f24c";
}
.fa-clone:before {
	content: "\f24d";
}
.fa-balance-scale:before {
	content: "\f24e";
}
.fa-hourglass-o:before {
	content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
	content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
	content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
	content: "\f253";
}
.fa-hourglass:before {
	content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
	content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
	content: "\f256";
}
.fa-hand-scissors-o:before {
	content: "\f257";
}
.fa-hand-lizard-o:before {
	content: "\f258";
}
.fa-hand-spock-o:before {
	content: "\f259";
}
.fa-hand-pointer-o:before {
	content: "\f25a";
}
.fa-hand-peace-o:before {
	content: "\f25b";
}
.fa-trademark:before {
	content: "\f25c";
}
.fa-registered:before {
	content: "\f25d";
}
.fa-creative-commons:before {
	content: "\f25e";
}
.fa-gg:before {
	content: "\f260";
}
.fa-gg-circle:before {
	content: "\f261";
}
.fa-tripadvisor:before {
	content: "\f262";
}
.fa-odnoklassniki:before {
	content: "\f263";
}
.fa-odnoklassniki-square:before {
	content: "\f264";
}
.fa-get-pocket:before {
	content: "\f265";
}
.fa-wikipedia-w:before {
	content: "\f266";
}
.fa-safari:before {
	content: "\f267";
}
.fa-chrome:before {
	content: "\f268";
}
.fa-firefox:before {
	content: "\f269";
}
.fa-opera:before {
	content: "\f26a";
}
.fa-internet-explorer:before {
	content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
	content: "\f26c";
}
.fa-contao:before {
	content: "\f26d";
}
.fa-500px:before {
	content: "\f26e";
}
.fa-amazon:before {
	content: "\f270";
}
.fa-calendar-plus-o:before {
	content: "\f271";
}
.fa-calendar-minus-o:before {
	content: "\f272";
}
.fa-calendar-times-o:before {
	content: "\f273";
}
.fa-calendar-check-o:before {
	content: "\f274";
}
.fa-industry:before {
	content: "\f275";
}
.fa-map-pin:before {
	content: "\f276";
}
.fa-map-signs:before {
	content: "\f277";
}
.fa-map-o:before {
	content: "\f278";
}
.fa-map:before {
	content: "\f279";
}
.fa-commenting:before {
	content: "\f27a";
}
.fa-commenting-o:before {
	content: "\f27b";
}
.fa-houzz:before {
	content: "\f27c";
}
.fa-vimeo:before {
	content: "\f27d";
}
.fa-black-tie:before {
	content: "\f27e";
}
.fa-fonticons:before {
	content: "\f280";
}
.fa-reddit-alien:before {
	content: "\f281";
}
.fa-edge:before {
	content: "\f282";
}
.fa-credit-card-alt:before {
	content: "\f283";
}
.fa-codiepie:before {
	content: "\f284";
}
.fa-modx:before {
	content: "\f285";
}
.fa-fort-awesome:before {
	content: "\f286";
}
.fa-usb:before {
	content: "\f287";
}
.fa-product-hunt:before {
	content: "\f288";
}
.fa-mixcloud:before {
	content: "\f289";
}
.fa-scribd:before {
	content: "\f28a";
}
.fa-pause-circle:before {
	content: "\f28b";
}
.fa-pause-circle-o:before {
	content: "\f28c";
}
.fa-stop-circle:before {
	content: "\f28d";
}
.fa-stop-circle-o:before {
	content: "\f28e";
}
.fa-shopping-bag:before {
	content: "\f290";
}
.fa-shopping-basket:before {
	content: "\f291";
}
.fa-hashtag:before {
	content: "\f292";
}
.fa-bluetooth:before {
	content: "\f293";
}
.fa-bluetooth-b:before {
	content: "\f294";
}
.fa-percent:before {
	content: "\f295";
}
.fa-gitlab:before {
	content: "\f296";
}
.fa-wpbeginner:before {
	content: "\f297";
}
.fa-wpforms:before {
	content: "\f298";
}
.fa-envira:before {
	content: "\f299";
}
.fa-universal-access:before {
	content: "\f29a";
}
.fa-wheelchair-alt:before {
	content: "\f29b";
}
.fa-question-circle-o:before {
	content: "\f29c";
}
.fa-blind:before {
	content: "\f29d";
}
.fa-audio-description:before {
	content: "\f29e";
}
.fa-volume-control-phone:before {
	content: "\f2a0";
}
.fa-braille:before {
	content: "\f2a1";
}
.fa-assistive-listening-systems:before {
	content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
	content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
	content: "\f2a4";
}
.fa-glide:before {
	content: "\f2a5";
}
.fa-glide-g:before {
	content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
	content: "\f2a7";
}
.fa-low-vision:before {
	content: "\f2a8";
}
.fa-viadeo:before {
	content: "\f2a9";
}
.fa-viadeo-square:before {
	content: "\f2aa";
}
.fa-snapchat:before {
	content: "\f2ab";
}
.fa-snapchat-ghost:before {
	content: "\f2ac";
}
.fa-snapchat-square:before {
	content: "\f2ad";
}
.fa-pied-piper:before {
	content: "\f2ae";
}
.fa-first-order:before {
	content: "\f2b0";
}
.fa-yoast:before {
	content: "\f2b1";
}
.fa-themeisle:before {
	content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
	content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
	content: "\f2b4";
}
.fa-handshake-o:before {
	content: "\f2b5";
}
.fa-envelope-open:before {
	content: "\f2b6";
}
.fa-envelope-open-o:before {
	content: "\f2b7";
}
.fa-linode:before {
	content: "\f2b8";
}
.fa-address-book:before {
	content: "\f2b9";
}
.fa-address-book-o:before {
	content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
	content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
	content: "\f2bc";
}
.fa-user-circle:before {
	content: "\f2bd";
}
.fa-user-circle-o:before {
	content: "\f2be";
}
.fa-user-o:before {
	content: "\f2c0";
}
.fa-id-badge:before {
	content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
	content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
	content: "\f2c3";
}
.fa-quora:before {
	content: "\f2c4";
}
.fa-free-code-camp:before {
	content: "\f2c5";
}
.fa-telegram:before {
	content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
	content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
	content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
	content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
	content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
	content: "\f2cb";
}
.fa-shower:before {
	content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
	content: "\f2cd";
}
.fa-podcast:before {
	content: "\f2ce";
}
.fa-window-maximize:before {
	content: "\f2d0";
}
.fa-window-minimize:before {
	content: "\f2d1";
}
.fa-window-restore:before {
	content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
	content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
	content: "\f2d4";
}
.fa-bandcamp:before {
	content: "\f2d5";
}
.fa-grav:before {
	content: "\f2d6";
}
.fa-etsy:before {
	content: "\f2d7";
}
.fa-imdb:before {
	content: "\f2d8";
}
.fa-ravelry:before {
	content: "\f2d9";
}
.fa-eercast:before {
	content: "\f2da";
}
.fa-microchip:before {
	content: "\f2db";
}
.fa-snowflake-o:before {
	content: "\f2dc";
}
.fa-superpowers:before {
	content: "\f2dd";
}
.fa-wpexplorer:before {
	content: "\f2de";
}
.fa-meetup:before {
	content: "\f2e0";
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}
html {
	font-size: 10px;
	line-height: 1.1;
	min-height: 100%;
	position: relative;
	background: #fff;
}
body {
	height: 100%;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-size: 1.5rem;
	position: relative;
	min-height: 100vh;
	color: #000;
	background: #fff;
	overflow-x: hidden;
}
body.no-scroll {
	overflow: hidden;
}
body.active {
	height: 100vh;
	overflow-y: hidden;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
}
body.scrolled {
	padding-top: 6em;
}
.wrap {
	padding: 0 3em;
	max-width: 75%;
	margin: 0 auto;
	position: relative;
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
	.wrap {
		padding: 0 1em;
		max-width: 1200px;
	}
}
@media only screen and (max-width: 1024px) {
	.wrap {
		padding: 0 2em;
		max-width: 1000px;
	}
}
@media screen and (max-width: 640px) {
	.wrap {
		padding: 0 1em;
	}
}
.hidden,
.slick-slide img.hidden {
	display: none;
}
.img-bg,
.custombg {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.perfect-scrollbar {
	position: relative;
	overflow: hidden;
}
.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
	background: #fff;
}
#cookiescript_badge {
	display: none !important;
}
a,
a:hover,
a:focus {
	outline: none;
}
.thumb {
	background-size: cover;
	background-position: center;
	position: relative;
}
.grecaptcha-badge {
	display: none !important;
}
.category-description.specialArticle .content-specialArticle {
	padding-bottom: 30px;
}
.category-description.specialArticle h2 {
	font-size: 24px;
	letter-spacing: 0;
	font-family: "Roboto", sans-serif;
	font-weight: normal;
}
.formSpecialArticle {
	padding: 30px;
	border: 20px solid #00c362;
	margin: 0px auto;
	width: 100%;
	max-width: 800px;
}
.textCenterSpecialArticle {
	text-align: center;
	font-size: 20px;
}
.quote-container-specialArticle {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: wrap row;
	-ms-flex-flow: wrap row;
	flex-flow: wrap row;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.quote-container-specialArticle .quote-left {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 60%;
	-ms-flex: 0 0 60%;
	flex: 0 0 60%;
	padding-right: 40px;
}
.quote-container-specialArticle .quote-right {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 35%;
	-ms-flex: 0 0 35%;
	flex: 0 0 35%;
}
.formSpecialArticle h4 {
	font-size: 24px;
	text-align: center;
	padding: 10px 0px 20px;
	letter-spacing: normal;
}
@media screen and (max-width: 1600px) {
	.quote-container-specialArticle .quote-right {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 40%;
		-ms-flex: 0 0 40%;
		flex: 0 0 40%;
	}
}
@media screen and (max-width: 1024px) {
	.notizia-template-default #content {
		padding: 0px 2rem;
	}
	.single-notizia #primary .page-title {
		font-size: 30px;
		padding-top: 15px;
	}
	.category-description.specialArticle {
		padding: 0px;
	}
}
@media screen and (max-width: 860px) {
	.quote-container-specialArticle .quote-right,
	.quote-container-specialArticle .quote-left {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		padding-right: 0px;
	}
	.formSpecialArticle h4 {
		text-align: left;
		font-size: 25px;
	}
	.site-header .main-header .site-branding .custom-logo-link img {
		max-width: 175px;
	}
}
@media screen and (max-width: 480px) {
	.quote-container-specialArticle iframe {
		height: 300px;
	}
	.notizia-template-default #content {
		padding: 0px 1rem;
	}
}

/* body:before {
    content: "";
    position: absolute;
    bottom: 0;
    height: 35px;
    width: 100%;
    background: #222;
} */

.services-container .service-item {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 25%;
	-ms-flex: 0 1 25%;
	flex: 0 1 25%;
	padding: 0 10px;
	position: relative;
}
@media only screen and (max-width: 1024px) {
	.services-container .service-item {
		-webkit-box-flex: 100%;
		-webkit-flex: 100%;
		-ms-flex: 100%;
		flex: 100%;
		margin-bottom: 80px;
	}
}
/**/
.no-icon-link-menu > img,
.no-icon-link-menu > svg {
	display: none;
}
.site-header .main-header .navigation-mobile .main-navigation ul li#menu-item-1877 .sub-menu a,
.site-header .main-header .navigation-top .sub-menu-container ul#menu-item-1877 li ul.sub-menu li a,
.site-header .main-header .navigation-mobile .main-navigation ul li#menu-item-50 .sub-menu a,
.site-header .main-header .navigation-top .sub-menu-container ul#menu-item-50 li ul.sub-menu li a {
	padding: 0px;
}
.site-header .main-header .navigation-mobile.active {
	overflow-y: scroll;
}

.category-container .category-header,
.category-container .cat-top-container {
	width: 100%;
}

.category-container .category-header .page-title.full-width {
	width: 100%;
}

@media screen and (max-width: 480px) {
	.page-template-quote .quote-container .quote-left,
	.page-template-contact .quote-container .quote-left,
	.page-template-green-logistics .quote-container .quote-left {
		width: 100%;
	}
	.category-container .category-header .page-title {
		width: 100%;
		word-break: break-all;
	}
	.page-id-1927 .category-header .header-container h1 {
		word-wrap: break-word;
		max-width: 300px;
	}
}


/* Inizio TCC-2065 */
.page:not(.home) section.section ul.listbox li.listbox-item.is-file {
	background: #f2f2f2;
	border-color: #f2f2f2;
}

.page:not(.home) section.section ul.listbox li.listbox-item.is-file p,
.page:not(.home) section.section ul.listbox li.listbox-item.is-file p * {
	color: #333;
}

.page:not(.home) section.section ul.listbox li.listbox-item.is-file .file-whitebox {
	background: #fff;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding: 15px 15px 0px 15px;
}

.page:not(.home) section.section ul.listbox li.listbox-item.is-file .file-whitebox .fileBoxFileText {
	padding-bottom: 15px;
}

.page:not(.home) section.section ul.listbox li.listbox-item.is-file .file-whitebox img {
	margin-right: 15px;
	margin-top: 20px;
	height: auto;
	max-height: 140px;
	margin-left: 25px;
}

.page:not(.home) section.section ul.listbox li.listbox-item.is-file .file-whitebox .btn {
	color: #fff;
	width: auto;
	padding-left: 35px;
	padding-right: 35px;
}
@media screen and (max-width: 720px) {
	.page:not(.home) section.section ul.listbox li.listbox-item.is-file .file-whitebox {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
}
/* Fine TCC-2065 */
#page #content .contactsSection .contactsContainer #contactFormWrapper #contactFormSection[data-current-section="1"] #contactFormNav #navPrevBtn::before {
	visibility: hidden !important;
}
@media only screen and (max-width: 768px) {
	#page #content .faqSection .questionsContainer .accordion .accordionContent .accordionHeader::before {
		width: 52px;
		margin-right: 4px;
		background-repeat: no-repeat;
	}
}
/** landing page sostenibilità */
/** */
.stTopBoxTitle {
	width: 100%;
	margin-bottom: 100px;
}
.stTopBoxTitle h1 {
	font-size: 60px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 0px;
}
.stTopBoxTitle #breadcrumbs {
	font-size: 13px;
}
.stTopBoxTitle #breadcrumbs a {
	color: #dc2b1c;
}
/** */
.stRptBlockImage .stRptBlockImageRow {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding: 45px 0px;
}
.stRptBlockImage .stRptBlockImageRow .stRptBlockImageImg,
.stRptBlockImage .stRptBlockImageRow .stRptBlockImageTxt {
	width: 48%;
}
.stRptBlockImage .stRptBlockImageRow .stRptBlockImageTxt > span *,
.stRptBlockImage .stRptBlockImageRow .stRptBlockImageTxt > span {
	font-size: 35px;
	line-height: 51px;
	color: #333;
}
.stRptBlockImage .stRptBlockImageRow .stRptBlockImageTxt div a {
	text-decoration: underline;
}
.stRptBlockImage > .stRptBlockImageRow:nth-child(even) {
	flex-direction: row-reverse;
}
/** */
.middleTextBlock {
	padding: 55px 0px 30px;
}
.middleTextBlock h3 {
	font-size: 35px;
	line-height: 51px;
	color: #333;
}
.middleTextBlock > div {
	column-count: 2;
}
.middleTextBlock > div p {
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	color: #333;
}
/** */
.stRowRptBlockPriority {
	background-color: #F2F2F2;
	padding: 20px 30px 30px;
	margin-bottom: 30px;
}
.stRowRptBlockPriority .priorityTitle {
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 31px;
	display: block;
	color: #333;
	padding-bottom: 20px;
}
.stRowRptBlockPriority .priorityTitle strong {
	color: #dc2b1c;
	font-weight: bold;
}
.stSingleBlock {
	display: flex;
	flex-wrap: wrap;
}
.stRptBlockCol {
	width: 24%;
	margin-right: 1%;
}
.stRptBlockCol .stSingleBlockImage,
.stRptBlockCol .stSingleBlockImage img {
	width: 100%;
}
.stSingleBlockText {
	color: #707070;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 22px;
	padding: 15px 0px 10px;
}
/** */
.stBottomBlock p {
	width: 100%;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 31px;
	color: #333;

}
.stBottomBlock a {
	color: #dc2b1c;
}

/** Responsive */

@media screen and (max-width: 1024px) {
	.single-featured-image > img {
		height: 40vw;
	}
	/** */
	.stTopBoxTitle {
		margin-bottom: 0px;
	}
	/** */
	.stRptBlockImage .stRptBlockImageRow .stRptBlockImageImg,
	.stRptBlockImage .stRptBlockImageRow .stRptBlockImageTxt {
		width: 100%;
	}
	.stRptBlockImage .stRptBlockImageRow .stRptBlockImageImg {
		text-align: center;
	}
	/** */
	.middleTextBlock > div {
		column-count: 1;
	}
	.middleTextBlock > div p {
		margin-bottom: 0px;
	}

	/** */
	.stRptBlockCol {
		width: 49%;
	}
}

@media screen and (max-width: 768px) {
	.stTopBoxTitle {
		padding: 0px 15px;
	}
	.stTopBoxTitle h1 {
		font-size: 38px;
	}
	.stTopBoxTitle #breadcrumbs {
		font-size: 12px;
	}
	.stRptBlockImage > .stRptBlockImageRow:nth-child(even),
	.stRptBlockImage .stRptBlockImageRow {
		flex-direction: column-reverse;
	}
	.page-template-sustainability #main .wrap {
		padding: 0px;
	}
	.stRptBlockImage .stRptBlockImageRow {
		padding: 20px 15px;
	}
	.stRptBlockImage .stRptBlockImageRow .stRptBlockImageImg {
		margin-bottom: 20px;
	}
	.stRptBlockImage .stRptBlockImageRow .stRptBlockImageImg img {
		width: 100%;
	}
	.stRptBlockImage .stRptBlockImageRow .stRptBlockImageTxt > span *,
	.stRptBlockImage .stRptBlockImageRow .stRptBlockImageTxt > span {
		font-size: 27px;
		line-height: 32px;
	}
	.middleTextBlock {
		padding: 0px 15px 30px;
	}
	.middleTextBlock h3 {
		font-size: 27px;
		line-height: 32px;
	}
	.middleTextBlock > div p {
		font-size: 18px;
		font-style: normal;
		font-weight: 400;
		color: #333;
	}
	.stRowRptBlockPriority {
		padding: 20px 15px;
	}
	.stRowRptBlockPriority .priorityTitle {
		font-size: 20px;
	}
	.stRptBlockCol {
		width: 48%;
		margin-right: 0px;
	}
	.stRptBlockCol:nth-child(odd) {
		margin-right: 4%;
	}
	.stSingleBlockText {
		font-size: 14px;
		font-weight: 500;
		line-height: 21px;
		padding: 5px 0px 20px;
	}
	.stBottomBlock {
		padding: 0px 15px;
	}
	.stBottomBlock strong {
		display: block;
	}
}
span.ui-selectmenu-button:not([aria-labelledby]) .ui-selectmenu-text, span.ui-selectmenu-button[aria-labelledby="ui-id-2"] .ui-selectmenu-text {
	color: rgba(4, 4, 13, 0.33);
}
.info-button, .info-button:hover {
	background-color: transparent !important;
	color: #000;
	padding: 0;
	margin-left: 10px;
}
.info-button i {
	border: 1px solid #000;
	padding: 5px;
	border-radius: 10px;
	font-size: 10px !important;
	line-height: 5px !important;
}
.info-popup {
	display: none;
	position: absolute;
	background-color: #000;
	color: #fff;
	padding: 10px;
	border-radius: 5px;
	width: 200px;
	z-index: 10;
	left: 162px;
}
.info-popup p, .info-popup li, .info-popup strong {
	color: #fff !important;
}
.info-popup ul {
	list-style-position: inside;
}

.info-button:hover + .info-popup {
	display: block;
}

.info-button:hover + .info-popup::after {
	content: "";
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: transparent transparent #000  transparent;
}
.close-info-popup i {
	color: #fff !important;
}
.info-popup-head {
	display: flex;
}
.info-popup-head div:first-child {
	padding-right: 8px;
}
/*SOS DOGANA*/
.site-header .small-header section.widget_custom_html .textwidget a.sosdogana {
	background: transparent;
	padding: 0px;
}
.site-header .small-header section.widget_custom_html .textwidget a.sosdogana span {
	display: none;
}
@media screen and (max-width:1024px) {
	.site-header .main-header .navigation-mobile .widget_text .textwidget a.sosdogana {
		height: 55px;
		display:flex;
		align-items:center;
		margin-bottom:40px;
	}
	.site-header .main-header .navigation-mobile .widget_text .textwidget a.sosdogana img {
		position: absolute;
		left: 6px;
        top: 2px;
	}
}
/*NEW REQUEST*/
.infomail > div{
	padding:15px 0px;
	display:flex;
	align-items:center;
	color: #707070;
}
.infomail img{
    max-width: 35px;
	margin-right:10px;
}