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

/* ------------------------------------------------------------------
General Styles
------------------------------------------------------------------- */

#ContentContainer > p:first-of-type {
	padding-top: 50px;
}

#subpageContent > p:first-of-type {
	padding-top: 50px;
}

@media print
{    
    .no-print, .no-print * {
        display: none !important;
    }
	
	a[href]:after { 
		content: none !important;
	}
	
	#tawkchat-iframe-container {
		display: none !important;
	}
}
:focus {
    outline: none;
}
html {
	overflow-y: scroll;
	overflow-x: hidden;
	-ms-overflow-style: scrollbar;
}

img {
	max-width: 100%;
	height: auto;
}
img.lazy {
    
	background: #c3c3c3;
}
iframe {
	border: 0;
}



.form-control {
	border-radius: 0;
}

.btn {
	border-radius: 0;
}

.align-center {
	text-align: center;
}

.align-left {
	text-align: left !important;
}

.align-right {
	text-align: right !important;
}

.position-relative {
	position: relative;
}

.modal-backdrop {
	z-index: 1000!important;
}

th {
	font-weight: normal;
}

@media (min-width: 1430px) {
  .container {
    width: 1400px;
  }
}

.modal { display: block; }
.modal-header { background-color:#681c0f; }
.modal-footer .col-md-4 { padding-right: 0; }
.modal-footer button { background-color: #6e2873; border: none; padding: 8px 12px; margin-top: 0; margin-left: 0; height: 39.5px; width: 106px; font-size: 16px; }

::-webkit-input-placeholder { font-size: 16px; }
::-moz-placeholder { font-size: 16px; }
:-ms-input-placeholder { font-size: 16px; }
input:-moz-placeholder { font-size: 16px; }

img {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

/* ------------------------------------------------------------------
Transition elsements
------------------------------------------------------------------- */

.form-control {
	transition: all 0.4s ease-in-out 0s;
}

a,
.btn {
	transition: all 0.125s ease-in-out 0s;
}

/* ------------------------------------------------------------------
Navbar
------------------------------------------------------------------- */

ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: none;    
}

ul.nav li.dropdown.open > ul.dropdown-menu {
	display: block;
}

@media (min-width: 1023px) {
  ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
	
  }
	
}
@media only screen and (max-width:1024px){
#navovermenu	{
		overflow-y: scroll;
		overflow: overlay;
		max-height: 410px;
		max-height: 82vh;
	}
}

.navbar-custom {
	background-color: rgba(0, 0, 0, 0.6);
	height: 72px;
	border: 0;
	border-radius: 0;
	z-index: 1000;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 16px;

			transition: background, padding 0.4s ease-in-out 0s;
}

.navbar-custom .container {
	width: 100%;
	padding: 0;
}

.navbar a {

			transition: color 0.125s ease-in-out 0s;
}

.navbar-custom .dropdown-menu {
	width: 100%;
	height: 48px;
	background: rgba(58, 34, 111, .8);
	font-size: 14px;
	text-transform: uppercase;
	border-radius: 0;
	border: 0;
	padding: 0;
	padding-left: 211px;
	-webkit-box-shadow: none;
	        box-shadow: none;
}

.navbar-custom .dropdown-menu li {
	height: 100%;
}

.navbar-transparent .navbar-brand {
	background-color: #fff;
	width: 216px;
	height: 72px;
	margin: 0!important;
	padding: 0;
}

.navbar-transparent .navbar-brand img {
	width: 142px;
	margin: 0 auto;
    padding-top: 15px;
}

.navbar-custom .nav li > a, .navbar-custom .nav li.text {
	text-decoration: none;
	position: relative;
	color: #fff;
	padding: 26px 15px;
}

.navbar .divider-vertical {
	height: 17px;
	margin: 27px 0px;
	border-left: 1px solid rgba(255, 255, 255, 0.22);
}

@media (max-width: 480px) {
	.navbar-transparent .navbar-brand {
		width: 190px;
	}
}

@media (max-width: 450px) {
	.navbar-custom {
		height: 55px;
	}
	
	.navbar-transparent .navbar-brand img {
		width: 100px;
	}
	
	.navbar-transparent .navbar-brand {
		height: 55px;
		width: 135px;
	}
	
	.navbar-custom .nav li > a, .navbar-custom .nav li.text {
		padding: 18px 10px;
	}
}

@media (min-width: 1024px) {
	.navbar-left .menu-icon {
		display: none;
	}
}

@media (max-width: 1024px) {
	#PhoneNumberDropdown {
		display: none;
	}
	
	.list-inline > li {
		padding: 0;
	}
	
	.navbar-collapse .nav li a, .navbar-collapse .nav li.text {
		padding: 26px 30px 21px 36px;
	}
	
	.navbar-collapse .dropdown-menu li a, .navbar-collapse .dropdown-menu li.text {
		padding: 26px 30px 21px 36px;
	}
	
	.navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
		text-transform: none;
		padding: 26px 30px 21px 36px;
	}
	
	.navbar-left .divider-vertical {
		display: none;
	}
}

@media (max-width: 767px) {
	.navbar .divider-vertical {
		height: 72px;
		margin: 0;
	}
}

@media (max-width: 450px) {
	.navbar .divider-vertical {
		height: 55px;
	}
}

.navbar-custom .nav li > a.link-circle {
	background-color: #fff;
	color: #251d5d;
    border-radius: 20px;
    display: inline-block!important;
    height: 17px;
    line-height: 17px;
    width: 17px;
    font-size: 11px;
    text-align: center;
	padding: 0;
	font-weight: 800;
	letter-spacing: 0px;
	
}

@media only screen and (max-width:767px) {
	.navbar-custom .nav li > a.link-circle:first-child {
		margin-left: 15px;
		margin-bottom: 15px;
	}
}

.navbar-custom .nav li > a.link-circle:hover, .navbar-custom .nav li > a.link-circle:focus, .navbar-custom .nav li > a.selected {
	background-color: #681c0f!important;
	color: #251d5d;
}

.navbar-custom .dropdown-menu > li > a {
	border-bottom: 1px solid #8171a3 !important;
	padding: 7.5px 15px;
	color: #ffffff;
	font-weight: 400;
}

@media (min-width: 768px) {
	.navbar-nav > li > a {
		padding-top: 26px;
		padding-bottom: 26px;
	}
}

.navbar-custom .dropdown-menu > li:last-child > a {
	border-bottom: none!important;
}

.navbar-custom .dropdown-menu .dropdown-menu {
	border-left: 1px solid rgba(73, 71, 71, 0.15);
	left: 100%;
	right: auto;
	top: 0;
	margin-top: 0;
}

.navbar-custom .dropdown-menu.left-side .dropdown-menu {
	border: 0;
	border-right: 1px solid rgba(73, 71, 71, 0.15);
	right: 100%;
	left: auto;
}


.navbar-collapse {
	border-top: none!important;
}

.navbar-nav {
	background: rgba(58, 34, 111, 1);
	margin: 0;
	
}

@media (min-width: 1024px) {
	.navbar-nav {
		background: none;
	}
}


@media (min-width: 0px) and (max-width: 1024px) {
	
	.navbar-nav .menu-link {
		display: inline-block;
	}
	
	.navbar-nav .menu-icon {
		display:inline-block;
		float: right;
	}
}

.navbar-header {
	margin-right: 0!important;
	margin-left: 0!important;
	height: 72px;
}
.navbar-custom .nav > li:focus,
.navbar-custom .nav > li:hover,
.navbar-custom .nav .open,
.navbar-custom .nav .open:focus,
.navbar-custom .nav .open:hover {
	background-color: #681c0f;
	position: static;
}

.navbar-custom .nav > li.text:focus,
.navbar-custom .nav > li.text:hover {
	background: none;
}


.navbar-custom .dropdown-menu > li:focus,
.navbar-custom .dropdown-menu > li:hover {
	background: none;
}

.navbar-custom .nav > li > a:focus,
.navbar-custom .nav > li > a:hover,
.navbar-custom .nav .open > a,
.navbar-custom .nav .open > a:focus,
.navbar-custom .nav .open > a:hover,
.navbar-custom .dropdown-menu > li > a:focus,
.navbar-custom .dropdown-menu > li > a:hover {
	text-decoration: none;
	background: none;
}

.navbar-custom .dropdown-menu > li > a {
	height: 100%;
	    padding: 15px 10px;
}

.navbar-custom .dropdown-menu > li > a:hover {
	text-decoration: none;
	background: rgba(255, 255, 255, .1) !important;
}

.navbar-custom .navbar-toggle .icon-bar {
	background: #fff;
}

.navbar-transparent .dropdown-menu {
	background: rgba(154, 77, 159, 0.8);
}

.navbar-transparent .dropdown-menu > li > a {
	border-bottom: none!important;
}

.dropdown-menu {
	min-width: 240px;
	font-size: 12px;
	text-transform: none;
}

.navbar-toggle {
    position: relative;
    float: right;
	width: 78px;
	height: 72px;
    padding: 0;
    margin: 0 auto;
    background-color: #fff;
    border: none;
    border-radius: 0px;
}

.navbar-custom .navbar-toggle .icon-bar {
    background: #681c0f;
}

.navbar-toggle .icon-bar {
	margin: 0 auto;
    width: 26px;
    height: 4px;
    border-radius: 0px;
}

.navbar-middle {
	display: none;
}

.navbar-left .fa {
		display: none;
	}

