/*!
	Theme Name: poolfort
	Theme URI: http://underscores.me/
	Author: Underscores.me
	Author URI: http://underscores.me/
	Description: Description
	Version: 1.0.0
	Tested up to: 5.4
	Requires PHP: 5.6
	License: GNU General Public License v2 or later
	License URI: LICENSE
	Text Domain: poolfort
	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.

	poolfort is based on Underscores https://underscores.me/, (C) 2012-2020 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:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Fonts
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments
# Page
	- Header
	- Footer
--------------------------------------------------------------*/





/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html{
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
}
/**
 * Remove the margin in all browsers.
 */
html, body{
	height: 100%;
	margin: 0;
	padding: 0;
	background: #ffffff;
}
/**
 * Render the `main` element consistently in IE.
 */
main{
	display: block;
	flex-grow: 1;
	flex-shrink: 0;
	box-sizing: border-box;
	background-color: #ffffff;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr{
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
/**
 * 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;
	font-size: 1em;
}
/**
 * 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;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * 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;
	font-size: 1em;
}
/**
 * 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;
}
/**
 * Remove the border on images inside links in IE 10.
 */
img{
	border-style: none;
}
picture img{
	user-drag: none;
    -webkit-user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details{
	display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary{
	display: list-item;
}
/**
 * Add the correct display in IE 10+.
 */
template{
	display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden]{
	display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level. */
*,
*::before,
*::after{
	box-sizing: inherit;
}
html{
	box-sizing: border-box;
}



/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Fonts
--------------------------------------------- */

/* Nunito */
@font-face {
	font-family: Nunito;
	src: url(assets/css/fonts/nunito/static/Nunito-ExtraLight.ttf);
	font-weight: 200;
	font-style: normal;
}
@font-face {
	font-family: Nunito;
	src: url(assets/css/fonts/nunito/static/Nunito-ExtraLightItalic.ttf);
	font-weight: 200;
	font-style: italic;
}
@font-face {
	font-family: Nunito;
	src: url(assets/css/fonts/nunito/static/Nunito-Light.ttf);
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: Nunito;
	src: url(assets/css/fonts/nunito/static/Nunito-LightItalic.ttf);
	font-weight: 300;
	font-style: italic;
}
@font-face {
	font-family: Nunito;
	src: url(assets/css/fonts/nunito/static/Nunito-Regular.ttf);
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: Nunito;
	src: url(assets/css/fonts/nunito/static/Nunito-Italic.ttf);
	font-weight: 400;
	font-style: italic;
}
@font-face {
	font-family: Nunito;
	src: url(assets/css/fonts/nunito/static/Nunito-Medium.ttf);
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: Nunito;
	src: url(assets/css/fonts/nunito/static/Nunito-MediumItalic.ttf);
	font-weight: 500;
	font-style: italic;
}
@font-face {
	font-family: Nunito;
	src: url(assets/css/fonts/nunito/static/Nunito-SemiBold.ttf);
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: Nunito;
	src: url(assets/css/fonts/nunito/static/Nunito-SemiBoldItalic.ttf);
	font-weight: 600;
	font-style: italic;
}
@font-face {
	font-family: Nunito;
	src: url(assets/css/fonts/nunito/static/Nunito-Bold.ttf);
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: Nunito;
	src: url(assets/css/fonts/nunito/static/Nunito-ExtraBold.ttf);
	font-weight: 800;
	font-style: normal;
}



/* Typography
--------------------------------------------- */
html{
	font-size: 16px;
}
html body h1{
    font-size: 3.5rem;
    margin: 1rem 0;
    font-weight: 700;
    letter-spacing: 3px;
}
html body h2{
	font-size: 2.5rem;
	margin: 0 0 1.2rem;
	font-weight: 700;
    letter-spacing: 3px;
}
html body h3{
	font-size: 2rem;
	margin: 0 0 1rem;
	font-weight: 700;
    letter-spacing: 3px;
}
html body h4{
	font-size: 1.75rem;
	margin: 0 0 1rem;
	font-weight: 700;
    letter-spacing: 3px;
}
html body,
html button,
html input,
html select,
html p,
html optgroup,
html textarea{
	color: #00415d;
	font-family: Nunito, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	line-height: 140%;
}
h1,
h2,
h3,
h4,
h5,
h6{
	color: #00415d;
    letter-spacing: .7px;
	clear: both;
}
p{
	margin-bottom: 1.5rem;
}
dfn,
cite,
em,
i{
	font-style: italic;
}
blockquote{
	margin: 0 1.5rem;
}
address{
	margin: 0 0 1.5rem;
}
pre{
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6rem;
	max-width: 100%;
	overflow: auto;
	padding: 1.6rem;
}
code,
kbd,
tt,
var{
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym{
	border-bottom: 1px dotted #e2e2e2;
	cursor: help;
}
mark,
ins{
	background: #fff9c0;
	text-decoration: none;
}
big{
	font-size: 125%;
}

body span,
body p{
	cursor: default;
}


body .entry-content a span,
body .entry-content a,
body .entry-content button{
	transition: all .3s ease;
}

body a span,
body a,
body button{
	color: #00415d;
	cursor: pointer;
}
body a:focus,
body a:active,
body a:hover{
	color: #00415d;
	outline: 0;
}
.color-style-1{
	color: #00415d;
	color: #000000;
}

.color-style-2{
	color: #ffffff;
}
.color-style-3{
	color: #3096c9;
	color: #0277D3;
}
.color-style-4{
	color: #2ca702;
}

@media (max-width: 575.98px){
	html{
		font-size: 12px;
	}	
}
@media (min-width: 576px) and (max-width: 767.98px){
	html{
		font-size: 13px;
	}	
}
@media (min-width: 768px) and (max-width: 991.98px){
	html{
		font-size: 14px;
	}	
}
@media (min-width: 992px) and (max-width: 1199.98px){
	html{
		font-size: 15px;
	}	
}


/* Elements
--------------------------------------------- */
*,
*::before,
*::after{
	box-sizing: border-box;
}
body{
	cursor: default;
}
hr{
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
ul,
ol{
	margin: 0 0 0.5rem 1rem;
}
ul{
	list-style: disc;
}
ol{
	list-style: decimal;
}
li > ul,
li > ol{
	margin-bottom: 0;
	margin-left: 0.5rem;
}
dt{
	font-weight: 700;
}
dd{
	margin: 0 1.5rem 1.5rem;
}
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object{
	max-width: 100%;
}
img{
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}
svg{
  vertical-align: middle;
}
figure{
	margin: 1rem 0;
}
iframe{
  border: 0;
}
table{
	margin: 0 0 1rem;
	width: 100%;
}
caption{
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	color: #6c757d;
	text-align: left;
}
label, output{
	display: inline-block;
}

/* Links
--------------------------------------------- */
ul.menu-style-1 a{
	padding: 2px 0px;
    letter-spacing: 1px;
    line-height: 100%;
    color: #ffffff;
	border-bottom: 2px solid #fff0;
}
ul.menu-style-1 a:hover{
	text-decoration: none;
	border-bottom: 2px solid #ffffff;
}
ul.menu-style-1 li.current-menu-item > a{
	border-bottom: 2px solid #ffffff;
}
ul.menu-style-1 li.current-menu-item.no-follow a{
	border-bottom: 2px solid #fff0;
}
ul.menu-style-1 li.current-menu-item.no-follow a:hover{
	border-bottom: 2px solid #ffffff;
}


ul.menu-style-2 a{
	padding: 1px 0px;
    letter-spacing: 1px;
    line-height: 100%;
    color: #00415d;
	border-bottom: 1px solid #fff0;
}
ul.menu-style-2 a:hover{
	text-decoration: none;
	border-bottom: 1px solid #00415d;
}
ul.menu-style-2 li.current-menu-item > a{
	border-bottom: 1px solid #00415d;
}
ul.menu-style-2 li.current-menu-item.no-follow a{
	border-bottom: 1px solid #fff0;
}
ul.menu-style-2 li.current-menu-item.no-follow a:hover{
	border-bottom: 1px solid #00415d;
}

/*
ul.menu-style-1 a{
	color: #00415d;
    border-bottom: 1px solid rgba(255, 255, 255, 0);
}
ul.menu-style-1 a:hover{
	color: #00415d;
    border-bottom: 1px solid #00415d;
}
ul.menu-style-1 li.current-menu-item > a{
	color: #00415d;
    border-bottom: 1px solid #00415d;
}

ul.menu-style-2 a{
	color: rgba(255, 255, 255, 0.7);
}
ul.menu-style-2 a:hover{
	color: #ffffff;
}
ul.menu-style-2 li.current-menu-item > a{
	color: #ffffff;
}
ul.menu-style-4 a{
	color: #00415d;
    border-bottom: 1px solid rgba(255, 255, 255, 0);
}
ul.menu-style-4 a:hover{
	color: #00415d;
    border-bottom: 1px solid #00415d;
}
ul.menu-style-4 li.current-menu-item > a{
	color: #00415d;
    border-bottom: 1px solid #00415d;
}
*/

.breadcrumbs-container span{
	font-size: 0.7rem;
    letter-spacing: 0.5px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
}
.breadcrumbs-container span a{
	font-size: 0.7rem;
    letter-spacing: 0.5px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
	color: #00415d;
    border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.breadcrumbs-container span a:hover {
    color: #00415d;
    border-bottom: 1px solid #00415d;
}


/*
html body #page .site-menu a{
	color: #ffffff;
}
html body #page .site-menu a:visited{
	color: #ffffff;
}
html body #page .site-menu a:hover,
html body #page .site-menu a:focus,
html body #page .site-menu a:active{
	color: #a67bec;
}
html body #page a.link-type-1{
	color: #ffffff;
}
html body #page a.link-type-1:visited{
	color: #ffffff;
}
html body #page a.link-type-1:hover,
html body #page a.link-type-1:focus,
html body #page a.link-type-1:active{
	color: #a67bec;
}
html body #page a.link-type-2{
	color: #ebebeb;
}
html body #page a.link-type-2:visited{
	color: #ebebeb;
}
html body #page a.link-type-2:hover,
html body #page a.link-type-2:focus,
html body #page a.link-type-2:active{
	color: #a67bec;
}
html body #page a{
	text-decoration: none;
	color: #0056b3;
	transition: all .3s ease;
	font-weight: 600;
}
html body #page a:visited{
	color: #0056b3;
}
html body #page a:hover,
html body #page a:focus,
html body #page a:active{
	color: #5684cf;
	text-decoration: none;
	outline: 0;
}
*/


/* 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;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input{
	overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select{
	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;
}


html #page textarea,
html #page select,
html #page input{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html body #page select{
	transition: all .2s ease;
	color: #101010 !important;
	font-weight: 300;
    font-size: 1rem !important;
    line-height: 120%;
    background: #FAFAFF !important;
    border-radius: 3px;
    -webkit-transition: background-color .3s ease, box-shadow .3s ease;
    -ms-transition: background-color.3s ease, box-shadow .3s ease;
    transition: background-color.3s ease, box-shadow .3s ease;
    border: 1px solid #cbcbcb !important;
    width: 100%;
    padding: 0px 10px !important;
    min-height: 40px;
    cursor: pointer;
}
html body #page select:hover{
    background: #FFFFFF !important;
    border: 1px solid #97989a !important;
}
html body #page select:focus, html body #page select:active{
    background: #FFFFFF !important;
    border: 1px solid #3c5b8d !important;
}
html body #page select:focus-visible{
	outline: none;
}
html body #page input[type="text"],
html body #page input[type="email"],
html body #page input[type="url"],
html body #page input[type="password"],
html body #page input[type="search"],
html body #page input[type="number"],
html body #page input[type="tel"],
html body #page input[type="range"],
html body #page input[type="date"],
html body #page input[type="month"],
html body #page input[type="week"],
html body #page input[type="time"],
html body #page input[type="datetime"],
html body #page input[type="datetime-local"],
html body #page input[type="color"],
html body #page textarea{
	transition: all .2s ease;
	color: #585F66 !important;
	background: #FAFAFF !important;
	border-radius: 3px;
	border: 1px solid #cbcbcb !important;
	box-shadow: inset 0px -3px 0px #b6bfc8 !important;
	padding: 3px;
	min-height: 40px;
	font-size: 0.9rem !important;
	width: 100%;
	padding: 0px 10px !important;
	margin: 0px !important;
}
html body #page textarea{
    min-height: 60px !important;
    padding: 10px !important;
	overflow: auto;
}
html body #page input[type="text"]:hover,
html body #page input[type="email"]:hover,
html body #page input[type="url"]:hover,
html body #page input[type="password"]:hover,
html body #page input[type="search"]:hover,
html body #page input[type="number"]:hover,
html body #page input[type="tel"]:hover,
html body #page input[type="range"]:hover,
html body #page input[type="date"]:hover,
html body #page input[type="month"]:hover,
html body #page input[type="week"]:hover,
html body #page input[type="time"]:hover,
html body #page input[type="datetime"]:hover,
html body #page input[type="datetime-local"]:hover,
html body #page input[type="color"]:hover,
html body #page textarea:hover{
    border-color: #97989a !important;
	background: #FFFFFF !important;
    box-shadow: inset 0px -3px 0px #b6bfc8 !important;
}
html body #page input[type="text"]:focus,
html body #page input[type="email"]:focus,
html body #page input[type="url"]:focus,
html body #page input[type="password"]:focus,
html body #page input[type="search"]:focus,
html body #page input[type="number"]:focus,
html body #page input[type="tel"]:focus,
html body #page input[type="range"]:focus,
html body #page input[type="date"]:focus,
html body #page input[type="month"]:focus,
html body #page input[type="week"]:focus,
html body #page input[type="time"]:focus,
html body #page input[type="datetime"]:focus,
html body #page input[type="datetime-local"]:focus,
html body #page input[type="color"]:focus,
html body #page textarea:focus{
	outline: none;
	color: #101010 !important;
    background: #FFFFFF !important;
    border-color: #3c5b8d !important;
    box-shadow: inset 0px -3px 0px #3c5b8d !important;
}
html body #page input::placeholder, html body #page textarea::placeholder{
    color: #8B7F8D;
}


body button{
	cursor: pointer;
}
body .btn-opacity-1{
	opacity: 1;
}
body .btn-opacity-1:hover{
	opacity: 0.85;
}
body .btn-opacity-2{
	opacity: 0.85;
}
body .btn-opacity-2:hover{
	opacity: 1;
}


body .btn-style-1{
	display: flex;
    background-color: #2ca702;
	color: #ffffff;
	align-items: center;
	letter-spacing: 1px;
    border: 0px;
    border-radius: 5px;
    font-weight: 700;
    text-transform: uppercase;
	height: 30px;
    padding: 4px 15px;
	outline: none;
}
body .btn-style-2{
	display: flex;
    background-color: #0277d3;
	color: #ffffff;
	align-items: center;
	letter-spacing: 1px;
    border: 0px;
    border-radius: 5px;
    font-weight: 700;
    text-transform: uppercase;
	height: 30px;
    padding: 4px 15px;
	outline: none;
}
body .btn-style-1:hover
body .btn-style-2:hover{
	text-decoration: none;
}
body .btn-style-1:focus,
body .btn-style-1:active,
body .btn-style-2:focus,
body .btn-style-2:active{
	text-decoration: none;
	outline: none;
}


body .btn-style-15{
    color: #00415d;
    background: none;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0px;
    margin: 0px;
    border: 0px;
    font-size: 0.8rem;
	outline: none;
	text-decoration: none;
}
body .btn-style-15:hover{
	color: #0056b3;
	outline: none;
	text-decoration: none;
}
body .btn-style-15:active,
body .btn-style-15:focus{
	color: #0056b3;
	outline: none;
	text-decoration: none;
}

.btn-animate-container{
	position: relative;
    overflow: hidden;
}
.btn-animate-container .btn-animate:after{
    position: absolute;
    display: block;
    content: "";
    margin-left: 60px;
    width: 15px;
    height: 300px;
    background: #ffffffab;
    -webkit-animation-delay: 0.05s;
    animation-delay: 0.05s;
    position: absolute;
    left: -40px;
    top: -150px;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    -webkit-animation-name: slideme;
    animation-name: slideme;
    -webkit-animation-duration: 2.5s;
    animation-duration: 2.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.btn-animate-container .btn-animate:hover:after{
	visibility: hidden;
    opacity: 0;
}
@-webkit-keyframes slideme{
    0% {
        left: -30px;
        margin-left: 0px;
    }
    30% {
        left: 110%;
        margin-left: 80px;
    }
    100% {
        left: 110%;
        margin-left: 80px;
    }
}
@keyframes slideme{
    0% {
        left: -30px;
        margin-left: 0px;
    }
    30% {
        left: 110%;
        margin-left: 80px;
    }
    100% {
        left: 110%;
        margin-left: 80px;
    }
}

html body #page input.wpcf7-not-valid{
	border: 1px solid #c74a4a !important;
	box-shadow: inset 0px -3px 0px #c74a4a !important;
}
.wpcf7 form .wpcf7-btn p{
	display: flex;
	align-items: center;
}

.cf7 .wpcf7 .wpcf7-form{
	position: relative;
}
.cf7 .title{
	font-weight: 600;
	font-size: 1.1rem;
	line-height: 150%;
	color: #101010;
	padding: 0 0 10px 0;
	border-bottom: 1px solid rgba(0,0,0,.2);
	color: #091e50;
	margin-bottom: 20px !important;
}
.cf7 .wpcf7 p{
	position: relative;
	margin: 0px;
}
.cf7 .wpcf7 label{
	display: block;
	width: 100%;
	margin: 0px;
	padding: 15px 0 !important;
}
.cf7 .wpcf7 span.wpcf7-spinner{
	display: none;
}
html body #page .response-output-errore-form,
html body #page .cf7 .wpcf7 .wpcf7-response-output{
	color: #091e50;
	font-size: 1rem;
	font-weight: 600;
	margin: 20px 0px;
	padding: 14px;
	background-color: #f5f4f9;
	border: 0px;
}
html body #page .response-output-errore-form,
html body #page .wpcf7 form.invalid .wpcf7-response-output{
	padding: 14px;
	background-color: #f5f4f9;
	border-left: 4px solid #C74A4A;
	border-color: #C74A4A;
}
html body #page .cf7 .wpcf7 .wpcf7-response-output.server-success{
	background-color: #f5f4f9;
	border-left: 4px solid #1ab300;
}
html body #page .field-not-valid,
html body #page .cf7 .wpcf7 .wpcf7-not-valid-tip{
	width: 100%;
	max-width: 100%;
	background: #C74A4A;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	box-sizing: border-box;
	position: relative;
	padding: 12px;
	font-size: 14px;
	line-height: 20px !important;
	margin: 12px 0 0 0;
	position: relative;
}
html body #page .field-not-valid:after,
html body #page .cf7 .wpcf7 .wpcf7-not-valid-tip:after{
	font-family: "FontAwesome" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	top: -17px;
	left: 10px;
	position: absolute;
	z-index: 1;
	color: #C74A4A;
	font-size: 28px;
	line-height: 1em !important;
	content: "\f0d8";
}
/**
 * Correct the padding in Firefox.
 */
fieldset{
	padding: 0.35rem 0.75rem 0.625rem;
}
/**
 * 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;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress{
	vertical-align: baseline;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"]{
	box-sizing: border-box;
	padding: 0;
}
/**
 * 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;
	outline-offset: -2px;
}
/**
 * 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;
	font: inherit;
}



/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
body .row{
	display: flex;
	flex-wrap: wrap;
}
body .container{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}
body .site-main .container>.row{
	margin: 0px 15px;
}
#page{
	display: flex;
	flex-direction: column;
	height: 100%;
	background: #f7f7f7;
}
.page-title .entry-header{
	display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 10px;
    border-top: 2px solid #b6bfc8;
    border-bottom: 2px solid #b6bfc8;
    min-height: 50px;
    margin-bottom: 35px;
    width: 100%;
}
.breadcrumbs-container{
	padding: 50px 0px 20px 0px;
}

.social-contact .social-btn-items{
	display: flex;
}
.social-contact .social-btn-items a{
    display: flex;
    align-items: center;
    width: 30px;
    height: 30px;
    margin-left: 10px;
}
.social-contact .social-btn-items a:first-child{
    margin-left: 0px;
}

@media (max-width: 576.98px){
	body .container-section .container{
		padding: 25px;
	}
	.breadcrumbs-container .breadcrumbs{
		margin: 0px 30px;
	}
	.page-title .entry-header{
		margin: 0px 30px 30px 30px;
	}
}

@media (min-width: 576px){
	.container{
		max-width: 540px;
	}
}
@media (min-width: 768px){
	.container{
		max-width: 720px;
	}
}
@media (min-width: 992px){
	.container{
		max-width: 960px;
	}
	.breadcrumbs-container .row{
		padding-top: 50px !important;
		background: #ebebeb;
	}
}
@media (min-width: 1200px){
	.container{
		max-width: 1140px;
	}
}
@media (min-width: 1400px){
	.container{
		max-width: 1320px;
	}
}



/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.nav{
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}
.main-navigation li{
	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: flex;
	}
}
.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation{
	margin: 0 0 1.5rem;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links{
	display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous{
	flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next{
	text-align: end;
	flex: 1 0 50%;
}

#btn-top{
    position: fixed;
    z-index: 100000;
    bottom: 30px;
    right: 30px;
    min-height: 30px;
    display: none
}
#btn-top svg path {
	fill: #0277d3;
    opacity: .8;
    transition: all .2s
}
#btn-top:hover svg path {
    opacity: 1;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}
.updated:not(.published){
	display: none;
}
.page-content,
.entry-content,
.entry-summary{
	margin: 0px;
}

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

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

.bypostauthor{
	display: block;
}

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

.widget select{
	max-width: 100%;
}

/* 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 logo link wraps around logo image. */
.custom-logo-link{
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption{
	margin-bottom: 1.5rem;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"]{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption .wp-caption-text{
	margin: 0.8075rem 0;
}
.wp-caption-text{
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.img-fluid{
	max-width: 100%;
	height: auto;
}
.img-thumbnail{
	padding: 0.25rem;
	background-color: #fff;
	border: 1px solid #dee2e6;
	border-radius: 0.25rem;
	max-width: 100%;
	height: auto;
}
.figure{
	display: inline-block;
}
.figure-img{
	margin-bottom: 0.5rem;
	line-height: 1;
}
.figure-caption{
	font-size: 0.875em;
	color: #6c757d;
}
.gallery{
	margin-bottom: 1.5rem;
	display: grid;
	grid-gap: 1.5rem;
}
.gallery-item{
	display: inline-block;
	text-align: center;
	width: 100%;
}
.gallery-columns-2{
	grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3{
	grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4{
	grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5{
	grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6{
	grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7{
	grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8{
	grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9{
	grid-template-columns: repeat(9, 1fr);
}
.gallery-caption{
	display: block;
}



/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer{
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer{
	display: block;
}



/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* 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;
}
.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: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}
/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus{
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
	/*rtl:ignore*/
	float: left;
	/*rtl:ignore*/
	margin-right: 1.5rem;
	margin-bottom: 1.5rem;
}
.alignright{
	/*rtl:ignore*/
	float: right;
	/*rtl:ignore*/
	margin-left: 1.5rem;
	margin-bottom: 1.5rem;
}
.aligncenter{
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5rem;
}


/* Modal */
body .modal{
	display: none;
	z-index: 10000;
    overflow-y: auto;
    background-color: rgba(0,0,0,.8);
}
.modal .modal-overflow{
    transition: opacity 0.3s ease 0s;
    z-index: 100;
	position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
	display: none;
}
.modal .modal-content{
	margin: 200px auto;
	width: 100%;
	max-width: 450px;
	min-height: 300px;
	background-color: rgba(255,255,255,1);
	padding: 40px 40px 60px 40px;
	box-sizing: border-box;
	overflow: hidden;
	z-index: 10000;
}
.modal .modal-title{
	text-align: center;
    margin: 10px 0px 30px 0px;
    padding-bottom: 10px;
	border-bottom: 1px solid rgba(0,0,0,.2);
}
.modal .modal-title-p{
    font-size: 1.4rem;
    font-weight: 500;
	letter-spacing: 1px;
    text-align: center;
	color: #091e50;
    text-transform: uppercase;
    margin: 0px;
}
.modal .modal-label{
	line-height: 1.35;
	font-weight: 600;
	padding: 0 0 20px 0;
	border-bottom: 1px solid rgba(0,0,0,.2);
}
.modal .modal-close{
	text-align: right;
}
.modal .modal-close-btn{
	cursor: pointer;
	padding: 0px;
	margin: 0px;
	background: inherit;
	border: 0px;
	height: 23px;
}
.modal .modal-close-btn svg{
    transition: all .2s;
	opacity: 1;	
}
.modal .modal-close-btn:hover svg{
	opacity: .5;
}
.modal .modal-close-btn:focus{
	outline: none;
}
.modal .wpcf7-form p{
	margin: 0px;
}
.modal .wpcf7-form .form-label{
	width: 100%;
	margin-bottom: 20px;
}
.modal .wpcf7-form .form-fields p{
	margin: 0px;
}
.modal .wpcf7-form .privacy-policy{
	margin-bottom: 20px;
}
.modal .wpcf7-form .privacy-policy p{
    font-size: 0.9rem;
    line-height: 120%;
}
.modal .wpcf7-form .privacy-policy .wpcf7-list-item{
	margin: 0px;
}
.modal .wpcf7-form .privacy-policy .wpcf7-list-item label{
	margin: 0px;
}
.modal .wpcf7-form .form-submit p{
	display: flex;
    align-items: center;
}
.modal .wpcf7-form .wpcf7-submit{
	height: 30px;
    font-size: 0.8rem;
    letter-spacing: .5px;
	cursor: pointer;
}
.modal .wpcf7-form .wpcf7-not-valid-tip{
	display: none !important;
}
.modal .wpcf7 form .wpcf7-response-output{
	margin-left: 0px;
}
.modal .wpcf7 form .wpcf7-btn p{
	display: flex;
	align-items: center;
}
.modal .wpcf7 form .wpcf7-response-output{
	margin: 20px 0px 0px;
}




/* PAGE
--------------------------------------------- */
.site .post-container{
	padding-top: 60px;
}
.site .post-container .post-section-text-a,
.site .post-container .post-list,
.site .post-container .post-text-p{
	color: #000000;
	font-size: 1.2rem;
    line-height: 160%;
}
.site .post-container .post-section-1 .post-text-p{
	font-size: 1.4rem;
}

.site .post-container .post-text-p{
    text-align: justify;
}
.site .post-container .post-text-p:last-child{
	margin-bottom: 0px
}
.site .post-container .post-section.post-section-1{
	padding-top: 0px;
}
.site .post-container .post-section{
	position: relative;
	padding: 120px 0px;
	margin: 0px;
}
.site .post-container .post-section picture img{
	margin: 20px 0px;
}

.site .post-container .post-section::after{
    display: block;
    content: "";
    position: absolute;
    bottom: -60px;
    width: 100%;
    z-index: 100;
    height: 120px;
	background-color: #ffffff;
    background-image: url("/wp-content/themes/poolfort/assets/images/post/section-bg-1.png");
    background-repeat: no-repeat;
    background-position: left;
    background-size: 100% 100%;
}

.site .post-container .post-section:nth-child(even){
	background: #ebebeb;
}
.site .post-container .post-section:nth-child(even)::after{
    display: block;
    content: "";
    position: absolute;
    bottom: -60px;
    width: 100%;
    z-index: 100;
    height: 120px;
    background-color: #ebebeb;
    background-image: url("/wp-content/themes/poolfort/assets/images/post/section-bg-3.png");
    background-repeat: no-repeat;
    background-position: left;
    background-size: 100% 100%;
}
.site .post-container .post-section:last-child::after{
    content: none;
}


.site .post-container .post-section .container>.row{
    margin: 0px -15px;
}
.site .post-container .post-section h2{
	border-bottom: 2px solid #b6bfc8;
	margin-bottom: 1.5rem;
	padding-bottom: 5px;
}
.site .post-container .post-section-navigation{
    background: #ffffff;
    padding: 20px;
    border: 1px solid #b6bfc8;
	float: right;
    margin: 0px 0px 20px 20px;
	width: 280px;
}
.site .post-container .post-section-navigation h2{
	font-size: 1.4rem;
	margin-bottom: 10px;
}
.site .post-container .post-section-navigation ul{
    margin: 0px;
    padding: 0px;
}
.site .post-container .post-section-navigation li{
    list-style: none;
    line-height: 1.5;
    padding: 3px 5px;
}
.site .post-container .post-section-navigation li a{
	font-size: 0.7rem;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-decoration: none;
	font-weight: 700;
}






.site .post-container .post-list{
    margin: 1rem 0px 1rem 0px;
    padding: 0px;
}
.site .post-container .post-list li{
    list-style: none;
    line-height: 1.5;
    padding: 3px 0px;
}
.site .post-container .list-style-disc{
    padding: 0px 0px 0px 30px;
}
.site .post-container .list-style-disc li{
    list-style: disc;
}
.site .post-container .post-list li a{
	font-size: 0.9rem;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-decoration: none;
	font-weight: 600;
}
.site .post-container .post-section-text-a{
    text-decoration: none;
	color: #00415d;
    border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.site .post-container .post-section-text-a:hover{
	border-bottom: 1px solid #00415d;
}

@media (max-width: 576px){
	.site .post-container .post-section .container>.row{
		margin: 0px 15px;
	}
	.site .post-container .post-section{
		padding: 60px 0px;
	}
	.site .post-container .post-section-navigation{
		float: none;
		margin: 0px 0px 40px 0px;
		width: 100%;
	}
}




/* HEADER
--------------------------------------------- */
.site-header{
	position: fixed;
    top: 0;
    z-index: 10000;
    width: 100%;
    height: auto;
	background-color: #ffffff;
}
.admin-bar .site-header{
    top: 32px;
}
.site-header .header-top{
    min-height: 50px;
	padding: 10px 0px;
	background-color:#ffffff;
}
.site-header .header-top .header-branding{
	position: relative;
    overflow: hidden;
	display: flex;
	align-items: flex-end;
}
.site-header .header-top .logo img{
    max-height: 40px;
    width: auto;
}

.site-header .header-top .header-top-bar{
	display: flex;
	width: 100%;
	padding: 5px 0px;
	border-bottom: 2px solid #e2e2e2;
}
.site-header .header-top .header-top-bar .header-top-bar-menu{
	display: flex;
	align-items: center;
	justify-content: center;
}
.site-header .header-top .header-top-bar .main-navigation-top-bar ul{
	display: flex;
	align-items: center;
	margin: 0;
    padding: 0;
    width: 100%;
    list-style: none;
}
.site-header .header-top .header-top-bar .main-navigation-top-bar ul li{
	margin: 0px 10px;
}
.site-header .header-top .header-top-bar .main-navigation-top-bar ul li a{
	font-size: 0.7rem;
	letter-spacing: 0.5px;
    font-weight: 500;
	text-transform: uppercase;
	text-decoration: none;
}
.site-header .header-top .header-top-bar .header-top-bar-call{
	padding-right: 0px;
}

.site-header .header-top .header-top-bar-contact{
	display: flex;
    align-items: center;
    justify-content: flex-end;
}
.site-header .header-top .header-top-contact{
	display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 5px 0px;
}

.site-header .header-top .btn-call button{
	font-size: 0.8rem;
    height: 30px;
	padding: 3px 10px 3px 10px;
}

.site-header .header-top .social-contact,
.site-header .header-top .btn-call{
	margin-left: 20px;
}
.site-header .header-top .header-top-contact-phone{
    display: flex;
    align-items: center;
}
.site-header .header-top .header-top-contact-container{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
}
.site-header .header-top .header-top-contact-icon{
	display: flex;
	align-items: center;
	width: 24px;
	height: 24px;
	margin-right: 10px;
}
.site-header .header-top .header-top-contact-phone .header-top-contact-text{
	font-weight: 700;
	font-size: 26px;
	line-height: 100%;
}

.site-header .header-middle{
	background-color: #3096c9;
	background-color: #0277D3;
}
.site-header .header-middle .menu{
    flex: 1 1 0%;
    width: 100%;
    display: flex;
    justify-content: flex-start;
}
.site-header .header-middle .main-navigation ul {
    display: flex;
    justify-content: center;
	margin: 0px;
    padding: 5px 0px;
}
.site-header .header-middle .main-navigation li{
	list-style: none;
	margin: 0px;
	padding: 10px 5px;
	margin: 0px 10px;
	position: relative;
}
.site-header .header-middle .main-navigation li:first-child{
	margin-left: 0px;
}
.site-header .main-navigation li a{
	transition: all .3s;
	padding: 2px 0px;
    letter-spacing: 1px;
    font-size: 1rem;
    font-weight: 700;
    line-height: 100%;
    color: #ffffff;
	border-bottom: 2px solid #fff0;
}
.site-header .main-navigation li a:hover{
	text-decoration: none;
	border-bottom: 2px solid #ffffff;
}
.site-header .main-navigation li.current-menu-item a{
    color: #ffffff;
}
.site-header .header-middle .header-main-menu{
	display: flex;
    flex-wrap: nowrap;
	justify-content: flex-end;
    align-items: center;
}
.site-header .header-middle .header-main-menu .main-navigation{
    flex: auto;
}
.site-header .header-middle .header-main-menu .main-menu-imported-items{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0px;
}
.site-header .header-middle .header-main-menu .main-menu-imported-items .main-menu-imported-item{
	display: flex;
	flex-wrap: wrap;
    justify-content: center;
    align-items: center;
	margin-left: 10px;
	padding-left: 10px;
    border-left: 1px solid #e7e7ea;
	text-decoration: none;
}
.site-header .header-middle .header-main-menu .main-menu-imported-items .main-menu-imported-item:last-child{
	padding-right: 10px;
    border-right: 1px solid #e7e7ea;	
}
.site-header .header-middle .header-main-menu .main-menu-imported-items .menu-imported-item-icon{
	display: flex;
	width: 100%;
	justify-content: center;
}
.site-header .header-middle .header-main-menu .main-menu-imported-items .main-menu-imported-item .menu-imported-item-title{
    display: flex;
    align-items: center;
    font-size: 0.8rem;
	font-weight: 500;
    line-height: 125%;
    text-transform: uppercase;
    color:#ffffff;
}
.site-header .mobil-menu-container{
    flex: 1 1 0%;
    width: 100%;
    display: flex;
	justify-content: flex-start;
}
.site-header .menu-toggle{
	padding: 5px;
	line-height: 1;
	background: #00415d;
	cursor: pointer;
	box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
    transition: all .3s;
}
.site-header .mobil-menu-container .w-tools-menu-1{
    position: relative;
    display: block;
    width: 20px;
    height: 2px;
    background-color: currentColor;
    color: #ffffff;
    margin-bottom: 5px;
}
.site-header .mobil-menu-container .w-tools-menu-2{
    margin-bottom: 5px;
}
.site-header .mobil-menu-container .w-tools-menu-2, .site-header .mobil-menu-container .w-tools-menu-3{
    display: block;
    width: 20px;
    height: 2px;
    background-color: currentColor;
    color: #ffffff;
}
.site-header .mobil-menu-container .w-tools-menu-2{
    transition: all .3s;
}
.site-header .mobil-menu-container .menu-toggle:hover{
    background: #00415d;
    border: 1px solid #ffffff;
}
.site-header .mobil-menu-container .menu-toggle.active .w-tools-menu-2{
	width: 18px;
    margin-left: 6px;
}
.site-header .mobil-menu-container .menu-toggle.active{
	background: #ffffff;
}
.site-header .mobil-menu-container .menu-toggle.active .w-tools-menu-2{
    width: 14px;
    margin-left: 3px;
}
.site-header .mobil-menu-container .menu-toggle:focus{
	outline: none;
}

.mobile-menu{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 100; 
}
.mobile-menu .mm__bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(20, 20, 20, 0.8);
	z-index: 100; 
}
.mobile-menu .mm__wrapper {
	visibility: hidden;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	transition: all .4s ease-in-out;
	overflow-y: auto;
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 200;
	touch-action: auto;
	-ms-touch-action: auto;
	background: #fff; 
}
.mobile-menu .h__logo {
	padding-left: 40px;
	font-size: 2rem;
	font-weight: 700;
	color: #333;
	line-height: 1.25;
	margin-left: 20px;
	margin-top: 15px; 
}
.mm__header .close-btn {
	position: absolute;
	top: 0;
	right: 0;
	margin-right: 15px;
	margin-top: 15px; 
}
.close-btn {
	position: relative;
	width: 20px;
	height: 20px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	cursor: pointer; 
}
.close-btn:before {
	width: 2px;
	height: 18px;
	left: 8px;
	top: 0; 
}
.close-btn:after {
	height: 2px;
	width: 18px;
	top: 8px;
	left: 0; 
}
.close-btn:before, .close-btn:after {
	content: "";
	background: #000;
	position: absolute; 
}
.close-btn--red:before, .close-btn--red:after {
	background: #000000; 
}

.mobile-menu-body{
	padding: 60px 30px;
}
.admin-bar .mobile-menu{
	top: 40px;
}
.mobile-menu .menu{
	margin: 0px;
	padding: 0px;
}
.mobile-menu .menu li{
	list-style: none;
	line-height: 100%;
	padding-bottom: 15px;
}
.mobile-menu .menu li:last-child{
	padding-bottom: 0px;
}
.mobile-menu .menu li a{
	font-style: normal;
	font-weight: 500;
	font-size: 1rem;
	line-height: 130%;
	text-transform: none;
	text-decoration: none;
}
.mobile-menu .menu li .sub-menu{
	padding-top: 10px;
	padding-left: 15px;
}
.mobile-menu .menu li .sub-menu li{
	list-style: disc;
	padding-bottom: 15px;
}
.mobile-menu .menu li .sub-menu li:last-child{
	padding-bottom: 0px;
}
.mobile-menu .mobile-menu-contact{
	padding: 20px 0px;
    margin-top: 20px;
    border-top: 1px solid #e2e2e2;
}
.mobile-menu .mobile-menu-contact .mobile-menu-contact-time-work,
.mobile-menu .mobile-menu-contact .mobile-menu-contact-email,
.mobile-menu .mobile-menu-contact .mobile-menu-contact-phone{
    margin-bottom: 15px;
}
.mobile-menu .mobile-menu-contact .mobile-menu-contact-title{
	display: flex;
	margin-bottom: 5px;
	font-weight: 500;
	font-size: 1rem;
}
.mobile-menu .mobile-menu-contact .mobile-menu-contact-text{
	font-weight: 600;
	font-size: 1rem;
}
.mobile-menu .mobil-navigation ul{
	margin-bottom: 25px;
}






/* MEDIA */
@media (max-width: 360px){
	.site-header .header-top .header-branding {
        max-width: 100%;
		flex: 100%;
        height: 70px;
    }
    .site-header .header-top .header-top-bar-contact {
		order: -1;
        max-width: 100%;
        flex: 100%;
    }
}

@media (max-width: 500px){
	.site-header .header-top .header-branding .brandin-trigger{
		background-position: center 15px;
	}
}
@media (max-width: 575.98px){
	.site-header .header-top .header-branding{
		min-width: 150px;
	}
	.site-header .header-top .header-top-bar-contact{
		flex: 1;
	}
	.site-header .menu-toggle{
		display: block;
	}
	.site-header .container>.row{
		margin: 0px;
	}

}

@media (min-width: 576px) and (max-width: 767.98px){
	.site-header .menu-toggle{
		display: block;
	}
	.site-header .container>.row{
		margin: 0px;
	}
}

@media (min-width: 768px) and (max-width: 991.98px){
	.site-header .header-top .header-top-bar{
		justify-content: flex-end;
	}
	.site-header .menu-toggle{
		display: block;
	}
}

@media (min-width: 992px) and (max-width: 1199.98px){
	.site-header .header-top .header-top-bar{
		justify-content: flex-end;
	}
	.site-header .header-middle .header-main-menu{
		max-width: 100%;
		flex: 100%;
	}
}

@media (min-width: 768px) {
	.mobile-menu {
		padding-top: 0; 
	} 
}
@media (min-width: 768px) {
	.mobile-menu .mm__wrapper {
		width: 35%; 
	} 
}
@media (min-width: 1200px) {
	.mobile-menu .mm__wrapper {
		width: 25%; 
	} 
}




/* FOOTER
--------------------------------------------- */
.site-footer{
	background-color: #ffffff;
	position: relative;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 40px 0px 0px 0px;
}
.site-footer .footer-middle{
	display: flex;
	margin-bottom: 25px;
}
.site-footer .footer-logo-container,
.site-footer .footer-contact-container,
.site-footer .footer-menu-container{
	padding-top: 30px;
	padding-bottom: 45px;
}
.site-footer .footer-logo-container,
.site-footer .footer-menu-container{
	border-right: 1px solid rgba(255, 255, 255, 0.15);
}
.site-footer .footer-menu-container .footer-menu-application,
.site-footer .footer-contact-container .footer-menu-application{
	padding: 0px 30px;
}
.site-footer .footer-logo-container .footer-logo img{
	max-height: 100px;
}
.site-footer .col-title{
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
	margin-bottom: 20px;
	font-size: 1.1rem;
}
.site-footer .menu{
	margin: 0px;
	padding: 0px;
}
.site-footer .menu li{
	list-style: none;
	line-height: 100%;
	padding-bottom: 14px;
}
.site-footer .menu li:last-child{
	padding-bottom: 0px;
}
.site-footer .menu li a{
	font-style: normal;
	font-weight: 400;
	font-size: 0.9rem;
	line-height: 100%;
	text-transform: none;
	text-decoration: none;
}
.site-footer .menu li .sub-menu{
	padding-top: 10px;
	padding-left: 15px;
}
.site-footer .menu li .sub-menu li{
	list-style: disc;
	padding-bottom: 10px;
}
.site-footer .menu li .sub-menu li:last-child{
	padding-bottom: 0px;
}
.site-footer .footer-contact-container .footer-menu-application>div{
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.site-footer .footer-contact-container .footer-modal-feedback-btn button{
	font-size: 0.8rem;
    height: 30px;
    padding: 3px 10px 3px 10px;
}
.site-footer .footer-top-contact-container{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding-left: 10px;
}
.site-footer .footer-top-contact-container span{
	width: 100%;
}
.site-footer .footer-top-contact-title{
	font-weight: 500;
	font-size: 0.85rem;
	line-height: 120%;
}
.site-footer .footer-top-contact-text{
	font-weight: 500;
	font-size: 1rem;
	line-height: 120%;
}
.site-footer .footer-bottom .footer-bottom-container{
	display: flex;
	justify-content: center;
	font-style: normal;
	border-top: 1px solid #e2e2e2;
	text-align: center;
	padding: 35px 15px;
	margin-top: 25px;
}
.site-footer .footer-bottom .footer-copyright{
	font-size: 0.9rem;
}
/* MEDIA */
@media (max-width: 575.98px){
	.site-footer .footer-logo-container,
	.site-footer .footer-contact-container{
		order: -1;
		border: 0;
	}
	.site-footer .footer-logo-container,
	.site-footer .footer-menu-container,
	.site-footer .footer-contact-container{
		display: flex;
		justify-content: center;
	}
	.site-footer .footer-logo-container .footer-menu-application,
	.site-footer .footer-menu-container .footer-menu-application,
	.site-footer .footer-contact-container .footer-menu-application{
		max-width: 250px;
        width: 100%;
		padding: 0px;
	}
	.site-footer .container>.row{
		margin: 0px;
	}

}

@media (min-width: 576px) and (max-width: 767.98px){
	.site-footer .footer-logo-container,
	.site-footer .footer-contact-container{
		order: -1;
		border: 0;
	}
	.site-footer .footer-menu-container{
		border: 0;
	}
	.site-footer .footer-menu-container .footer-menu-application,
	.site-footer .footer-contact-container .footer-menu-application{
		padding: 0px;
	}
	.site-footer .container>.row{
		margin: 0px;
	}
}

@media (min-width: 768px) and (max-width: 991.98px){
	.site-footer .footer-logo-container{
		padding: 30px;
		border: 0;
	}
	.site-footer .footer-menu-container .footer-menu-application,
	.site-footer .footer-contact-container .footer-menu-application{
		padding: 0px 10px;
	}
}

@media (min-width: 992px) and (max-width: 1199.98px){
	.site-footer .footer-menu-container .footer-menu-application,
	.site-footer .footer-contact-container .footer-menu-application{
		padding: 0px 10px;
	}
}










