/*
Theme Name: Dobrze Tu Być
Version: 1.0
*/

@import url('https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,100..900;1,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Qwitcher+Grypen:wght@400;700&display=swap');

.comment-reply-title small a:before,
.comment-reply-link:before {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-family: "Genericons-Neue";
font-size: 16px;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
speak: none;
text-align: center;
text-decoration: inherit;
text-transform: none;
vertical-align: top;
}

/* general */
* {
margin: 0;
padding: 0;
outline: none;
}

html {
background: #FFFFFF;
text-underline-offset: 2px;
}

body {
line-height: 1.3;
margin: 0;
padding: 0;
font-family: "Albert Sans", sans-serif;
font-optical-sizing: auto;
font-size: 18px;
color: #1f1f20;
-webkit-text-size-adjust: 100%;
image-rendering: -webkit-optimize-contrast;
min-width: 320px;
}

h1, h2, h3, h4, h5, h6, b, strong {
font-weight: 800;
}

h1, h2, h3, h4, h5, h6 {
padding-bottom: 30px;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
padding-bottom: 0;
}

h1 {
font-size: 48px;
line-height: 1.1;
font-weight: 400;
font-family: "Playfair Display", serif;
}

h2 {
font-size: 36px;
line-height: 1.2;
font-weight: 400;
font-family: "Playfair Display", serif;
}

h3 {
font-size: 24px;
font-weight: 400;
line-height: 1.1;
}

h4 {
font-size: 20px;
}

h5 {
font-size: 20px;
}

h6 {
font-size: 18px;
}

h1, h2, h3, h4, h5, h6 {
word-wrap: normal;
}

a {
color: #3478b0;
transition: .15s ease-out;
-moz-transition: .15s ease-out;
-webkit-transition: .15s ease-out;
transition-property: color, background, border-color, opacity, box-shadow;
-moz-transition-property: color, background, border-color, opacity, box-shadow;
-webkit-transition-property: color, background, border-color, opacity, box-shadow;
}

a:hover {
color: #5193c9;
}

ul, ol {
padding-left: 25px;
margin-bottom: 25px;
}

p {
margin-bottom: 25px;
}

p:last-child,
ul:last-child,
ol:last-child {
margin-bottom: 0;
}

img {
border: none;
vertical-align: middle;
}

fieldset {
padding: 25px;
border: 1px solid rgba(0,0,0,0.1);
margin-bottom: 15px;
}

fieldset legend {
padding: 0 15px;
margin-left: -15px;
}

input, button, select, textarea {
font-family: "Albert Sans", sans-serif;
font-optical-sizing: auto;
font-size: 22px;
color: #1f1f20;
}

input[type=text],
input[type=search],
input[type=phone],
input[type=password],
input[type=email],
input[type=url],
input[type=number],
input[type=tel],
select,
.wpcf7-text {
line-height: 1.1;
padding: 18px 45px;
border: 1px solid #f6f2ed;
background: #f6f2ed;
color: #1f1f20;
-moz-border-radius: 30px;
}

input[type=text]:focus,
input[type=search]:focus,
input[type=phone]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=number]:focus,
input[type=tel]:focus,
textarea:focus {
border-color: #c29b6c !important;
}

::placeholder { 
opacity: 1;
color: #1f1f20;
}

input[type=submit],
input[type=button],
input[type=reset],
button[type=submit],
button[type=reset] {
cursor: pointer;
background: #3478b0;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;
line-height: 1.1;
padding: 15px 60px;
border: none;
color: #FFFFFF;
font-weight: 800;
text-decoration: none;
box-sizing: border-box;
transition: .15s ease-out;
-moz-transition: .15s ease-out;
-webkit-transition: .15s ease-out;
transition-property: color, background, border-color, opacity;
-moz-transition-property: color, background, border-color, opacity;
-webkit-transition-property: color, background, border-color, opacity;
}

input[type=submit]:hover,
input[type=button]:hover,
input[type=reset]:hover,
button[type=submit]:hover,
button[type=reset]:hover {
background: #addaff;
color: #3478b0;
outline: none;
}

textarea {
line-height: 1.1;
padding: 15px 30px;
border: 1px solid #3478b0;
background: none;
color: #1f1f20;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;
resize: none;
}

input[type=checkbox] {
float: left;
position: relative;
top: 3px;
}

input[type=radio] {
float: left;
height: 15px;
}

label {
cursor: default;
}

.clearfix:after {
clear: both;
content: ".";
display: block;
font-size: 0;
height: 0;
line-height: 0;
visibility: hidden;
}

.clearfix {
display: block
}

#PageWrapper {
position: relative;
}

#PageContainer {
text-align: left;
}

#PageContainer {
}

#PageContent {
position: relative;
z-index: 1;
background: #FFFFFF;
overflow: clip;
}

/* header */
#Header {
position: fixed;
z-index: 3;
top: 0;
left: 0;
width: 100%;
min-width: 320px;
}

.admin-bar #Header {
top: 32px;
}

#HeaderMiddle {
transition: .2s ease-out;
-moz-transition: .2s ease-out;
-webkit-transition: .2s ease-out;
transition-property: all;
-moz-transition-property: all;
-webkit-transition-property: all;
}

.tpl-header-collapsed #HeaderMiddle {
box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.05);
background: rgba(246,242,237,0.7);
backdrop-filter: blur(30px);
}

#HeaderMiddle .tpl-header-middle {
max-width: 1680px;
padding: 0 30px;
margin: 0 auto;
}

#HeaderMiddle .tpl-logo-wrapper {
float: left;
}

#HeaderMiddle .tpl-header-logo {
display: block;
width: 160px;
line-height: 180px;
font-size: 0;
transition: .2s ease-out;
-moz-transition: .2s ease-out;
-webkit-transition: .2s ease-out;
transition-property: all;
-moz-transition-property: all;
-webkit-transition-property: all;
}

.tpl-header-collapsed #HeaderMiddle .tpl-header-logo {
width: 90px;
line-height: 120px;
}

#HeaderMiddle .tpl-header-logo img {
max-width: 100%;
height: auto;
}

#HeaderMiddle .tpl-top-menu-wrapper {
float: left;
}

#HeaderMiddle .tpl-top-menu-wrapper ul {
list-style: none;
padding: 0;
}

#HeaderMiddle .tpl-top-menu-wrapper ul li {
float: left;
margin-left: 30px;
position: relative;
}

#HeaderMiddle .tpl-top-menu-wrapper ul li:first-child {
margin-left: 0;
}

#HeaderMiddle .tpl-top-menu-wrapper ul li a {
color: inherit;
display: block;
line-height: 60px;
text-transform: uppercase;
font-size: 16px;
height: 56px;
font-weight: 800;
text-decoration: none;
position: relative;
border-bottom: 4px solid transparent;
}

#HeaderMiddle .tpl-top-menu-wrapper ul li a:hover {
color: #785934 !important;
}

#HeaderMiddle .tpl-top-menu-wrapper ul li.current-menu-ancestor:not(.tpl-one-page-nav-link) > a,
#HeaderMiddle .tpl-top-menu-wrapper ul li.current-menu-item:not(.tpl-one-page-nav-link) > a,
#HeaderMiddle .tpl-top-menu-wrapper ul li.current-menu-parent:not(.tpl-one-page-nav-link) > a,
#HeaderMiddle .tpl-top-menu-wrapper ul li.tpl-one-page-nav-link.tpl-current-one-page-nav-link > a,
#HeaderMiddle .tpl-top-menu-wrapper ul li.tpl-one-page-nav-link.tpl-current-one-page-nav-link > a,
#HeaderMiddle .tpl-top-menu-wrapper ul li.tpl-one-page-nav-link.tpl-current-one-page-nav-link > a {
color: #c29b6c;
}

#HeaderMiddle .tpl-top-menu-wrapper ul li.menu-item-has-children > a > span {
padding-right: 15px;
position: relative;
}

#HeaderMiddle .tpl-top-menu-wrapper ul li.menu-item-has-children > a > span:after {
position: absolute;
right: 0px;
top: 50%;
margin-top: -2px;
width: 9px;
height: 7px;
content: '';
background: url(img/top_menu_arrow.png) 0 0 no-repeat;
background-size: 100% auto;
}

#HeaderMiddle .tpl-top-menu-wrapper ul li.menu-item-has-children > a:hover > span:after {
background-image: url(img/top_menu_arrow_hover.png) !important;
}

/* menu dropdown */
#Header .tpl-top-menu-wrapper ul li ul {
float: left;
position: absolute;
left: 0;
width: 250px;
z-index: 1;
padding: 0;
background: #3478b0;
border-radius: 8px;
white-space: normal;
opacity: 0;
visibility: hidden;
transition: .15s ease-out;
-moz-transition: .15s ease-out;
-webkit-transition: .15s ease-out;
transition-property: opacity, visibility;
-moz-transition-property: opacity, visibility;
-webkit-transition-property: opacity, visibility;
}

#Header .tpl-top-menu-wrapper ul li ul li {
background: none;
padding: 0;
margin: 0;
display: block;
border-bottom: 1px solid rgba(255,255,255,0.1);
}

