@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,600i,700,800&subset=latin-ext');

.header-widget-wrapper {
    background: #00416F;
    position: fixed;
    padding: 5px 0;
    left: 10px;
    right: 10px;
    top: 0px;

}
.home .header-widget-wrapper {
    animation: 0.5s a_slidein 0.2s forwards;
    
}
.header-widget-wrapper p {
    color: white;
    margin: 0 !important;
    font-size: 12px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
    font-family: "Open Sans", sans-serif !important;
}
.header-widget-wrapper a{
    color: white;
    display: inline-block;
    font-size: 14px;
}


a[href*= "tel:"]:before {
    content: "\f095";
    font-family: 'sow-fontawesome';
    margin-left: 5px;
    margin-right: 5px;
    vertical-align: middle;
}

a[href*= "mailto:"]:before {
    content: "\f003";
    font-family: 'sow-fontawesome';
    margin-left: 5px;
    margin-right: 5px;
    vertical-align: middle;
}

.home div#header-text-nav-container {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 999;
        background: rgba(255, 255, 255, 0.8);
}

#header-logo-image img {max-width: 160px;}

header#masthead {
    position: relative;
}

.admin-bar .header-widget-wrapper {
    top: 32px;
}



section#featured-slider .slides {   
    background-position: center center;
    background-attachment: fixed !Important;
    pointer-events: none;
}




#featured-slider .entry-container {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.37);
    position: fixed;
}
#featured-slider .entry-container.right * {
    margin-left: auto;
}

#featured-slider .slider-cycle {
      animation: 0.3s a_fadein 0.5s forwards;
      opacity:0;
      overflow: hidden;
}

#featured-slider .entry-description-container * {
    max-width: 600px;
}


#controllers {
    right: 15px;
    left: auto;
    width: auto;
    bottom: 49px;
    z-index: 99;
    margin: 0 auto;
    text-align: right;
    padding: 0 15px;
}
#controllers a{
    width: 20px;
    height: 20px;
    border-radius: 100%;
    border:2px solid #ffffff;
    background: rgba(0, 0, 0, 0.14) !important;
    color: transparent !important;
}
#controllers a:hover, #controllers a.active {
    border-color: #00416F;
}

a:hover img{
  opacity: 1;
}
a{color: #00416F;}

#featured-slider .slider-title-head a{
    font-family: "Open Sans", sans-serif !important;
    font-size: 62px;
    line-height: 1 !important;
    font-weight: bold;
    color: #00416F;
    pointer-events: all;

}
#featured-slider .entry-content{

    max-width: 450px;

}
#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 slideDown;
}
#featured-slider .slides.active .slider-title-head {
    animation: slideDown 1s ease;
}
#featured-slider .slider-read-more-button{
    background: transparent !important;
    border: 2px solid;
    color: #00416F;
    padding: 15px 40px;
    position: relative;
    transition: all 0.3s;
    z-index: 5;
    pointer-events: all;

}
#featured-slider .slider-read-more-button:before {
    content: "";
    top: 100%;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: #00416F;
    position: absolute;
    transition: all 0.3s;
    z-index: -1;
}

#featured-slider .slider-read-more-button:hover:before {
    top: 0px;
}

#featured-slider .slider-read-more-button:hover {
    color: white !important;
}

svg.sliderPolygon {
    fill: white;
    position: absolute;
    height: 100px;
    bottom: 0px;
    z-index: 9;
    pointer-events: none;
}
.slides::before {
    font-family: 'sow-fontawesome';
    display: inline-block;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f103";
    position: absolute;
    bottom:30px;
    left:50%;
    color: white !important;
    font-size:50px;
    z-index:1;
    margin-left: -16px;
    animation: a_bounce 1s infinite;
    transform: translate(0, 0px);
      pointer-events: all;
    z-index: 999;
    cursor: pointer;
}

@keyframes slideDown {
    from { transform: translate(0, 100px); opacity: 0; }
    to   { transform: translate(0px); opacity: 1; }
}




@keyframes a_bounce {
    0%{
        transform: translate(0, 0px);
    }
    50%{
        transform: translate(0px, 10px);
    }
}

@keyframes a_slidein {
    0%{
        transform: translate(0, -50px);
    }
    100%{
        transform: translate(0px, 0px);
    }
}


@keyframes a_fadein {
    0%{
        opacity:0; 
        transform: scale(0.5);
    }
    100%{
        opacity:1;
        transform: scale(1);
    }
}



