/*
Theme Name: realyoga-response
Theme URI: http://realyoga.co.il/
Author: realyoga.co.il
Author URI: http://realyoga.co.il/
Description: a.shtein@ya.ru
Version: 1.1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: realyoga-response
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.

realyoga-response is based on Underscores http://underscores.me/, (C) 2012-2015 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.com/normalize.css/
*/

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

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on February 25, 2016 */

@font-face {
    font-family: 'andantino-script';
    src: url('font/wf/andantino-script-wf.svg#andantino-scriptregular') format('svg');
    src: url('font/wf/andantino-script-wf.eot'),
    	 url('font/wf/andantino-script-wf.eot?#iefix') format('embedded-opentype'),
         url('font/wf/andantino-script-wf.woff2') format('woff2'),
         url('font/wf/andantino-script-wf.woff') format('woff'),
         url('font/wf/andantino-script-wf.ttf') format('truetype');         
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'Code Pro';
	src: url('font/wf/Code-Pro-Bold.eot');
	src: local('font/wf/Code Pro Bold'), local('font/wf/Code-Pro-Bold'),
		url('font/wf/Code-Pro-Bold.eot?#iefix') format('embedded-opentype'),
		url('font/wf/Code-Pro-Bold.woff') format('woff'),
		url('font/wf/Code-Pro-Bold.ttf') format('truetype'),
		url('font/wf/Code-Pro-Bold.svg#Code-Pro-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
}

@font-face {
    font-family: 'gilroyl';
    src: url('font/wf/gilroy-light-webfont.eot');
    src: url('font/wf/gilroy-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/wf/gilroy-light-webfont.woff2') format('woff2'),
         url('font/wf/gilroy-light-webfont.woff') format('woff'),
         url('font/wf/gilroy-light-webfont.ttf') format('truetype'),
         url('font/wf/gilroy-light-webfont.svg#gilroylight') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'gilroy', arial;
    src: url('font/wf/gilroy-extrabold-webfont.eot');
    src: url('font/wf/gilroy-extrabold-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/wf/gilroy-extrabold-webfont.woff2') format('woff2'),
         url('font/wf/gilroy-extrabold-webfont.woff') format('woff'),
         url('font/wf/gilroy-extrabold-webfont.ttf') format('truetype'),
         url('font/wf/gilroy-extrabold-webfont.svg#gilroyextrabold') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
  font-family: 'FiraSans-Medium';
  src: url('font/firasans-medium.eot?#iefix') format('embedded-opentype'),  url('font/firasans-medium.woff') format('woff'), url('font/firasans-medium.ttf')  format('truetype'), url('font/firasans-medium.svg#FiraSans-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'FiraSans-Light';
  src: url('font/firasans-light.eot?#iefix') format('embedded-opentype'),  url('font/firasans-light.woff') format('woff'), url('font/firasans-light.ttf')  format('truetype'), url('font/firasans-light.svg#FiraSans-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'FiraSans-Bold';
  src: url('font/firasans-bold.eot?#iefix') format('embedded-opentype'),  url('font/firasans-bold.woff') format('woff'), url('font/firasans-bold.ttf')  format('truetype'), url('font/firasans-bold.svg#FiraSans-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
	font-family: 'BebasBold';
	src: url('font/BebasBold.eot');
	src: local('☺'), url('font/BebasBold.woff') format('woff'), url('font/BebasBold.ttf') format('truetype'), url('font/BebasBold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
  font-family: 'BebasNeueBold';
  src: url('font/BebasNeueBold.eot?#iefix') format('embedded-opentype'),  url('font/BebasNeueBold.otf')  format('opentype'),
	     url('font/BebasNeueBold.woff') format('woff'), url('font/BebasNeueBold.ttf')  format('truetype'), url('font/BebasNeueBold.svg#BebasNeueBold') format('svg');
  font-weight: normal;
  font-style: normal;
}


* {
	direction: ltr;
	unicode-bidi: embed;
	margin:0;
	padding:0;
    box-sizing:border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

[lang|=he] * {
	direction: rtl;
	unicode-bidi: embed;
	margin:0;
	padding:0;
   box-sizing:border-box;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
}

body{
	 font-weight: inherit;
	 font-style: inherit;
	 font-size: 100%;
	 font-family: inherit;
	 -webkit-text-size-adjust:100%;
	 -ms-text-size-adjust:100%;
	 -moz-text-size-adjust:100%;
    font:100%/1.5em 'Arial', sans-serif;
    margin: 0 auto;
    max-width: 100%;
}
/* -----   flex media   ---------*/
article, aside, details, figcaption, figure, footer,header,hgroup, main, menu, nav, section, summary, time{
	display: block;
}

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

 /*  ----------- end flex media -------------   */
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: 'Arial', sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {}

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

dfn {	font-style: italic;}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
    	text-align: center;
}


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

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

figure {	margin: 1em 40px;}

hr {	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"] {	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-appearance: textfield;	box-sizing: content-box;}

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
--------------------------------------------------------------*/
button,
input,
select,
textarea {
	color: #404040;
	font-family: 'Arial', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Arial', sans-serif;
	clear: both;
}

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

blockquote {
	margin: 0.5em 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: 'Arial', sans-serif;
	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: 'Arial', sans-serif;
	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 {
	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/ */
	box-sizing: inherit;
}
.container:before,
.container:after,
.row:before,
.row:after,
.clear:before,
.clear:after{
    content:" ";
    display: table;
}

.container:after,
.row:after,
.clear:after{
    clear:both;
}

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


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

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

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

ul {
	list-style: none;
}

ol {
	list-style: none;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

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



/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 0px;
	/*box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);*/
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	/*padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);*/
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	/*border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);*/
}

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;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

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 {

	border: 0px;
}

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

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"] {
	padding: 2px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}
#php_widget-2 {
    border: 1px solid #000;
}
input[type="text"].inputplace {
	border-right: 1px solid #000;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a:link {
    color: #00f; 
}
a:active,
a:hover,
a:focus {
	color: #f00;
}
a:visited {
	color: #808;
}
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 {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	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;
}

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

.menu {
        margin: 0;
        display: block;
}

/*--------------------------------------------------------------
# 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;
}

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

/*--------------------------------------------------------------
# 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;
}
#verticalmarquee-2, #php_widget-2 {
	background: #93c9c9;
}
/* 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;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## 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;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}


.wpapp_ref_value {
        border: 1px solid #000;
        width: 250px;
}


/* 4thGenTemplate*/
.name {
        margin-top: 20px;
}

.brandname {
    margin: 0 auto;
    font-family: "Arial Black","Arial Bold",Gadget,sans-serif;
    font-size: 1.4em;
    font-style: normal;
    font-variant: normal;
    font-weight: 600;
    line-height: 32px;
    color: #069;
    text-align: center;
}
.slogan {
	font-family: 'andantino-script';
	color:#003366;
	font-size: 2em;
	text-align: center;
	line-height: 38px;
}
span.telup {
        margin-left: 15px;
        font-size: 1.3em;
        font-weight: 600;
        text-shadow: none;
        text-align: left;
        font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
        padding: 0px;
        color: #c30;
}
.contt.icon::before {
	content: '';
    background: url('./img/tel-mb.png');
    background-repeat: no-repeat;
    width: 27px;
    height: 27px;
    background-position: 0px 0px;
    display: inline-block;
    position: relative;
    left: 7px;
    top: 5px;
}
.langtell {
        position: relative;
        top: 0px;
}
.langtell-box {

}
.contt.icon {
	display: inherit;
    text-decoration: none;
    text-align: center;
}
.language-chooser {
        margin: 0;
        padding: 0px;
        width: 30px;
        float: none;
        position: absolute;
        right: 10px;
        top: -90px;
}
li.lang-he, li.lang-ru {
        height: 15px;
        line-height: 0;
}

.menu-up_menu-container li, .menu-right_menu-container li {
        margin: 0;
        padding-left: 5px;
}

.menu li {
        display: inline-block;
        width: auto;
        text-align: center;
        vertical-align: bottom;
        line-height: 1;
        padding: 3px 0px 2px;
        margin: 0 5px 0 5px;
}

.menu li a {
        font-size: 1em;
        display: table-cell;
        vertical-align: middle;
        text-decoration: none;
        background: #ffffff;
        border-radius: 1px;
        width: auto;
        height: 35px;
        color: #300;
        padding: 0 10px;
        text-transform: lowercase;
        font-family: 'FiraSans-Medium';
}

#primary-menu {
    text-align: inherit;
    padding: 0 5px;
}
.menu-up_menu-container .current_page_item a, 
.menu-right_menu-container .current_page_item a {
	color: #300;
    background: #099;
}
.cols.col-16.menu {
    width: 100%;
    max-width: 1220px;
    margin: 0;
    font-weight: bold;
    margin-top: 25px;
    margin-bottom: 25px;
}
.navi {
        background-color: #cff;
}
.header {
    background-color: #cff;
}
.head {
		display: flex;
	    flex-direction: row-reverse;
	    flex-wrap: wrap;
	    justify-content: flex-start;
        height: 391px;
        background: #93c9c9;
        background-image: url('./img/headbg.jpg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        margin: 31px 0 0;
}
[lang|=he] .head {
    flex-direction: row;
}

.head-left {
    display: flex;
    align-items: center;
    justify-content: end;
    justify-items: end;
    justify-self: end;
    width: 50%;
}
.head-right {
    display: flex;
    align-items: center;
}
.head-title:before {
    content: "";
    background: url('./img/heart.png');
    background-repeat: no-repeat;
    width: 44px;
    height: 38px;
    background-position: 0px 0px;
    display: inline-block;
    position: relative;
    left: 0px;
    top: -24px;
}
.head-title {
    text-transform: uppercase;
    line-height: 1;
    text-align: center;
    margin: 0;
}
.head-title:after {
    content: '';
}

.cols.col-8.head-right {

}

.head-right .textwidget {
        font-family: 'PT Sans';
        color: #300;
        font-size: 15px;
        font-weight: 500;
        letter-spacing: 0;
        padding-right: 10px;
}
[lang|=he] .header .textwidget {
        width: 45%;
        float: right;
        margin-top: 0px;
        }
.head-right ul li {
    list-style-type: none;
    padding-top: 6px;
}
[lang|=he] .head-right ul li {
        margin-bottom: 25px;
        text-align: right;
}
.head-right ul {
        list-style-image: url("./img/elp.png");
        text-align: left;
        list-style-position: outside;
        margin: 0;
        padding: 0px 0px 0px 22px;
        line-height: 1.4;
}
.head-right {
    
}
.gmap {
    margin-left: 2px;
    margin-right: 2px;
    margin-bottom: 20px;
}
.ftell {
    color: #e21b1b;
    font-size: 1em;
    font-weight: 600;
    font-family: 'Arial', sans-serif;
}
.brandname2 {
	width: 275px;
    margin: 0 auto 3px;
	font-family: 'gilroy', arial;
        font-size: 1.6em;
        font-variant: normal;
        color: #066;
        text-align: center;
        font-weight: bold;
}
.adress {
        font-family: 'PT Sans', sans-serif;
        color: #000;
        font-size: 1.3em;
        font-weight: 400;
        text-align: center;
        line-height: 1.4;
        margin: 0;
}
.contactbox {
        height: 283px;
		background: #8ed6ff; /* Old browsers */
		background: -moz-linear-gradient(45deg,  #8ed6ff 0%, #428fc3 0%, #2e8bce 1%, #3092d9 1%, #2a8fd5 2%, #2f92d5 2%, #2d8ccc 2%, #318fcc 3%, #3090cc 3%, #2a91d3 4%, #2b91cf 5%, #2b91cf 5%, #2f92d3 6%, #2f92d3 11%, #2c93d6 12%, #2c93d6 14%, #2e95d8 14%, #2e95d8 25%, #3097da 26%, #3097da 28%, #2d98de 29%, #2d98de 68%, #2d99da 68%, #2d99da 73%, #2e95d8 74%, #2c93d6 90%, #2f92d3 91%, #2f92d3 96%, #3090cd 96%, #2a91d6 98%, #2b91d3 99%, #308fc9 99%, #338ec7 100%, #4da6de 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(45deg,  #8ed6ff 0%,#428fc3 0%,#2e8bce 1%,#3092d9 1%,#2a8fd5 2%,#2f92d5 2%,#2d8ccc 2%,#318fcc 3%,#3090cc 3%,#2a91d3 4%,#2b91cf 5%,#2b91cf 5%,#2f92d3 6%,#2f92d3 11%,#2c93d6 12%,#2c93d6 14%,#2e95d8 14%,#2e95d8 25%,#3097da 26%,#3097da 28%,#2d98de 29%,#2d98de 68%,#2d99da 68%,#2d99da 73%,#2e95d8 74%,#2c93d6 90%,#2f92d3 91%,#2f92d3 96%,#3090cd 96%,#2a91d6 98%,#2b91d3 99%,#308fc9 99%,#338ec7 100%,#4da6de 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(45deg,  #8ed6ff 0%,#428fc3 0%,#2e8bce 1%,#3092d9 1%,#2a8fd5 2%,#2f92d5 2%,#2d8ccc 2%,#318fcc 3%,#3090cc 3%,#2a91d3 4%,#2b91cf 5%,#2b91cf 5%,#2f92d3 6%,#2f92d3 11%,#2c93d6 12%,#2c93d6 14%,#2e95d8 14%,#2e95d8 25%,#3097da 26%,#3097da 28%,#2d98de 29%,#2d98de 68%,#2d99da 68%,#2d99da 73%,#2e95d8 74%,#2c93d6 90%,#2f92d3 91%,#2f92d3 96%,#3090cd 96%,#2a91d6 98%,#2b91d3 99%,#308fc9 99%,#338ec7 100%,#4da6de 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8ed6ff', endColorstr='#4da6de',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
.mail-link {
        display: block;
        position: relative;
        top: -63px;
        color: #fff;
        font-size: 1.4em;
        font-family: 'gilroyl';
        line-height: 1.6;
        text-decoration: none;
}
.tel-link {
        display: block;
        position: relative;
        top: -63px;
        color: #fff;
        font-size: 1.5em;
        font-family: 'gilroyl';
        line-height: 1.6;
        text-decoration: none;
}
.tel-link:hover,
.mail-link:hover {
        color: #000;
}
.fadr {
        margin-bottom: 75px;
}
.contactbox:before {
    content: "";
    background: url('./img/foot-icon.png');
    background-repeat: no-repeat;
    width: 128px;
    height: 108px;
    background-position: 0px 0px;
    display: inline-block;
    position: relative;
    left: 0px;
    top: -63px;
}
.contfb, .conty, .contg {
    width: 62px; height: 61px; 
    display: inline-block;
    position: relative;
    top: -42px; 
}
.contfb:hover, .conty:hover, .contg:hover {
    width: 62px; height: 61px; 
    display: inline-block;
    position: relative;
    top: -43px; 
}
.contfb, .conty {
    margin-right: 12px;
}
.contfb {
    background: url('./img/icon-fb.png');
    
}
.conty {
    background: url('./img/icon-you.png');
    
}
.contg {
    background: url('./img/icon-gplus.png');
    
}
.gmaps {
        background: #fff;
}
.head-title1,
.head-title3 {
        font-family: 'Code Pro', 'sans-sefir';
        font-size: 1.8em;
        color: #066;
        line-height: 0px;
}
.head-title3 {
	font-size: 1.5em;
}
.head-title2 {
    color: #390;
    line-height: 1.7;
    font-size: 1.3em;
}
/* *************** main ******************* */ 

.title-main {
        text-align: center;
        color: #000;
        font-weight: 600;
        margin-bottom: 15px;
        font-size: 0.9em;
        width: 100%;
        line-height:1.2;
        
}
.gray{
        background: #e7e7cf;
        padding: 50px 0;
}
.video-text { 
   font-size: 0.9em;
   text-align: center;
   line-height: 1.3;
}

#wpcf7-f1803-p4-o1 {
        border: 1px solid #000;
        border-radius: 15px;
        margin: 1em 0;
}
.form71b {
	line-height: 1;  
	width: 275px;
}
.form71 input[type="text"], 
.form71 input[type="email"] { 
	width: 270px;
}

.form7m {
	line-height: 1.2; 
	color: #52c347; background-color: white; 
	color:#52c347; 
	height: 65px; 
	text-align: center; 
	margin-bottom: 25px; 
	font-weight: 600; 
	font-size: 1.2em;
}
.form7m span { 
	font-size: 0.9em; 
	line-height: 1;
	}
.form71 {
	text-align: center;
	font-size: 0.9em;
	margin-top: 10px;
}
.form71 input[type="text"], 
.form71 input[type="email"] {    
	border: 1px solid black; 
	height: 24px;   
	width: 260px;
}
.form71b {
	line-height: 1.4;
	margin: 18px auto;
	font-weight: 600; 
	overflow: visible; 
	font-family: 'Arial',sans-serif; 
	height: 64px; 
	text-align: center; 
	width: 270px; 
	font-size: 1em; 
	color: white;
	background: #5ddc84;
	background: -moz-linear-gradient(top,  #5ddc84 0%, #00cf56 2%, #17d468 3%, #00d466 5%, #00cb4c 48%, #00c741 51%, #00c63c 54%, #00c73d 59%, #00c232 95%, #00c533 98%, #00ad13 100%);
	background: -webkit-linear-gradient(top,  #5ddc84 0%,#00cf56 2%,#17d468 3%,#00d466 5%,#00cb4c 48%,#00c741 51%,#00c63c 54%,#00c73d 59%,#00c232 95%,#00c533 98%,#00ad13 100%);
	background: linear-gradient(to bottom,  #5ddc84 0%,#00cf56 2%,#17d468 3%,#00d466 5%,#00cb4c 48%,#00c741 51%,#00c63c 54%,#00c73d 59%,#00c232 95%,#00c533 98%,#00ad13 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5ddc84', endColorstr='#00ad13',GradientType=0 );
	margin-bottom: 9px;
	border-radius: 5px;
	border-bottom: 2px solid #3a9631;
	box-shadow: 0 10px 6px -6px #777;
}
.form71b input[type="submit"]{
	color:white;
	background-color:#4dc142;
	font-size:1em;
	height: 44px;
	font-size: 0;
	background: none;
	position: relative;
	top: -47px;
	width:100%;
}
.wpcf7-form {
        padding: 22px 0;
}
#post-4 ul li:before{content: " ";
	display: table;
	float: left;
	width: 22px;
	height: 22px;
	margin-left: -33px;
	background: url('./img/elp.png') no-repeat;
}
#post-4 h1 {
	color: #4d3b3b;
}
#post-4 h2 {
	color: #390;
	font-family: 'gilroy', arial;
	text-align: center;
	font-size: 1.8em;
	font-weight: 900;
	word-break: break-word;
	padding-left: 5px;
	line-height: 1;
	margin: 1em 0;
}
#post-4 {
	font-family: Arial;
}
#post-4 ul li {
	color: #4d3b3b;
	margin: 6px 0;    
	font-size: 1em;    
	font-weight: 500;
}
#post-4 .ourcurs-r1, 
#post-4 .ourcurs-r2, 
#post-4 .ourcurs-r3 {
	float:left;
	margin-top: -20px;
	background-repeat: no-repeat;
	width: 365px;
	height: 274px;
	background-size: cover;
}
.otziv {
   background-color: #e7e7cf;
   padding: 1em 5px;
}
.mar-top {
	margin-top: 1em;
}
.sign1 {
   text-align: left;
   margin: 0.5em 0;
}
.sign2 {
   text-align: right;
   margin: 0.5em 0;
}
.otziv-text {
	text-align:justify;
	padding: 0 20px;
}
.otziv1,
.otziv2 {
        margin: 7em 2em;
}
.zvonite {
        background-color: #e7e7cf;
        padding: 1.5em;
        text-align: center;
        margin-bottom: 10px;
}
.zvonite p {
	font-weight: 600;
   color: #630;
}
.paragraf {
	padding: 0 5px;
}
.h2l span,
h2 span {
    color: #f60;
}

@media screen and (min-width: 140px) and (max-width: 820px){
	.contfb, .conty, .contg {
        top: 0px;
	}
	.contfb:hover, .conty:hover, .contg:hover {
    top: -1px; 
	}
}
#frmPaymentdiscmeditationhe p  {
   text-align: right;
}
.pdfjs-viewer {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


