/* ------------- #THEME STYLES -------------- */
/*------------- #TABLE OF CONTENTS --------------*/
/*------------------------------------------------------------------

1. Blocks / Styles for Blocks
	1.1 Acordion
	1.2 Alerts messages
	1.3 Blogs
	1.4 Breadcrumbs
	1.5 Buttons
	1.6 Case details
	1.7 Category list
	1.8 Checkboxes
	1.9 Clients
	1.10 Comments
	1.11 Contacts
	1.12 Counters
	1.13 Dividers
	1.14 Double image
	1.15 Forms
	1.16 Heading
	1.17 Info boxes
	1.18 Module i-box operand
	1.19 Move background
	1.20 Navigation
	1.21 Our video
	1.22 Pie charts
	1.23 Popup windows
	1.24 Portfolio
	1.25 Pricing tables
	1.26 Promo block
	1.27 Quotes
	1.28 Radio btn
	1.29 Skills
	1.30 Sliders
	1.31 Socials
	1.32 Tables
	1.33 Teammembers
	1.34 Testimonials
	1.35 Range Sliders
	1.35 Language Switcher

2. Plugins / Styles for plugins
	2.1 Datepicker
	2.2 Select2
	2.3 Swiper
	2.4 Ion Range Slider
	2.5 Perfect Scroll

3. Theme Styles / Main Theme Styles
	3.1 Content block
	3.2 Footer
	3.3 Global
	3.4 Grid
	3.5 Header
	3.6 Magnific popup
	3.7 Mixins
	3.8 Normalize
	3.9 Overlay menu
	3.10 Page 404
	3.11 Tabs
	3.12 Typography
	3.13 Variables

4. Widgets / Styles for all Widgets
	4.1 Widget About
	4.2 Widget Banner
	4.3 Widget Calendar
	4.4 Widget Category
	4.5 Widget Category links
	4.6 Widget Contacts
	4.7 Widget Highlights
	4.8 Widget Info
	4.9 Widget Latest news
	4.10 Widget Popular posts
	4.11 Widget Popular products
	4.12 Widget Popular tags
	4.13 Widget Recent Comments
	4.14 Widget Search
	4.15 Widget Shared posts
	4.16 Widget Socials counter
	4.17 Widget Socials subscribe
	4.18 Widget Tags




-------------------------------------------------------------------*/
/*------------- #VARIABLES --------------*/
/*------------- #GLOBAL STYLES --------------*/
@font-face {
	font-family: 'Comfortaa';
	src: url('../fonts/Comfortaa-Bold_0.eot');
	src: url('../fonts/Comfortaa-Bold_0.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Comfortaa-Bold_0.woff') format('woff'),
		url('../fonts/Comfortaa-Bold_0.ttf') format('truetype');
	src: url('../fonts/Comfortaa-Light.eot');
	src: url('../fonts/Comfortaa-Light.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Comfortaa-Light.woff') format('woff'),
		url('../fonts/Comfortaa-Light.ttf') format('truetype');
	src: url('../fonts/Comfortaa-Regular.eot');
	src: url('../fonts/Comfortaa-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Comfortaa-Regular.woff') format('woff'),
		url('../fonts/Comfortaa-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
/* add by JIM for logo font */
@font-face {
	font-family: 'fredoka';
	src: url('../fonts/fredokaone-regular-webfont.woff2') format('woff2'),
		url('../fonts/fredokaone-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

*,
*:before,
*:after {
	box-sizing: border-box;
}

html,
body {
	position: relative;
	height: 100%;
}

body {
	background-image: url('../img/body-bg.png');
	color: #666d7a;
	font-family: 'Comfortaa', Arial, 'Helvetica Neue', Helvetica, serif, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.63;
	letter-spacing: -0.001em;
}

img {
	max-width: 100%;
	height: auto;
	display: inline-block;
}

blockquote {
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
}

blockquote {
	padding: 0 0 0 15px;
	margin: 0 0 20px;
}

caption {
	padding-top: 8px;
	padding-bottom: 8px;
	color: #777;
	text-align: left;
}

a {
	text-decoration: none;
	color: #3d434f;
	transition: all 0.15s linear;
}

p {
	font-size: 16px;
}
@media (max-width: 600px) {
	p {
		font-size: 14px;
	}
}

figure {
	margin: 0;
	max-width: 100%;
}

select {
	width: 100%;
	border: 1px solid #666d7a;
	appearance: none;
	-moz-appearance: none;
	/* Firefox */
	-webkit-appearance: none;
	/* Safari and Chrome */
}

textarea {
	height: auto;
	min-height: 50px;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
	color: #666d7a;
}

textarea:-moz-placeholder,
input:-moz-placeholder {
	color: #666d7a;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
	color: #666d7a;
}

input,
textarea {
	box-shadow: none;
}
input:invalid,
textarea:invalid {
	border: 1px solid #ff00004d;
}
input:-moz-submit-invalid,
textarea:-moz-submit-invalid {
	box-shadow: none;
}
input.wpcf7-form-control,
textarea.wpcf7-form-control {
	width: 100%;
}

/*------------- #Styles for list --------------*/
ul:not([class]) li,
ol:not([class]) li {
	margin-bottom: 0.6em;
	letter-spacing: -0.015em;
}
ul:not([class]) li strong,
ol:not([class]) li strong {
	color: #3d434f;
}
ul:not([class]) li a,
ol:not([class]) li a {
	display: block;
	letter-spacing: -0.015em;
}

ul:not([class]) ul,
ol:not([class]) ul {
	padding: 0;
	padding-left: 40px;
	margin: 20px 0 15px;
	list-style: inherit;
}
ul:not([class]) ul li,
ol:not([class]) ul li {
	font-size: 14px;
	margin-bottom: 0;
}

.list {
	color: #3d434f;
	overflow: hidden;
}
.list ul {
	list-style: none;
	padding: 0;
	padding-left: 60px;
	margin: 15px 0 0;
}
.list ul li {
	font-size: 14px;
	margin-bottom: 0;
	letter-spacing: -0.015em;
	color: #666d7a;
}
.list li {
	margin-bottom: 0.6em;
	font-size: 1em;
	overflow: hidden;
	clear: both;
	transition: all 0.3s ease;
}
.list li a {
	max-width: calc(100% - 50px);
	line-height: 1;
}
.list li a,
.list li li {
	display: inline-block;
	vertical-align: middle;
	letter-spacing: -0.015em;
}
.list li i,
.list li .woox-icon {
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
	font-weight: 900;
	font-size: 12px;
}

.list--primary i,
.list--primary .woox-icon {
	color: #00ffb3;
	fill: #00ffb3;
	height: 19px;
	width: 19px;
}

.list--primary a:hover {
	color: #00ffb3;
	fill: #00ffb3;
}

.list--primary ul li:before {
	content: '-';
	display: inline-block;
	font-size: inherit;
	margin-right: 6px;
}

.list--round li i,
.list--round li .woox-icon {
	margin-right: 25px;
	width: 12px;
	height: 12px;
	top: -2px;
	position: relative;
}

ol {
	counter-reset: list1;
	margin: 15px 0;
}
ol li {
	list-style: none;
	transition: all 0.3s ease;
	position: relative;
	padding-left: 40px;
	margin-bottom: 0.35em;
	font-size: 1em;
}
ol li a {
	display: inline-block;
}
ol ul li {
	list-style: initial;
	padding-left: 0;
}
ol ul li:before {
	display: none;
}

/* Init counter */
ol li:before {
	position: absolute;
	counter-increment: list1;
	/* Add "1" */
	content: counter(list1) '.';
	/* Show count */
	color: #3d434f;
	font-weight: 700;
	display: inline-block;
	left: 0;
}

ol ol {
	counter-reset: list2;
	margin: 10px 0;
	padding-left: 0;
}

ol ol li {
	padding-left: 40px;
}

ol ol li:before {
	counter-increment: list2;
	content: counter(list1) '.' counter(list2) '. ';
}

ol ul ol {
	counter-reset: list1;
}
ol ul ol li:before {
	counter-increment: list1;
	/* Add "1" */
	content: counter(list1) '.';
	/* Show count */
}

blockquote p {
	margin: 0;
}

p {
	margin: 0 0 1.5em 0;
}

ul ul,
ol ul,
ul ol {
	margin: 10px 0;
	padding-left: 0;
}

ul ol li::before {
	position: absolute;
	counter-increment: list1;
	content: counter(list1) '.';
	color: #2f2c2c;
	display: inline-block;
	font-size: 18px;
	left: 0;
}

ul ol ul li::before {
	content: '\f0da';
	position: absolute;
	left: 0;
	transition: all 0.3s ease;
	font-family: 'FontAwesome';
	counter-increment: none;
	font-size: 12px;
}

ol ul ol li:before {
	counter-increment: list1;
	/* Add "1" */
	content: counter(list1) '.';
	/* Show count */
	color: #3d434f;
	display: inline-block;
	position: absolute;
	list-style: none;
	font-size: 18px;
	left: 0;
}

ol ol ol {
	counter-reset: list3;
}

ol ol ol li {
	padding-left: 55px;
}

ol ol ol li::before {
	counter-increment: list3;
	content: counter(list1) '.' counter(list1) '.' counter(list3) '.';
}

ul ol li {
	padding-left: 40px;
}

blockquote {
	margin: 1em 0;
	padding: 80px;
	position: relative;
	font-family: 'Playfair Display', serif;
	font-style: italic;
	font-weight: 700;
	border-radius: 50px;
	overflow: hidden;
}
blockquote h6 {
	font-style: normal;
	font-size: 16px;
}
blockquote h6 span {
	color: #666d7a;
	display: block;
	font-weight: 400;
}
blockquote cite {
	display: block;
	color: #666d7a;
	font-size: 0.7em;
}
blockquote cite:before {
	content: '\2014\00a0';
	color: #666d7a;
}
blockquote:before {
	content: '';
	width: 80px;
	height: 90px;
	position: absolute;
	top: 50px;
	left: 40px;
	display: block;
	background: url('../svg-icons/quote-icon.svg') 50% 50% no-repeat;
	background-size: contain;
	z-index: 1;
}
blockquote p {
	margin: 0 0 40px;
	font-size: 30px;
	line-height: 1.6em;
	color: #3d434f;
	z-index: 2;
	position: relative;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	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. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex='-1']:focus {
	outline: 0;
}

/*------------- Responsive Mode --------------*/
@media (max-width: 768px) {
	blockquote {
		padding: 30px;
		text-align: center;
	}
	blockquote P {
		font-size: 18px;
	}
	blockquote:before {
		width: 40px;
		height: 50px;
		top: 30px;
		left: 30px;
	}
}

@media (max-width: 640px) {
	.list li,
	ul li {
		font-size: 13px;
	}
	ol li {
		font-size: 13px;
		padding-left: 20px;
	}
	ol ol li {
		padding-left: 30px;
	}
	ol ol ol li {
		padding-left: 40px;
	}
	.list--primary .woox-icon {
		height: 11px;
		width: 11px;
	}
}

/*------------- #TYPOGRAPHY --------------*/
h1,
.h1 {
	font-size: 100px;
	font-weight: 700;
	color: #3d434f;
	font-family: 'Comfortaa', Arial, 'Helvetica Neue', Helvetica, sans-serif;
	margin: 0.4em 0;
	line-height: 1em;
	letter-spacing: -0.02em;
}
h1 a,
.h1 a {
	color: inherit;
}
@media (max-width: 800px) {
	h1,
	.h1 {
		font-size: 2em;
	}
}
@media (max-width: 640px) {
	h1,
	.h1 {
		font-size: 1.8em;
	}
}
@media (max-width: 360px) {
	h1,
	.h1 {
		font-size: 1.5em;
	}
}

h2,
.h2 {
	margin: 0.4em 0;
	font-size: 60px;
	line-height: 1.3em;
	font-weight: 400;
	color: #3d434f;
	font-family: 'Comfortaa', Arial, 'Helvetica Neue', Helvetica, sans-serif;
	letter-spacing: -0.02em;
}
h2 a,
.h2 a {
	color: inherit;
}
@media (max-width: 800px) {
	h2,
	.h2 {
		font-size: 1.9em;
	}
}
@media (max-width: 640px) {
	h2,
	.h2 {
		font-size: 1.7em;
	}
}
@media (max-width: 480px) {
	h2,
	.h2 {
		font-size: 1.5em;
	}
}
@media (max-width: 360px) {
	h2,
	.h2 {
		font-size: 1.3em;
	}
}

h3,
.h3 {
	margin: 0.4em 0;
	font-size: 40px;
	line-height: 1.3em;
	font-weight: 700;
	color: #3d434f;
	font-family: 'Comfortaa', Arial, 'Helvetica Neue', Helvetica, sans-serif;
	letter-spacing: -0.02em;
}
h3 a,
.h3 a {
	color: inherit;
}
@media (max-width: 800px) {
	h3,
	.h3 {
		font-size: 1.8em;
	}
}
@media (max-width: 640px) {
	h3,
	.h3 {
		font-size: 1.6em;
	}
}
@media (max-width: 480px) {
	h3,
	.h3 {
		font-size: 1.4em;
	}
}
@media (max-width: 360px) {
	h3,
	.h3 {
		font-size: 1.2em;
	}
}

h4,
.h4 {
	margin: 0.4em 0;
	font-size: 30px;
	line-height: 1.3em;
	font-weight: 700;
	color: #3d434f;
	font-family: 'Comfortaa', Arial, 'Helvetica Neue', Helvetica, sans-serif;
	letter-spacing: -0.02em;
}
h4 a,
.h4 a {
	color: inherit;
}
@media (max-width: 800px) {
	h4,
	.h4 {
		font-size: 1.7em;
	}
}
@media (max-width: 640px) {
	h4,
	.h4 {
		font-size: 1.5em;
	}
}
@media (max-width: 480px) {
	h4,
	.h4 {
		font-size: 1.3em;
	}
}
@media (max-width: 360px) {
	h4,
	.h4 {
		font-size: 1.1em;
	}
}

h5,
.h5 {
	margin: 0.4em 0;
	font-size: 26px;
	line-height: 1.3em;
	font-weight: 700;
	color: #3d434f;
	font-family: 'Comfortaa', Arial, 'Helvetica Neue', Helvetica, sans-serif;
	letter-spacing: -0.02em;
}
h5 a,
.h5 a {
	color: inherit;
}
@media (max-width: 800px) {
	h5,
	.h5 {
		font-size: 1.6em;
	}
}
@media (max-width: 640px) {
	h5,
	.h5 {
		font-size: 1.4em;
	}
}
@media (max-width: 480px) {
	h5,
	.h5 {
		font-size: 1.2em;
	}
}
@media (max-width: 360px) {
	h5,
	.h5 {
		font-size: 1em;
	}
}

h6,
.h6 {
	margin: 0.4em 0;
	font-size: 22px;
	line-height: 1.3em;
	font-weight: 700;
	color: #3d434f;
	font-family: 'Comfortaa', Arial, 'Helvetica Neue', Helvetica, sans-serif;
	letter-spacing: -0.02em;
}
h6 a,
.h6 a {
	color: inherit;
}
@media (max-width: 800px) {
	h6,
	.h6 {
		font-size: 1.4em;
	}
}
@media (max-width: 640px) {
	h6,
	.h6 {
		font-size: 1.2em;
	}
}
@media (max-width: 480px) {
	h6,
	.h6 {
		font-size: 1em;
	}
}
@media (max-width: 360px) {
	h6,
	.h6 {
		font-size: 0.9em;
	}
}

/*------------- #Styles for First-Letter --------------*/
.first-letter span:first-of-type {
	display: block;
	position: relative;
	float: left;
	line-height: 1;
	font-family: 'Playfair Display', serif;
	z-index: -1;
	font-weight: 900;
}

.first-letter--under-text span:first-of-type {
	margin-right: -80px;
	margin-top: -50px;
	font-size: 160px;
}
@media (max-width: 768px) {
	.first-letter--under-text span:first-of-type {
		font-size: 80px;
		margin-top: 0;
	}
}

.first-letter--before-text span:first-of-type {
	margin-right: 35px;
	margin-bottom: 30px;
	margin-top: -15px;
	font-size: 106px;
}
@media (max-width: 768px) {
	.first-letter--before-text span:first-of-type {
		font-size: 60px;
		margin-top: 0;
	}
}

/*------------- #Styles for Text Selection --------------*/
/*Selection dark*/
.selection--dark::-moz-selection {
	background: #3d434f;
	color: #666d7a;
}

.selection--dark::selection {
	background: #3d434f;
	color: #666d7a;
}

/*Selection primary*/
.selection--primary::-moz-selection {
	color: #fff;
}

.selection--primary::selection {
	color: #fff;
}

/*Selection gray*/
.selection--gray::-moz-selection {
	background: #e1e1e1;
	color: #3d434f;
}

.selection--gray::selection {
	background: #e1e1e1;
	color: #3d434f;
}

dl {
	margin-bottom: 24px;
}

dl dt {
	margin-bottom: 5px;
	color: #777;
	font-weight: bold;
}

dl dd {
	margin-bottom: 5px;
	margin-left: 20px;
}

abbr {
	cursor: help;
	border-color: #666d7a;
}

hr {
	position: relative;
	display: block;
	width: 100%;
	min-height: 10px;
	background-image: url(../img/wave.png);
	background-position: 50% 50%;
	background-repeat: repeat-x;
	margin: 0 auto;
	border: none;
}

/*------------- #VARIABLES --------------*/
@media (max-width: 799px) {
	body.crumina-grid .col-sm-1,
	body.crumina-grid .col-sm-2,
	body.crumina-grid .col-sm-3,
	body.crumina-grid .col-sm-4,
	body.crumina-grid .col-sm-5,
	body.crumina-grid .col-sm-6,
	body.crumina-grid .col-sm-7,
	body.crumina-grid .col-sm-8,
	body.crumina-grid .col-sm-9,
	body.crumina-grid .col-sm-10,
	body.crumina-grid .col-sm-11,
	body.crumina-grid .col-sm-12 {
		float: left;
	}
	body.crumina-grid .col-sm-12 {
		width: 100%;
	}
	body.crumina-grid .col-sm-11 {
		width: 91.66666667%;
	}
	body.crumina-grid .col-sm-10 {
		width: 83.33333333%;
	}
	body.crumina-grid .col-sm-9 {
		width: 75%;
	}
	body.crumina-grid .col-sm-8 {
		width: 66.66666667%;
	}
	body.crumina-grid .col-sm-7 {
		width: 58.33333333%;
	}
	body.crumina-grid .col-sm-6 {
		width: 50%;
	}
	body.crumina-grid .col-sm-5 {
		width: 41.66666667%;
	}
	body.crumina-grid .col-sm-4 {
		width: 33.33333333%;
	}
	body.crumina-grid .col-sm-3 {
		width: 25%;
	}
	body.crumina-grid .col-sm-2 {
		width: 16.66666667%;
	}
	body.crumina-grid .col-sm-1 {
		width: 8.33333333%;
	}
	body.crumina-grid .col-sm-pull-12 {
		right: 100%;
	}
	body.crumina-grid .col-sm-pull-11 {
		right: 91.66666667%;
	}
	body.crumina-grid .col-sm-pull-10 {
		right: 83.33333333%;
	}
	body.crumina-grid .col-sm-pull-9 {
		right: 75%;
	}
	body.crumina-grid .col-sm-pull-8 {
		right: 66.66666667%;
	}
	body.crumina-grid .col-sm-pull-7 {
		right: 58.33333333%;
	}
	body.crumina-grid .col-sm-pull-6 {
		right: 50%;
	}
	body.crumina-grid .col-sm-pull-5 {
		right: 41.66666667%;
	}
	body.crumina-grid .col-sm-pull-4 {
		right: 33.33333333%;
	}
	body.crumina-grid .col-sm-pull-3 {
		right: 25%;
	}
	body.crumina-grid .col-sm-pull-2 {
		right: 16.66666667%;
	}
	body.crumina-grid .col-sm-pull-1 {
		right: 8.33333333%;
	}
	body.crumina-grid .col-sm-pull-0 {
		right: auto;
	}
	body.crumina-grid .col-sm-push-12 {
		left: 100%;
	}
	body.crumina-grid .col-sm-push-11 {
		left: 91.66666667%;
	}
	body.crumina-grid .col-sm-push-10 {
		left: 83.33333333%;
	}
	body.crumina-grid .col-sm-push-9 {
		left: 75%;
	}
	body.crumina-grid .col-sm-push-8 {
		left: 66.66666667%;
	}
	body.crumina-grid .col-sm-push-7 {
		left: 58.33333333%;
	}
	body.crumina-grid .col-sm-push-6 {
		left: 50%;
	}
	body.crumina-grid .col-sm-push-5 {
		left: 41.66666667%;
	}
	body.crumina-grid .col-sm-push-4 {
		left: 33.33333333%;
	}
	body.crumina-grid .col-sm-push-3 {
		left: 25%;
	}
	body.crumina-grid .col-sm-push-2 {
		left: 16.66666667%;
	}
	body.crumina-grid .col-sm-push-1 {
		left: 8.33333333%;
	}
	body.crumina-grid .col-sm-push-0 {
		left: auto;
	}
	body.crumina-grid .col-sm-offset-12 {
		margin-left: 100%;
	}
	body.crumina-grid .col-sm-offset-11 {
		margin-left: 91.66666667%;
	}
	body.crumina-grid .col-sm-offset-10 {
		margin-left: 83.33333333%;
	}
	body.crumina-grid .col-sm-offset-9 {
		margin-left: 75%;
	}
	body.crumina-grid .col-sm-offset-8 {
		margin-left: 66.66666667%;
	}
	body.crumina-grid .col-sm-offset-7 {
		margin-left: 58.33333333%;
	}
	body.crumina-grid .col-sm-offset-6 {
		margin-left: 50%;
	}
	body.crumina-grid .col-sm-offset-5 {
		margin-left: 41.66666667%;
	}
	body.crumina-grid .col-sm-offset-4 {
		margin-left: 33.33333333%;
	}
	body.crumina-grid .col-sm-offset-3 {
		margin-left: 25%;
	}
	body.crumina-grid .col-sm-offset-2 {
		margin-left: 16.66666667%;
	}
	body.crumina-grid .col-sm-offset-1 {
		margin-left: 8.33333333%;
	}
	body.crumina-grid .col-sm-offset-0 {
		margin-left: 0;
	}
}

@media (max-width: 570px) {
	body.crumina-grid .col-xs-1,
	body.crumina-grid .col-xs-2,
	body.crumina-grid .col-xs-3,
	body.crumina-grid .col-xs-4,
	body.crumina-grid .col-xs-5,
	body.crumina-grid .col-xs-6,
	body.crumina-grid .col-xs-7,
	body.crumina-grid .col-xs-8,
	body.crumina-grid .col-xs-9,
	body.crumina-grid .col-xs-10,
	body.crumina-grid .col-xs-11,
	body.crumina-grid .col-xs-12 {
		float: left;
	}
	body.crumina-grid .col-xs-12 {
		width: 100%;
	}
	body.crumina-grid .col-xs-11 {
		width: 91.66666667%;
	}
	body.crumina-grid .col-xs-10 {
		width: 83.33333333%;
	}
	body.crumina-grid .col-xs-9 {
		width: 75%;
	}
	body.crumina-grid .col-xs-8 {
		width: 66.66666667%;
	}
	body.crumina-grid .col-xs-7 {
		width: 58.33333333%;
	}
	body.crumina-grid .col-xs-6 {
		width: 50%;
	}
	body.crumina-grid .col-xs-5 {
		width: 41.66666667%;
	}
	body.crumina-grid .col-xs-4 {
		width: 33.33333333%;
	}
	body.crumina-grid .col-xs-3 {
		width: 25%;
	}
	body.crumina-grid .col-xs-2 {
		width: 16.66666667%;
	}
	body.crumina-grid .col-xs-1 {
		width: 8.33333333%;
	}
	body.crumina-grid .col-xs-pull-12 {
		right: 100%;
	}
	body.crumina-grid .col-xs-pull-11 {
		right: 91.66666667%;
	}
	body.crumina-grid .col-xs-pull-10 {
		right: 83.33333333%;
	}
	body.crumina-grid .col-xs-pull-9 {
		right: 75%;
	}
	body.crumina-grid .col-xs-pull-8 {
		right: 66.66666667%;
	}
	body.crumina-grid .col-xs-pull-7 {
		right: 58.33333333%;
	}
	body.crumina-grid .col-xs-pull-6 {
		right: 50%;
	}
	body.crumina-grid .col-xs-pull-5 {
		right: 41.66666667%;
	}
	body.crumina-grid .col-xs-pull-4 {
		right: 33.33333333%;
	}
	body.crumina-grid .col-xs-pull-3 {
		right: 25%;
	}
	body.crumina-grid .col-xs-pull-2 {
		right: 16.66666667%;
	}
	body.crumina-grid .col-xs-pull-1 {
		right: 8.33333333%;
	}
	body.crumina-grid .col-xs-pull-0 {
		right: auto;
	}
	body.crumina-grid .col-xs-push-12 {
		left: 100%;
	}
	body.crumina-grid .col-xs-push-11 {
		left: 91.66666667%;
	}
	body.crumina-grid .col-xs-push-10 {
		left: 83.33333333%;
	}
	body.crumina-grid .col-xs-push-9 {
		left: 75%;
	}
	body.crumina-grid .col-xs-push-8 {
		left: 66.66666667%;
	}
	body.crumina-grid .col-xs-push-7 {
		left: 58.33333333%;
	}
	body.crumina-grid .col-xs-push-6 {
		left: 50%;
	}
	body.crumina-grid .col-xs-push-5 {
		left: 41.66666667%;
	}
	body.crumina-grid .col-xs-push-4 {
		left: 33.33333333%;
	}
	body.crumina-grid .col-xs-push-3 {
		left: 25%;
	}
	body.crumina-grid .col-xs-push-2 {
		left: 16.66666667%;
	}
	body.crumina-grid .col-xs-push-1 {
		left: 8.33333333%;
	}
	body.crumina-grid .col-xs-push-0 {
		left: auto;
	}
	body.crumina-grid .col-xs-offset-12 {
		margin-left: 100%;
	}
	body.crumina-grid .col-xs-offset-11 {
		margin-left: 91.66666667%;
	}
	body.crumina-grid .col-xs-offset-10 {
		margin-left: 83.33333333%;
	}
	body.crumina-grid .col-xs-offset-9 {
		margin-left: 75%;
	}
	body.crumina-grid .col-xs-offset-8 {
		margin-left: 66.66666667%;
	}
	body.crumina-grid .col-xs-offset-7 {
		margin-left: 58.33333333%;
	}
	body.crumina-grid .col-xs-offset-6 {
		margin-left: 50%;
	}
	body.crumina-grid .col-xs-offset-5 {
		margin-left: 41.66666667%;
	}
	body.crumina-grid .col-xs-offset-4 {
		margin-left: 33.33333333%;
	}
	body.crumina-grid .col-xs-offset-3 {
		margin-left: 25%;
	}
	body.crumina-grid .col-xs-offset-2 {
		margin-left: 16.66666667%;
	}
	body.crumina-grid .col-xs-offset-1 {
		margin-left: 8.33333333%;
	}
	body.crumina-grid .col-xs-offset-0 {
		margin-left: 0;
	}
}

@media (max-width: 768px) {
	body.crumina-grid .kc_column_inner + .kc_column_inner {
		margin-top: 40px;
	}
}

@media (max-width: 768px) {
	body.crumina-grid .kc_column + .kc_column {
		margin-top: 30px;
	}
}

body.crumina-grid .kc_col-of-5 {
	width: 20%;
	float: left;
	position: relative;
	min-height: 1px;
	padding-right: 20px;
	padding-left: 20px;
}
@media (max-width: 800px) {
	body.crumina-grid .kc_col-of-5 {
		width: 50%;
	}
}
@media (max-width: 570px) {
	body.crumina-grid .kc_col-of-5 {
		width: 100%;
	}
}

@media (max-width: 800px) {
	body.crumina-grid * > .kc_col-of-5:last-child {
		width: 100%;
	}
}

@media (max-width: 799px) {
	body.crumina-grid .col-3-responsive-wrapper .kc_column.col-md-4.col-sm-12 {
		width: 33.3333%;
	}
}

@media (max-width: 600px) {
	body.crumina-grid .col-3-responsive-wrapper .kc_column.col-md-4.col-sm-12 {
		width: 100%;
	}
}

@media (max-width: 768px) {
	body.crumina-grid .col-3-responsive-wrapper .kc_column + .kc_column {
		margin-top: 0;
	}
}

@media (max-width: 600px) {
	body.crumina-grid .col-3-responsive-wrapper .kc_column + .kc_column {
		margin-top: 30px;
	}
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
	display: table;
	content: ' ';
	width: 100%;
}

.container {
	padding-right: 20px;
	padding-left: 20px;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 768px) {
	.container {
		width: 710px;
		padding-right: 20px;
		padding-left: 20px;
	}
	.row {
		margin-right: -10px;
		margin-left: -10px;
	}
}

@media (min-width: 992px) {
	.container {
		width: 965px;
	}
}

@media (min-width: 1200px) {
	.container {
		width: 1140px;
	}
}

@media (min-width: 1500px) {
	.container {
		width: 1440px;
	}
}

.container-fluid {
	padding-right: 20px;
	padding-left: 20px;
	margin-right: auto;
	margin-left: auto;
}

.row {
	margin-right: -20px;
	margin-left: -20px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-right: 20px;
	padding-left: 20px;
}

@media (min-width: 1200px) {
	.col-lg-1,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12 {
		float: left;
	}
	.col-lg-12 {
		width: 100%;
	}
	.col-lg-11 {
		width: 91.66666667%;
	}
	.col-lg-10 {
		width: 83.33333333%;
	}
	.col-lg-9 {
		width: 75%;
	}
	.col-lg-8 {
		width: 66.66666667%;
	}
	.col-lg-7 {
		width: 58.33333333%;
	}
	.col-lg-6 {
		width: 50%;
	}
	.col-lg-5 {
		width: 41.66666667%;
	}
	.col-lg-4 {
		width: 33.33333333%;
	}
	.col-lg-3 {
		width: 25%;
	}
	.col-lg-2 {
		width: 16.66666667%;
	}
	.col-lg-1 {
		width: 8.33333333%;
	}
	.col-lg-pull-12 {
		right: 100%;
	}
	.col-lg-pull-11 {
		right: 91.66666667%;
	}
	.col-lg-pull-10 {
		right: 83.33333333%;
	}
	.col-lg-pull-9 {
		right: 75%;
	}
	.col-lg-pull-8 {
		right: 66.66666667%;
	}
	.col-lg-pull-7 {
		right: 58.33333333%;
	}
	.col-lg-pull-6 {
		right: 50%;
	}
	.col-lg-pull-5 {
		right: 41.66666667%;
	}
	.col-lg-pull-4 {
		right: 33.33333333%;
	}
	.col-lg-pull-3 {
		right: 25%;
	}
	.col-lg-pull-2 {
		right: 16.66666667%;
	}
	.col-lg-pull-1 {
		right: 8.33333333%;
	}
	.col-lg-pull-0 {
		right: auto;
	}
	.col-lg-push-12 {
		left: 100%;
	}
	.col-lg-push-11 {
		left: 91.66666667%;
	}
	.col-lg-push-10 {
		left: 83.33333333%;
	}
	.col-lg-push-9 {
		left: 75%;
	}
	.col-lg-push-8 {
		left: 66.66666667%;
	}
	.col-lg-push-7 {
		left: 58.33333333%;
	}
	.col-lg-push-6 {
		left: 50%;
	}
	.col-lg-push-5 {
		left: 41.66666667%;
	}
	.col-lg-push-4 {
		left: 33.33333333%;
	}
	.col-lg-push-3 {
		left: 25%;
	}
	.col-lg-push-2 {
		left: 16.66666667%;
	}
	.col-lg-push-1 {
		left: 8.33333333%;
	}
	.col-lg-push-0 {
		left: auto;
	}
	.col-lg-offset-12 {
		margin-left: 100%;
	}
	.col-lg-offset-11 {
		margin-left: 91.66666667%;
	}
	.col-lg-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-lg-offset-9 {
		margin-left: 75%;
	}
	.col-lg-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-lg-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-lg-offset-6 {
		margin-left: 50%;
	}
	.col-lg-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-lg-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-lg-offset-3 {
		margin-left: 25%;
	}
	.col-lg-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-lg-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-lg-offset-0 {
		margin-left: 0;
	}
}

@media (min-width: 800px) and (max-width: 1199px) {
	.col-md-1,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-md-10,
	.col-md-11,
	.col-md-12 {
		float: left;
	}
	.col-md-12 {
		width: 100%;
	}
	.col-md-11 {
		width: 91.66666667%;
	}
	.col-md-10 {
		width: 83.33333333%;
	}
	.col-md-9 {
		width: 75%;
	}
	.col-md-8 {
		width: 66.66666667%;
	}
	.col-md-7 {
		width: 58.33333333%;
	}
	.col-md-6 {
		width: 50%;
	}
	.col-md-5 {
		width: 41.66666667%;
	}
	.col-md-4 {
		width: 33.33333333%;
	}
	.col-md-3 {
		width: 25%;
	}
	.col-md-2 {
		width: 16.66666667%;
	}
	.col-md-1 {
		width: 8.33333333%;
	}
	.col-md-pull-12 {
		right: 100%;
	}
	.col-md-pull-11 {
		right: 91.66666667%;
	}
	.col-md-pull-10 {
		right: 83.33333333%;
	}
	.col-md-pull-9 {
		right: 75%;
	}
	.col-md-pull-8 {
		right: 66.66666667%;
	}
	.col-md-pull-7 {
		right: 58.33333333%;
	}
	.col-md-pull-6 {
		right: 50%;
	}
	.col-md-pull-5 {
		right: 41.66666667%;
	}
	.col-md-pull-4 {
		right: 33.33333333%;
	}
	.col-md-pull-3 {
		right: 25%;
	}
	.col-md-pull-2 {
		right: 16.66666667%;
	}
	.col-md-pull-1 {
		right: 8.33333333%;
	}
	.col-md-pull-0 {
		right: auto;
	}
	.col-md-push-12 {
		left: 100%;
	}
	.col-md-push-11 {
		left: 91.66666667%;
	}
	.col-md-push-10 {
		left: 83.33333333%;
	}
	.col-md-push-9 {
		left: 75%;
	}
	.col-md-push-8 {
		left: 66.66666667%;
	}
	.col-md-push-7 {
		left: 58.33333333%;
	}
	.col-md-push-6 {
		left: 50%;
	}
	.col-md-push-5 {
		left: 41.66666667%;
	}
	.col-md-push-4 {
		left: 33.33333333%;
	}
	.col-md-push-3 {
		left: 25%;
	}
	.col-md-push-2 {
		left: 16.66666667%;
	}
	.col-md-push-1 {
		left: 8.33333333%;
	}
	.col-md-push-0 {
		left: auto;
	}
	.col-md-offset-12 {
		margin-left: 100%;
	}
	.col-md-offset-11 {
		margin-left: 91.66666667%;
	}
	.col-md-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-md-offset-9 {
		margin-left: 75%;
	}
	.col-md-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-md-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-md-offset-6 {
		margin-left: 50%;
	}
	.col-md-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-md-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-md-offset-3 {
		margin-left: 25%;
	}
	.col-md-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-md-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-md-offset-0 {
		margin-left: 0;
	}
}

.kc-elm.small-section {
	max-width: 750px;
	margin: 0 auto;
	float: none;
}

.kc-elm.small-section-f-left {
	max-width: 750px;
	float: left;
}

.kc-elm.medium-section {
	max-width: 900px;
	margin: 0 auto;
	float: none;
}

.kc-container {
	position: relative;
	z-index: 1;
}

.kc_row:not(.kc_row_inner) {
	padding: 120px 0;
}
@media (max-width: 800px) {
	.kc_row:not(.kc_row_inner) {
		padding: 60px 0;
	}
}
@media (max-width: 360px) {
	.kc_row:not(.kc_row_inner) {
		padding: 30px 0;
	}
}

.kc_row_inner + .kc_row_inner {
	margin-top: 40px;
}
@media (max-width: 640px) {
	.kc_row_inner + .kc_row_inner {
		margin-top: 0;
	}
}

.kc-col-inner-container > .kc-elm {
	margin-bottom: 30px;
}
.kc-col-inner-container > .kc-elm:last-child {
	margin-bottom: 0;
}
.kc-col-inner-container > .kc-elm p:last-child {
	margin-bottom: 0;
}

@media (max-width: 768px) {
	.kc-col-inner-container > .kc-elm.product-description-solution {
		margin-top: 0;
		margin-bottom: 60px;
	}
}

.kc-col-container > .kc-elm + .kc-elm {
	margin-top: 30px;
}

.kc-col-container > .kc-elm {
	margin-bottom: 0;
}

@media (max-width: 799px) {
	body.kc-css-system .kc_column.col-sm-6 {
		width: 50%;
	}
}

@media (max-width: 570px) {
	body.kc-css-system .kc_column.col-xs-12 {
		width: 100%;
	}
}

@media (max-width: 570px) {
	.col-xs-12 + .col-xs-12 {
		margin-top: 20px;
	}
}

/*------------- #HELPERS --------------*/
.align-center,
.aligncenter {
	text-align: center;
}

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

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

.visual-hidden,
.hide {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.half-width {
	width: 50%;
	float: left;
}

.ovh {
	overflow: hidden;
}

.f-left {
	float: left;
}

.f-right {
	float: right;
}

.f-none {
	float: none;
}

.shadow-image {
	box-shadow: 24px 50px 60px rgba(0, 0, 0, 0.3);
}

.table {
	display: table;
}

.table-cell {
	display: table-cell;
	vertical-align: middle;
	float: none;
}
@media (max-width: 640px) {
	.table-cell {
		display: block;
		float: left;
	}
}

.text-t-none {
	text-transform: none;
}

@media (max-width: 480px) {
	.centered-on-mobile {
		text-align: center;
	}
}

.overlay--light {
	background: rgba(0, 0, 0, 0.2);
}

.no-padding {
	padding: 0 !important;
}
@media (max-width: 640px) {
	.no-padding {
		padding: 0 15px !important;
	}
}

.no-margin {
	margin: 0;
}

.item-fully-transparent {
	opacity: 0;
}

.full-block {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.full-height {
	height: 100%;
}

.full-width {
	width: 100%;
}

.display-flex {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}
.display-flex.content-center {
	-ms-flex-pack: center;
	justify-content: center;
}

.inline-block,
.kc-elm.inline-block {
	display: inline-block;
	width: auto;
	float: none;
}

.inline-items > * {
	display: inline-block;
	vertical-align: middle;
}

.inline-items > .inline-items + .inline-items {
	margin-left: 70px;
}

.block-rounded-shadow {
	border-radius: 10px;
	padding: 60px;
	box-shadow: 10px 0 50px 0 rgba(18, 25, 33, 0.1);
}

.overlay-standard,
.overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(61, 67, 79, 0.5);
	transition: all 0.3s ease;
}

.overlay-blog {
	background: rgba(51, 57, 68, 0.8);
	border-radius: inherit;
}

.full-block-link {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.medium-padding40 {
	padding: 40px 0;
}

.medium-padding60 {
	padding: 60px 0;
}
@media (max-width: 800px) {
	.medium-padding60 {
		padding: 30px 0;
	}
}

.medium-padding80 {
	padding: 80px 0;
}
@media (max-width: 800px) {
	.medium-padding80 {
		padding: 35px 0;
	}
}

.medium-padding100 {
	padding: 100px 0;
}
@media (max-width: 800px) {
	.medium-padding100 {
		padding: 35px 0;
	}
}

.medium-padding120 {
	padding: 120px 0;
}
@media (max-width: 800px) {
	.medium-padding120 {
		padding: 35px 0;
	}
}

.medium-padding180 {
	padding: 180px 0;
}
@media (max-width: 800px) {
	.medium-padding180 {
		padding: 90px 0;
	}
}

.medium-padding270 {
	padding: 270px 0;
}
@media (max-width: 800px) {
	.medium-padding270 {
		padding: 100px 0;
	}
}

.pb100 {
	padding-bottom: 100px;
}
@media (max-width: 800px) {
	.pb100 {
		padding-bottom: 35px;
	}
}

.pb60 {
	padding-bottom: 60px;
}
@media (max-width: 800px) {
	.pb60 {
		padding-bottom: 3px;
	}
}

.pt80 {
	padding-top: 80px;
}
@media (max-width: 800px) {
	.pt80 {
		padding-top: 35px;
	}
}

.pt180 {
	padding-top: 180px;
}

.pt100 {
	padding-top: 100px;
}
@media (max-width: 800px) {
	.pt100 {
		padding-top: 35px;
	}
}

.pt400 {
	padding-top: 400px;
}
@media (max-width: 1024px) {
	.pt400 {
		padding-top: 200px;
	}
}
@media (max-width: 768px) {
	.pt400 {
		padding-top: 100px;
	}
}

.pb360 {
	padding-bottom: 360px;
}

.pb120 {
	padding-bottom: 120px;
}
@media (max-width: 800px) {
	.pb120 {
		padding-bottom: 35px;
	}
}

.pt120 {
	padding-top: 120px;
}
@media (max-width: 800px) {
	.pt120 {
		padding-top: 35px;
	}
}

.pb80 {
	padding-bottom: 80px;
}
@media (max-width: 800px) {
	.pb80 {
		padding-bottom: 35px;
	}
}

.pb30 {
	padding-bottom: 30px;
}

.mt60 {
	margin-top: 60px;
}
@media (max-width: 800px) {
	.mt60 {
		margin-top: 35px;
	}
}

.mb30 {
	margin-bottom: 30px;
}

.mt30 {
	margin-top: 30px;
}

.mb60 {
	margin-bottom: 60px;
}
@media (max-width: 800px) {
	.mb60 {
		margin-bottom: 35px;
	}
}

.padding-left60-desktop {
	padding-left: 60px;
}
@media (max-width: 980px) {
	.padding-left60-desktop {
		padding-left: 0;
	}
}

.c-grey-light {
	color: #e8edf6;
}

.c-primary {
	color: #00ffb3;
}

.c-secondary {
	color: #3d434f;
}

.color-icon {
	color: #c3c9d4;
}

.c-white {
	color: #fff;
}

.c-blue {
	color: #00c0f1;
}

.c-yellow {
	color: #fecc35;
}

.c-red {
	color: #ff3133;
}

.font-color-custom * {
	color: inherit;
}

.custom-color * {
	color: inherit;
}

.bg-white {
	background-color: #fff;
}

.bg-secondary-color {
	background-color: #3d434f;
}

.bg-primary-color {
	background-color: #00ffb3;
}

.bg-blue {
	background-color: #00c0f1;
}

.bg-yellow {
	background-color: #fecc35;
}

.bg-red {
	background-color: #ff3133;
}

.bg-dark-light {
	background-color: #666d7a;
}

.bg-dark {
	background-color: #3d434f;
}

.bg-grey {
	background-color: #c3c9d4;
}

.bg-grey-light {
	background-color: #e8edf6;
}

.bg-border-color {
	background-color: #e9edf6;
}

.weight-bold {
	font-weight: 700;
}

.weight-normal {
	font-weight: 400;
}

.block-content-bottom {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-ms-flex-direction: column;
	flex-direction: column;
}

.d-flex--content-inline {
	float: none;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: end;
	align-items: flex-end;
}
.d-flex--content-inline > * + * {
	margin-left: 40px;
	margin-bottom: 5px;
}

.negative-margin-top80 {
	margin-top: -80px;
}

.negative-margin-bottom80 {
	margin-bottom: -80px;
}

.display-block {
	display: block;
}

.inline-items-wrap {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}
.inline-items-wrap > * + * {
	margin-left: 40px;
}

.icon-demonstration {
	text-align: center;
	margin-bottom: 30px;
	padding: 20px;
	background-color: rgba(0, 255, 179, 0.15);
	border-radius: 20px;
}
.icon-demonstration .woox-icon {
	width: 60px;
	height: 60px;
	fill: #00ffb3;
}
.icon-demonstration pre {
	font-size: 12px;
	color: red;
}
.icon-demonstration code {
	white-space: initial;
	line-height: 2;
}

/*------------- #Socials BG-helper --------------*/
.bg-rss {
	background-color: #f4b459;
}

.bg-mail {
	background-color: #996dd1;
}

.bg-pinterest {
	background-color: #cc2127;
}

.bg-googleplus {
	background-color: #dd4b39;
}

.bg-google {
	background-color: #dd4b39;
}

.bg-facebook {
	background-color: #2f5b9d;
}

.bg-twitter {
	background-color: #38bff1;
}

.bg-amazon {
	background-color: #f69b06;
}

.bg-behance {
	background-color: #2d2d2d;
}

.bg-bing {
	background-color: #ffa616;
}

.bg-creative-market {
	background-color: #8da741;
}

.bg-deviantart {
	background-color: #1b1b1b;
}

.bg-dribble {
	background-color: #f74881;
}

.bg-dropbox {
	background-color: #0ba4e0;
}

.bg-envato {
	background-color: #6d9c3e;
}

.bg-flickr {
	background-color: #26a9e1;
}

.bg-instagram {
	background-color: #e75351;
}

.bg-kickstarter {
	background-color: #14e06e;
}

.bg-linkedin {
	background-color: #4a8f9e;
}

.bg-medium {
	background-color: #00e56b;
}

.bg-periscope {
	background-color: #3fa4c4;
}

.bg-quora {
	background-color: #f85f62;
}

.bg-reddit {
	background-color: #f05825;
}

.bg-shutterstock {
	background-color: #008ec0;
}

.bg-skype {
	background-color: #00aaf1;
}

.bg-snapchat {
	background-color: #ffed45;
}

.bg-soundcloud {
	background-color: #ff3300;
}

.bg-spotify {
	background-color: #1ed760;
}

.bg-trello {
	background-color: #0079bf;
}

.bg-tumblr {
	background-color: #36465d;
}

.bg-vimeo {
	background-color: #1ab7ea;
}

.bg-vk {
	background-color: #6383a8;
}

.bg-whatsapp {
	background-color: #25d366;
}

.bg-wikipedia {
	background-color: #000000;
}

.bg-wordpress {
	background-color: #21759b;
}

.bg-youtube {
	background-color: #cd201f;
}

/*------------- #Socials COLOR-helper --------------*/
.c-rss {
	color: #f4b459;
	fill: #f4b459;
}

.c-mail {
	color: #996dd1;
	fill: #996dd1;
}

.c-pinterest {
	color: #cc2127;
	fill: #cc2127;
}

.c-googleplus {
	color: #dd4b39;
	fill: #dd4b39;
}

.c-google {
	color: #dd4b39;
	fill: #dd4b39;
}

.c-facebook {
	color: #2f5b9d;
	fill: #2f5b9d;
}

.c-twitter {
	color: #38bff1;
	fill: #38bff1;
}

.c-amazon {
	color: #f69b06;
	fill: #f69b06;
}

.c-behance {
	color: #2d2d2d;
	fill: #2d2d2d;
}

.c-bing {
	color: #ffa616;
	fill: #ffa616;
}

.c-creative-market {
	color: #8da741;
	fill: #8da741;
}

.c-deviantart {
	color: #1b1b1b;
	fill: #1b1b1b;
}

.c-dribble {
	color: #f74881;
	fill: #f74881;
}

.c-dropbox {
	color: #0ba4e0;
	fill: #0ba4e0;
}

.c-envato {
	color: #6d9c3e;
	fill: #6d9c3e;
}

.c-flickr {
	color: #26a9e1;
	fill: #26a9e1;
}

.c-instagram {
	color: #e75351;
	fill: #e75351;
}

.c-kickstarter {
	color: #14e06e;
	fill: #14e06e;
}

.c-linkedin {
	color: #4a8f9e;
	fill: #4a8f9e;
}

.c-medium {
	color: #00e56b;
	fill: #00e56b;
}

.c-periscope {
	color: #3fa4c4;
	fill: #3fa4c4;
}

.c-quora {
	color: #f85f62;
	fill: #f85f62;
}

.c-reddit {
	color: #f05825;
	fill: #f05825;
}

.c-shutterstock {
	color: #008ec0;
	fill: #008ec0;
}

.c-skype {
	color: #00aaf1;
	fill: #00aaf1;
}

.c-snapchat {
	color: #ffed45;
	fill: #ffed45;
}

.c-soundcloud {
	color: #ff3300;
	fill: #ff3300;
}

.c-spotify {
	color: #1ed760;
	fill: #1ed760;
}

.c-trello {
	color: #0079bf;
	fill: #0079bf;
}

.c-tumblr {
	color: #36465d;
	fill: #36465d;
}

.c-vimeo {
	color: #1ab7ea;
	fill: #1ab7ea;
}

.c-vk {
	color: #6383a8;
	fill: #6383a8;
}

.c-whatsapp {
	color: #25d366;
	fill: #25d366;
}

.c-wikipedia {
	color: #000000;
	fill: #000000;
}

.c-wordpress {
	color: #21759b;
	fill: #21759b;
}

.c-youtube {
	color: #cd201f;
	fill: #cd201f;
}

.main-section {
	min-height: 100vh;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.main-content-wrapper {
	position: relative;
	z-index: 2;
}
.main-content-wrapper > .crumina-flying-balls:first-child {
	padding-top: 100px;
}

/*------------- #Blocks with arrow --------------*/
.block--with-arrow-left {
	position: relative;
}
.block--with-arrow-left:after {
	content: '';
	display: block;
	background: url('../img/arrow-left-w-50.png') no-repeat;
	position: absolute;
	transition: all 0.3s ease;
	right: 100%;
	top: 50%;
	transform: translate(0, -50%);
	width: 50px;
	height: 160px;
}

.block--with-arrow-bottom-center {
	position: relative;
}
.block--with-arrow-bottom-center:after {
	content: '';
	display: block;
	background: url('../img/arrow-bottom-center-w-150.png') no-repeat;
	position: absolute;
	transition: all 0.3s ease;
	left: 50%;
	top: 100%;
	transform: translate(-50%, 0);
	width: 150px;
	height: 50px;
}

/*------------- Styles for Demonstration Pages --------------*/
.demonstration-color {
	display: inline-block;
	height: 200px;
	width: 200px;
	max-width: 100%;
	border-radius: 30px;
	position: relative;
}

.demonstration-color-text {
	position: absolute;
	bottom: 30px;
	left: 30px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}

.height-120 {
	height: 120px;
}

.height-140 {
	height: 140px;
}

.height-190 {
	height: 190px;
}

.height-370 {
	height: 370px;
}

.height-860 {
	height: 860px;
}

.width-69percent {
	width: 69%;
}

.width-90percent {
	width: 90%;
}

.width-43percent {
	width: 43%;
}

.presentation-radio-buttons {
	border-radius: 10px;
	overflow: hidden;
	padding: 40px 0;
	background-color: #3d434f;
}

.presentation-buttons {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: end;
	align-items: flex-end;
}

.v-align-bottom {
	vertical-align: bottom;
	display: table-cell;
	float: none;
}

.d-flex-align-middle {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
}

.swal2-container.swal2-shown {
	z-index: 9999999;
}

/*------------- Responsive Mode --------------*/
@media (max-width: 1024px) {
	.block--with-arrow-left::after {
		right: 50%;
		top: 0;
		transform: translate(50%, -65%) rotate(90deg);
	}
}

@media (max-width: 800px) {
	.pt-mobile-80 {
		padding-top: 80px;
	}
}

@media (max-width: 768px) {
	.inline-items-wrap {
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.inline-items-wrap .btn + .btn {
		margin-left: 0;
		margin-right: 30px;
	}
	.inline-items-wrap > * + * {
		margin-left: 0;
		margin-top: 20px;
	}
	.height-860 {
		height: 300px;
	}
}

/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
	font-family: sans-serif;
	/* 1 */
	-ms-text-size-adjust: 100%;
	/* 2 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
	margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
main,
menu,
nav,
section,
summary {
	/* 1 */
	display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
	display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
	display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
	background-color: transparent;
	/* 1 */
	-webkit-text-decoration-skip: objects;
	/* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
	outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	text-decoration: none;
	/* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
	font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bold;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
	font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
	background-color: #ff0;
	color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
	border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
	margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
	font: inherit;
	/* 1 */
	margin: 0;
	/* 2 */
	outline: none;
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
	font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	/* 1 */
	overflow: visible;
	border: none;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	/* 1 */
	text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type='button'],
[type='reset'],
[type='submit'] {
	-webkit-appearance: button;
	/* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
	outline: 0px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	/* 1 */
	color: inherit;
	/* 2 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	white-space: normal;
	/* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type='checkbox'],
[type='radio'] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type='search'] {
	-webkit-appearance: textfield;
	/* 1 */
	outline-offset: -2px;
	/* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
	color: inherit;
	opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */
}

/*------------- #TABS --------------*/
.tabs {
	padding: 60px;
	border-radius: 50px;
	box-shadow: 15px 0 40px 0 rgba(61, 67, 79, 0.08);
	background-color: #fff;
	overflow: hidden;
}
.tabs ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 40px;
	margin-top: 0;
}
.tabs ul li {
	display: inline-block;
	line-height: 1;
	margin-bottom: 0;
}
.tabs ul li a {
	line-height: 1;
}

.tab-content > .tab-pane {
	display: none;
}
.tab-content > .tab-pane.active {
	display: block;
}
.tab-content > .tab-pane.fade {
	opacity: 1;
}

.tabs--dark {
	background-color: #3d434f;
}

.tabs--style1 ul {
	display: -ms-flexbox;
	display: flex;
}
.tabs--style1 ul li + li {
	margin-left: 20px;
}
.tabs--style1 ul a {
	padding: 10px 25px;
	line-height: 1;
	border: 3px solid #e8edf6;
	position: relative;
	border-radius: 50px;
	display: inline-block;
}
.tabs--style1 ul a:before {
	content: '';
	width: 4px;
	height: 4px;
	border-radius: 100%;
	display: block;
	position: absolute;
	background-color: #00ffb3;
	font-size: 40px;
	transform: translate(-50%, 0);
	left: 50%;
	bottom: -14px;
	opacity: 0;
}
.tabs--style1 ul a:hover {
	border-color: #3d434f;
	color: #3d434f;
	box-shadow: inset 2px 4px 0 0 #00ffb3, 2px 4px 0 0 #00ffb3;
}
.tabs--style1 ul a:active {
	background-color: #00ffb3;
	border-color: #00ffb3;
	box-shadow: inset 2px 4px 0 0 transparent, 2px 4px 0 0 transparent;
}
.tabs--style1 ul a:active:before {
	opacity: 1;
}
.tabs--style1 ul .active a {
	background-color: #00ffb3;
	border-color: #00ffb3;
}
.tabs--style1 ul .active a:hover {
	box-shadow: inset 2px 4px 0 0 transparent, 2px 4px 0 0 transparent;
}
.tabs--style1 ul .active a:before {
	opacity: 1;
}

.tabs--style1.tabs--dark ul a {
	border-color: #666d7a;
	color: #c3c9d4;
	box-shadow: inset 2px 4px 0 0 transparent, 2px 4px 0 0 transparent;
}
.tabs--style1.tabs--dark ul a:hover {
	border-color: #00ffb3;
	color: #00ffb3;
	box-shadow: inset 2px 4px 0 0 transparent, 2px 4px 0 0 transparent;
}
.tabs--style1.tabs--dark ul a:active {
	color: #3d434f;
}

.tabs--style1.tabs--dark ul .active a {
	color: #3d434f;
	border-color: #00ffb3;
}

.tabs--style2 {
	padding: 0;
}
.tabs--style2 ul {
	display: -ms-flexbox;
	display: flex;
	text-align: center;
}
.tabs--style2 ul li {
	width: 100%;
}
.tabs--style2 ul li + li {
	margin-left: 2px;
}
.tabs--style2 ul li a {
	padding: 30px 60px;
	position: relative;
	background-color: #e9edf6;
}
.tabs--style2 ul li a:after {
	content: '';
	display: block;
	position: absolute;
	width: 50%;
	height: 4px;
	background-color: #00ffb3;
	border-radius: 0 0 3px 3px;
	transition: all 0.3s ease;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	opacity: 0;
}
.tabs--style2 ul li a:hover {
	background-color: #f9fafc;
	color: #3d434f;
}
.tabs--style2 ul li a:hover:after {
	opacity: 1;
}
.tabs--style2 ul li a:active {
	color: #00ffb3;
	background-color: transparent;
}
.tabs--style2 ul li a:active:after {
	opacity: 1;
}
.tabs--style2 ul li.active a {
	background-color: transparent;
	color: #00ffb3;
}
.tabs--style2 ul li.active a:after {
	opacity: 1;
}
.tabs--style2 .tab-content {
	padding: 0 60px 60px;
}
.tabs--style2.tabs--dark ul li a {
	background-color: #484e5c;
	color: #fff;
}
.tabs--style2.tabs--dark ul li a:active {
	color: #00ffb3;
}
.tabs--style2.tabs--dark ul li a:hover {
	background-color: #4f5663;
}
.tabs--style2.tabs--dark ul li.active a {
	background-color: transparent;
	color: #00ffb3;
}

.tabs--style3 {
	padding: 0;
	margin-bottom: 0;
	background-color: transparent;
	box-shadow: none;
	overflow: visible;
}
.tabs--style3 .tab-content {
	padding: 60px;
	background-color: #fff;
	box-shadow: 15px 0 40px 0 rgba(61, 67, 79, 0.08);
	border-radius: 0 50px 50px 50px;
}
.tabs--style3 ul {
	margin-bottom: 0;
}
.tabs--style3 ul li + li {
	margin-left: -2px;
}
.tabs--style3 ul li a {
	padding: 30px 60px;
	background-color: #3d434f;
	color: #fff;
	position: relative;
}
.tabs--style3 ul li a:after {
	content: '';
	display: block;
	position: absolute;
	width: 50%;
	height: 4px;
	background-color: #00ffb3;
	border-radius: 0 0 3px 3px;
	transition: all 0.3s ease;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	opacity: 0;
}
.tabs--style3 ul li a:hover {
	color: #00ffb3;
	background-color: #4f5663;
}
.tabs--style3 ul li a:active {
	background-color: #fff;
	color: #00ffb3;
}
.tabs--style3 ul li a:active:after {
	opacity: 1;
}
.tabs--style3 ul li.active a {
	background-color: #fff;
	color: #00ffb3;
}
.tabs--style3 ul li.active a:after {
	opacity: 1;
}
.tabs--style3 ul li.active a:hover {
	background-color: #fff;
}
.tabs--style3 ul li:last-child a {
	border-radius: 0 50px 0 0;
}
.tabs--style3 ul li:first-child a {
	border-radius: 50px 0 0 0;
}
.tabs--style3.tabs--dark .tab-content {
	background-color: #3d434f;
}
.tabs--style3.tabs--dark ul li a {
	background-color: #e9edf6;
	color: #3d434f;
}
.tabs--style3.tabs--dark ul li a:hover {
	background-color: #f9fafc;
	color: #666d7a;
}
.tabs--style3.tabs--dark ul li a:active {
	background-color: #3d434f;
	color: #00ffb3;
}
.tabs--style3.tabs--dark ul li.active a {
	background-color: #3d434f;
	color: #00ffb3;
}

.tabs--style4 {
	background-color: transparent;
	box-shadow: none;
	padding: 0;
	border-radius: 0;
	overflow: visible;
}
.tabs--style4 ul {
	text-align: center;
}
.tabs--style4 ul li {
	width: 31%;
	position: relative;
	margin-right: -4px;
}
.tabs--style4 ul li a {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
}
.tabs--style4 ul li a > .woox-icon {
	display: block;
	width: 80px;
	margin: 0 auto 30px;
}
.tabs--style4 ul li a .double-arrow {
	margin-top: 25px;
	opacity: 0;
}
.tabs--style4 ul li a .double-arrow .woox-icon:last-child {
	fill: #00ffb3;
}
.tabs--style4 ul li a:before,
.tabs--style4 ul li a:after {
	content: '';
	display: block;
	width: 40px;
	height: 4px;
	border-radius: 5px;
	position: absolute;
	top: 40px;
	background-color: #e8edf6;
	transition: all 0.3s ease;
}
.tabs--style4 ul li a:before {
	left: -20px;
}
.tabs--style4 ul li a:after {
	right: -20px;
}
.tabs--style4 ul li a:hover {
	color: #666d7a;
}
.tabs--style4 ul li a:active {
	background-color: transparent;
	color: #00ffb3;
	z-index: 10;
}
.tabs--style4 ul li a:active .double-arrow {
	opacity: 1;
}
.tabs--style4 ul li a:active:before,
.tabs--style4 ul li a:active:after {
	background-color: #00ffb3;
}
.tabs--style4 ul li.active {
	z-index: 10;
}
.tabs--style4 ul li.active a {
	color: #00ffb3;
	background-color: transparent;
}
.tabs--style4 ul li.active a .double-arrow {
	opacity: 1;
}
.tabs--style4 ul li.active a:before,
.tabs--style4 ul li.active a:after {
	background-color: #00ffb3;
}
.tabs--style4 .tab-content {
	padding: 60px;
	background-color: #fff;
	box-shadow: 15px 0 40px 0 rgba(61, 67, 79, 0.08);
	border-radius: 50px;
}

.tabs--style5 {
	background-color: transparent;
	box-shadow: none;
	padding: 0;
	border-radius: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	overflow: visible;
}
.tabs--style5 > ul {
	width: 30%;
	margin-bottom: 0;
	margin-right: 50px;
}
.tabs--style5 > ul li a {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	font-size: 22px;
}
.tabs--style5 > ul li a > .woox-icon {
	display: block;
	max-width: 80px;
	margin-right: 40px;
}
.tabs--style5 > ul li a:hover {
	color: #666d7a;
}
.tabs--style5 > ul li a:active {
	color: #00ffb3;
}
.tabs--style5 > ul li.active a {
	color: #00ffb3;
}
.tabs--style5 > ul li + li {
	margin-top: 60px;
}
.tabs--style5 .tab-content {
	position: relative;
	background-color: #fff;
	padding: 80px;
	box-shadow: 0 0 60px 0 rgba(61, 67, 79, 0.1);
	border-radius: 50px;
}

.tabs--style6 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	overflow: visible;
	padding: 80px;
}
.tabs--style6 > ul {
	width: 30%;
	margin-bottom: 0;
	margin-right: 40px;
}
.tabs--style6 > ul li a {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	font-size: 22px;
	padding: 20px 0;
	position: relative;
}
.tabs--style6 > ul li a:after {
	content: '';
	display: block;
	position: absolute;
	height: 100%;
	width: 4px;
	background-color: #00ffb3;
	top: 0;
	left: -80px;
	opacity: 0;
	transition: all 0.3s ease;
}
.tabs--style6 > ul li a > .woox-icon {
	display: block;
	max-width: 80px;
	margin-right: 40px;
}
.tabs--style6 > ul li a:hover {
	color: #666d7a;
}
.tabs--style6 > ul li a:hover:after {
	opacity: 1;
	background-color: #e9edf6;
}
.tabs--style6 > ul li a:active {
	color: #00ffb3;
}
.tabs--style6 > ul li a:active:after {
	opacity: 1;
	background-color: #00ffb3;
}
.tabs--style6 > ul li.active a {
	color: #00ffb3;
}
.tabs--style6 > ul li.active a:after {
	opacity: 1;
	background-color: #00ffb3;
}
.tabs--style6 > ul li + li {
	margin-top: 20px;
}

/*================= Responsive Mode ============*/
@media (max-width: 1400px) {
	.tabs--style2 ul li a {
		padding: 20px 40px;
	}
	.tabs--style3 ul li a {
		padding: 20px 40px;
	}
	.tabs--style5 > ul li a {
		font-size: 18px;
	}
}

@media (max-width: 1024px) {
	.tabs--style5 {
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.tabs--style5 > ul li a {
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: center;
	}
	.tabs--style5 > ul li a > .woox-icon {
		margin-right: 0;
		margin-bottom: 20px;
	}
	.tabs--style5 > ul li + li {
		margin-top: 0;
		margin-left: 20px;
	}
	.tabs--style5 > ul {
		text-align: center;
		width: 100%;
		margin-bottom: 50px;
		margin-right: 0;
	}
	.tabs--style6 > ul {
		text-align: center;
		width: 100%;
		margin-bottom: 20px;
		margin-right: 0;
	}
	.tabs--style6 {
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 30px;
	}
	.tabs--style6 > ul li a {
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: center;
		font-size: 14px;
	}
	.tabs--style6 > ul li a > .woox-icon {
		margin-right: 0;
		margin-bottom: 20px;
		width: 40px;
		min-width: 10%;
	}
	.tabs--style6 > ul li {
		width: 31%;
	}
	.tabs--style6 > ul li + li {
		margin-top: 0;
		margin-left: 0;
	}
	.tabs--style6 > ul li a::after {
		height: 4px;
		width: 100%;
		top: 0;
		left: 0;
	}
}

@media (max-width: 768px) {
	.tabs {
		padding: 30px;
	}
	.tabs--style2 {
		padding: 0;
	}
	.tabs--style4 {
		padding: 0;
	}
	.tabs--style5 {
		padding: 0;
	}
	.tabs--style2 .tab-content {
		padding: 0 30px 30px;
	}
	.tabs--style3 .tab-content {
		padding: 30px;
	}
	.tabs--style4 .tab-content {
		padding: 30px;
	}
	.tabs--style5 .tab-content {
		padding: 30px;
	}
	.tabs--style5 > ul li a > .woox-icon {
		width: 40px;
	}
	.tabs--style5 > ul li a {
		font-size: 14px;
	}
	.tabs--style5 > ul li {
		width: 31%;
	}
	.tabs--style5 > ul li + li {
		margin-top: 20px;
		margin-left: 0;
	}
}

@media (max-width: 540px) {
	.tabs--style1 ul {
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.tabs--style1 ul li {
		text-align: center;
	}
	.tabs--style1 ul li + li {
		margin-left: 0;
		margin-top: 20px;
	}
	.tabs--style2 ul {
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.tabs--style2 ul li {
		text-align: center;
	}
	.tabs--style2 ul li + li {
		margin-left: 0;
		margin-top: 20px;
	}
	.tabs--style3 ul li {
		display: block;
		text-align: center;
	}
	.tabs--style3 ul li + li {
		margin-left: 0;
		margin-top: 20px;
	}
	.tabs--style3 ul li a {
		border-radius: 50px;
	}
	.tabs--style3 ul li:first-child a {
		border-radius: 50px;
	}
	.tabs--style3 ul li:last-child a {
		border-radius: 50px;
	}
	.tabs--style3 .tab-content {
		margin-top: 20px;
		border-radius: 50px;
	}
	.tabs--style4 ul li a > .woox-icon {
		width: 50px;
		margin: 0 auto 15px;
	}
	.tabs--style4 ul li a::after,
	.tabs--style4 ul li a::before {
		top: 30px;
	}
}

#post-2419 .post__content-info p:first-child a {
	color: #0ba4e0;
}

#post-2419 .post__content-info p:first-child a:hover {
	color: red;
}

/*------------- #CONTENT BLOCK --------------*/
.content-block {
	padding: 60px;
	border-radius: 50px;
	box-shadow: 15px 0 40px 0 rgba(61, 67, 79, 0.08);
}

.content-block--light {
	background-color: #fff;
}

.content-block--dark {
	background-color: #3d434f;
}

/*------------- #HEADER --------------*/
.header {
	position: fixed;
	width: 100%;
	padding: 30px 0;
	z-index: 999;
	left: 0;
	transition: all 0.3s ease;
}
.header.headroom--not-top {
	background-color: #fff;
	box-shadow: 15px 0 40px 0 rgba(61, 67, 79, 0.08);
	padding: 15px 0;
}

.header-spacer {
	display: block;
	width: 100%;
}

.header-content-wrapper {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.open-main-menu {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}
.open-main-menu:hover span {
	border-color: #00ffb3;
	width: 14px;
	height: 14px;
	background-color: #00ffb3;
}
.open-main-menu span {
	display: block;
	transition: all 0.3s ease;
	border-radius: 100%;
	margin: 0 3px;
	border: 3px solid;
}
.open-main-menu span:first-of-type {
	width: 10px;
	height: 10px;
	background-color: #3d434f;
}
.open-main-menu span:nth-child(2) {
	width: 14px;
	height: 14px;
	border: 3px solid #3d434f;
}
.open-main-menu span:last-of-type {
	width: 16px;
	height: 16px;
	background-color: #3d434f;
}

/*================= Styles for sticky-Header =========*/
.animated {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	will-change: transform, opacity;
}
@media (max-width: 480px) {
	.animated {
		animation-fill-mode: none;
		will-change: unset;
	}
}

@keyframes swingInX {
	0% {
		transform: perspective(400px) rotateX(-90deg);
	}
	100% {
		transform: perspective(400px) rotateX(0deg);
	}
}

.animated.swingInX {
	-ie-transform-origin: top;
	transform-origin: top;
	-webkit-backface-visibility: visible !important;
	-webkit-animation-name: swingInX;
	-moz-backface-visibility: visible !important;
	-moz-animation-name: swingInX;
	-o-backface-visibility: visible !important;
	-o-animation-name: swingInX;
	backface-visibility: visible !important;
	animation-name: swingInX;
}
@media (max-width: 480px) {
	.animated.swingInX {
		animation-name: none;
		transform-origin: unset;
	}
}

@keyframes swingOutX {
	0% {
		transform: perspective(400px) rotateX(0deg);
	}
	100% {
		transform: perspective(400px) rotateX(-90deg);
	}
}

.animated.swingOutX {
	-webkit-transform-origin: top;
	-webkit-animation-name: swingOutX;
	-webkit-backface-visibility: visible !important;
	-moz-animation-name: swingOutX;
	-moz-backface-visibility: visible !important;
	-o-animation-name: swingOutX;
	-o-backface-visibility: visible !important;
	animation-name: swingOutX;
	backface-visibility: visible !important;
}
@media (max-width: 480px) {
	.animated.swingOutX {
		animation-name: none;
		transform-origin: unset;
	}
}

@keyframes slideDown {
	0% {
		transform: translateY(-100%);
	}
	100% {
		transform: translateY(0);
	}
}

.animated.slideDown {
	animation-name: slideDown;
}
@media (max-width: 480px) {
	.animated.slideDown {
		animation-name: none;
	}
}

@keyframes slideUp {
	0% {
		transform: translateY(0);
	}
	100% {
		transform: translateY(-100%);
	}
}

.animated.slideUp {
	animation-name: slideUp;
}
@media (max-width: 480px) {
	.animated.slideUp {
		animation-name: none;
	}
}

@keyframes swingInX {
	0% {
		transform: perspective(400px) rotateX(-90deg);
	}
	100% {
		transform: perspective(400px) rotateX(0deg);
	}
}

@keyframes flipInX {
	0% {
		transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	}
	100% {
		transform: perspective(400px) rotateX(0deg);
		opacity: 1;
	}
}

.animated.flipInX {
	-webkit-backface-visibility: visible !important;
	-webkit-animation-name: flipInX;
	-moz-backface-visibility: visible !important;
	-moz-animation-name: flipInX;
	-o-backface-visibility: visible !important;
	-o-animation-name: flipInX;
	backface-visibility: visible !important;
	animation-name: flipInX;
}
@media (max-width: 480px) {
	.animated.flipInX {
		animation-name: none;
	}
}

@keyframes flipOutX {
	0% {
		transform: perspective(400px) rotateX(0deg);
		opacity: 1;
	}
	100% {
		transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	}
}

.animated.flipOutX {
	-webkit-animation-name: flipOutX;
	-webkit-backface-visibility: visible !important;
	-moz-animation-name: flipOutX;
	-moz-backface-visibility: visible !important;
	-o-animation-name: flipOutX;
	-o-backface-visibility: visible !important;
	animation-name: flipOutX;
	backface-visibility: visible !important;
}
@media (max-width: 480px) {
	.animated.flipOutX {
		animation-name: none;
	}
}

@keyframes bounceInDown {
	0% {
		opacity: 0;
		transform: translateY(-200px);
	}
	60% {
		opacity: 1;
		transform: translateY(30px);
	}
	80% {
		transform: translateY(-10px);
	}
	100% {
		transform: translateY(0);
	}
}

.animated.bounceInDown {
	animation-name: bounceInDown;
}
@media (max-width: 480px) {
	.animated.bounceInDown {
		animation-name: none;
	}
}

@keyframes bounceOutUp {
	0% {
		transform: translateY(0);
	}
	30% {
		opacity: 1;
		transform: translateY(20px);
	}
	100% {
		opacity: 0;
		transform: translateY(-200px);
	}
}

.animated.bounceOutUp {
	animation-name: bounceOutUp;
}
@media (max-width: 480px) {
	.animated.bounceOutUp {
		animation-name: none;
		transform-origin: unset;
	}
}

.site-logo {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}
.site-logo img {
	margin-right: 13px;
}
.site-logo .woox-icon {
	width: 100px;
	fill: #3d434f;
}

/*================= Responsive Mode ============*/
@media (max-width: 768px) {
	.site-logo img {
		max-width: 40px;
	}
}

@media (max-width: 460px) {
	.header-content-wrapper {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.header-content-wrapper .site-logo {
		width: 100%;
		margin-bottom: 20px;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

/*------------- #FOOTER --------------*/
.footer {
	padding: 60px 0;
}
.footer .w-contacts {
	text-align: right;
}

.sub-footer {
	padding: 60px 0;
	position: relative;
	color: #a0a8b7;
}
.sub-footer .divider {
	margin-bottom: 70px;
	z-index: -10;
}
.sub-footer span {
	font-size: 14px;
	display: block;
}
.sub-footer a:hover {
	color: #00ffb3;
}

.copyright-wrapper {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.logo-design {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	text-align: left;
}
.logo-design img {
	margin-right: 13px;
}
.logo-design .sup-title {
	font-size: 11px;
	line-height: 1;
}
.logo-design.logo-design-crumina {
	margin-left: 15px;
}
.logo-design.logo-design-crumina img {
	width: 40px;
	height: 40px;
}

/*------------- Responsive Mode --------------*/
@media (max-width: 799px) {
	.footer .widget {
		text-align: center;
	}
	.w-info .site-logo {
		-ms-flex-pack: center;
		justify-content: center;
	}
	.sub-footer {
		padding: 50px 0 0;
	}
	.footer {
		padding: 30px 0;
	}
	.sub-footer .divider {
		margin-bottom: 30px;
	}
	.copyright-wrapper {
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-align: center;
		align-items: center;
		text-align: center;
	}
	.copyright-wrapper > * + * {
		margin-top: 20px;
	}
}

/*------------- #MAGNIFIC-POPUP --------------*/
:focus {
	outline: 0;
}

/* Magnific Popup CSS */
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: 0.8;
}

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden;
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	box-sizing: border-box;
}

.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
	display: none;
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto;
}

.mfp-ajax-cur {
	cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: zoom-out;
}

.mfp-zoom {
	cursor: pointer;
	cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
	cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.mfp-loading.mfp-figure {
	display: none;
}

.mfp-hide {
	display: none !important;
}

.mfp-preloader {
	color: #ccc;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}

.mfp-preloader a {
	color: #ccc;
}

.mfp-preloader a:hover {
	color: #fff;
}

.mfp-s-ready .mfp-preloader {
	display: none;
}

.mfp-s-error .mfp-content {
	display: none;
}

button.mfp-close,
button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	box-shadow: none;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	padding: 0 0 18px 10px;
	color: #fff;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace;
	cursor: pointer;
}

.mfp-close:hover,
.mfp-close:focus {
	opacity: 1;
}

.mfp-close:active {
	top: 1px;
}

.mfp-close-btn-in .mfp-close {
	color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	color: #fff;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%;
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #ccc;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap;
}

.mfp-arrow {
	position: absolute;
	opacity: 0.65;
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
	margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
	opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent;
}

.mfp-arrow:after {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px;
}

.mfp-arrow:before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: 0.7;
}

.mfp-arrow-left {
	left: 0;
}

.mfp-arrow-left:after {
	border-right: 17px solid #fff;
	margin-left: 31px;
}

.mfp-arrow-left:before {
	margin-left: 25px;
	border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
	right: 0;
}

.mfp-arrow-right:after {
	border-left: 17px solid #fff;
	margin-left: 39px;
}

.mfp-arrow-right:before {
	border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
	top: -40px;
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #000;
}

/* Main image in popup */
img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
	line-height: 0;
}

.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #444;
}

.mfp-figure small {
	color: #bdbdbd;
	display: block;
	font-size: 12px;
	line-height: 14px;
}

.mfp-figure figure {
	margin: 0;
}

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #f3f3f3;
	word-wrap: break-word;
	padding-right: 36px;
}

.mfp-image-holder .mfp-content {
	max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
	/**
	   * Remove all paddings around the image on small screen
	   */
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0;
	}
	.mfp-img-mobile img.mfp-img {
		padding: 0;
	}
	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0;
	}
	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px;
	}
	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, 0.6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		box-sizing: border-box;
	}
	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0;
	}
	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px;
	}
	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, 0.6);
		position: fixed;
		text-align: center;
		padding: 0;
	}
}

