/* CSS Document */

@import url("bootstrap.min.css");
@import url("../fonts/font-awesome/css/font-awesome.min.css");
@import url("slimmenu.min.css");
@import url("owl.carousel.css");
@import url('//fonts.googleapis.com/css?family=Raleway:300,400,500,600,700|Open+Sans:400,600,700&display=swap');
@import url('//fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap');
@import url('//fonts.googleapis.com/css2?family=Norican&display=swap');

/* font-family: 'Raleway', sans-serif;
   font-family: 'Open Sans', sans-serif; */

html {
	overflow-x: hidden;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	-ms-overflow-style: scrollbar;
	font-family: 'Raleway', sans-serif;
	color: #333333;
	font-size: 17px;
	line-height: 30px;
	letter-spacing: 0.9px;
	font-weight: 400;
	overflow-x: hidden;
}

p {
	color: #333333;
	font-size: 17px;
	line-height: 30px;
	letter-spacing: 0.9px;
	font-weight: 400;
}

@media (max-width: 991px) {
	body,
	p {
		font-size: 16px;
		line-height: 30px;
	}
}

@media (max-width: 767px) {
	body,
	p {
		font-size: 15px;
		line-height: 28px;
		letter-spacing: 0.7px;
	}
}

@media (max-width: 575px) {
	body,
	p {
		font-size: 14px;
		line-height: 24px;
		letter-spacing: 0.5px;
	}
}

img {
	max-width: 100%;
	height: auto;
}

.fit_img {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.fit_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


/* Selection */

::-moz-selection {
	background: #bb0d1a ;
	color: #fff;
}

::-webkit-selection {
	background: #bb0d1a ;
	color: #fff;
}


/* Transition elsements */

a {
	-webkit-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	-moz-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	-o-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}


/* Typography */

b,
strong {
	font-weight: 700;
}

a,
a:visited,
a:active {
	color: #bb0d1a ;
}

a:hover,
a:focus {
	text-decoration: none;
	color: #961446;
	outline: 0;
}

h1:not(.site-title):before,
h2:before {
	display: none;
}

h1 {
	font-size: 62px;
	line-height: 62px;
	font-weight: 700;
	letter-spacing: 3.5px;
	text-transform: uppercase;
}

@media (max-width: 1199px) {
	h1 {
		font-size: 60px;
		line-height: 60px;
		letter-spacing: 3px;
	}
}

@media (max-width: 991px) {
	h1 {
		font-size: 50px;
		line-height: 50px;
		letter-spacing: 2px;
	}
}

@media (max-width: 767px) {
	h1 {
		font-size: 42px;
		line-height: 46px;
		letter-spacing: 1px;
	}
}

@media (max-width: 575px) {
	h1 {
		font-size: 34px;
		line-height: 38px;
		letter-spacing: 0.5px;
	}
}

h2 {
	font-size: 46px;
	line-height: 56px;
	letter-spacing: 2.3px;
	font-weight: 700;
	text-transform: uppercase;
	color: #bb0d1a ;
}

@media (max-width: 1199px) {
	h2 {
		font-size: 42px;
		line-height: 50px;
		letter-spacing: 2px;
	}
}

@media (max-width: 991px) {
	h2 {
		font-size: 36px;
		line-height: 44px;
		letter-spacing: 1.5px;
	}
}

@media (max-width: 767px) {
	h2 {
		font-size: 30px;
		line-height: 36px;
		letter-spacing: 1px;
	}
}

@media (max-width: 575px) {
	h2 {
		font-size: 26px;
		line-height: 32px;
		letter-spacing: 0.5px;
	}
}

h3 {
	font-size: 24px;
	line-height: 30px;
	font-weight: 700;
	letter-spacing: 1.3px;
	text-transform: uppercase;
    color: #050507;
}

@media (max-width: 991px) {
	h3 {
		font-size: 22px;
		line-height: 28px;
		letter-spacing: 1px;
	}
}

@media (max-width: 767px) {
	h3 {
		font-size: 20px;
		line-height: 26px;
	}
}

@media (max-width: 575px) {
	h3 {
		font-size: 20px;
		line-height: 24px;
		letter-spacing: 0.5px;
	}
}

h4 {
	font-size: 22px;
	line-height: 28px;
	font-weight: 700;
    color: #050507;
}

@media (max-width: 991px) {
	h4 {
		font-size: 20px;
		line-height: 28px;
	}
}

@media (max-width: 767px) {
	h4 {
		font-size: 18px;
		line-height: 24px;
	}
}

.h1,
.h2,
.h3,
.h4,
h1,
h2,
h3,
h4 {
	margin: 0;
	margin-bottom: 20px;
}

@media (max-width: 575px) {
	h1,
	h2,
	h3,
	h4 {
		margin-bottom: 10px;
	}
}

.white h1,
.white h2,
.white h3,
.white h4,
.white li,
.white p,
.white span {
	color: #fff;
}

.white a {
	color: #bb0d1a ;
}

.white a:hover {
	color: #bb0d1a ;
}

p,
ol,
ul,
blockquote {
	margin: 0 0 20px;
	padding: 0;
}

@media (max-width: 575px) {
	p,
	ol,
	ul,
	blockquote {
		margin: 0 0 10px;
		padding: 0;
	}
}

ol li,
ul li {
	list-style: none;
}

blockquote {
	border-color: #f7f7f7;
}


/* ------------------------------------------------------------------ 
	Form 
------------------------------------------------------------------- */

input[type="tel"],
input[type="email"],
input[type="text"],
input[type="password"],
input[type="tel"],
textarea,
select {
	width: 100%;
	max-width: 100%;
	display: block;
	margin: 0;
	padding: 10px 15px;
	height: inherit;
	z-index: 1;
	direction: ltr;
	position: relative;
	box-shadow: none;
	background-color: transparent;
	border: solid 1px #99999c;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color: #050507;
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

input[type="tel"]:focus,
input[type="email"]:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
textarea:focus,
select:focus {
	border-color: #bb0d1a ;
	outline: 0;
	box-shadow: none;
}

input::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
	color: #99999c;
	font-size: 15px;
	font-weight: 300;
	font-style: italic;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
	color: #99999c;
	font-size: 15px;
	font-weight: 300;
	font-style: italic;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
	color: #99999c;
	font-size: 15px;
	font-weight: 300;
	font-style: italic;
}

select {
	color: rgba(34, 47, 62, 0.7);
	background-image: url(../images/select_arrow.svg);
	background-position: 96% 50%;
	background-repeat: no-repeat;
	background-size: auto;
}

select option {
	color: #333333;
	font-size: 16px;
	line-height: 28px;
}

label {
	margin-bottom: 0px;
	font-weight: 600;
	text-transform: uppercase;
}

label span {
	color: red;
}

.form-group:not(:last-child) {
	margin-bottom: 20px;
}

@media(max-width:767px) {
	input[type="email"],
	input[type="text"],
	input[type="password"],
	input[type="tel"],
	textarea,
	select {
		padding: 8px 15px;
		font-size: 14px;
	}
	input::-moz-placeholder,
	textarea::-moz-placeholder,
	select::-moz-placeholder {
		font-size: 14px;
	}
	input:-ms-input-placeholder,
	textarea:-ms-input-placeholder,
	select:-ms-input-placeholder {
		font-size: 14px;
	}
	input::-webkit-input-placeholder,
	textarea::-webkit-input-placeholder,
	select::-webkit-input-placeholder {
		font-size: 14px;
	}
	.form-group:not(:last-child) {
		margin-bottom: 15px;
	}
}

.form-control:focus {
	box-shadow: none;
}

button,
button:focus {
	border: none;
	box-shadow: none;
	outline: none;
}


/* ------------------------------------------------------------------ 
	Buttons 
------------------------------------------------------------------- */

.btn_holder {
	margin-top: 35px;
	display: block;
	text-align: center;
}

input[type="submit"],
.my_btn {
	position: relative;
	text-align: center;
	padding: 10px 40px;
	min-width: 180px;
	color: #ffffff !important;
	font-weight: 700;
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 0.9px;
	background-color: #bb0d1a ;
	text-transform: uppercase;
	display: inline-block;
	cursor: pointer;
	border: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background-position: center;
	-webkit-transition: background 0.6s;
	-moz-transition: background 0.6s;
	transition: background 0.6s;
}

input[type="submit"]:hover,
.my_btn:hover {
	background: #af000d radial-gradient(circle, transparent 1%, #af000d 1%) center/15000%;
	color: #fff !important;
}

input[type="submit"]:active,
.my_btn:active {
	background-color: #e1313d;
	background-size: 100%;
	transition: background 0s;
}

.my_btn.sm {
	min-width: 130px;
	padding: 12px 20px;
	font-size: 14px;
	line-height: 22px;
}

@media(max-width:767px) {
	.btn_holder {
		margin-top: 30px;
	}
	input[type="submit"],
	button[type="submit"],
	.my_btn {
		padding: 10px 30px;
		min-width: 150px;
		font-size: 16px;
		line-height: 26px;
		letter-spacing: 0.5px;
	}
}

@media(max-width:575px) {
	input[type="submit"],
	button[type="submit"],
	.my_btn {
		padding: 7px 20px;
		min-width: 120px;
		font-size: 14px;
		line-height: 22px;
	}
	.btn_holder {
		margin-top: 20px;
	}
	.my_btn.sm {
		min-width: 120px;
		padding: 8px 15px;
		font-size: 13px;
		line-height: 20px;
	}
}


/* Header & Navigation */

.header {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	background-color: #050507;
	width: 100%;
	display: block;
	z-index: 1000;
	animation-duration: 0.3s;
}

.header.nav_up {
	top: -100%;
}

.header.nav_down {
	position: fixed;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	animation-name: stickySlideDown;
	transition: none;
}

.header .header_right {
	text-align: right;
	padding-right: 70px;
}

.header .header_right .top_bar {
	display: block;
	padding: 10px 0;
}

.header .header_right .top_bar .ct_links {
	display: inline-block;
	margin-left: 20px;
}

.header .header_right .top_bar .ct_links span {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
}

.header .header_right .top_bar .ct_links span:after {
	content: '';
	display: inline-block;
	width: 30px;
	height: 1px;
	background-color: rgba(255, 255, 255, 0.4);
	vertical-align: middle;
	margin-left: 10px;
}

.header .header_right .top_bar .ct_links a {
	font-family: 'Open Sans', sans-serif;
	font-size: 17px;
	font-weight: 600;
	letter-spacing: 0.3px;
	color: #fff;
	margin-left: 15px;
}

.header .header_right .top_bar .ct_links a:nth-of-type(1) {
	margin-left: 8px;
}

.header .header_right .top_bar .ct_links a:hover {
	color: #bb0d1a ;
}

.header .logo {
	float: left;
	position: relative;
	padding: 10px 45px 10px 70px;
}

.header .logo a {
	display: block;
}

.header .logo a img {
	width: 100%;
	max-width: 200px;
	height: auto;
}

.header .logo a:hover img {
	transform: scale(0.95);
}

.main_menu {
	display: inline-block;
}

ul.slimmenu>li:last-child > a {
	padding: 10px 25px 10px 16px;
	background-color: #bb0d1a ;
	line-height: 24px;
	background-position: center;
	-webkit-transition: background 0.6s;
	-moz-transition: background 0.6s;
	transition: background 0.6s;
}
ul.slimmenu>li:last-child > a:after {
	display: none;
}
ul.slimmenu>li:last-child:hover > a {
	background: #af000d radial-gradient(circle, transparent 1%, #af000d 1%) center/15000%;
	color: #fff;
}
ul.slimmenu>li:last-child:active > a {
	background-color: #e1313d;
	background-size: 100%;
	transition: background 0s;
}
ul.slimmenu li:last-child .sub-toggle {
    right: 5px;
}
ul.slimmenu li:last-child .sub-toggle::before {
    color: #fff;
}

.header .header_right .top_bar .ct_links h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    display: inline-block;
	margin-bottom: 0px;
	line-height: 16px;
	letter-spacing: unset;
}
.header .header_right .top_bar .ct_links h1:after {
    content: '';
    display: inline-block;
    width: 30px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.4);
    vertical-align: middle;
    margin-left: 10px;
}

