/*
Theme Name: Halcyon
Author: Konstantin Polosin
Author URI: https://www.linkedin.com/in/konstantinpolosin
Description: Children garden Wordpress dev theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: halcyon
Tags: Children garden

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.
*/

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

dfn {
	font-style: italic;
}

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

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

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

p {
	margin-bottom: 1.5em;
}

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

body {
	background: #fff;
	font-size: 16px;
	line-height: 30px;
	/*color: #787f86;*/
	color: #444;
	font-family: 'Lato', sans-serif;
}

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: 1em 0 1.5em 0em;
	padding: 0 0 0 1.5em;
}

ul {
	/*list-style: disc;*/
	list-style: none;
	/*list-style-color:red;*/
}

ol {
	list-style: decimal;
}

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

li:before {
	position: absolute;
  content: "\f054"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  color: #fff;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
  font-size: 10px;
  font-weight: bold;
  -webkit-transition: ease-in 0.4s;
    -moz-transition: ease-in 0.4s;
    -o-transition: ease-in 0.4s;
    transition: ease-in 0.4s;
}

#site-navigation li:before{
	content: none !important;
}

li:hover:before{
	margin-left: -0.8em;
	 -webkit-transition: ease-out 0.4s;
    -moz-transition: ease-out 0.4s;
    -o-transition: ease-out 0.4s;
    transition: ease-out 0.4s;
}

.about_text_block_top_line{color: #fff;}
.about_text_block_top_line:before{
	position: absolute;
    content: "";
    border-top: 2px solid #fff;
    width: 7em;
    margin-top: -15px;
  -webkit-transition: ease-in 0.4s;
    -moz-transition: ease-in 0.4s;
    -o-transition: ease-in 0.4s;
    transition: ease-in 0.4s;
}
.about_text_block_top_line:hover:before{
	width: 15em;
	-webkit-transition: ease-in 0.4s;
    -moz-transition: ease-in 0.4s;
    -o-transition: ease-in 0.4s;
    transition: ease-in 0.4s;
}

ul > li > p{
	padding-left: 10px;
}

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. */
}

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 0px solid;
	/*border-color: #ccc #ccc #bbb;*/
	/*border-radius: 3px;*/
	/*background: #e6e6e6;*/
	/*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: .4em 1em .4em;
	text-shadow: 0 0px 1px rgba(255, 255, 255, 0.8);
	    outline: none;
}
#cf_btn_submit{
	-webkit-transition: ease-in 0.4s;
    -moz-transition: ease-in 0.4s;
    -o-transition: ease-in 0.4s;
    transition: ease-in 0.4s;
}

#cf_btn_submit:hover{
	background-color: #EA8D3F;
	-webkit-transition: ease-in 0.4s;
    -moz-transition: ease-in 0.4s;
    -o-transition: ease-in 0.4s;
    transition: ease-in 0.4s;
}

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"]{
	color: #666;
	border: none;
	/*border: 1px solid #ccc;*/
	border-bottom: 2px solid #b9c71c;
	/*border-radius: 3px;*/
	    font-size: 18px;
    width: 100%;
        line-height: 2.1;
        background: transparent;
}

textarea{
	color: #666;
	/*border: none;*/
	background: #efebec;
	/*border-bottom: 2px solid #b9c71c;*/
	border-radius: 25px;
	background: rgb(255, 255, 255);

}

.cf_phone{
	border: none;
	border-bottom: 2px solid #b9c71c;
	font-size: 18px;
    width: 100%;
        line-height: 2.1;
        background: transparent;
}

.cf_phone:focus{
	outline: none;
}

#contact_form_1{
	font-style: italic;
}

#contact_form_1 h4{
	/*margin: 20px 0;*/
	/*line-height: 2;*/
}



input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
	outline: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="password"],
input[type="search"] {
	padding: 3px;
	padding-left: 20px;
}

textarea {
	padding-left: 3px;
	width: 100%;
	padding: 5px 50px;
	font-size: 15px;
	height: 170px;
		border: 1px solid 999;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color:#1ab293;
	text-decoration: none;

}

a:hover,
a:focus,
a:active {
	/*text-decoration: underline;*/
}

a:focus {
	outline:none;
}

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;
	margin: 0 20px;*/
	/**/
	display: inline-block;
    margin: 0 auto;
    text-align: center;
    padding: 0 20px;
}

.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;
	}
	.cosial_top{
	padding-top: 0px;
	/**/
	float: right;	
	}
}

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

#logo_block{

}


#top_logo_block{
	/*position: absolute;
    z-index: 999;
    top: 5px;
    left: 50px;*/



        position: absolute;
    z-index: 999;
    /* top: 155px; */
    left: -15px;
    background: #ce89bf;
    /* background-position: 0% 120%; */
    width: 100%;
    /* height: 300px; */
    border-radius: 0% 0% 200% 1%;
}

#logo_block img{
	/*width: 180px;
	height: auto;*/


	    width: 50%;
    margin: 10px 0 60px 30px;
    height: auto;
    display: block;
     -webkit-filter: drop-shadow(0px 2px 0px #fff) drop-shadow(-2px -2px 0px #fff) drop-shadow(2px 0px 0px #fff);
  filter: drop-shadow(0px 2px 0px #fff) drop-shadow(-2px -2px 0px #fff) drop-shadow(2px 0px 0px #fff);

}

.wpb_revslider_element{
	margin-bottom: 0px !important;
}

.about_text_block p,
.about_text_block_top_line p{
	color: #fff;
    margin-bottom: 0px;
    line-height: 2.8ex;
    font-weight: 500;
    font-size: 17px;
}

#about ul{
	margin: 0 0 0em 1em;
}


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

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

.site{
	background: #fff;
	background: url(images/bg_main.png);
	background-repeat: repeat-y;
	background-position: top center;
	/*background-size: cover;*/
	background-attachment: fixed;
	background-size: 100% auto;

}

.custom-background-color .site,
.custom-background-image .site{margin: 20px;}

.container{
	width: 1170px;
	margin: 0 auto;
	padding-left:15px;
	padding-right: 15px;
	/**/
	
}

.header-bottom .container{
	background-color: #ce89bf;
	min-height: 90px;
}

a[href^=tel] { color: #fff !important; text-decoration: none; }

#top_bar span{
	color: #FFF !important;
}

#top_bar .line_up {
	width: 1px;
    height: 15px;
    background: rgba(128, 128, 128, 0.42);
    display: inline-block;
}

#top_bar i{
	color: #fff;
    padding: 5px 10px;
    /*border-right: 1px solid grey;*/
    display: inline-block;
    /*-moz-border-radius: 100px;*/
    /*-webkit-border-radius: 100px;*/
    /*border-radius: 100px;*/
    /*-moz-box-shadow: 0px 0px 2px #888;
    -webkit-box-shadow: 0px 0px 2px #888;
    box-shadow: 0px 0px 2px #888;*/
}

#top_bar i:hover{
	color: rgba(255, 255, 255, 0.8);
}


.container:after{
	display: block;
	content: '';
	clear: both;
}
.row{
	margin-left: -15px;
	margin-right: -15px;
}
.row:after{
	content:'';
	display: block;
	clear: both;
}
.site-header .header-top{
	margin: 0 auto;
	/*background: #000;*/
	    background: #b6cf33;
	box-shadow: 1px 1px 3px #555;
	/**/
	    display: block;
	border-radius: 0px 0px 50px 50px;
	    /*position: absolute;*/
    width: auto;
    min-width: 100%;
    z-index: 9999;
}

#top_bar{

	color: #fff !important;
	font-size: 20px;
	text-align: center;
	font-family: Lato;
	line-height: 1.8em;
	font-weight: 500;
	height: auto;
	min-height: 40px;
}

.site-header .header-top .social-network-section{
	float: right;
}
.site-header .header-top .social-network-section .social-networks{
	margin: 0;
	padding: 6px 0 0;
	list-style: none;
	display: inline-block;
	margin-left: 30px;
}
.site-header .header-top .social-network-section span{
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
	display: inline-block;
	margin: 0;
	color: #34495e;
	font-weight: 500;
	font-size: 12px;
	line-height: 16px;
	padding-top: 16px;
	float: left;
}
.site-header .header-top .social-network-section .social-networks:after{
	content: '';
	display: block;
	clear: both;
}
.site-header .header-top .social-network-section .social-networks li{
	float: left;
	list-style: none;
	margin-left: 24px;
}
.site-header .header-top .social-network-section .social-networks li:first-child{
	margin-left: 0;
}
.site-header .header-top .social-network-section .fa{
	font-size: 14px;
	line-height: 18px;
	color: #2e4154;
}
.site-header .header-top .social-network-section .fa:hover{
	color: #1bbc9b;
}
.site-header .header-top .social-network-section .form-section{
	height: 46px;
	width: 45px;
	background: #eaebe6;
	float: right;
	margin-left: 29px;
	padding: 16px 0 0 16px;
}
.site-header .header-top .social-network-section .form-section{
	position: relative;
}
.site-header .header-top .social-network-section .form-section .example form{
	position: absolute;
	right: 0;
	top:98%;
	z-index:9999;

}
/*.site-header .header-top .social-network-section .form-section form{
	background: 
}*/

.site-header .container .col-md-7{
	min-height: 0px;
}

.site-header .header-top .social-network-section .form-section form input[type="search"]{
	border: 0;
	width: 200px;
	border-radius: 0;
	padding: 5px;
	background: #eaebe6;
}
.example{
	display: none;
}
.header-bottom{
	/*background: #fff;*/
}
.header-bottom:after{
	display: block;
	content: '';
	clear: both;
}
.site-branding{
	float: left;
	margin-top: 20px;
}
.site-branding h1{
	margin: 0;
}
.site-branding h1 a{
	font-size: 30px;
	color: #1bbc9b;
	line-height: 34px;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
}
.site-branding p{
	margin: 0;
}
.main-navigation{
	/*float: right;*/
	/*width: auto;*/
	clear: none;
	margin: 2ex 0 1ex 0;
}
.main-navigation ul li a{
	/*text-transform: capitalize;*/
	color: #fff;
	/*padding:37px 21px;*/
	/*margin: 0 25px;*/
	font-family: 'Roboto';
	font-weight: 400;
	font-size: 17px;
	line-height: 18px;
	text-align: left;
	/*border-right: 1px solid #ebedef;*/
}
.main-navigation ul ul{
	background: #f8f8f8;
	top: 100%;
	border-top: 2px solid #1bbc9b;
}
.main-navigation ul ul li{
	border-bottom: 1px solid #e8eaed;
}
.main-navigation .menu{
	margin-bottom: 0;
	/**/

	margin: 0 auto;
    display: block;
    text-align: center;
}
.main-navigation ul ul li a{
	padding: 11px 20px;
	border: 0;
}
.main-navigation ul li .fa{
	font-size: 12px;
	line-height: 16px;
	color: #2c3e50;
	display: inline-block;
	position: absolute;
	top:70%;
	left:47%;
}
.main-navigation ul ul li:last-child{
	border: 0;
}
.main-navigation ul li a:hover, .main-navigation ul .current-menu-item, .main-navigation ul li:hover > a{
	/*background: #1bbc9b;*/
	text-decoration: none; /* Убираем подчеркивание */
    border-bottom: 1px dashed #fff;
}
.main-navigation ul:after{
	content:'';
	display: block;
	clear: both;
}
.main-navigation ul .menu-item-has-children:after{
	font-family: 'FontAwesome';
	position: absolute;
	left: 45%;
	bottom: 0;
	content: "\f107";
	color: #000;
	font-size: 15px;
}
.main-navigation ul ul .menu-item-has-children:after{
	content: "\f105";
	left: 90%;
	top: 0;
}

