/*
brendandawes.com
Link color #FC521F
Text color #616161 
Code Examples background #E7EEE9

 */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, 
p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, 
img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, hr, 
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figure, figcaption, hgroup, 
menu, footer, header, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}

article, aside, canvas, figure, figure img, figcaption, hgroup,
footer, header, nav, section, audio, video {
	display: block;
}

@font-face {
    src: url('/assets/fonts/WarblerText-Regular.woff2') format("woff2"),
         url('/assets/fonts/WarblerText-Regular.woff') format("woff");
    font-family: 'Warbler Text Web';
    font-style: normal;
    font-weight: 400;
    }

@font-face {
    src: url('/assets/fonts/WarblerText-Italic.woff2') format("woff2"),
         url('/assets/fonts/WarblerText-Italic.woff') format("woff");
    font-family: 'Warbler Text Web';
    font-style: italic;
    font-weight: 400;
    }

@font-face {
    src: url('/assets/fonts/LabDJRBasic-Pixel.woff2') format("woff2"),
         url('/assets/fonts/LabDJRBasic-Pixel.woff') format("woff");
    font-family: 'Lab DJR Pixel';
    font-style: normal;
    font-weight: normal;
    }


	
body {
	-webkit-text-size-adjust: 100%; /* Stops Mobile Safari from auto-adjusting font-sizes - twat. */
	background-color: #f9f9f9;
	color: #080808;
	font-family: 'Warbler Text Web',sans-serif;
	font-size: 16px;
	font-style: normal;
    font-synthesis: none;
	line-height: 1.6em;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 0;
	width:97%;

}

.home-banner {

	width:100%;
	text-align:center;
	border-bottom: solid;
	border-bottom-width: 1px;
	border-bottom-color: #BEBEBE;
	padding-bottom:10px;
	margin-bottom:20px;
}

figure {
	grid-column: full;
}
figure {
	margin:0px;
	margin-bottom:10px;
	padding:0px;
	text-align: center;
	overflow:hidden;
	
}

figure img {

	width:100%;

}
.small-caps {

	font-style: normal;
	font-variant:small-caps;
	letter-spacing: 0.1em;
}
.introtext {
	color: #616161;
	padding-top:0px;
	padding-left:20px;
	padding-bottom:20px;
	padding-right:20px;
	background-color:#f9f9f9
}

.introtext p:first-child{

	font-variant:small-caps;
	font-size: 20px;
	line-height:30px;

}

.introtext a:link {
	color:#FC521F;
}

.introtext a:visited {
	color:#FC521F;
}


.grid-layout {
	display: grid;
	grid-auto-flow: dense;
	grid-auto-rows: minmax(60px, 60px);
	grid-gap: 10px;
	grid-template-columns: repeat(auto-fill, minmax(60px, 1fr));
	justify-content: center;	
	padding: 10px;
	  margin-left: auto;
		  margin-right: auto;
}

.grid-item {
	border-radius: 0;
	color: #929796;
	padding: 0px;
	word-wrap: break-word;
}

.span-2 {
	grid-column-end: span 3;
	grid-row-end: span 3;
}

.span-3 {
	grid-column-end: span 6;
	grid-row-end: span 6;
}

.span-4 {
	grid-column-end: span 9;
	grid-row-end: span 9;
}

.span-6x9 {
	grid-column-end: span 6;
	grid-row-end: span 9;

}
.span-6xintro {
	grid-column-end: span 6;
	grid-row-end: span 9;

}
.span-6x12 {
	grid-column-end: span 6;
	grid-row-end: span 12;
}
.span-6x15 {
	grid-column-end: span 6;
	grid-row-end: span 15;
}

.span-12x9 {
	grid-column-end: span 12;
	grid-row-end: span 9;

}

.span-14x9 {
	grid-column-end: span 15;
	grid-row-end: span 9;

}

.span-9x6 {
	grid-column-end: span 9;
	grid-row-end: span 6;

}

.event-info {
	width:100%;


}
.event-info::after{
    content: "\a";
    white-space: pre;
}

.event-date{

	font-family: 'Lab DJR Pixel',sans-serif;
	font-size:12px;

}

