@charset "utf-8";
@import "/assets/css/reset.css";


/* Large desktop */
@media (max-width: 1199px) {  }

/* Portrait tablet to landscape and desktop */
@media (max-width: 979px) {  }

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {  }

/* Landscape phones and down */
@media (max-width: 534px) {  }

/* Landscape phones and down */
@media (max-width: 320px) {  }


@-ms-viewport {
    width: device-width;
}



/***************************************************
Global styles
***************************************************/
html {
    width: 100%;
    height: 100%;
    -ms-text-size-adjust: none;
}

body {
    font-family: Arial, Tahoma, Helvetica, sans-serif;
    font-size: 14px;
    color: #666666;
    background: #fff;
    margin: 0;
}

a {
    color: #575757;
}
a:hover {
    color: #f8c91f;
}


/***************************************************
Szkielet
***************************************************/

.container {
    margin: 0 auto;
    min-width: 320px;
    max-width: 1200px;
    box-sizing: border-box;
}

.g-header {
    height: 182px;
    position: relative;
    margin-bottom: 10px;
}

.g-grid {
    position: relative;
    border: 1px solid #f8c91f;
    margin: 70px;
    padding: 70px 70px 55px 70px;
}
.g-grid:before, .g-grid.g-gridbtn:after {
    content: '';
    display: block;
    position: absolute;
    top: -3px;
    left: 0;
    right: 0;
    height: 5px;
    background: url("/assets/img/header.png") no-repeat center;
    z-index: 2;
}
.g-grid.g-gridbtn:after {
    top: auto;
    bottom: -3px;
}
.g-grid h1 {
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    z-index: 3;
}
.g-grid .btn:last-child {
    position: absolute;
    bottom: -25px;
    left: 50%;
    margin-left: -75px;
    z-index: 3;
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
    .g-grid {
        margin: 70px 30px;
        padding: 70px 30px 55px 30px;
    }

}
@media (max-width: 320px) {
    .g-grid {
        border: 0px;
        padding: 50px 0px 40px 0px;
    }
}


[class*="g-grid-"] {
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-left: 2%;
    background: #f2f2eb;
    padding: 20px;
}
[class*="g-grid-"]:first-child, .g-grid-first {
    margin-left: 0;
}
.g-grid-9 {
    width: 73%;
}
.g-grid-3 {
    width: 25%;
    margin-left: 0;
}
.g-grid-12 {
    width: 100%;
    float: none;
    margin-left: 0;
}

@media (max-width: 979px) {
    .g-grid-9 {
        width: 68%;
    }
    .g-grid-3 {
        width: 30%;
    }
}
@media (max-width: 767px) {
    .g-grid-3 {
        margin-bottom: 10px;
    }
    .g-grid-9, .g-grid-3 {
        width: 100%;
        margin-left: 0;
    }
}


.col-50 {
    width: 48%;
    float: left;
}
.col-50:nth-of-type(2n), .col-right {
    float: right;
}
/* Portrait tablet to landscape and desktop */
@media (max-width: 979px) {
    .col-50 {
        width: 100%;
        float: none;
    }
}


.g-footer {
    background: #f2f2eb;
    padding: 15px 140px;
    margin-top: 10px;
    line-height: 20px;
}
.g-footer-links {
    font-family: 'Times New Roman';
    font-size: 14px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    float: left;
}
.g-footer-links a {
    margin-right: 15px;
}
.g-footer-make {
    float: right;
}
.g-footer-make .studiomh {
	
}
.g-footer-make .studiomh:hover {
    background-position: bottom;
}

/* Large desktop */
@media (max-width: 1199px) {
    .g-footer-links {
        float: none;
        text-align: center;
    }
    .g-footer-make {
        margin-top: 10px;
        float: none;
        text-align: center;
    }
}


/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
    .g-footer {
        padding: 15px 60px;
    }
}

/***************************************************
content
***************************************************/

.content p {
    margin: 15px 0;
    line-height: 21px;
}