#Header .tpl-top-menu-wrapper ul li ul li:last-child {
border-bottom: none;
}

#Header .tpl-top-menu-wrapper ul li ul ul {
margin-left: 264px;
top: -1px;
}

#Header .tpl-top-menu-wrapper ul li:hover > ul {
opacity: 1;
visibility: visible;
}

#Header .tpl-top-menu-wrapper ul li li:hover > ul {
opacity: 1;
visibility: visible;
}

#Header .tpl-top-menu-wrapper ul li li {
float: none;
height: auto;
padding: 0;
}

#Header .tpl-top-menu-wrapper ul li li a {
display: block;
height: auto;
font-size: 16px;
margin: 0;
padding: 0;
border: none;
color: #FFFFFF;
text-decoration: none;
}

#Header .tpl-top-menu-wrapper ul li li a:after {
display: none !important;
}

#Header .tpl-top-menu-wrapper ul li li a:hover {
color: #addaff;
}

#Header .tpl-top-menu-wrapper ul li li.current-menu-item > a,
#Header .tpl-top-menu-wrapper ul li li.current-menu-ancestor > a,
#Header .tpl-top-menu-wrapper ul li li.current-menu-parent > a,
#Header .tpl-top-menu-wrapper ul li li.current_page_parent > a {
color: #addaff !important;
}

#Header .tpl-top-menu-wrapper ul li li a span {
display: block;
line-height: 16px;
padding: 12px 25px;
}

#Header .tpl-top-menu-wrapper ul li li.menu-item-has-children a span:after {
right: 15px;
width: 5px;
height: 8px;
top: 12px;
background-position: 0 -13px;
}

#Header .tpl-top-menu-wrapper ul li li.menu-item-has-children > a:hover > span:after,
#Header .tpl-top-menu-wrapper ul li li.current-menu-item.menu-item-has-children > a span:after,
#Header .tpl-top-menu-wrapper ul li li.current-menu-ancestor.menu-item-has-children > a span:after,
#Header .tpl-top-menu-wrapper ul li li.current-menu-parent.menu-item-has-children > a span:after,
#Header .tpl-top-menu-wrapper ul li li.current_page_parent.menu-item-has-children > a span:after {
background-position: 0 -20px;
}

#HeaderMiddle .tpl-header-right {
float: right;
margin: 60px 0;
transition: 0.2s ease-out;
-moz-transition: 0.2s ease-out;
-webkit-transition: 0.2s ease-out;
transition-property: margin;
-moz-transition-property: margin;
-webkit-transition-property: margin;
}

.tpl-header-collapsed #HeaderMiddle .tpl-header-right {
margin: 30px 0;
}

#HeaderMiddle .tpl-header-right .tpl-header-button {
float: left;
margin-left: 45px;
}

#HeaderMiddle .tpl-header-right .tpl-header-button a {
display: inline-block;
box-sizing: border-box;
text-align: center;
color: #FFFFFF;
font-weight: 800;
font-size: 16px;
text-transform: uppercase;
padding: 21px 45px;
line-height: 18px;
background: #c29b6c;
background: linear-gradient(135deg,rgba(194, 155, 108, 1) 0%, rgba(120, 89, 52, 1) 50%, rgba(194, 155, 108, 1) 100%);
background-size: 200% auto;
background-position: left center;
text-decoration: none;
border-radius: 30px;
}

#HeaderMiddle .tpl-header-right .tpl-header-button a span {
display: inline-block;
padding-right: 30px;
position: relative;
}

#HeaderMiddle .tpl-header-right .tpl-header-button a span .fa-solid {
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 0;
}

#HeaderMiddle .tpl-header-right .tpl-header-button a:hover {
background-position: right center;
}

#Slideshow {
position: relative;
background: #ebe0d7;
height: 840px;
}

#Slideshow .tpl-slideshow-wrapper {
box-sizing: border-box;
position: relative;
height: 100%;
}

#Slideshow .tpl-slideshow {
width: 100%;
height: 100%;
white-space: nowrap;
position: relative;
}

#Slideshow .slick-list,
#Slideshow .slick-track {
height: 100%;
}

#Slideshow .tpl-slide-wrapper {
max-width: 1680px;
padding: 0 30px;
margin: 0 auto;
height: 100%;
position: relative;
}

#Slideshow .tpl-slide {
position: relative;
z-index: 1;
white-space: normal;
height: 0;
display: inline-block;
vertical-align: top;
height: 100%;
width: 100%;
overflow: clip;
}

#Slideshow .tpl-slide-image {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}

#Slideshow .tpl-slide .tpl-table {
display: table;
width: 50%;
height: 100%;
padding: 120px 0 60px 0;
box-sizing: border-box;
position: relative;
}

#Slideshow .tpl-slide .tpl-cell {
display: table-cell;
vertical-align: middle;
box-sizing: border-box;
}

#Slideshow .tpl-slide .tpl-title {
font-size: 90px;
}

#Slideshow .tpl-slide .tpl-link {
margin-top: 30px;
display: inline-block;
box-sizing: border-box;
color: #FFFFFF;
font-weight: 800;
font-size: 16px;
text-transform: uppercase;
padding: 21px 45px;
line-height: 18px;
background: #c29b6c;
background: linear-gradient(135deg,rgba(194, 155, 108, 1) 0%, rgba(120, 89, 52, 1) 50%, rgba(194, 155, 108, 1) 100%);
background-size: 200% auto;
background-position: left center;
text-decoration: none;
border-radius: 30px;
margin-right: 30px;
}

#Slideshow .tpl-slide .tpl-link span {
display: inline-block;
padding-right: 30px;
position: relative;
}

#Slideshow .tpl-slide .tpl-link span .fa-solid {
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 0;
font-size: 14px;
}

#Slideshow .tpl-slide .tpl-link:hover {
background-position: right center;
}

#Slideshow .tpl-slide .tpl-link-alt {
background: none;
color: #c29b6c;
margin-top: 15px;
box-shadow: inset 0px 0px 0px 1px #c29b6c;
}

#Slideshow .tpl-slide .tpl-link-alt:hover {
background: none;
box-shadow: inset 0px 0px 0px 1px #785934;
color: #785934;
}

.tpl-section-wrapper .tpl-section-title-wrapper {
text-align: center;
margin-bottom: 60px;
max-width: 1080px;
margin-left: auto;
margin-right: auto;
}

.tpl-section-wrapper .tpl-section-title-wrapper .tpl-section-title {
padding: 0;
}

.tpl-section-wrapper .tpl-section-title-wrapper .tpl-section-title + .tpl-section-text {
padding-top: 30px;
}

.tpl-section-wrapper .tpl-section-title {
padding-bottom: 30px;
font-size: 48px;
line-height: 1.1;
}

.tpl-section-wrapper .tpl-section-sup {
color: #c29b6c;
font-size: 16px;
font-weight: bold;
text-transform: uppercase;
padding-bottom: 15px;
}

.tpl-section-wrapper .tpl-section-content {
max-width: 1320px;
margin: 0 auto;
padding: 120px 30px;
}

.tpl-about-us-row {
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-flow: row wrap;
}

.tpl-about-us-row .tpl-about-us-column {
width: 50%;
box-sizing: border-box;
}

.tpl-about-us-row .tpl-text-column {
padding-right: 120px;
align-self: center;
}

.tpl-about-us-row .tpl-image-column {
position: relative;
}

.tpl-about-us-row .tpl-image-column .tpl-image {
position: sticky;
top: 180px;
}

.tpl-about-us-row .tpl-image-column .tpl-image img {
display: block;
width: 100%;
height: auto;
object-fit: cover;
border-radius: 15px;
}

#AboutHost {
background: #ebe0d7;
}

#AboutHost .tpl-about-us-row .tpl-text-column {
order: 1;
padding-right: 0;
padding-left: 120px;
}

.tpl-youtube-feeds-row {
display: flex;
flex-flow: row wrap;
margin: 0 -15px -30px -15px;
}

.tpl-youtube-feeds-row .tpl-youtube-feeds-column {
width: 33.33%;
padding: 0 15px 30px 15px;
box-sizing: border-box;
}

.tpl-youtube-feeds-row .tpl-youtube-feeds-column a {
display: flex;
flex-flow: column nowrap;
height: 100%;
background: #f6f2ed;
color: inherit;
text-decoration: none;
text-align: center;
box-sizing: border-box;
padding-bottom: 30px;
border-radius: 15px;
overflow: clip
}

.tpl-youtube-feeds-row .tpl-youtube-feeds-column a:hover {
background: #ebe0d7;
}

.tpl-youtube-feeds-row .tpl-youtube-feeds-column a > * {
width: 100%;
box-sizing: border-box;
}

.tpl-youtube-feeds-row .tpl-youtube-feeds-column a .tpl-image {
position: relative;
}

.tpl-youtube-feeds-row .tpl-youtube-feeds-column a .tpl-image img {
display: block;
width: 100%;
height: auto;
}