.event-description {

	font-size:18px;
	overflow: clip;
	overflow-clip-margin: 20px;
}
.event-description a {

	-moz-hyphens: none;
	-ms-hyphens: none;
	-webkit-hyphens: none;
	hyphens: none;
	-webkit-hyphens:manual;
	-moz-hyphens:manual;
	hyphens:manual;

}
.event-description a:link {
	color: #ffffff;
}

.event-description a:visited {

	-moz-hyphens: none;
	-ms-hyphens: none;
	-webkit-hyphens: none;
	hyphens: none;
	-webkit-hyphens:manual;
	-moz-hyphens:manual;
	hyphens:manual;
	color: #ffffff;

}


pre {
	margin-bottom:20px;
	font-family: monospace;
}
pre code {
	background-color: #E7EEE9;
	border: 1px solid #999;
	display: block;
	padding: 20px;
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: pre-wrap;       /* css-3 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
}
/*
---------------------------------------------------
Links
---------------------------------------------------
 */
p a {
	/* These are technically the same, but use both */
	overflow-wrap: break-word;
	word-wrap: break-word;

	-ms-word-break: break-all;
	/* Instead use this non-standard one: */
	word-break: break-word;

	/* Adds a hyphen where the word breaks, if supported (No Blink) */
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}

.promo-text a {

	-moz-hyphens: none;
	-ms-hyphens: none;
	-webkit-hyphens: none;
	hyphens: none;
	-webkit-hyphens:manual;
	-moz-hyphens:manual;
	hyphens:manual;

}
.promo-text a:visited {

	-moz-hyphens: none;
	-ms-hyphens: none;
	-webkit-hyphens: none;
	hyphens: none;
	-webkit-hyphens:manual;
	-moz-hyphens:manual;
	hyphens:manual;

}

a img {
	border: 0;
	line-height: 0px;
	margin:0;
	padding:0;
	text-decoration: none; 
}

a:link, a:visited {
	border-bottom-style: none;
	border-bottom-width: 0;
	color: #FC521F;
	text-decoration: none;
}

a:hover {
	color:black;
}

p {
	margin-bottom: 20px;
}


h1 {
	color: #434343;
	font-size: 40px;
	font-weight:normal;
	line-height: 40px;
	margin-bottom: 20px;		
	text-align: left;
	text-transform: capitalize;
}

h2 {
	text-transform: capitalize;
	font-size: 32px;
	line-height: 60px;

}

h3 {
	font-weight: normal;
	color: #3f3f3f;
	text-align: left;
	margin-bottom: 20px;
}

h1 a:link {
	color: #4c4c4c;
}

h1 a:visited {
	color: #4c4c4c;
}

h4 {
	text-transform: capitalize;
	text-align: left;
	font-size: 14px;
	line-height: 20px;
	font-style: normal;
	font-weight: normal;
	margin-bottom: 20px;
	float:none;
	display:block;
}

h5 {
	font-size: 16px;
	line-height: 20px;
	font-style: normal;
	font-weight: 400;
	margin-bottom: 20px;

}

/*
----------------------------------------------------
Lists
----------------------------------------------------
 */

ul {

	float:left;
	list-style-type: none;
	width:100%;
	margin-bottom: 20px;

}

li em {

	font-style: normal;
	font-variant:small-caps;
	letter-spacing: 0.1em;

}

/*
----------------------------------------------------
Blockquote
----------------------------------------------------
 */

blockquote {

	padding:10px;
	font-variant: small-caps;
	letter-spacing: 0.1em;

}

hr {

	border: 0;
	clear:both;
	display:block;
	width: 100%;                
	background-color:#90958C;
	height: 1px;
	padding:0;
	margin: 0;
	margin-bottom: 18px;

}

/*
----------------------------------------------------
Header
----------------------------------------------------
 */

header {
	height:58px;
	padding:0;
	margin:0;
	margin-bottom: 20px;
	margin-top:20px;
	font-style: normal;
	line-height: 20px;
	width:100%;
	text-align: center;
	border-bottom: solid;
	border-bottom-width: 2px;
	border-bottom-color: #FC521F;
}

#logo-type {
	margin:0;
	color:#000000;
	text-align: center;
	line-height: 30px;
	font-size:20px;
	font-variant:small-caps;
	letter-spacing: 0.1em;
}

