/*!
Theme Name: Bunkier SPA
Theme URI: http://integritystudio.pl/
Version: 1.0.0
Text Domain: bunkierspa
Author: sMag
Author URI: http://www.integritystudio.pl/
Description: bunkier spa
Tags: bunkier, spa
License: GNU General Public License v3.0
License URI: http://www.gnu.org/licenses/gpl-3.0-standalone.html
*/

@import url(https://fonts.googleapis.com/css?family=Josefin+Sans:400,300,400italic,600,300italic,600italic,700,700italic&subset=latin,latin-ext);

html,body{
    width:100%;
    //height:100%;

}

body{
    font-family: 'Josefin Sans', sans-serif;
    font-size:18px;
    color:#000;
    font-weight: 400;
    margin:0;
    padding: 0;
}

img {max-width:100%;
     height: auto;
}

header{


}

.fullWidthWrapper{
    max-width: 100%;
    position: relative;
    padding-top: 1px;
}

.wrapper{
    max-width: 1170px;
    margin:0 auto;
    position: relative;
    padding-top: 1px;
}

.headerWrapper{
    max-width: 1170px;
    margin:0 auto;
    position: relative;
    padding-top: 0px;
}

nav{
    position: relative;
    z-index: 1;



}



h1, h2, h3{
    text-transform: uppercase;
    font-weight:normal;
    color:#666;
    font-weight: 300;
}

.relativeDiv{
    position: relative;
}



h1{
    font-size: 34px;
}

h2{
    font-size: 34px;
}

h3{
    font-size: 28px;
}

.noBottomH{
    margin-bottom: 0;
}

a{
    text-decoration: none;
    color:#000;
}
a:hover {
	color:#b70046;
}

a:href{
    text-decoration:underline;
}

hr {
    background: #ccc;
    border:none;
    height: 1px;
    margin: 20px 0;
    padding: 0;
}

ul{
    list-style-type:square;
}

p{
    padding: 0;
    margin: 10px 0;
}

.clear{
    clear:both;
}

.centerText{
    text-align: center;
}

.rightText{
    text-align: right;
}

.justifyText{
    text-align: justify;
}

strong{
    font-weight: bold;
}

::selection {
    color:#FFF;
    background:#000;
    text-shadow: none;
}

input[type=text], input[type=email], input[type=tel]{
    background:none;
    border: 1px solid #b5b5b5;
    height: 30px;
    margin-bottom: 15px;
    width:100%;
    padding: 0 0 0 10px;
    color:#666;
}

.cookies {
	font-size: 13px;
}


.wpcf7-textarea{
    background:none;
    border: 1px solid #b5b5b5;
    margin-bottom: 15px;
    width:100%;
    padding: 0 0 0 10px;
    color:#666;
}

input[type=submit]{
    font-size: 13px;
    font-weight: bold;
    border: 2px solid #333;
    background: #fff;
    color:#333;
    padding: 15px 30px;
    text-transform: uppercase;
    box-shadow: inset 0 0 0 0 #333;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    display: inline-block;
    /* border-radius: 150px;
      -webkit-border-radius: 150px;
      -moz-border-radius: 150px;*/
    cursor: pointer;
    font-weight: bold;

}

input[type=submit]:hover{
    box-shadow: inset 0 100px 0 0 #333;
    color: #fff;
}

.floatLeft{
    float: left;
}


.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}


.defaultButton{
    font-size: 18px;
    color:#b9074a;
    border: 2px solid #b9074a;
    padding: 10px 20px;
    text-transform: uppercase;
    box-shadow: inset 0 0 0 0 #b9074a;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    font-weight: 400;
}

.imgr {
  float:left;
  width:40%;
}

.textr {
  float:right;
  width:57%;
  padding-top: 0px;
  padding-left: 15px;
  }
  


.defaultButton:hover{
    box-shadow: inset 0 100px 0 0 #b9074a;
    color: #fff;
}

.defaultSmallButton{
    font-size: 12px;
    color:#dda4c2;
    border: 2px solid #dda4c2;
    padding: 5px 10px;
    text-transform: uppercase;
    box-shadow: inset 0 0 0 0 #dda4c2;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    font-weight: 400;
}

