html{color:#050A55;background:#E9F6FF;font-family: Arial;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{font-size:100%;}body{font:13px/1.231 arial,helvetica,clean,sans-serif;font-size:small;font:x-small;}select,input,button,textarea,button{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;font-size:108%;line-height:100%;}

body {
    background: url('../gfx/bg/main.png') top center repeat-x #e8f6ff; 
}
#fake-body { 
    max-width: 1000px; 
    margin: 0 auto; 
    padding-left: 1px;
    padding-right: 1px;
}
#header {
    margin:5px auto;
}
#content {
    width: 100%; 
}
.column-left {
    float:left;
}
.column-right {
    float:left;
}
.cls {
    clear:both;
}
.right {
    float:right;
}
.left{
    float:left;
}
.btn-facility {
    float: right;
    padding-right: 0;
}
.logo-search {
    display: none;
    margin-top: 23px;
}
/* Stopka */
#footer{
    clear: both;
    margin-top: 10px;
}
#city-text-field-wrapper, .section-location {
    padding-left: 0;
    padding-right: 0;
}
#footer div.belka p.white{
    color:#FFF;
}

#footer div.belka p.white a{
    color:#FFF;
    text-decoration:none;
}
#footer div.belka{
    height: 20px;
    background: #76C5FE;
    margin-bottom: 5px;
    overflow: hidden;
    padding:3px;
}
#rodzaj-maska-select {
    border: 1px solid #3AADE5;
    border-radius: 5px !important;
}
#footer div.belka a{
    padding-top:2px;
    padding-right: 10px; 
}

