@charset "utf-8";
/* CSS Document */

body, div, h1, h2, h3, h4, h5, h6, p, img, img a, a img, form, fieldset, input, blockquote {
	margin: 0; padding: 0; border: 0;
}
/*removes outline in webkit*/
*:focus {outline: none;}

body {
	font-family: Arial, Helvetica, sans-serif;
	overflow: hidden;
	background-color: #000;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.xcp-editable {
	height: 42px;
	background-color: transparent;
	margin: 25px 0 -14px 241px;
	float: none;
	padding: 0;
}

.mainMenuWrapper {
	background-color: #000;
	width: 100%;
	max-width: 980px;
	height: 76px;
	overflow: hidden;
	position: absolute;

	-webkit-transition: top .5s;
	-moz-transition: top .5s;
	-o-transition: top .5s;
	-ms-transition: top .5s;
	transition: top .5s;
}

p.menuRight {
	height: 76px;
	line-height: 76px;
	float: right;
	font-size: 10px;
	text-transform: uppercase;
	color: #444;
}

p.menuRight a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0 28px;
	text-decoration: none;
	color: #444;
	-webkit-transition: color 1s;
	-moz-transition: color 1s;
	-o-transition: color 1s;
	-ms-transition: color 1s;
	transition: color 1s;
}

p.menuRight a:hover {
	color: #FFF;
}

.byrneLogo {
	background-image: url(images/byrne_group_logo.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 253px;
	height: 76px;
	float: left;
}

.byrneLogo a {
	display: block;
	width: 100%;
	height: 100%;
}

p.galleryTitle {
	text-transform: uppercase;
	font-size: 11px;
	color: #FFF;
	padding: 0 10px 0 29px;
	height: 76px;
	line-height: 76px;
	float: left;
	cursor: pointer;
	background-image: url(images/home_icon.png);
	background-position: 5px 28px;
	background-repeat: no-repeat;
}

p.galleryTitle:hover {
	background-position: 5px -48px;
}

p.galleryTitle span.grey {
	color: #767579;
	padding: 0 0 0 6px;
}

.subMenuArrow {
	width: 76px;
	height: 76px;
	background-image: url(images/sub_menu_arrow.png);
	background-repeat: no-repeat;
	background-position: 26px 32px;
	float: left;
	cursor: pointer;
}

.subMenuArrow:hover {
	background-position: 26px -26px;
}

.subMenuArrow.on {
	background-position: -32px 32px;
}

.subMenuArrow.on:hover {
	background-position: -32px -26px;
}

.subMenuWrapper {
	background-image: url(images/media_gallery_menu_bg.png);
	width: 100%;
	max-width: 980px;
	height: 0px;
	position: absolute;
	overflow: hidden;
	display: none;
	-webkit-transition: height .5s, top .5s;
	-moz-transition: height .5s, top .5s;
	-o-transition: height .5s, top .5s;
	-ms-transition: height .5s, top .5s;
	transition: height .5s, top .5s;
}

.subMenuInnerWrapper {
	max-width: 980px;
	width: 100%;
	margin: 0 auto;
}

.submenuSection {
	width: 326px;
	height: 105px;
	padding: 0 10px;
	margin: 18px 0 0;
	float: left;
	/*
	border-right: 1px solid #363636;
	border-right-color: rgba(255, 255, 255, 0.2);
	*/
}

.submenuSection.first {
	width: 266px;
}

.submenuSection.last {
	border-right: 0;
}

h2 {
	font-size: 14px;
	color: #FFF;
	font-weight: normal;
	margin: 0 0 15px 0;
}

p {
	font-size: 13px;
}

p a.tag {
	color: #444;
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: color .7s;
	-moz-transition: color .7s;
	-o-transition: color .7s;
	-ms-transition: color .7s;
	transition: color .7s;
}

p.tag {
	display: inline-block;
	padding: 0px 0px 0px 13px;
}

p.tag a {
	color: #444;
	cursor: pointer;
}

p a.tag.on {
	color: #FFF;
}

p a.tag:hover {
	color: #DDD;
	-webkit-transition: color 0s;
	-moz-transition: color 0s;
	-o-transition: color 0s;
	-ms-transition: color 0s;
	transition: color 0s;
}

ul.types {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.types li {
	float: left;
	width: 78px;
	padding: 54px 0 0;
	background-position: center 0px;
	background-repeat: no-repeat;
	cursor: pointer;
	font-size: 12px;
	color: #FFF;
	opacity: 0.25;
	text-align: center;
	-webkit-transition: color .7s, opacity .7s;
	-moz-transition: color .7s, opacity .7s;
	-o-transition: color .7s, opacity .7s;
	-ms-transition: color .7s, opacity .7s;
	transition: color .7s, opacity .7s;
}

ul.types li.on {
	opacity: 1;
}

ul.types li:hover {
	opacity: 0.75;
	-webkit-transition: color 0s, opacity 0s;
	-moz-transition: color 0s, opacity 0s;
	-o-transition: color 0s, opacity 0s;
	-ms-transition: color 0s, opacity 0s;
	transition: color 0s, opacity 0s;
}

ul.types li.all {
	background-image: url(images/type_all.png);
}

ul.types li.all.on {
	background-image: url(images/type_all_on.png);
}

ul.types li.photographs {
	background-image: url(images/type_photographs.png);
}

ul.types li.photographs.on {
	background-image: url(images/type_photographs_on.png);
}

ul.types li.videos {
	background-image: url(images/type_videos.png);
}

ul.types li.videos.on {
	background-image: url(images/type_videos_on.png);
}

ul.types li.publications {
	background-image: url(images/type_publications.png);
}

ul.types li.publications.on {
	background-image: url(images/type_publications_on.png);
}

h2.search {
	height: 51px;
	line-height: 51px;
}


input {
	display: block;
	height: 34px;
	float: none;
	line-height: 34px;
	padding: 0 35px 0 10px;
	width: 133px;
	margin: 0 auto 0 auto;
}

.projectFilterBox.search {
  width: auto;
  height: 49px;
  background-color: #666666;
  margin: 0px 0 0 0;
  padding: 11px 0 0 0;
}

.btn.search#searchDeleteBtn {
    width: 38px;
    height: 34px;
    float: right;
    margin: 0px 11px -38px 0;
    cursor: pointer;
    background-image: url(../../style/images/input_search_icon.png);
    background-position: center;
    background-color: #FFF;
    border: 0;
}

.btn.search#searchDeleteBtn:active {
	border-color: #AAA;
	box-shadow: inset 0px 0px 0px rgba(0,0,0,0.5);
}

