/* CSS Document */


/* SLIDERS */
.checksteveout-slider{
	position:relative;
	overflow: hidden;
	clear: both;
}
.checksteveout-slider img.slide{
	position: absolute;
	z-index: 1;
	top:0;
	display: block;
	margin: 0 auto;
	width: 100%;
}
.checksteveout-slider img.active{z-index: 3;}

.slidenav {
    position: absolute;
    z-index: 5;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.slidenav a,
.slidenav a:link,
.slidenav a:visited {
    position: absolute;
    top: 0;
    bottom: 0;
	display: block;
	vertical-align: middle;
}
.slidenav a i.fa,
.slidenav a:link i.fa,
.slidenav a:visited i.fa {
	display: block;
	display: inline-block;
	line-height: 50px;
	width: 50px;
	padding: 0;
	margin: 0;
	background-color: #222222;
	color: #FFFFFF;
	text-align: center;
	font-size: 30px;
	position: absolute;
	top: 45%;
    filter:alpha(opacity=30);
    -moz-opacity:0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;
}
.slidenav a:hover i.fa,
.slidenav a:active i.fa,
.slidenav a:focus i.fa {
    filter:alpha(opacity=100);
    -moz-opacity:1;
    -khtml-opacity: 1;
    opacity: 1;
}
.slidenav a.prev i.fa,
.slidenav a.prev:link i.fa,
.slidenav a.prev:visited i.fa {
	left: 0;
}
.slidenav a.next i.fa,
.slidenav a.next:link i.fa,
.slidenav a.next:visited i.fa {
	right: 0;
}
.slidenav a.prev {
    right: 50%;
    left: 0;
	text-align: left;
}
.slidenav a.next {
    right: 0;
    left: 50%;
	text-align: right;
}




.slide-dots {
    position: absolute;
    bottom: 0;
    display: block;
    z-index: 25;
    font-size: 14px;
    text-align: center;
    margin: 0 auto;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,.3);
    color: #FFFFFF;
    line-height: 1;
    padding: 5px 0;
}

.slide-dots i.fa {
	margin: 0 2px;
}
.slide-dots i.fa:hover {
	cursor: pointer;
}
.slide-dots i.fa.with-bg-img{
	font-size: 32px;
	line-height: 1;
	height: 40px;
	width: 40px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	padding: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	box-sizing: border-box;
	border: 2px solid #FFFFFF;
	text-align: center;
}
.slide-dots i.fa-circle.with-bg-img{
	background-image: none !important;
	background-color: #FFFFFF;
}
.slide-dots i.fa.with-bg-img:before{
	content: '';
}


.slide-counter {
    display: block;
    display: inline-block;
    padding: 5px 10px;
    background-color: rgba(0,0,0,.4);
    color: #FFFFFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height:36px;
}
.slide-counter.plus-padding-5 { padding-left: 15px; }
.slide-counter.plus-padding-10 { padding-left: 20px; }
.slide-counter.plus-padding-15 { padding-left: 25px; }
.slide-counter.plus-padding-20 { padding-left: 30px; }
.slide-counter.plus-padding-25 { padding-left: 35px; }
.slide-counter.plus-padding-30 { padding-left: 40px; }
.slide-counter.plus-padding-35 { padding-left: 45px; }
.slide-counter.plus-padding-40 { padding-left: 50px; }
.slide-counter em {
    display: block;
    display: inline-block;
    font-style: normal;
	text-align: right;
	width: 3em;
	margin-left: -2.5em;
}






.slidenav .touchTouch-enabled {
    display: block;
    display: inline-block;
    padding: 0;
	vertical-align: top;
}
.lightbox-gallery-button.modal-on-slider,
a.lightbox-gallery-button.modal-on-slider,
a.lightbox-gallery-button.modal-on-slider:link,
a.lightbox-gallery-button.modal-on-slider:visited{
    display: block;
    display: inline-block;
	position: relative;
	text-align: center;
    padding: 0 10px;
	line-height: 36px;
	vertical-align: middle;
	box-shadow: none;
    background-color: rgba(0,0,0,.4);
    color: #FFFFFF;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height:36px;
}
a.lightbox-gallery-button.modal-on-slider:hover,
a.lightbox-gallery-button.modal-on-slider:active,
a.lightbox-gallery-button.modal-on-slider:focus{
	background-color: #000000;
}
.lightbox-gallery-button.modal-on-slider:before{
	display: block;
	display: inline-block;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
	content:'\f06e';
	font-size: 1em;
	width:2em;
}





