.przycisk{
	padding-right: 30%;
	width: auto;
	padding-left: 30%;
	margin-top: 30px;
}

@media screen and (max-width: 1169px) {
	.przycisk {
	padding-left: 10px;
	padding-right: 10px;
	}
}


.defaultSmallButton:hover{
    box-shadow: inset 0 100px 0 0 #dda4c2;
    color: #fff;
}




#mega-menu-wrap-menu #mega-menu-menu > li.mega-menu-item > a{
    text-align:right !important;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

#mega-menu-wrap-menu #mega-menu-menu{

    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    float:right;
}



#logoCont{
    display: block;
    width:200px;
    position: absolute;
    top:20px;
    z-index: 3;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;

}

.logoWrapper{
    position: absolute;
    top:0;
    left:0;
}

.logoContScale{
    -ms-transform: scale(0.73,0.73); /* IE 9 */
    -webkit-transform: scale(0.73,0.73); /* Safari */
    transform: scale(0.5,0.5);
    transform-origin: 0 0;
    top:10px !important;
    left:15px !important;
}

.logoContScale2{
    -ms-transform: scale(0.33,0.33) !important; /* IE 9 */
    -webkit-transform: scale(0.33,0.33) !important; /* Safari */
    transform: scale(0.43,0.43) !important;
    transform-origin: 0 0;

}

.mainHeader{

    position: fixed;
    width: 100%;
    z-index: 3;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    z-index: 998;
    top:0;
}



#logoCont img{
    width: 100%;
    height: auto;
}




.sliderH{
    font-size: 35px;
    font-weight: 300;
    border-left: 1px solid white;
    padding: 10px 10px 10px 30px;
    text-transform: none;
    color:#fff;
}

.sliderP{
    font-size: 22px;
    max-width: 800px;
    margin:0 auto;
}



.halfColumn{
    box-sizing: border-box;
    float: left;
    padding-right: 25px;
    padding-left: 0px;
    width: 50%;
    margin-bottom: 50px;
}

.halfColumn:nth-child(2n+2){

    padding-right: 0;
    padding-left: 25px;

}

.thirdColumn{
    box-sizing: border-box;
    float: left;
    width: 30%;
    margin-right: 5%;
    margin-bottom: 50px;
}

.thirdColumn:nth-child(3n+3){
    margin-right: 0px;
}

.postThumb{

}

.postThumb img{
    width: 100%;
    height: auto;
}

.stat{
    line-height: 0.7em;
}


#sliderCont{

    position: relative;
}

#sliderContTop{

    position: relative;
}

.sliderControls{

}

#slider-prev{
    background: url(images/carousel_arrow_left.svg) no-repeat;
    width: 46px;
    height: 46px;
    display: inline-block;
    cursor: pointer;
    margin: 10px;
}

#slider-next{
    background: url(images/carousel_arrow_right.svg) no-repeat;
    width: 46px;
    height: 46px;
    display: inline-block;
    cursor: pointer;
    margin: 10px;
}

.sliderImage{
    height: auto;
    width:100%;


}

.sliderTitle{
    font-size: 22px;
    font-weight: bold;
    color:#000;



}

.bx-viewport{
    height: 300px !important;
}

#testimonialParallax{
    background:url(images/bx-bcg.jpg) 50% 0 no-repeat fixed;


    margin: 0 auto;

    z-index: -1;
    background-size: cover;

    height: 600px;
    margin-top: 90px;
    color: #a58596;
}

.sliderDesc{
    color: #a58596 !important;
    text-align: center;
    position: relative;
}



.sliderValueName{
    font-weight: 400;
    color:#999999;
}

.sliderValue{
    font-weight: bold;
    color:#000;
}




.sliderField{
    padding-left: 30px;
    border-left: 1px solid #ccc;
    margin: 10px 0;
}

.homeH{

    font-size: 36px;
    font-weight: 300;
    text-transform: uppercase;
    padding: 0 0 20px 0;
    text-align: center;
    background: url(images/homeh_bcg.png) no-repeat center bottom;
}