/* Header Sticky Slide Down */

@keyframes stickySlideDown {
	0% {
		opacity: 0;
		transform: translateY(-100%);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

@media (max-width: 1199px) {
	.main_menu {
		margin-top: 20px;
	}
	ul.slimmenu>li:last-child > a {
		padding: 6px 12px;
		line-height: inherit;
	}
}

@media (max-width: 991px) {
	.main_menu {
		margin-top: 7px;
	}
	.header .header_right .top_bar {
		padding: 8px 0;
	}
	.header .header_right .top_bar .ct_links {
		display: block;
	}
}

@media (max-width: 767px) {
	.header .logo {
		padding: 15px;
	}
	.header .header_right {
		padding-right: 15px;
	}
	.main_menu {
		margin-top: 5px;
	}
	.header .logo a img {
		max-width: 170px;
	}
	ul.slimmenu {
		left: 15px;
		right: 15px;
	}
}

@media (max-width: 575px) {
	.header .logo a img {
		max-width: 150px;
	}
	.header .header_right .top_bar {
		padding: 6px 0;
	}
	.header .header_right .top_bar .ct_links {
		margin-left: 0px;
	}
	.header .header_right .top_bar .ct_links a {
		font-size: 14px;
		margin-left: 10px;
	}
	.header .header_right .top_bar .ct_links a:nth-of-type(1) {
		margin-left: 3px;
	}
	.header .header_right .top_bar .ct_links span, 
    .header .header_right .top_bar .ct_links h1 {
		font-size: 11px;
	}
	.header .header_right .top_bar .ct_links span::after, 
    .header .header_right .top_bar .ct_links h1::after {
		width: 20px;
		margin-left: 3px;
	}
    ul.slimmenu>li:last-child > a {
        padding: 8px 12px;
    }
}

@media (max-width: 480px) {
	.header .logo {
		padding: 17px 15px;
	}
	.header .logo a img {
		max-width: 110px;
	}
	.header .header_right .top_bar .ct_links {
		line-height: 20px;
		display: block;
	}
	.header .header_right .top_bar .ct_links a {
		font-size: 12px;
		margin-left: 5px;
	}
	.header .header_right .top_bar .ct_links span, 
    .header .header_right .top_bar .ct_links h1 {
		font-size: 9px;
	}
	.header .header_right .top_bar .ct_links span::after, 
    .header .header_right .top_bar .ct_links h1::after {
		width: 10px;
		margin-left: 2px;
	}
}


/* Billboard */

.billboard {
	margin-top: 125px;
	position: relative;
	width: 100%;
	height: auto;
	min-height: 650px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #bb0d1a;
}
.billboard:before {
	content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(11, 11, 11, 0.5);
}

.billboard .container {
	position: absolute;
	top: 48%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	z-index: 10;
}

.introtext {
	width: 100%;
	position: relative;
	z-index: 2;
}

.introtext span {
	background-color: #bb0d1a ;
	text-transform: uppercase;
	font-size: 24px;
	padding: 3px 15px;
	margin-bottom: 20px;
	display: inline-block;
}

@media (max-width: 1199px) {
	.billboard {
		height: auto;
		min-height: 600px;
	}
	.introtext {
		width: 100%;
	}
}

@media (max-width: 991px) {
	.introtext span {
		font-size: 20px;
		line-height: 26px;
		padding: 3px 10px;
		margin-bottom: 15px;
	}
	.introtext {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.billboard {
		margin-top: 115px;
	}
	.introtext span {
		font-size: 16px;
		line-height: 22px;
	}
}

@media (max-width: 575px) {
	.billboard {
		margin-top: 110px;
	}
	.introtext span {
		font-size: 14px;
		line-height: 18px;
        margin-bottom: 10px;
	}
}

@media (max-width: 480px) {
	.billboard {
		margin-top: 85px;
	}
	.introtext span {
		font-size: 12px;
		line-height: 18px;
	}
}

@media (max-width: 350px) {
	.header .header_right .top_bar .ct_links span, .header .header_right .top_bar .ct_links h1 {
		display: none;
	}
}


/* All Sections */

.sections {
	padding: 80px 0px;
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.sections_title {
	position: relative;
	margin-bottom: 30px;
}

.sections_title:after {
	content: '';
	width: 100px;
	height: 3px;
	background-color: #050507;
	display: block;
}

.sections_title.text-center:after {
	margin: 0 auto;
}

.white .sections_title:after {
	margin: 0 auto;
	background-color: #fff;
}

.sections_title h2 {
	position: relative;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.sections_title span {
	text-transform: uppercase;
	font-weight: 600;
}

.gd_overlay,
.dark_overlay {
	position: relative;
}

.gd_overlay:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, rgba(205, 45, 106, 1) 0%, rgba(5, 5, 7, 1) 100%);
	opacity: 0.3;
}

.dark_overlay:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(5, 5, 7, 0.7);
}

@media (max-width: 991px) {
	.sections {
		padding: 70px 0px;
	}
}

@media (max-width: 767px) {
	.sections {
		padding: 60px 0px;
	}
	.sections_title {
		margin-bottom: 20px;
	}
}

@media (max-width: 575px) {
	.sections {
		padding: 40px 0px;
	}
	.sections_title span {
		font-size: 12px;
	}
	.sections_title::after {
		width: 70px;
		height: 2px;
	}
}


/* About */

.about_img {
	background-color: #050507;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.about_text {
	width: 650px;
	position: relative;
	z-index: 1;
	background-color: #fff;
	margin: 50px 0;
	padding: 30px;
}

@media (max-width: 1199px) {
	.about_text {
		width: 550px;
	}
}

@media (max-width: 991px) {
	.about_img {
		height: 450px;
		margin: 0 15px !important;
	}
	.about_text {
		width: auto;
		margin: -120px 30px 0;
	}
}

@media (max-width: 767px) {
	.about_img {
		height: 350px;
	}
	.about_text {
		margin: -70px 15px 0;
	}
}

@media (max-width: 575px) {
	.about_img {
		height: 300px;
	}
	.about_text {
		padding: 15px;
	}
}


/* Event */

.event .sections_title {
	margin-bottom: 80px;
}
.event .btn_holder {
	margin-top: 60px;
}
.event .container-fluid {
	padding-left: 80px !important;
	padding-right: 80px !important;
}

.event_box {
	width: 100%;
	height: 310px;
	background-color: #050507;
	border: 4px solid #3dabb2;
	display: block;
	overflow: hidden;
	margin-bottom: 30px;
	position: relative;
}

.event_box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.event_box:hover img {
	transform: scale(1.05);
}

.event_box h3 {
	text-align: center;
	margin-bottom: 0;
	width: 100%;
	position: absolute;
	bottom: 25px;
	z-index: 2;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.event_box:hover h3 {
	color: #bb0d1a ;
	bottom: 45px;
}

.event_box:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 50%;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
	z-index: 1;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.event_box:hover:before {
	height: 100%;
}

@media (max-width: 1199px) {
	.event_box {
		height: 240px;
	}
	.event .sections_title {
		margin-bottom: 30px;
	}
	.event .container-fluid {
		padding-left: 50px !important;
		padding-right: 50px !important;
	}
}

@media (max-width: 991px) {
	.event_box {
		height: 300px;
	}
	.event {
		text-align: center;
	}
	.event .sections_title {
		margin-bottom: 50px;
	}
	.event .row>div.col-lg-4:not(:last-child) {
		margin-bottom: 50px;
	}
}

@media (max-width: 767px) {
	.event_box {
		height: 250px;
	}
	.event .container-fluid {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
}

@media (max-width: 575px) {
	.event_box {
		width: 320px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (max-width: 400px) {
	.event_box {
		width: 100%;
	}
}


/* Form */

.contact_form {
	background-color: #f9f9f9;
	padding: 70px 70px 70px 120px;
}

.joinus_form {
	background-color: #f2f2f2;
	padding: 70px 120px 70px 70px;
}

.file-select {
	color: #050507;
	cursor: pointer;
	height: 50px;
	line-height: 50px;
	text-align: left;
	overflow: hidden;
	position: relative;
	display: inline-block;
}

.file-select .file-select-button {
	color: #fff;
	text-transform: uppercase;
	background: #050507;
	padding: 0 25px;
	display: inline-block;
	height: 50px;
	line-height: 50px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.file-select:hover .file-select-button {
	background: #bb0d1a ;
}

.file-select .file-select-name {
	font-size: 14px;
	font-style: italic;
	line-height: 50px;
	display: inline-block;
	padding: 0 10px;
}

.file-select input[type=file] {
	z-index: 100;
	cursor: pointer;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	filter: alpha(opacity=0);
}

.file-select.file-select-disabled {
	opacity: 0.65;
}

.file-select.file-select-disabled:hover {
	cursor: default;
	display: block;
	border: 2px solid #dce4ec;
	color: #050507;
	cursor: pointer;
	height: 40px;
	line-height: 40px;
	margin-top: 5px;
	text-align: left;
	background: #FFFFFF;
	overflow: hidden;
	position: relative;
}

.file-select.file-select-disabled:hover .file-select-button {
	background: #dce4ec;
	color: #666666;
	padding: 0 10px;
	display: inline-block;
	height: 40px;
	line-height: 40px;
}

.file-select.file-select-disabled:hover .file-select-name {
	line-height: 40px;
	display: inline-block;
	padding: 0 10px;
}

@media (max-width: 1199px) {
	.contact_form {
		padding: 70px;
	}
	.joinus_form {
		padding: 70px;
	}
}

@media (max-width: 991px) {
	.contact_form {
		padding: 50px 70px;
	}
	.joinus_form {
		padding: 50px 70px;
	}
}

@media (max-width: 767px) {
	.file-select,
	.file-select .file-select-button,
	.file-select .file-select-name {
		height: 45px;
		line-height: 45px;
	}
}

@media (max-width: 575px) {
	.contact_form,
	.joinus_form {
		padding: 40px 15px;
	}
	.file-select,
	.file-select .file-select-button,
	.file-select .file-select-name {
		height: 40px;
		line-height: 40px;
	}
}


/* Blog */

.blog_post {
	display: block;
	margin-bottom: 40px;
}

.blog_post .fit_img {
	position: relative;
	display: block;
	height: 250px;
	background-color: #050507;
}

.blog_post:hover .fit_img {
	transform: translateY(-10px);
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
}

.blog_post .fit_img:after {
	content: '\f0c1';
	position: absolute;
	top: 42%;
	left: 50%;
	transform: translate(-50%, -50%) scale(0.8);
	font: normal normal normal 30px/70px FontAwesome;
	color: #fff;
	width: 70px;
	height: 70px;
	background-color: rgba(5, 5, 7, 0.8);
	border-radius: 100%;
	text-align: center;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.blog_post:hover .fit_img:after {
	opacity: 1;
	transform: translate(-50%, -50%) scale(1);
}

.blog_post .fit_img img {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.blog_post:hover .fit_img img {
	transform: scale(1.05);
}

.blog_post .blog_text {
	border: 1px solid rgba(0, 0, 0, 0.05);
	background-color: #fff;
	padding: 15px;
	margin-right: 20px;
	margin-top: -50px;
	position: relative;
	z-index: 1;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.blog_post:hover .blog_text {
	transform: translateY(10px);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.blog_post .blog_text h4 {
	margin-bottom: 5px;
	font-size: 18px;
	line-height: 22px;
	text-transform: uppercase;
	font-weight: 600;
}

.blog_post .blog_text h4 a {
	color: #333333;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.blog_post:hover .blog_text h4 a, .blog_post:hover .blog_text h2 a {
	color: #bb0d1a ;
}

.blog_post:hover .blog_text h4, .blog_post:hover .blog_text h2 {
	color: #bb0d1a ;
}

.blog_post .blog_text p {
	margin-bottom: 12px;
	font-size: 16px;
	line-height: 28px;
}

@media (max-width: 1199px) {
	.blog_post .fit_img {
		height: 220px;
	}
}

@media (max-width: 767px) {
	.blog_post {
		width: 80%;
		margin-right: auto;
		margin-left: auto;
	}
	.blog_post .fit_img {
		height: 250px;
		margin-bottom: 15px
	}
	.blog_post .blog_text p {
		margin-bottom: 10px;
		font-size: 15px;
		line-height: 26px;
	}
}

@media (max-width: 575px) {
	.blog_post {
		width: 75%;
	}
	.blog_post .fit_img {
		height: 250px;
	}
	.blog_post .blog_text h4, .blog_post .blog_text h2 {
		margin-bottom: 3px;
		font-size: 16px;
		line-height: 20px;
	}
	.blog_post .blog_text p {
		margin-bottom: 10px;
		font-size: 14px;
		line-height: 22px;
	}
}

@media (max-width: 460px) {
	.blog_post {
		width: 95%;
	}
}

.pink_bg {
	background-color: #bb0d1a ;
}


/* NewsLetter */

.newsletter {
	background-position: center;
	background-size: cover;
	padding: 70px 0;
}

.newsletter h3 {
	margin-bottom: 0;
}

.newsletter form {
	position: relative;
}

.newsletter input::placeholder {
	color: rgba(255, 255, 255, 0.7);
}

.newsletter form input[type="email"] {
	border-color: #050507;
	color: #fff;
	z-index: 1;
	padding: 10px 205px 10px 15px;
}

.newsletter form input[type="submit"] {
	background-color: #050507;
	position: absolute;
	top: 0;
	right: 0;
	line-height: 32px;
	z-index: 1;
}

.newsletter form input[type="submit"]:hover {
	background-color: #15151c;
}

@media (max-width: 991px) {
	.newsletter {
		padding: 50px 0;
		text-align: center;
	}
	.newsletter h3 {
		margin-bottom: 20px;
	}
}

@media (max-width: 767px) {
	.newsletter {
		padding: 30px 0;
	}
}

@media (max-width: 575px) {
	.newsletter form input[type="email"] {
		padding: 7px 130px 7px 15px;
	}
}


/* Footer */

.footer {
	padding-top: 70px;
	background-color: #050507;
	position: relative;
}

.footer_logo {
	margin-bottom: 30px;
	display: block;
}

.footer h4 {
	color: #fff;
	font-weight: 600;
	letter-spacing: 1px;
	margin-bottom: 30px;
}

.footer h4:after {
	content: '';
	display: block;
	width: 60px;
	height: 1px;
	background-color: #bb0d1a ;
	margin-top: 15px;
}

.footer p,
.footer ul li,
.footer a {
	font-size: 16px;
	line-height: 28px;
	color: #fff;
}

.footer a:hover {
	color: #bb0d1a ;
}

.footer_logo a {
	margin-right: 20px;
	display: block;
}

.footer .quicklinks ul {
	overflow: hidden;
}

.footer .quicklinks ul li {
	float: left;
	width: 50%;
	margin-bottom: 10px;
}

.footer .address p {
	position: relative;
	padding-left: 35px;
	margin-bottom: 15px;
}

.footer .address p img {
	position: absolute;
	top: 5px;
	left: 0;
	color: #bb0d1a ;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.footer .address p:hover img {
	transform: scaleX(-1);
}

.social_media ul li {
	display: inline-block;
	margin-right: 15px;
}

.social_media ul li a {
	font-size: 20px;
}

.footer .copyright {
	position: relative;
	padding: 30px 0;
	text-align: center;
	margin-top: 40px;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footer .copyright .container {
	position: relative;
}

.footer .copyright p {
	margin-bottom: 0;
}

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

.footer .copyright a:hover {
	color: #bb0d1a ;
}

@media (max-width: 991px) {
	.footer .row>div {
		margin-bottom: 40px;
	}
	.footer .row>div:last-child {
		margin-bottom: 0px;
	}
	.footer .copyright {
		margin-top: 20px;
	}
}

@media (max-width: 767px) {
	.footer {
		text-align: center;
		padding-top: 50px;
	}
	.footer .address p {
		padding-left: 0;
		margin-bottom: 15px;
	}
	.footer .copyright {
		padding: 20px 30px;
	}
	.footer h4::after {
		margin-left: auto;
		margin-right: auto;
	}
	.social_media ul li {
	   margin-right: 10px;
	}
	.footer p,
	.footer ul li,
	.footer a {
		font-size: 14px;
		line-height: 26px;
	}
}

@media (max-width: 575px) {
	.footer {
		padding-top: 40px;
	}
	.footer .copyright {
		padding: 20px 15px;
	}
	.footer .copyright p {
		font-size: 12px;
		line-height: 20px;
	}
	.footer h4 {
		margin-bottom: 20px;
	}
}


/**/

.go-up {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translate(0, -50%);
	color: #bb0d1a ;
	cursor: pointer;
	font-size: 16px;
	line-height: 1;
	text-align: center;
}

.go-up a {
	color: #bb0d1a ;
}

.go-up a:hover {
	color: #fff;
}


/* Page-loader */

.page-loader {
	background: #fff;
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 9998;
}

.page-loader span {
	position: absolute;
	display: inline-block;
	background: #bb0d1a ;
	height: 100px;
	width: 100px;
	left: 48%;
	top: 48%;
	margin: -20px 0 0 -20px;
	text-indent: -9999em;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	-webkit-animation: page-loader 1.2s linear infinite;
	animation: page-loader 1.2s linear infinite;
}

.page-loader span:last-child {
	animation-delay: -0.6s;
	-webkit-animation-delay: -0.6s;
}

@media(max-width:991px) {
	.page-loader span {
		left: 47%;
		top: 46%;
	}
}

@media(max-width:768px) {
	.page-loader span {
		left: 45%;
		top: 44%;
	}
    .go-up {
        right: 0;
    }
}

@media(max-width:575px) {
	.page-loader span {
		left: 43%;
		top: 42%;
	}
}

@keyframes page-loader {
	0% {
		transform: scale(0, 0);
		opacity: 1;
	}
	100% {
		transform: scale(1, 1);
		opacity: 0;
	}
}

@-webkit-keyframes page-loader {
	0% {
		-webkit-transform: scale(0, 0);
		opacity: 0.8;
	}
	100% {
		-webkit-transform: scale(1, 1);
		opacity: 0;
	}
}


/* Transition 0.4s */

.header,
.logo img,
.logo a,
.go-up,
.textarea,
input {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}


/* Internal Page */

.internal_cover {
	height: auto;
	min-height: 350px;
}

.internal_cover.gd_overlay::before {
	opacity: 0.7;
}

.internal_cover .introtext {
	margin: 0 auto;
	text-align: center;
}

.internal_cover .introtext h1 {
    margin-bottom: 0;
}

.internal_page ul li {
	position: relative;
	padding-left: 25px;
}

.internal_page ul li::before {
	content: '\f00c';
	position: absolute;
	top: 7px;
	left: 0;
	font: normal normal normal 16px/1 FontAwesome;
	color: #bb0d1a ;
}

/**/
.ticket_box {
	display: block;
	border: 1px solid #ececec;
	margin-bottom: 40px;
}

.ticket_box:hover {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.ticket_box .ticket_text {
	padding: 15px;
	display: block;
}

.ticket_box .fit_img {
	height: 220px;
}

.ticket_box .fit_img img {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.ticket_box:hover .fit_img img {
	transform: scale(1.05);
}

.ticket_box .date_time {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #95959f;
	display: block;
	margin-bottom: 7px;
}

.ticket_box h4 {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	line-height: 22px;
	color: #050507;
	display: block;
	margin-bottom: 7px;
}

.tk_price {
	font-family: 'Open Sans', sans-serif;
}

.ticket_box .place_dt {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #95959f;
	display: block;
	padding: 10px 15px;
	color: #fff;
	background-color: #bb0d1a ;
}

.ticket_box .tk_price {
	float: right;
}

@media(max-width:1199px) {
	.internal_cover {
		min-height: 300px;
	}
}

@media(max-width:991px) {
	.internal_cover {
		min-height: 250px;
	}
}

@media(max-width:575px) {
	.internal_cover {
		min-height: 200px;
	}
}


/*news_details*/

.news_details strong {
	font-weight: 500;
}

.news_details .col-lg-8 img {
	display: block;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
	width: 100%;
}

.news_details h2 {
	font-size: 26px;
	line-height: 34px;
	margin-bottom: 10px;
	color: #050507;
}

.post_date {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #bb0d1a ;
	font-weight: 300;
	display: block;
	margin: 25px 0 20px;
}

.post_date span {
	display: inline-block;
	margin-right: 20px;
}

.post_date span:last-child {
	margin-right: 0px;
}

.post_date i {
	color: #bb0d1a ;
	margin-right: 7px;
}

.sidebar ul {
	display: block;
	padding: 0;
	margin-bottom: 50px;
}
.sidebar ul:last-child {
	margin-bottom: 0px;
}

.sidebar h2.widget-title {
	background-color: #050507;
	padding: 10px 15px;
	font-size: 22px;
	line-height: 30px;
	font-weight: 500;
	margin-bottom: 0px;
	color: #fff;
}

.post_body {
	margin-left: 115px;
}

.sidebar ul li {
	display: block;
	margin: 0;
	padding: 17px 0px;
	border-bottom: solid 1px #e8eaeb;
	list-style: none;
	position: relative;
	overflow: hidden;
}

.sidebar ul li i {
	font-size: 16px;
    line-height: 20px;
	color: #bb0d1a ;
	margin-right: 6px;
	vertical-align: top;
}

.sidebar ul li .post_date {
	margin: 0;
	font-size: 11px;
	line-height: 16px;
	color: #bb0d1a ;
	font-weight: 300;
	display: block;
	margin-bottom: 5px;
}

.sidebar ul li .post_img {
	float: left;
	margin-right: 15px;
	overflow: hidden;
	width: 100px;
	height: 100px;
	overflow: hidden;
	background-color: #050507;
	border: 1px solid #cacdd0;
	position: relative;
}

.sidebar ul li .post_img img {
	height: 100%;
	width: 100%;
	max-width: 100%;
	object-fit: cover;
	position: relative;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.sidebar ul li:hover .post_img img {
	opacity: 0.4;
}

.sidebar ul li a,
.sidebar ul li h4 a {
	color: #050507;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	display: inline-block;
}

.sidebar ul li h4 {
	margin-bottom: 5px;
	min-height: 47px;
}

.sidebar ul li span {
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #bb0d1a ;
	padding-top: 7px;
}

.sidebar ul li span i {
	font-size: 14px;
	line-height: 20px;
	color: #bb0d1a ;
}

.sidebar ul li a:hover {
	color: #bb0d1a ;
}

.sidebar ul li .read_more {
	color: #bb0d1a ;
	font-weight: 300;
	font-size: 12px;
	line-height: 18px;
	display: block;
}

.sidebar ul li .read_more:hover {
	color: #bb0d1a ;
}

.sidebar ul li:last-child {
	border-bottom: none;
}

@media(max-width:991px) {
	.sidebar {
		margin-top: 40px;
	}
	.news_details h2 {
		font-size: 24px;
		line-height: 32px;
	}
}

@media(max-width: 767px) {
	.news_details h2 {
		font-size: 22px;
		line-height: 30px;
	}
	.sidebar h2.widget-title {
		font-size: 22px;
		line-height: 28px;
	}
}

@media(max-width: 575px) {
    .post_date {
        font-size: 12px;
        line-height: 20px;
        margin: 20px 0 20px;
    }
    .sidebar ul {
        margin-bottom: 30px;
    }
    .sidebar ul li {
        padding: 12px 0px;
    }
    .sidebar h2.widget-title {
        font-size: 18px;
        line-height: 24px;
        padding: 8px 10px;
    }
    .sidebar ul li a, .sidebar ul li h4 a {
        font-size: 12px;
        line-height: 18px;
    }
    .sidebar ul li i {
        font-size: 14px;
        line-height: 18px;
        margin-right: 6px;
    }
    .sidebar ul li span i {
        font-size: 12px;
        line-height: 18px;
        margin-right: 3px;
    }
}

.contact_detail .map{
    height: 300px;
    margin-bottom: 30px;
    border: 1px solid #ccc;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
}
.contact_detail .map iframe {
	width: 100% !important;
	height: 100% !important;
}

@media(max-width: 991px) {
    .contact_detail .map{
        margin-top: 50px;
    }
}

.skip-link {
    left: -9999rem;
    top: 2.5rem;
    z-index: 999999999;
    text-decoration: underline;
}
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    word-break: normal;
}

/* pagination */
.navigation.pagination {
    margin-top: 40px;
    display: block;
    text-align: center;
}
.navigation.pagination .screen-reader-text{display: none;}
.pagination .nav-links{
    display: block;
    margin-left: 0px;
}
.nav-links .page-numbers{
	display:inline-block;
	width:40px;
	height:40px;
    font-size: 16px;
	line-height:38px;
    color: #252525;
    text-transform: uppercase;
	text-align:center;
    border: solid 1px #e1313d;
    margin-right: 7px;
    padding: 0px;
}
.nav-links .page-numbers:hover,
.nav-links .page-numbers.current{
    border: solid 1px #e1313d;
    color: #fff;
	background-color: #e1313d;
}

/* Event Page */
.tribe-common-l-container.tribe-events-l-container {
	padding-bottom: 0 !important;
	padding-top: 0 !important;
}
.tribe-events ul li{
    padding: 0;
}
.tribe-events ul li::before {
    display: none;
}
.tribe-events .tribe-events-l-container {
	padding-bottom: 0;
	padding-top: 0;
	min-height: 700px;
}
.tribe-theme-twentytwenty .tribe-common .tribe-common-c-btn{
	background-color: #bb0d1a ;
	border-radius: 0;
}
.tribe-theme-twentytwenty .tribe-common .tribe-common-c-btn:focus, 
.tribe-theme-twentytwenty .tribe-common .tribe-common-c-btn:hover {
	background-color: #af000d;
}
.tribe-common-g-row.tribe-events-calendar-list__event-row {
    margin: 50px 0 !important;
	padding: 40px 10px;
	border: 1px solid #ccc;
	box-shadow: 0 10px 10px rgba(0,0,0,0.1);
}
.tribe-events-calendar-list__event-details.tribe-common-g-col {
	border-left: 1px solid #ccc;
}
.tribe-events-calendar-list__event-datetime {
	background-color: #bb0d1a ;
	padding: 5px !important;
	color: #fff;
    display: block;
}
.ticket_btn {
	padding: 7px 20px !important;
	font-size: 16px;
	line-height: 26px;
	color: #fff !important;
    background-color: #47aab3 !important;
    margin-top: 20px !important;
    display: inline-block;
}
.ticket_btn:hover {
    background-color: #bb0d1a  !important;
}
.tribe-events-calendar-list__event-date-tag-datetime {
	width: auto;
	height: auto !important;
	border: 2px solid #ccc !important;
	padding: 10px !important;
}
.tribe-events .tribe-events-c-ical__link {
	color: #bb0d1a ;
	border: 1px solid #bb0d1a ;
}
.tribe-events .tribe-events-c-ical__link {
	color: #bb0d1a ;
	border: 1px solid #bb0d1a ;
}
.tribe-events .tribe-events-c-ical__link:hover {
	background-color: #bb0d1a ;
}
.tribe-events .tribe-events-calendar-month__mobile-events-icon--event {
	background-color: #bb0d1a ;
}
.tribe-theme-twentytwenty .tribe-events .tribe-events-calendar-month__day-cell--selected {
	background-color: #bb0d1a ;
}
.tribe-events .tribe-events-calendar-month__day {
	border-radius: 0px;
	margin: 8px;
}
.tribe-events-event-meta dd{
	padding-bottom: 20px !important;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px !important;
}
#tribe-events .tribe-events-button, #tribe-events .tribe-events-button:hover, #tribe_events_filters_wrapper input[type="submit"], .tribe-events-button, .tribe-events-button.tribe-active:hover, .tribe-events-button.tribe-inactive, .tribe-events-button:hover, .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"], .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"] > a {
	background-color: #bb0d1a ;
}
.tribe-events-header{
	display: none !important;
}


@media(max-width:991px){
    .tribe-events-calendar-list__event-datetime {
        padding: 4px !important;
        font-size: 10px;
        line-height: 14px;
    }
    .tribe-common-l-container.tribe-events-l-container {
        padding: 0 !important;
    }
    .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-row > .tribe-common-g-col {
        padding-left: 14px;
        padding-right: 24px;
    }
    .tribe-common-g-row.tribe-events-calendar-list__event-row {
        margin: 40px 0 !important;
        padding: 30px 10px;
    }
    .ticket_btn {
        padding: 5px 15px !important;
        font-size: 14px;
        line-height: 22px;
        margin-top: 15px !important;
    }
}

@media(max-width:767px){
    .tribe-events-calendar-list__event-title.tribe-common-h6.tribe-common-h4--min-medium {
        font-size: 20px;
        line-height: 26px;
    }
    .tribe-events .tribe-events-calendar-list__event-date-tag-weekday {
        font-size: 9px;
    }
    .tribe-common--breakpoint-medium.tribe-common .tribe-common-h4--min-medium {
        font-size: 18px;
    }
    .tribe-events-calendar-list__event-date-tag-datetime {
        padding: 7px 10px !important;
    }
}

@media(max-width:575px){
    .tribe-common-g-row.tribe-events-calendar-list__event-row {
        margin: 30px 0 !important;
        padding: 10px 0px;
    }
    .tribe-events-calendar-list__event-date-tag-datetime {
        padding: 2px !important;
    }
    .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-row > .tribe-common-g-col {
        padding-left: 4px;
        padding-right: 26px;
    }
    .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-date-tag {
        min-width: inherit;
        width: auto;
    }
    .tribe-common--breakpoint-medium.tribe-common .tribe-common-g-row--gutters > .tribe-common-g-col {
        padding-left: 10px;
        padding-right: 10px;
    }
    .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-datetime-wrapper, .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-title {
        margin: 0 0 10px;
    }
    .tribe-events-calendar-list__event-datetime {
        padding: 2px !important;
        font-size: 9px;
        line-height: 11px;
    }
    .tribe-common--breakpoint-medium.tribe-common .tribe-common-h4--min-medium {
        font-size: 16px;
    }
    .tribe-common--breakpoint-medium.tribe-common .tribe-common-h4--min-medium {
        font-size: 16px;
    }
}

@media(max-width:400px){
    .tribe-common--breakpoint-medium.tribe-common .tribe-common-g-row--gutters > .tribe-common-g-col {
        padding-left: 5px;
        padding-right: 5px;
    }
    .tribe-theme-twentytwenty .tribe-common p {
        font-size: 13px;
        line-height: 20px;
    }
}

.alignleft {
	max-width: 400px;
	object-fit: cover;
	margin: 0px 30px 30px 0px;
	float: left;
}
.aligncenter {
	display: block;
	margin: 0 auto;
	margin-bottom: 30px;
}
.alignright {
	max-width: 400px;
	object-fit: cover;
	margin: 0px 0 30px 30px;
	float: right;
}
@media(max-width:991px) {
	.alignright,
	.alignleft,
	.aligncenter {
		margin: 0 0 30px 0;
		float: none;
		max-width: 100%;
	}
}

.pinkp_logo, .pf_logo {
    width: 48%;
    height: 130px;
    background: #fff;
    text-align: center;
    vertical-align: top;
    padding: 5px;
    display: inline-flex;
}
.pinkp_logo img, .pf_logo img {
    object-fit: contain;
}


/**/
.price_menu{
    text-align: center;
    padding: 60px;
    border: 1px solid #050507;
    margin-bottom: 60px;
    clear: both;
}
.price_menu .row > div{
    padding: 50px;
    background: radial-gradient(ellipse at center,  rgba(35,31,32,1) 0%,rgba(9,7,8,1) 100%);
}
.price_menu .menu_logo{
    margin-bottom: 50px;
}
.price_menu .menu_logo img{
    width: 200px;
}
.price_menu .menu_detail {
    padding: 7px 30px;
}
.price_menu h3 {
	text-transform: capitalize;
	font-weight: 400;
	margin-bottom: 4px;
	font-size: 24px;
	line-height: 1.2;
    font-family: 'Ubuntu', sans-serif;
    letter-spacing: 0;
}
.price_menu h3 span {
    color: #47aab3;
    text-transform: uppercase;
}
.price_menu h4 {
	text-transform: capitalize;
	font-weight: 400;
	margin-bottom: 5px;
	font-size: 18px;
	line-height: 1.2;
    font-family: 'Ubuntu', sans-serif;
    letter-spacing: 0;
}
.price_menu h4 span{
	text-transform: uppercase;
    color: #47aab3;
}
.price_menu h4 span:nth-child(2){
    margin-left: 15px;
}
.price_menu .menu_detail p {
	color: #9d9d9d;
	font-size: 14px;
	line-height: 1.4;
	margin-bottom: 4px;
}
.price_menu p span {
    color: #47aab3;
    font-size: 14px;
}
.price_menu .menu_detail p a{
    color: #47aab3;
}
.price_menu .menu_detail p a:hover{
    color: #e1313d;
}
.price_menu .menu_detail span.price_text{
    font-family: 'Open Sans', sans-serif;
    display: block;
    color: #e1313d;
    font-size: 15px;
    line-height: 1.4;
    position: relative;
    letter-spacing: 0;
}
.price_menu .menu_detail span.price_text::before, 
.price_menu .menu_detail span.price_text::after {
	content: '';
	width: 40px;
	height: 2px;
	border-radius: 50%;
	background-color: #e1313d;
	opacity: 0.5;
	display: inline-block;
	vertical-align: top;
	margin: 10px 5px;
}
.price_menu h3 > img,
.price_menu h4 img,
.price_menu a > img {
    width: 27px;
    height: 27px;
	object-fit: contain;
	vertical-align: top;
}
.price_menu .menu_footer {
    margin-top: 30px;
}
.price_menu h2{
    font-family: 'Norican', cursive;
    text-transform: capitalize;
}
.price_menu .menu_footer h4 {
	margin-bottom: 30px;
}
.price_menu ul li {
	text-align: left;
	overflow: hidden;
	line-height: 1.4;
	border-bottom: 1px solid rgba(222,77,102,0.07);
	padding: 0;
	font-size: 18px;
	font-weight: 400;
    font-family: 'Ubuntu', sans-serif;
    letter-spacing: 0;
}
.price_menu ul li strong{
    float: right;
    color: #e1313d;
    font-weight: 600;
}
.price_menu ul li strong span{
    color: #47aab3;
    font-size: 14px;
    font-weight: 400;
}
.price_menu ul li:before{
    display: none;
}
/**/
.price_menu.pancake_menu{
    background-color: #e1313d;
    border: none;
}
.price_menu.pancake_menu .row > div {
	background: #fff;
    border: 2px solid #e1313d;
}
.price_menu.pancake_menu .menu_detail p {
	color: #5b5b5b;
	font-weight: 500;
}
.price_menu h3 {
    color: #e1313d;
}
.price_menu.pancake_menu h2{
	color: #47aab3;
}
.price_menu.pancake_menu .menu_detail span.price_text::before, 
.price_menu.pancake_menu .menu_detail span.price_text::after {
	background-color: #5b5b5b;
}
@media(max-width:1199px){
    .price_menu {
        padding: 40px;
        margin-bottom: 40px;
    }
    .price_menu .row > div {
        padding: 40px 30px;
    }
    .price_menu .menu_logo img {
        width: 170px;
    }
    .price_menu .menu_detail {
        padding: 7px 30px;
    }
    .price_menu h3 {
        font-size: 22px;
    }
    .price_menu .menu_detail p {
        font-size: 13px;
    }
    .price_menu .menu_detail span.price_text {
        font-size: 15px;
    }
    .price_menu h4 {
        font-size: 16px;
    }
}
@media(max-width:991px){
    .price_menu .menu_footer {
        margin-top: 30px;
    }
    .price_menu h3 > img,
    .price_menu h4 img, .price_menu a > img {
        width: 24px;
        height: 24px;
    }
    .price_menu .row > div:not(:last-child) {
        margin-bottom: 20px;
    }
    .price_menu.pancake_menu .row:nth-child(1) > div{
        margin-bottom: 0;
        border: none;
    }
    .price_menu.pancake_menu .row:nth-child(1) > div:nth-child(1) {
        padding-bottom: 0;
    }
    .price_menu.pancake_menu .row:nth-child(1) > div:nth-child(2) {
        padding-top: 0;
    }
    .price_menu.pancake_menu .row:nth-child(1) > div:nth-child(2) .menu_logo {
        display: none;
    }
}
@media(max-width:575px){
    .price_menu .menu_logo img {
        width: 130px;
    }
    .price_menu .menu_logo {
        margin-bottom: 30px;
    }
    .price_menu .menu_footer {
        margin-top: 30px;
    }
    .price_menu .row > div {
        padding: 30px 10px;
    }
    .price_menu h3 > img,  
    .price_menu h4 img,
    .price_menu a > img {
        width: 20px;
        height: 20px;
    }
    .price_menu {
        padding: 10px;
        margin-bottom: 10px;
    }
    .price_menu .menu_detail {
        padding: 7px 10px;
    }
    .price_menu h3 {
        font-size: 20px;
    }
    .price_menu .menu_detail p {
        font-size: 12px;
    }
    .price_menu .menu_detail span.price_text {
        font-size: 11px;
    }
    .price_menu .menu_detail span.price_text::before, .price_menu .menu_detail span.price_text::after {
        width: 30px;
        height: 2px;
        margin: 7px 3px;
    }
    .price_menu h4 {
        font-size: 14px;
    }
    .price_menu h4 span {
        display: block;
    }
    .price_menu h4 span:nth-child(2) {
        margin-top: 5px;
        margin-left: 0px;
    }
    .price_menu ul li {
        font-size: 15px;
    }
}
@media(max-width:420px){
    .price_menu ul li {
        font-size: 12px;
    }
    .price_menu ul li strong span {
        font-size: 9px;
    }
}


/**/
.billboard-modal #myModal {
	background-color: rgba(0, 0, 0, 0.9);
}
.billboard-modal .modal-dialog {
	max-width: 800px;
	margin: 30px auto;
}
.billboard-modal .modal-body {
	position: relative;
	padding: 0px;
	line-height:0px;
}
.billboard-modal .modal-content {
	border-radius: 0;
	margin-top: 8%;
}
.billboard-modal .close {
	position: absolute;
	right: -18px;
	top: -18px;
	z-index: 999;
	font-size: 2rem;
	font-weight: 500;
	color: #fff;
	opacity: 1;
}
.billboard-modal .modal-body iframe {
	width: 100% !important;
	height: 509px !important;
}
.billboard-modal .bodyHolder {
	height: 400px !important;
}

.modal-open {
	overflow: hidden;
	padding-right: 0 !important;
}
@media(max-width:991px){
    .modal-body .bodyHolder {
        max-width: 40% !important;
    }
    .billboard-modal .modal-body iframe {
        height: 400px !important;
    }
}
@media(max-width:575px){
    .billboard-modal .modal-body iframe {
        height: 500px !important;
    }
    .billboard-modal .modal-dialog {
        margin-left: 20px;
        margin-right: 20px;
    }
}

/**/
.price_menu .row > div.col-12 {
	background: #100e0f;
}
.price_menu ul:nth-last-of-type(1){
    margin-bottom: 0;
}
.vip_menu .price_menu .row > div:not(:last-child) {
	margin-bottom: 0px;
}
.border_box {
	border: 2px solid #48aab3;
    margin-bottom: 20px;
}
.persons_tag {
	background-color: #48aab3;
	color: #fff;
	padding: 5px;
	font-size: 19px;
	text-transform: uppercase;
    font-weight: 500;
	line-height: 1.1;
}

.billboard.only_img {
	min-height: inherit;
}
.billboard.only_img::before {
	display: none;
}
.billboard.only_img > img {
	width: 100%;
}


/**/
.image_slider .sections_title {
	padding-right: 100px;
}
#image_slider .img_box .my_btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #ffffff;
	color: #000000 !important;
	min-width: 200px;
	padding: 9px 8px;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#image_slider .img_box {
	display: block;
	overflow: hidden;
}
#image_slider .img_box .fit_img {
    height: 350px;
}
#image_slider .img_box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#image_slider .img_box:hover .my_btn {
	opacity: 1;
}

#image_slider .img_box:hover img {
	opacity: 0.7;
	transform: scale(1.1);
}

#image_slider .img_box:hover .my_btn:hover {
	background-color: #bb0d1a ;
	color: #fff !important;
}

#image_slider .owl-dots {
	display: none;
}

#image_slider .owl-nav.disabled {
	display: block;
	position: absolute;
	top: -100px;
	right: 40px;
}

#image_slider .owl-nav .owl-prev,
#image_slider .owl-nav .owl-next {
	width: 40px;
	height: 40px;
	border: none;
}
#image_slider .owl-nav button.owl-prev:after,
#image_slider .owl-nav button.owl-next:after {
	content: '';
	width: 25px;
	height: 18px;
	top: 11px;
}

#image_slider .owl-nav button.owl-prev:after {
	background-image: url(../images/left_arrow.png);
	background-position: left;
	background-size: cover;
}

#image_slider .owl-nav button.owl-next:after {
	background-image: url(../images/right_arrow.png);
	background-position: right;
	background-size: cover;
}

#image_slider .owl-nav .owl-prev:hover:after {
	background-position: right;
}

