@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,700&subset=latin-ext');

body {
    padding-top: 80px;
    background-color: #303030;
    color: #b8b8b8;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 200;
    position: relative;
}

a#oferta,
a#kontakt {
    display: block;
    position: relative;
    top: -80px;
    visibility: hidden;
}

/* ============================ MENU - start ===================================== */
.navbar {
    background-color: #1f1f1f;
    border-color: #1a1a1a;
}
.navbar-brand {
    height: 80px;
    width: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.navbar-brand > img {
    display: block;
    float: left;
    min-height: 50px;
}
.navbar-brand > span {
    display: block;
    float: right;
    color: #b8b8b8;
    font-size: 35px;
    margin-left: 10px;
    margin-top: 15px;
}
.navbar-toggle {
    min-height: 50px;
    min-width: 60px;
    margin-top: 15px;
    border: 1px solid #b8b8b8;
}
.navbar-toggle > .icon-bar {
    background: #B8B8B7;
    width: 100%;
    height: 1px;
    margin: 6px 0 7px 0;
}
.navbar-nav > li {
    height: 80px;
    min-width: 150px;
}
.navbar-nav > li > a {
    height: 80px;
    color: #b8b8b8;
    font-size: 20px;
    padding-top: 30px;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.navbar-nav > li > a:focus,
.navbar-nav > li > a:hover {
    background-color: #303030;
    color: #d2d2d2;
    border-bottom: 1px solid #b8b8b8;
}
.navbar-nav > li.active > a {
    border-bottom: 1px solid #00d55a;
}
/* ============================ MENU - stop ====================================== */

/* ============================ STOPKA - start =================================== */
.footer-wrapper {
    background-color: #262626;
    border-top: 1px solid #282828;
    padding-top: 10px;
}
footer {
    height: 80px;
}
footer > p {
    font-size: 18px;
    text-align: center;
}
/* ============================ STOPKA - stop ==================================== */


/* ============================ OFERTA - start =================================== */
.feature {
    margin-top: 50px;
    margin-bottom: 50px;
}
.feature .feature-heading {
    color: #00d55a;
    font-size: 35px;
}
/* ============================ OFERTA - stop ==================================== */

/* ============================ SEKCJE - start =================================== */
.section-heading {
    font-size: 50px;
    text-align: center;
    color: #00d55a;
    margin-bottom: 30px;
}
.section-heading.section-heading-feature {
    margin-top: 50px;
}
.section-description {
    text-align: center;
    font-size: 26px;
    margin-bottom: 50px;
    padding: 0 80px;
}
.section-description.section-description-feature {
    margin-bottom: 80px;
}

.section-divider > h2 {
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: 90%;
    text-align: center;
    position: relative;
}
.section-divider > h2 > img {
    background-color: #303030;
}
.section-divider > h2:before {
    content: "";
    height: 2px;
    background: #484949;
    width: calc(50% - 30px);
    display: block;
    position: absolute;
    top: 20px;
}
.section-divider > h2:after {
    content: "";
    height: 2px;
    background: #484949;
    width: calc(50% - 30px);
    display: block;
    position: absolute;
    top: 20px;
    right: 0;
}
/* ============================ SEKCJE - stop ==================================== */

/* ============================ SLIDER - start =================================== */
.carousel-container {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.carousel-container > span.slider-img {
    height: 600px;
    width: 100%;
    background-position: center center;
    background-size: cover;
    position: relative;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/*@media (max-width: 768px) {
    .carousel-container > span.slider-img {
        height: 600px;
    }
}*/
.carousel-control.right {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#303030+0,303030+100&0+0,1+100 */
    background: -moz-linear-gradient(left,  rgba(48,48,48,0) 0%, rgba(48,48,48,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(48,48,48,0) 0%,rgba(48,48,48,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(48,48,48,0) 0%,rgba(48,48,48,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00303030', endColorstr='#303030',GradientType=1 ); /* IE6-9 */

    opacity: .9;
}
.carousel-control.left {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#303030+0,303030+100&1+0,0+100 */
    background: -moz-linear-gradient(left,  rgba(48,48,48,1) 0%, rgba(48,48,48,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(48,48,48,1) 0%,rgba(48,48,48,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(48,48,48,1) 0%,rgba(48,48,48,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#303030', endColorstr='#00303030',GradientType=1 ); /* IE6-9 */

    opacity: .9;
}
@media (max-width: 768px) {
    .carousel-control {
        display: none;
    }
}

.carousel-container-left .carousel-caption {
    text-align: left;
}
.carousel-container-center .carousel-caption {
    text-align: center;
}
.carousel-container-right .carousel-caption {
    text-align: right;
}
.carousel-caption {
    color: #fff;
    margin: 20px;
}
.carousel-caption > h1 {
    color: #00d55a;
    font-size: 50px;
}
.carousel-caption > p {
    font-size: 26px;
}
.carousel-caption > a {
    font-size: 21px;
}
.carousel-caption > a.btn {
    border-radius: 0px;
    border: none;
    background-color: #1f1f1f;
    color: #00d55a;
    padding: 15px 30px;
}
/* ============================ SLIDER - stop ==================================== */

/* ============================ PAGINACJA - start ================================ */
.pagination {
    display: block;
    padding-left: 0;
    margin: 40px 0 0 0;
    border-radius: 0;
    width: 100%;
    text-align: center;
}
.pagination > li {
    margin: 2px;
    display: inline-block;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    border-radius: 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-radius: 0;
}
.pagination > li > a,
.pagination > li > span {
    font-size: 21px;
    font-weight: 200;
    border: none;
    color: #b8b8b8;
    background-color: #1f1f1f;
}
.pagination > li:hover > a,
.pagination > li:hover > span,
.pagination > li:focus > a,
.pagination > li:focus > span {
    color: #b8b8b8;
    background-color: #454646;
}
.pagination > li.active > a,
.pagination > li.active > span,
.pagination > li.active:hover > a,
.pagination > li.active:hover > span,
.pagination > li.active:focus > a,
.pagination > li.active:focus > span {
    color: #b8b8b8;
    background-color: #454646;
}
.pagination > li.disabled > a,
.pagination > li.disabled > span,
.pagination > li.disabled > a:hover,
.pagination > li.disabled > span:hover,
.pagination > li.disabled > a:focus,
.pagination > li.disabled > span:focus {
    color: #b8b8b8;
    background-color: #1f1f1f;
}
/* ============================ PAGINACJA - stop ================================= */

/* ============================ PROJEKTY - start ================================= */
.projects-list {
    margin: 40px 0;
}
.projects-list a.project-url {
    background-color: #454646;
    display: block;
    margin-top: 10px;
    margin-bottom: 20px;
}
.projects-list a.project-url:hover,
.projects-list a.project-url:focus,
.projects-list a.project-url:active {
    text-decoration: none;
}
.projects-list .project-container img.img-list {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}
.projects-list .project-container .hover-efect {
    position: absolute;
    height: 100%;
    width: 0;
    left: 15px;
    top: 0;
    background-color: #0c457a;
    opacity: 0.5;
    -webkit-transition: width 250ms ease;
    transition: width 250ms ease;
    overflow: hidden;
    text-align: center;
}
.projects-list a.project-url:hover .project-container .hover-efect {
    width: calc(100% - 30px);
}
.project-name {
    color: #00d55a;
    font-size: 35px;
    text-align: center;
    margin: 30px 0;
}
.projects-list .project-container > .col-md-8 {
    padding: 0 30px 0 15px;
}
.projects-list .project-container .project-name {
    margin: 20px 0 10px 0;
}
.project-container .project-description.description-short {
    text-align: center;
}
.project-description {
    color: #b8b8b8;
    font-size: 21px;
    font-weight: 200;
}
.description-short {
    text-align: center;
}
.description-long {
    margin-bottom: 40px;
}

.project-banner-container {
    height: 80px;
    width: 100%;
    display: block;
    position: relative;
}
.project-banner {
    height: 80px;
    width: 100%;
    background-position: center center;
    background-size: cover;
    position: relative;
    display: block;
}
.project-banner-overlay {
    height: 80px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #0c457a;
    opacity: .5;
}
.project-carousel {
    margin: 40px 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/* ============================ PROJEKTY - stop ================================== */
/* ============================ KONTAKT - start ================================== */
.contact-container {
    margin-bottom: 40px;
}
.contact-details-container {
    padding-left: 45px;
}
.contact-details-container > img {
    display: block;
    float: left;
    margin-bottom: 30px;
    margin-right: 20px;
    margin-top: 20px;
}
.contact-container .col-md-5 {
    overflow: auto;
}
.contact-header {
    color: #00d55a;
    font-size: 35px;
}
.contact-details {
    color: #23e8ff;
}
/* ============================ KONTAKT - stop =================================== */