/* Add here all your CSS customizations */

::-webkit-scrollbar {
	width: 8px;
}
::-webkit-scrollbar-button {
	width: 8px;
	height:5px;
}
::-webkit-scrollbar-track {
	background:#eee;
	border: thin solid lightgray;
	box-shadow: 0px 0px 3px #dfdfdf inset;
	border-radius:10px;
}
::-webkit-scrollbar-thumb {
	background:#999;
	border: thin solid gray;
	border-radius:10px;
}
::-webkit-scrollbar-thumb:hover {
	background:#7d7d7d;
}	

.gmap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px; height: 0; overflow: hidden;
}

.gmap iframe,
.gmap object,
.gmap embed {
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    height: 100%;
}

.owl-stage {
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-box !important;
    display: box !important;
}

.owl-carousel .owl-wrapper {
    display: flex !important;
}
.owl-carousel .owl-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: initial;
}
	
@font-face {
font-family:"dejima";
src: url("fonts/dejima.ttf") format("truetype");
}
h8 {
font-family:"dejima";
font-size: 0.875em;
color: #333333;}
h10 {
font-family:"dejima";
font-size: 1.5em;
color: #333333;}
h12 {
font-family:"dejima";
font-size: 2.5em;
color: #333333;} 
}


