
/* Safari 4.0 - 8.0 */
@-webkit-keyframes blink {
    0% {opacity: 1;}
    50% {opacity: 1;}
    51% {opacity: 0;};
    100% {opacity: 0;};
  }
  
/* Standard syntax */
@keyframes blink {
  0% {opacity: 1;}
  50% {opacity: 1;}
  51% {opacity: 0;};
  100% {opacity: 0;};
}

.typewriter:after {
    content: "|";
    /* blink this */
    -webkit-animation-name: blink; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */
    animation-name: blink;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

/****** non-typewriter stuff ************/
body {
    color: #464646;
    font-family: "Open Sans", sans-serif;
}


/*** CUSTOM SLIDER FORM INPUT ***/
.form-slider {
	height: 31px;
	background: transparent;
	position: relative;
	
	margin: 5px 15px 15px 15px;
}
.form-slider .handle {
	width: 30px;
	height: 30px;
	border-radius: 15px;
	background: #007bffff;
	border: 1px solid #cacaca;
	display: block;
	position: absolute;
	cursor: pointer;
	
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
  user-select: none;
  
}
.form-slider .track {
	height: 9px;
	width: 100%;
	background-color: #efefef;
	border: 1px solid #cacaca;
	position: absolute;
	top: 12px;
	display: block;
	_transform: translate(0%, -50%);
}

.adjust-controls {
	display: inline-block !important;
	margin: 0;
	position: relative;
    top: -6px;
}
.adjust-control-minus, .adjust-control-plus {
	border-radius: 5px;
	border: 1px solid #ced4da;
	color: #495057;
	height: 38px;
	width: 38px;
	display: inline-block;
	font-size: 2em;
	line-height: 1.1em;
	cursor: pointer;
	background-color: transparent;
	
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
} 
.adjust-control-minus:hover, .adjust-control-plus:hover {
	background-color: rgba(255,255,255,0.8);
}
.sw-news {
	overflow-y: scroll;
}
.sw-news-item {
	border-bottom: 1px solid rgba(0, 0, 0, 0.089);
	margin: 12px 0px;
}
.sw-news-item small {
	opacity: 0.7;
}
.is-invalid {
	border: 1px solid #f00;
}

.gal-item {
    display: inline-block;
    width: 30%;
    margin: 3px;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
	border-radius: .25rem;
}

#img_gallery::after {
	content: '';
	display: block;
	clear: both;
  }
.clear {
	content: '';
	display: block;
	clear: both;
}
@media (max-width: 768px) {
	.gal-item {
		width: 48%;
	}
}

.gal-body {
    text-align: center;
    padding: 15px;
    background-color: #f5f5f5; 
    border-bottom: 1px solid #dbdbdb;
}

.gal-img {
    width: 100%;
	_max-width: 10%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
    vertical-align: middle;
    border-style: none;
}
.gal-name {
	font-weight: bold;
	margin-bottom: 2px;
}

.swiper-container-horizontal {
	height: 100%;
	overflow: hidden;
}
.swiper-container {
	overflow: hidden;
}
nav {
	z-index: 10000;
}

