@charset "UTF-8";
.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
	float: left
}

.swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}

.swiper-container-multirow>.swiper-wrapper {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform
}

.swiper-slide-invisible-blank {
	visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto
}

.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: height, -webkit-transform;
	transition-property: height, -webkit-transform;
	-o-transition-property: transform, height;
	transition-property: transform, height;
	transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
	-webkit-perspective: 1200px;
	perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(transparent));
	background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
	background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
	background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(transparent));
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
	background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(transparent));
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent);
	background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent);
	background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(transparent));
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
	background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
	-ms-touch-action: pan-y;
	touch-action: pan-y
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
	-ms-touch-action: pan-x;
	touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	background-size: 27px 44px;
	background-position: 50%;
	background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
	left: 10px;
	right: auto
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
	right: 10px;
	left: auto
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E")
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E")
}

.swiper-button-lock {
	display: none
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: opacity .3s;
	-o-transition: .3s opacity;
	transition: opacity .3s;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%
}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33);
	position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	-webkit-transform: scale(.66);
	-ms-transform: scale(.66);
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	-webkit-transform: scale(.66);
	-ms-transform: scale(.66);
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33)
}

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: .2
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: #007aff
}

.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 6px 0;
	display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	-webkit-transition: top .2s, -webkit-transform .2s;
	transition: top .2s, -webkit-transform .2s;
	-o-transition: .2s transform, .2s top;
	transition: transform .2s, top .2s;
	transition: transform .2s, top .2s, -webkit-transform .2s
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: left .2s, -webkit-transform .2s;
	transition: left .2s, -webkit-transform .2s;
	-o-transition: .2s transform, .2s left;
	transition: transform .2s, left .2s;
	transition: transform .2s, left .2s, -webkit-transform .2s
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: right .2s, -webkit-transform .2s;
	transition: right .2s, -webkit-transform .2s;
	-o-transition: .2s transform, .2s right;
	transition: transform .2s, right .2s;
	transition: transform .2s, right .2s, -webkit-transform .2s
}

.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, .25);
	position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #007aff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
	background: hsla(0, 0%, 100%, .25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
	background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
	background: rgba(0, 0, 0, .25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
	background: #000
}

.swiper-pagination-lock {
	display: none
}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, .5);
	border-radius: 10px;
	left: 0;
	top: 0
}

.swiper-scrollbar-cursor-drag {
	cursor: move
}

.swiper-scrollbar-lock {
	display: none
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain
}

.swiper-slide-zoomed {
	cursor: move
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	-ms-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s steps(12) infinite;
	animation: swiper-preloader-spin 1s steps(12) infinite
}

.swiper-lazy-preloader:after {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
	background-position: 50%;
	background-size: 100%;
	background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

@keyframes swiper-preloader-spin {
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube {
	overflow: visible
}

.swiper-container-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0
}

.swiper-container-flip {
	overflow: visible
}

.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
	-ms-perspective: 1200px
}

html {
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

article,
aside,
footer,
header,
nav,
section {
	display: block
}

h1 {
	font-size: 2em;
	margin: .67em 0
}

figcaption,
figure {
	display: block
}

figure {
	margin: 1em 40px
}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

main {
	display: block
}

pre {
	font-family: monospace, monospace;
	font-size: 1em
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted
}

b,
strong {
	font-weight: inherit;
	font-weight: bolder
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

dfn {
	font-style: italic
}

mark {
	background-color: #ff0;
	color: #000
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

audio,
video {
	display: inline-block
}

audio:not([controls]) {
	display: none;
	height: 0
}

img {
	border-style: none
}

svg:not(:root) {
	overflow: hidden
}

button,
input,
optgroup,
select,
textarea {
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0
}

button {
	overflow: visible
}

button,
select {
	text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
	-webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
	border-style: none;
	padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
	outline: 1px dotted ButtonText
}

input {
	overflow: visible
}

[type=checkbox],
[type=radio] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

fieldset {
	padding: .35em .75em .625em
}

legend {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: table;
	max-width: 100%;
	padding: 0;
	color: inherit;
	white-space: normal
}

progress {
	display: inline-block;
	vertical-align: baseline
}

textarea {
	overflow: auto
}

details {
	display: block
}

summary {
	display: list-item
}

menu {
	display: block
}

canvas {
	display: inline-block
}

[hidden],
template {
	display: none
}

@font-face {
	font-family: FontAwesome;
	src: url(../fonts/fontawesome-webfont.eot);
	src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff2) format("woff2"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesomeregular) format("svg");
	font-weight: 400;
	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
}

.fa-lg {
	font-size: 1.33333333em;
	line-height: .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: .14285714em;
	text-align: center
}

.fa-li.fa-lg {
	left: -1.85714286em
}

.fa-border {
	padding: .2em .25em .15em;
	border: .08em solid #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
}

.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 linear infinite;
	animation: fa-spin 2s linear infinite
}

.fa-pulse {
	-webkit-animation: fa-spin 1s steps(8) infinite;
	animation: fa-spin 1s steps(8) infinite
}

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	to {
		-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: scaleX(-1);
	transform: scaleX(-1)
}

.fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1)
}

:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270 {
	-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
}

.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-close:before,
.fa-remove: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-cog:before,
.fa-gear: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-repeat:before,
.fa-rotate-right: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-image:before,
.fa-photo: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-exclamation-triangle:before,
.fa-warning: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-cogs:before,
.fa-gears: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-floppy-o:before,
.fa-save:before {
	content: "\f0c7"
}

.fa-square:before {
	content: "\f0c8"
}

.fa-bars:before,
.fa-navicon:before,
.fa-reorder: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-sort:before,
.fa-unsorted:before {
	content: "\f0dc"
}

.fa-sort-desc:before,
.fa-sort-down:before {
	content: "\f0dd"
}

.fa-sort-asc:before,
.fa-sort-up:before {
	content: "\f0de"
}

.fa-envelope:before {
	content: "\f0e0"
}

.fa-linkedin:before {
	content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
	content: "\f0e2"
}

.fa-gavel:before,
.fa-legal:before {
	content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
	content: "\f0e4"
}

.fa-comment-o:before {
	content: "\f0e5"
}

.fa-comments-o:before {
	content: "\f0e6"
}

.fa-bolt:before,
.fa-flash:before {
	content: "\f0e7"
}

.fa-sitemap:before {
	content: "\f0e8"
}

.fa-umbrella:before {
	content: "\f0e9"
}

.fa-clipboard:before,
.fa-paste: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-chain-broken:before,
.fa-unlink: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-caret-square-o-down:before,
.fa-toggle-down:before {
	content: "\f150"
}

.fa-caret-square-o-up:before,
.fa-toggle-up:before {
	content: "\f151"
}

.fa-caret-square-o-right:before,
.fa-toggle-right:before {
	content: "\f152"
}

.fa-eur:before,
.fa-euro:before {
	content: "\f153"
}

.fa-gbp:before {
	content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
	content: "\f155"
}

.fa-inr:before,
.fa-rupee:before {
	content: "\f156"
}

.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
	content: "\f157"
}

.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
	content: "\f158"
}

.fa-krw:before,
.fa-won: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-caret-square-o-left:before,
.fa-toggle-left:before {
	content: "\f191"
}

.fa-dot-circle-o:before {
	content: "\f192"
}

.fa-wheelchair:before {
	content: "\f193"
}

.fa-vimeo-square:before {
	content: "\f194"
}

.fa-try:before,
.fa-turkish-lira: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-bank:before,
.fa-institution:before,
.fa-university:before {
	content: "\f19c"
}

.fa-graduation-cap:before,
.fa-mortar-board: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-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
	content: "\f1c5"
}

.fa-file-archive-o:before,
.fa-file-zip-o:before {
	content: "\f1c6"
}

.fa-file-audio-o:before,
.fa-file-sound-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-ring:before,
.fa-life-saver:before,
.fa-support:before {
	content: "\f1cd"
}

.fa-circle-o-notch:before {
	content: "\f1ce"
}

.fa-ra:before,
.fa-rebel:before,
.fa-resistance:before {
	content: "\f1d0"
}

.fa-empire:before,
.fa-ge:before {
	content: "\f1d1"
}

.fa-git-square:before {
	content: "\f1d2"
}

.fa-git:before {
	content: "\f1d3"
}

.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
	content: "\f1d4"
}

.fa-tencent-weibo:before {
	content: "\f1d5"
}

.fa-qq:before {
	content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
	content: "\f1d7"
}

.fa-paper-plane:before,
.fa-send:before {
	content: "\f1d8"
}

.fa-paper-plane-o:before,
.fa-send-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-futbol-o:before,
.fa-soccer-ball-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-ils:before,
.fa-shekel:before,
.fa-sheqel: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-bed:before,
.fa-hotel:before {
	content: "\f236"
}

.fa-viacoin:before {
	content: "\f237"
}

.fa-train:before {
	content: "\f238"
}

.fa-subway:before {
	content: "\f239"
}

.fa-medium:before {
	content: "\f23a"
}

.fa-y-combinator:before,
.fa-yc: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-full:before,
.fa-battery: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-paper-o:before,
.fa-hand-stop-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-television:before,
.fa-tv: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-american-sign-language-interpreting:before,
.fa-asl-interpreting:before {
	content: "\f2a3"
}

.fa-deaf:before,
.fa-deafness:before,
.fa-hard-of-hearing:before {
	content: "\f2a4"
}

.fa-glide:before {
	content: "\f2a5"
}

.fa-glide-g:before {
	content: "\f2a6"
}

.fa-sign-language:before,
.fa-signing: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-address-card:before,
.fa-vcard:before {
	content: "\f2bb"
}

.fa-address-card-o:before,
.fa-vcard-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-full:before,
.fa-thermometer: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-bath:before,
.fa-bathtub:before,
.fa-s15: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 {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 100%
}

*,
:after,
:before {
	-webkit-box-sizing: inherit;
	box-sizing: inherit
}

.modal-spinner {
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, .7);
	padding: 0
}

body {
	background-color: #fff;
	color: #333;
	font-family: Muli, Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.2;
	height: 100%
}

a {
	text-decoration: none
}

a,
a:active,
a:hover {
	color: #000
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: middle
}

section {
	position: relative
}

.wrapper {
	height: 100%;
}

#app {
    top: 59px;
	position: relative;
}

.content {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto
}

.page-container {
	max-width: 1434px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px
}

.page-container .text-container {
	width: 65%;
	text-align: center;
	margin: 0 auto;
	color: #747477;
    font-weight: 300;
    line-height: calc(.625vw + 20px);
    font-size: calc(.25vw + 16px);
    margin-bottom: 60px;
}

.imgCircle {
	width: 30%;
    padding-bottom: 30%;
	margin-right: 30px;
	margin-bottom: 30px;
	float: left;
	border-radius: 100%;
	background-size: cover;
}

@media (max-width:600px) {
	.imgCircle {
		width: 100%;
	    padding-bottom: 100%;
	    margin-right: 0;
	    float: none;
	}

}

.product-category-main .page-container .text-container {
	text-align: left;
	width: 82.5%;
}

.product-category-main .page-container .text-container img {
	margin-right: 30px;
	margin-bottom: 30px;
	float: left;
	max-width: 400px;
}

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

.icon {
	display: inline-block
}

.img-fluid {
	width: 100%;
	height: auto
}

@font-face {
	font-family: Roboto;
	font-weight: 400;
	src: local("Roboto"), local("Roboto-Regular");
	src: url(../fonts/Roboto-Regular.eot);
	src: url(../fonts/Roboto-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/Roboto-Regular.woff) format("woff"), url(../fonts/Roboto-Regular.ttf) format("truetype"), url(../fonts/Roboto-Regular.svg#Roboto-Regular) format("svg")
}

@font-face {
	font-family: Roboto;
	font-weight: 700;
	src: local("Roboto"), local("Roboto-Bold");
	src: url(../fonts/Roboto-Bold.eot);
	src: url(../fonts/Roboto-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/Roboto-Bold.woff) format("woff"), url(../fonts/Roboto-Bold.ttf) format("truetype"), url(../fonts/Roboto-Bold.svg#Roboto-Regular) format("svg")
}

@font-face {
	font-family: Muli;
	font-weight: 400;
	font-style: normal;
	src: local("Muli"), local("Muli-Regular");
	src: url(../fonts/Muli-Regular.eot);
	src: url(../fonts/Muli-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/Muli-Regular.woff) format("woff"), url(../fonts/Muli-Regular.ttf) format("truetype")
}

@font-face {
	font-family: Muli;
	font-weight: 400;
	font-style: italic;
	src: local("Muli"), local("Muli-Italic");
	src: url(../fonts/Muli-Italic.eot);
	src: url(../fonts/Muli-Italic.eot?#iefix) format("embedded-opentype"), url(../fonts/Muli-Italic.woff) format("woff"), url(../fonts/Muli-Italic.ttf) format("truetype")
}

@font-face {
	font-family: Muli;
	font-weight: 300;
	font-style: normal;
	src: local("Muli"), local("Muli-Light");
	src: url(../fonts/Muli-Light.eot);
	src: url(../fonts/Muli-Light.eot?#iefix) format("embedded-opentype"), url(../fonts/Muli-Light.woff) format("woff"), url(../fonts/Muli-Light.ttf) format("truetype")
}

@font-face {
	font-family: Muli;
	font-weight: 600;
	font-style: normal;
	src: local("Muli"), local("Muli-SemiBold");
	src: url(../fonts/Muli-SemiBold.eot);
	src: url(../fonts/Muli-SemiBold.eot?#iefix) format("embedded-opentype"), url(../fonts/Muli-SemiBold.woff) format("woff"), url(../fonts/Muli-SemiBold.ttf) format("truetype")
}

@font-face {
	font-family: Muli;
	font-weight: 900;
	font-style: normal;
	src: local("Muli"), local("Muli-Black");
	src: url(../fonts/Muli-Black.eot);
	src: url(../fonts/Muli-Black.eot?#iefix) format("embedded-opentype"), url(../fonts/Muli-Black.woff) format("woff"), url(../fonts/Muli-Black.ttf) format("truetype")
}

h1,
h2,
h3,
h4,
h5 {
	font-family: Muli, Helvetica, Arial, sans-serif
}

h1 {
	font-size: 42px
}

h2 {
	font-size: 60px
}

h3 {
	font-size: 28px
}

h4 {
	font-size: 18px
}

h5 {
	font-size: 16px
}

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto
}

.widget {
	margin: 0 0 1.5em
}

.widget>select {
	max-width: 100%
}

.sticky {
	display: block
}

.hentry {
	margin: 0 0 1.5em
}

.byline,
.updated:not(.published) {
	display: none
}

.group-blog>.byline,
.single>.byline {
	display: inline
}

.entry-content,
.entry-summary,
.page-content {
	margin: 1.5em 0 0
}

.page-links {
	clear: both;
	margin: 0 0 1.5em
}

.comment-content>a {
	word-wrap: break-word
}

.bypostauthor {
	display: block
}

.comment-content>.wp-smiley,
.entry-content>.wp-smiley,
.page-content>.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0
}

.wp-caption,
embed,
iframe,
object {
	max-width: 100%
}

.wp-caption {
	margin-bottom: 1.5em
}

.wp-caption>img[class*=wp-image-] {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.wp-caption-text {
	text-align: center
}

.wp-caption>.wp-caption-text {
	margin: .875em 0
}

.gallery {
	margin-bottom: 1.5em
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%
}

.gallery-columns-2>.gallery-item {
	max-width: 50%
}

.gallery-columns-3>.gallery-item {
	max-width: 33.33%
}

.gallery-columns-4>.gallery-item {
	max-width: 25%
}

.gallery-columns-5>.gallery-item {
	max-width: 20%
}

.gallery-columns-6>.gallery-item {
	max-width: 16.66%
}

.gallery-columns-7>.gallery-item {
	max-width: 14.28%
}

.gallery-columns-8>.gallery-item {
	max-width: 12.5%
}

.gallery-columns-9>.gallery-item {
	max-width: 11.11%
}

.gallery-caption {
	display: block
}

input[type=email],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
	font-family: inherit;
	width: 100%;
	max-width: 100%;
	background: none;
	outline: 0 none;
	border: 1px solid #dedede;
	padding: 15px;
	color: #333;
	background-color: #fff;
	margin-top: 8px;
	margin-bottom: 12px
}

.btn {
	vertical-align: middle;
	background: none;
	outline: none;
	border: none;
	border-radius: 0;
	padding: 8px 25px;
	background-color: #000;
	color: #fff
}

.btn,
.button {
	display: inline-block;
	text-transform: uppercase
}

.button {
	position: relative;
	margin: 0;
	padding: 15px 35px;
	font-size: 12px;
	color: #9e1d29;
	background-color: #fff
}

@media (min-width:320px) {
	.button {
		font-size: calc(.25vw + 11.2px)
	}
}

@media (min-width:1920px) {
	.button {
		font-size: 16px
	}
}

.button:after,
.button:before {
	position: absolute;
	content: "";
	top: 0;
	left: -6px;
	bottom: 0;
	width: 3px;
	background-color: #fff;
	-webkit-transition: .2s;
	transition: .2s
}

.button:after {
	left: auto;
	right: -6px
}

.button:hover {
	color: #9e1d29
}

.button:hover:after,
.button:hover:before {
	width: 7px
}

.blue__link,
.main-slider__link {
	margin-left: 6px
}

.blue__link {
	color: #fff
}

.blue__link,
.blue__link:after,
.blue__link:before {
	background-color: #9e1d29
}

.blue__link:hover {
	color: #fff
}

.light-blue__link {
	margin-left: 6px;
	color: #fff
}

.light-blue__link,
.light-blue__link:after,
.light-blue__link:before {
	background-color: #b35e66
}

.product-page__category__rectangle .light-blue__link, 
.product-page__category__rectangle .light-blue__link:after, 
.product-page__category__rectangle .light-blue__link:before {
	background-color: #9e1d29;
}

.light-blue__link:hover {
	color: #fff
}

.swiper-button-prev {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAUCAMAAACknt2MAAAAAXNSR0IB2cksfwAAAGNQTFRFAAAAmZmZmZmZqqqqmpqamZmZmZmZmZmZ////mZmZmpqamZmZmZmZmpqaqqqqmZmZmZmZl5eXnJycmJiYmpqamZmZmZmZmZmZmpqalpaWmZmZmZmZmZmZmZmZmpqamZmZmZmZ5C9qEgAAACF0Uk5TAIe2Boj/UHgBcJdp/WADm3sgH6TJsuijMBGqpZP+R74KlDYJ+gAAAGNJREFUeJyt0TcSgDAMRNE1RuScM9z/lKihYJAoGH6p10g2cGUcCzmXyFPFFyFgCWWJiOI/JUlFyXKionxWZahJqUGrUQfL1g9CI2AnbUFeZP5o6tFvD8K26MYftm6amf24D06E3AfB+jc8lQAAAABJRU5ErkJggg==);
	background-repeat: no-repeat;
	background-position: 50%;
	-webkit-transition: .5s;
	transition: .5s
}

.swiper-button-prev:hover {
	background: url('/wp-content/themes/surface-theme/dist/images/left-arrow.png');
	background-repeat: no-repeat;
	background-position: 50%
}

.swiper-button-next {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAUCAYAAACTQC2+AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDoAABSCAABFVgAADqXAAAXb9daH5AAAAC6SURBVHja3NUhDgJBDIXhEpIVOE4AR+AWWI6AxSFJOAB4kt39H+sAU7kCiecmXAIGgxhJCF2xTZ4Z8yVNpzX7sYARcAN2FlmS5sALSJL2oRiwAtInh5TSoBNMUtUp5u7Drtp46S3m7l6YmVlZlmNJs38GOGVY6+6FAY/sMSqtSbpHQ3Vdn83dh03TTKqqmv4rwDaDjiFDIWkJPEM/cCdbolfIOkP2UcgmR6JWzSIcMTNz9wK4fnvK3wMA3CCzMwU+UYQAAAAASUVORK5CYII=);
	background-repeat: no-repeat;
	background-position: 50%;
	-webkit-transition: .5s;
	transition: .5s
}

.swiper-button-next:hover {
	background: url('/wp-content/themes/surface-theme/dist/images/right-arrow.png');
	background-repeat: no-repeat;
	background-position: 50%
}

.swiper-button-prev-custom {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAUCAMAAACknt2MAAAAAXNSR0IB2cksfwAAAGNQTFRFAAAAmZmZmZmZqqqqmpqamZmZmZmZmZmZ////mZmZmpqamZmZmZmZmpqaqqqqmZmZmZmZl5eXnJycmJiYmpqamZmZmZmZmZmZmpqalpaWmZmZmZmZmZmZmZmZmpqamZmZmZmZ5C9qEgAAACF0Uk5TAIe2Boj/UHgBcJdp/WADm3sgH6TJsuijMBGqpZP+R74KlDYJ+gAAAGNJREFUeJyt0TcSgDAMRNE1RuScM9z/lKihYJAoGH6p10g2cGUcCzmXyFPFFyFgCWWJiOI/JUlFyXKionxWZahJqUGrUQfL1g9CI2AnbUFeZP5o6tFvD8K26MYftm6amf24D06E3AfB+jc8lQAAAABJRU5ErkJggg==);
	background-repeat: no-repeat;
	background-position: 50%;
	-webkit-transition: .5s;
	transition: .5s
}

.swiper-button-prev-custom:hover {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAUCAYAAACTQC2+AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDoAABSCAABFVgAADqXAAAXb9daH5AAAACaSURBVHja5NShDcJAFIDhI00qcEwAI7AFlhGwOCQJA7QegUACBolA4tmEJeBDEELTIAjpq4A/eebEfebupfRBKHBCN0WF0qMbRhFAB0uvplHIKhrJ2kJ2P4Hk2LeBHCrIBsOGp5dqSFSXhG0L0Pn5CNaVwwUGDU4f2bsPesUkcqfFb4O/wcoKNkuR1bB5m9g4GitwRP7tHfcBAJsmfPB7zcAWAAAAAElFTkSuQmCC);
	background-repeat: no-repeat;
	background-position: 50%
}

@media (max-width:767.98px) {
	.swiper-button-prev-custom:hover {
		background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAUCAYAAACTQC2+AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDoAABSCAABFVgAADqXAAAXb9daH5AAAADCSURBVHja5NWhCgJBFAXQKwsbbH6BfoJ/YbVsNwmb5i0WwbJt7QaDUbeMdxAUjHb/xJ/QMSi6gkFk3wS9cNPAnDLzHvBJDAsYHjDcNaEW4RRCD+EFhj0FwTeQcXZHPISpDmI410USG4VCyh9AchtDnA2AcPtAMi4htltr07KFF0St6xMgbqUPuePtEYhbVA4mkE2nto5cG4mN3n3QM8QN9GZakGnwH9hzPXiIE6imimUch8OEfV3MsIBwj9zG315xHQBvnS8eF/7/KwAAAABJRU5ErkJggg==);
		background-repeat: no-repeat;
		background-position: 50%
	}
}

.swiper-button-next-custom {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAUCAYAAACTQC2+AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDoAABSCAABFVgAADqXAAAXb9daH5AAAAC6SURBVHja3NUhDgJBDIXhEpIVOE4AR+AWWI6AxSFJOAB4kt39H+sAU7kCiecmXAIGgxhJCF2xTZ4Z8yVNpzX7sYARcAN2FlmS5sALSJL2oRiwAtInh5TSoBNMUtUp5u7Drtp46S3m7l6YmVlZlmNJs38GOGVY6+6FAY/sMSqtSbpHQ3Vdn83dh03TTKqqmv4rwDaDjiFDIWkJPEM/cCdbolfIOkP2UcgmR6JWzSIcMTNz9wK4fnvK3wMA3CCzMwU+UYQAAAAASUVORK5CYII=);
	background-repeat: no-repeat;
	background-position: 50%;
	-webkit-transition: .5s;
	transition: .5s
}

.swiper-button-next-custom:hover {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAUCAMAAACknt2MAAAAAXNSR0IB2cksfwAAAGNQTFRFAAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////mkUNoAAAACF0Uk5TAAa2h1D/iHhwAWmXYP0DHyB7m8mk6LIRMKOqpZNH/gq+6Jqw9QAAAGJJREFUeJyt0scKgEAMRdGMGtvo2Hv9/690cCNiniB4t2cTkhDdUo5LII/ZRxa8WGgtAhYz678tSU8zWf6sYC4NVQyqqUHUUtcLDVYUGnGEMpnvorHIq7Ayy7Ks8Fzbfj3AAV9eB7fkQbv2AAAAAElFTkSuQmCC);
	background-repeat: no-repeat;
	background-position: 50%
}

@media (max-width:767.98px) {
	.swiper-button-next-custom:hover {
		background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAUCAMAAACknt2MAAAAAXNSR0IB2cksfwAAAGNQTFRFAAAAAICqAHCsAG+sAHCsAHCsAHCsAHGsAHCtAAD/AHCsAG+sAHCtAHCsAFWqAHOtAHCvAHCsAHCtAHCtAHCtAHCrAHCsAGmlAHCqAHGsAHCtAG+sAHGsAG+sAHCsAGazAG+sKatOlQAAACF0Uk5TAAa2h1D/iHhwAWmXYP0DHyB7m8mk6LIRMKOqpZNH/gq+6Jqw9QAAAGJJREFUeJyt0scKgEAMRdGMGtvo2Hv9/690cCNiniB4t2cTkhDdUo5LII/ZRxa8WGgtAhYz678tSU8zWf6sYC4NVQyqqUHUUtcLDVYUGnGEMpnvorHIq7Ayy7Ks8Fzbfj3AAV9eB7fkQbv2AAAAAElFTkSuQmCC);
		background-repeat: no-repeat;
		background-position: 50%
	}
}

.single-page-projects__link-prev,
.single-page-sectors__link-prev {
	display: inline-block;
	padding-top: 2px;
	margin-right: 35px;
	width: 65px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAUCAMAAACknt2MAAAAAXNSR0IB2cksfwAAAGNQTFRFAAAAmZmZmZmZqqqqmpqamZmZmZmZmZmZ////mZmZmpqamZmZmZmZmpqaqqqqmZmZmZmZl5eXnJycmJiYmpqamZmZmZmZmZmZmpqalpaWmZmZmZmZmZmZmZmZmpqamZmZmZmZ5C9qEgAAACF0Uk5TAIe2Boj/UHgBcJdp/WADm3sgH6TJsuijMBGqpZP+R74KlDYJ+gAAAGNJREFUeJyt0TcSgDAMRNE1RuScM9z/lKihYJAoGH6p10g2cGUcCzmXyFPFFyFgCWWJiOI/JUlFyXKionxWZahJqUGrUQfL1g9CI2AnbUFeZP5o6tFvD8K26MYftm6amf24D06E3AfB+jc8lQAAAABJRU5ErkJggg==);
	background-repeat: no-repeat;
	background-position: 0;
	text-align: right;
	-webkit-transition: .5s;
	transition: .5s;
	color: #999;
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase
}

.single-page-projects__link-prev:hover,
.single-page-sectors__link-prev:hover {
	background: url('/wp-content/themes/surface-theme/dist/images/left-arrow.png');
	background-repeat: no-repeat;
	background-position: 0;
	color: #9e1d29!important
}

.single-page-projects__link-next,
.single-page-sectors__link-next {
	display: inline-block;
	padding-top: 2px;
	width: 65px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAUCAYAAACTQC2+AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDoAABSCAABFVgAADqXAAAXb9daH5AAAAC6SURBVHja3NUhDgJBDIXhEpIVOE4AR+AWWI6AxSFJOAB4kt39H+sAU7kCiecmXAIGgxhJCF2xTZ4Z8yVNpzX7sYARcAN2FlmS5sALSJL2oRiwAtInh5TSoBNMUtUp5u7Drtp46S3m7l6YmVlZlmNJs38GOGVY6+6FAY/sMSqtSbpHQ3Vdn83dh03TTKqqmv4rwDaDjiFDIWkJPEM/cCdbolfIOkP2UcgmR6JWzSIcMTNz9wK4fnvK3wMA3CCzMwU+UYQAAAAASUVORK5CYII=);
	background-repeat: no-repeat;
	background-position: 100%;
	text-align: left;
	-webkit-transition: .5s;
	transition: .5s;
	color: #999;
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase
}

.single-page-projects__link-next:hover,
.single-page-sectors__link-next:hover {
	background: url('/wp-content/themes/surface-theme/dist/images/right-arrow.png');
	background-repeat: no-repeat;
	background-position: 100%;
	color: #9e1d29!important
}

.contact-form__container {
	padding-top: 75px;
	padding-bottom: 75px
}

.home .contact-form__container {
	padding-top: 0;
}

@media (max-width:991.98px) {
	.contact-form__container {
		padding-bottom: 50px
	}
}

.contact-form__container form {
	width: 80%;
	position: relative;
	padding-bottom: 65px
}

@media (max-width:768px) {
	.contact-form__container form {
		width: 100%
	}
}

.contact-form__container form .wpcf7-not-valid-tip {
	font-size: 12px;
	font-weight: 300;
	line-height: 30px;
	color: #ff375d;
	position: absolute;
	width: 100%;
	bottom: -38px;
	left: 0
}

.contact-form__container form .wpcf7-validation-errors {
	border: none;
	width: 100%;
	font-size: 14px;
	font-size: 12px;
	font-weight: 300;
	line-height: 16px;
	text-align: center;
	color: #ff375d;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	bottom: 20px
}

@media (min-width:320px) {
	.contact-form__container form .wpcf7-validation-errors {
		font-size: calc(.125vw + 11.6px)
	}
}

@media (min-width:1920px) {
	.contact-form__container form .wpcf7-validation-errors {
		font-size: 14px
	}
}

.contact-form__container form .wpcf7-mail-sent-ok {
	border: none;
	width: 100%;
	margin: 0;
	font-size: 12px;
	font-weight: 300;
	line-height: 16px;
	text-align: center;
	color: #fff;
	padding: 0;
	position: absolute;
	left: 0;
	bottom: 20px
}

@media (min-width:320px) {
	.contact-form__container form .wpcf7-mail-sent-ok {
		font-size: calc(.125vw + 11.6px)
	}
}

@media (min-width:1920px) {
	.contact-form__container form .wpcf7-mail-sent-ok {
		font-size: 14px
	}
}

@media (max-width:991.98px) {
	.contact-form__container {
		padding-top: 50px;
		padding-bottom: 50px
	}
}

@media (max-width:575.98px) {
	.contact-form__container {
		padding-top: 20px;
		padding-bottom: 35px
	}
}

.contact-form__container .about-page__contact-form__flex-background {
	background-repeat: no-repeat;
	background-position: 50%;
	background-image: url(../images/contact-form-background.png);
	background-size: cover;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0
}

