﻿/*

Fonts: Montserrat Varela Round

Table OF Contents
------------------------------------
1 > General
2 > Logo
3 > Navigation
4 > Header
5 > About
6 > Portfolio
7 > Services
8 >  Why choose us
9 >  Numbers
10 > Pricing
11 > Testimonial
12 > Team
13 > Blog
14 > Blog post
15 > Blog sidebar
16 > Contact
17 > Footer
18 > Responsive
19 > Owl theme
20 > Back to top
21 > Preloader
22 > FAQ - zapytania

------------------------------------*/

/*------------------------------------*\
	General
\*------------------------------------*/


/* -- typography -- */

body {
    font-family: 'Varela Round', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    overflow-x: hidden;
    color: #868F9B;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin-top: 0px;

    color: #10161A;
}

h1 {
    font-size: 54px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 21px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

a {
    color: #107abd;
    text-decoration: none;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
    opacity: 0.8;
    color: #107abd;
}

.main-color {
    color: #107abd;
}

.white-text {
    color: #FFF;
}

::-moz-selection {
    background-color: #107abd;
    color: #FFF;
}

::selection {
    background-color: #107abd;
    color: #FFF;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none
}

/* -- section  -- */

.section {
    position: relative;
}

.md-padding {
    padding-top: 60px;
    padding-bottom: 60px;
}

.sm-padding {
    padding-top: 60px;
    padding-bottom: 60px;
}

.sm-padding1 {
    padding-top: 60px;

}

.sm-padding2 {
    padding-top: 40px;

}

/* --  background section  -- */

.bg-grey {
    background-color: #FAFAFA;
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
}

.bg-dark {
    background-color: #1C1D21;
}


/* --  background image section  -- */

.bg-img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.bg-img .overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: .5;
    background: #1C1D21;
}


/* --  section header  -- */

.section-header {
    position: relative;
    margin-bottom: 60px;
}

.section-header .title {
    text-transform: capitalize;
}

.title:after {
    content: "";
    display: block;
    height: 4px;
    width: 40px;
    background-color: #107abd;
    margin-top: 20px;
}

.text-center .title:after {
    margin: 20px auto 0px;
}

/* --  Input  -- */

input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="date"],
input[type="url"],
input[type="tel"],
textarea {
    height: 40px;
    width: 100%;
    border: none;
    background: #F4F4F4;
    border-bottom: 2px solid #9e9e9e;
    color: #354052;
    padding: 0px 10px;
    opacity: 0.5;
    -webkit-transition: 0.2s border-color, 0.2s opacity;
    transition: 0.2s border-color, 0.2s opacity;
}

textarea {
    padding: 10px 10px;
    min-height: 80px;
    resize: vertical;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="date"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
textarea:focus {
    border-color: #107abd;
    opacity: 1;
}

/* --  Buttons  -- */

.main-btn,
.white-btn,
.outline-btn,
.allegro-btn {
    display: inline-block;
    padding: 10px 35px;
    margin: 3px;
    border: 2px solid transparent;
    border-radius: 3px;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
}

.main-btn {
    background: #107abd;
    color: #FFF;
}

.white-btn {
    background: #FFF;
    color: #10161A !important;
}

.outline-btn {
    background: #107abd;
    color: #fff;
    border-color: #107abd;
}

.allegro-btn {
    background: #ff5a00;
    color: #fff;
    border-color: #ff5a00;
}

.main-btn:hover,
.white-btn:hover {
    opacity: 0.8;
}

.outline-btn:hover,
.outline-btn:focus {
    color: #fff;
    background: transparent;
}

.allegro-btn:hover,
.allegro-btn:focus {
    background: transparent;
    color: #fff;
}
img {
    width:100%;
}
/*------------------------------------*\
	Logo
\*------------------------------------*/

.navbar-brand {
    padding: 0;
}
.navbar-brand .logo{
margin-left:14px;
}
.navbar-brand .logo,
.navbar-brand .logo-alt {
    max-width: 190px;
    display: block;
    padding:10.39px 0;

}

#nav:not(.nav-transparent):not(.fixed-nav) .navbar-brand .logo-alt {
    display: none;
}

#nav.nav-transparent:not(.fixed-nav) .navbar-brand .logo {
    display: none;
}

#nav.fixed-nav .navbar-brand .logo-alt {
    display: none;
}

@media only screen and (max-width: 767px) {
    #nav.nav-transparent .navbar-brand .logo-alt {
        display: none !important;
    }

    #nav.nav-transparent .navbar-brand .logo {
        display: block !important;
    }
}


/*------------------------------------*\
	Navigation
\*------------------------------------*/

#nav {
    padding: 10px 0px;
    background: #FFF;
    -webkit-transition: 0.2s padding;
    transition: 0.2s padding;
    z-index: 999;
}

#nav.navbar {
    border: none;
    border-radius: 0;
    margin-bottom: 0px;
}

#nav.fixed-nav {
    position: fixed;
    left: 0;
    right: 0;
    padding: 0px 0px;
    background-color: #FFF !important;
    border-bottom: 1px solid #d7d7d7;
}

