@charset "UTF-8";
/* CSS Document */
/* ********************************
		Gallery Full Screen
******************************** */


.btn_thumbs_grid {
	z-index:101;
	position: fixed;
	top: 1em;
	right: 1em;	
	display: none;
	cursor: pointer;
	color: white;
	text-shadow: 0em 0em 1.5em rgba(0,0,0,0.5);
	font-size: 300%;
	line-height: 0;
	opacity: 0.8;
	-webkit-transition:opacity 0.2s;
	transition: opacity 0.2s;
}
.btn_thumbs_grid:hover {
	opacity: 1;
}


.fs_image_set {
	position: absolute;
	width: 100vw;
	left: 0;
	top: 0;
	z-index: 100;
	display: none;
}
.fullscreen_image, .fullscreen_image .split_image {
	display: block;
	width: 100vw;
	height: 20em;
	height: 100vh;
	background-color: #e8e8e8;
	background-image:url(../bkg_images/video-loading.gif);
	background-repeat: no-repeat;
	background-size: cover;
	background-position:center center;
	background-attachment: scroll;
	position: relative;
	left: 0;
	top: 0;
	color: white;
}

.fullscreen_image.top, .fullscreen_image .split_image.top {
	background-position:center top;
}
.fullscreen_image.bottom, .fullscreen_image .split_image.bottom {
	background-position:center bottom;
}
.fullscreen_image .split_image{
	width: 50vw;
	box-sizing:border-box;
	float:left;
}
.fullscreen_image .split_image:first-child{
	border-right: 1px solid white;
}
.fullscreen_image.fixed{
	background-attachment: fixed;  /* iOS will turn this into scroll, most mobiles will also */
}
.fullscreen_image .shadow {
	height: 14em;
	width: 100%;
	position: absolute;
	bottom: 0;
	background: -webkit-linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(0,0,0,0)), to(rgba(0,0,0,0.5)));
	background: -webkit-linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0.50) 100%);
	background: linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0.50) 100%);
}
.fullscreen_image .fs_image_description {
	position: absolute;
	left: 3em;
	bottom: 5em;
}
.fullscreen_image .fs_image_location {
	font-size: 120%;
	font-style:italic;
	margin-bottom: 0.5em;
	width: auto;
	overflow: hidden;
	white-space: nowrap;
	float: left;
	font-weight: 200;
}
.fullscreen_image .fs_image_title {
	font-size: 200%;
	line-height: 1.2em;
	clear: left;
	position:relative;
	left: 0;
	top: 0;
}
.fs_image_story {
	padding: 2em 11em 2em 10em;
	line-height: 1.6;
	position: relative;
	color: #545454;
	font-size: 120%;
	background: white;
}
.fs_image_story i{
    position: absolute;
	opacity: 0.5;
}
.fs_image_story i.fa-camera{
	left: 5.75em;
	top: 1.95em;
	font-size: 120%;
}
.fs_image_story i.fa-angle-double-up{
    left: 5.1em;
    top: 0.4em;
    font-size: 140%;
}
.fs_image_story .client{
    font-weight: 300;
	margin-bottom: 0.5em;
}
.fs_image_story .client::before {
    content: "photography client - ";
	opacity: 0.5;
    font-size: 85%;
    font-style: italic;
}
.rm_bar{
	position: absolute;
	bottom: 2em;
	left: 3em;
	right: 2em;
	height: 2em;
}
.rm_bar .rm_bar_line{
	border-top: 1px solid rgba(255,255,255,0.6);
	margin: 1em 0;
	height: 0;
	overflow:auto;
}
.rm_bar .rm_bar_image_counter{
	text-align: right;
	float: right;
	margin-left: 2em;
	line-height: 2em;
	overflow: hidden;
}
.rm_bar .rm_bar_image_counter span{
	font-size: 200%;

}
.rm_bar .rm_bar_image_counter span.current_image_no{
	position: relative;
	top: 0;

}

.rm_bar .rm_bar_image_counter span.total_images{
	color: rgba(255,255,255,0.6);

}
.rm_bar .rm_bar_image_counter span.total_images::before{
	content: ' ';
	display: inline-block;
	height: 8px;
	vertical-align: middle;
	margin: -2px 6px 0 6px;
	border-right: 1px solid rgba(255,255,255,0.6);
}

#scroll_reminder{
    position: fixed;
    opacity: 0.9;
    bottom: 0.7em;
	z-index: 101;
	text-align:center;
	width: 100%;
	display: none;
}
#scroll_reminder span{
	font-size: 120%;
	font-style: italic;
	font-weight:100;
	color: white;
}
#scroll_reminder i {
	margin: 0 0.5em;
	position: relative;
	font-size: 140%;
}
#scroll_reminder i.fa-angle-double-down {
	top: -0.15em;
    -webkit-animation: double_down_arrow 1.5s infinite;
            animation: double_down_arrow 1.5s infinite;
}
@-webkit-keyframes double_down_arrow {
	from {
		color:transparent
	}
	33% {
		color:#fff
	}
	to {
		top:0.45em;
		color:transparent
	}
}
@keyframes double_down_arrow {
	from {
		color:transparent
	}
	33% {
		color:#fff
	}
	to {
		top:0.45em;
		color:transparent
	}
}

