body, #main, p, li {
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-size:18px;
}
h1,h2,h3,h4,h5,h6{
    font-family: "Open Sans"; 
  	font-weight: 400;
}
nav#site-navigation {
    text-align: center;
    background: transparent;
    margin: 20px 0;
}

ul#menu-main-menu {
    display: inline-block;
}

div#header-left-section {
    float: none;
    text-align: center;
}

#header-logo-image img {
    margin: 20px 0 10px 0;
}
section#featured-slider{
    position: relative;
    overflow: hidden;
    border-bottom: 5px solid #ff6000;
    border-top: 1px solid #479194;
}

section#featured-slider .sliderBgC {
    position: absolute;
    top: 0px;
    right:  0px;
    bottom: 0px;
    left: 0px;
}
section#featured-slider .sliderBgC:after,
.boxy_glowna .sectionbgC:after {
    background: #0093ff;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.5;
    content: "";
}
section#featured-slider .sliderBg {
    position: absolute;
    top: -20px;
    right:  -10px;
    bottom: -10px;
    left: -10px;
    filter: blur(10px);
    background-size:cover !important;
    background-attachment: fixed !important;
    background-repeat: no-repeat !important;
    transition: all 0.5s;
}

.entry-description-container {
    max-width: 600px;
    background: rgba(0, 147, 255, 0.5);
    height: 100%;
    padding: 120px 35px;
}

#featured-slider .entry-container {
    top: 0;
    bottom: 0;
    transform: translate(-50%, 0);
    max-width: 1340px;
}

.left .entry-description-container {
    margin-left: -15px;
}

.right .entry-description-container {
    margin-left: auto;
    margin-right: -15px;
}

.slider-title-head a {
    font-size: 34px;
    line-height: 44px;
    font-family: 'Anton', sans-serif;
    max-width: 400px;
    display: block;
    margin-bottom: 30px;
}

#featured-slider .entry-content p {
    font-size: 18px;
    font-weight: 300;
}

.navArrows {
    width: 100%;
    position: absolute;
    top: 50%;
    max-width: 1280px;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index:9;
    pointer-events: none;
}


.navArrows .prevSlider a, .navArrows .nextSlider a {
    background: #ff6000;
    pointer-events: all;
}

.main-navigation ul li a {
    font-family: 'Anton', sans-serif;
    color: #479194 !important;
    padding:0px 15px;
}

#site-navigation .current-menu-item, #site-navigation .menu-item:hover {
    background: transparent;
}

#site-navigation .menu-main-menu-container > ul .current-menu-item > a, 
#site-navigation .menu-main-menu-container > ul .menu-item:hover > a {
    color: #ff6000 !important;
}

.boxy_glowna {
    margin-bottom: 30px;
    position: relative;
    padding: 50px;
    padding-bottom: 10px;
}
.boxy_glowna .sectionbgC{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    border-radius: 0 0 100% 100%/50px;
    overflow: hidden;
}
.boxy_glowna .sectionbg{
    position: absolute;
    top: -30px;
    right: -30px;
    bottom: -30px;
    left: -30px;
    content: "";
    transition: all 0.5s;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    filter: blur(10px);
}


.boxy_glowna > div:first-of-type > div,
.boxy_glowna > div:nth-child(3) > div,
.boxy_glowna > div:nth-child(2) > div {
    background: #479194!important;
    padding: 50px 20px !important;
    margin-bottom: -60px !important;
    position: relative;
}
.boxy_glowna > div:first-of-type > div {
    border-radius: 0 0 0 100%/30px;
    z-index:5;
}
.boxy_glowna > div:nth-child(3) > div {
    border-radius: 0 0 100% 0/30px;
    z-index:5;
}
.boxy_glowna > div:nth-child(2) > div {
    background: white !important;
    z-index: 999;
}
.boxy_glowna > div:nth-child(2) .icon {
    color: #479194;
}
.boxy_glowna > div:first-of-type > div *,
.boxy_glowna > div:nth-child(3) > div *{
    color: white;
}