@media (max-width:768px) {
	.contact-form__container .about-page__contact-form__flex-background {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding-top: 60px
	}
}

.contact-form__container .about-page__contact-form__left-content {
	width: 50%;
	padding-left: 8%
}

@media (max-width:768px) {
	.contact-form__container .about-page__contact-form__left-content {
		width: 100%;
		padding-right: 8%;
		margin-bottom: 8%
	}
}

.contact-form__container .about-page__contact-form__left-content h5 {
	font-size: 28px;
	line-height: 20px;
	color: #fff;
	font-weight: 600;
	margin: 0
}

@media (min-width:320px) {
	.contact-form__container .about-page__contact-form__left-content h5 {
		font-size: calc(.75vw + 25.6px)
	}
}

@media (min-width:1920px) {
	.contact-form__container .about-page__contact-form__left-content h5 {
		font-size: 40px
	}
}

@media (min-width:320px) {
	.contact-form__container .about-page__contact-form__left-content h5 {
		line-height: calc(.625vw + 18px)
	}
}

@media (min-width:1920px) {
	.contact-form__container .about-page__contact-form__left-content h5 {
		line-height: 30px
	}
}

.contact-form__container .about-page__contact-form__right-content {
	width: 50%;
	padding-left: 4%;
	padding-top: 60px
}

@media (max-width:768px) {
	.contact-form__container .about-page__contact-form__right-content {
		width: 100%;
		padding-left: 8%;
		padding-right: 8%;
		padding-top: 8%
	}
}

.contact-form__container .about-page__contact-form__right-content h5 {
	font-size: 28px;
	line-height: 30px;
	color: #fff;
	font-weight: 600;
	margin: 0
}

@media (min-width:320px) {
	.contact-form__container .about-page__contact-form__right-content h5 {
		font-size: calc(.75vw + 25.6px)
	}
}

@media (min-width:1920px) {
	.contact-form__container .about-page__contact-form__right-content h5 {
		font-size: 40px
	}
}

@media (min-width:320px) {
	.contact-form__container .about-page__contact-form__right-content h5 {
		line-height: calc(.75vw + 27.6px)
	}
}

@media (min-width:1920px) {
	.contact-form__container .about-page__contact-form__right-content h5 {
		line-height: 42px
	}
}

.contact-form__container .about-page__contact-form__contact-box-flex {
	margin-top: 30px
}

@media (max-width:575.98px) {
	.contact-form__container .about-page__contact-form__contact-box-flex {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row
	}
}

@media (max-width:399.98px) {
	.contact-form__container .about-page__contact-form__contact-box-flex {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.contact-form__container .about-page__contact-form__contact-box {
	font-size: 12px;
	line-height: 18px;
	color: #fff;
	font-weight: 300;
	margin-right: 35px
}

@media (min-width:320px) {
	.contact-form__container .about-page__contact-form__contact-box {
		font-size: calc(.125vw + 11.6px)
	}
}

@media (min-width:1920px) {
	.contact-form__container .about-page__contact-form__contact-box {
		font-size: 14px
	}
}

@media (min-width:320px) {
	.contact-form__container .about-page__contact-form__contact-box {
		line-height: calc(.75vw + 15.6px)
	}
}

@media (min-width:1920px) {
	.contact-form__container .about-page__contact-form__contact-box {
		line-height: 30px
	}
}

@media (max-width:991.98px) {
	.contact-form__container .about-page__contact-form__contact-box {
		margin-right: 10px
	}
}

@media (max-width:767.98px) {
	.contact-form__container .about-page__contact-form__contact-box {
		margin-right: 45px
	}
}

@media (max-width:667.98px) {
	.contact-form__container .about-page__contact-form__contact-box {
		margin-right: 15px
	}
}

@media (max-width:575.98px) {
	.contact-form__container .about-page__contact-form__contact-box {
		margin-right: 0
	}
}

.contact-form__container .about-page__contact-form__contact-box a {
	color: #fff
}

.contact-form__container .about-page__contact-form__contact-box p {
	margin: 0
}

@media (max-width:399.98px) {
	.contact-form__container .about-page__contact-form__contact-box p {
		display: inline-block
	}
}

@media (max-width:399.98px) {
	.contact-form__container .about-page__contact-form__contact-box .flex {
		margin-top: 7px
	}
}

.contact-form__container .about-page__contact-form__contact-box .fa {
	color: #fff;
	font-size: 1.2rem;
	display: inline-block;
	padding-top: 3px;
	width: 25px;
	text-align: center
}

@media (max-width:575.98px) {
	.contact-form__container .about-page__contact-form__contact-box .fa {
		padding-top: 0
	}
}

.contact-form__container .about-page__contact-form__contact-box .fa-envelope {
	font-size: 15px;
	padding-top: 6px
}

@media (max-width:575.98px) {
	.contact-form__container .about-page__contact-form__contact-box .fa-envelope {
		padding-top: 0
	}
}

.contact-form__container .about-page__contact-form__contact-box .fa-mobile {
	font-size: 23px
}

.about-page__contact-form__flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style: none;
	padding-left: 0
}

.about-page__contact-form__flex .about-page__contact-form__name-width {
	width: 100%
}

.about-page__contact-form__flex .about-page__contact-form__email-width {
	width: 49%
}

@media (max-width:768px) {
	.about-page__contact-form__flex .about-page__contact-form__email-width {
		width: 100%
	}
}

.about-page__contact-form__flex .about-page__contact-form__phone-width {
	width: 49%;
	margin-left: 2%
}

@media (max-width:768px) {
	.about-page__contact-form__flex .about-page__contact-form__phone-width {
		width: 100%;
		margin-left: 0
	}
}

.about-page__contact-form__flex .about-page__contact-form__textarea-width {
	width: 100%
}

.about-page__contact-form__flex .about-page__contact-form__email,
.about-page__contact-form__flex .about-page__contact-form__name,
.about-page__contact-form__flex .about-page__contact-form__phone {
	background-color: #ad4b54;
	border-color: transparent;
	font-size: 12px;
	line-height: 18px;
	color: #fff;
	font-weight: 300;
	height: 46px;
	position: relative
}

@media (min-width:320px) {
	.about-page__contact-form__flex .about-page__contact-form__email,
	.about-page__contact-form__flex .about-page__contact-form__name,
	.about-page__contact-form__flex .about-page__contact-form__phone {
		font-size: calc(.25vw + 11.2px)
	}
}

@media (min-width:1920px) {
	.about-page__contact-form__flex .about-page__contact-form__email,
	.about-page__contact-form__flex .about-page__contact-form__name,
	.about-page__contact-form__flex .about-page__contact-form__phone {
		font-size: 16px
	}
}

@media (min-width:320px) {
	.about-page__contact-form__flex .about-page__contact-form__email,
	.about-page__contact-form__flex .about-page__contact-form__name,
	.about-page__contact-form__flex .about-page__contact-form__phone {
		line-height: calc(.75vw + 15.6px)
	}
}

@media (min-width:1920px) {
	.about-page__contact-form__flex .about-page__contact-form__email,
	.about-page__contact-form__flex .about-page__contact-form__name,
	.about-page__contact-form__flex .about-page__contact-form__phone {
		line-height: 30px
	}
}

.about-page__contact-form__flex ::-webkit-input-placeholder {
	color: #fff!important;
	opacity: 1
}

.about-page__contact-form__flex :-moz-placeholder {
	color: #fff!important;
	opacity: 1
}

.about-page__contact-form__flex :-ms-input-placeholder {
	color: #fff!important;
	opacity: 1
}

.about-page__contact-form__flex .about-page__contact-form__textarea {
	background-color: #ad4b54;
	border-color: transparent;
	font-size: 12px;
	line-height: 18px;
	color: #fff;
	font-weight: 300
}

@media (min-width:320px) {
	.about-page__contact-form__flex .about-page__contact-form__textarea {
		font-size: calc(.25vw + 11.2px)
	}
}

@media (min-width:1920px) {
	.about-page__contact-form__flex .about-page__contact-form__textarea {
		font-size: 16px
	}
}

@media (min-width:320px) {
	.about-page__contact-form__flex .about-page__contact-form__textarea {
		line-height: calc(.75vw + 15.6px)
	}
}

@media (min-width:1920px) {
	.about-page__contact-form__flex .about-page__contact-form__textarea {
		line-height: 30px
	}
}

.about-page__contact-form__submit-hover {
	display: block;
	position: relative;
	width: 162px;
	height: 46px;
	margin: 0 auto;
	font-size: 12px;
	color: #9e1d29;
	text-transform: uppercase;
	background-color: #fff;
	border: none
}

@media (min-width:320px) {
	.about-page__contact-form__submit-hover {
		font-size: calc(.25vw + 11.2px)
	}
}

@media (min-width:1920px) {
	.about-page__contact-form__submit-hover {
		font-size: 16px
	}
}

.about-page__contact-form__submit-hover:after,
.about-page__contact-form__submit-hover:before {
	position: absolute;
	content: "";
	top: 0;
	left: -6px;
	bottom: 0;
	width: 3px;
	background-color: #fff;
	-webkit-transition: .2s;
	transition: .2s
}

.about-page__contact-form__submit-hover:after {
	left: auto;
	right: -6px
}

.about-page__contact-form__submit-hover:hover {
	color: #9e1d29
}

.about-page__contact-form__submit-hover:hover:after,
.about-page__contact-form__submit-hover:hover:before {
	width: 7px
}

.about-page__contact-form__submit-hover .about-page__contact-form__submit {
	height: 100%;
	width: 100%;
	border: none;
	background: transparent;
	color: #9e1d29;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	text-transform: uppercase
}

.about-page__contact-form__submit-hover .about-page__contact-form__submit:focus {
	outline: none!important
}

.modal-submit {
	padding-top: 20vh
}

@media (max-width:399.98px) {
	.modal-submit {
		padding-top: 30vh
	}
}

@media (max-width:349.98px) {
	.modal-submit {
		padding-top: 35vh
	}
}

.modal-submit .modal {
	padding: 15px
}

.modal-submit #contact-form-popup {
	background-color: #9e1d29
}

.modal-submit .modal a.close-modal[class*=icon-] {
	top: 15px;
	right: 15px;
	width: 20px;
	height: 20px;
	color: #fff;
	line-height: 1.25;
	text-align: center;
	text-decoration: none;
	text-indent: 0;
	background: transparent;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}

.modal-submit .modal a.close-modal[class*=icon-]:after,
.modal-submit .modal a.close-modal[class*=icon-]:before {
	position: absolute;
	left: 15px;
	content: " ";
	height: 15px;
	width: 2px;
	background-color: #fff
}

.modal-submit .modal a.close-modal[class*=icon-]:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.modal-submit .modal a.close-modal[class*=icon-]:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.contact-form-popup__container {
	padding-top: 25px;
	padding-bottom: 0
}

.contact-form-popup__container form {
	width: 100%;
	position: relative;
	padding-bottom: 20px
}

@media (max-width:768px) {
	.contact-form-popup__container form {
		width: 100%
	}
}

.contact-form-popup__container form .wpcf7-not-valid-tip {
	font-size: 12px;
	font-weight: 300;
	line-height: 30px;
	color: #ff375d;
	position: absolute;
	width: 100%;
	bottom: -38px;
	left: 0
}

.contact-form-popup__container form .wpcf7-validation-errors {
	border: none;
	width: 100%;
	font-size: 14px;
	font-size: 12px;
	font-weight: 300;
	line-height: 16px;
	text-align: center;
	color: #ff375d;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	bottom: 10px
}

@media (min-width:320px) {
	.contact-form-popup__container form .wpcf7-validation-errors {
		font-size: calc(.125vw + 11.6px)
	}
}

@media (min-width:1920px) {
	.contact-form-popup__container form .wpcf7-validation-errors {
		font-size: 14px
	}
}

.contact-form-popup__container form .wpcf7-mail-sent-ok {
	border: none;
	width: 100%;
	margin: 0;
	font-size: 12px;
	font-weight: 300;
	line-height: 16px;
	text-align: center;
	color: #fff;
	padding: 0;
	position: absolute;
	left: 0;
	bottom: 10px
}

@media (min-width:320px) {
	.contact-form-popup__container form .wpcf7-mail-sent-ok {
		font-size: calc(.125vw + 11.6px)
	}
}

@media (min-width:1920px) {
	.contact-form-popup__container form .wpcf7-mail-sent-ok {
		font-size: 14px
	}
}

.contact-form-popup__container h5 {
	font-size: 18px;
	line-height: 26px;
	color: #fff;
	font-weight: 600;
	margin: 0;
	text-align: center
}

@media (min-width:320px) {
	.contact-form-popup__container h5 {
		font-size: calc(.375vw + 16.8px)
	}
}

@media (min-width:1920px) {
	.contact-form-popup__container h5 {
		font-size: 24px
	}
}

@media (min-width:320px) {
	.contact-form-popup__container h5 {
		line-height: calc(.25vw + 25.2px)
	}
}

@media (min-width:1920px) {
	.contact-form-popup__container h5 {
		line-height: 30px
	}
}

.contact-form-popup__container .about-page__contact-form__contact-box-flex {
	margin-top: 30px
}

@media (max-width:575.98px) {
	.contact-form-popup__container .about-page__contact-form__contact-box-flex {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row
	}
}

@media (max-width:399.98px) {
	.contact-form-popup__container .about-page__contact-form__contact-box-flex {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.contact-form-popup__container .about-page__contact-form__flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style: none;
	padding-left: 0
}

.contact-form-popup__container .about-page__contact-form__flex .about-page__contact-form__name-width {
	width: 100%
}

.contact-form-popup__container .about-page__contact-form__flex .about-page__contact-form__email-width {
	width: 49%
}

@media (max-width:768px) {
	.contact-form-popup__container .about-page__contact-form__flex .about-page__contact-form__email-width {
		width: 100%
	}
}

.contact-form-popup__container .about-page__contact-form__flex .about-page__contact-form__phone-width {
	width: 49%;
	margin-left: 2%
}

@media (max-width:768px) {
	.contact-form-popup__container .about-page__contact-form__flex .about-page__contact-form__phone-width {
		width: 100%;
		margin-left: 0
	}
}

.contact-form-popup__container .about-page__contact-form__flex .about-page__contact-form__textarea-width {
	width: 100%
}

.contact-form-popup__container .about-page__contact-form__flex .about-page__contact-form__email,
.contact-form-popup__container .about-page__contact-form__flex .about-page__contact-form__name,
.contact-form-popup__container .about-page__contact-form__flex .about-page__contact-form__phone {
	background-color: #ad4b54;
	border-color: transparent;
	font-size: 12px;
	line-height: 18px;
	color: #fff;
	font-weight: 300;
	height: 46px;
	position: relative
}

@media (min-width:320px) {
	.contact-form-popup__container .about-page__contact-form__flex .about-page__contact-form__email,
	.contact-form-popup__container .about-page__contact-form__flex .about-page__contact-form__name,
	.contact-form-popup__container .about-page__contact-form__flex .about-page__contact-form__phone {
		font-size: calc(.25vw + 11.2px)
	}
}

@media (min-width:1920px) {
	.contact-form-popup__container .about-page__contact-form__flex .about-page__contact-form__email,
	.contact-form-popup__container .about-page__contact-form__flex .about-page__contact-form__name,
	.contact-form-popup__container .about-page__contact-form__flex .about-page__contact-form__phone {
		font-size: 16px
	}
}

@media (min-width:320px) {
	.contact-form-popup__container .about-page__contact-form__flex .about-page__contact-form__email,
	.contact-form-popup__container .about-page__contact-form__flex .about-page__contact-form__name,
	.contact-form-popup__container .about-page__contact-form__flex .about-page__contact-form__phone {
		line-height: calc(.75vw + 15.6px)
	}
}

@media (min-width:1920px) {
	.contact-form-popup__container .about-page__contact-form__flex .about-page__contact-form__email,
	.contact-form-popup__container .about-page__contact-form__flex .about-page__contact-form__name,
	.contact-form-popup__container .about-page__contact-form__flex .about-page__contact-form__phone {
		line-height: 30px
	}
}

.contact-form-popup__container .about-page__contact-form__flex ::-webkit-input-placeholder {
	color: #fff!important;
	opacity: 1
}

.contact-form-popup__container .about-page__contact-form__flex :-moz-placeholder {
	color: #fff!important;
	opacity: 1
}

.contact-form-popup__container .about-page__contact-form__flex :-ms-input-placeholder {
	color: #fff!important;
	opacity: 1
}

.contact-form-popup__container .about-page__contact-form__flex .about-page__contact-form__textarea {
	background-color: #ad4b54;
	border-color: transparent;
	font-size: 12px;
	line-height: 18px;
	color: #fff;
	font-weight: 300
}

@media (min-width:320px) {
	.contact-form-popup__container .about-page__contact-form__flex .about-page__contact-form__textarea {
		font-size: calc(.25vw + 11.2px)
	}
}

@media (min-width:1920px) {
	.contact-form-popup__container .about-page__contact-form__flex .about-page__contact-form__textarea {
		font-size: 16px
	}
}

@media (min-width:320px) {
	.contact-form-popup__container .about-page__contact-form__flex .about-page__contact-form__textarea {
		line-height: calc(.75vw + 15.6px)
	}
}

@media (min-width:1920px) {
	.contact-form-popup__container .about-page__contact-form__flex .about-page__contact-form__textarea {
		line-height: 30px
	}
}

.contact-form-popup__container .about-page__contact-form__submit-hover {
	display: block;
	position: relative;
	width: 162px;
	height: 46px;
	margin: 0 auto 25px;
	font-size: 12px;
	color: #9e1d29;
	text-transform: uppercase;
	background-color: #fff;
	border: none
}

@media (min-width:320px) {
	.contact-form-popup__container .about-page__contact-form__submit-hover {
		font-size: calc(.25vw + 11.2px)
	}
}

@media (min-width:1920px) {
	.contact-form-popup__container .about-page__contact-form__submit-hover {
		font-size: 16px
	}
}

.contact-form-popup__container .about-page__contact-form__submit-hover:after,
.contact-form-popup__container .about-page__contact-form__submit-hover:before {
	position: absolute;
	content: "";
	top: 0;
	left: -6px;
	bottom: 0;
	width: 3px;
	background-color: #fff;
	-webkit-transition: .2s;
	transition: .2s
}

.contact-form-popup__container .about-page__contact-form__submit-hover:after {
	left: auto;
	right: -6px
}

.contact-form-popup__container .about-page__contact-form__submit-hover:hover {
	color: #9e1d29
}

.contact-form-popup__container .about-page__contact-form__submit-hover:hover:after,
.contact-form-popup__container .about-page__contact-form__submit-hover:hover:before {
	width: 7px
}

.contact-form-popup__container .about-page__contact-form__submit-hover .about-page__contact-form__submit {
	height: 100%;
	width: 100%;
	border: none;
	background: transparent;
	color: #9e1d29;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	text-transform: uppercase
}

.contact-form-popup__container .about-page__contact-form__submit-hover .about-page__contact-form__submit:focus {
	outline: none!important
}

aside .widget-title {
	font-size: 20px;
	line-height: 20px;
	color: #9e1d29;
	font-size: 24px;
	text-align: center;
	font-weight: 600;
	margin-top: 20px;
	margin-bottom: 35px
}

@media (min-width:320px) {
	aside .widget-title {
		font-size: calc(.25vw + 19.2px)
	}
}

@media (min-width:1920px) {
	aside .widget-title {
		font-size: 24px
	}
}

@media (min-width:320px) {
	aside .widget-title {
		line-height: calc(.625vw + 18px)
	}
}

@media (min-width:1920px) {
	aside .widget-title {
		line-height: 30px
	}
}

@media (max-width:1199.98px) {
	aside .widget-title {
		margin-bottom: 20px
	}
}

aside .widget {
	margin: 0 0 30px
}

aside #searchform {
	position: relative
}

aside #searchform input[type=text] {
	margin: 0;
	width: 100%;
	padding: 10px 35px 10px 10px;
	height: 46px;
	border: none;
	-webkit-box-shadow: 0 6px 27px rgba(72, 72, 72, .14);
	box-shadow: 0 6px 27px rgba(72, 72, 72, .14);
	background-color: #fff;
	opacity: .9
}

aside #searchform input[type=text]::-ms-clear,
aside #searchform input[type=text]::-ms-reveal {
	display: none;
	width: 0;
	height: 0
}

aside #searchform input[type=submit] {
	min-width: 46px;
	border: none;
	right: 0;
	outline: none;
	top: 0;
	width: 46px;
	height: 46px;
	position: absolute;
	background: url('/wp-content/themes/surface-theme/dist/images/search.png') no-repeat 50%
}

aside .widget_categories {
	-webkit-box-shadow: 0 3px 27px rgba(72, 72, 72, .14), inset 0 -3px 0 #9e1d29;
	box-shadow: 0 3px 27px rgba(72, 72, 72, .14), inset 0 -3px 0 #9e1d29;
	background-color: #fff;
	opacity: .9;
	padding: 15px 30px 1px
}

aside .widget_categories ul {
	list-style: none;
	padding-left: 0
}

aside .widget_categories .children {
	margin-top: 30px
}

aside .widget_categories .cat-item {
	margin-bottom: 30px
}

aside .widget_categories a {
	color: #9e1d29;
	font-size: 14px;
	line-height: 16px;
	font-weight: 300;
	-webkit-transition: .5s;
	transition: .5s
}

@media (min-width:320px) {
	aside .widget_categories a {
		font-size: calc(.25vw + 13.2px)
	}
}

@media (min-width:1920px) {
	aside .widget_categories a {
		font-size: 18px
	}
}

@media (min-width:320px) {
	aside .widget_categories a {
		line-height: calc(.5vw + 14.4px)
	}
}

@media (min-width:1920px) {
	aside .widget_categories a {
		line-height: 24px
	}
}

aside .widget_categories a:hover {
	padding-left: 10px;
	-webkit-transition: .5s;
	transition: .5s
}

aside .recent-posts-widget-with-thumbnails {
	-webkit-box-shadow: 0 3px 27px rgba(72, 72, 72, .14), inset 0 -3px 0 #9e1d29;
	box-shadow: 0 3px 27px rgba(72, 72, 72, .14), inset 0 -3px 0 #9e1d29;
	background-color: #fff;
	opacity: .9;
	padding: 15px 30px
}

aside .recent-posts-widget-with-thumbnails .rpwwt-post-title {
	font-size: 16px;
	line-height: 18px;
	font-weight: 300;
	color: #9e1d29
}

@media (min-width:320px) {
	aside .recent-posts-widget-with-thumbnails .rpwwt-post-title {
		font-size: 16px
	}
}

@media (min-width:1920px) {
	aside .recent-posts-widget-with-thumbnails .rpwwt-post-title {
		font-size: 16px
	}
}

@media (min-width:320px) {
	aside .recent-posts-widget-with-thumbnails .rpwwt-post-title {
		line-height: calc(.375vw + 16.8px)
	}
}

@media (min-width:1920px) {
	aside .recent-posts-widget-with-thumbnails .rpwwt-post-title {
		line-height: 24px
	}
}

@media (max-width:767.98px) {
	aside .recent-posts-widget-with-thumbnails .rpwwt-post-title {
		font-weight: 600
	}
}

@media (max-width:1199.98px) {
	aside .recent-posts-widget-with-thumbnails img {
		width: 100%!important;
		height: 150px!important
	}
}

aside .recent-posts-widget-with-thumbnails a:hover .rpwwt-post-title {
	color: #b35e66
}

.about-page-captcha {
	margin-bottom: 20px
}

.contact-form__container form .wpcf7-not-valid-tip {
	margin-bottom: 10px;
	position: unset;
	text-align: center
}

div.wpcf7-spam-blocked {
	font-size: 12px;
	line-height: 16px;
	color: #ff375d;
	text-align: center;
	border: none
}

@media screen and (max-width:375px) {
	#rc-imageselect,
	.g-recaptcha {
		-webkit-transform: scale(.9);
		transform: scale(.9);
		-webkit-transform-origin: left;
		transform-origin: left
	}
}

@media screen and (max-width:320px) {
	#rc-imageselect,
	.g-recaptcha {
		-webkit-transform: scale(.74);
		transform: scale(.74);
		-webkit-transform-origin: left;
		transform-origin: left
	}
}

.page-header {
	position: fixed;
	width: 100%;
	background-color: hsla(0, 0%, 100%, .9);
	-webkit-box-shadow: 0 22px 27px rgba(72, 72, 72, .14);
	box-shadow: 0 22px 27px rgba(72, 72, 72, .14);
	top: 59px;
	z-index: 99
}

@media (max-width:991.98px) {
	.page-header {
		background-color: #fff
	}
}

.page-header .page-container {
	position: relative
}

.page-header__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px 50px;
	min-height: 80px
}

@media (max-width:991.98px) {
	.page-header__wrapper {
		min-height: 80px;
		padding: 20px;
		margin-left: -15px;
		margin-right: -15px
	}
}

@media (max-width:575.98px) {
	.page-header__wrapper {
		-webkit-box-shadow: 0 0 13px #c1cdd5;
		box-shadow: 0 0 13px #c1cdd5;
		padding: 10px 20px
	}
}

.page-header .page-header__logo-link {
	display: inline-block;
	max-width: 500px
}

@media (max-width:1699.98px) {
	.page-header .page-header__logo-link {
		max-width: 450px
	}
}

@media (max-width:1399.98px) {
	.page-header .page-header__logo-link {
		max-width: 340px
	}
}

@media (max-width:1199.98px) {
	.page-header .page-header__logo-link {
		max-width: 280px
	}
}

@media (max-width:575.98px) {
	.page-header .page-header__logo-link {
		max-width: 180px
	}
}

.page-header .page-header__logo-link .page-header__logo-photo {
	-webkit-transition: .8s;
	transition: .8s
}

.page-header .page-header__logo-link .page-header__logo-transform {
	margin-left: 10%;
	-webkit-transition: .8s;
	transition: .8s
}

.page-header .page-header__contacts {
	text-align: right;
	position: absolute;
	top: 0;
	right: 50px
}

@media (max-width:991.98px) {
	.page-header .page-header__contacts {
		display: none
	}
}

.page-header .page-header__contacts span {
	color: #9e1d29;
	font-size: 12px;
	line-height: 12px;
	font-weight: 300;
	margin-top: 10px;
	padding-right: 12px;
	display: inline-block
}

@media (min-width:320px) {
	.page-header .page-header__contacts span {
		font-size: calc(.25vw + 11.2px)
	}
}

@media (min-width:1920px) {
	.page-header .page-header__contacts span {
		font-size: 16px
	}
}

@media (min-width:320px) {
	.page-header .page-header__contacts span {
		line-height: calc(.187vw + 11.4px)
	}
}

@media (min-width:1920px) {
	.page-header .page-header__contacts span {
		line-height: 15px
	}
}

.page-header .page-header__contacts a {
	background-color: #9e1d29;
	padding: 16px 20px 10px;
	color: #fff;
	font-size: 12px;
	font-weight: 300;
	line-height: 20px
}

@media (min-width:320px) {
	.page-header .page-header__contacts a {
		font-size: calc(.125vw + 11.6px)
	}
}

@media (min-width:1920px) {
	.page-header .page-header__contacts a {
		font-size: 14px
	}
}

@media (min-width:320px) {
	.page-header .page-header__contacts a {
		line-height: calc(.625vw + 18px)
	}
}

@media (min-width:1920px) {
	.page-header .page-header__contacts a {
		line-height: 30px
	}
}

.page-header .page-header__contacts i {
	padding-right: 5px;
	font-size: 18px;
	display: inline-block;
	vertical-align: middle
}

@media (max-width:991.98px) {
	.page-header .wrap-menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
}

.page-header .main-nav {
	padding-top: 20px
}

.page-header .main-nav__list {
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style: none;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 20px;
	color: #000;
	font-weight: 400
}

@media (min-width:320px) {
	.page-header .main-nav__list {
		font-size: calc(.25vw + 13.2px)
	}
}

@media (min-width:1920px) {
	.page-header .main-nav__list {
		font-size: 18px
	}
}

@media (min-width:320px) {
	.page-header .main-nav__list {
		line-height: calc(.625vw + 18px)
	}
}

@media (min-width:1920px) {
	.page-header .main-nav__list {
		line-height: 30px
	}
}

@media (max-width:991.98px) {
	.page-header .main-nav__list {
		padding-left: 0
	}
}

.page-header .main-nav__list li {
	margin-right: 40px
}

.page-header .main-nav__list li:last-child {
	margin-right: 0
}

@media (max-width:1199.98px) {
	.page-header .main-nav__list li {
		margin-right: 25px
	}
}

@media (max-width:991.98px) {
	.page-header .main-nav__list li {
		margin-left: 0;
		margin-bottom: 20px
	}
}

.page-header .main-nav__list a {
	position: relative;
	display: inline-block;
	-webkit-transition: .5s;
	transition: .5s
}

.page-header .main-nav__list a:before {
	position: absolute;
	content: "";
	top: 30px;
	left: 50%;
	height: 2px;
	width: 0;
	-webkit-transition: .5s;
	transition: .5s;
	background-color: #9e1d29
}

.page-header .main-nav__list a:hover:before {
	left: 0;
	bottom: 0;
	width: 100%
}

.page-header .menu-item-has-children {
	position: relative;
	height: 100%
}

.page-header .menu-item-has-children:after {
	display: block;
	content: "\f107"!important;
	font-family: FontAwesome;
	font-size: 14px!important;
	line-height: 14px;
	position: absolute!important;
	bottom: 7px!important;
	right: -35px!important;
	width: 30px
}

@media (max-width:991.98px) {
	.page-header .menu-item-has-children:after {
		display: none
	}
}

.page-header .menu-item-has-children .sub-menu {
	top: 30px;
	width: 300%;
	-webkit-box-shadow: 0 22px 27px rgba(72, 72, 72, .14), inset 0 -3px 0 #9e1d29;
	box-shadow: 0 22px 27px rgba(72, 72, 72, .14), inset 0 -3px 0 #9e1d29;
	border-top: 2px solid #9e1d29;
	padding: 15px;
	display: none;
	position: absolute;
	list-style: none;
	background-color: #fff
}

@media (max-width:991.98px) {
	.page-header .menu-item-has-children .sub-menu {
		position: relative;
		width: auto;
		top: 15px;
		left: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		padding: 0 15px 15px;
		border-top: 0;
		display: block
	}
}

.page-header .menu-item-has-children:hover .sub-menu {
	display: block
}

.page-header .menu-item-has-children li {
	margin-right: 0!important;
	padding: 5px 0
}