.xcp-editable {
  	height: 72px;
  	background-color: #FFF;
  	margin: 0 0 0 0;
  	float: none;
  	padding: 29px 0 0 13px;
}


.imageWrapper {
	max-width: 1490px;
	overflow: hidden;
	position: relative;
	padding: 0 20px 0px 20px;
	margin: 0 auto 50px;
	background-color: #FFF;
/*	-moz-box-shadow: 7px 0px 20px rgba(0, 0, 0, 0.13);
	-webkit-box-shadow: 7px 0px 20px rgba(0, 0, 0, 0.13);
	box-shadow: 7px 0px 20px rgba(0, 0, 0, 0.13);*/
  	z-index: 1;
	-webkit-transition: padding-top .2s ease-out;
	-moz-transition   : padding-top .2s ease-out;
	-o-transition     : padding-top .2s ease-out;
	-ms-transition    : padding-top .2s ease-out;
	transition        : padding-top .2s ease-out;
}

.top_wrapper {
	position: relative;
    max-width: 1490px;
    margin: auto;
    padding: 0 20px;
}


.gallery_wrapper {
	position: relative;
	min-height: 300px;
}

.gallery_wrapper::before {
	content: "";
	position: absolute;
	width: 100px;
	height: 100px;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 0;
	right: 0;
	background-image: url(images/svg_red_loading_spinner.svg);
	background-repeat: no-repeat;
	background-position: center;
}

html.tablet .imageWrapper {
    /*width: 100% !important;*/
    margin-left: 0;
}


/*@media (max-width: 997px) {
	.imageWrapper {
		width: 50% !important;
	    margin-left: 0;
	    float: left;
	    position: relative;
	}
}*/




