@charset "UTF-8";
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

body {
	font-family: "Exo 2", Verdana, sans-serif;
	font-style:normal;
	font-weight:200;
	-ms-overflow-style: none;
	background-color: white;
	color: #333;
	overflow-x: hidden;
}
/*body::-webkit-scrollbar{
	display: none;
	width: 0 !important;
}
*/
a {outline: 0; }
a img {border: none; }  /*removes the border around links in IE8*/

a:link, a:visited, a:hover, a:active{
	text-decoration: none;
}

/* Uberscreen Layout: 1665px and up. */

h1 {
	font-size: 400%;	
	font-weight: 200;
	margin: 0;
	z-index:2;
}
p {
	font-weight: 100;
	font-size: 200%;	
	margin: 0 0 0.5em;
	z-index:2;
}
h3 {
	font-size: 400%;	
	font-weight: 200;
	color: #333;
}


#landing_page {
	width: 100%;
	padding: 0;
	margin: auto;
	clear: none;
	float: none;
	position: relative;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
 
#opening, #copyrights_stock, #construction_gallery, #construction, #safety,
#architectural_gallery, #exteriors, #interiors, #clients, #industrial_gallery,
#industrial, #video_production, #product, #agriculture, #entire_gallery, #footer, #vr{
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position:center center;
	text-align: center;
	color: white;
	text-rendering: optimizeLegibility;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	position: relative;
	margin-bottom: 10px;
}

#development{
	width: 100%;
	position: fixed;
	bottom: 0;
	left:0;
	height: 2em;
	margin: 0px;
	text-align:center;
	padding-bottom: 1em;
	font-size:200%;
	z-index:1000;
	color: black;
	display: none;
	opacity: 1;
	background: pink;
	cursor: crosshair;
}
#exteriors, #interiors, #product, #agriculture{
	width: 50%;
	height: 50vh;
	border-right: 5px solid white;
}
#vr{
	height: 50vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
}
#interiors, #agriculture{
	border-right: none;
	border-left: 5px solid white;
}
#landing_page > div.dark{
	color: #333;
}
a.learn_more, a.latitude_pano, a.browse_gallery, a.see_more{
	font-size: 120%;	
	color: #08c;
	z-index:2;
	cursor: pointer;
}
.learn_more > span::after{
	content: "Gallery Experience ";
}
a.latitude_pano > span::after{
	content: "Immerse Yourself ";
}
.browse_gallery > span::after{
	content: "Let's Create Together ";
}
.see_more > span::after{
	content: "See More ";
}
.see_more.open > span::after{
	content: "See Less ";
}

a.learn_more::after, a.latitude_pano::after, a.see_more::after{
    content: '›';
	font-size: 140%;	
	font-weight: 100;
	margin-left: 0.2em;
	position: relative;
	top: 0.05em;
}
a.browse_gallery .my_chevron{
	font-size: 300%;
	font-weight: 100;
	margin-left: 0.3em;
	position: relative;
	top: -0.5em;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	margin: 0 auto;
	width: 1em;
	left: 0.1em;
}
#opening {
	background-image: url(../images/fullscreen/001_regina_construction_LP_80623.jpg);
	padding-top: 6em;
	height: 100vh;
}
#opening h3 {
	margin: 0 auto;
	margin-bottom: 0.5em;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-pack:center;
	    -webkit-box-pack:center;
	        justify-content:center;
	-ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}
#opening h3 div{
	margin: 0 1em;
	display: inline-block;
}
#opening span {
	font-size: 200%;	
	font-weight: 100;
	letter-spacing: 0.05em;
}
#opening .e_mail a{
	color: #333;
	letter-spacing: 0.1em;
	font-size: 140%;
}
#opening a:link, #opening a:visited, #opening a:active{
	color: #333;
}

#opening .phone_no{
	color: #333;
	margin-top: 0.5em;
	font-size: 160%;
	letter-spacing: 0.1em;
}

#opening i{
	margin-right: 0.5em;
}
#opening i.fa-phone{
	margin-right: 0.3em;
}
#copyrights_stock{
	height: 100vh;
	margin: 0;
	padding: 0 1em;
}

