body, html {
	font-family: 'Roboto', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #777;
	font-weight: 300;
	width: 100% !important;
	height: 100% !important;
}
h2 {
	margin: 0 0 20px 0;
	font-weight: 500;
	font-size: 34px;
	color: #333;
	text-transform: uppercase;
}
h3 {
	font-size: 22px;
	font-weight: 500;
	color: #333;
}
h4 {
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 400;
	color: #333;
}
h5 {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}
p {
	font-size: 13px;
}
p.intro {
	margin: 12px 0 0;
	line-height: 24px;
}
a {
	color: #333;
	font-weight: 400;
}
a:hover, a:focus {
	text-decoration: none;
	color: #222;
}
ul, ol {
	list-style: none;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
ul, ol {
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
}
hr {
	height: 4px;
	width: 190px;
	text-align: center;
	position: relative;
	background: #146bb4;
	margin: 0 auto;
	margin-bottom: 20px;
	border: 0;
}
.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
	outline-offset: none;
}
/* Navigation */
#menu {
	padding: 1px;
	transition: all 0.8s;
}
#menu.navbar-default {
	background-color: #FFF;
	border-color: rgba(231, 231, 231, 0);
}
#menu a.navbar-brand {
	font-size: 22px;
	color: #eee;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#menu.navbar-default .navbar-nav > li > a {
	text-transform: uppercase;
	color: #000;
	font-weight: 400;
	font-size: 15px;
	padding: 5px 0;
	border: 2px solid transparent;
	letter-spacing: 0.5px;
	margin: 10px 15px 0 15px;
}
#menu.navbar-default .navbar-nav > li > a:hover {
	color: #95473f;
}
.on {
	background-color: #FFF !important;
	padding: 0 !important;
	padding: 10px 0 !important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #eee !important;
	background-color: #95473f;
}
.navbar-toggle {
	border-radius: 0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #901407;
	border-color: #901407;
}
.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #FFF;
}
.section-title {
	margin-bottom: 50px;
}
.section-title p {
	font-size: 18px;
}
.btn-custom {
	text-transform: uppercase;
	color: #fff;
	text-shadow: 0 0 3px #859c3c;
	background-color: #901407;
	border: 0;
	padding: 14px 20px;
	margin: 0;
	font-size: 17px;
	border-radius: 12px 0 12px 0;
	margin-top: 20px;
	transition: all 0.5s;
}
.btn-custom:hover, .btn-custom:focus, .btn-custom.focus, .btn-custom:active, .btn-custom.active {
	color: rgba(255,255,255,0.8);
	background-color: #94ae44;
}
 /*Header Section */
.quote-primary__mark {
	position: relative;
	top: 6px;
	display: block;
	width: 37px;
	height: 27px;
	fill: #f39b00;
	flex-shrink: 0;
}

.quote-primary__body {
	position: relative;
	padding: 25px 0;
	border-top: 1px solid #ebebeb;
}

.quote-primary__body:before, .quote-primary__body:after {
	content: '';
	position: absolute;
	bottom: 0;
	height: 13px;
	border-style: solid;
	border-color: #ebebeb;
}

.quote-primary__body:before {
	left: 0;
	width: 78px;
	border-width: 1px 1px 0 0;
}

.quote-primary__body:after {
	right: 0;
	width: calc(100% - 78px - 5px);
	border-width: 1px 0 0 1px;
	transform-origin: 0, 0;
	transform: skew(-45deg);
}

.quote-primary__text {
	padding-top: 20px;
}

.quote-primary__footer {
	padding-left: 5px;
}

* + .quote-primary__footer {
	margin-top: 8px;
}

@media (min-width: 576px) {
	.quote-primary__body {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		padding: 32px 0 40px 30px;
	}
	.quote-primary__text {
		padding-top: 0;
		padding-left: 20px;
	}
	.quote-primary__footer {
		padding-left: 30px;
	}
}

.quote-creative {
	position: relative;
	overflow: hidden;
	text-align: left;
}

@media (max-width: 767.98px) {
	.quote-creative {
		max-width: 370px;
		margin-left: auto;
		margin-right: auto;
	}
}

.quote-creative .cite {
	font-size: 14px;
	font-weight: 500;
	color: #151515;
}

.quote-creative .small {
	font-size: 16px;
	color: #f39b00;
}

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

.quote-creative__image-wrap {
	position: relative;
	display: inline-block;
}

.quote-creative__image-wrap::before, .quote-creative__image-wrap::after {
	content: '';
	position: absolute;
	margin-top: -1px;
	top: 100%;
	border-top: 3px solid #f2f3f8;
	width: 50vw;
}

.quote-creative__image-wrap::before {
	left: -28px;
	transform: translateX(-100%);
}

.quote-creative__image-wrap::after {
	right: -28px;
	transform: translateX(100%);
}

.quote-creative__image {
	position: relative;
	z-index: 2;
	display: inline-block;
	margin-bottom: -50%;
	border-radius: 50%;
}

.quote-creative__main {
	position: relative;
	padding: 30px 20px;
	border: 3px solid #f2f3f8;
	border-top-width: 0;
}

.quote-creative__main::before, .quote-creative__main::after {
	content: '';
	position: absolute;
}

.quote-creative__meta {
	margin-left: -8px;
}

.quote-creative__meta > li {
	position: relative;
	display: inline-block;
	vertical-align: baseline;
	padding: 0 8px;
}

.quote-creative__meta > li:not(:last-child)::after {
	content: '';
	position: absolute;
	right: -.25em;
	top: 50%;
	transform: translateY(-50%);
	height: 18px;
	border-right: 1px solid #f2f3f8;
}

* + .quote-creative__meta {
	margin-top: 15px;
}

.quote-creative__header + .quote-creative__main {
	padding-top: 60px;
}