div#header-text-nav-container {
    padding-top: 20px;
    padding-bottom: 20px;
}
body:not(.home) div#header-text-nav-container {
    border-bottom: solid;
}

footer#colophon {
    background: #1a1a1c;
    position: relative;
    border:0;
}
.footer-widgets-wrapper {
    background: #232325;
    padding: 50px 0;
  border:0;
}

.footer-widgets-wrapper h3 {
    color: white !important;
    display: inline-block;
    border-bottom: 1px solid #00416F;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.footer-widgets-wrapper img {
    max-width: 150px;
    margin: 0px;
}

.footer-widgets-wrapper a {
    color: white;
}

.footer-widgets-wrapper p {
    color: #a5a5a5;
}

#colophon .widget ul li {
    border-bottom: 1px dashed #4f4f4f;
}

a#scroll-up {
        position: absolute;
    top: 0;
    bottom: auto;
    left: 50%;
    right: auto !important;
    display: inline-block !important;
    transform: translate(-50%, -50%);
    background: #00416F;
    opacity: 1 !important;
    border-radius: 100%;
    padding: 10px 12px 12px 12px;
    transition: all 0.3s;
    z-index: 99;
}

a#scroll-up:hover{
    transform: translate(-50%, -40%);
}

#main{
    position: relative;
    z-index: 99; 
    background: white;
}
#main, #main p, #main li {
    
    line-height: 28px;
    font-size: 18px;
    font-weight: 300;
}

#main p strong, #main li strong {
    font-weight: 600;
}

h1,h2,h3,h4 {
    font-family: "OPEN SANS" !important;
    padding:0;
    margin-bottom: 25px;
    font-weight: 700;
  	color: #00416F
}
h1 { font-size: 32px; }
h2 { font-size: 26px; }
h3 { font-size: 22px; }

h1 strong, h2 strong, h3 strong {
    font-weight: 800;
}

.copyright a[title="csgroup.pl"] span {
    display: inline-block;
    background: url(http://www.csgroup.pl/wp-content/themes/pkt/images/pkt.png);
    background-size: cover;
    width: 87px;
    height: 18px;
    color: transparent;
    margin-left: 5px;
    margin-right: 1px;
}

.footer-socket-wrapper .copyright, .footer-socket-wrapper .copyright a {
    color: white;
}

.small-menu a {
    color: white;
}
p#breadcrumbs {
    font-size: 13px;
}

.header-post-title-class {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 32px;
}
.calltoaction {
    padding: 50px 0;
    border-top:1px solid #13a66f;
    border-bottom: 1px solid #13a66f;
}
.calltoaction h3{
    margin:0px;
    line-height: 46px;
    font-size: 27px;
}
.calltoaction *{
    color: white;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.54);
}
.calltoaction .ow-button-base a{
    border-color: white !important;
    box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.54);
}
.calltoaction .ow-button-base a span{
    color: white !important;
}
.calltoaction img {
    margin-bottom:-15px;
}
.ow-button-base a {
    font-size: 16px !important;
    background: transparent !important;
    border: 2px solid black !important;
    color: white !important;
    border-radius: 0px !important;
    padding: 13px 35px !important;
    transition: all 0.3s;
    font-family: "Open Sans", sans-serif;
}

.ow-button-base a span {
    color: black !important;
    font-weight: 600;
}

.ow-button-base a:hover {
    padding: 13px 45px !important;
}

#main .textwidget ul{
    list-style: none;
    margin-left:0px;
    padding-left:10px;
}

#main .textwidget li:before {
    content: "\f105";
    font-family: 'sow-fontawesome';
    margin-right: 10px;
    color: #fff;
    background: #00416F;
    padding: 3px 9px;
    border-radius: 100%;
}
#main .textwidget li {
    margin-bottom: 9px;
}
.sow-image-container img {
    margin: 0px;
}

form.wpcf7-form {
    display: flex;
    flex-direction: column;
}

form.wpcf7-form > div {
    margin-right: 30px;
    flex: 50%;
}

form.wpcf7-form > div.right {
    margin-right: 0px !Important;
}

form.wpcf7-form input {
    border: 1px solid black;
    border-radius: 0px;
    padding: 14px 15px 15px 15px;
    box-sizing: border-box;
    background: white;
}

form.wpcf7-form textarea {
    border: 1px solid black;
    border-radius: 0px;
    padding: 15px;
    box-sizing: border-box;
    height: 91px;
    background: white;
    margin-bottom: 0px !important;
}