/*light slider styles starts*/
.slider{
	margin-bottom: -9px;
}
.slider img{
	width: 100%;
}
.slider #lightSlider li{
	position: relative;
}
#lightSlider li .banner-text{
	position: absolute;
	bottom: 30%;
	width: 100%;
	text-align: left;
	z-index: 9999;
}
.slider .lSAction > .lSPrev{
	width: 21px;
	height: 35px;
	background: url(images/prev.png) no-repeat;
}
.slider .lSAction > .lSNext{
	width: 21px;
	height: 35px;
	background: url(images/next.png) no-repeat;
}
.slider .lSAction > a{
	opacity: 0;
}
.slider:hover .lSAction > a{
	opacity: 1;
}
.slider .lSSlideOuter .lSPager.lSpg > li a{
	height: 10px;
	width: 10px;
	border-radius:50%;
	border:1px solid #fff;
	box-shadow: none;
	background: none;
}
.slider .lSSlideOuter {
	position: relative;
}
.slider .lSPager.lSpg{
	margin-top: 0;
	position: absolute;
	left: 48%;
	bottom: 5%;
}
.slider .lSSlideOuter .lSPager.lSpg > li:hover a, 
.slider .lSSlideOuter .lSPager.lSpg > li.active a{
	background: #fff;
}
.banner-text .text{
	width: 442px;
	text-transform: uppercase;
}
.banner-text .text span{
	background: #54555a;
	font-size: 12px;
	line-height: 24px;
	color: #e8f3ff;
	padding: 8px 35px;
	display: inline-block;
	margin-bottom: 2px;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
}
.banner-text .text h2{
	background: #f3e4db;
	font-size: 28px;
	line-height: 38px;
	color: #34495e;
	padding: 23px 25px;
	margin: 0;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	margin-bottom: 10px;
}
.banner-text .read-more{
	background: #1bbc9b;
	padding: 6px 22px;
	display: inline-block;
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	text-decoration: none;
}
.banner-text .read-more:hover{
	background:#106e5b;
	text-decoration: none;
}
/*light slider styles ends*/

.site-content{
	/*background: #f7f8f3;*/
	/*padding-top: 60px;*/
}
.top-section{
	margin-bottom: 40px;
	padding-top: 20px;

}
.top-section .section-title{
	text-align: center;
	margin:0 0 30px;
	color: #34495e;
}
.top-section ul li{
	list-style: none;
	float: left;
	margin-left: 30px;
}
.top-section ul li:first-child{
	margin-left: 15px;
}
.top-section .text .text-content ul:after{
	display: block;
	content: '';
	clear: both;
}
.top-section img{
	vertical-align: top;
}
.top-section .post{
	padding-bottom: 36px;
}
.top-section ul li .post{
	background: #fff;
	padding-bottom: 30px;
}
.byline, .updated:not(.published){
	display: inline-block;
}
.post, .page{
	background: #fff;
}
.post .category{
	display: block;
	margin-bottom: 18px;
}

.top-section .post .category{
	margin: 0;
}
.post .entry-title{
	margin-bottom: 20px;
	padding:0 20px;
}
.single-post .entry-title{
	padding-left: 0;
}
.top-section .post .entry-title{
	margin: 0;
}
.top-section .post .entry-meta{
	margin-bottom: 0;
}
.top-section .column{
	width: 33.33%;
	padding-left: 15px;
	padding-right: 15px;
	/*margin-left: -15px;
	margin-right: -15px;*/
	float: left;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#primary .post .entry-header, .page .entry-header{
	position: relative;
	margin-top:-42px;
	margin-left: 30px;
	margin-right: 30px;
	padding-top: 38px;
}
#primary .post.no-featured-image .entry-header{margin-top: 0;}
 #secondary .widget_recent_entries .post.post-style .entry-header{
	position: relative;
	margin-top:-23px;
	margin-left: 15px;
	margin-right: 15px;
	padding-top: 18px;
 }
.post .entry-header{
	background: #fff;
	text-align: center;
}
#primary{
	/*padding-bottom: 60px;*/
}
#primary .post .entry-header:after{
	position: absolute;
	width: 70px;
	height: 1px;
	background: #ebedef;
	top: 100%;
	left: 44%;
	content: '';
	margin-top: 14px;
}
#primary .post .entry-content{
	border-bottom: 1px solid #ebedef;
}


.top-section .post .entry-header{
	margin-left: 15px;
	margin-right: 15px;
	margin-top:-30px;
	padding-top: 10px;
	position: relative;
}
.post .category a{
	color: #1ab293;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 17px;
}
.post .category a:hover{
	color: #787f86;
}
.top-section .post .category a{
	font-size: 12px;
	line-height: 16px;
}
.post-thumbnail{
	display: block;
}
.post .entry-title a{
	color: #34495e;
	font-weight: 600;
	font-family: 'Raleway', sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 28px;
	line-height: 32px;
}
.top-section .post .entry-title a{
	font-size: 21px;
	line-height: 25px;
}
.post a:hover{
	color: #1bbc9b;
}
.post .entry-meta span{
	color: #a8b0b4;
	font-style: italic;
	font-size: 14px;
	line-height: 18px;
}
.post .entry-meta span a{
	color: #a8b0b4;
	font-style: italic;
	font-size: 14px;
	line-height: 18px;
}
.post .entry-meta span a:hover{
	color: #787f86;
}
.post .entry-content, .page .entry-content{
	text-align: center;
	/**/
	/*padding: 0 36px;*/
	/*padding: 0 0px;*/
}

.vc_column_container>.vc_column-inner{
	/*padding-right: 0px;
	padding-left: 0px;*/
}

