/*!
Theme Name: bfc
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bfc
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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.

bfc is based on Underscores https://underscores.me/, (C) 2012-2017 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 https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: 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 https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

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

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

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

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

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

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

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

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

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #727271;
}

a:visited {
	color: #a0a0a0;
}

a:hover, a:focus, a:active {
	color: #43a8a0;
}

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 ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

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

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

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

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

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

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

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

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

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

.post,
.page {
	margin: 0;
}

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

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

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

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

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.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%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

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

/* HEADER */

.site-branding a img {
	width: 161px;
	height: 47px;
}

/* MAIN */ 


::-webkit-input-placeholder {
    color: #666
}

::-moz-placeholder {
    color: #666
}

:-ms-input-placeholder {
    color: #666
}

::-ms-input-placeholder {
    color: #666
}

::placeholder {
    color: #666
}

::-moz-selection {
    background-color: orange;
    color: #fff
}

::selection {
    background-color: orange;
    color: #fff
}

body {
    font-size: 14px;
    min-width: 320px;
    position: relative;
    line-height: 1.65;
    font-family: "Gotham Pro", sans-serif;
    overflow-x: hidden;
    color: #58595b
}

body input,
body textarea {
    border: #666 1px solid;
    outline: 0
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
    border-color: #ff0
}

body input:required:valid,
body textarea:required:valid {
    border-color: green
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px #fff inset
}

input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
    -webkit-box-shadow: 0 0 0 30px #fff inset
}

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

.img-responsive.img-width {
    width: 100%
}

.text-center {
    text-align: center
}

b,
strong {
    font-weight: 700
}

ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

.nop {
    padding-left: 0
}

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

