/*
Theme Name: Ukemi
Theme URI: http://underscores.me/
Author: plainbee
Author URI: http://plainbee.com
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ukemi
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Ukemi is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

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

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	/* font-weight: bold; */
	font-weight: 500;
}

dfn {
	font-style: italic;
}

h1 {
	/* font-size: 2em; */
	/* margin: 0.67em 0; */
	font-size: 40px;
}

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

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

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

figure {
	margin: 1em 40px;
}

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

pre {
	overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

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

input {
	line-height: normal;
}

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

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

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

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	/* font-family: sans-serif; */
	font-size: 18px;
	/*font-size: 1rem;*/
	line-height: 1.5;
	font-family: 'Heebo', sans-serif;
	/* font-family: 'Rubik', sans-serif; */
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	/* margin-bottom: 1em;
    font-size: 15px; */
	margin-bottom: 0.7em;
	font-size: 18px;
	font-weight: 400;
}

.h2, h2 {
	font-size: 36px;
}

.h3, h3 {
	font-size: 24px;
	line-height: 1.3;
}

.h4, h4 {
	font-size: 20px;
	line-height: 1.3;
	font-weight: 400;
}

.h5, h5 {
	font-size: 14px;
	line-height: 1.3;
	font-weight: 400;
}

.h1, .h2, .h3, h1, h2, h3 {
	margin-top: 10px;
	margin-bottom: 10px;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	background: #f3f3f3; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
	width: 100%;
	display: inline-block;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
	resize: vertical;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
	font-weight: 500;
}

a:visited {
	color: royalblue;
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;

	display: inline-block;
	float: right;
	width: 100%;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	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;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

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

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

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

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

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

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

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

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

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

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

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

/*--------------------------------------------------------------
## Slick Slider
--------------------------------------------------------------*/

#home-slider {
	width: 100%;
	/* height: 60vh; */
	/* height: calc(100vw / 16 * 6); */
	margin: 0;
	overflow: hidden;
	/* height: 60vh; */
	height: 28vw;
}

#home-slider .slick-list.draggable {
	height: 100%;
}

#home-slider .slick-track {
	height: 100%;
}

#home-slider .home-slide {
	max-height: 100%;
	height: 100%;
	/* display: flex; */
	/* align-items: center; */
}

.landing-img-cont {
	/* width: 100%; */
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.landing-img-cont img {
	/* width: 100%; */
	min-width: 100%;
	min-height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.slick-prev, .slick-next {
	/* top: calc(50% - 20px); */
	top: 0;
	/* top: calc(60vh / 2 + 47px - 31px); */
	z-index: 5000;
	width: 70px;
	/* height: 62px; */
	/* height: 70px; */
	height: 100%;
	background: rgba(100,100,100,0.7);
	border-radius: 0;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
	background: rgba(70,70,70,0.9);

	color: white;
}



.slick-prev {
	/* left: 15px; */
}

.slick-next {
	right: 15px;
}

[dir="rtl"] .slick-prev:before {
	content: "\2039";
}

[dir="rtl"] .slick-next:before {
	content: "\203A";
}


.slick-prev:before, .slick-next:before {
	font-family: inherit;
	font-size: 100px;
	line-height: 100px;
}
/* .slick-prev:before, .slick-next:before, [dir="rtl"] .slick-next:before, [dir="rtl"] .slick-prev:before {
    content: '';
} */

[dir="rtl"] .slick-prev {
	right: 15px;
	left: auto;
	right: 0;
}

[dir="rtl"] .slick-next {
	right: auto;
	left: 0;
}

#home-slider-info {
	/* position: absolute; */
	/* bottom: calc(35vw /3.5); */
	/* z-index: 900; */
	/*  position: relative; */
	margin-bottom: 80px;
}

#home-slider-cont.full-width-wrapper {
	/* margin-bottom: calc(35vw / 3.5); */
}

.home-slider-info-inner {
	/* padding: 0 30px; */
	/* bottom: calc(35vw /3.5); */
	z-index: 900;
	position: relative;
	/* top: calc(-35vw /3.5); */
	margin-top: -200px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-wrap: wrap;    flex-wrap: wrap;
}

.slick-dots {
	/* bottom: calc(35vw /3.5); */
	margin: 0;
	bottom: 15px;
	text-align: left;
	padding: 10px;
}

.slick-dots li {
	/* height: 30px; */
	/* width: 30px; */
	margin: 5px;
}

.slick-dots li button {
	/* height: 30px; */
	/* width: 30px; */
}

.slick-dots li button:before {
	opacity: 0.5;
	color: white;
	font-size: 16px;
	/* line-height: 30px; */
	/* width: 30px; */
	/* height: 30px; */
}

.slick-dots li.slick-active button:before {
	color: #ef4444;
	opacity: 0.75;
}

@media (min-width: 1200px) {
	/* 	#home-slider-info {
        left: calc((100vw - 1170px) / 2 + 20px);
    } */
}

@media (max-width: 1200px) {
	/* 	#home-slider-info {
        left: calc((100vw - 970px) / 2 + 20px);
    } */
}

@media (max-width: 992px) {
	.home-slider-info-inner {
		padding: 0 10px;
	}
}

@media (max-width: 768px) {

	#home-slider {

		height: 36vh;
	}

	#home-slider-title h1 {
		font-size: 8vw;
	}

	#home-slider-subtitle h2 {
		font-size: 6vw;
	}

}

@media (max-width: 480px) {

	#home-slider {

		height: 40vh;
	}

}

#home-slider-title {

}

#home-slider-title h1{
	margin:0;
	font-weight: 500;
	/* background-color: rgba(255, 216, 62, 0.85);
        background-color: rgba(252, 208, 22, 0.85);*/
	/* background-color: rgba(255, 179, 62, 0.85); */
	background: #5FAD56;
	padding: 6px 16px;
	display: inline-block;
}

#home-slider-subtitle h2 {
	margin: 0;
	font-weight: 500;
	background-color: rgba(255, 255, 255, 0.85);
	display: inline-block;
	padding: 6px 16px;
}

#home-slider-subtitle {

	margin-top:10px;
}

.ronly-info-cube {
	min-height: 100%;
	padding: 10px 15px;
}

.ronly-info-cube-inner {
	/*background: #ffe169;*/
	/*background: #eaeaea;*/
	background: #ffffff;
	min-height: 300px;
	-webkit-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
	transition: background 0.3s ease;
	padding: 30px;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-radius: 20px;
	-webkit-box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.2);
}

.slider-btn-wrap {
	text-align: center;
}

.ronly-info-cube-inner h2, .ronly-info-cube-inner p {
	color: #404040;
	-webkit-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease;
	margin-top: 0px;
}

.ronly-info-cube-inner h2 {
	font-size: 28px;
	text-align: center;
}


.ronly-info-cube-inner:hover {
	/* background: #ffe169; */
}


.ronly-info-cube-inner:hover h2, .ronly-info-cube-inner:hover p {
	/* color: #404040; */
}

.icon-link-btn, .icon-link-btn:visited, .icon-link-btn:focus {
	background: #c74d49;
	/* border-radius: 0; */
	/* border: 1px solid #ff9900; */
	color: #ffffff;
	margin-top: 15px;
	transition: all 0.2s ease;
	border: none;
	padding: 6px 20px !important;
	font-weight: 500;
	border-radius: 5px;
}


.btn {
	padding: 8px 14px;
	font-size: 18px;
}

.icon-link-btn:hover, .icon-link-btn:active, .icon-link-btn:active:focus  {
	/* background: #222c47; */
	/* color: white; */
	padding: 6px 30px !important;
	/* background: #ff9900; */
	background: #c74d49;
}

.ronly-info-cube-inner:hover .icon-link-btn {
	/* background: transparent; */
	/* border-radius: 0; */
	/* border: 1px solid #4c4c4d; */
	/* color: #4c4c4d; */
}



.full-width-wrapper {
	width: 100%;
	position: relative;
	background-size: cover;
	background-position: center center;
	/* margin-bottom: calc(35vw / 3.5); */
}