@media (max-width:991.98px) {
	.page-header .menu-item-has-children li {
		margin-bottom: 0
	}
}

.page-header .menu-item-has-children li a {
	color: #9e1d29!important;
	font-size: 12px;
	line-height: 20px;
	font-weight: 600
}

@media (min-width:320px) {
	.page-header .menu-item-has-children li a {
		font-size: calc(.25vw + 11.2px)
	}
}

@media (min-width:1920px) {
	.page-header .menu-item-has-children li a {
		font-size: 16px
	}
}

@media (min-width:320px) {
	.page-header .menu-item-has-children li a {
		line-height: calc(.625vw + 18px)
	}
}

@media (min-width:1920px) {
	.page-header .menu-item-has-children li a {
		line-height: 30px
	}
}

.page-header .menu-item-has-children li a:hover {
	font-weight: 600;
	padding-left: 8px
}

.page-header .menu-item-has-children li a:hover:before {
	width: 0
}

@media (max-width:991.98px) {
	.page-header .page-header__menu {
		display: none
	}
}

.page-header .page-header__toggle {
	display: none;
	color: #9e1d29
}

@media (max-width:991.98px) {
	.page-header .page-header__toggle {
		display: block;
		z-index: 12;
		min-height: 40px;
		min-width: 40px
	}
}

.page-header .fa-bars-custom {
	background: url(/wp-content/themes/surface-theme/dist/images/nav-bars.png);
	background-repeat: no-repeat;
	background-position: 50%
}

.page-header .fa-times-custom {
	background: url(/wp-content/themes/surface-theme/dist/images/close-nav.png);
	background-repeat: no-repeat;
	background-position: 50%
}

.page-header .page-header__menu--open {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 11;
	height: 100vh;
	padding-top: 20vh;
	background-color: #fff;
	width: 30%
}

@media (max-width:767.98px) {
	.page-header .page-header__menu--open {
		width: 50%;
		padding-top: 5vh
	}
}

@media (max-width:575.98px) {
	.page-header .page-header__menu--open {
		width: 100%;
		margin-top: 79px;
		-webkit-box-shadow: inset 0 0 13px #c1cdd5;
		box-shadow: inset 0 0 13px #c1cdd5
	}
}

@media (max-width:349.98px) {
	.page-header .page-header__menu--open {
		width: 100%;
		margin-top: 75px;
		-webkit-box-shadow: inset 0 0 13px #c1cdd5;
		box-shadow: inset 0 0 13px #c1cdd5
	}
}

.page-header .page-header__menu--open .main-nav__list {
	display: block
}

@media (max-width:991.98px) {
	.page-header .page-header__menu--open .main-nav__list {
		padding-left: 30px
	}
}

.page-header .hide-block {
	display: none
}

@media (max-width:991.98px) {
	.page-header .hide-block {
		color: #9e1d29;
		font-size: 12px;
		line-height: 12px;
		font-weight: 300;
		display: block;
		margin-left: 31%
	}
}

@media (max-width:991.98px) and (min-width:320px) {
	.page-header .hide-block {
		font-size: 12px
	}
}

@media (max-width:991.98px) and (min-width:1920px) {
	.page-header .hide-block {
		font-size: 12px
	}
}

@media (max-width:991.98px) and (min-width:320px) {
	.page-header .hide-block {
		line-height: calc(.187vw + 11.4px)
	}
}

@media (max-width:991.98px) and (min-width:1920px) {
	.page-header .hide-block {
		line-height: 15px
	}
}

@media (max-width:575.98px) {
	.page-header .hide-block {
		width: 80%
	}
}

.page-header .hide-block-phone {
	display: none
}

@media (max-width:991.98px) {
	.page-header .hide-block-phone {
		color: #9e1d29;
		font-size: 12px;
		line-height: 12px;
		display: block;
		z-index: 99;
		margin-right: 15px
	}
}

@media (max-width:991.98px) and (min-width:320px) {
	.page-header .hide-block-phone {
		font-size: calc(.25vw + 11.2px)
	}
}

@media (max-width:991.98px) and (min-width:1920px) {
	.page-header .hide-block-phone {
		font-size: 16px
	}
}

@media (max-width:991.98px) and (min-width:320px) {
	.page-header .hide-block-phone {
		line-height: calc(.187vw + 11.4px)
	}
}

@media (max-width:991.98px) and (min-width:1920px) {
	.page-header .hide-block-phone {
		line-height: 15px
	}
}

.page-content {
	margin: 0
}

/*.page-main {
	padding-bottom: 75px
}*/

@media (max-width:991.98px) {
	.page-main {
		padding-bottom: 25px
	}
}

.main-slider {
	margin-bottom: 75px;
	min-height: calc(100vh - 59px);
}

@media (max-width:991.98px) {
	.main-slider {
		margin-bottom: 50px
	}
}

.main-slider .slider-container {
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .4)), to(rgba(0, 0, 0, .4)));
	background: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4));
	padding: 0 13%;
	height: 100%
}

@media (max-width:1599.98px) {
	.main-slider .slider-container {
		padding: 0 10%
	}
}

@media (max-width:1399.98px) {
	.main-slider .slider-container {
		padding: 0 8%
	}
}

.main-slider__title {
	margin: 0;
	padding: 40vh 0 0;
	font-size: 30px;
	line-height: 40px;
	color: #fff;
	font-weight: 600;
	text-transform: capitalize
}

@media (min-width:320px) {
	.main-slider__title {
		font-size: calc(1.875vw + 24px)
	}
}

@media (min-width:1920px) {
	.main-slider__title {
		font-size: 60px
	}
}

@media (min-width:320px) {
	.main-slider__title {
		line-height: calc(1.063vw + 36.6px)
	}
}

@media (min-width:1920px) {
	.main-slider__title {
		line-height: 57px
	}
}

@media (max-width:991.98px) {
	.main-slider__title {
		text-align: center;
		padding: 40vh 0 0
	}
}

@media (max-width:575.98px) {
	.main-slider__title {
		text-align: center;
		padding: 25vh 0 0
	}
}

@media (max-width:340px) {
	.main-slider__title {
		font-size: 25px;
		line-height: 30px
	}
}

.main-slider__text {
	margin: 19px 0 0;
	padding: 0;
	font-size: 17px;
	line-height: 20px;
	font-weight: 300;
	color: #fff;
	width: 50%
}

@media (min-width:320px) {
	.main-slider__text {
		font-size: calc(.438vw + 15.6px)
	}
}

@media (min-width:1920px) {
	.main-slider__text {
		font-size: 24px
	}
}

@media (min-width:320px) {
	.main-slider__text {
		line-height: calc(.625vw + 18px)
	}
}

@media (min-width:1920px) {
	.main-slider__text {
		line-height: 30px
	}
}

@media (max-width:991.98px) {
	.main-slider__text {
		width: 100%;
		text-align: center
	}
}

@media (max-width:340px) {
	.main-slider__text {
		font-size: 14px;
		line-height: 16px
	}
}

.main-slider .blue__link {
	margin-top: 5vh
}

@media (max-width:991.98px) {
	.main-slider .blue__link {
		margin: 5vh auto;
		display: block;
		text-align: center;
		width: 16%
	}
}

@media (max-width:575.98px) {
	.main-slider .blue__link {
		width: 35%;
		margin: 5vh auto
	}
}

.main-slider .swiper-slide {
	height: calc(100vh - 59px);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%
}

.main-slider .swiper-slide .page-container {
	max-width: 1404px
}

@media (max-width:991.98px) {
	.main-slider .swiper-slide {
		height: 100vh
	}
}

@media (max-width:575.98px) {
	.main-slider .swiper-slide {
		height: 100vh
	}
}

.main-slider .swiper-button-prev {
	width: 61px;
	height: 61px;
	left: 0;
	background-color: #fff;
	outline: none;
	opacity: .9
}

@media (max-width:991.98px) {
	.main-slider .swiper-button-prev {
		width: 40px;
		height: 40px
	}
}

@media (max-width:575.98px) {
	.main-slider .swiper-button-prev {
		display: none
	}
}

.main-slider .swiper-button-next {
	width: 61px;
	height: 61px;
	right: 0;
	background-color: #fff;
	outline: none;
	opacity: .9
}

@media (max-width:991.98px) {
	.main-slider .swiper-button-next {
		width: 40px;
		height: 40px
	}
}

@media (max-width:575.98px) {
	.main-slider .swiper-button-next {
		display: none
	}
}

.main-slider .product-list {
	position: relative;
	z-index: 10;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: auto;
	margin-top: -90px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	opacity: .9
}

@media (max-width:1399.98px) {
	.main-slider .product-list {
		margin-top: -87px
	}
}

@media (max-width:767.98px) {
	.main-slider .product-list {
		margin-top: -88px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
}

@media (max-width:575.98px) {
	.main-slider .product-list {
		margin-top: -168px
	}
}

.main-slider .product-list .product-list__category {
	width: 25%;
	text-align: center
}

@media (max-width:767.98px) {
	.main-slider .product-list .product-list__category {
		width: 49.8%;
		margin-bottom: 2px
	}
}

@media (max-width:575.98px) {
	.main-slider .product-list .product-list__category {
		width: 100%
	}
}

.main-slider .product-list .product-list__category:not(:first-child) {
	margin-left: 2px
}

@media (max-width:767.98px) {
	.main-slider .product-list .product-list__category:not(:first-child) {
		margin-left: 0
	}
}

.main-slider .product-list .product-list__category-link {
	display: inline-block;
	background-color: hsla(0, 0%, 100%, .9);
	color: #9e1d29;
	width: 100%;
	height: auto;
	padding: 30px 0;
	font-size: 12px;
	line-height: 20px;
	font-weight: 600;
	text-transform: uppercase;
	-webkit-transition: .5s;
	transition: .5s
}

@media (min-width:320px) {
	.main-slider .product-list .product-list__category-link {
		font-size: calc(.375vw + 10.8px)
	}
}

@media (min-width:1920px) {
	.main-slider .product-list .product-list__category-link {
		font-size: 18px
	}
}

@media (min-width:320px) {
	.main-slider .product-list .product-list__category-link {
		line-height: calc(.625vw + 18px)
	}
}

@media (min-width:1920px) {
	.main-slider .product-list .product-list__category-link {
		line-height: 30px
	}
}

.main-slider .product-list .product-list__category-link:hover {
	background-color: rgba(158, 29, 41, .7);
	color: #fff
}

@media (max-width:767.98px) {
	.main-slider .product-list .product-list__category-link {
		padding: 10px 0
	}
}

.offer-section {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-bottom: 75px
}

@media (max-width:991.98px) {
	.offer-section {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-bottom: 0;
		padding-bottom: 35px
	}
}

.offer-section .offer-section__about-section {
	margin-left: -20px;
	width: 51%;
	padding: 1% 4% 4%;
	-webkit-box-shadow: 0 29px 40px rgba(6, 25, 76, .08);
	box-shadow: 0 29px 40px rgba(6, 25, 76, .08);
	background-color: #9e1d29;
}

@media (max-width:1399.98px) {
	.offer-section .offer-section__about-section {
		padding: 1% 4% 5%
	}
}

@media (max-width:991.98px) {
	.offer-section .offer-section__about-section {
		width: 100%;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		margin: 0 auto 20px;
		-webkit-box-shadow: 0 0 5px 6px rgba(6, 25, 76, .08);
		box-shadow: 0 0 5px 6px rgba(6, 25, 76, .08);
		opacity: 1
	}
}

@media (max-width:575.98px) {
	.offer-section .offer-section__about-section {
		text-align: center
	}
}

.offer-section .offer-section__about-section h2 {
	font-size: 28px;
	line-height: 30px;
	color: #fff;
	font-weight: 600
}

@media (min-width:320px) {
	.offer-section .offer-section__about-section h2 {
		font-size: calc(.75vw + 25.6px)
	}
}

@media (min-width:1920px) {
	.offer-section .offer-section__about-section h2 {
		font-size: 40px
	}
}

@media (min-width:320px) {
	.offer-section .offer-section__about-section h2 {
		line-height: calc(.75vw + 27.6px)
	}
}

@media (min-width:1920px) {
	.offer-section .offer-section__about-section h2 {
		line-height: 42px
	}
}

.offer-section .offer-section__about-section p {
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	font-weight: 300;
	margin-bottom: 20px;
	margin-top: 0;
	text-align: left!important
}

@media (min-width:320px) {
	.offer-section .offer-section__about-section p {
		font-size: calc(.25vw + 11.2px)
	}
}

@media (min-width:1920px) {
	.offer-section .offer-section__about-section p {
		font-size: 16px
	}
}

@media (min-width:320px) {
	.offer-section .offer-section__about-section p {
		line-height: calc(.625vw + 18px)
	}
}

@media (min-width:1920px) {
	.offer-section .offer-section__about-section p {
		line-height: 30px
	}
}

.offer-section .offer-section__about-section .offer-section__about-subheading {
	margin: 0;
	font-weight: 700;
	font-size: 14px;
	line-height: 20px
}

@media (min-width:320px) {
	.offer-section .offer-section__about-section .offer-section__about-subheading {
		font-size: calc(.125vw + 13.6px)
	}
}

@media (min-width:1920px) {
	.offer-section .offer-section__about-section .offer-section__about-subheading {
		font-size: 16px
	}
}

@media (min-width:320px) {
	.offer-section .offer-section__about-section .offer-section__about-subheading {
		line-height: calc(.625vw + 18px)
	}
}

@media (min-width:1920px) {
	.offer-section .offer-section__about-section .offer-section__about-subheading {
		line-height: 30px
	}
}

.offer-section .offer-section__img-container {
	width: 51%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%;
	-webkit-box-shadow: 0 29px 40px rgba(6, 25, 76, .08);
	box-shadow: 0 29px 40px rgba(6, 25, 76, .08);
	min-height: 550px
}

@media (max-width:1399.98px) {
	.offer-section .offer-section__img-container {
		min-height: 500px
	}
}

@media (max-width:991.98px) {
	.offer-section .offer-section__img-container {
		width: 100%;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		margin-bottom: 20px;
		min-height: 250px
	}
}

.functionality-section {
	background-color: #f7f7f7;
	padding-top: 50px;
	padding-bottom: 75px
}

@media (max-width:991.98px) {
	.functionality-section {
		padding-top: 30px;
		padding-bottom: 30px
	}
}

.functionality-section__heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.functionality-section__heading h2 {
	font-size: 28px;
	line-height: 30px;
	color: #9e1d29;
	font-weight: 600;
	text-align: center;
	margin: 10px 0 20px
}

@media (min-width:320px) {
	.functionality-section__heading h2 {
		font-size: calc(.75vw + 25.6px)
	}
}

@media (min-width:1920px) {
	.functionality-section__heading h2 {
		font-size: 40px
	}
}

@media (min-width:320px) {
	.functionality-section__heading h2 {
		line-height: calc(.937vw + 27px)
	}
}

@media (min-width:1920px) {
	.functionality-section__heading h2 {
		line-height: 45px
	}
}

.functionality-section__heading p {
	margin: 0;
	font-size: 14px;
	line-height: 20px;
	color: #747477;
	font-weight: 300;
	max-width: 50%;
	text-align: center
}

@media (min-width:320px) {
	.functionality-section__heading p {
		font-size: calc(.125vw + 13.6px)
	}
}

@media (min-width:1920px) {
	.functionality-section__heading p {
		font-size: 16px
	}
}

@media (min-width:320px) {
	.functionality-section__heading p {
		line-height: calc(.625vw + 18px)
	}
}

@media (min-width:1920px) {
	.functionality-section__heading p {
		line-height: 30px
	}
}

@media (max-width:991.98px) {
	.functionality-section__heading p {
		max-width: 95%
	}
}

.functionality-section .functionality-section__space-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.functionality-section .functionality-section__space-list .functionality-section__wraper {
	display: block;
	margin-top: 75px;
	margin-left: 15px;
	margin-right: 15px;
	position: relative;
	-webkit-transition: .5s;
	transition: .5s
}

.functionality-section .functionality-section__space-list .functionality-section__wraper:hover .functionality-section__space-item {
	border-bottom: 3px solid #9e1d29;
	margin-top: -10px;
	margin-bottom: 10px;
	-webkit-transition: .5s;
	transition: .5s
}

@media (max-width:575.98px) {
	.functionality-section .functionality-section__space-list .functionality-section__wraper {
		margin-top: 70px
	}
}

.functionality-section .functionality-section__space-item {
	width: 260px;
	min-height: 165px;
	position: relative;
	-webkit-box-shadow: 0 22px 27px rgba(72, 72, 72, .14);
	box-shadow: 0 22px 27px rgba(72, 72, 72, .14);
	background-color: #fff;
	border-bottom: 3px solid #fff;
	-webkit-transition: .5s;
	transition: .5s
}

@media (max-width:575.98px) {
	.functionality-section .functionality-section__space-item {
		width: 150px
	}
}

@media (max-width:376.98px) {
	.functionality-section .functionality-section__space-item {
		width: 300px
	}
}

.functionality-section .functionality-section__space-item__image {
	width: 104px;
	height: 104px;
	position: absolute;
	text-align: center;
	top: -50px;
	left: 50%;
	margin-left: -52px;
	background-color: #9e1d29;
	-webkit-box-shadow: 0 22px 27px rgba(72, 72, 72, .14);
	box-shadow: 0 22px 27px rgba(72, 72, 72, .14);
	border-radius: 50%
}

.functionality-section .functionality-section__space-item__image img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto
}

.functionality-section .functionality-section__space-name {
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	text-align: center;
	color: #9e1d29;
	text-transform: uppercase;
	position: relative;
	padding: 90px 5px 10px;
	bottom: 0;
	width: 100%
}

@media (min-width:320px) {
	.functionality-section .functionality-section__space-name {
		font-size: calc(.125vw + 13.6px)
	}
}

@media (min-width:1920px) {
	.functionality-section .functionality-section__space-name {
		font-size: 16px
	}
}

@media (min-width:320px) {
	.functionality-section .functionality-section__space-name {
		line-height: calc(.625vw + 18px)
	}
}

@media (min-width:1920px) {
	.functionality-section .functionality-section__space-name {
		line-height: 30px
	}
}

.functionality-section .functionality-section__space-name p {
	margin: 0
}

.product-slider {
	position: relative;
	margin-top: 75px
}

.product-slider .swiper-wrapper {
	flex-wrap: wrap;
}

@media (max-width:991.98px) {
	.product-slider {
		margin-top: 20px
	}
}

.product-slider .swiper-container {
	width: 100%;
	/* max-height: 775px */
}

.product-slider .swiper-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	text-align: center;
	margin-bottom: 70px;
	background: no-repeat;
	background-position: 82px 34px;
	background-image: url(../images/Vector_Smart_Object_light.png)
}

.product-slider .swiper-slide:nth-of-type(2n) .swiper-slide__right { order: 1; }
.product-slider .swiper-slide:nth-of-type(2n) .swiper-slide__left { order: 2; }

@media (max-width:991.98px) {
	.product-slider .swiper-slide {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		background-position: 50%;
		background-size: cover;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 0;
		padding-bottom: 0
	}
}

.product-slider .swiper-slide__left {
	width: 51%
}

@media (max-width:991.98px) {
	.product-slider .swiper-slide__left {
		width: 100%;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}
}

.product-slider .swiper-slide__left .swiper-slide__left-content {
	/*margin-left: 29%;
	margin-top: 33% */
}

.product-slider .swiper-slide:nth-of-type(2n) .swiper-slide__left .swiper-slide__left-content {
	/* margin-left: 0;
	margin-right: 29%; */
}

@media(max-width:1200px) {
	/* .product-slider .swiper-slide__left .swiper-slide__left-content { 
		margin-right: 40px; 
		margin-left: 15%;
	}
	.product-slider .swiper-slide:nth-of-type(2n) .swiper-slide__left .swiper-slide__left-content { 
		margin-left: 40px; 
		margin-right: 15%;
	} */
}

@media (max-width:991.98px) {
	/* .product-slider .swiper-slide__left .swiper-slide__left-content,
	.product-slider .swiper-slide:nth-of-type(2n) .swiper-slide__left .swiper-slide__left-content {
		margin-left: 0;
		margin-top: 0;
		margin-right: 0;
		margin-bottom: 20px
	} */

	.product-slider .swiper-slide__left .swiper-slide__left-content,
	.product-slider .swiper-slide:nth-of-type(2n) .swiper-slide__left .swiper-slide__left-content { margin-bottom: 20px; }
}

.product-slider .swiper-slide__left h2 {
	font-size: 28px;
	line-height: 20px;
	color: #9e1d29;
	font-weight: 600;
	margin-bottom: 45px
}

@media (min-width:320px) {
	.product-slider .swiper-slide__left h2 {
		font-size: calc(.75vw + 25.6px)
	}
}

@media (min-width:1920px) {
	.product-slider .swiper-slide__left h2 {
		font-size: 40px
	}
}

@media (min-width:320px) {
	.product-slider .swiper-slide__left h2 {
		line-height: calc(.625vw + 18px)
	}
}

@media (min-width:1920px) {
	.product-slider .swiper-slide__left h2 {
		line-height: 30px
	}
}

@media (max-width:991.98px) {
	.product-slider .swiper-slide__left h2 {
		margin-bottom: 20px
	}
}

.product-slider .swiper-slide__left h5 {
	color: #9e1d29;
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 22px
}

@media (min-width:320px) {
	.product-slider .swiper-slide__left h5 {
		font-size: calc(.125vw + 13.6px)
	}
}

@media (min-width:1920px) {
	.product-slider .swiper-slide__left h5 {
		font-size: 16px
	}
}

@media (min-width:320px) {
	.product-slider .swiper-slide__left h5 {
		line-height: calc(.625vw + 18px)
	}
}

@media (min-width:1920px) {
	.product-slider .swiper-slide__left h5 {
		line-height: 30px
	}
}

@media (max-width:991.98px) {
	.product-slider .swiper-slide__left h5 {
		margin-bottom: 15px;
	}
}


.product-slider .swiper-slide__left p {
	font-size: 12px;
	line-height: 20px;
	color: #747477;
	font-weight: 300;
	max-width: 375px;
	margin: 0 auto
}

@media (min-width:320px) {
	.product-slider .swiper-slide__left p {
		font-size: calc(.25vw + 11.2px)
	}
}

@media (min-width:1920px) {
	.product-slider .swiper-slide__left p {
		font-size: 16px
	}
}

@media (min-width:320px) {
	.product-slider .swiper-slide__left p {
		line-height: calc(.625vw + 18px)
	}
}

@media (min-width:1920px) {
	.product-slider .swiper-slide__left p {
		line-height: 30px
	}
}

@media (max-width:575.98px) {
	.product-slider .swiper-slide__left p {
		max-width: 70%
	}
}

.product-slider .swiper-slide__left a {
	margin-top: 45px
}

@media (max-width:991.98px) {
	.product-slider .swiper-slide__left a {
		margin-top: 20px
	}
}

.product-slider .swiper-slide__right {
	width: 49%;	
	min-height: 494px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%
}

@media (max-width:991.98px) {
	.product-slider .swiper-slide__right {
		width: 80%;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		min-height: 250px
	}

	.product-slider .swiper-slide:nth-of-type(2n) .swiper-slide__left {	
		-ms-flex-order: 2;
		order: 2;
	}

	.product-slider .swiper-slide:nth-of-type(2n) .swiper-slide__left {
		-ms-flex-order: 1;
		order: 1;
	}
}

.product-slider .swiper-pagination-bullets {
	top: 65%;
	left: 0;
	margin: -150px 0 0;
	max-width: 30%
}

@media (max-width:1199.98px) {
	.product-slider .swiper-pagination-bullets {
		max-width: 30%
	}
}

@media (max-width:991.98px) {
	.product-slider .swiper-pagination-bullets {
		top: 28%
	}
}

@media (max-width:575.98px) {
	.product-slider .swiper-pagination-bullets {
		top: 33%
	}
}

.product-slider .swiper-pagination-bullet {
	display: -webkit-box!important;
	display: -ms-flexbox!important;
	display: flex!important;
	margin: 0!important;
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	height: 54px;
	width: 100%;
	color: #9e1d29;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	line-height: 20px;
	opacity: 1;
	border-radius: 0;
	background: transparent;
	border-left: 2px solid #d4d4d4;
}

@media (max-width:575.98px) {
	.product-slider .swiper-pagination-bullet {
		border-left: 1px solid #b3daf1
	}
}

.product-slider .swiper-pagination-bullet .bullet-number {
	margin-top: 20px;
	margin-left: 13px
}

.product-slider .swiper-pagination-bullet .bullet-text {
	opacity: 0
}

@media (max-width:991.98px) {
	.product-slider .swiper-pagination-bullet .bullet-text {
		display: none
	}
}

.product-slider .swiper-pagination-bullet-active {
	color: #9e1d29;
	border-left: 2px solid #9e1d29
}

.product-slider .swiper-pagination-bullet-active .bullet-text {
	opacity: 1
}

@media (max-width:575.98px) {
	.product-slider .swiper-pagination-bullet-active {
		border-left: 1px solid #9e1d29
	}
}

.product-slider .swiper-pagination-bullet:hover .bullet-text {
	-webkit-transition: .5s;
	transition: .5s;
	opacity: 1;
	color: #9e1d29
}

.projects-section {
	padding-top: 50px;
	margin-bottom: 50px
}

@media (max-width:1199.98px) {
	.projects-section {
		padding-top: 50px;
		margin-bottom: 30px
	}
}

.projects-section .projects-section__heading h2 {
	font-size: 28px;
	line-height: 20px;
	color: #9e1d29;
	font-weight: 600;
	margin-bottom: 55px;
	text-align: center
}

@media (min-width:320px) {
	.projects-section .projects-section__heading h2 {
		font-size: calc(.75vw + 25.6px)
	}
}

@media (min-width:1920px) {
	.projects-section .projects-section__heading h2 {
		font-size: 40px
	}
}

@media (min-width:320px) {
	.projects-section .projects-section__heading h2 {
		line-height: calc(.625vw + 18px)
	}
}

@media (min-width:1920px) {
	.projects-section .projects-section__heading h2 {
		line-height: 30px
	}
}

.projects-section .swiper-project-container {
	min-height: 500px
}

@media (max-width:575.98px) {
	.projects-section .swiper-slide__item {
		padding: 0 15px
	}
}

.projects-section .swiper-wrapper {
	margin-left: -10%;
	margin-bottom: 50px
}

@media (max-width:1399.98px) {
	.projects-section .swiper-wrapper {
		margin-left: 0
	}
}

.projects-section .swiper-container {
	width: 100%;
	height: 100%
}

.projects-section .swiper-slide {
	opacity: .5
}

.projects-section .swiper-slide-active,
.projects-section .swiper-slide-next {
	opacity: 1
}

@media (max-width:1199.98px) {
	.projects-section .swiper-slide-next {
		opacity: .5
	}
}

.projects-section .project-swiper-button-box {
	position: absolute;
	width: 100%;
	bottom: 60%;
	top: auto
}

@media (max-width:1399.98px) {
	.projects-section .project-swiper-button-box {
		bottom: 50px;
		width: 80px;
		left: 50%;
		margin-left: -40px
	}
}

.projects-section .project-swiper-button-next {
	top: 45%;
	right: 28%;
	outline: none
}

@media (max-width:1399.98px) {
	.projects-section .project-swiper-button-next {
		right: 0;
		display: inline-block
	}
}

.projects-section .project-swiper-button-prev {
	left: 29%;
	top: 45%;
	outline: none
}

@media (max-width:1399.98px) {
	.projects-section .project-swiper-button-prev {
		left: 0;
		display: inline-block
	}
}

.projects-section .swiper-slide__image {
	text-align: center;
	overflow: hidden
}

.projects-section .swiper-slide__image img {
	height: 350px;
	max-width: inherit
}

.projects-section .swiper-slide__rectangle {
	padding-top: 4px;
	padding-bottom: 12px;
	min-height: 140px;
	opacity: .9;
	margin: -20% auto 0;
	width: 90%;
	-webkit-box-shadow: 0 22px 27px rgba(72, 72, 72, .14), inset 0 -3px 0 #9e1d29;
	box-shadow: 0 22px 27px rgba(72, 72, 72, .14), inset 0 -3px 0 #9e1d29;
	background-color: #fff
}

@media (max-width:1399.98px) {
	.projects-section .swiper-slide__rectangle {
		width: 95%;
		min-height: 110px
	}
}

@media (max-width:991.98px) {
	.projects-section .swiper-slide__rectangle {
		width: 80%
	}
}

@media (max-width:575.98px) {
	.projects-section .swiper-slide__rectangle {
		margin: -15% auto 0;
		width: 80%;
		min-height: 100px
	}
}

.projects-section .swiper-slide__rectangle h5 {
	margin-top: 15px;
	margin-bottom: 15px;
	padding-left: 30px;
	color: #9e1d29;
	font-size: 12px;
	line-height: 20px;
	font-weight: 600;
	text-transform: uppercase
}

@media (min-width:320px) {
	.projects-section .swiper-slide__rectangle h5 {
		font-size: calc(.25vw + 11.2px)
	}
}

@media (min-width:1920px) {
	.projects-section .swiper-slide__rectangle h5 {
		font-size: 16px
	}
}

@media (min-width:320px) {
	.projects-section .swiper-slide__rectangle h5 {
		line-height: calc(.625vw + 18px)
	}
}

@media (min-width:1920px) {
	.projects-section .swiper-slide__rectangle h5 {
		line-height: 30px
	}
}

@media (max-width:1599.98px) {
	.projects-section .swiper-slide__rectangle h5 {
		padding-left: 10px
	}
}

@media (max-width:1399.98px) {
	.projects-section .swiper-slide__rectangle h5 {
		padding-left: 0;
		text-align: center
	}
}

.projects-section .swiper-slide__rectangle p {
	padding: 0 30px;
	font-size: 12px;
	line-height: 20px;
	color: #747477;
	font-weight: 600
}

@media (min-width:320px) {
	.projects-section .swiper-slide__rectangle p {
		font-size: calc(.25vw + 11.2px)
	}
}

@media (min-width:1920px) {
	.projects-section .swiper-slide__rectangle p {
		font-size: 16px
	}
}

@media (min-width:320px) {
	.projects-section .swiper-slide__rectangle p {
		line-height: calc(.625vw + 18px)
	}
}

@media (min-width:1920px) {
	.projects-section .swiper-slide__rectangle p {
		line-height: 30px
	}
}

@media (max-width:1599.98px) {
	.projects-section .swiper-slide__rectangle p {
		padding: 0 10px
	}
}

@media (max-width:1399.98px) {
	.projects-section .swiper-slide__rectangle p {
		padding: 0;
		text-align: center
	}
}

