/** ----------------------------------------------------------
 *
 * Contains the main layout of the page and the individual styles.
 * Acts as the main stylesheet for theme.
 *
 *		Include your notes or table of contents below....
 *		Include color hex's or values of your grid
 *
 *		1. OOCSS GRID
 *		2. MAIN LAYOUT
 *		3. HEADER
 *			- Brand
 *			- Search Form
 *		4. Navigation
 *			- Primary Navigation
 *			- tablet Navigation
 *			- Secondary Navigation
 *			- Secondary Nav 2-5 Levels deep
 *		5. Mixed
 *		6. Footer
 *		7. Page Specific Layout
 *			- Homepage
 *			- Search Results
 *		8. Device and Responsive Layout
 *			- Breakpoint 960px
 *			- Breakpoint 640px
 *				- Search Form
 *				- Main Content
 *		9. Print Styles
 *			- Simple Theme custom print styles
 *
 * @author Your Name <email@silverstripe.com>
 * ------------------------------------------------------- */

/* OOCSS Grid
* https://github.com/stubbornella/oocss/wiki/grids
*/

.line, /* line - Groups units on one horizontal line. Note: for mobile layout units may be stacked to avoid horizontal scrolling. */
.lastUnit {
	overflow:hidden;
	*overflow:visible;
	*zoom:1;
	padding:0 10px;
}
.unit { /* unit - Base class which divides a line into sections (columns). */
	float:left;
	padding:0 10px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box; /* box-sizing:border-box; creates a box-model where
	padding and border are NOT added onto the width - they are included in the width,
	so a 200px wide element with 20px padding will be 200px, NOT 240px wide */
}
.unitRightv { /* Use this class if you want to offset a column eg: |--content(.unit)--|--content(.unit)--|--no-content--|--no-content--|--content(.unitRighttv)--| */
	float:right;
}

/* sizeXofY - Extends unit. Indicates the fractional width of the unit, for example size3of4 would take up three quarters, or 75%, of the horizontal space.
The following fractions are supported: 1, 1/2, 1/3, 2/3, 1/4, 3/4, 1/5, 2/5, 3/5, 4/5 */
/* It is possible to add more columns if you wish you will just have to add the fractions that are missing eg: .size1of6 {width:16.66666%;} */

.size1of1 {
	float:none;
}
.size1of2 {
	width:50%;
}
.size1of3 {
	width:33.33333%;
}
.size2of3 {
	width:66.66666%;
}
.size1of4 {
	width:25%;
}
.size3of4 {
	width:75%;
}
.size1of5 {
	width:20%;
}
.size2of5 {
	width:40%;
}
.size3of5 {
	width:60%;
}
.size4of5 {
	width:80%;
}
.lastUnit { /* lastUnit - Extends unit. Applied to the last child of every line. */
	float:none;
	width:auto;
	_position:relative; /* Bug fix for IE6 - Internet Explorer 6 and below wouldn't fail on properties that were prefixed with non-alphanumeric characters.
	meaning that anything prefixed with _ wouldn't be picked up by any other browsers */
	_left:-3px;
	_margin-right:-3px;
}

/* MAIN LAYOUT */
body {
    position: relative;
    margin: 0;
    background: #fff;
    min-width: 240px;
    -webkit-text-size-adjust: none; /* The text size is not adjusted for Safari on iPhone */
}
	.ie7 body,
	.ie8 body {
	    min-width: 860px; /* media queries are not supported in ie7/8 without a polyfill */
	}
	.main {
	    background: #fff;
	    padding: 40px 0 60px;
	    min-height: 300px;
	}
	.inner {
	    max-width: 1100px;
	    margin: 0 auto;
	    padding: 0 30px;
	}
	.ie6 .inner {
	    width: 960px;
	}
	.no-sidebar .content-container {
	    float: left;
	    width:100%; /* makes content container full width when there is no sidebar */
	}
    .sidebar {
        margin-top: 42px;
    }
    @media (max-width: 768px) {
        .sidebar {
            margin-top: 12px;
        }
    }
	.no-sidebar .sidebar {
		display: none;
	}


/* HEADER */
.header {
    position: sticky;
    top: 0;
    z-index: 900;
    background-color: #fff;
    transition: box-shadow .15s ease-out;
}
.header.affix {
    box-shadow: 0 -25px 10px 20px #21505e;
}
.HomePage .header {
    z-index: 1001;
    background-color: transparent;
}
.myObserver {
    height: 1px;
    width: 1px;
    pointer-events: none;
    position: relative;
    top:auto;
    z-index: -1;
    overflow: hidden;
}
.header .inner {
    padding-top: 15px;
    position: relative;
    min-height: 72px;
}
.HomePage .header .inner {
    padding-top: 20px;
}

.members-nav {
    position: absolute;
    right: 65px;
    z-index: 10;
}
.HomePage .members-nav {
    top: 25px;
    z-index: 1002;
}
@media (max-width: 768px) {
    .members-nav {
        top: 25px;
        right: 80px;
    }
    .HomePage .members-nav {
        right: 20px;
    }
}
.members-nav a .ion,
.members-nav a span {
    vertical-align: middle;
}
.members-nav a {
    color: #111;
    font-size: 13px;
    -moz-transition: color 0.2s;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}
.members-nav a .ion {
    font-size: 11px;
    vertical-align: inherit;
}
.members-nav a:focus,
.members-nav a:hover {
    color: #e59e2e;
}
.members-nav a span {
    font-weight: 400;
    text-rendering: optimizeLegibility;
    font-family: BloggerSans, sans-serif;
}

/* Brand */
header .brand, header .brand:hover {
    float: left;
    color: #fff;
    display: inline-block;
}
.brand h1 {
    margin: 0;
    padding: 0;
    font-size: 48px;
    font-family: "HelveticaNeueLTPro-Bd", "Helvetica Neue LT Pro Bold", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue LT Pro", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #fff;
    font-weight: 600;
    font-stretch: normal; /* default value. No font stretching */
    line-height: 1em;
}
.brand p {
    color: #888;
    margin-bottom: 22px;
}

/* Search form */

.search-bar {
    position: absolute;
    right: 13px;
    top: 12px;
}
.search-bar .field {
    margin: 0;
    padding: 0;
}
.search-bar form input.text {
    width: 155px;
    padding: 5px 34px 5px 15px;
    color: #888;
    margin: 0;
    border: none;
    border-radius: 14px;
    background: #fff;
}

.search-bar form input.action { /* positions the search button icon over the top of the search input */
    font-size: 16px;
    position: absolute;
    right: 5px;
    top: 0;
    cursor: pointer;
    border: none;
    padding: 5px;
    background: none;
    font-family: 'WebSymbolsRegular';
    color: #848484;
    border-radius: 0;
    margin: 0;
}
.search-bar form input.active,
.search-bar form input.action:hover {
    color: #000;
}
.search-bar form input:focus,
.header textarea:focus {
    outline: none; /* removes default browser outlining on focus */
}
.search-dropdown-icon {
    display: none; /* hides search-dropdown-icon when site is at full width - media queries set it to display:block when at mobile/tablet width */
}