#nav.nav-transparent {
    background: transparent;
}


@media only screen and (min-width: 768px) {
    .padd-menu {
        padding: 0px 8px;
    }

    .main-nav li a {
        font-size: 14px;
        -webkit-transition: 0.2s color;
        transition: 0.2s color;
    }

    .main-nav li ul li a {
        font-family: 'Varela Round', sans-serif;
        font-size: 14px;
        -webkit-transition: 0.2s color;
        transition: 0.2s color;
    }

    .main-nav > li > a {
        color: #10161A;
        padding:17px 0px 13px 0px;
    }

    #nav.nav-transparent:not(.fixed-nav) .main-nav > li > a {
        color: #10161A;
    }

    .main-nav > li > a:hover,
    .main-nav > li > a:focus,
    .main-nav > li.active > a {
        background: transparent;
        color: #107abd;
    }

    .main-nav > li > a:after {
        content: "";
        display: block;
        background-color: #107abd;
        height: 2px;
        width: 0%;
        -webkit-transition: 0.2s width;
        transition: 0.2s width;
    }

    .main-nav > li > a:hover:after,
    .main-nav > li.active > a:after {
        width: 100%;
    }

    /* dropdown */
    .has-dropdown {
        position: relative;
    }

    .has-dropdown > a:before {
        font-family: 'FontAwesome';
        content: "\f054";
        font-size: 6px;
        margin-left: 6px;
        float: right;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transition: 0.2s transform;
        transition: 0.2s transform;
    }

    .dropdown {
        position: absolute;
        right: -50%;
        top: 0;
        background-color: #f1f1f1;
        width: 180px;
        -webkit-box-shadow: 0px 5px 5px -5px rgba(53, 64, 82, 0.2);
        box-shadow: 0px 5px 5px -5px rgba(53, 64, 82, 0.2);
        -webkit-transform: translateY(15px) translateX(50%);
        -ms-transform: translateY(15px) translateX(50%);
        transform: translateY(15px) translateX(50%);
		text-align:center;

        visibility: hidden;
        -webkit-transition: 0.2s all;
        transition: 0.2s all;

    }

    .main-nav > .has-dropdown > .dropdown {
        top: 100%;
        right: 50%;
    }

    .main-nav > .has-dropdown > .dropdown .dropdown.dropdown-left {
        right: 150%;
    }

    .dropdown li a {
        display: block;
        color: #107abd;
        padding: 5px 5px;
        opacity: 1;

    }

    .dropdown li a:hover {
        background: #d4d4d4;
        border: 1px solid #107abd;
    }

    .has-dropdown:hover > .dropdown {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0px) translateX(50%);
        -ms-transform: translateY(0px) translateX(50%);
        transform: translateY(0px) translateX(50%);
    }

    .has-dropdown:hover > a:before {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    .nav-collapse {
        display: none;
    }


    .title-dropdown {
        background: #d4d4d4;
        text-align: left;
        font-size: 16px;
        text-align: center;


    }

    .title-dropdown li a {
        background: #0c5c8e;
        text-align: left;
        font-size: 16px;


    }


    .title-dropdown1 {
        border-bottom: 1px solid #d4d4d4;
        color: #fff;
        text-align: right;
        font-size: 18px;
    }



}

/* -- nav to  -- */
@media only screen and (max-width: 991px) {
    .main-nav li {
        padding: 0px 4px;
    }
}


/* -- mobile nav -- */

@media only screen and (max-width: 767px) {
    #nav {
        padding: 0px 0px;
    }

    #nav.nav-transparent {
        background: #FFF;
    }

    .main-nav {
        position: fixed;
        right: 0;
        height: calc(100vh - 80px);
        -webkit-box-shadow: 0px 80px 0px 0px #1C1D21;
        box-shadow: 0px 80px 0px 0px #1C1D21;
        max-width: 250px;
        width: 0%;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        margin: 0;
        overflow-y: auto;
        background: #1C1D21;
        -webkit-transition: 0.2s all;
        transition: 0.2s all;
    }

    #nav.open .main-nav {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
        width: 100%;
    }

    .main-nav li {
        border-top: 1px solid rgba(250, 250, 250, 0.1);
    }

    .main-nav li a {
        display: block;
        color: #FFF;
        -webkit-transition: 0.2s all;
        transition: 0.2s all;
    }

    .main-nav > li.active {
        border-left: 6px solid #107abd;
    }

    .main-nav li a:hover,
    .main-nav li a:focus {
        background-color: #107abd;
        color: #FFF;
        opacity: 1;
    }

    .has-dropdown > a:after {
        content: "\f054";
        font-family: 'FontAwesome';
        float: right;
        -webkit-transition: 0.2s -webkit-transform;
        transition: 0.2s -webkit-transform;
        transition: 0.2s transform;
        transition: 0.2s transform, 0.2s -webkit-transform;
    }

    .dropdown {
        opacity: 0;
        visibility: hidden;
        height: 0;
        background: rgba(250, 250, 250, 0.1);
    }

    .dropdown li a {
        padding: 6px 10px;
    }

    .has-dropdown.open-drop > a:after {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .has-dropdown.open-drop > .dropdown {
        opacity: 1;
        visibility: visible;
        height: auto;
        -webkit-transition: 0.2s all;
        transition: 0.2s all;
    }
}