#copyrights_stock .background{
	height: 55%;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position:center 80%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	background-image: url(../images/fullscreen/002_calgary_construction_IMG_4890.jpg);
}
#copyrights_stock .flex_container{  
	width: 100%;
	height: 100%;    
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: end;
	    -webkit-box-pack: end;
	    justify-content: flex-end;          
}
#copyrights_stock .spacer{
	width: 50%;
	height: 55vh;
}
#copyrights_stock .caption{
	width: 50%;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-direction:column;
	    -webkit-box-orient:vertical;
	    -webkit-box-direction:normal;
	    flex-direction:column;
	-ms-flex-pack: center;
	    -webkit-box-pack: center;
	    justify-content: center;
}
#copyrights_stock .caption.dark{
	color: #333;
}
#copyrights_stock .caption:not(.dark) h1, #copyrights_stock .caption:not(.dark) p{
	text-shadow: 0 0 0.3em rgba(0,0,0,1.00);
}
#copyrights_stock .caption:not(.dark) p{
	font-weight: 200;
}

#copyrights_stock .screen_cap_container{
	width: 50%;
	height: 45vh;
}

#copyrights_stock #screen_cap{
	position: relative;
	top: -45%;
	left: 10%;
	background-image:url(../bkg_images/mobile_ready.png);
	background-repeat:no-repeat;
	background-size: contain;
	background-position:right;
	width: 100%;
	height: 545px;
}


#construction{
	background-image: url(../images/fullscreen/003_calgary_construction_LP_73357.jpg);
	padding-top: 2em;
	height: 89vh;
}
#safety{
	overflow: hidden;
	height: auto;
	padding: 1em 2em 0;
	-ms-flex-wrap:wrap;
	    flex-wrap:wrap;
}
#safety .flex_container{
	max-width: 1200px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 1em auto 2em;
	-ms-flex-wrap:wrap;
	    flex-wrap:wrap;

}
#safety .icon{
	width: 10em;
	height: 10em;
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
	border-radius: 50%;
	border:  2px solid #08c;
	text-align:center;
	color: #08c;
	margin:  0 auto 0.5em;
}
#safety .icon.heart{
	background-repeat: no-repeat;
	background-size: 50%;
	background-position:center 58%;
	background-image:url(../bkg_images/Cardiovascular-128.png);
}
#safety .icon.fp{
	background-repeat: no-repeat;
	background-size: 70%;
	background-position:center 52%;
	background-image:url(../bkg_images/FallProtection-128.png);
}
#safety .icon span{
	font-size: 350%;
	font-weight: 200;
	position: relative;
	top: 23%;
}
#safety .flex_container > div {
	width: 10em;
	margin: 2em auto 0;
}
#safety .flex_container > div > span{
	font-size: 120%;
}
#krpano_container {
	width: 50%;
	height: 100%;
	background-image: url(../images/medium/008_calgary_industrial_LP122121.jpg);
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	cursor: pointer;
	background-repeat: no-repeat;
	background-size: cover;
	background-position:center center;
	border-right: 5px solid white;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
#krpano_container > div.move_arrows{
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.mobile #krpano_container.fullscreen{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 100;
	border-right: none;
}

#krpano_container i{
	font-size: 1000%;
	color: #08c;
}
#vr_text {
	width: 50%;
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
	background-image: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	border-left: 5px solid white;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	background: rgb(242,242,242);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(242,242,242)), color-stop(20%,rgb(255,255,255)), color-stop(80%,rgb(255,255,255)), color-stop(100%,rgb(242,242,242)));
	background: -webkit-linear-gradient(top, rgb(242,242,242) 0%,rgb(255,255,255) 20%,rgb(255,255,255) 80%,rgb(242,242,242) 100%);
	background: -o-linear-gradient(top, rgb(242,242,242) 0%,rgb(255,255,255) 20%,rgb(255,255,255) 80%,rgb(242,242,242) 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(rgb(242,242,242)),color-stop(20%, rgb(255,255,255)),color-stop(80%, rgb(255,255,255)),to(rgb(242,242,242)));
	background: linear-gradient(to bottom, rgb(242,242,242) 0%,rgb(255,255,255) 20%,rgb(255,255,255) 80%,rgb(242,242,242) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#f2f2f2',GradientType=0 );	
}

#exteriors {
	background-image: url(../images/medium/004_calgary_construction_LP_70835.jpg);
}

#interiors {
	background-image: url(../images/medium/005_calgary_construction_LP_63025.jpg);
	padding-left: 10em;
}
#product {
	background-image: url(../images/medium/007_calgary_product_LP_25975.jpg);
	background-position: 38% center;
	padding-right: 25%;

}
#agriculture {
	background-image: url(../images/medium/006_alberta_agriculture_LP_51515.jpg);
	background-position: 30% top;
}
#clients{
	padding-top: 1em;
	height: auto;
	margin-bottom: 0;
}
#clients .client_logos{
	padding: 0 5em;
    margin: 0px auto;
	position: relative;
	height: 15.5em;
	min-height: 15.5em;
	overflow: hidden;
}
#clients .client_logos.open{
	height: auto;
}
#clients .logo {
	width: 7em;
	height: 5em;
	margin: 1em 1em;
	background-repeat: no-repeat;
	background-size: contain;
	background-position:center center;
	display:inline-block;
}
#industrial {
	padding-right: 40%;
	padding-top: 22vh;
	height: 89vh;
}
#video_production{
	display: block;
}