@media (max-width: 1024px) {
	
	.navbar-left .fa {
		display: block;
	}
.navbar-nav .open .dropdown-menu {
	height: 100%;
	padding-left: 0;
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
	
	.navbar-left > li {
		border-bottom: 1px solid #a866ad;
	}
	
	.navbar-custom .nav > li:focus,
.navbar-custom .nav > li:hover,
.navbar-custom .nav .open,
.navbar-custom .nav .open:focus,
.navbar-custom .nav .open:hover {
	background-color: #8d3c92;
}
	
	.navbar-nav .open .dropdown-menu li {
		display: list-item;
		    border-top: 1px solid #9d58a1;
	}
	
	.navbar-right {
		display: none !important;
	}
	
  	.navbar-right {
		float: none !important;
  	}
	
  	.navbar-header {
		float: none;
  	}
	
  	.navbar-toggle {
		display: block;
  	}
	
  	.navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  	}
	
	.navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
	
	.navbar-collapse.collapse {
		display: none !important;
	}
	
	.navbar-nav {
		float: none !important;
	}
	
	.navbar-nav > li {
		float: none;
	}
	
	.navbar-middle > li {
		height: 72px;
	}
	
	.navbar-nav > li > a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	.collapse.collapsing {
		width: 100%;
		max-height: 100%;
		padding-right: 0;
		padding-left: 0;
		margin-right: 0;
		margin-left: 0;
		display: block !important;
	}
	
	.collapse.in {
		width: 100%;
		max-height: 100%;
		padding-right: 0;
		padding-left: 0;
		margin-right: 0;
		margin-left: 0;
		display: block !important;
	}
	
	.navbar-middle {
		display: block !important;
		float: right !important;
		background: none;
	}
	
	.navbar-middle li {
		float: right !important;
	}
}

.navbar-toggle .icon-bar {
	transition: all 0.2s;
}

.navbar-toggle.collapsed .top-bar {
	transform: rotate(0);
}

.navbar-toggle.collapsed .middle-bar {
	opacity: 1;
}

.navbar-toggle.collapsed .bottom-bar {
	transform: rotate(0);
}

.navbar-toggle .top-bar {
	transform: rotate(45deg);
	transform-origin: 10% 90%;
}

.navbar-toggle .middle-bar {
	opacity: 0;
}

.navbar-toggle .bottom-bar {
	transform: rotate(-45deg);
	transform-origin: 10% 10%;
}


@media (max-width: 450px) {
	.navbar-header {
		height: 55px;
	}
	
	.navbar-toggle {
		height: 55px;
		width: 58px;
	}
	
	.navbar-middle > li {
		height: 55px;
	}
}


/* ------------------------------------------------------------------
Modal
------------------------------------------------------------------- */

.modal-content {
	border-radius: 0;
	text-align: center;
}

.modal-content img:first-child {
	padding-bottom: 40px;
}

.modal-content .col-md-6:first-child {
	padding-left: 0;
	padding-right: 10px;
}

.modal-content .col-md-6:last-child {
	padding-left: 10px;
	padding-right: 0;
}

.modal-content .form-group {
	margin-top: 20px;
}

.modal-header {
	background-color: #681c0f;
	border-bottom: none;
	margin-bottom: 20px;
}

.modal-header button {
	opacity: 1;
	color: #fff;
}

.modal-footer {
	border-top: none;
	margin-top: 30px;
}

@media (max-width: 992px) {
	.modal-content .col-md-6:first-child {
		padding-left: 0;
		padding-right: 0;
	}

	.modal-content .col-md-6:last-child {
		padding-left: 0;
		padding-right: 0;
		margin-top: 10px;
	}
}

/* ------------------------------------------------------------------
Footer
------------------------------------------------------------------- */

.module-footer {
	background-color: #681c0f;
	padding: 60px 0 27px 0;
	color: #fff;
}

.module-footer-content {
}

.module-footer-content h4 {
	margin-top: 52px;
	margin-bottom: 21px;
}

.module-footer-content .module-footer-partners {
	text-align: center;
}
.module-footer-content .module-footer-partners .flex-box-logos-md{
	display: flex;
	overflow:hidden;
}
.module-footer-content .module-footer-partners a {
	/*margin-right: 32px;*/
	background: rgba(0,0,0,0.5);
    padding: 5px;
    margin: 0px 5px;
	width:40px;
}
@media(max-width:1200px){
	.module-footer-content .module-footer-partners a {
		width:100px;
	}
}
@media(max-width:768px){
	.module-footer-content .module-footer-partners .flex-box-logos-md{
		display:block;
	}
	.module-footer-content .module-footer-partners a{
		width: calc(33.3% - 40px);
		margin:0 20px;
    	margin-bottom: 20px;
    	float: left;
	}
}
.module-footer-content .module-footer-partners a:hover::after { 
 content: attr(data-title);
	position: absolute;  
    z-index: 1; 
    background: rgba(255, 255, 255, 0.8);
    font-family: Arial, sans-serif; 
    font-size: 11px; 
    padding: 5px 10px; 
    border: 1px solid #333; 
}
.module-footer-content .module-footer-partners a:last-child {
	margin-right: 0;
}

.module-footer-content .module-footer-newsletter, .module-footer-content .module-footer-socialmedia {
	text-align: center;
	border-top: 1px solid #ad79b0;
	margin-top: 59px;
}

.module-footer-content .module-footer-newsletter .form-control {
	border: none;
}

.module-footer-content .module-footer-newsletter .input-group {
	display: block;
}

.module-footer-content .module-footer-newsletter .input-group-btn {
		width: auto;
		display: inline-block;
		float: none;
	}

.module-footer-content .module-footer-newsletter #newsletter-email {
	float: none;
	height: 39px;
	width: 202px;
}

.module-footer-content .module-footer-newsletter .btn {
	border: none;
	margin-left: 0;
	background-color: #6e2873;
	color: #fff !important;
	padding: 8px 12px;
	margin-top: -2px;
    margin-left: -3px;
	height: 39.5px;
	width: 106px;
	font-size: 16px;
}

.module-footer-content .module-footer-socialmedia a:hover {
	text-decoration: none;
}

.module-footer-copyright {
	margin-top: 58px;
	padding-top: 38px;
	border-top: 2px solid #a465a8;
	font-size: 12px;
}

.module-footer-copyright .col-sm-6 {
	padding-left: 0;
	padding-right: 0;
}

@media (min-width: 992px) {
	.module-footer-content .module-footer-partners {
		text-align: left;
	}
	
	.module-footer-content .module-footer-newsletter, .module-footer-content .module-footer-socialmedia {
		text-align: left;
	}
	
	.module-footer-content .module-footer-newsletter #newsletter-email {
		float: left;
		width: 237px;
	}
	
	.module-footer-content .module-footer-newsletter .input-group-btn {
		float: left;
	}
	
	.module-footer-content .module-footer-newsletter .btn {
		margin-top: 0;
		margin-left: 0;
	}
}

@media (min-width: 1200px) {
	.module-footer {
		padding: 40px 0 27px 0;
	}
	
	.module-footer-content h4 {
		margin-top: 0;
	}
	
	.module-footer-content .module-footer-partners {
		width: 45%;
	}
	
	.module-footer-content .module-footer-newsletter, .module-footer-content .module-footer-socialmedia {
		padding-left: 33px;
		margin-top: 0;
		border-top: none;
		border-left: 1px solid #ad79b0;
	}
	
	.module-footer-content .module-footer-newsletter {
		width: 34.333333%;
	}
	
	.module-footer-content .module-footer-socialmedia {
		padding-left: 30px;
		width: 20.66666667%;
	}
}

@media (min-width: 1430px) {
	.module-footer-content .module-footer-partners {
		width: 48%;
	}
	
	.module-footer-content .module-footer-newsletter {
		width: 33.333333%;
	}
	
	.module-footer-content .module-footer-socialmedia {
		width: 18.66666667%;
	}
}

/* ------------------------------------------------------------------
Preloader
------------------------------------------------------------------- */