.homeHSlider{
    display: inline-block;
    padding: 0 20px 0 20px;
    color:#a58596 !important;
}

.homeHr{
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 40px;
    margin:0;
    bottom: 10px;
    background: #a58596;
}

.tHr{
    width: 125px;
    background: #fff;
    border:none;
    height: 1px;
    margin-top: 20px;
    display: inline-block;
}




.homeNews{
    float: left;
    width: 30%;
    margin-right: 5%;
    position: relative;
    text-align: left;
    background: #fff;

}


.homeNewsInner{
    margin:20px;

}

.homeNews:nth-child(3n+3) {
    margin-right: 0px;
}

.archiveNews{
    margin-bottom: 30px;
}

.homeNewsH, .homeNewsH p{
    font-size: 18px !important;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    color:#000;
    margin:20px 0 10px 0;

}

.archiveNewsH{
    font-size: 18px;
}

.homeNewsH a{
    color:#000;
}

.homeExcerpt{
    font-size: 14px;
    text-align: justify;
}

.homeNewsImgCont{
    text-align: center;

    height: 260px;
    overflow: hidden;
    position: relative;
}

.homeNewsImgCover{
    display: block;
    position: absolute;
    background: #000;
    top:0;
    left:0;
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.23s ease;
    transition: all 1s ease;
}




.homeNewsImgInner img {
    -webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -o-transition: all 1s ease; /* IE 9 */
    -ms-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
}

.homeNewsImgCont:hover img {
    -webkit-transform:scale(1.25); /* Safari and Chrome */
    -moz-transform:scale(1.25); /* Firefox */
    -ms-transform:scale(1.25); /* IE 9 */
    -o-transform:scale(1.25); /* Opera */
    transform:scale(1.25);
}

.homeNewsImgCont:hover .homeNewsImgCover{
    opacity: 0.3;

}

.homeNewsDate{
    float: right;
    font-size: 12px;
    color:#999999;
    font-weight: 400;
    text-align: right;
}

.homeNewsCat{
    font-size: 12px;
    color:#999999;
    font-weight: 400;
    float: left;
}

.homeNewsCat a{
    color:#999999;
}

.homeNews p{
    margin-top:5px;
    font-size: 14px;
}




.homeMoreButton{
    font-size: 18px;
    font-weight: bold;
    color:#9793a7;
    font-family: 'Roboto Condensed', sans-serif;
    padding: 5px 10px;
    text-transform: uppercase;
    box-shadow: inset 0 0 0 0 #342d4e;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: absolute;
    bottom:20px;
    left:90px;
}

.homeMoreButton:hover{
    box-shadow: inset 0 100px 0 0 #342d4e;
    color: #fff;
}






.offerBox{
    float: left;
    width: 30%;
    margin-right: 5%;
    position: relative;
    text-align: left;
    background: #fff;

}


.offerBoxInner{
    margin:20px;

}

.offerBox:nth-child(3n+3) {
    margin-right: 0px;
}


.offerBoxH, .offerBoxH p{
    font-size: 18px !important;
    font-weight: 400;
    text-align: center;
    text-transform: none;
    color:#000;
    margin:10px 0 30px 0;

}



.homeNewsH a{
    color:#000;
}



.offerBoxImgCont{
    text-align: center;

    height: 260px;
    overflow: hidden;
    position: relative;
}

.offerBoxImgCover{
    display: block;
    position: absolute;
    background: #000;
    bottom:0;
    left:0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(219, 173, 197, 1);
    height: 5px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.23s ease;
    transition: all 0.3s ease;
    font-size: 16px;
    font-weight: 400;

    color:#fff;
}

.offerBoxExcerpt{
    display: none;
    margin:20px;
    position: absolute;
}


.offerBoxImgInner img {
    width: 100%;
    height: auto;
    -webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -o-transition: all 1s ease; /* IE 9 */
    -ms-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
}

.offerBoxImgCont:hover img {
    -webkit-transform:scale(1.25); /* Safari and Chrome */
    -moz-transform:scale(1.25); /* Firefox */
    -ms-transform:scale(1.25); /* IE 9 */
    -o-transform:scale(1.25); /* Opera */
    transform:scale(1.25);
}

