@charset "UTF-8";
html,
body {
    min-width: 320px;
    background: url("../img/bg.jpg") repeat center center fixed transparent;
    color: #282828;
    font: 300 18px/22px 'Source Sans Pro', Tahoma, Verdana, sans-serif;
}

html.ie9,
body.ie9 {
    font: normal 13px/18px Verdana, Tahoma, sans-serif;
    overflow: hidden;
}

html.ie9::after,
body.ie9::after {
    display: block;
    position: absolute;
}

@media (min-width: 1144px) {
    body {
        padding-top: 50px;
    }
}

body.ie9::after {
    top: 50%;
    left: 50%;
    padding: 15px 25px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: #89af1d;
    color: #e4f4b9;
    text-align: center;
    white-space: pre-wrap;
    box-shadow: 7px 7px 0 #45580f;
    content: 'Przeglądarka Internet Explorer której aktualnie używasz, jest przestarzała... \A Wejdź na stronę - http://outdatedbrowser.com/pl - aby ją zaktualizować.';
    z-index: 1000000;
}

html {
    box-sizing: border-box;
}

html.ie9::after {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.97);
    content: '';
    z-index: 999999;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

*:focus {
    outline: none;
}

img {
    display: block;
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 35px 0;
    font-size: 36px;
    font-weight: 300;
    text-align: center;
}

h1 {
    position: relative;
    padding-bottom: 70px;
}

h1::after {
    position: absolute;
    bottom: 30px;
    left: 50%;
    width: 35px;
    height: 2px;
    margin-left: -17px;
    background: #282828;
    content: '';
}

h2 {
    line-height: 34px;
    padding: 29px 0;
}

a {
    color: #000;
    font-weight: 400;
    text-decoration: none;
}

a:hover {
    color: currentColor;
    text-decoration: underline;
}


ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
}

strong {
    font-weight: 600;
}

.slider-content::after, .gallery::after, .footer::after {
    display: table;
    clear: both;
    content: '';
}

.wrapper {
    width: 100%;
    max-width: 1144px;
    margin: 0 auto;
}