/*.page-loader {
	position: fixed;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
	z-index: 9998;
}

.cssload-loader {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 47.284271247462px;
	height: 47.284271247462px;
	margin-left: -23.142135623731px;
	margin-top: -23.142135623731px;
	border-radius: 100%;
	animation-name: cssload-loader;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	animation-duration: 4.6s;
}
.cssload-loader .cssload-side {
	display: block;
	width: 6px;
	height: 19px;
	background-color: #fff;
	margin: 2px;
	position: absolute;
	border-radius: 50%;
	animation-duration: 1.73s;
	animation-iteration-count: infinite;
	animation-timing-function: ease;
}
.cssload-loader .cssload-side:nth-child(1),
.cssload-loader .cssload-side:nth-child(5) {
	transform: rotate(0deg);
	animation-name: cssload-rotate0;
}
.cssload-loader .cssload-side:nth-child(3),
.cssload-loader .cssload-side:nth-child(7) {
	transform: rotate(90deg);
	animation-name: cssload-rotate90;
}
.cssload-loader .cssload-side:nth-child(2),
.cssload-loader .cssload-side:nth-child(6) {
	transform: rotate(45deg);
	animation-name: cssload-rotate45;
}
.cssload-loader .cssload-side:nth-child(4),
.cssload-loader .cssload-side:nth-child(8) {
	transform: rotate(135deg);
	animation-name: cssload-rotate135;
}
.cssload-loader .cssload-side:nth-child(1) {
	top: 23.142135623731px;
	left: 47.284271247462px;
	margin-left: -3px;
	margin-top: -10px;
	animation-delay: 0s;
}
.cssload-loader .cssload-side:nth-child(2) {
	top: 40.213203431093px;
	left: 40.213203431093px;
	margin-left: -3px;
	margin-top: -10px;
	animation-delay: 0s;
}
.cssload-loader .cssload-side:nth-child(3) {
	top: 47.284271247462px;
	left: 23.142135623731px;
	margin-left: -3px;
	margin-top: -10px;
	animation-delay: 0s;
}
.cssload-loader .cssload-side:nth-child(4) {
	top: 40.213203431093px;
	left: 7.0710678163691px;
	margin-left: -3px;
	margin-top: -10px;
	animation-delay: 0s;
}
.cssload-loader .cssload-side:nth-child(5) {
	top: 23.142135623731px;
	left: 0px;
	margin-left: -3px;
	margin-top: -10px;
	animation-delay: 0s;
}
.cssload-loader .cssload-side:nth-child(6) {
	top: 7.0710678163691px;
	left: 7.0710678163691px;
	margin-left: -3px;
	margin-top: -10px;
	animation-delay: 0s;
}
.cssload-loader .cssload-side:nth-child(7) {
	top: 0px;
	left: 23.142135623731px;
	margin-left: -3px;
	margin-top: -10px;
	animation-delay: 0s;
}
.cssload-loader .cssload-side:nth-child(8) {
	top: 7.0710678163691px;
	left: 40.213203431093px;
	margin-left: -3px;
	margin-top: -10px;
	animation-delay: 0s;
}

@keyframes cssload-rotate0 {
	0% {
		transform: rotate(0deg);
	}
	60% {
		transform: rotate(180deg);
	}
	100% {
		transform: rotate(180deg);
	}
}

@keyframes cssload-rotate90 {
	0% {
		transform: rotate(90deg);
						transform: rotate(90deg);
	}
	60% {
		transform: rotate(270deg);
						transform: rotate(270deg);
	}
	100% {
		transform: rotate(270deg);
						transform: rotate(270deg);
	}
}

@keyframes cssload-rotate45 {
	0% {
		transform: rotate(45deg);
						transform: rotate(45deg);
	}
	60% {
		transform: rotate(225deg);
						transform: rotate(225deg);
	}
	100% {
		transform: rotate(225deg);
						transform: rotate(225deg);
	}
}

@keyframes cssload-rotate135 {
	0% {
		transform: rotate(135deg);
						transform: rotate(135deg);
	}
	60% {
		transform: rotate(315deg);
						transform: rotate(315deg);
	}
	100% {
		transform: rotate(315deg);
						transform: rotate(315deg);
	}
}

@keyframes cssload-loader {
	0% {
		transform: rotate(0deg);
						transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
						transform: rotate(360deg);
	}
}*/

/* ------------------------------------------------------------------
Social Media Icons
------------------------------------------------------------------- */

.social [class*="fa fa-"] {
    background-color: #6e2873;
	color: #fff;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    width: 40px;
    font-size: 18px;
    text-align: center;
	margin-left: 5px;
}
/* ------------------------------------------------------------------
custom-container for richtextbox
------------------------------------------------------------------- */
.custom-container{
	padding: 0;
	overflow: hidden;
}
.custom-container>p{
padding:0 30px;
}

@media (min-width: 768px){
.custom-container p,.custom-container ul,.custom-container h1,.custom-container h2,.custom-container h3,.custom-container h4,.custom-container h5,.custom-container table:not(#priceTable) {
    width: 750px;
	    
}
	.custom-container>.col-sm-12{
	 max-width: 750px;
	margin: 0 auto;
    float: none;
    overflow: hidden;
	}
	
}
@media (min-width: 992px){
.custom-container p,.custom-container ul,.custom-container h1,.custom-container h2,.custom-container h3,.custom-container h4,.custom-container h5,.custom-container table:not(#priceTable) {
    width: 970px;
}
.custom-container>.col-md-12{
	 max-width: 970px;
	    margin: 0 auto;
    float: none;
    overflow: hidden;
	}
}
@media (min-width: 1200px){
.custom-container p,.custom-container ul,.custom-container h1,.custom-container h2,.custom-container h3,.custom-container h4,.custom-container h5,.custom-container table:not(#priceTable) {
    width: 1170px;
}
.custom-container>.col-lg-12{
	 max-width: 1170px;
	    margin: 0 auto;
    float: none;
    overflow: hidden;
	}
}
@media (min-width: 1430px){
.custom-container p,.custom-container ul,.custom-container h1,.custom-container h2,.custom-container h3,.custom-container h4,.custom-container h5,.custom-container table:not(#priceTable) {
    width: 1400px;
}
.custom-container>.col-lg-12{
	 max-width: 1400px;
	    margin: 0 auto;
    float: none;
    overflow: hidden;
	}
}

.custom-container p,.custom-container ul,.custom-container h1,.custom-container h2,.custom-container h3,.custom-container h4,.custom-container h5,.custom-container table:not(#priceTable) {
    
    margin-right: auto;
    margin-left: auto;
	padding: 0 10px;
}

.custom-container #SpecialOffersContainer h3{
	text-align: center;
	margin-bottom:30px;
	
}

.custom-container table{
    border:1px solid white;
	border-collapse: separate;
	overflow-wrap: break-word;
	border-spacing: 2px;
	margin-top: 20px;
}
.custom-container tbody{
	text-align:left;
}
.custom-container tr{
	background:#f1f1f1;
}
.custom-container td{
	padding:2%;
	padding-left:40px;
	padding-right:40px;
}
.custom-container th{
    padding:2%;
	padding-left:40px;
	padding-right:40px;
	color:white;
	background:#681c0f;
	text-transform:uppercase;
	font-weight:600;
}
/* ------------------------------------------------------------------
Special offers
------------------------------------------------------------------- */

.module-special-offers {
	position: relative;
	margin: 10% auto;
}

.custom-navigation-prev {
	float: left;
	display: block;
	position: relative;
	cursor: pointer;
	z-index: 1;
	margin-top: 148px;
	margin-right: 40px;
	width: 110px;
}
		
.custom-navigation-next {
	float: right;
	display: block;
	position: relative;
	cursor: pointer;
	z-index: 1;
	margin-top: 148px;
	margin-left: 40px;
	width: 110px;
}

.custom-navigation-prev .flex-prev, .custom-navigation-next .flex-next {
	display: none;
}

.custom-navigation-prev img, .custom-navigation-next img {
	height: 125px;
	width: 110px;
}

.slick-slide {
	width: 322px;
}

.module-special-offers .special-offer-element {
	margin-left: 18px;
	margin-right: 18px;
}

.module-special-offers .special-offer-container {
	position: relative;
    min-height: 445px;
	border-bottom: 8px solid #681c0f;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.module-special-offers-no-slider .row {
	text-align: center;
}

.module-special-offers-no-slider .no-slider {
	float: none;
	margin: 0 auto;
	display: inline-block;
	margin-top: 18px;
}

.module-special-offers-no-slider .no-slider .special-offer-container {
	width: 322px;
}

@media (min-width: 1696px) {
	.module-special-offers .container {
		width: 1696px;
	}
}

@media (min-width: 1525px) and (max-width: 1695px) {
	.module-special-offers .container {
		width: 1516px;
	}
	
	.module-special-offers .special-offer-element {
		margin-left: 16px;
		margin-right: 16px;
	}
	
	.module-special-offers .special-offer-container {
		min-height: 395px;
	}
	
	.custom-navigation-prev {
		margin-top: 127px;
		margin-right: 35px;   
		width: 105px;
	}
	
	.custom-navigation-next {
		margin-top: 127px;
		margin-left: 35px;    
		width: 105px;
	}
	
	.custom-navigation-prev img, .custom-navigation-next img {
		height: 115px;
		width: 105px;
	}
	
	.slick-slide {
		width: 285px;
	}
	
	.module-special-offers-no-slider .no-slider .special-offer-container {
		width: 285px;
	}
}

@media (min-width: 1410px) and (max-width: 1525px) {
	.module-special-offers .container {
		width: 1360px;
	}
	
	.module-special-offers .special-offer-element {
		margin-left: 14px;
		margin-right: 14px;
	}
	
	.module-special-offers .special-offer-container {
		min-height: 356px;
	}
	
	.custom-navigation-prev {
		margin-top: 111px;
		margin-right: 28px;   
		width: 99px;
	}
	
	.custom-navigation-next {
		margin-top: 111px;
		margin-left: 28px;    
		width: 99px;
	}
	
	.custom-navigation-prev img, .custom-navigation-next img {
		height: 110px;
		width: 99px;
	}
	
	.slick-slide {
		width: 257px;
	}
	
	.module-special-offers-no-slider .no-slider .special-offer-container {
		width: 257px;
	}
}

@media (min-width: 1338px) and (max-width: 1410px) {
	.module-special-offers .container {
		width: 1300px;
	}
	
	.module-special-offers .special-offer-element {
		margin-left: 14px;
		margin-right: 14px;
	}
	
	.module-special-offers .special-offer-container {
		min-height: 347px;
	}
	
	.custom-navigation-prev {
		margin-top: 108px;
		margin-right: 28px;   
		width: 94px;
	}
	
	.custom-navigation-next {
		margin-top: 108px;
		margin-left: 28px;    
		width: 94px;
	}
	
	.custom-navigation-prev img, .custom-navigation-next img {
		height: 106px;
		width: 94px;
	}
	
	.slick-slide {
		width: 243px;
	}
	
	.module-special-offers-no-slider .no-slider .special-offer-container {
		width: 243px;
	}
}