#strap-line {
	margin:0;
	text-align: center;
	font-size: 12px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	line-height: 20px;
}

header a:link {

	color: #000000;

}

header h1 a:hover {

	color: #FC521F;

}

header a:visited {

	color: #000000;

}




.pagination {
	padding: 0;
	margin-top: 25px;
	line-height: 20px;
	margin-bottom: 20px;
}


.promo-text {
	color:#FFFFFF;
	font-size:60px;
	font-variant: small-caps;
	padding:0;
	margin:0;
	background-image: url(/assets/images/overlay05.png);
	background-repeat: repeat;
	line-height:56px;
	width:100%;
	height:100%;
	overflow:hidden;
	-moz-hyphens: none;
	-ms-hyphens: none;
	-webkit-hyphens: none;
	hyphens: none;

}
.promo-text-no-overlay {
	color:#F9F9F9;
	font-size:60px;
	padding:20px;
	margin:20px;
	text-transform:uppercase;
	line-height:56px;
	width:90%;
	height:100%;
	overflow:hidden;
	-moz-hyphens: none;
	-ms-hyphens: none;
	-webkit-hyphens: none;
	hyphens: none;
	-webkit-hyphens:manual;
	-moz-hyphens:manual;
	hyphens:manual;

}

.drop-text {
	color:#F9F9F9;
	font-size:40px;
	padding:0;
	margin:0;
	text-transform:capitalize;
	background-image: url(/assets/images/overlay06.png);
	background-repeat: repeat;
	line-height:36px;
	width:100%;
	height:100%;
	overflow:hidden;
	-moz-hyphens: none;
	-ms-hyphens: none;
	-webkit-hyphens: none;
	hyphens: none;

}

.strikethru {

	text-decoration:line-through;


}

.drop-text-smaller {
	font-size:14px;
	line-height: 16px;


}
.drop-text a:link {

	color: #FFFFFF;

	text-transform: uppercase;


}
.drop-text a:visited{

	color: #ffffff;

}
.drop-text a:hover {

	color: #fc521f;

}

.promo-text a:link {

	color: inherit;


}

.promo-text a:hover {

	color: #FC521F;

}

.promo-text a:visited{

	color: inherit;

}

.promo-text p {

	margin: 20px;
}
.drop-text-padding  {

	padding: 20px;
}


.small-icon {

	font-size: 0.7em;
}










#video-container .callout {

	background: #3BD3FF;
	padding:20px;
	width:560px;
	height:158px;
	overflow: hidden;
	padding-top:22px;


}

#video-container blockquote p {

	color: #ffffff;
	width:95%;
	font-size: 36px;
	font-family: "motor-stencil",sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 40px;
	margin-bottom:0;
	margin-top:4px;
	padding:0;



}

#video-container blockquote p a:visited {

	color:#ffffff;
}

#video-container blockquote p a:link {

	color:#ffffff;
}



.item-title h3 {

	margin-bottom: 0;
}



.indent {
	clear: both;
	margin-left: 20px;
}










/*
----------------------------------------------------
HTML5 Video
----------------------------------------------------
 */

video {

	margin-bottom:20px;
	max-width: 100%;
	height: auto;


}

#video-container {
	position: absolute;
}
#video-container {
	top:0%;
	left:0%;
	height:100%;
	width:100%;
	overflow: hidden;
	margin:0;
	padding:0;
}

/*
----------------------------------------------------
Layout
----------------------------------------------------
 */

#dawesome-signup {
	border-top-style: dashed;
	border-top-width: 1px;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	padding-top: 20px;
}

.transparent {
	zoom: 1;
	filter: alpha(opacity=90);
	opacity: 0.9;
}





#container {

	margin-top: 0;
	padding:0;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width:100%;

}

#header {

	margin-bottom: 20px;

}


#filter-menu {

	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
	margin-top:20px;

}

#filter-menu ul li {

	text-align: center;


}

.info {

	width: 400px;
	height: 400px;
	background: #f9f9f9;
	margin:0;
	text-align: left;
	padding: 0;
	padding-top:0;

}