.projects-section .opacity img {
	-webkit-transition: all 1s ease;
	transition: all 1s ease
}

.projects-section .opacity img:hover {
	-webkit-filter: opacity(50%)
}

.stories-section .stories-section__background {
	background-color: #f7f7f7;
	padding-top: 10px;
	padding-bottom: 0
}

@media (max-width:767.98px) {
	.stories-section .stories-section__background {
		background: none
	}
}

.stories-section .stories-section__heading {
	margin-bottom: 50px;
	text-align: center;
}

@media (max-width:575.98px) {
	.stories-section .stories-section__heading {
		margin-bottom: 20px
	}
}

.stories-section .stories-section__heading h2 {
	font-size: 28px;
	line-height: 25px;
	color: #9e1d29;
	font-weight: 600;
	padding-top: 30px
}

@media (min-width:320px) {
	.stories-section .stories-section__heading h2 {
		font-size: calc(.75vw + 25.6px)
	}
}

@media (min-width:1920px) {
	.stories-section .stories-section__heading h2 {
		font-size: 40px
	}
}

@media (min-width:320px) {
	.stories-section .stories-section__heading h2 {
		line-height: calc(.313vw + 24px)
	}
}

@media (min-width:1920px) {
	.stories-section .stories-section__heading h2 {
		line-height: 30px
	}
}

@media (max-width:767.98px) {
	.stories-section .stories-section__heading h2 {
		text-align: center;
		color: #9e1d29;
		padding-top: 0
	}
}

.stories-section .swiper-stories-container {
	min-height: 530px
}

@media (max-width:767.98px) {
	.stories-section .stories-section__slider {
		background-color: #f7f7f7;
	}
}

.stories-section .swiper-slide_card {
	-webkit-box-shadow: 0 22px 27px rgba(72, 72, 72, .14), inset 0 -3px 0 #9e1d29;
	box-shadow: 0 22px 27px rgba(72, 72, 72, .14), inset 0 -3px 0 #9e1d29;
	background-color: #fff;
	min-height: 340px
}

.stories-section .swiper-slide_card .swiper-slide_card-author {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.stories-section .swiper-slide_card img {
	border-radius: 50%;
	width: 93px;
	height: auto
}

.stories-section .swiper-slide_card .author-name {
	margin-left: 10px;
	margin-top: 25px;
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 20px;
	color: #000;
	font-weight: 600
}

@media (min-width:320px) {
	.stories-section .swiper-slide_card .author-name {
		font-size: 16px
	}
}

@media (min-width:1920px) {
	.stories-section .swiper-slide_card .author-name {
		font-size: 16px
	}
}

.stories-section .swiper-slide_card .author-position {
	margin-left: 10px;
	margin-top: 0;
	font-size: 16px;
	line-height: 10px;
	color: #999;
	font-style: italic
}

@media (min-width:320px) {
	.stories-section .swiper-slide_card .author-position {
		font-size: 16px
	}
}

@media (min-width:1920px) {
	.stories-section .swiper-slide_card .author-position {
		font-size: 16px
	}
}

@media (min-width:320px) {
	.stories-section .swiper-slide_card .author-position {
		line-height: calc(.25vw + 9.2px)
	}
}

@media (min-width:1920px) {
	.stories-section .swiper-slide_card .author-position {
		line-height: 14px
	}
}

.stories-section .swiper-slide_card .swiper-slide_card-text {
	font-size: 14px;
	line-height: 20px;
	color: #747477;
	font-weight: 300
}

@media (min-width:320px) {
	.stories-section .swiper-slide_card .swiper-slide_card-text {
		font-size: calc(.125vw + 13.6px)
	}
}

@media (min-width:1920px) {
	.stories-section .swiper-slide_card .swiper-slide_card-text {
		font-size: 16px
	}
}

@media (min-width:320px) {
	.stories-section .swiper-slide_card .swiper-slide_card-text {
		line-height: calc(.625vw + 18px)
	}
}

@media (min-width:1920px) {
	.stories-section .swiper-slide_card .swiper-slide_card-text {
		line-height: 30px
	}
}

.stories-section .swiper-slide {
	opacity: .5
}

.stories-section .swiper-slide .swiper-slide_card {
	display: block;
	-webkit-box-shadow: 0 22px 27px rgba(72, 72, 72, .14), inset 0 -3px 0 #9e1d29;
	box-shadow: 0 22px 27px rgba(72, 72, 72, .14), inset 0 -3px 0 #9e1d29;
	padding: 40px 64px 23px 40px;
	-webkit-transition: all 1s ease;
	transition: all 1s ease
}

.stories-section .swiper-slide .swiper-slide_card:hover {
	-webkit-filter: opacity(50%)
}

@media (max-width:767.98px) {
	.stories-section .swiper-slide .swiper-slide_card {
		margin: 30px 20px;
		padding: 40px 20px 20px
	}
}

.stories-section .swiper-wrapper {
	margin-left: -17%;
	padding-bottom: 110px
}

@media (max-width:991.98px) {
	.stories-section .swiper-wrapper {
		margin-left: 0
	}
}

.stories-section .swiper-slide-active,
.stories-section .swiper-slide-next {
	opacity: 1
}

.stories-section .stories-swiper-button-box {
	position: absolute;
	width: 80px;
	bottom: 12%;
	top: auto;
	left: calc(50% - 40px);
}

@media (max-width:1399.98px) {
	.stories-section .stories-swiper-button-box {
		bottom: 50px;
		width: 80px;
		/*left: 50%;
		margin-left: -40px*/
	}
}

@media (max-width:575.98px) {
	.stories-section .stories-swiper-button-box {
		bottom: 100px
	}
}

.stories-section .stories-swiper-button-box .swiper-button-prev {
	left: 0
}

.stories-section .stories-swiper-button-box .swiper-button-next {
	outline: none;
	right: 0
}

.about-page__title {
	min-height: 55vh;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%
}

@media (max-width:1199.98px) {
	.about-page__title {
		min-height: 50vh
	}
}

.about-page__title .about-page__title-darken {
	padding-top: 20vh;
	padding-bottom: 25px;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .4)), to(rgba(0, 0, 0, .4)));
	background: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4));
	min-height: 55vh
}

@media (max-width:1199.98px) {
	.about-page__title .about-page__title-darken {
		padding-top: 18vh;
		min-height: 50vh
	}
}

.about-page__title h2 {
	font-size: 30px;
	line-height: 40px;
	color: #fff;
	font-weight: 600;
	margin-bottom: 2%;
	text-transform: capitalize
}

@media (min-width:320px) {
	.about-page__title h2 {
		font-size: calc(1.875vw + 24px)
	}
}

@media (min-width:1920px) {
	.about-page__title h2 {
		font-size: 60px
	}
}

@media (min-width:320px) {
	.about-page__title h2 {
		line-height: calc(1.063vw + 36.6px)
	}
}

@media (min-width:1920px) {
	.about-page__title h2 {
		line-height: 57px
	}
}

@media (max-width:575.98px) {
	.about-page__title h2 {
		text-align: center
	}
}

.about-page__title p {
	margin: 19px 0 0;
	padding: 0;
	font-size: 17px;
	line-height: 20px;
	font-weight: 300;
	color: #fff;
	width: 50%
}

@media (min-width:320px) {
	.about-page__title p {
		font-size: calc(.438vw + 15.6px)
	}
}

@media (min-width:1920px) {
	.about-page__title p {
		font-size: 24px
	}
}

@media (min-width:320px) {
	.about-page__title p {
		line-height: calc(.625vw + 18px)
	}
}

@media (min-width:1920px) {
	.about-page__title p {
		line-height: 30px
	}
}

@media (max-width:991.98px) {
	.about-page__title p {
		width: 100%
	}
}

@media (max-width:575.98px) {
	.about-page__title p {
		text-align: center
	}
}

.about-page__box-section {
	background-color: #f7f7f7;
	padding-top: 50px;
	padding-bottom: 75px
}

@media (max-width:991.98px) {
	.about-page__box-section {
		padding-top: 50px;
		padding-bottom: 50px
	}
}

@media (max-width:575.98px) {
	.about-page__box-section {
		padding-top: 35px;
		padding-bottom: 35px
	}
}

.about-page__box-section .about-page__box-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

@media (max-width:1199.98px) {
	.about-page__box-section .about-page__box-items {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

.about-page__box-section .about-page__box-item {
	position: relative;
	width: 49%;
	margin-top: 25px;
	-webkit-box-shadow: 0 22px 27px rgba(72, 72, 72, .14);
	box-shadow: 0 22px 27px rgba(72, 72, 72, .14);
	background-color: #fff;
	padding: 85px 50px 55px 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 3px solid #fff;
	-webkit-transition: .5s;
	transition: .5s
}

@media (max-width:1199.98px) {
	.about-page__box-section .about-page__box-item {
		width: 100%
	}
}

@media (max-width:767.98px) {
	.about-page__box-section .about-page__box-item {
		padding: 30px 15px
	}
}

@media (max-width:575.98px) {
	.about-page__box-section .about-page__box-item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.about-page__box-section .about-page__box-item:hover {
	border-bottom: 3px solid #9e1d29;
	margin-top: 15px;
	margin-bottom: 10px
}

.about-page__box-section .about-page__box-item h5,
.about-page__before-after-section h5 {
	font-size: 28px;
	line-height: 32px;
	color: #9e1d29;
	font-weight: 600;
	margin: 0
}

@media (min-width:320px) {
	.about-page__box-section .about-page__box-item h5,
	.about-page__before-after-section h5 {
		font-size: calc(.7vw + 25px)
	}
}



@media (min-width:320px) {
	.about-page__box-section .about-page__box-item h5,
	.about-page__before-after-section h5 {
		line-height: calc(.625vw + 23px)
	}
}

@media (min-width:1920px) {
	.about-page__box-section .about-page__box-item h5,
	.about-page__before-after-section h5 {
		line-height: 30px;
		font-size: 38px;
	}
}

.about-page__box-section .about-page__box-item p {
	font-size: 12px;
	line-height: 20px;
	font-weight: 300;
	color: #747477
}

@media (min-width:320px) {
	.about-page__box-section .about-page__box-item p {
		font-size: calc(.25vw + 11.2px)
	}
}

@media (min-width:1920px) {
	.about-page__box-section .about-page__box-item p {
		font-size: 16px
	}
}

@media (min-width:320px) {
	.about-page__box-section .about-page__box-item p {
		line-height: calc(.625vw + 18px)
	}
}

@media (min-width:1920px) {
	.about-page__box-section .about-page__box-item p {
		line-height: 30px
	}
}

.about-page__box-section .about-page__box-img {
	min-width: 156px;
	height: 156px;
	border-radius: 50%;
	background-color: #f7f7f7;
	position: relative
}

.about-page__box-section .about-page__box-img img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto
}

.about-page__box-section .about-page__box-content {
	width: 75%;
	margin-left: 20px
}

@media (max-width:575.98px) {
	.about-page__box-section .about-page__box-content {
		width: 100%;
		text-align: center;
		margin-top: 15px;
		margin-left: 0
	}
}

.about-page__product {
	padding-top: 25px;
	padding-bottom: 75px
}

@media (max-width:991.98px) {
	.about-page__product {
		padding-top: 40px;
		padding-bottom: 40px
	}
}

@media (max-width:575.98px) {
	.about-page__product {
		padding-top: 20px;
		padding-bottom: 35px
	}
}

.about-page__product .about-page__product-heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.about-page__product .about-page__product-heading h2 {
	font-size: 28px;
	line-height: 30px;
	color: #9e1d29;
	font-weight: 600;
	text-align: center
}

@media (min-width:320px) {
	.about-page__product .about-page__product-heading h2 {
		font-size: calc(.75vw + 25.6px)
	}
}

@media (min-width:1920px) {
	.about-page__product .about-page__product-heading h2 {
		font-size: 40px
	}
}

@media (min-width:320px) {
	.about-page__product .about-page__product-heading h2 {
		line-height: calc(.937vw + 27px)
	}
}

@media (min-width:1920px) {
	.about-page__product .about-page__product-heading h2 {
		line-height: 45px
	}
}

.about-page__product .about-page__product-heading p,
.about-page__product .about-page__product-heading ul {
	margin-bottom: 5px;
	font-size: 12px;
	line-height: 20px;
	color: #747477;
	font-weight: 300;
	width: 65%
}

@media (min-width:320px) {
	.about-page__product .about-page__product-heading p,
	.about-page__product .about-page__product-heading ul {
		font-size: calc(.25vw + 11.2px)
	}
}

@media (min-width:1920px) {
	.about-page__product .about-page__product-heading p,
	.about-page__product .about-page__product-heading ul {
		font-size: 16px
	}
}

@media (min-width:320px) {
	.about-page__product .about-page__product-heading p,
	.about-page__product .about-page__product-heading ul {
		line-height: calc(.625vw + 18px)
	}
}

@media (min-width:1920px) {
	.about-page__product .about-page__product-heading p,
	.about-page__product .about-page__product-heading ul {
		line-height: 30px
	}
}

@media (max-width:991.98px) {
	.about-page__product .about-page__product-heading p,
	.about-page__product .about-page__product-heading ul {
		width: 80%
	}
}

@media (max-width:575.98px) {
	.about-page__product .about-page__product-heading p,
	.about-page__product .about-page__product-heading ul {
		width: 100%
	}
}

.about-page__product .about-page__product-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.about-page__product .about-page__product-container .about-page__product-container__item {
	width: 32%;
	margin-top: 50px;
	position: relative;
	-webkit-transition: .5s;
	transition: .5s
}

.about-page__product .about-page__product-container .about-page__product-container__item:hover {
	margin-top: 40px
}

@media (max-width:1199.98px) {
	.about-page__product .about-page__product-container .about-page__product-container__item {
		width: 49%
	}
}

@media (max-width:768px) {
	.about-page__product .about-page__product-container .about-page__product-container__item {
		width: 100%
	}
}

.about-page__product .about-page__product-container .about-page__product-container__image {
	text-align: center;
	overflow: hidden
}

.about-page__product .about-page__product-container img {
	height: 352px;
	max-width: inherit
}

@media (max-width:768px) {
	.about-page__product .about-page__product-container img {
		width: 100%;
		height: auto
	}
}

.about-page__product .about-page__product-container__rectangle {
	padding-top: 4px;
	padding-bottom: 20px;
	opacity: .9;
	margin: -14% auto 0;
	width: 90%;
	min-height: 167px;
	-webkit-box-shadow: 0 22px 27px rgba(72, 72, 72, .14), inset 0 -3px 0 #9e1d29;
	box-shadow: 0 22px 27px rgba(72, 72, 72, .14), inset 0 -3px 0 #9e1d29;
	background-color: #fff
}

@media (max-width:1399.98px) {
	.about-page__product .about-page__product-container__rectangle {
		width: 95%;
		min-height: 130px
	}
}

@media (max-width:767.98px) {
	.about-page__product .about-page__product-container__rectangle {
		width: 92%;
		min-height: 120px
	}
}

@media (max-width:575.98px) {
	.about-page__product .about-page__product-container__rectangle {
		margin: -15% auto 0;
		width: 90%
	}
}

.about-page__product .about-page__product-container__rectangle h5 {
	margin-top: 15px;
	margin-bottom: 5px;
	padding-left: 30px;
	color: #9e1d29;
	font-size: 12px;
	line-height: 20px;
	font-weight: 600;
	text-transform: uppercase
}

@media (min-width:320px) {
	.about-page__product .about-page__product-container__rectangle h5 {
		font-size: calc(.25vw + 11.2px)
	}
}

@media (min-width:1920px) {
	.about-page__product .about-page__product-container__rectangle h5 {
		font-size: 16px
	}
}

@media (min-width:320px) {
	.about-page__product .about-page__product-container__rectangle h5 {
		line-height: calc(.625vw + 18px)
	}
}

@media (min-width:1920px) {
	.about-page__product .about-page__product-container__rectangle h5 {
		line-height: 30px
	}
}

@media (max-width:575.98px) {
	.about-page__product .about-page__product-container__rectangle h5 {
		margin: 10px 0;
		padding-right: 15px;
		padding-left: 15px
	}
}

.about-page__product .about-page__product-container__rectangle p {
	margin: 0;
	padding-left: 30px;
	padding-right: 15px;
	font-size: 12px;
	line-height: 12px;
	color: #747477;
	font-weight: 300
}

@media (min-width:320px) {
	.about-page__product .about-page__product-container__rectangle p {
		font-size: calc(.25vw + 11.2px)
	}
}

@media (min-width:1920px) {
	.about-page__product .about-page__product-container__rectangle p {
		font-size: 16px
	}
}

@media (min-width:320px) {
	.about-page__product .about-page__product-container__rectangle p {
		line-height: calc(.5vw + 10.4px)
	}
}

@media (min-width:1920px) {
	.about-page__product .about-page__product-container__rectangle p {
		line-height: 20px
	}
}

@media (max-width:575.98px) {
	.about-page__product .about-page__product-container__rectangle p {
		margin: 15px 0;
		padding-right: 15px;
		padding-left: 15px
	}
}

.about-page__protect {
	background-color: #f7f7f7;
	padding-top: 75px;
	padding-bottom: 75px
}

@media (max-width:991.98px) {
	.about-page__protect {
		padding-top: 40px;
		padding-bottom: 40px
	}
}

@media (max-width:575.98px) {
	.about-page__protect {
		padding-top: 30px;
		padding-bottom: 30px
	}
}

.about-page__protect__heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.about-page__protect__heading h2 {
	font-size: 28px;
	line-height: 30px;
	color: #9e1d29;
	font-weight: 600;
	text-align: center;
	margin-top: 0
}

@media (min-width:320px) {
	.about-page__protect__heading h2 {
		font-size: calc(.75vw + 25.6px)
	}
}

@media (min-width:1920px) {
	.about-page__protect__heading h2 {
		font-size: 40px
	}
}

@media (min-width:320px) {
	.about-page__protect__heading h2 {
		line-height: calc(.937vw + 27px)
	}
}

@media (min-width:1920px) {
	.about-page__protect__heading h2 {
		line-height: 45px
	}
}

.about-page__protect__heading p {
	margin: 0;
	font-size: 12px;
	line-height: 20px;
	color: #747477;
	font-weight: 300;
	max-width: 34%;
	text-align: center
}

@media (min-width:320px) {
	.about-page__protect__heading p {
		font-size: calc(.25vw + 11.2px)
	}
}

@media (min-width:1920px) {
	.about-page__protect__heading p {
		font-size: 16px
	}
}

@media (min-width:320px) {
	.about-page__protect__heading p {
		line-height: calc(.625vw + 18px)
	}
}

@media (min-width:1920px) {
	.about-page__protect__heading p {
		line-height: 30px
	}
}

@media (max-width:991.98px) {
	.about-page__protect__heading p {
		max-width: 80%
	}
}

.about-page__protect .about-page__protect__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.about-page__protect .about-page__protect__list .about-page__protect__item-wrap {
	display: block;
	margin-top: 75px;
	margin-left: 15px;
	margin-right: 15px;
	position: relative;
	-webkit-transition: .5s;
	transition: .5s
}

.about-page__protect .about-page__protect__list .about-page__protect__item-wrap:hover .about-page__protect__item {
	border-bottom: 3px solid #9e1d29;
	margin-top: -10px;
	margin-bottom: 10px;
	-webkit-transition: .5s;
	transition: .5s
}

@media (max-width:575.98px) {
	.about-page__protect .about-page__protect__list .about-page__protect__item-wrap {
		margin-top: 70px
	}
}

.about-page__protect .about-page__protect__item {
	width: 260px;
	min-height: 150px;
	position: relative;
	-webkit-box-shadow: 0 22px 27px rgba(72, 72, 72, .14);
	box-shadow: 0 22px 27px rgba(72, 72, 72, .14);
	background-color: #fff;
	border-bottom: 3px solid #fff;
	-webkit-transition: .5s;
	transition: .5s
}

@media (max-width:575.98px) {
	.about-page__protect .about-page__protect__item {
		width: 190px
	}
}

@media (max-width:376.98px) {
	.about-page__protect .about-page__protect__item {
		width: 300px
	}
}

.about-page__protect .about-page__protect__image {
	width: 104px;
	height: 104px;
	position: absolute;
	text-align: center;
	top: -50px;
	left: 50%;
	margin-left: -52px;
	background-color: #9e1d29;
	-webkit-box-shadow: 0 22px 27px rgba(72, 72, 72, .14);
	box-shadow: 0 22px 27px rgba(72, 72, 72, .14);
	border-radius: 50%
}

.about-page__protect .about-page__protect__image img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto
}

.about-page__protect .about-page__protect__name {
	font-size: 14px;
	line-height: 18px;
	font-weight: 600;
	text-align: center;
	color: #9e1d29;
	text-transform: uppercase;
	position: relative;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 90px;
	bottom: 0;
	width: 100%
}

@media (min-width:320px) {
	.about-page__protect .about-page__protect__name {
		font-size: calc(.125vw + 13.6px)
	}
}

@media (min-width:1920px) {
	.about-page__protect .about-page__protect__name {
		font-size: 16px
	}
}

@media (min-width:320px) {
	.about-page__protect .about-page__protect__name {
		line-height: calc(.125vw + 17.6px)
	}
}

@media (min-width:1920px) {
	.about-page__protect .about-page__protect__name {
		line-height: 20px
	}
}

.about-page__protect .about-page__protect__name p {
	margin: 0
}

.about-page__before-after-section {
	padding-top: 75px;
	padding-bottom: 25px
}

@media (max-width:991.98px) {
	.about-page__before-after-section {
		padding-top: 50px;
		padding-bottom: 50px
	}
}

@media (max-width:575.98px) {
	.about-page__before-after-section {
		padding-top: 30px;
		padding-bottom: 30px
	}
}

.about-page__before-after-section .about-page__before-after-section__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

@media (max-width:767.98px) {
	.about-page__before-after-section .about-page__before-after-section__container {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

.about-page__before-after-section .about-page__before-after-section__left-content {
	width: 50%
}

@media (max-width:767.98px) {
	.about-page__before-after-section .about-page__before-after-section__left-content {
		width: 100%
	}
}

.about-page__before-after-section .about-page__before-after-section__left-content .about-page__before-after-section__left-content-box {
	-webkit-box-shadow: 0 29px 40px rgba(6, 25, 76, .08);
	box-shadow: 0 29px 40px rgba(6, 25, 76, .08);
	background-color: #fff;
	opacity: .9;
	margin-right: -20px;
	z-index: 10;
	position: relative;
	font-size: 12px;
	line-height: 20px;
	color: #747477;
	font-weight: 300;
	padding: 10% 15%
}

.about-page__before-after-section.reversed .about-page__before-after-section__left-content .about-page__before-after-section__left-content-box {
   margin-left: -20px;
   margin-right: 0;
}

@media (min-width:320px) {
	.about-page__before-after-section .about-page__before-after-section__left-content .about-page__before-after-section__left-content-box {
		font-size: calc(.25vw + 11.2px)
	}
}

@media (min-width:1920px) {
	.about-page__before-after-section .about-page__before-after-section__left-content .about-page__before-after-section__left-content-box {
		font-size: 16px
	}
}

@media (min-width:320px) {
	.about-page__before-after-section .about-page__before-after-section__left-content .about-page__before-after-section__left-content-box {
		line-height: calc(.625vw + 18px)
	}
}

@media (min-width:1920px) {
	.about-page__before-after-section .about-page__before-after-section__left-content .about-page__before-after-section__left-content-box {
		line-height: 30px
	}
}

@media (max-width:991.98px) {
	.about-page__before-after-section .about-page__before-after-section__left-content .about-page__before-after-section__left-content-box {
		padding: 8% 9%
	}
}

@media (max-width:767.98px) {
	.about-page__before-after-section .about-page__before-after-section__left-content .about-page__before-after-section__left-content-box {
		margin-right: 0;
		margin-bottom: 30px;
		-webkit-box-shadow: 0 0 27px rgba(6, 25, 76, .08);
		box-shadow: 0 0 27px rgba(6, 25, 76, .08)
	}

	.about-page__before-after-section.reversed .about-page__before-after-section__left-content .about-page__before-after-section__left-content-box {
		margin-left: 0;
	}
}

.about-page__before-after-section .about-page__before-after-section__right-content {
	width: 49%;
	-webkit-box-shadow: 0 29px 40px rgba(6, 25, 76, .08);
	box-shadow: 0 29px 40px rgba(6, 25, 76, .08)
}

@media (max-width:767.98px) {
	.about-page__before-after-section .about-page__before-after-section__right-content {
		width: 100%
	}
}

.about-page__before-after-section .about-page__before-after-section__right-content .twentytwenty-handle {
	padding-left: 20px;
	margin-left: -30px
}

.about-page__before-after-section .about-page__before-after-section__right-content .twentytwenty-before-label:before {
	left: 50px
}

.about-page__before-after-section .about-page__before-after-section__right-content .twentytwenty-after-label:before {
	right: 50px
}

.product-category-main {
	background-color: #f7f7f7
}

.product-category-main .product-category__padding {
	padding-top: 75px;
	padding-bottom: 75px
}

@media (max-width:1199.98px) {
	.product-category-main .product-category__padding {
		padding-top: 50px;
		padding-bottom: 50px
	}
}

.product-category-main .product-category__second-padding {
	padding-top: 0;
	padding-bottom: 100px
}

@media (max-width:1199.98px) {
	.product-category-main .product-category__second-padding {
		padding-top: 0;
		padding-bottom: 50px
	}
}

@media (max-width:575.98px) {
	.product-category-main .product-category__second-padding {
		padding-top: 0;
		padding-bottom: 30px
	}
}

.product-category-main .product-category__title {
	min-height: 55vh;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%
}

@media (max-width:1199.98px) {
	.product-category-main .product-category__title {
		min-height: 50vh
	}
}

.product-category-main .product-category__title .product-category__title-darken {
	padding-top: 20vh;
	padding-bottom: 25px;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .4)), to(rgba(0, 0, 0, .4)));
	background: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4));
	min-height: 55vh
}

@media (max-width:1199.98px) {
	.product-category-main .product-category__title .product-category__title-darken {
		padding-top: 18vh;
		min-height: 50vh
	}
}

.product-category-main .product-category__title p {
	margin: 19px 0 0;
	padding: 0;
	font-size: 17px;
	line-height: 20px;
	font-weight: 300;
	color: #fff;
	width: 50%
}

@media (min-width:320px) {
	.product-category-main .product-category__title p {
		font-size: calc(.438vw + 15.6px)
	}
}

@media (min-width:1920px) {
	.product-category-main .product-category__title p {
		font-size: 24px
	}
}

@media (min-width:320px) {
	.product-category-main .product-category__title p {
		line-height: calc(.625vw + 18px)
	}
}

@media (min-width:1920px) {
	.product-category-main .product-category__title p {
		line-height: 30px
	}
}

@media (max-width:991.98px) {
	.product-category-main .product-category__title p {
		width: 100%
	}
}

@media (max-width:575.98px) {
	.product-category-main .product-category__title p {
		text-align: center
	}
}

.product-category-main h2 {
	font-size: 30px;
	line-height: 40px;
	color: #fff;
	font-weight: 600;
	margin-bottom: 2%;
	text-transform: capitalize
}

@media (min-width:320px) {
	.product-category-main h2 {
		font-size: calc(1.875vw + 24px)
	}
}

@media (min-width:1920px) {
	.product-category-main h2 {
		font-size: 60px
	}
}

@media (min-width:320px) {
	.product-category-main h2 {
		line-height: calc(1.063vw + 36.6px)
	}
}

@media (min-width:1920px) {
	.product-category-main h2 {
		line-height: 57px
	}
}

@media (max-width:575.98px) {
	.product-category-main h2 {
		text-align: center
	}
}

.product-category-main h5 {
	font-size: 30px;
	line-height: 32px;
	color: #9e1d29;
	font-weight: 600;
	margin: 0
}

@media (min-width:320px) {
	.product-category-main h5 {
		font-size: calc(.625vw + 28px)
	}
}

@media (min-width:1920px) {
	.product-category-main h5 {
		font-size: 40px
	}
}

@media (min-width:320px) {
	.product-category-main h5 {
		line-height: calc(.625vw + 30px)
	}
}

@media (min-width:1920px) {
	.product-category-main h5 {
		line-height: 42px
	}
}

@media (max-width:1199.98px) {
	.product-category-main h5 {
		text-align: center
	}
}

.product-category-main .product-category__wrapper {
	/*display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap*/
	text-align: center;
}

@media (max-width:1199.98px) {
	.product-category-main .product-category__wrapper {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

.product-category-main .product-category__item-image {
	min-height: 300px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%
}

.product-category-main .product-category__item-rectangle {
	padding-top: 4px;
	padding-bottom: 12px;
	opacity: .9;
	margin: -14% auto 0;
	width: 90%;
	min-height: 85px;
	-webkit-box-shadow: 0 22px 27px rgba(72, 72, 72, .14), inset 0 -3px 0 #9e1d29;
	box-shadow: 0 22px 27px rgba(72, 72, 72, .14), inset 0 -3px 0 #9e1d29;
	background-color: #fff
}

.product-category-main .product-category__item-rectangle p {
	margin-top: 8px;
	margin-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
	color: #9e1d29;
	font-size: 12px;
	line-height: 18px;
	font-weight: 600;
	text-transform: uppercase
}

@media (min-width:320px) {
	.product-category-main .product-category__item-rectangle p {
		font-size: calc(.25vw + 11.2px)
	}
}

@media (min-width:1920px) {
	.product-category-main .product-category__item-rectangle p {
		font-size: 16px
	}
}

@media (min-width:320px) {
	.product-category-main .product-category__item-rectangle p {
		line-height: calc(.125vw + 17.6px)
	}
}

@media (min-width:1920px) {
	.product-category-main .product-category__item-rectangle p {
		line-height: 20px
	}
}

@media (max-width:575.98px) {
	.product-category-main .product-category__item-rectangle p {
		margin: 10px 0;
		padding-right: 15px;
		padding-left: 15px
	}
}

.product-category-main .product-category__item-container {
	width: 370px;
	margin-top: 50px;
	margin-right: 15px;
	position: relative;
	-webkit-transition: .5s;
	transition: .5s;
	display: inline-block;
}

.product-category-main .product-category__item-container:hover {
	margin-top: 40px;
	margin-bottom: 10px
}

.product-category-main .product-category__item-container:hover p {
	color: #b35e66
}

@media (max-width:575.98px) {
	.product-category-main .product-category__item-container {
		margin-right: 0;
		width: 100%
	}
}

.product-page-main {
	background-color: #f7f7f7
}

@media (max-width:991.98px) {
	.product-page-main {
		padding-bottom: 50px
	}
}

.product-page__title {
	min-height: 55vh;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%
}

@media (max-width:1199.98px) {
	.product-page__title {
		min-height: 50vh
	}
}

.product-page__title .product-page__title-darken {
	padding-top: 20vh;
	padding-bottom: 25px;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .4)), to(rgba(0, 0, 0, .4)));
	background: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4));
	min-height: 55vh
}