/* NAVIGATION */

	/* Primary navigation */
	.header .inner .unit {
		position: relative; /* used to position the main navigation */
	}
	.header .primary ul {
		position:absolute;
		bottom:0;
		right:0; /* positions the main navigation */
	}
	.header .primary li {
	    float: left;
	    padding-bottom: 14px;
	    margin: 0 19px;
	    position: relative;
	    white-space: nowrap; /* forces text to never wrap onto a second line */
	}
	.header .primary li a {
        display: block;
	    color: #111;
        font-family: BloggerSans, sans-serif;
        font-size: 16px;
        font-weight: 500;
        text-decoration: none;
        text-transform: uppercase;
        transition: color .15s ease-out;
	}
	.header .primary li a:hover {
	    color: #e59e2e;
	}
	.header .primary li.section a,
	.header .primary li.current a {
	    color: #e59e2e;
	}
	.header .primary li.section:after,
	.header .primary li.current:after {
	    content: '}'; /* adds triangle beneath current nav item ('}' is renders as a triangle when WebSymbolsRegular is set as the font) */
	    display: block;
	    position: absolute;
	    left: 50%;
	    margin-left: -7px;
	    bottom: -7px;
	    font-family: 'WebSymbolsRegular';
	    font-size: 30px;
	    color: #fff;
	    text-align: center;
	    line-height: 20px;
	}

	/* Tablet Navigation */
	/* When navigation and logo overlap tablet-nav is initialized */
	.tablet-nav .brand p {
	    margin-bottom: 0;
	}
	.tablet-nav .header .inner {
	    padding-top: 20px;
	}
	.tablet-nav .header .primary ul {
	    float: left;
	    clear: both;
	    position: relative;
	    margin: 20px 0 0 -13px;
	    white-space: nowrap;
	    right: auto; /* resets the right property value that is set for the desktop site */
	}
		.tablet-nav .header .primary ul li {
		    white-space: nowrap;
		}
			.tablet-nav .header .primary ul li a { /* there is no hover on touch devices so no transition on hover is necessary */
			    -moz-transition: none;
			    -webkit-transition: none;
			    transition: none;
			}
	.tablet-nav .footer .right {
	    float: left;
	    width: 100%;
	}

	/* Secondary navigation */
	.main .secondary h3 {
        text-rendering: optimizeLegibility;
        color: #5aaebf;
        font-family: Judesys, sans-serif;
        font-size: 30px;
        font-weight: 600;
        line-height: 1.1;
	}
	.main .secondary {
	    border-bottom: 3px solid #194e5c;
	}
		.main .secondary ul {
		    padding: 0;
		    margin: 0;
		}
		.main .secondary li {
		    border-top: 3px solid #194e5c;
		    position: relative;
		    list-style-type: none;
		    margin-bottom: 0;
		}
			.main .secondary li .arrow:after {
                content: '\003e';
                display: block;
                position: absolute;
                left: 20px;
                top: 0;
                font-family: 'WebSymbolsRegular';
                font-size: 14px;
                color: #fff;
                text-align: center;
                vertical-align: middle;
                line-height: 38px;
			    -moz-transition: 0.2s;
			    -webkit-transition: 0.2s;
			    transition: 0.2s;
			}
		.main .secondary li a:hover .arrow,
		.main .secondary li.current a.current .arrow {
		    left: 6px;
            color: #fff;
		}
		.main .secondary li a {
		    padding: 10px 0 10px 10px;
		    display: block;
		    text-transform: uppercase;
		    letter-spacing: 2px;
		    font-size: 11px;
		    color: #fff;
            background-color: #5aaebf;
		    line-height: 17px;
		    border-bottom: none;
		    font-family: 'Lucida Sans', 'Lucida Grande', Arial, Helvetica, sans-serif;
		}
		.main .secondary li .text {
		    padding-left: 28px;
		    display: block;
            color: #fff;
            font-family: BloggerSans, sans-serif;
            font-size: 16px;
            font-weight: bold;
		}
		.main .secondary li.current a.current .text {
            color: #fff;
        }
		.main .secondary li.current a.current {
			background-color: #e59e2e;
		}
		.main .secondary li.section,
		.main .secondary li.current {
		    background-color: #F3F3F3;
		}
			.main .secondary li.section a,
			.main .secondary li.current a {
			    color: #000;
			}


		/* Secondary navigation 2-5 levels deep */
		.main .secondary ul ul {
			display: none;
		}
		.secondary ul li.current ul,
		.secondary ul li.section ul { /* Only show child pages from selected parent */
			display: block;
		}
		.secondary li.current ul ul {
			display: none;
		}
		.main .secondary ul ul li a { padding-left: 10px; } /* Indent all sidebar navigation levels*/
			.main .secondary ul ul li a .arrow { left: 12px; }
			.main .secondary ul ul li a:hover .arrow { left: 16px; }

		.main .secondary ul ul ul li a { padding-left: 20px; }
			.main .secondary ul ul ul li a .arrow { left: 22px; }
			.main .secondary ul ul ul li a:hover .arrow { left: 26px; }

		.main .secondary ul ul ul ul li a { padding-left: 30px; }
			.main .secondary ul ul ul ul li a .arrow { left: 32px; }
			.main .secondary ul ul ul ul li a:hover .arrow { left: 36px; }

		.main .secondary ul ul ul ul ul li a { padding-left: 40px; }
			.main .secondary ul ul ul ul ul li a .arrow { left: 32px; }
			.main .secondary ul ul ul ul ul li a:hover .arrow { left: 36px; }

		.main .secondary li a:hover,
		.main .secondary li.section a:hover,
		.main .secondary li.current a:hover {
			color: #b80000;
		}




/* MIXED */
header:after,
.main:after,
#Root:after,
.search-bar:after,
header .inner:after,
footer:after { /* clearfix */
    height: 0;
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
}
.search-bar form input.action,
.header .primary li a,
.footer a { /* adds color transition when links/inputs on hover */
    -moz-transition: color 0.2s;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}