.full-width-wrapper.inner-page {
	min-height: 240px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.full-width-wrapper.title-cont-100{

	/*background: rgba(0, 0, 0, 0.5);*/
	background: #333333;
	text-align: center;
	padding: 10px;
}

/* .full-width-wrapper.full-width-wrapper-title {
	    background: rgba(0, 0, 0, 0.7);
    text-align: center;
    padding: 10px 0;
    position: absolute;
    bottom: 0;
    color: white;
} */

.stripe-wrapper {
	background-size: cover;
	background-position: center center;
}

.stripe-wrapper h2, .stripe-wrapper h3 {
	margin: 0 0 10px;
	color:#4d4d4d;
}

.stripe-wrapper a.icon-link-btn {
	margin-bottom: 20px;
	border-radius: 0;
	background: #0075A2;
	color: white;
	border: 0;
	position: relative;
	z-index: 500;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	margin-top: 10px;
	font-size: 16px;
	letter-spacing: 0.02em;
}

.stripe-wrapper a h2 {
	color: #231102;
}

.stripe-wrapper a:hover {
	background: #56445D;
	letter-spacing: 0.07em;
}

.stripe-wrapper a:hover h2, #donate-stripe .donate-inner a:hover h2 {
	color: #ffd83e;
}

#statistics-stripe.stripe-bg:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.4);
}

/* #donate-stripe:before {
    content: '';
    position: absolute;
    top: 20%;
    left: 0;
    bottom: 20%;
    right: 0;
    background: rgba(0, 0, 0, 0.4);
} */

#donate-stripe {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	/* justify-content: center; */
	padding: 0;
}

#donate-stripe .donate-inner {
	padding: 30px;
	background: rgba(255, 255, 255, 0.5);
	text-align: center;
	margin: 0 auto;
	/* display: flex; */
	width: 100%;
}

#donate-stripe .donate-inner h2{
	color: #231102;
	margin: 10px;
	/* float: left; */
	display: inline-block;
}

#donate-stripe .donate-inner a{padding: 15px 25px;display: inline-block;margin: 10px;text-decoration: none;/* float: left; */}

#donate-stripe .donate-inner a h2{
	margin: 0;
}

@media (min-width: 992px) {
	.cont-vert {
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

#home-info-img img {
	height: auto;
	max-width: 100%;
	min-height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.content-wrapper > * {
	line-height: 1.2;
}

#statistics-stripe {
	padding: 40px 0;
}

.statistic-wrapper {
	text-align: center;
	margin: 30px 0;
}


.statistic-wrapper-inner {
	background: rgba(255, 255, 255, 0.9);
	padding: 0 15px 15px;
}

.statistic-wrapper-inner p {
	/*  text-align: right; */
}

.statistic-wrapper-img-cont {
	width: 100%;
	padding: 15px;
	height: 94px;
	/* background: #222c47; */
	/* border-radius: 95px; */
	margin: 0 auto 10px;
	display: inline-block;
	text-align: center;
}

@media (max-width: 1080px) {
	#statistics-stripe .container {
		width: 100%;
	}
}

@media (max-width: 860px) {
	.statistic-wrapper-img-cont {
		/*width: 120px;*/
		padding: 5px;
		height: 120px;
		border-radius: 60px;
		/* margin: 30px auto 10px; */
	}
}

.statistic-wrapper img {
	height: 160px;
	/* margin: 20px; */
	max-height: 100%;
}

.home-link {

	display: inline-block;
	position: relative;
	/* margin: 5px 0; */
}

.home-link .link-info{
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	color: #231102;
	padding: 15px;
	font-size: 30px;
	/* font-weight: 600; */
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	background-color: rgb(252, 208, 22);
}

.home-link:hover .link-info{
	padding: 30px 15px;
	background-color: rgba(255, 216, 62, 0.8);
}

.home-link-wrap {
	margin: 5px 0;
	overflow: hidden;
}


#primary {
	/* min-height: calc(100vh - 94px - 158px); */
	background: white;
	width: 100%;
	float: right;
}

.footer {
	/* clear: both; */
	/* min-height: 40px; */
	width: 100%;
	min-width: 100%;
	display: inline-block;
	float: right;
	margin-top: 100px;
	background: #333333;
}

#footer-intro {
	min-height: 120px;
	/*background: #333333;*/
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

#footer-intro > img {
	max-height: 70px;
}

#footer-wrap {
	background: #262626;
}

#footer-text {
	color: #e8eae8;
	text-align: center;
	color: gray;
}

#footer-logo {

}

#footer-logo img {
	max-height: 60px;
	float: left;
}

.contact-form-ltr form {
	direction: ltr !important;
	text-align: left;
}

.contact-form-ltr form h4{
	margin: 6px 0;
}



span.wpcf7-form-control-wrap {
	min-width: 100%;
	display: inline-block;
	width: 100%;
}

span.wpcf7-form-control-wrap textarea {
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	min-height: 120px;
	max-height: 330px;
	direction: rtl;
	font-size: 15px;
	padding-right: 10px;
}

span.wpcf7-form-control-wrap input{
	min-width: 100%;
	width: 100%;
	border-radius: 0;
	height: 35px;
	direction: rtl;
	font-size: 15px;
	padding-right: 10px;
}

.half-form-input {
	padding: 0;
}

.contact-form-cont {
	margin: 0 auto;
	float: none;
}

input.wpcf7-form-control.wpcf7-submit {
	width: 100%;
	border: none;
	border-radius: 0;
	/* height: 50px; */
	font-size: 18px;
	padding: 15px;
	margin-top: 6px;
	font-weight: 500;
	background: #222c47;
	color: white;
	letter-spacing: 0.02em;
}


::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	font-size:15px;
}
::-moz-placeholder { /* Firefox 19+ */
	font-size:15px;
}
:-ms-input-placeholder { /* IE 10+ */
	font-size:15px;
}
:-moz-placeholder { /* Firefox 18- */
	font-size:15px;
}

/* #contact-wrapper h3 {
	margin-bottom:20px;
} */

.form-line {
	float: left;
	width: 100%;
	margin: 6px 0;
}

.bg1 {
	background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAIUlEQVQoU2P89OnTfz4+PkYGAoBxVCG+ECIteAgFNkgeANfQJ+BTsLFGAAAAAElFTkSuQmCC) repeat;
	/*background-color: #f8f8f8;*/
	background-color: #ebebeb;
}

.bg2 {
	background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAG0lEQVQoU2P89OnTfwYiACMRasBKBlLhcPIMACxTB7VKM824AAAAAElFTkSuQmCC) repeat;
	background-color: #f8f8f8;
}

.bg3 {
	background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAP0lEQVQoU43M2QkAIAwEUdPA9l/nNqBEUDxyzfdjpBUi2SVzigBICBfSmQtP5MIXmdBCH/TQBSO0YYYmrCCFA8+0J+ChxMdZAAAAAElFTkSuQmCC) repeat;
	background-color: #f8f8f8;
}


/*--------------------------------------------------------------
## Lomdim
--------------------------------------------------------------*/


/*----------------------------
## General Elements
----------------------------*/

.full-width-wrapper h1 {
	font-weight: 500;
	color: white;
	font-size: 50px;
}

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

.quote-header .quote-wrapper {
	max-width: 1000px;
	padding: 20px;
	/* background: rgba(0, 0, 0, 0.8);
    background: rgba(67, 166, 223, 0.85); */
	background: rgba(86, 68, 93, 0.85);
}

.quote-header .quote-wrapper span {
	display: inline-block;
	color: white;
	float: right;
}

.quote-header .quote-wrapper span:first-child {
	font-size: 30px;
	font-family: 'alef', sans-serif;
	line-height: 1.2;
	margin-bottom: 10px;
}

.quote-header .quote-wrapper span:last-child {
	font-size: 20px;
	line-height: 1;
}


@media screen and (max-width: 859px) {
	.quote-header .quote-wrapper span:first-child {
		line-height: 1.1;
		font-size: 3.4vw;
	}

	.quote-header .quote-wrapper span:last-child {
		font-size: 2.6vw;
	}

}

