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


/* Large desktop */
@media (min-width: 1200px) {  }

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

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

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


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


/***************************************************
Global styles
***************************************************/
html {
    width: 100%;
    height: 100%;
}

body {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #575757;
    background: #fff url(/assets/img/bg.jpg?1) no-repeat top center;
    margin: 0;
    height: 100%;
    min-width: 480px;
}

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


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

.container {
    margin: 0 auto;
    max-width: 1190px;
    min-width: 480px;
    position: relative;
}

.g-header {
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    height: 80px;
    background: rgba(0,0,0,0.65);
    z-index: 99999;
    min-width: 480px;
}
.g-header .container {
    height: 100%;
}
.g-header .logo {
    position: relative;
    left: 30px;
    top: 20px;
}
@media (max-width: 767px) {
    .g-header {
        top: 0;
        height: 60px;
    }

    .g-header .logo {
        top: 5px;
    }
}

.g-grid {
    position: relative;
    padding: 0 90px;
}
@media (max-width: 767px) {
    .g-grid {
        padding: 0 20px;
    }
}

[class*="g-grid-"] {
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-left: 30px;
}
[class*="g-grid-"]:first-child, .g-grid-first {
    margin-left: 0;
}
.g-grid-4 {
    width: 280px;
}
.g-grid-3 {
    width: 210px;
}
.g-grid-9 {
    width: 660px;
}


.col-50 {
    width: 48%;
    float: left;
}
.col-50:nth-of-type(2n), .col-right {
    float: right;
}
@media (max-width: 767px) {
    .col-50 {
        width: 100%;
        float: none;
    }
}


.g-footer {
    color: #c2c2c2;
    font-size: 13px;
    text-align: center;
    background: #595959;
    padding: 20px 0;
    margin-top: 30px;
}
.g-footer-links {
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
}
.g-footer-links a {
    color: #c2c2c2;
    display: inline-block;
    margin: 5px 15px;
}
.g-footer-links a:hover {
    color: #ff0808;
}
@media (max-width: 767px) {
    .g-footer-links {
        width: 480px;
    }
}

.g-footer-make, .g-footer-copy {
    color: #888888;
    display: inline-block;
    margin: 30px 30px 0 30px;
}
.g-footer-make .studiomh {
    display: inline-block;
    color: #888888;
}
.g-footer-make .studiomh:hover {
	
}


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

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

.content h1 {
    font-size: 24px;
    text-align: center;
    margin: 30px -90px;
    background: url(/assets/img/h.png) no-repeat center;
}
@media (max-width: 767px) {
    .content h1 {
        margin: 30px -20px;
    }
}
.content h2 {
    font-weight: normal;
    font-size: 18px;
    text-transform: uppercase;
    margin: 25px 0 20px 0;
}
.content h3 {
    font-weight: bold;
    font-size: 12px;
    margin: 15px 0 10px 0;
}

.content ul {
    display: block;
    list-style-position: outside;
    list-style-type: disc;
    margin: 0;
    padding-left: 20px;
    line-height: 17px;
}

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

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

.navbar {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
}
.navbar>ul {
    height: 100%;
}
.navbar>ul>li {
    display: inline-block;
    height: 100%;
    position: relative;
}
.navbar>ul>li>a {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #000;
    padding: 0 10px;
    display: inline-block;
    height: 100%;
    line-height: 80px;
}
.navbar>ul>li:hover>a, .navbar>ul>li.current>a {
    background: #000;
    color: #ff0808;
}

.navbar>ul>li>a>span {
	line-height: 20px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

@media (max-width: 1100px) {
    .navbar>ul>li>a {
        padding: 0 5px;
        text-transform: none;
    }
}
@media (max-width: 979px) {
    .navbar>ul>li>a {
    }
}

.navbar>ul>li>ul.sub {
    width: 150px;
    position: absolute;
    top: 80px;
    left: 0;
    z-index: 2;
    display: none;
    background: #000;
}
.navbar>ul>li:hover>ul.sub {
    display: block;
    padding: 20px;
}
.navbar ul.sub>li>a {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
}
.navbar ul.sub>li>a:hover {
    color: #ff0808;
}

.slicknav_menu {
    display:none;
}

@media (max-width: 950px) {
    /* #menu is the original menu */
    #menu {
        display: none;
    }

    .slicknav_menu {
        display: block;
    }
}

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