.footer a.brand { color: #333; margin-left: 0; }
.footer a.brand:hover { color: #B80000; }
body h1 span.amp {
    font-family: Baskerville,"Goudy Old Style","Palatino","Book Antiqua",Georgia;
    font-style: italic;
}
.footer .inner a {
    color: #194e5c;
}
.footer .inner a:hover,
.footer .inner a:focus {
    color: #e59e2e;
}

/* cookie popup begin */
.cookie-popup-holder {
    display: none;
    position: fixed;
    max-width: 375px;
    width: 100%;
    height: auto;
    bottom: 10px;
    right: 10px;
    background-color: #fff;
    padding: 30px 25px;
    z-index: 9999;
    box-shadow: 0 0 8px 0 rgb(75 75 75 / 32%);
}
.cookie-popup-holder p {
    font-size: 16px;
    display: inline-block;
    margin-bottom: 35px;
    font-family: BloggerSans, sans-serif;
}
.cookie-popup-holder .d-block {
    display: block;
    text-align: center;
}
.cookie-popup-holder p a {
    color: #5aaebf;
}
.cookie-popup-holder .cookie-popup-close {
    line-height: 26px;
    margin-bottom: 0;
}
@media (max-width: 420px) {
    .cookie-popup-holder {
        left: 0;
        right: 0;
        bottom: 0;
        max-width: none;
        width: auto;
    }
}
@media (max-width: 320px) {
    .cookie-popup-holder .cookie-popup-close {
        padding: 10px 25px;
    }
}
/* cookie popup end */

/* general rules page begin */
.general-rules-popup-holder {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 10px;
    z-index: 9999;
}
.general-rules-popup-content {
    max-height: 80vh;
    overflow-y: auto;
    width: 90%;
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-sizing: border-box;
    position: relative;
}
.general-rules-popup-content .general-rules-title {
    text-align: center;
}
.general-rules-popup-content .general-rules-text {
    overflow-y: auto;
    max-height: 60vh;
    padding-right: 10px;
}
.general-rules-popup-holder p {
    font-size: 16px;
    display: inline-block;
    margin-bottom: 35px;
    font-family: BloggerSans, sans-serif;
}
.general-rules-popup-holder .d-block {
    display: block;
    text-align: center;
}
.general-rules-popup-holder p a {
    color: #5aaebf;
}
.general-rules-popup-holder .general-rules-popup-close {
    line-height: 26px;
    margin-bottom: 0;
}
@media (max-width: 420px) {
    .general-rules-popup-holder {
        left: 0;
        right: 0;
        bottom: 0;
        max-width: none;
        width: auto;
    }
}
@media (max-width: 320px) {
    .general-rules-popup-holder .general-rules-popup-close {
        padding: 10px 25px;
    }
}
/* general rules page end */

/* FOOTER */
.footer {
    color: #111;
    padding: 20px 0;
    font-family: BloggerSans, sans-serif;
    font-size: 16px;
    opacity: .8;
    padding-bottom: 25px;
    text-align: center;
}
.HomePage .footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1001;
}
/* PAGE SPECIFIC LAYOUT */

	/* Homepage */
		/* currently no Hompage specific styles - feel free to add your own */

	/* Search Results */
	.typography .searchResults h1 {
		margin-bottom: 0;
		padding-bottom: 0;
		border-bottom: none;
	}
	.searchResults p.searchQuery {
	    margin-bottom: 10px;
	    font-size: 15px;
	    font-weight: bold;
	}
	.searchResults ul#SearchResults {
	    padding: 0;
	    border-bottom: 1px solid #e5e5e5;
	    margin:0;
	}
		.searchResults ul#SearchResults li {
		    border-top: 1px solid #e5e5e5;
		    padding: 20px 0;
		    list-style-type: none;
		}
		.searchResults ul#SearchResults p {
		    margin-bottom: 10px;
		}
		.searchResults #PageNumbers a {
		    padding: 0 5px;
		}
		.searchResults #PageNumbers .pagination {
		   	border-bottom: 1px solid #e5e5e5;
		    padding: 20px 0;
		    display:table; /* displays the pagination as a table so that elements stay inline and the middle column adjusts its size to accomodate and the right arrow stays to the right */
		    width:100%;
		}
		.searchResults #PageNumbers .pagination span{
			display:table-cell; /* each element in the pagination div displays as a table cell */
		}
		.searchResults #PageNumbers p {
		    text-align: center;
		    padding:20px 0;
		}
		.searchResults #PageNumbers .next,
		.searchResults #PageNumbers .prev {
		    font-size: 14px;
		    padding: 0 20px;
		    display:table-cell; /* each element in the pagination div displays as a table cell */
		    vertical-align: middle;
		    border-bottom:0 !important;
		}
		.searchResults #PageNumbers .next {
		    margin-left: 15px;
		}
		.searchResults #PageNumbers .prev {
		    margin-right: 15px;
		}

/* DEVICE & RESPONSIVE LAYOUT */
.header .nav-open-button {
    display: none; /* removes the nav toggle button for desktop site */
}
.HomePage .nav-open-button {
    display: none !important;
}
#media-query-trigger {
    /* instead of detecting the width of the window in simple/javascript/script.js it detects the visibility of this element (which is set using media queries)
    instead to trigger the hiding/showing of nav and search in mobile mode */
    display: none;
    visibility: hidden;
}

/* BREAKPOINT 960px */

@media only screen and (max-width: 960px) {
	.content img {
	    max-width: 97%;
	    height: auto;
	}
	.header .primary ul {
	    margin-left: -12px;
	    -webkit-padding-start: 0px; /* removes default webkit padding on ul items */
	}
}

/* BREAKPOINT 640px */

/* when changing the breakpoint below, change it ito the same value in the script.js file as well */
@media only screen and (max-width: 768px) {
	#media-query-trigger {
	    visibility: visible;
	}

	/* Navigation*/

	.tablet-nav .header .brand {
	    float: none;
	    display: inline-block;
	    margin-left: 22px;
	    margin-bottom: 10px;
	}
		.brand h1 {
		    font-size: 40px;
		}
		.brand h1 {
		    padding-right: 100px; /* padding stops .brand text from overlapping the search and nav buttons */
		}
	.tablet-nav .header {
	    padding: 0px;
	}
		.tablet-nav .header .inner {
		    padding: 20px 0 0 0;
		    min-height: 0;
		}
		.tablet-nav .header .primary .nav-open-button { /* styling and positioning of the nav toggle button */
		    z-index: 100;
		    width: 20px;
		    height: 20px;
		    position: absolute;
            right: 40px;
            top: 5px;
		    display: block;
		    cursor: pointer;
		    font-family: 'WebSymbolsRegular';
		    font-size: 30px;
		    color: #5aaebf;
		}
		.tablet-nav .header .primary ul {
		    z-index: 10;
		    position: relative;
		    display: none; /* initially hiding the navigation */
		    float: left;
		    margin: 0;
		    padding: 0 0 10px;
		    white-space: normal;
		    width: 100%;
		}
			.tablet-nav .header .primary ul li {
			    width: 100%;
			    margin: 0;
			    padding: 0;
			    float: none; /* displays list items vertically */
			    background: none;
			    position: relative;
			    text-shadow: 0 1px #fff;
			}
			.tablet-nav .header .primary ul li:after { /* creates the arrow for the primary nav links */
			    content: '\003e';
			    display: block;
			    position: absolute;
			    right: 20px;
			    top: 0px;
			    font-family: 'WebSymbolsRegular';
			    font-size: 14px;
			    color: #fff;
			    text-align: center;
			    vertical-align: middle;
			    line-height: 38px;
			}
			.tablet-nav .header .primary ul li a,
			.tablet-nav .header .primary ul li.current a,
			.tablet-nav .header .primary ul li.section a { /* styling the  top level nav links */
			    padding: 10px 0 10px 22px;
			    font-weight: bold;
			    border-bottom: 3px solid #194e5c;
			    color: #fff;
			    background: #5aaebf;
			}
			.tablet-nav .header .primary ul li.current a,
			.tablet-nav .header .primary ul li.section a {
				background: #e59e2e; /* makes background on current top level page slightly darker */
			}
			.tablet-nav .header .primary ul li a:hover {
			    color: #fff;
			}
			.tablet-nav .header .primary li.section:after,
			.tablet-nav .header .primary li.current:after {
			    display: none; /* hides the link arrow on current top level page */
			}
			.tablet-nav .tablet-nav .header nav.primary ul li {
				padding: 0;
			}

	/* Search Form */
	.search-bar { /* adds new styling to mobile search bar */
	    width: 100%;
	    position: relative;
	    top: 0;
	    right: 0;
	    display: none; /* hides searchbar initially */
	    padding: 20px 0;
	    margin: 0;
	    background-color: #E7E7E7;
	}
	.search-dropdown-icon { /* styling for search toggle button */
	    display: block;
	    cursor: pointer;
	    width: 20px;
	    height: 20px;
	    position: absolute;
	    right: 60px;
	    top: 34px;
	    font-family: 'WebSymbolsRegular';
	    font-size: 20px;
	    color: #ededed;
	    text-align: center;
	    line-height: 20px;
	}
	.search-bar form {
	    margin: 0;
	    width: 100%;
	}
		.search-bar form fieldset {
		    padding: 0 18px;
		    left: 0;
		    right: 0;
		    position: relative;
		}
	.search-bar div.field {
	    margin-bottom: 0;
	}
	.search-bar form input.text {
	    width: 89%; /* makes search input full width - allowing for space either side */
	    max-width: 89%;
	    padding: 8px 10% 8px 1%;
	    text-indent: 15px;
	    position: relative;
	    display: block;
	    right: 0;
	    left: 0;
	    border: 1px solid #e5e5e5;
	    background: #fff;
	    font-size: 17px;
	    border-radius: 20px; /* increase border radius due to increased padding */
	}
	.search-bar form input.action {
	    right: 5%;
	    top: 2px;
	    font-size: 18px;
	}

	/* Main Content */
	.main {
	    padding: 20px 0 45px; /* decrease padding so that more content can fit on screen */
	}
	.content-container,
	.sidebar {
	    width: 100%; /* sidenav is now shown above the page content */
	    margin-bottom: 30px;
	}
        .sidebar .content-container {
            margin-bottom: 0 !important;
        }
		.typography h1 { /* decrease size of page heading due to smaller screen */
		    font-size: 30px;
			line-height:35px;
		    margin-bottom: 15px;
		    padding-bottom: 10px;
		}
		.typography p {
		    font-size: 16px;
		    line-height: 23px;
		}
	p.intro {
	    font-size: 19px;
	    line-height: 27px;
	}
	.main .inner {
	    padding: 0 22px;
	}
    .no-sidebar .content-container {
        float: none;
        margin-bottom: 0;
    }
    .main .inner .timetable-module-container {
        padding-top: 0;
        margin-top: 0;
    }
    .main .inner .contacts-module-container {
        margin-top: 0;
        padding-top: 0;
    }
	/* Secondry Nav */
	.secondary li a {
	    line-height: 24px;
	}
	.secondary li .arrow {
	    line-height: 26px;
	}
    .timetable-module-container h2 {
        margin-bottom: 2rem !important;
    }
	/* Footer */
	.footer .right {
	    float: left;
	    width: 100%;
	}
}