.bg-img {
	background-size: cover;
	background-position: top center;
}

.bg-img .container{
	z-index: 5;
	position:relative;
	color: #333;
}
/*----------------------------
## End of General Elements
----------------------------*/

/*----------------------------
## Classes page Elements
----------------------------*/

.classes-contact-cont .classes-cf-wrapper h2, .classes-contact-cont .classes-cf-wrapper h3 {
	/* color: white; */
	font-weight: 400;
	padding: 15px 25px 10px;
}

.classes-contact-cont span.wpcf7-form-control-wrap input, .classes-contact-cont span.wpcf7-form-control-wrap textarea {
	border: none;
	float: right;
	border-radius:0;
}

.classes-contact-cont .small-form-input {
	padding: 5px 10px 15px;
}


.classes-contact-cont {
	background: rgba(255, 255, 255, 0.85);
	padding: 0 15px 15px;
}


.classes-contact-cont .wpcf7 {
	display: inline-block;
	float: right;
}

.classes-contact-cont .classes-cf-wrapper {
	padding: 15px;
	/* background: sandybrown; */
	/* background: rgba(255, 255, 255, 0.35); */
	/* border: 1px solid rgba(247, 129, 84, 0.85); */
	background: rgba(242, 193, 78, 0.7);
	margin-top: 30px;
}

.classes-content-wrapper {
	margin: 15px 0 0;
}

.classes-content-wrapper p {

	font-weight: 400;
}

@media screen and (max-width: 859px) {
	#classes-form-wrap {
		padding-left: 0;
		padding-right: 0;
	}
}
/*----------------------------
## End of Classes page Elements
----------------------------*/


.modal-dialog {
	margin: 200px auto 30px;
}

/*----------------------------
## Modal
----------------------------*/
.modal-content {
	direction: rtl;
	text-align: right;
}

/*----------------------------
## End of Modal
----------------------------*/

/*----------------------------
## Home Elements
----------------------------*/

div#home-info-img {
	position: relative;
	text-align: center;
}


.method-excerpt-wrapper {
	padding: 30px 15px;
	margin-top: 30px;
	margin-bottom: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	flex-direction: row;
}

.method-excerpt-wrapper .icon-link-btn {
	background-color: transparent;
	/* border-color: #ffffff; */
	color: #ffffff;
	/* border-radius: 0; */
	font-size: 18px;
	margin-top: 10px;
	border: 2px solid #ffffff;
}

.method-excerpt-wrapper .icon-link-btn:hover {
	background-color: rgba(255, 255, 255, 0.4);
	/* border-color: #66cccc; */
	color: #fff;
	/* font-weight: 500; */
}

#method-img {
	padding-right: 30px;
	text-align: center;
}

#method-img a{
	padding: 20px;
	margin: 20px 0;
	display: inline-block;
	background: white;
	width: 100%;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
}

#method-excerpt p {
	/*  max-width: 700px; */
	text-align: justify;
	font-weight: 300;
}

.method-img img {
	/* max-height: 300px; */
	/*max-height: 60px;*/
	width: 400px;
	max-width: 80vw;
}

#arts-intro-img.method-img img {

	width: 200px;

}


#about-info {

	text-align: justify;
}


@media screen and (max-width: 992px) {
	.method-excerpt-wrapper {
		padding: 15px;
		margin-top: 20px;
		margin-bottom: 30px;
		/* display: inherit; */
		/* -webkit-box-align: inherit; */
		-ms-flex-align: inherit;
		/* align-items: inherit; */
		flex-direction: column-reverse !important;
	}
}

/*----------------------------
## End of Home Elements
----------------------------*/

/*----------------------------
## Modals
----------------------------*/


.lmd-modal span, .lmd-modal input, .lmd-modal textarea{
	font-size: 16px;
	max-width: 500px;
}

.lmd-modal  form.wpcf7-form {
	display: inline-block;
	float: left;
	/* width: 100%; */
	/* height: 100%; */
	background: white;
}

.lmd-modal .modal-body {

	padding: 0;
}

.lmd-modal .small-form-input {
	padding: 5px;
}

.lmd-modal .modal-content {
	border: none;
	border-radius: 0;
	display: inline-block;
	padding: 30px;
}

.lmd-modal #small-submit {
	padding: 5px;
	width: 100%;
	text-align: left;
}

.lmd-modal #small-submit input.wpcf7-form-control.wpcf7-submit {
	width: auto;
	padding: 15px 30px;
	background-color: #0075A2;
	color: white;
}

.lmd-modal .close span.close-x {
	font-size: 20px;
	font-weight: 400;
	/* color: grey; */
	color: white;
	/* width: 20px; */
	line-height: 12px !important;
	outline: 0;
}

.lmd-modal .close {
	opacity:0.6;
	/* width: 20px; */
	position: absolute;
	top: 11px;
	left: 15px;
	z-index: 100;
	color: white;
}

.lmd-modal.wpcf7-form-control-wrap textarea {
	height: 160px;
	border-radius: 0;
}

.lmd-modal .close:hover {
	opacity:1;
}

/*-----------------
## Book Modals
-----------------*/
#book-info-intro {
	background-color: #333333;
	color: white;
	padding: 6px 25px;
}

#book-info-intro input#info-for {
	background: transparent;
	color: white;
	padding-right: 4px;
	font-weight: 500;
	cursor: pointer;
	pointer-events: none;
}

#book-form-wrap {
	/* padding: 15px; */
	padding: 15px 15px 0;
}

#book-info-intro * {
	width: auto;
	min-width: inherit;
	float: right;
	border: 0;
	line-height: 35px;
}

/*-----------------
## End of Book Modals
-----------------*/

/*-----------------
## CF Modals
-----------------*/

#cf-wrapper-modal{
	padding: 0;
}




/*-----------------
## End of CF Modals
-----------------*/
/*----------------------------
## End of Modals
----------------------------*/



/*----------------------------
## Educators Accordion
----------------------------*/

.edu-accordion{
	padding:0;
	margin:0;

}

@media (max-width: 786px) {
	.edu-accordion .panel-title.container {
		width: 100%;
	}
}

div[class*='col-'] {
	/*   padding: 0 30px; */
}

.wrap {
	/*  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 1px 5px 0px rgba(0, 0, 0, 0.12); */
	/* border-radius: 4px; */
}

a:focus,
a:hover,
a:active {
	outline: 0;
	text-decoration: none;
}

.panel {
	/* border-width: 0 0 4px 0; */
	border-style: solid;
	border-color: #fff;
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border:0;
}

.panel-group {
	margin-bottom: 20px !important;
	clear: both;
	display: inline-block;
	width: 100%;
}

.panels-divider {
	height: 4px;
	background: #e3d8e6;
}

.panel:last-child {
	border-bottom: none;
}

.panel-group > .panel:first-child .panel-heading {
	/* border-radius: 4px 4px 0 0; */
}

.panel-group .panel {
	border-radius: 0;
}

.panel-group .panel + .panel {
	margin-top: 0;
}

.panel-heading {
	background-color: transparent;
	border-radius: 0;
	border: none;
	color: #fff;
	padding: 0;
}

/* .panel-group .panel-heading:hover {
    background-color: #8CEAFF;
} */

/* .panel-group .panel-heading:active {
    background-color: #10D2FF;
} */

/* #colorator-accordion.panel-group .panel-heading:hover {
    background-color: #fffec3;
} */
/*
#colorator-accordion.panel-group .panel-heading:active {
    background-color: transparent;
} */

/* #relationshapes-accordion.panel-group .panel-heading:hover {
    background-color: #e6e5ef;
}
 */
/* #relationshapes-accordion.panel-group .panel-heading:active {
    background-color: transparent;
}
 */

.edu-acc-title, .tohide {
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	/* letter-spacing: normal; */
}

.edu-accordion .panel-group .panel-heading:hover .edu-acc-title, .edu-accordion .panel-group .panel-heading:hover .tohide {
	/* letter-spacing: 0.05em; */
}