.dawes {
	width:400px;
	height:auto;
	background-image: url(/assets/images/brendandawes-photo-by-claire.jpg);
	background-repeat: no-repeat;
	background-color: #646464;

}


.text-insert {
	margin: 0;
	padding:20px;
	line-height: 20px;
	text-align: left;
	color: #ffffff;
	background-color: #3D4045;
}

.text-insert p {

	margin-top:2px;
}

.text-insert a:hover {

	color:#FC4230;

}



.dark-background {

	background-color: #0F0D08;
}

.red-background {

	background-color: #ED4A00;
}


.small, small {

	font-size: 14px;
	line-height: 20px;

}

.padding-left-right {

	padding-left:20px;
	padding-right: 20px;

}



.excerpt {

	color: #3f3f3f;
	text-align: left;



}

.excerpt p {
	font-size: 14px;
}

#project-footer {


	width:100%;
	clear: both;
	padding-top:20px

}

.project-banner{

	font-style: normal;
	font-weight: normal;

}


.project-listing-item {

	white-space: nowrap;
	line-height:2em;
	width:100%;
	border-style: solid;
	border-bottom: 1px solid #000000;
}

.project-listing-item a {

	font-variant:small-caps;
	letter-spacing: 0.1em;

}

.project-listing-item a:link {

}

.project-listing-item a:visited {


}

.project-listing-item a:hover {

	color:#fff;
	background-color: #000;

}


.project-excerpt {

	visibility: hidden;

	display: none;

	font-size: 12px;

	font-style: normal;

	background-color: #fff;

}

.featured {

	width:620px;
	height:400px;
	margin-bottom: 20px;
	bottom:0;

}




.detail {

	float: left;
	width: 200px;
	height:200px;
	margin:0;
	height:auto;


}

.height100 {

	height:188px;
}

.height200 {

	height: 388px;
}

.banner {

	font-size: 18px;
	font-weight:bold;
	padding: 12px;
	visibility: hidden;

}

.images-border {

	box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	width: 200px; height: 200px; 
	border: 0.5px solid #F9F9F9; 
	background: #F9F9F9; 
	margin: 0;
}

/*
----------------------------------------------------
Item
----------------------------------------------------
 */

.item {

	width: 150px;
	height:200px;
	float: left;
	background-color: none;
	text-align: left;
	margin:0;
	cursor:pointer;

}


.item-title {

	font-style: normal;
	margin: 0;
	padding: 0;
	line-height: 20px;
	text-align: left;
	text-transform: capitalize;
	margin-bottom: 20px;

}



.item-excerpt {

	font-style:italic;

}
.item-blue {
	background: yellow;
}

.item-title a {
	color:#000;
}

.item-title a:hover{
	color: #FC521F;
}

.default-background {
	background-color: #f9f9f9;
}

.lily-white-background {
	background-color: #EBEBEB;
}

.white-background {
	background-color: #ffffff;
	display:block;
}

.margin-top-20 {
	margin-top:20px;
}

.epoch {
	visibility: hidden;
	display: none;
}


.item-height-100-percent{
	height:100%;

}

.item-opacity-05 {

	background-color:rgba(255,255,255,0.5);

}

.no-color a {

	color:#000;
}

/*
----------------------------------------------------
Events
----------------------------------------------------
 */

.event {

	width: 200px;
	height: 200px;
	background-color: #ffffff;
	padding: 0;
	position:relative;


}

.event-details {

	margin-top: 40px;
	padding:5px;
	padding-bottom:0;

}

.event h4 {

	margin: 0;
	padding: 5px;
	font-size: 12px;
	line-height: 20px;
	text-align: left;
	text-transform: capitalize;

}

.event-bottom {
	position: absolute;
	bottom:-5px;
	font-size: 0.9em;
	color:gray;

}

.event p {

	margin-bottom:20px;
}

.event-today {

	background-color: #80e3ff;

}

.event-next-seven-days {

	background-color: #80e3ff;

}

.event-seven-days {


	box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	width: 200px; height: 200px; 
	border: 2px solid #50a7c8; 
	margin: 0;

}

.event-next-thirty-days {

	background-color: #3BD3FF;

}

.blog-item-background {

	background-color: #EDEDE0;
}

/*
----------------------------------------------------
Filters
----------------------------------------------------
 */