#image_slider .owl-nav .owl-next:hover:after {
	background-position: left;
}

#image_slider .owl-nav .owl-prev {
	left: -52px;
}

#image_slider .owl-nav .owl-next {
	right: -40px;
}

@media (max-width: 1199px) {
	#image_slider .sections_title h3 {
		margin-bottom: 20px;
	}
	#image_slider .sections_title {
		margin-bottom: 50px;
	}
	#image_slider .owl-nav .owl-prev,
	#image_slider .owl-nav .owl-next {
		width: 38px;
		height: 38px;
	}
	#image_slider .owl-nav button.owl-prev:after,
	#image_slider .owl-nav button.owl-next:after {
		content: '';
		width: 23px;
		height: 16px;
	}
    #image_slider .img_box .fit_img {
        height: 300px;
    }
}

@media (max-width: 1024px) {    
    #image_slider .img_box .my_btn {
        opacity: 1;
    }
    #image_slider .img_box img {
        opacity: 1;
        transform: scale(1);
    }
    #image_slider .img_box .my_btn {
        background-color: #bb0d1a ;
        color: #fff !important;
    }
}
@media (max-width: 991px) {
	#image_slider .sections_title h3 {
		margin-bottom: 18px;
	}
	#image_slider .sections_title {
		margin-bottom: 40px;
	}
	#image_slider .owl-nav.disabled {
		top: -88px;
	}
	#image_slider .owl-nav .owl-prev,
	#image_slider .owl-nav .owl-next {
		width: 36px;
		height: 36px;
	}
	#image_slider .owl-nav button.owl-prev:after,
	#image_slider .owl-nav button.owl-next:after {
		content: '';
		width: 21px;
		height: 14px;
	}
}