/* #colorator-accordion.panel-group .panel-heading:hover .edu-acc-title,
#colorator-accordion.panel-group .panel-heading:hover .tohide,
#colorator-accordion.panel-group .panel-heading.active .edu-acc-title,
#colorator-accordion.panel-group .panel-heading.active .tohide   {
    color: #F7931E;
}

#relationshapes-accordion.panel-group .panel-heading:hover .edu-acc-title,
#relationshapes-accordion.panel-group .panel-heading:hover .tohide,
#relationshapes-accordion.panel-group .panel-heading.active .edu-acc-title,
#relationshapes-accordion.panel-group .panel-heading.active .tohide   {
    color: #6655D3;
} */

#colorator-accordion.panel-group .panel-heading:hover .edu-acc-title,
#colorator-accordion.panel-group .panel-heading:hover .tohide {
	color: #F7931E;
}

#relationshapes-accordion.panel-group .panel-heading:hover .edu-acc-title,
#relationshapes-accordion.panel-group .panel-heading:hover .tohide {
	color: #6655D3;
}

/* .edu-accordion .panel-group .panel-heading a:before {
    transition: all 0.3s ease;
}

.edu-accordion .panel-group .panel-heading:hover a:before {
    padding-left: 12px;
} */

.panel-title a {
	will-change: contents;
	display: block;
	color: #f7f7f7;
	padding: 20px 90px 20px 20px;
	position: relative;
	font-size: 40px;
	font-weight: 500;
	background: #0075a2;
}

.panel-body {
	background: #fff;
}

.panel:last-child .panel-body {
	/*  border-radius: 0 0 4px 4px; */
}

.panel:last-child .panel-heading {
	/*  border-radius: 0 0 4px 4px; */
	-webkit-transition: border-radius 0.3s linear 0.2s;
	-o-transition: border-radius 0.3s linear 0.2s;
	transition: border-radius 0.3s linear 0.2s;
}

.panel:last-child .panel-heading.active {
	border-radius: 0;
	-webkit-transition: border-radius linear 0s;
	-o-transition: border-radius linear 0s;
	transition: border-radius linear 0s;
}
/* #bs-collapse icon scale option */

.panel-heading a:before {
	/*  content: url(https://vizuvizu.com/wp-content/themes/waza/img/accordion-arrow.png); */
	left: 30px;
	color: white;
}

#colorator-edu-accordion .panel-heading a:before {
	content: url(https://vizuvizu.com/wp-content/themes/bokken/img/accordion-arrow-o.png);
}

#relationshapes-edu-accordion .panel-heading a:before {
	content: url(https://vizuvizu.com/wp-content/themes/bokken/img/accordion-arrow-p.png);
}

.panel-heading.active a:before {
	/* content: ' '; */
	/* -webkit-transition: all 0.5s; */
	/* transition: all 0.5s; */
	/* -webkit-transform: scale(0); */
	/* transform: scale(0); */
}

#bs-collapse .panel-heading a:after {
	content: ' ';
	font-size: 24px;
	position: absolute;
	font-family: 'Material Icons';
	right: 5px;
	top: 10px;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

#bs-collapse .panel-heading.active a:after {
	content: '\e909';
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
/* #accordion rotate icon option */

.edu-accordion-group .panel-heading a:before {
	position: absolute;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	width: 30px;
	height: 30px;
	/* content: url(https://vizuvizu.com/wp-content/themes/waza/img/accordion-arrow.png); */
}

.edu-accordion-group .panel-heading.active a:before {
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.edu-icon-cont {
	text-align:center;
}

.edu-icon-cont img {
	max-width: 70%;
}

.edu-desc-wrap h4 {
	text-align:center;
}

.edu-accordion-title {
	text-align:center;
	/*  margin: 30px 0; */
	margin: 0 0 30px;
}

.accordion-icons-cont {
	display: inline-block;
	/* margin-bottom: 200px; */
	text-align: center;
	width: 100%;
}

.thick-line {
	height: 0;
	background: transparent;
	border-radius: 0;
	margin: 0;
	float: left;
	width: 0;
}

.edu-desc-wrap a {
	color: black !important;
}

.accordion-02-icons-wrap {
	padding: 0;
}

.accordion-02-icon, .accordion-02-info{
	padding: 0 5px;
	text-align: center;
}

.accordion-02-info h4 {
	margin-bottom: 4px;
	font-size: 17px;
}

.accordion-02-info p {
	font-size: 15px;
}

.tips-concept {
	min-height: 80px;
	padding-right: 30px;
	margin-bottom: 30px;

}

.tips-concept span {
	font-size: 20px;
	line-height: 1.5;
}

.one-tip:before {
	/* 	content: url(https://vizuvizu.com/wp-content/themes/waza/img/light-bulb.svg);
        position: relative;
        left: -40px;
        top: 20px; */
}


.one-tip {
	margin: 0 30px 30px 0;
	/* padding-left: 60px; */
	padding:0;
}

.accordion-inner-wrap {
	max-width: 1400px;
}

.accordion-intro {
	/* max-width: 90%; */
	/* margin: 40px auto; */
	text-align: left;
	margin: 0 auto 40px;
	padding: 0 15px;
}

.accordion-intro h3{
	margin-top: 0;
	font-weight: 300;
	font-size: 20px;
	line-height: 1.5;
}

.icon-tip {
	padding: 0;
	max-width: 60px;
}

.icon-tip img {
	position: relative;
	top: -10px;
}

.tip-content p {
	margin-bottom: 0;
	font-size: 20px;
	line-height: 1.5;
}

#colorator-title-seperator {
	background: #F7931E;
}

#relationshapes-title-seperator {
	background: #6655D3;
}

.title-seperator {
	/* height: 200px; */
}

.icon-tip svg {
	width: 100%;
}

.relationshapes-icon-tip svg *{
	fill:#6655D3;
}

.colorator-icon-tip svg *{
	fill:#F7931E;
}

#colorator-extended-learning .accordion-02-icons-wrap:nth-child(1) .edu-desc-wrap a {
	color: #a200c4 !important;
}

#colorator-extended-learning .accordion-02-icons-wrap:nth-child(2) .edu-desc-wrap a {
	color: #29abe2 !important;
}

#colorator-extended-learning .accordion-02-icons-wrap:nth-child(3) .edu-desc-wrap a {
	color: #4bd500 !important;
}

#colorator-extended-learning .accordion-02-icons-wrap:nth-child(4) .edu-desc-wrap a {
	color: #fbc90f !important;
}

#colorator-extended-learning .accordion-02-icons-wrap:nth-child(5) .edu-desc-wrap a {
	color: #f7931e !important;
}

#colorator-extended-learning .accordion-02-icons-wrap:nth-child(6) .edu-desc-wrap a {
	color: #ed1c1c !important;
}

.app-logo-sep {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	height: 200px;
	padding: 15px 0;
}

@media (max-width: 1200px) {
	.app-logo-sep {

		height: 150px;
	}

}

@media (max-width: 992px) {
	.app-logo-sep {

		height: 120px;
	}

}


@media (max-width: 600px) {
	.app-logo-sep {


		width: 100%;
	}

	.edu-sep-deco {
		display:none !important;
	}
}


#colorator-edu-accordion .edu-sep-deco {
	position: absolute;
	right: 4vw;
	width: 28vw;
	text-align: right;
	top: -2vw;
}

#relationshapes-edu-accordion .edu-sep-deco {
	position: absolute;
	right: 0;
	top: -1.5vw;
	width: 21vw;
	text-align: right;
}

.edu-accordion .panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body {
	border: none;
}




.sm-book-name {
	font-weight: 500;

}

.sm-file-wrapper {
	padding: 15px;

}

.sm-file-wrapper-inner {
	background: #f7f7f7;
	border: 1px solid #d8d8d8;
	padding: 0 0 15px;
	min-height: 230px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;

}

.sm-file-wrapper-inner h5 {
	text-align: center;
}

/*----------------------------
## End of Educators Accordion
----------------------------*/