.filters a:hover{

	color: black;
}

.filters li {
	text-transform: uppercase;

}

/*
----------------------------------------------------
Selected
----------------------------------------------------
 */

.selected {

	text-decoration: line-through;

}

.selected a:link  {

	color:#50a7c8;

}

.selected a:visited  {

	color:#50a7c8;

}

.selected a:hover  {

	color:#50a7c8;

}

.selected a:active  {

	color:#50a7c8;

}



/*
----------------------------------------------------
Footer
----------------------------------------------------
 */

.page-footer {

	display: block;
	clear: both;
	text-align: center;
	margin-top:20px;
	padding-top:20px;
	width:100%;
	border-top: solid;
	border-top-width: 2px;
	border-top-color: #FC521F;

}



.page-footer a:link {

	color: #999999;

}

.page-footer a:visited {

	color: #999999;

}

.page-footer a:hover {

	color: #FC521F;

}

.page-footer ul {

	list-style-type: none;
	width:100%;

}

.page-footer ul li {

	display: inline;
	margin-right:10px;
}

/*
----------------------------------------------------
Blog
----------------------------------------------------
 */

figcaption {

	margin-bottom: 20px;
	margin-top:20px;
	font-style: italic;
	text-align: center;
}

#blog-container {
	background-color: #ffffff;
	margin-top: 0;
	padding:0;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width:640px;


}



#blog-container p {



}

#blog-container h4 {


	text-transform: none;
	font-size: 1.2em;
	line-height: 20px;
	margin-bottom:20px;


}

#blog-container h3 a:link{

	color: #434343;

}

#blog-container h3 a:visited{

	color: #434343;

}

#blog-masthead {

	text-align: center;
}

.blog p em {

	padding: 0;
	display:inline;


}

.blog p {
}

.blog img {

	margin-bottom: 20px
}

.tagcloud {

	width:100%;
	padding-right: 20px;
	padding-left: 20px;


}

.tagcloud ul {

	width:100%;
	float:left;

}
.tagcloud  li {
	float:left;
	padding:0;
	padding-right: 20px;
	text-transform: capitalize;


}

.blog-right {

	width:200px;
	float:left;



}

.blog-left {

	width:440px;
	float:right;



}



.blog iframe {

	margin-bottom: 20px;

}


.active {

	font-weight: bold;

}

.article-width {

	width:680px;
	padding: 10px;


}

.article-background {

	text-align: left;
	background: white;

}



/*
----------------------------------------------------
Gallery
----------------------------------------------------
 */

#gallery-container {

	margin-left:200px;
}



.gallery {

	padding: 0;
	width:200px;
	margin:0;
	height:auto;
	margin-bottom:-6px;




}

.gallery img {

	padding:0;
	margin: 0;


}

.gallery-info {

	background: #f9f9f9;
	padding: 5px;
	padding-right: 20px;
	text-align: left;
	margin-right: 0;
}

.gallery-info-width {

	width:385px;

}


.width620 {

	width: 620px;
}

.width2 {

	width:360px;

}

.width1 {

	width:180px;

}


.speaking {

	padding:5px;

}


#listing ul {

	list-style-type: none;
	width:100%;
	padding-left: 20px;
	padding-right: 20px;

}

.callout {
	color: #999999;
}



.slideshow {

	margin-bottom: 20px;

}

.colophon {


}

.colophon img {
	width:16px;
	height:16px;
}

.share {

	font-size: 1.5em;

}

.share li {

	margin-right:20px;
	background:none;
	background-color: #F7F7F7;
}

.share svg {
	height:16px;
}

#Icon {
	fill: #616161!important;
}
#Icon:hover {
	fill: #FC521F!important;
}

/*
----------------------------------------------------	
Related	
----------------------------------------------------
 */

#tweets {
	padding-right: 0;
	padding-left: 0;
	padding-top: 0;
	width:100%;




}



#tweets ul {
	float:none;
	width:100%;
	margin-bottom: 20px;


}

#coverage {

	padding-top: 0;
	width:100%;



}



#coverage ul {
	float:none;
	width:100%;
	margin-bottom: 20px;


}

#coverage ul blockquote {

	padding-bottom: 0;
	padding-top: 0;
}