/* Print Styles */

/* Based on HTML5 boilerplate print styles */
@media print {
	* {
	    background: transparent !important;
	    color: black !important;
	    box-shadow: none !important;
	    text-shadow: none !important;
	    filter: none !important;
	    -ms-filter: none !important;
	}
	a,
	a:visited {
	    text-decoration: underline
	}
	a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

	thead {
	    display: table-header-group
	}
	tr,
	img {
	    page-break-inside: avoid
	}
	img {
	    max-width: 100% !important
	}
	pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    @page {
        margin: 0.5cm;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    /* Simple theme custom print styles */
	.header,
	.footer,
    .nav-open-button,
    .search-bar,
    .search-dropdown-icon,
    nav.primary {
	    display: none;
	}
}



.hero-module {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1050px;
    min-height: calc(100vh - 142px);
    padding: 0 20px;
}
.HomePage .hero-module {
    align-items: flex-start;
    min-height: calc(100vh - 270px);
}
.HomePage .hero-module .page-content {
    margin-top: 5vh;
}
@media screen and (max-width: 769px) {
    .HomePage .hero-module {
        align-items: center;
        min-height: calc(100vh - 255px);
    }
    .HomePage .hero-module .page-content {
        margin-top: 0;
    }
}
.hero-module h1 {
    color: #194e5c;
}
.hero-module h1 span {
    color: #5aaebf;
}
.hero-module .hero-module-subtitle {
    color: #194e5c;
}
.hero-module img {
    max-width: 462px;
    border-style: none;
    margin: 0 0 1.45rem;
    padding: 0;
}
@media screen and (max-width: 769px) {
    .hero-module {
        display: block;
        text-align: center;
    }
    .hero-module img {
        display: block;
        max-width: 100%;
        margin: 0 auto;
        margin-top: 3.75rem;
    }
}


.about-module {
    margin-top: 2rem;
    padding-top: 2rem;
}
.about-module h2 {
    margin-bottom: 4rem;
    text-align: center;
}
.about-module-sections {
    display: flex;
    justify-content: space-between;
}
.about-module-section {
    padding: 0 1rem;
    text-align: center;
    width: 33.33%;
}
.about-module-section img {
    border-style: none;
    margin: 0 0 1.45rem;
    max-width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
}
.about-module-section h3 {
    color: #5aaebf;
    text-transform: uppercase;
}
.about-module-section p {
    font-family: BloggerSans, sans-serif;
    margin: 0 0 1.45rem;
    padding: 0;
    font-size: 18px;
    line-height: 26px;
    color: rgb(0 0 0 / 80%);
}
@media screen and (max-width: 769px) {
    .about-module-sections {
        flex-direction:column
    }
    .about-module-section {
        min-width: 320px;
        width: 100%;
        padding: 0;
    }
    .about-module-section img {
        max-width: 350px;
        width: 100%
    }
}


.back-to-top {
    transition: all 1s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    position: fixed;
    bottom: 31px;
    right: 15px;
    z-index: 9999;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 39px;
    background: #5aaebf;
    color: #fff !important;
    font-size: 17px;
    cursor: pointer;
    text-decoration: none;
    border-radius: 20px;
}
@media (max-width: 767px) {
    .back-to-top {
        bottom: 15px;
        right: 15px;
        width: 40px;
        height: 40px;
        font-size: 13px;
        border-radius: 20px;
    }
}



.timetable-module-container {
    margin-top: 4rem;
    padding-top: 2rem;
}
.timetable-module-container h2 {
    margin-bottom: 4rem;
    text-align: center;
}
.timetable-module-red {
    color: #ffd187;
    font-weight: 700;
}
.timetable-module-group {
    margin-top: .1rem;
}
.timetable-module-age {
    color: #fff;
    display: block;
    font-size: 27px;
    font-weight: 700;
    margin-bottom: .25rem;
}
.timetable-module-day {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}
.timetable-module-table {
    border-collapse: collapse;
    background-color: #5aaebf;
    border-radius: 50px;
    font-family: BloggerSans, sans-serif;
    font-size: 1rem;
    line-height: 1.45rem;
    padding: 0;
    width: 100%;
}
.timetable-module-table th,
table td {
    border-bottom: 0;
}
.timetable-module-table th {
    font-weight: 400;
    margin-top: 5px;
    padding: 2rem 1rem;
    width: 16.67%;
}
.timetable-module-table td,
.timetable-module-table th {
    border-bottom: 3px solid #194e5c;
    text-align: center;
    vertical-align: middle;
    font-size: 18px;
}
.timetable-module-table td {
    height: 130px;
    padding: 0 1rem;
}
.timetable-module-table th:last-child,
table td:last-child {
    border-right: 0;
}
.timetable-module-table tr:last-child td {
    border-bottom: 0;
}
.timetable-module-list {
    color: #fff;
    font-size: .8rem;
    list-style: none;
    margin: 0 !important;
    padding: .75rem 0;
}
.timetable-module-list li {
    list-style-type: none !important;
    font-family: BloggerSans, sans-serif;
    margin-bottom: 0;
    font-size: 14.4px;
}
.timetable-module-tableContainer {
    position: relative;
}
.timetable-module-tableContainer svg {
    position: absolute;
}
.timetable-module-tableContainer svg:first-child {
    right: 54px;
    top: -145px;
    width: 149px;
    z-index: -1;
}
.timetable-module-tableContainer svg:nth-child(2) {
    bottom: -95px;
    right: 79px;
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg);
    width: 216px;
}
.timetable-module-tableContainer svg:nth-child(3) {
    left: 80px;
    top: -20px;
    width: 40px;
}
@media only screen and (max-width: 768px) {
    .timetable-module-tableContainer svg {
        display: none;
    }
}
.timetable-module-tableContainer svg:nth-child(4) {
    bottom: -32px;
    left: 250px;
    width: 40px;
}
.timetable-module-tableContainer svg:nth-child(5) {
    bottom: -85px;
    left: -45px;
    width: 500px;
    z-index: -1;
}