/*----------------------------
## Files Icon
----------------------------*/
.dl-file-wrapper {
	padding: 5px;
}

.dl-file-wrapper-inner {
	background: white;
	padding: 15px;
}

.dl-file-title-cont {
	padding: 5px 15px;
	background: #f78154;
	margin-bottom: 20px;
	color: white;
}

a.file-dl-link-cont {
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-top: 10px;
}

a.file-dl-link-cont {
	display: inline-block;
}

.dl-file-desc-cont {
	padding: 0 15px;
	margin-bottom: 20px;
}

.dl-top-info-cont {
	text-align: center;
	display: inline-block;
	width: 100%;
}

.dl-top-info-cont h4 {
	background: #5fad56;
	color: white;
	margin: 0;
	padding: 10px;
}

.dl-top-info-cont h5 {
	margin: 20px 0 0;
}

.dl-link-wrapper {

}
/*----------------------------
## End of Files Icon
----------------------------*/




/*----------------------------
## Testimonials slider
----------------------------*/

#testimonials-slider{
	width:100%;
	/* height:200px; */
	background: black;
	background-size: cover;
	background-position: center center;
	color: #e2e2e2;
}

.testimonial-quote {
	/* font-size: 100px; */
	/* height: 140px; */
	width: 100%;
	/* height: 20px; */
}

.testimonial-inner .slick-prev, .testimonial-inner .slick-next {
	font-size: 50px;
	color: #ffd83e;
	font-family: 'Coustard', serif;
	opacity:0.5;
}

.testimonial-inner .slick-prev:hover, .testimonial-inner .slick-next:hover {
	opacity:0.8;
}

.testimonial-quote span {
	/* line-height: 20px; */
	margin: 10px;
	display: inline-block;
	color: #ffd83e;
	font-family: 'Coustard', serif;
	height:40px;
	line-height: 1;
	opacity:0.5;
}



.testimonial-quote.reverse span{
	/* transform: scale(-1,1); */
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	height:30px;
}

.testimonial-quote span svg{
	max-height: 100%;
}

.testimonial-content {
	font-size: 28px;
	display: block;
	text-align: right;
}

.testimonial-name {
	font-size: 18px;
	display: block;
	text-align: right;
}

.testimonials-cont {
	/* text-align: center; */
	padding: 16px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}


@media screen and (min-width: 768px) {

	.testimonials-cont {
		padding: 30px;
	}
}


.testimonial-inner {
	/* height: 140px; */
	margin: 0 auto;
	padding: 0 50px;
}

.testimonial-pic {
	padding: 6px;
	height: 140px;
}

.testimonial-pic img{
	max-height: 100%;
}

.testimonial-wrap {
	position: absolute;
	top: 0;
	bottom: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	outline: 0;
}

#testimonials-slider .quote-big {
	height: 50px;
	background-position: center right;
	background-size: cover;
	background-repeat: no-repeat;
	/*  border: 1px solid white; */
	/* width: 50px; */
	position: absolute;
	width: 75px;
	bottom: 0;
	right: 0;
}

#testimonials-slider .quote-small {
	height: 50px;
	background-position: center left;
	background-size: cover;
	background-repeat: no-repeat;
	/* border: 1px solid white; */
	/* width: 50px; */
	position: absolute;
	width: 48px;
	top: 0;
	left: 0;
}


#testimonials-slider-dots {
	height: 20px;
	padding: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	/* bottom: 0; */
	width: 100%;
	left: 0;
	bottom: 5%;
}

.testimonial-dot {
	height: 10px;
	width: 10px;
	background: rgba(255, 255, 255, 0.5);
	display: inline-block;
	float: left;
	margin: 4px;
	border-radius: 5px;
	/* border: 1px solid rgba(255, 255, 255, 0.7); */
}

.testimonial-dot.active {
	background: rgba(255, 255, 255, 0.9);
}



#testimonials-slider .slick-dots li button:before {
	font-size: 45px;
	color: #ffd83e;
}

/*    .slick-dots li.slick-active button:before {
    color: #ffd83e;
    opacity: 0.75;
} */

#testimonials-slider .slick-dots {
	bottom: inherit;
	position: relative;
}

#testimonials-title-wrapper {
	background: #56445d;
}

@media (max-width: 860px) {

	.slick-prev {
		right: 0 !important;
		left: auto;
	}

	.slick-next {
		left: 0 !important;
		right: auto;
	}
}

/*----------------------------
## End of testimonials slider
----------------------------*/

/*----------------------------
## Class Reg
----------------------------*/
.classes-cta-cont {
	padding: 20px 15px 30px;
	background: rgb(242, 193, 78);
	color: white;
}

.classes-link-btn  {
	/* margin-bottom: 20px; */
	border-radius: 0;
	background: #5FAD56;
	color: white !important;
	border: 0;
	position: relative;
	z-index: 500;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	/*  margin-top: 10px; */
	font-size: 16px;
	letter-spacing: 0.02em;
}

.classes-link-btn:hover {
	background: white;
	color: #5FAD56 !important;
	letter-spacing: 0.07em;
}
/*----------------------------
## End of Class Reg
----------------------------*/

/*--------------------------------------------------------------
## End of Lomdim
--------------------------------------------------------------*/



/*
.modal {
    z-index: 3000;
}

.modal-backdrop {
    z-index: 2800;
}
 */


main#main {
	float: right;
	width: 100%;
	/* min-height: calc(100vh - (94px + 158px)); */
}

.ronly-info-cube-top {

}

.category-products-wrapper {
	background: white;
	/* padding: 0 15px; */
	border: 1px solid #bbb;
	margin-bottom: 30px;
	display: inline-block;

}

#products-page-list .category-products-wrapper {
	width: 100%;
}

#product-category-links-cont {
	padding:0;
}

#product-category-links-cont #product-category-links-cont-inner {
	/* border: 1px solid #333; */
	/* padding: 0 15px; */
	/* background: white; */
}


#product-category-links-cont #product-category-links-cont-inner ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#product-category-links-cont #product-category-links-cont-inner ul li {
	/* background: #333; */
	margin-bottom: 10px;
	/* padding: 10px; */
}

#product-category-links-cont #product-category-links-cont-inner ul li:hover a {
	background: #66cccc;
	color: #333;
}

#product-category-links-cont #product-category-links-cont-inner ul li a {
	color: #333;
	font-size: 16px;
	border: 1px solid #bbb;
	background: #e8e8e8;
	/* margin-bottom: 10px; */
	padding: 10px;
	display: inline-block;
	width: 100%;
	font-weight: 500;
}

/*
.body-scrolled #product-category-links-cont #product-category-links-cont-inner {
    background: red;
    position: fixed;
    bottom: 200px;
    right: calc((100vw - 1170px) / 2);
    max-width: calc(1170px / 12 * 3);
} */

/* .category-products-wrapper li {
display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
	} */
.category-products-wrapper > ul {
	list-style: none;
	display: inline-block;
	padding: 0;
	margin: 0;
	float: right;
	width: 100%;
}

.category-products-wrapper > ul > li {
	float: right;
	padding: 20px 0;
	border-top: 1px solid #e8e8e8;
	width: 100%;
}

.category-products-wrapper > ul > li h4 {
	margin-top:0;

}

.product-link-btn, .product-link-btn:visited, .product-link-btn:focus {
	background: transparent;
	border-radius: 0;
	border: 1px solid #333333;
	color: #333333;
	margin-top: 5px;
}

.product-link-btn:hover {
	background: #66cccc;
	border: 1px solid #66cccc;

}

.product-img-wrapper {
	padding-left: 0;
}

.product-img-wrapper img {
	border: 1px solid #eaeaea;
}

.products-category-header {
	padding: 10px 15px;
	background: #e8e8e8;
	color: #333;
	margin: 0;
}

#products-page-list .category-products-wrapper > ul > li:nth-child(odd) {
	background: #f6f6f6;

}

#products-page-list .category-products-wrapper > ul > li:nth-child(even) {
	background: #fdfdfd;
}