@media (min-width: 576px) {
	.quote-creative__main {
		padding: 30px;
	}
}

@media (min-width: 992px) {
	html:not(.tablet):not(.mobile) .quote-creative:hover .quote-creative__image-wrap::before {
		left: 10px;
	}
	html:not(.tablet):not(.mobile) .quote-creative:hover .quote-creative__image-wrap::after {
		right: 10px;
	}
	html:not(.tablet):not(.mobile) .quote-creative__image-wrap::before, html:not(.tablet):not(.mobile) .quote-creative__image-wrap::after {
		transition: .44s ease-out;
	}
}

@media (min-width: 992px) and (max-width: 1199.98px) {
	.quote-creative__main {
		padding: 40px 20px;
	}
}

@media (min-width: 1200px) {
	.quote-creative__main {
		padding: 60px 35px;
	}
	.quote-creative__header + .quote-creative__main {
		padding-top: 85px;
	}
}

.quote-minimal {
	position: relative;
	padding: 20px 0;
	text-align: center;
}

.quote-minimal:before, .quote-minimal:after {
	content: '';
	position: absolute;
	left: 50%;
	width: 270px;
	height: 1px;
	transform: translateX(-50%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #b7b7b7 50%, rgba(0, 0, 0, 0) 100%);
}

.quote-minimal:before {
	top: 0;
}

.quote-minimal:after {
	bottom: 0;
}

.quote-minimal .q {
	font-size: 16px;
	line-height: 1.8;
	color: #f39b00;
}

.quote-minimal .q::before, .quote-minimal .q::after {
	content: '\201C';
}

@media (min-width: 768px) {
	.quote-minimal .q {
		font-size: 20px;
		line-height: 2;
	}
}

@media (min-width: 1200px) {
	.quote-minimal .q {
		font-size: 24px;
	}
}

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

@media (max-width: 767.98px) {
	.quote-light {
		max-width: 370px;
		margin-left: auto;
		margin-right: auto;
	}
}

.quote-light .cite {
	font-size: 14px;
	font-weight: 500;
	color: #151515;
}

.quote-light .small {
	font-size: 16px;
	color: #f39b00;
}

.quote-light__image-wrap {
	display: inline-block;
	border-radius: 50%;
	border: 12px solid rgba(235, 235, 235, 0.37);
}

.quote-light__image {
	position: relative;
	z-index: 2;
	display: inline-block;
	border-radius: 50%;
}

.quote-light__main {
	position: relative;
}

.quote-light__meta {
	margin-left: -8px;
}

.quote-light__meta > li {
	position: relative;
	display: inline-block;
	vertical-align: baseline;
	padding: 0 8px;
}

.quote-light__meta > li:not(:last-child)::after {
	content: '';
	position: absolute;
	right: -.25em;
	top: 50%;
	transform: translateY(-50%);
	height: 18px;
	border-right: 1px solid #f2f3f8;
}

* + .quote-light__main {
	margin-top: 20px;
}

* + .quote-light__meta {
	margin-top: 15px;
}

@media (min-width: 1200px) {
	* + .quote-light__main {
		margin-top: 30px;
	}
}

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

@media (max-width: 767.98px) {
	.quote-strict {
		max-width: 370px;
		margin-left: auto;
		margin-right: auto;
	}
}

.quote-strict .cite {
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.05em;
	color: #151515;
}

.quote-strict .small {
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #f39b00;
}

.quote-strict__image-wrap {
	position: relative;
	display: inline-block;
	padding-top: 20px;
	padding-right: 20px;
}

.quote-strict__image-wrap::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 17px;
	left: 17px;
	background-image: url("../images/product-bg.png");
	opacity: .05;
}

.quote-strict__image {
	position: relative;
	z-index: 2;
	max-width: 136px;
}

.quote-strict__main {
	position: relative;
}

.quote-strict__meta {
	margin-left: -16px;
}

.quote-strict__meta > li {
	position: relative;
	display: inline-block;
	vertical-align: baseline;
	padding: 0 16px;
}

.quote-strict__meta > li:not(:last-child)::after {
	content: '';
	position: absolute;
	right: -.25em;
	top: 50%;
	transform: translateY(-50%);
	height: 18px;
	border-right: 1px solid #f2f3f8;
}

* + .quote-strict__main {
	margin-top: 20px;
}

* + .quote-strict__meta {
	margin-top: 15px;
}

@media (min-width: 1200px) {
	.quote-strict__main {
		padding-left: 15px;
		padding-right: 15px;
	}
	* + .quote-strict__main {
		margin-top: 40px;
	}
	* + .quote-strict__meta {
		margin-top: 27px;
	}
}

/* Collection */
.collection {
	display: block;
	max-width: 470px;
	margin-left: auto;
	margin-right: auto;
}

.collection-img {
	position: relative;
	z-index: 0;
	transition: .3s ease-out all;
}

.collection-img:before {
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	transform: translate(20px, -20px) scale(1);
	background-image: url("../images/product-bg.png");
	opacity: .05;
	transition: .3s ease-out all;
}

.collection-title {
	transition: .3s ease-out all;
}

* + .collection-title {
	margin-top: 20px;
}

.collection:hover .collection-img {
	box-shadow: -3px 5px 12px 0px rgba(42, 42, 42, 0.16);
}

.collection:hover .collection-img:before {
	opacity: .08;
}

.collection:hover .collection-title {
	color: #f39b00;
}

.swiper-container {
	display: flex;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	height: auto;
	min-height: 200px;
	/* Fix of Webkit flickering */
	z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
	flex-direction: column;
}

.swiper-wrapper {
	position: relative;
	z-index: 1;
	display: flex;
	align-self: stretch;
	align-items: stretch;
	width: 100%;
	height: auto;
	min-height: inherit;
	transition-property: transform;
	box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	transform: translate3d(0px, 0, 0);
	will-change: transform;
}

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

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

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