.offerBoxImgCont:hover .offerBoxExcerpt{
    display: block;
}

.offerBoxImgCont:hover .offerBoxImgCover{
    background: rgba(192, 36, 95, 0.7);
    height: 100%;
}





footer{

    border-top:1px solid #cccccc;
    font-size: 14px;
    color: #8b909a;
    padding: 50px 0;
    text-align: left;
    font-weight: 400;
    width: 100%;
}



footer a{
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    color:#8b909a;

}


footer a:hover{
    opacity:0.5;

}

footer img{
    vertical-align: middle;
    margin: 0 5px 0 0;
}

footer h3{
    font-size: 20px;
    color:#b70046;
    font-weight: bold;
    margin-top:0;
}

.footerCol1, .footerCol2, .footerCol3{
    float: left;
    width: 33%
}



.subFooter{
    margin-top:30px;

    padding-top: 20px;
}

.subFooterFirst{
    float: left;
}

.subFooterSecond{
    float: right;

}



.newsPostSideColumn{
    width: 300px;
    float: left;

}

.newPostContainer{
    padding-left: 50px;
    width: 820px;
    float:left;
}

.newsPostBottomColumn{
    display: none;
}

.newsPostSocMedia img {
    padding: 0 10px 0 0;
    vertical-align: middle;
}
.newsPostSocMedia a {
    font-size: 16px;
    color: #292e38;
    font-weight: 400;
    display: inline-block;
    margin-right: 20px;
}

.newsPostSocMedia a:last-child {
    margin-right: 0;
}

.sideNewsTitle{
    font-size: 18px;
    font-weight: 400;
    text-transform: none;
    margin-bottom: 0;
    margin-top: 5px;
}

.sideDate{
    font-size: 12px;
    font-weight: 400;
}

.sideColumnTitle{
    font-size: 24px;
    padding-left: 20px;
    border-left: 1px solid #000;
    color:#000;
}

.sideColumnBox{
    padding-bottom: 50px;
}

.postTitle{
    font-size: 28px;
    text-transform: none;
    font-weight: bold;
    color:#000;
    margin-bottom: 5px;
}

.postDate{
    font-size: 14px;
    font-weight: 400;
    color:#666;
    text-align: right;
    padding: 5px 0 5px 10px;
    border-left: 1px solid #ccc;
    display: inline-block;
    float: right;
    margin-left: 20px;
}

.newsPostContent{
    text-align: justify;
}

.searchListBox{
    margin-bottom: 50px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ececec;
}

.searchListBoxTitle{
    font-size: 28px;
    font-weight: bold;
    text-transform: none;
    margin-bottom: 0;
}

.searchBoxMore{
    font-size: 14px;
    color:#000;
    font-weight: 400;
}

.searchBoxMore img{
    vertical-align: middle;
    display: inline-block;
    margin-right: 5px;
}

.searchListBoxDate{
    font-size: 14px;
    color:#666;
    font-weight: 400;
}

.newsNav {
    max-width: 1170px;
    margin: 0 auto 40px auto;
    height: 37px;
}
.newsNav .newsNavNewer {
    float: left;
}
.newsNav .newsNavNewer a {
    font-size: 18px;
    font-weight: 400;
}
.newsNav .newsNavNewer img {
    vertical-align: middle;
    margin-right: 10px;
}

.newsNav .newsNavOlder {
    float: right;
}
.newsNav .newsNavOlder a {
    font-size: 18px;
    font-weight: 400;
}
.newsNav .newsNavOlder img {
    vertical-align: middle;
    margin-left: 10px;
}


.reprBox{
    padding-bottom: 20px;
    display: none;
    padding: 30px;

    border: 1px solid #eee;
    box-sizing: border-box;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
    margin: 30px;
    font-weight: 400;
}

.reprBox:first-child{
    display: block;
}


.ci{
    display: inline-block;
    width: 25px;
}

.pageBar{
    background: #1e233a;
    height: 100px;
}

.localList a{
    font-size: 16px;
    color:#000;
}