@media all and (max-width: 900px) {
	.mfp-arrow {
		transform: scale(0.75);
	}
	.mfp-arrow-left {
		transform-origin: 0;
	}
	.mfp-arrow-right {
		transform-origin: 100%;
	}
	.mfp-container {
		padding-left: 6px;
		padding-right: 6px;
	}
}

/**
 * Simple fade transition,
 */
.mfp-fade.mfp-bg {
	opacity: 0;
	transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}

.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: pointer;
}

/*

====== Zoom effect ======

*/
.mfp-zoom-in {
	/* start state */
	/* animate in */
	/* animate out */
}

.mfp-zoom-in .mfp-with-anim {
	opacity: 0;
	transition: all 0.2s ease-in-out;
	transform: scale(0.8);
}

.mfp-zoom-in.mfp-bg {
	opacity: 0;
	transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
	opacity: 1;
	transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.8;
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
	transform: scale(0.8);
	opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}

/*/ Effect 2: Move Up /*/
#items-grid > div.animate {
	transform: translateY(200px);
	animation: moveUp 0.65s ease forwards;
}

@keyframes moveUp {
	0% {
	}
	100% {
		transform: translateY(0);
		opacity: 1;
	}
}

/*------------- #PAGE 404 --------------*/
.page-not-found .crumina-heading {
	margin-bottom: 50px;
}