.form-module-container {
    margin: 10rem 0 6rem;
    padding-top: 2rem;
}
.form-module-container h2 {
    margin-bottom: 4rem;
    text-align: center;
}
.form-module-container form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    max-width: 400px;
}
.form-module-container form input {
    margin-bottom: 20px;
}
.input-module-input {
    font-size: 18px;
    border: 2px solid #000;
    outline: none;
    border-radius: 15px;
    font-family: BloggerSans, sans-serif;
    padding: 8px 15px;
}
.checkbox-module-container input {
    margin-bottom: 6px !important;
}
.checkbox-module-container label {
    color: #194e5c;
    font-size: 18px;
    font-family: BloggerSans, sans-serif;
    margin-left: 10px;
    opacity: .6;
}
.form-module-container button {
    margin-top: 20px;
}
::placeholder {
    color: #194e5c;
    opacity: 0.6;
}
:-ms-input-placeholder {
    color: #194e5c;
    opacity: 0.6;
}
::-ms-input-placeholder {
    color: #194e5c;
    opacity: 0.6;
}

.celebration-module-container {
    margin: 4rem 0;
    padding-top: 2rem;
}
.celebration-module-container h2 {
    margin-bottom: 4rem;
    text-align: center;
}
.celebration-module-cardContainer {
    display: flex;
    justify-content: space-between;
}
.card-module-card {
    width: 30%;
    background-color: #5aaebf;
    border-radius: 20px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 25%);
    color: #fff;
    text-align: center;
}
.card-module-card .card-module-image {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    height: 250px;
    width: 100%!important;
}
.card-module-card .card-module-content {
    padding: 10px 20px 30px;
}
.card-module-card .card-module-content h4 {
    text-transform: uppercase;
    font-size: 30px;
    color: #fff;
    margin: 20px 0 15px !important;
}
.card-module-card .card-module-content p {
    margin: 0;
    font-size: 18px;
    line-height: 26px;
}
@media screen and (max-width: 769px) {
    .celebration-module-cardContainer {
        flex-direction: column;
    }
   .celebration-module-cardContainer>div {
        margin: 0 auto 50px;
        max-width: 400px;
        width: 100%
    }
}

.faqs-module-container {
    margin-bottom: 6rem;
    padding-top: 2rem;
}
.faqs-module-container h2 {
    margin-bottom: 2rem;
    text-align: center;
}
.accordion_item {
    border-bottom: 3px solid #5aaebf!important;
    border-top: 0!important;
}
.accordion_button {
    border: none;
    cursor: pointer;
    padding: 18px;
    font-size: 18px;
    text-align: left;
    width: 100%;
    align-items: center;
    background-color: #fff!important;
    color: #194e5c!important;
    display: flex;
    font-family: BloggerSans, sans-serif;
    font-weight: 600;
}
.accordion_button:before {
    border-bottom: 2px solid;
    border-right: 2px solid;
    content: "";
    display: inline-block;
    height: 10px;
    margin-right: 12px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 10px;
    margin-top: -4px;
}
.accordion_button.active:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.accordion_panel {
    display: none;
    -webkit-animation: fadein .35s ease-in;
    animation: fadein .35s ease-in;
    padding: 20px;
}
.accordion_panel b {
    font-size: 18px;
    font-family: BloggerSans, sans-serif;
    font-weight: 700;
}
.accordion_panel p {
    font-size: 18px;
    line-height: 26px;
    font-family: BloggerSans, sans-serif;
}
.accordion_panel ul {
    list-style-image: none;
    list-style-position: outside;
    margin: 0 0 1.45rem 1.45rem;
    padding-top: 20px;
}
.accordion_panel ul li {
    font-size: 18px;
    line-height: 26px;
    font-family: BloggerSans, sans-serif;
    margin: 0;
    padding-bottom: 5px;
}

.contacts-module-container {
    margin: 4rem 0 6rem;
    padding-top: 2rem;
}
.contacts-module-container h2 {
    margin-bottom: 2rem;
    text-align: center;
}
.contacts-module-innerContainer {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 800px;
}
@media screen and (max-width: 769px) {
    .contacts-module-innerContainer {
        display: block;
    }
}
.contacts-module-contacts {
    display: flex;
    flex-direction: column;
    font-family: BloggerSans, sans-serif;
}
.contacts-module-contacts .contacts-module-contactsRow {
    align-items: center;
    display: flex;
    margin-bottom: 2rem;
}
.contacts-module-contacts .contacts-module-contactsRow svg {
    margin-right: 1rem;
    width: 40px;
}
.contacts-module-contacts .contacts-module-contactsRow .facebook-icon {
    max-width: 40px;
    width: 100%;
    margin-right: 1rem;
}
.contacts-module-contacts .contacts-module-contactsRow .insta-icon {
    max-width: 40px;
    width: 100%;
    margin-right: 1rem;
}
.contacts-module-contacts .contacts-module-contactsRow:first-child svg {
    width: 35px;
}
.contacts-module-contacts .contacts-module-contactsRow span {
    color: #194e5c;
    font-size: 18px;
    line-height: 26px;
    font-family: BloggerSans, sans-serif;
}
.contacts-module-innerContainer iframe {
    border: 0;
    max-width: 450px;
    width: 100%;
}
@media screen and (max-width: 769px) {
    .contacts-module-innerContainer iframe {
        max-width: 709px;
    }
}