.g-slider {
    max-width: 1400px;
    margin: 0 auto 25px auto;
    z-index: 1;
    height: 400px;
}


.bx-viewport {
    max-width: 1190px;
    margin: 0 auto;
}
.bx-viewport img {
    max-width: 100%;
    display: block;
}

.bx-wrapper {
    position: relative;
}

/* PAGER */

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

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

.bx-wrapper .bx-pager a {
    background: #fff;
    text-indent: -9999px;
    display: block;
    width: 18px;
    height: 18px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    position: relative;
}

.bx-wrapper .bx-pager .bx-pager-item a:hover:after,
.bx-wrapper .bx-pager .bx-pager-item a.active:after {
    display: block;
    content: '';
    background: #000;
    width: 10px;
    height: 10px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    position: absolute;
    top: 4px;
    left: 4px;
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 50px;
    height: 50px;
    text-indent: -9999px;
    z-index: 9999;
    opacity: 0.6;
}
.bx-wrapper .bx-controls-direction a:hover {
    opacity: 1;
}
.bx-wrapper .bx-prev {
    left: 10px;
    background: url(/assets/img/slider-left.png) no-repeat;
}
.bx-wrapper .bx-next {
    right: 10px;
    background: url(/assets/img/slider-right.png) no-repeat;
}

/***************************************************
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;
}

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


.pagination {
    text-align: center;
}


.loader {
    background: url(/assets/img/loader.gif) no-repeat center;
    position: absolute;
    z-index: 9999;
    height: 100%;
    padding: 10px;
    margin: -10px;
}

.label {
    width: 70px;
    display: inline-block;
}
.label150 {
    width: 200px;
    display: inline-block;
}

.color1 {
    color: #f90c0c;
}


#cookies {
    position: fixed;
    bottom: 0;
    background: #000;
    padding: 5px;
    width: 100%;
    font-size: 12px;
    color: #b5b5b5;
}
#cookies a {
    color: #b5b5b5;
}
#cookies a:hover {
    color: #f90c0c;
}
#cookies a.ok {
    border: 1px solid #b5b5b5;
    color: #b5b5b5;
    padding: 1px 3px;
    margin: 0 5px;
}
#cookies a.ok:hover {
    color: #f90c0c;
    border: 1px solid #f90c0c;
}


.frame {
    background: rgba(200,200,200,0.4);
    padding: 20px;
    margin-bottom: 20px;
}
.frame p:first-child {
    margin-top: 0;
}
.frame p:last-child {
    margin-bottom: 0;
}


.nch-lightbox {
    cursor: pointer;
}


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

.qtip-error{
    background-color: #d8514d!important;
    border-color: #b92c28!important;
    color: #fff!important;
    border-radius: 4px;
}
.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 {
    width: 280px;
    margin: 0 auto;
}

fieldset.form .form-group {
    clear: both;
    margin-bottom: 10px;
}

fieldset.form .form-offset {
    padding-left: 100px;
}

fieldset.form .form-btns {

}

fieldset.form .form-checks {

}
fieldset.form .form-checks .form-control-group label {
    margin-right: 10px;
}

fieldset.form .form-label {
    text-align: left;
    display: block;
    width: 100px;
    float: left;
    padding: 6px 10px 6px 0;
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
fieldset.form .form-req {
    position: absolute;
    color: #ff0000;
    right: 1px;
}


fieldset.form .form-control-group {
    max-width: 600px;
    margin: 6px 0;
    float: left;
}

.form-error {
    display: none;
}


input[type=text].form-control, input[type=password].form-control, input[type=file].form-control, textarea.form-control, select.form-control
{
    font-family:  Arial;
    font-size: 12px;
    background: #fff;
    width: 180px;
    padding: 6px 8px;
    margin: 0;
    border: 1px solid #c2c2c2;
    border-radius: 3px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
input[type=text].form-control:hover, input[type=password].form-control:hover, input[type=file].form-control:hover, textarea:hover, select:hover
{
    border-color: #a7a7a7;
}
input[type=text].form-control:focus, input[type=password].form-control:focus, input[type=file].form-control:focus, textarea:focus, select:focus
{
    box-shadow: 0 0 5px 0 rgba(120,90,190,0.3);
}
select.form-control {
}
textarea.form-control {
    height: 60px;
}
input[type=checkbox].form-control {

}

input[type=text].form-control-lg, input[type=password].form-control-lg, input[type=file].form-control-lg, textarea.form-control-lg, select.form-control-lg
{
    width: 400px;
}
input[type=text].form-control-sm, input[type=password].form-control-sm, input[type=file].form-control-sm, textarea.form-control-sm, select.form-control-sm
{
    width: 100px;
}


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

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

    color: #C09853;
    border-radius: 3px;
    border: 1px solid #f5e79e;
    background: #fcf8e2; /* Old browsers */
    background: -moz-linear-gradient(top,  #fcf8e2 0%, #f8efc0 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcf8e2), color-stop(100%,#f8efc0)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fcf8e2 0%,#f8efc0 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fcf8e2 0%,#f8efc0 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fcf8e2 0%,#f8efc0 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fcf8e2 0%,#f8efc0 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcf8e2', endColorstr='#f8efc0',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 {
    font-size: 14px;
    font-weight: 400;
	color: #fff;
    text-align: center;

    vertical-align: middle;
    white-space: nowrap;
    cursor: pointer;

    display: inline-block;
    padding: 10px 20px;
    border: 0;
    border-radius: 0;

	background: #000;
}
.btn:hover {
    color: #f90c0c;
}
.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:'';
}


