
/*alignment helpers*/
.d-table {
	border-collapse: collapse;
	display: table;
	height: 100%;
	margin: auto;
	min-width: 100%;
}

.d-table-cell {
	box-sizing: border-box;
	display: table-cell;
	float: none;
	overflow: hidden;
	vertical-align: middle;
	zoom: 1;
}

.overflow-hidden {
	overflow: hidden;
	position: relative;
	z-index: 2;
}

.overflow-visible {
	overflow: visible;
	position: relative;
	z-index: 2;
}

.z-index-2 {
	z-index: 2;
}

/* borders, colors and backgrounds */
.light-bg {
	background-color: #fff;
}

.hero-bg {
	background-color: #f5f5f5;
}

.muted-bg {
	background-color: rgba(50, 50, 50, 0.06);
}

.response,
.color-main {
	border-color: #ff497c;
	color: #ff497c !important;
}

.color-main2 {
	border-color: #a0ce4e;
	color: #a0ce4e !important;
}

.color-main3 {
	border-color: #00bea3;
	color: #00bea3 !important;
}

.color-main4 {
	border-color: #f1894c;
	color: #f1894c !important;
}

.color-dark {
	border-color: #252525;
	color: #252525;
}

.color-darkgrey {
	border-color: #323232;
	color: #323232;
}

.color-success {
	color: #4db19e;
}

.color-info {
	color: #007ebd;
}

.color-light {
	color: #fff;
}

.color-warning {
	color: #eeb269;
}

.required,
.color-danger {
	color: #dc5753;
}

.bordered {
	border: 1px solid #e1e1e1;
}