p.noImagesText {
	font-size: 14px;
	color: #999;
	position: absolute;
	padding: 0 0 0 20px;
	opacity: 0;
	-webkit-transition: opacity .2s;
	-moz-transition: opacity .2s;
	-o-transition: opacity .2s;
	-ms-transition: opacity .2s;
	transition: opacity .2s;
}

.thumbWrapper {
	width: 168px;
	height: 168px;
	overflow: hidden;
	position: absolute;
	background-image: url(images/svg_red_loading_spinner.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 70px;
	opacity: 0;
}

.thumbWrapper.visible {
	opacity: 1;
}

html.tablet .thumbWrapper.visible, html.mobile .thumbWrapper.visible {
	opacity: 1;
}

.thumbWrapper:hover::before {
    background-color: rgba(0,0,0,.6);
    -webkit-transition: background-color .2s;
    -moz-transition   : background-color .2s;
    -o-transition     : background-color .2s;
    -ms-transition    : background-color .2s;
    transition        : background-color .2s;
}

.thumbWrapper.added {
	opacity: 1 !important;
	cursor: pointer;

	-webkit-transition: -webkit-transform .2s ease-out, width .2s ease-out, height .2s ease-out, opacity .7s, box-shadow .2s;
	-moz-transition: -moz-transform .2s ease-out, width .2s ease-out, height .2s ease-out, opacity .7s, box-shadow .2s;
	-o-transition: -o-transform .2s ease-out, width .2s ease-out, height .2s ease-out, opacity .7s, box-shadow .2s;
	-ms-transition: -ms-transform .2s ease-out, width .2s ease-out, height .2s ease-out, opacity .7s, box-shadow .2s;
	transition: transform .2s ease-out, width .2s ease-out, height .2s ease-out, opacity .7s, box-shadow .2s;
}

.thumbWrapper.added:hover {
	-webkit-transition: -webkit-transform .2s ease-out, width .2s ease-out, height .2s ease-out, opacity .1s, box-shadow .2s;
	-moz-transition: -moz-transform .2s ease-out, width .2s ease-out, height .2s ease-out, opacity .1s, box-shadow .2s;
	-o-transition: -o-transform .2s ease-out, width .2s ease-out, height .2s ease-out, opacity .1s, box-shadow .2s;
	-ms-transition: -ms-transform .2s ease-out, width .2s ease-out, height .2s ease-out, opacity .1s, box-shadow .2s;
	transition: transform .2s ease-out, width .2s ease-out, height .2s ease-out, opacity .1s, box-shadow .2s;



}

.thumbWrapper img.loaded {
	-webkit-transition: width .2s ease-out, height .2s ease-out, margin .2s ease-out, opacity .5s ease-in-out;
	-moz-transition: width .2s ease-out, height .2s ease-out, margin .2s ease-out, opacity .5s ease-in-out;
	-o-transition: width .2s ease-out, height .2s ease-out, margin .2s ease-out, opacity .5s ease-in-out;
	-ms-transition: width .2s ease-out, height .2s ease-out, margin .2s ease-out, opacity .5s ease-in-out;
	transition: width .2s ease-out, height .2s ease-out, margin .2s ease-out, opacity .5s ease-in-out;
}

.thumbWrapper.inactive, .thumbWrapper.inactive:hover {
	opacity: 0;
	cursor: default;
}

.ui-slider-horizontal {
	width: 229px;
	height: 17px;
	background-color: transparent;
	background-image: url(images/slider_track.png);
	background-position: left top;
	border: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	float: right;
}

.ui-slider .ui-slider-handle {
	width: 21px;
	height: 25px;
	cursor: pointer;
}

.ui-slider-handle, .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	background-image: url(images/slider_handle.png);
	background-position: left top;
	background-color: transparent;
	border: 0;
}

.ui-slider-handle:hover {
	background-position: right top;
	border: 0;
	background-color: transparent;
}

.arrowWrapper {
	height: 0px;
}