#beautiful_interiors { background-image:url(../images/medium/400_calgary_architectural_LP_63025.jpg);}
#other_interiors { background-image:url(../images/medium/400_alberta_construction_LP_63754.jpg);}
#florida { background-image:url(../images/medium/111A_florida_industrial_LP_03353.jpg);}
#substations { background-image:url(../images/medium/200_edmonton_construction_LP_39342.jpg);}
#utilities { background-image:url(../images/medium/202_calgary_construction_LP_44121.jpg);}

#exteriors_gallery { background-image:url(../images/medium/600_calgary_architectural_LP_87675.jpg);}
#ch2m { background-image:url(../images/medium/1000_calgary_construction_IMG_7001.jpg);}
#ironmen { background-image:url(../images/medium/700_calgary_construction_LP_54630.jpg);}
#doublestar_at_yyc { background-image:url(../images/medium/114A_calgary_industrial_LP_14490.jpg);}
#mosaic_stadium { background-image:url(../images/medium/700_regina_construction_LP_80609.jpg);}

#pilings { background-image:url(../images/medium/800_calgary_construction_LP_71784.jpg);}
#anchors { background-image:url(../images/medium/900_calgary_construction_LP_66177.jpg);}
#mapei .split_image:first-child { background-image:url(../images/medium/Foothills-Helipad.jpg);}
#mapei .split_image:nth-child(2) { background-image:url(../images/medium/014B_calgary_commercial_Eaton-Centre.jpg);}
#construction_images { background-image:url(../images/medium/1000_calgary_construction_LP_41392.jpg);}
#precast { background-image:url(../images/medium/1000D_calgary_industrial_IMG_6462.jpg);}

#people { background-image:url(../images/medium/1100_calgary_construction_LP_41133.jpg);}
#fabrication { background-image:url(../images/medium/011A_calgary_industrial_IMG_0993.jpg);}
#skids { background-image:url(../images/medium/012A_calgary_commercial_IMG_7617.jpg);}
#moreskids { background-image:url(../images/medium/300_calgary_industrial_LP_38150.jpg);}
#rigs { background-image:url(../images/medium/1200_red_deer_industrial_LP_28890.jpg);}
	
#product_photos { background-image:url(../images/medium/1400_calgary_product_LP_45050.jpg);}
#livestock { background-image:url(../images/medium/1300_alberta_agriculture_LP_51568.jpg);}
	
/* Portrait */
@media screen and (orientation:portrait) {
	/* Portrait styles */
	.fullscreen_image{
		height: 45vh;
	}
	.fullscreen_image.split, .fullscreen_image.split .split_image {
		height: 60vh;
	}
}

/* Desktop Layout: 769px to 1664px. Inherits styles from: Uberscreen Layout. */
@media only screen and (max-width: 1664px) {


}

/* Desktop Layout: 769px to 1664px. Inherits styles from: Uberscreen Layout. */
@media only screen and (max-width: 1250px) {

	.fs_image_story {
		padding: 2em 5em 2em 5em;
		line-height: 1.4;
		
	}
	.fs_image_story i.fa-camera{
		left: 2em;
		top: 1.85em;
	}
	.fs_image_story i.fa-angle-double-up{
		left: 1.85em;
	}
	.fullscreen_image.fixed {
		background-attachment: scroll;  /* iOS will turn this into scroll, most mobiles will also */
	}
	.fullscreen_image .fs_image_location {
		font-weight: 300;
	}

}

/* Tablet Layout: 481px to 768px. Inherits styles from: Uberscreen Layout and Desktop Layout. */
@media only screen and (max-width : 960px ){

	.fs_image_story {
		padding: 2em 4em 2em 5em;
		line-height: 1.4;
		
	}

}

/* Mobile Layout: 480px and below.  Inherits styles from: Uberscreen Layout and Desktop Layout and Tablet Layout. */
 @media only screen and (max-width: 666px) {

	.btn_thumbs_grid {
		top: 0.5em;
		right: 0.5em;
	}
	.fs_image_story {
		padding: 2em 2em 2em 2em;
		line-height: 1.4;
	}
	.fs_image_story i.fa-camera{
		left: 1.7em;
	}
	.fs_image_story i.fa-angle-double-up{
		left: 1.6em;
	}
	.fs_image_story .client{
		padding-left: 2em;
	}
	.fs_image_story .client::before {
    	content: "client - ";
	}

	.fullscreen_image .fs_image_description, .rm_bar{
		font-size: 60%;
	}

}