.tpl-youtube-feeds-row .tpl-youtube-feeds-column a .tpl-image .tpl-play {
position: absolute;
top: 50%;
left: 50%;
width: 60px;
height: 60px;
background: url(img/play.svg) no-repeat scroll center #db2b42;
border-radius: 50%;
transform: translate(-50%, -50%);
opacity: 0;
transition: .15s ease-out;
-moz-transition: .15s ease-out;
-webkit-transition: .15s ease-out;
transition-property: opacity;
-moz-transition-property: opacity;
-webkit-transition-property: opacity;
}

.tpl-youtube-feeds-row .tpl-youtube-feeds-column a:hover .tpl-image .tpl-play {
opacity: 1;
}

.tpl-youtube-feeds-row .tpl-youtube-feeds-column a .tpl-title {
font-size: 24px;
line-height: 1.1;
font-weight: bold;
padding: 30px;
}

.tpl-youtube-feeds-row .tpl-youtube-feeds-column a .tpl-readmore {
margin-top: auto;
padding: 0 30px;
}

.tpl-youtube-feeds-row .tpl-youtube-feeds-column a .tpl-readmore > span {
display: inline-block;
font-weight: 800;
font-size: 16px;
text-transform: uppercase;
padding: 21px 45px;
line-height: 18px;
color: #c29b6c;
box-shadow: inset 0px 0px 0px 1px #c29b6c;
border-radius: 30px;
transition: .15s ease-out;
-moz-transition: .15s ease-out;
-webkit-transition: .15s ease-out;
transition-property: color, background, border-color, opacity, box-shadow;
-moz-transition-property: color, background, border-color, opacity, box-shadow;
-webkit-transition-property: color, background, border-color, opacity, box-shadow;
}

.tpl-youtube-feeds-row .tpl-youtube-feeds-column a:hover .tpl-readmore > span {
box-shadow: inset 0px 0px 0px 1px #785934;
color: #785934;
}

.tpl-youtube-feeds-row .tpl-youtube-feeds-column a .tpl-readmore > span span {
display: inline-block;
padding-right: 30px;
position: relative;
}

.tpl-youtube-feeds-row .tpl-youtube-feeds-column a .tpl-readmore > span span .fa-solid {
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 0;
font-size: 14px;
}

.tpl-more-entries {
text-align: center;
margin-top: 60px;
}

.tpl-more-entries a {
display: inline-block;
box-sizing: border-box;
text-align: center;
color: #FFFFFF;
font-weight: 800;
font-size: 16px;
text-transform: uppercase;
padding: 21px 45px;
line-height: 18px;
background: #c29b6c;
background: linear-gradient(135deg,rgba(194, 155, 108, 1) 0%, rgba(120, 89, 52, 1) 50%, rgba(194, 155, 108, 1) 100%);
background-size: 200% auto;
background-position: left center;
text-decoration: none;
border-radius: 30px;
}

.tpl-more-entries a span {
display: inline-block;
padding-right: 30px;
position: relative;
}

.tpl-more-entries a span .fa-solid {
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 0;
font-size: 14px;
}

.tpl-more-entries a:hover {
background-position: right center;
}

#Partners {
background: #f6f2ed;
}

.tpl-partners-row {
display: flex;
flex-flow: row wrap;
margin: 0 -15px -30px -15px;
}

.tpl-partners-row .tpl-partners-column {
width: 25%;
padding: 0 15px 30px 15px;
box-sizing: border-box;
}

.tpl-partners-row .tpl-partners-column .tpl-partner {
display: block;
background: #ffffff;
border-radius: 15px;
}

.tpl-partners-row .tpl-partners-column a.tpl-partner:hover {
border-color: #785934;
background: #ebe0d7;
}

.tpl-partners-row .tpl-partners-column .tpl-partner img {
display: block;
width: 100%;
height: auto;
}

#CreateTogether {
background: #f6f2ed;
}

.tpl-boxes-row {
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-flow: row wrap;
justify-content: center;
margin: 0px -15px -30px -15px;
position: relative;
}

.tpl-boxes-row .tpl-boxes-column {
width: 33.33%;
box-sizing: border-box;
padding: 0 15px 30px 15px;
}

.tpl-boxes-row .tpl-boxes-column .tpl-box {
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-flow: column nowrap;
text-decoration: none;
height: 100%;
box-sizing: border-box;
background: #c29b6c;
background: linear-gradient(135deg,rgba(194, 155, 108, 1) 0%, rgba(120, 89, 52, 1) 50%, rgba(194, 155, 108, 1) 100%);
background-size: 200% auto;
background-position: left center;
padding: 60px;
text-align: center;
color: #FFFFFF;
text-decoration: none;
border-radius: 15px;
}

.tpl-boxes-row .tpl-boxes-column a.tpl-box:hover {
background-position: right center;
}

.tpl-boxes-row .tpl-boxes-column .tpl-box > * {
width: 100%;
}

.tpl-boxes-row .tpl-boxes-column .tpl-box .tpl-title {
padding-bottom: 15px;
font-weight: bold;
}

.tpl-boxes-row .tpl-boxes-column .tpl-box .tpl-readmore {
margin-top: auto;
padding-top: 30px;
}

.tpl-boxes-row .tpl-boxes-column .tpl-box .tpl-readmore > span {
display: inline-block;
font-weight: 800;
font-size: 16px;
text-transform: uppercase;
padding: 21px 45px;
line-height: 18px;
color: #FFFFFF;
box-shadow: inset 0px 0px 0px 1px #FFFFFF;
border-radius: 30px;
transition: .15s ease-out;
-moz-transition: .15s ease-out;
-webkit-transition: .15s ease-out;
transition-property: color, background, border-color, opacity, box-shadow;
-moz-transition-property: color, background, border-color, opacity, box-shadow;
-webkit-transition-property: color, background, border-color, opacity, box-shadow;
}

.tpl-boxes-row .tpl-boxes-column a.tpl-box:hover .tpl-readmore > span {
box-shadow: inset 0px 0px 0px 1px #f6f2ed;
background: #f6f2ed;
color: #785934;
}

.tpl-boxes-row .tpl-boxes-column a.tpl-box .tpl-readmore > span span {
display: inline-block;
padding-right: 30px;
position: relative;
}

.tpl-boxes-row .tpl-boxes-column a.tpl-box .tpl-readmore > span span .fa-solid {
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 0;
font-size: 14px;
}

.tpl-mission-features-row {
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-flow: row wrap;
justify-content: center;
margin: 0 -15px -30px -15px;
position: relative;
}

.tpl-mission-features-row .tpl-mission-features-column {
width: 25%;
box-sizing: border-box;
padding: 0 15px 30px 15px;
text-align: center;
}

.tpl-mission-features-row .tpl-mission-features-column .tpl-mission-feature {
padding: 30px;
background: #f6f2ed;
border-radius: 15px;
height: 100%;
box-sizing: border-box;
}

.tpl-mission-features-row .tpl-mission-features-column .tpl-title {
font-size: 24px;
font-weight: bold;
padding: 0;
line-height: 1.1;
padding-bottom: 5px;
}

.tpl-mission-features-row .tpl-mission-features-column .tpl-mission-feature .tpl-icon {
width: 120px;
height: 120px;
line-height: 120px;
font-size: 0;
margin: 0 auto 30px auto;
}

.tpl-mission-features-row .tpl-mission-features-column .tpl-mission-feature .tpl-icon img {
max-width: 100%;
max-height: 120px;
}

.tpl-section-text-more {
margin: 60px auto 0 auto;
max-width: 1080px;
text-align: center;
}

.tpl-definitions {
max-width: 840px;
margin: 0 auto;
}

.tpl-definitions .tpl-definition:not(:last-child) {
margin-bottom: 15px;
}

.tpl-definitions .tpl-definition .tpl-title {
padding: 16px 45px;
font-size: 24px;
font-weight: bold;
cursor: pointer;
border: 1px solid #c29b6c;
border-radius: 30px;
transition: .15s ease-out;
-moz-transition: .15s ease-out;
-webkit-transition: .15s ease-out;
transition-property: color, background, border-color, opacity, box-shadow;
-moz-transition-property: color, background, border-color, opacity, box-shadow;
-webkit-transition-property: color, background, border-color, opacity, box-shadow;
}

.tpl-definitions .tpl-definition .tpl-title:hover {
/* border-color: #785934; */
/* color: #785934; */
border-color: #ebe0d7;
background-color: #ebe0d7;
}

.tpl-definitions .tpl-definition .tpl-title.ui-accordion-header-active {
background: linear-gradient(135deg,rgba(194, 155, 108, 1) 0%, rgba(120, 89, 52, 1) 50%, rgba(194, 155, 108, 1) 100%);
background-size: 200% auto;
background-position: left center;
color: #FFFFFF;
border-color: transparent !important;
}

.tpl-definitions .tpl-definition .tpl-title span {
display: block;
padding-right: 30px;
position: relative;
}

.tpl-definitions .tpl-definition .tpl-title span .fa-solid {
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 0;
color: #c29b6c;
font-size: 14px;
}

.tpl-definitions .tpl-definition .tpl-title.ui-accordion-header-active span .fa-solid {
color: inherit;
transform: translateY(-50%) rotate(-180deg);
}