.arrowLeft, .arrowRight {
	width: 90px;
	background-repeat: no-repeat;
	background-size: 60px;
	cursor: pointer;
	position: absolute;
	top: 30px;
    height: 100px !important;
	margin-top: 152px;
	z-index: 1;
	background-position: center;
	margin-left: 0 !important;
	right: 0;
    background-color: rgba(0,0,0,.8);
	-webkit-transition: opacity .5s, height .5s ease-out;
	-moz-transition   : opacity .5s, height .5s ease-out;
	-o-transition     : opacity .5s, height .5s ease-out;
	-ms-transition    : opacity .5s, height .5s ease-out;
	transition        : opacity .5s, height .5s ease-out;
}

.arrowLeft:hover, .arrowRight:hover {
	opacity: 0.6;
}

.arrowLeft {
	background-image: url(images/svg_icon_arrow_left.svg);
	/*margin-left: 233px;*/
	right: 120px;
}

.arrowRight {
	float: right;
	background-image: url(images/svg_icon_arrow_right.svg);
}

/*.arrowLeft {
	-webkit-transition: height .2s ease-out;
	-moz-transition   : height .2s ease-out;
	-o-transition     : height .2s ease-out;
	-ms-transition    : height .2s ease-out;
	transition        : height .2s ease-out;
}*/

.blackout {
	background-color: #000;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 10;
	display: none;
	cursor: pointer;
}

.closeBtn {
	position: fixed;
	opacity: 1 !important;
	cursor: pointer;
	width: 30px;
	height: 30px;
	background-image: url(images/svg_close.svg);
	background-repeat: no-repeat;
    background-size: 22px;
	background-position: center;
	z-index: 13;
	display: none;
	padding: 20px;
	background-color: #DF4F52;
}

.largeImageContainer {
	overflow: hidden;
	position: fixed;
	cursor: pointer;
	z-index: 12;
	display: none;
	border-style: solid;
	border-color: #414141;
	border-width: 1px 1px 0px 1px
}

.largeImageContainer.visible {
	/*
	-webkit-transition: -webkit-transform .2s ease-out, width .2s ease-out, height .2s ease-out, opacity .2s;
	-moz-transition: -moz-transform .2s ease-out, width .2s ease-out, height .2s ease-out, opacity .2s;
	-o-transition: -o-transform .2s ease-out, width .2s ease-out, height .2s ease-out, opacity .2s;
	-ms-transition: -ms-transform .2s ease-out, width .2s ease-out, height .2s ease-out, opacity .2s;
	transition: transform .2s ease-out, width .2s ease-out, height .2s ease-out, opacity .2s;
	*/
}

.largeImageContainer img {
	position: absolute;
	cursor: pointer;
	/*
	-webkit-transition: width .2s ease-out, height .2s ease-out, opacity .5s ease-in-out;
	-moz-transition: width .2s ease-out, height .2s ease-out, opacity .5s ease-in-out;
	-o-transition: width .2s ease-out, height .2s ease-out, opacity .5s ease-in-out;
	-ms-transition: width .2s ease-out, height .2s ease-out, opacity .5s ease-in-out;
	transition: width .2s ease-out, height .2s ease-out, opacity .5s ease-in-out;
	*/
}

.largeInfoWrapper {
	position: fixed;
	background-color: #fff;
	width: 490px;
	height: 80px;
	padding: 10px 5px 5px;
	z-index: 11;
	border-style: solid;
	/*border-color: #414141;*/
	/*border-width: 0px 1px 1px 1px*/
}

.largeInfoWrapper .companyLogo {
	width: 30px;
	height: 30px;
	border-style: solid;
	border-width: 1px;
	border-color: #333;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
	float: right;
	margin: 0 0 0 10px;
	-webkit-transition: border-color .7s;
	-moz-transition: border-color .7s;
	-o-transition: border-color .7s;
	-ms-transition: border-color .7s;
	transition: border-color .7s;
	display:none;
}

.largeInfoWrapper .companyLogo:hover {
	-webkit-transition: border-color 0s;
	-moz-transition: border-color 0s;
	-o-transition: border-color 0s;
	-ms-transition: border-color 0s;
	transition: border-color 0s;
	border-color: #FFF;
}

div.companyLogo.chorus {
	background-image: url(images/logo_chorus.png);
}

div.companyLogo.ellmer {
	background-image: url(images/logo_ellmer.png);
}