.product-info-wrapper p, .product-info-wrapper ul {
	font-size: 14px;
}

.map-cont {
	min-height: 300px;
}

div#map {
	min-height: 300px;
	height: 100%;
}

.contact-page-icon-cont {
	position:relative;
	display: inline-block;
}


.contact-page-icon-cont:hover {

}

.contact-page-icon-cont .contact-icon-hover {
	position:absolute;
	top: 0;
	opacity:0;
	tyransition: opacity 0.3s ease;
}

.contact-page-social:hover .contact-icon-hover {
	opacity:1;
}

.contact-page-social {
	display: inline-block;
	margin: 40px;
	text-decoration: none !important;
	color: #262324;
}

#cf-wrapper span.wpcf7-form-control-wrap textarea,
#cf-wrapper span.wpcf7-form-control-wrap input,
#cf-wrapper-modal span.wpcf7-form-control-wrap textarea,
#cf-wrapper-modal span.wpcf7-form-control-wrap input
{
	background: #f3f3f3;
	border-color: #b6b6b6;
	border-radius: 0;
	margin-top: 16px;
}

#cf-wrapper .small-form-input, #cf-wrapper #small-submit {
	padding: 0;
}



#cf-wrapper #small-submit input.wpcf7-form-control.wpcf7-submit {
	background: #333333;
	color: white;
	letter-spacing: 0.05em;
	font-weight: 500;

}

#cf-wrapper #small-submit input.wpcf7-form-control.wpcf7-submit:hover {
	background: #66cccc;

}

#cf-wrapper #small-submit {
	margin-top: 5px;
}

.form-elements-wrapper {
	padding: 0;
}

#form-intro p {
	margin-bottom:0;
}

#contact-info-wrapper #contact-info-address:after {
	background-image: url(images/contact/address.png);
}

#contact-info-wrapper #contact-info-phone:after {
	background-image: url(images/contact/phone.png);
}

#contact-info-wrapper #contact-info-mobile:after {
	background-image: url(images/contact/mobile.png);
}

#contact-info-wrapper #contact-info-fax:after {
	background-image: url(images/contact/print.png);
}

#contact-info-wrapper #contact-info-email:after {
	background-image: url(images/contact/email.png);
}

.contact-info-item:after {
	background-position: center top;
	background-repeat: no-repeat;
	content: "";
	height: 30px;
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
}

ul#contact-info-wrapper {
	list-style: none;
	display: inline-block;
	float: right;
	padding: 0;
	margin: 0;
	width: 100%;
}

ul#contact-info-wrapper li {
	padding: 0 40px 26px 0;
	text-align: right;
	font-size: 16px;
}

#contact-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.map-wrapper {
	padding-bottom:25px;
}

#footer-contact-info-wrapper {
	color: white;
	font-size: 14px;
	/* text-align: center; */
	margin: 5px;
	padding: 0;
}

#footer-contact-info-wrapper li{
	display: inline-block;
	margin: 5px;
}

#footer-contact-info-wrapper li a{
	color: white !important;
}

li#contact-info-title {
	width: 100%;
}

#home-links-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#home-links-row .forth-cont {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	min-height: 310px;
	padding: 20px;
}

#home-links-row .forth-cont a{
	margin-bottom: 10px;
	color: #333;
	font-size: 16px;
	font-weight: 500;
}

#home-links-row #forth-cont-1 {
	background: #f3f3f3;
	color:#333;

}

#home-links-row #forth-cont-3 a, #home-links-row #forth-cont-4 a{
	color:white;
	-webkit-box-ordinal-group:2;
	-ms-flex-order:1;
	order:1;
}

#home-links-row #forth-cont-2 {
	background: #ebebeb;
	color:#333;
	/* height: 100%; */
	-webkit-box-ordinal-group:3;
	-ms-flex-order:2;
	order:2;
}

#home-links-row #forth-cont-3 {
	background: #4c4c4d;
	color:white;
	-webkit-box-ordinal-group:4;
	-ms-flex-order:3;
	order:3;
}

#home-links-row #forth-cont-4 {
	background: #66cccc;
	color:white;
	-webkit-box-ordinal-group:5;
	-ms-flex-order:4;
	order:4;
}

#home-products .category-products-wrapper {
	border: none;
	background: transparent;
}

#home-products #product-list {
	display: inline-block;
	margin-top: 40px;
}

#home-products .product-details-wrapper {
	/* padding-right: 15px; */
	/* padding-left: 15px; */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
}

#home-products .category-products-wrapper .home-product-wrapper .home-product-wrapper-inner {
	min-height: 240px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-top: 0;
	padding: 15px;
	background: white;
	margin-top: 20px;
	border: 1px solid #e4e4e4;
}

#home-products {
	margin-top: 50px;
	margin-bottom: 30px;
}

#homepage-water-img {
	padding: 0;
}

#homepage-water-img img {
	width: 100%;
}

div#homepage-water {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fbfbfb;
}

div#homepage-water-info {
	padding: 40px 15px 40px 30px;
}


.navbar-toggle {
	float: right;
	margin-right: 25px;
	margin-left: auto;
}


#homepage-contact #cf-wrapper{
	padding: 30px 50px;
	background: #66cccc;
}


@media (max-width: 1400px) {

	.home-slider-info-inner {
		margin-top: -120px;
	}


}




@media (max-width: 1200px) {

	.container.home-slider-info-inner {
		width: 100%;
	}

	#contact-wrapper {
		width: 100%;
	}

	#homepage-water-inner {
		width: 100%;
		padding:0;
	}

	div#homepage-contact .container, div#home-links-row-inner.container {
		width: 100%;
		padding:0;
	}

}

@media (max-width: 1040px) {
	div#homepage-water-info {
		padding: 20px;
	}



}

.product-home-btn-wrapper {
	text-align: left;
}

@media (max-width: 992px) {

	#home-products .category-products-wrapper > ul > li {
		min-height: auto;

	}

	#homepage-contact #cf-wrapper {
		padding: 30px 15px;
	}

	#home-links-row {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.statistic-wrapper-img-cont {
		height: 70px;
		/*width: 70px;*/
		padding: 10px;
	}

	.statistic-wrapper-img-cont img {
		max-height: 100%;
	}

	#method-img {
		padding-right: 15px;
		text-align: center;
	}

	#product-category-links-cont #product-category-links-cont-inner ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-bottom: 20px;
	}

	#product-category-links-cont #product-category-links-cont-inner ul li {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 auto;
		flex: 1 0 auto;
		text-align: center;
		margin: 2px;
	}

	#home-links-row-inner {
		width: 100%;
		padding: 0;
	}

	#home-links-row .forth-cont {

		min-height: 340px;
	}
}



@media screen and (max-width: 859px) {

	.full-width-wrapper.inner-page {
		min-height: 100px;
	}

	.modal-dialog {
		margin: 120px auto 30px;
	}

}



#homepage-contact-img {
	padding: 0;
	background-position: bottom center;
	background-size: cover;
	min-height: 400px;
	height: 100%;
}



@media (max-width: 768px) {
	div#homepage-water  {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.ronly-info-cube-inner {
		min-height: auto;
	}

	#home-links-row .forth-cont {
		min-height: auto;
		width: 100%;
	}

	#homepage-contact #cf-wrapper {
		padding: 20px;

	}


	#home-links-row #forth-cont-3 {
		-webkit-box-ordinal-group:5;
		-ms-flex-order:4;
		order:4;
	}

	#home-links-row #forth-cont-4 {
		-webkit-box-ordinal-group:4;
		-ms-flex-order:3;
		order:3;
	}




	#home-links-row-inner {

		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	#homepage-contact-img {
		min-height: 100px;
		height: 75vw;
	}

	.full-width-wrapper h1 {

		font-size: 40px;
	}


}

@media (max-width: 500px) {
	#footer-intro {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		padding: 15px;
		text-align: center;
	}

	.home-slider-info-inner {
		padding: 0;
	}

}



div#homepage-contact {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

div#homepage-contact-img img {

}