#video_production i{
	opacity: 0.5;
	font-size:1600%;
	margin: 0 0.2em;	
}

#video_production a{
	color: white;
	text-shadow: 0.15em 0.15em 0.1em black;
}

#entire_gallery{
	height: auto;
	margin: 0;
}

#footer{
	width: 100%;
	letter-spacing: normal;
	background-color: #f2f2f2;
	color: #666;
	overflow: hidden;
	height: auto;
	text-align:center;
	font-size: 90%;
	margin: 0;
	padding: 0 2em;
}
#footer .flex_container{
	max-width: 980px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
            flex-wrap: wrap;

	margin: 3em auto 0;
	border-top: 1px solid lightgray;
	border-bottom: 1px solid lightgray;
	padding: 2em 0;
	-ms-flex-pack: justify;
	    -webkit-box-pack: justify;
	        justify-content: space-between;
}
#footer .flex_container .category{
	font-weight: bold;
}
#footer .flex_container > div{
	text-align:left;
	-ms-flex-order: 2;
	-webkit-box-ordinal-group: 3;
	    order: 2;
}
#footer .flex_container .contact{
	-ms-flex-order: 0;
	-webkit-box-ordinal-group: 1;
	    order: 0;
}
#footer .flex_container ul{
	list-style:none;
	padding: 0;
	margin-bottom: 2em;
}
#footer .flex_container li{
	margin-bottom: 0.5em;
}
#footer .flex_container .contact i{
    position: relative;
    top: 0.1em;
	font-size: 140%;
	margin-right: 0.5em;
}
#footer .flex_container .contact i.fa-envelope{
	font-size: 120%;
}

#footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
	color: #666;
}
#footer a:hover {
	color: #333;
	text-decoration: underline;
}

#footer .flex_container .e_mail{
	font-size: 100%;
	letter-spacing: 0.05em;
}

#footer .social a{
	font-size: 300%;	
	text-decoration:none;
}
#footer .social li{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	width: 12em;
	-ms-flex-pack:justify;
	    -webkit-box-pack:justify;
	        justify-content:space-between;	
}

#footer .copyright_line {
	padding: 1em 0 1em;
	color: #B0B0B0;
}

/* ********************************
		Gallery Thumbnails
******************************** */

.gallery_selection{
	width: 100%;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	height: 0;
	margin-bottom: 0px;
	overflow: hidden;
}
.gallery_selection.open{
	height: auto;
	margin-bottom: 10px;
}

.gallery_selection .thumbnail {
	height: 13.875em;
	background-repeat: no-repeat;
	background-size: cover;
	background-position:center center;
	-webkit-box-shadow: 0em -5em 3em -2em rgba(0,0,0,0.50) inset;
	        box-shadow: 0em -5em 3em -2em rgba(0,0,0,0.50) inset;
	position: relative;
	overflow: hidden;
	-ms-flex: 1 0 25%;
	       -webkit-box-flex: 1;
	       flex: 1 0 25%;
	float: left;
	clear: none;
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
	border: 0px solid white;
	border-top-width: 0px;
	border-left-width: 0px;
	cursor: pointer;
}
.gallery_selection .thumbnail .lower_third{
	color: white;
	position: absolute;
	bottom: 0.5em;
	left: 1em;
}
.gallery_selection .thumbnail .line{
    border-bottom: 1px solid white;
    height: 0;
    width: 3em;
	position: relative;
	top: -0.5em;
	left: -1em;
	opacity: 0.66;
	
    -webkit-transition: width 300ms ease-out, left 300ms ease-out, opacity 300ms ease-out;
	
    -o-transition: width 300ms ease-out, left 300ms ease-out, opacity 300ms ease-out;
	
    transition: width 300ms ease-out, left 300ms ease-out, opacity 300ms ease-out;
	
}
.gallery_selection .thumbnail:hover .line{
    width: 100%;
	left: 0em;
	opacity: 1;
}
.gallery_selection .thumbnail .type{
	font-weight:300;
	text-transform: uppercase;
	float: left;
}
.gallery_selection .thumbnail .detail{
	font-style:italic;
	margin-left: 1em;
	margin-right: 0.25em;
	font-size: 100%;
	font-weight:200;
	float: left;
	opacity: 0;
    -webkit-transition: opacity 300ms ease-out;
    -o-transition: opacity 300ms ease-out;
    transition: opacity 300ms ease-out;
	display: none;
}
.gallery_selection .thumbnail:hover .detail{
	opacity: 1;
}