form.wpcf7-form input[type=submit] {
    background: #3A393E;
    border: 0px;
    padding: 9px 50px;
    display: block !important;
    max-width: 100%;
    margin-bottom: 0px;
    white-space: pre;
}
.formularz_kontaktowy {
    margin-bottom: 50px;
    background: #f1f1f1;
    padding: 20px 10px;
}
@media screen and (min-width: 768px) {
    .home div#header-text-nav-container.srolled {
        position: fixed;
    }

    .home div#header-text-nav-container.scrolled {
        position: fixed;
        top: 0;
        background: #1a1a1c;
        z-index: 999999;
        right: 10px;
        left: 10px;
    }
    .admin-bar.home div#header-text-nav-container.scrolled {
        margin-top:32px;
    }

}
#site-navigation .current-menu-item, #site-navigation .menu-item:hover {
    background: #00416F;
}

@media screen and (max-width: 768px) {
    .header-widget-wrapper .panel-grid-cell {
        margin: 0px !important;
    }
      .admin-bar header#masthead { margin-top:10px;}
    .header-widget-wrapper * {
        text-align: center !important;
    }
    #page {
        width: 100%;
    }
    .header-widget-wrapper {
          position: static;
    }
    header#masthead { margin-top:10px;}
    .home div#header-text-nav-container {
        position: relative;
        background: #232325;
    }

        .main-small-navigation-right .menu-main-menu-container {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(15, 190, 124, 0.98);
        z-index: 999999;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .main-small-navigation-right li {
        background: transparent !important;
        font-size: 22px;
    }

    .main-small-navigation-right 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 white !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 white;
        border-bottom: 2px solid white;
        height: 5px;
        width: 22px;
        margin:0px;
    }
    .site-header .menu-toggle:after {
        content: "";
        display: block;
        border-top: 2px solid white;
        border-bottom:0px;
        width: 22px;
        margin-top: -26px;
    }

    .main-small-navigation-right .menu-main-menu-container > ul {
        display: block !important;
    }

    .main-small-navigation-right h3.menu-toggle,
    .main-small-navigation-right h3.menu-toggle:after,
    .main-small-navigation-right h3.menu-toggle:before {
        border-color: white !important;
    }
 
    nav#site-navigation {
        margin: 0px;
    }
    
    #site-navigation.main-small-navigation-right ul li.current-menu-item > a {
        color: white !important;
        border-bottom: 1px solid;
    }
   #featured-slider { display: none;}


    .calltoaction, .calltoaction * {
        text-align: center !important;
    }

    footer#colophon {
        text-align: center;
    }
   #header-right-section { padding:0px;}
}

div#cookies-message {
    position: relative !important;
    padding: 40px 15px !important;
    background: #000000 !important;
    border: 0px !important;
    color: white !important;
}

div#cookies-message * {
    color: white !important;
}

div#cookies-message a#accept-cookies-checkbox {
    background: #00416F !important;
    padding: 10px;
    border-radius: 5px;
}
@media screen and (max-width: 421px) {
    div#header-left-section {
        margin-right: 45px !important;
    }
    #page { width: 100%;}
}


/*DEV*/
#header-text-nav-wrap {display: flex; justify-content: flex-end; align-items: center}
#header-left-section {margin-right: auto}

#site-navigation ul#menu-main-menu > li.menu-item > a {font-size: 20px; font-family: 'Open Sans'; color: black; font-weight: 600; transition: all 0.3s; position: relative}
#site-navigation ul#menu-main-menu > li.menu-item > a:hover {color: #505050;}
#site-navigation ul#menu-main-menu > li.menu-item > a::after, #site-navigation ul#menu-main-menu > li.current-menu-item > a::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  bottom: -5px;
  left: 50%;
  background: black;
  transition: all 0.3s;
}

#site-navigation ul#menu-main-menu > li.menu-item > a:hover:after, #site-navigation ul#menu-main-menu > li.current-menu-item > a::after {
    width: 90%;
    left: 5%;
}
#site-navigation ul#menu-main-menu > li.current-menu-item > a {font-weight: 900}

/*Contact section*/
#contactSection {
  align-items: center !important;
}

#contactSection ul {
	list-style: none;
  padding: 0;
}

#contactSection #panel-2-3-0-0 {
	margin: 0;
}

#panel-33-1-0-0 ul {
	columns: 2;
}
#wpcf7-f5-p8-o1 > form > p:nth-child(6){
    width: 15px;
    margin-left: -22px;
    float: left;
}
#wpcf7-f5-p8-o1 > form > div:nth-child(7){    margin-top: -20px;
  margin-right: -1px;}