@font-face {
	font-family: "Oswald-Regular";
	src: url(../../webfonts/Oswald-Regular.ttf)
}
@font-face {
	font-family: "Oswald-Bold";
	src: url(../../webfonts/Oswald-Bold.ttf)
}
:root {
	--color-01: #282829;
	--color-02: #cf2133;
	--color-03: #efefef;
}
html, body {
	height: 700px;
	width: 100%;
	margin: 0;
	padding: 0;
}
body.modal-open > :not(.modal):not(.tooltip) {
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -o-filter: blur(2px);
    -ms-filter: blur(2px);
    filter: blur(2px);
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Oswald-Bold";	
	font-weight: 700;
	text-transform: uppercase;
	color: white;
}
p {
	color: white !important;
}
a {
	color: white;
}
.tooltip {
  z-index: 1151 !important;
}
.jap-card {
	border: none;
	box-shadow: rgba(33, 37, 41, 0.25) 0px 0.15rem 1.75rem 0px;
	margin: 48px;
	min-height: 720px;
	background-color: #222222;
}
.jap-intro-card {
	background-image: url("B-024.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	background-size:  cover;
	padding: 30px;
	border-radius: 5px;
}
.jap-intro-card p {
	color: white;	
}
.jap-intro-card p i {
	padding: 5px;
}
.jap-intro-card > .jap-intro-card-dark h3, .jap-intro-card > .jap-intro-card-dark p {
	color: white;
	padding: 36px 0;
}
.jap-intro-card-light {
	display: block;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: -30px;
	margin-right: -30px;
	width: calc(100% + 60px);	
}
.jap-intro-card-light > img {
	margin-bottom: 32px;
}
#no_images_div {
	background-color: #cf2133 !important;
	padding: 5px;
	color: white;
	font-weight: 600;
}
.btn {
	font-family: "Oswald-Regular";
	text-transform: uppercase;
	padding: 15px 30px;
	border-radius: 0 !important;
}
.btn-primary {
	background-color: var(--color-01);
	border:  2px solid #474747;
}
.btn-secondary {
	background-color: var(--color-02);
	border:  2px solid #474747;
}
.btn-danger {
	background-color: var(--color-01);
	border:  2px solid #474747;
}

.jap-form-control {
	padding-top: 27px;
	padding-bottom: 27px;
	border-color: #474747;
	border-width: 2px;
	border-left-width: 0;
	border-right-width: 0;
}
.jap-input-group-text {
	background-color: white;
	border-right-width: 0;
	border-color: #474747;
	border-width: 2px;
}
.jap-search-box {
	background-color: white;
	padding: 8px;
}
@media (min-width: 576px) {
  .jap-search-box {
    width: 440px;
  }
}
@media (min-width: 768px) {
  .jap-search-box {
    width: 500px;
  }
}
@media (min-width: 992px) {
  .jap-search-box {
    width: 660px;
  }
}
@media (min-width: 1200px) {
  .jap-search-box {
    width: 740px;
  }
}
.jap-img-responsive {
	position: relative;
	border-radius: 0 !important;
	border: 5px solid white;
	max-width: 220px;
	max-height: 280px;
	-webkit-transform: scale(0.95);
	-moz-transform: scale(0.95);
	transform: scale(0.95);
	-webkit-transition: all 0.40s cubic-bezier(0.20, -0.35, 0.20, 0.80);
    -moz-transition: all 0.40s cubic-bezier(0.20, -0.35, 0.20, 0.80);
    transition: all 0.40s cubic-bezier(0.20, -0.35, 0.20, 0.80);
}
.jap-img-responsive::hover {
	box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.30);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
	-webkit-transition: all 0.70s cubic-bezier(0.20, -0.35, 0.20, 0.80);
    -moz-transition: all 0.70s cubic-bezier(0.20, -0.35, 0.20, 0.80);
    transition: all 0.70s cubic-bezier(0.20, -0.35, 0.20, 0.80);	
}
.jap-gallery {
	background-image: url("B-024.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	background-size:  cover;
}
.jap-gallery-col {
	display: flex;
	justify-content: center;
	text-align: center;
	align-items: center;
}
.card-footer {
	border-top: none !important;
	outline: none !important;
}
.scrollbar-inner {
	overflow: hidden;
	height: 580px;
}
.jap-gallery-link {
	cursor: pointer;
	transform: scale(0.90);
	background-color: white;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.30);
	-webkit-transition: all 0.50s cubic-bezier(0.20, -0.35, 0.20, 0.80);
    -moz-transition: all 0.50s cubic-bezier(0.20, -0.35, 0.20, 0.80);
    transition: all 0.50s cubic-bezier(0.20, -0.35, 0.20, 0.80);
}
.jap-gallery-link:hover {
	transform: scale(1.0);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.30);
	-webkit-transition: all 0.30s cubic-bezier(0.20, -0.35, 0.20, 0.80);
    -moz-transition: all 0.30s cubic-bezier(0.20, -0.35, 0.20, 0.80);
    transition: all 0.30s cubic-bezier(0.20, -0.35, 0.20, 0.80);	
}
.modal-backdrop {
	background-color: rgba(255,255,255,0.85);
}
.jap-modal,
.jap-modal > .modal-dialog,
.jap-modal > .modal-dialog > .modal-content  {
	margin: 0;
	padding: 0;
	min-height: 100vh;
	min-width: 100%;
	width: 100%;
	max-width: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.jap-modal > .modal-dialog > .modal-content > .close {
	text-align: end;
}
.jap-modal > .modal-dialog > .modal-content  {
	background-color: rgba(255, 255, 255, 0.75);
	border: none;
}
.jap-close {
	position: absolute;
	right: 0;
	cursor: pointer;
	z-index: 1150;
}
.jap-lightbox-img {
	width: auto;
	max-height: 600px;
	border: 8px solid white;
	border-radius: 4px;
	box-shadow: rgba(33, 37, 41, 0.15) 0px 0.15rem 1.75rem 0px;
}
.jap-img-opt {
	margin-top: -110px;
}
.jap-btn-primary {
	width: 74px;
	height: 74px;
	border: 4px solid white;
	border-radius: 50%;
	box-shadow: rgba(33, 37, 41, 0.15) 0px 0.15rem 1.75rem 0px;
	display: flex;
	justify-content: center;
	text-align: center;
	align-items: center;
	background-color: var(--color-01) !important;
	margin-left: auto;
	margin-right: auto;
}
.jap-btn-primary:hover {
	border-color: var(--color-01) !important;
	background-color: var(--color-02) !important;
}