/* -- nav btn collapse -- */

.nav-collapse {
    position: relative;
    float: right;
    width: 40px;
    height: 40px;
    margin-top: 5px;
    margin-right: 5px;
    cursor: pointer;
    z-index: 99999;
}

.nav-collapse span {
    display: block;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    width: 25px;
}

.nav-collapse span:before,
.nav-collapse span:after {
    content: "";
    display: block;
}

.nav-collapse span,
.nav-collapse span:before,
.nav-collapse span:after {
    height: 4px;
    background: #10161A;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

.nav-collapse span:before {
    -webkit-transform: translate(0%, 10px);
    -ms-transform: translate(0%, 10px);
    transform: translate(0%, 10px);
}

.nav-collapse span:after {
    -webkit-transform: translate(0%, -14px);
    -ms-transform: translate(0%, -14px);
    transform: translate(0%, -14px);
}

#nav.open .nav-collapse span {
    background: transparent;
}

#nav.open .nav-collapse span:before {
    -webkit-transform: translateY(0px) rotate(-135deg);
    -ms-transform: translateY(0px) rotate(-135deg);
    transform: translateY(0px) rotate(-135deg);
}

#nav.open .nav-collapse span:after {
    -webkit-transform: translateY(-4px) rotate(135deg);
    -ms-transform: translateY(-4px) rotate(135deg);
    transform: translateY(-4px) rotate(135deg);
}


/*------------------------------------*\
	Header
\*------------------------------------*/

header {
    position: relative;
}

#home {
    height: 100vh;
}

#home .home-wrapper {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}

.home-content h1 {
    text-transform: uppercase;
}

.home-content button {
    margin-top: 20px;
}

.header-wrapper h2 {
    display: inline-block;

}

.header-wrapper .breadcrumb {
    float: right;
    background: transparent;
    margin-top: 70px;
}

.header-wrapper .breadcrumb .breadcrumb-item.active {
    color: #868F9B;
}

.breadcrumb > li + li:before {
    color: #868F9B;
}


/*------------------------------------*\
	About
\*------------------------------------*/

.about {
    position: relative;
    text-align: center;
    padding: 40px 20px;
    border: 1px solid #d7d7d7;
    margin: 15px 0px;
    background: #535353;
    opacity: 0.8;
}

.about i {
    font-size: 36px;
    color: #107abd;
    margin-bottom: 20px;
}

.about:after {
    content: "";
    background-color: #1C1D21;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0%;
    z-index: -1;
    -webkit-transition: 0.2s width;
    transition: 0.2s width;
}

.about:hover:after {
    width: 100%;
}

.about h2 {
    color: #fff;

}



/*------------------------------------*\
	Portfolio
\*------------------------------------*/


.work > img {
    width: 100%;
}
.work{
      padding:15px;
}
.work .overlay {
  
    background: #1C1D21;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.work:hover .overlay {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    opacity: 0.6;
}

