/*

	Supersized - Fullscreen Slideshow jQuery Plugin
	Version : 3.2.7
	Site	: www.buildinternet.com/project/supersized
	
	Author	: Sam Dunn
	Company : One Mighty Roar (www.onemightyroar.com)
	License : MIT License / GPL License
	
*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300&display=swap');
/*font-family: 'Roboto', sans-serif;*/


@font-face {
  font-family: 'obd-icon-set';
  src: url('../fonts/obd-icon-set.woff2') format('woff2'),
       url('../fonts/obd-icon-set.woff') format('woff'),
      url('../fonts/obd-icon-set.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

.icon-cancel:before { font-family: 'obd-icon-set'; content: '\e800'; } 
.icon-cancel-circled:before { font-family: 'obd-icon-set'; content: '\f06e'; } 
.icon-menu:before { font-family: 'obd-icon-set'; content: '\f008'; } 
.icon-location-2:before { font-family: 'obd-icon-set'; content: '\f031'; } 
.icon-info-circled:before { font-family: 'obd-icon-set'; content: '\f085'; } 
.icon-linkedin-rect:before { font-family: 'obd-icon-set'; content: '\f31b'; } 
.icon-facebook-rect:before { font-family: 'obd-icon-set'; content: '\f301'; } 
.icon-right-open:before { font-family: 'obd-icon-set'; content: '\f006'; } 
.icon-left-open:before { font-family: 'obd-icon-set'; content: '\f007'; }

* {
	margin: 0;
	padding: 0;
}
body {
	background: #111;
	height: 100%;
     /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    letter-spacing: 0.5px;
    -webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
img {
	border: none;
}
a {
    color: #fff;
    text-decoration: none;   
}
a:hover {
    opacity: 0.5;
}
a:active {
    font-size: 90%;
}

#supersized-loader {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 0;
	width: 60px;
	height: 60px;
	margin: -30px 0 0 -30px;
	text-indent: -999em;
	background: url(../images/fullscreen-gallery/progress.gif) no-repeat center center;
}
#supersized {
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	overflow: hidden;
	z-index: -999;
	height: 100%;
	width: 100%;
}
#supersized img {
	width: auto;
	height: auto;
	position: relative;
	display: none;
	outline: none;
	border: none;
}
#supersized.speed img {
	-ms-interpolation-mode: nearest-neighbor;
	image-rendering: -moz-crisp-edges;
}
/*Speed*/

#supersized.quality img {
	-ms-interpolation-mode: bicubic;
	image-rendering: optimizeQuality;
}
/*Quality*/

#supersized li {
	display: block;
	list-style: none;
	z-index: -30;
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #111;
}
#supersized a {
	width: 100%;
	height: 100%;
	display: block;
}
#supersized li.prevslide {
	z-index: -20;
}
#supersized li.activeslide {
	z-index: -10;
}
#supersized li.image-loading {
	background: #111111 url(../images/progress.gif) no-repeat center center;
	width: 100%;
	height: 100%;
}
#supersized li.image-loading img {
	visibility: hidden;
}
#supersized li.prevslide img, #supersized li.activeslide img {
	display: inline;
}



#nextslide, #prevslide {
    position: absolute;
    z-index: 4;
    left: 50%;
    bottom: 10px;
    color: #868686;
    font-size: 24px;
    padding: 20px;
    cursor: pointer;
    opacity: 0.6;
}
#nextslide {
   margin-left: 40px 
}
#prevslide {
    margin-left: -90px 
}
#nextslide:hover, #prevslide:hover {
    opacity: 1;
}
#nextslide:active, #prevslide:active {
     margin-bottom: 2px;
    margin-right: 2px;
    font-size: 20px;
}



/* Progress Bar
----------------------------*/