#homepage-contact #cf-wrapper .small-form-input{
	padding: 4px;
}

#homepage-contact #cf-wrapper textarea, #homepage-contact #cf-wrapper input {

	margin-top: 0;
}

#homepage-contact #cf-wrapper #small-submit {
	margin-top: 0;
	padding: 4px;
}

#homepage-contact #cf-wrapper #small-submit input.wpcf7-form-control.wpcf7-submit:hover {
	background: white;
	color: #333;
}
#about-wrapper {
	padding: 80px 0;
	min-height: calc(100vh - (94px + 240px + 158px));
}


.category-link-wrapper {
	min-height: 340px;
	height: 340px;
	background-size: cover;
	background-position: center center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.category-link-wrapper h2 {
	width: 100%;
	text-align: center;
	color: white;
	background: rgba(0, 0, 0, 0.5);
	padding: 20px 0;
	transition: all 0.3s ease;
}

.category-link-wrapper:hover h2 {
	font-size: 34px;
	background: rgba(0, 0, 0, 0.7);
}


#home-products .category-products-wrapper {

	padding:0;
}

.category-link-cont {
	margin-bottom: 10px;
}



@media only screen and (min-width: 1200px) {

	.con-wider {
		width: 100%;
		max-width: 100%;

	}
}

@media only screen and (min-width: 1470px) {

	.con-wider {
		width: 1430px;
		max-width: 1430px;

	}
}


.article-wrapper .entry-summary {
	color: #444444;
	margin-top: 0;
}

/*.article-wrapper .entry-summary a {*/
/*	color: #222c47;*/
/*	font-weight: 500;*/
/*}*/

a.read-more-btn {
	color: #c74d49;
	font-weight: 500;
}


.article-wrapper  a.read-more-btn {
	margin-top: 6px;
	display: inline-block;
}

.article-cont-short {
	padding: 10px 20px;
}


.article-wrapper header .entry-title {
	color: #c74d49;
	font-weight: 700;
	font-size: 24px;
	/* margin-top: 0; */
	margin-bottom: 2px;
}

.article-wrapper header {
	display: inline-block;
	/* margin-top: 4px; */
}



.light-btn-wrapper {text-align: center;padding: 30px 15px 100px;}

.light-btn-wrapper .icon-link-btn {
	background: rgb(255, 255, 255);
	border: 2px solid #222c47;
	color: #222c47;
	font-weight: 500;
	/*width: 200px;*/
	/*max-width: 100%;*/
}

.light-btn-wrapper .icon-link-btn:hover {

	padding: 8px 30px;
}


.youtube-responsive-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.youtube-responsive-container iframe, .youtube-responsive-container object, .youtube-responsive-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.banner-img-cont img {
	width: 100%;
}






.single-faq {
	position: relative;
	list-style: none;
	display: inline-block;
	margin-bottom: 70px;
	-webkit-box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.2);
	/* border-radius: 20px; */
	overflow: hidden;
	border-radius: 20px;
}

.single-faq-q-cont {
	position: relative;
	display: inline-block;
	width: 100%;
	/* margin-bottom: 30px; */
	float: right;
}

.faq-q-title {
	position: absolute;
	padding: 20px 60px;
	/* background: rgba(19, 19, 19, 0.8); */
	bottom: 30px;
	width: 60%;
	z-index: 1;
	color: #c74d49;
	background: rgba(255, 255, 255, 0.85);
}

.faq-q-title > * {font-size: 36px;}


.single-faq-q-cont img {
	float: left;
	position: relative;
	z-index: 1;
}

ul.faq-cont {
	padding: 0;
	margin: 60px 0;
}

.faq-a-cont {
	/* width: 94%; */
	margin: 0 auto;
	background: rgba(255, 255, 255, 0.8);
	padding: 50px 4% 40px;
	float: right;
	/* margin-top: -30px; */
	position: relative;
	z-index: 10;
}


#about-intro-cont {
	padding:40px;
	background: #222c47;
	color: #f2f2f2;
	box-shadow: inset 0px 0px 200px 20px rgba(0,0,0,1);
}



.article-slider-thumb img {
	width: 100%;
}

#featured-articles-cont {
	padding:0;
}

#featured-articles-cont > h3 {text-align: center;margin: 100px auto 20px;font-size: 46px;}

#home-articles-slider {
	/*margin-bottom: 0;*/
}

/*.single-article-home-slide {*/
/*    background: #ffe169;*/
/*}*/

/*.single-article-home-slide:nth-child(even) {*/
/*    background: #ffe991;*/
/*}*/

.article-short-content-wrap {
	text-align: center;
	padding: 10px 20px;
	color: #222c47;
}

#home-articles-slider .slick-dots {
	margin: 0;
	/* bottom: -30px; */
	text-align: center;
	padding: 10px;
	position: relative;
	bottom: 0;
}

#home-articles-slider .slick-dots li button:before {
	opacity: 0.5;
	color: #c74d49;
	font-size: 16px;
	/* line-height: 30px; */
	/* width: 30px; */
	/* height: 30px; */
}


#home-articles-slider .slick-dots li.slick-active button:before {
	color: #c74d49;
	opacity: 1;
}

#home-articles-slider .slick-prev, #home-articles-slider .slick-next {
	/*background: rgb(255, 153, 0);*/
	background: rgb(255, 255, 255);
	margin: 0;
}

#home-articles-slider .slick-prev:before, #home-articles-slider .slick-next:before {
	color: #c74d49;
	/*color: white;*/
}


#home-articles-slider {
	margin-bottom: 0;
	padding: 0 70px;
}


.single-article-home-slide {
	padding: 0 15px;
}

.article-slider-thumb {
	border-radius: 20px;
	overflow: hidden;
	display: inline-block;
	width: 100%;
}

.comments-area {
	margin-top: 70px;
	margin-bottom: 70px;
}

p.comment-form-author, p.comment-form-email, p.comment-form-url {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 30%;
	float: right;
}

p.comment-form-author {
	margin-left: 4%;
}

p.comment-form-email {

}

p.comment-form-author, p.comment-form-email {
	width: 48%;
}

@media only screen and (max-width: 768px) {
	p.comment-form-author, p.comment-form-email, p.comment-form-url {
		width: 100%;
		margin-left: 0;
	}
}

p.comment-form-cookies-consent input#wp-comment-cookies-consent {
	margin-left: 10px;
}

p.comment-form-author input, p.comment-form-email input, p.comment-form-url input {
	height: 40px;
	line-height: 32px;
}

.comment-form-comment textarea {
	height: 100px;
}



.related-wrap {
	background: white;
	padding: 70px 15px;
	margin-top: 60px;
}



.page-header {
	/*padding-bottom: 9px;*/
	/*margin: 40px 0 20px;*/
	border-bottom: 0;
	/*margin-bottom: 70px;*/
	margin-bottom: 30px;
}

.page-header > h1 {
	margin-bottom: 30px;
	margin-top: 30px;
	display: inline-block;
	width: 100%;
	text-align: center;
	padding-left: 20px;
	font-size: 46px;
}



.sidebar-link-wrap {
	padding: 15px;
	/* display: flex; */
	/* align-items: center; */
	/* justify-content: center; */
	/* flex-direction: column; */
	/* margin-bottom: 30px; */
	/* background: white; */
	display: inline-block;
	margin-bottom: 25px;
	border-radius: 30px;
	overflow: hidden;
	width: 100%;
	text-align: center;
}

.sidebar-link-wrap > * {
	margin: 10px auto;
}

.sidebar-link-img-wrap {

}


.sidebar-light-btn-wrapper {
	text-align: center;
	padding: 0;
	/* margin-bottom: 25px; */
}



.sidebar-wrapper {
	padding: 20px;
	background: #eaeaea;
	border-radius: 50px;
	margin-top: 40px;
}

.sidebar-img-cont {
	position: relative;
}

.sidebar-img-cont img {min-width: 100%;}

.sidebar-img-cont h4 {
	position: absolute;
	background: rgba(255, 255, 255, 0.8);
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0;
	padding: 12px 6px;
	font-size: 18px;
	text-align: center;
	font-weight: 500;
	color: #333333;
}