.lokalValueName{
    font-weight: 500;
    color:#999999;
}

.lokalField{
    margin: 10px 0;
}

.lokalValue{
    font-weight: bold;
    color:#000;
}

.lokalIcon{
    vertical-align: middle;
    display: inline-block;
    width: 50px;
    text-align: center;
    margin-right: 10px;
}

.sideSocial{
    position: fixed;
    right: 10px;
    top:30%;
    width: 40px;

}

ul.lokalList{
    padding: 0;
    margin: 0;
}

ul.lokalList li{
    width: 50%;
    float: left;
    list-style-type: none;
    box-sizing: border-box;
    margin-bottom: 60px;
    text-align: left;
}

ul.lokalList li:nth-child(1n+1){
    padding-right: 25px;
    padding-left: 0;
}

ul.lokalList li:nth-child(2n+2){
    padding-left: 25px;
    padding-right: 0;
}

.borderBottom{
    height: 35px;
    background: url(images/bottom_line.png) repeat-x;
}

#aboutSection{

}

#aboutSection ul{
    list-style-type: none;
    font-size: 16px;
    text-align: justify;
    padding: 0;
    margin: 0;
}

#aboutSection ul li{
    width: 30%;
    float: left;
    display: block;
    margin-right: 5%;

}

#aboutSection ul li span{
    display: block;
    text-align:center;

}

#aboutSection ul li:nth-child(3n+3){
    margin-right: 0;
}



.popup {
    position:               fixed;
    top:                    0;
    left:                   0;
    width:                  100%;
    height:                 100%;
    z-index:                9999;
    display:                none; /* domyślnie nie pokazujemy popupa */

}

.popup .bg {
    position:               absolute;
    top:                    0;
    left:                   0;
    width:                  100%;
    height:                 100%;
    z-index:                1;
    background:             #000;
    opacity:                0.8;
}

.Chatw {
	position: fixed;
    z-index: 4;
}

.popup .container {
    width:                  100%;

    position:               absolute;
    z-index:                2;
    bottom:                    0%;


    background:             #fff;

    -moz-box-shadow:        0 0 50px #000;
    -webkit-box-shadow:     0 0 50px #000;
    box-shadow:             0 0 50px #000;

}

.popup .close {
    width:                  29px;
    height:                 29px;
    display:                block;
    border:                 0;
    cursor:                 pointer;
    position:               absolute;
    top:                    10px;
    right:                  10px;
    text-indent:            -999em;
    overflow:               hidden;
    background:             url(images/close.png) no-repeat;
}

.popup .content {

    width:                  100%;


    color:                  #444;
    overflow:               auto;
}

.newsPostContent table{
    background-color: #f1f1f1;
}

.newsPostContent td{
    padding: 20px;
    border-bottom: 5px solid rgb(219, 173, 197);
}

.corTop1{
    margin-top: 160px;
}

.corTop2{
    margin-top: 160px;
}


.priceTableCont{

}

.priceTableCont table{


    text-align: center;
    width: 100%;

    font-size: 16px;
    margin-bottom: 60px;
}

.priceTableCont table:last-child{



    margin-bottom: 30px;
}


.priceTableCont tr:nth-child(2n) {

    background-color: #ffffff;
}

.priceTableCont tr:nth-child(2n+1) {
    background-color: #f1f1f1;
}

.priceTableCont th{
    background: #dbadc5;
    padding: 5px 20px;
    color:#fff;
    font-size: 22px;
    font-weight: bold;
}


.priceTableCont td{
    padding: 10px 5px;
    border-bottom:none;
}

.priceTableCont td:first-child{
    text-align: left;
    padding-left: 15px;
    width: 50%;
    vertical-align: top;

}

.priceTableCont td:nth-child(2n), .priceTableCont td:nth-child(3n){
    width: 20%;
}

.priceTableContFirst{
    background: #cef4ff;

}

.priceTableCont td:nth-child(2n+1){

}

.priceTableCont td:nth-child(2n), .priceTableCont td:nth-child(3n){

}

.priceTableCont td:nth-child(2n) span{

}

