/* font */
@font-face{ 
	font-family: 'trashimclm-bold';
	src: url('../fonts/trashimclm-bold-webfont.eot');
	src: url('../fonts/trashimclm-bold-webfont.eot?#iefix') format('embedded-opentype'),
	     url('../fonts/trashimclm-bold-webfont.woff') format('woff'),
	     url('../fonts/trashimclm-bold-webfont.ttf') format('truetype'),
	     url('../fonts/trashimclm-bold-webfont.svg#webfont') format('svg');
}

a:hover {
    color: #701357!important;
}

td:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;

}

.modal-dialog {
    z-index: 9999;
}

.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: right!important;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}

:focus {
}

input[type="checkbox"]:focus{
	outline:1px dotted;
}

#bxSliderMobile .slide .caption {
    display: none;
}
div.news {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #941d3b;
    background: rgba(255, 255, 255, 0.78);
}
.newsImg {
    width: 10%;
}
/* Make it a marquee */
.marquee {
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    animation: marquee 50s linear infinite;
    height: 35px;
    line-height: 41px;
    text-align: left;
}

.marquee:hover {
    animation-play-state: paused
}

a.newsA {
    margin: 0 80px;
    font-style: italic;
}

/* Make it move */
@keyframes marquee {
    0%   { text-indent: 27.5em }
    100% { text-indent: -105em }
}


li.bs232-col-md-6.align-center a:hover {
    color: #ccc!important;
    text-decoration: none!important;
    transition: 0.5s all ease!important;
}
ul#nav {
    z-index: 9999;
}
/* a little reset */
a,
a:active,
a:focus {
	color: inherit;
}
.vticker ul{
-webkit-padding-start: 0!important;
}
i.fa {
    margin-top: 6px;
}
.langBar {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    margin-top: 45px;
}
.langBar ul {
    background-color: #000;
    color: #fff;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    list-style: none outside none;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
}
.langBar button.btn {
    outline: none;
    padding: 0 10px;
    background-color: transparent;
    color: #fff;
    background-image: none;
    /* border-color: #1a1a1a; */
    border-bottom: none;
    box-shadow: none;
}
.slick-slide img {
    max-height: 245px;
}
/* styles */
body {
	font-family: 'nachlieli_clm'!important;
	font-weight: 100;
}

/********************* header ********************/

/* top bar */
.top-bar {
	padding: 5px;
	background: black;
	color: white;
	font-size: 14px;
}

.top-bar-logo {
	height: 30px;
}

.relative {
	position: relative;
}

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

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

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

.dib {
	display: inline-block;
	vertical-align: middle;
}

.row-no-gutter > li,
.row-no-gutter > div,
.row-no-gutter > img {
	padding: 0;
}

.ul-reset {
	margin: 0;
	padding: 0;
	list-style: none;
}

.top-bar .row > li,
.language {
	line-height: 30px;
}

.align-center .fa-phone {
	margin-left: 1em;
}

.social-links {
	line-height: 1;
}

.social-link {
	vertical-align: middle;
	margin-right: 5px;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background: red;
	text-align: center;
	line-height: 25px;
}

.twitter {
	background: #3cadf0;
}

.facebook {
	background: #3b5998;
}

.youtube {
	background: #d72523;
}
.instagram {
	background: #3F729B;
}

.language {
	position: absolute;
	left: 5px;
	display: block;
}

/* navbar */
.m-navbar {
	padding-top: 1.5em;
	background: url('../images/navbar-bg.png') no-repeat center center;
	color: white;
	text-align: center;
	background-size: cover;
}

.trashim {
	font-family: 'trashimclm-bold', sans-serif;
}

.m-nav-links {
	z-index: 20;
}

.nav-link {
	padding: .75em 1em 5px;
	font-size: 16px;
}

.nav-link a:hover {
	color: white;
	text-decoration: none;
	text-shadow: 0 0 10px rgba(255, 255, 255, .7);
}

/* toggle nav button */
.btn-blank {
	background: none;
	border: none;
	outline: none;
}

.toggle-nav {
	display: none;
	margin: 0 auto;
	color: white;
	font-size: 18px;
}



/********************* gallery/calendar ********************/
/* calendar part */
.calendar-wrapper {
	position: absolute;
	top: 35px;
	right: 15%;
	max-width: 350px;
	z-index: 99;
}

.row-little-gutter {
	margin: 0 -5px;
	text-align: center;
	vertical-align: middle;
	line-height: 70px;
}

.row-little-gutter > div {
	padding: 0 5px;
}

.calendar-field {
	display: none;
}

.pika-single,
.calendar-block a {
	background: rgba(255, 255, 255, .8);
}