@media (min-width: 1250px) and (max-width: 1338px) {
	.module-special-offers .container {
		width: 1156px;
	}
	
	.module-special-offers .special-offer-element {
		margin-left: 13px;
		margin-right: 13px;
	}
	
	.module-special-offers .special-offer-container {
		min-height: 311px;
	}
	
	.custom-navigation-prev {
		margin-top: 102px;
		margin-left: -20px;
		margin-right: 31px;
		width: 70px;
	}
	
	.custom-navigation-next {
		margin-top: 102px;
		margin-left: 31px;
		margin-right: -20px;
		width: 70px;
	}
	
	.custom-navigation-prev img, .custom-navigation-next img {
		height: 90px;
		width: 70px;
	}
	
	.slick-slide {
		width: 229px;
	}
	
	.module-special-offers-no-slider .no-slider .special-offer-container {
		width: 229px;
	}
}

@media (min-width: 994px) and (max-width: 1250px) {
	.module-special-offers .container {
		width: 994px;
	}
	
	.custom-navigation-prev {
		margin-right: 53px;
	}
	
	.custom-navigation-next {
		margin-left: 53px;
	}
	
	.slick-slide {
		width: 316px;
	}
	
	.module-special-offers-no-slider .no-slider .special-offer-container {
		width: 316px;
	}
}

@media (min-width: 479px) and (max-width: 994px) {
	.module-special-offers .container {
		width: 480px;
	}
	
	.custom-navigation-prev {
		margin-top: 170px;
		margin-left: -20px;
		margin-right: 10px;
		width: 70px;
	}
	
	.custom-navigation-next {
		margin-top: 170px;
		margin-left: 10px;
		margin-right: -20px;
		width: 70px;
	}
	
	.custom-navigation-prev img, .custom-navigation-next img {
		height: 76px;
		width: 70px;
	}
	
	.slick-slide {
		width: 360px;
	}
	
	.module-special-offers .special-offer-container {
		min-height: 462px;
	}
	
	.module-special-offers-no-slider .no-slider .special-offer-container {
		width: 360px;
	}
}

@media (min-width: 0px) and (max-width: 479px) {
	.module-special-offers .container {
		max-width: 320px;
	}
	
	.custom-navigation-prev {
		margin-top: 93px;
		margin-left: -20px;
		margin-right: 2px;
		width: 56px;
	}
	
	.custom-navigation-next {
		margin-top: 93px;
		margin-left: 2px;
		margin-right: -20px;
		width: 56px;
	}
	
	.custom-navigation-prev img, .custom-navigation-next img {
		/*height: 56px;*/
		height:130px;
		width: 54px;
	}
	
	.slick-slide {
		width: 243px;
	}
	
	.module-special-offers .special-offer-container {
		min-height: 309px;
		/*width: 289px !important;*/
	}
}
.custom-navigation-prev-kit,.custom-navigation-next-kit{
		margin-top: 5px;
	}
@media (max-width: 1338px) and (min-width: 1250px){
	.custom-navigation-prev-kit {
    	margin-top: 5px;
	}
	.custom-navigation-next-kit {
    	margin-top: 5px;
}}
@media (max-width: 1250px) and (min-width: 994px){
	.custom-navigation-prev-kit,.custom-navigation-next-kit {
    	margin-top: 0px;
}}
@media (max-width: 994px) and (min-width: 479px){
	.custom-navigation-prev-kit,.custom-navigation-next-kit {
		margin-top: 37px;
}}
@media (max-width: 479px) and (min-width: 0px){
	.custom-navigation-prev-kit,.custom-navigation-next-kit {
    	margin-top: 25px;
}}

.module-special-offers .special-offer-container .special-offer-price {
	position: absolute;
	top: 0;
	right: 0;
	background: #681c0f;
	height: 50px;
	
}

.module-special-offers .special-offer-container .special-offer-price p {
	color: #fff;
	font-size: 13px;
	text-align: center;
	padding-top: 10px;
	    width: initial;
}

.module-special-offers .special-offer-container .special-offer-price p span {
	font-size: 22px;
}

.module-special-offers .special-offer-container h3 {
	font-size: 20px;
	color: #fff;
	text-align: center;
	width:inherit;
}

.module-special-offers .special-offer-container p {
	font-size: 16px;
	color: #fff;
	text-align: center;
	width:inherit;
	padding: 0 10px;
}

.module-special-offers .special-offer-container a {
	display: none;
	position: absolute;
	width: 162px;
	left: 0;
	right: 0;
   	color: #fff;
   	text-align: center;
   	text-decoration: none;
	font-size: 16px;
   	padding: 7px 14px;
	margin: auto;
   	margin-top: 40px;
			box-shadow: 0 0 1px #fff;
			transition: all 0.4s ease-in-out 0s;
}

.module-special-offers .special-offer-container .special-offer-content {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.7);
	height: 152px;
	padding: 0 10px;
			transition: all 0.4s ease-in-out 0s;
}

.module-special-offers .special-offer-container .special-offer-content:hover {
	background: rgba(154, 77, 159, 0.9);
	height: 204px;
}

.module-special-offers .special-offer-container .special-offer-content:hover a {
	display: inline-block;
}

.rooms-images-slider-container {
	width: 677px;
	margin-left: -62px;
}

.rooms-images-slider-container .custom-navigation-prev {
	margin-top: 36px;
	margin-left: 0;
	margin-right: 13px;
	width: 50px;
}
	
.rooms-images-slider-container .custom-navigation-next {
	margin-top: 36px;
	margin-left: 13px;
	margin-right: 0;
	width: 50px;
}
	
.rooms-images-slider-container .custom-navigation-prev img, .rooms-images-slider-container .custom-navigation-next img {
	height: 52px;
	width: 50px;
}

.rooms-images-slider-container .slick-slide {
	width: 184px;
}

.rooms-images-slider-container .slick-slide img {
	height: 130px;
}

@media (min-width: 670px) and (max-width: 1200px) {
	.rooms-images-slider-container {
		margin-left: -25px;
		margin: 0 auto;
	}
}

@media (min-width: 0px) and (max-width: 670px) {
	.rooms-images-slider-container {
		max-width: 426px;
		width:100%;
		margin: 0 auto;
	}
	
	.rooms-images-slider-container .custom-navigation-prev {
		margin-top: 90px;
	}
	
	.rooms-images-slider-container .custom-navigation-next {
		margin-top: 90px;
	}
	
	.rooms-images-slider-container .slick-slide {
		width: 300px;
	}
	
	.rooms-images-slider-container .slick-slide img {
		height: 240px;
	}
}

/* ------------------------------------------------------------------
Date picker
------------------------------------------------------------------- */

.date .form-control {
	border: 0;
}

.input-group-addon {
	background-color: #fff;
	border-radius: 0;
	border: 0;
}

.input-group-addon .glyphicon {
	color: #bababa;
}

.datepicker table tr td.active:active, 
.datepicker table tr td.active.highlighted:active, 
.datepicker table tr td.active.active, 
.datepicker table tr td.active.highlighted.active {
   background-color: #681c0f;
}

/* ------------------------------------------------------------------
Top slider
------------------------------------------------------------------- */

.module-top-slider {
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	text-align: center;
	height: 995px;
}

.module-top-slider-subpage {
	height: 737px;
}

.module-top-slider h1 {
    font-weight: 600;
	font-size: 55px;
	color: #fff;
	margin-top: 410px;
	margin-bottom: 25px;
	line-height: 67px;
	text-shadow: 0 0 22px #090b0d;
}

.module-top-slider-subpage h1 {
	margin-top: 230px;
}

.module-top-slider #SpecialOffersContainerScroll img {
	margin-top: 5px;
	max-width: 55px;
}
#ScrollDownToContent img {
    max-width: 55px;
}
.module-top-slider .special-offers-selection {
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
}

@media (max-width: 1200px) {
	.module-top-slider {
		height: 668px;
	}
	
	.module-top-slider h1 {
		font-size: 45px;
		line-height: 50px;
		margin-top: 243px;
		margin-bottom: 17px;
	}
}

@media (max-width: 767px) {
	.module-top-slider {
		height: 611px;
	}
	
	.module-top-slider h1 {
		font-size: 35px;
		line-height: 44px;
		margin-top: 181px;
		margin-bottom: 20px;
	}
}

/* ------------------------------------------------------------------
Special Offer
------------------------------------------------------------------- */

.module-special-offer {
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 652px;
	color: #fff;
}

.module-special-offer .module-special-offer-block {
	position: relative;
	background: rgba(0, 0, 0, 0.6);
	padding: 25px;
	width: 619px;
	margin-top: 440px;
}

.module-special-offer .module-special-offer-block img {
	display: inline-block;
	vertical-align: top;
	margin-right: 22px;
	background: #681c0f;
}

.module-special-offer .module-special-offer-block .module-special-offer-content {
	display: inline-block;
}

.module-special-offer .module-special-offer-block .module-special-offer-content .special-offer-text {
	text-transform: uppercase;
	font-weight: 300;
	font-size: 16px;
}

.module-special-offer .module-special-offer-block .module-special-offer-content h3 {
	font-size: 50px;
	font-weight: 300;
	text-transform: none;
	margin: 3px 0 0 -4px;
	width: inherit;
}

@media (max-width: 1200px) {
	.module-special-offer {
		height: 555px;
	}
	
	.module-special-offer .module-special-offer-block {
		margin-top: 358px;
	}
}