/* ********************************
		Error Pages
******************************** */
#error_container{
	width: 100%;
	height: 100vh;
	position:fixed;
	top: 0;
	left: 0;
	display:none;
	-ms-flex-line-pack:center;
	    align-content:center;
	-webkit-box-pack:center;
	    -ms-flex-pack:center;
	        justify-content:center;
	color: white;
	background:rgba(0,0,0,0.33);	
	z-index: 10;
}
#error_container.error{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
}
.error_page {
	width: 50em;
	height: 19em;
	background:rgba(0,0,0,0.85);
	padding: 3em;
	position: relative;
	margin: auto;
	display:none;
}
.error_page .fa-times{
	position: absolute;
	right: 1em;
	top: 0.8em;
	opacity: 0.6;
	font-size: 300%;
	cursor: pointer;
}
.error_page .error_icon{
	opacity: 0.6;
	font-size: 1400%;
	vertical-align: middle;
	margin-right: 0.2em;
	float: left;
	margin-bottom: 0.5em;
}
.error_page h4{
	font-size: 200%;
	margin-top: 0.2em;
}
.error_page p{
	font-size: 140%;
	margin-bottom: 2em;
}
.error_page a:link, .error_page a:visited, .error_page a:active{
	color: white;
}

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

	h1, h3 {
		font-size: 360%;	
	}
	p, #opening span, #opening .phone_no {
		font-size: 180%;	
	}
	#opening {
		padding-top: 3em;
	}
	#opening .phone_no{
		display: inline-block;
		margin-left: 1em;
		margin-top: 0;
	}

		
	#clients .client_logos{
		height: 13.5em;
		min-height: 13.5em;
	}
	#clients .client_logos .logo {
		height: 4em;
		width: 6.5em;
	}

	.gallery_selection .thumbnail {
		-ms-flex: 1 0 33.3333%;
		       -webkit-box-flex: 1;
		       flex: 1 0 33.3333%;
	}
	
	

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

	
	h1, h3 {
		font-size: 320%;	
	}
	p, #opening span, #opening .phone_no{
		font-weight: 200;
		font-size: 160%;	
	}
	span {
		font-weight: 300;
	}
	#landing_page > div {
		text-rendering: optimizeSpeed;
	}
	#opening {
		background-image: url(../images/medium/001_regina_construction_LP_80623.jpg);
	}

	#opening h3 div {
		margin: 0 0.5em;
	}
	#copyrights_stock .background{
		background-image: url(../images/medium/002_calgary_construction_IMG_4890.jpg);
	}
	#copyrights_stock #screen_cap{
		top: -50%;
	}
	#construction {
		background-image: url(../images/medium/003_calgary_construction_LP_73357.jpg);
	}

	#interiors {
		padding-left: 0;
	}

	.gallery_selection .thumbnail {
		height: 12em; 
	}
	.gallery_selection .thumbnail .line{
		width: 100%;
		left: 0em;
		opacity: 1;
	}
	#clients .client_logos{
		height: 11em;
		min-height: 11em;
		padding: 0 3em;	
	}
	
	#clients .client_logos .logo {
		height: 3em;
		width: 6em;
	}
	#error_container{
		font-size: 90%;
	}

}


@media only screen and (max-width: 1024px) {

	
	.gallery_selection .thumbnail .line,
	.gallery_selection .thumbnail .detail{
		-webkit-transition: none;
		-o-transition: none;
		transition: none;
		opacity: 1;
	}
	

}

/* Tablet Layout: 481px to 768px. Inherits styles from: Uberscreen Layout and Desktop Layout. */