/*social slider*/
#slideout {
	background:#666;
	position:absolute;
	width:300px;
	height:80px;
	top:45%;
	left:-280px;
}
#clickme {
	float:right;
        height:80px;
        width:40px;
        background:#ff0000;
}
#slidecontent {
        float:left;
}


.slideBox{
    color:#fff;
    box-sizing: border-box;
    z-index: 1000;

}

.slideBox i{
    font-size: 26px;
    display: inline-block;
    padding: 16px 18px;
    cursor: pointer;
    vertical-align: middle;
    box-sizing: border-box;
    background: #3c5b9b;
    height: 55px;

}

.slideBox a{
    color:#fff;
    font-weight: 400;

}

#slideFb{
    position: fixed;
    top:131px;
    right:-289px;

    width: 340px;
    z-index: 100;

}

#slideFb i{
    display: block;
    width: 100%;
    text-align: left;
    color:#fff
}

.fb-page{
    position:relative;
    left:60px;
    top:-1px;
    z-index: 2000;

}

@media screen and (max-width: 1169px) {
    .corTop1{
        margin-top: 60px;
    }

    .corTop2{
        margin-top: 90px;
    }

    .wrapper{
        padding: 1px 20px;
        box-sizing: border-box;
    }

    .homeNewsImgCont{
        height: auto;
    }





    .newsPostSideColumn{
        width: 25%;
        box-sizing: border-box;
    }

    .newPostContainer{
        width: 75%;
        box-sizing: border-box;
        padding-left: 30px;
    }



    .sideSocial{
        display: none;
    }

    ul.lokalList li, ul.lokalList li:nth-child(1n+1), ul.lokalList li:nth-child(2n+2){
        max-width: 585px;
        width: 100%;
        float: none;
        padding: 0;
        display: inline-block;
        vertical-align: top;
    }

    #mega-menu-wrap-menu #mega-menu-menu > li.mega-menu-item > a.mega-menu-link{
        background: white;
    }

    #desktopMenu{
        position: relative;
        top:15px;
    }

    #logoCont{
        -ms-transform: scale(0.53,0.53); /* IE 9 */
        -webkit-transform: scale(0.53,0.53); /* Safari */
        transform: scale(0.53,0.53);
        transform-origin: 0 0;
        top:15px;
        left: 15px;
    }

    .offerBox{
        float: left;
        width: 30%;
        margin-right: 5%;
        position: relative;
        text-align: left;
        background: #fff;

    }


    .offerBoxImgCover{
        font-size: 14px;
    }

    .priceTableCont{
        overflow: scroll;
    }

    .priceTableCont table{
        width: auto;
        font-size: 14px;
    }

}

@media screen and (max-width: 960px) {
    footer{
        text-align: center;
    }

    .footerCol1 {
        float: none;
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }

    .footerCol2, .footerCol3{
        width: auto;
        max-width: 350px;
        float:none;
        display: inline-block;
        vertical-align: top;
        margin:20px;
        text-align: left;
    }



}

 

@media screen and (max-width: 1000px) {
.imgr, .textr {
  width: 100%;
  height: auto;
  padding-top: 30px;
  font-size: 15px;
}
}	


@media screen and (max-width: 860px) {
    .offerBox, .offerBox:nth-child(3n+3){
        float: left;
        width: 49%;
        margin-right: 2%;
        position: relative;
        text-align: left;
        background: #fff;

    }

    .offerBox:nth-child(2n+2) {
        margin-right: 0;
    }

    .offerBoxImgCover{
        font-size: 16px;
    }
}

@media screen and (max-width: 800px) {

    .halfColumn, .halfColumn:nth-child(2n+2){
        float:none;
        width: 100%;
        margin: 0 0 30px 0;
        padding: 0;
    }

    .pageBar{

        height: 40px;
    }


}