.page-not-found .form--search {
	margin-bottom: 50px;
}

.page-404-thumb {
	position: relative;
	border-radius: 100%;
	overflow: hidden;
	width: 450px;
	height: 450px;
	background-color: #00ffb3;
	display: inline-block;
	box-shadow: inset 0 0 103px 9px #0aeacc;
}
.page-404-thumb .woox-icon {
	height: 120px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	fill: #fff;
}

/*================= Responsive Mode ============*/
@media (max-width: 1024px) {
	.page-404-thumb {
		width: 280px;
		height: 280px;
		margin-top: 40px;
	}
	.page-404-thumb .woox-icon {
		height: 80px;
	}
}

@media (max-width: 799px) {
	.page-not-found {
		text-align: center;
	}
}

/*------------- #OVERLAY MENU --------------*/
.overlay-menu-wrap {
	position: fixed;
	background-image: url(../img/body-bg.png);
	top: 0;
	right: 0;
	width: 80%;
	max-height: 0;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.35s, visibility 0.35s, max-height 0.45s;
	overflow: hidden;
	z-index: 999;
	box-shadow: 40px 0 60px 100px rgba(61, 67, 79, 0.2);
}
.overlay-menu-wrap .perfect-scroll {
	max-height: 100%;
	height: 100%;
}
.overlay-menu-wrap.open {
	opacity: 1;
	visibility: visible;
	max-height: 100%;
}
.overlay-menu-wrap.open .overlay-menu-item {
	animation: fadeInRight 0.5s ease forwards;
	animation-delay: 0.35s;
}
.overlay-menu-wrap.open .overlay-menu-item:nth-of-type(2) {
	animation-delay: 0.4s;
}
.overlay-menu-wrap.open .overlay-menu-item:nth-of-type(3) {
	animation-delay: 0.45s;
}
.overlay-menu-wrap.open .overlay-menu-item:nth-of-type(4) {
	animation-delay: 0.5s;
}
.overlay-menu-wrap.open .overlay-menu-item:nth-of-type(5) {
	animation-delay: 0.55s;
}
.overlay-menu-wrap.open .overlay-menu-item:nth-of-type(6) {
	animation-delay: 0.6s;
}
.overlay-menu-wrap.open .overlay-menu-item:nth-of-type(7) {
	animation-delay: 0.65s;
}
.overlay-menu-wrap.open .overlay-menu-item:nth-of-type(8) {
	animation-delay: 0.7s;
}
.overlay-menu-wrap.open .overlay-menu-item:nth-of-type(9) {
	animation-delay: 0.75s;
}
.overlay-menu-wrap.open .overlay-menu-item:nth-of-type(10) {
	animation-delay: 0.8s;
}