/*#progress-back {
	z-index: 5;
	position: fixed;
	bottom: 42px;
	left: 0;
	height: 8px;
	width: 100%;
	background: url("../images/progress-back.png") repeat-x;
}*/
/*#progress-bar {
	position: relative;
	height: 8px;
	width: 100%;
	background: url("../images/progress-bar.png") repeat-x;
}*/
/*#progress-bar, #progress-back {
	display: none !important;
}*/


ul.full-screen-gallery-images {
	display: none;
}
.swipe-target {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	background: transparent;
	z-index: 1;
	cursor: inherit;
}

/* obd header */

.logoPrint {
	display: none;
}
.logoTop {
	position: absolute;
	z-index: 11;
	top: 15px;
	/*left: 0;*/
    left: 20px;
	/*margin-top: 15px;*/
	/*margin-left: 20px;*/
	cursor: pointer;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
.logoTop #imgLogo {
	border: 0;
}
.logoTop:hover {
    opacity: 1;
}
.logoTop #imgLogo:active {
    margin-top: 2px;
    margin-left: 2px;
    width: 90%;
    height: 90%;
}

/*  box button navi  */	
#btnAbout {
	position: absolute;
	z-index: 110;
	bottom: 10px;
    right: 20px;
    display: block;   /* block - none */
	margin: 0;
	/*background-color: #000;*/
	padding: 15px 20px;
	/*border: 1px dotted #FFFFFF;*/
   /* border-radius: 5px;*/
    /*border-top: none; */
	color: #868686;
    text-decoration: none;
	/*text-transform: uppercase;*/
	/*font: 400 22px "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-size: 24px;
	/*letter-spacing: 1px;*/
	cursor: pointer;
    opacity: 0.8;
    text-align: center;
}

#btnAboutClose {
    display: none !important;
	position: absolute;
	z-index: 110;
	bottom: 10px;
    right: 20px;
	margin: 0;
	padding: 15px 20px;
	color: #868686;
    text-decoration: none;
    font-size: 24px;
	cursor: pointer;
    opacity: 0.8;
    text-align: center;
}

#btnAboutCloseTop {
    display: none;
	position: absolute;
	z-index: 110;
	top: 20px;
    right: 20px;
	margin: 0;
	padding: 15px 20px;
	color: #868686;
    text-decoration: none;
    font-size: 24px;
	cursor: pointer;
    opacity: 0.8;
    text-align: center;
}

#headerAbout {
    display: block;
	position: fixed;
	z-index: 109;
	top: 0;
    left:0;
    width: 100%;
    height: 120px;
    opacity: 1;
    background: rgb(0,0,0);
        background: -moz-linear-gradient(180deg, rgba(0,0,0,1) 50%, rgba(0,0,0,0.7) 75%, rgba(0,0,0,0) 100%);
        background: -webkit-linear-gradient(180deg, rgba(0,0,0,1) 50%, rgba(0,0,0,0.7) 75%, rgba(0,0,0,0) 100%);
        background: linear-gradient(180deg, rgba(0,0,0,1) 50%, rgba(0,0,0,0.7) 75%, rgba(0,0,0,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
    
}

#footerAbout {
    display: block;
	position: fixed;
	z-index: 109;
	bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    opacity: 1;
    /*background-color: #000000;*/
    background: rgb(0,0,0);
        background: -moz-linear-gradient(0deg, rgba(0,0,0,1) 50%, rgba(0,0,0,0.7) 75%, rgba(0,0,0,0) 100%);
        background: -webkit-linear-gradient(0deg, rgba(0,0,0,1) 50%, rgba(0,0,0,0.7) 75%, rgba(0,0,0,0) 100%);
        background: linear-gradient(0deg, rgba(0,0,0,1) 50%, rgba(0,0,0,0.7) 75%, rgba(0,0,0,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
    
}

#btnAbout:hover, #btnAboutClose:hover {
    opacity: 1;
}
#btnAbout:active, #btnAboutClose:active {
    margin-top: 2px;
    margin-right: 2px;
    font-size: 20px;
}