.tpl-definitions .tpl-definition .tpl-text {
display: none;
}

.tpl-definitions .tpl-definition .tpl-text > div {
padding: 30px 45px;
}

#MiddleBar {
padding-top: 150px;
background: url(img/middlebar_bg.webp) no-repeat scroll center #ebe0d7;
background-size: cover;
position: relative;
}

.tpl-middle-bar {
max-width: 1320px;
padding: 60px 30px;
margin: 0 auto;
text-align: center;
position: relative;
}

.tpl-middle-bar h1 {
font-size: 48px;
padding: 0;
}

#Newsletter {
background: #f6f2ed;
}

#Newsletter .tpl-section-content {
max-width: 840px;
}

body #mlb2-42506092.ml-form-embedContainer .ml-form-embedWrapper {
background: none;
}

body #mlb2-42506092.ml-form-embedContainer .ml-form-embedWrapper.embedForm {
max-width: none;
}

body #mlb2-42506092.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody,
body #mlb2-42506092.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody {
padding: 0;
}

body #mlb2-42506092.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-formContent.horozintalForm {
padding: 0;
}

body #mlb2-42506092.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent h4,
body #mlb2-42506092.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent h4 {
margin: 0;
font-size: 24px;
font-weight: bold;
padding-bottom: 15px;
font-family: inherit;
color: inherit;
text-align: center;
}

body .ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-button-horizontal {
width: auto;
}

body .ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-input-horizontal {
flex: 1;
width: auto;
}

body .ml-form-formContent.horozintalForm .ml-form-horizontalRow .horizontal-fields {
padding-right: 30px;
}

body #mlb2-42506092.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow {
display: flex;
flex-flow: row nowrap;
}

body #mlb2-42506092.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input {
border-color: #FFFFFF;
border-radius: 30px;
padding: 18px 45px;
background: #FFFFFF;
font-family: inherit;
font-size: 18px;
color: #1f1f20;
}

body #mlb2-42506092.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow button {
position: relative;
box-sizing: border-box;
text-align: center;
color: #FFFFFF;
font-weight: 800;
border: none;
font-size: 16px !important;
text-transform: uppercase !important;
font-family: inherit;
padding: 21px 45px !important;
padding-right: 75px !important;
line-height: 18px;
background: #c29b6c !important;
background: linear-gradient(135deg,rgba(194, 155, 108, 1) 0%, rgba(120, 89, 52, 1) 50%, rgba(194, 155, 108, 1) 100%) !important;
background-size: 200% auto !important;
background-position: left center;
text-decoration: none;
border-radius: 30px;
}

body #mlb2-42506092.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow button:hover {
background-position: right center !important;
}

body #mlb2-42506092.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow button:after {
position: absolute;
top: 50%;
right: 45px;
transform: translateY(-50%);
font-family: "Font Awesome 7 Free";
font-weight: 900;
content: "\f061";
font-size: 14px;
}

body #mlb2-42506092.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsContent.privacy-policy p {
font-family: inherit;
color: inherit;
text-align: center;
line-height: 1.2;
padding-top: 30px;
}

body #mlb2-42506092.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent,
body #mlb2-42506092.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p {
text-align: center;
font-size: inherit;
color: inherit;
margin: 0;
}

/* content */
#Content {
position: relative;
z-index: 0;
}

.single #Content .tpl-section-content {
max-width: 840px;
}

#Content .tpl-section-content.tpl-column-layout {
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-flow: row wrap;
}

h1.page-title {
font-size: 48px;
padding-bottom: 60px;
}

.tpl-form-section:not(.tpl-last-section) {
padding-bottom: 60px;
}

.tpl-form-row {
margin: 0 -5px -10px -5px;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-flow: row wrap;
align-items: flex-start;
}

.tpl-form-row .tpl-form-column {
width: 100%;
padding: 0 5px 10px 5px;
box-sizing: border-box;
}

.tpl-form-row .tpl-form-column.tpl-width-33 {
width: 33.33%;
}

.tpl-form-row .tpl-form-column.tpl-width-50 {
width: 50%;
}

.tpl-form-row .tpl-form-column.tpl-gdpr {
padding-top: 20px;
text-align: justify;
-moz-text-align-last: center;
text-align-last: center;
font-size: 12px;
}

.tpl-form-row .tpl-file-upload-info {
font-size: 12px;
text-align: center;
}

.tpl-form-row .tpl-upload-column p {
margin: 0;
}

.tpl-form-row .tpl-form-column .tpl-form-label {
padding-bottom: 10px;
display: inline-block;
}

.tpl-form-row .tpl-form-column.tpl-submit {
text-align: center;
padding-top: 20px;
}

.tpl-form-row .tpl-form-column .wpcf7-spinner {
position: absolute;
right: 15px;
top: 50%;
margin: 0;
margin-top: -12px;
}

.tpl-form-row .tpl-form-column.tpl-submit button {
box-sizing: border-box;
position: relative;
}

.tpl-form-row .tpl-form-column input[type=text],
.tpl-form-row .tpl-form-column input[type=phone],
.tpl-form-row .tpl-form-column input[type=email],
.tpl-form-row .tpl-form-column input[type=url],
.tpl-form-row .tpl-form-column input[type=number],
.tpl-form-row .tpl-form-column input[type=tel],
.tpl-form-row .tpl-form-column textarea,
.tpl-form-row .tpl-form-column select {
width: 100%;
box-sizing: border-box;
}

/* footer */
#Footer {
overflow: hidden;
background: url(img/footer_bg.webp) no-repeat scroll center #c29b6c;
background-size: cover;
color: #FFFFFF;
}

.tpl-footer-top {
max-width: 1320px;
margin: 0 auto;
padding: 90px 30px;
position: relative;
}

.tpl-footer-top-row {
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-flow: row nowrap;
justify-content: space-between;
margin: 0 -30px -60px -30px;
}

.tpl-footer-top-column {
box-sizing: border-box;
padding: 0 30px 60px 30px;
}

.tpl-footer-top-column.tpl-quote-column {
width: 40%;
}

.tpl-footer-top-column.tpl-quote-column .tpl-text {
font-style: italic;
text-align: justify;
}

.tpl-footer-top-column.tpl-quote-column .tpl-author {
text-align: right;
padding-top: 30px;
font-family: "Qwitcher Grypen", cursive;
font-size: 48px;
line-height: 1.1;
font-weight: bold;
transform: rotate(-5deg);
}

.tpl-footer-top-column .tpl-footer-logo {
max-width: 160px;
display: block;
}

.tpl-footer-top-column .tpl-footer-logo img {
display: block;
max-width: 100%;
height: auto;
}

.tpl-footer-top-column .tpl-title {
font-size: 24px;
font-weight: 800;
padding-bottom: 30px;
}

.tpl-footer-top-column a {
color: inherit;
}

.tpl-footer-top-column a:hover {
color: #785934;
}

.tpl-footer-top-column .tpl-text ul {
padding-left: 0;
}

.tpl-footer-top-column .tpl-text ul li:before {
color: #FFFFFF;
}

.tpl-footer-top-column .tpl-text ul li a {
text-decoration: none;
}

.tpl-footer-social-media {
margin-top: 30px;
}

.tpl-footer-social-media a {
display: inline-block;
margin-right: 5px;
font-size: 24px;
}

.tpl-bottom-line-text {
margin-top: 60px;
text-align: center;
font-size: 16px;
}

.tpl-bottom-line-text > div {
display: inline-block;
vertical-align: top;
}

.tpl-bottom-line-text > div:not(:last-child) {
margin-right: 15px;
padding-right: 15px;
border-right: 1px solid #FFFFFF;
}

.tpl-footer-privacy-policy a {
color: inherit;
}

.tpl-footer-privacy-policy a:hover {
color: #addaff;
}

.tpl-contact-layout-row {
margin: 0 -60px;
}

.tpl-contact-layout-column {
width: 50%;
float: left;
padding: 0 60px;
box-sizing: border-box;
}

.tpl-contact-layout-column.tpl-text-column {
padding-top: 60px;
}

.tpl-contact-layout-column.tpl-text-column h2.page-title {
padding-bottom: 60px;
}

.tpl-contact-details-row {
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-flow: row wrap;
margin: -15px -30px;
}

.tpl-contact-details-column {
width: 50%;
padding: 15px 30px;
box-sizing: border-box;
}

.tpl-contact-details-column h3 {
font-size: 22px;
padding-bottom: 15px;
}

.tpl-contact-details-column .tpl-text a {
color: inherit;
}

.tpl-contact-details-column .tpl-text a:hover {
color: #5193c9;
}

.tpl-contact-layout-column .tpl-form-wrapper {
padding: 60px;
background: #f0f0f0;
}

.tpl-contact-layout-column .tpl-form-wrapper .tpl-title {
padding-bottom: 30px;
font-size: 24px;
font-weight: 800;
}

.tpl-contact-layout-column .tpl-form-row {
margin: 0 -5px;
}

.tpl-contact-layout-column .tpl-form-column {
float: left;
width: 50%;
padding: 5px;
box-sizing: border-box;
}