@media (max-width: 767px) {
	.module-special-offer {
		height: 597px;
	}
	
	.module-special-offer .container {
		padding: 0;
	}
	
	.module-special-offer .module-special-offer-block {
		
		padding: 75px 25px;
		margin-top: 376px;
		box-sizing: content-box;
		display: flex;
		width:100%;
	}
	
	.module-special-offer .module-special-offer-block .module-special-offer-content {
		margin-top: 3px;
	}
	
	.module-special-offer .module-special-offer-block .module-special-offer-content h3 {
		font-size: 35px;
	}
}



.label-shadowbox .block h2{
	font-size:50px;
	margin:0 0px;
}
@media (max-width: 600px) {
  .label-shadowbox {
    position: absolute !important;
    width: 100% !important;
    height: 40%;
    margin: 0px !important;
    bottom: 0;
	padding: 100px 15px !important;
	  
  }
	.block h2{
	font-size: 6vw !important;
	}
	.block{
	max-height:74px;
	}
	.block p{
	padding-top: 2.2%;
	}
	
}
@media (max-width: 320px) {
  	.block p{
		padding-top: 7.5%;
	}
	
}

/* ------------------------------------------------------------------
Hotels map
------------------------------------------------------------------- */

#mapContainer {
	width: 100%;
    height: 230px;
    padding: 20px 0 0 0;
    text-align: center;
}

#mapContainer #mapBg {
    width: 241px;
    height: 227px;
    position: relative;
	/*margin-left: auto;
  	margin-right: auto;*/
}

#mapContainer .locationDesc {
	display: inline-block;
	background: #000;
	background: rgba(0, 0, 0, 0.6);
	box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.2);
	padding: 10px 10px;
	color: #fff;
	z-index: 30;
	width: 120px;
	line-height: 20px;
}

#mapContainer .locationDesc a {
	color: #fff;
}

#mapContainer .locationDesc a:hover {
	text-decoration: underline;
	font-weight: bold;
}

/* ------------------------------------------------------------------
Reservation
------------------------------------------------------------------- */

.module-top-reservation {
	position: absolute;
	right: 0;
	top: 35%;
	background: rgba(133, 57, 138, 0.6);
	min-width: 200px;
	max-width:225px;
	padding: 0px;
}

.module-top-reservation-horizontal {
	background: rgba(133, 57, 138, 0.6);
    margin: 0 auto;
	padding-right: 0px;
	display: none;
}

.module-top-reservation h5 {
    text-transform: uppercase;
	color: #fff;
	margin-top: 22px;
	margin-bottom: 16px;
}

.module-top-reservation .date-from, .module-top-reservation .date-to,.module-top-reservation .date-hotel {
	text-align: center;
	display: block;
	color: #fff;
	font-weight: 200;
	font-size: 14px;
}

.module-top-reservation .date-to {
	margin-top: -6px;
}

.module-top-reservation #ReservationDateFromPicker, .module-top-reservation #ReservationDateToPicker,.module-top-reservation #hotelId {
	margin: auto;
	width: 146px;
}

.module-top-reservation button {
	background: #681c0f;
	padding: 0;
	margin: auto;
}


@media (max-width: 1024px) {
	.module-top-reservation-horizontal {
		margin-top: 52px;
		display: block;
	}
	
	.module-top-reservation {
		display: none;
	}
	
	.module-top-reservation-horizontal h5 {
		text-transform: uppercase;
		color: #fff;
		margin-top: 22px;
	}
	
	.module-top-reservation-horizontal button {
		font-size: 16px;
    	font-weight: 600;
    	line-height: 23px;
	}
	
	.module-top-reservation-horizontal a {
		font-size: 16px;
    	font-weight: 600;
    	line-height: 20px;
	}
	
	.main-reservation-button-middle {
		display: block;
	}
	
	.main-reservation-button-small {
		display: none;
	}
}

@media (max-width: 767px) {
	.module-top-reservation-horizontal {
		margin-top: 60px;
		display: block;
	}
	
	.module-top-reservation {
		display: none;
	}
	
	.module-top-reservation-horizontal button {
		font-size: 16px;
    	font-weight: 600;
    	line-height: 23px;
	}
	
	.module-top-reservation-horizontal a {
		font-size: 16px;
    	font-weight: 600;
    	line-height: 20px;
		padding: 14px 0 16px 0 !important;
	}
	
	.module-top-reservation-horizontal-main .purple-bg button {
		height: 48px;
		padding: 0;
	}
	
	.module-top-reservation-horizontal-main .purple-bg a, .module-top-reservation-horizontal-main .purple-bg a:hover, .module-top-reservation-horizontal-main .purple-bg a:focus {
		height: 48px;
		padding: 0;
	}
	
	.purple-bg {
		padding: 0;
	}
	
	.main-reservation-first {
		padding-right: 5px;
	}
	
	.main-reservation-second {
		padding-left: 5px;
		padding-right: 5px;
	}
	
	.main-reservation-third {
		padding-left: 5px;
	}
	
	.main-reservation-button-middle {
		display: none;
	}
	
	.main-reservation-button-small {
		display: block;
	}
}

.reservation-box{
    position:absolute;
	right:0;
	top: 35%;
	background:rgba(133, 57, 138, 0.6);
	min-width: 200px;
	max-width:250px;
	padding: 0px;
}

.purple-bg button{
    background: transparent;
	border: 0;
	color:white;
	text-transform:uppercase;
	width: 100%;
	padding:12px 0 16px 0;
	height:72px;
	font-size:0.9em;
	font-size:1.5rem;
}

.purple-bg a, .purple-bg a:hover, .purple-bg a:focus {
    background: transparent;
	text-decoration: none;
	border: 0;
	color:white;
	text-transform:uppercase;
	width: 100%;
	padding:16px 0 16px 0;
	height:72px;
	font-size:0.9em;
	font-size:1.5rem;
	display: inline-block;
}

.reservation-box p{
    text-transform:uppercase;
	font-size:20px;
	color:white;
	text-align:center;
	margin-top: 22px;
	margin-bottom: 16px;
}
.reservation-box .date-label{
    text-align:center;
	display:block;
	color:white;
	font-weight:200;
	font-size: 14px;
}
@media (max-width: 1023px) {
	.reservation-box-mobile{
	}
	.reservation-box-mobile p{
	line-height: 72px;
    vertical-align: middle;
    margin-bottom: 0px;
    font-size: 20px;
	color:white;
	text-transform:uppercase;
	}
	.reservation-box-mobile .custom-margin{
	margin-bottom: 19px !important;
    margin-top: 19px;
	}
	
}







.rooms-images-slider .rooms-gallery-image-container {
	padding: 0 1px 0 0;
}

.rooms-images-slider .rooms-gallery-image-container img {
	height: 130px;
}

.rooms-images-slider .flex-direction-nav .flex-prev {
	left: -100px;
}

.rooms-images-slider .flex-direction-nav .flex-next {
	right: -100px;
}


































/* ------------------------------------------------------------------
Main-layout
------------------------------------------------------------------- */
.middle-line-section{
	
    
    width:100%;
   
    margin: auto;
    
}
@media (max-width: 1024px) {
	.custom-padding{
padding:0 10%;
}
	.middle-line-section h3{
	text-align: justify;
	}
	.middle-line-section{
	    overflow: overlay;
	}
}

/* ------------------------------------------------------------------
About
------------------------------------------------------------------- */

.module-about {
	overflow: hidden;
	max-width: 1380px;
	/*margin-top: 130px;
	margin-bottom: 159px;*/
	position:relative;
	margin-top: 5%;
    margin-bottom: 1%;
}

.module-about h1 {
	font-weight: 300;
	/*font-size: 66px;*/
	margin-top: 0;
	margin-bottom: 42px;
	font-size: 58px;
}

.module-about h5 {
	font-weight: 600;
	font-size: 22px;
	line-height: 28px;
	margin-bottom: 20px;
}

@media (max-width: 1024px) {
	.module-about {
		margin-top: 87px;
		margin-bottom: 88px;
	}
	
	.module-about h5 {
		margin-top: 67px;
	}
}




.module-about a{
	text-decoration:none;
	    color: #681c0f;
	font-size: 1.2em;
}
.module-about-home-page {
	
}

.module-about-map {
	margin-bottom: 100px;
}

.module-about img {
	width: 100%;
}

.module-about p {
    font-size: 18px;
	/*padding-top: 16px;*/
	line-height: 23px;
}
/* ------------------------------------------------------------------
Top-Slider
------------------------------------------------------------------- */

.special-offers-selection .bot-offer-menu{
    list-style: none;
	list-style-type: none;
	display: block;
	bottom:0;
	color:white;
	text-transform: uppercase;
	width: 100%;
	text-align:center;
	margin: 0 auto;
	padding: 0;
	
}