@media (max-width:1199.98px) {
	.product-page__title .product-page__title-darken {
		padding-top: 18vh;
		min-height: 50vh
	}
}

.product-page__title h2 {
	font-size: 30px;
	line-height: 40px;
	color: #fff;
	font-weight: 600;
	margin-bottom: 2%;
	text-transform: capitalize
}

@media (min-width:320px) {
	.product-page__title h2 {
		font-size: calc(1.875vw + 24px)
	}
}

@media (min-width:1920px) {
	.product-page__title h2 {
		font-size: 60px
	}
}

@media (min-width:320px) {
	.product-page__title h2 {
		line-height: calc(1.063vw + 36.6px)
	}
}

@media (min-width:1920px) {
	.product-page__title h2 {
		line-height: 57px
	}
}

@media (max-width:575.98px) {
	.product-page__title h2 {
		text-align: center
	}
}

.product-page__title p {
	margin: 19px 0 0;
	padding: 0 0 10px;
	font-size: 17px;
	line-height: 20px;
	font-weight: 300;
	color: #fff;
	width: 50%
}

@media (min-width:320px) {
	.product-page__title p {
		font-size: calc(.438vw + 15.6px)
	}
}

@media (min-width:1920px) {
	.product-page__title p {
		font-size: 24px
	}
}

@media (min-width:320px) {
	.product-page__title p {
		line-height: calc(.625vw + 18px)
	}
}

@media (min-width:1920px) {
	.product-page__title p {
		line-height: 30px
	}
}

@media (max-width:991.98px) {
	.product-page__title p {
		width: 100%
	}
}

@media (max-width:575.98px) {
	.product-page__title p {
		text-align: center
	}
}

.product-page__category-section {
	padding-top: 75px;
	padding-bottom: 25px
}

@media (max-width:991.98px) {
	.product-page__category-section {
		padding-top: 50px;
		padding-bottom: 50px
	}
}

@media (max-width:575.98px) {
	.product-page__category-section {
		padding-top: 35px;
		padding-bottom: 35px
	}
}

.product-page__category-section .product-page__category-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.product-page__category-section .product-page__category__image {
	height: 57%;
	margin: -17% auto 0;
	min-height: 34vh;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%
}

@media (max-width:1199.98px) {
	.product-page__category-section .product-page__category__image {
		min-height: 27vh
	}
}

@media (max-width:575.98px) {
	
	.product-page__category-section .product-page__category__image {
		min-height: 24vh
	}

	.page-container .text-container {
		width: 100%;
	}

	.brandStrip {
		text-align: center !important;
		height: 59px;
	}

	.brandStrip a {
		margin-right: 14px !important;
		margin-top: 4px;
	}

	.brandStrip a:last-child {
		margin-right: 0 !important;
	}

	.brandStrip a img {
		height: 22px !important;
	}

	.page-header .hide-block {
		margin-left: 10px;
		width: calc(100vw - 30px);
	}
}

.product-page__category-section .product-page__category__rectangle {
	margin: 0 auto;
	padding: 50px 5px;
	width: 87%;
	-webkit-box-shadow: 0 22px 27px rgba(72, 72, 72, .14);
	box-shadow: 0 22px 27px rgba(72, 72, 72, .14);
	background-color: #fff;
	opacity: .9;
	text-align: center;
	text-transform: capitalize
}

@media (max-width:1199.98px) {
	.product-page__category-section .product-page__category__rectangle {
		padding: 20px 5px
	}
}

@media (max-width:767.98px) {
	.product-page__category-section .product-page__category__rectangle {
		width: 95%
	}
}

.product-page__category-section .product-page__category__rectangle h5,
.text-container h5 {
	font-size: 16px;
	line-height: 30px;
	font-weight: 600;
	color: #9e1d29;
	margin: 0 0 35px
}

@media (min-width:320px) {
	.product-page__category-section .product-page__category__rectangle h5,
	.text-container h5  {
		font-size: calc(1.5vw + 11.2px)
	}
}

@media (min-width:1920px) {
	.product-page__category-section .product-page__category__rectangle h5,
	.text-container h5  {
		font-size: 40px
	}
}

@media (min-width:320px) {
	.product-page__category-section .product-page__category__rectangle h5,
	.text-container h5  {
		line-height: calc(.937vw + 27px)
	}
}

@media (min-width:1920px) {
	.product-page__category-section .product-page__category__rectangle h5,
	.text-container h5  {
		line-height: 45px
	}
}

@media (max-width:991.98px) {
	.product-page__category-section .product-page__category__rectangle h5,
	.text-container h5  {
		margin: 0 0 15px
	}
}

.product-page__category-section .product-page__category-container__item {
	width: 33%;
	-webkit-transition: .5s;
	transition: .5s;
	margin-bottom: 60px
}

@media (max-width:767.98px) {
	.product-page__category-section .product-page__category-container__item {
		width: 100%
	}
}

.product-page__category-section .product-page__category-container__item:hover {
	margin-top: -10px;
	margin-bottom: 70px
}

.product-page__category-section .product-page__category-container__item:hover .product-page__category__rectangle {
	-webkit-box-shadow: 0 22px 27px rgba(72, 72, 72, .14), inset 0 -3px 0 #9e1d29;
	box-shadow: 0 22px 27px rgba(72, 72, 72, .14), inset 0 -3px 0 #9e1d29
}

.product-page__category-section .product-page__category-container__item:hover h5 {
	color: #b35e66
}

.projects-page-main {
	background-color: #f7f7f7
}

.projects-page__title {
	min-height: 55vh;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%
}

@media (max-width:1199.98px) {
	.projects-page__title {
		min-height: 50vh
	}
}

.projects-page__title .projects-page__title-darken {
	padding-top: 20vh;
	padding-bottom: 25px;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .4)), to(rgba(0, 0, 0, .4)));
	background: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4));
	min-height: 55vh
}

@media (max-width:1199.98px) {
	.projects-page__title .projects-page__title-darken {
		padding-top: 18vh;
		min-height: 50vh
	}
}

.projects-page__title h2 {
	font-size: 30px;
	line-height: 40px;
	color: #fff;
	font-weight: 600;
	margin-bottom: 2%;
	text-transform: capitalize
}

@media (min-width:320px) {
	.projects-page__title h2 {
		font-size: calc(1.875vw + 24px)
	}
}

@media (min-width:1920px) {
	.projects-page__title h2 {
		font-size: 60px
	}
}

@media (min-width:320px) {
	.projects-page__title h2 {
		line-height: calc(1.063vw + 36.6px)
	}
}

@media (min-width:1920px) {
	.projects-page__title h2 {
		line-height: 57px
	}
}

@media (max-width:575.98px) {
	.projects-page__title h2 {
		text-align: center
	}
}

.projects-page__title p {
	margin: 19px 0 0;
	padding: 0;
	font-size: 17px;
	line-height: 20px;
	font-weight: 300;
	color: #fff;
	width: 50%
}

@media (min-width:320px) {
	.projects-page__title p {
		font-size: calc(.438vw + 15.6px)
	}
}

@media (min-width:1920px) {
	.projects-page__title p {
		font-size: 24px
	}
}

@media (min-width:320px) {
	.projects-page__title p {
		line-height: calc(.625vw + 18px)
	}
}

@media (min-width:1920px) {
	.projects-page__title p {
		line-height: 30px
	}
}

@media (max-width:991.98px) {
	.projects-page__title p {
		width: 100%
	}
}

@media (max-width:575.98px) {
	.projects-page__title p {
		text-align: center
	}
}

.projects-page-main .projects-page__padding {
	padding-top: 50px;
	padding-bottom: 50px
}

@media (max-width:575.98px) {
	.projects-page-main .projects-page__padding {
		padding-top: 35px;
		padding-bottom: 35px
	}
}

.projects-page-main .projects-page__discription {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.projects-page-main .projects-page__discription h3 {
	font-size: 28px;
	line-height: 30px;
	color: #9e1d29;
	font-weight: 600;
	text-align: center;
	margin-top: 0
}

@media (min-width:320px) {
	.projects-page-main .projects-page__discription h3 {
		font-size: calc(.75vw + 25.6px)
	}
}

@media (min-width:1920px) {
	.projects-page-main .projects-page__discription h3 {
		font-size: 40px
	}
}

@media (min-width:320px) {
	.projects-page-main .projects-page__discription h3 {
		line-height: calc(.937vw + 27px)
	}
}

@media (min-width:1920px) {
	.projects-page-main .projects-page__discription h3 {
		line-height: 45px
	}
}

.projects-page-main .projects-page__discription p {
	margin: 0;
	font-size: 12px;
	line-height: 20px;
	color: #747477;
	font-weight: 300;
	text-align: center;
	width: 50%
}

@media (min-width:320px) {
	.projects-page-main .projects-page__discription p {
		font-size: calc(.25vw + 11.2px)
	}
}

@media (min-width:1920px) {
	.projects-page-main .projects-page__discription p {
		font-size: 16px
	}
}

@media (min-width:320px) {
	.projects-page-main .projects-page__discription p {
		line-height: calc(.625vw + 18px)
	}
}

@media (min-width:1920px) {
	.projects-page-main .projects-page__discription p {
		line-height: 30px
	}
}

@media (max-width:991.98px) {
	.projects-page-main .projects-page__discription p {
		width: 80%
	}
}

@media (max-width:575.98px) {
	.projects-page-main .projects-page__discription p {
		width: 100%
	}
}

.projects-page-main .projects-page__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

@media (max-width:1199.98px) {
	.projects-page-main .projects-page__wrapper {
		-ms-flex-pack: distribute;
		justify-content: space-around
	}
}

.projects-page-main .projects-page__wrapper .projects-page__container-item {
	width: 32%;
	margin-top: 50px;
	margin-right: 15px;
	position: relative;
	-webkit-transition: .5s;
	transition: .5s
}

.projects-page-main .projects-page__wrapper .projects-page__container-item:hover {
	margin-top: 40px;
	margin-bottom: 10px
}

@media (max-width:1199.98px) {
	.projects-page-main .projects-page__wrapper .projects-page__container-item {
		width: 48%;
		margin-right: 0
	}
}

@media (max-width:768px) {
	.projects-page-main .projects-page__wrapper .projects-page__container-item {
		width: 100%
	}
}

.projects-page-main .projects-page__wrapper .projects-page__container-image {
	height: 352px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%
}

.projects-page-main .projects-page__container-rectangle {
	padding-top: 25px;
	padding-bottom: 12px;
	opacity: .9;
	margin: -14% auto 0;
	width: 90%;
	min-height: 146px;
	-webkit-box-shadow: 0 22px 27px rgba(72, 72, 72, .14), inset 0 -3px 0 #9e1d29;
	box-shadow: 0 22px 27px rgba(72, 72, 72, .14), inset 0 -3px 0 #9e1d29;
	background-color: #fff
}

@media (max-width:1399.98px) {
	.projects-page-main .projects-page__container-rectangle {
		width: 95%;
		min-height: 130px
	}
}

@media (max-width:767.98px) {
	.projects-page-main .projects-page__container-rectangle {
		width: 92%;
		min-height: 120px
	}
}

@media (max-width:575.98px) {
	.projects-page-main .projects-page__container-rectangle {
		margin: -15% auto 0;
		width: 90%
	}
}

.projects-page-main .projects-page__container-rectangle h5 {
	margin-top: 15px;
	margin-bottom: 5px;
	padding-left: 30px;
	padding-right: 30px;
	color: #9e1d29;
	font-size: 12px;
	line-height: 16px;
	font-weight: 600;
	text-transform: uppercase
}

@media (min-width:320px) {
	.projects-page-main .projects-page__container-rectangle h5 {
		font-size: calc(.25vw + 11.2px)
	}
}

@media (min-width:1920px) {
	.projects-page-main .projects-page__container-rectangle h5 {
		font-size: 16px
	}
}

@media (min-width:320px) {
	.projects-page-main .projects-page__container-rectangle h5 {
		line-height: calc(.5vw + 14.4px)
	}
}

@media (min-width:1920px) {
	.projects-page-main .projects-page__container-rectangle h5 {
		line-height: 24px
	}
}

@media (max-width:575.98px) {
	.projects-page-main .projects-page__container-rectangle h5 {
		margin: 10px 0;
		padding-right: 15px;
		padding-left: 15px
	}
}

.projects-page-main .projects-page__container-rectangle p {
	margin: 0;
	padding-left: 30px;
	padding-right: 30px;
	font-size: 12px;
	line-height: 12px;
	color: #747477;
	font-weight: 400
}

@media (min-width:320px) {
	.projects-page-main .projects-page__container-rectangle p {
		font-size: calc(.25vw + 11.2px)
	}
}

@media (min-width:1920px) {
	.projects-page-main .projects-page__container-rectangle p {
		font-size: 16px
	}
}

@media (min-width:320px) {
	.projects-page-main .projects-page__container-rectangle p {
		line-height: calc(.5vw + 10.4px)
	}
}

@media (min-width:1920px) {
	.projects-page-main .projects-page__container-rectangle p {
		line-height: 20px
	}
}

@media (max-width:575.98px) {
	.projects-page-main .projects-page__container-rectangle p {
		margin: 15px 0;
		padding-right: 15px;
		padding-left: 15px
	}
}

.modal-projects {
	background-color: rgba(0, 0, 0, .7);
	padding: 0
}

.modal-projects .modal {
	max-width: 100%;
	padding: 0;
	margin-top: 18vh;
	margin-bottom: 5vh
}

@media (max-width:575.98px) {
	.modal-projects .modal {
		padding: 15px
	}
}

@media (max-width:340.98px) {
	.modal-projects .modal {
		margin-top: 20vh
	}
}

.modal-projects .modal a.close-modal[class*=icon-] {
	top: 15px;
	right: 15px;
	width: 20px;
	height: 20px;
	color: #fff;
	line-height: 1.25;
	text-align: center;
	text-decoration: none;
	text-indent: 0;
	background: transparent;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}

.modal-projects .modal a.close-modal[class*=icon-]:after,
.modal-projects .modal a.close-modal[class*=icon-]:before {
	position: absolute;
	left: 15px;
	content: " ";
	height: 15px;
	width: 2px;
	background-color: #333
}

.modal-projects .modal a.close-modal[class*=icon-]:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.modal-projects .modal a.close-modal[class*=icon-]:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.single-page-projects__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

@media (max-width:991.98px) {
	.single-page-projects__wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse
	}
}

.single-page-projects__wrapper .single-page-projects__slider {
	width: 49%
}

@media (max-width:991.98px) {
	.single-page-projects__wrapper .single-page-projects__slider {
		width: 100%;
		height: 40vh
	}
}

@media (max-width:575.98px) {
	.single-page-projects__wrapper .single-page-projects__slider {
		height: 30vh
	}
}

.single-page-projects__wrapper .single-page-projects__content {
	width: 49%;
	padding: 75px 50px 120px
}

@media (max-width:991.98px) {
	.single-page-projects__wrapper .single-page-projects__content {
		width: 100%;
		padding: 50px
	}
}

@media (max-width:575.98px) {
	.single-page-projects__wrapper .single-page-projects__content {
		padding: 15px
	}
}

.single-page-projects__wrapper .swiper-container {
	width: 100%;
	height: 100%
}

.single-page-projects__wrapper .swiper-slide {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%
}

@media (max-width:991.98px) {
	.single-page-projects__wrapper .single-page-projects__link-box {
		text-align: center
	}
}

.single-page-projects__wrapper .single-page-projects__swiper-button-prev {
	width: 61px;
	height: 61px;
	top: 49%;
	left: 0;
	background-color: #fff;
	outline: none;
	opacity: .9
}

@media (max-width:575.98px) {
	.single-page-projects__wrapper .single-page-projects__swiper-button-prev {
		width: 30px;
		height: 30px
	}
}

.single-page-projects__wrapper .single-page-projects__swiper-button-next {
	width: 61px;
	height: 61px;
	top: 49%;
	right: 0;
	background-color: #fff;
	outline: none;
	opacity: .9
}

@media (max-width:575.98px) {
	.single-page-projects__wrapper .single-page-projects__swiper-button-next {
		width: 30px;
		height: 30px
	}
}

.single-page-projects__wrapper .entry-title {
	font-size: 18px;
	line-height: 25px;
	color: #9e1d29;
	font-weight: 600;
	margin-bottom: -13px;
    margin-top: 10px;
}

@media (min-width:320px) {
	.single-page-projects__wrapper .entry-title {
		font-size: calc(.375vw + 16.8px)
	}
}

@media (min-width:1920px) {
	.single-page-projects__wrapper .entry-title {
		font-size: 24px
	}
}

@media (min-width:320px) {
	.single-page-projects__wrapper .entry-title {
		line-height: calc(.375vw + 22.8px)
	}
}

@media (min-width:1920px) {
	.single-page-projects__wrapper .entry-title {
		line-height: 30px
	}
}

.single-page-projects__wrapper .single-page-projects__subheading {
	font-size: 12px;
	line-height: 20px;
	color: #747477;
	font-weight: 700
}

@media (min-width:320px) {
	.single-page-projects__wrapper .single-page-projects__subheading {
		font-size: calc(.25vw + 11.2px)
	}
}

@media (min-width:1920px) {
	.single-page-projects__wrapper .single-page-projects__subheading {
		font-size: 16px
	}
}

@media (min-width:320px) {
	.single-page-projects__wrapper .single-page-projects__subheading {
		line-height: calc(.625vw + 18px)
	}
}

@media (min-width:1920px) {
	.single-page-projects__wrapper .single-page-projects__subheading {
		line-height: 30px
	}
}

.single-page-projects__wrapper .single-page-projects__category {
	font-size: 14px;
	line-height: 18px;
	color: #747477;
	font-style: italic;
	margin-top: 0;
	margin-bottom: 10px
}

@media (min-width:320px) {
	.single-page-projects__wrapper .single-page-projects__category {
		font-size: calc(.125vw + 13.6px)
	}
}

@media (min-width:1920px) {
	.single-page-projects__wrapper .single-page-projects__category {
		font-size: 16px
	}
}

@media (min-width:320px) {
	.single-page-projects__wrapper .single-page-projects__category {
		line-height: calc(.375vw + 16.8px)
	}
}

@media (min-width:1920px) {
	.single-page-projects__wrapper .single-page-projects__category {
		line-height: 24px
	}
}

@media (max-width:1199.98px) {
	.single-page-projects__wrapper .single-page-projects__category {
		margin-bottom: 25px
	}
}

@media (max-width:575.98px) {
	.single-page-projects__wrapper .single-page-projects__category {
		margin-bottom: 15px
	}
}

.single-page-projects__wrapper p {
	font-size: 12px;
	line-height: 20px;
	color: #747477
}

@media (min-width:320px) {
	.single-page-projects__wrapper p {
		font-size: calc(.25vw + 11.2px)
	}
}

@media (min-width:1920px) {
	.single-page-projects__wrapper p {
		font-size: 16px
	}
}

@media (min-width:320px) {
	.single-page-projects__wrapper p {
		line-height: calc(.625vw + 18px)
	}
}

@media (min-width:1920px) {
	.single-page-projects__wrapper p {
		line-height: 30px
	}
}

.single-page-projects__wrapper ul {
	font-size: 12px;
	line-height: 20px;
	color: #747477;
	padding: 0;
	margin-top: 15px
}

.single-page-projects__wrapper ul ul {
	margin-left: 40px;
	margin-top: 5px;
}

@media (min-width:320px) {
	.single-page-projects__wrapper ul {
		font-size: calc(.25vw + 11.2px)
	}
}

@media (min-width:1920px) {
	.single-page-projects__wrapper ul {
		font-size: 16px
	}
}

@media (min-width:320px) {
	.single-page-projects__wrapper ul {
		line-height: calc(.625vw + 18px)
	}
}

@media (min-width:1920px) {
	.single-page-projects__wrapper ul {
		line-height: 30px
	}
}

@media (max-width:1199.98px) {
	.single-page-projects__wrapper ul {
		margin-top: 15px
	}
}

.single-page-projects__wrapper ul li {
	list-style-type: none!important;
	margin-left: 0!important
}

.single-page-projects__wrapper ul li:before {
	font-weight: 400;
	color: #9e1d29;
	content: "•";
	padding-right: 7px
}

.single-page-product__title {
	height: 50vh;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%;
	margin-bottom: 15vh
}

@media (max-width:1199.98px) {
	.single-page-product__title {
		margin-bottom: 10vh
	}
}

.single-page-product__title .single-page-product__title-darken {
	padding-top: 25vh;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .4)), to(rgba(0, 0, 0, .4)));
	background: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4));
	height: 50vh
}

@media (max-width:1199.98px) {
	.single-page-product__title .single-page-product__title-darken {
		padding-top: 25vh;
		height: 50vh
	}
}

.single-page-product__title h3 {
	font-size: 30px;
	line-height: 40px;
	color: #fff;
	font-weight: 600
}

@media (min-width:320px) {
	.single-page-product__title h3 {
		font-size: calc(1.875vw + 24px)
	}
}

@media (min-width:1920px) {
	.single-page-product__title h3 {
		font-size: 60px
	}
}

@media (min-width:320px) {
	.single-page-product__title h3 {
		line-height: calc(1.063vw + 36.6px)
	}
}

@media (min-width:1920px) {
	.single-page-product__title h3 {
		line-height: 57px
	}
}

@media (max-width:575.98px) {
	.single-page-product__title h3 {
		text-align: center
	}
}

.single-page-product .single-page-product__ancors {
	margin-top: 60px;
	position: absolute;
	top: 50vh;
	width: 100%
}

@media (max-width:991.98px) {
	.single-page-product .single-page-product__ancors {
		margin-top: 40px
	}
}

.single-page-product .custom-sticky {
	z-index: 10;
	width: 100%;
	position: fixed;
	top: 50px
}

@media (max-width:1699.98px) {
	.single-page-product .custom-sticky {
		top: 40px
	}
}

@media (max-width:1399.98px) {
	.single-page-product .custom-sticky {
		top: 22px
	}
}

@media (max-width:1199.98px) {
	.single-page-product .custom-sticky {
		top: 20px
	}
}

@media (max-width:991.98px) {
	.single-page-product .custom-sticky {
		top: 65px
	}
}

.single-page-product .single-page-product__ancor-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: auto;
	-webkit-box-shadow: 0 22px 27px rgba(72, 72, 72, .14);
	box-shadow: 0 22px 27px rgba(72, 72, 72, .14);
	position: relative;
	z-index: 10
}

@media (max-width:767.98px) {
	.single-page-product .single-page-product__ancor-list {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

.single-page-product .single-page-product__ancor-item:not(:first-child):before {
	content: "";
	position: absolute;
	left: -1px;
	top: 15%;
	height: 70%;
	width: 1px;
	border-left: 1px solid #9e1d29
}

@media (max-width:767.98px) {
	.single-page-product .single-page-product__ancor-item:not(:first-child):before {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		border-left: none
	}
}

@media (max-width:767.98px) {
	.single-page-product .single-page-product__ancor-item:nth-child(2n):before {
		content: "";
		position: absolute;
		left: -1px;
		top: 15%;
		height: 70%;
		width: 1px;
		border-left: 1px solid #9e1d29
	}
}

.single-page-product .single-page-product__ancor-item {
	width: 33.33%;
	text-align: center;
	position: relative;
	background-color: #fff
}

@media (max-width:767.98px) {
	.single-page-product .single-page-product__ancor-item {
		width: 49.8%
	}
}

@media (max-width:575.98px) {
	.single-page-product .single-page-product__ancor-item {
		width: 49.8%
	}
}

.single-page-product .single-page-product__ancor-item:hover {
	background-color: #9e1d29
}

.single-page-product .single-page-product__ancor-item:hover a {
	color: #fff
}

.single-page-product .single-page-product__ancor-item:hover:before {
	height: 0
}

.single-page-product .single-page-product__ancor-link {
	display: inline-block;
	width: 100%;
	height: auto;
	padding: 30px 0;
	font-size: 10px;
	line-height: 20px;
	font-weight: 600;
	text-transform: uppercase;
	-webkit-transition: .5s;
	transition: .5s;
	color: #9e1d29
}

@media (min-width:320px) {
	.single-page-product .single-page-product__ancor-link {
		font-size: calc(.5vw + 8.4px)
	}
}

@media (min-width:1920px) {
	.single-page-product .single-page-product__ancor-link {
		font-size: 18px
	}
}

@media (min-width:320px) {
	.single-page-product .single-page-product__ancor-link {
		line-height: calc(.625vw + 18px)
	}
}

@media (min-width:1920px) {
	.single-page-product .single-page-product__ancor-link {
		line-height: 30px
	}
}

@media (max-width:767.98px) {
	.single-page-product .single-page-product__ancor-link {
		padding: 5px 0
	}
}

.single-page-product .single-page-product__description-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-top: 75px;
	padding-bottom: 75px
}

@media (max-width:991.98px) {
	.single-page-product .single-page-product__description-wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse
	}
}

.single-page-product .single-page-product__image {
	width: 49%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%
}

@media (max-width:991.98px) {
	.single-page-product .single-page-product__image {
		width: 100%;
		height: 40vh
	}
}

@media (max-width:575.98px) {
	.single-page-product .single-page-product__image {
		height: 30vh
	}
}

.single-page-product__content {
	width: 49%;
	padding: 40px 50px 60px
}

#documents .single-page-product__content {
	width: 65%;
	padding: 40px 50px 15px
}

@media (max-width:991.98px) {
	.single-page-product__content {
		width: 100%;
		padding: 50px
	}

	#documents .single-page-product__content {
		width: 100%;
		padding: 50px 50px 15px;
	}
}

@media (max-width:575.98px) {
	.single-page-product__content,
	#documents .single-page-product__content {
		padding: 0 0 15px
	}

}

.grey {
	background-color: #f7f7f7;
}


.single-page-product__extra_section .text-content {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.single-page-product__extra_section.wider .text-content {
	width: 84%;
	max-width: none;
}

.single-page-product__extra_section .text-content ul {
	text-align: left;
	display: inline-block;
}

.imgHolder {
	display: flex;
	width: 100%;
	justify-content: center;
}

.extraImg {
	height: 20vw;
	width: 100%;
	margin: 8px;
	display: block;
	background-size: cover;
	max-width: 34vw;
}

@media (max-width:575.98px) {
	.imgHolder {
		display: block;
	}

	.extraImg {
		height: 60vw;
		margin: 0 0 15px;
		max-width: none;
	}
}

.single-page-product__content h3,
.single-page-product__extra_section h3 {
	margin-top: 0;
	font-size: 18px;
	line-height: 24px;
	color: #9e1d29;
	font-weight: 600
}

@media (min-width:320px) {
	.single-page-product__content h3,
	.single-page-product__extra_section h3  {
		font-size: calc(1.375vw + 13.6px)
	}
}

@media (min-width:1920px) {
	.single-page-product__content h3,
	.single-page-product__extra_section h3  {
		font-size: 40px
	}
}

@media (min-width:320px) {
	.single-page-product__content h3,
	.single-page-product__extra_section h3  {
		line-height: calc(1.5vw + 19.2px)
	}
}

@media (min-width:1920px) {
	.single-page-product__content h3,
	.single-page-product__extra_section h3  {
		line-height: 48px
	}
}

.single-page-product__content .single-page-product__subheading {
	font-size: 12px;
	line-height: 20px;
	color: #747477;
	font-weight: 700
}

@media (min-width:320px) {
	.single-page-product__content .single-page-product__subheading {
		font-size: calc(.25vw + 11.2px)
	}
}

@media (min-width:1920px) {
	.single-page-product__content .single-page-product__subheading {
		font-size: 16px
	}
}

@media (min-width:320px) {
	.single-page-product__content .single-page-product__subheading {
		line-height: calc(.625vw + 18px)
	}
}

@media (min-width:1920px) {
	.single-page-product__content .single-page-product__subheading {
		line-height: 30px
	}
}

.single-page-product__content .single-page-product__category {
	font-size: 14px;
	line-height: 18px;
	color: #747477;
	font-style: italic;
	margin-top: 0;
	margin-bottom: 50px
}

@media (min-width:320px) {
	.single-page-product__content .single-page-product__category {
		font-size: calc(.125vw + 13.6px)
	}
}

@media (min-width:1920px) {
	.single-page-product__content .single-page-product__category {
		font-size: 16px
	}
}

@media (min-width:320px) {
	.single-page-product__content .single-page-product__category {
		line-height: calc(.375vw + 16.8px)
	}
}

@media (min-width:1920px) {
	.single-page-product__content .single-page-product__category {
		line-height: 24px
	}
}

@media (max-width:1199.98px) {
	.single-page-product__content .single-page-product__category {
		margin-bottom: 25px
	}
}

@media (max-width:575.98px) {
	.single-page-product__content .single-page-product__category {
		margin-bottom: 15px
	}
}

.single-page-product__content p,
.single-page-product__extra_section p,
.single-page-product__extra_section ul {
	font-size: 12px;
	line-height: 20px;
	color: #747477
}

@media (min-width:320px) {
	.single-page-product__content p,
	.single-page-product__extra_section p,
	.single-page-product__extra_section ul
	 {
		font-size: calc(.25vw + 11.2px)
	}
}

@media (min-width:1920px) {
	.single-page-product__content p,
	.single-page-product__extra_section p,
	.single-page-product__extra_section ul {
		font-size: 16px
	}
}

@media (min-width:320px) {
	.single-page-product__content p,
	.single-page-product__extra_section p,
	.single-page-product__extra_section ul {
		line-height: calc(.625vw + 18px)
	}
}

@media (min-width:1920px) {
	.single-page-product__content p,
	.single-page-product__extra_section p,
	.single-page-product__extra_section ul {
		line-height: 30px
	}
}

.single-page-product__content ul {
	font-size: 12px;
	line-height: 20px;
	color: #747477;
	padding: 0;
	margin-top: 50px
}

@media (min-width:320px) {
	.single-page-product__content ul {
		font-size: calc(.25vw + 11.2px)
	}
}

@media (min-width:1920px) {
	.single-page-product__content ul {
		font-size: 16px
	}
}

@media (min-width:320px) {
	.single-page-product__content ul {
		line-height: calc(.625vw + 18px)
	}
}

@media (min-width:1920px) {
	.single-page-product__content ul {
		line-height: 30px
	}
}

@media (max-width:1199.98px) {
	.single-page-product__content ul {
		margin-top: 25px
	}
}

.single-page-product__content ul li {
	list-style-type: none!important;
	margin-left: 0!important
}

.single-page-product__content ul li:before {
	font-weight: 400;
	color: #9e1d29;
	content: "•";
	padding-right: 7px
}

.single-page-product .single-page-product__technical-description {
	background-color: #f7f7f7
}

.single-page-product .single-page-product__technical-description-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-top: 75px;
	padding-bottom: 20px
}