.btn {
    display: inline-block;
    width: 182px;
    height: 52px;
    border-radius: 0;
    background: -webkit-linear-gradient(top, #a1c736 0%, #89af1d 100%);
    background: linear-gradient(180deg, #a1c736 0%, #89af1d 100%);
    text-decoration: none;
}

.btn span {
    text-align: center;
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 52px;
    text-shadow: 0 1px 2px rgba(18, 16, 11, 0.5);
}

.btn:hover {
    background: -webkit-linear-gradient(top, #89af1d 0%, #a1c736 100%);
    background: linear-gradient(180deg, #89af1d 0%, #a1c736 100%);
    text-decoration: none;
}

.heading {
    background: #fff;
    text-align: center;
}

.header {
    position: relative;
    height: 120px;
    padding-top: 20px;
    background: #fff;
}

@media (max-width: 959px) {
    .header {
        height: 170px;
    }
}

@media (max-width: 599px) {
    .header {
        height: 250px;
    }
}

.header-logo a {
    display: block;
    position: absolute;
    top: 20px;
    left: 50%;
    width: 160px;
    height: 80px;
    margin-left: -80px;
    background: url("../img/logo.png") no-repeat center center transparent;
}

@media (min-width: 600px) and (max-width: 767px) {
    .header-logo a {
        left: 60%;
    }
}

.header-contact {
    margin-top: 30px;
    float: left;
}

@media (max-width: 959px) {
    .header-contact {
        margin-top: 10px;
    }
    .header-contact li {
        margin: 5px 30px;
        clear: both;
    }
}

@media (max-width: 599px) {
    .header-contact {
        width: 260px;
        margin: 0 auto;
        padding-top: 100px;
        float: none;
    }
}

.header-contact li {
    height: 24px;
    margin-left: 30px;
    padding-left: 35px;
    float: left;
    background: no-repeat center left transparent;
    color: #1d1d1b;
    font-size: 14px;
    font-weight: 400;
}

.header-contact .contact-email {
    background-image: url("../img/h-email.png");
}

.header-contact .contact-phone {
    background-image: url("../img/h-phone.png");
}

.main-menu {
    padding-right: 15px;
    float: right;
}

@media (max-width: 959px) {
    .main-menu {
        display: block;
        width: 100%;
        margin-top: 20px;
        clear: both;
        border-top: 1px solid #f2f2f2;
    }
}

.main-menu li {
    float: left;
}

@media (max-width: 959px) {
    .main-menu li {
        width: 25%;
        text-align: center;
    }
}

.main-menu a {
    display: block;
    position: relative;
    height: 80px;
    padding: 0 15px;
    font-size: 16px;
    font-weight: 600;
    line-height: 80px;
    text-decoration: none;
    text-transform: uppercase;
}

@media (max-width: 959px) {
    .main-menu a {
        height: 50px;
        line-height: 50px;
    }
}

.main-menu a:hover::after, .main-menu .current a::after {
    position: absolute;
    right: 15px;
    bottom: 0;
    left: 15px;
    height: 2px;
    background: #96c11f;
    content: '';
}

.main-slider {
    background: #fff;
}

.slider-item {
    position: relative;
    background: no-repeat center center transparent;
    background-size: cover;
    color: #fff;
}

.slider-content {
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    padding: 40px 0;
    text-align: center;
}

.slider-content h1::after {
    background: #fff;
}

.slider-content p {
    margin: 0;
}

@media (max-width: 767px) {
    .slider-content p {
        display: none;
    }
}

.slider-content .btn {
    margin-top: 50px;
}

.offer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
}

.offer-content,
.offer-background {
    width: 50%;
    text-align: center;
}

.offer-content {
    padding: 50px 95px;
}

@media (max-width: 960px) {
    .offer-content {
        padding: 50px;
    }
}

@media (max-width: 767px) {
    .offer-content {
        width: 100%;
        padding: 20px;
        padding-bottom: 50px;
    }
}

.offer-background {
    background-position: center center;
    background-size: cover;
}

@media (max-width: 767px) {
    .offer-background {
        display: none;
    }
}

.gallery {
    background: #000;
}

.gallery .heading {
    background: #f3f3f3;
}

.gallery-item {
    position: relative;
    width: 25%;
    margin: 0 auto;
    float: left;
}

.gallery-item img {
    width: 100%;
    opacity: .7;
}

@media (max-width: 767px) {
    .gallery-item {
        width: 50%;
    }
}

@media (max-width: 479px) {
    .gallery-item {
        width: 100%;
    }
}

.gallery-item .btn {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.gallery-item:hover img {
    opacity: 1;
}

.gallery-item:hover .btn {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
}

.gallery-item:hover .btn span {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 20px;
}

.contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
}

@media (max-width: 767px) {
    .contact {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (min-width: 768px) {
    .contact-address,
    .contact-map {
        width: 50%;
    }
}

.contact-map {
    position: relative;
    background: #fff;
}

@media (max-width: 767px) {
    .contact-map {
        height: 250px;
    }
}

.contact-address {
    padding: 55px 25px;
    background: #ddd;
    text-align: center;
}

.contact-canvas {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}


.p-contact .contact-map {
    height: 450px;
    width: 100%;
}


.page-content {
    margin-bottom: 50px;
    padding: 20px 285px;
    padding-bottom: 35px;
    background: #fff;
}

.page-content ul li {
    background: url(/assets/img/point.png) no-repeat left center;
    padding-left: 30px;
    margin: 5px 0;
}

@media (max-width: 1144px) {
    .page-content {
        padding: 50px;
    }
}

.page-title.heading {
    background: #f3f3f3;
}

.footer {
    padding: 44px 15px;
    background: #1d1d1b;
}

.footer li {
    margin: 0 15px;
    float: left;
    color: #474745;
    font-size: 16px;
    font-weight: 400;
}

.footer li a {
    color: #8e8e8d;
}

.footer li:last-child {
    margin-top: 10px;
    clear: both;
    font-size: 14px;
}



@media (min-width: 768px) {
    .footer li:last-child {
        margin-top: 0;
        float: right;
        clear: none;
    }
}


.studiomh {
    margin: 0 0 0 20px;
    float: right;
    display: inline-block;
}
.studiomh:hover {
	
}


.mobile-overlay {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(68, 68, 68, 0.5);
    z-index: 999998;
}

.sidr-animating .mobile-overlay,
.sidr-open .mobile-overlay {
    display: block;
}

.mobile-offcanvas {
    display: none;
}

@media (min-width: 768px) {
    .mobile-offcanvas {
        display: block;
    }
}

.mobile-nav {
    display: block;
    width: 100%;
    height: 50px;
    margin-top: 20px;
    float: left;
    clear: both;
    border-top: 1px solid #f2f2f2;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
}

@media (min-width: 768px) {
    .mobile-nav {
        display: none;
        display: none;
    }
}

.mobile-nav span {
    position: relative;
    padding-left: 35px;
    color: #282828;
    font-weight: 700;
    text-transform: uppercase;
}

.mobile-nav span::after {
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    width: 25px;
    height: 3px;
    background: #282828;
    box-shadow: 0 6px 0 #282828,
 0 -6px 0 #282828;
    content: '';
}

.sidr {
    display: block;
    position: fixed;
    top: 0;
    width: 260px;
    height: 100%;
    background: #fff;
    z-index: 999999;
    overflow-x: hidden;
    overflow-y: auto;
}

.sidr li {
    border-bottom: 1px solid #f2f2f2;
}

.sidr a {
    display: block;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
}

.sidr.right {
    right: -260px;
    left: auto;
}

.sidr.left {
    right: auto;
    left: -260px;
}

.sidr-open {
    overflow-x: hidden;
}

.sidr-open .sidr {
    box-shadow: 1px 0 0 #ccc;
}



.label {
    color: #96c11f;
    width: 120px;
    display: inline-block;
}
.color1 {
    color: #96c11f;
}

#cookies {
    text-align: center;
    position: fixed;
    bottom: 0;
    background: #fff;
    padding: 5px;
    width: 100%;
    font-size: 12px;
    color: #000;
}
#cookies .ok {
    background: #000;
    color: #fff;
    padding: 1px 3px;
    margin: 0 5px;
}
body.hasCookies {
    margin-bottom: 20px;
}



.p-gallery {
    margin-bottom: 50px;
}

/***************************************************
Forms
***************************************************/

fieldset.form {
    border: 0;
    padding: 0;
    margin: 0;
}
fieldset.form-center {
    max-width: 430px;
    margin: 0 auto;
}


/* wiersz */
.form-group {
    clear: both;
    margin-bottom: 10px;
}
* html .form-group {height: 1%; /* IE5-6 */}
*+html .form-group {display: inline-block; /* IE7not8 */}
.form-group:after, .form-group:before { /* FF, IE8, O, S, etc. */content: ".";display: block;height: 0;clear: both;visibility: hidden;overflow: hidden;}


/* odstęp */
.form-offset {
    padding-left: 0;
}

/* buttony */
fieldset.form .form-btns {
    text-align: center;
}


/* podpis */
.form-label {
    font-weight: bold;
    text-align: center;
    display: block;
    width: 100%;
    padding: 10px 0;
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}


/* gwiazdka */
.form-req {
    color: #ff0000;
    margin-left: 3px;
}


/* grupa kontolek */
.form-control-group {
    max-width: 600px;
    margin: 6px 0;
    float: left;
}

.form-error {
    color: #ff0000;
    text-align: center;
    display: block;
}


/* kontrolka */
.form-control {
    background: #f3f3f3;
    width: 100%;
    padding: 12px 12px;
    margin: 0;
    border: 0;
    border-radius: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.form-control:hover {
    border-color: #a7a7a7;
}
.form-control:focus {
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
}
select.form-control {
}
textarea.form-control {
    height: 150px;
}

.form-control-lg {
    width: 400px;
}
.form-control-sm {
    width: 100px;
}


/***************************************************
Messages
***************************************************/

.msg {
    text-align: center;
    font-weight: bold;
    padding: 15px;
    margin-bottom: 15px;

    color: #fff;
    background: #96c11f;
}