div.companyLogo.bros {
	background-image: url(images/logo_bros.png);
}

div.companyLogo.thorn {
	background-image: url(images/logo_thorn.png);
}

.largeInfoWrapper p.title {
	font-size: 12px;
	color: #222;
	text-transform: uppercase;
	padding: 0 0 5px;
}

.largeInfoWrapper p.tags {
	font-size: 11px;
	color: #222;
	text-decoration: none;
	font-style: italic;
	height: 20px;
	line-height: 20px;
}

.largeInfoWrapper .imageDescription {
	max-width: 700px;
}

.largeInfoWrapper .imageDescription p {
	font-size: 11px;
	color: #222;
	padding: 5px 0 0;
}

.largeImageLoader {
    background-color: transparent;
    color: #FFF;
    padding: 1px 3px 1px 18px;
    font-size: 10px;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    line-height: 16px;
    position: absolute;
    z-index: 9;
    background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0) 60%);
    background: -webkit-gradient(radial, center center, 0px, center center, 60%, color-stop(0%,rgba(0,0,0,0.4)), color-stop(60%,rgba(0,0,0,0)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0.4) 0%,rgba(0,0,0,0) 60%);
    background: -o-radial-gradient(center, ellipse cover, rgba(0,0,0,0.4) 0%,rgba(0,0,0,0) 60%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(0,0,0,0.4) 0%,rgba(0,0,0,0) 60%);
    background: radial-gradient(ellipse at center, rgba(0,0,0,0.4) 0%,rgba(0,0,0,0) 60%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9c000000', endColorstr='#00000000',GradientType=1 );
}