@media (max-width:991.98px) {
	.single-page-product .single-page-product__technical-description-wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding-top: 50px;
	}
}

.single-page-product .single-page-product__technical-description-content {
	width: 45%;
	margin-left: 3%;
	margin-right: 2%;
}

@media (max-width:991.98px) {
	.single-page-product .single-page-product__technical-description-content {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		padding: 0 50px 50px
	}
}

@media (max-width:575.98px) {
	.single-page-product .single-page-product__technical-description-content {
		padding: 0 0 15px
	}
}

.single-page-product .single-page-product__technical-description-content h3 {
	margin-top: 0;
	margin-bottom: 15px;
	font-size: 18px;
	line-height: 24px;
	color: #9e1d29;
	font-weight: 600
}

@media (min-width:320px) {
	.single-page-product .single-page-product__technical-description-content h3 {
		font-size: calc(1.375vw + 13.6px)
	}
}

@media (min-width:1920px) {
	.single-page-product .single-page-product__technical-description-content h3 {
		font-size: 40px
	}
}

@media (min-width:320px) {
	.single-page-product .single-page-product__technical-description-content h3 {
		line-height: calc(1.5vw + 19.2px)
	}
}

@media (min-width:1920px) {
	.single-page-product .single-page-product__technical-description-content h3 {
		line-height: 48px
	}
}

.single-page-product .single-page-product__technical-description-list {
	font-size: 12px;
	line-height: 20px;
	color: #747477;
	padding: 0;
	margin-top: 0
}

@media (min-width:320px) {
	.single-page-product .single-page-product__technical-description-list {
		font-size: calc(.25vw + 11.2px)
	}
}

@media (min-width:1920px) {
	.single-page-product .single-page-product__technical-description-list {
		font-size: 16px
	}
}

@media (min-width:320px) {
	.single-page-product .single-page-product__technical-description-list {
		line-height: calc(.625vw + 18px)
	}
}

@media (min-width:1920px) {
	.single-page-product .single-page-product__technical-description-list {
		line-height: 30px
	}
}

@media (max-width:1199.98px) {
	.single-page-product .single-page-product__technical-description-list {
		margin-top: 0
	}
}

.single-page-product .single-page-product__technical-description-list li {
	list-style-type: none!important;
	margin-left: 0!important
}

.single-page-product .single-page-product__technical-description-list li:before {
	font-weight: 400;
	color: #9e1d29;
	content: "•";
	padding-right: 7px
}

.single-page-product .single-page-product__slider {
	width: 49%;
	margin: 0 auto
}

@media (max-width:991.98px) {
	.single-page-product .single-page-product__slider {
		width: 100%
	}
}

.single-page-product .single-page-product__slider-container {
	height: auto
}

.single-page-product .single-page-product__slider-container .single-page-product__swiper-wrapper {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.single-page-product .single-page-product__slider-container .swiper-slide {
	text-align: center;
	overflow: hidden
}

.single-page-product .single-page-product__slider-container img {
	max-width: 85%;
	-webkit-box-shadow: 0 22px 27px rgba(72, 72, 72, .14);
	box-shadow: 0 22px 27px rgba(72, 72, 72, .14);
	margin-bottom: 50px
}

@media (max-width:575.98px) {
	.single-page-product .single-page-product__slider-container img {
		max-width: 100%
	}
}

.single-page-product .single-page-product__swiper-button-box {
	position: absolute;
	width: 100%;
	bottom: 56%
}

@media (max-width:991.98px) {
	.single-page-product .single-page-product__swiper-button-box {
		bottom: 10px;
		width: 80px;
		left: 50%;
		margin-left: -40px
	}
}

.single-page-product .single-page-product__swiper-button-prev {
	outline: none;
	left: 0
}

.single-page-product .single-page-product__swiper-button-next {
	outline: none;
	right: 0
}

.single-page-product .single-page-product__color-palette {
	padding-top: 75px;
	padding-bottom: 50px
}

@media (max-width:991.98px) {
	.single-page-product .single-page-product__color-palette {
		padding-top: 50px;
		padding-bottom: 50px
	}
}

.single-page-product .single-page-product__color-palette h3 {
	margin-top: 0;
	font-size: 18px;
	line-height: 24px;
	color: #9e1d29;
	font-weight: 600
}

@media (min-width:320px) {
	.single-page-product .single-page-product__color-palette h3 {
		font-size: calc(1.375vw + 13.6px)
	}
}

@media (min-width:1920px) {
	.single-page-product .single-page-product__color-palette h3 {
		font-size: 40px
	}
}

@media (min-width:320px) {
	.single-page-product .single-page-product__color-palette h3 {
		line-height: calc(1.5vw + 19.2px)
	}
}

@media (min-width:1920px) {
	.single-page-product .single-page-product__color-palette h3 {
		line-height: 48px
	}
}

.single-page-product .single-page-product__color-palette ul {
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start
}

@media (max-width:991.98px) {
	.single-page-product .single-page-product__color-palette ul {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
}

@media (max-width:575.98px) {
	.single-page-product .single-page-product__color-palette ul {
		-ms-flex-pack: distribute;
		justify-content: space-around
	}
}

.single-page-product .single-page-product__color-palette .single-page-product__color-palette-item {
	width: 116px;
	height: 116px;
	border-radius: 50%;
	-webkit-box-shadow: 0 22px 27px rgba(72, 72, 72, .14);
	box-shadow: 0 22px 27px rgba(72, 72, 72, .14);
}

.single-page-product .single-page-product__color-palette .single-page-product__color-palette-name {
	position: absolute;
	width: 180px;
	left: 50%;
	bottom: 105%;
	margin-left: -90px;
	padding: 5px;
	color: #f7f7f7;
	font-weight: 300;
	text-align: center;
	font-size: 12px;
	line-height: 14px;
	background-color: #000;
	opacity: .7;
	border-radius: 3px;
	display: none
}

@media (min-width:320px) {
	.single-page-product .single-page-product__color-palette .single-page-product__color-palette-name {
		font-size: calc(.25vw + 11.2px)
	}
}

@media (min-width:1920px) {
	.single-page-product .single-page-product__color-palette .single-page-product__color-palette-name {
		font-size: 16px
	}
}

@media (min-width:320px) {
	.single-page-product .single-page-product__color-palette .single-page-product__color-palette-name {
		line-height: calc(.375vw + 12.8px)
	}
}

@media (min-width:1920px) {
	.single-page-product .single-page-product__color-palette .single-page-product__color-palette-name {
		line-height: 20px
	}
}

.single-page-product .single-page-product__color-palette .single-page-product__color-palette-name:before {
	content: "";
	border: 10px solid transparent;
	border-top-color: #000;
	position: absolute;
	left: 44%;
	bottom: 0;
	margin-bottom: -20px
}

.single-page-product .single-page-product__color-palette li {
	margin-right: 21px;
	margin-bottom: 21px;
	position: relative
}

@media (max-width:991.98px) {
	.single-page-product .single-page-product__color-palette li {
		margin-right: 0
	}
}

.single-page-product .single-page-product__color-palette li:hover .single-page-product__color-palette-name {
	display: block
}

.single-page-product .contact-form__container {
	background-color: #f7f7f7
}

.single-page-product .single-page-product__documents-wrapper {
	-webkit-box-shadow: 0 22px 27px rgba(72, 72, 72, .14);
	box-shadow: 0 22px 27px rgba(72, 72, 72, .14);
	background-color: #fff;
	padding: 40px
}



@media (max-width:575.98px) {
	.single-page-product .single-page-product__documents-wrapper {
		padding: 20px
	}
}

.single-page-product .single-page-product__documents {
	padding-top: 20px;
	padding-bottom: 75px;
	background-color: #f7f7f7
}

@media (max-width:991.98px) {
	.single-page-product .single-page-product__documents {
	
		padding-bottom: 50px
	}
}

.single-page-product .single-page-product__documents h3 {
	margin-top: 0;
	font-size: 18px;
	line-height: 24px;
	color: #9e1d29;
	font-weight: 600
}

@media (min-width:320px) {
	.single-page-product .single-page-product__documents h3 {
		font-size: calc(1.375vw + 13.6px)
	}
}

@media (min-width:1920px) {
	.single-page-product .single-page-product__documents h3 {
		font-size: 40px
	}
}

@media (min-width:320px) {
	.single-page-product .single-page-product__documents h3 {
		line-height: calc(1.5vw + 19.2px)
	}
}

@media (min-width:1920px) {
	.single-page-product .single-page-product__documents h3 {
		line-height: 48px
	}
}

.single-page-product .single-page-product__documents .single-page-product__documents-heading {
	font-size: 14px;
	line-height: 18px;
	color: #9e1d29;
	font-weight: 600
}

@media (min-width:320px) {
	.single-page-product .single-page-product__documents .single-page-product__documents-heading {
		font-size: calc(.625vw + 12px)
	}
}

@media (min-width:1920px) {
	.single-page-product .single-page-product__documents .single-page-product__documents-heading {
		font-size: 24px
	}
}

@media (min-width:320px) {
	.single-page-product .single-page-product__documents .single-page-product__documents-heading {
		line-height: calc(.625vw + 16px)
	}
}

@media (min-width:1920px) {
	.single-page-product .single-page-product__documents .single-page-product__documents-heading {
		line-height: 28px
	}
}

.single-page-product .single-page-product__documents ul {
	list-style: none;
	padding-left: 0
}

.single-page-product .single-page-product__documents ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 35px;
	padding-bottom: 35px
}

.single-page-product .single-page-product__documents ul li:not(:first-child) {
	border-top: 1px solid #c9d9e6
}

.single-page-product .single-page-product__documents-image {
	background-repeat: no-repeat;
	background-position: 50%;
	background-image: url('/wp-content/themes/surface-theme/dist/images/file.png');
	background-size: cover;
	width: 107px;
	height: 122px;
	margin-right: 20px
}

@media (max-width:575.98px) {
	.single-page-product .single-page-product__documents-image {
		height: 85px
	}
}

.single-page-product .single-page-product__documents-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.single-page-product .single-page-product__documents-name {
	font-size: 12px;
	line-height: 16px;
	color: #9e1d29;
	font-weight: 600;
	text-transform: uppercase
}

@media (min-width:320px) {
	.single-page-product .single-page-product__documents-name {
		font-size: calc(.25vw + 11.2px)
	}
}

@media (min-width:1920px) {
	.single-page-product .single-page-product__documents-name {
		font-size: 16px
	}
}

@media (min-width:320px) {
	.single-page-product .single-page-product__documents-name {
		line-height: calc(.25vw + 15.2px)
	}
}

@media (min-width:1920px) {
	.single-page-product .single-page-product__documents-name {
		line-height: 20px
	}
}

.single-page-product .single-page-product__documents-link {
	background-repeat: no-repeat;
	background-position: 50%;
	background-image: url('/wp-content/themes/surface-theme/dist/images/download-icon.png');
	background-size: cover;
	width: 39px;
	height: 39px;
	display: inline-block
}

.single-page-product .single-page-product__documents-link:hover {
	opacity: 0.8;
	/*background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACcAAAAnCAMAAAC7faEHAAAAAXNSR0IB2cksfwAAALFQTFRFAAAAAFKFAFGGAFCFAFCFAFCFAFCFAFCFAAD/AFCGAFCFAFCFAFGFAFCFAE6JAE+GAFODAFCFAE6HAFCFAFCFAFCGAFCFAFGFAFCEAE+FAFCFAFCEAFCFAFGDAFCFAFCEAFCFAFCEAFCFAFCFAICAAFWqAFCFAFCFAFGFAFCEAE+GAFCEAFKFAE+EAFKGAFGFAFWAAFCGAFCFAFGGAFCAAFGGAGaZAFWGAFGEAFCGAE+E5mA09AAAADt0Uk5TABlfncjr/P8BULr9RdUNpCXbMcbAppCroFrJuflC9rVzcK/ZAgOl+K6iPWYymjuYEo1cTBBSBRVP6ede2KqJAAABd0lEQVR4nI2UeXuCMAzGAwjhEE+88JyKTndv7tDv/8FWQoUU8LH5izQ/2qRJXwBuhmk1bAcdu2GZBtww1/MDLCzwPbcOa4ZYtrBZoVrtCpVau6VinW4thtjtcKxn38AQ7R7b7TYmwHzHlnJoP4qivnL0NUelhAEtDZRi5IUoxwxpbais0fW44V0uTC/cw7scemLJ1+B80fpAgwsMMFGDQxMs9tdoPB5PiJuIrxE7yYK4cKal2ZgWoRhYy2ZzBZvPipANDstiwcH5gkUcUNJloIIhKvsxsIQ5UBopCZYwkV+MNWAZE/XK+1uuHsjWKSiwdeaullnYkv3YbGVeyQ73j3vcJdLfbihuyv5GeZ3JQbiHJPejNCz6m81LwQEcn47MI86/zh/nMnt+MeD17T3j0vmjea5yH/gpavwijuaZ3keVO33/wO9fQpyUD/HezqcKKPFz/t7o/V6ieruw96urB9r6oq1X2voHunoK2vqcmtD7mPQ+Luv9P3mKKyDgFCSFAAAAAElFTkSuQmCC)*/
}

.single-page-product .link-hide {
	display: none
}

.single-page-product .link-display {
	display: inline-block
}

.sectors-page-main {
	background-color: #f7f7f7
}

.sectors-page__title {
	min-height: 55vh;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%
}

@media (max-width:1199.98px) {
	.sectors-page__title {
		min-height: 50vh
	}
}

.sectors-page__title .sectors-page__title-darken {
	padding-top: 20vh;
	padding-bottom: 25px;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .4)), to(rgba(0, 0, 0, .4)));
	background: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4));
	min-height: 55vh
}

@media (max-width:1199.98px) {
	.sectors-page__title .sectors-page__title-darken {
		padding-top: 18vh;
		min-height: 50vh
	}
}

.sectors-page__title h2 {
	font-size: 30px;
	line-height: 40px;
	color: #fff;
	font-weight: 600;
	margin-bottom: 2%;
	text-transform: capitalize
}

@media (min-width:320px) {
	.sectors-page__title h2 {
		font-size: calc(1.875vw + 24px)
	}
}

@media (min-width:1920px) {
	.sectors-page__title h2 {
		font-size: 60px
	}
}

@media (min-width:320px) {
	.sectors-page__title h2 {
		line-height: calc(1.063vw + 36.6px)
	}
}

@media (min-width:1920px) {
	.sectors-page__title h2 {
		line-height: 57px
	}
}

@media (max-width:575.98px) {
	.sectors-page__title h2 {
		text-align: center
	}
}

.sectors-page__title p {
	margin: 19px 0 0;
	padding: 0;
	font-size: 17px;
	line-height: 20px;
	font-weight: 300;
	color: #fff;
	width: 50%
}

@media (min-width:320px) {
	.sectors-page__title p {
		font-size: calc(.438vw + 15.6px)
	}
}

@media (min-width:1920px) {
	.sectors-page__title p {
		font-size: 24px
	}
}

@media (min-width:320px) {
	.sectors-page__title p {
		line-height: calc(.625vw + 18px)
	}
}

@media (min-width:1920px) {
	.sectors-page__title p {
		line-height: 30px
	}
}

@media (max-width:991.98px) {
	.sectors-page__title p {
		width: 100%
	}
}

@media (max-width:575.98px) {
	.sectors-page__title p {
		text-align: center
	}
}

.sectors-page-main .sectors-page__padding {
	padding-top: 50px;
	padding-bottom: 50px
}

@media (max-width:575.98px) {
	.sectors-page-main .sectors-page__padding {
		padding-top: 0;
		padding-bottom: 35px
	}
}

.sectors-page-main .sectors-page__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.sectors-page-main .sectors-page__wrapper .sectors-page__container-item {
	width: 32%;
	margin-top: 50px;
	position: relative;
	-webkit-transition: .5s;
	transition: .5s
}

.sectors-page-main .sectors-page__wrapper .sectors-page__container-item:hover {
	margin-top: 35px;
	margin-bottom: 15px
}

@media (max-width:1199.98px) {
	.sectors-page-main .sectors-page__wrapper .sectors-page__container-item {
		width: 49%
	}
}

@media (max-width:768px) {
	.sectors-page-main .sectors-page__wrapper .sectors-page__container-item {
		width: 100%
	}
}

.sectors-page-main .sectors-page__wrapper .sectors-page__container-image {
	background-repeat: no-repeat;
	height: 352px;
	background-size: cover;
	background-position: 50%
}

.sectors-page-main .sectors-page__container-rectangle {
	padding-top: 13%;
	padding-bottom: 10%;
	opacity: .9;
	margin: -14% auto 0;
	width: 90%;
	position: relative;
	min-height: 300px;
	-webkit-box-shadow: 0 22px 27px rgba(72, 72, 72, .14), inset 0 -3px 0 #9e1d29;
	box-shadow: 0 22px 27px rgba(72, 72, 72, .14), inset 0 -3px 0 #9e1d29;
	background-color: #fff
}

@media (max-width:1399.98px) {
	.sectors-page-main .sectors-page__container-rectangle {
		width: 95%;
		min-height: 130px
	}
}

@media (max-width:767.98px) {
	.sectors-page-main .sectors-page__container-rectangle {
		width: 92%;
		min-height: 120px;
		padding-bottom: 4%
	}


}

@media (max-width:575.98px) {
	.sectors-page-main .sectors-page__container-rectangle {
		margin: -15% auto 0;
		width: 90%
	}
}

.sectors-page-main .sectors-page__container-rectangle .sectors-page__item-image {
	width: 104px;
	height: 104px;
	position: absolute;
	text-align: center;
	top: -50px;
	left: 50%;
	margin-left: -52px;
	background-color: #9e1d29;
	-webkit-box-shadow: 0 22px 27px rgba(72, 72, 72, .14);
	box-shadow: 0 22px 27px rgba(72, 72, 72, .14);
	border-radius: 50%
}

.sectors-page-main .sectors-page__container-rectangle .sectors-page__item-image img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto
}

.sectors-page-main .sectors-page__container-rectangle h5 {
	margin-top: 15px;
	margin-bottom: 5px;
	text-align: center;
	color: #9e1d29;
	font-size: 30px;
	line-height: 35px;
	font-weight: 600
}

@media (min-width:320px) {
	.sectors-page-main .sectors-page__container-rectangle h5 {
		font-size: calc(.625vw + 26px)
	}
}

@media (min-width:1920px) {
	.sectors-page-main .sectors-page__container-rectangle h5 {
		font-size: 38px
	}
}

@media (min-width:320px) {
	.sectors-page-main .sectors-page__container-rectangle h5 {
		line-height: calc(.813vw + 32.4px)
	}
}

@media (min-width:1920px) {
	.sectors-page-main .sectors-page__container-rectangle h5 {
		line-height: 48px
	}
}

@media (max-width:575.98px) {
	.sectors-page-main .sectors-page__container-rectangle h5 {
		margin: 10px 0;
		padding-right: 15px;
		padding-left: 15px
	}
}

.sectors-page-main .sectors-page__container-rectangle p {
	margin: 0;
	padding-left: 30px;
	padding-right: 15px;
	text-align: center;
	font-size: 12px;
	line-height: 20px;
	color: #747477;
	font-weight: 400
}

@media (min-width:320px) {
	.sectors-page-main .sectors-page__container-rectangle p {
		font-size: calc(.25vw + 11.2px)
	}
}

@media (min-width:1920px) {
	.sectors-page-main .sectors-page__container-rectangle p {
		font-size: 16px
	}
}

@media (min-width:320px) {
	.sectors-page-main .sectors-page__container-rectangle p {
		line-height: calc(.625vw + 18px)
	}
}

@media (min-width:1920px) {
	.sectors-page-main .sectors-page__container-rectangle p {
		line-height: 30px
	}
}

@media (max-width:575.98px) {
	.sectors-page-main .sectors-page__container-rectangle p {
		margin: 15px 0;
		padding-right: 15px;
		padding-left: 15px
	}
}

.modal-sectors {
	background-color: rgba(0, 0, 0, .7);
	padding: 0
}

.modal-sectors .modal {
	max-width: 100%;
	padding: 0;
	margin-top: 18vh
}

@media (max-width:575.98px) {
	.modal-sectors .modal {
		padding: 15px
	}
}

@media (max-width:340.98px) {
	.modal-sectors .modal {
		margin-top: 20vh
	}
}

.modal-sectors .modal a.close-modal[class*=icon-] {
	top: 15px;
	right: 15px;
	width: 20px;
	height: 20px;
	color: #fff;
	line-height: 1.25;
	text-align: center;
	text-decoration: none;
	text-indent: 0;
	background: transparent;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}

.modal-sectors .modal a.close-modal[class*=icon-]:after,
.modal-sectors .modal a.close-modal[class*=icon-]:before {
	position: absolute;
	left: 15px;
	content: " ";
	height: 15px;
	width: 2px;
	background-color: #333
}

.modal-sectors .modal a.close-modal[class*=icon-]:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.modal-sectors .modal a.close-modal[class*=icon-]:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.hentry {
	margin-bottom: 0!important
}

.single-page-sectors__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

@media (max-width:991.98px) {
	.single-page-sectors__wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse
	}
}

.single-page-sectors__wrapper .single-page-sectors__slider {
	width: 49%
}

@media (max-width:991.98px) {
	.single-page-sectors__wrapper .single-page-sectors__slider {
		width: 100%;
		height: 40vh
	}
}

@media (max-width:575.98px) {
	.single-page-sectors__wrapper .single-page-sectors__slider {
		height: 30vh
	}
}

.single-page-sectors__wrapper .single-page-sectors__content {
	width: 49%;
	padding: 75px 50px
}

@media (max-width:991.98px) {
	.single-page-sectors__wrapper .single-page-sectors__content {
		width: 100%;
		padding: 50px
	}
}

@media (max-width:575.98px) {
	.single-page-sectors__wrapper .single-page-sectors__content {
		padding: 15px
	}
}

.single-page-sectors__wrapper .swiper-container {
	width: 100%;
	height: 100%
}

.single-page-sectors__wrapper .swiper-slide {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%
}

@media (max-width:991.98px) {
	.single-page-sectors__wrapper .single-page-sectors__link-box {
		text-align: center
	}
}

.single-page-sectors__wrapper .single-page-sectors__swiper-button-prev {
	width: 61px;
	height: 61px;
	left: 0;
	background-color: #fff;
	outline: none;
	opacity: .9
}

@media (max-width:575.98px) {
	.single-page-sectors__wrapper .single-page-sectors__swiper-button-prev {
		width: 30px;
		height: 30px
	}
}

.single-page-sectors__wrapper .single-page-sectors__swiper-button-next {
	width: 61px;
	height: 61px;
	right: 0;
	background-color: #fff;
	outline: none;
	opacity: .9
}

@media (max-width:575.98px) {
	.single-page-sectors__wrapper .single-page-sectors__swiper-button-next {
		width: 30px;
		height: 30px
	}
}

.single-page-sectors__wrapper .entry-title {
	font-size: 18px;
	line-height: 24px;
	color: #9e1d29;
	font-weight: 600
}

@media (min-width:320px) {
	.single-page-sectors__wrapper .entry-title {
		font-size: calc(.375vw + 16.8px)
	}
}

@media (min-width:1920px) {
	.single-page-sectors__wrapper .entry-title {
		font-size: 24px
	}
}

@media (min-width:320px) {
	.single-page-sectors__wrapper .entry-title {
		line-height: calc(.375vw + 22.8px)
	}
}

@media (min-width:1920px) {
	.single-page-sectors__wrapper .entry-title {
		line-height: 30px
	}
}

.single-page-sectors__wrapper .single-page-sectors__subheading {
	font-size: 12px;
	line-height: 20px;
	color: #9e1d29;
	font-weight: 400;
	margin-bottom: 20px
}

@media (min-width:320px) {
	.single-page-sectors__wrapper .single-page-sectors__subheading {
		font-size: calc(.25vw + 11.2px)
	}
}

@media (min-width:1920px) {
	.single-page-sectors__wrapper .single-page-sectors__subheading {
		font-size: 16px
	}
}

@media (min-width:320px) {
	.single-page-sectors__wrapper .single-page-sectors__subheading {
		line-height: calc(.625vw + 18px)
	}
}

@media (min-width:1920px) {
	.single-page-sectors__wrapper .single-page-sectors__subheading {
		line-height: 30px
	}
}

.single-page-sectors__wrapper .single-page-sectors__category {
	font-size: 14px;
	line-height: 18px;
	color: #747477;
	font-style: italic;
	margin-top: 0;
	margin-bottom: 50px
}

@media (min-width:320px) {
	.single-page-sectors__wrapper .single-page-sectors__category {
		font-size: calc(.125vw + 13.6px)
	}
}

@media (min-width:1920px) {
	.single-page-sectors__wrapper .single-page-sectors__category {
		font-size: 16px
	}
}

@media (min-width:320px) {
	.single-page-sectors__wrapper .single-page-sectors__category {
		line-height: calc(.375vw + 16.8px)
	}
}

@media (min-width:1920px) {
	.single-page-sectors__wrapper .single-page-sectors__category {
		line-height: 24px
	}
}

@media (max-width:1199.98px) {
	.single-page-sectors__wrapper .single-page-sectors__category {
		margin-bottom: 25px
	}
}

@media (max-width:575.98px) {
	.single-page-sectors__wrapper .single-page-sectors__category {
		margin-bottom: 15px
	}
}

.single-page-sectors__wrapper p {
	font-size: 12px;
	line-height: 20px;
	color: #747477;
	margin: 0
}

@media (min-width:320px) {
	.single-page-sectors__wrapper p {
		font-size: calc(.25vw + 11.2px)
	}
}

@media (min-width:1920px) {
	.single-page-sectors__wrapper p {
		font-size: 16px
	}
}

@media (min-width:320px) {
	.single-page-sectors__wrapper p {
		line-height: calc(.625vw + 18px)
	}
}

@media (min-width:1920px) {
	.single-page-sectors__wrapper p {
		line-height: 30px
	}
}

.single-page-sectors__wrapper ul {
	font-size: 12px;
	line-height: 20px;
	color: #747477;
	padding: 0;
	margin: 0
}

@media (min-width:320px) {
	.single-page-sectors__wrapper ul {
		font-size: calc(.25vw + 11.2px)
	}
}

@media (min-width:1920px) {
	.single-page-sectors__wrapper ul {
		font-size: 16px
	}
}

@media (min-width:320px) {
	.single-page-sectors__wrapper ul {
		line-height: calc(.625vw + 18px)
	}
}

@media (min-width:1920px) {
	.single-page-sectors__wrapper ul {
		line-height: 30px
	}
}

@media (max-width:1199.98px) {
	.single-page-sectors__wrapper ul {
		margin: 15px 0 0
	}
}

.single-page-sectors__wrapper ul li {
	list-style-type: none!important;
	margin-left: 0!important
}

.single-page-sectors__wrapper ul li:before {
	font-weight: 400;
	color: #9e1d29;
	content: "•";
	padding-right: 7px
}

.contact-page__title {
	min-height: 55vh;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%
}

@media (max-width:1199.98px) {
	.contact-page__title {
		min-height: 50vh
	}
}

.contact-page__title .contact-page__title-darken {
	padding-top: 20vh;
	padding-bottom: 25px;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .4)), to(rgba(0, 0, 0, .4)));
	background: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4));
	min-height: 55vh
}

@media (max-width:1199.98px) {
	.contact-page__title .contact-page__title-darken {
		padding-top: 18vh;
		min-height: 50vh
	}
}

.contact-page__title h2 {
	font-size: 30px;
	line-height: 40px;
	color: #fff;
	font-weight: 600;
	margin-bottom: 2%;
	text-transform: capitalize
}

@media (min-width:320px) {
	.contact-page__title h2 {
		font-size: calc(1.875vw + 24px)
	}
}

@media (min-width:1920px) {
	.contact-page__title h2 {
		font-size: 60px
	}
}

@media (min-width:320px) {
	.contact-page__title h2 {
		line-height: calc(1.063vw + 36.6px)
	}
}

@media (min-width:1920px) {
	.contact-page__title h2 {
		line-height: 57px
	}
}

@media (max-width:575.98px) {
	.contact-page__title h2 {
		text-align: center
	}
}

.contact-page__title p {
	margin: 19px 0 0;
	padding: 0;
	font-size: 17px;
	line-height: 20px;
	font-weight: 300;
	color: #fff;
	width: 50%
}

@media (min-width:320px) {
	.contact-page__title p {
		font-size: calc(.438vw + 15.6px)
	}
}

@media (min-width:1920px) {
	.contact-page__title p {
		font-size: 24px
	}
}

@media (min-width:320px) {
	.contact-page__title p {
		line-height: calc(.625vw + 18px)
	}
}

@media (min-width:1920px) {
	.contact-page__title p {
		line-height: 30px
	}
}

@media (max-width:991.98px) {
	.contact-page__title p {
		width: 100%
	}
}

@media (max-width:575.98px) {
	.contact-page__title p {
		text-align: center
	}
}

.contact-page {
	background-color: #f7f7f7
}

.contact-page .gmpInfoWindowtitle {
	display: none
}

.contact-page .about-page__contact-form__flex-background,
.home .about-page__contact-form__flex-background {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.contact-page .contact-page__map-section-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 75px
}