.content h1 {
    font-family: 'Times New Roman';
    font-size: 30px;
    font-weight: bold;
    font-variant: small-caps;
    text-align: center;
    color: #000;
}
.content h2 {
    font-family: 'Times New Roman';
    font-weight: bold;
    font-size: 24px;
    color: #000;
    margin: 20px 0 15px 0;
}
.content h2.first {
    margin-top: 0;
}
.content h3 {
    font-weight: bold;
    font-size: 12px;
    margin: 15px 0 10px 0;
}

.content ul {
    display: block;
    list-style: none;
    margin: 0;
    line-height: 21px;
}
.content ul ul {
    margin: 5px 0;
}
.content ul li {
    padding-left: 20px;
    text-indent: -15px;
}
.content ul li:before {
    content: "•";
    font-size: 15px;
    color: #f8c91f; /* or whatever color you prefer */
    margin-right: 10px;
}

.content ol {
    display: block;
    list-style-position: outside;
    list-style-type: decimal;
    margin: 0;
    padding-left: 20px;
    line-height: 21px;
}

/***************************************************
menu
***************************************************/

.navbar {
    font-family: 'Times New Roman';
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    position: absolute;
    top: 132px;
    left: 0; right: 0;
    background: #f2f2eb;
    z-index: 999;
}
.navbar>ul>li {
    text-align: center;
    float: left;
    width: 15%;
    position: relative;
    line-height: 50px;
    height: 50px;
}
.navbar>ul>li:first-child {
    background: #f8c91f;
    width: 10%;
}
.navbar>ul>li>a {
    color: #000;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    padding: 10px 0;
    width: 85%;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
}

.navbar>ul>li:hover, .navbar>ul>li.current {
    margin: -10px 0;
    padding: 10px 0;
    background: #000;
}
.navbar>ul>li:hover>a, .navbar>ul>li.current>a {
    color: #fff;
}
.navbar>ul>li:hover:after, .navbar>ul>li.current:after {
    display: block;
    content: '';
    position: absolute;
    border: 1px solid #63500c;
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    z-index: 1;
}

.navbar>ul>li>a>span.br {
    display: block;
    clear: both;
}

.navbar>ul>li>ul {
    display: none;
    line-height: normal;
}
.navbar>ul>li:hover>ul {
    position: absolute;
    top: 59px;
    left: 0;
    right: 0;
    display: block;
    padding: 0 10px 10px 10px;
    background: #000;
    z-index: 9;
}
.navbar>ul>li:hover>ul:after {
    display: block;
    content: '';
    position: absolute;
    border: 1px solid #63500c;
    border-top: 0;
    left: 10px;
    right: 10px;
    top: 0;
    bottom: 10px;
    z-index: 1;
}
.navbar>ul>li>ul a {
    color: #f8c91f;
    text-align: center;
    display: block;
    position: relative;
    z-index: 2;
    margin: 10px 0;
}
.navbar>ul>li>ul a:hover {
    color: #fff;
}

.slicknav_menu {
    display:none;
}


@media (max-width: 1199px) {
}
@media (max-width: 979px) {
    .navbar>ul>li {
        width: 17%;
    }
    .navbar>ul>li:nth-child(2) {
        width: 15%;
    }
    .navbar>ul>li:first-child {
        display: none;
    }
    .navbar>ul>li:hover:after {
        left: 5px;
        right: 5px;
        top: 5px;
        bottom: 5px;
    }
    .navbar>ul>li:hover>ul:after {
        left: 5px;
        right: 5px;
        bottom: 5px;
    }
}
@media (max-width: 767px) {
    .navbar>ul {
        display: none;
    }
    .slicknav_menu {
        display: block;
    }
}



/***************************************************
			        menu z lewej
***************************************************/

.sitebar {
    background: #f8c91f;
    padding-bottom: 15px;
}

.sitebar ul {
    list-style-type: none;
    padding: 0;
}
.sitebar ul li {
    margin-bottom: 5px;
    padding-left: 0;
    text-indent: 0;
}
.sitebar ul li:before {
    display: none;
}
.sitebar ul li:last-child {
    margin-bottom: 0;
}
.sitebar ul li a, .sitebar ul li span {
    color: #856800;
}
.sitebar ul li a:hover, .sitebar ul li.current a {
    color: #000;
}