.swiper-slide {
	position: relative;
	display: flex;
	align-items: center;
	flex-shrink: 0;
	width: 100%;
	background-position: center center;
}

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

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}

.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
	touch-action: pan-x;
}

/* Arrows */
.swiper-button-prev,
.swiper-button-next {
	position: absolute;
	top: 50%;
	width: 46px;
	height: 46px;
	line-height: 46px;
	font-size: 46px;
	text-align: center;
	margin-top: -23px;
	z-index: 10;
	cursor: pointer;
	color: #fff;
	fill: #fff;
	transition: .33s;
}

.swiper-navigation_modern {
	display: none;
}

@media (min-width: 768px) {
	.swiper-navigation_modern {
		position: absolute;
		right: 0;
		bottom: -2px;
		z-index: 10;
		display: inline-block;
		padding: 25px 0;
		background: #fff;
	}
	.swiper-navigation_modern .swiper-button-prev,
	.swiper-navigation_modern .swiper-button-next {
		display: inline-block;
		height: 57px;
		width: 114px;
		position: relative;
		top: 0;
		margin-top: 0;
		font-size: 0;
		line-height: 0;
		background: #fff;
		color: #151515;
	}
	.swiper-navigation_modern .swiper-button-prev::before,
	.swiper-navigation_modern .swiper-button-next::before {
		font-size: 24px;
		font-family: 'fl-budicons-free';
		line-height: inherit;
		line-height: 57px;
	}
	.swiper-navigation_modern .swiper-button-prev:hover,
	.swiper-navigation_modern .swiper-button-next:hover {
		color: #f39b00;
	}
	.swiper-navigation_modern .swiper-button-prev::before {
		content: '\e016';
	}
	.swiper-navigation_modern .swiper-button-next::before {
		content: '\e025';
	}
	.swiper-navigation_modern .swiper-button-prev + .swiper-button-next {
		border-left: 1px solid #ebebeb;
	}
}

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

.swiper-button-prev {
	left: 3.5%;
}

.swiper-button-next {
	right: 3.5%;
}

/* Pagination Styles */
.swiper-pagination-wrap {
	position: absolute;
	z-index: 10;
	bottom: 30px;
	left: 15px;
	text-align: center;
	transform: translate3d(0, 0, 0);
}

@media (min-width: 960px) {
	.swiper-pagination-wrap {
		left: calc(50% - 465px);
	}
}

@media (min-width: 1200px) {
	.swiper-pagination-wrap {
		left: 30px;
		bottom: 45px;
	}
}

@media (min-width: 1200px) {
	.swiper-pagination-wrap {
		left: calc(50% - 585px);
	}
}

.swiper-pagination {
	position: absolute;
	left: 30px;
	bottom: 30px;
	z-index: 10;
	display: inline-block;
	font-size: 0;
	line-height: 0;
}

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

.swiper-pagination-bullet {
	position: relative;
	display: inline-block;
	background: transparent;
	width: 22px;
	height: 22px;
	border-radius: 100%;
	transition: .33s;
}

.swiper-pagination-bullet::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	transform: translate(-50%, -50%);
	background: #fff;
	width: 8px;
	height: 8px;
	border-radius: inherit;
}

.swiper-pagination-bullet::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	transform: scale(0.5);
	opacity: 0;
	border: 2px solid #f39b00;
	border-radius: inherit;
	transition: .22s ease-in;
}

.swiper-pagination-bullet:hover::after, .swiper-pagination-bullet-active::after {
	transform: scale(1);
	opacity: 1;
}

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

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

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

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