.overlay-menu {
	position: relative;
	max-width: 80%;
	margin: 0 auto;
}
.overlay-menu .form--search {
	padding: 0 50px;
}

.overlay-menu-list {
	list-style: none;
	padding: 30px 0 0;
	margin: 0 auto 120px;
	display: inline-block;
	position: relative;
	text-align: right;
	z-index: 5;
}

.overlay-menu-item {
	display: block;
	font-size: 60px;
	position: relative;
	opacity: 0;
	padding-right: 150px;
	line-height: 1.5em;
}
.overlay-menu-item a {
	display: block;
	position: relative;
	text-decoration: none;
	overflow: hidden;
}
.overlay-menu-item a:hover:after,
.overlay-menu-item a:focus:after,
.overlay-menu-item a:active:after {
	width: 100%;
}
.overlay-menu-item a:hover,
.overlay-menu-item a:focus,
.overlay-menu-item a:active {
	color: #00ffb3;
}
.overlay-menu-item a:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	transform: translateX(-50%);
	height: 3px;
	background: #00ffb3;
	transition: all 0.35s ease;
}
.overlay-menu-item .sub-menu {
	position: absolute;
	transition: all 0.6s ease;
	top: 20px;
	right: 0;
	transform: translate(80%);
	opacity: 0;
	visibility: hidden;
	width: 300px;
	max-width: 100%;
}