.sitebar ul li ul {
    margin: 10px 0 10px 20px;
}
.sitebar ul li ul li {
    font-size: 13px;
    position: relative;
}
.sitebar ul li ul li:before {
    display: inline;
    content: "\2022";
    color: #fff;
    position: absolute;
    top: -1px;
    left: -12px;
}

/***************************************************
			        SLIDER
***************************************************/

.g-slider {

}


.g-slider .bx-wrapper {
    position: relative;
    margin: 0 auto;
    padding: 0;
    *zoom: 1;
}
.g-slider .bx-wrapper img {
    width: 100%;
    display: block;
}

.g-slider .bx-wrapper li {
    
}
.g-slider .bx-wrapper h1 {
    font-family: 'Times New Roman';
    font-size: 24px;
    color: #000;
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.8);
    padding: 25px;
}
@media (max-width: 767px) {
    .g-slider .bx-wrapper h1 {
        display: none;
    }
}


/* PAGER */

.g-slider .bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-weight: bold;
    color: #666;
    padding: 18px 0;
    z-index: 99;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.g-slider .bx-wrapper .bx-pager .bx-pager-item,
.g-slider .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.g-slider .bx-wrapper .bx-pager a {
    text-indent: -9999px;
    display: block;
    width: 13px;
    height: 13px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 11px;
    -webkit-border-radius: 11px;
    border-radius: 11px;
    border: 5px solid #fff;
    position: relative;
}

.g-slider .bx-wrapper .bx-pager .bx-pager-item a:hover,
.g-slider .bx-wrapper .bx-pager .bx-pager-item a.active {
    background: #fff;
}

/* CONTROLS */

/*.bx-wrapper .bx-controls {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;

}
.bx-wrapper .bx-controls-direction {
    width: 1000px;
    height: 100%;
    margin: 0 auto;
    position: relative;

}
.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 37px;
    height: 37px;
    text-indent: -9999px;
    z-index: 9999;
}
.bx-wrapper .bx-controls-direction a:before {
    content: '';
    position: absolute;
    top: -10px;
    bottom: -10px;
    left: -10px;
    right: -10px;
    background: rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    -moz-border-radius: 10px;
}
.bx-wrapper .bx-controls-direction a:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #e31e24;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 3px;
    -moz-border-radius: 3px;
}
.bx-wrapper .bx-controls-direction a:hover {
    opacity: 0.9;
}
.bx-wrapper .bx-prev {
    left: 10px;
    background: url(/assets/img/arrow-left.png) no-repeat;
}
.bx-wrapper a.bx-prev:after {
    background-image: url(/assets/img/arrow-left.png);
}
.bx-wrapper .bx-next {
    right: 10px;
}
.bx-wrapper a.bx-next:after {
    background-image: url(/assets/img/arrow-right.png);
}*/



/***************************************************
bottom gallery
***************************************************/

.g-gallery {
    background: #f2f2eb;
    padding: 30px 140px;
}

.g-gallery .bx-wrapper {
    position: relative;
    margin: 0 auto 70px;
    padding: 0;
    *zoom: 1;
}
.g-gallery .bx-wrapper .bx-viewport {
    z-index: 9;
}

.g-gallery .bx-wrapper .bx-viewport img {
    width: 100%;
    display: block;
    position: relative;
    z-index: 1;
}
.g-gallery .bx-wrapper .bx-viewport a {
    position: relative;
    display: block;
}
.g-gallery .bx-wrapper .bx-viewport a:hover:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(248, 201, 31, 0.8) url(/assets/img/icon-plus.png) no-repeat center;
    z-index: 2;
}

/* CONTROLS */
.g-gallery .bx-controls {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.g-gallery .bx-controls-direction {
    height: 100%;
    margin: 0 auto;
    position: relative;
}
.g-gallery .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    outline: 0;
    width: 50px;
    height: 50px;
    text-indent: -9999px;
    z-index: 9999;
    background: #f8c91f;
}
.g-gallery .bx-controls-direction a:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 5px;
    height: 9px;
    margin: -4.5px -2.5px;
    background: url(/assets/img/arrows.png) no-repeat;
}
.g-gallery .bx-controls-direction a:hover {
    background: #000;
}
.g-gallery a.bx-prev {
    left: -95px;
}
.g-gallery a.bx-prev:after {
    background-position: 0 0;
}
.g-gallery a.bx-prev:hover:after {
    background-position: 0 -9px;
}
.g-gallery a.bx-next {
    right: -95px;
}
.g-gallery a.bx-next:after {
    background-position: -5px 0;
}
.g-gallery a.bx-next:hover:after {
    background-position: -5px -9px;
}