/* 3D Container */
.swiper-container-3d {
	-webkit-perspective: 1200px;
	perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.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-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.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-slide-shadow-bottom {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper {
	/* Windows 8 IE 10 fix */
	-ms-perspective: 1200px;
}

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

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

.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;
}

/* Cube */
.swiper-container-cube {
	overflow: visible;
}

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

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

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

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

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

/* Scrollbar */
.swiper-scrollbar {
	position: relative;
	-ms-touch-action: none;
}

.swiper-container-horizontal > .swiper-scrollbar {
	position: absolute;
	bottom: 0;
	z-index: 50;
	height: 3px;
	width: 100%;
}

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

.swiper-scrollbar-drag {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #851515;
}

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

/* Preloader */
.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%;
	-moz-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
	-moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
	animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%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%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

.swiper-slide > .vide__body,
.swiper-slide > .parallax_cnt {
	height: 100%;
}

.swiper-slide-caption {
	width: 100%;
}

.section-parallax-swiper {
	position: relative;
	margin-bottom: -1px;
}

.swiper-slider_style-1 {
	position: relative;
	color: #3e4041;
}

.swiper-slider_style-1 .swiper-slide {
	min-height: inherit;
}

.swiper-slider_style-1 .swiper-slide > * {
	width: 100%;
}

.swiper-slider_style-1 .swiper-slide-caption {
	position: relative;
	z-index: 1;
	padding: 35px 0 90px;
}

.swiper-slider_style-1 .custom-parallax {
	min-height: inherit;
}

.swiper-slider_style-1 .swiper-pagination {
	left: 15px;
	bottom: 35px;
}

.swiper-slider_style-1 .swiper-navigation {
	display: none;
}

@media (min-width: 576px) {
	.swiper-slider_style-1 .swiper-pagination {
		left: calc(50% - 288px + 20px);
	}
}

@media (max-width: 767.98px) {
	.swiper-slider_style-1 .swiper-slide::after {
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: linear-gradient(to top, rgba(255, 255, 255, 0.2) 10%, rgba(255, 255, 255, 0));
	}
}

@media (min-width: 768px) {
	.swiper-slider_style-1 .swiper-slide-caption {
		padding: 100px 0 200px;
	}
	.swiper-slider_style-1 .swiper-pagination {
		display: none;
	}
	.swiper-slider_style-1 .swiper-navigation {
		display: block;
	}
}

@media (min-width: 1200px) and (max-height: 800px) {
	.swiper-slider_style-1 {
		min-height: 33vw;
	}
	.swiper-slider_style-1 .swiper-slide-caption {
		padding: 70px 0 140px;
	}
}

@media (min-width: 1600px) {
	.swiper-slider_style-1 .swiper-slide-caption {
		padding: 125px 0 180px;
	}
}

.swiper-slider_style-2 {
	min-height: 34.4271vw;
}

.swiper-slider_style-2 .swiper-slide-caption {
	position: relative;
	z-index: 3;
	padding: 50px 0 90px;
}

.swiper-slider_style-2 .swiper-pagination {
	left: 12px;
}

@media (min-width: 576px) {
	.swiper-slider_style-2 .swiper-pagination {
		left: calc(50% - 288px + 10px);
	}
}

@media (max-width: 991.98px) {
	.swiper-slider_style-2 .swiper-slide::after,
	.swiper-slider_style-2 .slide-inner::after {
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 0;
		background: linear-gradient(to top, rgba(255, 255, 255, 0.2) 10%, rgba(255, 255, 255, 0));
	}
}

@media (min-width: 768px) {
	.swiper-slider_style-2 .swiper-slide-caption {
		padding: 115px 0 160px;
	}
	.swiper-slider_style-2 .swiper-pagination {
		bottom: 50px;
		left: calc(50% - 360px + 5px);
	}
}

@media (min-width: 992px) and (max-width: 1199.98px) {
	.swiper-slider_style-2 .swiper-slider {
		min-height: 70vh;
	}
}

@media (min-width: 992px) {
	.swiper-slider_style-2 .swiper-pagination {
		left: calc(50% - 480px + 5px);
	}
}

@media (min-width: 1200px) {
	.swiper-slider_style-2 .swiper-slide-caption {
		padding: 150px 50px 200px;
	}
	.swiper-slider_style-2 .swiper-pagination {
		left: 60px;
	}
}

@media (min-width: 1800px) {
	.swiper-slider_style-2 .swiper-pagination {
		bottom: 100px;
		left: calc(50% - 630px + 40px);
	}
}

.swiper-slider_style-3 .swiper-slider {
	min-height: 39.0625vw;
}

.swiper-slider_style-3 .swiper-slide-caption {
	position: relative;
	z-index: 3;
	padding: 50px 0 90px;
}

.swiper-slider_style-3 .swiper-pagination {
	left: 12px;
}

@media (min-width: 576px) {
	.swiper-slider_style-3 .swiper-pagination {
		left: calc(50% - 288px + 20px);
	}
}

@media (max-width: 991.98px) {
	.swiper-slider_style-3 .swiper-slide::before,
	.swiper-slider_style-3 .slide-inner::before {
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 0;
		background: linear-gradient(to top, rgba(179, 182, 200, 0.3) 20%, rgba(255, 255, 255, 0));
	}
	.swiper-slider_style-3 .swiper-button-prev,
	.swiper-slider_style-3 .swiper-button-next {
		display: none !important;
	}
}

@media (min-width: 768px) {
	.swiper-slider_style-3 .swiper-slide-caption {
		padding: 115px 0 160px;
	}
	.swiper-slider_style-3 .swiper-pagination {
		bottom: 50px;
		left: calc(50% - 360px + 5px);
	}
}

@media (min-width: 992px) and (max-width: 1199.98px) {
	.swiper-slider_style-3 .swiper-slider {
		min-height: 70vh;
	}
}

@media (min-width: 992px) {
	.swiper-slider_style-3 .slide-inner {
		padding-left: 110px;
		padding-right: 110px;
	}
	.swiper-slider_style-3[data-custom-slide-effect='interLeaveEffect'] .slide-inner {
		padding-left: 0;
		padding-right: 0;
	}
	.swiper-slider_style-3[data-custom-slide-effect='interLeaveEffect'] .swiper-slide {
		padding-left: 110px;
		padding-right: 110px;
	}
	.swiper-slider_style-3 .swiper-pagination {
		display: none;
		left: calc(50% - 480px - 5px);
	}
}

@media (min-width: 1200px) {
	.swiper-slider_style-3 .swiper-pagination {
		left: 70px;
	}
}

@media (min-width: 1600px) {
	.swiper-slider_style-3 .swiper-slide-caption {
		padding: 170px 0 200px;
	}
	.swiper-slider_style-3 .swiper-pagination {
		bottom: 100px;
		left: calc(50% - 630px + 45px);
	}
}

.swiper-buttons-alternate .swiper-button-prev,
.swiper-buttons-alternate .swiper-button-next {
	display: flex;
	align-items: center;
	width: auto;
	height: 70px;
	max-width: 40px;
	overflow: hidden;
	color: #2a2a2a;
	background: #fff;
}

.swiper-buttons-alternate .swiper-button-prev span,
.swiper-buttons-alternate .swiper-button-next span {
	position: relative;
	transform: translateX(5px);
	font-size: 13px;
	color: #151515;
	letter-spacing: .1em;
	text-transform: uppercase;
	transition: .1s all ease;
	opacity: 0;
	visibility: hidden;
	will-change: transform, opacity;
}

.swiper-buttons-alternate .swiper-button-prev:before,
.swiper-buttons-alternate .swiper-button-next:before {
	position: absolute;
	top: 50%;
	z-index: 3;
	transform: translateY(-50%);
	font-family: 'Material Icons';
	font-size: 20px;
	background: #fff;
}

.swiper-buttons-alternate .swiper-button-prev:hover,
.swiper-buttons-alternate .swiper-button-next:hover {
	color: #2a2a2a;
	background: #fff;
	max-width: 125px;
}

.swiper-buttons-alternate .swiper-button-prev:hover span,
.swiper-buttons-alternate .swiper-button-next:hover span {
	transform: translateX(0);
	opacity: 1;
	visibility: visible;
	transition: .33s all ease;
}

.swiper-buttons-alternate .swiper-button-prev {
	left: 0;
}

.swiper-buttons-alternate .swiper-button-prev span {
	padding: 0 20px 0 35px;
}

.swiper-buttons-alternate .swiper-button-prev:before {
	content: '\e5c4';
	left: 0;
	padding-left: 10px;
}

.swiper-buttons-alternate .swiper-button-next {
	right: 0;
}

.swiper-buttons-alternate .swiper-button-next span {
	padding: 0 35px 0 20px;
}

.swiper-buttons-alternate .swiper-button-next:before {
	content: '\e5c8';
	right: 0;
	padding-right: 10px;
}

[data-custom-slide-effect='interLeaveEffect'] .swiper-wrapper, [data-custom-slide-effect='interLeaveEffect'] .swiper-wrapper * {
	backface-visibility: hidden;
}

[data-custom-slide-effect='interLeaveEffect'] .swiper-slide {
	will-change: transform;
	overflow: hidden;
	align-items: stretch;
}

[data-custom-slide-effect='interLeaveEffect'] .slide-inner .swiper-slide-caption {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

[data-custom-slide-effect='interLeaveEffect'] .slide-inner .swiper-slide-caption > * {
	width: 100%;
}

.swiper-slide .slide-inner {
	position: relative;
	left: 0;
	top: 0;
	display: flex;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: inherit;
}

.swiper-slide .swiper-slide-caption {
	min-height: inherit;
}

.swiper-slider_height-1 {
	min-height: 34.4271vw;
}

.tabs-custom {
	text-align: left;
}

.tabs-custom .nav {
	display: block;
}

.tabs-custom .nav-tabs {
	font-size: 0;
	line-height: 0;
	word-spacing: 0;
	border: 0;
}

.tabs-custom .nav-tabs:before, .tabs-custom .nav-tabs:after {
	display: none;
}

.tabs-custom .nav-item {
	float: none;
	border: 0;
	cursor: pointer;
	transition: .33s all ease;
}

.tabs-custom .nav-link {
	margin: 0;
	border-radius: 0;
}

.tabs-custom .nav-link.active {
	cursor: default;
}

.tab-content > .tab-pane {
	display: block;
	visibility: hidden;
	height: 0;
	overflow: hidden;
}

.tab-content > .active {
	visibility: visible;
	height: auto;
	overflow: visible;
}

.page .tabs-custom.tabs-centered .nav-tabs,
.page .tabs-custom.tabs-centered .tab-content {
	text-align: center;
}

* + .tabs-horizontal.tabs-corporate {
	margin-top: 25px;
}

* + .tabs-vertical.tabs-corporate {
	margin-top: 40px;
}

@media (min-width: 768px) {
	* + .tabs-vertical.tabs-corporate {
		margin-top: 60px;
	}
}

@media (min-width: 1200px) {
	* + .tabs-vertical.tabs-corporate {
		margin-top: 80px;
	}
}

.tabs-custom.tabs-inline .nav-tabs {
	position: relative;
	transform: translate3d(0, -14px, 0);
	margin-bottom: -14px;
	margin-left: -18px;
	margin-right: -18px;
}

.tabs-custom.tabs-inline .nav-tabs > * {
	position: relative;
	margin-top: 14px;
	padding-left: 18px;
	padding-right: 18px;
}

.tabs-custom.tabs-inline .nav-item {
	display: inline-block;
	background-color: transparent;
}

.tabs-custom.tabs-inline .nav-link {
	display: inline-block;
	padding: 0;
	border: 0;
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 1.4;
	font-weight: 500;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: #851515;
	background-color: transparent;
}

.tabs-custom.tabs-inline .nav-link.active,
.tabs-custom.tabs-inline .nav-link:hover {
	color: #851515;
}

.tabs-custom.tabs-inline * + .tab-content {
	margin-top: 30px;
}

@media (min-width: 992px) {
	.tabs-custom.tabs-inline * + .tab-content {
		margin-top: 60px;
	}
}

@media (min-width: 1600px) {
	.tabs-custom.tabs-inline .nav-tabs {
		position: relative;
		transform: translate3d(0, -10px, 0);
		margin-bottom: -10px;
		margin-left: -23px;
		margin-right: -23px;
	}
	.tabs-custom.tabs-inline .nav-tabs > * {
		position: relative;
		margin-top: 10px;
		padding-left: 23px;
		padding-right: 23px;
	}
}

.tabs-custom.tabs-line .nav-tabs {
	position: relative;
}

.tabs-custom.tabs-line .nav-link {
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.4;
	text-align: center;
	vertical-align: middle;
}

.tabs-custom.tabs-line * + .tab-content {
	margin-top: 20px;
}

@media (max-width: 767.98px) {
	.tabs-custom.tabs-line .nav-tabs {
		max-width: 100%;
		border: 1px solid #e5e7e9;
	}
	.tabs-custom.tabs-line .nav-item {
		margin: -1px;
	}
	.tabs-custom.tabs-line .nav-link {
		padding: 7px 10px;
		color: #9b9b9b;
		background: transparent;
		border-bottom: 1px solid #e5e7e9;
	}
	.tabs-custom.tabs-line .nav-link:first-child {
		border-top: 1px solid #e5e7e9;
	}
	.tabs-custom.tabs-line .nav-link.active,
	.tabs-custom.tabs-line .nav-link:hover {
		color: #fff;
		background: #f39b00;
		border-color: #f39b00;
	}
}

.tabs-corporate .nav-tabs {
	position: relative;
	border: 1px solid #851515;
}

.tabs-corporate .nav-item {
	margin: -1px;
}

.tabs-corporate .nav-link {
	padding: 7px 10px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4;
	color: #9b9b9b;
	background: transparent;
	border-bottom: 1px solid #851515;
	text-align: center;
	vertical-align: middle;
}

.tabs-corporate .nav-link:first-child {
	border-top: 1px solid #851515;
}

.tabs-corporate .nav-link.active,
.tabs-corporate .nav-link:hover {
	color: #fff;
	background: #851515;
	border-color: #851515;
}

.tabs-corporate .tab-content {
	padding: 30px 0 0;
}

@media (max-width: 767.98px) {
	.tabs-custom .nav-tabs {
		max-width: 320px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (min-width: 768px) {
	.tabs-horizontal.tabs-corporate .nav-tabs {
		position: relative;
		width: 100%;
		display: block;
		justify-content: center;
		text-align: center;
		position: relative;
		transform: translate3d(0, -10px, 0);
		margin-bottom: -10px;
		margin-left: -5px;
		margin-right: -5px;
		border: 0;
		will-change: transform;
	}
	.tabs-horizontal.tabs-corporate .nav-tabs > * {
		position: relative;
		margin-top: 10px;
		padding-left: 5px;
		padding-right: 5px;
	}
	.tabs-horizontal.tabs-corporate .nav-item {
		display: inline-block;
		will-change: transform;
		flex-grow: 1;
		flex-shrink: 0;
	}
	.tabs-horizontal.tabs-corporate .nav-link {
		display: block;
		position: relative;
		z-index: 1;
		min-width: 130px;
		letter-spacing: .075em;
		padding: 12px 20px 12px;
		border: 2px solid #e5e7e9;
	}
	.tabs-horizontal.tabs-corporate .nav-link, .tabs-horizontal.tabs-corporate .nav-link::before {
		transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	}
	.tabs-horizontal.tabs-corporate .nav-link::before {
		content: '';
		position: absolute;
		top: -1px;
		left: -1px;
		width: calc(100% + 2px);
		height: calc(100% + 2px);
		z-index: -1;
		opacity: 0;
		transform: scale3d(0.7, 1, 1);
		transition: transform 0.4s, opacity 0.4s;
		transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
		background: #ffbf6c;
	}
	.tabs-horizontal.tabs-corporate .nav-link.active,
	.tabs-horizontal.tabs-corporate .nav-link:hover {
		color: #fff;
		border-color: #ffbf6c;
		background-color: transparent;
	}
	.tabs-horizontal.tabs-corporate .nav-link.active::before,
	.tabs-horizontal.tabs-corporate .nav-link:hover::before {
		opacity: 1;
		transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
	}
	.tabs-horizontal.tabs-line .nav-tabs {
		border: 0;
		border-bottom: 4px solid #f2f3f8;
	}
	.tabs-horizontal.tabs-line .nav-item {
		display: inline-block;
	}
	.tabs-horizontal.tabs-line .nav-item:not(:last-child) {
		margin-right: 52px;
	}
	.tabs-horizontal.tabs-line .nav-link {
		position: relative;
		padding: 0 0 15px 0;
		background-color: transparent;
		color: #9b9b9b;
		border: 0;
	}
	.tabs-horizontal.tabs-line .nav-link::after {
		content: '';
		position: absolute;
		bottom: -4px;
		left: 0;
		height: 4px;
		width: 0;
		background: #f39b00;
		transition: .22s ease;
	}
	.tabs-horizontal.tabs-line .nav-link.active,
	.tabs-horizontal.tabs-line .nav-link:hover {
		color: #151515;
	}
	.tabs-horizontal.tabs-line .nav-link.active::after {
		width: 100%;
	}
	.tabs-horizontal.tabs-line * + .tab-content {
		margin-top: 30px;
	}
	.tabs-vertical {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		align-items: flex-start;
	}
	.tabs-vertical .nav-tabs {
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		align-items: stretch;
		flex-shrink: 0;
		max-width: 50%;
	}
	.tabs-vertical .nav-item {
		border: 0;
		width: 100%;
		text-align: left;
	}
	.tabs-vertical .nav-link {
		font-size: 14px;
	}
	.tabs-vertical .nav-link.active,
	.tabs-vertical .nav-link:hover {
		box-shadow: 0 9px 21px 0 rgba(30, 30, 30, 0.13);
	}
	.tabs-vertical .tab-content {
		flex-grow: 1;
	}
	.tabs-vertical.tabs-corporate .nav-tabs {
		width: auto;
		min-width: 260px;
		border: 0;
	}
	.tabs-vertical.tabs-corporate .nav-item {
		margin: 0;
	}
	.tabs-vertical.tabs-corporate .nav-link {
		position: relative;
		padding: 14px 30px;
		border: 0;
		overflow: hidden;
		text-align: left;
	}
	.tabs-vertical.tabs-corporate > .nav-item + .nav-item {
		margin-top: 2px;
	}
	.tabs-vertical.tabs-corporate .tab-content {
		padding: 0 0 0 30px;
	}
}

@media (min-width: 992px) {
	.tabs-horizontal.tabs-corporate .tab-content {
		padding-top: 60px;
		padding-left: 30px;
		padding-right: 30px;
	}
	.tabs-vertical.tabs-corporate .tab-content {
		padding: 10px 0 0 45px;
	}
}

/* Header Section */
.intro {
	display: table;
	width: 100%;
	padding: 0;
	background: url(img/intro-bg.jpg) no-repeat center bottom;
	background-color: #e5e5e5;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
.intro .overlay {
	background: rgba(0,0,0,0.40);
}
.intro h1 {
	color: #fff;
	font-size: 68px;
	font-weight: 400;
	margin-top: 0;
	margin-bottom: 10px;
	letter-spacing: -1px;
}
.intro span {
	color: #a7c44c;
	font-weight: 600;
}
.intro p {
	color: #fff;
	font-size: 24px;
	font-weight: 300;
	margin-top: 10px;
	margin-bottom: 40px;
}
header .intro-text {
	padding-top: 300px;
	padding-bottom: 200px;
	text-align: center;
}

/*#bg-image {
	background-size: cover;
	background-position: center center;
}

@media (min-width: 992px) {
	html:not(.tablet):not(.mobile) .bg-fixed {
		background-attachment: fixed;
	}
}

.profile-creative {
	position: relative;
	padding: 40px 30px 30px;
	text-align: center;
	background: #f2f3f8;
}

@media (max-width: 767.98px) {
	.profile-creative {
		max-width: 370px;
		margin-left: auto;
		margin-right: auto;
	}
}

.profile-creative::before {
	content: '';
	position: absolute;
	top: 13px;
	right: 13px;
	bottom: 13px;
	left: 13px;
	border: 2px solid #fff;
	pointer-events: none;
}

.profile-creative a {
	color: #9b9b9b;
}

.profile-creative a:hover {
	text-decoration: underline;
}

.profile-creative__title {
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: 500;
	color: #151515;
}

.profile-creative__subtitle {
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	color: #f39b00;
}

* + .profile-creative__subtitle {
	margin-top: 0;
}

* + .profile-creative__main {
	margin-top: 20px;
}

.profile-creative__main {
	position: relative;
	padding-top: 10px;
}

.profile-creative__main::before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	height: 3px;
	width: 50px;
	margin-left: auto;
	margin-right: auto;
	background: #f39b00;
}

.profile-creative__element a {
	white-space: normal;
	word-break: break-all;
}

@media (min-width: 768px) {
	.profile-creative {
		padding: 70px 30px 40px;
	}
}

@media (min-width: 992px) {
	html:not(.tablet):not(.mobile) .profile-creative {
		position: relative;
	}
	html:not(.tablet):not(.mobile) .profile-creative:hover .profile-creative__main {
		padding-top: 10px;
	}
	html:not(.tablet):not(.mobile) .profile-creative:hover .profile-creative__main::before {
		animation: .4s changeAxis both;
	}
	html:not(.tablet):not(.mobile) .profile-creative:hover .profile-creative__element > * {
		top: 0;
		opacity: 1;
		visibility: visible;
	}
	html:not(.tablet):not(.mobile) .profile-creative__element > * {
		position: relative;
		top: 15px;
		opacity: 0;
		visibility: hidden;
		transition: .4s;
	}
	html:not(.tablet):not(.mobile) .profile-creative__main {
		padding-top: 35px;
		transition: .33s;
	}
	html:not(.tablet):not(.mobile) .profile-creative__main::before {
		width: 3px;
		height: 30px;
		animation: .4s changeAxisBack both;
	}
}

@-webkit-keyframes changeAxis {
	0% {
		width: 3px;
		height: 26px;
	}
	50% {
		width: 3px;
		height: 3px;
	}
	100% {
		height: 3px;
		width: 50px;
	}
}

@keyframes changeAxis {
	0% {
		width: 3px;
		height: 26px;
	}
	50% {
		width: 3px;
		height: 3px;
	}
	100% {
		height: 3px;
		width: 50px;
	}
}

@-webkit-keyframes changeAxisBack {
	0% {
		height: 3px;
		width: 50px;
	}
	50% {
		width: 3px;
		height: 3px;
	}
	100% {
		width: 3px;
		height: 26px;
	}
}

@keyframes changeAxisBack {
	0% {
		height: 3px;
		width: 50px;
	}
	50% {
		width: 3px;
		height: 3px;
	}
	100% {
		width: 3px;
		height: 26px;
	}
}*/


/* About Section */
#about {
	padding: 120px 0;
	background: #f6f6f6;
}
#about h3 {
	font-size: 20px;
	text-transform: uppercase;
}
#about .about-text {
	margin-left: 10px;
	margin-top: 20px;
	color: #000;
}
#about img {
	display: inline-block;
	border-radius: 100px 0 100px 0;
	box-shadow: -15px 0 #901407;
}
#about p {
	line-height: 24px;
	margin: 15px 0 30px;
}
/* Services Section */
#services {
	padding: 90px 0;
}
#services .service {
	padding-left: 40px;
}
#services img {
	width: 300px;
	border-radius: 75px 0 75px 0;
	box-shadow: 15px 0 #901407;
}
#services h3 {
	padding: 10px 0;
	text-transform: uppercase;
}
/* Portfolio Section */
#portfolio {
	padding: 140px 0;
	background: #f6f6f6;
}
.categories {
	padding-bottom: 40px;
	text-align: center;
}
ul.cat li {
	display: inline-block;
}
ol.type li {
	display: inline-block;
	margin-left: 20px;
}
ol.type li a {
	color: #901407;
	font-weight: 400;
	font-size: 15px;
	padding: 10px 20px;
	border: 2px solid #901407;
	border-radius: 10px 0 10px 0;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}