.top-section .post .entry-meta span a{
	font-size: 12px;
	line-height: 15px;
}
#primary{
	width: 66.67%;
	float: left;
	/*padding-left: 15px;*/
	/*padding-right: 15px;*/
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#secondary{
	width: 33.33%;
	float: right;
	padding-left: 15px;
	padding-right: 15px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#primary .post{
	margin-bottom: 40px;
}
#primary .advertisement{
	margin-bottom: 40px;
}
#primary .advertisement a{
	display: block;
}
.post .bottom-content{
	text-align: center;
	padding: 30px 32px;
}
.post .bottom-content:after{
	display: block;
	content: '';
	clear: both;
}
.post .bottom-content .entry-meta{
	float: left;
}
.post .bottom-content .entry-meta span a{
	margin-right: 6px;
}
.post .bottom-content .read-more{
	margin-right: 97px;
}
.post .bottom-content .read-more,
.widget-area .widget.widget_halcyon_recent_post .read-more,
.widget-area .widget.widget_halcyon_popular_post .read-more{
	display: inline-block;
	border-right: 1px solid #1bbc9b;
	border-left: 1px solid #1bbc9b;
	color: #1ab293;
	font-size: 14px;
	line-height: 24px;
	padding: 0 18px;
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
}
.post .bottom-content .read-more:hover,
.widget-area .widget.widget_halcyon_recent_post .read-more:hover,
.widget-area .widget.widget_halcyon_popular_post .read-more:hover{
	color: #787f86;
}
.post .bottom-content .social-networks{
	margin: 0;
	padding: 0;
	float: right;
}
.post .bottom-content .social-networks:after{
	display: block;
	content: '';
	clear: both;
}
.post .bottom-content .social-networks li{
	float: left;
	list-style: none;
	margin-left: 24px;
}
.post .bottom-content .social-networks li:first-child{
	margin-left: 0;
}
.post .bottom-content .social-networks .fa:hover{
	color: #1bbc9b;
}
.post .bottom-content .social-networks .fa{
	color: #2e4154;
	font-size: 14px;
	line-height: 18px;
}
#secondary .widget{
	padding: 0 20px;
	padding-top: 26px;
	padding-bottom: 40px;
	margin-bottom: 28px;
	background: #fff;
	text-align: center;
}
.widget-area .advertisement{
	margin-bottom: 28px;
}
.widget-area .widget.widget_search{
	padding: 0;

}
.widget-area .widget.widget_search form{
	border: 1px solid #dde1e5;
	border-right: 0;
	height: 56px;
	background: #fff;
}
.widget-area .widget.widget_search form input[type="search"]{
	border-radius: 0;
	font-size: 13px;
	line-height: 24px;
	color: #a8b0b4;
	float: left;
	border: 0;
	background: none;
	padding:4px 16px;
	width: 72%;
	height: 46px;
}
.widget-area .widget.widget_search form input[type="submit"]{
	background: url(images/search-icon.png) no-repeat 41% 48% #1bbc9b;
	box-shadow: none;
	text-indent:-9999px;
	border: 0;
	border-radius: 0;
	font-size: auto;
	/*padding: 21px 26px;*/
	float: right;
	width: 17%;
	height: 54px;
	padding: 0;
}
#secondary .widget .widget-title{
	text-transform: uppercase;
	font-size: 16px;
	line-height: 24px;
	color:#1ab293;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	position: relative;
	margin-top: 0;
	margin-bottom: 20px;
}
#secondary .widget .widget-title:after{
	position: absolute;
	background: #48c1a9;
	content: '';
	height: 1px;
	width: 30px;
	top: 100%;
	left: 44%;
}
.widget-area .widget.widget_halcyon_featured_post a{
	display: block;
	margin-bottom: 20px;
}
.widget-area .widget.widget_halcyon_featured_post .text-holder{
	text-align: center;
	font-size: 14px;
	line-height: 26px;
}
.widget-area .widget.widget_halcyon_featured_post .name{
	display: block;
	font-size: 14px;
	line-height: 24px;
	color: #34495e;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
}
.widget-area .widget.widget_halcyon_featured_post .profession{
	display: block;
	color: #a8b0b4;
	font-size: 12px;
	line-height: 24px;
	font-style: italic;
}
.widget-area .widget ul{
	margin: 0;
	padding: 0;
}
.widget_area .widget.widget_archive ul li{
	float: left;
}
.widget-area .widget ul li{
	list-style: none;
}
.widget-area .widget.widget_halcyon_social_links ul li{
	float: left;
	margin-left: 10px;
	border-bottom: 0;
}
.widget-area .widget.widget_halcyon_social_links ul:after{
	display: block;
	content: '';
	clear: both;
}
.widget-area .widget.widget_halcyon_social_links ul li:first-child{
	margin-left: 0;
}
.widget-area .widget.widget_halcyon_social_links ul li .fa{
	font-size: 13px;
	line-height: 30px;
	color: #fff;

}
.widget-area .widget.widget_halcyon_social_links ul li a{
	height: 30px;
	width: 30px;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
}
.widget-area .widget.widget_halcyon_social_links ul li .facebook-icon{
	background: #3b5998;
}
.widget-area .widget.widget_halcyon_social_links ul li .twitter-icon{
	background: #55acee;
}
.widget-area .widget.widget_halcyon_social_links ul li .pinterest-icon{
	background: #cc2127;
}
.widget-area .widget.widget_halcyon_social_links ul li .instagram-icon{
	background: #3f729b;
}
.widget-area .widget.widget_halcyon_social_links ul li .rss-icon{
	background: #f26522;
}
.widget-area .widget.widget_halcyon_social_links ul li .dribbble-icon{
	background: #ea4c89;
}
.widget-area .widget.widget_halcyon_social_links ul li .linkedin-icon{
	background: #0177b5;
}
.widget-area .widget.widget_halcyon_social_links ul li .google-plus-icon{
	background: #dd4b39;
}
.widget-area .widget.widget_halcyon_social_links ul li a{
	padding: 0;
}
.widget-area .widget.widget_subscribe form input[type="text"]{
	border: 1px solid #dde1e5;
	border-radius: 0;
	height: 46px;
	font-size: 13px;
	line-height: 24px;
	color: #a8b0b4;
	width: 100%;
	margin-bottom: 10px;
	text-align: center;
}
.widget-area .widget.widget_subscribe form input[type="submit"]{
	width: 100%;
	border: 0;
	box-shadow: none;
	height: 46px;
	color: #fff;
	font-size: 13px;
	line-height: 24px;
	background: #1bbc9b;
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
}
.widget-area .widget.widget_subscribe form input[type="submit"]:hover{
	background: #117661;
}
.widget-area .widget.widget_halcyon_recent_post,
.widget-area .widget.widget_halcyon_popular_post{
	padding-left: 0;
	padding-right: 0;
}
.widget-area .widget.widget_halcyon_recent_post .entry-header,
.widget-area .widget.widget_halcyon_popular_post .entry-header{
	padding:8px 0 0;
	text-align: center;
	position: relative;
	margin-top: -25px;
	margin-left: 15px;
	margin-right: 15px;
	padding-top: 18px;
}
.widget-area .widget.widget_halcyon_recent_post .entry-title,
.widget-area .widget.widget_halcyon_popular_post .entry-title{
	margin:0;
}
.widget-area .widget.widget_halcyon_recent_post .entry-title a,
.widget-area .widget.widget_halcyon_popular_post .entry-title a{
	font-size: 14px;
	line-height: 18px;
}
.widget-area .widget.widget_halcyon_recent_post .entry-content,
.widget-area .widget.widget_halcyon_popular_post .entry-title a{
	margin-top: 0;
}
#secondary .widget.widget_halcyon_recent_post .post,
#secondary .widget.widget_halcyon_popular_post .post{
	padding: 0 0 15px;
	margin-bottom: 15px;
}
.widget-area .widget.widget_categories ul{
	text-align: left;
}
.widget-area .widget ul li a{
	color: #34495e;
	font-size: 14px;
	line-height: 22px;
	text-transform: uppercase;
	padding:8px 0 0;
}
.widget-area .widget.widget_categories ul li:after{
	display: block;
	content: '';
	clear: both;
}
.widget-area .widget ul li{
	border-bottom: 1px solid #ebedef;
	padding:15px 0 15px;
}
.widget-area .widget.widget_categories ul li:last-child{
	border: 0;
}
.widget-area .widget.widget_categories ul li,
.widget-area .widget.widget_archive ul li{
	text-align: right;
}
.widget-area .widget.widget_categories ul li a,
.widget-area .widget.widget_archive ul li a{
	float: left;
}
.widget-area .widget.widget_categories ul li span{
	/*float: right;*/
	padding: 10px 0;
}
.widget-area .widget ul li a:hover{
	color: #1ab293;
}
.widget-area .widget_tag_cloud .tagcloud{
	text-align: left !important;
}
.widget-area .widget.widget_calendar caption{
	text-align: center;
}
.widget-area .widget_tag_cloud a{
	display: inline-block;
	color: #627281;
	font-size: 14px;
	border: 1px solid #bac4cd;
	text-transform: uppercase;
	padding: 5px 7px;
	margin: 0 4px 3px 0;
}
.widget-area .widget_tag_cloud a:hover{
	color: #fff;
	background: #1ab293;
}
.navigation.pagination .nav-links{
	text-align: center;
}
.navigation.pagination .nav-links .page-numbers{
	font-size: 14px;
	line-height: 30px;
	color: #787f86;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	border: 1px solid #ced4d5;
	border-radius: 4px;
	padding: 4px 12px;
	margin-right: 6px;
	display: inline-block;
}
.navigation.pagination .nav-links .page-numbers:hover{
	background: #1bbc9b;
}
.navigation.pagination .nav-links .page-numbers.current{
	background: #1bbc9b;
}
.site-footer .column{
	width: 33.33%;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.site-footer{
	padding: 0 0 0;
}
.site-footer .widget-area{
	background: #152837;
	padding: 46px 0 54px;
}
.site-footer .site-info{
	/*background: #f7f8f3;*/
	background-color: #fff;
	padding-bottom: 50px !important; 
}
.site-footer .widget-title{
	text-transform: uppercase;
	color: #fff;
	font-size: 16px;
	margin-top: 0;
	line-height: 24px;
	margin-bottom: 30px;
}
.site-footer .widget.widget_recent_entries{
	margin-bottom: 0;
}
.site-footer .widget .post-thumbnail{
	float: left;
	margin-right: 11px;
	width: 110px;
}
.site-footer .widget .entry-header{
	overflow: hidden;
	margin-top: 0;
}
.site-footer .widget .entry-header .entry-title a{
	font-size: 14px;
	line-height: 20px;
	color: #cbd0d4;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	display: inline-block;
	text-transform: uppercase;
}
.site-footer .widget .post{
	background: none;
	border-bottom: 1px solid #5c6973;
	padding:0 0 15px;
	margin-bottom: 15px;
}
.site-footer .widget .post .entry-header{
	margin: 0;
    overflow: hidden;
    padding: 0;
    text-align: left;
	background: none
}
.site-footer .widget .post .entry-header .entry-title{padding: 0;}
.site-footer .widget .post .entry-content,
.site-footer .widget .post .read-more{display: none;}
.site-footer .widget .post .post-thumbnail{
	display: block;
}
.site-footer .widget .entry-header .entry-title a:hover{
	color: #1bbc9b;
}
.site-footer .widget .entry-header .entry-meta span a{
	color: #bac2c9;
	font-size: 12px;
	line-height: 16px;
	font-style: italic;
	display: block;
}
.site-footer .widget .entry-header .entry-meta span a:hover{
	color: #1bbc9b;
}
.site-footer .widget_photo_gallery ul{
	margin-left: -8px;
	margin-right: -8px;
}
.site-footer .widget_photo_gallery ul li{
	width: 33.33%;
	padding-left: 8px;
	float: left;
	padding-right: 8px;
	margin-bottom: 8px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.widget-area .widget.widget_halcyon_flickr_stream:after{
	display: block;
	clear: both;
	content: '';
}
.widget-area .widget.widget_halcyon_flickr_stream .flickr_badge_image{
	width: 25%;
	padding-left: 8px;
	float: left;
	padding-right: 8px;
	margin-bottom: 8px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.widget-area .widget.widget_halcyon_flickr_stream .flickr_badge_image a{
	display: inline-block;
}
.site-footer .widget_photo_gallery ul li a{
	display: block;
	padding: 0;
}
.site-footer .widget ul li{
	border: 0;
	padding: 0;
}
.site-footer .widget ul li a{
	color: #787f86;
	padding: 0;
}
.site-footer .widget form input[type="text"], .site-footer .widget form input[type="email"]{
	height: 46px;
	border: 1px solid #44535f;
	background: none;
	width: 100%;
	border-radius: 2px;
	font-size: 13px;
	line-height: 20px;
	color: #a5b0b9;
	margin-bottom: 10px;
}
.site-footer .post:after{
	display: block;
	content: '';
	clear: both;
}
.site-footer .widget form textarea{
	width: 100%;
	background: none;
	border: 1px solid #44535f;
	border-radius: 2px;
	resize:none;
	font-size: 13px;
	line-height: 20px;
	color: #a5b0b9;
	margin-bottom: 10px;
	height: 125px;
}
.site-footer .widget form input[type="submit"]{
	text-transform: uppercase;
	box-shadow: none;
	background: #1bbc9b;
	font-size: 13px;
	line-height: 20px;
	color: #fff;
	border: 0;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	padding: 12px 60px;
}
.site-footer .widget form input[type="submit"]:hover{
	background: #10715d;
}
.site-footer .site-info{
	color: #787f86;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	padding: 24px 0;
}
.site-footer .site-info a{
	color: #787f86;
	font-weight: 400;
	font-family: Roboto;
	line-height: 20px;
	font-size: 20px;
}
.site-footer .site-info a:hover{
	color: #152837;
}
.page #primary{
	width: 100%;
}
.site-content #primary .page .entry-header{
	text-align: left;
	margin-top: 0;
}
.site-content #primary .page .entry-content{
	text-align: left;
	margin-top: 0;
}
#primary .page .entry-header .entry-title{
	text-transform: uppercase;
	font-size: 28px;
	line-height: 32px;
	margin:0 0 12px;
	color: #34495e;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
}
#primary .page .entry-content h2{
	text-transform: uppercase;
	font-size: 17px;
	line-height: 20px;
	margin-top: 40px;
	color: #34495e;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
}
.single-post #primary .post .entry-header{
	text-align: left;
	margin-top: 0;
}
.single-post #primary .post .entry-content{
	text-align: left;
}
.single-post #primary .post .entry-title{
	text-transform: uppercase;
	color: #34495e;
	font-size: 28px;
	line-height: 32px;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
}
.single-post #primary .post h2{
	text-transform: uppercase;
	color: #34495e;
	font-size: 21px;
	line-height: 25px;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;

}
.single-post #primary .post h1{
	text-transform: uppercase;
	color: #34495e;
	font-size: 28px;
	line-height: 32px;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
}
.single-post #primary .post h3{
	text-transform: uppercase;
	color: #34495e;
	font-size: 17px;
	line-height: 20px;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
}
.single-post #primary .post h4{
	text-transform: uppercase;
	color: #34495e;
	font-size: 16px;
	line-height: 19px;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
}
.single-post #primary .post h5{
	text-transform: uppercase;
	color: #34495e;
	font-size: 14px;
	line-height: 17px;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
}
.single-post #primary .post h6{
	text-transform: uppercase;
	color: #34495e;
	font-size: 13px;
	line-height: 16px;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
}
.single-post #primary .post blockquote{
	background: #f3f3f3;
	border-left: 3px solid #1bbc9b;
	padding: 3px 25px;
	margin: 0;
	line-height: 28px;
	color: #787f86;
	font-style: italic;
}
.single-post #primary .post .pull-right{
	width: 300px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background: #f3f3f3;
	padding: 26px 20px;
	margin-top: 0;
	text-align: right;
	margin-bottom: 0;
}
.single-post #primary .post .pull-left{
	width: 300px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background: #f3f3f3;
	padding: 26px 20px;
	margin-top: 0;
	text-align:left;
	margin-right: 20px;
	margin-bottom: 0;
}
.page.full-width #primary{
	width: 100% !important;
}
.single-post #primary .post .dropcap{
	color: #787f86;
	font-size: 82px;
	line-height: 30px;
	font-weight: 700;
	float: left;
	margin: 20px 6px 54px;
}
.single-post #primary .post .highlight{
	background: #1bbc9b;
	color: #fff;
}
.single-post #primary .post table{
	border:1px solid #d8d8d8;
}
.single-post #primary .post table th{
	background: #e6e6e6;
	color: #34495e;
	font-size: 15px;
	line-height: 22px;
	text-transform: uppercase;
	/*padding: 16px 42px;*/
	padding: 2% 5%;
	border-right: 1px solid #d8d8d8;
	border-left: 1px solid #d8d8d8;
}
.single-post #primary .post table td{
	color: #34495e;
	font-size: 15px;
	line-height: 22px;
	/*padding: 16px 42px;*/
	padding: 2% 6%;
	border-right: 1px solid #d8d8d8;
	border-left: 1px solid #d8d8d8;
}
.single-post #primary .post pre{
    background: #f3f3f3;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 14px;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 1.6em;
    padding: 1.6em;
    overflow: auto;
    color: #787f86;
    max-width: 100%;
}
#primary .post .tags{
	display:inline-block;
	margin: 30px 0;
	font-size: 13px;
	line-height: 16px;
	color: #88959c;
	font-style: italic;
}
#primary .post .tags a{
	font-size: 14px;
	line-height: 18px;
	color: #88959c;
}
#primary .post .tags a:hover{
	color: #fc7f8e;
}
.single-post #primary ul{
	margin: 0 0 15px;
	padding: 0;
}
.single-post #primary ul li{
	list-style: none;
	padding-left: 13px;
	background: url(images/style-guide-list-icon.png) no-repeat 0 13px;
}
.single-post #primary ul ul{
	margin: 10px 0;
}
.single-post #primary ol ol{
	margin: 10px 0;
	margin-left: 0px;
}
.single-post #primary ol{
	margin: 0 0 15px;
	padding: 0 0 0 16px;
}
.single-post #primary form input[type="text"]{
	width: 53%;
	height: 42px;
	margin-bottom: 30px;
	border: 1px solid #dde1e5;
}
.single-post #primary form textarea{
	width: 75%;
	resize:none;
	height: 150px;
	border: 1px solid #dde1e5;
	margin-bottom: 30px;
}
.single-post #primary form input[type="reset"]{
	background: #34495e;
	color: #fff;
	font-size: 13px;
	line-height: 24px;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	border:0;
	box-shadow: none;
	padding: 7px 25px;
}
.single-post #primary form input[type="submit"]{
	color: #fff;
	font-size: 13px;
	line-height: 24px;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	background: #1bbc9b;
	border:0;
	box-shadow: none;
	padding: 7px 25px;
}
.single-post #primary form input[type="submit"]:hover{
	background: #34495e;
}
.single-post #primary form input[type="reset"]:hover{
	background: #1bbc9b;
}
.jcf-file{
	margin-bottom: 20px;
}
.single-post #primary form .form-element{
	display: block;
	font-size: 15px;
	line-height: 22px;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
}
.single-post #primary form .form-element.password{
	margin-top:25px;
}
.single-post #primary form .radio-section:after{
	content: '';
	display: block;
	clear: both;
}
.single-post #primary form .radio-section li{
	float: left;
	background: none;
	padding: 0;
	margin-left: 20px;
}
.jcf-file .jcf-upload-button{
	float: left;
	font-size: 14px;
	line-height: 26px;
	background: #e3e3e3;
	color: #62676d;
	text-transform: uppercase;
	height: 36px;
	padding: 5px 19px;
	border: 0;
	border-radius: 4px;
}
.jcf-file .jcf-fake-input{
	float: right;
	font-size: 15px;
	line-height: 26px;
	color: #787f86;
	border: 0;
	height: 36px;
	padding: 5px 5px;
}
.jcf-select{
	height: 42px;
	padding: 3px 0;
	width: 31%;
	border: 1px solid #dde1e5;
}
.jcf-radio{
	border:1px solid #9b9b9f;
}
.jcf-radio span{
	background: #787f86;
}
.jcf-select .jcf-select-text{
	font-size: 14px;
	line-height: 30px;
	color: #a8b0b4;
}
.jcf-checkbox{
	background: url(images/check-box.png) no-repeat;
}
.jcf-checkbox.jcf-checked{
	background: url(images/checked-img.png) no-repeat;
}
.jcf-select .jcf-select-opener{
	background: url(images/select-icon.png) no-repeat 0 16px;
}
.single-post #primary form .radio-section li:first-child{
	margin-left: 0;
}
.single-post #primary .post .bottom-content ul li{
	background: none;
}
.single-post #primary .author-section .text-holder{
	overflow: hidden;
	margin-top: -16px;
}
.single-post #primary .author-section .text-holder span{
	font-size: 17px;
	line-height: 24px;
	color: #34495e;
	display: block;
	margin-bottom: -16px;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
}
.single-post #primary .author-section{
	background: #fff;
	padding: 30px 42px;
	margin-bottom: 40px;
}
.single-post #primary .author-section .avatar{
	float: left;
	margin-right: 30px;
}
.single-post #primary .comments-area{
	background: #fff;
	padding: 30px 30px;
	margin-bottom: 40px;
}
.single-post #primary .comments-area .comments-title{
	font-size: 21px;
	line-height: 25px;
	color: #34495e;
	margin-bottom: 15px;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
}
.single-post #primary .comments-area .comment-body:after{
	display: block;
	content: '';
	clear: both;
}
.single-post #primary .comments-area ol li{
	list-style: none;
}
.single-post #primary .comments-area .avatar.photo{
	float: left;
	margin-right: 20px;
	border:1px solid #dde1e5;
}
.single-post #primary .comments-area .comment-content{
	margin-left: 106px;
}
.single-post #primary .comments-area .fn{
	font-size: 14px;
	line-height: 24px;
	color: #34495e;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
}
.single-post #primary .comments-area .comment-metadata a{
	font-size: 12px;
	line-height: 16px;
	color: #a8b0b4;
	font-style: italic;

}
.single-post #primary .comments-area .reply{
	margin-left: 106px;
}
.single-post #primary .comments-area .reply a{
	font-size: 10px;
	line-height: 24px;
	color: #fff;
	background: #1bbc9b;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	padding: 5px 15px;
}
.single-post #primary .comments-area .children{
	margin-left: 60px;
}
.single-post #primary .comments-area .comment-body{
	margin-bottom: 40px;
}
.single-post #primary .comments-area ol li{
	margin-bottom: 40px;
}
.single-post #primary .comments-area .reply a:hover{
	background: #127a65;
}
.single-post #primary .comment-form .comments-area.form .comment-reply-title{
	font-size: 21px;
	line-height: 25px;
	color: #34495e;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	text-transform: uppercase;

}
.single-post #primary .comment-form .comments-area.form form input[type="text"]{
	margin-right: 6%;
}
.single-post #primary .comment-form .comments-area.form form input[type="text"], 
.single-post #primary .comment-form .comments-area.form form input[type="email"]{
	height: 50px;
	width: 47%;
	border: 1px solid #dde1e5;
	float: left;
	font-size: 14px;
	line-height: 24px;
	color: #a8b0b4;
	padding: 12px 16px;
}
.single-post #primary .comment-form .comments-area.form form input[type="url"]{
	height: 50px;
	border: 1px solid #dde1e5;
	width: 100%;
	font-size: 14px;
	line-height: 24px;
	color: #a8b0b4;
	padding: 12px 16px;
}
.single-post #primary .comment-form .comments-area.form form textarea{
	height: 180px;
	border: 1px solid #dde1e5;
	width: 100%;
	font-size: 14px;
	line-height: 24px;
	color: #a8b0b4;
	padding: 12px 16px;
}
/*.blog .post .entry-header{
	margin-top: 0 !important;
	text-align: left;
}*/
.blog .post .entry-content{
	text-align: left;
}
.blog .post .entry-content .tags{
	font-style: italic;
	font-size: 13px;
	line-height: 17px;
	color: #a8b0b4;
}
.blog .post .entry-content .tags a{
	font-size: 14px;
	line-height: 18px;
	color: #88959c;
}
.blog .post .entry-content .tags a:hover{
	color: #1bbc9b;
}
.search .site-content .page-header{
	min-height: 100px;
	/*background: #fff;*/
	padding:0 15px;
}
.search .site-content .page-header .page-title{
	font-size: 28px;
	line-height: 32px;
	color: #34495e;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	margin: 0;
}
.search .site-content .entry-summary{
	padding:0 36px;
}
.search .site-content .post{
	padding-bottom: 36px;
}
.blog.full-width .site-content #primary{
	width: 100%;
}
@media only screen and (max-width:1199px){
	.container{
		width: 100%;
	}
	.flex-control-thumbs{
		left: 6%;
	}
	.widget-area .widget.widget_search form input[type="search"]{
		width: 69%;
	}
}



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

