@charset "utf-8";
body, html {
	height: 100%;
	font-family: 'Montserrat';
	font-weight: 500;
	scroll-behavior: smooth;
}

.full-size-block {
	width: 100%;
	height: calc(100% - 88px);
	position: relative;
}
.full-size-block::before {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.75);
}
.full-size-block[bg-media="image"] {
	background: url('/img/grouped-band-images.jpg') no-repeat center center;
	background-size: cover;
	width: 100%;
	height: calc(100% - 88px);
}
@media (max-width: 991px) {
	.full-size-block[bg-media="image"] {
		height: calc(100% - 58px);
	}
}
.home-page-top-bg {
	background: url('../img/home-page-img/bd-showcase-drawing.jpg') no-repeat center bottom;
	background-size: cover;
	position: relative;
	padding: 3rem 0.50rem;
}
.home-page-top::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,.7);
}

.home-page-top .showcase-content h1 {
	font-size: clamp(2.25rem, 3.6vw, 3.6rem);
}
.home-page-top .showcase-content h5 {
	font-size: clamp(1.4rem, 1.45vw, 1.45rem);
}
/* .events-block {
	transform: translate(0,-20rem);
} */

.events-block .events-container > .event-content a .fa-long-arrow-alt-right {
	transform: translate(0,0);
	-moz-transform: translate(0,0);
	-webkit-transform: translate(0,0);
	transition: transform .2s linear .01s;
}
.events-block .events-container:hover > .event-content a .fa-long-arrow-alt-right {
	transform: translate(.75rem,0);
	-moz-transform: translate(.75rem,0);
	-webkit-transform: translate(.75rem,0);
	transition: transform .2s linear .01s;
}
.oon {
	position: relative;
	overflow: hidden;
}
@keyframes borderanim {
	0% {
		height: 35px;
		width: 35px;
	}
	100% {
		height: 100%;
		width: 100%;
	}
}
@keyframes borderanimout {
	0% {
		height: 100%;
		width: 100%;
	}
	100% {
		height: 35px;
		width: 35px;
	}
}
@-webkit-keyframes borderanim {
	0% {
		height: 35px;
		width: 35px;
	}
	100% {
		height: 100%;
		width: 100%;
	}
}
@-webkit-keyframes borderanimout {
	0% {
		height: 100%;
		width: 100%;
	}
	100% {
		height: 35px;
		width: 35px;
	}
}
.oon span {
	position: absolute;
	height: 100%;
	width: 100%;
	content: "";
	animation: borderanimout .3s linear;
	animation-fill-mode: both;
	animation-direction: alternate;
}

.oon span:nth-child(1) {
	border-left: 3px solid #06101b;
	height: 35px;
	top: 0;
	left: 0;
}
.oon span:nth-child(2) {
	border-bottom: 3px solid #06101b;
	width: 35px;
	bottom: 0;
	left: 0;
}
.oon span:nth-child(3) {
	border-right: 3px solid #06101b;
	height: 35px;
	bottom: 0;
	right: 0;
}
.oon span:nth-child(4) {
	border-top: 3px solid #06101b;
	width: 35px;
	top: 0;
	right: 0;
}

.oon:hover span {
	animation: borderanim .2s linear;
	animation-fill-mode: both;
	animation-direction: alternate;
}

.events-block .events-container {
	padding: .5rem;
	position: relative;
	display: flex;
	justify-content: center;
	margin-bottom: 0;
	cursor: pointer;
}
.events-block .events-container::after {
	position: absolute;
	content: "";
	align-self: center;
	width: 96%;
	height: 94%;
	background: rgba(0,0,0,.4);
	z-index: 0;
	margin: 0;
	animation: eventhoverreverse .2s linear;
	animation-fill-mode: both;
	animation-direction: alternate;
}
.events-block .events-container:hover::after {
	animation: eventhover .125s linear;
	animation-fill-mode: both;
	animation-direction: alternate;
}
.events-block .events-container .event-content {
	position: absolute;
	text-align: center;
	left: 0;
	top: 0;
	width: 100%;
	margin: 0;
	z-index: 1;
}
.events-block .events-container .event-content a {
	text-decoration: none;
}

.events-block .events-container .event-content h3 {
	font-weight: 700;
	font-size: 1.5rem;
}