.work .work-content {
    position: absolute;
    left: 25px;
    right: 25px;
    top: 50%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.work .work-content h3 {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
    color: #FFF;
    margin-bottom: 10px;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.work:hover .work-content h3 {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.work .work-content span {
    display: block;
    text-transform: uppercase;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
    color: #fff;
    margin-bottom: 5px;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;

}

.work:hover .work-content span {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.work .work-link {
    text-align: center;
    margin-top: 20px;
    opacity: 0;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
}

.work .work-link a {
    display: inline-block;
    background-color: #107abd;
    color: #FFF;
    text-align: center;
    padding: 10px;
}

.work:hover .work-link {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    opacity: 1;
}


/*------------------------------------*\
	Services
\*------------------------------------*/

.service {
    position: relative;
    padding: 40px 20px 40px 70px;
    margin: 15px 0px;
    border: 1px solid #ddd;
}

.service:after {
    content: "";
    background-color: #BABABA;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0%;
    z-index: -1;
    -webkit-transition: 0.2s width;
    transition: 0.2s width;
    color: #fff;
}

.service:hover:after {
    width: 100%;
}

.service h2 a {
    color: #000;
}

.service h2 a {
    -webkit-transition: 0.4s color;
    transition: 0.4s color;
}

.service:hover h2 a {
    color: #000;
}

.service p {
    color: #107abd;
}

.service p {
    -webkit-transition: 0.3s color;
    transition: 0.3s color;
}

.service:hover p {
    color: #000;

}

.service img {
    opacity: 0.3;
}

.service:hover img {
    filter: invert(1);
    opacity: 0.7;
}

/*------------------------------------*\
	Why choose us
\*------------------------------------*/

.feature {
    margin: 15px 0px;
}

.feature i {
    float: left;
    padding: 5px;
    border-radius: 50%;
    color: #107abd;
    border: 1px solid #107abd;
    margin-right: 5px;
}

/*------------------------------------*\
	Numbers
\*------------------------------------*/

.number {
    text-align: center;
    margin: 15px 0px;
}

.number i {
    color: #107abd;
    font-size: 36px;
    margin-bottom: 20px;
}

.number h3 {
    font-size: 36px;
    margin-bottom: 10px;
}


/*------------------------------------*\
	Pricing
\*------------------------------------*/

.pricing {
    position: relative;
    text-align: center;
    border: 1px solid #d7d7d7;
    background-color: #FFF;
    z-index: 11;
    margin: 15px 0px;
}

.pricing::after {
    content: "";
    background-color: #1C1D21;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 0%;
    z-index: -1;
    -webkit-transition: 0.2s height;
    transition: 0.2s height;
}

.pricing:hover:after {
    height: 100%;
}

.pricing .price-head {
    position: relative;
    margin-bottom: 20px;
}

.pricing .price-title {
    display: block;
    padding: 40px 0px 20px;
    text-transform: uppercase;
    -webkit-transition: 0.2s color;
    transition: 0.2s color;
}

.pricing:hover .price-title {
    color: #107abd;
}

.pricing .price {
    position: relative;
    width: 140px;
    height: 140px;
    line-height: 140px;
    text-align: center;
    margin: auto;
    border-radius: 50%;
    border: 2px solid #107abd;
}

.pricing .price h3 {
    font-size: 42px;
    margin: 0px;
    -webkit-transition: 0.2s color;
    transition: 0.2s color;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
    left: 0;
    right: 0;
}

.pricing:hover .price h3 {
    color: #fff;
}

.pricing .duration {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    color: #10161A;
    -webkit-transition: 0.2s color;
    transition: 0.2s color;
}

.pricing:hover .duration {
    color: #fff;
}

.pricing .price-btn {
    padding-top: 20px;
    padding-bottom: 40px;
}

/*------------------------------------*\
	Testimonial
\*------------------------------------*/

.testimonial {
    margin: 15px 0px;
    max-height: 500px;
}

.testimonial-meta {
    position: relative;


    margin-bottom: 20px;
    padding-top: 50px;
}

.testimonial img {

    height: 500px !important;

}

.testimonial h3 {
    margin-bottom: 5px;
}

.testimonial span {
    font-size: 14px;
    color: #107abd;
    text-transform: uppercase;
    margin-top: 100px;
}

.testimonial p {
    width: 80%;
    margin-left: 10%;
}


/*------------------------------------*\
	Team
\*------------------------------------*/

.team {
    position: relative;
    background-color: #F4F4F4;
    padding: 40px 20px;
    margin: 15px 0px;
}

.team::after {
    content: "";
    background-color: #1C1D21;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 0%;
    z-index: 1;
    -webkit-transition: 0.2s height;
    transition: 0.2s height;
}

.team:hover:after {
    height: 100%;
}

.team-img {
    position: relative;
    margin-bottom: 20px;
    z-index: 11;
}

.team-img > img {
    width: 100%;
}

.team .overlay {
    background: #1C1D21;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
}

.team:hover .overlay {
    opacity: 0.8;
}

.team .team-content {
    text-align: center;
    position: relative;
    z-index: 11;
}

.team .team-content h3 {
    margin-bottom: 10px;
    -webkit-transition: 0.2s color;
    transition: 0.2s color;
}

.team .team-content span {
    font-size: 14px;
    text-transform: uppercase;
    -webkit-transition: 0.2s color;
    transition: 0.2s color;
}

.team:hover .team-content h3 {
    color: #FFF;
}

.team:hover .team-content span {
    color: #107abd;
}

.team .team-social {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
}

.team .team-social a {
    display: block;
    line-height: 50px;
    width: 50px;
    text-align: center;
    background-color: #107abd;
    color: #FFF;
}

.team:hover .team-social {
    opacity: 1;
}


/*------------------------------------*\
	Blog
\*------------------------------------*/

.blog {
    background-color: #FFF;
    margin: 15px 0px;
}

.blog .blog-content {
    padding: 20px 20px 40px;
}

.blog .blog-meta {
    margin-bottom: 20px;
}

.blog .blog-meta li {
    display: inline-block;
    font-size: 14px;
    color: #10161A;
    margin-right: 10px;
}

.blog .blog-meta li i {
    color: #107abd;
    margin-right: 5px;
}

/*------------------------------------*\
	Blog post
\*------------------------------------*/

#main .blog .blog-content {
    padding: 20px 0px 0px;
}

#main .blog {
    margin-top: 0px;
}

/* -- blog tags -- */

.blog-tags {
    margin: 40px 0px;
}

.blog-tags h5 {
    margin-bottom: 0;
    display: inline-block;
}

.blog-tags a {
    display: inline-block;
    padding: 6px 13px;
    font-size: 14px;
    margin: 2px 0px;
    background: #F4F4F4;
    color: #10161A;
}

.blog-tags a:hover {
    color: #FFF;
    background-color: #107abd;
}

.blog-tags a i {
    margin-right: 3px;
    color: #107abd;
}

.blog-tags a:hover i {
    color: #FFF;
}


/* -- blog author -- */

.blog-author {
    margin: 40px 20px;
}

.blog-author .media .media-left {
    padding-right: 15px;
}

.blog-author .media {
    padding: 20px;
    border: 1px solid #d7d7d7;
}

.blog-author .media .media-heading {
    padding-bottom: 20px;
    position: relative;
   
}

.blog-author .media .media-heading h3 {
    display: inline-block;
    margin: 0;
    text-transform: uppercase;
}

.blog-author .media .media-heading .author-social {
    float: right;
width:100%;

}


.blog-author .author-social a {

    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    border-radius: 3px;

    color: #FFF;
    background-color: #107abd;
}

/* -- blog comments -- */

.blog-comments {
    margin: 40px 0px;
}

.blog-comments .media {
    padding: 20px;
    background-color: #FFF;
    border-top: 1px solid #d7d7d7;
    border-bottom: 0px;
    border-right: 1px solid #d7d7d7;
    border-left: 1px solid #d7d7d7;
    margin-top: 0px;
}

.blog-comments .media:first-child {
    border-bottom: 0px;
}

.blog-comments .media:last-child {
    border-bottom: 1px solid #d7d7d7;
}

.blog-comments .media .media-left {
    padding-right: 20px;
}

.blog-comments .media .media-body .media-heading {
    text-transform: uppercase;
    margin-bottom: 10px;
}

.blog-comments .media .media-body .media-heading .time {
    font-size: 12px;
    margin-left: 20px;
    font-weight: 400;
    color: #868F9B;
}

.blog-comments .media .media-body .media-heading .reply {
    float: right;
    margin: 0;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
}

.blog-comments .media.author {
    background-color: #F4F4F4;
    border-color: #107abd;
    border-bottom: 1px solid #107abd;
}

.blog-comments .media.author > .media-body > .media-heading {
    color: #107abd;
}

.blog-comments .media.author + .media {
    border-top: 0px;
}

/* blog reply form */

.reply-form {
    margin: 40px 0px;
}

.reply-form form .input,
.reply-form form .input,
.reply-form form textarea {
    margin-bottom: 20px;
}

.reply-form form .input,
.reply-form form .input {
    width: calc(50% - 10px);
    display: inline-block;
}

.reply-form form .input:nth-child(2) {
    margin-left: 15px;
}


/*------------------------------------*\
	Blog sidebar
\*------------------------------------*/

#aside .widget {
    margin-bottom: 40px;
}

.widget h3 {
    text-transform: uppercase;
}

/* -- search sidebar -- */

#aside .widget-search {
    position: relative;
}

