/*!
Theme Name: container
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: container
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

container is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
	font-size: 16px;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
@import url('https://fonts.googleapis.com/css?family=Heebo');
@font-face {
    font-family: News;
    src: url(../container/font/News-Regular.otf) format("opentype");
}
@font-face {
    font-family: TaamulaAAA;
    src: url(../container/font/TaamulaAAA.otf) format("opentype");
}


body {
	margin: 0;
	position: relative;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}
.first-section .container-fluid {
	padding-right: 0;
	padding-left: 0;
}
.h-100 {
    position: relative;
}
.first-section {
	background-repeat: no-repeat;
	height: 48.69rem;
	/*padding: 10.44rem 24.19rem 10.19rem 24.31rem;*/
	background-size: cover;
	background-position: center;
	position: relative;
	display: flex;
    align-items: center;
}
.socialFlotingBox {
    position: absolute;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    transform: translateY(-50%);
    top: 50%;
    right: -8%;
}
.socialFlotingBox i {
    font-size: 32px;
    color: #fff;
}
.socialFlotingBox a {
    margin-bottom: 15px;
}
.home .first-section {
	background-image: url(../container/images/header_all_1920.png);
}
.page-template-event-page .first-section {
	background-image: url(../container/images/events_page.png);
}
.single-events .first-section {
	background-image: url(../container/images/event_detail.png);
}
.second-section,
.four-section,
.fifth-section,
.third-section {
	background-color: #000;
}
.inner-line {
	border: 0.3125rem solid #fff;
	height: 43.63rem;
}
.ThecompInner {
	max-width: 71.5rem;
	/* padding: 9.688rem 0 0; */
	padding: 3.688rem 0 0;
	margin: 0 auto;
	position: relative;
}
.single-events .ThecompInner {
	padding: 0;
}
.BreadCrumbs {
	max-width: 71.5rem;
	margin: 2.583rem auto 0;
}
.BreadCrumbs,
.BreadCrumbs a {
	font-size: 1.5rem;
	line-height: 1.33;
	letter-spacing: 0.08333rem;
	color: #ffffff;
    font-family: TaamulaAAA;
	position: relative;
	z-index: 1000;
}
span.BreadDivider {
	color: #fb9e01;
}
/* .SingleInnerContent p {
	font-size: 4.5rem;
	line-height: 1.11;
	color: #cfcfcf;
	text-decoration: underline;
    font-family: TaamulaAAA;
} */
.SingleInnerContent p {
    font-size: 24px;
    line-height: 30px;
    color: #cfcfcf;
    font-family: Heebo;
    font-weight: 400;
}
.four-section .ThecompInner {
	padding: 9.688rem 0 0;
}
.PageNumber {
	position: absolute;
	left: 0;
	top: 0;
	margin-right: 0;
	z-index: 99;
}