.lesson_btn_inpopup
{
	margin-top: 25px !important;
}


.site-header .header-top{
	    margin-bottom: 230px !important;
	    background: #f19729; 
}

#top_logo_block{
	    top: 115px !important;
    margin: 0 !important;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    float: right;
}


.header-bottom .container{
	    background-color: transparent !important;
}

.title_for_block{
	font-size: 28px !important;
}

.description_children_teacher{
	padding: 0px 0px !important;
}

#menu_footer{
	display: none;
}

.top_contact_form_btn .btn-modal-lg{
	font-size: 25px !important;
}
.top_contact_form_btn .btn-modal-lg:hover{
	font-size: 25px !important;
	    padding: 5px 35px !important;
}

.carousel-anything-container.owl-theme.has-arrows .owl-controls{
	/*display: none !important;*/
}

	
	.cf_small_block_after_effect:after{
    display: none;
}
	.site-footer .site-info{
		     padding: 0; 
		         padding-bottom: 20px !important;
	}

	.cosial_footer i{
		float: none !important;
		font-size: 30px: 
	}



	.main-navigation ul li .fa{
		display: none;
	}
	.fa-angle-down::before{
		display: none;
	}


	.mean-container .mean-bar{
		position: absolute;
		top:80px;
		float: right;
		background: none;
		z-index: 10;
		min-height: 1px;
		padding: 0;
		height: 1px;
	}
	.mean-container a.meanmenu-reveal span{
		background: #000;
	}
	.mean-container a.meanmenu-reveal.meanclose{
		color: #000;
	}
	.mean-container a.meanmenu-reveal{
		padding: 0 13px 11px;
	}
	.flex-control-thumbs{
		left: 0%;
	}
	.slider .banner-text{
		bottom: 16%;
	}
	.flex-control-thumbs img{

	}
	.flex-control-thumbs li{
		width: 135px;
	}
	.flex-control-thumbs{
		width: 735px;
		bottom: -70px;
	}
	.slider{
		padding: 0 0 95px;
	}
	.widget-area .widget.widget_search form input[type="search"]{
		height: 24px;
		padding: 6px 16px;
		width: 64%;
	}
	.widget-area .widget.widget_search form{
		height: 40px;
	}
	.widget-area .widget.widget_search form input[type="submit"]{
		height: 38px;
	}
	.top-section .post .text .text-content{
		bottom: 6%;
		left: 8%;
	}
	.post .bottom-content .entry-meta span{
		width: 100%;
	}
	.post .bottom-content .entry-meta{
		float: none;
		margin-bottom: 10px;
	}
	.post .bottom-content .social-networks{
		float: none;
	}
	.post .bottom-content .social-networks li{
		float: none;
		display: inline-block;
	}
	.post .bottom-content .read-more{
		margin-bottom: 10px;
	}
	.mean-container .mean-nav{
		height: 0;
	}
	.mean-container .mean-nav ul li{
		background: #f19729;
	}
	.showcase-thumbnail-restriction{
		width: 706px !important;
	}
	.showcase-thumbnail-wrapper-horizontal .showcase-thumbnail{
		width: 130px;
		height: 125px;
	}
	.showcase-thumbnail-cover{
		top: 73px;
		font-size: 11px;
		line-height: 16px;
	}
	.showcase-thumbnail-wrapper.showcase-thumbnail-wrapper-horizontal{
		width: 710px !important;
	}
}
@media only screen and (max-width:767px){

#training_block .aio-icon-img{
	padding: 20px !important;
}