#aside .widget-search .search-input {
    padding-right: 50px;
}

#aside .widget-search .search-btn {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 40px;
    height: 40px;
    border: none;
    line-height: 40px;
    background-color: transparent;
    color: #107abd;
}

/* -- category sidebar -- */

.widget-category a {
    display: block;
    font-size: 14px;
    color: #354052;
    border-bottom: 1px solid #d7d7d7;
    padding: 5px;
}

.widget-category a:nth-child(1) {
    border-top: 1px solid #d7d7d7;
}

.widget-category a span {
    float: right;
    color: #107abd;
}

.widget-category a:hover {
    color: #107abd;
}

/* -- tags sidebar -- */

.widget-tags a {
    display: inline-block;
    padding: 6px 13px;
    font-size: 14px;
    margin: 2px 0px;
    background: #F4F4F4;
    color: #10161A;
}

.widget-tags a:hover {
    color: #FFF;
    background-color: #107abd;
}

/* -- posts sidebar -- */

.widget-post {
    min-height: 70px;
    margin-bottom: 25px;
}

.widget-post img {
    display: block;
    float: left;
    margin-right: 10px;
    margin-top: 5px;
}

.widget-post a {
    display: block;
    color: #10161A;
}

.widget-post a:hover {
    color: #107abd;
}

.widget-post .blog-meta {
    display: inline-block;
}

.widget-post .blog-meta li {
    display: inline-block;
    margin-right: 5px;
    color: #107abd;
    font-size: 12px;
}

.widget-post li i {
    color: #107abd;
    margin-right: 5px;
}



/*------------------------------------*\
	Contact
\*------------------------------------*/

.contact {
    margin: 15px 0px;
    text-align: center;
}

.contact i {
    font-size: 36px;
    color: #107abd;
    margin-bottom: 20px;
}

.contact-form {
    text-align: center;
    margin-top: 40px;
}

.contact-form .input {
    margin-bottom: 20px;
}


.contact-form .input:nth-child(1),
.contact-form .input:nth-child(2) {
    width: calc(50% - 10px);
}

.contact-form .input:nth-child(2) {
    margin-left: 15px;
}

/*------------------------------------*\
	Footer
\*------------------------------------*/

#footer {
    position: relative;
}