/*  black bg image cover  */
.fadeImage {
	display: none;  /* block - none */
	position: fixed;
	z-index: 5;
	top: 0;
	width: 100%;
	height: 100%; /* jQuery */
	background: #000000;
	background: url('../images/bg-black.png');
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
/*  content  */
.boxContent {
	display: none;
    overflow-y: auto;
	position: absolute;
	z-index: 100;
    height: 100%;
    width: 500px;
    right: 0;
	border-left: 1px #FFFFFF dotted;
	background: #000000;
	background: url('../images/bg-black.png');
    font-size: 18px;
    letter-spacing: 0.5px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.boxContent #imgLogoContent {
	display: block;
    width: auto;
    margin: 0 auto;
}

/* text  popup box */
.boxContent .txtContent {
	display: block;
	margin-top: 120px;
	padding-left: 40px;
	/*padding-right: 40px;*/
	color: #FFFFFF;
	/*font-size: 16px;*/
	line-height: 160%;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
    text-align: justify;
    width:380px;
    overflow: hidden;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}
.boxContent h1 {
    font-weight: 100; 
    letter-spacing: 2px; 
    margin-top: 40px;
    margin-bottom: 20px;
    text-align: center;
}

.boxContent .txtContent p {
	/*font-size: 16px;*/
}

.txtContent #txtLocation {
    display: block;
    clear: both;
}
.txtContent #txtSocial {
    display: block;
    clear: both;
    padding-top: 80px;
    margin-bottom: 80px;
}


ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 140%;
}
ul li {
	margin: 0;
	padding: 5px 0;
	border-bottom: 1px #B1B1B1 dotted;
    text-align: left;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}
.colLeft {
	display: block;
	position: relative;
	width: 45%;
	float: left;
}
.colRight {
	display: block;
	position: relative;
	width: 45%;
	float: right;
}


#slidecaption {
    display: none;
    position: fixed;
    bottom: 80px;
    left: 0px;
    z-index: 3;
    /*width:320px;*/
    width: auto;
    max-width: 320px;
    max-height: 60%;
    overflow-y: auto;
	/*overflow: hidden;*/
	/*color: #FFF;*/
	/*font: 400 14px "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-size: 18px;
	line-height: 140%;
    text-align: left;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    
      -webkit-hyphens: auto;
      -ms-hyphens: auto;
      hyphens: auto;
}


#slidecaption .txtCaptionDark {
    color: #000;
    background-color: #fff;
    opacity: 0.8;
    padding: 20px 20px 20px 30px;
    /*border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;*/
    display: block;
    /*width:320px;*/
    width: auto;
}
#slidecaption .txtCaptionLight {
    color: #fff;  
    background-color: #000;
    opacity: 0.8;
    padding: 20px 20px 20px 30px; 
    /*border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;*/
    display: block;
   /*width:320px;*/
    width: auto;
}

#slidecaption .iconLocation {
    opacity: 0.6;
}

#btnCaption {
    position: absolute;
    display: block;
    z-index: 4;
    bottom: 10px;
    left: 15px;
    padding: 20px;
    /*width: 30px;
    height: 30px;*/
    color: #868686;
    font-size: 24px;
    cursor: pointer;
     opacity: 0.6;
    /*border: 1px dotted #fff;
    border-radius: 50%;
    padding-top: 5px;
    text-align: center;
    overflow: hidden;*/
}
#btnCaption:hover {
    opacity: 1;
}
#btnCaption:active {
    margin-bottom: 2px;
    margin-left: 2px;
    font-size: 20px;
}



.moreInfo {
    
      display:block;
      text-align: center;
        cursor: pointer;
    
}

#spaceScroller {
    padding: 100px 0;
}


/* styles for the pages */