ol.type li a.active {
	background: #901407;
	color: #fff;
}
ol.type li a:hover {
	background: #901407;
	color: #fff;
}
.isotope-item {
	z-index: 2
}
.isotope-hidden.isotope-item {
	z-index: 1
}
.isotope, .isotope .isotope-item {
	/* change duration value to whatever you like */
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope-item {
	margin-right: -1px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.isotope {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
}
.portfolio-item {
	margin: 15px 0;
}
.portfolio-item .hover-bg {
	overflow: hidden;
	position: relative;
}
.portfolio-item img {
	border-radius: 0 50px 0 50px;
}
.hover-bg .hover-text {
	position: absolute;
	text-align: center;
	margin: 0 auto;
	color: #333;
	background: rgba(255, 255, 255, 0.75);
	padding: 30% 0 0 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: all 0.5s;
	border-radius: 0 50px 0 50px;
}
.hover-bg .hover-text>h4 {
	opacity: 0;
	color: #333;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	transition: all 0.3s;
	font-size: 18px;
	font-weight: 400;
}
.hover-bg:hover .hover-text>h4 {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.hover-bg:hover .hover-text {
	opacity: 1;
}
/* Team Section */
#team {
	color: #fff;
	background: #901407 url(../img/team-bg.jpg) center top no-repeat;
	background-size: cover;
}
#team .overlay {
	padding: 120px 0;
	background: rgba(167, 196, 76, 0.9);
}
#team h2, #team p {
	color: #fff;
}
#team hr {
	background: #fff;
}
#team h3 {
	color: #fff;
	font-weight: 500;
	font-size: 20px;
	margin: 5px 0;
}
#team .team-img {
	width: 200px;
	height: 200px;
	border-radius: 50px 0 50px 0;
	box-shadow: 15px 0 #96b044;
}
#team .thumbnail {
	background: transparent;
	border: 0;
}
#team .thumbnail .caption {
	padding-top: 10px;
}
#team .thumbnail .caption p {
	color: #fff;
}
/* Contact Section */
#contact {
	padding: 120px 0 60px 0;
	background: #F6F6F6;
}
#contact form {
	padding: 30px 0;
}
#contact h3 {
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 400;
	color: #555;
}
#contact .text-danger {
	color: #cc0033;
	text-align: left;
}
label {
	font-size: 12px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	float: left;
}
#contact .form-control {
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 16px;
	line-height: 1.42857143;
	color: #444;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ddd;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