img.BeforeNumber {
	margin-left: 1.333rem;
	margin-top: 0;
}
.TitleContent h1 {
	font-size: 65px;
	line-height: 0.77;
	letter-spacing: 0.25rem;
	color: #fff;
	margin: 0;
	float: right;
    font-family: TaamulaAAA;
}
.TitleContent p {
	font-size: 16px;
	line-height: 1.38;
	margin-top: 39px;
	color: #fff;
	width: 362px;
}
img.HmithamImage {
	margin-top: 8.333rem;
	position: relative;
	left: 110px;
}
.second-section img.PlusBTN {
	position: absolute;
	bottom: -85px;
	left: 0;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.home .third-section a.PlusContainer img.PlusBTN {
	top: 15px;
	left: 15px;
}
.home .third-section .circle:before {
	top: 0;
	left: 0;
}
.home .third-section .circle {
	background-color: #000;
}
.home .third-section a.PlusContainer {
	position: absolute;
	top: auto;
	left: 0;
	bottom: -110px;
}
.home .third-section p.sectionContent.k-m-s {
    left: 50px;
    width: 300px;
    color: #fff;
    bottom: -125px;
    top: auto;
    position: absolute;
}
.home .four-section a.PlusContainer {
	position: absolute;
	top: 455px;
	left: 0;
}
.home .fifth-section a.PlusContainer {
	position: absolute;
	top: 450px;
	left: 0;
}
img.PlusBTN {
	position: absolute;
	bottom: 0px;
	left: 0;
}
a.PlusContainer img.PlusBTN {
	top: 2px;
	left: 2px;
}
.circle {
	position: relative;
	margin: 0;
	width: 60px;
	height: 60px;
	border-radius: 50%;
}

.circle:before {
	position: absolute;
	content: '';
	height: calc(100% + 1px); 
	width: calc(100% + 1px); 
	border: 2px dashed #fb9e01;
	top: -13px;
	left: -13px;
	border-radius: inherit;
	animation: spin 20s linear infinite;
}
@keyframes spin { 
  100% { 
    transform: rotateZ(360deg); 
  }
}

@-webkit-keyframes rotation {
		from {
				-webkit-transform: rotate(0deg);
		}
		to {
				-webkit-transform: rotate(359deg);
		}
}
img.AviraImage {
	position: absolute;
	left: 165px;
	top: 0;
	z-index: 1;
}
.four-section img.PlusBTN {
	top: 455px;
}
.fifth-section img.PlusBTN {
	top: 450px;
}
.FixedArrowBox {
	position: absolute;
	top: 34.81rem;
	right: 28.94rem;
	z-index: 999;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.home .FixedArrowBox {
	position: fixed;
}
.FixedArrowBox:hover {
	top: 34rem;
}
img.ArrowUp {
	position: fixed;
	top: 34.5rem;
	right: 28.94rem;
	z-index: 999;
}
.site-header {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	height: 90px;
	z-index: 999;
	background-color: rgba(0,0,0,0);
}
.FixMyMarginTop {
	margin-top: -125px;
}
.MenuHamburger {
	margin: 34px 0 0 60px;
}
.ContainersLogo {
	opacity: 0;
	margin: 1.917rem 6.667rem 0 0;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.hide {
	opacity: 0;
}
.show {
	opacity: 1;
}
section {
	min-height: 48.75rem;
}
img.AviraImageOne {
    filter: grayscale(100%);
}
.Avira .TitleContent p {
    margin: 0 0 7px;
}
.Avira p.sectionContent {
    margin: 39px 0 0;
}
.pp-lb {
    background-color: rgba(0, 0, 0, 0.65);
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 9999;
}
.show-lb {
    opacity: 1;
    visibility: visible;
	display: flex;
    align-items: center;
    justify-content: center;
}
.pp-lb.show-lb > .ppWrp > img {
    cursor: pointer;
    padding-right: 16px;
    margin-top: -20px;
    z-index: 1;
}
.ppWrp {
    /* width: 650px; */
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: row-reverse;
}
.ppCont {
    /* width: 582px; */
    /* height: 651px; */
    /* padding: 50px 0; */
    background-color: #000;
    border: 5px solid #fff;
}
.evInnerPpWrapper {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: relative;
}
.ev-fb-page {
    position: absolute;
    /* bottom: -24px; */
	bottom: -25px;
    left: 24px;
    padding: 0px 10px;
    direction: ltr;
    background: #000;
}
.ev-fb-page a {
    font-family: 'TaamulaAAA';
    font-size: 36px;
    font-weight: 500;
    color: #fff;
    outline: 0 none;
    line-height: 1;
	text-decoration: none;
}
.ev-fb-page a i {
    font-size: 26px;
    padding-left: 8px;
    padding-bottom: 9px;
    position: relative;
    bottom: 3px;
}
.evPpImage {
    width: 100%;
    max-width: 390px;
    height: auto;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.dtlFrame {
    position: absolute;
    width: 90%;
    bottom: 4%;
    margin: 0 auto;
    background: rgba(0,0,0,0.65);
    color: #fff;
    text-align: center;
    height: 169px;
    border: 1px solid #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.txtCont {
    height: 60%;
}
.frameTtl {
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
}
.frameSubTtl {
    font-size: 16px;
    line-height: 1.38;
	font-weight: 400;
    padding: 5px 0;
}
.evdt {
    font-size: 22px;
    line-height: 1.1;
    font-weight: 600;
    display: inline-block;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 3px 15px;
}
.eventsFormOuterWrapper {
    position: absolute;
    width: 363px;
    transform: translateX(-40%);
    left: 40%;
    z-index: 10;
    min-height: 460px;
    top: 55%;
}
.eventsFormOuterWrapper .eventsFormInnerWrapper {
    position: absolute;
    z-index: 10;
    background-color: #f5a623;
    width: 363px;
    max-height: 460px;
    padding: 16px 20px 25px;
}
.eventsFormOuterWrapper .evFrmTitle {
	font-family: TaamulaAAA;
	font-size: 44px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: 1;
	letter-spacing: 1.5px;
	text-align: right;
	color: #000000;
}
.eventsFormOuterWrapper .fieldWrp {
    padding-bottom: 3px;
}
.eventsFormOuterWrapper .fieldWrp .fld {
    max-width: 323px;
	width: 100%;
    height: 32px;
    border: solid 2px #ffffff;
    background-color: transparent;
    outline: 0 none;
}
.eventsFormOuterWrapper .fieldWrp.ta textarea {
    height: 72px;
	margin-bottom: 10px;
}
.eventsFormOuterWrapper .fieldWrp label {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.57;
    color: #000;
	position: relative;
    top: 6px;
}
.eventsFormOuterWrapper .fieldWrp .smbt {
    background-color: #fff;
    border: 0 none;
    border-radius: 0;
    width: 160px;
    height: 53px;
    outline: 0 none;
    text-align: center;
    font-size: 36px;
    font-family: 'TaamulaAAA';
    font-weight: 500;
    color: #f5a623;
    padding: 0;
    cursor: pointer;
    float: left;
}
.eventsFormOuterWrapper input.wpcf7-validates-as-required.fld.wpcf7-not-valid {
    border: 2px solid red;
    border-style: dashed;
}
.eventsFormOuterWrapper span.wpcf7-not-valid-tip {
    display: none;
}
.eventsFormOuterWrapper div.wpcf7-validation-errors, .eventsFormOuterWrapper div.wpcf7-mail-sent-ok {
    border: 0 none;
    position: absolute;
    bottom: -30px;
    padding: 5px 20px;
    margin: 0;
    background-color: #f5a623;
    color: #f00;
    text-align: center;
    z-index: 20;
}
.eventsFormOuterWrapper div.wpcf7-mail-sent-ok {
	color: #fff;
    width: 100%;
}
.EventBox {
	position: relative;
	margin-right: 10px;
	margin-left: 10px;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.3s ease-in-out;
	top: 0;
	z-index: 9;
}
.EventBox.upper .HereIsYourLine {
	height: 120px;
	width: 1px;
	background-color: #f5a623;
	position: absolute;
	top: -92px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	transition: all 0.3s ease-in-out;
	z-index: 99;
}
.EventBox .HereIsYourLine {
	height: 60px;
	width: 1px;
	background-color: #f5a623;
	position: absolute;
	top: -46px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	transition: all 0.3s ease-in-out;
	z-index: 99;
}
.EventImage {
	position: relative;
	transition: all 0.3s ease-in-out;
	top: 0;
}
.EventBox:hover .EventImage,
.FoodLogoContain:hover ~ a .EventBox .EventImage {
	top: -5px;
}
/*.EventBox:hover .HereIsYourLine,
.FoodLogoContain:hover ~ a .EventBox .HereIsYourLine {
	top: -26px;
}
.EventBox.upper:hover .HereIsYourLine,
.FoodLogoContain:hover ~ a .EventBox.upper .HereIsYourLine {
	top: -76px;
}*/
.SingleInnerContent.pt-5 {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
}
.row.ev {
    justify-content: center;
}
.third-section .EventBox {
	position: relative;
	margin-right: 0;
	margin-left: 0;
}
.col-12.col-sm-3.hpEventBox {
	flex: 0 0 20%;
}
.page-template-event-page .col-12.col-sm-3.hpEventBox {
	margin-bottom: 2rem;
}
.EventDetile {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    /* padding: 1.75rem 2.917rem; */
	padding: 0.9375rem;
    margin: 0.625rem;
}
.EventDetile .DateTop {
	font-size: 32px;
	color: #fff;
	line-height: 1.38;
	font-weight: bold;
	text-decoration: underline;
	font-family: 'Heebo', sans-serif;
}
.EventDetile .Middle {
	font-size: 2.5rem;
	color: #fff;
	line-height: 0.86;
	font-weight: bold;
	margin-top: 1.167rem;
	font-family: 'Heebo', sans-serif;
}
.EventDetile .Bottom {
	font-size: 1.25rem;
	color: #fff;
	line-height: 1.2;
	font-weight: bold;
	margin-top: 1.167rem;
	font-family: 'Heebo', sans-serif;
}

/*.third-section .TitleContent {
	margin-bottom: 4.417rem;
}*/
.third-section .TitleContent {
    margin: 0 auto 10rem;
    width: 100%;
    max-width: 980px;
}
.EventBox.upper {
	margin-top: 50px;
}
.EventBox.upper.HomePageEvent {
	margin-top: 67px;
}
.GiveMePower {
	height: 83px;
}
.PlusBTN.PaintMeBlack {
	background-color: #000;
	border-radius: 35px;
	bottom: 35px;
}

h1.inner {
	font-size: 2.5rem;
	line-height: 1;
	color: #fff;
	text-align: center;
	float: none;
}
.EventBox.inner .Datetop {
	font-size: 1.333rem;
	line-height: 1.25;
}
.EventBox.inner .Middle {
	font-size: 2.5rem;
	line-height: 1;
	margin-top: 2.667rem;
	margin-bottom: 1.333rem;
}
.EventBox.inner .Bottom {
	font-size: 1.333rem;
	line-height: 1.5;
}
.EventSingleTitle {

}
.EventSingleTitle h1 {
	font-family: TaamulaAAA;
	font-size: 90px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: 0.67;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff;
	margin-bottom: 25px;
	margin-top: 0;
}
.EventSingleTitle h3 {
	color: #fff;
	font-size: 20px;
	line-height: 1.03;
	font-weight: normal;
}


.EventPage .EventDetile {
	padding: 0;
	margin: 8px;
}
.EventPage .InnerEventD {
	height: 100%;
	padding: 0 5px;
	border: 1px solid #fff;
}
.EventPage .EventDetile .DateTop {
	font-size: 1.375rem;
	line-height: 1.09;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	width: 5rem;
	height: 1.875rem;
	margin: 0 auto;
	text-decoration: none;
	padding-top: 0.25rem;
	font-weight: bold;
}
.EventPage.EventBox.inner .Middle {
	font-size: 1.875rem;
	margin-top: 1.375rem;
}
.EventBox.inner .Bottom {
	line-height: 1.6;
	font-size: 1rem;
	font-weight: normal;
}
.site-footer {
	background-color: #181818;
	margin-top: 0;
}
#page {
	background-color: #000;
}
.InnerImageContent {
	position: relative;
	margin-bottom: 133px;
}
.single-events .SingleInnerContent {
	margin-top: 55px;
}
.page-template-compound .scroll {
	display: none;
}
.play_icon {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	/*animation: spin 20s linear infinite;*/
}
.modal-open .modal {
	padding-right: 0 !important;
}
.InnerImageContent a {
	cursor: pointer;
}
.InnerImageContent a:hover .play_icon {
}
.four-section .containers_img {
	position: absolute;
	left: 0;
	top: 0;
}
.OrderTicketBTN {
	background-color: #f5a623;
	width: 160px;
	height: 60px;
	position: absolute;
	top: -30px;
	left: 190px;
	color: #040404;
	text-align: center;
	font-family: TaamulaAAA;
	font-size: 36px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: 60px;
	letter-spacing: normal;
	color: #040404;
	z-index: 999;
}
.ContainMe {
	max-width: 95rem;
	margin: 0 auto;
	position: relative;
}
/**** MENU ****/
h4.MenuTitle {
	color: #fff;
	font-size: 1.125rem;
	font-weight: bold;
	line-height: 1.6;
	letter-spacing:  0.08333rem;
	margin-bottom: 0;
	padding-bottom: 2rem;
	margin-top: 7.167rem;
	border-bottom: solid 0.08333rem #626262;
}
p.DishName {
	color: #f5a623;
	font-size: 1.125rem;
	font-weight: bold;
	line-height: 1;
	letter-spacing:  0.08333rem;
	margin-bottom: 0;
}
p.DishDes {
	color: #cfcfcf;
	font-size: 1.125rem;
	font-weight: normal;
	line-height: 1;
	letter-spacing:  0.08333rem;
	margin-bottom: 0;
}
p.DishPrice {
	color: #cfcfcf;
	font-size: 1.125rem;
	font-weight: normal;
	line-height: 1;
	letter-spacing:  0.08333rem;
	margin-bottom: 0;
	text-align: left;
}
.MenuRow {
	border-bottom: solid 0.08333rem #626262;
	padding: 2rem 0;
}
h3.FoodTitle {
	font-size: 40px;
	font-weight: 500;
	line-height: 1.11;
	letter-spacing: 2px;
	color: #fff;
	font-family: TaamulaAAA;
}
.single-food .first-section .EventSingleTitle {
	margin-top: 0;
}
.single-food .first-section .HeaderContainer {
	min-height: 31.75rem;
}
.single-food .first-section {
	background-image: url(../container/images/food_page@1990.png);
    background-size: cover;
	background-position: center center;
	/*min-height: 48.31rem;*/
	/*padding: 8.44rem 24.19rem 0 24.31rem;*/
}
.page-template-food-page .first-section {
	background-image: url(../container/images/lobby_food1920.png);
}

.FoodLogoContain {
	position: relative;
	height: 120px;
}

img.TopFoodLogo {
	margin-bottom: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: auto;
	margin: auto;
}
.SingleInnerContent.Food {
	margin-bottom: 15rem;
	max-width: 756px;
	margin: 0 auto 15%;
}
/**************/
.ppCont .resOuterWrapper {
    display: flex;
    align-items: center;
	justify-content: center;
}
.ppCont .resOuterWrapper .restColumn .EventImage {
    max-width: 150px;
}
.ppCont .resOuterWrapper .restColumn .EventImage .img-hv {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
    transition: all 0.5s ease 0s;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    font-family: 'Heebo';
    font-size: 1.25rem;
    line-height: 1.2;
    opacity: 0;
}
.ppCont .resOuterWrapper .restColumn .EventImage:hover .img-hv {
    opacity: 1;
}
.ppCont .restWrpTtl {
    font-size: 1.5rem;
    color: #fff;
    font-family: 'heebo';
    text-align: center;
    padding: 30px 0 50px;
}
.ppCont .FoodLogoContain img.TopFoodLogo {
    max-width: 110px;
}
.restColumn {
    padding: 0 2.5rem;
}

/**************/
.FooterInnerContent {
	max-width: 106.7rem;
	margin: 0 auto;
	padding: 45px 0;
}
.FooterTitle {
	font-size: 1rem;
	line-height: 1.833rem;
	color: #cfcfcf;
	font-weight: bold;
	margin-bottom: 2.083rem;
	font-family: Heebo;
}
.FooterTitle.text-left {
	margin-left: 35px;
}
.FooterContent,
.MenuLocation {
	font-size: 1rem;
	color: #cfcfcf;
	font-family: Heebo;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.38;
	letter-spacing: normal;
	text-align: right;
	color: #cfcfcf;
}
.MenuLinks .MenuLocation a {
	text-decoration: none;
	font-size: 1rem;
	font-family: Heebo;
}
.FooterContent {
	margin-bottom: 3.438rem;
}
.MenuLocation img {
	margin-left: 0.6667rem;
	float: right;
	margin-top: -7px;
}
.FooterLogo {
	float: right;
}	
.LogoRight,
.LogoRight img {
	width: 65px;
	height: 54px;
}
.LogoMiddle img {
	width: 90px;
	height: 29px;
}
.LogoMiddle {
	margin: 0 45px 0 45px;
	width: 90px;
}
.LogoLeft,
.LogoLeft img {
	width: 90px;
	height: 37px;
}
.FooterLogoSection {
	max-width: 440px;
	margin: 0 auto;
}
.LogoMiddle img,
.LogoLeft img {
	width: 7.5rem;
}
.LogoRight: img {
	width: 5.438rem;
}
.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
}

.modal-dialog {
	position: fixed;
	margin: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	max-width: 100%;
}

.modal-content {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 0 solid #fff;
	border-radius: 0;
	box-shadow: none;
	background-image: url(../container/images/website_menu_new_1920.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	/*padding: 7.5rem 27.2rem 6.19rem 22.31rem;*/
	background-color: #000;
}
.modal-body {
	/* padding-top: 10.63rem; */
    padding-top: 6.63rem;
}
.logo-top-menu {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    right: 0.94vw;
    /* top: 2.92vw; */
	top: 0;
}
	.logo-top-menu > a {
		width: 170px;
		height: 65px;
	    outline: 0 none;
	}
.modal-footer {
	border-top-width: 0;
}
.modal-header {
	border-bottom-width: 0;
}
.modal-body .container {
    padding: 3rem 1rem;
    display: flex;
}
.modal-body .container .row {
    width: 100%;
}
.ModalCloseX {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 999999;
	margin: 2.833rem 0 0 6.583rem;
}
.MenuLinks a {
	font-size: 4.5rem;
	font-weight: 500;
	line-height: 1.11;
	text-align: right;
	color: #cfcfcf;
	text-decoration: none;
    font-family: TaamulaAAA;
	font-style: normal;
	font-stretch: normal;
	letter-spacing: normal;
	text-align: right;
}
.MenuLinks.Left {
	padding-right: 9.063rem;
}
.MenuLinks.Right {
	padding-right: 3.125rem;
}
.MenuLinks.Left .FooterTitle {
	margin-top: 3.438rem;
}
.MenuLinks.Left .FooterContent {
}
.FooterCopyRight {
	font-family: Heebo;
	font-size: 1rem;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.8;
	letter-spacing: 1.4px;
	text-align: center;
	color: #9b9b9b;	
	margin-top: 4.2rem;
	
}
.MithamInnerContainer {
	padding: 0 9.25rem;
	margin: 0 auto;
}
.first-section-mitham {
	margin-top: 0;
	position: relative;
}
#HoverOne,
#HoverTwo,
#HoverThree,
#HoverFour,
#HoverFive,
#HoverSix {
	float: left;
	cursor: pointer;
	/*max-width: 10rem;*/
	height: 2.5rem;
    font-family: TaamulaAAA;
	font-size: 24px;
	letter-spacing: regular;
}
#HoverFour {
	clear: left;
	margin-left: 6.583rem;
}
#HoverOne {
	margin-left: 6.583rem
}
@-webkit-keyframes fadeIn {
	0% { opacity: 0; }
	20% { opacity: 0; }
	40% { opacity: 0.3; }
	60% { opacity: 0.5; }
	80% { opacity: 0.9; }
	100% { opacity: 1; }
}
@keyframes fadeIn {
	0% { opacity: 0; }
	20% { opacity: 0; }
	40% { opacity: 0.3; }
	60% { opacity: 0.5; }
	80% { opacity: 0.9; }
	100% { opacity: 1; }
}
#HamithamFull {
	display: block;
	opacity: 1;
	-webkit-transition: all 0.4s fadeIn;
	transition: all 0.4s fadeIn;

}
#HamithamItalian,
#HamithamBurger,
#HamithamCoffee,
#HamithamThai,
#HamithamWc,
#HamithamContainers {
	display: none;
	opacity: 0;
	-webkit-transition: all 0.4s fadeIn;
	transition: all 0.4s fadeIn;
	position: relative;
	z-index: 99;

}