@media only screen and (max-width : 600px) {
    
    .boxContent {
        width: 100%;
    }
    

    
    .boxContent .txtContent {
        margin-top: 120px;
        padding-left: 50px;
        padding-right: 50px;
        /*width:360px;*/
        width: calc(100% - 100);
        overflow: hidden;
    }
    
    #btnAboutClose {
        bottom: 0px;
        right: 0px;
    }
    
    #btnAboutCloseTop {
        right: 10px;
    }
    
    
    #slidecaption {
        width: 100%;
        max-width: 100%;
        max-height: 40%;
        overflow-y: auto;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }
    
}

@media only screen and ( max-width : 420px ){
   
    .logoTop {
        top: 15px;
        left: 10px;
    }
    
    .boxContent {
        width: 100%;
    }
    
    .boxContent .txtContent {
        margin-top: 120px;
        padding-left: 40px;
        padding-right: 40px;
        width:320px;
        /*width: calc(100% - 80);*/
        overflow: hidden;
    }
    
    #btnAbout {
        bottom: 10px;
        right: 0px;
    }
    
    #btnCaption {
        left: 0px;
    }
    
    #btnAboutClose {
        bottom: 10px;
        right: 10px;
    }
    
    #btnAboutCloseTop {
        right: 10px;
    }
       
    .colLeft {
        width: 320px;
        float: left;
    }
    .colRight {
        width: 320px;
        float: left;
    }

    
}


@media only screen and ( max-width : 380px ){
   
    .logoTop {
        top: 15px;
        left: 10px;
    }
    
    .boxContent {
        width: 100%;
    }
    
    .boxContent .txtContent {
        margin-top: 120px;
        padding-left: 30px;
        padding-right: 30px;
        width:300px;
        /*width: calc(100% - 80);*/
        overflow: hidden;
    }
    
    #btnAbout {
        bottom: 10px;
        right: 0px;
    }
    
    #btnCaption {
        left: 0px;
    }
    
    #btnAboutClose {
        bottom: 10px;
        right: 10px;
    }
    
    #btnAboutCloseTop {
        right: 10px;
    }
       
    .colLeft {
        width: 300px;
        float: left;
    }
    .colRight {
        width: 300px;
        float: left;
    }

    
}

@media only screen and (min-width : 768px) {
    
    
    #slidecaption {
        max-width: 500px;
    }
      
}

@media only screen and (max-height : 480px) {
    
    #headerAbout {
        height: 50px;
        opacity: 0.7;
    }
    
    #footerAbout {
        height: 50px;
        opacity: 0.8;
    }
    
    #btnAboutCloseTop {
        top: 5px;
    }
    
    #btnAbout {
        right: 5px;
    }
    
    #btnAboutClose {
       /* display: none !important;*/
    }
    
    
    #btnCaption {
        left: 5px;
    }
    
    .logoTop {
        left: 15px;
        top: 10px;
    }
    
    .txtContent {
        margin-top: 80px !important;
    }
    
    #slidecaption {
        bottom: 60px;
    }
    
    #nextslide, #prevslide, #btnCaption, #btnAbout {
        bottom: 0;
    }
    
    

    
}


@media only screen and (min-width: 320px) and (max-width: 380px) {
   


    
}




@media print {
		
				body {
					background:#ffffff; 
					height: auto;
				}
		
				.logoTop, .fadeImage, #supersized, .full-screen-gallery-images, swipe-target, #prevslide, #nextslide {
					display:none !important;				
				}
				
				.boxContent {
					display:block;
					position:absolute;
					margin:0;
					top:30px;
					left:50px;
					background-color:#ffffff;
					background-image:none;
				}
				
				.logoPrint {
					display:block;	
					margin-left:0px;
					margin-top:0px;
				}
				
				.txtContent {
					display:block;
					color:#000000;
					background:#ffffff;
					width:400px;
					padding:50px;
					margin-left:0px;
					margin-top:40px;
					border:1px dotted #000000;
					/*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/	
					
					/*page-break-after: always;*/
				}
					
	
}