.calendar {
	margin-top: .5em;
}

.pika-lendar {
	float: none;
	margin: 0;
	padding: 1em;
	width: 100%;
}

.pika-single {
	border: none;
}

.pika-title {
	border-bottom: 2px solid #2ebaeb;
	font-family: 'trashimclm-bold', sans-serif;
}

.pika-label {
	background: none;
	color: #00579e;
	font-size: 22px;
}

.is-rtl .pika-prev,
.is-rtl .pika-next {
	background: none;
	color: #00579e;
	text-indent: 0;
	font-family: "FontAwesome";
	font-size: 22px;
	opacity: 1;
}

.pika-prev:before {
	content: "\f054";
}

.pika-next:before {
	content: "\f053";
}

.pika-table th {
	color: black;
	font-size: 11px;
	font-weight: 100;
}

.is-today .pika-button {
	color: white;
	font-weight: bold;
}

.pika-button {
	margin: 5px;
	width: 25px;
	border-radius: 50%;
	background: #6ebf3c;
    color: white;
    text-align: center;
}

.pika-highlighted {
	background: #00579e;
}

.appendix {
	padding: 0 1em 1em;
	background: rgba(255, 255, 255, .8)
}

.seperator {
	margin-bottom: 1em;
	height: 2px;
	width: 100%;
	background: #2ebaeb;
}

.circle {
	margin: 0 5px;
	width: 25px;
	height: 25px;
	border-radius: 50%;
}

.circle.green {
	background: #6ebf3c;
}

.circle.blue {
	background: #00579e;
}


.calendar-block a {
	display: block;
	margin-top: .5em;
	padding: 1.5em 0;
}

.calendar-wrapper .text {
	margin: 0;
	padding-top: .5em;
	color: #00579e;
	font-size: 22px;
}

/* gallery slider */
.gallery-slider {
	height: 700px;
	overflow: hidden;
}

.fluid {
	width: 100%;
}

.left {
	float: left;
}

.right {
	float: right;
}

.slider-controls {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 100%;
	z-index: 8;
}

.slider-controls > button {
	margin: 0 1em;
}

.slider-item {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	opacity: 0;
	-webkit-transition: .5s opacity ease-in-out;
	transition: .5s opacity ease-in-out;
	z-index: 1;
}

.slider-item.base {
	position: static;
}
		
.slider-item.showing {
	opacity: 1;
}

.slider-item img {
	height: 100%;
}

/* star strip divider */
.star-strip {
	height: 20px;
	background: url('../images/stars-strip.png') center center;
	background-size: cover;
}