#cf_btn_submit{
	width: 100% !important;
}

.block_banner{
	padding-bottom: 0px;
}

.vc_tta-panel-heading{
	display: none important;
}

.line_after_zanatia{
	margin-bottom: 0px !important;
    padding-top: 0px !important;
}

.btn_download_zanatu{
	margin-bottom: 0px !important;
}

	.top_contact_form_btn .btn-modal-lg{
		font-size: 20px !important;
	}
	.top_contact_form_btn .btn-modal-lg:hover{
		font-size: 20px !important;
	}

	.image_background_in_popup{
		display: none !important;
	}

	.block_foto_right{
		display: none !important;
	}


.carousel-anything-container.owl-theme.has-arrows .owl-controls{
	position: absolute !important;
    top: 30% !important;
    right: 0 !important;
    left: 0 !important;
    margin-top: 0px !important;
    height: 20px !important;
    z-index: 999 !important;
    /*margin-bottom: 55px !important;*/
}

.carousel-anything-container.owl-theme.has-arrows .owl-controls .owl-buttons div{
	background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    height: 20px !important;
    width: 60px !important;
    position: relative !important;    
}

.carousel-anything-container.owl-theme.has-arrows .owl-controls .owl-buttons .owl-prev{
	position: absolute !important;
	left: 5% !important;
}

.carousel-anything-container.owl-theme.has-arrows .owl-controls .owl-buttons .owl-next{
	position: absolute !important;
	right: 5% !important;	
}

.carousel-anything-container.owl-theme.has-arrows .owl-controls .owl-buttons div:before{
	font-size: 30px !important;
}

h2.vc_custom_heading.title_for_block{
    /*font-size: 22px !important;*/
    padding-bottom: 10px !important;
    font-family: 'Ubuntu' !important;
}

#training_block h2.vc_custom_heading.title_for_block{
	font-size: 27px !important;
    margin: 50px 0px 25px;
}

#teachers h2.vc_custom_heading.title_for_block,
#comment h2.vc_custom_heading.title_for_block{
    font-size: 22px !important;
    padding-bottom: 10px !important;
}
.description_children_teacher{
	width: 100% !important;
	margin-bottom: 0px !important;
}

.class_line_razdel{
	display: none !important;
}

#top_logo_block{
	background: transparent;
}

#logo_block img{
	width: 200px;
	margin: 0 auto;
}

#training_block .vc_column-inner{
	padding-right: 1% !important;
    padding-left: 1% !important;
}
div#mother_feee{
	padding-right: 1% !important;
    padding-left: 1% !important;	
}

div#price .vc_row.wpb_row.vc_inner.vc_row-fluid.vc_row-o-content-middle.vc_row-flex{
	padding-right: 1% !important;
    padding-left: 1% !important;	
}

div#mother_feee .aio-icon-img{
	font-size: 100px !important;
}

div#mother_feee .wpb_column.vc_column_container.vc_col-sm-3.vc_col-xs-6{
	height: 20em !important;
}


span.ult-align-center{
	margin-top: 25px !important; 
}



	.contact_img_child{
		display: none;
	}
	.site-header .container{
		padding: 0;
	}
	.top-section .post-thumbnail img{
		width: 100%;
	}
	.site-header .header-top .social-network-section{
		float: none;
		width: 100%;
		text-align: center;
	}
	.site-header .header-top .social-network-section span{
		float: none;
	}
	.site-header .header-top .social-network-section .social-networks li{
		float: none;
		display: inline-block;
	}
	.site-header .header-top .social-network-section .form-section{
		width:100%;
	}
	.site-header .header-top .social-network-section .form-section .example form{
		top:0;
		left: 0;
	}
	.site-header .header-top .social-network-section .form-section form input[type="text"]{
		width: 100%;
		float: left;
		padding: 10px 15px 3px;
	}
	.site-header .header-top .social-network-section .fa.fa-search{
		position: absolute;
		right: 0;
		width: 15%;
		display: block;
	}
	.slider .banner-text{
		position: relative;
		background: #fff;
		top:100%;
		padding-bottom: 20px;
	}
	.banner-text .text{
		width: 100%;
		padding: 10px 0 0;
	}
	.flex-control-thumbs{
		display: none;
	}
	.top-section .column{
		width: 100%;
	}
	#primary{
		width: 100%;
	}
	.post .entry-content{
		padding: 0 16px;
	}
	.navigation.pagination .nav-links .page-numbers{
		padding: 1px 7px;
		margin-right: 4px;
	}
	#secondary{
		width: 100%;
	}
	.site-footer .column{
		width: 100%;
	}
	.site-branding{
		width: 100%;
		float: none;
		text-align: center;
		margin-bottom: 50px;
		padding-bottom: 30px;
	}
	.mean-container .mean-bar{
		top: 275px;
		/*border-top: 1px solid #e7eaea;*/
	}
	.mean-container a.meanmenu-reveal{
		top: 35px;
		color: #000;
		left: 45% !important;
	}
	.mean-container .mean-nav{
		margin-top: 73px;
	}
	.widget-area .widget.widget_social_networks ul li{
		float: none;
		display: inline-block;
	}
	.advertisement{
		text-align: center;
	}
	.site-footer{
		text-align: center;
		    z-index: 999 !important;
	}
	.blog .post .entry-header{
		text-align: center;
	}
	.blog .post .entry-content{
		text-align: center;
	}
	.single-post #primary .comments-area .avatar.photo{
		float: none;
		width: 100%;
	}
	.single-post #primary .comments-area .comment-content{
		margin:0 0 0;
	}
	.single-post #primary .comments-area .reply{
		margin:0;
		text-align: center;
	}
	.single-post #primary .comments-area .children{
		margin: 0;
		padding: 0;
	}
	.alignleft{
		float: none;
		width: 100%;

	}
	.single-post #primary .comments-area .comments-title{
		text-align: center;
	}
	.single-post #primary .author-section{
		text-align: center;
	}
	.single-post #primary .comments-area{
		text-align: center;
	}
	.showcase-thumbnail-wrapper.showcase-thumbnail-wrapper-horizontal{
		display: none;
	}
	.showcase-content{
		overflow: none !important;
		background: #fff !important;
	}
	.site-content{
		padding-top: 15px;
	}
	.top-section .post{
		margin-bottom: 30px;
	}
}

.info_banner{
	margin-right: 20px;
} 

.info_banner a.ultb3-btn{
	padding: 5px 25px !important;
	background-color: #fff;	
}

a.ultb3-btn:hover{
	color: #fff !important;
}

a.ultb3-btn:hover i{
	    right: 15px !important;
	    color: #fff !important;
    opacity: 1 !important;
    padding-top: 1px !important;
    font-size: 15px !important;
    font-weight: 900 !important;
}

.info_banner ~ .owl-item:hover{
	margin-top: -20px;
}



/**/

input[type=text].wpcf7-not-valid, input[type=email].wpcf7-not-valid, input[type=tel].wpcf7-not-valid, textarea.wpcf7-not-valid, #block-7 input[type=text].wpcf7-not-valid, #block-7 input[type=tel].wpcf7-not-valid, #block-15 input[type=tel].wpcf7-not-valid, #block-15 input[type=text].wpcf7-not-valid{
        border: 2px solid rgba(236, 60, 6, 0.36);
    background: rgba(255, 226, 226, 0.74);
    
    z-index: 12000;
    position: relative;
    border-radius: 20px 0px;
    margin-bottom:2px;
}
#zapis_block input[type=tel].wpcf7-not-valid{
	border-bottom: 2px solid rgba(255, 0, 0, 0.7) !important;
	background: rgba(255, 0, 0, 0.7) !important;
}

#zapis_block input[type=text].wpcf7-not-valid{
border-bottom: 2px solid rgba(255, 0, 0, 0.7) !important;
	background: rgba(255, 0, 0, 0.7) !important;	
}
 
div span.wpcf7-not-valid-tip{
        left:3%;
}
 
body span.wpcf7-not-valid-tip {
	display: none;
	color: #ec3c06;
	border: none;
	background: none;
}
body span.wpcf7-not-valid-tip-no-ajax{
	display:inline-block;
	font-size:18px;
	margin:0 0 0 10px;
}
body div.wpcf7-validation-errors {
        background: #ffe2e2;
        border: 2px solid rgba(236, 60, 6, 0.36);
        color: #ec3c06;
        font-size:16px;
        text-align:center;
        position:relative;
        z-index:12000;
        display: none !important;

	-webkit-transition: ease-in 0.5s;
    -moz-transition: ease-in 0.5s;
    -o-transition: ease-in 0.5s;
    transition: ease-in 0.5s;
}
.contact-inner-form .wpcf7-response-output{
	width:95%;
}
body div.wpcf7-response-output {
 		display: flex;

 		text-align: center; 
        /*padding: 6px;*/
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        border-radius: 3px;
            margin: -1em 0.5em 1em;
}
 