@media (max-width: 767px) {
	#image_slider .sections_title h3 {
		margin-bottom: 16px;
	}
	#image_slider .sections_title {
		margin-bottom: 30px;
	}
	#image_slider .owl-nav.disabled {
		top: -67px;
	}
	#image_slider .owl-nav .owl-prev {
		left: -30px;
	}
	#image_slider .owl-nav .owl-next {
		right: -41px;
	}
	#image_slider .owl-nav .owl-prev,
	#image_slider .owl-nav .owl-next {
		width: 34px;
		height: 34px;
	}
	#image_slider .owl-nav button.owl-prev:after,
	#image_slider .owl-nav button.owl-next:after {
		content: '';
		width: 18px;
		height: 12px;
	}
}

@media (max-width: 575px) {
	#image_slider .sections_title h3 {
		margin-bottom: 14px;
	}
	#image_slider .sections_title {
		margin-bottom: 20px;
	}
	#image_slider .owl-nav .owl-prev,
	#image_slider .owl-nav .owl-next {
		width: 32px;
		height: 32px;
	}
	#image_slider .owl-nav button.owl-prev:after,
	#image_slider .owl-nav button.owl-next:after {
		content: '';
		width: 16px;
		height: 10px;
	}
}

/**/
.image_slider.top_mrg {
    margin-top: 90px;
}
@media (max-width: 480px) {
    .image_slider.top_mrg {
        margin-top: 70px;
    }
}