.partners-module-container {
    margin: 6rem 0 2rem;
}
.partners-module-container h2 {
    margin-bottom: 4rem;
    text-align: center;
}
.partners-module-innerContainer {
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.partners-module-innerContainer > div {
    width: 33.3%;
}
.partners-module-innerContainer > div img {
    display: block;
    margin: 0 auto;
    max-width: 70%;
    border: none;
    background: none;
}
.partners-module-innerContainer > div:nth-child(2) img {
    display: block;
    margin: 0 auto;
    max-width: 60%;
}
@media screen and (max-width: 769px) {
    .partners-module-innerContainer {
        display: block;
    }
    .partners-module-innerContainer > div:first-child {
        margin-top: 0;
    }
    .partners-module-innerContainer > div {
        width: 100%;
        margin-top: 1.45rem;
    }
}

/* flexslider Begin */
.flexslider {
    margin: 0;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
.loading .flex-viewport {
    max-height: 60px;
    opacity: 0;
}
.flex-viewport .slides {
    margin: 0 !important;
}
.flexslider .slides > li {
    position: relative;
}
.flex-control-nav {
    bottom: 0;
    text-align: right;
    padding: 0 15px;
}
.flex-direction-nav {
    margin: 0 !important;
}
.flex-direction-nav a {
    width: 26px;
    height: 37px;
    opacity: 1;
}
.flex-direction-nav a:before {
    display: none;
}
.flex-control-paging li a {
    color: transparent;
    background: rgba(210, 210, 210, 0.5);
    transition: background 0.15s ease-in-out;
}
.flex-control-paging li a:hover,
.flex-control-paging li a:focus {
    background: rgba(220, 220, 220, 0.7);
}
.flex-control-paging li a.flex-active {
    background: rgba(220, 220, 220, 0.9);
}
/* flexslider End */

/* TimeSlider Begin */
.TimeSlider {
    display: none;
}
.TimeSlider .slides li {
    margin-bottom: 0 !important;
    text-align: center;
}
.TimeSlider .slides li h4 {
    color: #194e5c;
}
@media only screen and (max-width: 768px) {
    .TimeSlider .slides li h4 {
        font-size: 28px;
    }
}
.TimeSlider .slides li .event-title {
    margin-bottom: 10px;
}
.flex-direction-nav .flex-prev {
    left: -14px;
    background: url(../images/timeslider-prev.svg) no-repeat;
}
.TimeSlider .flex-direction-nav .flex-next {
    right: -22px;
    background: url(../images/timeslider-next.svg) 6px 0 no-repeat;
}
.daysHolder {
    display: block;
    list-style: none;
    padding: 0 0 30px;
    text-align: center;
    margin: 0 !important;
}
.daysHolder li:first-child {
    margin-left: 0;
}
.daysHolder li {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}
.daysHolder li a {
    display: block;
    padding: 5px 10px 7px;
    color: #212529;
    font-family: BloggerSans, sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 3px;
    border-radius: 1px;
    border: 1px solid #c7dce1;
    transition: color 0.15s ease-in-out, border 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.daysHolder li a:hover,
.daysHolder li a:focus,
.daysHolder li a:active,
.daysHolder li.flex-active a {
    color: #194e5c;
    border: 1px solid #194e5c !important;
    box-shadow: 0 0 8px -5px #194e5c;
}
.daysHolder li a > span {
    display: block;
}
.daysHolder li a .daysHolderDate {
    font-size: 10px;
    opacity: 0.5;
    transition: opacity 0.15s ease-in-out;
}
.daysHolder li.flex-active a .daysHolderDate {
    opacity: 1;
}
.daysHolder li.isCurrentDay a {
    border: 1px solid rgba(171, 54, 53, 0.15);
    background-color: rgb(245 253 255);
}
.text-prices {
    font-family: BloggerSans, sans-serif;
    font-size: 16px;
    line-height: 26px;
    max-width: 490px;
}
.link-prices {
    display: inline-block;
    font-family: BloggerSans, sans-serif;
    font-size: 14px;
    line-height: 18px;
    text-transform: none;

}
@media (max-width: 530px) {
    .daysHolder li {
        margin-left: 5px;
    }
    .daysHolder li a {
        padding: 5px 10px 7px;
        font-size: 13px;
    }
}
@media (max-width: 469px) {
    .daysHolder {
        padding: 0 0 20px;
    }
    .daysHolder li {
        margin-left: 2px;
    }
    .daysHolder li a {
        padding: 2px 13px 4px;
        font-size: 13px;
    }
}
@media (max-width: 410px) {
    .daysHolder {
        padding: 0 0 20px;
    }
    .daysHolder li {
        margin-left: 5px;
    }
    .daysHolder li a {
        padding: 6px 5px 6px;
        font-size: 12px;
    }
}
/* TimeSlider End */

/* CitySlider Begin */
.CitySlider {
    margin-top: -40px;
}
.CitySlider .slides {
    margin: 0;
}
.CitySlider .slides li {
    margin-bottom: 0 !important;
}
.CitySlider .slides .video-wrapper {
    max-height: 800px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.CitySlider .slides .video-wrapper video {
    max-height: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
}
.CitySlider .slides li .slide-content {
    position: absolute;
    top: 25px;
    left: 25px;
    display: flex;
    flex-direction: column;
}
.CitySlider .slides li .slide-content .button-module-button {
    align-self: flex-start;
}
.CitySlider .slides li .slide-content > *:not(.button-module-button) {
    align-self: flex-start;
    padding: 0 15px;
    background-color: rgb(255 255 255 / 70%);
    border-radius: 15px;
}
@media only screen and (max-width: 768px) {
    .CitySlider {
        margin-top: -20px;
    }
    .CitySlider .slides li .slide-content > *:not(.button-module-button) {
        align-self: center;
        text-align: center;
    }
    .CitySlider .slides li .slide-content .button-module-button {
        align-self: center;
    }
    .CitySlider .slides li .slide-content {
        bottom: 25px;
        right: 25px;
        gap: 10px;
    }
}
.CitySlider .flex-direction-nav .flex-prev {
    left: -14px;
    background: url(../images/timeslider-prev.svg) no-repeat;
    border-bottom: none;
}
.CitySlider .flex-direction-nav .flex-next {
    right: -22px;
    background: url(../images/timeslider-next.svg) 6px 0 no-repeat;
    border-bottom: none;
}
/* CitySlider End */

/* Form Begin */
.customFormHolder {
    position: relative;
    background-color: #5aaebf;
    padding: 50px 0;
    border-radius: 50px;
    font-family: BloggerSans, sans-serif;
    font-size: 1rem;
    line-height: 1.7rem;
    width: 100%;
    max-width: 500px;
}
.customFormHolder .formMessages {
    display: none;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 25%);
}
@media (max-width: 576px) {
    .customFormHolder .p-3 {
        padding: 0 !important;
    }
    .customFormHolder .formMessages {
        margin: 0 1rem;
    }
}
.customFormHolder .formMessages.error {
    background-color: #e59e2e;
}
.customFormHolder .formMessages.success {
    text-align: center;
    background-color: #194e5c;
}
.customFormHolder .formMessages p {
    color: #fff;
    font-size: 16px;
    line-height: 21px;
    font-family: BloggerSans, sans-serif;
    margin-bottom: 0;
}
.customFormHolder .formMessages.success p {
    font-size: 20px;
}
.customFormHolder form {
    width: 80%;
    margin: 0 auto;

}
.customFormHolder form label,
.customFormHolder form .radio label,
.customFormHolder form .checkbox label {
    color: #fff;
    font-family: BloggerSans, sans-serif;
    text-transform: uppercase;
    font-weight: 500;
}
.customFormHolder form label.left {
    text-align: left;
}
.customFormHolder form input[type="checkbox"] {
    width: 18px !important;
    height: 18px !important;
}
.customFormHolder form input.text,
.customFormHolder form textarea,
.customFormHolder form select {
    color: #194e5c;
    padding: 10px 8px;
    max-width: none;
    transition: box-shadow 0.15s ease
}
.customFormHolder form input.text:focus,
.customFormHolder form textarea:focus,
.customFormHolder form select:focus {
    box-shadow: 0 0 14px -3px #194e5c;
}
.customFormHolder form input.has_error,
.customFormHolder form textarea.has_error,
.customFormHolder form select.has_error {
    border: 1px solid #e59e2e;
    box-shadow: 0 0 18px -3px #e59e2e;
    outline: 0;
}
.customFormHolder form a {
    color: #fff;
    -moz-transition: color 0.2s;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}
.customFormHolder form a:focus,
.customFormHolder form a:hover,
.customFormHolder form a:active {
    color: #194e5c;
}
@media (max-width: 768px) {
    .customFormHolder .btn-toolbar {
        text-align: center;
    }
}
/* Form End */

/* Table Begin */
.table {
    border: solid 1px transparent;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 13px;
}
.table thead th {
    border: solid 1px transparent;
    border-top: 1px solid #194e5c;
    border-bottom: 1px solid #194e5c;
    color: #194e5c;
    padding: 10px;
    text-align: left;
}
.table tbody td {
    border: solid 1px transparent;
    border-bottom: 1px solid #194e5c;
    color: #111;
    padding: 10px;
}
.table {
    width: 100%;
    margin-bottom: 1rem;
}
@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch; }
    .table-responsive-sm > .table-bordered {
        border: 0; } }

@media (max-width: 767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch; }
    .table-responsive-md > .table-bordered {
        border: 0; } }