.bot-offer-menu li{
    display: inline-block;
	line-height: 24px;
	margin:0 3%;
}
.bot-offer-menu a{
text-decoration:none;
color:white;
	

}
@media (min-width:1024px){
	.bor-offer-munu a{
		text-shadow: 0 0 2px #090b0d;
	}
}
.bot-offer-menu li:hover .onfocus-triangle{
margin: 0 auto;
	width: 0;
	height: 0;
	border-left: 13px solid transparent;
	border-right: 13px solid transparent;
	border-top: 12px solid #681c0f;
}
.bot-offer-menu li:hover .onfocus-rectangle{
width: 100%;
	height: 6px;
	background:#681c0f;
}
li.bot-offer-menu-active .onfocus-triangle{
margin: 0 auto;
	width: 0;
	height: 0;
	border-left: 13px solid transparent;
	border-right: 13px solid transparent;
	border-top: 12px solid #681c0f;
}
li.bot-offer-menu-active .onfocus-rectangle{
width: 100%;
	height: 6px;
	background:#681c0f;
}
@media (max-width: 1024px) {
	.center-slide-box h1 {
		font-size:40px !important;
		margin-bottom:15px;
	}
	.center-slide-box{
	top: calc(45% - 40px) !important;
	}
}
@media (max-width: 992px) {
	.module-top-slider .inner-block{
	width: 95%;
		max-width:750px;
    position: absolute;
    bottom: -18%;
	z-index:1;
	left: 0;
    right: 0;
    margin: 0 auto;
	}
	.bot-offer-menu{
	display: initial !important;
		padding: 0;
	}
	div.inner-block.container {
     padding:0 !important;
     }
	.bot-offer-menu a {
	color:#120f0f;
	
	}
	.bot-offer-menu li{
		display: inline-block;
	margin:5px 4px;
	float:none;
	border: 1px #8a8a8a solid;
	padding:10px;
	line-height: normal;
	}
	li.bot-offer-menu-active {
	background:#681c0f;
	}
	li.bot-offer-menu-active a{
	color:white !important;
	}
	.bot-offer-menu li:hover .onfocus-triangle{
	display:none;
	}
	.bot-offer-menu li:hover .onfocus-rectangle{
	display:none;
	}
	li.bot-offer-menu-active .onfocus-triangle{
    display:none;
    }
    li.bot-offer-menu-active .onfocus-rectangle{
    display:none;
    }
	
}
@media (max-width: 600px) {
	.center-slide-box h1 {
		font-size:26px !important;
		margin-bottom:10px;
	}
	.center-slide-box{ 
	top: calc(45% - 20px) !important;
	}
}
@media (max-width: 350px) {
.module-top-slider .inner-block{
	width: 95%;
	
    bottom: -25%;
	
	}
}
/* ------------------------------------------------------------------
Top-Slider-offerpage 
------------------------------------------------------------------- */
.no-padding-box {
	padding: 0px;
}

.offer-slide-popup {
	position: absolute;
	width: 415px;
	top: 176px;
	left: 10%;
	background: rgba(255, 255, 255, 0.85);
	text-align: center;
	padding: 40px 82px 40px 82px;
}

.inner-position h2 {
   	font-size: 55px;
	line-height: 55px;
	font-weight: 100;
	margin-bottom: 15px;
}

.inner-position p.gray-help-text {
    color: #a1a1a1;
	font-size: 22px;
	font-weight: 300;
}

.inner-position p.black-price-text {
    margin: 34px 0 35px 0;
	font-size: 24px;
}

.inner-position a {
    color: #a1a1a1;
	width: 100%;
	font-size: 16px;
	text-decoration: none;
	color: #fff;
	background: #681c0f;
	text-align: center;
	/*line-height: 56px;*/
	    padding: 15px;
	text-transform: uppercase;
	display: block;
}

.inner-position p.black-price-text span {
	font-size: 44px;
}

.inner-position p.gray-time-text {
    color: #a1a1a1;
	font-size: 16px;
	margin: 14px 0 22px 0;
}


/* ------------------------------------------------------------------
Section-MenuSlider-Kitchen
------------------------------------------------------------------- */
.menu-slider{
overflow:hidden;	
}
.menu-slider .inner-margin{
margin:5% auto;
}
.navbar-custom-menu{
    width:100%;
	height:55px;
	display: block!important;
	height: auto!important;
	
	overflow: visible!important;
	margin:0px!important;
	
	margin-bottom: 1em!important;
	padding: 0px;
}
.navbar-custom-menu .nav{
    text-transform:uppercase;
	width:100%;
	background:white;
	text-align:center;
	    padding: 0px !important;
}
.navbar-custom-menu .nav>li>a{
    color:black;
	font-weight: 700;
}
.navbar-custom-menu .nav>li{
	border-left: 1px solid #dedede;
	
	font-size: 15px;
	width:12.5%;
}
.navbar-custom-menu .nav>li:first-child{
	border-left: none;
}
       
.navbar-custom-menu .nav>li>a:hover{
	background:#681c0f;
	border-left: none;
}

.navbar-custom-menu .nav>li>a.active{
    background:#681c0f;
	color:white;
	border-left: none;
}
.menu-text-box {
    /*width:680px;*/
	height:475px;
	padding: 3%;
	background:white;
	padding-top:1.5%;

}
.menu-text-box h2{
    font-size:45px;
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom:0.5em;
}
.variableVision {
display: none;
}
.variableVision h5{
    font-size:20px;
	text-transform:uppercase;
	font-weight: 800;
	padding-right: 15px;
	padding-left: 15px;
}
.variableVision .menu-item{
    margin-top: 0px;
	overflow: auto;
	height: 315px;
}
.variableVision .menu-item .menu-item-row{
    width:100%;
	border-bottom:1px solid gray;
	overflow:hidden;
	vertical-align:top;
}
.menu-item .menu-item-row .col-lg-8{
    font-size:16px;
	padding:10px;
}
.menu-item .menu-item-row .col-lg-4{
    font-size:16px;
	color:#681c0f;
	padding:10px;
}
.menu-item .menu-item-row .col-lg-4 span{
   font-size:22px;
}

@media(max-width:1435px){
	.navbar-custom-menu:not(.nav-galeria) .nav{
		display: table;
	}
	.navbar-custom-menu:not(.nav-galeria) .nav>li{
		    width: auto;
			display: table-cell;
		float:none;
		
	}
	
}
@media(max-width: 1024px){
		.navbar-custom-menu .nav>li{
			width:100% !important;
			    display: block !important;
		}
		.nav-galeria li{
			border-left: 1px solid #dedede;
			border-right: 1px solid #dedede;
		}
		.navbar-custom-menu .nav>li:first-child{
			border-left: 1px solid #dedede;
			border-right: 1px solid #dedede;
			border-top: 1px solid #dedede;
		}
	}
/* ------------------------------------------------------------------
Section-Wedding-Kitchen
------------------------------------------------------------------- */
.wedding{
    /*background: url(/media/1063/elbest_hotel_krynica_podstrony_kuchnia.jpg) no-repeat center;
	background-size: cover;*/
	min-height: 652px;
	position: relative;
}
/*.wedding .col-lg-3{
min-width:450px;
}*/
.wedding .inner-container{
    max-width: 1380px;
	overflow: hidden;
}
.wedding .inner-container .white-wedding-box{
    /*height: 480px;
	width: 678px;*/
	background: white;
	position: absolute;
	top: calc(50% - 480px/2);
	/*left: 15%;*/
	overflow:hidden;
	min-width:450px;
	max-width:550px;
}
.inner-container .white-wedding-box .inner-wedding-box{
    margin: 70px auto;
	float: none;
}
.inner-wedding-box h2{
	font-size: 45px;
	font-weight: 100;
	width: inherit;
	width: initial;
}
.inner-wedding-box p.bold-title{
    font-size:22px;
	font-weight:600;
	margin-top: 40px;
	margin-bottom: 20px;
	width: inherit;
	    width: initial;
}
.inner-wedding-box p.main-part{
	font-size:18px;
	margin-bottom: 40px;
	width: inherit;
	    width: initial;
}
.inner-wedding-box a{
    text-decoration:none;
	color:black;
	line-height: 2em;
	display: block;
	border:1px solid black;
	width: 180px;
	text-align: center;
}
@media(max-width: 560px){
.wedding .inner-container .white-wedding-box{
	left: 0;
    right: 0;
	min-width: initial;
    /* margin: 0 auto; */
    position: relative;
    margin: 40px auto;
	
}}
/* ------------------------------------------------------------------
Section-Menu-Kitchen
------------------------------------------------------------------- */
.menu-kitchen{
    background:white;
	overflow:hidden;
}
.menu-kitchen .inner-margin{
    margin:5% auto;
}
.menu-kitchen h2{
    text-align: center;
	font-size:45px;
	font-weight: 300;
}
.menu-kitchen .menu-item{
    margin-top: 0px;
	overflow:hidden;
	margin-top:30px;
}
.menu-kitchen p.main-part{
    font-size:22px;
	font-weight:600;
	text-align: center;
	width: 80%;
	margin: 10px auto;
	margin-top: 50px;
}
.menu-kitchen .menu-item h5{
    font-size:20px;
	text-transform:uppercase;
	font-weight: 800;
	padding-right: 15px;
	padding-left: 0px;
	margin-bottom:10px;
	margin-top:20px;
}
.menu-kitchen .menu-item .menu-row{
	width:100%;
	border-bottom:1px solid gray;
	overflow:hidden;
	vertical-align:top;
	padding-bottom:5px;
}
.menu-kitchen .menu-row .col-lg-8{
    font-size:16px;
	padding:4px 10px;
	padding-left:0;
}
.menu-kitchen .menu-row .col-lg-4{
	font-size:16px;
	color:#681c0f;
	padding:4px 10px;
	text-align: right;
}
.menu-kitchen .menu-row .col-lg-4 span{
	font-size:22px;
}
.menu-kitchen .menu-item .menu-row:last-child{
		border-bottom:0px;
	}
.menu-item-row .col-lg-4 {
    text-align: right;
}
/* ------------------------------------------------------------------
Section-Apartments-Pokoje
------------------------------------------------------------------- */
.module-apartments {
    display:block;
	overflow:hidden;
	position: relative;
}
.module-apartments .apartments-box {
    width: 100%;
	height: 743px;
	background: black;
	overflow: hidden;
}
.apartments-box .offer-ap-popup {
	position: absolute;
	width: 415px;
	top: 107px;
	left: 15%;
	background: rgba(255, 255, 255, 0.85);
	text-align: center;
	padding: 40px 82px 40px 82px;
}