/**/
.menu_box {
    position: relative;
    background-color: #050507;
    padding: 40px 50px 50px;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 80px;
}
.menu_box:last-of-type {
    margin-bottom: 0;
}
.menu_box:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.88);
}
.menu_box .sections_title {
	text-align: center;
	margin-bottom: 40px;
}
.menu_box .sections_title::after {
    width: 100%;
    height: 2px;
	background-color: rgba(255,255,255,0.2);
}
.menu_box .menu_list .menu_text ul{
    padding: 0;
    margin: 0;
    list-style: none;
    padding-top: 15px;
    border-top: 2px dotted rgba(255,255,255,0.3);
}
.menu_box .menu_list .menu_text ul li{
    position: relative;
    padding-right: 110px;
    padding-bottom: 15px;
    margin-bottom: 13px;
    border-bottom: 2px dotted rgba(255,255,255,0.3);
}
.menu_box .menu_list .menu_text ul li:last-of-type{
    margin-bottom: 0;
}
.menu_box .menu_list .menu_text ul li h4{
    font-size: 18px;
    line-height: 1.4;
    font-weight: 500;
    margin-bottom: 5px;
}
.menu_box .menu_list .menu_text ul li h4 a{
    color: #fff;
}
.menu_box .menu_list .menu_text ul li h4 a:hover {
    color: #bb0d1a ;
}
.menu_box .menu_list .menu_text ul li p{
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 0px;
    font-weight: 300;
	opacity: 0.8;
}
.menu_box .menu_list .menu_text ul li .price {
	position: absolute;
	top: 40%;
	right: 0;
	line-height: 1;
	transform: translateY(-50%);
}
.menu_box .menu_list .menu_text ul li .price span{
    font-size: 22px;
    line-height: 1.4;
    font-weight: 500;
}
.menu_box .menu_list .menu_text ul li .price .market_price{
    font-size: 14px;
    line-height: 1.4;
    color: #fff;
    opacity: 0.5;
    font-weight: 300;
    margin-right: 3px;
    text-decoration: line-through;
}
.menu_box .menu_list .menu_img img{
    width: 100%;
    height: 410px;
    border:  1px solid rgba(255,255,255,0.2);
    object-fit: cover;
}
.menu_box .menu_list .menu_img img:nth-child(2) {
	width: 260px;
	height: 225px;
	margin-top: -80px;
	float: right;
	z-index: 1;
	position: relative;
}
.menu_box:nth-child(2n+2) .menu_text {
    order: 6;
}
@media(max-width: 1199px) {
    .menu_box {
        margin-bottom: 40px;
    }
    .menu_box .menu_list .menu_text ul li {
        padding-right: 124px;
    }
    .menu_box .menu_list .menu_text ul li h4 {
        font-size: 16px;
    }
    .menu_box .menu_list .menu_text ul li p {
        font-size: 12px;
    }
    .menu_box .menu_list .menu_text ul li .price span {
        font-size: 18px;
    }
    .menu_box .menu_list .menu_text ul li .price .market_price {
        font-size: 12px;
    }
}
@media(max-width: 991px) {
    .menu_box .menu_list .menu_text ul {
        margin-bottom: 30px;
    }
    .menu_box:nth-child(2n+2) .menu_text {
        order: 0;
    }
    .menu_box .sections_title {
        margin-bottom: 10px;
    }
    .menu_box .sections_title::after {
        display: none;
    }
}
@media(max-width: 767px) {
	.menu_box .menu_list .menu_text ul li h4 {
		font-size: 15px;
	}
}
@media(max-width: 575px) {
    .menu_box {
        padding: 30px;
    }
    .menu_box .menu_list .menu_text ul li h4 {
        font-size: 14px;
    }
    .menu_box .menu_list .menu_text ul li p {
        font-size: 10px;
    }
    .menu_box .menu_list .menu_text ul li .price span {
        font-size: 14px;
    }
    .menu_box .menu_list .menu_text ul li .price .market_price {
        font-size: 11px;
    }
    .menu_box .menu_list .menu_img img {
        height: auto;
    }
    .menu_box .menu_list .menu_text ul li {
        padding-right: 75px;
    }
}
@media(max-width: 460px) {
    .menu_box {
        margin-bottom: 30px;
        padding: 15px;
    }
    .menu_box .menu_list .menu_text ul li {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .menu_box .menu_list .menu_text ul li h4 {
        font-size: 12px;
    }
    .menu_box .menu_list .menu_text ul li p {
        font-size: 9px;
    }
    .menu_box .menu_list .menu_text ul {
        margin-bottom: 15px;
    }
}

/* Trip Packages */
#yatch_slider .item .cysts_img {
    display: block;
    height: 430px;
    overflow: hidden;
    position: relative;
    background-color: #000;
}
#yatch_slider .item .cysts_img h3{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    padding: 15px;
    color: #fff;
    text-align: center;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#yatch_slider .item .cysts_img h3:after{
    content: '\f067';
    font-family: "FontAwesome";
    font-size: 40px;
    color: #fff;
    display: block;
    font-weight: 100;
    margin-top: 10px;
}
#yatch_slider .item .cysts_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.6;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#yatch_slider .item .cysts_img:hover img{
    transform: scale(1.03);
    opacity: 0.8;
}
.black_bg {
    background-color: #050507
}
.request_info form {
    margin: 0;
    padding: 40px;
    background-color: #f7f7f7;
}
@media(max-width: 1199px) {
    #yatch_slider .item .cysts_img {
        height: 370px;
    }
}
@media(max-width: 767px) {
    .request_info form {
        padding: 30px 15px;
    }
    #yatch_slider .item .cysts_img {
        height: 300px;
    }
}
@media(max-width: 575px) {
    .request_info form {
        padding: 15px 0;
    }
    #yatch_slider {
        width: 280px;
        margin: 0 auto;
    }
}

