/* Extra 1 */
/* Whats on single page */
.whats-on-single-breadcrumbs {
	max-width: 1194px;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 5px;
}
.whats-on-single-breadcrumbs p {
	color: #636363;
	text-transform: uppercase;
	margin-top: 40px;
	font-size: 16.67px;
}
.whats-on-single-current-page {
	color: #bbbbbb;
	text-transform: none;
}
.whats-on-container {
	overflow: hidden;
}
.whats-on-main-content {
    float: left;
    width: 63.651591%;
}
.whats-on-side-content {
    float: right;
    width: 25.125628%;
    background-color: #ffffff;
    box-shadow: 0px 4px 9px 0px rgba(204, 204, 204, 0.7);	    -moz-box-shadow: 0px 4px 9px 0px rgba(204, 204, 204, 0.7);	    -webkit-box-shadow: 0px 4px 9px 0px rgba(204, 204, 204, 0.7);
    padding: 0.837520%;
    margin-left: 0.418760%;
	border-bottom: 5px solid #00aeef;
}
.whats-on-main-content h1 {
    color: #636363;
    font-weight: 600;
    font-size: 50px;
    margin-bottom: 30px;
}
.whats-on-main-content p {
	color: #636363;
    font-weight: 300;
    font-size: 23px;
}
.whats-on-side-content > .sidebar-text {
    color: #404040;
    font-size: 14.5px;		font-weight: bold;
}
.whats-on-other-events {
	color: #636262;
    font-weight: 400;
    font-size: 41.67px;
    text-align: center;
	margin-bottom: 10px;
}
.whats-on-more {
    overflow: hidden;
	padding-top: 50px;
    padding-bottom: 50px;
}
.whats-on-more-content {
    float: left;
    width: 23%;
    margin-left: 1%;
    margin-right: 1%;
	border-bottom: 6px solid #00bff3;
	box-shadow: 0px 0px 4px 5px rgba(0, 191, 243, 0.1);
	transition: all 0.4s ease;
}
/* .whats-on-more-content > img { */
	/* transition: all 0.4s ease;		width: auto;	    height: auto;	    max-width: 260px;	    max-height: 260px;	    margin: 0 auto; */
/* } */
.whats-on-more-content:hover {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.whats-on-more-content-img {
    display: block;
    padding-top: 100%;
}
.whats-on-more-content-info {
    position: relative;
    padding: 20px 10px 5px;
}
.whats-on-more-content-cat {
	color: #0ca9dc;
    text-transform: uppercase;
    font-size: 12.14px;
}
.whats-on-more-content-cat > i {
    margin-left: 10px;
}
.whats-on-more-content-tittle {
	position: absolute;
	top: 35px;
    color: #393939;
	font-weight: 500;
    font-size: 21.17px;
}
.whats-on-more-content-date {
	color: #828282;
    font-size: 12.5px;
	padding-top: 75px;
}
.whats-on-side-content a {
    display: inline-block;
    margin-right: 10px;
}
.what-on-date-cont {
    overflow: hidden;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
}
.whats-on-calendar {
    float: left;
    width: 30%;
    height: 100px;
	position: relative;
}
.whats-on-calendar > div {
    position: absolute;
    left: 0;
    right: 0;
    top: 38%;
    text-align: center;
    color: #4fc9f5;
	font-size: 12.5px;
	font-weight: 700;
}
.whats-on-calendar > div > span {
	font-size: 20.83px;
}
.whats-on-time {
    color: #636363;
    font-weight: 600;
    font-size: 20.83px;
	float: left;
	margin-top: 45px;
	margin-left: 20px;
}
.whats-on-location-img {
    float: left;
    width: 30%;
    height: 100px;
    position: relative;
    margin-bottom: 30px;
}
.whats-on-location {
	float: left;
	margin-top: 45px;
	margin-left: 20px;
    color: #636363;
    font-size: 14.58px;
}
.mark, mark{
	background: transparent !important;  
}

#primary-menu .strong > a { 
    font-weight: 500;
}
.display-iblock {
	display: inline-block;
}
.sld-martop-20 {
	margin-top: 20px !important;
}
.sld-martop-30 {
	margin-top: 30px !important;
}
.latest-offers-content:hover {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.33);
}
.n2-ss-slider-1.n2-ss-swipe-element.n2-ow.n2-grab {
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.22);
}
.backshadow {
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.22);
}
@media only screen and (min-width: 768px) {
	.menu-item-has-children {
		position: relative;
	}
	.menu-item-has-children:hover .sub-menu {
		display: block;
	}
	.sub-menu {
		list-style: none;
		display: none;
		position: absolute;
		left: 0;
		width: 160px;
		padding-top: 10px;
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 15px;
		background-color: #ffffff;
		border-bottom: 3px solid #00ACEF;
		z-index: 1;
	}
	.sub-menu li {
		padding-top: 5px;
		padding-bottom: 5px;
	}
}