#contact .form-control:focus {
	border-color: #999;
	outline: 0;
	-webkit-box-shadow: transparent;
	box-shadow: transparent;
}
.form-control::-webkit-input-placeholder {
color: #777;
}
.form-control:-moz-placeholder {
color: #777;
}
.form-control::-moz-placeholder {
color: #777;
}
.form-control:-ms-input-placeholder {
color: #777;
}
#contact .contact-item {
	margin: 20px 0 40px 0;
}
#contact .contact-item span {
	font-weight: 400;
	color: #aaa;
	text-transform: uppercase;
	margin-bottom: 6px;
	display: inline-block;
}
#contact .contact-item p {
	font-size: 16px;
}

.rights {
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	letter-spacing: 0;
}

.rights > * {
	padding: 0;
}

.rights a {
	color: inherit;
}

.rights a:hover {
	color: #f39b00;
}

.layout-bordered > * + * {
	margin-top: 50px;
}

.layout-bordered__aside-item {
	padding: 15px 0;
}

@media (min-width: 576px) {
	.layout-bordered__aside-item {
		margin: 0 15px;
	}
}

@media (max-width: 575px), (min-width: 768px) {
	.layout-bordered__aside-item:first-child {
		padding-top: 0;
	}
	.layout-bordered__aside-item:last-child {
		padding-bottom: 0;
	}
	.layout-bordered__aside-item + .layout-bordered__aside-item {
		border-top: 1px solid #ebebeb;
	}
}