@media (max-width: 991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch; }
    .table-responsive-lg > .table-bordered {
        border: 0; } }

@media (max-width: 1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch; }
    .table-responsive-xl > .table-bordered {
        border: 0; } }

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
.table-responsive > .table-bordered {
    border: 0; }
/* Table End */

/* PanelPage Begin */
.panelPage .profileImageHolder {
    position: absolute;
    right: 0;
    top: 0;
}
.panelPage .profileImageHolder .profileImage {
    max-width: 135px;
    width: 100%;
    border-radius: 0 50px;
    border: 4px solid #407f8c;
}
.panelPage .profileInformationHolder {
    display: block;
    margin-top: 30px;
}
@media (max-width: 576px) {
    .panelPage .profileInformationHolder {
        margin: 35px 1rem 0;
    }
}
.panelPage .profileInformationHolder .text-inner {
    background-color: #fff;
    border-radius: 50px;
    padding: 1rem;
}
.panelPage .profileInformationHolder .text-inner ul {
    margin: 0 15px;
    padding: 0;
}
.panelPage .profileInformationHolder .text-inner ul li:first-child {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
}
.panelPage .profileInformationHolder .text-inner ul li {
    list-style: none !important;
    border-top: 1px dashed #111;
    margin-top: 5px;
    padding-top: 5px;
}
.panelPage .profileInformationHolder .text-inner ul li .label {}
.panelPage .profileInformationHolder .text-inner ul li .value {
    float: right;
}
.panelPage .profileInformationHolder .paymentButtonHolder {
    margin: 20px 15px 0;
}
.panelPage .profileInformationHolder .paymentButtonHolder input[type="checkbox"] {
    display: inline-block;
    vertical-align: middle!important;
    margin: -3px 4px 0 0;
}
@media (max-width: 410px) {
    .panelPage .profileInformationHolder .text-inner ul li .label {
        display: block;
    }
    .panelPage .profileInformationHolder .text-inner ul li .value {
        float: none;
        display: block;
    }
}
.panelPage .panelHolder .panelHolderInfo {
    font-family: BloggerSans, sans-serif;
    font-size: 16px;
    margin-top: 30px;
}
/* PanelPage End */

/* panel-page-items Begin */
.panel-page-items {
    list-style: none;
    margin: 20px 0;
    padding: 0;
}
.justify-content-md-center {
    justify-content: center !important;
}
.panel-page-items .panel-page-item {
    display: inline-block;
    vertical-align: top;
    max-width: 200px;
    margin-top: 20px;
}
.panel-page-items .panel-page-item a {
    display: block;
    min-width: 160px;
    padding: 20px;
    border: 4px solid #194e5c;
    border-radius: 45px;
    box-shadow: 0 0 5px -2px #5aaebf;
    transition: color .10s ease-in-out, background-color .10s ease-in-out, box-shadow .10s ease-in-out, border .10s ease-in-out;
}
.panel-page-items .panel-page-item a:focus,
.panel-page-items .panel-page-item a:active,
.panel-page-items .panel-page-item a:hover {
    border: 4px solid #e59e2e;
    box-shadow: 0 0 6px -1px #5aaebf;
}

.panel-page-items .panel-page-item a > i.ion {
    color: #194e5c;
    display: block;
    text-align: center;
    font-size: 2rem;
}
.panel-page-items .panel-page-item a > span {
    display: block;
    text-align: center;
    text-rendering: optimizeLegibility;
    color: #194e5c;
    font-family: Judesys,sans-serif;
    font-size: 1.95rem;
    font-weight: 700;
    line-height: 1.1;
}
.panel-page-items .panel-page-item a:hover > i.ion,
.panel-page-items .panel-page-item a:hover > span {
    color: #e59e2e;
}
/* panel-page-items End */

/* MyProfilePage Begin */
.myProfilePage .customFormHolder .btn-toolbar {
    text-align: center;
}
/* MyProfilePage End */

/* MyOrderPage Begin */
.myOrdersPage {

}
/* MyOrderPage End */

/* timetable begin */
.TimeTable {
    background-color: #5aaebf;
    padding: 50px 0;
    border-radius: 50px;
    font-family: BloggerSans, sans-serif;
    /*color: yellow;*/
    font-size: 1rem;
    line-height: 1.45rem;

}

.TimeTableFilterButtons {
    position: absolute;
    text-align: right;
    top: 15px;
    padding: 15px 8px 15px 0;
    right: 10px;
}

.TimeTableFilterButtons a {
    color: #ffd187;
}
.TimeTableFilterButtons a:hover,
.TimeTableFilterButtons a:focus {
    color: #ffffff;
    text-decoration: underline;

}
.TimeTableFilterButtons a.active {
    color: #ffffff;

}
.timetable {
    position: relative;
}
.timetable .row .col {
    padding-right: 10px;
    padding-left: 10px;
}
@media (max-width: 767px) {
    #TimeFilter {
        display: none;
    }
}
@media (max-width: 512px) {
    .timetable .row .col {
        flex: 0 0 100%;
        max-width: 100%;
        padding-top: 20px;
        margin: 0 0 30px;
        background-color: rgba(223, 223, 223, 0.06);
        box-shadow: 0 -15px 20px -25px #194e5c;
    }
    .timetable h4 {
        font-weight: 600;
        font-size: 18px;
        letter-spacing: 2px;
        margin-bottom: 0;
    }
    .timetable .week-date {
        display: block;
        font-size: 16px;
        margin-bottom: 10px;
    }
    .timetable .row .col hr {
        display: none;

    }
}
.timetable h4 {
    color: #fff;
    font-size: 24px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 0;
}
.timetable .week-date {
    display: block;
    font-size: 14px;
    text-align: center;
}
.timetable hr {
    border-top: 3px solid #194e5c;
}
.timetable .event-summary {
    padding: 10px;
    margin-bottom: 0px;
}