/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
    .g-gallery {
        padding: 30px 60px;
    }
    .g-gallery .bx-controls-direction a {
        margin-top: -20px;
        width: 40px;
        height: 40px;
    }
    .g-gallery a.bx-prev {
        left: -50px;
    }
    .g-gallery a.bx-next {
        right: -50px;
    }
}


/***************************************************
Specifics
***************************************************/

.right {
    float: right!important;
}
.left {
    float: left!important;
}
.center {
    float: none!important;
    margin-left: auto!important;
    margin-right: auto!important;
}

.txt-left {
    text-align: left;
}
.txt-right {
    text-align: right;
}
.txt-center {
    text-align: center;
}


.color1 {
    color: #f8c91f;
}


hr {
    background: #C2C2C2;
    height: 1px;
    border: 0;
    margin: 30px 0;
}

.logo img {
    margin: 15px auto 0 auto;
    display: block;
}

.pagination {
    text-align: center;
}


.loader {
    background: url(/admin/assets/img/loader.gif) no-repeat center;
    height: 50px;
    clear: both;
}


#cookies {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 999;
}
#cookies .container {
    font-size: 12px;
    color: #000;
    text-align: center;
    background: #f2f2eb;
    padding: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
#cookies .ok {
    background: #000;
    color: #fff;
    padding: 1px 3px;
    margin: 0 5px;
}
body.hasCookies {
    margin-bottom: 50px;
}


.widget_social{
    float:right;
    width:332px;
    height:560px;
    background: url(/img/fb.png) no-repeat;
    display:block;
    right:-305px;
    padding:0;
    position:fixed;
    top: 100px;
    z-index:1002;
}


.label {
    width: 80px;
    display: inline-block;
}

/***************************************************
Zewnętrzne pluginy
***************************************************/

.qtip-error{
    font-size: 12px!important;
    line-height: 16px!important;
    background-color: #d8514d!important;
    border-color: #b92c28!important;
    color: #fff!important;
    border-radius: 4px;
}
.qtip-error .qtip-content {
    padding: 3px 5px!important;
}
.qtip-info{
    background-color: #59bfdd!important;
    border-color: #28a4c9!important;
    color: #fff!important;
    border-radius: 4px;
}


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

fieldset.form {
    border: 0;
    padding: 0;
    margin: 0;
}
fieldset.form-center {
    max-width: 530px;
    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: 180px;
}

/* buttony */
fieldset.form .form-btns {

}


/* podpis */
.form-label {
    text-align: left;
    display: block;
    width: 40%;
    float: left;
    padding: 8px 10px 4px 0;
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}


/* gwiazdka */
.form-req {
    position: absolute;
    color: #ff0000;
    right: 1px;
}


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

.form-error {
    display: none;
}


/* kontrolka */
.form-control {
    font-size: 12px;
    background: #fff;
    width: 60%;
    padding: 8px 8px;
    margin: 0;
    border: 1px solid #f8c91f;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.form-control:focus {
    box-shadow: 0 0 5px 0 rgba(120,90,190,0.3);
}
select.form-control {
}
textarea.form-control {
    height: 100px;
}

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


@media (max-width: 534px) {
    /* kontrolka */
    .form-control {
        width: 100%;
    }

    /* podpis */
    .form-label {
        display: inline-block;
        width: auto;
    }
}


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

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

    color: #000;
    border: 1px solid #f8c91f;
    background: #fcf8e2; /* Old browsers */
    background: -moz-linear-gradient(top,  #f6e196 0%, #f7d763 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6e196), color-stop(100%,#f7d763)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f6e196 0%,#f7d763 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f6e196 0%,#f7d763 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f6e196 0%,#f7d763 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f6e196 0%,#f7d763 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6e196', endColorstr='#f7d763',GradientType=0 ); /* IE6-9 */
}