@keyframes fadeInRight {
	0% {
		opacity: 0;
		transform: translateX(20%);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

.sub-menu {
	text-align: left;
}
.sub-menu .overlay-menu-item {
	font-size: 24px;
	padding-right: 0;
	padding-bottom: 12px;
}
.sub-menu.open {
	opacity: 1;
	visibility: visible;
	transform: translate(100%);
}
.sub-menu.sub-menu-bottom {
	top: auto;
	bottom: -10px;
}

/*------------- #OVERLAY MENU STYLE 2 --------------*/
.overlay-menu--style2 {
	width: auto;
	padding: 0 150px;
}
.overlay-menu--style2 .overlay-menu {
	max-width: 100%;
}
.overlay-menu--style2 .overlay-menu-item {
	padding-right: 0;
}
.overlay-menu--style2 .overlay-menu-item .sub-menu.open {
	right: auto;
	transform: translate(0);
	overflow: visible;
	max-height: 350px;
	margin: 20px 0;
	color: #fff;
}
.overlay-menu--style2 .overlay-menu-list {
	text-align: left;
}
.overlay-menu--style2 .sub-menu {
	top: auto;
	right: auto;
	transform: translate(0);
	max-width: 100%;
	margin: 0;
	position: relative;
	max-height: 0;
	overflow: hidden;
}

/*------------- #OVERLAY MENU STYLE 3 (fullscreen) --------------*/
.overlay-menu--style3 {
	width: 100%;
}
.overlay-menu--style3 .overlay-menu-list {
	text-align: center;
	width: 100%;
}
.overlay-menu--style3 .overlay-menu {
	max-width: 500px;
}
.overlay-menu--style3 .overlay-menu-item {
	padding-right: 0;
}
.overlay-menu--style3 .overlay-menu-item .sub-menu.open {
	right: auto;
	transform: translate(0);
	overflow: visible;
	max-height: 350px;
	margin: 20px auto;
}
.overlay-menu--style3 .sub-menu {
	top: auto;
	right: auto;
	transform: translate(0);
	max-width: 100%;
	margin: 0 auto;
	position: relative;
	max-height: 0;
	overflow: hidden;
	text-align: center;
}

/*------------- Responsive Mode --------------*/
@media (max-width: 1200px) {
	.overlay-menu-item {
		padding-right: 50px;
	}
}

@media (max-width: 1024px) {
	.overlay-menu-wrap {
		width: 100%;
	}
	.overlay-menu--style2 {
		padding: 0;
	}
	.overlay-menu--style2 .overlay-menu-list {
		text-align: center;
	}
	.overlay-menu--style2 .overlay-menu {
		text-align: center;
	}
	.overlay-menu--style2 .overlay-menu-item .sub-menu.open {
		margin: 20px auto;
	}
	.overlay-menu--style2 .sub-menu {
		text-align: center;
		margin: 0 auto;
	}
}

@media (max-width: 768px) {
	.overlay-menu-item {
		font-size: 30px;
	}
	.overlay-menu-item .sub-menu {
		top: auto;
		left: auto;
		transform: translate(0);
		max-width: 100%;
		margin: 0 auto;
		position: relative;
		max-height: 0;
		overflow: hidden;
		text-align: center;
	}
	.sub-menu .overlay-menu-item {
		font-size: 20px;
	}
	.overlay-menu-list {
		text-align: center;
		padding: 30px 10px 0;
		width: 100%;
		margin-bottom: 40px;
	}
	.overlay-menu {
		max-width: 500px;
		overflow: hidden;
	}
	.overlay-menu-item {
		padding-right: 0;
	}
	.overlay-menu-item .sub-menu.open {
		left: auto;
		overflow: visible;
		max-height: 350px;
		margin: 20px auto;
	}
}

/*------------- #Styles for preloader --------------*/
#hellopreloader {
	display: block;
	position: fixed;
	z-index: 99999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-width: 100%;
	background: #66ffd1;
	background-size: 41px;
	opacity: 1;
}

.preloader {
	width: 50%;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.preloader .text {
	position: absolute;
	width: 100%;
	color: #fff;
	font-size: 14px;
	text-align: center;
}

/*================= Responsive Mode ============*/
@media (max-width: 480px) {
	.preloader svg {
		width: 50px;
		height: 50px;
	}
	.preloader .text {
		font-size: 10px;
	}
}

/*# sourceMappingURL=maps/theme-styles.css.map */