@media only screen and (max-width : 960px ){

	h3 {
		font-size: 240%;	
	}
	#copyrights_stock {
		height: auto;
		padding-bottom: 2em;
		padding-top: 0em;
	}
	#copyrights_stock .flex_container{
		-ms-flex-direction:column;
		    -webkit-box-orient:vertical;
		    -webkit-box-direction:normal;
		    flex-direction:column;
				-ms-flex-pack:distribute;
				    justify-content:space-around;
	}
	#copyrights_stock .spacer{
		display: none;
	}
	#copyrights_stock .background {
		height: 25%;
		top: 25%;
	}	
	#copyrights_stock .caption{
		width: 100%;
		color: #333;
		text-shadow: none;
	}	
	#copyrights_stock .caption:not(.dark) h1, #copyrights_stock .caption:not(.dark) p {
		text-shadow: none;
	}
	#copyrights_stock #screen_cap{
		top: 0;
		left: 0;
		width: 66.66%;
		background-position: bottom;
		margin: 0 auto;
	}
	
	#copyrights_stock .screen_cap_container{
		width: 100%;
		height: auto;
	}
	#safety .flex_container > div {
		-ms-flex: 1 0 33.33%;
		    -webkit-box-flex: 1;
		    flex: 1 0 33.33%;
	}

	#vr{
		display:block;
		height: auto;
	}
	#vr > div{
		width: 100%;
	}
	#vr #vr_text{
		height: 25vh;
		min-height: 15em;
		border-left: none;
	}
	#vr #krpano_container{
		height: 50vh;
		min-height: 30em;
		border-right: none;
	}
	
	
	#interiors{
		background-position: 30% center;
	}
	
	
	#clients .client_logos{
		height: 9em;
		min-height: 9em;
	}
	#clients .client_logos  .logo {
		margin: 0.5em 1em;
	}
	#industrial {
		padding-right: 10%;
	}
	#video_production i{
		font-size:800%	
	}

	#footer .flex_container{
		max-width: 760px;
	}
	#footer .flex_container > div{
		-ms-flex: 1 0 50%;
		-webkit-box-flex: 1;
		    flex: 1 0 50%;
	}
	#footer .flex_container .social{
		-ms-flex-order: 1;
		-webkit-box-ordinal-group: 2;
		    order: 1;
	}
	.gallery_selection .thumbnail {
		-ms-flex: 1 0 50%;
		-webkit-box-flex: 1;
		    flex: 1 0 50%;
	}
	
	#error_container{
		font-size: 70%;
	}

}

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

	h1, h3 {
		font-size: 200%;
	}
	p, #opening span, #opening .phone_no {
		font-size: 120%;
	}
	span, #opening .e_mail a {
		font-size: 100%;
	}
	#landing_page, #opening h3, #copyrights_stock .flex_container,
	#copyrights_stock .caption, #safety .flex_container,
	#footer .flex_container, #footer .social li,
	.gallery_selection{
		display:block;
	}

	#opening h3 div {
		margin: 0 0.2em;
	}



	#opening {
		margin-bottom: 0;
    	padding-top: 1em;
		height: 36em;
	}
	#copyrights_stock {
		padding-top: 1em;
		padding-bottom: 1em;
	}
	#copyrights_stock #screen_cap{
		width: 90%;
		height: 21em;
	}
	
	#construction, #exteriors, #interiors,
	#industrial, #product, #agriculture{
    	padding-top: 0em;
		height: 24em;
	}
	#safety .flex_container > div {
		width: 22em;
		clear: both;
	}
	#safety .icon {
		margin: 0 2em 2em 0;
		float: left;
		width: 8em;
		height: 8em;

	}
	#safety .flex_container > div > span {
		float: left;
		text-align: left;
		margin-top: 1em;
		width: 6em;
	}
	#safety .icon span {
    	font-size: 300%;
	}
	#exteriors, #interiors, #product, #agriculture{
		width: 100%;
		border: none;
	}
	#product {
		padding-right: 50%;
	}
	#clients .client_logos {
		height: 8.5em;
		min-height: 8.5em;
		padding: 0;
	}
	#clients .client_logos .logo {
		margin: 0.25em 0.5em;
		height: 2em;
		width: 4em;
	}
	#industrial {
		padding-right: 0;
	}	
	#video_production i{
		font-size:300%	
	}
	#footer .social li {
		width: auto;
	}
	
	#footer .social a {
		margin-right: 0.75em;
	}
	#footer .social a:last-child {
		margin-right: 0em;
	}
	
	.gallery_selection .thumbnail{
		height: 9.375em;
		width: 100%;
	}
	#error_container{
		font-size: 30%;
	}

}
@media only screen and (max-width: 666px) and (min-width: 351px) and (orientation:landscape) {
	 
	.gallery_selection .thumbnail {
		width: 50%;

	}
	#exteriors, #interiors, #product, #agriculture {
		width: 50%;
		border-right: 5px solid white;
		float: left;
	}
	#interiors, #agriculture {
		border-right: none;
		border-left: 5px solid white;
	}
	#product {
		padding-right: 25%;
	}

	#clients, #industrial{
		clear: both;
	}	

}
