.flex-centered {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
}
.h95 {
	height: 95px;
}
.p0 {
	padding: 0 !important;
}
.flex-centered {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
}
.bg-grey {
    background: #efefef;
}
.p300 {
    padding: 30px 0;
}
.krok {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    padding-bottom: 15px;
    border-bottom: 1px solid #B3B3B3;
}
.o-title {
    font-size: 28px;
    font-weight: bold;
    padding: 0;
	color: #8c1c00;
}
.o-term {
    color: #000;
    font-weight: 400;
}
body {
	font-size: 16px;
    color: #4c4c4c;
}
hr {
    border-color: #8c1c00;
    margin-top: 50px;
}
.contact_form .form-control:not(#agent) {
    border-radius: 4px;
    border: none !important;
    background: #efefef !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
	color: #000;
}
#agent {
    border-radius: 4px;
    border: 1px solid #dcdcdc !important;
    background: none !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
.contact_form textarea#comments.form-control:not(#agent) {
    background: #fff !important;
    border: 1px solid #dcdcdc !important;
}
.ms1000 {
	margin: 0 auto 0 auto !important;
    max-width: 1000px;
}
.form-control:not(#agent) {
	font-size: 16px;
}
input::-webkit-input-placeholder {
    color: #000 !important;
}
input::-moz-placeholder {
    color: #000 !important;
}
input:-ms-input-placeholder {
    color: #000 !important;
}
input::-ms-input-placeholder {
    color: #000 !important;
}
input::placeholder, textarea::placeholder, select {
    color: #000 !important;
}
input[disabled]::-webkit-input-placeholder {
    color: #999 !important;
}
input[disabled]::-moz-placeholder {
    color: #999 !important;
}
input[disabled]:-ms-input-placeholder {
    color: #999 !important;
}
input[disabled]::-ms-input-placeholder {
    color: #999 !important;
}
input[disabled]::placeholder {
    color: #999 !important;
}
select {
	cursor: pointer;
}
input:focus::placeholder,
textarea:focus::placeholder {
    color: transparent !important;
}
h3 {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 400;
    margin-top: 50px;
}
.m0 {
    margin: 0;
}
.bordered-data {
    margin: 0;
    padding: 25px 0 15px 0;
    border: 1px solid #dcdcdc !important;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
.bordered-data2 {
	margin: 5px 0 0 0;
    padding: 25px 15px 15px 15px;
    border: 1px solid #dcdcdc !important;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
.flex-span {
	float: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
}
small, .small {
    font-size: 70%;
}
.light-label {
	font-weight: 400;
}
.mt15 {
	margin-top: 15px !important;
}
.m015 {
    margin: 0 15px;
}
.pt15 {
    padding-top: 15px;
}
label, input {
	cursor: pointer;
}
.flex-n {
	margin: 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.flex-n input {
	margin-right: 15px !important;
}
.pi-container {
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.1;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1em 0.5em auto;
	grid-template-columns: 1em auto;
	gap: 0.5em;
	margin-right: 15px;
	margin-top: 4px
  }
  
  .pi-container + .pi-container {
	margin-top: 1em;
  }
  
  .pi-container--disabled {
	color: var(--form-control-disabled);
	cursor: not-allowed;
  }
  
  input[type=checkbox] {
	/* Add if not using autoprefixer */
	-webkit-appearance: none;
	/* Remove most all native input styles */
	-moz-appearance: none;
	appearance: none;
	/* For iOS < 15 */
	background-color: var(--form-background);
	/* Not removed via appearance */
	margin: 0;
	font: inherit;
	color: #E6E6E6;
	width: 1.15em;
	height: 1.15em;
	border: 0.15em solid #8c1c00;
	border-radius: 0.15em;
	-webkit-transform: translateY(-0.075em);
	-ms-transform: translateY(-0.075em);
	transform: translateY(-0.075em);
	display: -ms-grid;
	display: grid;
	place-content: center;
	}
  
  input[type=radio] {
	/*Addifnotusingautoprefixer*/-webkit-appearance: none;
	/*Removemostallnativeinputstyles*/-moz-appearance: none;
	appearance: none;
	/*ForiOS<15*/background-color: var(--form-background);
	/*Notremovedviaappearance*/margin: 0;
	font: inherit;
	color: #E6E6E6;
	width: 1.15em;
	height: 1.15em;
	border: 0.15em solid #E6E6E6;
	border-radius: 50%;
	-webkit-transform: translateY(-0.075em);
	-ms-transform: translateY(-0.075em);
	transform: translateY(-0.075em);
	display: -ms-grid;
	display: grid;
	place-content: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}
  
  input[type=checkbox]::before{
	content: "";
	width: 0.65em;
	height: 0.65em;
	-webkit-clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
	clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: bottom left;
	-ms-transform-origin: bottom left;
	transform-origin: bottom left;
	-webkit-transition: 120ms transform ease-in-out;
	transition: 120ms -webkit-transform ease-in-out;
	-o-transition: 120ms transform ease-in-out;
	transition: 120ms transform ease-in-out;
	transition: 120ms transform ease-in-out, 120ms -webkit-transform ease-in-out;
	-webkit-box-shadow: inset 1em 1em var(--form-control-color);
	box-shadow: inset 1em 1em var(--form-control-color);
	/*WindowsHighContrastMode*/background-color: #8c1c00;
	-moz-transition: 120ms transform ease-in-out;
	-ms-transition: 120ms transform ease-in-out;
}
  
input[type=radio]::before {
	content: "";
	width: 0.65em;
	height: 0.65em;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: bottom left;
	-ms-transform-origin: bottom left;
	transform-origin: bottom left;
	-webkit-transition: 120ms -webkit-transform ease-in-out;
	transition: 120ms -webkit-transform ease-in-out;
	-o-transition: 120ms transform ease-in-out;
	transition: 120ms transform ease-in-out;
	transition: 120ms transform ease-in-out, 120ms -webkit-transform ease-in-out;
	-webkit-box-shadow: inset 1em 1em var(--form-control-color);
	box-shadow: inset 1em 1em var(--form-control-color);
	/*WindowsHighContrastMode*/background-color: #8c1c00;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}
  
  input[type=checkbox]:checked::before, input[type=radio]:checked::before {
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
  }
  
  input[type=checkbox]:focus {
	outline: max(2px, 0.15em) solid #E6E6E6;
	outline-offset: max(2px, 0.15em);
  }

  input[type=radio]:focus {
	outline: none;
  }
  
  input[type=checkbox]:disabled {
	--form-control-color: var(--form-control-disabled);
	color: var(--form-control-disabled);
	cursor: not-allowed;
  }
  .flex-d2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 5px 0;
    position: relative;
}
.flex-d2 label {
	margin-bottom: 0;
    font-weight: bold;
}
.flex-d2 label i, .flex-d2 label[for=accept], .flex-d2 label[for=zgoda_wizerunek] {
    font-weight: 400;
}
.price-s {
    font-size: 24px;
    font-weight: bold;
}
.price-centered {
    white-space: nowrap;
    margin-left: 30px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    color: #fff;
    background: #8c1c00;
    padding: 5px 15px;
    line-height: 1;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
.flex-d {
	border-top: 1px solid #E6E6E6;
    /* padding-top: 20px;
	margin-top: 20px; */
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
.nobrd .flex-d {
	border-top: none;
}
span.fakultet-desc {
    font-weight: 400;
}
.pb30 {
	padding-bottom: 30px;
}
.nobreakable {
    white-space: nowrap;
}
#message {
	margin: 0;
}
.mb0 {
	margin-bottom: 0;
}
.pt20 {
	padding-top: 20px;
}
.mt20 {
	margin-top: 20px !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mt30 {
    margin-top: 30px;
}
.nobrd .pt20 {
	padding-top: 0;
}
.nobrd .mt20 {
	margin-top: 0;
}
.lh1 {
	line-height: 1;
}
#submit {
	text-transform: uppercase;
	padding: 0 20px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    height: 44px;
    border: none;
    color: #fff;
    background: #B71731;
    font-size: 19px !important;
    font-weight: 400;
    line-height: 44px;
    letter-spacing: 0;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
}
#submit:hover {
    background: #EE7E06;
    color: #fff;
}
@media screen and (max-width: 1000px) {
    .mblock {
        display: block !important;
        width: 33%;
        float: left;
        margin: 0 !important;
    }
}
@media screen and (max-width: 767px) {
    .mblock {
        width: 50%;
    }
}
#bio_ep_bg {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.3;
    z-index: 10001;
}
#bio_ep {
	display: none;
	-webkit-box-shadow: 0 20px 30px 0 rgba(0,0,0,.2) !important;
	box-shadow: 0 20px 30px 0 rgba(0,0,0,.2) !important;
	padding: 20px !important;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
}

#bio_ep .pop-up-submit {
	width: 100%;
	background: #B71731;
	color: #fff;
	font-size: 22px;
	border: 0;
	border-radius: 4px;
	padding: 5px 0;
	margin-bottom: 30px;
	-webkit-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
}