.page-id-3255 .internal_cover.gd_overlay::before {
	display: none;
}
.internal_cover > img {
	width: 100%;
}
.page-id-3255 .internal_cover,
.page-id-3334 .internal_cover,
.page-id-3309 .internal_cover {
	min-height: inherit;
}


/*dinnerslider*/

.dinnerslider {
	margin-top: 129px;
	position: relative;
	background-color: #fff;
}

.dinnerslider .item {
	width: 100%;
	height: 100vh;
	min-height: 700px;
	padding-bottom: 50px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	text-align: left;
	max-width: none;
	background-color: #fff;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.dinnerslider .container {
	position: relative;
	z-index: 2;
}

.dinnerslider .introtext {
	width: 50%;
	text-align: center;
    background-color: rgba(255,255,255,0.6);
    padding: 30px 50px;
    margin: 0 auto;
    width: max-content;
    text-align: center;
}

.dinnerslider .introtext h1 {
	display: block;
	margin-bottom: 0;
    font-size: 60px;
	line-height: 1.2;
	margin-bottom: 10px;
    margin-bottom: 0;
}

.dinnerslider .introtext h2 {
	font-size: 30px;
	line-height: 1.2;
	margin-bottom: 10px;
}

.dinnerslider .introtext h4 {
	font-size: 21px;
	line-height: 31px;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 0px;
}