.apartments-box .offer-ap-popup h2, .apartments-box .offer-ap-popup p {
	width: auto;
}
.inner-position p.main-part {
    font-size: 16px;
	margin-top: 60px;
	width: inherit;
}
.apartments-box .inner-position a {
    color: #a1a1a1;
	width: 100%;
	font-size: 16px;
	text-decoration: none;
	color: #fff;
	background: #681c0f;
	text-align: center;
	line-height: 56px;
	text-transform: uppercase;
	display: block;
}
/* ------------------------------------------------------------------
Section-OfferPop-PriceList
------------------------------------------------------------------- */
.module-offer-pricelist{
	background: white;
	overflow: hidden;
}
.module-offer-pricelist .inner-margin{
	margin-top: 77px;
	margin-bottom: 90px;
}
.module-offer-pricelist table{
    border:1px solid white;
	border-collapse: separate;
	overflow-wrap: break-word;
	border-spacing: 2px;
	margin-top: 20px;
}
.module-offer-pricelist tbody{
	text-align:left;
}

.module-offer-pricelist tr {
	background: #f1f1f1;
}

.module-offer-pricelist td {
	padding: 17px 29px 17px 29px;
}

.module-offer-pricelist th {
	padding: 17px 29px 15px 29px;
	color: #fff;
	background: #681c0f;
	text-transform: uppercase;
	font-weight: 600;
}

.module-offer-pricelist ul {
    list-style: none;
    padding: 0;
    margin: 0;
	margin-left: 1em;
}

.module-offer-pricelist li {
	font-size: 16px;
	min-height: 2rem;
	line-height:2rem;
	vertical-align:middle;
	margin:10px 0;
	color: black;
}

.module-offer-pricelist ul>li:before {
    content: "\2022 ";
    color: #681c0f; 
	padding-right: 0.5em;
	margin: 0 0 0 -1em;
}
.module-offer-pricelist a {
	width: 253px;
}
.module-offer-pricelist div:not(.printContent)>a{
	
    font-size: 16px;
    text-decoration: none;
    color: white;
    background: #681c0f;
    text-align: center;
    line-height: 53px;
    text-transform: uppercase;
    display: block;
	margin-top: 40px;
}
.module-offer-pricelist .inner-margin h3{
	color:#681c0f;
	text-transform:uppercase;
	font-size:30px;
	font-weight:100;
	margin-bottom: 28px;
}
.module-offer-pricelist .help-text{
	font-size:14px;
	color:#6e6e6e;
	margin-top:20px;
	    width: 100%;
}
/* ------------------------------------------------------------------
Section-Apartments-bottom-info
------------------------------------------------------------------- */			   
.gallery-caption,.gallery-image:after,
.gallery-image img{
	transition: all 0.3s ease-in-out 0s;}
.gallery-item {
	position: relative;
	text-align: center;
	margin: 0 0 20px;
}

.gallery-image {
	position: relative;
	overflow: hidden;
}

.gallery-image img {
	display: block;
	overflow: hidden;
	width: 100%;
}

.gallery-image:after {
	position: absolute;
	background: transparent;
	content: " ";
	display: block;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}

.gallery-caption {
	position: absolute;
	width: 100%;
	opacity: 0;
	bottom: 100%;
	left: 0;
	z-index: 2;
	text-align: center;
	font-size: 28px;
	color: #fff;
	padding: 20px;

}

.gallery-icon {
	background: rgba(255,255,255,0.2);
	border-radius: 50%;
	height: 50px;
	width: 50px;
	font-size: 24px;
	margin: 0 auto;
}

.gallery-icon i,
.gallery-icon span {
	line-height: 50px;
}

/* Gallery hover */

.gallery-item:hover .gallery-image:after {
	background: rgba(0, 0, 0, .6);
}

.gallery-item:hover .gallery-caption {
	opacity: 1;
	bottom: 50%;
	        transform: translateY(50%);
}

.module-apartments-bottom-info{
    background: white;
	overflow: hidden;
}
.module-apartments-bottom-info .inner-margin{
	margin: 5% auto;
}
.module-apartments-bottom-info .box-title{
	font-weight:600;
	text-transform:uppercase;
	margin-bottom:27px;
}
.module-apartments-bottom-info .col-lg-2 img{
	margin:auto;
}
.module-apartments-bottom-info .col-lg-10{
	vertical-align: middle;
	line-height: 32px;
}
@media(max-width:768px){
.module-apartments-bottom-info .box-title {
	text-align:center !important;
	}
}
@media(max-width: 560px){
.apartments-box .offer-ap-popup{
	max-width:415px;
	width: 90%;
	left: 0;
    right: 0;
	margin: 0 auto;
	padding-bottom: 30px;
	padding: 20px 20px;
	
}
	.conference{
		margin: 15px;}
}
/* ------------------------------------------------------------------
Section-Apartments-navigation/Section-offer-navigation
------------------------------------------------------------------- */
.module-apartments-navigation{
	background: white;
	overflow: hidden;
}

.module-offer-navigation {
    background: #f4f4f4;
	overflow: hidden;
	padding: 100px 0 100px 0;
}

.module-offer-navigation h2 {
	font-size: 45px;
	font-weight: 300;
	width: 100%;
	text-align: center;
	margin-top: 0;
	margin-bottom: 73px;
}

.module-offer-navigation .inner-margin {
	margin-bottom: 70px;
}

.module-offer-navigation ul {
	list-style: none;
	list-style-type: none;
	display: block;
	bottom: 0;
	text-transform: uppercase;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	width: 780px;
}

.module-offer-navigation ul.slides {
	text-transform: none;
}

.module-apartments-navigation .inner-margin {
	margin: 5% auto;
}

.module-apartments-navigation ul{
	list-style: none;
	list-style-type: none;
	display: block;
	bottom: 0;
	text-transform: uppercase;
	
	text-align: center;
	margin: 0 auto;
	padding:0px;
	/*width: 500px;*/
	margin: 0 auto;
	margin-bottom: 20px;
	max-width: 100%;
}
.module-offer-navigation hr
{
    width: 760px;
	margin-top: 40px;
}
.module-apartments-navigation hr{
    width: 460px;
	margin-top: 40px;
}
.module-offer-navigation ul.menu-navigation-offers>li,
.module-apartments-navigation ul>li {
    display: inline-block;
    line-height: 24px;
    height: 1.8em;
	    margin-top: 15px;
}
.module-offer-navigation ul>li>a,
.module-apartments-navigation ul>li>a{
	text-decoration:none;
	color:black;
	margin: 0 20px;
}
.module-offer-navigation ul>li .onfocus-rectangle,
.module-apartments-navigation ul>li .onfocus-rectangle {
    width: 103%;
    height: 1px;
	background: #c2c2c2;
    margin-top: 11px;
}
.module-offer-navigation ul>li:focus,
.module-offer-navigation ul>li:hover .onfocus-rectangle,
.module-apartments-navigation ul>li:focus,
.module-apartments-navigation ul>li:hover .onfocus-rectangle,
.module-offer-navigation ul>li .onfocus-rectangle-selected,
.module-apartments-navigation ul>li .onfocus-rectangle-selected {
    width: 103%;
    height: 2px;
	background: #c959a3;
    margin-top: 10px;
}

.module-offer-navigation .module-special-offers{
	margin: 10px auto;
}
.module-offer-navigation .flex-viewport{
	min-height:455px;
}
@media(max-width: 560px){
.offer-slide-popup{
	max-width:415px;
	width: 90%;
	left: 0;
    right: 0;
	margin: 0 auto;
	padding: 20px 20px 20px 20px;
}
}
/* kuchnia next*/
.mini-slider img{
	width:100%;
}
.hotel-items-info{
		overflow:hidden;
}
.hotel-items-info .custom-row-h:nth-child(odd) .no-padding:first-child{
		float:right;
}
.hotel-items-info img{
		width:100%;
}
.hotel-items-info a{
		font-size: 16px;
    	text-decoration: none;
    	color: black;
    	background: transparent;
    	text-align: center;
		border:1px solid black;
    	margin: 30px 0;
   		padding: 15px 30px;
    	text-transform: uppercase;
}
@media(max-width:768px){
	.hotel-items-info a{
		padding: 15px 15px;
	}
}
.hotel-items-info .custom-position-h{
		float:none;
		margin:10% auto;
		padding: 0 15px !important;
}
.hotel-items-info .custom-row-h{
		padding:0;
}
.hotel-items-info .no-padding{
		padding:0;	
}
.custom-position-h h4{	
		font-size:45px;	
		width: inherit;
   		width: initial;
}
.custom-position-h p{	
		font-size:18px;
		margin-bottom:40px;
		width: inherit;
   		width: initial;
}
@media(max-width:768px){
	.hotel-items-info .custom-row-h:nth-child(even) .no-padding:first-child{
		float:left;
	}
}
/* Section Text oferty specialne*/
.module-offer-pricelist .new_link{
	background: none;
	width: 0px;
	color: blue;
	line-height: initial;
	text-transform: none;
	display: initial;
}
.module-offer-pricelist .rozowy{
	color: #CC3399;	
}
.module-offer-pricelist td {
	background-color: #f1f1f1;
    padding: 10px 25px 10px 25px;
}

.module-offer-pricelist td:nth-child(even) {
	background-color: #ebebeb;
	padding: 10px 49px 10px 49px;
	    min-width: 170px;
}