@media screen and (max-width: 760px) {
    .homeNews, .homeNews:nth-child(3n+3){
        float: none;
        display: inline-block;
        max-width: 340px;
        width: 100%;
        margin: 20px 10px;
    }


    .newsPostSideColumn{
        display: none;
    }

    .newPostContainer{
        width: 100%;
        float:none;

        padding-left: 0;
    }

    .newsPostBottomColumn{
        display: block;
        text-align: center;
        margin:60px auto 60px auto;
    }

    .sideColumnBox{
        width: 50%;
        float:left;
        padding-right:10px;
        padding-left:0;
        box-sizing: border-box;
    }

    .sideColumnBox:nth-child(2n+2){
        padding-right:0;
        padding-left:10px;
    }

    .sideColumnTitle{
        border:none;
        padding: 0;
    }

    .sideNewsTitle{
        font-size: 14px;
    }
}
@media screen and (max-width: 700px) {


    .thirdColumn, .thirdColumn:nth-child(3n+3){
        float: none;
        margin: 0 0 50px 0;
        width: 100%;
    }

}

@media screen and (max-width: 660px) {

    .technologyFirst{
        float:none;
        width: 100%;
    }

    .technologySecond{
        float:none;
        width: 100%;
        padding: 20px;
    }

    .footerCol2, .footerCol3{
        max-width: 100%;
        width: 100%;
        text-align: center;
        margin: 0 0 30px 0;
    }




    #aboutSection ul li, #aboutSection ul li:nth-child(3n+3) {
        display: block;
        float: none;
        margin: 0;
        width: 100%;
    }

}

@media screen and (max-width: 530px) {
    .subFooterFirst, .subFooterSecond{
        width: 100%;
        float:none;
        text-align: center;
        margin-bottom: 20px;
    }



}

@media screen and (max-width: 450px) {
.offerBox, .offerBox:nth-child(3n+3), .offerBox:nth-child(2n+2){
        float: none;
        width: 100%;
        margin-right: 0;

    }

    .postThumb{
    display: block;
}
}

@media screen and (max-width: 400px) {
    .homeNews, .homeNews:nth-child(3n+3){

        margin: 20px 0px;
    }


    .sideColumnBox, .sideColumnBox:nth-child(2n+2){
        width: 100%;
        float:none;;
        padding-right:0;
        padding-left:0;
        box-sizing: border-box;
    }

    .teamH{
        font-size: 22px;
    }

    .postTitle{
        font-size: 22px;
    }
}



.top10{
    margin-top:10px;
}

.top20{
    margin-top:20px;
}

.top30{
    margin-top:30px;
}

.top40{
    margin-top:40px;
}

.top50{
    margin-top:50px;
}

.top60{
    margin-top:60px;
}

.top70{
    margin-top:70px;
}

.top80{
    margin-top:80px;
}

.top100{
    margin-top:100px;
}

.top120{
    margin-top:120px;
}

.top140{
    margin-top:140px;
}

.top160{
    margin-top:160px;
}


.newsletterSignUp {
    max-width: 1170px;
    margin: 50px auto;
    min-height: 60px;
}

.newsletterForm{
    text-align: center;
    padding: 20px 0 40px 0;
}

.newsletterForm h4{
    font-size: 24px;
}

.newsletterForm input[type=text], .newsletterForm input[type=email]{
    max-width: 200px;
    width: 200px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #b70046;
    margin: 0 5px;
}

.newsletterForm input[type=submit]{
    font-size: 23px;

    border: 2px solid #b70046;
    padding: 5px 10px;
    text-transform: uppercase;
    box-shadow: inset 0 100px 0 0 #b70046;
    color: #fff;

    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    font-weight: 400;
    display: inline-block;
    vertical-align: middle;
    font-family: 'Josefin Sans', sans-serif;
    margin: 0 5px;
}




.newsletterForm input[type=submit]:hover{
    box-shadow: inset 0 0 0 0 #b70046;
    color:#b70046;
}