/***************************************************
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 - login
***************************************************/

.p-login .container {
    width: 340px;
    margin: 30px auto;
}
.p-login .g-grid-9 {
    width: 100%;
    margin: 30px auto;
}


/***************************************************
podstrona - główna
***************************************************/

.p-main .offer a {
    width: 32%;
    display: block;
    float: left;
    margin-left: 2%;
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.p-main .offer a:first-child {
    margin-left: 0;
}
.p-main .offer a:hover:after {
    display: block;
    content: '';
    border: 10px solid #000;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.p-main .offer a h4 {
    color: #fff;
    font-size: 18px;
    text-align: center;
    position: absolute;
    top: 36%;
    left: 0;
    width: 50%;
    padding: 5%;
    background: #000;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.p-main .offer a:hover h4 {
    color: #f90c0c;
}

.p-main .offer a img {
    width: 100%;
}


.p-main .counters {
    margin-top: 30px;
}
.p-main .counter span {
    font-family: Arial;
    font-size: 36px;
    color: #fff;
    font-weight: bold;
    line-height: 55px;
    text-align: center;
    display: inline-block;
    width: 46px;
    height: 55px;
    background: url("/assets/img/counter.png") no-repeat;
    position: relative;
    margin: 0 -2px;
}
.p-main .counter span:after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url("/assets/img/counter-mask.png") no-repeat;
}

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

.p-contact article {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #cecece;
}
.p-contact article:first-of-type {
    padding-top: 40px;
    margin-top: 30px;
    border-top: 1px solid #cecece;
}
.p-contact article figure {
    width: 20%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin: -20px 0;
}
.p-contact article figure img {
    width: 100%;
    display: block;
}
.p-contact article section {
    float: right;
    width: 75%;
}
.p-contact article section h3 {
    font-size: 14px;
    font-weight: normal;
    color: #000;
    margin: 0 0 15px 0;
}
.p-contact article section h3 strong {
    color: #f90c0c;
}
.p-contact article section p {
    margin: 10px 0 0 0;
}

.p-contact #map0, .p-contact #map1 {
    width: 100%;
    margin-top: 40px;
}
.p-contact .map_content {
    font-family: Arial;
    height: 55px
}


/***************************************************
podstrona - galeria szczegóły
***************************************************/

.p-gallery-show article.cats {
    width: 32%;
    background: #000000;
    padding: 10px 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: relative;
}
.p-gallery-show article.cats>div {
    position: absolute;
    top: 50%;
    margin-top: -54px;
}
.p-gallery-show article.cats a {
    color: #fff;
    font-size: 14px;
    display: block;
    line-height: 18px;
}
.p-gallery-show article.cats a:hover, .p-gallery-show article.cats a.current {
    color: #ff0808;
}

.p-gallery-show article {
    float: left;
    margin: 0 2% 15px 0;
    width: 15%;
}
.p-gallery-show article a:hover img {
    opacity: 0.7;
}