/********************* links ********************/
.links-section {
	background: -webkit-linear-gradient(#c2c2c2, white 30%);
	background: linear-gradient(#c2c2c2, white 30%);
}

.row-valign > div {
	display: inline-block;
	float: none;
	margin: 0 -4px;
}

.link-thumb {
	display: block;
	margin: 2.5em auto 0;
	width: 120px;
}

.link-title {
	display: inline-block;
	position: relative;
	color: #00579e;
	font-size: 26px;
}

.link-title:after {
	display: block;
	margin: .25em auto 0;
	content: "";
	width: 110px;
	height: 2px;
	background-color: #2ebaeb;
}

.link-subtitle {
	font-size: 22px;
}



/********************* news/events ********************/
.news-section {
	padding: 1em 0;
	background: url('../images/stars-bg.png') no-repeat center center;
	background-size: cover;
}

.bs232-col-title {
	margin: 1em 0 .5em;
	color: white;
	font-size: 26px;
}
/* news */
.panel-group {
	background: white;
	padding: 0 10px;
}

.panel {
	box-shadow: none;
	border: none;
}

.panel.panel-default {
	border-radius: 0;
}

.panel-group .panel + .panel {
	margin: 0;
}

.panel-default > .panel-heading {
	padding: 1em;
	background: white;
	border: none;
}

.panel-default + .panel-default > .panel-heading {
	border-radius: 0;
	border-top: 2px solid #2ebaeb;
}

.panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body {
	border: none;
}

.star {
	margin-left: 0.1em;
	margin-bottom: 0.5em;
	margin-top: 2px;
	width: 17px;
}

/* events */
.caption {
	margin: 0 0 1em;
	padding-top: 2px;
	background: transparent;
	color: #2ebaeb;
	font-size: 23px;
	line-height: 1;
}


/********************* attractions ********************/
.attractions-section {
	background: -webkit-linear-gradient(#c2c2c2, white 10%);
	background: linear-gradient(#c2c2c2, white 10%);
}

.attr-slider,
.attr-slider .slider-item {
	z-index: 10;
}

.attr-slider .slider-controls {
	left: -60px;
	right: -60px;
	width: auto;
}

.attr-title {
	margin: 1em 0 0;
	padding-bottom: .25em;
	color: #00579e;
	border-bottom: 2px solid #2ebaeb;
	font-size: 27px;
	line-height: 1;
}

.attr-info {
	margin: .5em auto 1em;
	max-width: 800px;
	width: 100%;
	font-size: 16px;
}

.attraction-wrapper {
	display: block;
}

.attraction-wrapper .caption {
	margin: 0;
	color: white;
	background: #266602;
	font-size: 19px;
}

.slick-slider {
	display: none;
	margin: 0 1em;
	direction: ltr;
	z-index: 10;
}

.slick-prev img,
.slick-next img {
	width: 20px;
}

.slick-dots li {
	margin: 0;
}

.slick-dots {
	bottom: auto;
}

.slick-dots li button:before {
	font-size: 13px;
	color: #00579e;
	opacity: 1;
}

.slick-dots li.slick-active button:before {
	color: #013a69;
	opacity: 1;
}

.luna-vector {
	position: relative;
	height: 224px;
	background: url('../images/lunapark-vector.png') no-repeat center center;
	z-index: 1;
	background-size: 100%;
}



/********************* footer ********************/
.m-page-footer {
	padding: 4em 0 8.5em;
	background: -webkit-linear-gradient(#ad1335 70%, #550f38);
	background: linear-gradient(#ae1334 70%, #550e3a);
	color: white;
	font-size: 12px;
}

.footer-title {
	font-size: 16px;
}



/* media queries */
@media screen and (max-width: 1360px) {
	.language {
		position: relative;
		text-align: left;
	}

	.attr-slider {
		margin: 0 50px;
		z-index: 7;
	}

}


@media screen and (max-width: 1200px) {
	.attractions-section .caption {
		font-size: 16px;
	}
	h4.caption.trashim.align-center {
	    font-size: 18px;
	}
}


@media screen and (max-width: 992px) {
	ul.row.row-no-gutter.ul-reset {
	    display: list-item!important;
	}
	.langBar {
	    left: 20px!important;
	}
	.top-bar .bs232-col-md-6,
	.top-bar .bs232-col-md-3.align-left {
		display: none;
	}

	.language {
		position: absolute;
		left: 15px;
	}

	.m-nav-links {
		display: none;
		position: absolute;
		width: 100%;
		background: #0863a2;
	}

	.nav-link {
		display: block;
	}

	.toggle-nav {
		display: block;
	}


	.row-valign > div {
		display: block;
		margin: 0;
	}

	.attr-slider {
		display: none;
	}

	.slick-slider {
		display: block;
	}

	.attractions-section .caption {
		font-size: 20px;
	}

	.luna-vector {
		bottom: 3em;
		margin-bottom: -3em;
	}
}



.breadcrumbs {
    background-color: #F5F5F5;
    line-height: 60px;
    height: 78px;
}
/*@media screen and (max-width: 1910px){
	.calendar-wrapper {
		position: relative;
		top: 0;
		right: 0;
		margin: 0 auto;
		padding: 1.5em 1em;
	}*/
		.gallery-section {
		background: #075291;
		margin-top: -6px;
	}
	
}

@media screen and (max-width: 767px) {
	accessibility.stretchRight {
	    right: 0!important;
	    top: 0!important;
	    width: 140px!important;
	    padding: 0!important;
	}
	.top-bar{
		display: none!important;
	}
	#index-slider{
		display: none;
	}
	#mobile-slider{
		display: block!important;
	}
	.gallery-section {
		background: #075291;
	}

	.gallery-slider {
		height: 400px;
	}

	.calendar-wrapper {
		position: relative;
		top: 0;
		right: 0;
		margin: 0 auto;
		padding: 1.5em 1em;
	}

	.appendix .dib + .dib {
		margin-top: .5em;
	}
}

/* #### Mobile Phones Portrait or Landscape #### */
@media screen and (max-device-width: 640px){
  .top-bar {
	    display: none!important;
	}
}

@media screen and (max-width: 480px) {
	.attractions-section .slider-controls {
		left: -10px;
		right: -10px;
	}

	.attractions-section .row-little-gutter {
		margin: 0 20px;
	}
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto{
	z-index: 99;
	bottom: 0px;
}
.bx-wrapper{
	margin: 0 auto 0px
}

/* accessibility fixes */
.cp-4-2256 .breadcrumbs ~ * a,
.m-navbar > a {
  display: inline-block;
}

.homeLogos a,
a.event-wrapper,
.links-section a {
  display: block;
}