.remove_dot li:before{
	content:" ";
	
}
/**/
@media(max-width:768px){
	.zero-padding-xs {
    padding: 0px;
}
}

.footer-menu {
	list-style: none;
}

.footer-menu li {
	float: left;
	margin-right: 10px;
}

.footer-menu li:last-child {
	display: none;
}

.module-footer-copyright a {
	color: #fff;
	text-decoration: none;
}

.module-footer-copyright a:hover {
	text-decoration: underline;
}
.contact-information p {
    width: inherit;
    width: initial;
}
@media (max-width: 992px){
	.menu-navigation-offers{
    display: initial;
    padding: 0;
	}
	.module-offer-navigation ul{
	width:100%;
	}
	.menu-navigation-offers li {
    display: inline-block;
    margin: 5px 4px;
    float: none;
    border: 1px #8a8a8a solid;
    padding: 10px;
   line-height: normal !important;
    height: initial !important;
}
}

/*New Color Articles Akrualnosc*/
.article-info-box{
	width:100%;
	height:300px;
	min-height:300px; 
	padding: 0px;
}
.article-info-box-container{
	border-bottom: 8px solid #681c0f;
	background: rgba(0, 0, 0, 0.7);
	height: 300px;
	padding-top:30%;
	transition: all 0.4s ease-in-out 0s;	
}
.article-title{
	font-size: 20px;
	color: #fff;
	text-align: center;
	width: inherit;
	text-decoration:none;
	margin-bottom: 10px;
}
.article-shortcut{
	font-size: 16px;
	color: #fff;
	text-align: center;
	width: inherit;
	text-decoration:none;
	margin-bottom: 10px;
}
.article-readmore{
	font-size: 16px;
	text-align: center;
	width: inherit;
	color: #681c0f;
}
.article-info-box:hover > div {
    background: rgba(154, 77, 159, 0.9) !important;
}
.article-info-box:hover .article-readmore{
	color:white !important;
}
.styleBottonMarginArticle{
	margin-bottom:10px;
}


/*New Color Attractions */

.styleBottonMarginAttractions{
	margin-bottom:10px;
}
.attractions-info-box{
	width:100%;
	height:300px;
	min-height:300px; 
	padding: 0px;
}
.attractions-info-box-conteiner{
	border-bottom: 8px solid #681c0f;
	background: rgba(0, 0, 0, 0.7);
	height: 300px;
	padding-top:25%;
	transition: all 0.4s ease-in-out 0s;
}
.attractions-title{
	font-size: 30px;
	color: #fff;
	text-align: center;
	width: inherit;
	text-decoration:none; 
	margin-bottom: 10px;	
}
.attractions-shortcut{
	font-size: 16px;
	color: #fff;
	text-align: center;
	width: inherit;
	text-decoration:none;
	margin-bottom: 10px;	
}
.attractions-readmore{
	font-size: 16px;
	text-align: center;
	width: inherit;
	color: #681c0f;
}
.attractions-info-box:hover > div {
    background: rgba(154, 77, 159, 0.9) !important;
}
.attractions-info-box:hover .attractions-readmore{
	color:white !important;
}


.printContainer {
	margin-top: 40px;
	width: 50px;
	background-color: #681c0f;
	color: #fff;
	text-align: center;
	font-size: 15px;
	line-height: 12px;
	overflow: hidden;
}

.printContent a, .printContent a:hover {
	color: #fff;
	text-decoration: none;
	margin-top: 0;
	width: auto;
	    line-height: 53px;
}

.check-offer{
	margin-top:20px;
	margin-bottom:20px;
	font-size: 16px;
	text-decoration: none;
	color: white;
	background: #681c0f;
	text-align: center;
	line-height: 3em;
	text-transform: uppercase;
	max-width:250px;
	display: block;
}
.check-offer:hover{
	color: white;
}
.module-apartments-bottom-info .custom-navigation .flex-prev{
				left: 0;
				position: absolute;
				top: calc(50% - 40px);
				
				}
.module-apartments-bottom-info .custom-navigation .flex-next{
				right: 0;
				position: absolute;
				top: calc(50% - 40px);
				}
@media(min-width:992px){
	.module-apartments-bottom-info .custom-navigation .flex-prev{
				left: -80px;
	}
	.module-apartments-bottom-info .custom-navigation .flex-next{
				right: -80px;
	}
}
.module-apartments-bottom-info .custom-navigation .flex-prev{
				left: 0;
				position: absolute;
				top: calc(50% - 40px);
				
}
.module-apartments-bottom-info .custom-navigation .flex-next{
				right: 0;
				position: absolute;
				top: calc(50% - 40px);
}
@media(min-width:992px){
	.module-apartments-bottom-info .custom-navigation .flex-prev{
				left: -80px;
	}
	.module-apartments-bottom-info .custom-navigation .flex-next{
				right: -80px;
	}
}
.bg-control-nav {
   		position: relative;
		bottom: 60px;
   		z-index: 9;
		margin: 0;
   		padding: 0;
   		list-style: none;
	    position: absolute;
    bottom: 60px;
    right: 0;
    left: 0;
}
.bg-control-nav li {
   		margin: 0 2px;
   		display: inline-block;
   		
}
.bg-control-paging li a {
   		width: 11px;
   		height: 11px;
   		display: block;
   		background: white;
   		cursor: pointer;
   		text-indent: -9999px;
   		box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.6);
}
.bg-control-paging li a.bg-active {
   		background: #005192;
   		cursor: default;
   		box-shadow: inset 0 0 4px rgba(255, 255, 255, 0.1);
}
.bg-control-paging li a:hover {
	    background: #003a68;
   		box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.5);
}
.visible-semi-lg {
   		display: none;
	}
@media (max-width: 1023px) and (min-width: 992px){
	.visible-md {
	    display: block !important;
	}
}
/*@media (max-width: 1199px) and (min-width: 1024px){
	.visible-md {
    	display: none !important;
	}
}*/
@media (max-width: 1199px) and (min-width: 1024px){
	.visible-semi-lg {
   		display: block!important;
	}
}
@media (min-width: 1200px) {
	.visible-semi-lg {
   		display: none!important;
	}
}
@media (min-width: 1200px) {
	.visible-lg {
   		display: block!important;
	}
}





@media print {
  body {
    margin: 0;
    padding: 0 !important;
    min-width: 768px;
  }
  .container {
    width: auto;
    min-width: 750px;
  }
}
.space-creator{
	margin-top: 72px;
	height: 72px;
	overflow: hidden;
	
}
.module-single-news .styleBottonMarginArticleSingle{
	margin-top:20px; 
	padding: 0; 

}
.colored-text{
	font-weight:600;
}
.dropdown-menu .dropdown-menu {
   	width: inherit;
   	padding-left: 0px;
   	top: 48px !important;
   	left: 0 !important;
	height: initial;
}
.dropdown-menu .dropdown-menu li {
   	 /*background: rgba(154, 77, 159, 0.8);*/
   	 display: block;
}
.conference{
 	width: 100%;
	
}
.custom-container ul {
    padding: 0px 30px !important;
}
div.fcu-cennic p {
    width: inherit;
    max-width: 1000px;
    margin: 0 auto;
}
@media (max-width: 767px){
.custom-container th,.custom-container td{
	padding: 3%;
}
#cennik-table thead{
      display: none;
}
	#cennik-table table{
	    width: 100%;
	}
#cennik-table td {
    border-left: medium none!important;
    border-right: medium none!important;
    border-top: medium none!important;
   	padding-left: 0px;
    padding-right: 0px;
    position: relative;
    text-align: right;
    white-space: normal;
    display: block;
    width: 100%;
	border: 1px white solid;
}
#cennik-table tr {
    display: block;
    width: 100%;
	padding: 25px;
	border: 2px white solid;
}
#cennik-table td:before {
    content: attr(data-title);
   
}
#cennik-table td:before {
    font-weight: bold;
   	padding-right: 10px;
    
    
    text-align: left;
    
    white-space: nowrap;
    float:left;
}
	

}
@media(max-width:780px){
	.module-offer-pricelist td{
	    padding: 10px;
	}
  	 .module-offer-pricelist table:not(.price-table-main) td{
  		display:block;
  		width:100%;
  		padding:10px 5px;
  		border:1px solid white;
  	}
	.module-offer-pricelist table:not(.price-table-main) td:nth-child(even) {
		padding: 10px 5px;
	}
	.module-offer-pricelist .container td:nth-child(even) {
    	padding: 10px 20px 10px 20px;
		min-width:125px;
	}
	.module-offer-pricelist table:not(.price-table-main) tr {
    	border: 5px white solid;
    	display: block;
	}
	.module-offer-pricelist table:not(.price-table-main) td:first-child{
	  font-weight:600;
	}
	.module-offer-pricelist table:not(.price-table-main) span{
	  color:black;
	}
	
  }
	.module-offer-pricelist table{
		max-width: 100%;
   		width: 100% !important;
	}
@media(max-width:1023px){
	#popUpModal{
		display:none !important;
	}
	.modal-backdrop.in {
    	filter: alpha(opacity=0);
    	opacity: 0 !important;
	}
}

.schedule-table {
	font-size: 13px;
	width: 360px!important; 
	height: 400px;
}

@media (min-width: 1024px) {
	.schedule-table {
		width: 750px!important;
	}
}

.schedule-table td {
	padding-left: 2%;
	padding-right: 2%;
}
a.menu-icon i.fa-chevron-down {
    display: block;
}

.section-scroll i.fa-chevron-down {
    display: none;
}