#project-colophon {

	padding-top: 0;
	width:100%;
	font-family: 'Lab DJR Pixel',sans-serif;
	font-style:normal;
	font-size: 12px;
	color: #808080;



}
#project-colophon a:link { 
	color: #808080; 
	text-decoration: underline;
}
#project-colophon a:visited { 
	color: #808080; 
}
#project-colophon a:hover { 
	color: #808080; 
}
#project-colophon a:active { 
	color: #808080; 
}

#data-table {

  width: 100%;
	font-style:normal;
}




#project-colophon ul {
	float:none;
	width:100%;
	margin-bottom: 20px;


}
#project-colophon ul li {
}

#project-colophon ul blockquote {

	padding-bottom: 0;
	padding-top: 0;
}

#related {

	display: block;
	padding-top: 0;
	width:100%;





}

#related ul {
	float:none;
	width:100%;
	margin-bottom: 20px;
	margin-left:20px;


}

/*
taken from https://codepen.io/bradfrost/pen/evwgx
 */

.list li {

	display: table;
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 20px;
}
.inner {
	display: table-row;
	overflow: hidden;
}
.li-img {
	display: table-cell;
	vertical-align: middle;
	width: 30%;
	padding-right: 1em;
}
.li-img img {
	display: block;
	width: 100%;
	height: auto;
}
.li-text {
	display: table-cell;
	vertical-align: middle;
	width: 70%;
	padding-right: 20px;
}
.li-head {
	margin: 0;
}
.li-sub {
	margin: 0;

}








/*
----------------------------------------------------	
Mobile layout	
----------------------------------------------------
 */

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

	.mspacing {
	
		margin-bottom:20px;

	
	
	}


	.span-2 {
		grid-column-end: span 6;
		grid-row-end: span 4;
	}

	.span-3 {
		grid-column-end: span 6;
		grid-row-end: span 4;
	}

	.span-4 {
		grid-column-end: span 6;
		grid-row-end: span 4;
	}
	.span-12x9 {
		grid-column-end: span 6;
		grid-row-end: span 4;
	}
	.span-6x9 {
		grid-column-end: span 6;
		grid-row-end: span 4;

	}
.span-6xintro {
	grid-column-end: span 6;
	grid-row-end: span 13;

}
	.span-9x6 {
		grid-column-end: span 6;
		grid-row-end: span 4;

	}
	.span-6x12 {
		grid-column-end: span 6;
		grid-row-end: span 20;

	}
	.span-6x15 {
		grid-column-end: span 6;
		grid-row-end: span 24;

	}
.span-14x9 {
	grid-column-end: span 6;
	grid-row-end: span 4;

}
}