.bd-history-section .below-text-border {
	border: 3px solid #06101b;
	background: #06101b;
	display: inline-block;
	margin: 0 auto;
	width: 150px;
    border-radius: 5px;
}
.bd_row_2, .bd_row_3, .bd_row_4 {
	height: 400px;
	padding: 0;
}
.bd_row_2.bd_col_1 {
	background: #000000;
}
.bd_row_3.bd_col_2 {
	background: #FBC120;
	
}

.bd_row_3.bd_col_img, .bd_row_4.bd_col_img {
	position: relative;
}
.bd_row_3.bd_col_img::after, .bd_row_4.bd_col_img::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.bd_row_3.bd_col_img::after {
	background: rgba(251,193,32,.05);
}
.bd_row_4.bd_col_img::after {
	background: rgba(255,255,255,.3);
}
.bd_row_3.bd_col_img img, .bd_row_4.bd_col_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.title-line {
	font-size: clamp(2.5rem, 3vw, 3rem);
}

.bd-history-section h5 {
	line-height: 1.5;
}
.order-online {
	background: url('../img/home-page-img/bd-food.jpg') no-repeat center bottom #06101b;
	background-size: cover;
	position: relative;
}

.order-online::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.25);
}
.beer-menu {
	font-family: "Oswald";
}
.beer-menu .card {
	background: url('../img/ct-beer/ct-beer-bg-final.jpg') no-repeat center center;
	background-size: cover;
	height: 100%;
	width: 100%;
	border: none;
	border-radius: 0;

}
.beer-menu .card-body {
	padding-left: 2.25rem;
	padding-right: 2.25rem;
}
.beer-menu .card h5 {
	font-size: clamp(.95rem, 2vw, 1.25rem);
}

.beer-menu .card p i small {
	font-size: clamp(.9rem, 1vw, 1rem);
}
.beer-menu .card .ct-beer-price {
	white-space: nowrap;
}
.beer-menu .card-body .display-4 {
	font-size: clamp(2.5rem, 3.75vw, 3.75rem);
}
.beer-menu .card-body .display-4 .fa-minus {
	vertical-align: top;
}
.beer-menu .card-body .display-5 {
	font-size: clamp(1.75rem, 2.25vw, 2.25rem);
}

@media (max-width: 1199px) {
	
	.events-block .events-container .event-content h3 {
		font-weight: 700;
		font-size: 1.25rem;
	}
}
@media (max-width: 991px) {
	.events-block {
		top: auto;
		position: relative;
	}
	.home-page-top {
		height: auto;
	}

	.events-block {
		padding-top: 2rem;
		transform: translate(0,0);
		-moz-transform: translate(0,0);
		-webkit-transform: translate(0,0);
	}
	.events-block .events-container .event-content h3 {
		font-weight: 700;
		font-size: 1rem;
	}
	.events-block .events-container .event-content a {
		font-size: .75rem;
	}
	
	
}
@media (max-width: 768px) {
	.events-block .events-container {
		margin-bottom: 2.5rem;
	}
	.events-block .container:last-child {
		margin-bottom: 0;
	}
	.events-block .events-container .event-content h3 {
		font-weight: 700;
		font-size: 1.75rem;
	}
	.events-block .events-container .event-content a {
		font-size: 1.15rem;
	}

	.bd_row_3.bd_col_img img {
		width: 100%;
		object-fit: none;
	}
}
.main-logo-con {
	display: flex;
	justify-content: center;
	width: 100%;
}
.logo {
	z-index: 1;
	position: absolute;
	top: auto;
	left: auto;
	top: 65px;
	padding-left: 1rem;
	padding-right: 1rem;
	background: transparent;
}	
.logo img {
	z-index: 9999;
}

.nyb-bg {
	background: #06101b;
	font-weight: 600;
	color: #ffffff;
}
.navbar-light .navbar-toggler {
	z-index: 999;
}
.navbar-nyb {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}
.navbar-nyb a {
	color: #ffffff !important;
	font-weight: 400;
}
.navbar-nyb .nav-link i {
	margin-left: .2rem;
}
.navbar-nyb .navbar-toggler {
	color: #ffffff;
}
.navbar-nyb .nav-icon {
	display: none;
	width: 70px;
	padding-top: .75rem;
}