.tpl-contact-layout-column .tpl-form-column.tpl-message,
.tpl-contact-layout-column .tpl-form-column.tpl-submit,
.tpl-contact-layout-column .tpl-form-column.tpl-gdpr {
width: 100%;
}

.tpl-contact-layout-column .tpl-form-column.tpl-gdpr {
text-align-last: left;
}

.tpl-form-column.tpl-submit {
position: relative;
}

.tpl-contact-layout-column .tpl-form-column input,
.tpl-contact-layout-column .tpl-form-column textarea {
width: 100%;
box-sizing: border-box;
background: transparent;
}

.tpl-contact-layout-column .tpl-form-column button {
width: 100%;
box-sizing: border-box;
}

.tpl-form-column button .wpcf7-spinner {
position: absolute;
right: 30px;
top: 50%;
margin: 0;
margin-top: -10px;
}

.tpl-contact-layout-column .tpl-form-column textarea {
height: 120px;
}

#ContactMap {
height: 560px;
background: #f9f9f9;
}

#ContactMap p,
#ContactMap iframe {
display: block;
width: 100%;
height: 100%;
}

#FooterBottom {
border-top: 1px solid rgba(255,255,255,0.2);
}

.tpl-footer-bottom {
max-width: 1320px;
margin: 0 auto;
padding: 21px 30px;
line-height: 18px;
font-size: 12px;
position: relative;
text-align: center;
}

.tpl-footer-spacer {
display: inline-block;
padding: 0 10px;
}

.tpl-copyright a {
color: inherit;
}

.tpl-copyright a:hover {
color: #ffc509;
}

/* wpcf7 */
body .wpcf7-form .form-row {
margin-bottom: 20px;
}

body .wpcf7-form .form-row label {
display: block;
padding-bottom: 5px;
}

body .wpcf7-form-control.wpcf7-acceptance {
display: block;
}

body .wpcf7-list-item {
display: block;
margin: 0 0 10px 0;
}

body .wpcf7-list-item:last-child {
margin: 0;
}

body .wpcf7-list-item label {
display: inline-block;
cursor: pointer;
line-height: 1.2;
position: relative;
}

body .wpcf7-list-item label input[type=checkbox],
body .wpcf7-list-item label input[type=radio] {
opacity: 0;
visibility: hidden;
position: absolute;
top: 0;
left: 0;
}

body .wpcf7-list-item label .wpcf7-list-item-label {
display: inline-block;
position: relative;
display: inline-flex;
align-items: center;
flex-flow: row nowrap;
}

body .wpcf7-list-item label .wpcf7-list-item-label:before {
margin-right: 15px;
width: 30px;
height: 30px;
border-radius: 8px;
border: 1px solid #f0f0f0;
background: #f0f0f0;
background-position: center;
background-repeat: no-repeat;
background-size: 100% auto;
content: '';
text-align: center;
}

body .wpcf7-list-item label input[type=checkbox]:checked + .wpcf7-list-item-label:before,
body .wpcf7-list-item label input[type=radio]:checked + .wpcf7-list-item-label:before {
background-image: url(img/check.png);
}

body .wpcf7-list-item label .wpcf7-list-item-label a {
color: inherit;
}

body .wpcf7-list-item label .wpcf7-list-item-label a:hover {
opacity: 0.7;
}

body .wpcf7-list-item label .wpcf7-list-item-label .tpl-more-text {
display: none;
opacity: 0.7;
}

body .wpcf7-list-item label .wpcf7-list-item-label .tpl-more-text.tpl-visible {
display: inline-block;
padding-top: 15px;
}

@-moz-keyframes rotating {
	from{
		-moz-transform: rotate(0deg);
	}
	to{
		-moz-transform: rotate(360deg);
	}
}

@-webkit-keyframes rotating {
	from {
		-webkit-transform: rotate(0deg);
	}
	to{
		-webkit-transform: rotate(360deg);
	}
}

@keyframes rotating {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

body span.wpcf7-not-valid-tip {
font-size: 11px;
padding-top: 5px;
text-align: left;
}

body .wpcf7 form .wpcf7-response-output {
margin-left: 0;
margin-right: 0;
padding: 10px 30px;
font-size: 14px;
margin-top: 30px;
margin-bottom: 0;
}

body .wpcf7-form-control-wrap {
display: block;
}

/* alignments */
.alignleft {
float: left;
margin: 0.375em 50px 50px 0;
}

.alignright {
float: right;
margin: 0.375em 0 50px 50px;
}

.aligncenter {
clear: both;
display: block;
margin: 0 auto 50px;
}

.alignnone {
max-width: 100%;
width: auto;
height: auto;
}

blockquote.alignleft {
margin: 0.3157894737em 1.4736842105em 1.473684211em 0;
}

blockquote.alignright {
margin: 0.3157894737em 0 1.473684211em 1.4736842105em;
}

blockquote.aligncenter {
margin-bottom: 1.473684211em;
}

/* responsive menu */
.responsive-menu-wrapper {
position: fixed;
z-index: 90;
top: 0;
left: 0;
bottom: 0;
width: 100%;
overflow: auto;
background: rgba(246,242,237,0.7);
backdrop-filter: blur(30px);
transition: .2s ease-out;
-moz-transition: .2s ease-out;
-webkit-transition: .2s ease-out;
transition-property: all;
-moz-transition-property: all;
-webkit-transition-property: all;
}

.admin-bar .responsive-menu-wrapper {
top: 32px;
}

.responsive-menu-wrapper {
opacity: 0;
visibility: hidden;
margin-left: -100%;
}

.responsive-menu-wrapper.flexnav-show {
opacity: 1;
visibility: visible;
margin-left: 0;
}

.responsive-menu-container {
margin-top: 120px;
text-align: center;
}

.responsive-menu-container > ul {
margin: 0;
padding: 0;
}

.responsive-menu-container > ul li {
list-style: none;
background: none;
margin: 0;
}

.responsive-menu-container > ul > li:first-child {
border-top: none;
}

.responsive-menu-container > ul li.item-with-ul {
position: relative;
}

.responsive-menu-container > ul li a {
color: inherit;
padding: 10px 30px;
display: block;
font-size: 24px;
line-height: 1.2;
font-weight: 700;
text-decoration: none;
position: relative;
}

.responsive-menu-container > ul li.current-menu-ancestor:not(.tpl-one-page-nav-link) > a,
.responsive-menu-container > ul li.current-menu-item:not(.tpl-one-page-nav-link) > a,
.responsive-menu-container > ul li.current-menu-parent:not(.tpl-one-page-nav-link) > a,
.responsive-menu-container > ul li.tpl-one-page-nav-link.tpl-current-one-page-nav-link > a,
.responsive-menu-container > ul li.tpl-one-page-nav-link.tpl-current-one-page-nav-link > a,
.responsive-menu-container > ul li.tpl-one-page-nav-link.tpl-current-one-page-nav-link > a {
color: #3478b0;
}

.responsive-menu-container > ul li.item-with-ul a {
padding-right: 45px;
}

.responsive-menu-container > ul li .touch-button {
position: absolute;
right: 0px;
top: 0px;
width: 50px;
height: 51px;
color: #FFFFFF;
display: block;
background: url(img/responsive_menu_dropdown.png) no-repeat scroll center 23px #f0f0f0;
cursor: pointer;
}

.responsive-menu-container > ul li .touch-button.active {
background-position: center -37px;
}

.responsive-menu-container > ul li .touch-button i {
position: absolute;
left: 50%;
top: 50%;
-moz-transform: translate(-50%,-50%);
-webkit-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
font-size: 10px;
display: none;
}

.responsive-menu-container > ul li ul {
display: none;
padding: 0;
margin: 0;
}

.responsive-menu-container > ul li ul.flexnav-show {
display: block;
}

.responsive-menu-container > ul li li a {
padding-left: 60px;
}

.responsive-menu-container > ul li li li a {
padding-left: 90px;
}

/* responsive menu button */
.responsive-menu-button {
position: absolute;
right: 30px;
top: 52px;
z-index: 91;
text-align: center;
cursor: pointer;
display: none;
}

.responsive-menu-button span {
display: block;
width: 25px;
height: 2px;
background: #1f1f20;
margin-bottom: 5px;
transition: 0.3s ease-out;
-moz-transition: 0.3s ease-out;
-webkit-transition: 0.3s ease-out;
transition-property: opacity, transform, background;
-moz-transition-property: opacity, transform, background;
-webkit-transition-property: opacity, transform, background;
}

.responsive-menu-button.active span {
background: #c29b6c;
}

.responsive-menu-button.active .tpl-line-1 {
transform: rotate(-45deg) translate(-5px,5px);
-moz-transform: rotate(-45deg) translate(-5px,5px);
-webkit-transform: rotate(-45deg) translate(-5px,5px);
}

.responsive-menu-button.active .tpl-line-2 {
opacity: 0;
}

.responsive-menu-button.active .tpl-line-3 {
transform: rotate(45deg) translate(-5px,-5px);
-moz-transform: rotate(45deg) translate(-5px,-5px);
-webkit-transform: rotate(45deg) translate(-5px,-5px);
}

.responsive-menu-button .tpl-line-3 {
margin-bottom: 0;
}

.responsive-menu-button .touch-button {
display: none;
}

/* pagination */
.tpl-pagination {
text-align: center;
}

.tpl-pagination .screen-reader-text {
display: none;
}

.tpl-pagination .navigation {
padding-top: 60px;
font-size: 16px;
}

.tpl-pagination .nav-links a,
.tpl-pagination .nav-links span {
display: inline-block;
height: 30px;
width: 30px;
line-height: 30px;
margin: 0 2px 4px 2px;
color: inherit;
text-decoration: none;
text-align: center;
cursor: pointer;
}

.tpl-pagination .nav-links .prev,
.tpl-pagination .nav-links .next {
width: auto;
}

.tpl-pagination .nav-links a:hover {
color: #3478b0;
}

.tpl-pagination .nav-links span {
background: none;
}

.tpl-pagination .nav-links span.current {
background: #3478b0;
color: #ffffff;
cursor: default;
}

.tpl-posts-row {
margin: 0 -15px -60px -15px;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
align-items: stretch;
flex-flow: row wrap;
}

.tpl-posts-row .tpl-post-entry {
padding: 0 15px 60px 15px;
width: 33.33%;
box-sizing: border-box;
}

.tpl-posts-row .tpl-post-entry a {
display: block;
color: inherit;
text-decoration: none;
}

.tpl-posts-row .tpl-post-entry a:hover {
color: #3478b0;
}

.tpl-posts-row .tpl-post-entry a span {
display: block;
}

.tpl-posts-row .tpl-post-entry .tpl-post-entry-image {
position: relative;
}

.tpl-posts-row .tpl-post-entry .tpl-post-entry-image:after {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
content: '';
background: rgba(0,104,145,0.8);
opacity: 0;
transition: .15s ease-out;
-moz-transition: .15s ease-out;
-webkit-transition: .15s ease-out;
transition-property: color, background, border-color, opacity;
-moz-transition-property: color, background, border-color, opacity;
-webkit-transition-property: color, background, border-color, opacity;
}

.tpl-posts-row .tpl-post-entry a:hover .tpl-post-entry-image:after {
opacity: 1;
}

.tpl-posts-row .tpl-post-entry .tpl-post-entry-image img {
display: block;
width: 100%;
height: auto;
}

.tpl-posts-row .tpl-post-entry .tpl-post-entry-date {
position: absolute;
right: 0;
bottom: 0;
padding: 10px 30px 5px 30px;
background: #3478b0;
color: #FFFFFF;
font-weight: 800;
line-height: 1;
z-index: 1;
}

.tpl-posts-row .tpl-post-entry .tpl-post-entry-date .tpl-day {
font-size: 48px;
float: left;
}

.tpl-posts-row .tpl-post-entry .tpl-post-entry-date .tpl-month-year {
padding-left: 15px;
float: left;
text-transform: uppercase;
padding-top: 3px;
line-height: 20px;
text-align: center;
}

.tpl-posts-row .tpl-post-entry .tpl-post-entry-title {
font-size: 22px;
padding-top: 30px;
padding-right: 60px;
}

.tpl-video {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
}

.tpl-video iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.tpl-post-content .tpl-post-main-image {
margin-bottom: 60px;
position: relative;
}

.tpl-post-content .tpl-post-main-image img {
max-width: 100%;
height: auto;
}

.tpl-post-content .tpl-post-entry-date {
position: absolute;
right: 0;
bottom: 0;
padding: 10px 30px 5px 30px;
background: #3478b0;
color: #FFFFFF;
font-weight: 800;
line-height: 1;
z-index: 1;
}

.tpl-post-content .tpl-post-entry-date .tpl-day {
font-size: 48px;
float: left;
}

.tpl-post-content .tpl-post-entry-date .tpl-month-year {
padding-left: 15px;
float: left;
text-transform: uppercase;
padding-top: 3px;
line-height: 20px;
text-align: center;
}

.tpl-post-content .tpl-post-entry-date .tpl-month-year span {
display: block;
}

.tpl-post-content .tpl-back-link {
padding-top: 60px;
}

.tpl-post-content .tpl-back-link a {
display: inline-block;
padding: 18px 30px;
line-height: 1.1;
background: #3478b0;
color: #FFFFFF;
text-decoration: none;
font-weight: 800;
min-width: 300px;
box-sizing: border-box;
text-align: center;
}

.tpl-post-content .tpl-back-link a:hover {
background: #addaff;
color: #3478b0;
}

.tpl-text ul {
list-style: none;
padding: 0 0 0 30px;
}

.tpl-text ul li {
padding-left: 15px;
margin-bottom: 5px;
position: relative;
}

.tpl-text ul li:before {
position: absolute;
left: 0;
top: 4px;
font-size: 10px;
font-family: "Font Awesome 7 Free";
font-weight: 900;
content: "\f054";
color: #c29b6c;
}

.tpl-text ul li:last-child {
margin-bottom: 0;
}

.tpl-text ol li {
margin-bottom: 5px;
}

.tpl-text ol li:last-child {
margin-bottom: 0;
}

/* content builder */
#PageBuilder {
margin-top: -90px;
margin-bottom: -90px;
}