@media only screen and (max-width : 736px) {
.drop-text {
	font-size:30px;
	line-height:28px;;

}
	body {

		width: 94%;
		padding:0;
		font-size: 1em;
		line-height: 24px;
		margin:10px;
		background-position: 10px 0px;
	}

	.introtext p {
		padding-left: 0;
		padding-right: 0;
	}

	p {
		padding-left:10px;
		padding-right:10px;
	}

	blockquote {


	}

	.mobile-center {

		text-align: center;
	}

	.info {

		width: 100%;
		height:700px;
		padding: 0;
		font-size: 12px;

	}

	.text-insert {

		padding:10px;
		color:#fff;
		font-style: normal;
	}


	#filter-menu {

		text-align: center;
		margin-left: auto;
		margin-right:auto;
		font-size:14px;
		margin-top:20px;

	}

	.item {

		width:100%;
		overflow:auto;



	}

	.item p {

		padding-left: 0;
		padding-right: 0;
	}





	.detail {
		margin-left: auto;
		margin-right: auto;
		width:100%;
		float: center;
		display: block;
		clear: both;
	}

	#gallery-container {

		margin-left:0;
	}

	.gallery {
		margin-bottom:20px;
		margin-left: auto;
		margin-right: auto;


	}

	.images-border {

		box-sizing: none;
		-moz-box-sizing: none;
		-webkit-box-sizing: none;
		width: 100%; height: 100%; 
		border: none;
		background: transparent;
		margin: 0;
	}

	.gallery img {


	}

	.gallery-info {

		padding: 0;
		margin-right: 0;

	}

	.gallery-info-width {

		width:98%;

	}

	.video iframe {

		margin:0;
		padding:0;

	}




	ul {

		list-style-type: none;
		width:100%;
		margin-bottom: 20px;


	}

	li {

	
	
	
	}

	.page-footer {

		width:100%;
		text-align: center;
		margin-top:20px;
		font-size: 1em;

	}

	.page-footer ul {

		margin-top:20px;
	}

	.page-footer ul li {

		margin-right:5px;
	}



	.img-list {
		text-align: left;
	}

	#filter-menu ul li {

		font-size: 14px;

	}

	img {
		max-width:100% !important;
		height:auto;
		text-align: center;
	}

	#blog-container {


		width:100%;
		margin-top:20px;

	}




	#blog-container p {

		padding-left:10px;
		padding-right:10px;

	}

	#blog-container h3 {

		text-align: center;
		width:100%;

	}

	#blog-container .excerpt {

		text-align: center;
		width:100%;

	}

	#blog-container h4 {


		font-size: 1em;
		padding-bottom:4px;
		width:100%;
		text-align: center;


	}

	h3 {
		text-align: center;
		font-size:18px;
		font-style: normal;
	}

	.tagcloud {

		font-size: 14px;
		width:100%;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		margin-bottom:20px;


	}

	.tagcloud ul {

		width:100%;
		text-align: center;

	}
	.tagcloud  li {
		float:left;
		padding:0;
		padding-right: 20px;
		text-transform: capitalize;


	}

	.height100 {

		height:240px;
	}

	.mobile {

		width: 100%;
		height: 320px;
		background: #f9f9f9;
		margin:0;
		text-align: left;
		padding: 0;

	}


	#mc_embed_signup{
		background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif;  width:300px;
	}

	#mc_embed_subscribe{
		width:100px;
	}

	.article-center {
		width:100%;
		text-align: center;


	}


	.article-width {

		width:100%;
		padding:0;

	}


	h4 {


		font-size: 20px;
		line-height: 20px;
		text-align: center;



	}

	h1 {

		margin-top:20px;
		text-align: center;
	}



	#related {
		display: block;
		padding-right: 5px;
		padding-left: 5px;
		padding-top: 0;
		width:98%;

	}

	#related ul {

		padding-left:0;
		padding-right: 0;
		margin-left:0;


	}



	#related h4 {

		text-align: left;

	}

	#related p {

		padding-left: 0;
		padding-right: 0;

	}

	#video-container h3 {

		margin-top:0;
		width:100%;

	}



	.item-title h3 {
		font-size: 14px;
		line-height: 20px;

	}



	#video-container .callout {

		background:  #3BD3FF;
		margin: 0;
		padding-left:0;
		width:100%;


	}

	#video-container blockquote p {

		color: #ffffff;
		width:100%;
		text-indent:0em;
		font-size: 16px;
		line-height: 20px;
		font-style: normal;
		padding:2px;
		padding-top:6px;
		margin-top: 2px;

	}

	#video-container blockquote p a:visited {

		color:#ffffff;
	}

	#video-container blockquote p a:link {

		color:#ffffff;
	}

	#video-container {
		visibility: hidden;
	}

	.video-container {
		width:100%;
		position: relative;
		padding-bottom: 56.25%;
		padding-top: 20px; height: 0; 
		overflow: hidden;
		margin-bottom: 20px;
	}

	.video-container iframe,
	.video-container object,
	.video-container embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}


	iframe {
		width:100%;
		display:block;
	}

	.e-content iframe {
		width:100%;
		height: 620px;
	}

	figcaption {


		font-size:12px;

	}

	.project-listing-item {

		font-size: 1em;
		line-height: 1em;
		white-space:normal;
		width:100%;
	}


	.project-listing-item a:hover {

		background-color: #000;

	}

	.promo-text {

		color:#fff;
		font-style: normal;
		font-weight: 400;
		font-size:1.5em;
		line-height: 1em;
		background-image: none;


	}

	#strap-line {
		margin:0;
		font-size: 9px;
		text-transform: uppercase;
		letter-spacing: 0.5em;
		text-align: center;
		line-height: 20px;
	}


}