a {
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

a:hover {
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    color: #43a8a0
}

.mnu_fixed {
    top: 0;
    position: fixed;
    z-index: 999;
    background-color: #f2f2f2;
    width: 100%;
    line-height: 81px
}

.delay-4 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.loader {
    background: none repeat scroll 0 0 #fff;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9999
}

.loader .loder_block {
    left: 50%;
    top: 50%;
    position: absolute;
    margin-top: -192.5px;
    margin-left: -602px;
    text-align: center
}

.loader .loder_block .first_txt {
    z-index: 100;
    position: relative
}

.loader .loder_block .first_txt p {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 24px
}

.loader .loder_block .second_txt {
    z-index: 100;
    position: relative
}

.loader .loder_block .second_txt p {
    font-size: 74px;
    font-weight: 700
}

.loader .loder_block .third_txt {
    z-index: 0;
    position: absolute;
    top: -70px;
    width: 100%
}

.loader .loder_block .third_txt p {
    font-size: 370px;
    color: #fbbf1f;
    font-weight: 700;
    line-height: 1;
    font-family: Roboto, sans-serif
}

header .logo h1 {
    line-height: inherit;
    color: #5b5b5b;
    font-size: 13px;
    margin: 0;
    line-height: 1;
    padding-top: 21px;
    font-weight: 400
}

header .logo h1 span {
    color: #43a8a0;
    font-size: 36px;
    font-weight: 500;
    padding-right: 10px;
    font-family: "Gotham Pro Nar", sans-serif
}
/*
.video_block {
    text-align: center;
    padding-top: 96px;
    padding-bottom: 20px
}

.video_block video {
    height: 100%;
    width: 100%
}
*/

.fullscreenvideo video {
	background: #fff !important;
}

.video {
	text-align: center;
  padding-top: 96px;
  padding-bottom: 20px
}
.mnu {
    text-align: center
}

.mnu ul li {
    display: inline-block;
    padding: 0 30px
}

.mnu ul li:last-child {
    padding-right: 0
}

.mnu ul li:first-child {
    padding-left: 0
}

.mnu ul li a {
    text-transform: uppercase;
    color: #727271;
    font-size: 16px;
    font-weight: 500;
    font-family: "Gotham Pro Nar", sans-serif
}

.mnu ul li a:hover {
    color: #43a8a0;
    text-decoration: underline
}

.mnu ul .active a {
    color: #43a8a0;
    text-decoration: underline
}

.request {
  text-align: right
}
.request_m {
	text-align: center;
}
.request a,
.request_m a{
    background-color: #43a8a0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    padding: 10px 40px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    font-family: "Gotham Pro Nar", sans-serif;
    font-size: 14px
}

.request_m a{
	padding: 10px 30px !important;
}

.request a:hover,
.request_m a:hover {
    background-color: rgba(67, 168, 160, .8)
}

.header_block {
    padding: 70px 0 50px 0
}

.header_block h2 {
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 900;
    line-height: 1.2;
    display: inline-block;
    margin: 0;
    position: relative
}

.header_block h2:before {
    content: "";
    width: 50px;
    height: 3px;
    position: absolute;
    left: 0;
    top: -20px;
    background-color: #fff
}

.service {
    background-color: #e5e5e5;
    padding: 30px 0 20px
}

.service .service_block a {
    color: #58595b
}

.service .service_block .block_img {
	height: 124px;
  width: 94px;
  margin: 0 auto;
  position: relative;
}

.service .service_block .static_img {
    text-align: center;
    height: 124px;
    width: 94px;
    opacity: 1;
    position: absolute;
    left: 0;
    top: 0;
}

.service .service_block .hover_img {
    text-align: center;
    height: 124px;
    width: 94px;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
}

.service .service_block:hover .static_img {
    opacity: 0;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.service .service_block:hover .hover_img {
    opacity: 1;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.service .service_block:hover p {
    color: #ffc100;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.service .service_block:hover p:after {
    content: "";
    position: absolute;
    height: 2px;
    background-color: #fbbf1f;
    left: 20px;
    bottom: -20px;
    right: 20px;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.service .service_block {
	text-align: center;
}

.service .service_block p {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    padding: 20px 25px 0 25px;
    position: relative;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.service .service_block p:after {
    content: "";
    position: absolute;
    height: 2px;
    background-color: transparent;
    left: 20px;
    bottom: -20px;
    right: 20px;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.map .header_block {
    background-color: #43a8a0
}

.map .header_block h2 {
    color: #fff;
    max-width: 440px
}

.map .header_block h2:before {
    background-color: #fff
}

.map .header_block .control {
    float: right
}

.map .header_block .control ul li {
    display: inline-block;
    padding: 0 15px
}

.map .header_block .control ul li:last-child {
    padding-right: 0
}

.map .header_block .control ul li:first-child {
    padding-left: 0
}

.map .header_block .control ul li a {
    line-height: 80px
}

.map .header_block .control ul li a img {
    height: 40px
}

.map .map_location {
    overflow: hidden;
    padding: 30px 0;
}

.map .map_location iframe {
	border: none;
}

.news .header_block h2 {
    max-width: 210px;
    color: #ffc100
}

.news .header_block h2:before {
    background-color: #ffc100
}

.news .news-block {
    padding-bottom: 50px
}

.news .news-block .news-box {
    padding-bottom: 10px
}

.news .news-block .news-box figure {
    position: relative
}

.news .news-block .news-box figure img {
    width: 100%
}

.news .news-block .news-box figure figcaption {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 30px 15px;
    color: #222;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    overflow: hidden;
}

.news .news-block .news-box figure figcaption h3 {
    font-size: 24px;
    padding-bottom: 20px;
    position: relative;
    opacity: 0;
    font-family: "Gotham Pro Nar", sans-serif;
    font-weight: 700
}

.news .news-block .news-box figure figcaption h3:before {
    content: "";
    left: 40px;
    right: 40px;
    height: 1px;
    position: absolute;
    bottom: 10px;
    background-color: #000
}

.news .news-block .news-box figure figcaption p {
    font-size: 19px;
    font-weight: 500;
    text-align: left;
    opacity: 0
}

.news .news-block .news-box figure:hover figcaption {
    background-color: rgba(255, 193, 0, .7);
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.news .news-block .news-box figure:hover h3 {
    opacity: 1;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.news .news-block .news-box figure:hover p {
    opacity: 1;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.news .news-block .news-box figure figcaption p a{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.info .info_block {
    padding-bottom: 50px;
    -webkit-background-size: cover;
    background-size: cover;
    background-image: url(assets/img/foto.png)
}

.info .info_block .header_block h2 {
    max-width: 260px;
    color: #fff
}

.info .info_block .header_block h2:before {
    background-color: #fff
}

.info .info_box {
    padding: 20px 0
}


.info .info_box .block_img {
    text-align: center;
    height: 150px;
    width: 200px;
    margin: 0 auto;
    position: relative;
}

.info .info_box .static_img {
    text-align: center;
    height: 150px;
    width: 200px;
    opacity: 1;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.info .info_box .hover_img {
    text-align: center;
    height: 150px;
    width: 200px;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.info .info_box:hover .static_img {
    opacity: 0;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.info .info_box:hover .hover_img {
    opacity: 1;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.info .info_box:hover p {
    color: #ffc100;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.info .info_box p {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    padding: 50px 80px 0 80px;
    position: relative;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    color: #fff
}

.contact {
    background-color: #43a8a0;
    padding-bottom: 30px
}

.contact .header_block h2 {
    max-width: 400px;
    color: #fff
}

.contact .header_block h2:before {
    background-color: #fff
}

.contact .mail a {
    color: #fff;
    font-size: 23px;
    font-weight: 500
}

.contact .mail a img {
    height: 33px;
    padding-right: 5px
}

.contact .contact_form {
    width: 500px;
    margin: 0px auto 0;
}

.contact .contact_form input,
.contact .contact_form textarea {
    line-height: 1;
    padding: 10px 10px;
    font-size: 14px;
    width: 100%;
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff
}

.contact .contact_form input::-webkit-input-placeholder,
.contact .contact_form textarea::-webkit-input-placeholder {
    color: #fff;
    font-weight: 300
}

.contact .contact_form input::-moz-placeholder,
.contact .contact_form textarea::-moz-placeholder {
    color: #fff;
    font-weight: 300
}

.contact .contact_form input:-ms-input-placeholder,
.contact .contact_form textarea:-ms-input-placeholder {
    color: #fff;
    font-weight: 300
}

.contact .contact_form input::-ms-input-placeholder,
.contact .contact_form textarea::-ms-input-placeholder {
    color: #fff;
    font-weight: 300
}

.contact .contact_form input::placeholder,
.contact .contact_form textarea::placeholder {
    color: #fff;
    font-weight: 300
}

.contact .contact_form textarea {
    width: 100%
}

.contact .contact_form fieldset {
    margin: 0;
    padding: 0;
    border: 0;
    float: left;
    display: inline;
    width: 50%;
    padding-bottom: 10px
}

.contact .contact_form .input_full {
    width: 100%
}

.contact .contact_form .pls {
    padding-left: 5px
}

.contact .contact_form .prs {
    padding-right: 5px
}

.contact .contact_form .submit_right {
    float: right;
}

.contact .contact_form .submit_right input {
    -webkit-border-radius: 20px;
    border-radius: 20px;
    text-transform: uppercase;
    font-size: 18px;
    padding: 10px 25px;
    line-height: 1;
    border: none;
    font-weight: 500;
    color: #727271;
    cursor: pointer;
    background-color: rgba(255, 255, 255, .8);
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.contact .contact_form .submit_right input:hover {
    background-color: #fff;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

div.wpcf7-response-output {
	margin-top: 70px;
	color: #fff;
}

footer {
    background-color: #fff;
    padding: 20px
}

footer .brend {
    display: inline-block;
    text-align: center;
    padding-right: 50px
}

footer .brend:last-child {
    padding-right: 0
}

footer a {
    color: #727271;
    font-weight: 500;
    float: right;
    font-size: 26px;
    font-weight: 500;
    line-height: 87px
}

.cat_footer {
    background-color: #f2f2f2
}

.programm_content,
.page_default {
    padding-top: 81px;
    min-height: 700px;
    padding-bottom: 50px
}

.programm_content .header_block {
    padding-top: 50px;
    position: relative
}

.programm_content .header_block img {
    height: 120px;
    width: 100px;
    position: absolute
}

.programm_content .header_block h2 {
    padding: 0;
    line-height: 120px;
    padding-left: 120px;
    color: #43a8a0
}

.programm_content .header_block h2:before {
    display: none
}

.news_content {
    padding-top: 81px;
    padding-bottom: 50px
}

.news_content .header_block {
    padding: 30px 0
}

.news_content .header_block h2 {
    padding: 0;
    line-height: normal;
    color: #2c9d9e;
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
    font-family: "Gotham Pro Nar", sans-serif;
}

.news_content .header_block h2:before {
    display: none
}

.news_content .preview h2{
    /*-webkit-background-size: cover;
    background-size: cover;
    background-image: url(assets/img/foto.png);
    height: 400px;
    width: 100%*/
    color: #43a8a0;
    text-transform: uppercase;
    font-size: 38px;
    font-weight: 500;
    display: inline-block;
    line-height: normal;
    padding: 40px 0;
    margin-bottom: 20px;
    position: relative;
    border-bottom: 1px solid #2c9d9e;
}

.news_content .breadcrumb {
    /*background-color: #f2f2f2;*/
    margin-top: 1px;
    padding: 10px;
    border-bottom: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
}

.news_content .breadcrumb ul li {
    display: inline-block
}

.news_content .breadcrumb ul li a {
    font-size: 12px;
    color: #727271
}

.news_content .breadcrumb ul li a:hover {
    color: #43a8a0
}

.category_content {
    padding-top: 81px;
    padding-bottom: 30px
}

.category_content .header_block {
    padding-top: 50px;
    position: relative
}

.category_content .header_block img {
    height: 120px;
    width: 100px;
    position: absolute
}

.category_content .header_block h2 {
    padding: 0;
    line-height: 120px;
    padding-left: 120px;
    color: #43a8a0;
}

.category_content .header_block h2:before {
    display: none
}

.category_content .news_box {
    margin-bottom: 50px;
    padding-top: 20px;
    border-top: 1px solid #2c9d9e
}

.category_content .text_block h3 {
    font-size: 22px;
    font-family: "Gotham Pro Nar", sans-serif;
    font-weight: 500;
    color: #2c9d9e;
    text-transform: uppercase
}

.category_content .news_more {
    padding-top: 20px;
    text-align: right
}

.category_content .news_more a {
    -webkit-border-radius: 20px;
    border-radius: 20px;
    text-transform: uppercase;
    padding: 10px 25px;
    line-height: 1;
    border: none;
    font-family: "Gotham Pro Nar", sans-serif;
    font-weight: 500;
    color: #fff;
    background-color: #43a8a0;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.category_content .news_more a:hover {
    background-color: rgba(67, 168, 160, .8)
}

.category_content .new_img {
    margin-bottom: 20px;
    max-height: 300px;
    overflow: hidden;
}

.category_content .new_img img {
    width: 100%
}

.breadcrumbs .breadcrumbs__link{
	color: #727271;
}

.breadcrumbs .breadcrumbs__link:hover{
	color: #43a8a0;
	text-decoration: underline;
}

.breadcrumbs .breadcrumbs__current {
	text-decoration: underline;
}

.nav-links .nav-previous a,
.nav-links .nav-next a {
	color: #727271;
	font-weight: 500;
}

.nav-links .nav-previous a:hover,
.nav-links .nav-next a:hover {
	color: #43a8a0;
}

.nav-links .nav-previous a:before {
	content: "🡠";
	padding-right: 5px;
	font-weight: 500;
}

.nav-links .nav-next a:after {
	content: "🡢";
	padding-left: 5px;
	font-weight: 500;
}

.sidebar_notfound {
	margin-top: 30px;
}

/* ANIMATE */

.anime_logo {
	height: 100%;
	width: 90px;
	position: relative;
	display: inline-block;
}

.map .anime_logo,
.news .anime_logo,
.info .anime_logo,
.contact .anime_logo
 {
	margin-left: 25px;
}

@keyframes anim {
  0% { 	transform: rotate(0deg);
  			left: 1000px;
  			opacity: 0; }
  25% { opacity: 0.25; }
  50% { opacity: 1; }
  100% { 
  			transform: rotate(720deg);
  			left: 0px;
  			opacity: 1; }
}

.anime_logo img{
	position: absolute;
	left: 0px;
	top: 0;
	height: 90px;
	width: 90px;
	opacity: 0;
	top: 50%;
	margin-top: -45px;
}

.animateMe {
	animation: anim 2s 1 ease-in-out;
}

.news-block .owl-carousel .owl-nav {
    display: block;
    position: absolute;
    top: 50%;
    margin: 0;
    margin-top: -46px;
    width: 100%;
}

.news-block .owl-carousel .owl-nav .owl-next {
    right: -50px;
    position: absolute;
    width: 36px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #43a8a0;
    padding: 0;
    height: 36px;
}

.news-block .owl-carousel .owl-nav .owl-next:after {
    content: '>';
    font-size: 20px;
    font-family: 'FontAwesome';
    padding-left: 3px;
    line-height: 36px;
}

.news-block .owl-carousel .owl-nav .owl-prev {
    left: -50px;
    position: absolute;
    width: 36px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #43a8a0;
    padding: 0;
    height: 36px;
}

.news-block .owl-carousel .owl-nav .owl-prev:before {
    content: '<';
    font-family: 'FontAwesome';
    padding-right: 3px;
    font-size: 20px;
    line-height: 36px;
}

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

.custom-lh li {
	padding-bottom: 9px;
}

.custom-lh ul li {
	padding-left: 20px;
}

.custom-lh li:last-child {
	padding-bottom: 0;
}

.custom-lh ul li ol{
	padding-top: 9px;
}

.custom-lh ul li ol li{
	padding-left: 0px;
}

.img_shadow {
	box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.2);
	border-radius: 11px;
}

.custom-lhp p{
	margin-bottom: 0.7em
}

.custom_list ul {
	margin: 0 0 0 1.5em !important;
}

.custom_list ul li{
	list-style-type: none;
	position: relative;
	margin: 5px 0;
}
.custom_list ul li span {
	padding-left: 40px;
}

.custom_list li:before {
	content: url(http://b-friendly.avk.org.ua/wp-content/uploads/2019/02/check.svg);
	width: 20px;
	height: 20px;
	position: absolute;
  height: 20px;
  left: 0;
  top: 6px;
}

.absolute_bg {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 0;
	width: 600px;
}

.rate_class {
	z-index: 1;
	position: relative;
}

.rate_class>.vc_column_container>.vc_column-inner {
	padding-top: 0 !important;
}

/*==========  Desktop First  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  .content {
    min-height: auto
  }
  .service .service_block .block_img {
    height: 100px;
    width: 80px;
	}
	.service .service_block .static_img {
    text-align: center;
    height: 100px;
    width: 80px;
  }
  .service .service_block .hover_img {
    text-align: center;
    height: 100px;
    width: 80px;
	}
	.service .service_block p {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    padding: 20px 0 0 0;
  }
  .map .header_block h2,
  .news .header_block h2,
  .info .info_block .header_block h2,
  .contact .header_block h2,
  .programm_content .header_block h2,
  .category_content .header_block h2
   {
  	font-size: 30px;
  	font-weight: 700;
  	line-height: 1.3;
  }
	
  .news .news-block .news-box figure figcaption p {
  	font-size: 15px;
  	line-height: 1.1;
  	font-weight: 400;
  }
  .news .news-block .news-box figure figcaption {
  	padding: 15px;
  }
  .info .info_box .block_img,
  .info .info_box .static_img,
  .info .info_box .hover_img {
  	height: 100px;
  	width: 150px;
  }
	.info .info_box p {
		padding: 20px 0 0 0;
	}
	footer .brend {
		line-height: 86px;
		width: 150px;
	}
	.news_content .preview {
    background-position: center center;
	}
	.category_content .new_img {
		height: auto;
	}
	.category_content .header_block img {
    top: 50%;
    margin-top: -60px;
	}
}
@media (max-width: 1600px) {
  .news-block .owl-carousel .owl-nav {
    display: none;
  }
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  /**/ }

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
	.contact .contact_form {
		padding-top: 30px;
	}
	footer .brend {
		display: none;
	}
	.footer_link {
		text-align: center;
	}
	.footer_link a{
		float: none;
		font-size: 20px;
	}
	footer {
		padding: 0;
	}
	.contact .contact_form {
		width: auto;
	}
  /**/ }

/* Extra Small Devices, Phones */
@media only screen and (max-width: 640px) {
  .news-block .owl-carousel .owl-nav {
    display: none;
  }
	.programm_content .header_block img {
    height: 80px;
    width: 80px;
}
.programm_content .header_block h2 {
	padding-left: 90px;
}
.news_content .preview {
    height: 200px;
}

.map .header_block h2 {
	max-width: 225px;
}

.info .info_block .header_block h2 {
    max-width: 220px;
}
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
  /**/ }

/*==========  Mobile First  ==========*/
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
  /**/ }

/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {

  /**/ }

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  /**/ }

@media (min-width: 960px) { .blog-content { padding-right: 45px; }

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {

  /**/ }

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  /**/ }