.ramka-social {
    border: 1px solid #ffffff;
    padding: 15px 0;
    color: #fff;
    text-align: center;
    font-size: 25px;
    margin-bottom: 50px;

}
@media (min-width: 992px) {
    .ramka-social{
           margin: 0 4.166666666666667% 30px 4.166666666666667%; 
    }
}
.social-container a {
    color: #fff;
    text-align: center;
    font-size: 25px;
}

.social-container a i {
    margin-right: 15px;

}

.facebook:hover {
    background-color: #3b5998;
}

.instagram:hover {
    background: radial-gradient(circle at 33% 100%, #FED373 4%, #F15245 30%, #D92E7F 62%, #9B36B7 85%, #515ECF);
}

.youtube:hover {
    background-color: rgb(255, 0, 0);
}


.sekcja-tech {
    margin-top: 70px;
    font-weight: 300;
    font-size: 25px;
}

.sekcja-tech1 {
    margin-top: 30px;
    font-weight: 300;
    font-size: 25px;
}

.h3-stopka {

    text-decoration: none;
    text-align: center;
    border: 1px solid #fff;
    font-size: 30px;
    font-weight: 400;
    color: #fff;
    padding: 15px 0;


}

.ramka-stopka {

    text-decoration: none;
    text-align: center;
    margin: 20px 10px 20px 10px;


}

.ramka-stopka li a {
    color: #fff;
    padding: 0 5px;
}

.ramka-stopka li a:hover {
    color: #107abd;
}

.bt-shadow {
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.4);
}

/*------------------------------------*\
	Responsive
\*------------------------------------*/


@media only screen and (max-width: 991px) {}

@media only screen and (max-width: 767px) {
    .section-header h2.title {
        font-size: 31.5px;
    }

    .main-btn,
    .default-btn,
    .outline-btn,
    .white-btn {
        padding: 8px 22px;
        font-size: 14px;
    }

    .home-content h1 {
        font-size: 36px;
    }

    .header-wrapper h2 {
        margin-bottom: 20px;
        text-align: center;
        display: block;
    }

    .header-wrapper .breadcrumb {
        float: none;
        text-align: center;
    }
}

@media only screen and (max-width: 480px) {
    #portfolio [class*='col-xs'] {
        width: 100%;
    }

    #numbers [class*='col-xs'] {
        width: 100%;
    }

    .contact-form .input:nth-child(1),
    .contact-form .input:nth-child(2) {
        width: 100%;
    }

    .contact-form .input:nth-child(2) {
        margin-left: 0px;
    }

    .reply-form form .input,
    .reply-form form .input {
        width: 100%;
    }

    .reply-form form .input:nth-child(2) {
        margin-left: 0px;
    }



    .blog-author .media .media-left {
        display: block;
        margin-bottom: 20px; 
    }

    .blog-author .media {
        text-align: center;
    }

    .blog-author .media .media-heading .author-social {
        margin-top: 10px;
        float: none;
    }

    .blog-author .media .media-left img {
        margin: auto;
    }

    .blog-comments .media .media {
        margin: 0px -15px;
    }
}



/*------------------------------------*\
	Owl theme
\*------------------------------------*/

/* -- dots -- */

.owl-theme .owl-dots .owl-dot span {
    border: none;
    background: #d7d7d7;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

.owl-theme .owl-dots .owl-dot:hover span {
    background: #107abd;
}

.owl-theme .owl-dots .owl-dot.active span {
    background: #107abd;
    width: 20px;
}

/* -- nav -- */

.owl-theme .owl-nav {
    opacity: 0;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
}

.owl-theme:hover .owl-nav {
    opacity: 1;
}

.owl-theme .owl-nav [class*='owl-'] {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #107abd;
    color: #FFF;
    padding: 0px;
    width: 50px;
    height: 50px;
    border-radius: 3px;
    line-height: 50px;
    margin: 0;
}

.owl-theme .owl-prev {
    left: 0px;
}

.owl-theme .owl-next {
    right: 0px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    opacity: 0.8;
    background: #107abd;
}


/*------------------------------------*\
	Back to top
\*------------------------------------*/

#back-to-top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #107abd;
    border-radius: 3px;
    color: #FFF;
    z-index: 9999;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
    cursor: pointer;
}

#back-to-top:after {
    content: "\f106";
    font-family: 'FontAwesome';
}

#back-to-top:hover {
    opacity: 0.8;
}

/*------------------------------------*\
	Preloader
\*------------------------------------*/


#preloader {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #FFF;
    z-index: 99999;
}