/* Structural Normalization */
.csosi-slider,
.csosi-slider .csosi-slide,
.slidenav,
.slidenav a,
.slidenav a i.fa {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* SLIDERS */
.csosi-slider{
	position:relative;
	overflow: hidden;
	overflow-y:scroll; /* Modal Content... */
}
.csosi-slider .csosi-slide{
	position: absolute;
	z-index: 1;
	top:0;
	display: block;
	margin: 0 auto;
	width: 100%;
}
.csosi-slider .csosi-slide.active{z-index: 3;}


/* Slide Navigation Buttons */
.slidenav {
    position: absolute;
    z-index: 5;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.slidenav a,
.slidenav a:link,
.slidenav a:visited {
    position: absolute;
    top: 0;
    bottom: 0;
	display: block;
	vertical-align: middle;
}
.slidenav a i.fa,
.slidenav a:link i.fa,
.slidenav a:visited i.fa {
	display: block;
	display: inline-block;
	line-height: 50px;
	width: 50px;
	padding: 0;
	margin: 0;
	background-color: #222222;
	color: #FFFFFF;
	text-align: center;
	font-size: 30px;
	position: absolute;
	top: 45%;
    filter:alpha(opacity=30);
    -moz-opacity:0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;
}
.slidenav a:hover i.fa,
.slidenav a:active i.fa,
.slidenav a:focus i.fa {
    filter:alpha(opacity=100);
    -moz-opacity:1;
    -khtml-opacity: 1;
    opacity: 1;
}
.slidenav a.prev i.fa,
.slidenav a.prev:link i.fa,
.slidenav a.prev:visited i.fa {
	left: 0;
}
.slidenav a.next i.fa,
.slidenav a.next:link i.fa,
.slidenav a.next:visited i.fa {
	right: 0;
}
.slidenav a.prev {
    right: 50%;
    left: 0;
	text-align: left;
}
.slidenav a.next {
    right: 0;
    left: 50%;
	text-align: right;
}




/* VIDEO THUMBNAILS */

.video-thumbnail,
a.video-thumbnail,
a.video-thumbnail:link,
a.video-thumbnail:visited {
    display: block;
    position: relative;
	text-align: center;
	text-decoration: none;
    background-color: #000;
    color: #fff;
    box-shadow: 2px 3px 10px 2px rgba(0, 0, 0, .2);
}
.video-thumbnail img {
    display: block;
    width: 100%;
    position: static;
	padding:0;
	margin:0;
    opacity: 0.9;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.video-thumbnail-OFF:after {
    display: block;
    content: '\f144'; /* Play Button */
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
	font-style: normal;
	font-size: 100px;
	height:90px;
    width: 100%;
	line-height: 1;
	position: absolute;
	top: 50%;
	bottom: 50%;
	margin-top:-45px;
	left:0; right:0;
	text-align:center;
	vertical-align:middle;
	color:#FFFFFF;
    text-shadow: 0 0 20px rgba(0,0,0,1);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
	filter: alpha(opacity=95);
	-moz-opacity: 0.95;
	-khtml-opacity: 0.95;
	opacity: 0.95;
}
.play-icon{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
a:hover .video-thumbnail img,
.video-thumbnail:hover img,
.video-thumbnail:active img,
.video-thumbnail:focus img {
	opacity: 1;
}
a:hover .video-thumbnail:after,
.video-thumbnail:hover:after,
.video-thumbnail:active:after,
.video-thumbnail:focus:after {
    text-shadow: 0 0 60px rgba(0,0,0,0.75);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}






/* MODAL WINDOW */
	.hide { display: none; }
	.show { display: block !important; }
	.modal-wrapper {
		z-index: 999;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		max-width: 100%;
		visibility: hidden;
	}
	.modal-wrapper.visible {
		visibility: visible;
	}
	.modal-wrapper .modal-wrapper-before {
		display:block;
		z-index: 997;
		content: '';
		position: fixed;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		background-color: rgba(0,0,0,1);
	}
	.modal {
		display: none;
		position: relative;
		z-index: 998;
		width: 100%;
		height: 100vh;
		min-height: 300px;
		padding: 20px 15px;
		background: #FFFFFF;
		color: #000000;
		margin:0 auto;
		overflow-y:scroll;
	}
	.modal.modal-transparent{
		background: transparent;
		overflow-y:visible;
	}
	.modal.modal-embed-video #modal-content {
		position: absolute;
		display: block;
		top: 50%;
		left: 50%;
		width: 90%;
		height: 80vh;
		transform: translate(-50%,-50%);
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		box-shadow: 20px 20px 10px -20px #000000;
	}
	.modal.modal-slider #modal-content {
	}
	.modal .close-modal {
		position: absolute;
		z-index: 1002;
		top: 10px;
		right: 15px;
		height: 3.5em;
		width: 3.5em;
		color: #fff;
		text-align: center;
		line-height: 3.5em;
		vertical-align: middle;
		cursor: pointer;
		padding: .25em;
		text-shadow: 0 0 10px rgba(0,0,0,.3);
	}
	.modal .close-modal .fa-times-circle{
		color: #FFFFFF;
	}
	.modal .close-modal .fa {
		/*font-size: 3.5em;*/
	}
	.modal .close-modal:hover {
		
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		-moz-opacity: 1;
		-khtml-opacity: 1;
		opacity: 1;

		/*color: #000000;
		background-color: rgba(255,255,255,1);*/
	}
	#modal-content .content-width-wrapper .col-contain{
		padding:0;
	}
	iframe.modal-frame,
	.modal.modal-invisible iframe{
		display:block;
		position: absolute;
		width:100%;
		height:100%;
		top:0; bottom:0;
		left:0; right:0;
		border:none;
	}
	.modal-gallery-button {
		display: block;
		display: inline-block;
		text-align: center;
		background-color: #000000;
		color: #FFFFFF;
		padding: 3px 10px;
		border-radius: 5px;
		box-shadow: 1px 1px 3px #000000;
		margin: 0 auto;
	}
	.modal.show .modal-gallery-button {
		display: block;
		position: absolute;
		top: -30px;
		right: 0;
	}

/* (From TOuchTouch plugin CSS) The gallery overlay */

#galleryOverlay{
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	opacity:0;
	z-index:100000;
	background-color:#222;
	background-color:rgba(0,0,0,0.8);
	overflow:hidden;
	display:none;
	
	-moz-transition:opacity 1s ease;
	-webkit-transition:opacity 1s ease;
	transition:opacity 1s ease;
}