body .wpcf7-mail-sent-ng {
        background: #fff2e2;
        border: 1px solid #ffbc8a;
        color: #e17731;
}
 
body .wpcf7-mail-sent-ok {
        background: #e8ffe2;
        border: 1px solid #6fdf51;
        color: #1ea524;
        /*font:12px arial, sans-serif;*/
        text-align:center;
}

.popupbtn_option #cf_btn_submit{
	width: 70%;
}

#cf_btn_submit{
	    width: 200px;
    font-size: 20px;
    margin-left: 20px;
    font-style: normal;
    background: #f57e1a;
    border-radius: 25px;
    color: #fff;
	font-family: Roboto;
	display: block;
	margin: 0 auto;
	/*margin-bottom: -25px;*/
}

.link_to_doc_infobox{
	font-weight: bold;
	color: #e67469;
	font-size: 17px;
}
.link_to_doc_infobox a{
	font-weight: bold;
	color: #e67469;
	border-bottom: 1px solid;
}
.link_to_doc_infobox a:hover{
	text-decoration: none;
	border-bottom: 1px solid;
	color: #AF665E;
}

#price_block .price_block_column{
	/*padding: 0 50px;*/
	padding: 0 20px;
	margin-top: 15px; 
}

.price_block_first h3{
	text-align: left !important;
}

#price_block h3{
	color: #c36f93;
	text-align: center;
	padding: 0px 10px;
	/**/
	margin-top: 10px;
	/*letter-spacing: -1px;*/
	font-size: 22px !important;
	/*margin: 0px;	*/
	/*min-height: 95px;*/
}

.price_coust_in_block{
	margin-bottom: 0px !important;
}

.price_coust_in_block p{
	position: absolute;
    top: 0;
    right: 20px;
    background: #fff3b5;
    font-size: 25px;
    font-family: Ubuntu;
    padding: 7px 10px;
    border-radius: 0px 10px 0px 0px;
    border-left: 2px solid #e0ddd0;
    color: #333 !important;
}

.price_coust_in_block strong{
	font-weight: 100 !important;
	font-size: 15px;
	margin-left: -3px;
}

/**/

.zanat_column{

}

p.title_in_price_block.vart{
	position: absolute !important;
	margin: 0px 10px;
}

h3.title_in_price_block.vart{
	position: absolute !important;
}

.coust_in_zanat{
	margin-bottom: 0px !important;
}

.coust_in_zanat p{
	/*position: absolute;*/
    /*top: 0;*/
    /*right: 20px;*/
    float: right;
    background: #fff3b5;
    font-size: 25px;
    font-family: Ubuntu;
    padding: 7px 10px;
    border-radius: 0px 10px 0px 0px;
    border-left: 2px solid #e0ddd0;
    color: #333 !important;
        margin-right: -10px;
    border: none !important;
    border-radius: 0px;
    box-shadow: 5px 1px 8px #b7b7b7;
}

.coust_in_zanat strong{
	font-weight: 100 !important;
	font-size: 15px;
	margin-left: -3px;
}

/**/

.date_in_zanat{
	margin-bottom: 0px !important;
}

.date_in_zanat p{
	/*position: absolute;*/
    /*top: 0;*/
    /*right: 20px;*/
    float: right;
    /*background: #fff3b5;*/
    font-size: 25px;
    /*font-family: Ubuntu;*/
    padding: 0px 10px;
    /*border-radius: 0px 10px 0px 0px;*/
    /*border-left: 2px solid #e0ddd0;*/
    color: #333 !important;
        /*margin-right: -10px;*/
    /*border: none !important;*/
    /*border-radius: 0px;*/
    /*box-shadow: 5px 1px 8px #b7b7b7;*/
}

.date_in_zanat strong{
font-weight: 100 !important;
    font-size: 15px;
    padding-left: 10px;
    color: #333;
    font-size: 18px;
    border-left: 1px dashed #c36f93;	
}

/**/

.price_coust_in_block_bottom{
	margin-bottom: 0px !important;
}

.price_coust_in_block_bottom p{
	        /*position: absolute;*/
	        text-align: center;
    top: 0;
    right: 20px;
    background: #fff3b5;
    font-size: 25px;
    font-family: Ubuntu;
    padding: 13px 10px;
    /*border-radius: 0px 10px 0px 0px;*/
    border-bottom: 2px solid #e0ddd0;
    color: #333 !important;
}
.price_coust_in_block_bottom strong{
	font-weight: 100 !important;
	font-size: 15px;
	margin-left: -3px;
}





#price_block .vc_column-inner{
	padding-top: 0px !important;
	border-radius: 10px	!important;
}



.description_price_p span{
	text-align: center;
    font-size: 15px !important;
    font-weight: 300 !important;
    font-family: Roboto !important;
    padding: 10px 0 10px;
    float: right;
}

#contact_form_price{
	padding-top: 20px;
}


.title_in_price_block{
	position: relative;
}

.title_in_price_block:after{
	/*content : url(http://pkboo.com.ua/wp-content/themes/peekaboo/images/elipse_block_2.png);
	position: absolute;
	border: 2px solid red;*/
    /*display: block;*/

    /*work stage*/
    
    /*position:absolute; 
    content:''; 
    top:75px; 
    left: 0;
    background: transparent url('http://pkboo.com.ua/wp-content/themes/peekaboo/images/elipse_block_22.png');
    height: 70px; 
    width:100%;
	background-size: contain;
	background-repeat-y: no-repeat;
    background-position: 50% 0%;
    -webkit-filter: drop-shadow(0px 1px 0px #111);
    filter:         drop-shadow(0px 1px 0px #111);*/
}

.btn_price{
	    margin-top: -1px;
    /*border-top: 1px dashed;*/
    /*padding-top: 15px;*/
    position: relative;
}

.btn_price  > .btn-modal-md {
	/*padding: 10px 30px;*/
	font-size: 18px;
	width: 100%;
	/*line-height: 1.5em;*/
	background: #bc6aac !important;
	color: #fff !important;
	border: 2px solid #bc6aac !important;
	border-radius: 0px !important;
	-webkit-transition: ease-in 0.2s;
    -moz-transition: ease-in 0.2s;
    -o-transition: ease-in 0.2s;
    transition: ease-in 0.2s;
}

.btn_price  > .btn-modal-md:hover {
	border: 2px solid rgb(255, 140, 45) !important;
	/*border-radius: 25px !important;*/
	background: rgb(255, 140, 45) !important;
	color: #fff !important;
	-webkit-transition: ease-in 0.2s;
    -moz-transition: ease-in 0.2s;
    -o-transition: ease-in 0.2s;
    transition: ease-in 0.2s;
    box-shadow: 0px -2px 3px #999;
    -moz-box-shadow: 0px -2px 3px #999;
    -webkit-box-shadow: 0px -2px 3px #999;
}

#price {
    box-shadow: 0px 3px 2px rgba(156, 156, 156, 0.8);
}

.price_top_tabs .vc_tta-tab a{
	border: none !important;
}

.price_top_tabs .vc_active a{
	border: none !important;
}

.price_top_tabs .vc_active a span{
	border: 1px dashed #999;
	/*padding: 15px;*/

}

.price_top_tabs .vc_tta-tabs-list li:before{
	display: none !important;
}

.vc_tta-color-white.vc_tta-style-outline .vc_tta-tab>a{

}

.vc_tta-color-white.vc_tta-style-outline .vc_tta-tab>a:hover{
	background: none !important;
	/*padding:15px;*/
}


.vc_tta.vc_general .vc_tta-tab>a span{
	padding: 15px;
	font-weight: 900; 
}

.vc_tta.vc_general .vc_tta-tab>a:hover span{
	color: #777 !important;
	border-bottom: 1px dashed #777 !important; 
}

.vc_tta-title-text:focus{
	outline: none !important;
}

.vc_tta-color-white.vc_tta-style-outline .vc_tta-tab>a:focus, .vc_tta-color-white.vc_tta-style-outline .vc_tta-tab>a:hover{
	background-color: transparent !important;
    color: #888 !important;
}

.description_children_teacher h4{
	    font-size: 20px !important;
}

.description_children_teacher{
	    line-height: 1.5em;
	    width: 75%;
    padding: 5px 30px 0 30px;
    margin: 0 auto;
    display: block;
}

.foto_teacher{

}

.name_teacher{

}
.description_teacher_foto{

}

.title_simple_contact_form{

}

#footer_contact_form{

}

.footer_contact_form{
	
}

.color_setting input[type="text"],
.color_setting .cf_phone{
	border-bottom: 2px solid #fff;
	color: #fff;
	margin: 10px 0;
}

.color_setting .cf_btn_submit{
	margin-top: 20px !important;
}


#zapis_block input::-webkit-input-placeholder {
	color: #fff;
}
#zapis_block input::-moz-placeholder {
	color: #fff;
}
#zapis_block input:-moz-placeholder {   /* Older versions of Firefox */
	color: #fff;
}
#zapis_block input:-ms-input-placeholder { 
	color: #fff;
}



#zapis_block .wpcf7-select{
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
    background: transparent;
    border:	none;
    border-bottom: 2px solid #fff;
border-radius: 0px;
color: #fff;
display: inline-block;
font-size: 19px;
height: 45px;
line-height: 31px;
margin-bottom: 15.5px;
padding: 4px 6px;
vertical-align: middle;
margin-top: 10px;
}

#zapis_block .wpcf7-select option{
	color:#333;
}



input::-webkit-input-placeholder {
	color: #555555;
}
input::-moz-placeholder {
	color: #555555;
}
input:-moz-placeholder {   /* Older versions of Firefox */
	color: #555555;
}
input:-ms-input-placeholder { 
	color: #555555;
}

.cf_small_h3{
	font-size: 27px !important;
}

.cf_small_description{
	color: #fff;
	font-size: 15px;
	margin-bottom: 5px !important;
}


.block_foto_right{

}

#cf_btn_submit_small{
width: 200px;
    font-size: 20px;
    margin-left: 20px;
    font-style: normal;
    background: transparent;
    border-radius: 25px;
	border: 2px solid #fff;
    color: #fff;
	font-family: Roboto;
	display: block;
	margin: 0 auto;
	    position: relative;
    bottom: -1em;
}
}

#cf_btn_submit_small input[type="submit"]{
	    padding: none !important;
}

.cf_small_block_after_effect:after{
    content:''; 
    position:absolute; 
    background: transparent url('http://pkboo.com.ua/wp-content/themes/peekaboo/images/elipse_block_3_new.png');
    height: 100%; 
    width:20%;
	background-size: contain;
    background-repeat: repeat-y; 
        right: -70px;
    z-index: 2;
}

.ultimate-map-wrapper.ult-adjust-bottom-margin{
	margin-bottom: 0px !important;
}


/*footer menu size*/


#menu_footer .main-navigation{
	    text-align: center;
    position: relative;
    float: none;
    margin: 0;
    display: inline-block;
    font-size: 22px;
}