.preloader {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.preloader span {
    display: inline-block;
    background-color: #107abd;
    width: 25px;
    height: 25px;
    -webkit-animation: 1s preload ease-in-out infinite;
    animation: preload 1s ease-in-out infinite;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    border-radius: 50%;
}

.preloader span:nth-child(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.preloader span:nth-child(2) {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.preloader span:nth-child(3) {
    -webkit-animation-delay: 0.15s;
    animation-delay: 0.15s;
}

.preloader span:nth-child(4) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

@-webkit-keyframes preload {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes preload {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@mixin transition($transition) {
    -moz-transition: $transition;
    -o-transition: $transition;
    -webkit-transition: $transition;
    transition: $transition;
}

/*------------------------------------*\
	Carousel
\*------------------------------------*/
.carousel-inner {
    margin: auto;
    width: 90%;
}

.carousel-control {
    width: 4%;
}

.carousel-control.left,
.carousel-control.right {
    background-image: none;
}

.glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    margin-top: -10px;
    margin-left: -10px;
    color: #444;
}

.carousel-inner a {
     
        display: table-cell;

        vertical-align: middle;
    }

.carousel-inner img {

        max-width: 100%;
    
}

@media (max-width: 767px) {

    .carousel-inner > .item.next,
    .carousel-inner > .item.active.right {
        left: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    .carousel-inner > .item.prev,
    .carousel-inner > .item.active.left {
        left: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

}

@media (min-width: 767px) and (max-width: 992px) {

    .carousel-inner > .item.next,
    .carousel-inner > .item.active.right {
        left: 0;
        -webkit-transform: translate3d(50%, 0, 0);
        transform: translate3d(50%, 0, 0);
    }

    .carousel-inner > .item.prev,
    .carousel-inner > .item.active.left {
        left: 0;
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
    }
}

@media (min-width: 992px) {

    .carousel-inner > .item.next,
    .carousel-inner > .item.active.right {
        left: 0;
        -webkit-transform: translate3d(16.7%, 0, 0);
        transform: translate3d(16.7%, 0, 0);
    }

    .carousel-inner > .item.prev,
    .carousel-inner > .item.active.left {
        left: 0;
        -webkit-transform: translate3d(-16.7%, 0, 0);
        transform: translate3d(-16.7%, 0, 0);
    }

}


/* --------------------------------------------------
LIST STYLE
----------------------------------------------------- */
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

/*List check-square*/
ul.check-square li {
    display: list-item;
    position: relative;
    line-height: 23px;
    padding-left: 25px;
}

ul.check-square li::before {
    content: "\f14a";
    font-family: FontAwesome;
    font-size: 15px;
    position: absolute;
    left: 0;
    top: 0;
}

/*List check-square-o*/
ul.check-square-o li {
    display: list-item;
    position: relative;
    line-height: 30px;
    padding-left: 25px;
}

ul.check-square-o li::before {
    content: "\f046";
    font-family: FontAwesome;
    font-size: 15px;
    position: absolute;
    left: 0;
    top: 0;
}

/*List check*/
ul.check li {
    display: list-item;
    position: relative;
    line-height: 30px;
    padding-left: 25px;
}

ul.check li::before {
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 15px;
    position: absolute;
    left: 0;
    top: 0;
}

/*List check-circle*/
ul.check-circle li {
    display: list-item;
    position: relative;
    line-height: 30px;
    padding-left: 25px;
}

ul.check-circle li::before {
    content: "\f058";
    font-family: FontAwesome;
    font-size: 15px;
    position: absolute;
    left: 0;
    top: 0;
}

.product-slider #carousel {

    margin: 0;
}

.product-slider #thumbcarousel {
    margin: 12px 0 0;
    padding: 0 45px;
}

.product-slider #thumbcarousel .item {
    text-align: center;
}

.product-slider #thumbcarousel .item .thumb {
border: 1px solid #cecece;
width: 15%;

display: inline-block;
vertical-align: middle;
cursor: pointer;
    margin-bottom: 20px;
}

.product-slider #thumbcarousel .item .thumb:hover {
    border-color: #107abd;
}

.product-slider .item img {
    width: 100%;
    height: auto;
}

.product-slider .item .costum-img {
    width: 50%;
    margin-left: 25%;
    height: auto;
}


.carousel-control {
    color: #0284b8;
    text-align: center;
    text-shadow: none;
    font-size: 30px;
    width: 30px;
    height: 30px;
    line-height: 20px;
    top: 23%;
}

.carousel-control:hover,
.carousel-control:focus,
.carousel-control:active {
    color: #333;
}

.carousel-caption,
.carousel-control .fa {
    font: normal normal normal 30px/26px FontAwesome;
}

.carousel-control {
    background-color: rgba(0, 0, 0, 0);
    bottom: auto;
    font-size: 20px;
    left: 0;
    position: absolute;
    top: 30%;
    width: auto;
}

.carousel-control.right,
.carousel-control.left {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
}


/*General style */


.panel-title a {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    padding-right: 20px
}

.panel-default > .panel-heading {
    text-align: left;
}

.panel-heading {
    padding: 15px 15px;
}

.glyphicon-chevron-down-custom span,
.glyphicon-chevron-up-custom span {
    width: 10px;
    height: 5px;
    background-color: rgb(99, 99, 99);
    display: inline-block;
    transition: all .1s linear;
}

.glyphicon-chevron-down-custom .sp-1,
.glyphicon-chevron-up-custom .sp-2 {
    transform: skewY(-40deg);
}

.glyphicon-chevron-up-custom .sp-1,
.glyphicon-chevron-down-custom .sp-2 {
    transform: skewY(40deg);
}

.glyphicon {
    top: -2px;
}


.author-social a div,
.author-social a button {
    float: right;
    clear: both;
}

.ramka-index-produkty {
    padding: 15px 0;
    border: 1px solid #ddd;
}

.srodek-pion {
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    
    
}

.panel1 {
 border-bottom: 1px solid #d7d7d7;
    padding:10px;
    
}
.panel2 {
 border-bottom: 1px solid #d7d7d7;
    padding:10px 15px 20px 15px;
    margin:20px 0;
    
}
.white {
    color: #fff;
}

.table tr td {
    color: black;
}
@media (min-width: 992px) {
    .margin-slider{
        margin-top:100px;
    }
}


/*------------------------------------*\
	Wyświetlanie obrazka - MENU
\*------------------------------------*/

.active-img {
    position: relative;
    background-color: #f1f1f1;
}

.active-img img {
    display: none;
}

.active-img:hover img {
    display: block;
    position: fixed;
    top: 1em;
    margin-left: 350px;
}



.szadol-img {
    background-color: #f1f1f1;
    border: 1px solid #107abd;

}

/*WSZYSTKO I NIC  WSZYSTKO I NIC  WSZYSTKO I NIC  WSZYSTKO I NIC  */

.margin-film {
    margin-top: 10px;
}

.media-object {
    width: 200px;
}

.mod-clos{
    padding:20px 20px 0 0;
}
.mod-titl{
    padding:20px 0 0 20px;
}
.table-1st-col{
    background-color: #b4c6e7;
}
.yt-wrap {
	position: relative;
	padding-bottom: 53%; /* 16:9 */

	height: 0;
}
.yt-wrap iframe {
    margin-top: 10px;
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
}
.btn-pobieranie{
    float:right; 
    margin-top:20px;
}
.ramka-pobieranie {
    border: 1px solid #d7d7d7;
    padding: 20px;
    margin-top: 20px;
}

.ramka-pobieranie-top {
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    padding-top: 10px;
}
.ramka-pobieranie-top p{
    text-align:justify;
}
.just{
    text-align:justify;
}
.center{
    text-align:center;
}

.szary {
    color: gray;
}

.max-szerokosc {
    max-width: 330px;
}

.max-szerokosc1 {
    width: 100%;
    height: 400px;
}

.title-dodatkowe {
    margin: 9px 0;
}

.uslugi-hr {
    border-bottom: 1px solid #d7d7d7;
    padding: 20px 0;
}

.padding-md {
    padding: 0 20px 0 20px;
}

.modal {

    position: fixed;
    top: 5%;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2000;
    overflow: hidden;
    outline: 0;
}

.img-popup {
    border-radius: 10px;
    width: 100%;
    margin-bottom: 20px;
}

.pagination-active {
    font-size: 35px;
    color: #107abd;
}

@media (max-width: 768px) {
    .pola-blog{
          padding:0 15px;
    }
}

.close-popup{
    font-size: 30px;
padding: 10px 15px 0 0;
color: red;
}
/*GALERIA*/
.galeria {
    max-width: 100%;
    padding: 15px 0;

}
.galeria1{
    -webkit-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.75);
    width: 100%;
    height: 350px;
    margin-bottom:20px;
}