/* This class will trigger the animation */

#galleryOverlay.visible{
	opacity:1;
}

#gallerySlider{
	height:100%;
	
	left:0;
	top:0;
	
	width:100%;
	white-space: nowrap;
	position:absolute;
	
	-moz-transition:left 0.4s ease;
	-webkit-transition:left 0.4s ease;
	transition:left 0.4s ease;
}

#gallerySlider .placeholder{
	background: url("preloader.gif") no-repeat center center;
	height: 100%;
	line-height: 1px;
	text-align: center;
	width:100%;
	display:inline-block;
}

/* The before element moves the
 * image halfway from the top */

#gallerySlider .placeholder:before{
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right:-1px;
}

#gallerySlider .placeholder img{
	display: inline-block;
	max-height: 94%;
	max-width: 94%;
	vertical-align: middle;
	border: 8px #444444 solid;
}
#gallerySlider .placeholder:after {
  content: attr(data-caption);
  color: white;
  font-size: 18px;
  position: absolute;
  display: block;
  height: auto;
  width: 100%;
  z-Index: 1;
  bottom: 70px;
  text-align: center;
  margin: 0px auto;
    text-shadow: 1px 2px 5px #000;
}
#gallerySlider.rightSpring{
	-moz-animation: rightSpring 0.3s;
	-webkit-animation: rightSpring 0.3s;
}

#gallerySlider.leftSpring{
	-moz-animation: leftSpring 0.3s;
	-webkit-animation: leftSpring 0.3s;
}

/* Firefox Keyframe Animations */

@-moz-keyframes rightSpring{
	0%{		margin-left:0px;}
	50%{	margin-left:-30px;}
	100%{	margin-left:0px;}
}

@-moz-keyframes leftSpring{
	0%{		margin-left:0px;}
	50%{	margin-left:30px;}
	100%{	margin-left:0px;}
}

/* Safari and Chrome Keyframe Animations */

@-webkit-keyframes rightSpring{
	0%{		margin-left:0px;}
	50%{	margin-left:-30px;}
	100%{	margin-left:0px;}
}

@-webkit-keyframes leftSpring{
	0%{		margin-left:0px;}
	50%{	margin-left:30px;}
	100%{	margin-left:0px;}
}

/* Arrows */

#prevArrow,#nextArrow{
	border:none;
	text-decoration:none;
	background:url('arrows.png') no-repeat;
	opacity:0.5;
	cursor:pointer;
	position:absolute;
	width:43px;
	height:58px;
	
	top:50%;
	margin-top:-29px;
	
	-moz-transition:opacity 0.2s ease;
	-webkit-transition:opacity 0.2s ease;
	transition:opacity 0.2s ease;
}