@media (max-width:1199.98px) {
	.contact-page .contact-page__map-section-flex {
		padding-top: 50px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

.contact-page .contact-page__map__right-content {
	width: 49%;
	-webkit-box-shadow: 0 29px 40px rgba(6, 25, 76, .08);
	box-shadow: 0 29px 40px rgba(6, 25, 76, .08);
	background-color: #fff
}

.contact-page__map__right-content iframe {
	width: 100%;
}

@media (max-width:991.98px) {
	.contact-page .contact-page__map__right-content {
		width: 60%
	}
}

@media (max-width:575.98px) {
	.contact-page .contact-page__map__right-content {
		width: 100%
	}
}

.contact-page .contact-page__map__left-content {
	width: 49%;
	margin-right: -20px;
	z-index: 1;
	padding: 80px 100px;
	-webkit-box-shadow: 0 22px 27px rgba(72, 72, 72, .14);
	box-shadow: 0 22px 27px rgba(72, 72, 72, .14);
	background-color: #fff
}

@media (max-width:1199.98px) {
	.contact-page .contact-page__map__left-content {
		padding: 80px 30px
	}
}

@media (max-width:991.98px) {
	.contact-page .contact-page__map__left-content {
		width: 40%;
		padding: 50px 15px
	}
}

@media (max-width:575.98px) {
	.contact-page .contact-page__map__left-content {
		width: 100%;
		margin-bottom: 8%
	}
}

.contact-page .contact-page__map__left-content h5 {
	font-size: 28px;
	line-height: 20px;
	color: #9e1d29;
	font-weight: 600;
	margin: 0
}

@media (min-width:320px) {
	.contact-page .contact-page__map__left-content h5 {
		font-size: calc(.75vw + 25.6px)
	}
}

@media (min-width:1920px) {
	.contact-page .contact-page__map__left-content h5 {
		font-size: 40px
	}
}

@media (min-width:320px) {
	.contact-page .contact-page__map__left-content h5 {
		line-height: calc(.625vw + 18px)
	}
}

@media (min-width:1920px) {
	.contact-page .contact-page__map__left-content h5 {
		line-height: 30px
	}
}

.contact-page .contact-page__map__contact-box-flex {
	margin-top: 30px
}

@media (max-width:991.98px) {
	.contact-page .contact-page__map__contact-box-flex {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

@media (max-width:575.98px) {
	.contact-page .contact-page__map__contact-box-flex {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-pack: distribute;
		justify-content: space-around
	}
}

@media (max-width:399.98px) {
	.contact-page .contact-page__map__contact-box-flex {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.contact-page .contact-page__map__contact-box {
	font-size: 12px;
	line-height: 18px;
	color: #000;
	font-weight: 300;
	margin-right: 35px
}

@media (min-width:320px) {
	.contact-page .contact-page__map__contact-box {
		font-size: calc(.125vw + 11.6px)
	}
}

@media (min-width:1920px) {
	.contact-page .contact-page__map__contact-box {
		font-size: 14px
	}
}

@media (min-width:320px) {
	.contact-page .contact-page__map__contact-box {
		line-height: calc(.75vw + 15.6px)
	}
}

@media (min-width:1920px) {
	.contact-page .contact-page__map__contact-box {
		line-height: 30px
	}
}

@media (max-width:991.98px) {
	.contact-page .contact-page__map__contact-box {
		margin-right: 10px
	}
}

@media (max-width:767.98px) {
	.contact-page .contact-page__map__contact-box {
		margin-right: 45px
	}
}

@media (max-width:667.98px) {
	.contact-page .contact-page__map__contact-box {
		margin-right: 15px
	}
}

@media (max-width:575.98px) {
	.contact-page .contact-page__map__contact-box {
		margin-right: 0
	}
}

.contact-page .contact-page__map__contact-box a {
	color: #747477
}

.contact-page .contact-page__map__contact-box p {
	margin: 0;
	color: #747477
}

@media (max-width:399.98px) {
	.contact-page .contact-page__map__contact-box p {
		display: inline-block
	}
}

@media (max-width:399.98px) {
	.contact-page .contact-page__map__contact-box .flex {
		margin-top: 7px
	}
}

.contact-page .contact-page__map__contact-box .fa {
	color: #9e1d29;
	font-size: 1.2rem;
	display: inline-block;
	padding-top: 3px;
	width: 25px;
	text-align: center
}

@media (max-width:575.98px) {
	.contact-page .contact-page__map__contact-box .fa {
		padding-top: 0
	}
}

.contact-page .contact-page__map__contact-box .fa-envelope {
	font-size: 15px;
	padding-top: 6px
}

@media (max-width:575.98px) {
	.contact-page .contact-page__map__contact-box .fa-envelope {
		padding-top: 0
	}
}

.contact-page .contact-page__map__contact-box .fa-mobile {
	font-size: 23px
}

.blog-page {
	padding-top: 170px
}

@media (max-width:1199.98px) {
	.blog-page {
		padding-top: 120px
	}
}

.blog-page .blog-page__heading h2 {
	font-size: 30px;
	line-height: 40px;
	color: #9e1d29;
	font-weight: 600;
	text-transform: capitalize
}

@media (min-width:320px) {
	.blog-page .blog-page__heading h2 {
		font-size: calc(1.875vw + 24px)
	}
}

@media (min-width:1920px) {
	.blog-page .blog-page__heading h2 {
		font-size: 60px
	}
}

@media (min-width:320px) {
	.blog-page .blog-page__heading h2 {
		line-height: calc(1.063vw + 36.6px)
	}
}

@media (min-width:1920px) {
	.blog-page .blog-page__heading h2 {
		line-height: 57px
	}
}

@media (max-width:575.98px) {
	.blog-page .blog-page__heading h2 {
		text-align: center
	}
}

.blog-page .blog-page__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

@media (max-width:575.98px) {
	.blog-page .blog-page__wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.blog-page .blog-page__post-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	width: 68%
}

@media (max-width:991.98px) {
	.blog-page .blog-page__post-wrapper {
		width: 58%
	}
}

@media (max-width:575.98px) {
	.blog-page .blog-page__post-wrapper {
		width: 100%
	}
}

.blog-page .blog-page__sidebar-wrapper {
	width: 28%
}

@media (max-width:991.98px) {
	.blog-page .blog-page__sidebar-wrapper {
		width: 38%
	}
}

@media (max-width:575.98px) {
	.blog-page .blog-page__sidebar-wrapper {
		width: 100%
	}
}

.blog-page .blog-page__post-content {
	width: 48%;
	margin-bottom: 42px
}

@media (max-width:991.98px) {
	.blog-page .blog-page__post-content {
		width: 100%
	}
}

.blog-page .blog-page__post-rectangle {
	margin: -70px auto 0;
	padding: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 85%;
	min-height: 285px;
	-webkit-box-shadow: 0 22px 27px rgba(72, 72, 72, .14);
	box-shadow: 0 22px 27px rgba(72, 72, 72, .14);
	background-color: #fff;
	opacity: .9
}

@media (max-width:1199.98px) {
	.blog-page .blog-page__post-rectangle {
		min-height: 200px;
		padding: 15px
	}
}

.blog-page .blog-page__post-rectangle .blog-page__post-category {
	font-size: 12px;
	line-height: 20px;
	color: #747477;
	font-weight: 600;
	margin: 0
}

@media (min-width:320px) {
	.blog-page .blog-page__post-rectangle .blog-page__post-category {
		font-size: calc(.25vw + 11.2px)
	}
}

@media (min-width:1920px) {
	.blog-page .blog-page__post-rectangle .blog-page__post-category {
		font-size: 16px
	}
}

@media (min-width:320px) {
	.blog-page .blog-page__post-rectangle .blog-page__post-category {
		line-height: calc(.625vw + 18px)
	}
}

@media (min-width:1920px) {
	.blog-page .blog-page__post-rectangle .blog-page__post-category {
		line-height: 30px
	}
}

.blog-page .blog-page__post-rectangle h5 {
	margin: 15px 0;
	color: #9e1d29;
	font-size: 16px;
	line-height: 16px;
	font-weight: 600
}

@media (min-width:320px) {
	.blog-page .blog-page__post-rectangle h5 {
		font-size: calc(.125vw + 15.6px)
	}
}

@media (min-width:1920px) {
	.blog-page .blog-page__post-rectangle h5 {
		font-size: 18px
	}
}

@media (min-width:320px) {
	.blog-page .blog-page__post-rectangle h5 {
		line-height: calc(.5vw + 14.4px)
	}
}

@media (min-width:1920px) {
	.blog-page .blog-page__post-rectangle h5 {
		line-height: 24px
	}
}

.blog-page .blog-page__post-rectangle .blog-page__post-excerpt {
	font-size: 12px;
	line-height: 16px;
	color: #747477;
	font-weight: 300
}

@media (min-width:320px) {
	.blog-page .blog-page__post-rectangle .blog-page__post-excerpt {
		font-size: calc(.25vw + 11.2px)
	}
}

@media (min-width:1920px) {
	.blog-page .blog-page__post-rectangle .blog-page__post-excerpt {
		font-size: 16px
	}
}

@media (min-width:320px) {
	.blog-page .blog-page__post-rectangle .blog-page__post-excerpt {
		line-height: calc(.5vw + 14.4px)
	}
}

@media (min-width:1920px) {
	.blog-page .blog-page__post-rectangle .blog-page__post-excerpt {
		line-height: 24px
	}
}

.blog-page .blog-page__post-rectangle a {
	font-size: 12px;
	line-height: 20px;
	font-weight: 400;
	color: #9e1d29
}

@media (min-width:320px) {
	.blog-page .blog-page__post-rectangle a {
		font-size: calc(.25vw + 11.2px)
	}
}

@media (min-width:1920px) {
	.blog-page .blog-page__post-rectangle a {
		font-size: 16px
	}
}

@media (min-width:320px) {
	.blog-page .blog-page__post-rectangle a {
		line-height: calc(.25vw + 19.2px)
	}
}

@media (min-width:1920px) {
	.blog-page .blog-page__post-rectangle a {
		line-height: 24px
	}
}

.blog-page .blog-page__post-rectangle a:hover {
	color: #b35e66
}

.blog-page .blog-page__post-image {
	min-height: 286px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%;
	-webkit-transition: all .5s;
	transition: all .5s
}

.blog-page .blog-page__post-image:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05)
}

.blog-page__post-pagination {
	width: 100%;
	margin-top: 5%;
	margin-bottom: 10%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.blog-page__post-pagination .screen-reader-text {
	display: none
}

.blog-page__post-pagination .navigation {
	width: 50%;
	height: 57px;
	-webkit-box-shadow: 0 3px 27px rgba(72, 72, 72, .14);
	box-shadow: 0 3px 27px rgba(72, 72, 72, .14);
	background-color: #fff
}

@media (max-width:991.98px) {
	.blog-page__post-pagination .navigation {
		width: 100%
	}
}

@media (max-width:575.98px) {
	.blog-page__post-pagination .navigation {
		width: 100%
	}
}

.blog-page__post-pagination .navigation .nav-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.blog-page__post-pagination .navigation .page-numbers {
	display: inline-block;
	width: 37px;
	height: 37px;
	font-size: 16px;
	line-height: 35px;
	font-weight: 600;
	color: #9e1d29;
	text-align: center
}

@media (min-width:320px) {
	.blog-page__post-pagination .navigation .page-numbers {
		font-size: calc(.125vw + 15.6px)
	}
}

@media (min-width:1920px) {
	.blog-page__post-pagination .navigation .page-numbers {
		font-size: 18px
	}
}

@media (max-width:1199.98px) {
	.blog-page__post-pagination .navigation .page-numbers {
		width: 25px;
		height: 25px;
		line-height: 24px
	}
}

.blog-page__post-pagination .navigation .current {
	border-radius: 50%;
	color: #fff;
	background-color: #025286
}

.blog-page__post-pagination .navigation .prev {
	width: 57px;
	height: 57px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAUCAMAAACknt2MAAAAAXNSR0IB2cksfwAAAGNQTFRFAAAAmZmZmZmZqqqqmpqamZmZmZmZmZmZ////mZmZmpqamZmZmZmZmpqaqqqqmZmZmZmZl5eXnJycmJiYmpqamZmZmZmZmZmZmpqalpaWmZmZmZmZmZmZmZmZmpqamZmZmZmZ5C9qEgAAACF0Uk5TAIe2Boj/UHgBcJdp/WADm3sgH6TJsuijMBGqpZP+R74KlDYJ+gAAAGNJREFUeJyt0TcSgDAMRNE1RuScM9z/lKihYJAoGH6p10g2cGUcCzmXyFPFFyFgCWWJiOI/JUlFyXKionxWZahJqUGrUQfL1g9CI2AnbUFeZP5o6tFvD8K26MYftm6amf24D06E3AfB+jc8lQAAAABJRU5ErkJggg==);
	background-repeat: no-repeat;
	background-position: 50%;
	-webkit-transition: .5s;
	transition: .5s
}

.blog-page__post-pagination .navigation .prev:hover {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAUCAYAAACTQC2+AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDoAABSCAABFVgAADqXAAAXb9daH5AAAADCSURBVHja5NWhCgJBFAXQKwsbbH6BfoJ/YbVsNwmb5i0WwbJt7QaDUbeMdxAUjHb/xJ/QMSi6gkFk3wS9cNPAnDLzHvBJDAsYHjDcNaEW4RRCD+EFhj0FwTeQcXZHPISpDmI410USG4VCyh9AchtDnA2AcPtAMi4htltr07KFF0St6xMgbqUPuePtEYhbVA4mkE2nto5cG4mN3n3QM8QN9GZakGnwH9hzPXiIE6imimUch8OEfV3MsIBwj9zG315xHQBvnS8eF/7/KwAAAABJRU5ErkJggg==);
	background-repeat: no-repeat;
	background-position: 50%
}

.blog-page__post-pagination .navigation .next {
	width: 57px;
	height: 57px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAUCAYAAACTQC2+AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDoAABSCAABFVgAADqXAAAXb9daH5AAAAC6SURBVHja3NUhDgJBDIXhEpIVOE4AR+AWWI6AxSFJOAB4kt39H+sAU7kCiecmXAIGgxhJCF2xTZ4Z8yVNpzX7sYARcAN2FlmS5sALSJL2oRiwAtInh5TSoBNMUtUp5u7Drtp46S3m7l6YmVlZlmNJs38GOGVY6+6FAY/sMSqtSbpHQ3Vdn83dh03TTKqqmv4rwDaDjiFDIWkJPEM/cCdbolfIOkP2UcgmR6JWzSIcMTNz9wK4fnvK3wMA3CCzMwU+UYQAAAAASUVORK5CYII=);
	background-repeat: no-repeat;
	background-position: 50%;
	-webkit-transition: .5s;
	transition: .5s
}

.blog-page__post-pagination .navigation .next:hover {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAUCAMAAACknt2MAAAAAXNSR0IB2cksfwAAAGNQTFRFAAAAAICqAHCsAG+sAHCsAHCsAHCsAHGsAHCtAAD/AHCsAG+sAHCtAHCsAFWqAHOtAHCvAHCsAHCtAHCtAHCtAHCrAHCsAGmlAHCqAHGsAHCtAG+sAHGsAG+sAHCsAGazAG+sKatOlQAAACF0Uk5TAAa2h1D/iHhwAWmXYP0DHyB7m8mk6LIRMKOqpZNH/gq+6Jqw9QAAAGJJREFUeJyt0scKgEAMRdGMGtvo2Hv9/690cCNiniB4t2cTkhDdUo5LII/ZRxa8WGgtAhYz678tSU8zWf6sYC4NVQyqqUHUUtcLDVYUGnGEMpnvorHIq7Ayy7Ks8Fzbfj3AAV9eB7fkQbv2AAAAAElFTkSuQmCC);
	background-repeat: no-repeat;
	background-position: 50%
}

.single-custom-post {
	padding-top: 220px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

@media (max-width:1199.98px) {
	.single-custom-post {
		padding-top: 170px
	}
}

@media (max-width:767.98px) {
	.single-custom-post {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.single-custom-post article {
	width: 68%
}

@media (max-width:767.98px) {
	.single-custom-post article {
		width: 100%
	}
}

.single-custom-post .single-post__sidebar-wrapper {
	width: 28%
}

@media (max-width:767.98px) {
	.single-custom-post .single-post__sidebar-wrapper {
		width: 100%
	}
}

.single-custom-post .entry-title {
	font-size: 30px;
	line-height: 40px;
	color: #9e1d29;
	font-weight: 600;
	margin: 0 0 12px
}

@media (min-width:320px) {
	.single-custom-post .entry-title {
		font-size: calc(.625vw + 28px)
	}
}

@media (min-width:1920px) {
	.single-custom-post .entry-title {
		font-size: 40px
	}
}

@media (min-width:320px) {
	.single-custom-post .entry-title {
		line-height: calc(.5vw + 38.4px)
	}
}

@media (min-width:1920px) {
	.single-custom-post .entry-title {
		line-height: 48px
	}
}

@media (max-width:575.98px) {
	.single-custom-post .entry-title {
		text-align: center
	}
}

.single-custom-post .single-custom-post__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 40px
}

.single-custom-post .single-custom-post__info .single-custom-post__category-name {
	font-size: 12px;
	line-height: 14px;
	color: #747477;
	font-weight: 600
}

@media (min-width:320px) {
	.single-custom-post .single-custom-post__info .single-custom-post__category-name {
		font-size: calc(.25vw + 11.2px)
	}
}

@media (min-width:1920px) {
	.single-custom-post .single-custom-post__info .single-custom-post__category-name {
		font-size: 16px
	}
}

@media (min-width:320px) {
	.single-custom-post .single-custom-post__info .single-custom-post__category-name {
		line-height: calc(.375vw + 12.8px)
	}
}

@media (min-width:1920px) {
	.single-custom-post .single-custom-post__info .single-custom-post__category-name {
		line-height: 20px
	}
}

.single-custom-post .single-custom-post__info .entry-date {
	font-size: 12px;
	line-height: 14px;
	font-style: italic;
	color: #747477
}

@media (min-width:320px) {
	.single-custom-post .single-custom-post__info .entry-date {
		font-size: calc(.25vw + 11.2px)
	}
}

@media (min-width:1920px) {
	.single-custom-post .single-custom-post__info .entry-date {
		font-size: 16px
	}
}

@media (min-width:320px) {
	.single-custom-post .single-custom-post__info .entry-date {
		line-height: calc(.375vw + 12.8px)
	}
}

@media (min-width:1920px) {
	.single-custom-post .single-custom-post__info .entry-date {
		line-height: 20px
	}
}

.single-custom-post .entry-content {
	font-size: 12px;
	line-height: 24px;
	font-weight: 300;
	color: #747477
}

@media (min-width:320px) {
	.single-custom-post .entry-content {
		font-size: calc(.25vw + 11.2px)
	}
}

@media (min-width:1920px) {
	.single-custom-post .entry-content {
		font-size: 16px
	}
}

@media (min-width:320px) {
	.single-custom-post .entry-content {
		line-height: calc(.375vw + 22.8px)
	}
}

@media (min-width:1920px) {
	.single-custom-post .entry-content {
		line-height: 30px
	}
}

.single-custom-post .entry-content h1,
.single-custom-post .entry-content h2,
.single-custom-post .entry-content h3 {
	font-size: 18px;
	line-height: 20px;
	color: #9e1d29;
	font-weight: 600
}

@media (min-width:320px) {
	.single-custom-post .entry-content h1,
	.single-custom-post .entry-content h2,
	.single-custom-post .entry-content h3 {
		font-size: calc(.375vw + 16.8px)
	}
}

@media (min-width:1920px) {
	.single-custom-post .entry-content h1,
	.single-custom-post .entry-content h2,
	.single-custom-post .entry-content h3 {
		font-size: 24px
	}
}

@media (min-width:320px) {
	.single-custom-post .entry-content h1,
	.single-custom-post .entry-content h2,
	.single-custom-post .entry-content h3 {
		line-height: calc(.625vw + 18px)
	}
}

@media (min-width:1920px) {
	.single-custom-post .entry-content h1,
	.single-custom-post .entry-content h2,
	.single-custom-post .entry-content h3 {
		line-height: 30px
	}
}

.single-custom-post .entry-content h4,
.single-custom-post .entry-content h5,
.single-custom-post .entry-content h6 {
	font-size: 16px;
	line-height: 20px;
	color: #9e1d29;
	font-weight: 600
}

@media (min-width:320px) {
	.single-custom-post .entry-content h4,
	.single-custom-post .entry-content h5,
	.single-custom-post .entry-content h6 {
		font-size: calc(.25vw + 15.2px)
	}
}

@media (min-width:1920px) {
	.single-custom-post .entry-content h4,
	.single-custom-post .entry-content h5,
	.single-custom-post .entry-content h6 {
		font-size: 20px
	}
}

@media (min-width:320px) {
	.single-custom-post .entry-content h4,
	.single-custom-post .entry-content h5,
	.single-custom-post .entry-content h6 {
		line-height: calc(.625vw + 18px)
	}
}

@media (min-width:1920px) {
	.single-custom-post .entry-content h4,
	.single-custom-post .entry-content h5,
	.single-custom-post .entry-content h6 {
		line-height: 30px
	}
}

.single-custom-post .entry-content strong {
	font-weight: 600
}

.single-custom-post .entry-content a {
	color: #9e1d29;
	text-decoration: underline
}

.single-custom-post .entry-content a:hover {
	text-decoration: none
}

.single-custom-post .entry-content p {
	margin: 1.5em 0
}

.single-custom-post .entry-content p.has-drop-cap:not(:focus):first-letter {
	float: left;
	margin: .05em .1em 0 0;
	text-transform: uppercase;
	font-style: normal;
	color: #747477;
	font-size: 48px;
	font-weight: 900;
	line-height: 42px
}

.single-custom-post .entry-content .has-drop-cap:not(:focus):after {
	padding-top: 0
}

.single-custom-post .entry-content ul {
	font-size: 12px;
	line-height: 20px;
	color: #747477
}

@media (min-width:320px) {
	.single-custom-post .entry-content ul {
		font-size: calc(.25vw + 11.2px)
	}
}

@media (min-width:1920px) {
	.single-custom-post .entry-content ul {
		font-size: 16px
	}
}

@media (min-width:320px) {
	.single-custom-post .entry-content ul {
		line-height: calc(.25vw + 19.2px)
	}
}

@media (min-width:1920px) {
	.single-custom-post .entry-content ul {
		line-height: 24px
	}
}

.single-custom-post .entry-content ul li {
	list-style-type: none!important;
	margin-left: 0!important;
	margin-bottom: 25px
}

.single-custom-post .entry-content ul li:before {
	font-weight: 400;
	color: #9e1d29;
	content: "•";
	padding-right: 7px
}

.single-custom-post .entry-content ol {
	font-size: 12px;
	line-height: 20px;
	counter-reset: myCounter
}

@media (min-width:320px) {
	.single-custom-post .entry-content ol {
		font-size: calc(.25vw + 11.2px)
	}
}

@media (min-width:1920px) {
	.single-custom-post .entry-content ol {
		font-size: 16px
	}
}

@media (min-width:320px) {
	.single-custom-post .entry-content ol {
		line-height: calc(.25vw + 19.2px)
	}
}

@media (min-width:1920px) {
	.single-custom-post .entry-content ol {
		line-height: 24px
	}
}

.single-custom-post .entry-content ol li {
	list-style: none;
	margin-top: 15px;
	margin-bottom: 15px
}

.single-custom-post .entry-content ol li:before {
	counter-increment: myCounter;
	content: counter(myCounter) ". ";
	font-weight: 700;
	text-align: center;
	margin: 5px
}

.single-custom-post .entry-content figcaption {
	font-size: 12px;
	line-height: 14px;
	font-style: italic;
	color: #747477
}

@media (min-width:320px) {
	.single-custom-post .entry-content figcaption {
		font-size: calc(.25vw + 11.2px)
	}
}

@media (min-width:1920px) {
	.single-custom-post .entry-content figcaption {
		font-size: 16px
	}
}

@media (min-width:320px) {
	.single-custom-post .entry-content figcaption {
		line-height: calc(.375vw + 12.8px)
	}
}

@media (min-width:1920px) {
	.single-custom-post .entry-content figcaption {
		line-height: 20px
	}
}

.single-custom-post .entry-content .wp-block-gallery {
	list-style: none
}

.single-custom-post .entry-content .wp-block-gallery li:before {
	font-weight: 400;
	color: #9e1d29;
	content: "";
	padding-right: 7px
}

.single-custom-post .entry-content .wp-block-quote {
	position: relative;
	margin-left: 80px;
	margin-bottom: 0;
	margin-top: 0;
	display: inline-block
}

@media (max-width:991.98px) {
	.single-custom-post .entry-content .wp-block-quote {
		margin-left: 40px
	}
}

.single-custom-post .entry-content .wp-block-quote p {
	font-style: italic
}

.single-custom-post .entry-content .wp-block-quote:before {
	display: block;
	content: "\201C";
	font-family: FontAwesome;
	font-size: 80px;
	position: absolute;
	left: -45px;
	top: 15px;
	color: #ccc
}

.single-custom-post .entry-content .wp-block-quote:after {
	display: block;
	content: "\201E";
	font-family: FontAwesome;
	font-size: 80px;
	position: absolute;
	right: -45px;
	bottom: 33px;
	color: #ccc
}

.single-custom-post .addtoany_share_save_container {
	height: 55px;
	-webkit-box-shadow: 0 3px 27px rgba(72, 72, 72, .14);
	box-shadow: 0 3px 27px rgba(72, 72, 72, .14);
	background-color: #fff;
	opacity: .9;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 15px;
	padding-right: 15px
}

.single-custom-post .addtoany_share_save_container .addtoany_list {
	line-height: normal!important
}

.single-custom-post .addtoany_share_save_container .addtoany_header {
	background-color: #9e1d29;
	margin: 0 20px 0 0;
	width: 129px;
	color: #fff;
	padding: 8px 41px;
	position: relative
}

.single-custom-post .addtoany_share_save_container .addtoany_header:after {
	content: "";
	border: 7px solid transparent;
	border-left-color: #9e1d29;
	position: absolute;
	top: 15px;
	right: -13px
}

.single-custom-post .single-custom-post__post-navigation {
	width: 100%;
	margin-top: 30px;
	margin-bottom: 30px
}

.single-custom-post .single-custom-post__post-navigation .nav-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}

.single-custom-post .single-custom-post__post-navigation .screen-reader-text {
	display: none
}

.single-custom-post .single-custom-post__post-navigation .nav-previous a {
	display: inline-block;
	padding-top: 0;
	width: 85px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAUCAYAAACTQC2+AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDoAABSCAABFVgAADqXAAAXb9daH5AAAAC6SURBVHja3NUhDgJBDIXhEpIVOE4AR+AWWI6AxSFJOAB4kt39H+sAU7kCiecmXAIGgxhJCF2xTZ4Z8yVNpzX7sYARcAN2FlmS5sALSJL2oRiwAtInh5TSoBNMUtUp5u7Drtp46S3m7l6YmVlZlmNJs38GOGVY6+6FAY/sMSqtSbpHQ3Vdn83dh03TTKqqmv4rwDaDjiFDIWkJPEM/cCdbolfIOkP2UcgmR6JWzSIcMTNz9wK4fnvK3wMA3CCzMwU+UYQAAAAASUVORK5CYII=);
	background-repeat: no-repeat;
	background-position: 100%;
	text-align: left;
	-webkit-transition: .5s;
	transition: .5s;
	color: #999;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase
}

.single-custom-post .single-custom-post__post-navigation .nav-previous a:hover {
	background: url('/wp-content/themes/surface-theme/dist/images/right-arrow.png');
	background-repeat: no-repeat;
	background-position: 100%;
	color: #9e1d29!important
}

.contact-page__map__right-content .gmp_map_opts {
	width: 100% !important;
}

.single-custom-post .single-custom-post__post-navigation .nav-next a {
	display: inline-block;
	padding-top: 0;
	margin-right: 35px;
	width: 85px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAUCAMAAACknt2MAAAAAXNSR0IB2cksfwAAAGNQTFRFAAAAmZmZmZmZqqqqmpqamZmZmZmZmZmZ////mZmZmpqamZmZmZmZmpqaqqqqmZmZmZmZl5eXnJycmJiYmpqamZmZmZmZmZmZmpqalpaWmZmZmZmZmZmZmZmZmpqamZmZmZmZ5C9qEgAAACF0Uk5TAIe2Boj/UHgBcJdp/WADm3sgH6TJsuijMBGqpZP+R74KlDYJ+gAAAGNJREFUeJyt0TcSgDAMRNE1RuScM9z/lKihYJAoGH6p10g2cGUcCzmXyFPFFyFgCWWJiOI/JUlFyXKionxWZahJqUGrUQfL1g9CI2AnbUFeZP5o6tFvD8K26MYftm6amf24D06E3AfB+jc8lQAAAABJRU5ErkJggg==);
	background-repeat: no-repeat;
	background-position: 0;
	text-align: right;
	-webkit-transition: .5s;
	transition: .5s;
	color: #999;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase
}

.single-custom-post .single-custom-post__post-navigation .nav-next a:hover {
	background: url('/wp-content/themes/surface-theme/dist/images/left-arrow.png');
	background-repeat: no-repeat;
	background-position: 0;
	color: #9e1d29!important
}

.single-interested-post {
	width: 100%
}

.single-interested-post .single-interested-post__heading h2 {
	font-size: 20px;
	line-height: 40px;
	color: #9e1d29;
	font-weight: 600
}

@media (min-width:320px) {
	.single-interested-post .single-interested-post__heading h2 {
		font-size: calc(1.25vw + 16px)
	}
}

@media (min-width:1920px) {
	.single-interested-post .single-interested-post__heading h2 {
		font-size: 40px
	}
}

@media (min-width:320px) {
	.single-interested-post .single-interested-post__heading h2 {
		line-height: calc(.375vw + 38.8px)
	}
}

@media (min-width:1920px) {
	.single-interested-post .single-interested-post__heading h2 {
		line-height: 46px
	}
}

@media (max-width:767.98px) {
	.single-interested-post .single-interested-post__heading h2 {
		text-align: center
	}
}

.single-interested-post .single-interested-post__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

@media (max-width:575.98px) {
	.single-interested-post .single-interested-post__wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.single-interested-post .single-interested-post__post-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
	margin-bottom: 35px
}

@media (max-width:1199.98px) {
	.single-interested-post .single-interested-post__post-wrapper {
		margin-bottom: 15px;
		-ms-flex-pack: distribute;
		justify-content: space-around
	}
}

.single-interested-post .single-interested-post__post-content {
	width: 32%;
	margin-bottom: 40px;
	margin-right: 1%
}

@media (max-width:767.98px) {
	.single-interested-post .single-interested-post__post-content {
		width: 100%;
		margin-right: 0
	}
}

.single-interested-post .single-interested-post__post-rectangle {
	margin: -70px auto 0;
	padding: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 85%;
	min-height: 200px;
	-webkit-box-shadow: 0 22px 27px rgba(72, 72, 72, .14);
	box-shadow: 0 22px 27px rgba(72, 72, 72, .14);
	background-color: #fff;
	opacity: .9
}

@media (max-width:1199.98px) {
	.single-interested-post .single-interested-post__post-rectangle {
		min-height: 120px;
		padding: 15px
	}
}

.single-interested-post .single-interested-post__post-rectangle .single-interested-post__post-category {
	font-size: 12px;
	line-height: 20px;
	color: #747477;
	font-weight: 600;
	margin: 0
}

@media (min-width:320px) {
	.single-interested-post .single-interested-post__post-rectangle .single-interested-post__post-category {
		font-size: calc(.25vw + 11.2px)
	}
}

@media (min-width:1920px) {
	.single-interested-post .single-interested-post__post-rectangle .single-interested-post__post-category {
		font-size: 16px
	}
}

@media (min-width:320px) {
	.single-interested-post .single-interested-post__post-rectangle .single-interested-post__post-category {
		line-height: calc(.625vw + 18px)
	}
}

@media (min-width:1920px) {
	.single-interested-post .single-interested-post__post-rectangle .single-interested-post__post-category {
		line-height: 30px
	}
}

.single-interested-post .single-interested-post__post-rectangle h5 {
	margin: 15px 0;
	color: #9e1d29;
	font-size: 16px;
	line-height: 16px;
	font-weight: 600
}

@media (min-width:320px) {
	.single-interested-post .single-interested-post__post-rectangle h5 {
		font-size: calc(.125vw + 15.6px)
	}
}

@media (min-width:1920px) {
	.single-interested-post .single-interested-post__post-rectangle h5 {
		font-size: 18px
	}
}

@media (min-width:320px) {
	.single-interested-post .single-interested-post__post-rectangle h5 {
		line-height: calc(.5vw + 14.4px)
	}
}

@media (min-width:1920px) {
	.single-interested-post .single-interested-post__post-rectangle h5 {
		line-height: 24px
	}
}

.single-interested-post .single-interested-post__post-rectangle .single-interested-post__post-excerpt {
	font-size: 12px;
	line-height: 16px;
	color: #747477;
	font-weight: 300
}

@media (min-width:320px) {
	.single-interested-post .single-interested-post__post-rectangle .single-interested-post__post-excerpt {
		font-size: calc(.25vw + 11.2px)
	}
}

@media (min-width:1920px) {
	.single-interested-post .single-interested-post__post-rectangle .single-interested-post__post-excerpt {
		font-size: 16px
	}
}

@media (min-width:320px) {
	.single-interested-post .single-interested-post__post-rectangle .single-interested-post__post-excerpt {
		line-height: calc(.5vw + 14.4px)
	}
}

@media (min-width:1920px) {
	.single-interested-post .single-interested-post__post-rectangle .single-interested-post__post-excerpt {
		line-height: 24px
	}
}

.single-interested-post .single-interested-post__post-rectangle a {
	font-size: 12px;
	line-height: 20px;
	font-weight: 400;
	color: #9e1d29
}

@media (min-width:320px) {
	.single-interested-post .single-interested-post__post-rectangle a {
		font-size: calc(.25vw + 11.2px)
	}
}

@media (min-width:1920px) {
	.single-interested-post .single-interested-post__post-rectangle a {
		font-size: 16px
	}
}

@media (min-width:320px) {
	.single-interested-post .single-interested-post__post-rectangle a {
		line-height: calc(.25vw + 19.2px)
	}
}

@media (min-width:1920px) {
	.single-interested-post .single-interested-post__post-rectangle a {
		line-height: 24px
	}
}

.single-interested-post .single-interested-post__post-rectangle a:hover {
	color: #b35e66
}

.single-interested-post .single-interested-post__post-image {
	min-height: 286px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%;
	-webkit-transition: all .5s;
	transition: all .5s
}

.single-interested-post .single-interested-post__post-image:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05)
}