#HoverOne:hover ~ .CompundBox #HamithamFull {
	display: none;
	opacity: 0;
}
#HoverOne:hover ~ .CompundBox #HamithamThai {
	display: block;
	opacity: 1;

}
#HoverTwo:hover ~ .CompundBox #HamithamFull {
	display: none;
	opacity: 0;
}
#HoverTwo:hover ~ .CompundBox #HamithamItalian {
	display: block;
	opacity: 1;
}
#HoverThree:hover ~ .CompundBox #HamithamFull {
	display: none;
	opacity: 0;
}
#HoverThree:hover ~ .CompundBox #HamithamBurger {
	display: block;
	opacity: 1;
}
#HoverFour:hover ~ .CompundBox #HamithamFull {
	display: none;
	opacity: 0;
}
#HoverFour:hover ~ .CompundBox #HamithamCoffee {
	display: block;
	opacity: 1;
}
#HoverFive:hover ~ .CompundBox #HamithamFull {
	display: none;
	opacity: 0;
}
#HoverFive:hover ~ .CompundBox #HamithamContainers {
	display: block;
	opacity: 1;
}
#HoverSix:hover ~ .CompundBox #HamithamFull {
	display: none;
	opacity: 0;
}
#HoverSix:hover ~ .CompundBox #HamithamWc {
	display: block;
	opacity: 1;
}
.CompundBox {

}
.HoverTop {
	position: relative;
}
.ThaiBox {
	width: 0.8333rem;
	height: 0.8333rem;
	background-color: #f3bf51;
	margin-right: 1rem;
	margin-top: 0.75rem;
	float: left;
}
#HoverSix {

}
.ItalianBox {
	width: 0.8333rem;
	height: 0.8333rem;
	background-color: #641a1b;
	margin-right: 1rem;
	margin-top: 0.75rem;
	float: left;
}
.BurgerBox {
	width: 0.8333rem;
	height: 0.8333rem;
	background-color: #ba232f;
	margin-right: 1rem;
	margin-top: 0.75rem;
	float: left;
}
.CoffeeBox {
	width: 0.8333rem;
	height: 0.8333rem;
	background-color: #1f6035;
	margin-right: 1rem;
	margin-top: 0.75rem;
	float: left;
}
.CarlsbergBox {
	width: 0.8333rem;
	height: 0.8333rem;
	background-color: #34a361;
	margin-right: 1rem;
	margin-top: 0.75rem;
	float: left;
}
.WCBox {
	width: 0.8333rem;
	height: 0.8333rem;
	background-color: #6a2728;
	margin-right: 1rem;
	margin-top: 0.75rem;
	float: left;
}
.HoverTitle,
.HoverTitle a {
	font-size: 24px;
	font-weight: 500;
	color: #fff;
	width: 12rem;
	text-align: left;
	opacity: 0.5;
}
.HoverTitle:hover,
.HoverTitle:hover a {
	opacity: 1;
	text-decoration: none;
}
.CompundBox{
	position: relative;
	max-width: 911px;
	margin: 20px auto 0;
	z-index: 9;
}
.Box1,
.Box2,
.Box3,
.Box4,
.Box5,
.Box6 {
	position: absolute;
}
.Box1 {
	width: 111px;
	height: 120px;
	left: 15px;
	top: 103px;
	z-index: 999999;
}
.Box2 {
	width: 150px;
	height: 149px;
	top: 126px;
	bottom: 0;
	right: 34px;
	z-index: 999999;
}
.Box3 {
    top: 152px;
    right: 217px;
    width: 301px;
    height: 177px;
	z-index: 999999;
}
.Box4 {
	width: 200px;
	height: 152px;
	left: 205px;
	bottom: 16px;
	z-index: 999999;
}
.Box5 {
	width: 160px;
	height: 165px;
	left: 71px;
	bottom: 105px;
	z-index: 999999;
}
.Box6 {
	width: 250px;
	height: 147px;
	left: 290px;
	bottom: 195px;
	z-index: 999999;
}
.Box1:hover ~ #HamithamContainers {
	display: block;
	opacity: 1;
}
.Box1:hover ~ #HamithamFull {
	display: none;
	opacity: 0;
}
.Box2:hover ~ #HamithamWc {
	display: block;
	opacity: 1;
}
.Box2:hover ~ #HamithamFull {
	display: none;
	opacity: 0;
}
.Box3:hover ~ #HamithamBurger {
	display: block;
	opacity: 1;
}
.Box3:hover ~ #HamithamFull {
	display: none;
	opacity: 0;
}
.Box4:hover ~ #HamithamCoffee {
	display: block;
	opacity: 1;
}
.Box4:hover ~ #HamithamFull {
	display: none;
	opacity: 0;
}
.Box5:hover ~ #HamithamItalian {
	display: block;
	opacity: 1;
}
.Box5:hover ~ #HamithamFull {
	display: none;
	opacity: 0;
}
.Box6:hover ~ #HamithamThai {
	display: block;
	opacity: 1;
}
.Box6:hover ~ #HamithamFull {
	display: none;
	opacity: 0;
}
.HoverTop.Mobile .nav-item {
	color: #fff;
	font-size: 9px;
	font-family: Heebo;
}
.HoverTop.Mobile .nav-tabs {
	margin-bottom: 36px;
}
.MobileColorBox {
	width: 10px;
	height: 10px;
	margin: 0 auto 8px;
}
#NavTab1 .MobileColorBox {
	background-color: #1f6035;
}
#NavTab2 .MobileColorBox {
	background-color: #f3bf51;
}
#NavTab3 .MobileColorBox {
	background-color: #641a1b;
}
#NavTab4 .MobileColorBox {
	background-color: #ba232f;
}
#NavTab5 .MobileColorBox {
	background-color: #34a361;
}
#NavTab6 .MobileColorBox {
	background-color: #6a2728;
}
.HoverTop.Mobile .nav-tabs .nav-item {
	height: 45px;
	padding: 10px 0 0;
	background-color: #231f20;
}
.HoverTop.Mobile .nav-tabs .nav-link.active {
	background-color: #231f20;
	border: 1px solid #fff;
}
.HoverTop.Mobile .nav-tabs {
	border-bottom-width: 0;
}
.SectionTitleMobile {
	margin-left: 29px;
	margin-bottom: 44px;
}
.TabContentPlus img.PlusBTN {
	height: 24px;
	width: 24px;
	float: right;
	margin-right: 32px;
	margin-left: 0;
	margin-top: 5px;
	margin-bottom: 0;
}
span.MobilePlusTab {
	font-size: 29px;
	color: #fb9e01;
	float: right;
	margin-right: 7px;
}
.TabContentPlus {
	margin-top: 43px;
	margin-bottom: 49px;
}
.HeaderContainer {
	height: 100%;
	/*min-height: 30.75rem;*/
	position: relative;
	bottom: 7.813rem;
}
.single-food .HeaderContainer {
	bottom: 0;
}
.BreadCrumbs.Header {
	position: absolute;
	left: 30px;
	bottom: 30px;
	font-size: 2.25rem;
}
.BreadCrumbs.Header a {
	font-size: 2.25rem;
}
.OpacityShow {
	opacity: 1;
}
.OpacityRegular {
	opacity: 0.5;
}
.page-template-glitch-page #page {
	background-color: transparent;
}
.section iframe {
	border: transparent;
	position: absolute;
	background: transparent;
	height: 21.5rem;
}
span.OrderMeFood {
	font-family: TaamulaAAA;
	font-size: 1.5rem;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.67;
	letter-spacing: normal;
	color: #fb9e01;
	margin-left: 30px;
	margin-top: 25px;
	float: left;
	text-decoration: underline;
    cursor: pointer;
}
.ContainersLogoMobile {
	display: none;
}
.RdivForYou {
	width: 16.31rem;
	height: 5.75rem;
	border-right: 0.3125rem solid #c7c7c7;
	border-bottom: 0.3125rem solid #c7c7c7;
	position: fixed;
	top: 34.88rem;
	right: 24rem;
	display: none;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.flip img {
	-moz-transform: scaleY(-1);
	-o-transform: scaleY(-1);
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1);
	filter: FlipV;
	-ms-filter: "FlipV";
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.scroll {
	cursor: pointer;
}
.scrollUp {
	display: none;
}
img.BeforeNumber {
	margin-top: 9px;
}
.LeftBoxR {
	width: 327px;
	height: 94.6px;
	opacity: 0.3;
	border-left: solid 5px #ffffff;
	border-top: solid 5px #ffffff;
	position: absolute;
	/* left: 117px; */
	left: 0;
	top: 18px;
	
}
.RightBoxR {
	width: 327px;
	height: 94.6px;
	opacity: 0.3;
	border-right: solid 5px #ffffff;
	border-top: solid 5px #ffffff;
	position: absolute;
	/* right: 117px; */
	right: 0;
	top: 18px;
	
}
.single-food .BreadCrumbs.Header .facebook_icon {
	width: 13px;
	height: 28px;
}
.EventSingleTitle {

}
.MenuLinks a:hover {
	color: #fff;
}
a.EventHome .PlusBTN.PaintMeBlack {
	bottom: -8px
}
.postid-140.single-food .first-section {
	background-image: url(http://www.containers.city/wp-content/uploads/2018/05/all-header.jpg);
}
.tab-pane .TabContentPlus img.PlusBTN {
	right: 36px;
	bottom: 5px;
}
.GiveMeParallaxMove {
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.FoodLogoInHeader {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}
.MarginTopMeBoy {
	margin-top: 100px;
}
span.PainHimGold {
	color: #f5a623;
	text-decoration: underline;
	text-decoration-color: #f5a623 !important;
	margin-right: 5px;	
}


.arrow {
    opacity: 0;
}
.arrow-first {
	animation-name: arrow-movement;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
}
.arrow-second {
	animation-name: arrow-movement;
	animation-duration: 2s;
	animation-delay: 1s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
}

.arrow:before {
    background: transparent;
    content: '';
    display: block;
    height: 0px; 
    /*position: absolute;*/
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14px 13px 0 13px;
    border-color: #ffffff transparent transparent transparent;
}
@keyframes arrow-movement {
    0% { 
        opacity: 0;
        top: 45%;
    }
    70% {
        opacity: 1;
    }
    100% { 
        opacity: 0;
    }
}
.scroll.flop {
	position: relative;
}
.BottomWhiteArrow {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	display: block;
	width: 26px;
}
.TopWhiteArrow {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	margin: auto;
	display: block;
	width: 26px;
}
.arrow-top {
  -webkit-animation: flickerAnimation 1s ease-in-out infinite;
          animation: flickerAnimation 1s ease-in-out infinite;
}

.arrow.arrow-top:before {
  background: transparent;
  content: '';
  display: block;
  height: 0px;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 13px 0 13px;
  border-color: #ffffff transparent transparent transparent;
}

@-webkit-keyframes flickerAnimation {
  /* flame pulses */
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes flickerAnimation {
  /* flame pulses */
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.animate-flicker {
  opacity: 1;
  -webkit-animation: flickerAnimation 1s infinite;
          animation: flickerAnimation 1s infinite;
}
.container.TopSectionInner {
	max-width: 1380px;
}
.second-section.mitham,
.four-section.Food,
.fifth-section.Avira,
.third-section.GiveMeParallaxMove {
	height: 100vh;
}
.InnerImageContent a {
	cursor: pointer;
}
.TopBannerLink {
	width: 10.81rem;
	height: 5.125rem;
	margin: 0 auto;
	display: block;
	position: absolute;
	right: 0;
	left: 0;
	top: 6.188rem;
	z-index: 9;
}
.EventSponserImage {
	position: absolute;
	top: 230px;
	bottom: 0;
	right: auto;
	left: 20px;
}
a.PlusContainer .circle .wave {
	box-shadow: 0px 0px 0px 0px #FB9E01;
	width: 60px;
	height: 60px;
	border-radius: 50%;
}
a.PlusContainer:hover .circle .wave {
	box-shadow: 0px 0px 20px 0px #FB9E01;
	transform: scale(2);
	opacity: 0;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
}
.second-section.mitham .wave,
.fifth-section.Avira .wave,
.four-section.Food .wave {
	position: relative;
	top: -13px;
	left: -13px;
}
.second-section.mitham .circle {
	float: left;
}
.FixMyHeightGlitch,
.IframeFix {
	height: 100%;
}
/*
@-moz-keyframes pulsed {from {opacity: 1;}94%{opacity: 1;}95%{opacity: 0;-webkit-transform: scale(1); transform: scale(1);-moz-transform: scale(1);}96%{opacity: 1;-webkit-transform: scale(2); transform: scale(2);-moz-transform: scale(2);}97%{opacity: 0;-webkit-transform: scale(1); transform: scale(1);-moz-transform: scale(1);}98%{opacity: 1;}99%{opacity: 0;}to {opacity: 1;}}
@-webkit-keyframes pulsed {from {opacity: 1;}94%{opacity: 1;}95%{opacity: 0;-webkit-transform: scale(1); transform: scale(1);-moz-transform: scale(1);}96%{opacity: 1;-webkit-transform: scale(2); transform: scale(2);-moz-transform: scale(2);}97%{opacity: 0;-webkit-transform: scale(1); transform: scale(1);-moz-transform: scale(1);}98%{opacity: 1;}99%{opacity: 0;}to {opacity: 1;}}
@keyframes pulsed {from {opacity: 1;}94%{opacity: 1;}95%{opacity: 0;-webkit-transform: scale(1); transform: scale(1);-moz-transform: scale(1);}96%{opacity: 1;-webkit-transform: scale(2); transform: scale(2);-moz-transform: scale(2);}97%{opacity: 0;-webkit-transform: scale(1); transform: scale(1);-moz-transform: scale(1);}98%{opacity: 1;}99%{opacity: 0;}to {opacity: 1;}}
*/
.TopTitlePulsed {
	/*opacity: 1;
	-webkit-animation: pulsed 5s infinite !important;
	animation: pulsed 5s infinite !important;
	animation-delay: 1s !important;
	-webkit-animation-delay: 1s !important;*/
	font-size: 272px;
	line-height: 1;
	letter-spacing: 64px;
	color: rgba(250, 250, 250, 0.8);
	font-family: News;
	font-weight: bold;
	position: relative;
	left: 142px;
	top: 100px;
}
.page-template-food-page .TopTitlePulsed {
	letter-spacing: 136px;
	left: 57px;
}
.page-template-event-page .TopTitlePulsed {
	letter-spacing: 110px;
	left: 187px;
}
section.second-section-mitham,
.page-template-compound .first-section-mitham {
	min-height: 1px;
}
.page-template-compound .ThecompInner {
	padding: 50px 0;
}
.SingleInnerContent.MaxWidth {
	max-width: 100%;
}
img.AviraImageTwo {
	width: 444px;
}
.first-section-mitham .socialFlotingBox {
    right: 60px;
    z-index: 1;
}

/* Publications */
.hpEventBox.publication .EventDetile {
	display: flex;
	align-items: start;
	flex-direction: column;
	justify-content: center;
}
.hpEventBox.publication .EventDetile .Middle {
	font-size: 2rem;
}
.row.pub {
    display: block;
}
.publication {
    border-top: 1px solid #626262;
    display: flex;
    align-items: center;
    padding: 17px 0;
}
	.publication:last-child {
		border-bottom: 1px solid #626262;
	}
.publication i.fa {
    color: #fff;
    font-size: 19px;
    padding-left: 20px;
}
.publication a {
	font-family: Heebo;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.6;
	letter-spacing: normal;
	text-align: right;
	color: #fb9e01;
}
@media (max-width: 1440px) {
	
	.modal-body {
		/* padding-top: 14rem; */
		padding-top: 10rem;
	}
	.modal-body .container {
		padding: 0 1rem;
	}
	.logo-top-menu {
		position: absolute;
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 60px;
		right: 0;
		top: 57px;
	}
	.postid-140.single-food .first-section {
		background-image: url(http://www.containers.city/wp-content/uploads/2018/05/all-header.jpg);
	}
	html {
		font-size: 16px;
	}
	.BreadCrumbs.Header {
		position: absolute;
		left: 25px;
		bottom: 30px;
		font-size: 2.25rem;
	}
	.single-food .first-section {
		/*padding: 8.44rem 18.19rem 0 12.31rem;*/
	}
	.single-food .BreadCrumbs.Header {
		top: auto;
		bottom: 60px;
		left: 15px;
	}
	.ContainersLogo {
		margin-right: 80px;
		margin-top: 23px;
	}
	.home .third-section {
		background-image: url(../container/images/events_homepage1440.png) !important;
	}
	.RdivForYou {
		right: 147px;
	}
	.FooterCopyRight {
		margin-top: 4rem;
	}
	.first-section {
		min-height: 65rem;
		background-size: cover;
	}
	.home .first-section {
		background-image: url(../container/images/header_all_1440.png);
	}
	.page-template-event-page .first-section {
		background-image: url(../container/images/event-header-img1440.png);
	}
	.single-events .first-section {
		background-image: url(../container/images/event_detail1440.png);
	}
	.page-template-food-page .first-section {
		background-image: url(../container/images/food_page1440.png);
	}
	.modal-content {
		background-image: url(../container/images/website_menu_new_1440.jpg);
		/*padding: 14.5rem 19.2rem 11.19rem 3.31rem;*/
	}
	img.BeforeNumber {
		width: 65px;
	}
	.LogoMiddle img,
	.LogoLeft img {
		width: 90px;
	}
	.LogoRight: img {
		width: 65px;
	}
	.first-section {
		background-repeat: no-repeat;
		min-height: 48.75rem;
		/*padding: 10.44rem 12.19rem 10.19rem 12.31rem;*/
		/*background-size: contain;*/
	}
	.FooterInnerContent {
		max-width: 1275px;
	}
	.OrderTicketBTN {
		left: 148px;
	}
	.FixedArrowBox,
	img.ArrowUp {
		top: 34.81rem;
		right: 15rem;
	}
}
@media (max-width: 1280px) {
	.ppWrp {
		position: relative;
	}
	.pp-lb.show-lb > .ppWrp > img {
		margin-top: 0;
		position: absolute;
		left: 15px;
		top: 15px;
	}
	.socialFlotingBox {
		right: -48px;
	}
}
@media (max-width: 550px) {
	.TopTitlePulsed,
	.page-template-event-page .TopTitlePulsed {
		font-size: 62px;
		line-height: 1;
		letter-spacing: 19px;
		left: 9px;
	}
	.page-template-food-page .TopTitlePulsed {
		left: 22px;
		letter-spacing: 43px;
		font-size: 62px;
	}
	.site-header {
		background-color: rgb(0, 0, 0, 0.5);
		visibility: visible;
		height: 74px;
	}
	@supports (-webkit-appearance:none) {
		.site-header {
			/* opacity: 0.6; */
			background-color: rgba(0,0,0, 0.6);
		}
	}
	.MenuHamburger {
		margin: 26px 0 0 26px;
	}
	.ContainersLogoMobile {
		margin: 22px 27px 0 0;
		display: block;
	}
	.modal-content .ContainersLogo {
		margin: 27px 27px 0 0;
		position: absolute;
		top: 0;
	}
	img.ArrowDown,
	img.ArrowUp {
		left: 0;
		right: 0;
		bottom: 0;
		margin: 0 auto;
		position: fixed;
		top: 505px;
	}
	.home .first-section {
		background-image: url(../container/images/mobile/homepage-hdr-bg.png);
	}
	.TitleContent h1 {
		font-size: 48px;
		font-weight: 500;
		font-style: normal;
		font-stretch: normal;
		line-height: 1;
		letter-spacing: 1.6px;
		text-align: center;
		color: #ffffff;
	}
	.TitleContent h1 img {
		margin-right: 18px;
		margin-left: 12px;
		margin-top: 7px;
	}
	.TitleContent p {
		margin-top: 15px;
		margin-right: 18px;
		font-size: 16px;
		line-height: 20px;
		font-family: Heebo;
	}
	.home .EventBox.upper {
		margin-top: 0;
	}
	.EventBox.upper {
		margin-top: 43px;
	}
	img.TopFoodLogo {
		margin-bottom: 46px;
	}
	.EventBox {
		margin-bottom: 50px;
		padding-right: 18px;
		padding-left: 18px;
	}
	.page-template-food-page .EventBox {
		padding-right: 0px;
		padding-left: 0px;
		margin-bottom: 0;
	}
	img.PlusBTN {
		position: absolute;
		float: left;
		margin-left: 35px;
		margin-bottom: 0;
		margin-top: 0;
	}
	.TabContentPlus img.PlusBTN {
		width: auto;
		height: auto;
		top: -10px !important;
	}
	.second-section img.PlusBTN {
		bottom: -165px;
	}
	.ThecompInner {
		padding: 100px 0 0;
	}
	.third-section {
		margin-top: -55px;
	}
	.third-section .ThecompInner {
		/* padding: 100px 0 50px; */
		padding: 0;
	}
	.second-section .ThecompInner {
		padding: 0 0 50px;
	}
	.fifth-section img.PlusBTN,
	.four-section img.PlusBTN {
		bottom: 0;
	}
	.modal-content {
		/* background-image: url(../container/images/mobile/all-bg.jpg); */
		background-image: url(../container/images/mobile/menu-mobile-new.jpg);
		padding: 0;
	}
	.single-food .first-section {
		background-image: url(../container/images/mobile/restaurant-bgM.jpg);
	}
	.page-template-event-page .first-section {
		background-image: url(../container/images/mobile/all-bg.png);
	}
	.MenuLinks a {
		/* font-size: 48px; */
		font-size: 38px;
		text-align: center;
		line-height: 1.5;
	}
	.MenuLinks {
		text-align: center;
		/* margin-top: 35px; 
		margin-top: 75px;*/
	}
	.ModalCloseX {
		margin: 28px 0 0 26px;
	}
	.page-template-food-page .ThecompInner {
		padding: 0;
	}
	.single-food .ThecompInner {
		padding: 0 15px;
	}
	.page-template-food-page .third-section {
		padding: 0 9px;
	}
	.SingleInnerContent p {
		font-size: 20px;
		margin-top: 0;
		line-height: 28px;
	}
	.EventDetile .Middle {
		font-size: 40px;
		line-height: 36px;
		font-family: Heebo;
	}
	.hpEventBox.publication .EventDetile .Middle {
		font-size: 20px;
		line-height: 24px;
	}
	.hpEventBox.publication .EventDetile {
		padding: 10px;
	}
	.page-template-talking-about-us .hpEventBox.publication .EventDetile .Middle, 
	.page-template-talking-about-us .hpEventBox.publication .EventDetile .Bottom {
		margin: 0;
	}
	.EventDetile .Bottom {
		font-size: 20px;
		line-height: 24px;
		font-family: Heebo;
	}
	.BreadCrumbs, .BreadCrumbs a {
		font-size: 20px;
	}
	.DishDes {
		margin-top: 8px;
	}
	img.HmithamImage {
		margin-top: 48px;
		left: 0;
		padding: 0 18px;
	}
	.four-section .ThecompInner {
		padding: 0;
	}
	.page-template-event-page .EventBox {
		padding-right: 0;
		padding-left: 0;
		margin-bottom: 0;
	}
	.page-template-event-page #third {
		min-height: 1px;
		padding: 0 10px;
	}
	.EventDetile .DateTop {
		font-size: 18px;
		line-height: 24px;
		font-family: Heebo;
	}
	.EventBox.inner .Middle {
		font-size: 22px;
	}
	.EventBox.inner .Bottom {
		font-size: 12px;
		margin-top: 22px;
	}
	.EventDetile {
		padding: 26px 42px;
	}
	.single-events .first-section {
		background-image: url(../container/images/mobile/all-bg-event.jpg);
		padding: 0;
	}
	.EventSingleTitle h1 {
		font-size: 44px;
		margin-bottom: 6px; 
	}
	.EventSingleTitle h3 {
		font-size: 18px;
	}
	.page-template-compound .site-footer {
		margin-top: 0;
	}
	.BreadCrumbs.Header {
		position: absolute;
		left: 0;
		bottom: 0;
		font-size: 24px;
		right: 0;
		margin: auto;
		text-align: center;
		top: 0;
	}
	.first-section {
		/*padding: 5.44rem 4.19rem 5.19rem 4.31rem;*/
	}
	.OrderFood {
		margin: 23px 0 0 16px;
	}
	.RdivForYou {
		display: none !important;;
	}
	.ContainersLogo {
		display: none;
	}
	.ContainersLogoMobile {
		display: block;
	}
	.page-template-compound img.ArrowDown,
	.page-template-compound	img.ArrowUp {
		display: none !important;
	}
	.nav-tabs .nav-link {
		border-top-left-radius: 0;
		border-top-right-radius: 0;
	}
	.first-section-mitham {
		margin-top: 6.16rem;
	}
	.FooterContent,
	.FooterTitle {
		font-size: 16px;
		line-height: 22px;
		font-family: Heebo;
		padding-right: 19px;
	}
	.FooterContent {
		margin-bottom: 33px;
	}
	.FooterInnerContent {
		padding: 42px 0 13px;
	}
	.MenuLocation {
		font-size: 16px;
		line-height: 22px;
		font-family: Heebo;
		font-weight: bold;
		padding-right: 37px;
		margin-bottom: 32px;
	}
	.SocialLogos {
		padding-left: 19px;
	}
	.CopyRightContent {
		font-family: Heebo;
		font-size: 12px;
		font-weight: normal;
		font-style: normal;
		font-stretch: normal;
		line-height: 1.42;
		letter-spacing: 1.1px;
		text-align: center;
		color: #9b9b9b;
		padding-top: 12px;
	}
	.FooterLineCopy {
		border-top: 1px solid #9b9b9b;
		opacity: 0.5;
	}
	.SocialLogos img {
		margin-bottom: 12px;
	}
	.page-template-food-page .first-section {
		background-image: url(../container/images/mobile/food-bgM.png);
	}
	.SingleInnerContent.Food {
		margin-bottom: 30px;
	}
	.EventBox.inner.upper {
		padding-left: 2.5px;
	}
	.EventBox.inner {
		padding-right: 2.5px;
	}
	img.TopFoodLogo {
		max-width: 100px;
		margin-right: auto;
		margin-left: auto;
		height: auto;
		display: block;
	}
	.page-template-event-page .EventImage img {
		width: 186px;
		margin: 0 auto;
		display: block;
	}
	.page-template-event-page .EventBox.inner .Middle {
		font-size: 30px;
		line-height: 30px;
		font-weight: 900;
		font-family: Heebo;
	}
	/*.page-template-event-page .EventBox.upper {
		margin-top: 0;
	}*/
	.page-template-event-page .EventBox.inner .Bottom,
	.page-template-event-page .EventDetile .DateTop	{
		font-size: 16px;
		line-height: 24px;
		font-family: Heebo;
	}
	.single-food .first-section {
		background-size: contain;
		min-height: 1rem;
		padding: 0;
	}
	.single-food .BreadCrumbs {
		margin: 0 auto 0;
	}
	/*.single-food  img.ArrowDown,
	.single-food img.ArrowUp {
		top: 505px;
	}*/
	h4.MenuTitle {
		margin-top: 20px;
		margin-bottom: 10px;
	}
	h3.FoodTitle {
		text-align: right !important;
		font-size: 28px;
	}
	p.DishName,
	h4.MenuTitle {
		font-size: 18px;
		font-weight: 900;
		line-height: 1.6;
		font-family: Heebo;
	}
	p.DishDes,
	p.DishPrice {
		font-size: 18px;
		font-weight: regular;
		line-height: 1.6;
		font-family: Heebo;
	}
	.MobileImageFood {
		position: relative;
	}
	.fifth-section .containers_img,
	.four-section .containers_img {
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
		width: 100%;
		position: relative;
	}
	.fifth-section .TitleContent h1,
	.four-section .TitleContent h1 {
		margin-top: 111px;
		margin-bottom: 36px;
	}
	.fifth-section .TitleContent p,
	.four-section .TitleContent p {
		margin-bottom: 95px;
	}
	.fifth-section.Avira p {
		margin-bottom: 15px;
	}
	.fifth-section img.PlusBTN {
		top: 375px;
		margin-left: 15px;
	}
	.four-section img.PlusBTN {
		/* top: 300px; */
		top: 260px;
	}
	.MobileImageAvira {
		position: relative;
	}
	.fifth-section .ThecompInner {
		padding: 0;
	}
	.HereIsYourLine.EvenOnMobile,
	.EventBox.upper .HereIsYourLine,
	.EventBox .HereIsYourLine	{
		height: 60px;
		top: 90px;
	}
	.LeftBoxR,
	.RightBoxR {
		display: none;
	}
	.single-events section#second {
		min-height: 1px;
	}
	.OneMenue {
		margin-bottom: 50px;
	}
	.carousel-control-next,
	.carousel-control-prev {
		bottom: auto;
	}
	.carousel-control-prev-icon {
		background-image: url(../container/images/mobile/left-arrow.png);
		width: 35px;
		height: 35px;
		opacity: 1;
	}
	.carousel-control-next-icon {
		background-image: url(../container/images/mobile/right-arrow.png);
		width: 35px;
		height: 35px;
		opacity: 1;
	}
	.carousel-control-next,
	.carousel-control-prev {
		opacity: 1;
	}
	.TitleImageSlider {
		margin-bottom: 10px;
	}
	.carousel-item span.MobilePlusTab {
		text-decoration: underline;
		display: none;
	}
	.carousel-item img.PlusBTN {
		position: relative;
		bottom: 0;
		right: 0;
		top: 8px;
	}
	.BreadCrumbs.Header a {
		font-size: 24px;
	}
	.TitleContent p {
		width: auto;
	}
	.arrow {
		display: none;
	}
	.home .third-section a.PlusContainer {
		display: none !important;
	}
	section {
		min-height: 30.5rem;
	}
	.home .fifth-section {
		margin-bottom: 0;
	}
	.EventBox.EventPage {
		max-width: 186px;
		margin-right: auto;
		margin-left: auto;
	}
	.HeaderContainer {
		/* bottom: 60px; */
	    bottom: 30px;
		height: auto; 
	}
	.MenuLinks.Right {
		padding-right: 0;
	}
	.modal-body {
		padding-top: 0;
		display: flex;
		align-items: center;
	    justify-content: center;
	}
	.logo-top-menu {
		display: none;
	}
	.second-section.mitham {
		padding-top: 30px;
	}
	.second-section.mitham {
		/* height: 100vh; */
		height: 70vh;
	}
	.four-section.Food,
	.fifth-section.Avira,
	.third-section.GiveMeParallaxMove {
		height: auto;
	}
	section#second {
		margin-top: -90px;
	}
	.page-template-event-page #third .ThecompInner {
		/* padding-top: 45px; */
	}
	.MobileTopLine {
		height: 40px;
		width: 2px;
		background-color: #f5a623;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: 0 auto;
	}
	.page-template-event-page .third-section .TitleContent {
		margin-bottom: 83px;
	}
	.first-section {
		background-repeat: no-repeat;
		min-height: auto;
		/*padding: 10.44rem 12.19rem 10.19rem 12.31rem;*/
		background-size: contain;
		background-position: top;
	}
	.MobileImageFood {
		padding-right: 0;
		padding-left: 0;
	}
	.MobileImageAvira {
		padding-right: 0;
		padding-left: 0;
	}
	.single-events .first-section {

	}
	.EventSponserImageMobile {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		margin: 0 auto;
		top: 180px;
	}
	.section iframe {
		border: transparent;
		position: relative;
		background: transparent;
		height: auto;
		margin-top: 0;
		/*width: 95% !important;*/
	}

	.IframeFix {
		position: relative;
		width: 375px;
		height: 100px;
		top: 34%;
	}
	.FoodLogoInHeader {
		max-width: 220px;
	}
	.BreadCrumbs.InnerPage {
		margin-bottom: 20px;
		margin-top: 0;
	}
	p.DishDes {
		font-size: 16px;
		line-height: 1.1;
	}
	.single-events .SingleInnerContent {
		margin-top: 0;
	}
	.OrderTicketBTN {
		left: 0;
		top: -65px;
		width: 115px;
		height: 50px;
		font-size: 28px;
		line-height: 46px;
	}
	.home .third-section {
		background-image: url(../container/images/events_home_mobile.png) !important
	}
	.postid-139 .SingleInnerContent p br {
		display: none;
	}
	.col-12.col-sm-3.col-xs-6.hpEventBox.publication {
		max-width: 100%;
		flex: 0 0 100%;
	}
	.page-template-talking-about-us .col-12.col-sm-3.col-xs-6.hpEventBox.publication {
		flex: 0 0 50%;
	}
	.pp-lb {
		background-color: rgba(0, 0, 0, 0.65);
		visibility: hidden;
		opacity: 0;
		transition: visibility 0s, opacity 0.5s linear;
		height: 100%;
		position: fixed;
		width: 100%;
		z-index: 99999999;
	}
	.pp-lb.show-lb.o-f > .ppWrp > img {
		top: 20px;
		left: 20px;
	}
	.show-lb {
		opacity: 1;
		visibility: visible;
		display: flex;
		align-items: flex-start;
		justify-content: center;
		top: 0;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
	}
	.ppWrp {
		width: 100%;
		position: relative;
		/* width: 650px; */
		display: flex;
		align-items: flex-start;
		justify-content: center;
		flex-direction: row-reverse;
	}
	.ppCont {
		width: 100%;
		/* height: 651px; */
		/* padding: 50px 0; */
		background-color: #000;
		border: 5px solid #fff;
		width: 100%;
		height: 970px; /* this height need to be dynamic from js */
		/*overflow-y: scroll;
		-webkit-overflow-scrolling: touch;*/
	}
	.ppCont .restWrpTtl {
		font-size: 1.5rem;
		color: #fff;
		font-family: 'heebo';
		text-align: center;
		padding: 0;
		position: absolute;
		top: 15px;
		right: 20px;
	}
	.ppCont .resOuterWrapper {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: row-reverse;
		width: 100%;
		flex-wrap: wrap;
	    margin-top: 120px;
	}
	.restColumn {
		padding: 0 2rem;
		flex: 0 0 50%;
	}
	.resOuterWrapper .EventBox {
		margin: 0 10px;
	}
	.resOuterWrapper .EventBox {
		margin: 0;
		padding: 0;
	}
	.ppCont .resOuterWrapper .FoodLogoContain img.TopFoodLogo {
		max-width: 85%;
	    margin: 0 auto;
	}
		.restColumn:nth-child(1) .FoodLogoContain img.TopFoodLogo {
			max-width: 45%;
		}
	.ppCont .resOuterWrapper .GiveMePower {
		height: 50px;
	}
	.ppCont .resOuterWrapper .FoodLogoContain {
		height: 60px;
	}
	.restColumn:nth-child(odd) {
		margin-top: -15%;
	}
	.restColumn:nth-child(even) {
		margin-top: 15%;
	}
	.restColumn .EventBox .HereIsYourLine {
		top: -50px !important;
	}
	.ppCont .resOuterWrapper .restColumn .EventImage .img-hv > br {
		display: none;
	}
	.ppCont .resOuterWrapper .restColumn .EventImage .img-hv {
		position: relative;
		top: 5px;
		left: auto;
		width: 83%;
		background-color: transparent;
		display: block;
		font-family: 'Heebo';
		font-size: 1rem;
		line-height: 1.2;
		opacity: 1;
		border-bottom: 2px solid;
		margin: 0 auto;
	}
	.col-12.col-sm-3.hpEventBox {
		flex: 0 0 50%;
	}
	.home .EventBox.upper.HomePageEvent {
		margin-top: 67px !important;
		margin-bottom: 0 !important;
	}
	.home .third-section p.sectionContent.k-m-s {
		bottom: 10px;
	}
	.home .eventsFormOuterWrapper {
		position: relative;
		width: 100%;
		transform: initial;
		left: auto;
		right: auto;
		z-index: 10;
		min-height: 460px;
		top: 0;
		margin: 36px auto 0;
	}
	.home .third-section {
		margin-top: 0;
		padding-top: 36px;
	}
	.home .row.FixMyMarginTop.eventsHp {
		padding-bottom: 80px;
	}
	.home .eventsFormOuterWrapper .eventsFormInnerWrapper {
		width: 100%;
	}
	.page-template-food-page .EventBox .EventImage {
		display: flex;
		align-items: start;
		flex-direction: column;
	}
	.page-template-food-page .EventBox .EventImage img {
		max-width: 80%;
		margin: 0 auto;
	}
	.page-template-food-page .row.justify-content-center.no-gutters > div.col-6.col-sm:last-child .FoodLogoContain img {
		max-width: 35%;
	}
	.ppWrp.ev {
		width: 90%;
		position: relative;
		/* width: 650px; */
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: row-reverse;
		height: 100%;
	}
	.pp-lb.show-lb > .ppWrp > img {
		left: 0;
		top: 45px;
	}
	.ppWrp.ev .ppCont {
		width: 100%;
		/* height: 651px; */
		/* padding: 50px 0; */
		background-color: #000;
		border: 5px solid #fff;
		width: 100%;
		height: 451px !important;
		overflow-y: initial;
	}
	.ev-fb-page {
		left: auto;
	}
	.evPpImage {
		width: 100%;
		max-width: 240px;
		height: auto;
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.eventsFormOuterWrapper .fieldWrp .fld,
	.eventsFormOuterWrapper .fieldWrp .smbt	{
		max-width: 100%;
		width: 100%;
	}
	.socialFlotingBox {
		/* display: none; */
		bottom: 140px;
		flex-direction: row;
		width: 100%;
		right: 0;
		top: auto;
		height: max-content;
		justify-content: center;
	    z-index: 1;
	}
	.socialFlotingBox i {
		margin: 0 15px;
	}
	span.OrderMeFood {
		margin-left: 25px;
		margin-top: 15px;
	}
	.page-template-compound .first-section-mitham .socialFlotingBox {
		display: none;
	}
	.page-template-compound .ThecompInner {
		padding: 0;
	}
	.fifth-section .TitleContent h1 {
		margin: 36px 0 0;
	}
	.single-food .socialFlotingBox {
		bottom: 90px;
	}
	.single-food section#second {
		margin-top: -25px;
	}
	.row.pub {
		padding: 0 15px;
	}
}
@media (max-width: 400px) {
	.home .first-section {
		background-size: covern;
	}
	.content__title {
		font-size: 53px;
	}
}




.sec4-images-wrp, .sec4-images-wrp .up-img, .sec4-images-wrp .bot-img {
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;
}
.sec4-images-wrp {
    position: absolute;
    top: 0;
    left: 130px;
    align-items: center;
	-webkit-align-items: center;
    justify-content: center;
	-webkit-justify-content: center;
    flex-direction: column;
	-webkit-flex-direction: column;
}
.sec4-images-wrp, .sec5-images-wrp .img1, .sec5-images-wrp .img2 {
    position: absolute;
}
.sec4-images-wrp .up-img, .sec4-images-wrp .img4, .sec4-images-wrp .img1,
 .sec5-images-wrp, .sec5-images-wrp .up-img{
	position: relative;
}
.sec4-images-wrp .up-img {
    align-items: flex-end;
	-webkit-align-items: flex-end;
    left: -212px;
}
.sec4-images-wrp .bot-img {
    flex-direction: row-reverse;
	-webkit-flex-direction: row-reverse;
}
.sec4-images-wrp .img4 {
    right: -45px;
}
.sec4-images-wrp .img1 {
    left: 28px;
}

.sec5-images-wrp {
    top: 0;
    left: 130px;
}
.sec5-images-wrp .up-img {
    left: 20px;
}
.sec5-images-wrp .img1 {
    left: 0;
}
/* .sec5-images-wrp .img2 {
    right: 0;
    top: 300px;
} */
.sec5-images-wrp .img2 {
    left: -133px;
    top: 360px;
    width: 295px;
    height: 201px;
}