.cosial_footer i{
 display: inline-block;
 float: right;
 padding: 0 10px;
 font-size: 22px; 
}

.owl-theme .owl-controls{
	/*margin-top: -50px !important;*/
}

span.ult-align-center{
    border-bottom: 2px dotted #f47e1c !important;
    line-height: 1.4;
        margin-top: -25px ;
    z-index: 9999;
    padding: 40px 0 0;
    position: relative;
}


.top_contact_form_btn{
	    /*position: absolute;*/
    z-index: 1;
    /*left: 0;*/
    /*right: 0;*/
    /*margin-top: -80px;*/
}

.top_contact_form_btn .btn-modal-lg{
	font-size: 25px;
    font-weight: 500;
    color: rgb(255, 255, 255);
    /*font-family: "Arial Black", Gadget, sans-serif;*/
    font-family: "Ubuntu";
    /*background-color: rgb(244, 126, 28);*/
    padding: 5px 35px;
    border-color: rgb(0, 0, 0);
    border-radius: 30px;
    outline: none;
    box-shadow: none;
    box-sizing: border-box;
    cursor: pointer;
    visibility: inherit;
    transition: none;
    font-style: normal;
    text-decoration: none;
    border-width: 0px;
    border-style: none;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform-origin: 50% 50% 0px;
    -webkit-transition: ease-in 0.4s;
    -moz-transition: ease-in 0.4s;
    -o-transition: ease-in 0.4s;
    transition: ease-in 0.4s;
}

.top_contact_form_btn .btn-modal-lg:hover{
     padding: 5px 45px;
    background: #ff8c2d !important;
    -webkit-transition: ease-in 0.4s;
    -moz-transition: ease-in 0.4s;
    -o-transition: ease-in 0.4s;
    transition: ease-in 0.4s;
}

#training_block .owl-item .wpb_wrapper img{
	    width: auto !important;
    height: 100%;
    -webkit-filter: blur(4px);
  -moz-filter: blur(4px);
  -o-filter: blur(4px);
  -ms-filter: blur(4px);
  filter: blur(4px);
}

#training_block .owl-item .ultb3-title{
	font-size: 25px;
    color: #fff;
    line-height: 1.35em;
    margin-bottom: 5px;
        text-shadow: 1px 1px 2px #000000;
    font-weight: 900 !important;
}

#training_block .owl-item .ultb3-info{
	/*padding: 0 25px;
	margin-top: -100px;*/
	    padding: 10px 25px;
    background: #ff8c2d;
    margin: 0 auto;
    /*margin-top: -100px;*/
    /*top: 100px !important;*/
    min-width: 100%;
    width: auto;
    display: table;
        box-shadow: 0px 1px 50px #fff;
}



.price_coust{
	padding: 20px 0 20px 0;
	font-size: 40px;
	color: #fff;
	font-weight: 900;
	/**/
	min-height: 159px;
}

.price_coust p{
	font-size: 30px;
	color: #fff;
	font-family: 'Roboto';
	font-weight: 400;
	margin-bottom: 0em;	
}
.price_coust h6{
	color: #fff;
	text-align: center;
	font-size: 45px;
	color: #fff;
	font-weight: 100;	
}


.price_coust h6 strong{
	font-size: 20px; 
}

.descrption_price_block{
	color: #bc6aac;
	font-size: 20px;
}
.descrption_price_block ul li:before{
	display: none;
}

.descrption_price_block ul{
	    padding: 0 0 0 3em;
	    list-style: disc;
}

.image_bg_all_bloack{
	background: transparent url('http://pkboo.com.ua/wp-content/uploads/2016/10/540.jpg');
	margin-right: -15px; 
    margin-left: -15px;  
    padding-bottom: 62.5%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}


.image_background_in_popup b{
	display: none !important;
}
.image_background_in_popup{
    background: transparent url(http://pkboo.com.ua/wp-content/themes/peekaboo/images/bg_contact.jpg);
    position: fixed;
    width: 100%;
    height: 100%;
    /*background-size: 77%;*/
    /*background-repeat: no-repeat;*/
    /*background-position: left center;*/
    /*margin-top: -58px;*/
    height: 65%;
    background-size: auto 100%;
        background-repeat: no-repeat;
        background-position: left top;
    /*box-shadow: -1px 3px 12px grey;*/
}

.gw-gopf-cats span a{
	font-size: 16px !important;
	padding: 0 18px !important;
}

.ult_modal.ult-medium{
	overflow: hidden !important;
}
.overlay-fade.ult-open .ult_modal-content{
	border: 0px solid #fff !important;
}

.popupbtn_option{
margin-top: 20px;
    height: 56px;
    width: 100%;
    padding-bottom: 20px;
    padding: 0;
}

.ult_modal-header{
	    z-index: 999 !important;
    position: relative !important;
}

.carousel-anything-container.owl-theme.has-arrows .owl-controls .owl-buttons div:before{
	font-size: 35px;
	font-weight: 900;
	/*color: !important;*/
}

.ult_modal-body .col-img img{
	width: 100% !important;
	padding-top: 20px;
}

.ult_modal-body{
	padding: 15px 20px;
}

/**/
.ult_modal-header {
    border-bottom: 1px dashed #999 !important;
}
/**/

.price_btn_inpopup{
	margin-top: 2em;
}



.lesson_btn_inpopup{
	height: 35px;
	margin-bottom: 20px;
	margin-top: 5px;
}

.col-md-12.lesson_btn_inpopup.one_column{
	margin-top: 20px !important;
}

.popup_text_and_forn{
	    padding-top: 20px;
    border-top: 1px dashed;
    margin-top: 20px;
    margin-bottom: -45px;
}


.popup_text_and_forn div.wpcf7 img.ajax-loader{
	position: absolute;
    left: 0;
    right: 0;

    bottom: -25px;
    margin: 0 auto;
    width: 15px;
}

.popup_text_and_forn .wpcf7-response-output .wpcf7-display-none .wpcf7-validation-errors{
position: relative !important;
    top: 10px !important;
	margin: 0;
}

.vc_tta-tabs-list{
	text-align: center;
}


.btn_teacher button{
	background-color: transparent;
	border: 2px solid #f19729!important;
    border-radius: 25px !important;
    color: #333 !important;
    -webkit-transition: ease-in 0.2s;
    -moz-transition: ease-in 0.2s;
    -o-transition: ease-in 0.2s;
    transition: ease-in 0.2s;
    font-size: 16px;
}

.btn_teacher button:hover,
.btn_teacher button:focus,
.btn_teacher button:active,
.btn_teacher button:active:focus{
	background-color: #f19729 !important;
	border: 2px solid #f19729!important;
    border-radius: 25px !important;
    color: #fff !important;
    -webkit-transition: ease-in 0.2s;
    -moz-transition: ease-in 0.2s;
    -o-transition: ease-in 0.2s;
    transition: ease-in 0.2s;	
}

.wpb_content_element .footer_price_text{
	padding-left: 50px !important;
}

.footer_price_text p{
	color: #555;
	padding: 0px;
	margin: 0px;
	font-family: Roboto;
	font-weight: 600 !important;
    font-size: 14px;
    text-align: left;
    border-bottom: 2px dashed #fff;
}
.footer_price_text p:first-child{
color: #555 !important;
	padding: 0px !important;
	margin: 0px !important;
	font-family: Roboto !important;
	font-weight: 600 !important;
    font-size: 14px !important;
    text-align: left !important;
    border-bottom: 2px dashed #fff !important;
}

.footer_price_text p:last-child{
	border-bottom: none !important;
}

.descrption_price_block p{
	margin-bottom: 0em;
}

.price_coust p strong{
font-weight: 400 !important;
font-family: Roboto;
font-size: 20px;
}

.price_coust_info{
	padding: 40px 0 20px 0;
	font-size: 40px;
	color: #fff;
	font-weight: 900;
	/**/
	min-height: 159px;
}

.price_coust_info p{
	font-size: 22px;
	color: #fff;
	font-family: 'Roboto';
	font-weight: 400;	
}
.price_coust_info h6{
	color: #fff;
	text-align: center;
	font-size: 45px;
	color: #fff;
	font-weight: 100;	
}

.text_zaniatiya_link{

}

.slider_slogan{
	position: absolute;
	left: 0;
	right: 0;
}

a.link{
	text-align: center;
    display: table;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-weight: 900;
    /* border-bottom: 1px dashed #fff; */
    /* width: 100%; */
    text-decoration: none;
    cursor: pointer;
    border: 1px dashed #fff;
    width: auto;
    padding: 2px 15px;
    min-width: 180px;
    margin-top: 25px;
    z-index: 999;
}

[data-toggle="collapse"].collapsed .if-not-collapsed {
  display: none;
}
[data-toggle="collapse"]:not(.collapsed) .if-collapsed {
  display: none;
}

#mother_feee p{
color: #fff !important;
font-size: 17px;
font-style: italic;
}

#mother_feee_block{
	    border: 1px dashed rgba(255, 255, 255, 0.41);
    margin: 0 2px;
    padding: 5px;
    min-height: 360px;
}

#mother_feee .aio-icon-component{
	margin-bottom: 0px !important;
}

#mother_feee_block .vc_icon_element.vc_icon_element-outer.vc_icon_element-align-center{
	margin-top: 30px;
}

.modal_class_block .col-md-6 p{
	padding-bottom: 10px;
}
.modal_class_block .col-md-6 sub{
	color: #f57e1a;
}
.modal_class_block .col-md-6 b{
    border-left: 1px solid #f57e1a;
    padding: 5px 0 5px 20px;
    font-size: 21px;
    margin-left: 20px;
    border-bottom: 1px solid #f57e1a;
    min-width: 100px;
    width: 100px;
    display: inline-block;
}

.top_title{
	    color: #fff;
    background: #ce89bf;
    margin-top: 20px;
    display: block;
    border-top: 1px dashed rgba(255, 255, 255, 0.5);
    text-align: center;
    padding: 10px 0;
}

#top_call_tp_action{
	    position: absolute;
    z-index: 2;
    width: 100%;
    margin-top: -94px;
    background-color: rgba(206, 137, 191, 0.8) !important;
}

.icon_zanata{

}
.icon_zanata .top-icon .aio-icon-header h3.aio-icon-title{
	font-size: 20px;
	margin-top: 5px;
}


.icon_zanata:hover ~ .training_block_btn button{
	/*display: block;*/
	/*z-index: 2 !important;*/
	
}

.training_block_btn button{
	/*opacity: 0;*/
}

.training_block_btn{
	 /*display: none;*/
	 /*opacity: 0;*/
	 /*z-index: -999 !important;*/
	 /*position: absolute;*/
    /*z-index: 1;*/
    /*left: 0;
    right: 0;*/
    margin-top: -30px;
}


.icon_zanata:hover ~ .training_block_btn .btn-modal-sm{
	color: #000 !important;
}