#bio_ep .pop-up-submit:hover {
    background: #EE7E06;
}

#bio_ep .about-spam {
    font-size:  15px;
    text-align:  center;
    margin-top:  10px;
}

#bio_ep .title {
    font-size: 30px;
	font-weight:  400;
	margin-bottom: 15px;
}

#bio_ep .first-line {
    font-size: 22px;
    margin-bottom:  15px;
}

#bio_ep .contact-text {
    margin-bottom: 10px;
    font-size: 18px;
}

#bio_ep .pop-up-msg {
    text-align: center;
    color: #fff;

}

#bio_ep .pop-up-msg.success {
    background-color: #7ab82a;
}

#bio_ep .pop-up-msg.error {
    background-color: #b8092e;
}

#bio_ep_close {
    margin: -15px 0 0 -35px !important;
    width: 25px !important;
    height: 25px !important;
    font-size: 14px !important;
	line-height: 25px;
}
#pop-up-form input {
    box-shadow: none;
    border-color: #dcdcdc;
}









.g-recaptcha > div {
	margin: 20px auto 0 auto;
}
.w100 {
	width: 100%;
	height: auto;
	min-height: 60px;
}
.payment-label {
	position: relative;
}
.payment-label:hover > img {
	outline: 2px solid #ff8500;
}
[name=paymenttype] {
	cursor: pointer;
}
[name=paymenttype]:checked ~ img {
    outline: 2px solid #8c1c00 !important;
}
.payment-flex {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
	justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.mb15 {
	margin-bottom: 15px;
}
input.itemp-payment {
    opacity: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
	width: 100%;
	height: 100%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.info-message {
    border: 1px dashed #a3a3a3;
    background: #e1fffd;
    margin: 20px auto 0 auto !important;
    max-width: 1000px;
    padding: 10px;
}
.copylink {
    color: white;
    font-weight: bold;
    margin-left: 15px;
    cursor: pointer;
    border-radius: 5px;
    background: green;
    text-shadow: none;
    padding: 3px 5px;
    opacity: 1;
    -webkit-transition: opacity 0.25s ease-in-out;
    -moz-transition: opacity 0.25s ease-in-out;
    -ms-transition: opacity 0.25s ease-in-out;
    -o-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out;
}
.copylink:hover {
    opacity: 0.8;
}
td, th { padding: 5px; }
#payu-payment-form button[type=submit] {border: 0px; height: 50px;
    width: 290px;
    max-width: 100%; background: url('https://static.payu.com/pl/standard/partners/buttons/payu_account_button_long_03.png'); background-repeat: no-repeat; cursor: pointer; }
.padding-bottom { padding: 10px 0 30px 0; }

.nopad { padding: 0; }

#header-style-1 { padding: 10px 0; }
#header-style-1 .yamm img { margin-bottom: 0; }

.social-bar i {height: 42px;width: 42px;text-align: center;}
.social-bar {border-bottom: 20px;}

/* .cookiepolicy .button {background: #ff8500; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; color: #fff; cursor: pointer; margin-left: 5px; padding: 5px 10px; }
.cookiepolicy {background: #000000; bottom: 0; font: 14px Arial, Helvetica, sans-serif; left: 0; padding: 10px; position: fixed; right: 0; text-align: center; color: #fff; } */

.download {border-top: 1px solid #E3E3E3; margin-top: 20px;}
.download li:first-child {margin-top: 20px;}

#header-style-1 .navbar-nav > li > a { padding: 14px 14px; }

div[id^='dgmap'] img  { max-width:none; } 
div[id^='dgmap'] > div { max-width:100%; width: 100% !important; } 

.mini_title { font-size: 20px; }

.breadcrumb { padding: 20px 0 0 0; margin-bottom: 0px;position: inherit;font-size: 13px; }
.breadcrumb > li + li:before {content: "/"; background: none; margin: 0; }

.post-wrapper-top h2 { padding: 0 0 5px 0; }

/***************************************************** Form contact ***************************************************/
.contact_form textarea {height: 170px !important; }
#contactform label.error, #reservationform label.error, #reservationcampform label.error {width: auto !important;font-size: 11px;color: #F00;font-weight: normal;position: absolute;margin-top: -12px; margin-left: 3px; line-height: 1; cursor:default;}
.backtor {display: none;}
#reservationform label.error, #reservationcampform label.error {left: 15px;}
#reservationform label[for='accept'].error, #reservationcampform label[for='accept'].error {left: 0; top: 0; text-align: center;}
#contactform input.error, #contactform textarea.error, #reservationform input.error, #reservationform textarea.error, #reservationcampform input.error, #reservationcampform textarea.error {border: 1px solid #F00;}

.contact_form { margin: 10px 0 25px; }

.magnifier h3 { font-size: 14px; }

ul.recent_posts_widget {padding-left: 0; }

.blog-carousel-header2, .blog-carousel-header2 h3 {margin-top: 0;}

.general-title2 h2 {font-size: 24px;}

.rodd { background-color: #fff; }
.reven { background-color: #F9F9F9; }


.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: 'PT Sans',sans-serif; }
.align-left { text-align: left; }
#showdifaddress, #showinvoice, #doinvoice, #showdiscount, #showdiscountback, #showdiscount2person, #showdiscountallperson, #shownopesel, #show_bon_turystyczny {display: none;}
.permission-right {text-align: right;}
.permission-left {text-align: left;}


/* --------------------------- */
/*       	TABLE:not(.calendar-table)S      
/* --------------------------- */

table:not(.calendar-table):not(.fc-list-table):not(.ui-datepicker-calendar) {background-color: transparent;margin: 0 auto;text-rendering: optimizeLegibility; }
table:not(.calendar-table):not(.fc-list-table) th:not(.ui-datepicker-calendar th) {text-align: left }
table:not(.calendar-table):not(.fc-list-table):not(.ui-datepicker-calendar) {width: 100% !important; max-width: 100%; margin-bottom: 20px }
table:not(.calendar-table):not(.fc-list-table):not(.ui-datepicker-calendar) {border-collapse: collapse; border-top: 1px solid #ccc; border-right: 1px solid #ccc; }
table:not(.calendar-table):not(.fc-list-table) td:not([class^=fc-header]):not(.ui-datepicker-calendar td), table:not(.calendar-table):not(.fc-list-table) th {border-bottom: 1px solid #ccc; text-align: center; }
table:not(.calendar-table):not(.fc-list-table) th:first-child:not(.ui-datepicker-calendar th) {border-left: 1px solid #ccc;}
table:not(.calendar-table):not(.fc-list-table) td:not([class^=fc-header]):not(.ui-datepicker-calendar td):not(.fc-widget-content):not(.fc-event-container) {border-left: 1px solid #ccc; padding: 0.3em 0.5em; }
table:not(.calendar-table):not(.fc-list-table) tr:not(.ui-datepicker-calendar tr):not(.calendar-table tr) {background: #fafafa; color: #777;border-bottom: 1px solid #777; }
table:not(.calendar-table):not(.fc-list-table) tr.even:not(.ui-datepicker-calendar tr) {background: #f6f6f6; }
table:not(.calendar-table):not(.fc-list-table) th:not(.ui-datepicker-calendar th) {background: #ebebed; color: #666; padding: 0.3em 0.5em; text-shadow: 0 1px 1px rgba(255,255,255,0.8); }
table:not(.calendar-table):not(.fc-list-table) th.first-th:not(.ui-datepicker-calendar th) {border-left: 1px solid #ccc; }
table:not(.calendar-table):not(.fc-list-table) tr:hover:not(.ui-datepicker-calendar tr), table:not(.calendar-table):not(.fc-list-table) tr.even:hover, table:not(.calendar-table):not(.fc-list-table) tr.odd:hover {background: -moz-linear-gradient(top,  rgba(255,197,120,0.5) 0%, rgba(251,157,35,0.5) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,197,120,0.5)), color-stop(100%,rgba(251,157,35,0.5))); background: -webkit-linear-gradient(top,  rgba(255,197,120,0.5) 0%,rgba(251,157,35,0.5) 100%); background: -o-linear-gradient(top,  rgba(255,197,120,0.5) 0%,rgba(251,157,35,0.5) 100%); background: -ms-linear-gradient(top,  rgba(255,197,120,0.5) 0%,rgba(251,157,35,0.5) 100%); background: linear-gradient(to bottom,  rgba(255,197,120,0.5) 0%,rgba(251,157,35,0.5) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80ffc578', endColorstr='#80fb9d23',GradientType=0 ); }

.fc-list-table td {
    padding: 5px 10px !important;
}
.fc-list-table .fc-list-item-title a {
    width: 100%;
    position: absolute;
    left: 0;
    text-indent: 80px;
}



.tl { text-align: left; }
.tj { text-align:justify; }
.tc { text-align: center; }
.fs11 { font-size: 11px; }
.fs12 { font-size: 12px; }
.fs13 { font-size: 13px; }
.fs14 { font-size: 14px; }

.fdiscount { margin-left: 0; height:auto !important; }
.fdiscountamount { line-height: 18px; font-weight:normal; }
.faccept { height:20px; }
.finvoice { line-height: 1; font-weight:normal; }
.fcontrol { margin-left: 0; }

.general-title2 h2 {
	background: #019be1;
    color: #fff;
    padding: 15px 10px;
    text-align: left;
    font-size: 22px;
    border-bottom: 7px solid #f07c00;
	margin-bottom: 0;
	font-weight: 400;
}
/* 
#reservationwrapper tr {
	background: #fff;
} */

#reservationwrapper.sidebar table tbody tr td:nth-child(1) {
	display: inline-block;
    line-height: 11px;
    width: 50% !important;
}

#reservationwrapper.sidebar table tbody tr td:nth-child(2) {
	display: inline-block;
    width: 50% !important;
    line-height: 11px;
}

#reservationwrapper.sidebar table tbody tr td:nth-child(3) {
    width: 50% !important;
    min-height: 21px;
    vertical-align: middle;
    align-items: center;
    display: inline-flex;
}

#reservationwrapper.sidebar table tbody tr td:nth-child(4) {
	display: inline-block;
	width: 50% !important;
	border: none;
	text-align: center;
	display: none;
}

#reservationwrapper.sidebar table tbody tr td:nth-child(5) {
	display: inline-block;
	width: 50% !important;
	text-align: right;
	line-height: 12px;
}

@media (max-width: 200px) {
	#reservationwrapper.sidebar table tbody tr td:nth-child(1) {
		line-height: 21px;
	}
	
	#reservationwrapper.sidebar table tbody tr td:nth-child(2) {
		line-height: 11px;
	}
	
	#reservationwrapper.sidebar table tbody tr td:nth-child(3) {
		font-size: 9px;
	}
}

/* @media (max-width: 500px) {
	#reservationwrapper table tbody tr td:nth-child(1) {
		width: 100% !important;
	}
	
	#reservationwrapper table tbody tr td:nth-child(2) {

		width: 100% !important;
	}
	
	#reservationwrapper table tbody tr td:nth-child(3) {
		width: 100% !important;
	}
	
	#reservationwrapper table tbody tr td:nth-child(4) {
		width: 100% !important;
	}
	
	#reservationwrapper table tbody tr td:nth-child(5) {
		width: 100% !important;
	}
} */

@media (max-width: 1220px) {
	.widget h3 {font-size: 18px; }
}
@media (max-width: 1199px) and (min-width: 1024px) {
	#header-style-1 .navbar-nav > li > a { padding: 14px 7px;  font-size: 13px;letter-spacing: -0.05em; }
}
@media (max-width: 1023px) and (min-width: 768px) {
	#header-style-1 .navbar-nav > li > a { padding: 8px 5px; font-size: 13px;letter-spacing: -0.1em; }
	.navbar-header, .navbar-header a img { width: 150px; }
	.navbar-collapse { padding-left: 0; }
}
@media (min-width: 992px) {
	.mt-lg-34 {
	margin-top: 34px;
}

}
@media (max-width: 991px) {
	.social-icons { display: none; }

}
@media (min-width: 769px) and (max-width: 991px) {

	.mt-md-34 {
		margin-top: 34px;
	}

}
@media (max-width: 768px) {
	#topbar .topbar-www { display: none; }
	.permission-right {text-align: left;}
}
@media (min-width: 501px) { 
	span.availability { width: 100%; float: left; }
}
/* @media (max-width: 500px) {
	.mini_title { display: none; }
	.btn-primary { margin-bottom: 3px; }

	table:not(.calendar-table):not(.fc-list-table) {border: 1px solid #A6A6A6; }
	table:not(.calendar-table):not(.fc-list-table) thead { display: none; }
	table:not(.calendar-table):not(.fc-list-table) tbody td:not([class^=fc-header]) { line-height: 11px; font-size: 11px;display: block; padding: 4px; text-align: left; border: 1px dashed #A6A6A6; border-left: 0; border-right: 0; border-top: 0; 
	-ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
       -moz-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
			width: 100%;
	 }
	span.availability {
    color: #ff8500;
    float: right;
    font-size: 12px;
    font-weight: bold;
    line-height: 13px;
}
	br.availability-br { display: none; }

	 table:not(.calendar-table):not(.fc-list-table) tbody td:not([class^=fc-header]) a { font-size: 15px; }
	table:not(.calendar-table):not(.fc-list-table) tbody td:not([class^=fc-header]):last-child { border-bottom: 0; width: 100%; }
	table:not(.calendar-table):not(.fc-list-table) tbody td:not([class^=fc-header]):before { content: attr(data-th);display: inline-block; }
	.padding-top { padding: 0; }
} */


@media (max-width: 480px) {
    .flex-d {
        display: block;
    }
    .price-centered {
        display: inline-block;
        margin-top: 5px;
        margin-left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
    }
}

@media (max-width: 400px) {
	.navbar-header a img { width: 150px; }
	.big_title { display: none; }
}
@media (max-width: 380px) {
	#topbar .topbar-www { display: none; }
}
/* @media (max-width: 300px) {
	#reservationwrapper:not(.sidebar) td {
		display: table-cell !important;
	}
} */