.boxy_glowna .icon{
    font-size: 45px;
    margin-bottom: 30px;
}
.boxy_glowna h3,.boxy_glowna p{
    text-align: left;
}
.boxy_glowna h3 {
    margin: 0px !important;
    font-weight: 500;
    font-size: 22px;
}
nav#controllers {
    text-align: right;
    max-width: 1200px;
    left: 50%;
    transform: translate(-50%);
    padding-right: 25px;
}
.spacious-button, input[type="reset"], input[type="button"], input[type="submit"],
a.ow-button-hover {
    background: #ff6000 !important;
    border: 0px !important;
    border-radius: 5px !important;
    position: relative;
    transition: all 0.3s;
    outline: none !important;
}
a.ow-button-hover span{
    position: relative;
}
.spacious-button:before, input[type="reset"]:before, input[type="button"]:before, input[type="submit"]:before,
a.ow-button-hover:before{
    content:"";
    position: absolute;
    top:100%;
    bottom:0;
    right:0;
    left:0;
    background:#ffffff;
    opacity:.2;
    transition: all 0.3s;
}
.spacious-button:before, input[type="reset"]:before, input[type="button"]:before, input[type="submit"]:before,
a.ow-button-hover:hover:before{
    top:0;
}
.spacious-button:hover, input[type="reset"]:hover, input[type="button"]:hover, input[type="submit"]:hover,
a.ow-button-hover:hover{
    transform: translate(0, -5px);
}

.gallery-columns-1
 .gallery-item {
    padding: 15px 0;
}

figure.gallery-item a {
    display: inline-block;
    border: 1px solid #479194;
    box-shadow: 0 32px 20px -30px rgba(0, 0, 0, 0.29);
    border-radius: 5px;
    overflow: hidden;
}

h1 {
    font-size: 46px;
    line-height: 1;
    font-weight: 300;
}

h3 {
    font-size: 22px;
}

h1,h2,h3{
    color: #479194;
}

#main p {
    line-height: 30px;
}

.background_section .gallery-item {
    padding: 0px;
}
.background_section .gallery{
    margin: -20px 0px;
}

.background_section > div:last-of-type{
    padding: 50px 15px;
    color: white;
}

.background_section h2{
    font-size: 32px;
    color: white;
}
.background_section {
    margin-bottom: 50px;
      background-position: right top;
}

.service_left .icon {
    font-size: 32px;
    color: #0092ff;
}
body {
    background: white !important;
}

.footer-socket-wrapper {
    max-width: 100% !important;
    background: #ff6000;
    padding: 10px;
}

.footer-socket-wrapper * {
    color: white !important;
}

.footer-socket-wrapper .copyright {
    max-width: 100%;
    text-align: center;
    float: none;
}

nav.small-menu {
    display: none;
}

.footer-widgets-wrapper iframe {
    display: block;
    box-shadow: 0 32px 20px -30px rgba(0, 0, 0, 0.29);
    border-radius: 5px;
    overflow: hidden !important;
}

#colophon, #colophon p {
    font-size: 18px;
    line-height: 28px;
    color: black;
}

a {
    color: #479194;
}
.footer-widgets-wrapper {
    background: #eaeaea;
}

.footer-widgets-area .panel-grid >
 div:first-of-type {
    padding: 50px 15px;
}
.footer-widgets-area .panel-grid >
 div:last-of-type {
    padding: 50px 15px;
}

.footer-widgets-area iframe {
    height: 400px;
    margin-top:-15px;
    margin-bottom: -15px;
    
    position: relative;
}

.footer-widgets-area {
    padding: 0;
    margin-bottom: -15px;
}

#colophon .widget-title {
    color: #235ca7;
    font-size: 28px;
    line-height: 34px;
}

