﻿

:root {
    --CSSColor: #000000;
    --HeadingColor: #000000;
    --LinkColor: #A0E4B0;
    --LinkHoverColor: #4C86A5;
    --ButtonLinkHoverColor: #4C86A5;
    --ButtonLinkColor: #000000;
    --AlertColor: #dc3545;
    --StandardMainContainerWidth: 1230px;
    --DefaultBlockMarginTop: 50px;
    --swiper-pagination-color: #B32317;
    --swiper-pagination-top: auto;
    --swiper-pagination-bottom: 8px;
    --swiper-theme-color: #007aff;
    --swiper-navigation-color: #007aff;
}

/* barlow-300 - latin */
@font-face {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 300;
    src: local(''), url('../../../web/fonts/Barlow/barlow-v12-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../../../web/fonts/Barlow/barlow-v12-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* barlow-300italic - latin */
@font-face {
    font-family: 'Barlow';
    font-style: italic;
    font-weight: 300;
    src: local(''), url('../../../web/fonts/Barlow/barlow-v12-latin-300italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../../../web/fonts/Barlow/barlow-v12-latin-300italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* barlow-regular - latin */
@font-face {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    src: local(''), url('../../../web/fonts/Barlow/barlow-v12-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../../../web/fonts/Barlow/barlow-v12-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* barlow-italic - latin */
@font-face {
    font-family: 'Barlow';
    font-style: italic;
    font-weight: 400;
    src: local(''), url('../../../web/fonts/Barlow/barlow-v12-latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../../../web/fonts/Barlow/barlow-v12-latin-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* barlow-500 - latin */
@font-face {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 500;
    src: local(''), url('../../../web/fonts/Barlow/barlow-v12-latin-500.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../../../web/fonts/Barlow/barlow-v12-latin-500.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* barlow-500italic - latin */
@font-face {
    font-family: 'Barlow';
    font-style: italic;
    font-weight: 500;
    src: local(''), url('../../../web/fonts/Barlow/barlow-v12-latin-500italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../../../web/fonts/Barlow/barlow-v12-latin-500italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* barlow-600 - latin */
@font-face {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 600;
    src: local(''), url('../../../web/fonts/Barlow/barlow-v12-latin-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../../../web/fonts/Barlow/barlow-v12-latin-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* barlow-600italic - latin */
@font-face {
    font-family: 'Barlow';
    font-style: italic;
    font-weight: 600;
    src: local(''), url('../../../web/fonts/Barlow/barlow-v12-latin-600italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../../../web/fonts/Barlow/barlow-v12-latin-600italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}


html {
    overflow-y: scroll;
    -ms-overflow-style: scrollbar;
    height: 100%;
}

body {
    min-height: 100%;
    font-family: 'Barlow', sans-serif;
    font-size: 25px;
    line-height: 1.4;
    color: var(--CSSColor);
    font-weight: 300;
    /* Used for the sticky footer, see: https://github.com/philipwalton/solved-by-flexbox/blob/master/assets/css/components/site.css */
    display: flex;
    min-height: 100%;
    flex-direction: column;
    position: relative;
}


/* Used for the ModernUI IE to work in responsive mode */
@-ms-viewport {
    width: device-width;
}

img, embed, object, video {
    max-width: 100%;
    height: auto !important;
}

/* ckEditor LayoutManager */

.container-fluid div {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.container-fluid {
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
    clear: both;
    overflow: hidden;
}

.container-fluid .row {
    margin-right: -20px;
    margin-left: -20px;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9 {
    position: relative;
    min-height: 1px;
    padding-right: 20px;
    padding-left: 20px;
    float: left;
}

.col-lg-12 {
    width: 100%;
}

.col-lg-11 {
    width: 91.66666667%;
}

.col-lg-10 {
    width: 83.33333333%;
}

.col-lg-9 {
    width: 75%;
}

.col-lg-8 {
    width: 66.66666667%;
}

.col-lg-7 {
    width: 58.33333333%;
}

.col-lg-6 {
    width: 50%;
}

.col-lg-5 {
    width: 41.66666667%;
}

.col-lg-4 {
    width: 33.33333333%;
}

.col-lg-3 {
    width: 25%;
}

.col-lg-2 {
    width: 16.66666667%;
}

.col-lg-1 {
    width: 8.33333333%;
}

@media screen and (max-width: 850px) {

    .container-fluid .row {
        margin-right: 0;
        margin-left: 0;
    }

    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: none;
        width: 100%;
        padding-right: 0;
        padding-left: 0;
    }
}

/* END ckEditor LayoutManager */

h1, h2, h3, h4, h5, h6 {
    color: var(--HeadingColor);
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
    line-height: 1.2;
    text-align: left;
}

h1 {
    font-size: 38px;
    margin-bottom: 20px;
}

    h1:first-of-type {
        margin-top: 0;
    }

h2 {
    margin: 8px 0 20px 0;
    font-size: 32px;
}

ul + h2 {
    margin-top: 40px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 24px;
}

p {
    margin: 0;
    padding: 0 0 25px 0;
}

p:has(+ ul)
{
    padding-bottom: 10px;
}

b, strong {
    font-weight: 600;
}

a, a:visited {
    outline: none;
    color: #A0E4B0;
    text-decoration: none;
}

a:hover {
    outline: none;
    text-decoration: underline;
    color: #4C86A5;
}

a:active, a:focus {
    outline: none;
}

a[href^="tel:"] {
    color: #000;
    text-decoration: none;
    cursor: default;
    font-weight: 300;
}

a:hover > img {
    opacity: 0.65;
}

hr {
    border-bottom: 0 none;
    border-top: 1px solid #E5E5E5;
    border-left: none;
    border-right: none;
    height: 1px;
    margin: 5px 0 5px 0;
}

p:has(+ hr)
{
    padding-bottom: 0;
}

a:has(+ hr)
{
    padding-bottom: 0;
}

.button {
    background-color: #808080;
    border: 1px solid #808080;
}

.button:hover {
    background-color: #aaaaaa;
    border: 1px solid #aaaaaa;
}

.fab,
.fal,
.far,
.fas,
.fad,
.fa-brands,
.fa-light,
.fa-regular,
.fa-solid,
.fa-thin {
    color: #878787;
}

a .fab, a:visited .fab,
a .fal, a:visited .fal,
a .far, a:visited .far,
a .fas, a:visited .fas,
a .fad, a:visited .fad,
a .fa-brands, a:visited .fa-brands,
a .fa-light, a:visited .fa-light,
a .fa-regular, a:visited .fa-regular,
a .fa-solid, a:visited .fa-solid,
a .fa-thin, a:visited .fa-thin {
    color: var(--LinkColor);
}

a:hover .fab,
a:hover .fal,
a:hover .far,
a:hover .fas,
a:hover .fad,
a:hover .fa-brands,
a:hover .fa-light,
a:hover .fa-regular,
a:hover .fa-solid,
a:hover .fa-thin {
    color: var(--LinkHoverColor);
}


.blue {
    color: #599DBF;
}

.green {
    color: #588C73;
}

.yellow {
    color: #F2E394;
}

.orange {
    color: #F2AE72;
}

.red {
    color: #C02942;
}

.brown {
    color: #8C4646;
}

.lightgreen {
    color: #A0E4B0;
}

/*********************************************************************************************************************************/

#container{
    margin: 0 auto;
    /* Used for the sticky footer */
    flex: 1 0 auto;
    padding: var(--space) var(--space) 0;
    width: 100%;
}

/* Used for the sticky footer */
#container::after {
    content: '\00a0'; /* &nbsp; */
    display: block;
    margin-top: var(--space);
    height: 0px;
    visibility: hidden;
}

@media (--break-lg) {
    #container {
        padding-top: var(--space-lg);
    }

    #container::after {
        margin-top: var(--space-lg);
    }
}

#container--full {
    padding: 0;
}

#container--full::after {
    content: none;
}
/* End used for the sticky footer */


#header {
    display: none;
}



#navigationLogo {
    display: none;
}


#main {
    margin: 45px auto 30px auto;
    overflow: hidden;
    max-width: 1230px;
    padding: 0 25px 30px 25px;
}



#main ul {
    position: relative;
    margin: 0 0 25px 0;
    padding: 0;
}

#main ul li
{
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0 0 7px 20px;
}

#main ul li:before {
    content: ' ';
    position: absolute;
    left: 0;
    top: 12px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #4C86A5;
}

#main ol li {
    margin: 0;
    padding: 0 0 5px 5px;
}


/*-------------- Footer-Navigation -------------------------------------------------*/
#footer {
    background-color: #A0E4B0;
    /* Used for the sticky footer */
    flex: none;
    z-index: 2;
    color: #fff;
}

#footerContent {
    max-width: 1230px;
    margin: 0 auto;
    padding: 20px 25px 20px 25px;
    font-size: 18px;
}

#footerContent a {
    color: #fff;
    text-decoration: none;
}

#footerContent a:hover {
    color: #4C86A5;
}

#footerContent a[href^="tel:"]:hover {
    color: #fff;
}

#footerContent h2 {
    font-size: 28px;
    color: #fff;
    font-weight: 400;
}

#footerContent .fab,
#footerContent .fal,
#footerContent .far,
#footerContent .fas,
#footerContent .fa-brands,
#footerContent .fa-light,
#footerContent .fa-regular,
#footerContent .fa-solid,
#footerContent .fa-thin {
    font-size: 24px;
    margin-top: 5px;
    color: #fff;
}



/* ------------  scroll-to-top  ----------------------- */
.scroll-to-top {
    position: fixed;
    bottom: 10px;
    right: 20px;
    z-index: 999999;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 45px;
    background-color: #fff;
    border-radius: 30%;
    font-size: 45px;
    color: #333;
    text-decoration: none;
}

.scroll-to-top:visited {
    color: #333;
}

.scroll-to-top:hover {
    color: #333;
    background-color: #aaa;
    text-decoration: none;
}




@media screen and (max-width: 767.9px) {

    body {
        font-size: 20px;
    }

    .bird{
        max-width: 100px;
    }

}

@media screen and (max-width: 500px) {

    body {
        font-size: 18px;
    }

    .bird {
        max-width: 80px;
    }
}