.same-height {
    height: 200px;
    overflow-y: hidden;

}


/*GALERIA*/

.podtytul {
    font-size: 28px;
    color: #808080;
    padding-left: 40px;
}


/*MARGINY, PADDINGI ITD*/
.left-20 {
    margin-left: 20px;
}
.horiz-10{
    margin:10px 0 10px 0;
}
.horiz-0-30{
    margin:0 0 30px 0;
}
.padding-20 {
    padding: 20px 0 0 0;
}
.padding-15-all{
    padding:15px;
}

.margin-pt {
    margin-bottom: 10px;
}

.top-20 {
    margin-top: 20px;
}

.bottom-20 {
    margin-bottom: 20px;
}
.bottom-40 {
    margin-bottom: 40px;
}

.bottom-10 {
    margin-bottom: 10px;
}
.width-70{
    width:70%;
}
.height-400px{
    height:400px;
}

.cwb{
    margin:22px 0 0 22px;
    border-radius:5px;
}


@media (max-width: 768px) {
    .mobi-img{
        width:15vh;
    }
}

.tdhover:hover {
background-color: #E2E2E2;
}

  /* Accordion Styles*/
.accordion-wrapper {
  border: 1px solid #fff;
  box-shadow: 0px 0px 5px -4px #000;
  margin-bottom: 0.75em;
}

button.accordion {
  _background-color: #d5e9cd;
  _color: #336633;
  border: none;
  font-size: 1.25em;
  cursor: pointer;
  outline: none;
  padding: 0.5em 1.25em;
  text-align: left;
  transition: 0.8s;
  width: 100%;
}

button.active,
button.accordion:hover { 
  color: #777;
  background-color: #e1e1e1;
}

button.accordion:after {
  content: "\002B";
  float: right;
}

button.active.accordion:after {
  content: "\2212";
}

.details {
  background-color: #ededed;
  color: black;
  max-height: 0;
  overflow: hidden;
  padding: 0 1.5em;
  transition: max-height 0.2s ease-out;
}