#footer #copyright,#footer #copyright a{
    color:#76C5FE;
    text-align: center;
}
.button-add-facility-wrapper {
    background:#FFF;
    border:1px solid #cad5dc;
    padding:1px;
    border-radius: 5px;
    float:right;
    margin:5px 0px;
}
.button-add-facility {
    text-decoration:none;
    float:left;
    color:#050a55;
    white-space: nowrap;
    vertical-align:middle;
    cursor:pointer;
    overflow:visible;
    border-radius: 5px;
    font-size:20px;
    text-transform: uppercase;
    text-shadow: #fcecae 0.05em 0.05em 0.04em;
    font-weight: bold;
    border-radius: 5px;
    /* box-shadow:0 2px 5px #416f8b; */
    background:#fac500;
    background-image:-moz-linear-gradient(top,#fade00,#fac500);
    background-image:-webkit-gradient(linear,left top,left bottom,from(#fade00),to(#fac500));
    filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr=#fade00,endColorStr=#fac500);	
}
.button-add-facility span {
    background: url('../gfx/bg/bg-button-plus.png') left center no-repeat transparent;
    padding:8px 10px;
    padding-left:50px;
    float:left;
    width:100%;
    border-radius: 5px;
}

.locale-nav {    
    float: right;
    padding:30px 10px 0px;
}

.locale-nav .locale-flag {
    float:right;
    padding:1px;
    background: #FFF;
    border:1px solid #cad5dc;
    margin:0px 0px 0px 5px;
    border-radius: 3px;

}
.locale-nav .locale-flag img {
    float:left;
    border-radius: 3px;
}

/* BREAD CRUMBS*/
#bread-crumbs {
    float:left;
    position:relative;
    color:#050A55;
    font-size:13px;
    padding:32px 5px 0px;
}
#bread-crumbs  a {
    color:#050A55;

}

/*###############################*/
/*######### FEEDBACK ############*/
/*############### FORM ##########*/
/*###############################*/

.feedback-button {
    position: fixed; bottom: 0px; right: 0px; cursor: pointer; 
    padding:5px 10px;
    color:#FFF;
    font-weight: bold;
    color:#050a55;
    background:#fac800;
    background-image:-moz-linear-gradient(top,#fac800,#fab100);
    background-image:-webkit-gradient(linear,left top,left bottom,from(#fac800),to(#fab100));
    filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr=#fac800,endColorStr=#fab100);
    border:1px solid #416f8b;
    border-bottom:1px solid #fab100;
    border-radius: 5px 5px 0px 0px;
    outline:0;
}

.feedback-form input,
.feedback-form textarea {

    border:1px solid #3AADE5;

    background:#EAF6FF;
    background-image:-moz-linear-gradient(top,#FFFFFF,#EAF6FF);
    background-image:-webkit-gradient(linear,left top,left bottom,from(#FFFFFF),to(#EAF6FF));
    filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr=#FFFFFF,endColorStr=#EAF6FF);
    padding:3px;
    border-radius:5px;
}

.feedback-form .form-row { margin-bottom: 15px; }
.feedback-form .email { width: 99%; }
.feedback-form .text { width: 99%; height:220px; }

/* PARTNER */
#partner {
    width: 100%;
    border-radius: 5px;
    float:left;
    -moz-box-shadow: 0 0 5px -3px #2e404c;
    -webkit-box-shadow: 0 0 5px -3px #2e404c;
    box-shadow: 0 0 5px -3px #2e404c;
    border:1px solid #b8d0e0;
    background:#FFFFFF;
    float:left;
    margin-top:15px;
}
#partner img {
    vertical-align: -5px;
}
#partner span {
    display: inline-block;
    padding:15px 5px 5px;
}
#partner .help-links {
    float:right;
    padding:5px;
}
#partner .help-links a {
    color:#050A55;
}

/*###############################*/
/*############## SMS ############*/
/*############### FORM ##########*/
/*###############################*/
.sms-form input {
    border:1px solid #3AADE5;
    width:340px;
    background:#EAF6FF;
    background-image:-moz-linear-gradient(top,#FFFFFF,#EAF6FF);
    background-image:-webkit-gradient(linear,left top,left bottom,from(#FFFFFF),to(#EAF6FF));
    filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr=#FFFFFF,endColorStr=#EAF6FF);
    padding:10px 5px;
    border-radius:5px;
}
.send-sms-button {
    display:block;
    margin:10px 0px 5px;
}

/*###############################*/
/*######### SEARCH ##############*/
/*############### FORM ##########*/
/*###############################*/
.search-form-wrapper {
    border-radius:5px;
    padding:1px;
    background:#FFF;
    border:1px solid #cde0ec;
}
.search-form-wrapper.col-md-12 {
    padding: 1px;
}
.search-form-content {
    width:100%;
    min-height:125px;
    background: url('../gfx/bg/search-form.jpg') right center no-repeat #3aade5;
    border-radius:5px;
}

form.search-form {
    padding:10px;

}
form.search-form #noclegi-logo-search{
    width: 130px;
    margin-top: 14px;
}

form.search-form input[type=text],
form.search-form select
{
    background-image:-moz-linear-gradient(top,#FFFFFF,#EAF6FF);
    background-image:-webkit-gradient(linear,left top,left bottom,from(#FFFFFF),to(#EAF6FF));
    filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr=#FFFFFF,endColorStr=#EAF6FF);
    border:0;
    border-radius:5px;
    color:#050A55;
}
form.search-form select {
    padding:7px;
    width:100%;
}

form.search-form .section-submit {

}
form.search-form .section-submit .search-form-submit-button {
    margin:25px;
    margin-right: 0;
}

form.search-form .section-locations {
    margin-left:50px;
    margin-top:5px;
}
form.search-form .section-locations .ui-autocomplete {
    width: 100% !important;
}
form.search-form .section-city {
}
form.search-form .section-location .lake-text-field {
    width:100%;
    padding:6px;
}
form.search-form .section-city .city-text-field {
    width:100%;
    font-size:20px;
    padding:10px 15px;
}
form.search-form .section-city .near-wrapper{
    width:100%;
    margin:5px 0px;
    float:left;
    color:#FFFFFF;
}
form.search-form .section-city .near-wrapper .checkbox-near{
    float:right;
}
form.search-form .section-city .near-wrapper label{
    float:right;
    margin-right: 5px;
}



/*###############################*/
/*######### BOX #################*/
/*############### BOX ###########*/
/*###############################*/
.box-strong {
    border-radius: 5px;
    float:left;
    -moz-box-shadow: 0 0 5px -3px #2e404c;
    -webkit-box-shadow: 0 0 5px -3px #2e404c;
    box-shadow: 0 0 5px -3px #2e404c;
}

.box-strong .box-header {
    float:left;
    font-size: 18px;
    padding:10px;
    border:1px solid #b8d0e0;
    border-bottom:1px solid #e9f6ff;
    border-radius: 5px 5px 0px 0px;
    color:#050a55;
    background: #F3FAFF;
    background-image:-moz-linear-gradient(top,#FFFFFF,#e9f6ff);
    background-image:-webkit-gradient(linear,left top,left bottom,from(#FFFFFF),to(#e9f6ff));
    filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr=#FFFFFF,endColorStr=#e9f6ff);
}

.box-strong .box-content {
    border:1px solid #b8d0e0;
    background:#FFFFFF;
    border-radius: 0px 0px 5px 5px;
}

.box-soft {
    border-radius: 5px;
    float:left;
    -moz-box-shadow: 0 0 5px -3px #a7b6c1;
    -webkit-box-shadow: 0 0 5px -3px #a7b6c1;
    box-shadow: 0 0 5px -3px #a7b6c1;	
}


.box-soft .box-header {
    float:left;
    font-size: 18px;
    padding:10px;
    border:1px solid #cbdfec;
    border-bottom:1px solid #e9f6ff;
    border-radius: 5px 5px 0px 0px;
    background: #eef8ff;
    background-image:-moz-linear-gradient(top,#FFFFFF,#f2faff);
    background-image:-webkit-gradient(linear,left top,left bottom,from(#FFFFFF),to(#f2faff));
    filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr=#FFFFFF,endColorStr=#f2faff);
}

.box-content {
    border:1px solid #cbdfec;
    background:#FFFFFF;
    float:left;
    padding:10px 0;
    border-radius: 0px 0px 5px 5px;
}
.box-content a {
    color:#050a55;
    text-decoration:none;
}
.box-tabs .box-content a{
    padding:4px;
    float:left;
}

.box-tabs .box-header{
    float:left;
    margin-bottom:-1px;
    position:relative;
    z-index: 2;

}
.box .box-header h1{
    font-size:24px;
    font-weight:bold;
}
.box-tabs .box-header .tab-menu-js {

}
.box-tabs .box-header .tab-menu-js .tab-menu-item{
    float:left;
    cursor: pointer;
    font-size: 17px;
    padding:5px 10px;
    border:1px solid #b8d0e0;
    border-radius: 5px 5px 0px 0px;
    color:#050a55;
    background: #F3FAFF;
    background-image:-moz-linear-gradient(top,#FFFFFF,#e9f6ff);
    background-image:-webkit-gradient(linear,left top,left bottom,from(#FFFFFF),to(#e9f6ff));
    filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr=#FFFFFF,endColorStr=#e9f6ff);
}

.box-tabs .box-header .tab-menu-js .tab-menu-item-active{
    border:1px solid #b8d0e0;
    border-bottom:1px solid #e9f6ff;
    border-radius: 5px 5px 0px 0px;
    color:#050a55;
    background:#FFF;
    cursor:default;
    border-bottom:1px solid #FFF;
}
.box-tabs .box-content{
    border:1px solid #b8d0e0;
    background:#FFFFFF;
    float:left;
    padding:10px;
    border-radius: 0px 0px 5px 5px;
    -moz-box-shadow: 0 0 5px -3px #2e404c;
    -webkit-box-shadow: 0 0 5px -3px #2e404c;
    box-shadow: 0 0 5px -3px #2e404c;
}
.tab-menu-content-item {display:none;}
.tab-menu-content-item-active {display:block;}
/*###############################*/
/*######### MAIN ################*/
/*############### PAGE ##########*/
/*###############################*/

.main-column-left.col-md-6 {
    padding-left:0;
}
.main-column-right.col-md-6 {
    padding-right:0;
}

.main-column-left .box-strong {
    width:100%;
    margin-bottom:15px;
}
.main-column-left .box-strong .box-header,
.main-column-left .box-strong .box-content
{
    width:100%;
}
.main-column-right .box-soft {
    width:100%;
}
.main-column-right .box-soft .box-header,
.main-column-right .box-soft .box-content
{
    width:100%;
}
.main-column-left .top-city-list li {
    margin-bottom:5px;
}

div.premium-facility {
    min-height: 70px;
    margin-bottom:15px;
}
div.premium-facility.col-md-6 {
    padding-right: 0;
}

.premium-facility-list-description.col-md-8 {
    padding-right: 0;
    padding-left: 5px;
    width: 63.1999%;
}
.premium-facility-list-description.col-md-6 {
    padding-left: 5px;
}

.premium-facility-list-description .premium-facility-name {
    font-size:12px;
    font-weight: bold;
}
.premium-facility-list-description .premium-facility-city {
    margin-top:5px;
    font-size:12px;
}

.premium-facility-photo-wrapper.col-md-6 {
    padding: 0;
    max-width: 80px;
}
.premium-facility-photo-wrapper img{
    border:1px solid #cbdfec;
    padding:3px;
}

/*###############################*/
/*######### DODAJ ###############*/
/*############# OBIEKT ##########*/
/*###############################*/

/* LEFT */
.register-facility-column-left {
    display:none;
    padding-left: 0;
}

/* RIGHT */
.register-facility-column-right {
    padding-left: 1px;
    padding-right: 1px;
}
.register-facility-column-right .box-strong {
    width:100%;
}

.register-facility-column-right .box-strong .box-header,
.register-facility-column-right .box-strong .box-content
{
    width:100%;
}

#registerFacilityForm {width:100%;}

#registerFacilityForm .info {
    width:100%;
    text-align:center;
    font-size:15px;
    line-height: 22px;
    margin-bottom:15px;
}
#registerFacilityForm ul {
    width:100%;
    font-size:15px;
}
#registerFacilityForm ul li.form-row{
    width:100%;
    margin-bottom:10px;
}

#registerFacilityForm ul li.form-row input,
#registerFacilityForm ul li.form-row select {
    width: 100%;
    border:1px solid #3AADE5;
    background-image:-moz-linear-gradient(top,#FFFFFF,#EAF6FF);
    background-image:-webkit-gradient(linear,left top,left bottom,from(#FFFFFF),to(#EAF6FF));
    filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr=#FFFFFF,endColorStr=#EAF6FF);
    padding:5px;
    border-radius:5px;
    color:#050A55;
}	
#registerFacilityForm ul li.form-row select {
    width:100%;
}
#registerFacilityForm ul li.form-row input:focus,
#registerFacilityForm ul li.form-row select:focus {
    border:1px solid #FAA800;
}
#registerFacilityForm ul li.form-row label{
    padding:5px 0px;
    text-align: right;
}
#registerFacilityForm ul li .toolbar {
    text-align:right;
}
#registerFacilityForm ul li .toolbar .ui-button {
    font-size:18px;
    padding:5px 15px;
}
/*###############################*/
/*######### KONTAKT##############*/
/*###############################*/
/*###############################*/

/* LEFT */
.contact-column-left {
    display:none;
    padding-left: 0;
}

/* RIGHT */
.contact-column-right {
    padding-left: 1px;
    padding-right: 1px;
}
.contact-column-right .box-strong {
    width:100%;
}

.contact-column-right .box-strong .box-header,
.contact-column-right .box-strong .box-content
{
    width:100%;
}

#contact-form {width:100%;}

#contact-form .info {
    width:100%;
    float:left;
    text-align:center;
    font-size:15px;
    line-height: 22px;
    margin-bottom:15px;
}
#contact-form ul {
    width:100%;
    font-size:15px;
    margin:10px auto;
}
#contact-form ul li.form-row{
    width:100%;
    float:left;
    margin-bottom:10px;
}

#contact-form ul li.form-row input,
#contact-form ul li.form-row select,
#contact-form ul li.form-row textarea {
    width:100%;
    border:1px solid #3AADE5;
    background-image:-moz-linear-gradient(top,#FFFFFF,#EAF6FF);
    background-image:-webkit-gradient(linear,left top,left bottom,from(#FFFFFF),to(#EAF6FF));
    filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr=#FFFFFF,endColorStr=#EAF6FF);
    padding:5px;
    border-radius:5px;
    color:#050A55;
}	

#contact-form ul li.form-row textarea {
    height:110px;
}
#contact-form ul li.form-row select {
    width:100%;
}
#contact-form ul li.form-row input:focus,
#contact-form ul li.form-row select:focus {
    border:1px solid #FAA800;
}
#contact-form ul li.form-row label{
    text-align:right;
    padding:5px 0px;
}
#contact-form ul li .toolbar {
    text-align:right;
}
#contact-form ul li.toolbar .ui-button {
    font-size:18px;
    padding:5px 15px;
}

/*###############################*/
/*######### FACILITY ############*/
/*############### PAGE ##########*/
/*###############################*/

/* LEFT */
.facility-column-left {
    display:none;
    padding-left: 0;
}

/* RIGHT */
.facility-column-right {
    padding-left: 0;
    padding-right: 0;
}
.facility-column-right .box-strong {
    width:100%
}

.facility-column-right .box-strong .box-header,
.facility-column-right .box-strong .box-content
{
    width:100%
}

/* TAB BOX*/

.facility-column-right .box-tabs{
    margin:20px 0px;
}
.facility-column-right .box-tabs .box-content{
    width:100%;
}	

.facility-column-right .box-tabs .box-content a:hover{
    color:#FAB400;
}

.facility-column-right .box-tabs .box-header{
    width:100%;
}

.facility-details-content .photo-wrapper {
    max-width: 300px;
}
.facility-details-content .photo-wrapper img {
    border:1px solid #cbdfec;
    padding:3px;
    cursor:pointer;
}
.facility-details-content .facility-description-wrapper {
    padding-left: 0;
}

.facility-description-wrapper .basic-info-wrapper {

}
.facility-description-wrapper .basic-info-wrapper .photo-wrapper-bis {
    display: none;
}
.facility-description-wrapper .basic-info-wrapper .buttons {
    float:left;
    margin:10px 0px;
}
.facility-description-wrapper .basic-info-wrapper .buttons button{
    font-size:15px;
}
.facility-description-wrapper .basic-info-wrapper .location .label{
    float:left;
    width:100%;
    font-size:15px;
}
.facility-description-wrapper .basic-info-wrapper .location .value {
    float:left;
    width:100%;
    font-size:16px;
    font-weight: bold;
}

.facility-description-wrapper .adv-info-wrapper {
    text-align:center;
    border-left:1px solid #e2eff9;
    min-height:200px;
    padding-right: 0;
}
.facility-description-wrapper .adv-info-wrapper .info-row .label {
    float:left;
    width:100%;
}
.facility-description-wrapper .adv-info-wrapper .info-row .value {
    font-size:27px;
    font-weight: bold;
    float:left;
    width:100%;
}
.facility-description-wrapper .adv-info-wrapper .row-capacity {
    margin-top:25px;
}
.facility-tele-wrapper {
    float:left;
    width:100%;
}

.facility-section {
    width:100%;
    float:left;
    margin:10px 0px;
    border-bottom:1px dotted #a1a1a1;
}
.facility-section .section-header{
    font-size:16px;
    text-transform: capitalize;
}
.facility-section .section-content{
    color: #505050;
    padding:5px 0px 10px;
    overflow: auto;
}
.facility-section p {
    line-height: 22px;
    padding:2px;
}
.facility-info-list {
    margin-top:10px;
    width:100%;
}
.facility-info-list .row.special-info {
    padding: 5px 0;
}
.facility-info-list .row.special-info .bold-h {
    font-weight: bold;
}
.facility-info-list .row {
    float:left;
    width:100%;
    margin-bottom:5px;
    font-size:15px;
    margin-left: 0;
    margin-right: 0;
}
.facility-info-list .row .label {
    width:55px;
    float:left;
    text-align:right;
    margin-right:5px;

}

.p0700 {
    margin-left:20px;
}
/*
POLOZENIE
*/
.facility-section div.section-content a {
    float: inherit;
    width:100%;
    padding:0;
}

/*
GALERIA
*/
.section-gallery {
    width:100%;
}
#galleria {
    position: relative;
    max-width: 800px;
    max-height: 550px;
}
#galleria .gallery-button {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.section-contact-form {
    float:left;
    width:100%;
}
.section-contact-form .contact-form {
    width:100%;
    height:350px;
}
.section-bwm {
    width:950px;
}

.iframeBWM {
    width:950px;
    height:500px;
}

/*
        CENNIK
*/
.facility-section .m-cennik  { color:#050A55; border:1px solid #B8D0E0; border-width:1px 1px 1px 1px; text-align: center;}
.facility-section .m-cennik {
    border:1px solid #B8D0E0;
    border-collapse:collapse;
    margin: 5px 15px 3px 5px;
    width:90%; 
    margin: 15px auto auto;
    min-width: 460px;
}
.facility-section .m-cennik td, .m-cennik th { padding:6px; vertical-align:middle;text-align:center;border:1px solid #c5c5c5; border-width:0px 1px 1px 0;}
.facility-section .m-cennik thead th  { font-weight: bold;  text-align: center;  border:1px solid #B8D0E0; border-width:1px 1px 1px 1px; }
.facility-section .m-cennik .m-cennik-hc-facilitytype { width: 150px; }
.facility-section .m-cennik .m-cennik-hc-facilitysize{ width: 120px; }
.facility-section .m-cennik .m-cennik-hc-prices { width: 150px; }
.facility-section .m-cennik .m-cennik-hc-numberof { width: 45px; }
.facility-section .m-cennik .m-cennik-span-pr-ts { margin: 0 3px;}
.facility-section .m-cennik .m-cennik-s-as-value { display: block; }
.facility-section .m-cennik .m-cennik-s-as { display: none; }	

#MeteorAddOpinieKontener  .opinia {border:1px solid #ECF2F2;padding:5px;}
#MeteorAddOpinieKontener  .opinia .komentarz {background:#ECF2F2;font-weight: bold;border:1px solid #cfdde1;padding:5px;}
#MeteorAddOpinieKontener  .opiniaPages {border:0;}

/*LOGO*/
.facility-logo {
    float:right;
    padding:0px 10px 10px 0px;
}

/*
        VIDEO
*/

.video-container-list li {
    text-align:center;
    padding:5px 0px;
}
.tab-menu-content-item-ID-video a.show-more-videos-button {
    width:100%;
    font-size: 17px;
    text-align:center;
}

/*###############################*/
/*######### SEARCH ##############*/
/*############### PAGE ##########*/
/*###############################*/


/* LEFT */
.search-column-left {
    width: 33.3333%;
    display:block;
    padding-left: 0;
}
.search-column-left .box-soft {
    width:100%;
    margin-bottom:15px;
}
.search-column-left .box-strong {
    width:100%;
    margin-bottom:15px;
}

.search-column-left .box-soft .box-header,
.search-column-left .box-soft .box-content
{
    width:100%;
}

.search-column-left .box-strong .box-header,
.search-column-left .box-strong .box-content
{
    width:100%;
}

.search-column-left .top-city-list li {
    width:139px;
}

.search-column-left .tab-menu-content-item a {
    width:130px;
}

/* RIGHT */
.search-column-right {
    width:66.6667%;
    padding-left: 0;
}
.search-column-right .box-strong {
    width:100%;
}
.search-column-right .box-strong .box-header,
.search-column-right .box-strong .box-content
{
    width:100%;
}

.search-column-right .results-info {
    border-bottom:1px solid #e2eff9;
    padding-bottom: 10px;
}

.search-column-right .results-info strong{
    font-weight:bold;
}

.search-column-right .results-info-bottom {
    padding: 10px; 
}

.box-duplicated-city {
    margin-bottom:15px;
}
.box-duplicated-city .box-content {
    border-radius:5px;
}
div.facility-info {
    width:100%;
    float:left;
    border-bottom:1px solid #e2eff9;
    padding:10px 0px;
}
div.facility-info:hover {
    background: #F0F9FF;
    cursor:pointer;
}
div.facility-info .photo-wrapper {
    width:135px;
    float:left;
}
div.facility-info .photo-wrapper img {
    max-width:116px;
    border:1px solid #cbdfec;
    padding:3px;
}

div.facility-info .description-wrapper {
    padding-left: 5px;
    width: 78.059%;
}

div.facility-info .description-wrapper .location-info-wrapper{

}
div.facility-info .description-wrapper .name-wrapper {
    font-size:20px;
    font-weight: bold;
}
div.facility-info .description-wrapper .city-wrapper {
    margin:5px 0px;
}
div.facility-info .description-wrapper .city-wrapper a {
    color:#50aae6;
}

div.facility-info .description-wrapper .city-wrapper .land {
    font-size:11px;
    color: #050A55;
    margin-right:10px;

}
div.facility-info .description-wrapper .city-wrapper .land a{
    color: #050A55;
}																 

div.facility-info .description-wrapper .info-wrapper {
    padding:5px 0px 5px 5px;
    border-left:1px dotted #c8d9e3;
    min-height: 75px;
    color:#050A55;
}

div.facility-info .description-wrapper .price-wrapper {
    margin-bottom:10px;
}
div.facility-info .description-wrapper .price-wrapper span {
    width:100%;
    float:left;
    text-align:right;
}

div.facility-info .description-wrapper .price-wrapper b {
    width:100%;
    float:left;
    text-align:right;
    font-size:20px;
}

.extra-links {
    margin:5px auto;
}
.extra-links p {
    text-align:center;
    padding:5px;
    text-transform: uppercase;
}
.extra-links p a {
    color:#1daec0;
    text-decoration:none;
}

/* ## PAGINATION ##*/
.paging {
    text-align: center;
    margin: 10px auto;
}
.paging .page {

}
a.page-number {

}
.page-number-current {

}

/* TAB BOX*/

.search-column-right .box-tabs{
    margin:20px 0px;
    padding-left: 0;
    padding-right: 0;
}
.search-column-right .box-tabs .box-content{
    width:100%;
}	
.search-column-right .box-tabs .box-content a{

}
.search-column-right .box-tabs .box-content a:hover{
    color:#FAB400;
}

.search-column-right .box-tabs .box-header{
    width:100%;
}

/* FILTR */
form.search-form-filtr {
    float:left;
    width:100%;
    padding:0px;
}
.search-form-filtr .filtr-header {
    width:100%;
    float:left;
    margin:0px 0px 8px;
    border-bottom:1px solid #E2EFF9;
    font-size:17px;
    padding:2px;
}
.search-form-filtr .search-filtr-slider {
}
.search-form-filtr .search-filtr-slider label{
    margin-right:10px;
    float:left;
}
.search-form-filtr .search-filtr-slider .price-info{
}

#filtr-price-slider {
    width:100%;
    margin:10px auto;
}
#filtr-capacity-slider {
    width:100%;
    margin:10px auto;
}
.search-form-filtr .search-filtr-type-wrapper {
    float:left;
    margin:5px 0px;
}
.search-form-filtr .search-filtr-type-wrapper span{
    margin-bottom:7px;
    padding: 0;

}
.search-form-filtr .search-filtr-type-wrapper .type-checkbox{
    float:left;
}
.search-form-filtr .search-filtr-type-wrapper label{
    float:left;
    width:120px;
    margin-left: 4px;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.box-near-city-list li {
    width:137px;
    margin-bottom:5px;
    float:left;
}

/*SEARCH PREMIUM FACILITY"*/
.search-column-left .premium-facility {
    width:270px;
    min-height: 0;
}
.search-column-left .premium-facility .premium-facility-photo-wrapper img {
    width:60px;
}
.search-column-left .premium-facility .premium-facility-photo-wrapper {
    width:65px;
}
.search-column-left .premium-facility .premium-facility-list-description {
    width:190px;
}

.box-search-polecane {
    margin-bottom:15px;
}
.search-column-right .premium-facility {
    min-height: 125px;
}

.search-column-right .premium-facility .premium-facility-list-description { 

}

.premium-facility:hover {
    background:	#EEF8FF;
    cursor:pointer;
}

.interia-header {
	max-width: 1000px; 
	background: none repeat scroll 0 0 transparent;
	margin: 0px auto;
	text-align: center;
	
}
.header-logo-box {
	padding-bottom:15px;
}
.header-logo {
	padding-left:0px;
	width: 100%;
}

/* REGULAMIN */

#regulamin-content { line-height: 20px; }
#regulamin-content p { margin: 5px; }
#regulamin-content ol { padding-left: 25px; margin-left:15px; margin: 5px; list-style-position:inside; }
#regulamin-content ol li {list-style-type: lower-alpha;   }

#onet-atrapa {background:url('../gfx/other/onet-atrapa.jpg') top center no-repeat;height:375px;width:100%;}
.search-filtr-type-select-wrapper {
    display: none;
}
.search-filtr-type-select-wrapper select {
    border-radius: 0 !important;
}
@media all and (max-width: 1199px) {
    .premium-facility-list-description.col-md-8 {
        width: 95%;
    }
    div.premium-facility {
        min-height: 107px;
    }
    .search-form-filtr .search-filtr-type-wrapper span {
        width: 100%;
    }
}
@media all and (max-width: 991px) {
    .search-form-content {
        background: #3aade5;
    }
    form.search-form select, form.search-form .section-location .lake-text-field {
        margin-top: 10px;
    }
    form.search-form .section-submit .search-form-submit-button {
        margin-bottom: 5px;
    }
    form.search-form .section-locations {
        margin-left: 0;
    }
    .main-column-left.col-md-6 {
        padding-right: 1px;
    }
    .main-column-right.col-md-6 {
        padding-left: 0;
        margin-top: 15px;
    }
    .search-column-right, .search-column-left {
        width: 100%;
    }
    .search-column-left {
        padding-left: 1px;
        padding-right: 1px;
    }
    .main-column-right.col-md-6.search-column-right {
        margin-top: 0;
    }
    .search-filtr-detail-wrapper, .search-filtr-hobby-wrapper, .search-filtr-capacity-wrapper, .search-column-left .box.box-strong, .search-column-left .box.box-tabs,
    .search-filtr-type-wrapper, .meteor-partner-wrapper, .search-form-filtr .filtr-header,
    .search-filtr-cover-box .box.box-soft .box-header, .search-column-left .box.box-soft .box-header, .near-city-box, #interiaHeader, .header-logo, .btn-facility, .locale-nav {
        display: none;
    }
    .search-filtr-type-select-wrapper {
        display: block;
    }
    #registerFacilityForm .form-row .col-md-7 {
        padding-left: 0;
    }
    .contact-column-left, register-facility-column-left, facility-column-left {
        padding-right: 0;
    }
    .search-form-filtr .search-filtr-type-wrapper span {
        width: 50%;
    }
    form.search-form .section-locations, form.search-form .section-city, form.search-form .section-city span,
    form.search-form .section-location, form.search-form .section-location span, form.search-form .section-submit {
        padding: 0;
    }
    #rodzaj-maska-select {
        margin-bottom: 15px;
    }
    #header {
        margin-top: 0;
    }
    .logo-search {
        display: block;
    }
    #bread-crumbs {
        padding-top: 5px;
        margin-bottom: 5px;
    }
}
@media all and (max-width: 665px) {
    div.facility-info .description-wrapper {
        width: 78%;
    }      
}
@media all and (max-width: 638px) {    
    .facility-details-content .photo-wrapper {
        width: 100%;
    }
    .facility-description-wrapper .basic-info-wrapper {
        padding-left: 0;
    }
    .facility-description-wrapper .adv-info-wrapper {
        min-height: 0;
        width: 100%;
        border-top: 1px solid #e2eff9;
        border-left: none;
        padding-top: 5px;
    }
    .facility-description-wrapper .adv-info-wrapper .info-row .label {
        width: auto;
        padding-top: 12px;
    }
    .facility-description-wrapper .adv-info-wrapper .info-row .value {
        width: auto;
        padding-left: 10px;
    }
    .facility-description-wrapper .info-row.row-price, .facility-description-wrapper .info-row.row-capacity {
        float: left;
        width: 50%;
        margin-top: 0;
    }
    .facility-details-content .facility-description-wrapper, .facility-description-wrapper .basic-info-wrapper {
        padding-right: 0;
        width: 100%;
    }
}
@media all and (max-width: 634px) {
    div.facility-info .description-wrapper {
        width: 77%;
    } 
}
@media all and (max-width: 607px) {
    div.facility-info .description-wrapper {
        width: 76%;
    }  
}
@media all and (max-width: 583px) {
    div.facility-info .description-wrapper {
        width: 75%;
    }  
    #partner {
        text-align: center;
    }
    #partner .help-links {
        float: none;
    }
}
@media all and (max-width: 560px) {
    div.facility-info .description-wrapper {
        width: 74%;
    }  
}
@media all and (max-width: 560px) {
    div.facility-info .description-wrapper {
        width: 73%;
    }  
}
@media all and (max-width: 542px) {
    #bread-crumbs {
        width: 100%;
    }
}
@media all and (max-width: 520px) {
    div.facility-info .description-wrapper, div.facility-info .description-wrapper .location-info-wrapper,
    div.facility-info .description-wrapper .info-wrapper {
        width: 100%;
    }  
    div.facility-info .description-wrapper, div.facility-info .description-wrapper .location-info-wrapper, div.facility-info .description-wrapper .info-wrapper {
        float: none;
    }
    div.facility-info .description-wrapper .price-wrapper span, div.facility-info .description-wrapper .price-wrapper b {
        width: auto;
    }
    div.facility-info .description-wrapper .price-wrapper b {
        padding-left: 10px;
    }
    div.facility-info .description-wrapper .price-wrapper {
        float: right;
    }
    div.facility-info .description-wrapper .info-wrapper {
        min-height: 0;
    }    
}
@media all and (max-width: 480px) {
    div.facility-info .description-wrapper .name-wrapper {
        font-size: 15px;
    }
    #ad_gora_srodek, .tab-menu-content-item.tab-menu-content-item-ID-bwm, .box-tabs .box-header 
    .tab-menu-js .tab-menu-item[data-target-item="bwm"], .obr {
        display: none;
    }    
}
@media all and (max-width: 384px) {
    div.premium-facility {
        min-height: 130px;
    }
}