#colophon .widget ul li {
    border-bottom: 0;
    font-size: 16px;
}
.calltoaction h3 {
    font-size: 24px;
    padding: 0px;
    line-height: 42px;
}
footer#colophon {
    position: relative;
}

a#scroll-up {
    position: absolute;
    top: 0;
    bottom: auto;
    background: #eaeaea !important;
    opacity: 1;
    z-index: 1;
    padding: 10px;
    left: 50%;
    right: auto;
    transform: translate(-50%, -50%);
    border-radius: 100%;
    color: black;
    transition: all 0.3s;
    display: block !important;
    opacity: 1 !important;
}
a#scroll-up:hover {
    background: #0092ff !important;
    color: white;
}
form.wpcf7-form {
    display: flex;
    width: 100%;
}

form.wpcf7-form > div {
    width: 100%;
}

form.wpcf7-form > div.left{
    padding-right:30px;
}

form.wpcf7-form input,
form.wpcf7-form textarea {
    padding: 15px 20px;
    background: transparent;
    border: 1px solid #989898 !important;
    border-radius: 5px;
}
form.wpcf7-form textarea  {
    height: 92px;
}

.header-post-title-container {
    display: none;
}

.so-widget-sow-image img {
    border-top: 1px solid #479194;
    border-bottom: 5px solid #ff6000;
}
body:not(.home) #main h3 {
    font-size: 26px;
    font-weight: 300;
    margin-bottom: 15px;
    position: relative;
    padding: 0;
}

body:not(.home) #main h3:after{
    content: "";
    display: block;
    width: 70px;
    height: 2px;
    background: #ff6000;
    margin-top: 15px;
    margin-bottom: 15px;
}
h4 {
    font-size: 18px;
    color: #479194;
}
div#cookies-message-container {
    position: fixed;
    z-index: 999;
    bottom:0;
    left:0;
    right:0;
    text-align: center;
}