#PageBuilder + .tpl-section-title {
margin-top: 120px;
}

.tpl-text-image-row {
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-flow: row wrap;
}

.tpl-text-image-row .tpl-text-image-column {
width: 50%;
box-sizing: border-box;
}

.tpl-text-image-row .tpl-text-column {
align-self: center;
padding-right: 120px;
}

.tpl-text-image-row.image_left .tpl-text-column {
order: 2;
padding-left: 120px;
padding-right: 0;
}

.tpl-text-image-row .tpl-text-column .tpl-link {
margin-top: 30px;
display: inline-block;
padding: 18px 30px;
border-radius: 8px;
line-height: 1.1;
background: #3478b0;
color: #FFFFFF;
font-weight: 800;
text-decoration: none;
transition: .15s ease-out;
-moz-transition: .15s ease-out;
-webkit-transition: .15s ease-out;
transition-property: all;
-moz-transition-property: all;
-webkit-transition-property: all;
}

.tpl-text-image-row .tpl-text-column .tpl-link:hover {
background: #addaff;
color: #3478b0;
}

.tpl-text-image-row .tpl-image-column img {
max-width: 100%;
height: auto;
border-radius: 8px;
}

.tpl-text-image-row .tpl-text-slideshow {
position: relative;
}

.tpl-text-image-row .tpl-text-slideshow .tpl-slide {
display: none;
}

.tpl-text-image-row .tpl-text-slideshow .slick-slide,
.tpl-text-image-row .tpl-text-slideshow .tpl-slide:first-child {
display: block;
}

.tpl-text-image-row .tpl-text-slideshow .slick-slide img {
width: 100%;
height: 100%;
object-fit: cover;
}

.tpl-text-image-row .tpl-text-slideshow .slick-arrow {
position: absolute;
top: 50%;
right: 30px;
margin-top: -25px;
width: 50px;
height: 50px;
border-radius: 50%;
cursor: pointer;
background: #f0f0f0;
z-index: 1;
transition: .15s ease-out;
-moz-transition: .15s ease-out;
-webkit-transition: .15s ease-out;
transition-property: all;
-moz-transition-property: all;
-webkit-transition-property: all;
}

.tpl-text-image-row .tpl-text-slideshow .slick-arrow:before {
position: absolute;
top: 50%;
left: 50%;
width: 14px;
height: 24px;
margin-top: -12px;
margin-left: -8px;
box-sizing: border-box;
background: none;
border: none;
font-size: 0;
padding: 0;
background: url(img/slideshow_nav_arrow.png) 0 0 no-repeat;
background-size: contain;
content: '';
transform: scale(0.75);
}

.tpl-text-image-row .tpl-text-slideshow .slick-next {
transform: rotate(180deg);
}

.tpl-text-image-row .tpl-text-slideshow .slick-prev {
left: 30px;
right: auto;
}	

.tpl-text-image-row .tpl-text-slideshow .slick-arrow:hover {
background: #FFFFFF;
}

.tpl-page-builder-section {
padding-top: 60px;
padding-bottom: 60px;
}

.tpl-page-builder-section.tpl-padding-top-120 {
padding-top: 120px;
}

.tpl-page-builder-section.tpl-padding-top-90 {
padding-top: 90px;
}

.tpl-page-builder-section.tpl-no-padding-top {
padding-top: 0px;
}

.tpl-page-builder-section.tpl-padding-bottom-120 {
padding-bottom: 120px;
}

.tpl-page-builder-section.tpl-padding-bottom-90 {
padding-bottom: 90px;
}

.tpl-page-builder-section.tpl-no-padding-bottom {
padding-bottom: 0px;
}

.tpl-page-builder-section h1:last-child,
.tpl-page-builder-section h2:last-child,
.tpl-page-builder-section h3:last-child,
.tpl-page-builder-section h4:last-child,
.tpl-page-builder-section h5:last-child,
.tpl-page-builder-section h6:last-child {
padding-bottom: 0;
}