@media only screen and (max-width: 539px) {
    .newsletterSignUp {
        min-height: 240px;
    }
}
@media only screen and (min-width: 540px) and (max-width: 1169px) {
    .newsletterSignUp {
        min-height: 120px;
    }
}
.newsletterSignUp .newsletterSignUpInvite {
    float: left;
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    color: #333333;
    letter-spacing: 3px;
    text-transform: uppercase;
    height: 46px;
    width: 50%;
    padding-top: 14px;
}
@media only screen and (max-width: 539px) {
    .newsletterSignUp .newsletterSignUpInvite {
        width: 100%;
        font-size: 18px;
    }
}
@media only screen and (min-width: 540px) and (max-width: 1169px) {
    .newsletterSignUp .newsletterSignUpInvite {
        width: 100%;
    }
}
.newsletterSignUp .newsletterSignUpInvite .newsletterSignUpCloud {
    float: left;
    display: none;
}
@media only screen and (min-width: 1170px) {
    .newsletterSignUp .newsletterSignUpInvite .newsletterSignUpCloud {
        display: inline;
    }
}
.newsletterSignUp .newsletterSignUpInvite .newsletterSignUpArrow {
    float: right;
    display: none;
}
@media only screen and (min-width: 1170px) {
    .newsletterSignUp .newsletterSignUpInvite .newsletterSignUpArrow {
        display: inline;
    }
}
.newsletterSignUp .newsletterSignUpForm {
    height: 50px;
    width: 50%;
    float: left;
    padding-top: 10px;
}
@media only screen and (max-width: 539px) {
    .newsletterSignUp .newsletterSignUpForm {
        width: 100%;
        text-align: center;
    }
}
@media only screen and (min-width: 540px) and (max-width: 1169px) {
    .newsletterSignUp .newsletterSignUpForm {
        width: 100%;
        text-align: center;
    }
}
.newsletterSignUp .newsletterSignUpForm input[type=text] {
    padding: 0;
    text-indent: 5px;
    width: 238px;
    height: 38px;
    border: 2px solid #333333;
    margin-right: 10px;
}
@media only screen and (max-width: 539px) {
    .newsletterSignUp .newsletterSignUpForm input[type=text] {
        width: 90%;
        margin-right: 0;
    }
}
@media only screen and (min-width: 540px) and (max-width: 1169px) {
    .newsletterSignUp .newsletterSignUpForm input[type=text] {
        width: 35%;
        float: left;
        margin-left: 5%;
    }
}
.newsletterSignUp .newsletterSignUpForm input[type=image] {
    margin-right: 10px;
}
@media only screen and (max-width: 539px) {
    .newsletterSignUp .newsletterSignUpForm input[type=image] {
        margin-right: 0;
    }
}
@media only screen and (max-width: 539px) {
    .newsletterSignUp .newsletterSignUpForm .newsletterSignUpSubmit {
        width: 95%;
        text-align: right;
    }
}
@media only screen and (min-width: 1170px) {
    .newsletterSignUp .newsletterSignUpForm .newsletterSignUpSubmit {
        float: right;
    }
}

/*Podpowiedzi cennik*/
.qtip-content {
  font-size: 1.5em;
  line-height: 1.7em;
}
.qtip-light .qtip-titlebar {
    background-color: #dbadc5 !important;
    font-size: 1.5em;
    line-height: 1.5em;
}
.cennik_info{
  color: #dbadc5;
  cursor: pointer;
  font-size: 1.2em;
}
@media only screen and (max-width: 539px) {
  .cennik_info .fa::before {
content: '(opis)';
font-size: 0.9em;
  }
}

/*dodatkowe style*/
.wyroznione{
  color: #b70046;
  font-weight: bold;
  font-size: 1.05em;
}
a.btn{
  display: block;
  width: 100%;
  text-align: center;
  line-height: 55px;
  font-size: 1.5em;
  background-color: #B71747;
  color: #ffffff;
  font-weight: bold;
  border-radius: 10px;

}
@media only screen and (max-width: 539px) {
  .postThumb img {
  }
}
.postThumb{
  text-align: center;
}
.postThumb img {
max-height: 700px;
width:auto;
margin:auto;
}

.partner{
	width: 200px;
}

@media screen and (max-width: 450px){
	.partner{
		margin: auto;
	}
}

.botom-bar-mob {
	display: none;	
}
@media screen and (max-width: 450px){
	.botom-bar-mob{
    display: block;
	position: fixed;
	width: 100%;
	Background-color: #b9074a;
	top: 95%;
	z-index: 2;
	height: 5%;
	}
}