.largeImageLoader p {
	background-image: url(images/svg_red_loading_spinner.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 60px;
    color: #FFF;
	padding-top: 70px;
	position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.downloadBtn {
	margin: 0 5px 0 0;
	background-color: #111;
	border: 1px solid #666;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	float: left;
	-webkit-transition: background-color .2s;
	-moz-transition: background-color .2s;
	-o-transition: background-color .2s;
	-ms-transition: background-color .2s;
	transition: background-color .2s;
}

.downloadBtn a {
	padding: 5px 5px 5px 20px;
	height: 10px;
	line-height: 10px;
	font-size: 11px;
	text-transform: uppercase;
	display: block;
	text-decoration: none;
	background-image: url(images/download_icon.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	color: #CCC;
	-webkit-transition: color .2s;
	-moz-transition: color .2s;
	-o-transition: color .2s;
	-ms-transition: color .2s;
	transition: color .2s;
}

.downloadBtn:hover {
	background-color: #222;
}

.downloadBtn:hover a {
	color: #FFF;
}




ul.workTypes {
	list-style: none;
	padding: 0;
	margin: 0;
	background-image: none;
	padding: 0px;
	box-shadow: 0 0px 0px 0px #161616;
	min-width: 190px;
	height: auto;
	overflow: hidden;
}

ul.workTypes li {
	width: 100%;
	height: 37px;
	overflow: hidden;
	background-image: url(images/submenu_items.png);
	background-repeat: repeat-x;
	border-top: #DDDDDD solid 1px;
	margin: 0;
	cursor: pointer;
}

ul.workTypes li a {
	color: #5C5C5C;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 12px;
	line-height: 38px;
	margin: 0;
	text-transform: capitalize;
}

ul.workTypes li a.on {
	color: #000;
	font-weight: bold;
}

.filterHeader {
	background-color: #FFF;
	padding-top: 1px;
	border-top: 1px solid #CCC;
	height: 37px;
}

.filterHeader h3 {
	color: #000;
	font-size: 14px;
	text-transform: uppercase;
	margin: 0;
	padding: 0 0 7px 28px;
	font-family: 'futura-pt' , Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	line-height: 37px;
	font-weight: bold;
	height: 37px;
}

/* .largeInfoWrapper {
	position: fixed;
	background-color: #000;
	width: 490px;
	height: auto;
	min-height: 80px
	padding: 20px;
	z-index: 11;
	border-style: solid;
	border-color: #414141;
	border-width: 0px 1px 1px 1px;
} */
.largeInfoWrapper p.title {
	color: #222;
	padding: 10px;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'futura-pt', sans-serif;
}
.largeInfoWrapper p.tag a {
	opacity: .8;
	color: #222;
	font-size: 14px;
	font-weight: 700;
    font-style: italic;
	padding-right: 10px;
	font-family: 'futura-pt', sans-serif;
}

.largeInfoWrapper p.tags {
	font-size: 11px;
	color: #222;
	text-decoration: none;
	font-style: italic;
	height: 20px;
	line-height: 20px;
	padding-left: 14px;
}

.largeInfoWrapper p.tags:hover {
	color: #222;
	-webkit-transition: color 0s;
	-moz-transition: color 0s;
	-o-transition: color 0s;
	-ms-transition: color 0s;
	transition: color 0s;
}

div.workItemTitle {
	top: 137px;
	opacity: 0;
	color: #FFF;
	width: 100%;
	height: 93px;
	z-index: 100;
	/*display: none;*/
	padding: 0px 0;
	font-size: 10px;
	margin: 0 0 0 0;
	font-size: 13px;
	overflow: hidden;
	font-weight: bold;
	line-height: 160%;
	font-family: serif;
	text-align: center;
	position: absolute;
	text-transform: uppercase;
	box-shadow: 0 0px 0px #333;
	background-color: rgba(0,0,0,.5);
	transform: translateY(40px);
	transition: opacity .3s, transform .3s;
	background-image: url(../../style/images/work_item_bg.png);
	font-family: 'Open Sans' , Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

.thumbWrapper:hover div.workItemTitle {
	opacity: 1;
	transform: translateY(0px);
	transition: opacity .3s, transform .3s;
}

.workItemTitle p {
	color: #FFF;
	/*margin: 100px 0 5px 0;*/
    padding: 20px;
}
p.workItemTitle span{
	position: relative;
	top: 44%;
	font-size: 13px;
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;

	/*border-bottom: 1px solid #424242;
	border-top: 1px solid #414141;*/
	line-height: 40px;
	/*box-shadow: 0 1px 153px -2px #AFAEAE;*/
	width: 100%;
	text-shadow: 0 1px 1px #000;
}

.largeImageContainer .arrowRight {
    height: 97px;
    /*right: -16px;*/
    top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform    : translateY(-50%);
	transform        : translateY(-50%);
	background-size: 45px;
}

.content-title {
	max-width: 100%;
}

.largeImageContainer .arrowLeft {
    height: 97px;
    margin-left: 0;
   	/*left: -16px;*/
   	left: 0;
    top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform    : translateY(-50%);
	transform        : translateY(-50%);
	background-size: 45px;
}

html.tablet .xcp-editable, html.mobile .xcp-editable {
    height: 41px;
}

html.tablet #NAME, html.mobile #NAME {
	margin: 10px 0 10px 10px;
}

#NAME {
    margin: 10px 0 10px 10px;
}

#NAME h1 {
    padding: 10px 0 0 0;
    float: left;
}

#NAME .btn.all.casestudies {
    margin: 9px 0 0 0;
}

#NAME h1 {
    padding: 0 0 0 0;
    float: left;
}

@media (max-width: 817px) {

	.siteContentContainer, body.blog .siteContentContainer {
	    width: 70%;
	    padding-top: 1px;
	}

	.imageWrapper {
		width: 70% !important;
	    margin-left: 0;
	}
}

@media (max-width: 768px) {
	.imageWrapper {
	    width: 100% !important;
	    margin-left: 0;
	}

	.arrowRight, .arrowLeft {
		top: 60px;
		width: 50px !important;
		height: 50px !important;
		background-size: 60% !important;
	}

	.arrowLeft {
		right: 60px !important;
	}
}

@media (max-width: 668px) {
	.imageWrapper {
	    width: 100% !important;
	    margin-left: 0;
	}

	.arrowRight, .arrowLeft {
		top: 0px;
		width: 50px !important;
		height: 50px !important;
		background-size: 60% !important;
	}

	.largeImageContainer {
		/*max-width: 85% !important;*/
	}

	.closeBtn {
		left: unset !important;
		right: 0 !important;
	}
}