.navbar-nyb .nav-icon .nav-top-line,
.navbar-nyb .nav-icon .nav-mid-line,
.navbar-nyb .nav-icon .nav-bottom-line {
	background: #fff;
	height: .25rem;
	width: 100%;
	display: block;
	margin-bottom: .375rem;
}
@keyframes navtopline {
	0% {
		transform: rotate(0) translate(0, 0);
	}
	100% {
		transform: rotate(45deg) translate(.3rem, .65rem);
	}
}
@keyframes navmidline {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@-webkit-keyframes navtopline {
	0% {
		transform: rotate(0) translate(0, 0);
	}
	100% {
		transform: rotate(45deg) translate(.3rem, .65rem);
	}
}
@-webkit-keyframes navmidline {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@keyframes navbottomline {
	0% {
		transform: rotate(0) translate(0, 0);
	}
	100% {
		transform: rotate(-45deg) translate(.15rem, -.65rem);
	}
}

@keyframes navtoplineout {
	0% {
		transform: rotate(45deg) translate(.3rem, .65rem);
	}
	100% {
		transform: rotate(0) translate(0, 0);
	}
}
@-webkit-keyframes navbottomline {
	0% {
		transform: rotate(0) translate(0, 0);
	}
	100% {
		transform: rotate(-45deg) translate(.15rem, -.65rem);
	}
}

@-webkit-keyframes navtoplineout {
	0% {
		transform: rotate(45deg) translate(.3rem, .65rem);
	}
	100% {
		transform: rotate(0) translate(0, 0);
	}
}
@-webkit-keyframes navmidlineout {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes navbottomlineout {
	0% {
		transform: rotate(-45deg) translate(.15rem, -.6rem);
	}
	100% {
		transform: rotate(0) translate(0, 0);
	}
}
@-webkit-keyframes navtoplineout {
	0% {
		transform: rotate(45deg) translate(.3rem, .65rem);
	}
	100% {
		transform: rotate(0) translate(0, 0);
	}
}
@-webkit-keyframes navmidlineout {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-webkit-keyframes navbottomlineout {
	0% {
		transform: rotate(-45deg) translate(.15rem, -.6rem);
	}
	100% {
		transform: rotate(0) translate(0, 0);
	}
}
/* LINES IN */
.ntl {
	animation: navtopline .2s linear;
	animation-fill-mode: both;
	animation-direction: alternate;
}
.nml {
	animation: navmidline .005s linear;
	animation-fill-mode: both;
	animation-direction: alternate;
}
.nbl {
	animation: navbottomline .2s linear;
	animation-fill-mode: both;
	animation-direction: alternate;
}
/* LINES OUT */
.ntlo {
	animation: navtoplineout .2s linear;
	animation-fill-mode: both;
	animation-direction: alternate;
}
.nmlo {
	animation: navmidlineout .35s ease-in;
	animation-fill-mode: both;
	animation-direction: alternate;
}
.nblo {
	animation: navbottomlineout .2s linear;
	animation-fill-mode: both;
	animation-direction: alternate;
}

.ad-space {
	/*background: url("../img/Easter.jpg") no-repeat center top;*/
	background-size: cover;
	height: auto;
	position: relative;
	border-bottom: 8px solid #000;
	padding-left: 0;
	padding-right: 0;
}

.ad-space img {
	width: 100%;
}
.carousel-control-next .carousel-control-next-icon,
.carousel-control-prev .carousel-control-prev-icon {
	background: rgba(0,0,0,.5);
    height: 50px;
    width: 50px;
    border-radius: 100%;
    line-height: 50px;
}
/*.ad-space:after {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.5);
	z-index: 1;
}*/

.over-img-area {
	margin-top: -3rem;
	background: transparent;
	position: relative;
	padding-top: .9rem;
	padding-bottom: .5rem;
	background: rgba(255,255,255,1);
	z-index: 5;
}
.over-img-area span {
	font-size: 30px;
	font-weight: 400;
	margin: .5rem;
}
.over-img-area span i {
	font-size: 30px;
	vertical-align: top;
}
.img-nav-container {
	flex-wrap: wrap;
}
.img-nav-block {
	flex: 1;
	position: relative;
	border: 5px solid rgba(255,255,255,1);
	text-align: center;
	overflow: hidden;
	outline: 3px solid rgba(255,255,255,.8);
	outline-offset: -10px;
}
.img-nav-block:hover::before {
	content: attr(box-name);
	background: rgba(0,0,0,.5);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	animation: imgnav .2s ease-in-out;
	animation-fill-mode: both;
	animation-direction: alternate;
}
.img-nav-block[box-name] {
	color: #ffaaaa !important;
}
.img-nav-block span {
	height: 0;
	width: 100%;
	position: absolute;
	top: 70%;
	left: 0;
	overflow: hidden;
	margin: 0 0 0 0;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	letter-spacing: 2px;
}
.img-nav-block:hover span {
	height: auto;
	animation: spancontent .5s ease-in-out;
	animation-fill-mode: both;
}

.breakfast-images {
	padding-top: 2rem;
	padding-bottom: 2rem;
	width: 33.33333%;
	box-sizing: border-box;
}
.breakfast-images img {
	width: 100%;
}
.row_2 .row_title .display-4 {
	font-size: 4rem;
	color: #000;
}
.row_3 {
	padding-top: 5rem;
	padding-bottom: 7rem;
}

.row_3 .row_title .display-4,
.row_4 .row_title .display-4,
.row_5 .row_title .display-4 {
	font-size: 5rem;
	color: #000;
}
.footer-links h4, .footer-location h4,
.footer-hours h4 {
	font-weight: 600;
}
.footer-links ul {
	padding: 0;
	margin: 0;
}
.footer-links ul li {
	list-style: none;
}
.footer-links ul li a {
	color: #eee;
	text-decoration: none;
	font-size: 14px;
	transition: color .2s linear .01s;
	-moz-transition: color .2s linear .01s;
	-webkit-transition: color .2s linear .01s;
}
.footer-links ul li a:hover {
	color: #FEB10B;
	transition: color .2s linear .01s;
	-moz-transition: color .2s linear .01s;
	-webkit-transition: color .2s linear .01s;
}
.footer-links i {
	font-size: 200px;
	margin-right: 1rem;
}

@media (max-width: 575px) {
	.footer-location h2 strong {
		font-size: 2.1rem !important;
	}
	.footer-location {
		order: 1;
	}
	.footer-hours {
		order: 2;
		margin-top: 2rem;
	}
	.footer-links {
		order: 3;
		margin-top: 2rem;
	}
}
@media (max-width: 678px) {
	.img-nav-block {
		flex: 0 0 50%;
	}
	.img-nav-block span {
		font-size: 16px !important;
	}
	.breakfast-images {
		width: 100%;
		padding-top: 0rem;
		padding-bottom: 0rem;
	}
	.row_2 .row_title .display-4,
	.row_3 .row_title .display-4,
	.row_4 .row_title .display-4,
	.row_5 .row_title .display-4 {
		font-size: 2.5rem !important;
		color: #000;
	}
	.row_3_2, .row_3_1, .row_4_2 {
		text-align: center;
	}
	.row_3_2 {
		padding-top: 2rem;
	}
	.footer-links .col-lg-4 {
		margin-bottom: 1.5rem;
	}
	.footer-location h2 strong {
		font-size: 1.5rem;
	}
}
@media (max-width: 767px) {
	.img-nav-block span {
		font-size: 14px;
	}
	.row_2 .row_title .display-4,
	.row_3 .row_title .display-4,
	.row_4 .row_title .display-4,
	.row_5 .row_title .display-4 {
		font-size: 3.5rem;
		color: #000;
	}
	.row_3_2, .row_3_1, .row_4_1_1 {
		text-align: center;
	}
	.row_3_2 {
		padding-top: 2rem;
	}
	.row_4_1 {
		order: 2;
	}
	.row_4_2 {
		order: 1;
	}
	.row_3_2, .row_3_1, .row_4_2 {
		text-align: center;
	}
	.footer-location h1 {
		color: #FEB10B;
		font-size: 25px;
	}
	.row_3_2 {
		padding-top: 3rem;
	}
}
@media (max-width: 991px) {
	.row_3 {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
	.navbar-nyb {
		padding-top: .3rem;
		padding-bottom: .3rem;
	}
	.navbar-nyb .nav-icon {
		display: block;
	}
	.navbar-nyb .navbar-collapse {
		text-align: center;
		padding-bottom: .5rem;
	}
	.navbar-nyb .navbar-collapse .navbar-nav {
		padding-top: 1rem;
		padding-bottom: 1.5rem;
	}
	.logo {
		display: flex;
		justify-content: flex-end;
		z-index: 1;
		position: absolute;
		top: 14px;
		right: 2rem;
		padding-left: 0rem;
		padding-right: 0rem;
	}
	.logo img {
		width: 250px;
	}
	.over-img-area {
		margin-top: 0rem;
		background: transparent;
		position: relative;
		padding-top: .9rem;
		padding-bottom: .5rem;
		background: rgba(255,255,255,1);
		z-index: 5;
	}
	.over-img-area span {
		font-size: 30px;
		font-weight: 400;
		margin: .5rem;
	}
	.over-img-area span i {
		font-size: 30px;
		vertical-align: top;
	}
	.carousel-control-next .carousel-control-next-icon,
	.carousel-control-prev .carousel-control-prev-icon {
		background: rgba(0,0,0,.5);
	    height: 30px;
	    width: 30px;
	    border-radius: 100%;
	    line-height: 30px;
	}
	}
@media (max-width: 1350px) {
	.row_2 .row_title .display-4,
	.row_3 .row_title .display-4,
	.row_4 .row_title .display-4 {
		font-size: 3.5rem;
		color: #000;
	}
}
.img-nav-block img {

}
.row_6 {
	padding-top: 3rem;
	padding-bottom: 5rem;
}
.row_6 .col-lg-4 img {
	overflow: hidden;
	outline: 5px solid rgba(255,255,255,.8);
	outline-offset: -8px;
}
.row_4_1 img, .row_4_1_2 img {
	height: 100%;
	object-fit: cover;
}
.col-3-img {
	display: flex;
}

.align-self-center {
	align-self: center;
}
.justify-content-center {
	justify-content: center;
}
.text-center {
	text-align: center;
}
.phone-number {
	font-size: 25px;
}
.btn-yellow {
	background: #F2D701;
	color: #fff;
}
.btn-yellow:hover {
	background: #fff;
	color: #2D2D2D;
}
.btn-dark {
	background: #2d2d2d;
	color: #eee;
}
.btn-dark:hover {
	background: #0d0d0d;
	color: #f5f5f5;
}
.btn-orange {
	background: #FEB10B;
	color: #fff;
}
.btn-orange:hover {
	background: #F2D701;
	color: #fff;
}
.btn-red {
	background: #DD2803;
	color: #fff;
}
.btn-red:hover {
	background: #C12302;
	color: #ffffff;
}
.btn:hover {
	transform: translate(0,-.25rem);
	-moz-transform: translate(0,-.25rem);
	-webkit-transform: translate(0,-.25rem);
}
.yellow-bg {
	background: #F2D701;
}
.orange-bg {
	background: #FBC120;
}
.dark-bg {
	background: #2d2d2d;
	color: #eee !important;
}

.bg-main-dark {
	background: #06101b;
}
.text-main-dark {
	color: #06101b;
}
.orange-color {
	color: #FBC120;
}
.red-color {
	color: #DD2803;
}

.img-fluid {
	width: 100%;
}
.remove-top-padding {
	padding-top: 0 !important;
}
.add-top-padding {
	padding-top: 3rem !important;
}
.bg-black {
	background: #000000;
}
.bg-red {
	background: #DD2803;
}
.fw-400 { font-weight: 400 !important; }
.fw-500 { font-weight: 500 !important; }
.fw-600 { font-weight: 600 !important; }
.fw-700 { font-weight: 700 !important; }
.fw-800 { font-weight: 800 !important; }
.font-oswald { font-family: "Oswald"; }
.montserrat { font-family: 'Montserrat'; }
.title-lg-clamp {
	font-size: clamp(3.5rem, 6.5vw, 6.5rem);
}
.title-md-clamp {
	font-size: clamp(1.75rem, 3.5vw, 3.5rem);
}
.title-sm-clamp {
	font-size: clamp();
}
@keyframes imgnav {
	from {
		height: 0;

	}
	to {
		height: 100%;
	}
}
@-webkit-keyframes imgnav {
	from {
		height: 0;

	}
	to {
		height: 100%;
	}
}

@keyframes spancontent {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@-webkit-keyframes spancontent {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