@media (min-width: 576px) and (max-width: 767px) {
	.layout-bordered__aside {
		columns: 2;
		break-inside: avoid;
	}
}

@media (min-width: 768px) {
	.layout-bordered__aside-item {
		padding: 26px 0;
	}
}

@media (min-width: 992px) {
	.layout-bordered > * + * {
		margin-top: 0;
	}
	.layout-bordered {
		display: flex;
		flex-direction: row;
	}
	.layout-bordered__main {
		width: 71%;
		padding: 0 30px;
	}
	.layout-bordered__aside {
		width: 29%;
	}
	.layout-bordered__main-inner {
		max-width: 630px;
		margin-left: auto;
		margin-right: auto;
	}
	.layout-bordered__aside-item {
		margin: 0 30px;
	}
	* + .layout-bordered__aside {
		border-left: 1px solid #ebebeb;
	}
}

.layout-horizontal > * + * {
	margin-top: 40px;
}

@media (min-width: 992px) {
	.layout-horizontal {
		display: flex;
		flex-direction: row;
		margin: 0 -15px;
	}
	.layout-horizontal > * + * {
		margin-top: 0;
	}
	.layout-horizontal > * {
		padding: 0 15px;
	}
	.layout-horizontal.layout-horizontal_md-reverse {
		flex-direction: row-reverse;
	}
	.layout-horizontal__main {
		width: 37%;
	}
	.layout-horizontal__aside {
		width: 63%;
	}
	.layout-horizontal_1 .layout-horizontal__main {
		width: 46%;
	}
	.layout-horizontal_1 .layout-horizontal__aside {
		width: 54%;
	}
}

@media (min-width: 1200px) {
	.layout-horizontal {
		margin: 0 -35px;
	}
	.layout-horizontal > * {
		padding: 0 35px;
	}
}

.img-centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.figure-light figcaption {
	padding-top: 10px;
	color: #b7b7b7;
}
/* Footer Section*/
#footer {
	background: #333;
	padding: 45px 0 20px 0;
}
#footer .social {
	margin-bottom: 5px;
}
#footer .social ul li {
	display: inline-block;
	margin: 0 20px;
}
#footer .social i.fa {
	font-size: 26px;
	padding: 4px;
	color: #901407;
	transition: all 0.3s;
}
#footer .social i.fa:hover {
	color: #eee;
}
#footer p {
	font-size: 15px;
}
#footer a {
	color: #999;
}
#footer a:hover {
	color: #901407;
}