.timetable .event-summary a:hover,
.timetable .event-summary a:focus,
.timetable .event-summary a:active {
    color: #000;
}
.timetable .event-title,
.timetable .event-duration,
.timetable .event-place,
.timetable .event-free-slots,
.timetable .event-member {
    display: block;
    font-size: 13px;
    /*padding-botom: 15px;*/
}
.timetable .event-title {
    font-size: 16px;
    line-height: 19px;
    padding-top: 5px;

}
.timetable .event-time {
    font-size: 16px;
    font-weight: bolder;
    text-align: center;
    color: #ffd187;
}
.timetable .event-free-slots {
    font-size: 11px;
    margin-top: 7px;
}
/* timetable end */

/* TimeSlider & TimeTable & TimeFilter Switch Begin */
@media (max-width: 1199px) {
    /*#TimeFilter,*/
    .TimeTable {
        display: none;
    }
    .TimeSlider {
        display: block;
    }
}
/* TimeSlider & TimeTable Switch End */

/* egg begin */
.waves {
    position: fixed;
    bottom: 0;
    transform: rotate(0deg);
}
.parallax > use {
    animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
}
.parallax > use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 7s;
}
.parallax > use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s;
}
.parallax > use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s;
}
.parallax > use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 20s;
}
@keyframes move-forever {
    0% {
        transform: translate3d(-90px, 0, 0);
    }
    100% {
        transform: translate3d(85px, 0, 0);
    }
}
/* egg end */

/* view animate begin */
@-webkit-keyframes fadeInUpSm {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
@keyframes fadeInUpSm {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
@-webkit-keyframes fadeOutDownSm {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0)
    }
}
@keyframes fadeOutDownSm {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0)
    }
}
@-webkit-keyframes fadeBoth {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
@keyframes fadeBoth {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
@keyframes fadeInLeftSm {
    0% {
        opacity: 0;
        transform: translateX(-150px) scale(.8)
    }
    70% {
        transform: translateX(10px) scale(1.02)
    }
    100% {
        opacity: 1;
        transform: translateX(0) scale(1)
    }
}
@keyframes fadeInRightSm {
    0% {
        opacity: 0;
        transform: translateX(150px) scale(.8)
    }
    70% {
        transform: translateX(-10px) scale(1.02)
    }
    100% {
        opacity: 1;
        transform: translateX(0) scale(1)
    }
}
@keyframes fadeInUpSmall {
    0% {
        opacity: 0;
        transform: translateY(50px) scale(.8)
    }
    70% {
        transform: translateY(10px) scale(1.02)
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1)
    }
}
@keyframes fadeInUpBigger {
    0% {
        opacity: 0;
        transform: translateY(150px)
    }
    70% {
        transform: translateY(10px)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}
@keyframes fadeInDownBigger {
    0% {
        opacity: 0;
        transform: translateY(-150px)
    }
    70% {
        transform: translateY(-10px)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}
@keyframes zoomInSmall {
    0% {
        opacity: 0;
        transform: scale(.6)
    }
    70% {
        transform: scale(1.02)
    }
    100% {
        opacity: 1;
        transform: scale(1)
    }
}
@-webkit-keyframes fineLineAnimation {
    0% {
        width: 0;
    }
    100% {
        width: 70%;
    }
}
@keyframes fineLineAnimation {
    0% {
        width: 0;
    }
    100% {
        width: 70%;
    }
}

.fadeInUpSm {
    -webkit-animation-name: fadeInUpSm;
    animation-name: fadeInUpSm;
    animation-duration: .4s
}
.view-animate {
    opacity: 0
}
.view-animate.active {
    animation-duration: .6s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards
}
.fine-line-animate.active {
    -webkit-animation-name: fineLineAnimation;
    animation-name: fineLineAnimation;
}

.fadeBoth.active {
    -webkit-animation-name: fadeBoth;
    animation-name: fadeBoth;
}
.fadeInRightSm.active {
    -webkit-animation-name: fadeInRightSm;
    animation-name: fadeInRightSm
}
.fadeInLeftSm.active {
    -webkit-animation-name: fadeInLeftSm;
    animation-name: fadeInLeftSm
}
.fadeInUpSmall.active {
    -webkit-animation-name: fadeInUpSmall;
    animation-name: fadeInUpSmall
}
.fadeInUpBigger.active {
    -webkit-animation-name: fadeInUpBigger;
    animation-name: fadeInUpBigger;
    animation-duration: 1s
}
.fadeInDownBigger.active {
    -webkit-animation-name: fadeInDownBigger;
    animation-name: fadeInDownBigger;
    animation-duration: 1s
}
.zoomInSmall.active {
    -webkit-animation-name: zoomInSmall;
    animation-name: zoomInSmall
}
.delay-2 {
    animation-delay: 2s
}
.delay-18 {
    animation-delay: 1.8s
}
.delay-16 {
    animation-delay: 1.6s
}
.delay-14 {
    animation-delay: 1.4s
}
.delay-12 {
    animation-delay: 1.2s
}
.delay-1 {
    animation-delay: 1s
}
.delay-08 {
    animation-delay: .8s
}
.delay-06 {
    animation-delay: .6s
}
.delay-04 {
    animation-delay: .4s
}
.duration-06 {
    animation-duration: .6s
}
.duration-1 {
    animation-duration: 1s
}
.duration-15 {
    animation-duration: 1.5s
}
.fadeOutDownSm {
    -webkit-animation-name: fadeOutDownSm;
    animation-name: fadeOutDownSm;
    animation-duration: .4s
}
.event-cell {
    background-color: #ffff;
    display:block;
    text-align: center;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom: 1px solid #5aaebf;
    transition: all 0.15s ease;
}
.event-cell.hover {
    /*color: #fff;*/
    background-color: #ffd187
}
.M_tt_H {
    color: #194e5c;
    font-family: Judesys, sans-serif;
    font-size: 24px;
}
/* view animate end */

/* City Selector Begin */
.city-modal {
    position: fixed;
    z-index: 1000;
    top: 0; left: 0; width: 100%; height: 100%;
    display: flex; align-items: center; justify-content: center;
    overflow: hidden;
    font-family: 'Inter', sans-serif;
}

.city-video-bg {
    position: absolute;
    top: 0; left: 0;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    opacity: 0.1;
    z-index: 0;
    pointer-events: none;
}

.city-modal-backdrop {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgb(90 174 191 / 6%);
    z-index: 1;
}

.city-modal-content {
    position: relative;
    background: #5aaebf;
    padding: 40px 30px;
    border-radius: 16px;
    text-align: center;
    max-width: 90%;
    width: 400px;
    color: #fff;
    z-index: 2;
    box-shadow: 0 0 20px rgba(0,0,0,0.4);
}

.city-modal-content h2 {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 600;
}

.city-options {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.city-options .button-module-button {
    background: #e59e2e;
    border: none;
    padding: 14px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 12px;
    color: #000;
    cursor: pointer;
    transition: background 0.2s;
}

.city-options .button-module-button:hover {
    background: #c28627;
}

@media (min-width: 600px) {
    .city-options {
        flex-direction: row;
        justify-content: center;
    }

    .city-options .button-module-button {
        flex: 1;
    }
}
/* City Selector End */