#prevArrow:hover, #nextArrow:hover{
	opacity:1;
}

#prevArrow{
	background-position:left top;
	left:3%;
}

#nextArrow{
	background-position:right top;
	right:3%;
}









.touchTouch-enabled{
	/*display:block;
	text-align:center;
	padding:15px;*/
}

.gallery-contain{
	display:block;
	padding:0;
	width: 100%;
	clear: both;
}
.gallery-contain a,
.gallery-contain a:link,
.gallery-contain a:visited{
    display: block;
	position: relative;
    float: left;
	line-height: 0;
	margin: 0px;
	padding: 10px;
    overflow: hidden ;
}
.gallery-contain a img {
    transform: scale3d(1.01,1.01,1.01);
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
.gallery-contain a:hover img,
.gallery-contain a:focus img,
.gallery-contain a:active img{
		transform: scale3d(1.02,1.02,1.02);
}

.tiled .gallery-contain{
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    float: none;
    border-style: solid;
    border-width: 10px 0;
    border-color: #fff;
}
.tiled .gallery-contain a {
    padding: 0;
    grid-column-end: span 2;
    grid-row-end: span 1;
    background-size: cover!important;
    background-repeat: no-repeat!important;
    background-position: center center!important;
}
.tiled .gallery-contain > *:nth-child(12n + 1),
.tiled .gallery-contain > *:nth-child(12n + 8){
    grid-column-end: span 4;
    grid-row-end: span 2;
 }
.tiled .gallery-contain > .two-image-row{
    grid-column-end: span 3;
    grid-row-end: span 1;
 }
.tiled .gallery-contain > .one-image-row{
    grid-column-end: span 6;
    grid-row-end: span 1;
 }
.stack .gallery-contain a,
.stack .gallery-contain a:link,
.stack .gallery-contain a:visited,
.button .gallery-contain a,
.button .gallery-contain a:link,
.button .gallery-contain a:visited{
	float: none;
	display: none;
}
.gallery-slide-contain{
    position: relative ;
}
.gallery-contain .gallery-slide-contain a{
    position: absolute ;
    top: 10px;
    left: 10px;
	font-size: 12px;
	padding: 4px 10px;
	line-height: 1.5;
	color: #eee;
	background-color: #000;
    border-radius: 20px;
}
.gallery-contain a img{
	margin:0;
	padding:0;
    line-height: 0;
    width: 100%;
}

/*.tiled .gallery-contain a:hover:after{
	content: "\f002";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
	position: absolute;
	bottom: 14px;
	right: 14px;
	background-color: rgba(0, 0, 0, 1);
	color: #ffffff;
	font-size: 12px;
	padding: 4px 10px;
	line-height: 1.5;
	text-transform: uppercase;
}*/
.tiled .gallery-contain a .gallery__icon{
    opacity: 0;
	position: absolute;
	bottom: 14px;
	right: 14px;
	background-color: rgba(0, 0, 0, 1);
	color: #ffffff;
	padding: 8px;
	text-transform: uppercase;
}
.tiled .gallery-contain a:hover .gallery__icon{
	opacity: 1;
}
.stack .gallery-contain a[data-count="0"] {
	display: block;
}
.stack .gallery-contain a[data-count="0"]:after {
	content: 'View Gallery';
	position: absolute;
	bottom: 14px;
	right: 14px;
	background-color: rgba(0, 0, 0, 1);
	color: #ffffff;
	font-size: 12px;
	padding: 4px 10px;
	line-height: 1.5;
	text-transform: uppercase;
}
.gallery-contain .gallery-slide-contain a,
.button .gallery-contain a[data-count="0"] {
	display: inline-block;
	background-color: rgba(0, 0, 0, .2) ;
	color: #ffffff;
	font-size: 12px;
	padding: 4px 10px;
	line-height: 1.5;
	text-transform: uppercase;
    border-radius: 20px;
}
.gallery-contain:hover .gallery-slide-contain a,
.card:hover .button .gallery-contain a[data-count="0"] {
	background-color: rgba(0, 0, 0, 1);
}
.img-container > .button{
	position: absolute;
	top: 10px;
	right: 10px;
    z-index: 21;
}
.img-container{
	position: relative;
    line-height: 0;
}

@media screen and (max-width: 45em) {
    .tiled .gallery-contain{
        grid-template-columns: repeat(4, 1fr);
    }
    .tiled .gallery-contain > .two-image-row {
        grid-column-end: span 2;
        grid-row-end: span 1;
    }    
}


