/* font */
@font-face {
  font-family: 'OpenSans';
  src: url('fonts/Open_Sans/OpenSans-Regular.ttf') format('truetype'); 
}
@font-face {
  font-family: 'Raleway';
  src: url('fonts/Raleway/Raleway-Regular.ttf') format('truetype'); 
}
@font-face {
  font-family: 'Roboto';
  src: url('fonts/Roboto/Roboto-Regular.ttf') format('truetype'); 
}
@font-face {
  font-family: 'Roboto_Slab';
  src: url('fonts/Roboto_Slab/RobotoSlab-Regular.ttf') format('truetype'); 
}
@font-face {
  font-family: 'fira';
  src: url('fonts/fira/FiraSansExtraCondensed-Regular.ttf') format('truetype'); 
}
@font-face {
  font-family: 'fira-light';
  src: url('fonts/fira/FiraSansExtraCondensed-Light.ttf') format('truetype'); 
}
@font-face {
  font-family: 'NotoSans';
  src: url('fonts/Noto_Sans/NotoSans-Regular.ttf') format('truetype'); 
}
@font-face {
  font-family: 'NotoSans-Light';
  src: url('fonts/Noto_Sans/NotoSans-Light.ttf') format('truetype'); 
}
@font-face {
  font-family: 'EB_Garamond';
  src: url('fonts/EB_Garamond/EBGaramond-Regular.ttf') format('truetype'); 
}

/* general */
*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
	margin:0;
	padding:0;
	height:100%;
	background-color: #fff;
	font-family: 'NotoSans', sans-serif!important;
	scroll-behavior: smooth;
}
:root {
  --blacklight: #333;
  --greyefefef: #efefef;
  --greyebebeb: #ebebeb;
  --greyd1d1d1: #d1d1d1;
  --grey54: #545454;
  --grey999: #999999;
  --white: #ffffff;
  --seadark: #021527;
  --sea: #00699a;
  --seamed: #0c7cb3;
  --sealight: #00a1e8;
  --somon: #f7ab6e;
  --bez: #a38863;
  --bezlight: #f4f2ed;
}
#wrappers {
	min-height:100%;
	position:relative;
	min-height:100vh;
}
#content {
	margin: auto;
	padding-top: 0px;
	width:100%;
	}
#goTop{
	padding:0px;
	position:fixed;
	top:70%;
	right:-100px;
	background-image: url(pics/to_top.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 75px;
	width: 75px;
	z-index: 1049;
	cursor:pointer;
}
#response,
#response2  {
	font-family: 'Work Sans', sans-serif;
	font-size: 1em;
	font-weight: normal;
	color: #333;
	text-align: center;
	line-height:150%;
	margin-bottom:5%;
	width: 100%;
}
#response a,
#response2 a{
	color:#333;
	font-size: 1.25em;
	font-family: 'Work Sans', sans-serif;
	font-weight: normal;
	text-decoration: none;
}
#response a:hover,
#response2 a:hover{
	color: #333;
	text-decoration: underline;
}
.rowcount {
	font-family: 'Work Sans', sans-serif;
	color:#999;
	font-size:.75em;
	text-align:center;
}
.searchresults {
	width:95%;
	margin:15px auto;
}
.search_row {
	display:inline-block;
	width:90%;
	padding:.5%;
}
.search_row:nth-child(even) {
	background-color:#f9f9f9;
}
.search_row a{
	font-family: 'Work Sans', sans-serif;
	color:#071962;
	font-size:1.25em;
	text-decoration:none;
}
.search_row a:hover{
	color:#071962;
}
.search_row .search_desc{
	font-family: 'Work Sans', sans-serif;
	font-size:.75em;
	color:#333;
	margin:5px 0;
}
.search_row .search_desc a{
	font-family: 'Work Sans', sans-serif;
	color:#071962;
	font-size:.9em;
	text-decoration:none;
}
.search_row .search_desc a:hover{
	text-decoration:underline;
}
/* general */
.bouncein {
  animation: bounce-in 1s ease;
}
@keyframes bounce-in {
  0% {
    opacity: 0;
    transform: scale(.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% { transform: scale(.9); }
  100% { transform: scale(1); }
}
.fadeout {
  animation: fade-out 1s ease;
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade-in {
  0% {
    opacity: .15;
  }
  100% {
    opacity: 100;
  }
}
#promovideoA,
#promovideoB {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1; 
}
.videohide {
	display:none;
}
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #869791; }
.blog_into, .workdata {
  display: none;
  width:100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .blog_into .owl-stage,
.workdata .owl-stage  {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .blog_into .owl-stage:after,
.workdata .owl-stage:after  {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .blog_into .owl-stage-outer,
.workdata .owl-stage-outer  {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .blog_into .owl-wrapper,
  .blog_into .owl-item,
.workdata .owl-wrapper,
  .workdata .owl-item  {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .blog_into .owl-item,
.workdata .owl-item  {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .blog_into .owl-item img,
 .workdata .owl-item img  {
    display: block;
    width: 100%; }
  .blog_into .owl-nav.disabled,
  .blog_into .owl-dots.disabled,
.workdata .owl-nav.disabled,
  .workdata .owl-dots.disabled  {
    display: none; }
  .blog_into .owl-nav .owl-prev,
  .blog_into .owl-nav .owl-next,
 .blog_into .owl-dot,
.workdata .owl-nav .owl-prev,
  .workdata .owl-nav .owl-next,
 .workdata .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .blog_into .owl-nav button.owl-prev,
  .blog_into .owl-nav button.owl-next,
  .blog_into button.owl-dot,
 .workdata .owl-nav button.owl-prev,
  .workdata .owl-nav button.owl-next,
  .workdata button.owl-dot  {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .blog_into.owl-loaded,
.workdata.owl-loaded  {
    display: block; }
  .blog_into.owl-loading,
.workdata.owl-loading  {
    opacity: 0;
    display: block; }
  .blog_into.owl-hidden,
.workdata.owl-hidden  {
    opacity: 0; }
  .blog_into.owl-refresh .owl-item,
.workdata.owl-refresh .owl-item  {
    visibility: hidden; }
  .blog_into.owl-drag .owl-item,
.workdata.owl-drag .owl-item  {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .blog_into.owl-grab,
.workdata.owl-grab  {
    cursor: move;
    cursor: grab; }
  .blog_into.owl-rtl,
 .workdata.owl-rtl  {
    direction: rtl; }
  .blog_into.owl-rtl .owl-item,
.workdata.owl-rtl .owl-item  {
    float: right; }

/* No Js */
.no-js .blog_into,
.no-js .workdata{
  display: block; }
  