.search-page {
	padding-top: 170px
}

@media (max-width:1199.98px) {
	.search-page {
		padding-top: 120px
	}
}

.search-page .search-page__heading h2 {
	font-size: 30px;
	line-height: 40px;
	color: #9e1d29;
	font-weight: 600
}

@media (min-width:320px) {
	.search-page .search-page__heading h2 {
		font-size: calc(1.875vw + 24px)
	}
}

@media (min-width:1920px) {
	.search-page .search-page__heading h2 {
		font-size: 60px
	}
}

@media (min-width:320px) {
	.search-page .search-page__heading h2 {
		line-height: calc(1.063vw + 36.6px)
	}
}

@media (min-width:1920px) {
	.search-page .search-page__heading h2 {
		line-height: 57px
	}
}

@media (max-width:575.98px) {
	.search-page .search-page__heading h2 {
		text-align: center
	}
}

.search-page .search-page__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

@media (max-width:575.98px) {
	.search-page .search-page__wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.search-page .search-page__post-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	width: 68%
}

@media (max-width:991.98px) {
	.search-page .search-page__post-wrapper {
		width: 58%
	}
}

@media (max-width:575.98px) {
	.search-page .search-page__post-wrapper {
		width: 100%
	}
}

.search-page .search-page__sidebar-wrapper {
	width: 28%
}

@media (max-width:991.98px) {
	.search-page .search-page__sidebar-wrapper {
		width: 38%
	}
}

@media (max-width:575.98px) {
	.search-page .search-page__sidebar-wrapper {
		width: 100%
	}
}

.search-page .search-page__post-content {
	width: 48%;
	margin-bottom: 42px
}

@media (max-width:991.98px) {
	.search-page .search-page__post-content {
		width: 100%
	}
}

.search-page .search-page__post-rectangle {
	margin: -70px auto 0;
	padding: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 85%;
	min-height: 245px;
	-webkit-box-shadow: 0 22px 27px rgba(72, 72, 72, .14);
	box-shadow: 0 22px 27px rgba(72, 72, 72, .14);
	background-color: #fff;
	opacity: .9
}

@media (max-width:1199.98px) {
	.search-page .search-page__post-rectangle {
		min-height: 200px;
		padding: 15px
	}
}

.search-page .search-page__post-rectangle h5 {
	margin: 15px 0;
	color: #9e1d29;
	font-size: 16px;
	line-height: 16px;
	font-weight: 600
}

@media (min-width:320px) {
	.search-page .search-page__post-rectangle h5 {
		font-size: calc(.125vw + 15.6px)
	}
}

@media (min-width:1920px) {
	.search-page .search-page__post-rectangle h5 {
		font-size: 18px
	}
}

@media (min-width:320px) {
	.search-page .search-page__post-rectangle h5 {
		line-height: calc(.5vw + 14.4px)
	}
}

@media (min-width:1920px) {
	.search-page .search-page__post-rectangle h5 {
		line-height: 24px
	}
}

.search-page .search-page__post-rectangle .search-page__post-excerpt {
	font-size: 12px;
	line-height: 16px;
	color: #747477;
	font-weight: 300
}

@media (min-width:320px) {
	.search-page .search-page__post-rectangle .search-page__post-excerpt {
		font-size: calc(.25vw + 11.2px)
	}
}

@media (min-width:1920px) {
	.search-page .search-page__post-rectangle .search-page__post-excerpt {
		font-size: 16px
	}
}

@media (min-width:320px) {
	.search-page .search-page__post-rectangle .search-page__post-excerpt {
		line-height: calc(.5vw + 14.4px)
	}
}

@media (min-width:1920px) {
	.search-page .search-page__post-rectangle .search-page__post-excerpt {
		line-height: 24px
	}
}

.search-page .search-page__post-rectangle a {
	font-size: 12px;
	line-height: 20px;
	font-weight: 400;
	color: #9e1d29
}

@media (min-width:320px) {
	.search-page .search-page__post-rectangle a {
		font-size: calc(.25vw + 11.2px)
	}
}

@media (min-width:1920px) {
	.search-page .search-page__post-rectangle a {
		font-size: 16px
	}
}

@media (min-width:320px) {
	.search-page .search-page__post-rectangle a {
		line-height: calc(.25vw + 19.2px)
	}
}

@media (min-width:1920px) {
	.search-page .search-page__post-rectangle a {
		line-height: 24px
	}
}

.search-page .search-page__post-rectangle a:hover {
	color: #b35e66
}

.search-page .search-page__post-image {
	min-height: 286px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%;
	-webkit-transition: all .5s;
	transition: all .5s
}

.search-page .search-page__post-image:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05)
}

.no-results {
	width: 100%
}

.no-results .search-page__nothing {
	color: #9e1d29;
	font-size: 16px;
	line-height: 16px;
	font-weight: 600
}

@media (min-width:320px) {
	.no-results .search-page__nothing {
		font-size: calc(.125vw + 15.6px)
	}
}

@media (min-width:1920px) {
	.no-results .search-page__nothing {
		font-size: 18px
	}
}

@media (min-width:320px) {
	.no-results .search-page__nothing {
		line-height: calc(.5vw + 14.4px)
	}
}

@media (min-width:1920px) {
	.no-results .search-page__nothing {
		line-height: 24px
	}
}

.no-results #searchform {
	position: relative
}

@media (max-width:575.98px) {
	.no-results #searchform {
		display: none
	}
}

.no-results #searchform input[type=text] {
	margin: 0;
	width: 100%;
	padding: 10px 35px 10px 10px;
	height: 46px;
	border: none;
	-webkit-box-shadow: 0 6px 27px rgba(72, 72, 72, .14);
	box-shadow: 0 6px 27px rgba(72, 72, 72, .14);
	background-color: #fff;
	opacity: .9
}

.no-results #searchform input[type=text]::-ms-clear,
.no-results #searchform input[type=text]::-ms-reveal {
	display: none;
	width: 0;
	height: 0
}

.no-results #searchform input[type=submit] {
	min-width: 46px;
	border: none;
	right: 0;
	outline: none;
	top: 0;
	width: 46px;
	height: 46px;
	position: absolute;
	background: url('/wp-content/themes/surface-theme/dist/images/search.png') no-repeat 50%
}

.search-page__post-pagination {
	width: 100%;
	margin-top: 5%;
	margin-bottom: 10%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.search-page__post-pagination .screen-reader-text {
	display: none
}

.search-page__post-pagination .navigation {
	width: 50%;
	height: 57px;
	-webkit-box-shadow: 0 3px 27px rgba(72, 72, 72, .14);
	box-shadow: 0 3px 27px rgba(72, 72, 72, .14);
	background-color: #fff
}

@media (max-width:991.98px) {
	.search-page__post-pagination .navigation {
		width: 100%
	}
}

@media (max-width:575.98px) {
	.search-page__post-pagination .navigation {
		width: 100%
	}
}

.search-page__post-pagination .navigation .nav-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.search-page__post-pagination .navigation .page-numbers {
	display: inline-block;
	width: 37px;
	height: 37px;
	font-size: 16px;
	line-height: 35px;
	font-weight: 600;
	color: #9e1d29;
	text-align: center
}

@media (min-width:320px) {
	.search-page__post-pagination .navigation .page-numbers {
		font-size: calc(.125vw + 15.6px)
	}
}

@media (min-width:1920px) {
	.search-page__post-pagination .navigation .page-numbers {
		font-size: 18px
	}
}

@media (max-width:1199.98px) {
	.search-page__post-pagination .navigation .page-numbers {
		width: 25px;
		height: 25px;
		line-height: 24px
	}
}

.search-page__post-pagination .navigation .current {
	border-radius: 50%;
	color: #fff;
	background-color: #025286
}

.search-page__post-pagination .navigation .prev {
	width: 57px;
	height: 57px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAUCAMAAACknt2MAAAAAXNSR0IB2cksfwAAAGNQTFRFAAAAmZmZmZmZqqqqmpqamZmZmZmZmZmZ////mZmZmpqamZmZmZmZmpqaqqqqmZmZmZmZl5eXnJycmJiYmpqamZmZmZmZmZmZmpqalpaWmZmZmZmZmZmZmZmZmpqamZmZmZmZ5C9qEgAAACF0Uk5TAIe2Boj/UHgBcJdp/WADm3sgH6TJsuijMBGqpZP+R74KlDYJ+gAAAGNJREFUeJyt0TcSgDAMRNE1RuScM9z/lKihYJAoGH6p10g2cGUcCzmXyFPFFyFgCWWJiOI/JUlFyXKionxWZahJqUGrUQfL1g9CI2AnbUFeZP5o6tFvD8K26MYftm6amf24D06E3AfB+jc8lQAAAABJRU5ErkJggg==);
	background-repeat: no-repeat;
	background-position: 50%;
	-webkit-transition: .5s;
	transition: .5s
}

.search-page__post-pagination .navigation .prev:hover {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAUCAYAAACTQC2+AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDoAABSCAABFVgAADqXAAAXb9daH5AAAADCSURBVHja5NWhCgJBFAXQKwsbbH6BfoJ/YbVsNwmb5i0WwbJt7QaDUbeMdxAUjHb/xJ/QMSi6gkFk3wS9cNPAnDLzHvBJDAsYHjDcNaEW4RRCD+EFhj0FwTeQcXZHPISpDmI410USG4VCyh9AchtDnA2AcPtAMi4htltr07KFF0St6xMgbqUPuePtEYhbVA4mkE2nto5cG4mN3n3QM8QN9GZakGnwH9hzPXiIE6imimUch8OEfV3MsIBwj9zG315xHQBvnS8eF/7/KwAAAABJRU5ErkJggg==);
	background-repeat: no-repeat;
	background-position: 50%
}

.search-page__post-pagination .navigation .next {
	width: 57px;
	height: 57px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAUCAYAAACTQC2+AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDoAABSCAABFVgAADqXAAAXb9daH5AAAAC6SURBVHja3NUhDgJBDIXhEpIVOE4AR+AWWI6AxSFJOAB4kt39H+sAU7kCiecmXAIGgxhJCF2xTZ4Z8yVNpzX7sYARcAN2FlmS5sALSJL2oRiwAtInh5TSoBNMUtUp5u7Drtp46S3m7l6YmVlZlmNJs38GOGVY6+6FAY/sMSqtSbpHQ3Vdn83dh03TTKqqmv4rwDaDjiFDIWkJPEM/cCdbolfIOkP2UcgmR6JWzSIcMTNz9wK4fnvK3wMA3CCzMwU+UYQAAAAASUVORK5CYII=);
	background-repeat: no-repeat;
	background-position: 50%;
	-webkit-transition: .5s;
	transition: .5s
}

.search-page__post-pagination .navigation .next:hover {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAUCAMAAACknt2MAAAAAXNSR0IB2cksfwAAAGNQTFRFAAAAAICqAHCsAG+sAHCsAHCsAHCsAHGsAHCtAAD/AHCsAG+sAHCtAHCsAFWqAHOtAHCvAHCsAHCtAHCtAHCtAHCrAHCsAGmlAHCqAHGsAHCtAG+sAHGsAG+sAHCsAGazAG+sKatOlQAAACF0Uk5TAAa2h1D/iHhwAWmXYP0DHyB7m8mk6LIRMKOqpZNH/gq+6Jqw9QAAAGJJREFUeJyt0scKgEAMRdGMGtvo2Hv9/690cCNiniB4t2cTkhDdUo5LII/ZRxa8WGgtAhYz678tSU8zWf6sYC4NVQyqqUHUUtcLDVYUGnGEMpnvorHIq7Ayy7Ks8Fzbfj3AAV9eB7fkQbv2AAAAAElFTkSuQmCC);
	background-repeat: no-repeat;
	background-position: 50%
}

.page-404 {
	padding-top: 43vh;
	min-height: 100vh
}

@media (max-width:1199.98px) {
	.page-404 {
		padding-top: 35vh
	}
}

@media (max-width:575.98px) {
	.page-404 {
		padding-top: 35vh
	}
}

.page-404 .page-404__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 10vh
}

@media (max-width:575.98px) {
	.page-404 .page-404__wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.page-404 .page-404__figure {
	color: #9e1d29;
	font-size: 100px;
	line-height: 110px;
	font-weight: 900;
	margin: 0
}

@media (min-width:320px) {
	.page-404 .page-404__figure {
		font-size: calc(3.125vw + 90px)
	}
}

@media (min-width:1920px) {
	.page-404 .page-404__figure {
		font-size: 150px
	}
}

@media (min-width:320px) {
	.page-404 .page-404__figure {
		line-height: calc(3.125vw + 100px)
	}
}

@media (min-width:1920px) {
	.page-404 .page-404__figure {
		line-height: 160px
	}
}

@media (max-width:575.98px) {
	.page-404 .page-404__figure {
		text-align: center
	}
}

.page-404 .page-404__text {
	color: #747477;
	font-size: 40px;
	line-height: 46px;
	font-size: 60px;
	font-weight: 600;
	margin: 0 0 0 10%;
	max-width: 500px
}

@media (min-width:320px) {
	.page-404 .page-404__text {
		font-size: calc(1.25vw + 36px)
	}
}

@media (min-width:1920px) {
	.page-404 .page-404__text {
		font-size: 60px
	}
}

@media (min-width:320px) {
	.page-404 .page-404__text {
		line-height: calc(1.5vw + 41.2px)
	}
}

@media (min-width:1920px) {
	.page-404 .page-404__text {
		line-height: 70px
	}
}

@media (max-width:575.98px) {
	.page-404 .page-404__text {
		text-align: center;
		margin: 0
	}
}

.page-404 .page-404__go-back-link-wrapper {
	text-align: center
}

.page-404 .page-404__go-back-link {
	display: inline-block;
	width: 107px;
	text-align: right;
	-webkit-transition: .5s;
	transition: .5s;
	color: #9e1d29;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase
}

.page-404 .page-404__go-back-link,
.page-404 .page-404__go-back-link:hover {
	background: url('/wp-content/themes/surface-theme/dist/images/left-arrow.png');
	background-repeat: no-repeat;
	background-position: 0
}

.page-404 .page-404__go-back-link:hover {
	color: #9e1d29!important
}

.page-footer {
	position: relative;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}

.page-footer .footer-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

@media (max-width:1199.98px) {
	.page-footer .footer-container {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

@media (max-width:767.98px) {
	.page-footer .footer-container {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

.page-footer h5 {
	margin: 0 0 15px;
	color: #9e1d29;
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	text-transform: uppercase
}

@media (min-width:320px) {
	.page-footer h5 {
		font-size: calc(.125vw + 13.6px)
	}
}

@media (min-width:1920px) {
	.page-footer h5 {
		font-size: 16px
	}
}

@media (min-width:320px) {
	.page-footer h5 {
		line-height: calc(.625vw + 18px)
	}
}

@media (min-width:1920px) {
	.page-footer h5 {
		line-height: 30px
	}
}

@media (max-width:575.98px) {
	.page-footer h5 {
		margin: 0
	}
}

.page-footer .footer-border {
	border-top: 3px solid #9e1d29;
	padding-top: 40px;
	padding-bottom: 40px
}

@media (max-width:1199.98px) {
	.page-footer .footer-border {
		padding-top: 20px;
		padding-bottom: 20px
	}
}

.page-footer .footer__logo {
	padding-top: 32px;
	width: 18%
}

@media (max-width:1199.98px) {
	.page-footer .footer__logo {
		width: 100%;
		padding-top: 0;
		margin-bottom: 30px;
		text-align: center
	}
}

@media (max-width:991.98px) {
	.page-footer .footer__logo {
		width: 100%
	}
}

@media (max-width:767.98px) {
	.page-footer .footer__logo {
		margin-bottom: 15px;
		width: 100% !important;
	}
}

@media (max-width:575.98px) {
	.page-footer .footer__logo {
		width: 100%;
		padding-top: 0;
		text-align: center
	}
}

.page-footer .footer__contact {
	width: 31%
}

@media (max-width:1399.98px) {
	.page-footer .footer__contact {
		width: 36%
	}
}

@media (max-width:1199.98px) {
	.page-footer .footer__contact {
		width: 40%
	}
}

@media (max-width:991.98px) {
	.page-footer .footer__contact {
		width: 45%
	}
}

@media (max-width:767.98px) {
	.page-footer .footer__contact {
		width: 65% !important;
	}
}

@media (max-width:575.98px) {
	.page-footer .footer__contact {
		width: 100% !important;
	}
	.page-footer .footer__contact h5 {
		text-align: center
	}
}

.page-footer .footer__menu {
	width: 15%
}

@media (max-width:1399.98px) {
	.page-footer .footer__menu {
		width: 15%
	}
}

@media (max-width:1199.98px) {
	.page-footer .footer__menu {
		width: 20%
	}
}

@media (max-width:991.98px) {
	.page-footer .footer__menu {
		width: 20%
	}
}

@media (max-width:767.98px) {
	.page-footer .footer__menu {
		width: 30% !important;
	}
}

@media (max-width:575.98px) {
	.page-footer .footer__menu {
		width: 100% !important;
		margin: 25px 0;
		text-align: center
	}
}

.page-footer .footer__socials-button ul {
	list-style: none;
	padding-left: 0
}

@media (max-width:991.98px) {
	.page-footer .footer__socials-button ul {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

@media (max-width:767.98px) {
	.page-footer .footer__socials-button ul {
		margin: 0;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

@media (max-width:575.98px) {
	.page-footer .footer__socials-button ul {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

.page-footer .footer__socials-button a {
	display: block;
	margin-right: 10px;
	height: 36px;
	width: 35px;
	border: 2px solid #9e1d29;
	border-radius: 50%;
	text-align: center;
	background-color: #9e1d29;
	padding-top: 4px;
	color: #fff;
	font-size: 1.5rem
}

.page-footer .footer__socials-button a:hover {
	color: #9e1d29;
	background-color: #fff
}

@media (max-width:575.98px) {
	.page-footer .footer__contact-box-flex {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-pack: distribute;
		justify-content: space-around
	}
}

@media (max-width:399.98px) {
	.page-footer .footer__contact-box-flex {
		-ms-flex-pack: distribute;
		justify-content: space-around;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.page-footer .footer__contact-box {
	font-size: 12px;
	line-height: 18px;
	color: #000;
	font-weight: 300;
	margin-right: 35px
}

@media (min-width:320px) {
	.page-footer .footer__contact-box {
		font-size: calc(.125vw + 11.6px)
	}
}

@media (min-width:1920px) {
	.page-footer .footer__contact-box {
		font-size: 14px
	}
}

@media (min-width:320px) {
	.page-footer .footer__contact-box {
		line-height: calc(.75vw + 15.6px)
	}
}

@media (min-width:1920px) {
	.page-footer .footer__contact-box {
		line-height: 30px
	}
}

@media (max-width:991.98px) {
	.page-footer .footer__contact-box {
		margin-right: 10px
	}
}

@media (max-width:767.98px) {
	.page-footer .footer__contact-box {
		margin-right: 45px
	}
}

@media (max-width:667.98px) {
	.page-footer .footer__contact-box {
		margin-right: 15px
	}
}

@media (max-width:575.98px) {
	.page-footer .footer__contact-box {
		margin-right: 0
	}
}

.page-footer .footer__contact-box p {
	margin: 0
}

@media (max-width:399.98px) {
	.page-footer .footer__contact-box p {
		display: inline-block
	}
}

@media (max-width:399.98px) {
	.page-footer .footer__contact-box .flex {
		margin-top: 7px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

.page-footer .footer__contact-box .fa {
	color: #9e1d29;
	font-size: 1.2rem;
	display: inline-block;
	padding-top: 3px;
	width: 25px;
	text-align: center
}

@media (max-width:575.98px) {
	.page-footer .footer__contact-box .fa {
		padding-top: 0
	}
}

.page-footer .footer__contact-box .fa-envelope {
	font-size: 15px;
	padding-top: 6px
}

@media (max-width:575.98px) {
	.page-footer .footer__contact-box .fa-envelope {
		padding-top: 0
	}
}

.page-footer .footer__contact-box .fa-mobile {
	font-size: 23px
}

.page-footer .footer-menu {
	list-style-type: none;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 14px;
	line-height: 20px;
	color: #000;
	font-weight: 300;
	height: 140px
}

@media (min-width:320px) {
	.page-footer .footer-menu {
		font-size: 14px
	}
}

@media (min-width:1920px) {
	.page-footer .footer-menu {
		font-size: 14px
	}
}

@media (min-width:320px) {
	.page-footer .footer-menu {
		line-height: calc(.625vw + 18px)
	}
}

@media (min-width:1920px) {
	.page-footer .footer-menu {
		line-height: 30px
	}
}

@media (max-width:991.98px) {
	.page-footer .footer-menu {
		height: 130px
	}
}

@media (max-width:767.98px) {
	.page-footer .footer-menu {
		height: 100px
	}
}

@media (max-width:575.98px) {
	.page-footer .footer-menu {
		width: 80%;
		height: auto;
		margin: 0 auto;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.page-footer .footer-menu li {
		margin-left: 10px;
		margin-right: 10px;
		margin-top: 10px
	}
}

.page-footer .footer-menu .menu-item a {
	position: relative;
	display: inline-block
}

.page-footer .footer-menu .menu-item a:before {
	position: absolute;
	content: "";
	bottom: 0;
	left: 50%;
	height: 2px;
	width: 0;
	-webkit-transition: .5s;
	transition: .5s;
	background-color: #9e1d29
}

.page-footer .footer-menu .menu-item a:hover:before {
	left: 0;
	width: 100%
}

.footer__newsletter {
	width: 25%;
	position: relative
}

@media (max-width:1199.98px) {
	.footer__newsletter {
		width: 30%
	}
}

@media (max-width:767.98px) {
	.footer__newsletter {
		margin: 0;
		width: 60%;
		text-align: center
	}
}

@media (max-width:575.98px) {
	.footer__newsletter {
		width: 80%;
		margin: 0;
		text-align: center
	}
}

.footer__newsletter .wpcf7-not-valid-tip {
	display: none
}

.footer__newsletter .wpcf7-submit {
	width: 30%;
	height: 46px;
	background-color: #9e1d29;
	border: none;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	font-weight: 400;
	text-transform: uppercase
}

@media (min-width:320px) {
	.footer__newsletter .wpcf7-submit {
		font-size: calc(.25vw + 11.2px)
	}
}

@media (min-width:1920px) {
	.footer__newsletter .wpcf7-submit {
		font-size: 16px
	}
}

@media (min-width:320px) {
	.footer__newsletter .wpcf7-submit {
		line-height: calc(.625vw + 18px)
	}
}

@media (min-width:1920px) {
	.footer__newsletter .wpcf7-submit {
		line-height: 30px
	}
}

@media (max-width:575.98px) {
	.footer__newsletter .wpcf7-submit {
		height: 35px
	}
}

.footer__newsletter .wpcf7-submit:hover {
	background-color: #9e1d29
}

.footer__newsletter .wpcf7-submit:focus {
	outline: none!important
}

.footer__newsletter .newsletter-form-email {
	width: 70%;
	float: left
}

.footer__newsletter .newsletter-form-email input {
	margin: 0;
	height: 46px
}

@media (max-width:575.98px) {
	.footer__newsletter .newsletter-form-email input {
		height: 35px
	}
}

.footer__newsletter .wpcf7-validation-errors {
	margin: 0;
	border: none;
	font-size: 12px;
	color: #ff375d;
	position: absolute;
	top: 45%
}

@media (min-width:320px) {
	.footer__newsletter .wpcf7-validation-errors {
		font-size: calc(.25vw + 11.2px)
	}
}

@media (min-width:1920px) {
	.footer__newsletter .wpcf7-validation-errors {
		font-size: 16px
	}
}

@media (max-width:767.98px) {
	.footer__newsletter .wpcf7-validation-errors {
		top: 55%
	}
}

.footer__newsletter .wpcf7-mail-sent-ok {
	margin: 0;
	border: none;
	font-size: 12px;
	color: #9e1d29;
	position: absolute;
	top: 45%
}

@media (min-width:320px) {
	.footer__newsletter .wpcf7-mail-sent-ok {
		font-size: calc(.25vw + 11.2px)
	}
}

@media (min-width:1920px) {
	.footer__newsletter .wpcf7-mail-sent-ok {
		font-size: 16px
	}
}

@media (max-width:767.98px) {
	.footer__newsletter .wpcf7-mail-sent-ok {
		top: 55%
	}
}

.footer__newsletter .ajax-loader {
	height: 0;
	width: 0;
	margin: 0
}

@media (max-width:767.98px) {
	.footer__newsletter .footer__newsletter-form {
		margin-bottom: 10px;
		margin-top: 15px
	}
}

.flex {
	display: -webkit-box!important;
	display: -ms-flexbox!important;
	display: flex!important
}

.flex-row {
	-webkit-box-direction: normal!important;
	-ms-flex-direction: row!important;
	flex-direction: row!important
}

.flex-row,
.flex-row-reverse {
	-webkit-box-orient: horizontal!important
}

.flex-row-reverse {
	-webkit-box-direction: reverse!important;
	-ms-flex-direction: row-reverse!important;
	flex-direction: row-reverse!important
}

.flex-col {
	-webkit-box-direction: normal!important;
	-ms-flex-direction: column!important;
	flex-direction: column!important
}

.flex-col,
.flex-col-reverse {
	-webkit-box-orient: vertical!important
}

.flex-col-reverse {
	-webkit-box-direction: reverse!important;
	-ms-flex-direction: column-reverse!important;
	flex-direction: column-reverse!important
}

.flex-wrap {
	-ms-flex-wrap: wrap!important;
	flex-wrap: wrap!important
}

.flex-wrap-wrap-reverse {
	-ms-flex-wrap: wrap-reverse!important;
	flex-wrap: wrap-reverse!important
}

.flex-no-wrap {
	-ms-flex-wrap: nowrap!important;
	flex-wrap: nowrap!important
}

.justify-start {
	-webkit-box-pack: start!important;
	-ms-flex-pack: start!important;
	justify-content: flex-start!important
}

.justify-center {
	-webkit-box-pack: center!important;
	-ms-flex-pack: center!important;
	justify-content: center!important
}

.justify-end {
	-webkit-box-pack: end!important;
	-ms-flex-pack: end!important;
	justify-content: flex-end!important
}

.justify-between {
	-webkit-box-pack: justify!important;
	-ms-flex-pack: justify!important;
	justify-content: space-between!important
}

.justify-around {
	-ms-flex-pack: distribute!important;
	justify-content: space-around!important
}

.justify-evenly {
	-webkit-box-pack: space-evenly!important;
	-ms-flex-pack: space-evenly!important;
	justify-content: space-evenly!important
}

.justify-stretch {
	-webkit-box-pack: stretch!important;
	-ms-flex-pack: stretch!important;
	justify-content: stretch!important
}

.items-start {
	-webkit-box-align: start!important;
	-ms-flex-align: start!important;
	align-items: flex-start!important
}

.items-center {
	-webkit-box-align: center!important;
	-ms-flex-align: center!important;
	align-items: center!important
}

.items-end {
	-webkit-box-align: end!important;
	-ms-flex-align: end!important;
	align-items: flex-end!important
}

.items-stretch {
	-webkit-box-align: stretch!important;
	-ms-flex-align: stretch!important;
	align-items: stretch!important
}

.hidden {
	display: none!important
}

.guaranteeImg {
	width: 380px;
	max-width: 100%;
}