.tpl-gallery-section ul {
margin: -10px;
padding: 0;
list-style: none;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-flow: row wrap;
}

.tpl-gallery-section ul li {
width: 20%;
padding: 10px;
box-sizing: border-box;
}

.tpl-gallery-section ul li a {
display: block;
position: relative;
overflow: hidden;
border: 1px solid #f0f0f0;
border-radius: 8px;
}

.tpl-gallery-section ul li a img {
width: 100%;
height: auto;
}

.tpl-gallery-section ul li a:after {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
opacity: 0;
background: url(img/gallery_zoom.svg) center calc(50% - 10px) no-repeat rgba(52,120,176,0.8);
background-size: 30px auto;
transition: .15s ease-out;
-moz-transition: .15s ease-out;
-webkit-transition: .15s ease-out;
transition-property: opacity, background;
-moz-transition-property: opacity, background;
-webkit-transition-property: opacity, background;
}

.tpl-gallery-section ul li a:hover:after {
background-position: center;
opacity: 1;
}

.tpl-image-section .tpl-image img {
max-width: 100%;
height: auto;
}

.tpl-page-builder-boxes-row {
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-flow: row wrap;
margin: 0 -15px -30px -15px;
justify-content: center;
}

.tpl-page-builder-boxes-column {
width: 33.33%;
box-sizing: border-box;
padding: 0 15px 30px 15px;
}

.tpl-page-builder-boxes-column.tpl-column-width-20 {
width: 20%;
}

.tpl-page-builder-boxes-column.tpl-column-width-25 {
width: 25%;
}

.tpl-page-builder-boxes-column.tpl-column-width-33 {
width: 33.33%;
}

.tpl-page-builder-boxes-column.tpl-column-width-50 {
width: 50%;
}

.tpl-page-builder-boxes-column.tpl-column-width-100 {
width: 100%;
}

.tpl-page-builder-boxes-column .tpl-page-builder-box {
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-flow: column nowrap;
position: relative;
height: 100%;
box-sizing: border-box;
overflow: hidden;
padding: 60px;
background: #f0f0f0;
text-align: center;
color: inherit;
text-decoration: none;
border-radius: 8px;
}

.tpl-page-builder-boxes-column .tpl-page-builder-box > * {
width: 100%;
}

.tpl-page-builder-boxes-column .tpl-image {
overflow: hidden;
position: relative;
margin: -60px -60px 60px -60px;
width: calc(100% + 120px);
}

.tpl-page-builder-boxes-column .tpl-image img {
display: block;
width: 100%;
height: auto;
transition: .15s ease-out;
-moz-transition: .15s ease-out;
-webkit-transition: .15s ease-out;
transition-property: transform;
-moz-transition-property: -moz-transform;
-webkit-transition-property: -webkit-transform;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
aspect-ratio: 4/3;
object-fit: cover;
}

.tpl-page-builder-boxes-column .tpl-icon {
margin-bottom: 30px;
}

.tpl-page-builder-boxes-column .tpl-icon span {
display: inline-block;
vertical-align: top;
width: 120px;
height: 120px;
line-height: 120px;
font-size: 0;
background: #0b3879;
background-image: linear-gradient( 90deg, rgb(52,120,176) 0%, rgb(19,57,101) 100%);
border-radius: 8px;
}

.tpl-page-builder-boxes-column .tpl-icon img {
max-width: 120px;
max-height: 120px;
}

.tpl-page-builder-boxes-column .tpl-page-builder-box .tpl-readmore {
margin-top: auto;
padding-top: 30px;
}

.tpl-page-builder-boxes-column .tpl-page-builder-box .tpl-readmore span {
display: inline-block;
padding: 18px 30px;
line-height: 1.1;
border-radius: 8px;
background: #3478b0;
color: #FFFFFF;
font-weight: 800;
text-decoration: none;
transition: .15s ease-out;
-moz-transition: .15s ease-out;
-webkit-transition: .15s ease-out;
transition-property: all;
-moz-transition-property: all;
-webkit-transition-property: all;
}

.tpl-page-builder-boxes-column a.tpl-page-builder-box:hover .tpl-readmore span {
background: #addaff;
color: #3478b0;
}

.tpl-page-builder-boxes-column .tpl-title {
font-size: 22px;
font-weight: 800;
line-height: 1.3;
display: block;
position: relative;
}

.tpl-page-builder-boxes-column .tpl-title + .tpl-text {
padding-top: 15px;
}

.tpl-faq-section,
.tpl-text-section {
max-width: 860px;
margin-left: auto;
margin-right: auto;
}

.tpl-faq-section .tpl-page-builder-faq-entry {
margin-top: 15px;
}

.tpl-faq-section .tpl-page-builder-faq-entry:first-child {
margin-top: 0;
}

.tpl-faq-section .tpl-page-builder-faq-entry .tpl-title {
padding: 17px 30px;
font-size: 22px;
font-weight: 800;
cursor: pointer;
line-height: 1.2;
background: #f0f0f0;
transition: .15s ease-out;
-moz-transition: .15s ease-out;
-webkit-transition: .15s ease-out;
transition-property: color, background-color, border-color, opacity;
-moz-transition-property: color, background-color, border-color, opacity;
-webkit-transition-property: color, background-color, border-color, opacity;
border-radius: 8px;
}

.tpl-faq-section .tpl-page-builder-faq-entry .tpl-title:hover {
background: #e5e5e5;
}

.tpl-faq-section .tpl-page-builder-faq-entry .tpl-title span {
position: relative;
display: block;
padding-right: 45px;
word-wrap: break-word;
}

.tpl-faq-section .tpl-page-builder-faq-entry .tpl-title span:after {
position: absolute;
right: 0;
top: 50%;
margin-top: -9px;
width: 18px;
height: 18px;
line-height: 14px;
content: '+';
}

.tpl-faq-section .tpl-page-builder-faq-entry .tpl-title.ui-accordion-header-active {
background: #3478b0;
color: #FFFFFF;
}

.tpl-faq-section .tpl-page-builder-faq-entry .tpl-title.ui-accordion-header-active span:after {
content: '-';
}

.tpl-faq-section .tpl-page-builder-faq-entry .tpl-text > div {
padding: 30px;
border-top: none;
}

.tpl-text-text-row {
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-flow: row wrap;
margin: 0 -60px -60px -60px;
}

.tpl-text-text-row .tpl-text-text-column {
width: 50%;
box-sizing: border-box;
padding: 0 60px 60px 60px;
}

.tpl-page-builder-section.tpl-case-studies-section {
position: relative;
}

.tpl-page-builder-section.tpl-case-studies-section:before {
position: absolute;
left: 50%;
top: 0;
-moz-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
width: 100vw;
height: 100%;
content: '';
background: #f0f0f0;
z-index: -1;
}

.tpl-page-builder-section-title {
text-align: center;
padding-bottom: 90px;
}

.tpl-page-builder-section .tpl-text h3 {
text-align: left;
}
/* end content builder */
@media screen and (min-width: 1921px) {
	#Slideshow {
	height: 43.75vw;
	}
}

@media screen and (max-width: 1380px) {
	#HeaderMiddle .tpl-header-logo {
	width: 130px;
	line-height: 160px;
	}
	
	#HeaderMiddle .tpl-header-right {
	margin: 50px 0;
	}
	
	#Slideshow {
	height: 740px;
	}
	
	#Slideshow .tpl-slide .tpl-title {
	font-size: 72px;
	}
	
	#Slideshow .tpl-slide .tpl-table {
	padding-top: 150px;
	width: 60%;
	}
	
	.tpl-about-us-row .tpl-text-column {
	padding-right: 60px;
	}
	
	#AboutHost .tpl-about-us-row .tpl-text-column {
	padding-left: 60px;
	}
	
	.tpl-boxes-row .tpl-boxes-column .tpl-box {
	padding: 30px;
	}
	
	input[type=text],
	input[type=search],
	input[type=phone],
	input[type=password],
	input[type=email],
	input[type=url],
	input[type=number],
	input[type=tel],
	select,
	.wpcf7-text,
	#HeaderMiddle .tpl-header-right .tpl-header-button a,
	#Slideshow .tpl-slide .tpl-link,
	.tpl-youtube-feeds-row .tpl-youtube-feeds-column a .tpl-readmore > span,
	.tpl-more-entries a,
	.tpl-boxes-row .tpl-boxes-column .tpl-box .tpl-readmore > span {
	padding-left: 30px;
	padding-right: 30px;
	}
	
	body #mlb2-42506092.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow button {
	padding-left: 30px !important;
	padding-right: 60px !important;
	}
	
	body #mlb2-42506092.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow button:after {
	right: 30px;
	}
	
	body #mlb2-42506092.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input {
	padding-left: 30px;
	padding-right: 30px;
	}
}