.msg.msg-info {
    color: #3A87AD;
    border-radius: 3px;
    border: 1px solid #9acfea;
    background: #e2f1f9; /* Old browsers */
    background: -moz-linear-gradient(top,  #e2f1f9 0%, #b9def0 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2f1f9), color-stop(100%,#b9def0)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #e2f1f9 0%,#b9def0 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #e2f1f9 0%,#b9def0 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #e2f1f9 0%,#b9def0 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #e2f1f9 0%,#b9def0 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2f1f9', endColorstr='#b9def0',GradientType=0 ); /* IE6-9 */
}

.msg.msg-danger {
    color: #B94A48;
    border-radius: 3px;
    border: 1px solid #dca7a7;
    background: #f2dddd; /* Old browsers */
    background: -moz-linear-gradient(top,  #f2dddd 0%, #e7c3c3 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2dddd), color-stop(100%,#e7c3c3)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f2dddd 0%,#e7c3c3 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f2dddd 0%,#e7c3c3 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f2dddd 0%,#e7c3c3 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f2dddd 0%,#e7c3c3 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2dddd', endColorstr='#e7c3c3',GradientType=0 ); /* IE6-9 */
}

.msg.msg-success {
    color: #468847;
    border-radius: 3px;
    border: 1px solid #B2DBA1;
    background: #def0d7; /* Old browsers */
    background: -moz-linear-gradient(top,  #def0d7 0%, #c9e5bd 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#def0d7), color-stop(100%,#c9e5bd)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #def0d7 0%,#c9e5bd 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #def0d7 0%,#c9e5bd 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #def0d7 0%,#c9e5bd 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #def0d7 0%,#c9e5bd 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#def0d7', endColorstr='#c9e5bd',GradientType=0 ); /* IE6-9 */
}


/***************************************************
Buttons
***************************************************/

.btn {
    color: #000;
    font-family: 'Times New Roman';
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;

    vertical-align: middle;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    background: #f8c91f;
    width: 150px;
    height: 50px;
    line-height: 50px;
}
.btn:hover {
    color: #fff;
    background: #000;
}
.btn [class*="icon-"] {
    margin-right: 5px;
    margin-top: -2px;
}

.btn-info {
    color: #fff;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.196);
    border: 1px solid #269ABC;
    background: #59bfdd; /* Old browsers */
    background: -moz-linear-gradient(top,  #59bfdd 0%, #2aabd2 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#59bfdd), color-stop(100%,#2AABD2)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #59bfdd 0%,#2AABD2 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #59bfdd 0%,#2AABD2 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #59bfdd 0%,#2AABD2 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #59bfdd 0%,#2AABD2 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#59bfdd', endColorstr='#2AABD2',GradientType=0 ); /* IE6-9 */
}
.btn-info:hover:not(.btn-disabled) {
    color: #fff;
    background: #42b5d8; /* Old browsers */
    background: -moz-linear-gradient(top,  #42b5d8 0%, #2aabd2 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#42b5d8), color-stop(100%,#2aabd2)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #42b5d8 0%,#2aabd2 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #42b5d8 0%,#2aabd2 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #42b5d8 0%,#2aabd2 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #42b5d8 0%,#2aabd2 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#42b5d8', endColorstr='#2aabd2',GradientType=0 ); /* IE6-9 */
}

.btn-success {
    color: #fff;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.196);
    border: 1px solid #398439;
    background: #5bb65b; /* Old browsers */
    background: -moz-linear-gradient(top,  #5bb65b 0%, #419741 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5bb65b), color-stop(100%,#419741)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #5bb65b 0%,#419741 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #5bb65b 0%,#419741 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #5bb65b 0%,#419741 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #5bb65b 0%,#419741 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5bb65b', endColorstr='#419741',GradientType=0 ); /* IE6-9 */
}
.btn-success:hover:not(.btn-disabled) {
    color: #fff;
    background: #4da54d; /* Old browsers */
    background: -moz-linear-gradient(top,  #4da54d 0%, #419741 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4da54d), color-stop(100%,#419741)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #4da54d 0%,#419741 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #4da54d 0%,#419741 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #4da54d 0%,#419741 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #4da54d 0%,#419741 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4da54d', endColorstr='#419741',GradientType=0 ); /* IE6-9 */
}


.btn-danger {
    color: #fff;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.196);
    border: 1px solid #AC2925;
    background: #d7504c; /* Old browsers */
    background: -moz-linear-gradient(top,  #d7504c 0%, #c12f2b 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d7504c), color-stop(100%,#c12f2b)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #d7504c 0%,#c12f2b 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #d7504c 0%,#c12f2b 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #d7504c 0%,#c12f2b 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #d7504c 0%,#c12f2b 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7504c', endColorstr='#c12f2b',GradientType=0 ); /* IE6-9 */
}
.btn-danger:hover:not(.btn-disabled) {
    color: #fff;
    background: #cc3f3b; /* Old browsers */
    background: -moz-linear-gradient(top,  #cc3f3b 0%, #c12f2b 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cc3f3b), color-stop(100%,#c12f2b)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #cc3f3b 0%,#c12f2b 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #cc3f3b 0%,#c12f2b 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #cc3f3b 0%,#c12f2b 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #cc3f3b 0%,#c12f2b 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc3f3b', endColorstr='#c12f2b',GradientType=0 ); /* IE6-9 */
}

.btn-info:hover, .btn-success:hover, .btn-danger:hover {
    color: #fff;
}


.btn-lg {
    font-size: 18px;
    padding: 8px 16px;
}
.btn-sm {
    font-size: 11px;
    padding: 3px 6px;
}
.btn-xs {
    font-size: 11px;
    padding: 0px 4px;
}

.btn-w100 {
    width: 100px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.btn-w150 {
    width: 150px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.btn-w200 {
    width: 200px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.btn-block {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.btn-disabled {
    opacity: 0.7;
}


.btns {
    margin-top: 30px;
    clear: both;
}


/***************************************************
Links
***************************************************/

.link-u {
    text-decoration: underline;
}
.link-info {
    color: #2AABD2;
}
.link-success {
    color: #419741;
}
.link-danger {
    color: #C12F2B;
}

/***************************************************
Icons
***************************************************/

[class*="icon-"] {
    display: inline-block;
    vertical-align: middle;
    content:'';
}

.icon-home {
    width: 13px;
    height: 12px;
    background: url("/assets/img/icon-home.png") no-repeat top;
}
li:hover .icon-home {
    background-position: bottom;
}

/***************************************************
Table
***************************************************/
table.table {
    margin: 10px auto;
    clear: both;
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #C2C2C2;
}

table.table thead tr {
    background: #f9f9f9; /* Old browsers */
    background: -moz-linear-gradient(top,  #f9f9f9 0%, #e6e6e6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#e6e6e6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f9f9f9 0%,#e6e6e6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f9f9f9 0%,#e6e6e6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f9f9f9 0%,#e6e6e6 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f9f9f9 0%,#e6e6e6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-9 */
}

table.table thead th {
    font-weight: bold;
    padding: 8px 10px;
    border-right: 1px solid #C2C2C2;
    border-bottom: 1px solid #C2C2C2;
}
table.table thead th[data-sort] {
    cursor: pointer;
    *cursor: hand;
}
table.table thead th span {
    margin: 0 0 0 2px;
}


table.table td {
    padding: 6px 10px;
    border-right: 1px solid #C2C2C2;
    border-bottom: 1px solid #C2C2C2;
}

table.table tr:nth-child(odd) { background-color: #fff; }
table.table tr:nth-child(even) { background-color: #f6f6f6; }

table.table tr:hover {
    background-color: #ebebeb;
}

table.table tr td.sub {
    padding-left: 30px;
}

table.table input[type=text] {
    margin: -4px -5px;
    padding: 2px;
}
table.table input[type=text].act-order {
    width: 30px;
    text-align: center;
}




/***************************************************
podstrona - kontakt
***************************************************/

.p-contact #map {
    width: 100%;
    height: 300px;
}
.p-contact .map_content {
    font-family: Arial;
    text-align: center;
    height: 55px
}
.p-contact .map_content p {
    line-height: normal;
    margin: 0 0 5px 0;
}

/***************************************************
podstrona - galeria
***************************************************/

.p-gallery article {
    float: left;
    margin: 0 0 2% 2%;
    width: 23.5%;
}
.p-gallery article:nth-child(4n+1) {
    margin-left: 0;
}
.p-gallery article img {
    width: 100%;
}
.p-gallery article a {
    position: relative;
    display: block;
}
.p-gallery article a:hover:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(248, 201, 31, 0.8) url(/assets/img/icon-plus.png) no-repeat center;
    z-index: 2;
}

@media (max-width: 979px) {
    .p-gallery article {
        width: 32%;
    }
    .p-gallery article:nth-child(4n+1) {
        margin-left: 2%;
    }
    .p-gallery article:nth-child(3n+1) {
        margin-left: 0;
    }
}

@media (max-width: 767px) {  }

/* Landscape phones and down */
@media (max-width: 534px) {
    .p-gallery article {
        width: 49%;
    }
    .p-gallery article:nth-child(3n+1) {
        margin-left: 2%;
    }
    .p-gallery article:nth-child(2n+1) {
        margin-left: 0;
    }
}

@media (max-width: 320px) {  }



/***************************************************
moduł - news
***************************************************/

.m-news article {
    background: #f2f2eb;
    padding: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.m-news article figure img {
    width: 100%;
    display: block;
}
.m-news article header {
    margin-bottom: 25px;
}
.m-news article header h2 {
    margin: 15px 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.m-news article header time {
    color: #999999;
}

.m-news-list article {
    margin-bottom: 15px;
    float: left;
    width: 32%;
    margin-left: 2%;
}
.m-news-list article:nth-child(3n+1) {
    margin-left: 0;
}
.m-news-list article:hover {
    background: #fdf1c7;
}
.m-news-list article a:hover {
    color: inherit;
}

/* Portrait tablet to landscape and desktop */
@media (max-width: 979px) {
    .m-news-list article {
        width: 48%;
        margin-left: 2%;
    }
    .p-main.m-news-list article:last-child {
        display: none;
    }

    .m-news-list article:nth-child(3n+1) {
        margin-left: 2%;
    }
    .m-news-list article:nth-child(2n+1) {
        margin-left: 0;
    }
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
    .m-news article header h2 {
        font-size: 20px;
    }
}

/* Landscape phones and down */
@media (max-width: 534px) {
    .m-news-list article {
        width: 100%;
        margin-left: 0;
        float: none;
    }
    .m-news-list article figure {
        display: none;
    }
}



.kalendarz {
    width: 30%;
    max-width: 230px;
    display: inline-block;
    margin-left: 3.5%;
    margin-bottom: 4%;
}
.kalendarz:nth-child(3n+1) {
    margin-left: 0;
    clear: both;
}
.kalendarz h5 {
    margin: 0 0 15px 0;
    font-weight: bold;
    padding: 0;
    text-align: center;
    font-size: 14px;
}
.kalendarz ul {
    margin: 0;
    padding: 0;

}
.kalendarz ul.dni li {
    color: #000;
    font-size: 12px;
    border-bottom: 2px solid #f8c91f;
}
.kalendarz ul li {
    display: block;
    padding: 2px 0;
    background: none;
    width: 14.285%;
    float: left;
    text-align: center;
    padding-left: 0;
    text-indent: 0;
}
.kalendarz ul li:before {
    display: none;
}
.kalendarz .akt, .kal_sel {
    background: #f8c91f;
    color: #fff;
}
.kalendarz .hidden {visibility: hidden;}
.kal_sel {
    display: block;
    padding: 0;
    margin: 1px 5px 0 0;
    width: 23px;
    float: left;
    text-align: center;
}

@media (max-width: 979px) {
    .kalendarz {
        width: 47%;
        margin-left: 4%;
    }
    .kalendarz:nth-child(3n+1) {
        margin-left: 4%;
        clear: none;
    }
    .kalendarz:nth-child(2n+1) {
        margin-left: 0;
        clear: both;
    }
}

@media (max-width: 534px) {
    .kalendarz {
        width: 100%;
        margin-left: 0;
        clear: both;
    }
}