.training_block_btn .btn-modal-sm{
	font-weight: 500 !important;
    font-size: 15px;
    font-family: Ubuntu !important;
	padding: 2px 20px !important;
    font-weight: 500;
    color: rgb(255, 255, 255);
    font-family: "Arial Black", Gadget, sans-serif;
    /*background-color: rgb(244, 126, 28);*/
    color: #f47e1c !important;
    border: 2px solid #f47e1c !important;
    border-radius: 30px;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform-origin: 50% 50% 0px;
    -webkit-transition: ease-in 0.2s;
    -moz-transition: ease-in 0.2s;
    -o-transition: ease-in 0.2s;
    transition: ease-in 0.2s;
}

.training_block_btn .btn-modal-sm:hover{
	/*line-height: 1;*/
	font-size: 15px;
	/*padding: 6px 30px !important;*/
	color: #fff !important;
    background: #ff8c2d !important;
    border: 2px solid  #ff8c2d !important;
    -webkit-transition: ease-in 0.2s;
    -moz-transition: ease-in 0.2s;
    -o-transition: ease-in 0.2s;
    transition: ease-in 0.2s;
}

.btn_download_zanatu a{
font-size: "Ubuntu";
font-weight: 900;
font-size: 16px !important;
text-align: center !important;
border-style: dashed !important;
}

.btn_download_zanatu i{
	    font-size: 30px !important;
    height: 17px !important;
    left: 10px !important;
    line-height: 20px !important;
}

.onemoment_zapis{
	border-color: #dbdbdb;
    /*height: 200px;*/
    background: linear-gradient(to bottom, rgb(255, 255, 255), rgba(255, 255, 255, 0.27), rgba(255, 255, 255, 0.1));
    z-index: -1;
}

.onemoment_zapis_bot{
		border-color: #dbdbdb;
    /*height: 200px;*/
    background: linear-gradient(to top, rgb(255, 255, 255), rgba(255, 255, 255, 0.27), rgba(255, 255, 255, 0.1));
    z-index: -1;
}
/* Contact Form 7
------------------------------------------------------------ */

.wpcf7-select{
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
    background: transparent;
    border:	none;
    border-bottom: 2px solid #b9c71c;
border-radius: 4px;
color: #555555;
display: inline-block;
font-size: 19px;
height: 45px;
line-height: 31px;
margin-bottom: 15.5px;
padding: 4px 6px;
vertical-align: middle;
}
 
.wpcf7-select:focus,
.wpcf7-select:active{
/*border-color: rgba(82, 168, 236, 0.8);
box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(82, 168, 236, 0.6);
outline: 0px none;*/
outline: none !important;
/*border:	none !important;*/
}

select {
	/*color: #999 !important;*/
	background-color: transparent !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    background: url(images/errow_down.png) !important;
    background-repeat: no-repeat !important;
    background-position: center right !important;
	background-position-x: 95% !important;
    background-size: 5% !important;
}

#zapis_block select{
	/*color: #999 !important;*/
	background-color: transparent !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    background: url(images/errow_down_2.png) !important;
    background-repeat: no-repeat !important;
    background-position: center right !important;
    background-position-x: 95% !important;
    background-size: 5% !important;
}


.wwqw{
	    margin-top: 35px;
    display: block;
}
.wwqw .inp_bl{
    display: block;
    margin: 0 auto;
    margin-bottom: 20px
}

.col-centered{
float: none;
margin: 0 auto;
}

.contacts_map h5{
	    text-align: center !important;
    padding: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0;
        color: #bc6aac;
    font-size: 17px;
    border-top: 1px dashed grey;
}
.contacts_map h5:first-child{
	border-top: none;
	margin-top: -15px;
}

.map_info_text{
	margin-bottom: -15px;
	padding-left: 25px;
}

.contacts_map p{
	    text-align: center !important;
    /*padding: 0px 0px 0px 25px;*/
    margin-bottom: 0;
    font-weight: bold;
    line-height: 1.5;
}
.contacts_map a{
	color: #f19729;
}
.contacts_map a:hover{
	color: #333;
}

/* white background and box outline */
.gm-style > div:first-child > div + div > div:last-child > div > div:first-child > div
{
    /* we have to use !important because we are overwritng inline styles */
    /*background-color: #fff !important;*/
    box-shadow: none !important;
    border-radius: 20px !important;
    margin: 0px !important;
    padding: 0px !important;
    border: 2px solid #b9c71c !important;
    /*width: auto !important;*/
    /*height: auto !important;*/
}

/* arrow colour */
.gm-style > div:first-child > div + div > div:last-child > div > div:first-child > div > div > div
{
    background-color: #b9c71c !important; 
}

/* close button */
.gm-style > div:first-child > div + div > div:last-child > div > div:last-child
{
    margin-right: 5px;
    margin-top: 5px;
}

/* image icon inside close button */
.gm-style > div:first-child > div + div > div:last-child > div > div:last-child > img
{
    display: none;
}

/* positioning of infowindow */
/*.gm-style-iw
{
    top: 22px !important;
    left: 22px !important;
}*/
.vc_tta-container{
margin-bottom: 0px !important;	
}
.vc_tta.vc_general .vc_tta-panel-body{
	padding-bottom: 0px !important;
}

#action_botton_block{
	border-top: 2px dashed #c5c4c4;
}


#action_botton_block:after{
    background: url(http://pkboo.com.ua/wp-content/themes/peekaboo/images/cut_line_element_light.png) no-repeat;
    background-size: 100%;
    position: absolute !important;
    right: 5px;
    top: -11px;
    width: 25px !important;
    height: 30px;
    display: inline-block;
    }
    #action_botton_block:before{
    background: url(http://pkboo.com.ua/wp-content/themes/peekaboo/images/cut_line_element_light_2.png) no-repeat;
    background-size: 100%;
    position: absolute !important;
    left: 5px;
    top: -11px;
    width: 25px !important;
    height: 30px;
    display: inline-block;
    }

h3.ult_modal-title.ult-responsive{
	font-size: 20px !important;
}


img.vc_single_image-img{
	border: none !important;
}

.vc_single_image-wrapper.vc_box_outline_circle.vc_box_border_grey{
	-webkit-transition: ease-in 0.3s;
    -moz-transition: ease-in 0.3s;
    -o-transition: ease-in 0.3s;
    transition: ease-in 0.3s;

    border-color: #999 !important;
    border: 1px dashed !important;
}
.vc_single_image-wrapper.vc_box_outline_circle.vc_box_border_grey:hover{
	-webkit-transition: ease-in 0.2s;
    -moz-transition: ease-in 0.2s;
    -o-transition: ease-in 0.2s;
    transition: ease-in 0.2s;    
	
	border-color: #0a9fbd !important;
    border: 1px dashed;
    margin-top: 5px;
}

.description_teacher_foto{
	/*min-height: 60px;*/
	background-position: center center !important;
}

.class_line_razdel{

}

div#teachers{
	/*padding-bottom: 25px;*/
	background-position: 10% 52% !important;
    background-size: 103% !important;
}

div#teachers:after{
	    content: '';
    background: url(images/footer_top_bg_180.png);
    background-size: 100%;
    background-repeat: no-repeat;
    height: 30px;
    position: inherit;
    bottom: 0;
    width: 100%;
    margin-bottom: -29px;
    z-index: 999;
}

 
div#teachers .wpb_single_image img{
	width: 150px !important;
}

.ttshowcase_rl_info_wrap.tt_info-above{
	background-color: none!important;
	background: none!important;
}
.tt_theme_quotes .ttshowcase_rl_quote{
	font-size: 14px !important;
	padding: 0px 0px !important;
}

.ttshowcase_rl_quote:after{
	    border-color: #f5f5f5 transparent !important;
    top: -8px !important;
    z-index: 9999 !important;
    position: absolute !important;
}

.ttshowcase_rl_title{
	color: #333 !important;
}

.ttshowcase_slider .bx-wrapper{
	margin-bottom: 0px !important;
}
.tt-slider-controls {
    /*margin-top: -30px !important;*/
    /*text-align: center !important;*/
    padding-bottom: 25px !important;
}

.mailto_top a{
text-decoration: none !important;
}
.mailto_top a:hover{
text-decoration: none !important;	
}
.mailto_top span{
	/*font-size: 15px;*/
}


.link_all_zana{
	padding-top: 10px;
}

.link_all_zana a{
	    color: #555;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px dashed #999 !important;
    -webkit-transition: ease-in 0.4s;
    -moz-transition: ease-in 0.4s;
    -o-transition: ease-in 0.4s;
    transition: ease-in 0.4s;
}
.link_all_zana a:hover,
.link_all_zana a:active,
.link_all_zana a:focus{
	text-decoration: none !important;
	color: #333;
	-webkit-transition: ease-in 0.4s;
    -moz-transition: ease-in 0.4s;
    -o-transition: ease-in 0.4s;
    transition: ease-in 0.4s;
}

.link_all_zana a:hover:after{
color: #333;
background: #fff;
-webkit-transition: ease-in 0.4s;
    -moz-transition: ease-in 0.4s;
    -o-transition: ease-in 0.4s;
    transition: ease-in 0.4s;
}

.link_all_zana a:after{
    font-family: FontAwesome;
    content: "\f129";
    position: absolute;
    color: #555;
    margin-left: 10px;
    text-align: center;
    display: inline-block;
    border: 1px solid;
    width: 30px;
    height: 30px;
    background: rgba(255, 255, 255, 0.53);
    -webkit-transition: ease-in 0.4s;
    -moz-transition: ease-in 0.4s;
    -o-transition: ease-in 0.4s;
    transition: ease-in 0.4s;
}



.modal_image_full_with .ult_modal-body.ult-responsive.ult-html{
	padding-right: 0px !important;
	padding-left: 0px !important;
	padding-top: 0px !important;
	/*padding-bottom: 0px !important;*/
}

.modal_image_full_with img{
width: 100%;
}

.menu_in_price{
width: 100%;
text-align: center;
}
.menu_in_price ul{
padding: 0px !important;
margin-bottom: 0px !important;
}

.menu_in_price .widget.widget_nav_menu{
	margin: 0 0 0 !important;
}
.vc_wp_custommenu.wpb_content_element.menu_in_price{
	margin-bottom: 0px !important;
}

.vc_wp_custommenu.wpb_content_element.menu_in_price li:before{
	display: none !important;
}

#gw_go_portfolio_portfolio_photo .gw-gopf-style-flex a.gw-gopf-pagination-load-more.gw-gopf-btn-outlined{
	    height: 30px !important;
    font-size: 15px !important;
}


/* iPhone 5 in landscape */
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) {
	#top_call_tp_action h2{
		font-size: 27px !important;
	}
	#top_call_tp_action h3{
		font-size: 19px !important;	
	}
	.top_contact_form_btn .btn-modal-lg{
		font-size: 18px;
		margin-bottom: 10px;
	}
	.mailto_top{
		font-size: 18px;
	}
	#training_block h2.vc_custom_heading.title_for_block{
		font-size: 25px !important;
	}
}