div#cookies-message {
    position: relative !important;
    max-width:1200px;
    display: block;
    margin:0 auto;
    color: white !important;
    background: #ff6000 !important;
    padding: 20px 10px !important;
    border:0px !important;
    border-radius: 5px 5px 0 0;
    box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.72);
}
div#cookies-message *{
    color: white !important;
}
#featured-slider .slides.active .entry-content {
      animation: 1s ease 0.3s normal backwards 1 slideDown; 
}
#featured-slider .slides.active .slider-read-more-button {
  animation: 1s ease .6s normal backwards 1 a_fadein;
}
#featured-slider .slides.active .slider-title-head {
    animation: a_fadein 1s ease;
}
@keyframes slideDown {
    from { transform: translate(0, -30px); opacity: 0; }
    to   { transform: translate(0px); opacity: 1; }
}
@keyframes a_fadein {
    0%{
        opacity:0; 
        transform: scale(0.5);
    }
    100%{
        opacity:1;
        transform: scale(1);
    }
}
@media screen and (min-width: 960px) {
    .main-navigation li:nth-child(2) {
        margin-right: 300px;
    }

    div#header-text-nav-wrap {
        position: relative;
    }

    nav#site-navigation {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        transform: translate(0, -50%);
    }

    #header-logo-image a {
        display: inline-block;
        position: relative;
        z-index: 1;
    }

    #header-logo-image img {
        margin: 25px 0;
    }

    ul#menu-main-menu li{
        min-width: 125px !important;
    }

    ul#menu-main-menu li a{
        text-align: center;
        display: block !important;
        float: none !important;
    }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .boxy_glowna > div:first-of-type > div,
    .boxy_glowna > div:nth-child(2) > div {
        margin-bottom: 25px !important;
        border-radius:0px;
    }

    .boxy_glowna > div:nth-child(3) {
        width: 100% !important;
    }
    .boxy_glowna > div:nth-child(3) > div {
        border-radius: 0 0 100% 100% / 50px;
    }
}
@media screen and (max-width: 767px) {
    .boxy_glowna > div:nth-child(3) > div {
        border-radius: 0 0 100% 100%/50px !important;
    }

    .background_section {
        background-size: cover;
        background-position: right top;
        padding-top: 15px;
    }

    .background_section .gallery {margin: 0px !important;}

    .background_section > div:last-of-type * {
        text-align: center !important;
    }

    #colophon, #colophon p {
        text-align: center;
    }

    form.wpcf7-form {
        display: block;
    }

    form.wpcf7-form > div.left {
        padding: 0px;
    }

    #featured-slider{
        display: none !important;
    }

 
    .boxy_glowna {
        padding: 15px 0px;
    }

    .slider-title-head a {
        font-size: 20px;
        margin: 0px;
    }
    .main-small-navigation .menu-main-menu-container {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.85);
        z-index: 999999;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .main-small-navigation li {
        background: transparent !important;
        font-size: 22px;
    }

    .main-small-navigation a {
        color: white !important;
        padding: 20px 15px;
    }

    .site-header .menu-toggle {
        position: absolute;
        right: 0;
        z-index: 9999999;
        top: 15px;
        font-size: 0px;
        text-indent: -999px !important;
        padding: 10px 10px;
        border: 2px solid black !important;
        border-radius: 5px;
        background: transparent !important;
    }

    ul#menu-main-menu {
        display: none;
    }

    div#header-text-nav-wrap {
        position: relative;
    }

    .site-header .menu-toggle:before {
        content: "";
        display: block;
        border-top: 2px solid black;
        border-bottom: 2px solid black;
        height: 5px;
        width: 22px;
        margin:0px;
    }
    .site-header .menu-toggle:after {
        content: "";
        display: block;
        border-top: 2px solid black;
        border-bottom:0px;
        width: 22px;
        margin-top: -26px;
    }

    .main-small-navigation .menu-main-menu-container > ul {
        display: block !important;
    }

    .main-small-navigation h3.menu-toggle,
    .main-small-navigation h3.menu-toggle:after,
    .main-small-navigation h3.menu-toggle:before {
        border-color: white !important;
    }
 
    nav#site-navigation {
        margin: 0px;
    }
}
@media screen and (max-width: 421px) {
    div#header-left-section {
        margin-right: 45px !important;
    }
  	.boxy_glowna {
    	margin: 0px -15px 30px -15px;
		}
  #page { width: 100%;}
}

.entry-description-container {
    max-width: 600px;
    background: rgba(0, 0, 0, 0.5);
    height: auto;
    padding: 40px 35px;
}
.slider-title-head a {
    margin-bottom: 0;
}
#featured-slider .entry-container {
    top: 34%;
}
.navArrows .prevSlider a, .navArrows .nextSlider a {
    display: none;
}
.footer-widgets-wrapper {
    background: #439392;
}
.footer-widgets-wrapper a, .footer-widgets-wrapper h3{
color:#fff !important;
}
section#featured-slider .sliderBgC::after, .boxy_glowna .sectionbgC::after {
    background: #439392;
}
.spacious-button, input[type="reset"], input[type="button"], input[type="submit"], a.ow-button-hover {
    background: #439392 !important;
}
.footer-socket-wrapper {
    background: #000;
}
.footer-widgets-wrapper h3{
color:#fff;
}

.main-navigation .menu-main-menu-container .menunav-menu > li:nth-child(3) {
    margin-right: 300px;
}

.main-navigation li:nth-child(2) {
    margin-right: 0px;
}

section#featured-slider {
    border-bottom: 5px solid #439392;
    border-top: 1px solid #479194;
}
.so-widget-sow-image img {
    border-top: 1px solid #479194;
    border-bottom: 5px solid #439392;
}
body:not(.home) #main h3::after {
    background: #d8448e;
}
#header-logo-image img {
    margin: 17px 0;
}