.dinnerslider .introtext img {
	width: 43px;
	height: 26px;
	object-fit: contain;
	left: 0;
	right: 0;
	margin: auto;
	margin-bottom: 8px;
}

.dinnerslider .introtext h3 {
	font-family: 'Great Vibes', cursive;
	font-size: 40px;
	line-height: 50px;
	margin-bottom: 10px;
}

.dinnerslider .introtext p {
	font-size: 17px;
	line-height: 1.4;
	width: 100%;
	color: #333333;
	margin: 0 auto;
	margin-bottom: 25px;
}

.dinnerslider .owl-carousel button.owl-dot {
    width: 15px;
    height: 15px;
	background-color: #fff;
    border: 1px solid #000;
}
.dinnerslider .owl-carousel button.owl-dot:hover,
.dinnerslider .owl-carousel button.owl-dot.active {
	background-color: #000;
}

.dinnerslider .my_btn {
	min-width: 180px;
	padding: 9px 8px;
	color: #fff !important;
	border: 0;
	background-image: -moz-linear-gradient(to top, rgb(43, 145, 86), rgb(68, 152, 82), rgb(101, 166, 74), rgb(132, 184, 65), rgb(101, 166, 74), rgb(68, 152, 82), rgb(43, 145, 86));
	background-image: -webkit-linear-gradient(to top, rgb(43, 145, 86), rgb(68, 152, 82), rgb(101, 166, 74), rgb(132, 184, 65), rgb(101, 166, 74), rgb(68, 152, 82), rgb(43, 145, 86));
	background-image: -ms-linear-gradient(to top, rgb(43, 145, 86), rgb(68, 152, 82), rgb(101, 166, 74), rgb(132, 184, 65), rgb(101, 166, 74), rgb(68, 152, 82), rgb(43, 145, 86));
	background-image: linear-gradient(to top, rgb(43, 145, 86), rgb(68, 152, 82), rgb(101, 166, 74), rgb(132, 184, 65), rgb(101, 166, 74), rgb(68, 152, 82), rgb(43, 145, 86));
	background-size: 100% 100%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.dinnerslider .my_btn:hover {
	background-image: -moz-linear-gradient(to top, rgb(43, 145, 86), rgb(68, 152, 82), rgb(101, 166, 74), rgb(132, 184, 65), rgb(101, 166, 74), rgb(68, 152, 82), rgb(43, 145, 86));
	background-image: -webkit-linear-gradient(to top, rgb(43, 145, 86), rgb(68, 152, 82), rgb(101, 166, 74), rgb(132, 184, 65), rgb(101, 166, 74), rgb(68, 152, 82), rgb(43, 145, 86));
	background-image: -ms-linear-gradient(to top, rgb(43, 145, 86), rgb(68, 152, 82), rgb(101, 166, 74), rgb(132, 184, 65), rgb(101, 166, 74), rgb(68, 152, 82), rgb(43, 145, 86));
	background-image: linear-gradient(to top, rgb(43, 145, 86), rgb(68, 152, 82), rgb(101, 166, 74), rgb(132, 184, 65), rgb(101, 166, 74), rgb(68, 152, 82), rgb(43, 145, 86));
	background-size: 100% 200%;
}

@media(max-width: 1280px) {
    .dinnerslider {
        margin-top: 105px;
    }
}
@media(max-width: 991px) {
	.dinnerslider .introtext img {
		margin: inherit;
	}
	.dinnerslider .introtext {
		width: 50%;
		text-align: left;
        background-color: rgba(255,255,255,0.8);
        padding: 20px;
	}
	.dinnerslider .introtext p {
		font-size: 18px;
		line-height: 26px;
        margin-bottom: 20px;
	}
	.dinnerslider .item {
		min-height: 600px;
        background-position: 70% center;
	}
	.dinnerslider {
		margin-top: 0;
	}
	.owl-carousel button.owl-dot {
		top: -80px;
	}
	.dinnerslider .introtext h1 {
		font-size: 60px;
	}
    .dinnerslider .introtext h2 {
        font-size: 26px;
    }
	.dinnerslider .introtext h3 {
		font-size: 24px;
        line-height: 1.3;
	}
    .dinnerslider .introtext p {
	   font-size: 16px;
        line-height: 24px;
        margin-bottom: 15px;
    }
    .dinnerslider .introtext h4 {
        font-size: 18px;
        line-height: 1.6;
    }
}

@media(max-width: 767px) {
    .dinnerslider .item
    {
        background-size: contain;
    }
    .dinnerslider .introtext {
        width: 70%;
    }
    .dinnerslider .introtext h1 {
        font-size: 38px;
    }
    .dinnerslider .introtext h2 {
        font-size: 22px;
    }
}
@media(max-width: 575px) {
    .dinnerslider .introtext {
        width: 90%;
        margin: 0 auto;
        text-align: center;
        padding: 10px 20px;
    }
	.dinnerslider .introtext p {
		font-size: 16px;
		line-height: 24px;
	}
	.dinnerslider .item {
		min-height: 400px;
        height: auto;
        background-position: left;
	}
	.dinnerslider .introtext h4 {
		font-size: 14px;
		line-height: 26px;
	}
	.dinnerslider .introtext h1 {
		font-size: 50px;
	}
    .dinnerslider .introtext h2 {
		font-size: 18px;
	}
	.dinnerslider .introtext h3 {
		font-size: 18px;
	}
    .dinnerslider .introtext p {
	   font-size: 12px;
        line-height: 18px;
    }
    .dinnerslider .my_btn {
        min-width: 140px;
        padding: 7px 10px;
    }
}

.dinnerslider .owl-carousel .owl-nav button.owl-prev{
    left: 0px;
}
.dinnerslider .owl-carousel .owl-nav button.owl-next
{
    right: 0px;
}
/*dinnerslider*/

.light_gray_bg {
	background-color: #f7f7f7;
}


/* dinner_menu_box */
.dinner_menu_box{
    background-color: #000;
    margin-bottom: 60px;
}
.dinner_menu_box:nth-last-of-type(1){
    margin-bottom: 0;
}
.dinner_menu_box .menu_title{
    display: block;
    background-color: #bb0d1a ;
    padding: 20px 15px 10px;
    text-align: center;
}
.dinner_menu_box .menu_title h2{
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 0; 	
	color: #fff;
    text-transform: capitalize;
}
.dinner_menu_box .menu_list{
    padding: 50px;
}
.dinner_menu_box .menu_list .menu_text {
    padding-right: 20px;
}
.dinner_menu_box .menu_list .menu_text ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.dinner_menu_box .menu_list .menu_text ul li{
    position: relative;
    padding-right: 143px;
}
.dinner_menu_box .menu_list .menu_text ul li{
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 2px dashed rgba(255,255,255,0.3);
}
.dinner_menu_box .menu_list .menu_text ul li h4{
    font-size: 18px;
    line-height: 1.4;
    font-weight: 500;
    margin-bottom: 5px;
}
.dinner_menu_box .menu_list .menu_text ul li h4 a{
    color: #ffffff;
}
.dinner_menu_box .menu_list .menu_text ul li h4 a:hover{
    color: #bb0d1a ;
    opacity: 1;
}
.dinner_menu_box .menu_list .menu_text ul li p{
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 0px;
    font-weight: 300;
	opacity: 0.8;
}
.dinner_menu_box .menu_list .menu_text ul li .price {
	position: absolute;
	top: 0;
	right: 0;
	line-height: 1;
}
.dinner_menu_box .menu_list .menu_text ul li .price span{
    font-size: 22px;
    line-height: 1.4;
    color: #bb0d1a ;
    font-weight: 500;
}
.dinner_menu_box .menu_list .menu_text ul li .price .market_price{
    font-size: 14px;
    line-height: 1.4;
    color: #fff;
    opacity: 0.5;
    font-weight: 300;
    margin-right: 3px;
    text-decoration: line-through;
}
.dinner_menu_box .menu_list .menu_img {
    padding-left: 20px;
    overflow: hidden;
}
.dinner_menu_box .menu_list .menu_img img {
	width: 400px;
	height: 340px;
	border: 2px solid #fff;
	object-fit: cover;
	margin-bottom: 20px;
}
.dinner_menu_box .menu_list .menu_img img:nth-child(2) {
	width: 260px;
	height: 225px;
	margin-top: -80px;
	float: right;
	z-index: 1;
	position: relative;
}

@media(max-width: 1199px) {
    .dinner_menu_box {
        margin-bottom: 40px;
    }
    .dinner_menu_box .menu_title {
        padding: 15px 12px 10px;
    }
    .dinner_menu_box .menu_list {
        padding: 30px;
    }
    .dinner_menu_box .menu_title h2{
        font-size: 36px;
    }
    .dinner_menu_box .menu_list .menu_img img {
        width: 320px;
        height: 270px;
    }
    .dinner_menu_box .menu_list .menu_img img:nth-child(2) {
        width: 210px;
        height: 165px;
        margin-top: -60px;
    }
    .dinner_menu_box .menu_list .menu_text ul li {
        padding-right: 124px;
    }
    .dinner_menu_box .menu_list .menu_text ul li h4 {
        font-size: 16px;
    }
    .dinner_menu_box .menu_list .menu_text ul li p {
        font-size: 12px;
    }
    .dinner_menu_box .menu_list .menu_text ul li .price span {
        font-size: 18px;
    }
    .dinner_menu_box .menu_list .menu_text ul li .price .market_price {
        font-size: 12px;
    }
}

@media(max-width: 991px) {
    .dinner_menu_box .menu_list .menu_text {
        padding-right: 0;
        margin-bottom: 10px;
    }
    .dinner_menu_box .menu_list .menu_img {
        padding-left: 0;
    }
    .dinner_menu_box .menu_list .menu_img img {
        width: 80%;
        height: 300px;
    }
    .dinner_menu_box .menu_list .menu_img img:nth-child(2) {
        width: 52%;
        height: 210px;
        margin-top: -80px;
    }
}

@media(max-width: 767px) {
    .dinner_menu_box .menu_title h2 {
        font-size: 32px;
        line-height: 1;
    }
    .dinner_menu_box .menu_list .menu_text ul li {
        padding-right: 140px;
    }
    .dinner_menu_box .menu_list .menu_img img:nth-child(2) {
        width: 52%;
        height: 180px;
    }
	.dinner_menu_box .menu_list .menu_text ul li h4 {
		font-size: 15px;
	}
}

@media(max-width: 575px) {
    .dinner_menu_box .menu_title h2 {
        font-size: 24px;
    }
    .dinner_menu_box .menu_list {
        padding: 20px;
    }
	.dinner_menu_box .menu_list .menu_text ul li {
		padding-right: 120px;
	}
    .dinner_menu_box .menu_list .menu_text ul li h4 {
        font-size: 14px;
    }
    .dinner_menu_box .menu_list .menu_text ul li p {
        font-size: 10px;
    }
    .dinner_menu_box .menu_list .menu_text ul li .price span {
        font-size: 14px;
    }
    .dinner_menu_box .menu_list .menu_text ul li .price .market_price {
        font-size: 11px;
    }    
}
@media(max-width: 420px) {
    .dinner_menu_box {
        margin-bottom: 30px;
    }
    .dinner_menu_box .menu_title {
        padding: 12px 5px 6px;
    }
    .dinner_menu_box .menu_list {
        padding: 15px;
    }
    .dinner_menu_box .menu_list .menu_text ul li {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .dinner_menu_box .menu_list .menu_text ul li h4 {
        font-size: 12px;
    }
    .dinner_menu_box .menu_list .menu_text ul li p {
        font-size: 9px;
    }
    .dinner_menu_box .menu_list .menu_img img {
        width: 90%;
        height: 210px;
    }
    .dinner_menu_box .menu_list .menu_img img:nth-child(2) {
        width: 75%;
        height: 130px;
	    margin-top: -30px;
    }    
}
/* dinner_menu_box */

section.sections.gmap {
    background-color: #f9f9f9;
}
.locationmap iframe {
    width: 100% !important;
    height: 600px !important;
}
.reservation_widget iframe {
    width: 230px !important;
    height: 270px !important;
    margin: 0 auto;
    display: block;
}
@media (max-width: 991px) {.locationmap iframe {height: 500px !important;}}
@media (max-width: 767px) {.locationmap iframe {height: 400px !important;}}
@media (max-width: 575px) {.locationmap iframe {height: 360px !important;}}