@media screen and (max-width: 1280px) {
	/* content builder */
	.tpl-page-builder-boxes-column,
	.tpl-page-builder-boxes-column.tpl-column-width-20,
	.tpl-page-builder-boxes-column.tpl-column-width-25 {
	width: 33.33%;
	}
	
	.tpl-text-image-row .tpl-text-column {
	padding-right: 60px;
	}

	.tpl-text-image-row.image_left .tpl-text-column {
	padding-left: 60px;
	}
	
	.tpl-text-text-row {
	margin-left: -30px;
	margin-right: -30px;
	}

	.tpl-text-text-row .tpl-text-text-column {
	padding-left: 30px;
	padding-right: 30px;
	}
	/* end content builder */
}

@media screen and (max-width: 1080px) {
	#HeaderMiddle .tpl-top-menu-wrapper {
	display: none;
	}
	
	#HeaderMiddle .tpl-header-logo,
	.tpl-header-collapsed #HeaderMiddle .tpl-header-logo {
	width: 90px;
	line-height: 120px;
	}
	
	#HeaderMiddle .tpl-header-right {
	display: none;
	}
	
	#Slideshow {
	height: 600px;
	}

	#Slideshow .tpl-slide .tpl-table {
	padding-top: 120px;
	}
	
	#Slideshow .tpl-slide .tpl-title {
	font-size: 48px;
	}
	
	#MiddleBar {
	padding-top: 120px;
	}
	
	.tpl-middle-bar {
	padding-top: 30px;
	padding-bottom: 60px;
	}
	
	.responsive-menu-button {
	display: block;
	}
	
	.responsive-menu-wrapper {
	position: fixed;
	z-index: 90;
	}

	.admin-bar .responsive-menu-wrapper {
	top: 32px;
	}
	
	.tpl-boxes-row .tpl-boxes-column .tpl-box {
	padding: 30px;
	}
	
	.tpl-about-us-row .tpl-about-us-column {
	width: 100%;
	}
	
	#AboutHost .tpl-about-us-row .tpl-text-column,
	.tpl-about-us-row .tpl-text-column {
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 60px;
	order: 0;
	}
	
	.tpl-definitions .tpl-definition .tpl-title,
	.tpl-definitions .tpl-definition .tpl-text > div {
	padding-left: 30px;
	padding-right: 30px;
	}
	
	.tpl-boxes-row .tpl-boxes-column {
	width: 100%;
	}
	
	.tpl-mission-features-row .tpl-mission-features-column {
	width: 50%;
	}
	
	.tpl-posts-row .tpl-post-entry {
	width: 50%;
	}
	
	.tpl-footer-top-row {
	flex-flow: row wrap;
	}
	
	.tpl-footer-top-column {
	width: 33.33%;
	}
	
	.tpl-footer-top-column.tpl-quote-column {
	width: 100%;
	}

	.tpl-contact-layout-column {
	width: 100%;
	}
	
	.tpl-contact-layout-column.tpl-text-column {
	padding-top: 0;
	padding-bottom: 90px;
	}
	
	.tpl-contact-layout-column.tpl-form-column {
	margin-bottom: -90px;
	}
	
	.tpl-contact-layout-column .tpl-form-wrapper {
	padding: 90px 30px;
	margin: 0 -30px;
	border-radius: 0;
	}

	/* content builder */
	.tpl-text-image-row .tpl-text-image-column {
	width: 100%;
	padding-right: 0;
	}
	
	.tpl-text-image-row.image_left .tpl-text-column {
	order: 0;
	padding-left: 0;
	}
	
	.tpl-text-image-row .tpl-text-column {
	padding-bottom: 60px;
	}
	
	.tpl-text-text-row .tpl-text-text-column {
	width: 100%;
	}
	
	.tpl-gallery-section ul li {
	width: 33.33%;
	}
	
	.tpl-page-builder-boxes-column,
	.tpl-page-builder-boxes-column.tpl-column-width-20,
	.tpl-page-builder-boxes-column.tpl-column-width-25,
	.tpl-page-builder-boxes-column.tpl-column-width-33, 
	.tpl-page-builder-boxes-column.tpl-column-width-50,
	.tpl-page-builder-boxes-column.tpl-column-width-100 {
	width: 50%;
	}
	
	.tpl-page-builder-boxes-column .tpl-page-builder-box {
	padding: 30px;
	}
	
	.tpl-page-builder-boxes-column .tpl-icon span {
	width: 120px;
	height: 120px;
	line-height: 120px;
	}
	
	.tpl-page-builder-boxes-column .tpl-icon img {
	max-width: 120px;
	max-height: 120px;
	}
	/* end content builder */
}

@media screen and (max-width: 880px) {
	#Slideshow {
	height: auto;
	}
	
	#Slideshow .tpl-slide {
	padding-bottom: 75vw;
	}
	
	#Slideshow .tpl-slide .tpl-table {
	width: 100%;
	padding-top: 150px;
	}
	
	#Slideshow .tpl-slide-image {
	height: 75vw;
	top: auto;
	bottom: 0;
	background-position: right bottom;
	background-size: auto 110%;
	}
	
	.tpl-section-wrapper .tpl-section-content {
	padding-top: 60px;
	padding-bottom: 60px;
	}
	
	.tpl-footer-top-column {
	width: 50%;
	}
	
	.tpl-footer-top-column.tpl-logo-column {
	display: none;
	}
	
	.tpl-footer-bottom {
	text-align: center;
	line-height: 1.5;
	}
	
	.tpl-copyright,
	.tpl-footer-author {
	float: none;
	}
	
	.tpl-footer-author {
	padding-top: 5px;
	}

	.tpl-mission-features-row .tpl-mission-features-column {
	width: 50%;
	}
	
	.tpl-youtube-feeds-row .tpl-youtube-feeds-column {
	width: 50%;
	}
	
	.tpl-bottom-line-text > div,
	.tpl-bottom-line-text > div:not(:last-child) {
	display: block;
	margin-right: 0;
	padding-right: 0;
	border: none;
	}
	
	.tpl-bottom-line-text > div:not(:last-child) {
	padding-bottom: 5px;
	}
}

@media screen and (max-width: 680px) {
	#HeaderMiddle .tpl-header-middle,
	.tpl-middle-bar,
	.tpl-section-wrapper .tpl-section-content,
	#Slideshow .tpl-slide-wrapper,
	.tpl-footer-top,
	.tpl-footer-bottom {
	padding-left: 15px;
	padding-right: 15px;
	}
	
	#HeaderMiddle .tpl-header-logo,
	.tpl-header-collapsed #HeaderMiddle .tpl-header-logo {
	width: 70px;
    line-height: 90px;
	}
	
	#MiddleBar {
	padding-top: 90px;
	}
	
	.responsive-menu-button {
	top: 37px;
	right: 15px;
	}
	
	.responsive-menu-container {
	margin-top: 90px;
	}
	
	.responsive-menu-container > ul li a {
	padding-left: 15px;
	padding-right: 15px;
	}
	
	h1,
	.tpl-middle-bar h1,
	.tpl-section-wrapper .tpl-section-title {
	font-size: 36px;
	}
	
	#Slideshow .tpl-slide .tpl-table {
	padding-top: 120px;
	}
	
	.tpl-form-row .tpl-form-column.tpl-width-50,
	.tpl-form-row .tpl-form-column.tpl-width-33 {
	width: 100%;
	}
	
	.tpl-posts-row .tpl-post-entry {
	width: 100%;
	}
	
	.tpl-partners-row .tpl-partners-column {
	width: 50%;
	}
	
	.tpl-youtube-feeds-row .tpl-youtube-feeds-column {
	width: 100%;
	}
	
	.tpl-definitions .tpl-definition .tpl-title {
	font-size: 18px;
	}
	
	body #mlb2-42506092.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow {
	flex-flow: row wrap;
	}
	
	body .ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-input-horizontal {
	flex: 0 1 auto;
	width: 100%;
	}
	
	body .ml-form-formContent.horozintalForm .ml-form-horizontalRow .horizontal-fields {
	padding-right: 0;
	margin-bottom: 0 !important;
	}
	
	body .ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-button-horizontal {
	width: auto;
	padding-top: 15px;
	}
	
	body .ml-form-formContent.horozintalForm .ml-button-horizontal {
	display: block !important;
	}
	
	body .ml-mobileButton-horizontal {
	display: none !important;
	}
}

@media screen and (max-width: 580px) {
	.tpl-footer-top-column {
	width: 100%;
	}

	/* content builder */
	.tpl-gallery-section ul li {
	width: 50%;
	}
	
	.tpl-page-builder-boxes-column,
	.tpl-page-builder-boxes-column.tpl-column-width-20,
	.tpl-page-builder-boxes-column.tpl-column-width-25,
	.tpl-page-builder-boxes-column.tpl-column-width-33, 
	.tpl-page-builder-boxes-column.tpl-column-width-50,
	.tpl-page-builder-boxes-column.tpl-column-width-100 {
	width: 100%;
	}
	
	.tpl-page-builder-boxes-column .tpl-page-builder-box {
	padding: 30px;
	}
	/* end content builder */
}

@media screen and (max-width: 480px) {
	#Slideshow .tpl-slide .tpl-link {
	width: 100%;
	text-align: center;
	}
	
	.tpl-mission-features-row .tpl-mission-features-column {
	width: 100%;
	}

	.tpl-contact-details-column {
	width: 100%;
	}
}