.p-gallery-show article a img {
    width: 100%;
}

@media (min-width: 980px) {
    .p-gallery-show article:nth-child(6n+5) {
        margin-right: 0;
    }
    .p-gallery-show article:nth-child(6n) {
        clear: both;
    }
	.p-sub-gallery article:nth-child(6n+5) {
        margin-right: 2%;
    }
	.p-sub-gallery article:nth-child(6n+6) {
        margin-right: 0;
    }
    .p-sub-gallery article:nth-child(6n) {
        clear: none!important;
    }
}
@media (min-width: 768px) and (max-width: 979px) {
    .p-gallery-show article.cats {
        width: 48.6%;
    }
    .p-gallery-show article {
        margin-right: 2.6%;
        width: 23%;
    }
    .p-gallery-show article:nth-child(4n+3) {
        margin-right: 0;
    }
    .p-gallery-show article:nth-child(4n) {
        clear: both;
    }

	.p-sub-gallery article:nth-child(4n+3) {
        margin-right: 2.6%;
    }
	.p-sub-gallery article:nth-child(4n+4) {
        margin-right: 0;
    }
    .p-sub-gallery article:nth-child(4n) {
        clear: none!important;
    }
}
@media (min-width: 620px) and (max-width: 767px) {
    .p-gallery-show article.cats {
        width: 66%;
    }
    .p-gallery-show article {
        margin-right: 2%;
        margin-bottom: 10px;
        width: 32%;
    }
    .p-gallery-show article:nth-child(3n+2) {
        margin-right: 0;
    }
    .p-gallery-show article:nth-child(3n) {
        clear: both;
    }

	.p-sub-gallery article:nth-child(3n+2) {
        margin-right: 2%;
    }
	.p-sub-gallery article:nth-child(3n+3) {
        margin-right: 0;
    }
    .p-sub-gallery article:nth-child(3n) {
        clear: none!important;
    }
}
@media (max-width: 619px) {
    .p-gallery-show article.cats {
        width: 100%;
    }
    .p-gallery-show article {
        margin-right: 4%;
        margin-bottom: 10px;
        width: 48%;
    }
    .p-gallery-show article:nth-child(2n+1) {
        margin-right: 0;
    }
    .p-gallery-show article:nth-child(2n) {
        clear: both;
    }

	.p-sub-gallery article:nth-child(2n+1) {
        margin-right: 4%;
    }
	.p-sub-gallery article:nth-child(2n+2) {
        margin-right: 0;
    }
    .p-sub-gallery article:nth-child(2n) {
        clear: none!important;
    }
}

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

.m-news article {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #cecece;
}
.m-news article header {
    margin-bottom: 10px;
    height: 100%;
    overflow: hidden;
}
.m-news article figure {
    width: 20%;
    float: left;
    box-shadow: 0 0 5px rgba(0,0,0,0.25);
    padding: 10px;
    background: #fff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.m-news article figure img {
    width: 100%;
    display: block;
}
.m-news article section {
    float: right;
    width: 75%;
    padding: 15px 0;
}
.m-news article section time {
    color: #f90c0c;
}
.m-news article section h3 {
    font-size: 18px;
    font-weight: normal;
    color: #000;
    margin: 15px 0;
}
.m-news article section p {
    margin: 10px 0;
}

.m-news article a:hover {
    text-decoration: none;
    color: inherit;
}
.m-news article a:hover section time, .m-news article a:hover section h2 {
    text-decoration: underline;
}

@media (max-width: 767px) {
    .m-news article figure {
        max-width: 200px;
        width: auto;
        float: none;
    }
    .m-news article section {
        float: none;
        width: 100%;
    }
}


.popup-wrapper {	
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 999999;
	
	display: flex;
	align-items: center;
	justify-content: center;
}

.popup {
	background-color: #FFFFFF;
	box-shadow: 0 0 50px 50px rgba(0,0,0,0.1);
	cursor: default;
	max-width: 600px;
	min-width: 300px;
	padding: 30px 50px;
}
.popup-btns {
	text-align: center;
	margin: 30px 0 0 0!important;
}

@media (max-width: 767px) {
	.popup {
		padding: 20px;
	}
	
}