.sidebar-link-wrapper {
	background: white;
	display: inline-block;
	margin-bottom: 20px;
	border-radius: 30px;
	overflow: hidden;
	float: right;
}


.sidebar-excerpt-wrap {
	padding: 15px 20px 20px;
	font-size: 16px;
	line-height: 1.3;
	color: #666666;
	display: inline-block;
	font-weight: 400;
}

.sidebar-read-more {margin-top: 6px;float: right;color: #c74d49;font-size: 18px;}


span.sidebar-section-title {
	color: #333333;
	text-align: center;
	width: 100%;
	display: inline-block;
	margin-bottom: 20px;
	font-weight: 700;
	font-size: 22px;
}


.sidebar-section {margin: 15px auto;display: inline-block;width: 100%;float: right;}

.sidebar-section.section-hr {
	display: flex;
	justify-content: center;
	margin: 25px auto;
}
.sidebar-wrapper hr {
	margin: 0;
	/*float: right;*/
	width: 60px;
}

.sidebar-wrapper .light-btn-wrapper .icon-link-btn {
	margin:0;
}






@media (max-width: 1200px) {
	.container {

		width: 100%;
	}

}


@media (max-width: 992px) {

	.sidebar-link-wrapper {
		margin: 10px;
		width: calc(50% - 20px);
	}
}


.comment-form input#submit {
	background: rgb(255, 255, 255);
	border: 2px solid #222c47;
	color: #222c47;
	border-radius: 0;
	margin-top: 5px;
	padding: 6px 14px !important;
	font-weight: 500;
	font-size: 18px;
}


.related-title {
	font-weight: 700;
	font-size: 30px;
}


.related-link-wrapper h4 {
	/* font-weight: 500; */
	color: #c74d49;
	font-weight: 700;
	font-size: 24px;
}



#arts-wrapper {
	display: flex;
	flex-wrap: wrap;
}


#arts-wrapper .article-cont-short {
	margin: 20px 0;
}

.article-thumb {
	border-radius: 20px;
	overflow: hidden;
	display: inline-block;
	width: 100%;
}

.article-thumb img {
	min-width: 100%;
}

.page-sidebar-content-wrap {
	padding-left: 40px;
	padding-top: 30px;
}

@media (max-width: 992px) {

	#home-articles-slider {

		padding: 0;
	}

	.page-sidebar-content-wrap {
		padding-left: 15px;
		padding-top: 20px;
	}

}

@media (max-width: 600px) {

	#home-featured-arts {
		padding: 0 !important;
	}

}

#menu-omanut {
	max-width: 100%;
	margin: 0;
}


.sidebar-links-cont {
	display: flex;
	flex-direction: column;
}



.sidebar-links-cont .sidebar-link-wrapper {
	flex: 1 0 100%;
}


@media (max-width: 992px) {
	.sidebar-links-cont {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}

	.sidebar-links-cont .sidebar-link-wrapper {
		flex: 1 0 calc(50% - 20px);
	}


}


@media (max-width: 630px) {

	.sidebar-links-cont .sidebar-link-wrapper {
		flex: 1 0 calc(100% - 20px);
	}


}

#about-martial-arts-cont {
	/*min-height: 35vw;*/
	background-size: cover;
	background-position: center center;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5vw 30px;
}

#about-martial-arts-cont-inner {
	background: rgba(255, 255, 255, 0.9);
	min-height: 10vw;
	padding: 50px;
	border-radius: 20px;
	/*-webkit-box-shadow: inset 0px 0px 20px 2px rgba(0,0,0,0.5);*/
	/*-moz-box-shadow: inset 0px 0px 20px 2px rgba(0,0,0,0.5);*/
	/*box-shadow: inset 0px 0px 20px 2px rgba(0,0,0,0.5);*/
	-webkit-box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.2);
}

#about-martial-arts-cont-inner p:last-child {
	/*margin-bottom:0;*/
}

@media screen and (max-width: 600px) {


	#about-martial-arts-cont-inner {

		padding: 30px;
	}

}

.port-item-home a {
	border-radius: 20px;
	overflow: hidden;
	display: inline-block;
	    width: 100%;
}

.port-item-home a > img {
width: 100%;
}

.related-link-wrapper {
	padding: 15px 20px;
}


#cf-wrapper-modal .ajax-loader {
	position: absolute;
	left: -25px;
	top: calc(50% - 4px);
}

input.wpcf7-form-control.wpcf7-submit {
	max-width: unset;
}

#cf-wrapper-modal form > p {
	position: relative;
}


    .article-thumb {
        flex: 0 0 480px;
        margin-left: 10px;
    }

    .martial-art-cont-short {
        display: flex;
        align-items: center;
    }

    .article-wrapper {
        padding: 0 20px;
    }

    .article-wrapper .entry-summary {
        margin: 0;
    }


.content-first-wrapper {
	padding: 40px 0;
	
}

    @media screen and (max-width: 1200px) {
        .article-thumb {
            flex: 0 0 400px;
            margin-left: 10px;
        }
    }

    @media screen and (max-width: 992px) {
        .martial-art-cont-short {
            flex-direction: column;
            margin-bottom: 60px;
        }

        .article-thumb {
            flex: 0 0 auto;
            margin-left: 0;
            width: 100%;
        }

        .article-thumb img{

            width: 100%;
        }
		
		.content-first-wrapper {
	padding: 20px 0;
	
}

    }
	
	
	
@media screen and (max-width: 859px) {
	.top-menu-cont.top-menu-fix {
		    position: fixed;
    width: 100%;
    z-index: 1500;
	}
	
	.main.topped {
    padding-top: 80px;
	}
	
	.page-header {
		    margin-top: 10px;
	}
	
	.page-header > h1, .full-width-wrapper h1 {
    font-size: 36px;
	}
	
	.faq-q-title {
   width: 100%;
    bottom: 0;
    padding: 15px 4%;
	}
	
	.faq-q-title > * {
    font-size: 30px;
}

}

@media screen and (max-width: 600px) {
	.method-excerpt-wrapper .icon-link-btn {
		margin: 30px auto 10px;
		width: 100%;
	}
	
	.article-wrapper {
    padding: 10px 0;
}

.faq-a-cont {
    padding: 25px 25px 15px;
}

.banner-img-cont img {
    height: 15vh;
    max-width: unset;
    object-fit: cover;
}

.faq-q-title > * {
    font-size: 26px;
	margin:0;
}

.full-width-wrapper h1 {
    font-size: 28px;
}

}

@media screen and (max-width: 500px) {
	#about-intro-cont {
		padding: 40px 10px;

	}
	
	.ronly-info-cube-inner {
    padding: 20px 20px 30px;
	}
	
	.martial-art-cont-short {
    flex-direction: column;
    margin-bottom: 60px;
    padding: 0;
}

.faq-q-title > * {
    font-size: 22px;
}

.full-width-wrapper h1 {
    font-size: 25px;
}


}

@media screen and (max-width: 400px) {
	.method-excerpt-wrapper {
    padding: 5px;
	}
	
	.ronly-info-cube {
    min-height: 100%;
    padding: 10px 0;
	}

	#about-martial-arts-cont {
		padding: 5vw 0;
	}
	
	.article-cont-short {
    padding: 10px 5px;
}

.faq-q-title > * {
    font-size: 20px;
}

.full-width-wrapper h1 {
    font-size: 22px;
}

}

.anr_captcha_field {
    height: 0;
    z-index: -10;
    position: relative;
}



 .slider-quote-wrap {
        position: absolute;
        z-index: 10;
        top: 8vw;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        text-align: center;
        background: rgba(0, 0, 0, 0.4);
        display: flex;
        align-items: center;
        justify-content: center;
        padding-bottom: 200px;
    }

    .slider-quote-wrap h1 {

        text-shadow: 0px 0px 50px #000000;
    }


    @media (max-width: 1400px) {
        .slider-quote-wrap {
            padding-bottom: 120px;
        }
    }