@keyframes subSlide1 {
	0% {
	  opacity: 0;
	  transform: translate(-100%, -70%);
	}
  
	10% {
	  opacity: 1;
	  transform: translate(-50%, -70%);
	}
	90% {
	  opacity: 1;
	  transform: translate(-50%, -70%);
	}
	100% {
	  opacity: 0;
	  transform: translate(0%, -70%);
	}
  }
  .slide-image img {
	  opacity: 0;
	  animation-name: subSlide1;
	  animation-duration: 2.5s;
	  left: 50%;
	  top: 50%;
	  display: block;
	  position: absolute;
	  max-height: 300px;
	  max-width: 90vw !important;
	  -webkit-animation-fill-mode: forwards;
	  animation-fill-mode: forwards;
	  box-shadow: 3px 3px 5px rgba(0,0,0,0.5);
	  z-index: 50;
  }
  .no-animation img {
	  animation-name: none;
	  animation-duration: unset;
	  transform: translate(-50%, -70%);
  }
  .cameraSlide {
	  bottom: 0;
	  left: 0;
	  position: absolute;
	  right: 0;
	  top: 0;
	  width: 100%;
  }
  .camera_caption {
	  color: #fff;
	  width: auto;
	  left: 50%;
	  transform: translateX(-50%);
	  text-align: center;
	  z-index: 100;
	  /*background: #000;
	  background: rgba(0, 0, 0, 0.8);
	  padding: 10px 20px;*/
  
  }
  
  /* SLIDESHOW RELATED */
  .ss_hStyle1 {
	  background: #F78E0C !important;
	  color: #fff !important;
	  padding: 5px 15px;
	  letter-spacing: -0.02em;
	  line-height: 37px;
	  font-size: 30px !important;
	  font-weight: normal !important;
  }
  .ss_hStyle2 {
	  background: #1A1A1A !important;
	  color: #fff !important;
	  padding: 5px 15px;
	  letter-spacing: -0.02em;
	  line-height: 22px;
	  font-weight: normal !important;
	  font-size: 16px !important;
  }
  .ss_hStyle3 {
	  background: #fff !important;
	  color: #333333 !important;
	  padding: 5px 15px;
	  letter-spacing: -0.02em;
	  line-height: 22px;
	  font-weight: normal !important;
	  font-size: 16px !important;
  }
  .ss_hStyle4 {
	  background: #1A1A1A !important;
	  color: #fff !important;
	  padding: 5px 15px;
	  letter-spacing: -0.02em;
	  line-height: 37px;
	  font-size: 30px !important;
	  font-weight: normal !important;
  }
  .ss_hStyle5 {
	  background: #962c14 !important;
	  color: #fff !important;
	  padding: 5px 15px;
	  letter-spacing: -0.02em;
	  line-height: 37px;
	  font-size: 30px !important;
	  font-weight: normal !important;
  }
  .camera-wrap {
	  height: 440px !important;
  }
  .camera_commands {
	  display: none;
	  visibility: hidden;
  }
  
  /* Small devices (landscape phones, 576px and up) */
  @media (min-width: 576px) { 
  
  }
  
  /* Medium devices (tablets, 768px and up) */
  @media (max-width: 768px) { 
  
	  .camera_caption {
		  width: 100%;
	  }
  }
  
  /* Large devices (desktops, 992px and up) */
  @media (min-width: 992px) { 
  
  }
  
  /* X-Large devices (large desktops, 1200px and up) */
  @media (min-width: 1200px) { 
  
  }
  
  /* XX-Large devices (larger desktops, 1400px and up) */
  @media (min-width: 1400px) { 
  
  }


  /**********************\
    NEW CSS 
\**********************/

.subnav {
    background-image: linear-gradient(#333,#333);
    background-repeat: repeat;
    background-position: left top;
    background-attachment: scroll;
    background-size: auto;
    box-shadow: 0 4px 4px 0 rgb(0 0 0 / 47%) inset;
    padding: 26px 15px 26px 15px;
    color: #e5e5e5;
}
.subnav h1 {
    font-size: 30px;
    font-weight: 300;
    margin: 10px 0 8px 0;
}
.sub-right {
    padding: 10px;
    text-align: right;
    font-size: 12px;
    margin: 10px 0 0 0;
}


.gallery-panel {
    height: calc(100vh - 106px - 83px);
    background-image: linear-gradient(#131313,#1e1e1e);
    padding: 0px;
}
.gal-img {
    background-size: cover !important;
    width: 300px;
    
    display: inline-block;
    position: relative;
    width: calc((100vw / 5) - 35px);
    min-height: 50px;


    box-shadow: 0px 7px 15px rgba(0,0,0,0.6);
    _transition: all 0.2s ease-out;
    cursor: pointer;

    vertical-align: top;
    margin: 15px;

}
.gal-img:hover {
	transition: all 0.2s ease-out;
}
.gal-txt {
    position: absolute;
    bottom: 0px;
    min-height: 0px;
    background: rgba(0,0,0,0.6);
    color: #fff;
    width: 100%;
    padding: 15px;
}
.grid-item .img-fluid {
	width: 100%;
}
/* 
@keyframes grow {
  from {background-color: red;}
  to {background-color: yellow;}
} */

/* animate */
.gal-img:hover {
    transform: scale(105%);
}

#camera-slide {
	margin-bottom: 0px !important;
}
#slideshow-wrapper {
	margin-top: 83px;
}

@media (max-width: 575px) { 
    
    .gal-img {
        width: calc(100vw - 35px);
    }
}

@media (min-width: 576px) {
    .gal-img {
        width: calc((100vw / 2) - 35px);
    }
}
@media (min-width: 992px) {
    .gal-img {
        width: calc((100vw / 3) - 35px);
    }
}
@media (min-width: 1200px) {
    .gal-img {
        width: calc((100vw / 5) - 35px);
    }
}