.box-shadow {
	border-color: transparent;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

.links-maincolor a {
	color: #ff497c;
}

.links-maincolor2 a {
	color: #a0ce4e;
}

.links-maincolor3 a {
	color: #00bea3;
}

.links-grey a {
	color: #808080;
}

.links-grey a:hover {
	color: #ff497c;
}

.links-darkgrey a {
	color: #323232;
}

.links-darkgrey a:hover {
	color: #ff497c;
}

.bg-maincolor {
	background-color: #ff497c;
}

.bg-maincolor2 {
	background-color: #a0ce4e;
}

.bg-maincolor3 {
	background-color: #00bea3;
}

.bg-maincolor4 {
	background-color: #f1894c;
}

.bg-dark {
	background-color: #252525;
}

.bg-darkblue {
	background-color: #253138;
	color: #fff;
}

.bg-darkgrey {
	background-color: #323232;
	color: #fff;
}

.bg-success {
	background-color: #4db19e !important;
}

.bg-info {
	background-color: #007ebd !important;
}

.bg-warning {
	background-color: #eeb269 !important;
}

.bg-danger {
	background-color: #dc5753 !important;
}

[class*='bg-'] {
	color: #fff;
}

[class*='bg-'] a,
[class*='bg-'] h1,
[class*='bg-'] h2,
[class*='bg-'] h3,
[class*='bg-'] h4,
[class*='bg-'] h5,
[class*='bg-'] h6 {
	color: #fff;
}

/*padding for inline elements with theme backgrounds*/
span[class*='bg-'],
span.bordered,
span.light-bg,
span.hero-bg,
span.muted-bg {
	padding-left: 0.37em;
	padding-right: 0.37em;
}

/*Dividers, margins and padding helpers*/
/* margins */
/*top&bottom equal margins - dividers*/
.my-10 {
	margin-bottom: 10px;
	margin-top: 10px;
}

.my-15 {
	margin-bottom: 15px;
	margin-top: 15px;
}

.my-20 {
	margin-bottom: 20px;
	margin-top: 20px;
}

.my-30 {
	margin-bottom: 30px;
	margin-top: 30px;
}

.my-40 {
	margin-bottom: 40px;
	margin-top: 40px;
}

.my-50 {
	margin-bottom: 50px;
	margin-top: 50px;
}

.my-60 {
	margin-bottom: 60px;
	margin-top: 60px;
}

/*left&right equal margins*/
.mx-10 {
	margin-left: 10px;
	margin-right: 10px;
}

.mx-15 {
	margin-left: 15px;
	margin-right: 15px;
}

.mx-20 {
	margin-left: 20px;
	margin-right: 20px;
}

.mx-30 {
	margin-left: 30px;
	margin-right: 30px;
}

.mx-40 {
	margin-left: 40px;
	margin-right: 40px;
}

.mx-50 {
	margin-left: 50px;
	margin-right: 50px;
}

.mx-60 {
	margin-left: 60px;
	margin-right: 60px;
}

/*top margins*/
.mt-10 {
	margin-top: 10px;
}

.mt-15 {
	margin-top: 15px;
}

.mt-20 {
	margin-top: 20px;
}

.mt-30 {
	margin-top: 30px;
}

.mt-40 {
	margin-top: 40px;
}

.mt-50 {
	margin-top: 50px;
}

.mt-60 {
	margin-top: 60px;
}

/*bottom margins*/
.mb-10 {
	margin-bottom: 10px;
}

.mb-15 {
	margin-bottom: 15px;
}

.mb-20 {
	margin-bottom: 20px;
}

.mb-30 {
	margin-bottom: 30px;
}

.mb-40 {
	margin-bottom: 40px;
}

.mb-50 {
	margin-bottom: 50px;
}

.mb-60 {
	margin-bottom: 60px;
}

/*top right bottom left margins*/
.m-10 {
	margin: 10px;
}

.m-15 {
	margin: 15px;
}

.m-20 {
	margin: 20px;
}

.m-30 {
	margin: 30px;
}

.m-40 {
	margin: 40px;
}

.m-50 {
	margin: 50px;
}

.m-60 {
	margin: 60px;
}

/* paddings */
/*top&bottom equal paddings - dividers*/
.py-10 {
	padding-bottom: 10px;
	padding-top: 10px;
}

.py-15 {
	padding-bottom: 15px;
	padding-top: 15px;
}

.py-20 {
	padding-bottom: 20px;
	padding-top: 20px;
}

.py-30 {
	padding-bottom: 30px;
	padding-top: 30px;
}

.py-40 {
	padding-bottom: 40px;
	padding-top: 40px;
}

.py-50 {
	padding-bottom: 50px;
	padding-top: 50px;
}

.py-60 {
	padding-bottom: 60px;
	padding-top: 60px;
}

/*left&right equal paddings*/
.px-10 {
	padding-left: 10px;
	padding-right: 10px;
}

.px-15 {
	padding-left: 15px;
	padding-right: 15px;
}

.px-20 {
	padding-left: 20px;
	padding-right: 20px;
}

.px-30 {
	padding-left: 30px;
	padding-right: 30px;
}

.px-40 {
	padding-left: 40px;
	padding-right: 40px;
}

.px-50 {
	padding-left: 50px;
	padding-right: 50px;
}

.px-60 {
	padding-left: 60px;
	padding-right: 60px;
}

/*top paddings*/
.pt-10 {
	padding-top: 10px;
}

.pt-15 {
	padding-top: 15px;
}

.pt-20 {
	padding-top: 20px;
}

.pt-30 {
	padding-top: 30px;
}

.pt-40 {
	padding-top: 40px;
}

.pt-50 {
	padding-top: 50px;
}

.pt-60 {
	padding-top: 60px;
}

/*bottom paddings*/
.pb-10 {
	padding-bottom: 10px;
}

.pb-15 {
	padding-bottom: 15px;
}

.pb-20 {
	padding-bottom: 20px;
}

.pb-30 {
	padding-bottom: 30px;
}

.pb-40 {
	padding-bottom: 40px;
}

.pb-50 {
	padding-bottom: 50px;
}

.pb-60 {
	padding-bottom: 60px;
}

/*top right bottom left paddings*/
.p-10 {
	padding: 10px;
}

.p-15 {
	padding: 15px;
}

.p-20 {
	padding: 20px;
}

.p-30 {
	padding: 30px;
}

.p-40 {
	padding: 40px;
}

.p-50 {
	padding: 50px;
}

.p-60 {
	padding: 60px;
}

/*
** Shortcodes
*/
/*
** Icon Box
*/
.icon-styled {
	display: inline-block;
	text-align: center;
}

.icon-styled i {
	width: 1em;
}

.icon-styled[class*='bg-'],
.icon-styled[class*='btn-'],
.icon-styled.bordered,
.icon-styled.icon-bordered {
	border-style: solid;
	border-width: 1px;
	box-sizing: content-box;
	height: 3em;
	width: 3em;
}

.text-center .icon-styled[class*='bg-'],
.text-center .icon-styled[class*='btn-'],
.text-center .icon-styled.bordered,
.text-center .icon-styled.icon-bordered {
	margin-left: auto;
	margin-right: auto;
}

.icon-styled[class*='bg-'] i,
.icon-styled[class*='btn-'] i,
.icon-styled.bordered i,
.icon-styled.icon-bordered i {
	line-height: 3em;
}

.icon-styled[class*='bg-'] + p,
.icon-styled[class*='btn-'] + p,
.icon-styled.bordered + p,
.icon-styled.icon-bordered + p {
	margin-top: 12px;
}

.icon-styled.icon-bordered:not([class*="color-"]) {
	border-color: #e1e1e1;
}

.icon-styled[class*='bg-'] {
	border-color: transparent;
}

.icon-styled.icon-top {
	align-self: flex-start;
	-ms-flex-item-align: start;
	line-height: inherit;
}

.media > .icon-styled:first-child {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.media > .icon-styled:last-child {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.icon-inline > .icon-styled:first-child {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 20px;
}

.icon-inline > .icon-styled:last-child {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-left: 20px;
}

.icon-inline {
	align-items: center;
	-webkit-box-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
}

.text-center .icon-inline {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.icon-inline > * {
	margin-bottom: 0;
	margin-right: 4px;
	margin-top: 0;
}

.icon-box.ls,
.icon-box.ds,
.icon-box.cs,
.icon-box.bordered,
.icon-box.hero-bg,
.icon-box.muted-bg,
.icon-box.box-shadow {
	padding: 70px 30px;
}

.c-bordered .icon-box {
	padding: 70px 30px 30px;
}

.c-bordered .icon-box p:last-child {
	margin-bottom: 20px;
}

.icon-box.featured-box {
	height: calc(100% + 12px);
	margin: -6px -10px;
	padding-bottom: 36px;
	padding-top: 76px;
	position: relative;
	z-index: 2;
}

.icon-box .icon-styled[class*='bg-'],
.icon-box .icon-styled.icon-bordered {
	margin-bottom: 0.5em;
}

.icon-box .icon-styled + h2,
.icon-box .icon-styled + h3,
.icon-box .icon-styled + h4 {
	margin-top: 1.6em;
}

.icon-box .icon-styled + p.small-text {
	font-size: 20px;
	font-weight: 300;
	letter-spacing: 0.2em;
	margin: 0.74em 0;
}

.icon-box h2,
.icon-box h3,
.icon-box h4 {
	line-height: 1;
	margin-bottom: 1.6em;
}

.media .heading-accent,
.icon-box .heading-accent {
	font-size: 30px;
	font-weight: 900;
	letter-spacing: inherit;
	line-height: 1;
	margin-bottom: 0.6em;
	text-transform: uppercase;
}

@media (min-width: 1200px) {
	.media .heading-accent,
	.icon-box .heading-accent {
		font-size: 38px;
	}
}

.media .icon-styled + .heading-accent,
.icon-box .icon-styled + .heading-accent {
	margin-top: 0.6em;
}

.media .special-heading,
.icon-box .special-heading {
	font-family: "Poppins", sans-serif;
	margin: 0;
}

.media.ls,
.media.ds,
.media.cs,
.media.bordered,
.media.hero-bg,
.media.muted-bg,
.media.box-shadow {
	padding: 30px;
}

.media.ls [class*='bg-'],
.media.ls .icon-bordered,
.media.ds [class*='bg-'],
.media.ds .icon-bordered,
.media.cs [class*='bg-'],
.media.cs .icon-bordered,
.media.bordered [class*='bg-'],
.media.bordered .icon-bordered,
.media.hero-bg [class*='bg-'],
.media.hero-bg .icon-bordered,
.media.muted-bg [class*='bg-'],
.media.muted-bg .icon-bordered,
.media.box-shadow [class*='bg-'],
.media.box-shadow .icon-bordered {
	margin-right: 10px;
}

.media.ls [class*='bg-']:last-child,
.media.ls .icon-bordered:last-child,
.media.ds [class*='bg-']:last-child,
.media.ds .icon-bordered:last-child,
.media.cs [class*='bg-']:last-child,
.media.cs .icon-bordered:last-child,
.media.bordered [class*='bg-']:last-child,
.media.bordered .icon-bordered:last-child,
.media.hero-bg [class*='bg-']:last-child,
.media.hero-bg .icon-bordered:last-child,
.media.muted-bg [class*='bg-']:last-child,
.media.muted-bg .icon-bordered:last-child,
.media.box-shadow [class*='bg-']:last-child,
.media.box-shadow .icon-bordered:last-child {
	margin-left: 30px;
	margin-right: 0;
}

.media .media-body > p:first-child {
	margin-top: -0.2em;
}

.side-icon-box {
	margin: 15px 0 50px;
}

.side-icon-box h4 {
	letter-spacing: 0.17em;
	margin-bottom: 15px;
	margin-top: 0;
	text-transform: uppercase;
}

@media (min-width: 1200px) {
	.side-icon-box .icon-styled + .media-body {
		margin-left: 50px;
	}
}

.icon-box.hero-bg,
.icon-box.single {
	padding: 55px 57px;
}

@media (max-width: 767px) {
	.icon-box.hero-bg,
	.icon-box.single {
		padding: 30px;
	}
}

.teaser-contact-icon .border-icon {
	border: 4px solid #fff;
	border-radius: 50%;
	display: inline-block;
	font-size: 65px;
	height: 2.5em;
	padding: 4px;
	width: 2.5em;
}

.teaser-contact-icon .border-icon:hover {
	-webkit-animation: scaleDisappear 0.5s;
	animation: scaleDisappear 0.5s;
}

.teaser-contact-icon .border-icon i {
	font-size: 90px;
	line-height: 1.6em;
}

.teaser-contact-icon .border-icon .call-icon {
	border: 4px solid #000;
}

.teaser-contact-icon .teaser-icon {
	background-color: #fff;
	border-radius: 50%;
	color: #1f2732;
	font-weight: 500;
	height: 100%;
	width: 100%;
}

.teaser-contact-icon h6 {
	margin: 23px 0 13px;
}

@media (max-width: 767px) {
	.teaser-contact-icon h6 {
		font-size: 25px;
		margin: 13px 0 3px;
	}
}

.teaser-contact-icon strong {
	color: #1f2732;
	font-weight: 500;
}

.call-icon .border-icon {
	border: 4px solid #a0ce4e;
}

.call-icon .border-icon i {
	color: #fff;
}

.call-icon .teaser-icon {
	background-color: #a0ce4e;
}

.write-icon .border-icon {
	border: 4px solid #00bea3;
}

.write-icon .border-icon i {
	color: #fff;
}

.write-icon .teaser-icon {
	background-color: #00bea3;
}

.visit-icon .border-icon {
	border: 4px solid #f1894c;
}

.visit-icon .border-icon i {
	color: #fff;
}

.visit-icon .teaser-icon {
	background-color: #f1894c;
}

/*
** Special Heading
*/
.special-heading {
	font-size: 36px;
	font-weight: 900;
	line-height: 1;
	word-wrap: break-word;
}

.special-heading.text-lowercase {
	font-size: 62px;
	font-weight: 300;
	line-height: 1.1;
	margin-bottom: 0;
}

.special-heading.big,
.special-heading.text-uppercase {
	font-size: 62px;
	font-weight: 900;
	line-height: 0.8;
}

.special-heading.big {
	margin-bottom: 0.65em;
	margin-top: 0.65em;
}

@media (max-width: 1200px) {
	.special-heading.big,
	.special-heading.text-lowercase,
	.special-heading.text-uppercase {
		font-size: 32px;
		line-height: 1;
	}
}

.special-heading + h3 {
	margin-top: -1em;
}

.special-heading + p {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.2em;
	line-height: 1.6em;
	text-transform: uppercase;
}

@media (min-width: 1200px) {
	.special-heading + p.extra-letter-spacing {
		letter-spacing: 2em;
	}
}

.special-heading.text-center + p {
	text-align: center;
}

h3.small .special-heading {
	font-size: 38px;
	line-height: 1;
}

h3.small {
	font-size: 20px;
	margin-bottom: 36px;
}

/*
** Number Card
*/
.number-card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 30px 0;
	overflow: hidden;
	position: relative;
}

.number-card .card-number span {
	display: block;
	font-family: "Poppins", sans-serif;
	font-size: 60px;
	font-weight: 700;
	letter-spacing: -0.03em;
	line-height: 1;
	margin-left: -0.32em;
	margin-top: -0.14em;
	position: relative;
}

.number-card .card-number span:after {
	bottom: -0.09em;
	content: "•";
	font-size: 0.62em;
	position: absolute;
	right: -0.4em;
}

@media (min-width: 992px) {
	.number-card .card-number span {
		font-size: 100px;
	}
}

@media (min-width: 1200px) {
	.number-card .card-number span {
		font-size: 238px;
	}
}

.number-card .card-content {
	padding: 36px 36px 46px;
}

@media (min-width: 992px) {
	.number-card .card-content {
		padding: 56px 60px 66px 100px;
	}
}

.number-card .card-content h4 {
	line-height: 1;
	margin: 0;
}

.number-card .card-content h3 {
	font-weight: 900;
	line-height: 1;
	margin: 6px 0 25px;
}

@media (min-width: 500px) {
	.number-card .card-content h3 {
		font-size: 38px;
	}
}

@media (max-width: 499px) {
	.number-card .card-number {
		position: absolute;
	}

	.number-card .card-number span {
		font-size: 36px;
	}

	.number-card h3,
	.number-card h4 {
		display: inline-block;
	}
}

.pricing-plan {
	margin-bottom: 0;
	margin-top: 21px;
	padding: 40px 40px 10px;
	text-align: center;
}

.pricing-plan .price-wrap {
	align-items: flex-end;
	-webkit-box-align: end;
	-webkit-box-pack: center;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-box;
	-ms-flex-align: end;
	-ms-flex-pack: center;
	font-family: "Poppins", sans-serif;
	font-size: 20px;
	justify-content: center;
	line-height: 0.7;
	margin: 60px 0 10px;
}

.pricing-plan .price-wrap[class*='bg-'] {
	margin-bottom: 0;
	margin-top: 50px;
	padding: 30px 30px 10px;
}

.pricing-plan .price-wrap .plan-price {
	font-size: 54px;
	font-weight: 500;
}

.pricing-plan [class*='bg-'] {
	margin-left: -41px;
	margin-right: -41px;
	padding: 10px 30px 30px;
}

.pricing-plan .plan-name[class*='bg-'] {
	margin-top: -40px;
	padding-top: 30px;
}

.pricing-plan .plan-name h3 {
	color: #fff;
	font-size: 24px;
	font-weight: 500;
	margin: 0;
	text-align: center;
	text-transform: none;
}

@media (min-width: 1200px) {
	.pricing-plan {
		padding: 0 60px 10px;
	}

	.pricing-plan [class*='bg-'] {
		margin-left: -61px;
		margin-right: -61px;
	}

	.pricing-plan .plan-name[class*='bg-'] {
		margin-top: -57px;
	}
}

.pricing-plan .plan-features {
	margin: 60px 0 20px;
}

.pricing-plan .plan-features li {
	border-color: rgba(164, 169, 185, 0.3);
	padding-bottom: 10px;
	padding-top: 10px;
}

.pricing-plan .plan-button {
	position: relative;
	top: 38px;
}

.pricing-plan .plan-button .inverse-color1 {
	background-color: #f4f4f5;
	border-color: #a0ce4e;
}

.pricing-plan .plan-button .inverse-color1:hover {
	background-color: #a0ce4e;
	border-color: #a0ce4e;
	color: #fff;
}

.pricing-plan .plan-button .inverse-color2 {
	background-color: #f4f4f5;
	border-color: #00bea3;
}

.pricing-plan .plan-button .inverse-color2:hover {
	background-color: #00bea3;
	border-color: #00bea3;
	color: #f4f4f5;
}

.pricing-plan .plan-button .inverse-color3 {
	background-color: #f4f4f5;
	border-color: #f1894c;
}

.pricing-plan .plan-button .inverse-color3:hover {
	background-color: #f1894c;
	border-color: #f1894c;
	color: #f4f4f5;
}

.pricing-plan.plan-featured {
	background-color: #1f2732;
	margin-top: -5px;
}

.pricing-plan.plan-featured .plan-button {
	top: 38px;
}

.plan-name {
	margin: 0 -60px;
	padding: 25px;
}

@media (max-width: 1199px) {
	.plan-name {
		margin: -40px -40px 0;
	}
}

@media (max-width: 991px) {
	.color1 {
		margin-bottom: 30px;
	}
}

.plan-name {
	background-color: #a0ce4e;
}

.color2 .plan-name {
	background-color: #00bea3;
}

.color3 .plan-name {
	background-color: #f1894c;
}

.plan-description {
	display: block;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.2em;
	line-height: 1;
	margin-top: 20px;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}

.quote-item {
	border: none;
	padding: 20px 0;
	text-align: center;
}

@media (min-width: 768px) {
	.quote-item {
		margin-left: auto;
		margin-right: auto;
		max-width: 70%;
	}
}

.quote-image {
	display: inline-block;
	position: relative;
}

.quote-image:after {
	background-color: #fff;
	border-radius: 50%;
	bottom: 0;
	color: #ff497c;
	height: 60px;
	line-height: 60px;
	position: absolute;
	right: 10px;
	text-align: center;
	width: 60px;
}

.quote-image.border-none img {
	padding: 0;
}

.quote-image img {
	background: rgba(255, 255, 255, 0.1);
	border-radius: 50%;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
	padding: 9px;
}

.quote-image + p {
	margin: 30px 0 20px;
}

/*
** Items Masonry
*/
.items-tile .item-content {
	padding-bottom: 100px;
}

.items-tile .item-content h3 {
	margin-bottom: 0.3em;
	text-transform: none;
}

@media (min-width: 992px) {
	.items-tile .item-content h3 a {
		display: inline-block;
		max-height: 3.05em;
		overflow: hidden;
		padding-bottom: 0.1em;
	}

	.items-tile .item-content h3 + p {
		max-height: 5.5em;
		overflow: hidden;
	}
}

.items-tile .item-icons {
	border-bottom: 10px solid rgba(0, 0, 0, 0.1);
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	bottom: 0;
	height: 70px;
	left: 0;
	line-height: 60px;
	padding: 0 40px;
	position: absolute;
	right: 0;
}

.items-tile .item-icons span {
	padding: 0 15px;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.items-tile .col-lg-4 [class*='col-']:first-child .item-media {
		margin-bottom: 32px;
	}

	.items-tile .col-lg-4 [class*='col-']:last-child .item-content {
		min-height: 320px;
	}
}

@media (min-width: 1200px) {
	.items-tile .item-content {
		padding: 60px 60px 100px;
	}

	.items-tile .item-content h3 {
		font-size: 38px;
	}

	.items-tile .col-lg-4 [class*='col-']:first-child .item-media {
		margin-bottom: 16px;
	}

	.items-tile .col-lg-4 [class*='col-']:last-child .item-content {
		min-height: 388px;
	}
}

/*
filters
*/
.filters {
	-webkit-box-pack: justify;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 30px;
}

@media (max-width: 991px) {
	.filters {
		display: block;
		text-align: center;
	}
}

.filters.gallery-filters {
	padding-bottom: 45px;
}

@media (max-width: 991px) {
	.filters.gallery-filters {
		padding-bottom: 20px;
		padding-top: 0;
	}
}

.filters.filters-active-tob-border {
	padding-top: 0;
}

.filters.filters-active-tob-border a {
	padding-bottom: 60px;
	padding-top: 60px;
	position: relative;
}

@media (max-width: 991px) {
	.filters.filters-active-tob-border a {
		padding-bottom: 7px;
		padding-top: 10px;
	}
}

.filters.filters-active-tob-border a.active:after {
	background: #ff497c;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

.filters a {
	line-height: 3em;
	padding: 0 15px;
}

.filters .active {
	color: #ff497c;
}

@media (min-width: 992px) {
	.isotope-wrapper + .row {
		margin-top: 60px;
	}

	.isotope-wrapper.c-mb-30 + .row {
		margin-top: 30px;
	}

	.isotope-wrapper.c-mb-10 + .row {
		margin-top: 50px;
	}

	.isotope-wrapper.c-mb-1 + .row {
		margin-top: 59px;
	}
}

.contact-form textarea {
	min-height: 180px;
}

.excerpt {
	color: #1f2732;
	font-size: 20px;
	font-weight: 400;
}

/*
** Widgets
*/
aside h2 {
	line-height: 1;
	margin-bottom: 0;
}

aside > * + * {
	margin-top: 57px;
}

@media (max-width: 991px) {
	aside > * + * {
		margin-top: 30px;
	}
}

.widget {
	position: relative;
}

.widget > h6,
.widget .widget-title {
	font-size: 24px;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 27px;
}

.widget > h2:last-child {
	line-height: 1;
}

.widget li.media {
	margin-bottom: 20px;
}

.widget li.media img {
	max-width: 80px;
}

.widget li.media h3,
.widget li.media h4 {
	font-size: inherit;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 0.5em;
	text-transform: none;
}

.widget li.media p {
	line-height: 1.4;
	margin-bottom: 0.5em;
}

.page_footer .widget {
	margin-bottom: 50px;
}

@media (max-width: 767px) {
	.page_footer .widget {
		margin-bottom: 35px;
	}
}

.page_footer .widget > h3,
.page_footer .widget .widget-title {
	margin-bottom: 2.2em;
}

@media (max-width: 991px) {
	.page_footer .widget > h3,
	.page_footer .widget .widget-title {
		margin-bottom: 20px;
	}
}

.widget-title.next-image-background {
	position: relative;
	z-index: 2;
}

.widget-title.next-image-background + img {
	left: 0;
	opacity: 0.5;
	position: absolute;
	top: -15px;
}

.text-center .widget-title.next-image-background + img {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

@media (max-width: 991px) {
	aside {
		margin: 60px auto;
		max-width: 370px;
	}
}

/* affix-aside */
.affix-aside {
	position: relative;
}

.affix-aside.affix {
	position: fixed;
	top: 100px;
}

.affix-aside.affix-bottom {
	position: absolute !important;
}

.affix-aside.affix-top {
	left: auto !important;
	width: inherit !important;
}

@media (max-width: 991px) {
	.affix-aside,
	.affix-aside.affix-top,
	.affix-aside.affix,
	.affix-aside.affix-bottom {
		position: static !important;
		width: 100% !important;
	}
}

.stars > span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.stars a {
	color: transparent;
	position: relative;
	text-indent: -999em;
	width: 1em;
}

.stars a:before {
	font-family: "FontAwesome";
	height: 1em;
	left: 0;
	line-height: 1;
	position: absolute;
	text-indent: 0;
	top: 0;
	width: 1em;
}

.stars a:before,
.stars a:hover ~ a:before {
	color: #ff497c;
	content: "\f006";
	font-size: 14px;
	font-weight: 600;
}

.stars.selected a.active:before,
.stars:hover a:before {
	color: #ff497c;
	content: "\f005";
	opacity: 1;
}

.stars.selected a.active ~ a:before {
	color: #808080;
	content: "\f005";
	opacity: .75;
}

.stars.selected a:not(.active):before {
	color: #ff497c;
	content: "\f005";
	opacity: 1;
}

.star-rating {
	color: #ff497c;
	font-family: "FontAwesome";
	font-size: 1em;
	height: 1em;
	letter-spacing: 0.1em;
	line-height: 1;
	overflow: hidden;
	position: relative;
	width: 5em;
}

.star-rating:before {
	content: "\f006\f006\f006\f006\f006";
	float: left;
	left: 0;
	position: absolute;
	top: 0;
}

.star-rating span {
	float: left;
	left: 0;
	overflow: hidden;
	padding-top: 1.5em;
	position: absolute;
	top: 0;
}

.star-rating span:before {
	content: "\f005\f005\f005\f005\f005";
	left: 0;
	position: absolute;
	top: 0;
}

.categories-dropdown .widget-title {
	margin-top: -4px;
}

/*
widget_search,
widget_mailchimp
widget_product_search
*/
.widget_search form,
.widget_product_search form,
.widget_mailchimp form {
	margin: auto;
	max-width: 370px;
	position: relative;
}

.widget_search label,
.widget_product_search label,
.widget_mailchimp label {
	display: inline;
	margin: 0;
	padding: 0;
}

.widget_search input,
.widget_product_search input,
.widget_mailchimp input {
	max-width: 370px;
	width: 100%;
}

.widget_search .form-control::-webkit-input-placeholder,
.widget_product_search .form-control::-webkit-input-placeholder,
.widget_mailchimp .form-control::-webkit-input-placeholder {
	text-align: center;
}

.widget_search .form-control::-webkit-input-placeholder {
	text-align: left;
}

.widget_search button,
.widget_mailchimp button,
.widget_product_search form input[type="submit"],
.widget_product_search form:before {
	background-color: transparent;
	border: none;
	opacity: 1;
	padding-left: 10px;
	padding-right: 10px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 60px;
}

.widget_search button,
.widget_mailchimp button,
.widget_product_search form input[type="submit"] {
	padding: 21px 21px 18px 10px;
}

.widget_search button:hover,
.widget_mailchimp button:hover,
.widget_product_search form input[type="submit"]:hover {
	opacity: 0.5;
}

.widget_search button:before,
.widget_mailchimp button:before,
.widget_product_search form:before {
	color: #ff497c;
	content: "\f002";
	font-family: "FontAwesome";
	font-size: 14px;
}

.widget_mailchimp form button:before {
	content: "\f040";
}

.widget_product_search form:before {
	line-height: 60px;
}

.widget_product_search input[type="submit"] {
	color: transparent;
	font-size: 0;
}

/*
widget_archive
widget_categories
widget_nav_menu
widget_meta
widget_pages
widget_recent_comments
widget_recent_entries
*/
.widget_archive ul,
.widget_categories ul,
.widget_nav_menu ul,
.widget_meta ul,
.widget_pages ul,
.widget_recent_comments ul,
.widget_recent_entries ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

.widget_archive ul ul li,
.widget_categories ul ul li,
.widget_nav_menu ul ul li,
.widget_meta ul ul li,
.widget_pages ul ul li,
.widget_recent_comments ul ul li,
.widget_recent_entries ul ul li {
	padding-left: 20px;
}

.widget_archive ul ul li:last-child,
.widget_categories ul ul li:last-child,
.widget_nav_menu ul ul li:last-child,
.widget_meta ul ul li:last-child,
.widget_pages ul ul li:last-child,
.widget_recent_comments ul ul li:last-child,
.widget_recent_entries ul ul li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.widget_archive li,
.widget_categories li,
.widget_nav_menu li,
.widget_meta li,
.widget_pages li,
.widget_recent_comments li,
.widget_recent_entries li {
	border-bottom: 1px solid #e1e1e1;
	border-top: 1px solid #e1e1e1;
}

.widget_archive li + li,
.widget_categories li + li,
.widget_nav_menu li + li,
.widget_meta li + li,
.widget_pages li + li,
.widget_recent_comments li + li,
.widget_recent_entries li + li {
	border-top: none;
}

.widget_archive a:empty,
.widget_archive li > a:not([href]),
.widget_categories a:empty,
.widget_categories li > a:not([href]),
.widget_nav_menu a:empty,
.widget_nav_menu li > a:not([href]),
.widget_meta a:empty,
.widget_meta li > a:not([href]),
.widget_pages a:empty,
.widget_pages li > a:not([href]),
.widget_recent_comments a:empty,
.widget_recent_comments li > a:not([href]),
.widget_recent_entries a:empty,
.widget_recent_entries li > a:not([href]) {
	display: none !important;
}

.widget_archive li,
.widget_categories li,
.widget_nav_menu li,
.widget_meta li,
.widget_pages li {
	align-items: center;
	-webkit-box-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.widget_archive li a,
.widget_categories li a,
.widget_nav_menu li a,
.widget_meta li a,
.widget_pages li a {
	-webkit-box-flex: 10;
	display: inline-block;
	flex-grow: 10;
	-ms-flex-positive: 10;
	padding-bottom: 12px;
	padding-top: 12px;
}

.widget_recent_comments li,
.widget_recent_entries li {
	padding-bottom: 12px;
	padding-top: 12px;
}

.widget_recent_comments li:before,
.widget_recent_entries li:before {
	color: #ff497c;
	content: "\f111";
	font-family: "FontAwesome";
	font-size: 5px;
	padding-right: 15px;
	position: relative;
	top: -2px;
}

.page_copyright .widget_nav_menu li,
.page_topline .widget_nav_menu li {
	border: none;
	display: inline-block;
	padding-bottom: 0;
	padding-right: 5px;
	padding-top: 0;
	position: relative;
}

.page_copyright .widget_nav_menu li:before,
.page_topline .widget_nav_menu li:before {
	background-color: rgba(0, 0, 0, 0.1);
	bottom: 5px;
	content: "";
	display: block;
	left: -5px;
	opacity: 0.3;
	padding: 0;
	position: absolute;
	top: 5px;
	width: 1px;
}

.page_copyright .widget_nav_menu li:first-child:before,
.page_topline .widget_nav_menu li:first-child:before {
	display: none;
}

.page_copyright .widget_nav_menu a,
.page_topline .widget_nav_menu a {
	padding: 0 10px;
}

.page_copyright .widget_nav_menu a:before,
.page_topline .widget_nav_menu a:before {
	display: none;
}

.widget_categories select,
.widget_archive select {
	max-width: 370px;
	width: 100%;
}

.cat li:before {
	color: #1f2732;
}

/* widget_calendar */
.calendar_wrap {
	margin-bottom: 0;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	width: 100%;
}

@media (min-width: 768px) and (max-width: 992px) {
	.calendar_wrap {
		overflow-x: auto;
		overflow-y: hidden;
	}
}

.widget_calendar table {
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	flex-direction: column;
	-ms-flex-direction: column;
	margin: 0;
	max-width: 370px;
	position: relative;
	text-align: center;
}

.widget_calendar caption {
	background-color: #ff497c;
	color: #fff;
	line-height: 1;
	padding: 22px 0 22px;
	text-align: center;
}

.widget_calendar thead {
	background-color: #323232;
	color: #fff;
}

.widget_calendar thead th {
	text-align: center;
	width: 100px;
}

.widget_calendar thead th:first-child {
	padding-left: 20px;
}

@media (max-width: 991px) {
	.widget_calendar thead th:first-child {
		padding-left: 5px;
	}
}

.widget_calendar thead th:last-child {
	padding-right: 20px;
}

.widget_calendar tbody {
	border: 1px solid #e1e1e1;
	border-top: none;
}

.widget_calendar tbody tr:first-child td {
	padding-top: 30px;
}

.widget_calendar tbody tr:last-child td {
	padding-bottom: 30px;
}

.widget_calendar tbody td {
	padding: 10px 4px;
	position: relative;
	width: 100px;
}

.widget_calendar tbody td:first-child {
	padding-left: 20px;
}

.widget_calendar tbody td:last-child {
	padding-right: 20px;
}

.widget_calendar tbody td a {
	font-weight: 700;
}

.widget_calendar th {
	color: inherit;
}

.widget_calendar tfoot td {
	position: absolute;
	top: 0;
}

.widget_calendar tfoot td a {
	color: transparent;
	display: inline-block;
	font-size: 0;
	height: 60px;
	line-height: 60px;
	padding: 0 25px;
	text-align: center;
}

.widget_calendar tfoot td a:hover {
	background-color: #ff497c;
	border-color: #ff497c;
}

.widget_calendar tfoot td a:before,
.widget_calendar tfoot td a:after {
	color: #fff;
	font-family: "FontAwesome";
	font-size: 14px;
}

.widget_calendar tfoot td.pad {
	display: none;
}

.widget_calendar tfoot td:first-child {
	left: 0;
	padding: 0;
}

.widget_calendar tfoot td:first-child a {
	border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.widget_calendar tfoot td:first-child a:before {
	content: "\f053";
}

.widget_calendar tfoot td:last-child {
	padding: 0;
	right: 0;
}

.widget_calendar tfoot td:last-child a {
	border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.widget_calendar tfoot td:last-child a:after {
	content: "\f054";
}

/* widget_rss */
.widget_rss .widget-title .rsswidget:first-child img {
	display: none;
}

.widget_rss .widget-title .rsswidget:first-child:before {
	content: "\f09e";
	font-family: "FontAwesome";
	font-size: 0.8em;
	padding-right: 0.3em;
	position: relative;
	top: -1px;
}

.widget_rss ul {
	list-style: none;
	padding-left: 0;
}

.widget_rss ul a {
	display: block;
	letter-spacing: 0.1em;
	line-height: 1.5;
	text-transform: uppercase;
}

.widget_rss li cite:last-child {
	display: block;
	margin-top: 0.5em;
}

.widget_rss li + li {
	margin-top: 1.5em;
}

.widget_rss .rss-date {
	color: #323232;
	display: block;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.2em;
	line-height: 1.6em;
	margin: 0.8em 0;
	text-transform: uppercase;
}

/* widget_tag_cloud */
.widget_tag_cloud a {
	background-color: #f4f4f5;
	border-radius: 50px;
	display: inline-block;
	font-size: 12px !important;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.2em;
	line-height: 1.6em;
	margin: 0 0 13px 0;
	padding: 6px 18px 4px 22px;
	text-align: center;
	text-transform: uppercase;
}

.widget_tag_cloud a:hover {
	background-color: #ff497c;
	border-color: #ff497c;
	color: #fff;
}

/* widget_flickr */
.widget_flickr ul {
	margin: 0;
	padding: 0;
}

.widget_flickr li {
	display: inline-block;
	margin: 0 10px 10px 0;
}

.widget_flickr img {
	border-radius: 1px;
	max-width: 155px;
}

@media (max-width: 991px) {
	.widget_flickr img {
		max-width: 135px;
	}
}

.widget_flickr a {
	opacity: 1;
}

.widget_flickr a:hover {
	opacity: 0.6;
}

.widget_instagram .photo {
	display: inline-block;
}

.widget_instagram img {
	max-width: 82px;
}

/* access_press */
.apsc-facebook-icon {
	background-color: #3b5998;
}

.apsc-twitter-icon {
	background-color: #1dcaff;
}

.apsc-youtube-icon {
	background-color: #e52d27;
}

.apsc-soundcloud-icon {
	background-color: #f80;
}

.apsc-dribble-icon {
	background-color: #ea4c89;
}

.apsc-comment-icon {
	background-color: #464646;
}

.apsc-dribbble-icon {
	background-color: #ea4c8d;
}

.apsc-edit-icon {
	background-color: #837d7d;
}

.apsc-google-plus-icon {
	background-color: #dd4b39;
}

.apsc-instagram-icon {
	background-color: #3f729b;
}

.apsc-each-profile a {
	color: white !important;
}

.apsc-each-profile a:hover {
	color: white !important;
	text-decoration: none !important;
}

.apsc-theme-4 .apsc-each-profile {
	margin-bottom: 1px;
	margin-right: 1px;
}

.apsc-theme-4 .apsc-inner-block {
	-webkit-box-pack: end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: end;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.apsc-theme-4 .social-icon {
	display: inline-block;
	margin-right: auto;
	padding: 4px 0;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.apsc-theme-4 .apsc-each-profile a {
	color: #fff;
	display: block;
	font-size: 12px;
	line-height: 1;
	padding: 20px 18px 20px 70px;
	position: relative;
	text-transform: uppercase;
}

.apsc-theme-4 .apsc-each-profile a:hover {
	opacity: 0.8;
}

.apsc-theme-4 .apsc-each-profile a .fa {
	align-items: center;
	border-right: 1px solid rgba(255, 255, 255, 0.4);
	bottom: 0;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	display: -webkit-box;
	display: flex;
	display: -ms-flexbox;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	font-size: 16px;
	justify-content: center;
	left: 0;
	position: absolute;
	top: 0;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	width: 60px;
}

.apsc-theme-4 .apsc-count {
	border-radius: 0;
	color: #fff;
	display: inline-block;
	font-size: inherit;
	padding: 4px 4px;
	position: relative;
	text-align: center;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.apsc-theme-4 .apsc-media-type {
	display: inline-block;
	padding: 4px 0;
}

/* widget_twitter */
.tweet_avatar {
	float: left;
	margin-top: 4px;
}

.tweet_avatar img {
	display: none;
	max-width: 25px;
}

.tweet_avatar:before {
	color: #55acee;
	content: "\f099";
	font-family: "FontAwesome";
}

.tweet_right {
	margin-left: 35px;
	overflow: hidden;
	zoom: 1;
}

.tweet_list {
	list-style: none;
	padding: 0;
}

.tweet_list li + li {
	clear: both;
	padding-top: 20px;
}

.tweet_text a:last-child {
	display: block;
}

.tweet_time {
	display: block;
}

/*.widget_slider*/
.widget_slider h4:first-child {
	font-weight: 400;
	line-height: 1;
	margin-bottom: 0.3em;
	margin-top: -1em;
	text-transform: none;
}

.widget_slider .cat-links {
	bottom: 0;
	left: 0;
	margin-bottom: -4px;
	position: absolute;
}

/*.widget_post_tabs*/
.widget_post_tabs h4:first-child {
	font-weight: 400;
	line-height: 1;
	margin-bottom: 0.3em;
	margin-top: -1em;
	text-transform: none;
}

.widget_post_tabs .vertical-item {
	margin-bottom: 2em;
}

.widget_post_tabs .vertical-item:last-child {
	margin-bottom: 0;
}

/*.widget_posts_2cols*/
.widget_posts_2cols ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.widget_posts_2cols li {
	margin-top: 20px;
	width: 50%;
}

.widget_posts_2cols li:nth-child(even) {
	padding-left: 10px;
}

.widget_posts_2cols li:nth-child(odd) {
	padding-right: 10px;
}

.widget_posts_2cols li:nth-child(1),
.widget_posts_2cols li:nth-child(2) {
	margin-top: 0;
}

.widget_posts_2cols h5 {
	font-size: 16px;
	font-weight: 700;
	margin: 10px 0 0;
	text-transform: none;
}


/*
** WordPress Required
*/
.alignnone {
	margin: 10px 0 30px;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 10px auto 30px auto;
}

.alignright {
	float: right;
	margin: 10px 0 30px 40px;
	max-width: 50%;
}

.alignleft {
	float: left;
	margin: 10px 40px 30px 0;
	max-width: 50%;
}

a img.alignright {
	float: right;
	margin: 10px 0 30px 40px;
}

a img.alignnone {
	margin: 10px 0 30px;
}

a img.alignleft {
	float: left;
	margin: 10px 40px 30px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	white-space: nowrap;
	width: 1px;
}

.screen-reader-text:focus {
	clip: auto !important;
	display: block;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

.sticky,
.bypostauthor {
	position: relative;
}

/*
** WordPress Page Links and Pagination
*/
.page-item,
.nav-links,
.page-links {
	clear: both;
}

.page-item > span,
.page-item > a,
.nav-links > span,
.nav-links > a,
.page-links > span,
.page-links > a {
	background-color: #fff;
	border: 4px solid #f4f4f5;
	border-radius: 50% !important;
	color: #1f2732;
	display: inline-block;
	line-height: inherit;
	margin-left: 0;
	margin-right: 4px;
	min-width: 3em;
	padding: 0.5em 1.2em;
	text-align: center;
}

.page-item > span:hover,
.page-item > a:hover,
.nav-links > span:hover,
.nav-links > a:hover,
.page-links > span:hover,
.page-links > a:hover {
	background-color: #ff497c;
	border: 4px solid #ff497c;
	color: #fff;
}

.page-item.active > a,
.page-item > span,
.nav-links.active > a,
.nav-links > span,
.page-links.active > a,
.page-links > span {
	background-color: #1f2732 !important;
	border: 4px solid #1f2732;
	color: #fff;
	cursor: not-allowed;
}

.page-item.active > a:hover,
.page-item > span:hover,
.nav-links.active > a:hover,
.nav-links > span:hover,
.page-links.active > a:hover,
.page-links > span:hover {
	border: 4px solid #1f2732;
}

.page-item .fa,
.nav-links .fa,
.page-links .fa {
	font-size: 10px;
}

.page-links a:first-child {
	margin-left: 1em;
}

.pagination {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 60px;
}

@media (max-width: 767px) {
	.pagination {
		margin-top: 20px;
	}
}

.post-nav {
	margin: 30px 0 0;
	position: relative;
}

.post-nav .nav-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.post-nav .nav-links > div {
	height: auto;
	padding: 60px;
	position: relative;
	text-align: right;
	-webkit-transition: 0.2s opacity ease;
	transition: 0.2s opacity ease;
	width: 48.6%;
}

.post-nav .nav-links > div:hover {
	opacity: 0.9;
}

@media (max-width: 575px) {
	.post-nav .nav-links > div {
		width: 100%;
	}
}

.post-nav .nav-links > div .fa {
	font-size: 20px;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.post-nav .nav-links > div:first-child {
	text-align: left;
}

.post-nav .nav-links > div:first-child .fa {
	left: 0;
	right: auto;
}

.post-nav .nav-links .nav-subtitle {
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.2em;
	line-height: 1.6em;
	min-width: 8em;
	padding: 0.25em 1em 0.05em;
	text-align: center;
	text-transform: uppercase;
}

.post-nav .nav-links .nav-title {
	color: #fff;
	display: block;
	font-weight: 500;
	line-height: 20px;
	margin-top: 8px;
}

.post-nav .nav-links a {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.post-nav .post-nav-image {
	display: none;
}

.post-nav .cover-image .post-nav-text-wrap {
	text-align: center;
}

.prev.page-numbers {
	background-color: #ff497c;
	border: 4px solid #ff497c;
	color: #fff;
}

.prev.page-numbers:hover {
	background-color: #1f2732;
	border: 4px solid #1f2732;
	color: #fff;
}

.next.page-numbers {
	background-color: #ff497c;
	border: 4px solid #ff497c;
	color: #fff;
}

.next.page-numbers:hover {
	background-color: #1f2732;
	border: 4px solid #1f2732;
	color: #fff;
}

.nav-links .active:hover {
	border: 4px solid #ff497c;
}

.next {
	margin-left: 20px;
}

@media (max-width: 767px) {
	.next {
		margin: 20px 0 0;
	}
}

.navigation.post-nav .s-overlay.ds {
	background-color: #000;
}

/*
** Main Menu styles
*/
.nav-wrap {
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: justify;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media (min-width: 768px) and (max-width: 991px) {
	.nav-wrap {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
}

.nav-wrap > .top-nav + *:not(.top-includes) {
	-webkit-box-flex: 100;
	flex-grow: 100;
	-ms-flex-positive: 100;
	padding-left: 30px;
	padding-right: 30px;
}

/* Desktop menu - (min 1200px) styles */

@media (min-width: 1200px) {
	.top-nav {
		align-items: center;
		-webkit-box-align: center;
		-webkit-box-flex: 10;
		-ms-flex-align: center;
		flex-grow: 10;
		-ms-flex-positive: 10;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		position: relative;
	}

	.justify-nav-end .top-nav {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.justify-nav-center .top-nav {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	/* menu layout */
	.sf-menu {
		display: block;
	}

	.sf-menu,
	.sf-menu ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}

	.sf-menu li {
		position: relative;
	}

	.sf-menu li > ul {
		display: none;
		position: absolute;
		top: 100%;
		z-index: 99;
	}

	.sf-menu > li > a:after {
		color: #fff;
		content: "\f111";
		font-family: FontAwesome;
		font-size: 5px;
		margin-left: 0;
		position: relative;
		right: -25px;
		top: -3px;
	}

	.sf-menu li:hover > ul,
	.sf-menu li.sfHover > ul {
		display: block;
	}

	.sf-menu a {
		display: block;
		position: relative;
	}
	/* menu skin */
	.sf-menu a {
		font-size: 12px;
		font-weight: 700;
		letter-spacing: 0.2em;
		line-height: 1.6em;
		padding: 13px 0 13px;
		text-decoration: none;
		text-transform: uppercase;
		-webkit-transition-property: color, background-color, border-color, padding-top, padding-bottom;
		transition-property: color, background-color, border-color, padding-top, padding-bottom;
		zoom: 1;
	}

	.sf-menu li {
		*white-space: normal;
		white-space: nowrap;
	}

	.sf-menu > li {
		display: inline-block;
		position: relative;
	}

	.sf-menu.nav > li:first-child > a {
		margin-left: 0;
	}

	.sf-menu.nav > li:last-child > a {
		margin-right: 0;
	}

	.sf-menu > li > a {
		line-height: 14px;
		margin: 0 15px;
		padding-bottom: 53px;
		padding-left: 0;
		padding-right: 0;
		padding-top: 53px;
		-webkit-transition-duration: 0.15s;
		transition-duration: 0.15s;
	}

	.affix .sf-menu > li > a {
		padding-bottom: 33px;
		padding-top: 33px;
	}
}

@media (min-width: 1200px) and (min-width: 1500px) {
	.sf-menu > li > a {
		margin: 0 25px;
	}
}

@media (min-width: 1200px) {
	.sf-menu > li > a:hover,
	.sf-menu > li.active > a {
		color: #ff497c;
	}

	.nav-narrow .sf-menu > li {
		padding: 0;
	}

	.nav-narrow .sf-menu > li > a {
		margin-left: 29px;
		margin-right: 29px;
		padding-bottom: 26px;
		padding-top: 26px;
	}

	.nav-narrow .sf-menu > li.active > a:before {
		background-color: #ff497c;
		content: "";
		height: 1px;
		left: -20px;
		position: absolute;
		right: -20px;
		top: 0;
		z-index: 1;
	}

	.nav-bordered .sf-menu > li + li:before {
		background-color: rgba(255, 255, 255, 0.15);
		bottom: 0;
		content: "";
		left: -2px;
		position: absolute;
		top: 0;
		width: 1px;
	}

	.cs .sf-menu > li > a {
		color: #fff;
	}

	.cs .sf-menu > li > a:hover,
	.cs .sf-menu > li.active > a {
		color: #ff497c;
	}

	.ds .sf-menu > li > a {
		color: #fff;
	}

	.ds .sf-menu > li > a:hover,
	.ds .sf-menu > li.active > a {
		color: #ff497c;
	}

	.ls .sf-menu > li > a {
		color: #323232;
	}

	.ls .sf-menu > li > a:hover,
	.ls .sf-menu > li.active > a {
		color: #ff497c;
	}

	.ls .sf-menu > li + li:before {
		background-color: #e1e1e1;
	}

	.sf-menu li:hover,
	.sf-menu li.sfHover {
		/* only transition out, not in */
		-webkit-transition: none;
		transition: none;
	}
	/* second and next levels */
	.sf-menu > li .mega-menu,
	.sf-menu li > ul {
		/* allow long menu items to determine submenu width */
		*width: 10em;
		background-color: #fff;
		border-top: 4px solid #ff497c;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
		list-style: none;
		margin-top: 5px;
		min-width: 10em;
		padding: 28px 0 28px;
		text-align: center;
		/* no auto sub width for IE7, see white-space comment below */
	}

	.sf-menu > li .mega-menu {
		padding-left: 0;
		padding-right: 0;
	}

	.sf-menu.nav ul a {
		color: #323232;
		padding-left: 100px;
		padding-right: 100px;
	}

	.sf-menu .mega-menu ul {
		background: transparent;
		box-shadow: none;
		padding: 0;
	}

	.sf-menu .mega-menu ul a {
		padding-left: 0;
		padding-right: 0;
	}

	.sf-menu ul a:hover,
	.sf-menu ul li.active > a {
		color: #ff497c;
	}
	/* third level */
	.sf-menu ul ul {
		margin-top: 0;
		top: -32px;
	}

	.sf-arrows ul .sf-with-ul:after {
		content: "\f105";
		font-family: "FontAwesome";
		padding-left: 7px;
	}
}

.sf-menu i[class] {
	font-size: 1.1em;
	margin-right: 7px;
}

/* hidden menu items */

@media (min-width: 1200px) {
	.sf-menu .sf-xl-hidden {
		display: none !important;
	}
}

@media (max-width: 1199px) {
	.sf-more-li {
		display: none;
	}
}

.sf-menu > li:last-child > a:after {
	display: none;
}

.toggle-menu-header .page_header_side {
	bottom: 0;
	left: -310px;
	position: fixed;
	top: 0;
	width: 310px;
	z-index: 1005;
}

/* Mobile menu toggler */

@media (min-width: 1200px) {
	.page_header .toggle_menu,
	.page_toplogo .toggle_menu {
		display: none;
	}
}

.toggle_menu {
	cursor: pointer;
	height: 60px;
	margin-left: -30px;
	margin-top: -30px;
	opacity: 0.95;
	padding: 0 !important;
	position: absolute;
	right: 0;
	top: 50%;
	visibility: visible;
	width: 60px;
	z-index: 1002;
}

.page_header_wrapper .toggle_menu {
	z-index: 1003;
}

.ls .toggle_menu {
	background-color: #fff;
}

.ls .toggle_menu:before,
.ls .toggle_menu span,
.ls .toggle_menu span:before,
.ls .toggle_menu span:after {
	background-color: #323232;
}

.page_toplogo .toggle_menu {
	left: auto;
	margin: 0;
	position: fixed;
	right: 0;
	top: 0;
}

.toggle_menu:hover span:before {
	top: 13px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.toggle_menu:hover span:after {
	top: 13px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.toggle_menu:before,
.toggle_menu span,
.toggle_menu span:before,
.toggle_menu span:after {
	background-color: #fff;
	content: "";
	display: block;
	height: 2px;
	left: 0;
	position: absolute;
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
	width: 31px;
}

.toggle_menu:before,
.toggle_menu span {
	color: #fff;
	content: "menu";
	font-size: 9px;
	font-weight: 800;
	left: 13px;
	letter-spacing: 1px;
	text-transform: uppercase;
	top: 24%;
	width: 0;
}

.toggle_menu span:before {
	opacity: 1;
	top: 0;
}

.toggle_menu span:after {
	opacity: 1;
	top: 28px;
}

.toggle_menu.mobile-active {
	background-color: #ff497c;
	border: none;
	left: auto;
	margin: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 3000;
}

.toggle_menu.mobile-active:before {
	background-color: #fff;
}

.toggle_menu.mobile-active span {
	background-color: #fff;
}

.toggle_menu.mobile-active span:before,
.toggle_menu.mobile-active span:after {
	opacity: 1;
}

.toggle_menu.active span:before,
.toggle_menu.active span:after {
	opacity: 1;
}

.toggle_menu:hover:before {
	top: 32px;
}

.ls .toggle_menu:before,
.toggle_menu span {
	color: #fff;
}

.toggle_menu.toggle_menu_side.ds {
	background-color: transparent;
}

/* Mobile Menu (max 991px) styles */

@media (max-width: 767px) {
	.nav-wrap {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

@media (max-width: 1199px) {
	.page_header [class*="col"] {
		min-height: 0;
	}

	.top-nav {
		background-color: transparent;
		bottom: 0;
		left: 0;
		opacity: 0;
		position: fixed;
		right: 0;
		top: 0;
		-webkit-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
		visibility: hidden;
		z-index: 10;
	}

	.mobile-active .top-nav {
		background-color: #111;
		background-color: rgba(0, 0, 0, 0.9);
		opacity: 1;
		visibility: visible;
		z-index: 1002;
	}

	.nav-justified > li > a {
		text-align: left;
	}

	.sf-menu {
		background-color: #fff;
		border-top: 61px solid #ff497c;
		bottom: 0;
		display: block;
		font-size: 12px;
		font-weight: 700;
		left: 0;
		letter-spacing: 0.2em;
		line-height: 1.6em;
		opacity: 0;
		overflow: auto;
		padding: 20px 10px 20px 20px;
		position: fixed;
		right: 100%;
		text-align: left;
		text-transform: uppercase;
		top: 0;
		-webkit-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
	}

	.mobile-active .sf-menu {
		opacity: 1;
		right: 0;
	}

	.sf-menu li {
		position: relative;
	}

	.top-nav .sf-menu a {
		color: #323232;
		display: block;
		padding: 10px 10px;
		z-index: 2;
	}

	.sf-menu ul {
		list-style: none;
		margin-top: 0 !important;
		padding-left: 10px;
	}

	.sf-menu ul li a {
		font-weight: 500;
		letter-spacing: 0.1em;
	}

	.sf-menu ul li a:before {
		background-color: #ff497c;
		border-radius: 50%;
		bottom: 3px;
		content: "";
		display: inline-block;
		height: 3px;
		margin-right: 10px;
		position: relative;
		width: 3px;
	}
	/* arrows (for all except IE7) */
	.sf-arrows .sf-with-ul {
		padding-right: 3.5em;
	}
	/* styling for both css and generated arrows */
	.sf-arrows .sf-with-ul + .sf-menu-item-mobile-toggler {
		border-radius: 50%;
		height: 30px;
		line-height: 30px;
		position: absolute;
		right: 5px;
		text-align: center;
		top: 5px;
		width: 30px;
		z-index: 1;
	}

	.sf-arrows .sf-with-ul + .sf-menu-item-mobile-toggler:after {
		color: #323232;
		content: "\f105";
		font-family: "FontAwesome";
	}

	.sfHover > .sf-with-ul + .sf-menu-item-mobile-toggler:after {
		content: "\f107";
	}
}

/* Mega Menu */

@media screen and (min-width: 992px) {
	.top-nav ul .mega-menu ul {
		border: none;
		min-width: auto;
	}

	.top-nav .menu-item-has-mega-menu {
		position: relative;
	}

	.top-nav .mega-menu {
		display: none;
		position: absolute;
		top: 100%;
		width: 940px;
		z-index: 10;
	}

	.top-nav .menu-item-has-mega-menu:hover .mega-menu {
		display: block;
	}
	/* row */
	.top-nav .mega-menu-row {
		display: table;
		position: static;
		table-layout: fixed;
	}

	.top-nav .mega-menu-row ul {
		display: block;
		position: static;
	}
	/* column */
	.top-nav .mega-menu-col {
		border-left: 1px solid #e1e1e1;
		display: table-cell;
		padding: 0 15px;
		width: 2000px;
		/* overrides from settings / styling / mega-menu */
	}

	.top-nav .mega-menu-col > a {
		font-size: 16px;
		font-weight: 700;
		letter-spacing: 0.05em;
		text-transform: uppercase;
	}

	.top-nav .mega-menu-col:first-child {
		border-left: none;
	}

	.top-nav ul ul .mega-menu {
		display: block;
		margin-left: 1px;
		top: -20px;
		width: auto;
	}

	.top-nav ul ul .mega-menu li {
		border: none;
		display: block;
		width: auto;
	}
}

@media screen and (min-width: 1200px) {
	.top-nav .mega-menu {
		width: 1170px;
	}

	.top-nav ul .mega-menu ul {
		min-width: 10em;
	}

	.top-nav .mega-menu-col {
		padding: 0 40px;
	}
}

@media screen and (max-width: 991px) {
	.top-nav .mega-menu {
		position: static;
	}
}

/* side clickable menu styles */
.menu-click {
	padding: 0;
}

.menu-click i {
	margin-right: 10px;
	text-align: center;
	width: 1em;
}

.menu-click .toggle_submenu {
	border-radius: 50%;
	cursor: pointer;
	font-size: 8px;
	height: 3em;
	line-height: 3em;
	opacity: 0.9;
	position: absolute;
	right: 20px;
	text-align: center;
	top: 8px;
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
	width: 3em;
}

.menu-click .toggle_submenu:before {
	content: "\f078";
	font-family: "FontAwesome";
	height: 3em;
	left: 0;
	line-height: 3em;
	position: absolute;
	top: 0;
	width: 3em;
}

.menu-click ul {
	padding: 0;
}

.menu-click li {
	list-style: none;
	position: relative;
	width: 100%;
}

.menu-click > li {
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.menu-click a {
	display: block;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.2em;
	line-height: 1.6em;
	padding: 10px 40px;
	text-transform: uppercase;
}

.menu-click a:hover {
	background-color: rgba(150, 150, 150, 0.05);
}

.menu-click .active-submenu > a {
	background-color: rgba(150, 150, 150, 0.05);
}

.menu-click .active-submenu > .toggle_submenu {
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

.menu-click li.active > a {
	color: #ff497c;
}

.menu-click ul {
	height: 0;
	opacity: 0;
}

.menu-click ul a {
	padding-bottom: 8px;
	padding-left: 50px;
	padding-top: 8px;
}

.menu-click ul ul a {
	padding-left: 60px;
}

.menu-click ul ul ul a {
	padding-left: 70px;
}

.menu-click ul ul ul ul a {
	padding-left: 80px;
}

.menu-click .active-submenu > div.mega-menu {
	height: auto;
}

.menu-click .active-submenu > ul,
.menu-click .active-submenu > div.mega-menu > ul {
	height: auto;
	opacity: 1;
}

.menu-click ul,
.menu-click div.mega-menu {
	height: 0;
	overflow: hidden;
	-webkit-transition: opacity 0.6s, margin-top 0.4s, margin-bottom 0.4s, height 0.3s ease-in-out;
	transition: opacity 0.6s, margin-top 0.4s, margin-bottom 0.4s, height 0.3s ease-in-out;
}

.menu-click ul li.sfHover > .mega-menu ul {
	display: block;
	height: 100%;
}

.menu-click div.mega-menu > ul {
	height: auto;
	margin-right: 0;
}

/*
** Header
*/
.page_header {
	height: auto;
	left: 0;
	margin: 0;
	padding: 0;
	position: relative;
	right: 0;
	top: 0;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	width: 100%;
	z-index: 1000;
}

.boxed .page_header,
.page_header.affix {
	box-shadow: 0 2px 15px 0 rgba(100, 100, 100, 0.05);
	opacity: 0.98;
	position: fixed !important;
	z-index: 1001;
}

.boxed .page_header:after,
.page_header.affix:after {
	background-color: transparent;
}

.page_header.affix.s-bordertop::before {
	display: none;
}

@media (max-width: 991px) {
	.page_header.mobile-active {
		opacity: 1;
		z-index: 1003;
	}
}

.page_header.affix-bottom {
	position: fixed;
	top: 0 !important;
}

.page_header .row {
	min-height: 60px;
}

.page_header a {
	display: inline-block;
}

.page_header .btn {
	margin-bottom: 0;
	padding: 10px 28px;
}

.header_absolute {
	position: relative;
}

.header_absolute .page_header,
.header_absolute .page_header_wrapper {
	left: 0;
	position: absolute;
	right: 0;
	z-index: 10;
}

.header_absolute.header_transparent .page_header_wrapper {
	background-color: transparent;
}

.header_absolute .page_topline,
.header_absolute .page_toplogo,
.header_absolute .page_header_wrapper,
.header_absolute .page_title {
	background-color: rgba(31, 39, 50, 0.5);
}

#canvas:not(.boxed) .header_absolute .page_header.affix-top {
	background-color: transparent;
}

.page_topline {
	line-height: 1.4;
}

.page_topline.small-text i {
	font-size: 14px;
}

.page_topline .icon-inline {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.page_topline .social-icons {
	display: inline-block;
}

.page_topline .widget_nav_menu {
	display: inline-block;
}

.page_topline ul {
	margin: 0;
	padding: 0;
}

.page_topline ul li {
	display: inline-block;
}

.page_topline .dropdown-menu {
	margin: 23px 0 0 -25px;
	min-width: auto;
}

.page_topline .dropdown-language a > img {
	bottom: 1px;
	margin-right: 6px;
	max-width: 16px;
	position: relative;
}

.page_topline .owl-news-slider-dates {
	font-weight: 700;
}

.page_topline .topline-news-item {
	height: 2em;
	line-height: 2em;
	margin: 0 90px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.page_topline .topline-news-item .cat-links {
	display: inline;
}

.page_topline .topline-news-nav-arrow {
	border: 1px solid #323232;
	bottom: 20px;
	font-size: 10px;
	line-height: 38px;
	position: relative;
	-webkit-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
	width: 40px;
}

.page_topline .topline-news-nav-arrow:hover {
	opacity: 0.5;
}

.page_topline .owl-nav > div {
	opacity: 1;
}

@media (min-width: 992px) {
	.page_toplogo .media + .media {
		margin-left: 60px;
	}
}

.page_toplogo .widget_search form,
.page_toplogo .widget_product_search form,
.page_toplogo .widget_search input,
.page_toplogo .widget_product_search input {
	max-width: none;
}

@media (max-width: 991px) {
	.page_toplogo .media {
		margin: 10px;
	}
}

@media (min-width: 1500px) {
	.page_topline .container-fluid,
	.page_toplogo .container-fluid,
	.page_header .container-fluid {
		padding-left: 60px;
		padding-right: 60px;
	}
}

.boxed .main-toggle,
.main-toggle.affix {
	box-shadow: 0 2px 15px 0 rgba(100, 100, 100, 0.05);
	opacity: 0.98;
	padding: 300px;
	position: fixed !important;
	z-index: 1001;
}

/*header includes*/
.top-includes {
	margin: 0;
	padding: 0;
}

@media (min-width: 992px) {
	.top-includes {
		white-space: nowrap;
	}
}

.top-includes > * {
	display: inline-block;
}

.top-includes > li {
	margin-left: 10px;
}

.top-includes > li:first-child {
	margin-left: 0;
}

@media (min-width: 992px) {
	.top-includes.border-divided > li + li {
		border-left: 2px solid rgba(200, 200, 200, 0.35);
		margin-left: 26px;
		padding-left: 30px;
	}
}

@media (min-width: 992px) {
	.top-nav + .top-includes {
		margin-left: 50px;
	}
}

@media (max-width: 991px) {
	.top-includes.md-absolute {
		bottom: 0;
		position: absolute;
		right: 80px;
	}
}

.top-includes a.border-icon,
.top-includes a.bg-icon,
.top-includes a.color-bg-icon {
	margin-bottom: 2px;
	margin-top: 2px;
}

/*logo*/
a.logo {
	align-items: center;
	-webkit-box-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
}

a.logo img {
	display: inline-block;
	max-height: 80px;
}

a.logo .logo-text {
	font-size: 34px;
	padding: 0 10px;
}

a.logo .logo-subtext {
	font-size: 22px;
	padding: 0 10px;
}

a.logo .logo-text-bottom {
	font-size: 26px;
}

a.logo .flex-column,
a.logo.flex-column {
	align-items: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	padding-bottom: 10px;
	padding-top: 10px;
}

a.logo .flex-column.text-center,
a.logo.flex-column.text-center {
	display: inline-block;
}

.text-center a.logo {
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.header_logo_center a.logo {
	display: inline-block;
	padding: 10px 0;
	position: relative;
	z-index: 2;
}

.header_logo_center.affix a.logo {
	padding: 5px 0;
}

@media (min-width: 992px) {
	.header_logo_center .logo_wrapper {
		align-items: center;
		bottom: 0;
		-webkit-box-align: center;
		-webkit-box-pack: center;
		display: flex;
		display: -webkit-box;
		display: -ms-flexbox;
		-ms-flex-align: center;
		-ms-flex-pack: center;
		justify-content: center;
		left: 0;
		position: absolute;
		right: 0;
		top: 0;
	}
}

/*search modal*/
#search_modal {
	padding: 0 !important;
}

#search_modal .widget {
	background-color: #fff;
	padding: 20px 0;
}

@media (min-width: 1200px) {
	#search_modal .widget:before {
		background: url("../images/logo.png") no-repeat 0 0;
		content: "";
		height: 100px;
		opacity: 0.2;
		position: absolute;
		top: 0;
		width: 100%;
	}
}

#search_modal .search-form {
	margin: 0 auto;
	max-width: 960px;
	padding: 0 100px 0 0;
}

#search_modal a {
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.2em;
	line-height: 1.6em;
	text-transform: uppercase;
}

#search_modal a:hover {
	color: #ff497c;
	opacity: 1;
}

#search_modal .searchform-respond {
	color: #fff;
	margin: 20px auto;
	width: 300px;
}

#search_modal .form-group {
	margin-bottom: 0;
}

#search_modal .form-control {
	background-color: transparent;
	border: none;
	color: #323232;
	font-size: 28px;
	font-style: italic;
	height: 60px;
	max-width: none;
	width: 100%;
}

#search_modal .form-control:-moz-placeholder {
	color: #808080;
	opacity: 1;
}

#search_modal .form-control::-moz-placeholder {
	color: #808080;
	opacity: 1;
}

#search_modal .form-control:-ms-input-placeholder {
	color: #808080;
}

#search_modal .form-control::-webkit-input-placeholder {
	color: #808080;
}

#search_modal .btn {
	color: #323232;
	font-size: 0;
	margin: 0 60px 0 0;
	padding: 30px 22px 25px;
	width: auto;
}

#search_modal .btn:before {
	color: #323232;
	font-size: 18px;
}

#search_modal .close {
	color: #323232;
	font-size: 30px;
	line-height: 60px;
	min-width: 60px;
	opacity: 1;
	position: absolute;
	right: 0;
	text-align: center;
	text-shadow: none;
	top: 18px;
	z-index: 2;
}

.active-side-header #search_modal {
	right: 310px;
}

.search_modal_button {
	display: inline-block;
	font-size: 14px;
	line-height: 1;
	padding: 0 0 0 10px;
}

@media (max-width: 1199px) {
	.modal_button .search_modal_button {
		margin-right: 50px;
	}
}

/*
** Side Header
*/
/* side header layout */
body:after {
	background-color: rgba(0, 0, 0, 0.5);
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: fixed;
	right: 0;
	top: 0;
	visibility: hidden;
	z-index: 1001;
}

body,
body:after,
#canvas,
.page_header_side {
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}

#canvas {
	left: 0;
	-webkit-transition-property: left, margin-left;
	transition-property: left, margin-left;
}

body.active-side-header {
	overflow: hidden;
}

body.active-side-header #canvas {
	left: 310px;
}

body.active-side-header .page_header_side {
	left: 0;
}

body.active-side-header:after {
	opacity: 1;
	visibility: visible;
}

html.html-active-push-header {
	overflow: hidden;
}

.page_header_side {
	bottom: 0;
	left: -310px;
	position: fixed;
	top: 0;
	width: 310px;
	z-index: 1002;
}

.page_header_side.active-slide-side-header {
	box-shadow: 0 0 4px 3px rgba(50, 50, 50, 0.05);
}

.page_header_side ~ .page_toplogo .toggle_menu {
	display: none;
}

.page_header_side a.logo {
	margin-bottom: 20px;
	padding: 10px 20px;
}

.page_header_side a.logo img {
	max-width: 100%;
}

.page_header_side .widget {
	margin-top: 60px;
	padding-left: 30px;
	padding-right: 30px;
}

.page_header_side .widget_icons_list li + li {
	margin-top: 1em;
}

.page_header_side .social-icons {
	display: block;
	margin-top: 43px;
}

.page_header_side .social-icons a.border-icon,
.page_header_side .social-icons a.bg-icon,
.page_header_side .social-icons a.color-bg-icon {
	margin-bottom: 2px;
	margin-top: 2px;
}

@media (min-width: 1200px) {
	.page_header_side ~ .page_topline .container-fluid,
	.page_header_side ~ .page_toplogo .container-fluid,
	.page_header_side ~ div .page_header .container-fluid {
		padding-left: 65px;
		padding-right: 65px;
	}
}

@media (max-width: 1199px) {
	.page_header_side ~ .page_topline [class*="container"],
	.page_header_side ~ .page_toplogo [class*="container"],
	.page_header_side ~ div .page_header [class*="container"] {
		padding-left: 65px;
		padding-right: 65px;
	}
}

.side_header_inner {
	padding: 26px 0 60px;
}

.main-toggle .side_header_inner {
	padding: 8px 0 60px;
}

.toggle_menu_side {
	margin: 0;
	position: absolute;
	right: -60px;
	top: 0;
	-webkit-transition: right 0.3s ease-in-out;
	transition: right 0.3s ease-in-out;
}

@media (max-width: 370px) {
	.toggle_menu_side.active {
		opacity: 0.4;
		right: 0;
	}
}

.toggle_menu_side:before,
.toggle_menu_side span:before,
.toggle_menu_side span:after,
.toggle_menu_side span {
	background-color: #fff !important;
}

.ds .toggle_menu_side {
	background-color: #ff497c;
}

.bs .toggle_menu_side {
	background-color: #ff497c;
}

.ls .toggle_menu_side {
	background-color: transparent;
}

.page_header_side.header_side_sticked .toggle_menu_side {
	right: -60px;
	top: 0;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}

.page_header_side.active-slide-side-header {
	left: 0;
}

.active-side-header .boxed .header_push ~ div .page_header,
.active-side-header .header_push ~ div .page_header.affix {
	margin-left: 310px;
}

.active-side-header.slide-right .boxed .header_push ~ div .page_header,
.active-side-header.slide-right .header_push ~ div .page_header.affix {
	margin-left: -310px;
}

.page_header_side.header_side_right {
	left: auto;
	right: -310px;
}

.page_header_side.header_side_right.active-slide-side-header {
	right: 0;
}

.page_header_side.header_side_right .toggle_menu_side {
	left: -60px;
	right: auto;
	-webkit-transition: left 0.3s ease-in-out;
	transition: left 0.3s ease-in-out;
}

@media (max-width: 370px) {
	.page_header_side.header_side_right .toggle_menu_side.active {
		left: 0;
	}
}

body.active-side-header.slide-right #canvas {
	left: -310px;
}

body.active-side-header.slide-right .page_header_side {
	left: auto;
	right: 0;
}

@media (min-width: 600px) {
	.page_header_side.header_side_sticked.active-slide-side-header {
		left: 0;
	}

	.header_side_sticked ~ * {
		-webkit-transition: margin 0.5s ease-in-out;
		transition: margin 0.5s ease-in-out;
	}

	.header_side_sticked ~ * .container-fluid {
		padding-left: 80px;
	}

	.header_side_sticked ~ div .page_header {
		width: auto;
	}

	.header_side_sticked.active-slide-side-header ~ *,
	.header_side_sticked.active-slide-side-header ~ div .page_header {
		margin-left: 310px;
	}

	.boxed .header_side_sticked.active-slide-side-header ~ *,
	.boxed .header_side_sticked.active-slide-side-header ~ div .page_header {
		margin-left: 0;
	}

	.header_side_sticked ~ .page_header_wrapper {
		margin: 0 !important;
	}

	.page_header_side.header_side_sticked.header_side_right.active-slide-side-header {
		left: auto;
	}

	.header_side_sticked.header_side_right.active-slide-side-header ~ *,
	.header_side_sticked.header_side_right.active-slide-side-header ~ div .page_header {
		margin-left: 0;
		margin-right: 310px;
	}
}

/* /* 
** Intro Section Styles
*/
.page_slider {
	clear: both;
	overflow: hidden;
	position: relative;
}

.page_slider > img {
	width: 100%;
}

.page_slider h2 {
	font-size: 95px;
	line-height: 1;
	margin-bottom: 15px;
	margin-top: 15px;
}

.page_slider h3 {
	font-weight: 300;
	line-height: 40px;
}

.page_slider h4 {
	font-size: 1.5em;
	margin: 0;
}

.page_slider p {
	font-size: 1.2em;
	margin: 0;
}

@media (min-width: 992px) {
	.page_slider h2 {
		font-size: 6em;
	}

	.page_slider h3 {
		font-size: 80px;
	}

	.page_slider h4 {
		font-size: 2.5em;
	}

	.page_slider p {
		font-size: 1.7em;
	}
}

.page_slider .flexslider .slides .itro_slider {
	z-index: 10;
}

.page_slider .flexslider:before,
.page_slider .flexslider:after {
	clear: both;
	content: "";
	display: block;
}

.page_slider .flexslider .intro_layer img {
	display: inline-block;
	width: auto;
}

.page_slider .flexslider.slider-shadow {
	padding-bottom: 50px;
}

.page_slider .flexslider.slider-shadow:before,
.page_slider .flexslider.slider-shadow:after {
	background: transparent;
	bottom: 65px;
	box-shadow: 0 25px 20px rgba(0, 0, 0, 0.3);
	content: "";
	height: 20%;
	left: 10px;
	max-width: 400px;
	position: absolute;
	transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	-webkit-transform: rotate(-3deg);
	width: 50%;
	z-index: 1;
}

.page_slider .flexslider.slider-shadow:after {
	left: auto;
	right: 10px;
	-webkit-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(3deg);
}

.page_slider .intro_layers_wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.page_slider .intro_after_featured_word {
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1.5em;
	margin-top: 15px;
	text-transform: uppercase;
}

.page_slider .intro_layers {
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-box-pack: center;
	display: -webkit-box;
	display: flex;
	display: -ms-flexbox;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 20px 0;
	width: 100%;
}

.page_slider .flex-control-nav {
	bottom: 55px;
	-webkit-box-direction: normal;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	width: 100%;
}

@media (max-width: 991px) {
	.page_slider .flex-control-nav {
		display: none;
	}
}

.page_slider .flex-control-nav li {
	display: block;
	padding-bottom: 6px;
	padding-top: 6px;
}

.page_slider .flex-control-nav li a {
	background: #fff;
	border-color: #fff;
	opacity: 0.5;
}

.page_slider .flex-control-nav li a.flex-active {
	opacity: 1;
}

@media (min-width: 767px) {
	.page_slider.team_slider .container-fluid {
		position: inherit;
	}

	.page_slider .cs,
	.page_slider .ds {
		background-color: transparent;
	}

	.page_slider .container-fluid,
	.page_slider .container,
	.page_slider img + .container {
		bottom: 0;
		left: 0;
		margin-left: auto;
		margin-right: auto;
		position: absolute;
		right: 0;
		top: 0;
	}

	.page_slider [class*="col-"] {
		margin-bottom: 0;
		margin-top: 0;
		min-height: 0;
		position: static;
	}

	.page_slider .intro_layers_wrapper {
		bottom: 0;
		height: 107%;
		left: 15px;
		position: absolute;
		right: 15px;
		top: 0;
		z-index: 5;
	}
}

@media (min-width: 767px) and (min-width: 600px) {
	.boxed .page_slider .intro_layers_wrapper {
		padding-left: 60px;
		padding-right: 60px;
	}
}

@media (min-width: 767px) {
	.page_slider .intro_text_top .intro_layers {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.page_slider .intro_text_bottom .intro_layers {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.page_slider .intro_before_featured_word {
		font-size: 37px;
		font-weight: 200;
		line-height: 0.8;
		margin: 0;
		padding: 0 0.2em;
		text-align: center;
		text-shadow: 0 0 7px rgba(0, 0, 0, 0.25);
	}

	.page_slider .intro_featured_word {
		font-size: 80px;
		line-height: 0.9;
		margin: 10px 0;
		text-shadow: 0 0 13px rgba(0, 0, 0, 0.1);
		white-space: nowrap;
	}

	.page_slider .intro_after_featured_word {
		font-size: 17px;
		font-weight: 500;
		letter-spacing: 1em;
		margin-top: 60px;
		text-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
		text-transform: uppercase;
	}
}

@media (max-width: 767px) {
	.page_slider .intro_featured_word {
		font-size: 56px;
		margin-top: 6px;
	}

	.page_slider .intro_before_featured_word {
		font-size: 33px;
		font-weight: 200;
		margin-top: 0;
	}

	.page_slider .intro_after_featured_word {
		color: #fff;
		font-size: 15px;
		font-weight: 400;
		letter-spacing: 1em;
		margin-top: 39px;
	}
}

@media (min-width: 992px) {
	.page_slider .intro_layers_wrapper {
		padding: 100px 0;
	}

	.page_slider .intro_before_featured_word {
		font-size: 42px;
	}

	.page_slider .intro_featured_word {
		font-size: 138px;
	}

	.page_slider .intro_after_featured_word {
		color: #fff;
		font-size: 14px;
		letter-spacing: 2.1em;
		margin-bottom: 31px;
	}
}

@media (min-width: 1600px) {
	.page_slider .intro_before_featured_word {
		font-size: 54px;
	}

	.page_slider .intro_featured_word {
		font-size: 200px;
		font-weight: 600;
		margin-bottom: 20px;
		white-space: nowrap;
	}

	.container .page_slider .intro_featured_word {
		font-size: 138px;
	}
}

@media (max-width: 991px) {
	.page_slider {
		text-align: center;
	}
}

.page_slider .flexslider .slides li:before {
	background-image: url("../img/pattern.png");
	background-repeat: no-repeat;
	content: "";
	display: block;
	height: 432px;
	left: 50%;
	margin-left: -230px;
	margin-top: -216px;
	position: absolute;
	top: 46%;
	width: 432px;
	z-index: 4;
}

@media (max-width: 991px) {
	.page_slider .flexslider .slides li:before {
		display: none;
	}
}

.flexslider-overlay {
	background-color: rgba(31, 39, 50, 0.7);
	bottom: 0;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 3;
}

.flexslider-bottom:before {
	background-color: #fff;
	bottom: -35px;
	content: "";
	height: 70px;
	left: 0;
	position: absolute;
	-webkit-transform: skewY(3deg);
	-ms-transform: skewY(3deg);
	transform: skewY(3deg);
	width: 50%;
	z-index: 4;
}

.flexslider-bottom:after {
	background-color: #fff;
	bottom: -35px;
	content: "";
	height: 70px;
	position: absolute;
	right: 0;
	-webkit-transform: skewY(-3deg);
	-ms-transform: skewY(-3deg);
	transform: skewY(-3deg);
	width: 50%;
	z-index: 4;
}

.flexslider-bottom .mouse-button {
	background-image: url("../img/mouse_icon.png");
	background-repeat: no-repeat;
	bottom: 30px;
	content: "";
	display: block;
	height: 60px;
	left: 50%;
	margin-left: -20px;
	position: absolute;
	width: 40px;
	z-index: 4;
}

@media (max-width: 992px) {
	.blog-slide {
		display: none;
	}
}

.blog-slide img {
	max-height: 600px;
}

.blog-slide .slide01 .intro_layers_wrapper {
	height: 99%;
}

@media (min-width: 992px) {
	.blog-slide .slide01 h4 {
		font-size: 14px;
		letter-spacing: 1.8em;
	}

	.blog-slide .slide01 h2 {
		font-size: 160px;
		font-weight: 600;
		margin: 23px 0;
	}

	.blog-slide .slide01 p {
		font-size: 46px;
		font-weight: 200;
	}
}

.blog-slide .slide02 p {
	font-size: 60px;
	font-weight: 500;
	margin-bottom: 21px;
}

.blog-slide .slide02 h2 {
	color: #ff497c;
	font-size: 100px;
	font-weight: 200;
}

.blog-slide .slide02 h4 {
	font-size: 14px;
	letter-spacing: 1.9em;
	margin-top: 20px;
}

.blog-slide .slide03 .intro_layers_wrapper {
	height: 84%;
}

.blog-slide .slide03 h3 {
	line-height: 100px;
	margin-top: 70px;
}

@media (min-width: 991px) {
	.blog-slide .intro_layers_wrapper {
		height: 103%;
	}
}

.page_slider.blog-slide .flexslider .slides li:before {
	background-image: none;
}

/* Direction Nav */
.flex-direction-nav {
	height: 0;
}

.flex-direction-nav a {
	background-color: rgba(255, 255, 255, 0.1);
	border-radius: 50% 0 0 50%;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 0;
	height: 80px;
	margin: -40px 0 0;
	opacity: 1;
	overflow: hidden;
	position: absolute;
	text-align: center;
	text-decoration: none;
	top: 48%;
	width: 80px;
	z-index: 10;
}

.flex-direction-nav a:before {
	content: "\f104";
	font-family: "FontAwesome";
	font-size: 20px;
	left: auto;
	position: absolute;
	right: 20px;
	top: 23px;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

@media (max-width: 767px) {
	.flex-direction-nav a {
		top: 33.6%;
	}
}

.flex-direction-nav .flex-prev {
	border-radius: 0 50% 50% 0;
	left: -40px;
}

.flex-direction-nav .flex-prev:hover:before {
	right: 40px;
}

.flex-direction-nav .flex-next:hover:before {
	left: 40px;
}

.page_slider .slide2 .intro_before_featured_word {
	font-size: 60px;
}

@media (max-width: 767px) {
	.page_slider .slide2 .intro_before_featured_word {
		font-size: 33px;
		font-weight: 200;
		margin-top: 44px;
	}
}

@media (min-width: 768px) {
	.page_slider .slide2 .intro_before_featured_word {
		font-size: 40px;
		margin-top: 90px;
	}
}

.page_slider .slide2 .intro_featured_word {
	font-weight: 200;
	margin-bottom: 30px;
	margin-top: 19px;
}

@media (max-width: 767px) {
	.page_slider .slide2 .intro_featured_word {
		font-size: 56px;
		margin-bottom: 0;
		margin-top: 7px;
	}
}

@media (min-width: 768px) {
	.page_slider .slide2 .intro_featured_word {
		margin-bottom: 0;
		margin-top: 10px;
	}
}

.page_slider .slide2 .page-bottom {
	margin-top: 41px;
}

@media (max-width: 767px) {
	.page_slider .slide2 .page-bottom {
		margin: 50px 0 60px;
	}
}

.page_slider .slide2 .intro_layers_wrapper {
	height: 100%;
}

.page_slider .slide2 .intro_after_featured_word {
	letter-spacing: 2em;
	margin-left: 27px;
}

@media (max-width: 767px) {
	.page_slider .slide2 .intro_after_featured_word {
		color: #fff;
		font-size: 15px;
		font-weight: 400;
		letter-spacing: 1em;
		margin-top: 20px;
	}
}

@media (min-width: 768px) {
	.page_slider .slide2 .intro_after_featured_word {
		font-size: 15px;
		margin-top: 10px;
	}
}

.page_slider .flexslider .slides li.slide2:before {
	margin-left: -215px;
}

.page_slider .slide3 .intro_featured_word {
	font-size: 100px;
	font-weight: 700;
	margin-bottom: 13px;
}

@media (max-width: 767px) {
	.page_slider .slide3 .intro_featured_word {
		font-size: 40px;
		margin: 0;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.page_slider .slide3 .intro_featured_word {
		font-size: 50px;
		line-height: 30px;
	}
}

@media (min-width: 992px) and (max-width: 1600px) {
	.page_slider .slide3 .intro_featured_word {
		font-size: 70px;
		line-height: 40px;
	}
}

.page_slider .slide3 .intro_featured_word.light {
	font-weight: 100;
	letter-spacing: 10px;
}

@media (max-width: 767px) {
	.page_slider .slide3 .intro_featured_word.light {
		letter-spacing: 3px;
		margin-top: 45px;
	}
}

@media (min-width: 768px) {
	.page_slider .slide3 .intro_featured_word.light {
		margin-top: 60px;
	}
}

.page_slider .slide3 .intro_featured_word.bold {
	font-weight: 400;
	letter-spacing: 3px;
}

.page_slider .slide3 .intro_layers_wrapper {
	height: 100%;
	right: 0;
}

.page_slider .slide3 .intro_layer.page-bottom {
	display: inline-block;
	margin-top: 56px;
}

@media (max-width: 767px) {
	.page_slider .slide3 .intro_layer.page-bottom {
		margin-bottom: 60px;
		margin-top: 50px;
	}
}

@media (min-width: 768px) {
	.page_slider .slide3 .intro_layer.page-bottom {
		margin-bottom: 0;
		margin-top: 29px;
	}
}

.page_slider .slide3 .intro_layer.page-bottom.bag {
	position: relative;
	top: 40px;
}

.page_slider .slide3 a.btn.btn-maincolor {
	margin-right: 29px;
}

@media (max-width: 767px) {
	.page_slider .slide3 a.btn.btn-maincolor {
		margin-right: 0;
	}
}

@media (max-width: 767px) {
	.page_slider .slide3 a.btn {
		padding: 26px 30px;
	}

	.page_slider .slide3 a.btn:last-child {
		display: none;
	}
}

.corner-bottom {
	border-radius: 60vw / 5vw;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	height: 10%;
	margin: 0 -100px;
}

@media (max-width: 991px) {
	.corner-bottom {
		margin: 0 -1px;
	}
}

.page_slider.static .intro_layers {
	z-index: 9;
}

@media (max-width: 767px) {
	.page_slider.static .intro_layers {
		padding: 45px 0 20px;
	}
}

.page_slider.static .intro_layers_wrapper {
	height: 107%;
}

@media (max-width: 767px) {
	.page_slider.static .intro_layers_wrapper {
		height: 100%;
		text-align: center;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.page_slider.static .intro_layers_wrapper {
		top: 6%;
	}
}

.page_slider.static .flexslider {
	margin: -90px 0;
}

@media (max-width: 1199px) {
	.page_slider.static .flexslider {
		margin: 0;
	}
}

.page_slider.static .flexslider .flexslider-bottom .mouse-button {
	bottom: 105px;
	z-index: 9;
}

.page_slider.static .intro_featured_word {
	font-size: 80px;
	font-weight: 100;
	line-height: 60px;
	margin-bottom: 0;
}

@media (max-width: 991px) {
	.page_slider.static .intro_featured_word {
		margin-top: 0;
	}
}

.page_slider.static .intro_featured_word.name {
	font-weight: 600;
	letter-spacing: 1px;
}

.page_slider.static .intro_after_featured_word {
	color: #7f7f7f;
	font-size: 14px;
	letter-spacing: 1em;
	margin-bottom: 31px;
}

@media (max-width: 991px) {
	.page_slider.static .intro_after_featured_word {
		margin-bottom: 20px;
		margin-top: 20px;
	}
}

.page_slider.static .ds .page-bottom {
	margin-top: 20px;
}

.page_slider.static .flexslider-bottom:before,
.page_slider.static :after {
	display: none;
}

@media (max-width: 991px) {
	.page_slider.static .ds .page-bottom {
		margin-bottom: 40px;
		margin-top: 20px;
	}
}

.intro_layers {
	z-index: 10;
}

/*
** Subpages
*/
/*
** 404
*/
.error-404 {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: -60px;
}

.error-404 a.btn:hover {
	background-color: transparent;
}

.error-404 .page-header h3 {
	font-family: "Poppins", sans-serif;
	font-size: 100px;
	line-height: 1;
	margin: 0;
}

@media (min-width: 992px) {
	.error-404 .page-header h3 {
		font-size: 238px;
	}
}

.error-404 .page-header p {
	color: #1f2732;
	font-size: 36px;
	font-weight: 500;
	letter-spacing: 0.1em;
}

.error-404 .widget_search {
	margin: 38px 0 31px;
}

.page_404 .page-header {
	align-items: flex-end;
	-webkit-box-align: end;
	-webkit-box-pack: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: end;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 490px;
	width: 100%;
}

@media (max-width: 991px) {
	.page_404 .page-header {
		min-height: 400px;
	}
}

/*format-link
** Blog
*/
.blog_slider {
	margin-bottom: 60px;
}

@media (min-width: 992px) {
	.blog_slider .intro_layers_wrapper {
		left: 130px;
		right: 130px;
	}
}

@media (max-width: 767px) {
	.blog_slider {
		display: none;
	}
}

.blog-featured-posts .post {
	height: 100%;
}

.entry-title,
.entry-title:last-child {
	font-size: 36px;
	font-weight: 500;
	line-height: 1.5;
	margin: 0 0 19px;
	text-transform: none;
}

@media (max-width: 767px) {
	.entry-title,
	.entry-title:last-child {
		font-size: 25px;
		line-height: 30px;
	}
}

h4.entry-title {
	font-size: 24px;
	margin-bottom: 0.7em;
}

.item-media + .item-content h1.entry-title {
	margin-top: 5px;
}

.post {
	position: relative;
}

.post > .fa {
	color: #fff;
	position: absolute;
	top: 7px;
	z-index: 2;
}

.post > .fa:before {
	position: relative;
	z-index: 3;
}

.post > .fa:after {
	border-color: transparent transparent #ff497c transparent;
	border-style: solid;
	border-width: 0 40px 40px 40px;
	content: "";
	display: block;
	height: 0;
	left: -35px;
	position: absolute;
	top: -14px;
	width: 0;
	z-index: 2;
}

.post + .post {
	margin-top: 60px;
}

@media (max-width: 1199px) {
	.post + .post {
		margin-top: 30px;
	}
}

.post h3.entry-title + .entry-meta {
	margin-top: -0.65em;
}

.post h1.entry-title + .entry-meta {
	margin: -1em 0 2em;
}

.post.cover-image {
	height: auto;
	padding: 35px 30px 30px;
	text-align: center;
}

@media (min-width: 992px) {
	.post.cover-image {
		padding: 100px 60px;
	}
}

.post.cover-image .post-thumbnail {
	display: none;
}

.post ul,
.post ol {
	margin-bottom: 41px;
	margin-top: 18px;
}

.post .list1 li {
	color: #1f2732;
	font-weight: 400;
	list-style: none;
	padding: 1px 0 4px 5px;
}

.owl-carousel.gallery-blog {
	margin-bottom: 48px;
}

.post-thumbnail {
	text-align: center;
}

.post-thumbnail .owl-dots {
	bottom: 30px;
	left: 0;
	position: absolute;
	right: 0;
}

.post-thumbnail + .entry-content {
	margin-top: 1.5em;
}

.post-password-form input[type="password"] {
	margin-top: 0.5em;
	width: auto;
}

.post-password-form input[type="submit"] {
	position: relative;
	top: -2px;
}

.entry-footer,
.entry-meta {
	clear: both;
	line-height: 1;
	margin-bottom: 8px;
}

.entry-footer a,
.entry-meta a {
	color: #ff497c;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.2em;
	line-height: 1.6em;
	text-transform: uppercase;
}

.entry-footer a :hover,
.entry-meta a :hover {
	color: #1f2732;
}

.entry-footer {
	margin-bottom: 50px;
	padding: 30px 60px;
}

.entry-footer .fa {
	margin-right: 10px;
}

.entry-footer img {
	border: 3px solid rgba(255, 255, 255, 0.3);
	border-radius: 50%;
	height: 50px;
	width: 50px;
}

.entry-content:before,
.entry-content:after,
.entry-footer:before,
.entry-footer:after,
.entry-header:before,
.entry-header:after {
	clear: both;
	content: "";
	display: block;
}

.cat-links {
	display: block;
	font-size: 0;
	line-height: 1;
	margin-bottom: 12px;
}

.cat-links a {
	background-color: #ff497c;
	border-radius: 1px;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1;
	margin: 0 4px 4px 0;
	padding: 0.35em 0.5em 0.25em;
	text-transform: uppercase;
}

.cat-links a:nth-child(4n-5) {
	background-color: #a0ce4e;
}

.cat-links a:nth-child(4n-4) {
	background-color: #00bea3;
}

.cat-links a:nth-child(4n-3) {
	background-color: #f1894c;
}

.cat-links a:hover {
	background-color: #323232;
}

.entry-footer .edit-link,
.entry-header .edit-link {
	float: right;
}

.entry-footer .edit-link a:before,
.entry-header .edit-link a:before {
	content: "\f040";
	font-family: "FontAwesome";
	padding-right: 0.4em;
}

.entry-footer .entry-title + .edit-link,
.entry-header .entry-title + .edit-link {
	position: absolute;
	right: 15px;
	top: 0.5em;
}

.post-adds {
	align-items: center;
	background-color: #f5f5f5;
	-webkit-box-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	line-height: 1;
	margin-bottom: 30px;
}

.post-adds i {
	width: 1em;
}

.post-adds a {
	display: inline-block;
	margin: 0;
}

.post-adds .dropdown-menu {
	border: none;
	padding: 0;
}

.post-adds .share_buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.post-adds .share_button {
	background-color: #ff497c;
	color: #fff;
	line-height: 60px;
	padding: 0 21px;
}

.post-adds .like_button {
	border-right: 1px solid rgba(0, 0, 0, 0.1);
	color: #ff497c;
	line-height: 60px;
	padding: 0 21px;
}

.post-adds .votes_count {
	padding: 0 21px;
}

.post-adds .views-count {
	background-color: #ff497c;
	color: #fff;
	margin-left: auto;
	padding: 22px 30px;
}

@media (max-width: 576px) {
	.post-adds {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.post-adds .share_button {
		line-height: 40px;
		padding: 0 11px;
	}

	.post-adds .like_button {
		line-height: 40px;
		padding: 0 11px;
	}

	.post-adds .views-count {
		padding: 10px 15px;
		width: 100%;
	}
}

/*gallery post*/
.post .gallery {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -7px;
}

.post .gallery .gallery-item {
	padding: 0 7px;
	width: 50%;
}

.post .gallery .gallery-item figcaption {
	padding: 20px 0 5px;
}

@media (min-width: 992px) {
	.post .gallery.gallery-columns-1 .gallery-item {
		width: 100%;
	}

	.post .gallery.gallery-columns-2 .gallery-item {
		width: 50%;
	}

	.post .gallery.gallery-columns-3 .gallery-item {
		width: 33.33%;
	}

	.post .gallery.gallery-columns-4 .gallery-item {
		width: 25%;
	}

	.post .gallery.gallery-columns-5 .gallery-item {
		width: 20%;
	}

	.post .gallery.gallery-columns-6 .gallery-item {
		width: 16.66%;
	}

	.post .gallery.gallery-columns-7 .gallery-item {
		width: 14.28%;
	}

	.post .gallery.gallery-columns-8 .gallery-item {
		width: 12.5%;
	}

	.post .gallery.gallery-columns-9 .gallery-item {
		width: 11.11%;
	}
}

/*post author*/
.author-bio {
	margin-top: 60px;
}

.author-bio .item-content {
	padding: 27px 48px 22px 60px;
}

@media (max-width: 767px) {
	.author-bio .item-content {
		padding: 27px 0 22px;
	}
}

.author-bio a.fa {
	margin-bottom: 0;
}

/*comments*/
h4.comments-title {
	padding: 60px 60px 4px;
}

@media (max-width: 767px) {
	h4.comments-title {
		margin: 0;
		padding-top: 20px;
	}
}

.comments-area {
	margin-top: 90px;
}

.comments-area .comment-list {
	list-style: none;
	padding: 10px 27px 10px 75px;
}

.comments-area .comment-list ol.children {
	list-style: none;
	padding-left: 35px;
}

.comments-area .comment-list ol.children img {
	left: -54px;
	max-width: 70px;
}

@media (max-width: 575px) {
	.comments-area .comment-list ol.children img {
		left: -23px;
		max-width: 50px;
		top: 9px;
	}
}

@media (min-width: 1200px) {
	.comments-area .comment-list ol.children {
		padding-left: 90px;
	}
}

.comments-area .comment-list ol.children ol.children ol.children {
	padding-left: 35px;
}

.comment-body {
	margin-bottom: 10px;
	margin-left: 70px;
	padding: 25px 24px 20px;
	position: relative;
}

.comment-body ol,
.comment-body ol ol {
	padding-left: 20px;
}

.comment-meta {
	margin-bottom: 0;
}

.comment-meta img {
	border: 5px solid #dedfe1;
	border-radius: 50%;
	left: -73px;
	max-width: 90px;
	position: absolute;
	top: -1px;
}

.comment-meta .comment-author {
	font-size: 16px;
	font-weight: 600;
}

@media (max-width: 575px) {
	.comment-meta .comment-author {
		font-size: 14px;
	}
}

.comment-meta .comment-metadata {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.2em;
	line-height: 1.6em;
	margin-top: -24px;
	text-transform: uppercase;
}

.comment-meta b {
	font-weight: inherit;
}

@media (max-width: 575px) {
	.comment-body {
		margin-left: 30px;
	}

	.comment-meta img {
		border: 3px solid #dedfe1;
		left: -30px;
		max-width: 60px;
	}
}

.reply {
	margin-top: 0;
}

.reply a {
	color: #ff497c;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.2em;
	line-height: 1.6em;
	text-transform: uppercase;
}

.reply a:hover {
	color: #323232;
}

.comment-content p {
	margin-bottom: 0.5em;
}

.no-comments,
.comment-awaiting-moderation {
	opacity: 0.7;
}

.comments-pagination {
	margin: 2em 0 3em;
}

/*comment respond form*/
.comments-area > .comment-respond {
	margin-top: -5px;
	padding: 0 60px 47px;
}

.comment-respond .form-submit {
	margin: 8px 20px 0 0;
}

.comment-respond .form-group {
	margin-top: 8px;
}

.comment-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.comment-form p {
	margin-bottom: 23px;
	width: 100%;
}

.comment-form p.form-submit {
	margin-bottom: 0;
	margin-top: 10px;
}

.comment-form label {
	display: block;
}

.comment-form textarea,
.comment-form input {
	width: 100%;
}

.comment-form textarea {
	height: 180px;
}

.comment-form input[type=checkbox] {
	margin: 0;
	visibility: hidden;
}

@media (min-width: 992px) {
	.comment-form .comment-form-author,
	.comment-form .comment-form-email {
		width: 100%;
	}

	.comment-form .comment-form-author {
		padding-right: 0;
	}
}

.comment-form label {
	margin-bottom: 6px;
}

/* post formats */
.format-status .avatar {
	border: 5px solid #dedfe1;
	border-radius: 50%;
	display: block;
	margin: 0 auto 35px;
	max-width: 100px;
}

.format-status .entry-title {
	margin-bottom: 35px;
}

.format-status .cat-links {
	margin-bottom: 5px;
}

.format-status.post .entry-title + .entry-meta {
	margin: 0 0 25px;
}

.format-status .entry-date {
	margin-top: -7px;
}

.format-chat .entry-content p {
	margin-bottom: 0.5em;
}

.format-chat .entry-content p:last-child {
	margin-bottom: 3px;
}

.format-chat .entry-content p strong {
	color: #1f2732;
}

.format-chat .entry-content p:nth-child(2n) strong {
	color: #ff497c;
}

.format-quote {
	text-align: center;
}

.format-quote.cover-image .entry-header > i {
	display: inline-block;
	font-size: 2em;
	margin-bottom: 0.7em;
}

.format-quote blockquote {
	border: none;
	font-style: italic;
	margin-bottom: 0;
	padding-bottom: 0;
	padding-left: 0;
}

.format-quote blockquote cite {
	display: block;
	font-size: 16px;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.2em;
	line-height: 1.5;
	line-height: 1.6em;
	margin: 24px 0 0;
	text-transform: uppercase;
}

.blog-post {
	padding: 50px 60px 60px;
}

@media (max-width: 767px) {
	.blog-post {
		padding: 30px 20px;
	}
}

.blog-post blockquote.post-block {
	margin: 0;
	padding: 35px 0 55px;
}

.blog-post .list1 {
	margin-bottom: 33px;
}

.blog-post.comments-area {
	margin-top: 20px;
	padding: 0;
}

.blog-post.comments-area .comment-list ol.children img {
	left: -66px;
	max-width: 90px;
}

.blog-post.comments-area .comment {
	padding: 30px 0 2px 13px;
}

.blog-post.comments-area .comment-body {
	margin-bottom: 0;
	padding: 20px 0 19px 29px;
}

.blog-post.comments-area .comment-body .comment-meta img {
	left: -80px;
}

@media (max-width: 575px) {
	.blog-post.comments-area .comment-body .comment-meta img {
		left: -45px;
	}
}

.blog-post.comments-area .comment-list ol.children {
	margin-top: -28px;
	padding-left: 90px;
}

@media (max-width: 767px) {
	.blog-post.comments-area .comment-list ol.children {
		padding-left: 0;
	}
}

.blog-post.comments-area .link-a {
	margin-bottom: 10px;
	margin-top: -10px;
}

.blog-post.comments-area .comment-list {
	padding: 10px 0 10px;
}

.blog-post.comments-area .comment-list ol.children img {
	left: -75px;
	max-width: 90px;
	top: 5px;
}

@media (max-width: 767px) {
	.blog-post.comments-area .comment-list ol.children img {
		left: -30px;
		max-width: 50px;
	}
}

.blog-post.comments-area .comment-respond {
	margin-top: 50px;
	padding: 50px 60px 60px;
}

@media (max-width: 767px) {
	.blog-post.comments-area .comment-respond {
		margin-top: 20px;
		padding: 20px 20px 60px;
	}
}

.blog-post.comments-area .comment-respond .form-control::-webkit-input-placeholder {
	text-align: left;
}

.blog-post.comments-area .comment-respond .comment-form textarea {
	height: 120px;
	margin-bottom: 10px;
}

.blog-post.comments-area .comment-respond h5 {
	margin-bottom: 35px;
}

@media (max-width: 767px) {
	.blog-post.comments-area .comment-respond h5 {
		margin-bottom: 15px;
	}
}

.post1 .entry-meta.icons a {
	color: #1f2732;
	margin-right: 30px;
}

.post1 .blog-post1 .post-nav {
	margin: 70px 0 0;
	position: relative;
}

@media (max-width: 767px) {
	.post1 .blog-post1 .post-nav {
		margin: 0;
	}
}

.post1 .blog-post1 .owl-carousel.gallery-blog {
	margin-bottom: 50px;
}

.post1 .blog-post1 .entry-title {
	font-size: 20px;
	margin: 0 0 24px;
}

.post1 .blog-post1 blockquote {
	border: none;
	font-style: normal;
	margin: 50px 0;
	padding: 55px 60px 65px;
}

@media (max-width: 767px) {
	.post1 .blog-post1 blockquote {
		margin: 0;
		padding: 55px 20px 65px;
	}
}

.post1 .blog-post1 blockquote .small-text {
	margin-bottom: 6px;
}

.post1 .blog-post1 blockquote h6 {
	margin-bottom: 18px;
}

.post1 .blog-post1 .tags {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.2em;
	padding: 29px 0 49px;
	text-transform: uppercase;
}

.post1 .blog-post1 .tags span {
	color: #1f2732;
}

.post1 .blog-post1 .tags a {
	color: #ff497c;
}

.post1 .blog-post1 .tags a:hover {
	color: #1f2732;
}

.post1 .blog-post1 .like {
	float: right;
}

@media (max-width: 767px) {
	.post1 .blog-post1 .like {
		float: left;
	}
}

.post1 .blog-post1 .like a {
	color: #1f2732;
}

.post1 .blog-post1 .like a:hover {
	color: #ff497c;
}

.post1 .blog-post1 .author-bio {
	margin-bottom: 60px;
}

@media (max-width: 767px) {
	.post1 .blog-post1 .author-bio {
		margin: 60px 0 0;
	}
}

.post1 .blog-post1 .author-bio .covage {
	background: #e8e9ea;
	border: 9px solid #e8e9ea;
	border-radius: 50%;
}

.post1 .blog-post1 .author-bio a.fa {
	margin-right: 13px;
}

.post1 .blog-post1 .nav-links .ds {
	background-color: #1f2732;
}

.post1 .blog-post1 .nav-links .next {
	margin-left: 1px;
}

@media (max-width: 767px) {
	.post1 .blog-post1 .nav-links .next {
		margin-left: 0;
	}
}

.post1 .blog-post1 .nav-links .post-nav-text-wrap {
	padding: 8px 14px 20px;
}

@media (max-width: 767px) {
	.post1 .blog-post1 .nav-links .post-nav-text-wrap {
		padding: 0;
		text-align: center;
	}
}

.post1 .blog-post1 .nav-links p {
	color: #fff;
	font-weight: 600;
	line-height: 21px;
	margin-top: 5px;
}

.post1 .blog-post1 .post-nav .nav-links .nav-subtitle {
	padding: 0;
}

.post1 .blog-post1 .post-nav .nav-links > div {
	padding: 28px 50px 36px;
	width: 49.9%;
}

@media (max-width: 767px) {
	.post1 .blog-post1 .post-nav .nav-links > div {
		width: 100%;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.post1 .blog-post1 .post-nav .nav-links > div {
		padding: 28px 20px;
	}
}

.post1 .blog-post1 .post-nav .nav-links > div .prev-post:before {
	content: "\f053";
	font-family: "FontAwesome";
	font-size: 7px;
	padding-right: 7px;
	position: relative;
	top: -1px;
}

.post1 .blog-post1 .post-nav .nav-links > div .next-post:after {
	content: "\f054";
	font-family: "FontAwesome";
	font-size: 7px;
	padding-left: 7px;
	position: relative;
	top: -1px;
}

.post1 .blog-post1 .owl-theme .owl-nav {
	top: 40%;
}

.post1 .blog-post1 .owl-theme .owl-nav > div {
	background-color: #fff;
	height: 60px;
	width: 70px;
}

.post1 .blog-post1 .owl-theme .owl-nav > div:hover {
	background-color: #ff497c;
}

.post1 .blog-post1 .owl-theme .owl-nav > div:hover i {
	color: #fff;
}

.post1 .blog-post1 .owl-theme .owl-nav > div i {
	color: #ff497c;
}

.post1 .comments-area.comment1 {
	margin-top: 0;
}

.post1 h4.comments-title {
	padding: 62px 3px 4px;
}

@media (max-width: 767px) {
	.post1 h4.comments-title {
		padding: 30px 0 0;
	}
}

.related-posts .item-content p {
	color: #1f2732;
	font-weight: 600;
	line-height: 25px;
	margin: 15px 0 0;
}

.related-posts .vertical-item .item-media + .item-content {
	padding-top: 0;
}

.related-posts .item-meta {
	margin: 8px 0 10px;
}

.related-posts .item-meta a {
	font-weight: 700;
	letter-spacing: 0.2em;
}

.related-posts h4 {
	margin: 78px 0 37px;
}

@media (max-width: 767px) {
	.related-posts h4 {
		margin: 39px 0 21px;
	}
}

.comments-area.comment1 {
	margin-top: 64px;
}

@media (max-width: 767px) {
	.comments-area.comment1 {
		margin-top: 0;
	}
}

.comments-area.comment1 .comment-list {
	padding: 0;
}

.comments-area.comment1 .comment-list li {
	padding: 30px 0 0;
}

.comments-area.comment1 ol.children {
	margin: -30px 0 0 0;
	padding: 0;
}

.comments-area.comment1 .comment-body {
	padding: 19px 0px 11px 38px;
}

.comments-area.comment1 b span.dot {
	color: #1f2732;
	font-size: 20px;
	margin: 0 8px;
	position: absolute;
	top: 8%;
}

@media (max-width: 575px) {
	.comments-area.comment1 b span.dot {
		display: none;
	}
}

.comments-area.comment1 b span.data {
	color: #ff497c;
	font-weight: 300;
	margin-left: 24px;
}

@media (max-width: 575px) {
	.comments-area.comment1 b span.data {
		margin-left: 0;
	}
}

.comments-area.comment1 b span.data:hover {
	color: #1f2732;
}

.comments-area.comment1 .comments-area > .comment-respond {
	margin-top: -5px;
	padding: 0;
}

.comments-area.comment1 .form-control::-webkit-input-placeholder {
	text-align: left;
}

.comments-area.comment1 .comment-form textarea {
	height: 120px;
	margin-bottom: 5px;
}

.comments-area.comment1 h4 {
	margin-bottom: 36px;
}

@media (max-width: 767px) {
	.comments-area.comment1 h4 {
		margin-bottom: 25px;
	}
}

.entry-meta.icons {
	padding: 30px 0 23px;
}

.entry-meta.icons a {
	color: #1f2732;
	margin-right: 21px;
}

.entry-meta.icons a:hover {
	color: #ff497c;
}

.post-icons {
	background-color: #1f2732c4;
	display: block;
	margin-bottom: 0;
	margin-top: -60px;
	padding: 20px 0;
	position: relative;
	z-index: 1;
}

.post-icons a {
	color: #fff;
	text-align: left;
}

.post-icons a:hover {
	color: #ff497c;
}

.post-icons i {
	margin-left: 23px;
}

@media (max-width: 767px) {
	.post-icons i {
		margin: 0;
	}
}

.post-icons .first {
	padding-left: 37px;
}

.post-icons .social {
	margin-right: 60px;
}

@media (max-width: 767px) {
	.post-icons .social {
		margin-right: 25px;
	}
}

@media (max-width: 991px) {
	.post3 .tags-button {
		margin: 30px 0 5px;
	}
}

.post3 .gallery-blog.gallery-owl-nav .owl-nav > div {
	height: 60px;
	width: 70px;
}

.post3 .owl-carousel.gallery-blog {
	margin-bottom: 52px;
	margin-top: 79px;
}

@media (max-width: 767px) {
	.post3 .owl-carousel.gallery-blog {
		margin-bottom: 10px;
		margin-top: 50px;
	}
}

.post3 .comments-area.comment1 {
	margin-top: 0;
}

.post3 .comments-area.comment1 .comment-author {
	font-weight: 500;
}

.post3 h4.comments-title {
	margin: 0 0 37px -17px;
	padding: 24px 60px 4px;
}

@media (max-width: 767px) {
	.post3 h4.comments-title {
		margin: 0 0 15px -17px;
	}
}

.post3 .entry-title {
	font-size: 20px;
	margin: 0 0 13px;
}

.post3 .gallery-blog.owl-theme .owl-nav {
	top: 35%;
}

.post3 .content-title {
	font-size: 20px;
	font-weight: 500;
	margin: 38px 0 13px;
}

@media (max-width: 767px) {
	.post3 .content-title {
		margin: 19px 0 3px;
	}
}

.post3 .tags {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.2em;
	margin-bottom: 43px;
	text-transform: uppercase;
}

@media (max-width: 767px) {
	.post3 .tags {
		line-height: 20px;
		margin-bottom: 10px;
	}
}

.post3 .tags span {
	color: #1f2732;
}

.post3 .tags a {
	color: #ff497c;
}

.post3 .tags a:hover {
	color: #1f2732;
}

.post3 blockquote {
	background-color: #fff;
	border: none;
	margin: 50px 0;
	padding: 50px;
}

@media (max-width: 767px) {
	.post3 blockquote {
		margin: 20px 0;
		padding: 50px 20px;
	}
}

.post3 blockquote h6 {
	font-style: normal;
	margin-top: 17px;
}

.post3 .vertical-item.content-absolute .item-content {
	top: 53px;
}

.post-adds.layout-2 {
	background-color: #fff;
	margin-bottom: 0;
}

.post-adds.layout-2 .votes_count {
	padding: 0 41px;
}

@media (min-width: 577px) and (max-width: 1600px) {
	.post-adds.layout-2 .votes_count {
		padding: 0 15px;
	}
}

.post-adds.layout-2 .votes_count .margin {
	margin-left: 30px;
	margin-top: 0;
}

.post-adds.layout-2 .views-count {
	background-color: #1f2732;
	padding: 21px 30px 20px;
}

@media (max-width: 576px) {
	.post-adds.layout-2 .views-count {
		padding: 10px 15px;
	}
}

.post-adds.layout-2 .dropdown-menu .share_buttons {
	height: 280px;
	left: auto;
	margin-top: 0;
	min-width: 40px;
	overflow: visible;
	position: fixed;
	right: 120px;
	top: 50%;
	width: 40px;
}

.post-adds.layout-2 .dropdown-menu .share_buttons a {
	display: block;
	height: 40px;
	margin: 0 !important;
	width: 40px;
}

@media (max-width: 1199px) {
	.post-nav.post-3 {
		margin: 0 0 50px;
	}
}

.post-nav.post-3 .nav-links .nav-title {
	color: #323232;
	display: block;
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
	margin-top: 8px;
	padding: 0 40px;
}

.post-nav.post-3 .nav-links > div {
	width: 50%;
}

@media (max-width: 575px) {
	.post-nav.post-3 .nav-links > div {
		width: 100%;
	}
}

.post-nav.post-3 .nav-links > div .fa {
	font-size: 30px;
}

.post-nav.post-3 .nav-subtitle {
	padding: 25px 41px 0.05em;
}

.author-bio.post3 {
	margin-top: 30px;
}

.author-bio.post3 .item-media {
	overflow: visible;
}

.author-bio.post3 .item-media img {
	border: 5px solid #dedfe1;
	border-radius: 50%;
	left: 0%;
	margin-bottom: 12px;
	margin-top: -70px;
	max-width: 90px;
	min-width: 90px;
	position: relative;
}

.author-bio.post3 .author-social {
	margin-bottom: 20px;
	margin-top: 5px;
}

.author-bio.post3 .item-content {
	padding: 27px 48px 60px 60px;
}

@media (max-width: 767px) {
	.author-bio.post3 .item-content {
		padding: 27px 24px 40px;
	}
}

.author-bio.post3 .item-content h6 {
	margin-bottom: 3px;
}

.comments-area.comment1.post3 h4.comment-reply-title {
	margin-bottom: 20px;
}

.comments-area.comment1.post3 .comment-body {
	margin-bottom: 27px;
	margin-left: 0;
	padding: 0 23px 30px;
	position: relative;
}

.comments-area.comment1.post3 .link-a {
	margin: -10px 0 0 0;
}

.comments-area.comment1.post3 .reply a {
	color: #1f2732;
}

.comments-area.comment1.post3 .reply a:hover {
	color: #ff497c;
}

.comments-area.comment1.post3 .comment-content p {
	margin-bottom: -3px;
}

.comments-area.comment1.post3 li.comment.ls.white {
	padding: 7px 0 0;
}

.comments-area.comment1.post3 li.comment.ls.white .comment-body {
	margin-bottom: 0;
}

.comment-respond.post3 {
	margin-top: 79px;
}

@media (max-width: 767px) {
	.comment-respond.post3 {
		margin-top: 30px;
	}
}

.comment-respond.post3 .form-control::-webkit-input-placeholder {
	text-align: center;
}

.comment-respond.post3 .comment-form p {
	margin: 0 0 20px;
	width: 100%;
}

.comment-respond.post3 .comment-form p.form-submit input {
	width: 31%;
}

@media (max-width: 767px) {
	.comment-respond.post3 .comment-form p.form-submit input {
		margin-bottom: -20px;
		margin-top: -10px;
		width: 74%;
	}
}

@media (min-width: 991px) and (max-width: 1600px) {
	.comment-respond.post3 .comment-form p.form-submit input {
		width: 50%;
	}
}

.comment-respond.post3 .comment-form p.form-submit input[type="submit"] {
	margin-top: 8px;
	padding: 26px 0px;
}

@media (max-width: 767px) {
	.comment-respond.post3 .comment-form p.form-submit input[type="submit"] {
		margin-top: 0;
	}
}

.comment-respond.post3 p.comment-notes {
	margin: 3px 0 28px;
}

@media (max-width: 767px) {
	.comment-respond.post3 p.comment-notes {
		margin: -12px 0 9px;
	}
}

.comment-respond.post3 .comment-form textarea {
	height: 180px;
	margin-bottom: 10px;
}

.post4 .meta {
	padding: 10px;
}

.post4 .meta .ent-meta {
	margin-right: -15px;
}

.post4 .meta .ent-meta i {
	margin: 0 3px 0 9px;
}

.post4 .meta .autor {
	margin-right: 5px;
}

.post4 .tags-button {
	margin-bottom: 70px;
}

@media (max-width: 991px) {
	.post4 .tags-button {
		margin-bottom: 40px;
	}
}

.post4 .tags-button a {
	background-color: #f5f5f5;
}

.post4 .entry-content {
	padding: 50px 57px;
}

@media (max-width: 767px) {
	.post4 .entry-content {
		padding: 20px 0;
	}
}

.post4 .entry-content blockquote {
	border: none;
	margin: 43px -60px;
	padding: 0;
}

@media (max-width: 991px) {
	.post4 .entry-content blockquote {
		margin: 40px 0px;
	}
}

.post4 .navigation a {
	border: 4px solid #ff497c;
	border-radius: 50px;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.2em;
	padding: 20px;
	text-transform: uppercase;
}

.post4 .navigation a:hover {
	background-color: #ff497c;
	color: #fff;
}

.post4 .post-nav .nav-links > div {
	padding: 40px;
	width: 48.4%;
}

@media (max-width: 767px) {
	.post4 .post-nav .nav-links > div {
		width: 100%;
	}
}

.post4 .next {
	margin-left: 10px;
}

@media (max-width: 767px) {
	.post4 .next {
		margin: 10px 0 0 0;
	}
}

.post4 .post-nav {
	margin: 0;
}

.post4 .related-posts .post-carousel .item-content {
	padding: 30px 30px 27px;
}

.post4 .related-posts .post-carousel .item-content p {
	margin: 0 0 5px;
}

.post4 .related-posts .post-carousel .item-content .item-meta a {
	color: #ff497c;
}

.post4 .related-posts .post-carousel .item-content .item-meta a:hover {
	color: #fff;
}

.post4 .related-posts .owl-theme .owl-dots {
	margin-top: 34px;
}

.post4 .related-posts .owl-theme .owl-dots span {
	height: 5px;
	margin: 9px 12px;
	width: 5px;
}

.post4 .comments-area.comment1.post3.post4 {
	margin-top: 0;
}

.post4 .comments-area.comment1.post3.post4 .comment-body {
	margin-bottom: 0;
	padding: 0 50px 0px;
}

@media (max-width: 767px) {
	.post4 .comments-area.comment1.post3.post4 .comment-body {
		padding: 0;
	}
}

.post4 .comments-area.comment1.post3.post4 .comment-list li {
	padding: 23px 0 0;
}

.post4 .comments-area.comment1.post3.post4 .comment-form p.form-submit {
	margin-top: 9px;
}

.post4 .comments-area.comment1.post3.post4 .comment-form p.form-submit input {
	width: 27%;
}

@media (max-width: 767px) {
	.post4 .comments-area.comment1.post3.post4 .comment-form p.form-submit input {
		width: 74%;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.post4 .comments-area.comment1.post3.post4 .comment-form p.form-submit input {
		width: 33%;
	}
}

.post4 .comments-area.comment1.post3.post4 .comment-form p.form-submit input[type="submit"] {
	padding: 26px 0px;
}

.post4 h4.comments-title {
	margin: 46px 0 4px;
}

@media (max-width: 1600px) {
	.post4 h4.comments-title {
		margin: 4px 0 -16px;
	}
}

.post4 .comment-respond.post3 {
	margin-top: 110px;
	padding: 58px 60px 40px;
}

@media (max-width: 1600px) {
	.post4 .comment-respond.post3 {
		margin-top: 30px;
		padding: 30px 10px;
	}
}

.post4 .comment-respond.post3 h4 {
	color: #fff;
	margin-bottom: 17px;
}

.post4 .owl-carousel .owl-dots .owl-dot span {
	background-color: #1f2732;
	border: 1px solid #1f2732;
}

.post4 .owl-carousel .owl-dots .owl-dot.active span,
.post4 .owl-carousel .owl-dots .owl-dot:hover span {
	background-color: #ff497c;
	border-color: #ff497c;
}

.post4 .related-posts h4 {
	margin: 118px 0 37px;
}

@media (max-width: 767px) {
	.post4 .related-posts h4 {
		margin: 40px 0 0 0;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.post4 .related-posts h4 {
		margin: 70px 0 30px 0;
	}
}

.post5 {
	/* blog post entry meta */
}

.post5 .images-item {
	margin: 50px 0;
}

@media (max-width: 991px) {
	.post5 .images-item {
		margin: 30px 0;
	}
}

.post5 .comment-form p {
	margin-bottom: 24px;
	width: 100%;
}

@media (max-width: 767px) {
	.post5 .comments-area > .comment-respond {
		margin-top: -30px;
		padding: 0 10px 47px;
	}
}

.post5 .comment-meta img {
	left: -85px;
	top: 7px;
}

@media (max-width: 575px) {
	.post5 .comment-meta img {
		left: -47px;
	}
}

.post5 .comment-content {
	margin-top: 6px;
}

@media (max-width: 767px) {
	.post5 .comments-area .comment-list {
		padding: 10px 0px 10px 20px;
	}
}

.post5 .comments-area .comment-list ol.children img {
	left: -65px;
}

@media (max-width: 767px) {
	.post5 .comments-area .comment-list ol.children img {
		left: -47px;
	}
}

.post5 .comments-area .comment-list .reply.chl {
	margin-top: -9px;
}

.post5 .comment-body {
	margin-bottom: 0;
}

.post5 .media-item img {
	max-height: 185px;
	max-width: 277px;
}

@media (max-width: 1199px) {
	.post5 .media-item img {
		max-width: 100%;
	}
}

.post5 .entry-blog-share {
	float: right;
}

.post5 .entry-blog-share i {
	margin-top: 18px;
}

@media (max-width: 1199px) {
	.post5 .entry-blog-share {
		float: unset;
	}

	.post5 .entry-blog-share i {
		margin: 0;
	}
}

.post5 .entry-meta {
	line-height: 1;
	position: relative;
	text-align: left;
}

.post5 .entry-meta > * {
	color: #fff;
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.2em;
	line-height: 1.6;
	margin-right: 28px;
	margin-top: 0;
	text-transform: uppercase;
}

.post5 .entry-meta a :hover {
	color: #ff497c;
}

@media (max-width: 479px) {
	.post5 .entry-meta > * {
		margin-right: 7px;
	}
}

.post5 .entry-meta.with_padding {
	padding: 10px;
}

@media (max-width: 991px) {
	.post5 .entry-meta.with_padding {
		margin-bottom: 50px;
	}
}

@media (min-width: 768px) {
	.post5 .entry-meta.with_padding {
		padding: 15px 25px 15px 44px;
	}
}

.post5 .entry-meta .entry-avatar {
	margin-right: 10px;
}

.post5 .entry-meta .entry-avatar img {
	border: 3px solid rgba(255, 255, 255, 0.3);
	border-radius: 50%;
	height: 50px;
	width: 50px;
}

.post5 .entry-meta .blog-adds > * {
	color: #fff;
	margin-right: 33px;
}

.post5 .entry-meta .blog-adds > *:last-child {
	margin-right: 7px;
}

@media (max-width: 479px) {
	.post5 .entry-meta .blog-adds > * {
		margin-right: 7px;
	}
}

.post5 .entry-meta .tags i {
	margin-right: 9px;
}

.post5 .entry-meta .tags a {
	color: #ff497c;
}

.post5 .entry-meta .tags a:hover {
	color: #fff;
}

.post5 .nav-links {
	font-weight: 700;
	letter-spacing: 0.2em;
	margin-top: 30px;
	text-transform: uppercase;
}

.post5 .nav-links .fa {
	font-size: 10px;
}

.post5 .next-link {
	margin-top: -30px;
}

.post5 .post-blog5 {
	margin-top: 70px;
}

@media (max-width: 991px) {
	.post5 .post-blog5 {
		margin-top: 10px;
	}
}

.post5 .post-blog5 .post-blog img {
	min-height: 308px;
}

.post5 .comments-area {
	margin-top: 47px;
}

@media (max-width: 767px) {
	.post5 .comments-area {
		margin-top: 20px;
	}
}

.post5 .list-block {
	margin-top: 30px;
}

.post5 .post ol {
	margin-bottom: -10px;
}

.vertical-item.blog-padding .item-content {
	padding: 46px 50px 50px 54px;
}

@media (max-width: 767px) {
	.vertical-item.blog-padding .item-content {
		padding: 30px 20px;
	}
}

.blog1 .entry-meta.icons a {
	color: #1f2732;
	margin-right: 3px;
}

.blog1 .entry-meta.icons a:hover {
	color: #ff497c;
}

.blog1 .data-thumbnail {
	background-color: #ff497c;
	left: 20px;
	position: absolute;
	top: 20px;
	z-index: 1;
}

.blog1 .data-thumbnail h4 {
	margin: 12px 0;
	padding: 0 7px;
}

.blog1 .data-thumbnail p {
	background-color: #1f2732;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	padding: 0 7px;
	text-transform: uppercase;
}

.blog1 .vertical-item .item-media + .item-content {
	padding-bottom: 10px;
	padding-top: 26px;
}

@media (max-width: 991px) {
	.blog1 .vertical-item .item-media + .item-content {
		padding-top: 15px;
	}
}

.blog1 .vertical-item .item-media + .item-content .entry-title {
	margin: 0 0 11px;
}

.blog1 .vertical-item .item-media + .item-content .entry-meta.icons {
	padding: 0 0 16px;
}

.blog1 .vertical-item .item-media + .item-content .tags-button {
	margin-top: 40px;
}

@media (max-width: 1199px) {
	.blog1 .vertical-item .item-media + .item-content .tags-button {
		margin-top: 20px;
	}
}

.blog1 .vertical-item .item-media + .item-content .tags-button a {
	background-color: #f5f5f4;
}

.blog1 .vertical-item .item-media + .item-content .tags-button a:hover {
	background-color: #ff497c;
	color: #fff;
}

.blog1 .vertical-item .item-media + .item-content .tags-button a:first-child {
	margin-left: 0;
}

.blog1 .vertical-item .item-media + .item-content .link a i:hover {
	color: #ff497c;
}

.blog1 .widget_slider .vertical-item .item-media + .item-content {
	padding: 26px 26px;
}

.blog1 .post + .post.format-link {
	margin-top: 44px;
}

@media (max-width: 991px) {
	.blog1 .post + .post.format-link {
		margin-top: 30px;
	}
}

.blog1 .post + .post.format-link .entry-meta.icons {
	padding: 0 0 21px;
}

.blog1 .post + .post.format-link .entry-title,
.blog1 .post + .post.format-link .entry-title:last-child {
	margin: 0 0 9px;
}

.blog1 .post + .post.format-chat {
	margin-top: 48px;
}

@media (max-width: 991px) {
	.blog1 .post + .post.format-chat {
		margin-top: 30px;
	}
}

.blog1 .post + .post.format-aside {
	margin-top: 53px;
}

@media (max-width: 991px) {
	.blog1 .post + .post.format-aside {
		margin-top: 30px;
	}
}

.blog1 .post + .post.format-aside .entry-meta.icons {
	padding: 0 0 20px;
}

.blog1 .post + .post.format-aside .entry-title,
.blog1 .post + .post.format-aside .entry-title:last-child {
	margin: 0 0 9px;
}

@media (max-width: 991px) {
	.blog2 .c-gutter-60 [class*="col-"],
	.blog2 .row.c-gutter-60 > [class*="col-"] {
		padding-left: 10px;
		padding-right: 10px;
	}
}

.blog2 .post-thumb a img {
	max-height: 600px;
	width: 1170px;
}

.blog2 .icons {
	margin-top: 9px;
}

.blog2 .entry-content {
	margin-left: 27px;
}

@media (max-width: 767px) {
	.blog2 .entry-content {
		margin-left: 0;
		margin-top: 30px;
	}
}

.blog2 .entry-content .link {
	margin-top: 10px;
}

.blog2 .embed-responsive-3by2 {
	padding-bottom: 50.666%;
}

.blog2 .entry-title,
.blog2 .entry-title:last-child {
	margin: 0 0 14px;
}

.blog2 .pb {
	padding-bottom: 13px;
}

.blog2 .format-status {
	padding: 207px 60px 220px;
}

@media (max-width: 767px) {
	.blog2 .format-status {
		padding: 70px 20px;
	}
}

.blog2 .format-status .status-icons {
	margin-top: 25px;
}

.blog2 .format-status .status-icons i {
	margin-left: 30px;
}

.blog2 .post.cover-image.format-quote .format-image img {
	background: rgba(255, 255, 255, 0.1);
	border-radius: 50%;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
	max-width: 150px;
	padding: 9px;
}

.blog2 .format-quote {
	padding: 110px 190px;
}

@media (max-width: 767px) {
	.blog2 .format-quote {
		padding: 35px 30px 30px;
	}
}

.blog2 .format-quote .link-a {
	margin-top: 25px;
}

.blog2 .format-quote .link-a a {
	color: #ff497c;
	letter-spacing: 0.1em;
}

.blog2 .format-quote .link-a a:hover {
	color: #fff;
}

.blog2 .format-quote .entry-content {
	font-style: italic;
	margin-bottom: 25px;
}

@media (max-width: 767px) {
	.blog2 .vertical-item.blog-padding .item-content {
		padding: 30px 50px;
	}
}

.blog3 .post-icons {
	margin-top: -58px;
}

.blog3 .post-icons .face-image.half-border {
	border: 5px solid rgba(255, 255, 255, 0.1);
	border-bottom: 0;
	border-top-left-radius: 110px;
	border-top-right-radius: 110px;
	height: 40px;
	left: 82%;
	position: absolute;
	top: 30%;
	width: 80px;
}

@media (max-width: 767px) {
	.blog3 .post-icons .face-image.half-border {
		left: 70%;
	}
}

.blog3 .post-icons .face-image.half-border img {
	border-radius: 50%;
	border-radius: 50px;
}

.blog3 .post-icons.no-margin {
	background-color: #1f2732;
}

.blog3 .format-status .avatar {
	border: 5px solid rgba(255, 255, 255, 0.3);
	margin: 15px auto 20px;
}

.blog3 .format-status .entry-title {
	margin-bottom: 15px;
}

.blog3 .format-status .entry-meta.small-text {
	margin: 24px 0 14px;
}

.blog3 .format-status .entry-meta.small-text i {
	margin-left: 19px;
}

.blog3 .format-link .item-content {
	padding: 45px 60px 50px;
}

.blog3 .format-link .post-icons.no-margin {
	margin: 0;
}

.blog3 .post.cover-image.format-quote {
	padding: 67px 60px 63px;
}

.blog3 .post.cover-image.format-quote .format-image img {
	background: rgba(255, 255, 255, 0.1);
	border-radius: 50%;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
	max-width: 150px;
	padding: 9px;
}

.blog3 .post.cover-image.format-quote .link-a {
	margin: 18px 0 -4px;
}

.blog3 .post.cover-image.format-quote .link-a a {
	color: #ff497c;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

.blog3 .post.cover-image.format-quote .link-a a:hover {
	color: #fff;
}

.blog3 .post.cover-image.format-quote h3.entry-title a {
	font-size: 30px;
}

.blog3 .post.cover-image.format-quote .entry-content p {
	margin-bottom: 25px;
}

.blog3 .post.cover-image.format-quote .entry-meta.small-text i {
	margin-left: 19px;
}

.blog3 .format-aside .post-icons {
	margin: 0;
}

.blog3 .entry-title,
.blog3 .entry-title:last-child {
	margin: 0 0 16px;
}

.blog-link {
	margin-top: 20px;
}

.blog4 {
	/* blog post entry meta */
}

.blog4 .vertical-item.blog-padding .item-content {
	padding: 65px 50px 61px 60px;
}

@media (max-width: 767px) {
	.blog4 .vertical-item.blog-padding .item-content {
		padding: 30px 20px;
	}
}

.blog4 .entry-meta {
	clear: both;
	line-height: 1;
	margin-bottom: 8px;
}

.blog4 .entry-meta a {
	color: #fff;
}

.blog4 .entry-meta a :hover {
	color: #ff497c;
}

.blog4 .entry-blog-share {
	float: right;
}

.blog4 .entry-blog-share i {
	margin-top: 18px;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.blog4 .entry-blog-share i {
		margin: 0;
	}
}

@media (max-width: 767px) {
	.blog4 .entry-blog-share {
		float: unset;
	}

	.blog4 .entry-blog-share i {
		margin: 0;
	}
}

.blog4 .entry-meta {
	line-height: 1;
	position: relative;
	text-align: left;
}

.blog4 .entry-meta > * {
	color: #fff;
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.2em;
	line-height: 1.6;
	margin-right: 28px;
	margin-top: 0;
	text-transform: uppercase;
}

@media (max-width: 479px) {
	.blog4 .entry-meta > * {
		margin-right: 15px;
	}
}

.blog4 .entry-meta.with_padding {
	padding: 10px 20px;
}

@media (min-width: 768px) {
	.blog4 .entry-meta.with_padding {
		padding: 15px 25px 15px 44px;
	}
}

.blog4 .entry-meta .entry-avatar {
	margin-right: 10px;
}

.blog4 .entry-meta .entry-avatar img {
	border: 3px solid rgba(255, 255, 255, 0.3);
	border-radius: 50%;
	height: 50px;
	width: 50px;
}

.blog4 .entry-meta .blog-adds > * {
	color: #fff;
	margin-right: 32px;
}

@media (max-width: 479px) {
	.blog4 .entry-meta .blog-adds > * {
		margin-right: 7px;
	}
}

.blog4 .format-status .avatar {
	border: 5px solid rgba(255, 255, 255, 0.3);
	margin: 15px auto 20px;
}

.blog4 .format-status .entry-title {
	margin-bottom: 15px;
}

.blog4 .format-status .entry-meta.small-text {
	margin: 24px 0 14px;
}

.blog4 .format-status .entry-meta.small-text i {
	margin-left: 19px;
}

.blog4 .tags-button {
	margin: 0 0 12px;
}

.blog4 .tags-button a {
	background-color: #ff497c;
	color: #fff;
	padding: 7px 20px;
}

.blog4 .tags-button a:hover {
	background-color: #fff;
	color: #ff497c;
}

.blog4 .format-link .item-content {
	padding: 68px 60px 54px;
}

.blog4 .vertical-item.blog-padding.format-chat .item-content {
	padding-bottom: 43px;
}

@media (max-width: 767px) {
	.blog4 .vertical-item.blog-padding.format-chat .item-content {
		padding-bottom: 20px;
	}
}

.blog4 .entry-title,
.blog4 .entry-title:last-child {
	margin: 0 0 16px;
}

@media (max-width: 767px) {
	.blog4 .entry-title,
	.blog4 .entry-title:last-child {
		margin: 25px 0 16px;
	}
}

.blog4 .post-icons i {
	margin-left: 27px;
}

.blog-list .post + .post {
	margin-top: 30px;
}

.blog-list .vertical-item.blog-padding .item-content {
	padding: 36px 44px 36px 40px;
}

.blog-list .vertical-item.blog-padding .item-content h6 {
	margin-bottom: 11px;
}

.blog-list .vertical-item.blog-padding .item-content p {
	margin-bottom: 15px;
}

.blog-list .item-meta i {
	margin-left: 18px;
}

@media (max-width: 991px) {
	.blog-list .item-meta i {
		margin-left: 5px;
	}
}

.blog-list .item-meta i.fa.fa-calendar {
	margin: 0;
}

.blog-list .format-video .item-media img {
	background-size: cover;
}

@media (max-width: 991px) {
	.blog-list .item-meta {
		font-size: 10px;
	}
}

.blog-featured-posts .vertical-item.content-padding.padding-small .item-content {
	padding: 54px 60px 61px;
}

.blog-featured-posts .vertical-item.content-padding.padding-small .item-content .entry-title,
.blog-featured-posts .vertical-item.content-padding.padding-small .item-content .entry-title:last-child {
	font-size: 24px;
	font-weight: 500;
	line-height: 1.2;
	margin: 9px 0 17px;
	text-transform: none;
}

.blog-featured-posts .vertical-item.content-padding.padding-small .item-content .post-author {
	margin-top: 30px;
}

.blog-featured-posts .vertical-item.content-padding.padding-small .item-content .post-author p {
	margin-top: 11px;
}

.blog-featured-posts .format-link {
	margin-top: -110px;
}

@media (max-width: 767px) {
	.masonry-blog .gallery-owl-nav .owl-nav > div {
		right: -25px;
	}

	.masonry-blog .gallery-owl-nav .owl-nav > div:hover {
		right: 0;
	}

	.masonry-blog .gallery-owl-nav .owl-nav > div.owl-prev {
		left: -25px;
	}

	.masonry-blog .gallery-owl-nav .owl-nav > div.owl-prev:hover {
		left: 0;
	}
}

.masonry-blog .c-gutter-60 [class*="col-"],
.masonry-blog .row.c-gutter-60 > [class*="col-"] {
	padding-left: 15px;
	padding-right: 15px;
}

.masonry-blog .vertical-item.content-padding.padding-masonry .item-content {
	padding: 54px 45px 60px;
}

.masonry-blog .vertical-item.content-padding.padding-masonry .item-content h6 {
	font-weight: 500;
	margin-bottom: 16px;
}

.masonry-blog .small-post {
	padding: 55px 60px;
}

.masonry-blog .small-post .avatar {
	border: 5px solid #363d47;
	margin: 0 auto 17px;
}

.masonry-blog .small-post .entry-meta {
	margin: 15px 0 0;
}

.masonry-blog .small-post .entry-meta a {
	color: #fff;
}

.masonry-blog .small-post .entry-meta a:hover {
	color: #ff497c;
}

.masonry-blog .small-post.status {
	padding: 54px 45px 50px;
}

.masonry-blog .small-post.status .entry-meta {
	margin: 0;
}

.masonry-blog .small-post.status .entry-meta a {
	color: #ff497c;
}

.masonry-blog .small-post.status .entry-meta a:hover {
	color: #fff;
}

.masonry-blog .small-post.status h6 {
	margin: 10px 0 17px;
}

.masonry-blog .small-post.status .entry-content p {
	margin-bottom: 19px;
}

.masonry-blog .small-post.status .entry-content span.byline a {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.2em;
	line-height: 1.6em;
	text-transform: uppercase;
}

.masonry-blog .small-post.status .entry-content span.byline a:hover {
	color: #ff497c;
}

.masonry-blog .post.chat p.name {
	color: #1f2732;
	font-weight: 600;
}

.masonry-blog .post.chat p.name.last {
	color: #ff497c;
}

.masonry-blog nav {
	margin-top: 30px;
}

@media (max-width: 767px) {
	.masonry-blog nav {
		margin-top: -10px;
	}
}

.masonry-blog .owl-theme .owl-nav {
	top: 33%;
}

.video-blog {
	margin-top: -60px;
}

.vertical-item .item-media + .item-content.widget-content {
	padding: 20px 40px 33px;
}

.vertical-item .item-media + .item-content.widget-content .widget-content {
	font-weight: 600;
	line-height: 20px;
}

.comments-area.comment1 .comment-body.comment-form {
	margin-top: 28px;
	padding: 25px 0px 12px 39px;
}

.comments-area.comment1 .comment-body.comment-form .comment-author img {
	border: none;
	border-radius: 50%;
	left: -72px;
	position: absolute;
	top: 10px;
}

@media (max-width: 575px) {
	.comments-area.comment1 .comment-body.comment-form .comment-author img {
		left: -30px;
		max-width: 60px;
	}
}

.comments-area.comment1 .comment-body.comment-form input[type="text"],
.comments-area.comment1 .comment-body.comment-form input[type="email"],
.comments-area.comment1 .comment-body.comment-form textarea,
.comments-area.comment1 .comment-body.comment-form .form-control {
	text-align: left;
}

.margin-bottom {
	margin-bottom: 10px;
}

.post2 h4.comments-title {
	padding: 57px 2px 14px;
}

@media (max-width: 767px) {
	.post2 h4.comments-title {
		padding: 16px 0px 3px;
	}
}

@media (max-width: 767px) {
	.post2 .post-nav .nav-links > div {
		width: 100%;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.post2 .post-nav .nav-links > div {
		width: 48%;
	}

	.post2 .next {
		margin-left: 27px;
	}
}

.post2 blockquote {
	border: none;
}

.post2 blockquote p.small-text,
.post2 blockquote h6 {
	font-style: normal;
}

.post2 .comment-form p {
	margin-bottom: 20px;
}

@media (max-width: 991px) {
	.post2 .author-bio .item-content {
		padding: 27px 26px;
	}

	.post2 .blog-post.comments-area .comment-respond {
		margin-bottom: 50px;
		margin-top: 35px;
		padding: 20px 20px 37px;
	}

	.post2 .comment-respond .form-submit {
		margin: -6px 0 0;
	}
}

@media (min-width: 991px) and (max-width: 1199px) {
	.post2 .next {
		margin-left: 14px;
	}
}

@media (max-width: 767px) {
	.video-post .author-bio .item-content {
		padding: 27px 26px 24px;
	}
}

@media (max-width: 991px) {
	.related-post {
		margin-top: 30px;
	}
}

.related-post .vertical-item.content-absolute .item-content {
	background-color: rgba(31, 39, 50, 0.8);
	bottom: 0%;
	left: 0;
	padding: 26px 43px 20px;
	position: absolute;
	right: 0;
	z-index: 2;
}

@media (max-width: 991px) {
	.related-post .vertical-item.content-absolute .item-content {
		padding: 26px 20px 20px;
	}
}

.related-post .vertical-item.content-absolute .item-content p {
	font-weight: 500;
	line-height: 24px;
	margin: 0;
}

.related-post .vertical-item.content-absolute .item-content p.item-meta a {
	color: #ff497c;
	font-weight: 700;
	letter-spacing: 0.2em;
}

.related-post .vertical-item.content-absolute .item-content p.item-meta a:hover {
	color: #fff;
}

/* 
** Template Specific Styles
*/
#box_wrapper > section,
#box_wrapper > div > section {
	overflow: hidden;
}

#box_wrapper > section.page_topline,
#box_wrapper > section.page_toplogo,
#box_wrapper > section.overflow-visible,
#box_wrapper > div > section.overflow-visible {
	overflow: visible;
}

.s-pb-170 > [class*='container'] {
	padding-bottom: 170px;
}

a.btn {
	min-width: 230px;
}

.z-index {
	z-index: 5;
}

.z-index-10 {
	z-index: 10;
}

.mb-25 {
	margin-bottom: 25px;
}

.fw-600 {
	font-weight: 600;
}

.divider-5 {
	margin-top: 5px;
}

.divider-15 {
	margin-top: 15px;
}

.divider-35 {
	margin-top: 35px;
}

.divider-45 {
	margin-top: 45px;
}

.divider-55 {
	margin-top: 55px;
}

.divider-65 {
	margin-top: 65px;
}

.divider-75 {
	margin-top: 75px;
}

.divider-85 {
	margin-top: 85px;
}

.divider-95 {
	margin-top: 95px;
}

.divider-105 {
	margin-top: 105px;
}

.divider-110 {
	margin-top: 110px;
}

.divider-125 {
	margin-top: 125px;
}

.small-margin {
	margin-top: 5px;
}

.dropdown-shopping-cart {
	font-weight: 700;
	position: relative;
}

.page_toplogo .dropdown-shopping-cart {
	margin-left: 24px;
}

.dropdown-shopping-cart i {
	font-size: 28px;
	padding-right: 14px;
}

.page_toplogo .dropdown-shopping-cart i {
	position: relative;
	top: 0.18em;
}

.dropdown-shopping-cart .badge {
	border-radius: 1em;
	left: 24px;
	padding: .28em .5em .2em;
	position: absolute;
}

.page_toplogo .dropdown-shopping-cart .badge {
	top: -0.3em;
}

.dropdown-shopping-cart:hover {
	color: inherit;
}

.dropdown-shopping-cart + .dropdown-menu {
	margin-top: 50px;
}

@media (min-width: 576px) {
	.dropdown-shopping-cart + .dropdown-menu {
		min-width: 430px;
	}
}

.page_title h1,
.page_title h2 {
	line-height: 1;
}

@media (min-width: 992px) {
	.page_title h1,
	.page_title h2 {
		font-size: 54px;
	}

	.page_title h1:last-child,
	.page_title h2:last-child {
		margin-bottom: 0;
	}
}

.page_title .small-title {
	margin-bottom: 0;
}

.page_title .small-title + .breadcrumb {
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 0;
	text-transform: none;
}

@media (min-width: 992px) {
	.page_title .title-inline {
		margin: 0;
	}

	.page_title .title-inline + .breadcrumb {
		border-left: 1px solid rgba(200, 200, 200, 0.35);
		margin-left: 30px;
		padding-left: 30px;
	}
}

.page_title .breadcrumb {
	line-height: 1.6;
}

.page_title [class*="container"] > .breadcrumb {
	background-color: rgba(0, 0, 0, 0.1);
	bottom: 0;
	padding: 0 15px;
	position: absolute;
	right: 15px;
}

.teaser-contact-icon.s-parallax {
	background-image: url("../img/texture_2.png");
}

.page_404 {
	background-image: url("../img/404.jpg");
}

.page_map {
	height: 500px;
	text-align: center;
}

.page_map .marker {
	display: none;
}

.page_map .gmnoprint.gm-bundled-control.gm-bundled-control-on-bottom {
	bottom: 165px !important;
}

.map_marker_description {
	max-width: 270px;
}

.map_marker_description h3 {
	line-height: 1;
	margin-bottom: 10px;
}

.map_marker_description img {
	max-width: 90% !important;
}

.gm-style .gm-style-iw {
	line-height: 1.6em;
	overflow: visible !important;
	text-align: center;
}

.gm-style .gm-style-iw > *:first-child {
	position: relative;
}

.gm-style .gm-style-iw:before {
	background: #fff;
	border-top: 2px solid #ff497c;
	bottom: -25px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
	content: "";
	display: block;
	left: -16px;
	position: absolute;
	right: -16px;
	top: -25px;
}

.gm-style .gm-style-iw .icon-inline {
	display: inline-block;
	margin: 0.3em 0;
}

.gm-style .gm-style-iw .icon-inline .icon-styled {
	margin-right: 5px;
}

.texture-ds {
	background-image: url("../img/texture_dark.jpg");
}

/*footer social buttons that hidden on half of their height*/
.page_footer {
	/*overriding Bootstrap Addons buttons*/
}

.page_footer.s-parallax {
	background-image: url("../img/parallax/footer_bg.png");
}

@media (min-width: 576px) {
	.page_footer a.border-icon:before,
	.page_footer a.bg-icon:before,
	.page_footer a.color-bg-icon:before {
		height: 4.2em;
		line-height: 4.2em;
		width: 4.2em;
	}
}

.page_footer .side-icon-box {
	margin: 0 0 20px;
}

.page_footer .side-icon-box > .icon-styled:first-child {
	margin-right: 0;
	position: relative;
	top: 0.5em;
}

.page_footer .side-icon-box .icon-styled + .media-body {
	margin-left: 20px;
}

.page_footer .col-md-12 .widget_social_buttons {
	margin-bottom: 30px;
}

@media (max-width: 1199px) {
	.page_footer .col-md-12 .widget_social_buttons {
		margin-bottom: 0;
	}
}

.page_footer .col-md-12 .widget_social_buttons a {
	margin: 0 10px 70px;
}

@media (min-width: 1200px) {
	.page_footer .col-md-12 .widget_social_buttons a {
		margin-bottom: 0;
		-webkit-transform: translateY(50%);
		-ms-transform: translateY(50%);
		transform: translateY(50%);
	}

	.page_footer .col-md-12 .widget_social_buttons a:hover {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

.page_footer .corner:after {
	border-top: 50px solid #fff;
}

.margin {
	margin-left: 12px;
	margin-top: -120px;
}

.page_copyright {
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

.page_copyright.cover-background,
.page_copyright.s-parallax {
	background-image: url("../img/parallax/copyright_bg.jpg");
}

.item-hover-content {
	overflow: hidden;
	position: relative;
}

.item-hover-content .item-media {
	z-index: 2;
}

.item-hover-content .item-content {
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
	left: 0;
	position: absolute;
	right: 0;
}

.item-hover-content .item-content h4 {
	letter-spacing: 0.15em;
	line-height: 1;
	margin-bottom: 1.4em;
}

.item-hover-content .item-content h4 span {
	font-weight: 900;
}

@media (min-width: 1200px) {
	.item-hover-content.content-padding .item-content {
		padding: 54px 40px;
	}
}

.item-hover-content:hover {
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
	overflow: visible;
	z-index: 3;
}

.item-gallery {
	background: transparent;
	overflow: hidden;
	position: relative;
}

.item-gallery .item-content h6 {
	opacity: 0;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
	z-index: 5;
}

.item-gallery:hover .item-content h6 {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.service-item .item-content {
	padding: 47px 58px;
}

.service-item .item-content p {
	margin-bottom: 8px;
}

.service-item1 h6 {
	font-weight: 500;
}

.service-item1 p {
	margin-bottom: 8px;
}

.service-item1 .icon-box {
	padding: 57px 55px 55px;
}

@media (max-width: 427px) {
	.service-item1 .icon-box {
		padding: 57px 30px 55px;
	}
}

.service-item1 .service-icon {
	margin-bottom: 21px;
}

.service-item1 .service-icon.last {
	margin-bottom: 31px;
}

@media (max-width: 991px) {
	.service-item2 h6 {
		font-size: 25px;
		margin-bottom: 5px;
	}
}

.service-item2 img {
	max-width: 120px;
}

.service-item2 .vertical-item .item-content {
	padding-top: 23px;
}

@media (max-width: 767px) {
	.service-item2 .vertical-item .item-content {
		padding-top: 10px;
	}
}

.btn-link {
	color: #ff497c;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

.btn-link:hover {
	color: #1f2732;
	text-decoration: none;
}

.form-group .btn-maincolor {
	margin-top: 6px;
	padding: 26px 80px;
}

.service-item3 .vertical-item .item-content {
	padding: 59px 58px 55px;
}

@media (max-width: 768px) {
	.service-item3 .vertical-item .item-content {
		padding: 40px 36px;
	}
}

.service-item3 .vertical-item .item-content p {
	margin-bottom: 18px;
	margin-top: 25px;
}

.icon-service img {
	padding-right: 10px;
}

.icon-service h6 {
	margin-bottom: 14px;
	margin-top: 20px;
}

.icon-service p {
	margin: 0 0 8px;
}

.icon-service ul {
	color: #1f2732;
	font-size: 20px;
	line-height: 30px;
	list-style: none;
	margin-top: 65px;
	padding-left: 7px;
}

@media (max-width: 767px) {
	.icon-service ul {
		margin: 20px 0 50px 97px;
	}
}

.icon-service ul li {
	font-weight: 300;
	margin-bottom: 10px;
}

@media (max-width: 767px) {
	.icon-service .media {
		padding: 0 15px;
	}
}

.service-item4 .service-widget h6 {
	line-height: 17px;
	margin-bottom: 30px;
}

.service-item4 .service-widget ul {
	padding: 0 30px 0 0;
}

.service-item4 .service-widget ul.list li {
	padding-bottom: 7px;
	padding-top: 8px;
}

@media (max-width: 767px) {
	.service-item4 .service-widget {
		text-align: center;
	}
}

.service-item4 .excerpt {
	font-weight: 300;
	margin-bottom: 13px;
}

.service-item4 .progress-service {
	margin-top: 35px;
}

@media (max-width: 991px) {
	.service-item4 .progress-service {
		margin-top: 10px;
	}
}

.service-item4 .progress-service .progress-title {
	margin: 18px 0 10px;
}

.service-item4 .progress-service h6 {
	margin-bottom: -5px;
}

.service-item4 .list-comtent {
	margin-top: 35px;
}

@media (max-width: 991px) {
	.service-item4 .list-comtent {
		margin: 0;
	}
}

.service-item4 .list-comtent .list1 li {
	padding: 0 0 6px 0px;
}

.progress-title {
	color: #1f2732;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.2em;
	margin: 30px 0 9px;
	text-transform: uppercase;
}

.progress-bar span {
	color: #1f2732;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0.2em;
	margin-left: 270px;
	margin-top: -27px;
	position: absolute;
	text-transform: uppercase;
}

.left-part {
	padding-right: 23px;
}

.testimonials-item {
	padding-top: 80px;
}

@media (max-width: 991px) {
	.testimonials-item {
		padding-top: 0;
	}
}

.testimonials-item img {
	border: 5px solid #dedfe1;
	border-radius: 50%;
	margin-right: 15px;
	max-width: 90px;
	min-width: 90px;
}

.testimonials-item p {
	color: #7f7f7f;
	font-style: italic;
}

.testimonials-item h6 {
	font-size: 16px;
	font-weight: 600;
	margin: -4px 0 -10px;
	text-align: left;
}

.testimonials-item span {
	color: #ff497c;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

.testimonials-item.padding {
	padding: 0;
}

.breadcrumb-item + .breadcrumb-item::before {
	color: #1f2732;
	content: "\f111";
	font-family: FontAwesome;
	font-size: 5px;
	padding: 0 30px;
	position: relative;
	top: -2px;
}

@media (max-width: 767px) {
	.breadcrumb-item + .breadcrumb-item::before {
		padding: 0 3px;
		top: -3px;
	}
}

.breadcrumb-item a {
	color: #ff497c;
	letter-spacing: 2px;
}

.breadcrumb-item a:hover {
	color: #1f2732;
}

.breadcrumb-item.active {
	color: #1f2732;
}

.corner.corner-outside.ds.ms {
	background-image: url("../img/breadcrumbs.jpg");
}

.breadcrumbs {
	background-image: url("../img/breadcrumbs.jpg");
}

.quote-items h6 {
	margin-top: 10px;
	text-align: center;
}

.quote-items p {
	margin-top: 8px;
}

.stage-outer.testimonials-item {
	padding-top: 50px;
}

.shortcodes .list1 li {
	padding: 3px 0;
}

.testimonials-slider .quote-item {
	max-width: 100%;
}

.testimonials-slider p {
	font-style: italic;
}

.testimonials-slider h6 {
	margin: 15px 0 12px;
}

.testimonials-slider .owl-dots {
	margin-top: 4px;
}

.testimonials-slider .testimonials-item {
	padding-top: 17px;
}

.single-page {
	margin-top: 41px;
}

.single-page .item-content {
	padding-right: 10px;
}

.single-page .item-content .progress {
	background-color: #f4f4f5;
}

.single-page .item-content p.text {
	padding: 51px 0 75px;
}

@media screen and (max-width: 767px) {
	.single-page .item-content p.text {
		padding: 51px 0 15px;
	}
}

.single-page .progress-service {
	margin-top: 43px;
}

.single-page .progress-service .progress-bar span {
	margin-left: 0;
	right: 38px;
}

@media screen and (max-width: 991px) {
	.pricing-plan-service .pricing-plan {
		margin-bottom: 50px;
		margin-top: 7px;
	}
}

.owl-carousel.testimonials-owl em {
	color: #7f7f7f;
	padding: 0 23px;
}

.owl-carousel.testimonials-owl img {
	max-width: 271px;
}

.owl-carousel.testimonials-owl .owl-dots .owl-dot span {
	height: 6px;
	width: 6px;
}

.widget-service {
	padding: 115px 28px 0 40px;
}

@media screen and (max-width: 991px) {
	.widget-service {
		padding: 48px 0 55px;
	}
}

.widget-service ul {
	padding-left: 30px;
	padding-right: 30px;
}

@media (max-width: 991px) {
	.widget-service ul {
		padding-left: 0;
		padding-right: 0;
	}
}

.widget-service li {
	padding-bottom: 7px;
	padding-top: 8px;
}

.widget-service h6 {
	margin: 0 0 23px 28px;
}

@media (max-width: 991px) {
	.widget-service h6 {
		margin: 0 0 15px;
	}
}

.testimonials-sliders {
	background-color: #1f2732;
	background-image: url("../img/parallax/texture-process.png");
}

.testimonials-sliders .small-text.author-job {
	color: #ff497c;
	font-weight: 700;
	letter-spacing: 0.2em;
	margin: 35px 0 12px;
}

.testimonials-sliders h5 {
	padding-bottom: 11px;
}

.testimonials-sliders .owl-theme .owl-dots {
	margin-top: 3px;
}

@media (max-width: 767px) {
	.testimonials-sliders .owl-theme .owl-dots {
		margin-bottom: 5px;
		margin-top: 5px;
	}
}

.testimonials-sliders li {
	color: #6e6e6e;
}

.header_phone {
	margin-left: 10px;
}

.header_phone h6 {
	font-size: 24px;
	font-weight: 200;
}

.header_phone span {
	color: #ff497c;
}

@media (min-width: 1600px) {
	.main-testimonials {
		margin-top: 10px;
	}
}

.main-testimonials .quote-image img {
	height: 270px;
	width: 270px;
}

.main-testimonials .owl-carousel .owl-dots .owl-dot span {
	height: 6px;
	margin: 1px 12px 3px;
	width: 6px;
}

@media (max-width: 1199px) {
	.main-testimonials .corner {
		padding-bottom: 50px;
	}
}

@media (max-width: 1199px) {
	.main-testimonials .quote-item {
		padding: 10px 0 20px;
	}
}

.testimonials-btn {
	margin-bottom: -80px;
}

@media (max-width: 767px) {
	.testimonials-btn {
		margin-bottom: -85px;
	}
}

.testimonials-btn a {
	background-color: #ff497c;
	border: 3px solid #ff497c;
	border-radius: 50%;
	padding: 25px;
	position: relative;
	text-align: center;
	z-index: 100;
}

@media (max-width: 767px) {
	.testimonials-btn a {
		top: 25px;
	}
}

.testimonials-btn a:hover {
	border: 3px solid #ff497c;
}

.testimonials-btn a i {
	font-size: 30px;
	line-height: 70px;
}

.blog-post-carousel {
	margin-bottom: -150px;
	padding-top: 14px;
}

.blog-post-carousel .container-fluid {
	bottom: 10px;
	padding: 0 80px;
	position: relative;
	z-index: 3;
}

@media (max-width: 767px) {
	.blog-post-carousel .container-fluid {
		padding: 0 15px;
	}
}

.blog-post-carousel .box {
	background-color: #fff;
	padding: 55px 60px 40px;
}

@media (max-width: 1600px) {
	.blog-post-carousel .box {
		padding: 30px 20px;
	}
}

.blog-post-carousel .small-text a {
	color: #ff497c;
	letter-spacing: 0.2em;
}

.blog-post-carousel .small-text a:hover {
	color: #323232;
}

.blog-post-carousel .post-author p {
	margin-bottom: -6px;
}

.blog-post-carousel .post-author a {
	color: #1f2732;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

.blog-post-carousel .post-author img {
	margin-top: 17px;
}

.blog-post-carousel .item-content p {
	margin-bottom: 8px;
}

.owl-item.active {
	margin: 0;
}

.team .social-icons {
	margin-top: 25px;
}

.team .vertical-item.content-padding .item-content {
	padding: 52px 50px 70px;
}

@media (max-width: 1199px) {
	.team .vertical-item.content-padding .item-content {
		padding: 52px 30px 70px;
	}
}

.team h6 {
	margin-bottom: 10px;
}

.team1 .item-title {
	margin-bottom: 8px;
}

.team1 .item-content {
	padding: 65px 55px;
}

@media (max-width: 1199px) {
	.team1 .item-content {
		padding: 30px 20px;
	}
}

.team1 .item-content .desc {
	margin: 1px 0 20px;
}

.single-member-carousel h4 {
	margin-bottom: 36px;
}

@media (max-width: 767px) {
	.single-member-carousel h4 {
		margin-bottom: 15px;
	}
}

.single-member-carousel .color-icon.bg-icon {
	background-color: #f4f4f5;
}

.single-member-carousel .vertical-item.content-padding .item-content {
	padding: 55px 50px 55px;
}

.single-member-carousel .vertical-item.content-padding .item-content h6 {
	margin-bottom: 6px;
}

.single-member-carousel .vertical-item.content-padding .item-content .social-icons {
	margin: 30px 0 0;
}

@media (max-width: 767px) {
	.single-member-carousel .top-right-nav .owl-nav {
		position: absolute;
		right: -3px;
		top: -46px;
	}
}

.single-member-carousel .top-right-nav .owl-nav .owl-prev {
	margin-right: 65px;
}

.single-member-carousel .top-right-nav .owl-nav .owl-prev:before {
	content: "\f104";
	font-family: FontAwesome;
	font-size: 12px;
	line-height: 1;
	margin-right: 8px;
}

.single-member-carousel .top-right-nav .owl-nav .owl-next {
	left: auto;
	right: 1.5%;
}

.single-member-carousel .top-right-nav .owl-nav .owl-next:after {
	content: "\f105";
	font-family: FontAwesome;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	margin-left: 8px;
}

.single-member-carousel .top-right-nav .owl-nav > div {
	color: #ff497c;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 3px;
	text-transform: uppercase;
}

.single-member-carousel .top-right-nav .owl-nav > div:hover {
	color: #1f2732;
}

.team-single .form-group .btn-maincolor {
	padding: 26px 52px;
}

.team-single .progress {
	background-color: #f4f4f5;
}

.team-single .progress .progress-bar span {
	right: 5%;
}

.team-single .contact-icon {
	margin-bottom: 19px;
}

.team-single .contact-icon .media:last-child {
	margin-left: 20px;
}

@media (max-width: 767px) {
	.team-single .contact-icon .media:last-child {
		margin-left: 0;
	}
}

.team-single .contact-icon p {
	color: #1f2732;
	font-weight: 400;
}

.team-single .contact-icon .media-body {
	margin-left: 9px;
}

.team-single .color-icon.bg-icon {
	background-color: #f4f4f5;
}

.team-single .d-flex.justify-content-between {
	margin-bottom: -13px;
	margin-right: 33px;
}

.team-single .d-flex.justify-content-between .social-icons {
	margin-top: 10px;
}

@media (max-width: 767px) {
	.team-single .d-flex.justify-content-between .social-icons {
		margin-top: 0;
	}
}

.team-single .small-text {
	margin-bottom: 16px;
}

.team-single img {
	margin-bottom: 20px;
}

@media (max-width: 767px) {
	.team-single .team-content {
		margin-top: 30px;
	}
}

.team-carousel .color-icon.bg-icon {
	background-color: #f4f4f5;
}

.team-carousel h6 {
	margin: 6px 0;
}

.team-carousel .small-text {
	margin-bottom: 25px;
}

.team-carousel .item-content p:last-child {
	margin-bottom: 0.3em;
}

@media (max-width: 991px) {
	.team-single2 .team-content {
		margin-top: 50px;
	}
}

.team-single2 h4 {
	margin-bottom: 30px;
}

@media (max-width: 767px) {
	.team-single2 h4 {
		margin-bottom: 10px;
		margin-top: -30px;
	}
}

.team-single2 table th {
	padding: 11px 12px 10px 0px;
}

.team-single2 a.fa.bg-icon {
	margin-right: 7px;
}

.team-single2 .color-icon.bg-icon {
	background-color: #f4f4f5;
}

.team-single2 .progress-bar span {
	font-size: 12px;
	margin-top: -30px;
	right: 3%;
}

@media (max-width: 767px) {
	.team-single2 .progress-bar span {
		right: 6%;
	}
}

.team-single2 .progress-item {
	margin-top: -27px;
	padding-left: 0;
}

@media (max-width: 991px) {
	.team-single2 .progress-item {
		margin-bottom: 20px;
	}
}

.team-single2 .item-content {
	padding: 53px 0 35px;
}

@media (max-width: 991px) {
	.team-single2 .item-content {
		padding: 10px 0;
	}
}

.team-single2 .progress-title {
	margin: 27px 0 12px;
}

.team-single2 .team-table {
	margin-top: 39px;
}

@media (max-width: 767px) {
	.team-single2 .team-table {
		margin-top: 20px;
	}
}

.team-single2 h6.prev {
	margin-top: 24px;
}

.single-form1 h6 {
	margin-bottom: 24px;
}

@media (max-width: 991px) {
	.single-form1 h6 {
		margin-top: 20px;
	}
}

.single-form1 button.btn {
	padding: 26px 51px;
}

.team-single3 .title {
	margin-top: -9px;
}

.team-single3 .item-bio img {
	max-width: 540px;
}

@media (max-width: 1300px) {
	.team-single3 .item-bio img {
		max-width: 100%;
	}
}

.team-single3 .item-bio .member-bio {
	margin-right: 30px;
	padding: 53px 0 56px;
}

@media (max-width: 1300px) {
	.team-single3 .item-bio .member-bio {
		margin-right: 0;
	}
}

.team-single3 .item-bio .member-bio h6 {
	margin-bottom: 8px;
}

.team-single3 .item-bio .member-bio p.small-text.color-main {
	margin-bottom: 26px;
}

.team-single3 .list1 {
	margin-top: 18px;
}

.team-single3 .list1 li {
	padding: 3px 0 3px 0;
}

.team-single3 .nav-tabs .nav-link {
	padding: 19px 39px;
}

@media (max-width: 500px) {
	.team-single3 .nav-tabs .nav-link {
		border-radius: 15px 15px 0 0;
		margin-bottom: 0;
		padding: 12px 10px 12px;
	}
}

@media (min-width: 768px) {
	.team-single3 .nav-tabs .nav-link {
		padding: 15px;
	}
}

@media (min-width: 1400px) {
	.team-single3 .nav-tabs .nav-link {
		min-width: 170px;
		padding: 22px 35px 21px;
	}
}

.team-single3 .nav-tabs .nav-link.active {
	background: #f4f4f5;
	border-color: #f4f4f5;
	color: #1f2732;
}

.team-single3 .tab-content {
	margin-bottom: 48px;
	padding: 30px 40px;
}

.team-single3 .tab-content p.name {
	color: #1f2732;
	font-weight: 600;
}

.team-single3 .tab-content .progress-bar span {
	color: #1f2732;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0.2em;
	margin-top: -27px;
	position: absolute;
	right: 9%;
	text-align: right;
	text-transform: uppercase;
}

.team-single3 .tab-content .tab-pane.progress-item {
	margin-bottom: 10px;
}

.team-single3 .tab-content .tab-pane.progress-item .progress-title.first {
	margin-top: 0;
}

.team-single3 .tab-content .contact-form {
	margin: 10px 0;
}

.team-single3 .tab-content .contact-form button {
	margin-top: 30px;
}

.team-single3 .tab-content .contact-form button.btn {
	padding: 16px 51px;
}

.team-single3 .tab-content .contact-form .form-control::-webkit-input-placeholder {
	text-align: left;
}

.team-single3 .tab-content .contact-form textarea {
	max-height: 120px;
}

.team-single3 .quote {
	margin: 15px 60px 7px 0;
}

.team-single3 .quote a {
	font-style: normal;
}

.team-single3 blockquote {
	margin: 40px 0;
	padding: 0 0 5px 1.5em;
}

.process-part.process-page {
	background: none;
}

.process-part.process-page .step-center-part img {
	border: 10px solid #e8e9ea;
	border-radius: 50%;
	max-width: 270px;
}

.process-part.process-page .step-center-part:after {
	background-image: url("../img/right_arrow_ls.png");
	width: 37px;
}

.process-part.process-page .right .step-center-part:after {
	background-image: url("../img/left_arrow_ls.png");
	left: 55px;
	right: auto;
}

.testimonials-page h6 {
	margin-top: 12px;
}

.testimonials-page p {
	font-style: italic;
}

.testimonials-page .testimonials-item::after {
	color: #ff497c;
	content: "”";
	display: block;
	font-family: Vidaloka, sans-serif;
	font-size: 100px;
	font-style: normal;
	left: 52%;
	margin-top: 0;
	position: absolute;
	top: 109px;
}

.testimonials-page .testimonials-item {
	padding-top: 20px;
}

.data-evets {
	background-color: #ff497c;
	margin-bottom: 40px;
	margin-top: 60px;
	padding: 24px;
}

.data-evets:first-child {
	margin-top: 0;
}

@media (max-width: 767px) {
	.data-evets {
		margin-top: 40px;
	}
}

.post-events + .post-events {
	margin-top: 40px;
}

.post-events h6 {
	margin-bottom: 6px;
}

@media (max-width: 992px) {
	.post-events h6 {
		line-height: 20px;
	}
}

.post-events .item-meta {
	margin-bottom: 15px;
}

.post-events .item-content {
	padding: 40px 40px 50px;
}

@media (max-width: 992px) {
	.post-events .item-content {
		padding: 30px 0 30px 20px;
	}
}

@media (max-width: 767px) {
	.post-events .item-meta span {
		padding: 0;
	}
}

.widget_search.ds {
	padding: 35px 40px 35px 40px;
	position: relative;
}

.widget_search.ds:before {
	content: url("../img/search_icon_bg.png");
	display: block;
	position: absolute;
	right: -20px;
	top: -20px;
}

.widget_search.ds input[type="search"],
.widget_search.ds .form-control {
	background-color: #fff;
	border-color: #fff;
	color: #7f7f7f;
}

.contact1 {
	margin-top: -60px;
}

.contact-form1 .btn {
	padding: 26px 51px;
}

.contact2 [class*='col-'] > .form-group + .form-group {
	margin-top: 20px;
}

.contact2 .teaser-icon img {
	margin-bottom: 23px;
	margin-top: 0;
}

@media (max-width: 767px) {
	.contact2 .teaser-icon img {
		margin-bottom: 10px;
	}
}

.contact2 .contact-form textarea {
	min-height: 220px;
}

@media (max-width: 767px) {
	.contact2 .contact-form textarea {
		margin-top: 20px;
	}
}

.contact2 i {
	font-size: 65px;
}

.contact2 .form-control::-webkit-input-placeholder {
	text-align: left;
}

.contact2 .form-group .btn-maincolor {
	margin-top: 40px;
	padding: 26px 51px;
}

@media (max-width: 767px) {
	.contact2 .form-group .btn-maincolor {
		margin-top: 20px;
	}
}

.support-section {
	background-image: url("../img/bg_3.jpg");
}

.support-section h1 {
	margin: 25px 0 25px 0;
}

.support-section h6 {
	font-weight: 500;
	margin: 21px 0 33px 0;
}

.support-section span {
	font-weight: 200;
}

.support-section span.small {
	font-size: 24px;
	font-weight: 200;
}

.support-section .btn {
	margin-bottom: 28px;
	margin-top: 4px;
	padding: 26px 38px;
}

@media (max-width: 767px) {
	.contact3 .border-icon {
		margin-top: 20px;
	}

	.contact3 .border-icon .teaser-icon img {
		margin-top: 40px;
	}
}

.contact-form4 .form-group .btn-maincolor {
	margin-top: 3px;
	padding: 26px 52px;
}

@media (max-width: 991px) {
	p.teaser-content {
		font-size: 13px;
	}
}

.contact4 .form-control::-webkit-input-placeholder {
	text-align: left;
}

.contact4 input[type="text"],
.contact4 .form-control {
	text-align: left;
}

.contact4 .btn.btn-outline-maincolor {
	margin-left: 20px;
}

@media (max-width: 494px) {
	.contact4 .btn.btn-outline-maincolor {
		margin-bottom: 15px;
		margin-left: 0;
		margin-top: 20px;
	}
}

.contact4 h4 {
	margin-bottom: 20px;
}

@media (max-width: 767px) {
	.contact4 h4 {
		margin-bottom: 0;
	}
}

.contact4 .color-dark {
	color: #1f2732;
	font-weight: 400;
}

.contact4 .header {
	margin-bottom: 30px;
}

@media (max-width: 767px) {
	.contact4 .header {
		margin-bottom: 10px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.contact4 .header {
		margin-top: 30px;
	}
}

.contact4 table td {
	padding: 10px 0px;
}

.contact4 table td i {
	margin-right: 9px;
}

.contact4 .media i {
	margin-right: -4px;
}

.contact4 button {
	margin-top: 20px;
}

.contact4 .form-group .btn-maincolor {
	margin-top: 20px;
	padding: 26px 52px;
}

@media (max-width: 991px) {
	.contact4 .form-group .btn-maincolor {
		margin-bottom: 20px;
		margin-top: 0;
	}
}

.teaser-icon img {
	margin-top: 41px;
}

@media (max-width: 767px) {
	.teaser-icon img {
		margin-top: 35px;
	}
}

.link-a a {
	color: #ff497c;
}

.link-a a:hover {
	color: #1f2732;
}

.reply-button {
	background-color: #f4f4f5;
	border-radius: 50px;
	padding: 5px 27px;
}

.reply-button span {
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

.reply-button i {
	font-size: 12px;
}

.tags-button a {
	background-color: #fff;
	border-radius: 50px;
	letter-spacing: 0.2em;
	margin: 0 5px;
	padding: 11px 19px;
	text-transform: uppercase;
}

@media (max-width: 991px) {
	.tags-button a {
		padding: 6px;
	}
}

.tags-button a:hover {
	background-color: #ff497c;
	color: #fff;
}

.white-button {
	bottom: -40px;
	display: block;
	margin-bottom: 20px;
	position: relative;
}

@media (max-width: 991px) {
	.white-button {
		margin-bottom: 3px;
	}
}

.white-button .white-btn {
	background-color: #fff;
	border: none;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	color: #1f2732;
	padding: 30px 61px;
}

.white-button .white-btn:hover {
	background-color: #ff497c;
	color: #fff;
}

.gallery-carousel .filters {
	padding-top: 45px;
}

.gallery-carousel .filters a {
	margin: 0 14px;
	padding: 0;
}

@media (max-width: 991px) {
	.gallery-carousel .owl-theme .owl-nav {
		top: 30%;
	}
}

.gallery-carousel.main-gallery .owl-theme .owl-nav {
	top: 40%;
}

@media (max-width: 991px) {
	.gallery-carousel.main-gallery .owl-theme .owl-nav {
		top: 36%;
	}
}

.gallery-carousel.main-gallery .pink-line {
	margin-bottom: 4px;
}

@media (min-width: 768px) and (max-width: 991px) {
	.gallery-carousel.main-gallery .pink-line {
		margin: 0 0 5px -9px;
	}
}

@media (max-width: 767px) {
	.gallery-carousel.main-gallery .filters {
		display: none;
	}
}

@media (max-width: 991px) {
	.gallery-carousel.main-gallery .filters {
		padding-top: 30px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.gallery-carousel.main-gallery .filters a {
		margin: 0 6px;
		padding: 0;
	}
}

.vertical-item.gallery-padding .item-content {
	padding: 53px 57px 57px;
}

@media (max-width: 767px) {
	.vertical-item.gallery-padding .item-content {
		padding: 30px 20px;
	}
}

.vertical-item.gallery-padding .item-content h6 {
	margin-bottom: 23px;
}

.vertical-item.gallery-padding .item-content .social-icons {
	margin-top: 30px;
}

.faq1 {
	margin-top: 3px;
}

.faq1 .card .card-body ul.list1 {
	margin: 17px 0 21px;
}

.faq1 .card .card-body ul.list1 li {
	padding: 5px 0 0px 5px;
}

.faq1-icon {
	background-image: url("../img/bg_2.jpg");
}

.faq1-icon.s-overlay.ls:before {
	opacity: 0.7;
}

@media (min-width: 1600px) {
	.faq1-icon.s-overlay.ls:before {
		display: none;
	}
}

.faq2 p.text-normal {
	font-weight: 600;
}

.faq2 .tab-content {
	padding: 30px 61px 29px;
}

@media (max-width: 767px) {
	.faq2 .tab-content {
		padding: 10px 27px;
	}
}

.faq2 .tab-content [role="tablist"] .card-body {
	padding: 0;
}

.faq2 .tab-content [data-toggle="collapse"] {
	margin-bottom: 0;
}

.faq2 .tab-content .tab-block {
	margin-bottom: 20px;
}

@media (max-width: 767px) {
	.faq2 .nav {
		display: block;
	}
}

.faq3 .form-control::-webkit-input-placeholder {
	text-align: left;
}

.faq3 .panel-title > a {
	border-top: 1px solid #dedfe1;
	color: #1f2732;
	display: block;
	font-weight: 500;
	line-height: 1;
	margin: -2px;
	padding: 22px 25px 22px 0px;
	word-wrap: break-word;
}

.faq3 [role="tablist"] .card-body {
	margin-bottom: 23px;
	margin-top: 0;
	padding: 0;
}

.faq3 [data-toggle="collapse"]:after {
	font-weight: 900;
	line-height: 60px;
	right: 0;
	text-align: right;
}

.faq3 form button.btn {
	padding: 26px 53px;
}

.faq3 .header-title h4 {
	margin-bottom: 40px;
}

@media (max-width: 767px) {
	.faq3 .header-title h4 {
		margin-bottom: 15px;
	}
}

.faq3 .header-title h4.next {
	margin-left: 0;
	margin-top: 57px;
}

@media (max-width: 767px) {
	.faq3 .header-title h4.next {
		margin-top: 35px;
	}
}

.faq3 .form-group {
	margin-bottom: 19px;
}

.faq3 .form-control {
	text-align: left;
}

h4.margin {
	margin-bottom: 35px;
}

@media (max-width: 991px) {
	h4.margin {
		margin: 35px 0 7px;
	}
}

.gallery-pagination .pagination {
	margin-top: 30px;
}

@media (max-width: 991px) {
	.gallery-pagination .pagination {
		margin-bottom: 30px;
		margin-top: 20px;
	}
}

.gallery-cols .pagination {
	margin-top: 50px;
}

@media (max-width: 991px) {
	.gallery-cols .pagination {
		margin-bottom: 30px;
		margin-top: 20px;
	}
}

.gallery-fullwidth .pagination {
	margin-top: 50px;
}

@media (max-width: 991px) {
	.gallery-fullwidth .pagination {
		margin-bottom: 30px;
		margin-top: 20px;
	}
}

.gallery-fullwidth .filters {
	display: block;
	padding-top: 30px;
}

.gallery-fullwidth .filters a {
	padding: 20px;
}

.vertical-item.gallery-excerpt-padding .item-content {
	padding: 50px 61px 60px;
}

.vertical-item.gallery-excerpt-padding .item-content h6 {
	margin-bottom: 7px;
}

.vertical-item.gallery-excerpt-padding .item-content .small-text.link-a {
	margin-bottom: 13px;
}

.gallery-excerpt .gallery-filters a {
	background-color: #f4f4f5;
	border-radius: 50px;
}

.gallery-excerpt .gallery-filters a:hover {
	background-color: #ff497c;
	color: #fff;
}

.gallery-excerpt .filters .active {
	background-color: #ff497c;
	color: #fff;
}

.gallery-excerpt .filters a {
	line-height: 3em;
	padding: 0 20px;
}

.gallery-excerpt .filters.gallery-filters {
	padding-bottom: 60px;
}

.gallery-excerpt.gallery-fullwidth-excerpt .filters {
	-webkit-box-pack: justify;
	display: block;
	-ms-flex-pack: justify;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 30px;
}

.gallery-excerpt.gallery-fullwidth-excerpt .filters a {
	margin-left: 10px;
	padding: 11px 23px;
}

.gallery-btn a.btn.btn-maincolor {
	padding: 26px 66px;
}

.gallery-btn a.btn.btn-maincolor:hover {
	background-color: #fff;
	color: #ff497c;
}

.gallery-title .vertical-item .item-media + .item-content {
	padding-bottom: 36px;
	padding-top: 31px;
}

.gallery-title .vertical-item .item-media + .item-content h6 {
	margin-bottom: 7px;
}

.gallery-title.gallery-fullwidth-title .filters {
	display: block;
}

.gallery-title.gallery-fullwidth-title .filters a {
	padding: 26px;
}

.gallery-tiled .vertical-item.content-absolute .item-content {
	top: 50%;
}

.gallery-tiled .vertical-item.content-absolute .item-content h6 a {
	color: #1f2732;
}

.gallery-tiled .vertical-item.content-absolute .item-content h6 a:hover {
	color: #ff497c;
}

.gallery-tiled .vertical-item.content-absolute .item-content h6 a.tags {
	color: #ff497c;
}

.gallery-tiled .vertical-item.content-absolute .item-content h6 a.tags:hover {
	color: #1f2732;
}

.gallery-tiled .vertical-item.content-absolute .item-content.small {
	top: 10%;
}

.gallery-tiled .vertical-item.content-absolute .item-content.big {
	margin: 0;
}

.gallery-tiled .filters {
	display: block;
}

.gallery-tiled .filters a {
	margin-left: 30px;
	padding: 5px;
}

.gallery-list img {
	max-height: 515px;
}

.gallery-list .item-content {
	padding-top: 53px;
}

@media (max-width: 767px) {
	.gallery-list .item-content {
		padding: 0 30px;
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
	.gallery-list .item-content {
		padding: 0;
	}
}

.gallery-list .item-content h6 {
	margin-bottom: 13px;
}

.gallery-list .item-content .link-a {
	margin-bottom: 17px;
}

.gallery-list .item-content .btn {
	margin-top: 27px;
}

.gallery-list nav {
	margin-left: 30px;
}

.gallery-list .pagination {
	margin-top: 30px;
}

@media (max-width: 1199px) {
	.gallery-list .pagination {
		margin-bottom: 60px;
		margin-top: 0;
	}
}

.gallery-item .post-nav .nav-links > div {
	padding: 80px;
	width: 49.1%;
}

@media (max-width: 1199px) {
	.gallery-item .post-nav .nav-links > div {
		margin: 10px 0 0 0;
		width: 100%;
	}
}

.gallery-item3 {
	background-color: transparent;
	margin-top: -60px;
}

.gallery-item3 .item-content h4 {
	margin-bottom: 27px;
}

@media (max-width: 767px) {
	.gallery-item3 .item-content h4 {
		margin-bottom: 5px;
	}
}

@media (max-width: 767px) {
	.gallery-item3 .item-content h4.last {
		margin-top: 30px;
	}
}

.gallery-item3 a.btn.btn-maincolor {
	padding-right: 48px;
}

.gallery-item3 a.btn.btn-maincolor:hover {
	background-color: #fff;
	color: #ff497c;
}

@media (max-width: 1199px) {
	.gallery-item3 .owl-theme .owl-nav {
		top: 30%;
	}
}

.gallery-item2 .vertical-item .item-media + .item-content {
	padding-top: 30px;
}

.gallery-item2 .vertical-item .item-media + .item-content p.excerpt {
	font-weight: 300;
	margin-bottom: 14px;
}

.gallery-item2 .social-icon {
	margin-top: 40px;
}

.gallery-item2 .social-icon a {
	margin: 0;
	padding: 11px 46px;
}

.gallery-item2 .table td:first-child {
	color: #1f2732;
	font-weight: 500;
}

.gallery-item2 td.tags a {
	color: #ff497c;
}

.gallery-item2 td.tags a:hover {
	color: #1f2732;
}

.gallery-item2 aside > * + * {
	margin-top: 55px;
}

.gallery-item2 .widget_service h6 {
	margin-bottom: 15px;
}

.gallery-item2 .list1 li {
	font-weight: 300;
	padding: 3px 0 3px 0px;
}

.gallery-item2 .list1 li:before {
	padding-right: 7px;
}

.gallery-item2 .widget_tags {
	margin-top: 37px;
}

.gallery-item2 .widget_tags h6 {
	margin-bottom: 34px;
}

.gallery-item2 .widget_tags a {
	color: #1f2732;
}

.gallery-item2 .widget_tags a:hover {
	color: #fff;
}

.gallery-item2 .widget_tags .tags-button a:first-child {
	margin: 0;
}

.gallery-item2 .item-media .owl-theme .owl-dots {
	bottom: 53px;
}

.gallery-item2 .owl-carousel .owl-dots .owl-dot span {
	height: 6px;
	width: 6px;
}

.shortcode-team-slider ul li:before {
	display: none;
}

.shortcode-team-slider .menu_item {
	color: #1f2732;
	cursor: pointer;
	display: block;
	font-size: 54px;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 15px;
	opacity: 0.3;
	outline: none;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}

@media (min-width: 1200px) and (max-width: 1600px) {
	.shortcode-team-slider .menu_item {
		font-size: 40px;
	}
}

.shortcode-team-slider .menu_item:hover,
.shortcode-team-slider .menu_item:focus {
	opacity: 1;
}

.shortcode-team-slider .menu_item span {
	color: #ff497c;
}

.shortcode-team-slider .menu_item span.position:after {
	color: #1f2732;
	content: " / ";
	opacity: 0.1 !important;
}

.shortcode-team-slider .menu_item.flex-active,
.shortcode-team-slider .menu_item :hover,
.shortcode-team-slider .menu_item :focus {
	opacity: 1;
}

.shortcode-team-slider .slider-title {
	color: #ff497c;
	display: block;
	font-size: 300px;
	font-weight: 600;
	left: -272px;
	margin-bottom: 0;
	margin-top: 0;
	opacity: 0.1;
	position: absolute;
	text-transform: lowercase;
	top: 52%;
	-ms-transform: translateY(-58%) rotate(-90deg);
	-webkit-transform: translateY(-58%) rotate(-90deg);
	transform: translateY(-58%) rotate(-90deg);
	word-break: unset;
	z-index: 4;
}

@media (max-width: 1199px) {
	.shortcode-team-slider .slider-title {
		display: none !important;
	}
}

@media (max-width: 1600px) {
	.shortcode-team-slider .slider-title {
		font-size: 200px;
		left: -150px;
	}
}

.shortcode-team-slider .flexslider-controls {
	left: 10%;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: auto;
	z-index: 4;
}

@media (min-width: 1200px) {
	.shortcode-team-slider .flexslider-controls {
		left: 17%;
	}
}

.shortcode-team-slider.main-team .slider-title {
	top: 47%;
}

.shortcode-team-slider.main-team .flexslider-controls {
	left: 17%;
	top: 48%;
}

@media (max-width: 767px) {
	.shortcode-team-slider.main-team .flexslider-controls {
		left: 0;
		top: 0;
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
	.shortcode-team-slider.main-team .flexslider-controls {
		left: 6%;
	}
}

.shortcode-team-slider .team-social-icons {
	position: absolute;
	right: 80px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	width: 60px;
}

@media (max-width: 767px) {
	.shortcode-team-slider .team-social-icons {
		display: none;
	}
}

@media (max-width: 1199px) {
	.shortcode-team-slider .team-social-icons {
		right: 10px;
	}
}

.shortcode-team-slider .team-social-icons a.color-icon.border-icon.rounded-icon {
	border: 4px solid rgba(31, 39, 50, 0.1);
}

@media (max-width: 1600px) {
	.shortcode-team-slider .team-social-icons a.color-icon.border-icon.rounded-icon {
		border: 3px solid rgba(31, 39, 50, 0.1);
		margin-bottom: 5px;
	}
}

.shortcode-team-slider .team-social-icons a {
	display: inline-block;
	margin-bottom: 0;
	margin-left: 0;
}

.shortcode-team-slider .team-social-icons a.border-icon:before,
.shortcode-team-slider .team-social-icons a.bg-icon:before,
.shortcode-team-slider .team-social-icons a.color-bg-icon:before {
	height: 50px;
	line-height: 50px;
	width: 50px;
}

@media (max-width: 1199px) {
	.shortcode-team-slider .team-social-icons a.border-icon:before,
	.shortcode-team-slider .team-social-icons a.bg-icon:before,
	.shortcode-team-slider .team-social-icons a.color-bg-icon:before {
		height: 40px;
		line-height: 40px;
		width: 40px;
	}
}

@media (max-width: 767px) {
	.shortcode-team-slider .flexslider .slides img {
		position: relative;
		right: 87px;
	}
}

@media (max-width: 767px) {
	.shortcode-team-slider .flexslider-controls {
		left: 0;
		padding: 25px 15px;
		position: relative;
		right: 0;
		top: auto;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		width: 100%;
	}
}

@media (max-width: 767px) {
	.shortcode-team-slider .menu_item {
		font-size: 19px;
		text-align: center;
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
	.shortcode-team-slider .menu_item {
		font-size: 30px;
		text-align: left;
	}
}

@media (max-width: 992px) {
	.shortcode-team-slider ul {
		padding-left: 10px;
	}
}

@media (max-width: 992px) {
	.shortcode-team-slider ul {
		padding-left: 10px;
	}
}

@media (min-width: 768px) {
	.about-main .offset-md-3 {
		margin-left: 20.9%;
	}
}

.about-main .main-content h1 {
	font-size: 54px;
	margin-bottom: 25px;
}

@media (max-width: 1199px) {
	.about-main .main-content h1 {
		font-size: 37px;
		margin-bottom: 15px;
		margin-top: -5px;
	}
}

.about-main p {
	font-size: 20px;
}

@media (max-width: 767px) {
	.about-main p {
		font-size: 16px;
		margin-bottom: 20px;
	}
}

.serices-main .icon-box h6 {
	font-weight: 500;
	margin: 25px 0 32px;
}

.serices-main .icon-box p {
	border-top: 1px solid #dee2e6;
	margin: 0;
	padding: 15px 0;
}

.serices-main .icon-box.box-shadow {
	padding: 60px 30px 34px;
}

@media (max-width: 991px) {
	.gallery-carousel.main-gallery.layout-2 {
		margin-top: 13px;
	}
}

.gallery-carousel.main-gallery.layout-2 .filters {
	padding-bottom: 10px;
	padding-top: 0;
}

@media (max-width: 1199px) {
	.gallery-carousel.main-gallery.layout-2 .filters {
		padding-bottom: 25px;
	}
}

.process-part.layout-2 {
	background: none;
}

.process-part.layout-2 .step-center-part img {
	border: 10px solid rgba(31, 39, 50, 0.05);
	border-radius: 50%;
	max-width: 190px;
}

.process-part.layout-2 h2.step-title {
	font-size: 24px;
	margin-right: -7px;
	margin-top: 24px;
}

.process-part.layout-2 h1.step-title {
	font-size: 120px;
	font-weight: 600;
	letter-spacing: -12px;
	width: 100%;
}

.process-part.layout-2 .step-right-part {
	left: -19%;
	position: relative;
}

@media (max-width: 991px) {
	.process-part.layout-2 .step-right-part {
		left: 0%;
	}
}

.process-part.layout-2 .step-right-part .step-text {
	margin: 0;
}

.process-part.layout-2 .step-left-part {
	left: 16%;
	position: relative;
	top: 13px;
}

@media (max-width: 991px) {
	.process-part.layout-2 .step-left-part {
		left: 0%;
	}
}

.process-part.layout-2 .right .step-left-part {
	left: -11%;
	margin: 0;
}

@media (max-width: 991px) {
	.process-part.layout-2 .right .step-left-part {
		left: 0%;
	}
}

.process-part.layout-2 .right .step-left-part h1.step-title {
	letter-spacing: -8px;
}

.process-part.layout-2 .right .step-left-part h2.step-title {
	margin-left: -23px;
}

.process-part.layout-2 .right .step-right-part {
	left: 21%;
	position: relative;
}

@media (max-width: 991px) {
	.process-part.layout-2 .right .step-right-part {
		left: 0%;
	}
}

.process-part.layout-2 .right .step-right-part .step-text {
	margin: 0;
}

.process-part.layout-2 .part3 h1.step-title {
	letter-spacing: -9px;
}

@media (max-width: 991px) {
	.process-part.layout-2 .part3 h1.step-title {
		margin-top: 40px;
	}
}

@media (max-width: 991px) {
	.process-part.layout-2 .step-title {
		margin-top: 65px;
	}
}

.about-home h5 {
	font-size: 31px;
	line-height: 34px;
	margin-bottom: 25px;
	margin-top: 0;
	padding: 0 80px;
}

@media (max-width: 1199px) {
	.about-home h5 {
		font-size: 26px;
		line-height: 25px;
		margin-bottom: 23px;
		padding: 0;
	}
}

.about-home p strong {
	color: #1f2732;
}

.testimonials-sliders.layout-2 {
	background-transform: rotate(3deg);
}

.testimonials-sliders.layout-2 .quote-item {
	max-width: 96%;
}

.testimonials-sliders.layout-2 .quote-item .small-text.author-job {
	font-weight: 700;
}

.testimonials-sliders.layout-2 .quote-item h6 {
	line-height: 25px;
	margin-bottom: 28px;
}

.testimonials-sliders.layout-2 .quote-item h6 span {
	font-weight: 200;
}

.testimonials-sliders.layout-2 .quote-item i {
	color: #353b44;
	font-size: 30px;
	position: absolute;
}

.testimonials-sliders.layout-2 .quote-item i:first-child {
	left: 30px;
	opacity: 0, 5;
}

.testimonials-sliders.layout-2 .quote-item i:last-child {
	right: 36px;
	top: 86px;
}

.testimonials-sliders.layout-2 .owl-theme .owl-dots {
	margin-top: 48px;
}

@media (max-width: 1600px) {
	.testimonials-sliders.layout-2 .owl-theme .owl-dots {
		margin-bottom: 20px;
		margin-top: 5px;
	}
}

.testimonials-sliders.layout-2 .owl-theme .owl-dots .owl-dot span {
	height: 6px;
	width: 6px;
}

.testimonials-sliders.layout-2 .big {
	line-height: 26px;
}

.testimonials-sliders.layout-2 .testimonials.owl-theme .owl-dots {
	line-height: 1;
	margin-top: 5px;
}

.testimonials-sliders.layout-2 .author-name:after,
.testimonials-sliders.layout-2 .author-name:before {
	color: #fff;
	content: "”";
	display: block;
	font-family: "Vidaloka", sans-serif;
	font-size: 100px;
	font-style: normal;
	height: 28px;
	line-height: 0.8;
	margin-top: 0;
	opacity: 0.1;
	position: absolute;
	right: 15%;
	top: 27%;
}

.testimonials-sliders.layout-2 .author-name:before {
	left: 9%;
	right: auto;
	top: 25%;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.btn-book-section {
	position: relative;
	top: -40px;
	z-index: 9;
}

@media (max-width: 767px) {
	.btn-book-section {
		top: -40px;
	}
}

.text-section {
	margin-bottom: -39px;
	overflow: visible !important;
}

@media (max-width: 767px) {
	.text-section {
		margin-bottom: 15px;
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
	.text-section {
		margin-bottom: -30px;
	}
}

.text-section .content h1 {
	line-height: 50px;
	margin-bottom: 24px;
}

@media (max-width: 767px) {
	.text-section .content h1 {
		font-size: 25px;
		line-height: 30px;
		margin-bottom: 15px;
	}
}

.text-section .img-wrap {
	position: relative;
	top: 10px;
	z-index: 9;
}

.faq-form button.btn {
	padding: 26px 40px;
}

.faq-form .form-header {
	margin: 27px 0 34px;
}

@media (max-width: 767px) {
	.faq-form .form-header {
		margin: 14px 0 6px;
	}
}

.faq-contact-icon {
	background-image: url("../images/map_light.jpg");
}

.faq-contact-icon .box-icon {
	background-color: #fff;
	padding: 60px 70px 57px;
}

.faq-contact-icon .box-icon .teaser-icon img {
	margin: 0 0 20px;
}

.faq-contact-icon .box-icon h6 {
	margin-bottom: 10px;
}

.faq-contact-icon .box-icon strong {
	color: #1f2732;
}

.page_footer.corner-footer:before {
	background-attachment: fixed;
	background-color: #1f2732;
	background-image: url("../img/texture_dark.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 290px;
	left: 0;
	position: absolute;
	top: -30px;
	-webkit-transform: skewY(3deg);
	-ms-transform: skewY(3deg);
	transform: skewY(3deg);
	width: 50%;
}

.page_footer.corner-footer:after {
	background-attachment: fixed;
	background-color: #1f2732;
	background-image: url("../img/texture_dark.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 290px;
	opacity: 1;
	position: absolute;
	right: 0;
	top: -30px;
	-webkit-transform: skewY(-3deg);
	-ms-transform: skewY(-3deg);
	transform: skewY(-3deg);
	width: 50%;
}

.page_title.corner-title:before {
	background-image: url("../img/breadcrumbs.jpg");
	bottom: 30px;
	content: "";
	height: 250px;
	left: 0;
	position: absolute;
	-webkit-transform: skewY(3deg);
	-ms-transform: skewY(3deg);
	transform: skewY(3deg);
	width: 50%;
	z-index: 0;
}

.page_title.corner-title:after {
	background-image: url("../img/breadcrumbs.jpg");
	bottom: 30px;
	content: "";
	height: 250px;
	position: absolute;
	right: 0;
	-webkit-transform: skewY(-3deg);
	-ms-transform: skewY(-3deg);
	transform: skewY(-3deg);
	width: 50%;
	z-index: -1;
}

.ls.invise {
	background-color: transparent;
}

.service-singe2 .apsc-theme-4 .apsc-each-profile a {
	padding: 18px 97px;
}

.service-singe2 .apsc-theme-4 .apsc-each-profile a .fa {
	align-items: center;
	border-right: 0;
	bottom: 0;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	display: block;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	font-size: 16px;
	justify-content: center;
	left: 0;
	position: relative;
	top: 0;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	width: 0;
}

.service-singe2 .icon-box.single {
	padding: 55px 57px 51px;
}

@media (max-width: 767px) {
	.service-singe2 .icon-box.single {
		padding: 30px;
	}
}

.service-singe2 .testimonials-item {
	padding: 0;
}

.service-singe2 .testimonials-item img {
	margin-right: 0;
}

@media (max-width: 767px) {
	.service-singe2 .owl-theme .owl-nav {
		top: 37%;
	}
}

.service-single-testimonials .owl-carousel .owl-dots .owl-dot span {
	background-color: #1f2732;
	border: 1px solid #1f2732;
}

.service-single-testimonials .owl-carousel .owl-dots .owl-dot.active span,
.service-single-testimonials .owl-carousel .owl-dots .owl-carousel .owl-dots .owl-dot:hover span {
	background-color: #ff497c;
	border-color: #ff497c;
	opacity: 1;
}

.service-full {
	margin-top: -60px;
}

@media (max-width: 991px) {
	.service-full {
		margin-top: -35px;
	}
}

.comingsoon {
	background-image: url("../img/comingsoon.jpg");
	margin-top: -60px;
}

.comingsoon .content-soon {
	margin-top: 100px;
	max-height: 500px;
}

@media (min-width: 1600px) {
	.comingsoon.s-overlay.ls:before {
		display: none;
	}
}

.about h5 {
	font-weight: 300;
	line-height: 36px;
}

.about-icon.teaser-contact-icon h6 {
	margin: 20px 0 16px;
}

@media (max-width: 767px) {
	.about-icon.teaser-contact-icon h6 {
		margin: 10px 0 0;
	}
}

.about-icon .icon-content {
	padding: 0 15px 0;
}

.video-post-section {
	position: relative;
}

@media (max-width: 991px) {
	.video-post-section .small-line {
		margin-bottom: 60px;
		margin-top: 10px;
	}
}

.video-post-section .left-part {
	padding-right: 0;
}

.video-post-section .video-media {
	position: relative;
}

.video-post-section .video-media:before {
	border: 11px solid #f4f4f5;
	bottom: -28px;
	content: "";
	height: 100%;
	left: -28px;
	position: absolute;
	width: calc(100% - 40px);
}

@media (max-width: 991px) {
	.video-post-section .video-media:before {
		display: none;
	}
}

.video-post-section .video-media img {
	position: relative;
	z-index: 2;
}

.video-post-section .video-content {
	padding: 76px 0 0 0;
}

@media (max-width: 1199px) {
	.video-post-section .video-content {
		padding: 0;
		text-align: center;
	}
}

.video-post-section .video-content h1 {
	left: -99px;
	line-height: 50px;
	margin-bottom: 44px;
	position: relative;
	z-index: 3;
}

@media (max-width: 1199px) {
	.video-post-section .video-content h1 {
		font-size: 27px;
		left: 0;
		margin: 5px 0 0;
		text-align: center;
	}
}

.video-post-section .video-content a {
	left: -99px;
	margin-top: 40px;
	position: relative;
	z-index: 3;
}

@media (max-width: 1199px) {
	.video-post-section .video-content a {
		left: 0;
		margin: 20px 0 60px;
		text-align: center;
	}
}

.video-post-section iframe:hover {
	z-index: 4;
}

.video-post-section .embed-responsive-3by2 {
	padding-bottom: 63.666%;
}

.video-post-section .embed-responsive {
	width: 96%;
}

@media (max-width: 1199px) {
	.video-post-section .embed-responsive {
		width: 100%;
	}
}

.video-post-section .left-part .video-media:before {
	left: 35px;
}

.video-post-section .left-part .video-content {
	padding: 74px 0 0 0;
}

@media (max-width: 1199px) {
	.video-post-section .left-part .video-content {
		padding: 0;
	}
}

.video-post-section .left-part .video-content h1 {
	left: -3px;
}

.video-post-section .left-part .video-content a {
	left: 0;
}

.video-post-section .left-part .video-media {
	right: -49px;
}

@media (max-width: 1199px) {
	.video-post-section .left-part .video-media {
		right: 0;
	}
}

.big-margin {
	margin-bottom: 60px;
}

@media (max-width: 1199px) {
	.big-margin {
		margin-bottom: 20px;
	}
}

.blog-entep {
	background-image: url("../img/texture_2.png");
	margin-top: -50px;
}

@media (max-width: 1199px) {
	.page_slider.layout-2 {
		margin-top: -20px;
	}
}

.page_slider.layout-2 .shortcode-team-slider .slider-title {
	color: #ff497c;
	display: block;
	font-size: 240px;
	font-weight: 600;
	left: -197px;
	letter-spacing: -4px;
	margin-bottom: 0;
	margin-top: 0;
	opacity: 0.1;
	position: absolute;
	text-transform: lowercase;
	top: 55%;
	-ms-transform: translateY(-58%) rotate(-90deg);
	-webkit-transform: translateY(-58%) rotate(-90deg);
	transform: translateY(-58%) rotate(-90deg);
	word-break: unset;
	z-index: 4;
}

@media (max-width: 1600px) {
	.page_slider.layout-2 .shortcode-team-slider .slider-title {
		font-size: 200px;
		left: -167px;
	}
}

.contact-form-light input[type="text"],
.contact-form-light input[type="email"],
.contact-form-light input[type="url"],
.contact-form-light input[type="password"],
.contact-form-light input[type="search"],
.contact-form-light input[type="tel"],
.contact-form-light input[type="number"],
.contact-form-light textarea,
.contact-form-light select,
.contact-form-light .form-control {
	background-color: transparent;
	border-color: transparent;
	border-radius: 0;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	color: #7f7f7f;
	font-weight: bold;
	font-weight: 600;
	height: 60px;
	letter-spacing: 0.1em;
	text-align: center;
}

.contact-form-light textarea {
	min-height: 120px;
}

.contact-form-light h1 {
	margin-bottom: 25px;
	margin-top: 0;
}

@media (max-width: 1199px) {
	.contact-form-light h1 {
		font-size: 37px;
		line-height: 35px;
	}
}

.contact-form-light p {
	font-size: 20px;
	margin-bottom: 53px;
}

@media (max-width: 1199px) {
	.contact-form-light p {
		margin-bottom: 40px;
	}
}

.contact-form-light .btn {
	padding: 26px 52px;
}

.page_footer.bordered-footer {
	border-radius: 60vw / 5vw;
	margin: 0 -100px;
}

@media (max-width: 767px) {
	.page_footer.bordered-footer {
		margin: 0;
	}
}

.page_footer.bordered-footer.bottom-none {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.page_footer.bordered-footer .widget .widget-title {
	font-size: 30px;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 27px;
}

.page_footer.bordered-footer .blog-footer p {
	line-height: 25px;
	margin-bottom: 3px;
}

.page_footer.bordered-footer .blog-footer a {
	color: #ff497c;
}

.page_footer.bordered-footer .blog-footer a:hover {
	color: #fff;
}

.page_footer.bordered-footer .footer_logo img {
	left: 40%;
	margin-top: -90px;
	position: absolute;
}

@media (max-width: 767px) {
	.page_footer.bordered-footer .footer_logo img {
		left: 45%;
		margin-bottom: 10px;
		margin-top: 0;
		position: static;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.page_footer.bordered-footer .footer_logo img {
		left: 34%;
	}
}

.page_footer.bordered-footer h3.name {
	margin-top: 0;
}

.page_footer.bordered-footer h3.name span {
	font-weight: 200;
}

.page_footer.bordered-footer li p {
	color: #fff;
}

.page_footer.bordered-footer .mailchimp p {
	line-height: 25px;
	margin-bottom: 34px;
	margin-left: -13px;
}

.page_footer.bordered-footer .widget_social_buttons {
	margin-top: 30px;
}

@media (max-width: 767px) {
	.page_footer.bordered-footer .widget_social_buttons {
		margin-top: 15px;
	}
}

.page_footer.bordered-footer .widget_social_buttons a.color-bg-icon:before {
	height: 3em;
	line-height: 3.2em;
	width: 3em;
}

.page_footer.bordered-footer .icon-inline > * {
	margin-right: 6px;
	margin-top: -6px;
}

@media (min-width: 768px) and (max-width: 991px) {
	.page_footer.bordered-footer .icon-inline > * {
		font-size: 12px;
	}
}

.page_footer.bordered-footer .footer-contact p.next {
	line-height: 25px;
	margin: 0 0 16px 0;
}

.page_footer.bordered-footer.layout-2 {
	border-radius: 0;
}

.light-copy p {
	color: #fff;
	font-weight: 700;
}

.page_topline {
	z-index: 3;
}

.load-bottom {
	-webkit-box-pack: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 60px;
}

@media (max-width: 991px) {
	.load-bottom {
		margin-top: 30px;
	}
}

.ds .page-bottom {
	margin-top: 77px;
}

@media (max-width: 991px) {
	.ds .page-bottom {
		margin-bottom: 50px;
		margin-top: 40px;
	}
}

.ds .page-bottom a.btn-maincolor:hover {
	background-color: transparent;
	color: #fff;
}

.ds .page-bottom a.btn-outline-maincolor {
	color: #fff;
}

.ds .page-bottom a.btn-outline-maincolor:hover {
	background-color: #ff497c;
}

.video-post {
	margin-top: -60px;
}

@media (max-width: 767px) {
	.video-post {
		margin-top: -25px;
	}
}

.page-item.active .page-link {
	border-color: #1f2732;
}

.event-single .media-item img {
	max-width: 105%;
}

@media (max-width: 767px) {
	.event-single .media-item img {
		max-width: 100%;
	}
}

.event-single .entry-meta {
	margin-bottom: 19px;
	margin-top: -2px;
}

.event-single .excerpt {
	font-weight: 500;
	margin-bottom: 25px;
}

.event-single .list1 {
	margin-bottom: 12px;
	margin-top: 16px;
}

.event-single .list1 li {
	padding: 4px 0 3px 0px;
}

.event-single .item-meta span {
	padding: 0 5px;
}

.event-single .item-meta i {
	margin-left: 25px;
}

@media (max-width: 767px) {
	.event-single .item-meta i {
		margin-left: 10px;
	}
}

.event-single .item-meta i:first-child {
	margin: 0;
}

.sidebar-event .owl-carousel {
	margin-top: 50px;
}

.sidebar-event .owl-theme .owl-nav {
	position: absolute;
	top: 38%;
}

@media (max-width: 991px) {
	.sidebar-event aside {
		margin: 10px auto 60px;
		max-width: 370px;
	}
}

@media (max-width: 767px) {
	.teaser-contact-icon.main-icon .teaser-icon img {
		margin-top: 40px;
	}
}

.blog-owl {
	background-image: url("../img/texture_2.png");
	margin-bottom: 30px;
	margin-left: -45px;
	margin-right: -135px;
	margin-top: -45px;
	-webkit-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
}

@media (max-width: 1199px) {
	.blog-owl {
		margin: 0;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
}

.blog-owl .container-fluid {
	-webkit-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(3deg);
}

@media (max-width: 1199px) {
	.blog-owl .container-fluid {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
}

.blog-owl .offset-lg-2 {
	margin-left: 19%;
}

@media (max-width: 991px) {
	.blog-owl .offset-lg-2 {
		margin: 0;
	}
}

.blog-owl .owl-nav.disabled {
	display: block;
}

.blog-owl .top-right-nav .owl-nav {
	top: 46%;
}

@media (max-width: 991px) {
	.blog-owl .top-right-nav .owl-nav {
		top: -12%;
	}
}

.blog-owl .top-right-nav .owl-nav .owl-prev {
	left: -20%;
	right: auto;
}

@media (max-width: 991px) {
	.blog-owl .top-right-nav .owl-nav .owl-prev {
		left: 0;
	}
}

.blog-owl .top-right-nav .owl-nav .owl-next {
	left: auto;
	right: -18%;
}

@media (max-width: 767px) {
	.blog-owl .top-right-nav .owl-nav .owl-next {
		right: 5%;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.blog-owl .top-right-nav .owl-nav .owl-next {
		right: 3%;
	}
}

.blog-owl .top-right-nav .owl-nav > div {
	color: #1f2732;
	font-size: 40px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 30px;
	opacity: 0.1;
	text-transform: uppercase;
}

.blog-owl .top-right-nav .owl-nav > div:hover {
	color: #ff497c;
	opacity: 1;
}

.blog-owl .vertical-item.content-padding.padding-small .item-content .post-author {
	margin-top: 44px;
}

.blog-owl .item-media img {
	height: 350px;
}

@media (max-width: 991px) {
	.blog-owl .item-media img {
		height: 100%;
	}
}

.slide-social-icons {
	position: absolute;
	right: 0%;
	top: 43.1%;
}

@media (max-width: 767px) {
	.slide-social-icons {
		display: none;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.slide-social-icons {
		top: 23%;
	}
}

.slide-social-icons a[class*='fa-']:before {
	font-size: 18px;
	padding: 20px 5px;
	width: 31px;
}

.slide-social-icons a {
	border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}

.slide-social-icons a.last {
	border-bottom: 0;
}

.header_text {
	color: #fff;
}

@media (min-width: 1200px) {
	.page_header .main-toggle .toggle_menu {
		display: block;
	}
}

.page_header_side.main-toggler .ds .toggle_menu_side {
	background-color: transparent;
	right: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
	z-index: 3;
}

.main-toggle .toggle_menu.mobile-active {
	position: absolute;
	right: -60px;
}

.page_header_side.main-toggle {
	bottom: auto;
	left: 78.7%;
	margin-top: 30px;
	-webkit-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
	width: auto;
	z-index: 11;
}

@media (max-width: 991px) {
	.page_header_side.main-toggle {
		margin-top: 10px;
	}
}

.page_header_side.main-toggle .header-side-menu {
	text-align: center;
}

.page_header_side.main-toggle .header-side-menu span.toggle_submenu {
	display: none;
}

.page_header_side.main-toggle .menu-click a {
	color: #fff;
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.2em;
	line-height: 1.6em;
	padding: 10px 40px;
	text-transform: uppercase;
}

@media (max-width: 991px) {
	.page_header_side.main-toggle .menu-click a {
		font-size: 12px;
		padding: 10px;
	}
}

.page_header_side.main-toggle .active-submenu {
	padding: 5px 0 20px;
}

.page_header_side.main-toggle .widget {
	margin-top: 23px;
}

.page_header_side.main-toggle .widget_icons_list {
	margin-top: 30px;
}

.page_header_side.main-toggle .list-unstyled {
	text-align: center;
}

.page_header_side.main-toggle .social-icons {
	display: block;
	margin-top: 26px;
}

.page_header_side.main-toggle a.logo {
	left: -1.7%;
	margin-bottom: 50px;
	position: relative;
	top: 1px;
}

.page_header_side.main-toggle .scroll-wrapper {
	bottom: 0;
	left: 0;
	opacity: 0;
	position: fixed !important;
	right: 0;
	top: 0;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	z-index: 2;
}

.main-toggle.menu-click a {
	color: #fff1;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.2em;
	line-height: 1.6em;
	padding: 10px 40px;
	text-transform: uppercase;
}

.page_header_side.main-toggle.active-slide-side-header .scroll-wrapper {
	background-color: #1f2732;
	opacity: 1;
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}

.page_header_side.main-toggle.ds .scroll-wrapper {
	background-color: rgba(31, 39, 50, 0.9);
}

.widget.widget_categories a {
	color: #7f7f7f;
}

.widget.widget_categories a:hover {
	color: #ff497c;
}

.widget.widget_text strong {
	color: #1f2732;
}

.widget.widget_text a {
	color: #ff497c;
}

.widget.widget_text a:hover {
	color: #1f2732;
}

.widget.widget_text .list1 li {
	font-weight: 300;
	padding: 0;
}

.shop-wd .widget_price_filter .price_slider_amount .button {
	display: none;
}

.shop-wd .widget-top-products {
	margin-top: 51px;
}

.apsc-inner-block {
	color: #fff;
}

.copyright-ls p {
	color: #000;
}

.header_absolute.header_transparent .page_header.ds.affix-top {
	border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}

.title-2 ol.breadcrumb li.breadcrumb-item a {
	background-color: #fff;
	border-radius: 50px;
	color: #ff497c;
	padding: 12px 30px;
}

@media (max-width: 767px) {
	.title-2 ol.breadcrumb li.breadcrumb-item a {
		padding: 12px 20px;
	}
}

.title-2 ol.breadcrumb li.breadcrumb-item a:hover {
	color: #1f2732;
}

.title-2 ol.breadcrumb .breadcrumb-item.active {
	background-color: #fff;
	border-radius: 50px;
	margin-left: 5px;
	padding: 12px 30px;
}

@media (max-width: 767px) {
	.title-2 ol.breadcrumb .breadcrumb-item.active {
		padding: 12px 20px;
	}
}

.title-2 .breadcrumb-item + .breadcrumb-item::before {
	display: none;
}

.title-2 h1 {
	font-weight: 600;
}

@media (max-width: 991px) {
	.title-2 h1 {
		margin-bottom: 20px;
	}
}

.title-2 .breadcrumb > li {
	display: inline-block;
	float: none;
	padding: 12px 6px;
}

.title-3 h1 {
	font-weight: 600;
	left: 44%;
	opacity: 0.1;
	position: absolute;
	top: -50%;
}

@media (max-width: 767px) {
	.title-3 h1 {
		font-size: 50px;
		left: 31%;
		top: -86%;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.title-3 h1 {
		font-size: 50px;
		left: 40%;
		top: -86%;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.title-3 h1 {
		font-size: 50px;
		left: 42%;
		top: -86%;
	}
}

.title-3 .breadcrumb-item + .breadcrumb-item::before {
	color: #1f2732;
	content: "\f054";
	font-family: FontAwesome;
	font-size: 9px;
	padding: 0 10px;
	position: relative;
	top: 0;
}

.breadcrumb-cs {
	background-color: #ff497c;
	padding: 20px 0;
	text-align: center;
}

.breadcrumb-cs li a {
	color: #fff;
}

.breadcrumb-cs [class*="container"] > .breadcrumb {
	background-color: transparent;
	bottom: 0;
	padding: 0 15px;
	position: static;
	right: 50%;
	text-align: center;
}

.breadcrumb-cs .breadcrumb-item + .breadcrumb-item::before {
	color: #1f2732;
	content: "\f054";
	font-family: FontAwesome;
	font-size: 9px;
	padding: 0 10px;
	position: relative;
	top: 0;
}

.s-parallax.copyright {
	background-repeat: repeat;
}

.dropdown select {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

.bio .author-social {
	margin-bottom: 1px;
}

.process-part {
	background-image: url("../../src/images/about/texture_dark.jpg");
}

.process-part.skew_right {
	margin-left: -100px;
	margin-right: -100px;
	/*-webkit-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(3deg);*/
	z-index: 5;
    padding: 10px 0px 50px;
}

@media (max-width: 767px) {
	.process-part.skew_right {
		margin: 0;
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

.process-part.skew_right .container {
	/*-webkit-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);*/
}

@media (max-width: 767px) {
	.process-part.skew_right .container {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

.process-part .step-center-part img {
	border: 10px solid rgba(255, 255, 255, 0.1);
	border-radius: 50%;
	max-width: 270px;
}

.process-part .step-title {
	font-size: 54px;
	margin-right: -30px;
color: #fff;
    line-height: 60px;
}

@media (max-width: 991px) {
	.process-part .step-title {
		font-size: 40px;
		margin-bottom: 10px;
		margin-right: 0;
		margin-top: 20px;
		text-align: center;
	}
}

.process-part .step-title span {
	font-size: 200px;
	font-weight: 600;
	left: -48%;
	letter-spacing: 1px;
	position: absolute;
	top: 1px;
	width: 100%;
	z-index: -1;
}

@media (max-width: 991px) {
	.process-part .step-title span {
		font-size: 80px;
		font-weight: 600;
		left: 0;
		letter-spacing: 5px;
		position: relative;
		top: 1px;
		top: 10px;
		width: 100%;
		z-index: -1;
	}
}

@media (min-width: 992px) and (max-width: 1600px) {
	.process-part .step-title span {
		font-size: 180px;
	}
}

.process-part .step-text {
	margin-left: -30px;
color: #fff;
}

@media (max-width: 991px) {
	.process-part .step-text {
		margin: 0;
		text-align: center;
	}
}

.process-part .right .step-title {
	margin-left: -30px;
	margin-right: 0;
}

@media (max-width: 991px) {
	.process-part .right .step-title {
		margin-left: 0;
		margin-top: 40px;
	}
}

.process-part .right .step-title span {
	left: 36%;
	position: absolute;
	top: 1px;
}

@media (max-width: 991px) {
	.process-part .right .step-title span {
		left: 0;
		position: relative;
		top: 1px;
		top: 10px;
	}
}

.process-part .right .step-text {
	margin-left: 0;
	margin-right: -30px;
color: #fff;
}

@media (max-width: 991px) {
	.process-part .right .step-text {
		margin: 0;
	}
}

.process-part .right .part4 span {
	left: 32%;
}

@media (max-width: 991px) {
	.process-part .right .part4 span {
		left: 0;
		position: relative;
		top: 1px;
		top: 10px;
	}
}

.process-part .right .step-center-part:after {
	background-image: url("../../src/images/about/left_arrow.png");
	left: 55px;
	right: auto;
}

@media (max-width: 991px) {
	.process-part .right .step-center-part:after {
		display: none;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.process-part .right .step-center-part:after {
		left: 19px;
	}
}

@media (max-width: 991px) {
	.process-part .part3 {
		margin-top: 40px;
	}
}

.process-part .part3 span {
	left: -34%;
}

@media (max-width: 991px) {
	.process-part .part3 span {
		left: 0;
		position: relative;
		top: 10px;
	}
}

.process-part .step-center-part:after {
	background-image: url("../../src/images/about/right_arrow.png");
	background-repeat: no-repeat;
	bottom: -97px;
	content: "";
	display: block;
	height: 136px;
	position: absolute;
	right: 55px;
	width: 34px;
	z-index: 4;
}

@media (max-width: 991px) {
	.process-part .step-center-part:after {
		display: none;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.process-part .step-center-part:after {
		right: 19px;
	}
}

section.top_white_line_big .container:before {
	/*background-image: url("../img/white_line_big.png");*/
	background-repeat: no-repeat;
	content: "";
	display: block;
	height: 134px;
	left: 50%;
	margin-left: -2px;
	position: absolute;
	top: 0;
	width: 4px;
	z-index: 4;
}

.step-center-part.last:after {
	display: none;
}

.pricing-page .pricing-plan .plan-button a {
	background-color: #fff;
}

.sf-menu > li.sf-logo-li > a:after {
	display: none;
}

.maintenance {
	margin-top: -60px;
}

.tog-ls.ls .toggle_menu:before,
.tog-ls.ls .toggle_menu span {
	color: #1f2732;
}

.tog-ls.ls .toggle_menu {
	background-color: transparent;
}

.toggle-menu-ls .toggle_menu:before,
.toggle-menu-ls .toggle_menu span,
.toggle-menu-ls .toggle_menu span:before,
.toggle-menu-ls .toggle_menu span:after {
	background-color: #fff;
}

.toggle-menu-ls .toggle_menu {
	background-color: transparent;
}

.search-box {
	background: #fff;
	border-radius: 40px;
	height: 60px;
	left: 50%;
	padding: 0 10px;
	position: absolute;
	top: 100%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.search-box i {
	color: #1f2732;
}

.search-box i:hover {
	color: #ff497c;
}

@media (max-width: 991px) {
	.search-box {
		display: none;
	}
}

.search-btn {
	align-items: center;
	background: #fff;
	border-radius: 50%;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	color: #e74c3c;
	display: -webkit-box !important;
	display: flex !important;
	display: -ms-flexbox !important;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	float: right;
	height: 60px;
	justify-content: center;
	width: 40px;
}

.search-box:hover > .search-text {
	-webkit-transition: 0.8s;
	transition: 0.8s;
	width: 240px;
}

.search-box:hover > .search-btn {
	background: white;
}

input[type="text"].search-text {
	background: none;
	border: none;
	color: #7f7f7f;
	font-size: 12px;
	letter-spacing: 0.2em;
	line-height: 40px;
	outline: none;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	width: 0;
}

@media (min-width: 1600px) {
	.gallery-image .vertical-item.content-absolute .item-content {
		bottom: 27%;
		left: 0;
		padding: 20px 40px;
		position: absolute;
		right: 0;
		z-index: 2;
	}
}

.page_header.ds.affix .search-box {
	display: none;
}

.footer-form .form-group .btn-maincolor {
	padding: 26px 51px;
}

.footer-form .form-group:hover {
	background-color: transparent;
	color: #fff;
}

.footer-form .form-group .form-control {
	text-align: left;
}

.footer-form .form-group .form-control::-webkit-input-placeholder {
	text-align: left;
}

@media (max-width: 1199px) {
	.header-layuot3 span {
		text-align: center;
	}
}

.form-left .form-control {
	text-align: left;
}

.form-left .form-control::-webkit-input-placeholder {
	text-align: left;
}

@media (max-width: 991px) {
	.widget-block {
		margin-top: -20px;
	}
}

.header-padding {
	padding: 30px 0;
}

.header-padding.affix {
	padding: 10px 0;
}

.header-padding.affix .main-toggle {
	margin-top: 10px;
}

@media (max-width: 991px) {
	.header-padding {
		padding: 5px 0;
	}
}

.social_part {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.social_part a {
	display: block;
	width: 100%;
}

.social_part a.fa.color-bg-icon {
	margin-left: 0;
	margin-right: 1px;
}

.social_part a.fa:last-child {
	margin-right: 0;
}

.social_part a.color-bg-icon:before {
	height: 4.3em;
	line-height: 4.3em;
}

.book-item {
	margin-top: -45px;
}

@media (max-width: 761px) {
	.book-item {
		margin-top: 30px;
		overflow: visible !important;
	}
}

.book-item .corner.corner-light:before,
.book-item .corner.corner-light:after {
	border-color: transparent #f2f2f2;
}

.book-item .text-block .btn-book-section {
	margin-bottom: -1px;
}

.book-item .text-block h5 {
	line-height: 35px;
	margin: 0 0 24px;
}

@media (max-width: 767px) {
	.book-item .text-block h5 {
		font-size: 21px;
		line-height: 30px;
		margin: 0 0 23px;
	}
}

.book-item .text-block h1 {
	line-height: 50px;
	margin: 1px 0 23px;
}

.book-item .book {
	padding-left: 15px;
}

@media (max-width: 767px) {
	.book-item .book {
		padding: 0 30px;
	}
}

.book-item .book .stage {
	display: inline-block;
	margin: 0;
	max-width: 100%;
	overflow: hidden;
	position: relative;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

@media (max-width: 991px) {
	.book-item .book .stage.book-3 {
		margin-bottom: -35px;
	}
}

.book-item .book .stage header {
	padding: 70px 0 23px;
}

@media (max-width: 767px) {
	.book-item .book .stage header {
		padding: 25px 0;
	}

	.book-item .book .stage header h6 {
		font-size: 25px;
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
	.book-item .book .stage header {
		padding: 40px 0 20px 0;
	}
}

.book-item .book .stage div {
	bottom: 0;
	left: 0;
	padding: 50px;
	position: absolute;
	right: 0;
	top: 0;
}

@media (max-width: 767px) {
	.book-item .book .stage div {
		padding: 50px 40px;
	}
}

@media (min-width: 991px) and (max-width: 1199px) {
	.book-item .book .stage div {
		padding: 30px;
	}
}

.book-item .book .stage.book-1 div {
	background-image: url("../images/book-hov-3.png");
}

.book-item .book .stage.book-2 div {
	background-image: url("../images/book-hov-2.png");
}

.book-item .book .stage.book-3 div {
	background-image: url("../images/book-hov-1.png");
}

.book-item .book .stage * {
	box-sizing: border-box;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}

.book-item .book .stage * p {
	margin-bottom: 26px;
}

.book-item .book .stage:hover div {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

.book-item .book .stage div {
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
}

.margin-negative {
	margin-left: 12px;
	margin-top: -120px;
}

@media (max-width: 767px) {
	.margin-negative {
		margin-left: 10px;
	}
}

@media (max-width: 991px) {
	.bottom-wrap {
		margin-top: 40px;
	}
}

.page_header.header5 {
	z-index: 3;
}


/*switcher styles*/
#switcher {
	background-color: #1f2732;
	color: #fff;
	font-size: 15px;
	padding-bottom: 20px;
	position: fixed;
	right: -210px;
	top: 22%;
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
	width: 210px;
	z-index: 1001;
}

#switcher.active {
	right: 0;
}

#switcher .hidden {
	display: none;
}

#switcher a {
	color: #ff497c;
}

#switcher .checkbox {
	font-size: 14px;
	line-height: 1;
	margin: 0;
}

#switcher h4 {
	background-color: #ff497c;
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 60px;
	margin: 0;
	text-align: center;
}

#switcher span.fa {
	background-color: transparent;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 24px;
	height: 60px;
	left: -20px;
	line-height: 60px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 60px;
	z-index: 2;
}

#switcher span.fa:hover {
	color: #1f2732;
}

#switcher span.fa:first-child {
	background-color: #ff497c;
	left: -60px;
	z-index: 3;
}

#switcher li {
	float: left;
	margin-bottom: 0;
	padding: 0 2px 5px 2px;
}

#switcher p {
	font-size: 16px;
	font-weight: 300;
	line-height: 1;
	margin: 0 0 10px;
}

#switcher label {
	color: #999;
	margin: 0 0 10px 0;
}

#switcher ul {
	margin-bottom: 0;
}

#switcher ul:before,
#switcher ul:after {
	clear: both;
	content: "";
	display: block;
}

#switcher .tooltip {
	min-width: 110px;
}

#switcher .tooltip-arrow {
	display: none;
}

#switcher-version a {
	display: inline-block;
	font-size: 13px;
	font-weight: 400;
	line-height: 1;
	padding: 13px 14px;
	text-transform: uppercase;
}

#switcher-version a:hover {
	color: #e4344e !important;
}

#switcher-version a.light {
	background-color: #fff;
	color: #323232;
}

#switcher-version a.dark {
	background-color: #262626;
	color: #fff;
}

#switcher-colors a {
	background-color: #ff497c;
	display: inline-block;
	height: 40px;
	overflow: hidden;
	position: relative;
	width: 40px;
}

#switcher-colors a:hover {
	opacity: 0.7;
}

#switcher-colors a.color2 {
	background-color: #a0ce4e;
}

#switcher-colors a.color3 {
	background-color: #f1894c;
}

#switcher-colors {
	line-height: 0;
}

#switcher-patterns a {
	background-color: #fff;
	display: block;
	height: 40px;
	line-height: 1;
	overflow: hidden;
	width: 40px;
}

#switcher-patterns a img {
	opacity: 0;
}

#switcher-patterns a:hover {
	opacity: 0.7;
}

#switcher-patterns li:first-child a img {
	opacity: 1;
}

#switcher_accent_color,
#switcher_color_scheme,
#switcher_layout,
#switcher_patterns {
	padding: 20px 31px 0 32px;
}

.checkbox-slider--b-flat {
	position: relative;
}

.checkbox-slider--b-flat input {
	bottom: 0;
	cursor: pointer;
	display: block;
	height: 0;
	left: 0;
	margin: 0 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
	zoom: 1;
}

.checkbox-slider--b-flat input + span {
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.checkbox-slider--b-flat input + span:before {
	display: inline-block;
	left: 0;
	position: absolute;
}

.checkbox-slider--b-flat input + span > h4 {
	display: inline;
}

.checkbox-slider--b-flat input + span {
	padding-left: 40px;
}

.checkbox-slider--b-flat input + span:before {
	background: #fff;
	content: "";
	height: 15px;
	width: 30px;
}

.checkbox-slider--b-flat input + span:after {
	background: #fff;
	content: "";
	display: block;
	font-weight: bold;
	height: 15px;
	left: 0;
	position: absolute;
	text-align: center;
	top: 0;
	-webkit-transition: margin-left 0.4s ease-in-out;
	transition: margin-left 0.4s ease-in-out;
	width: 20px;
}

.checkbox-slider--b-flat input:checked + span:after {
	content: "";
	margin-left: 20px;
}

.checkbox-slider--b-flat input:checked + span:before {
	-webkit-transition: background 0.2s ease-in;
	transition: background 0.2s ease-in;
}

.checkbox-slider--b-flat input + span {
	padding-left: 36px;
}

.checkbox-slider--b-flat input + span:before {
	border-radius: 15px;
	width: 30px;
}

.checkbox-slider--b-flat input + span:after {
	background: #ff497c;
	background-clip: padding-box;
	border: solid transparent 2px;
	border-radius: 20px;
	content: "";
	width: 15px;
}

.checkbox-slider--b-flat input:checked + span:after {
	background-clip: padding-box;
	border: solid transparent 2px;
	content: "";
	margin-left: 15px;
}

.checkbox-slider--b-flat input:checked + span:before {
	background: #fff;
}

.checkbox-slider--b-flat.checkbox-slider-md input + span:before {
	border-radius: 30px;
}

.checkbox-slider--b-flat.checkbox-slider-md input + span:after {
	border-radius: 30px;
}

.checkbox-slider--b-flat.checkbox-slider-lg input + span:before {
	border-radius: 40px;
}

.checkbox-slider--b-flat.checkbox-slider-lg input + span:after {
	border-radius: 40px;
}

.checkbox-slider--b-flat input + span:before {
	box-shadow: none;
}

.c-mb-lg-60 [class*="col-"], .row.c-mb-lg-60 > [class*="col-"] {
    margin-bottom: 60px;
}