.back_img {
	background-repeat: no-repeat;
	background-position:top center;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:-100;
	background-color: #D3D3D3;
}

/* ----------- no image background ----------- */
.back_img {
	background-color: #e8e8e8 !important; /*no image background*/
	background-image: none !important; /*no image background*/
}

.title_color {
	background-color: #D3D3D3 !important; /*no image background*/
}

.project_images p {
	color: #4e4e4e !important; /*no image background*/
}

.project_text p {
	color: #4e4e4e !important; /*no image background*/
}

h6{
	opacity: 1 !important; /*no image background*/
}

.footer_pages {
	color: #4e4e4e !important; /*no image background*/
}

a {
	color: #4e4e4e !important; /*no image background*/
	text-decoration: underline !important; /*no image background*/
}

.footer_pages a {
	text-decoration: none !important; /*no image background*/
}

/* ----------- PAGES ----------- */


/* ---------------------- MASONRY ---------------------- */

/* ---- grid ---- */

.grid {
  max-width: 1000px;
}

/* clearfix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- grid-item ---- */

.grid-sizer,
.grid-item {
  width: 5%;
}

.grid-item {
  float: left;
  /*
  background: #D26;
  border: 1px solid #333;
  */

  -webkit-clip-path: inset(6px 6px 6px 6px);
  clip-path: inset(6px 6px 6px 6px);

}

.grid-item img{
	width:100%

}

.giW4 { width: 40%	!important; }
.giW5 { width: 50% !important; }
.giW6 { width: 60% !important; }
.giW10 { width: 100% !important; }

.giH3 { height: 0; padding-bottom:30% !important; }
.giH6 { height: 0; padding-bottom:60% !important; }

/*--*/

.giH2 { height: 0; padding-bottom:20% !important; }
.giH5 { height: 0; padding-bottom:50% !important; }



/* ---------------------------------------------------- */


.project_text {
	position: fixed;
	top:193px;
	bottom:0;
	left:1.5%;
	width:15%;
	height: auto;
	max-width: 600px;
	min-width: 270px;
	margin:0;
	overflow-y: scroll;
    	overflow-x: auto;
}

.project_text p {
	margin-top:20;
	font-weight: 300;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0.5px;
	color: #FFFFFF;
}

.p_small {
	font-size: 12px;
	font-style: italic;
	opacity: 0.7;
}

h5 {
	font-weight: 300;
	font-size: 42px;
	letter-spacing: 1.5px;
	color: #FF6749;
	margin:0;
}

h6 {
	font-weight: 400;
	font-size: 16px;
	letter-spacing: 1.5px;
	color: #FF6749;
	opacity: 0.7;
	margin: 20px 0;
}

h7 {
	font-weight: 300;
	font-size: 12px;
	color: #FF6749;
	opacity: 0.7;
	font-style: italic;
	margin: 20px 0;
}

h6_sub {
	padding-left: 5px;
	font-weight: 400;
	letter-spacing: 1.5px;
	color: #FF6749;
}

.project_images{
	width:100%;
	margin: 35px auto;

}

.project_images p{
	font-weight: 300;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0.5px;
	color: #FFFFFF;
	margin: 20px 5px;
}

/*
.project_images img{
	margin: 5px;
	width:48.2%;
}



/*
.project_singles img{
	width:calc(96.4% + 14px);
}
*/

#imagelightbox
{
    position: fixed;
    z-index: 9999;

    -ms-touch-action: none;
    touch-action: none;
}

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% - 12px);
	height: calc(100% - 12px);
	margin: 6px;
}




/* ----------- ABOUT ----------- */

.about_text {
	position: relative;
	display: inline-block;
	margin: 6px;
	width:55%;
	height: auto;
	vertical-align:top;
}

.about_text p{
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 0.5px;
	color: #535353;
}

.about_text img{
	margin: 4px;
	opacity:1;
}

.profile_pict {
	position: fixed;
	display: inline-block;
	height: auto;
	vertical-align:top;
}

.profile_pict img{
	width:165px;
	height: auto;
	margin: 73px 0 0 -200px;
}

.about_text img:hover{
	opacity:0.7;
}

.news_text {
	position: relative;
	display: inline-block;
	margin: 6px;
	width:40%;
	height: auto;
	color: #535353;
	vertical-align:top;
}

.news_text ul{
	font-weight: 400;
	font-size: 12px;
	letter-spacing: 0.5px;
	color: #535353;
	list-style-position: outside;
    padding-left:20px;

}

.news_text a{
	text-decoration:none;
	color: #f6f6f6;
}

/* ----------- FOOTER ----------- */

.footer_pages {
	width:100%;
	height: 50px;
	padding:0;
	z-index:100;
	text-align:center;
	font-weight: 300;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 50px;
	color: #D3D3D3;
}

a{
	color: #D3D3D3;
	text-decoration:none;
}

a:link {
	opacity:1;
}

a:hover {
	opacity:0.5;
}

/* ----------- MEDIA ----------- */

@media only screen and (min-width : 200px) and (max-width : 550px) {

.back_layer {
	background-color: rgb(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
}

.project_text {
	position:relative;
	top: 0;
	left: auto;
	width:100%;
	margin:50px auto;
	max-width: 1000px;
}

/*
.project_images img{
	width:98%;
}
*/

/*
.project_singles img{
	width: 98%;

}
*/

.about_text {
	width:90%;
}

.news_text {
	width:90%;
}

.profile_pict {
	position: relative;
}

.profile_pict img{
	margin: auto auto 20px 6px;
}

/* ---------------------- MASONRY ---------------------- */

.grid-sizer,
.grid-item {
  width: 100%;
}

.grid-item {
  -webkit-clip-path: inset(6px 6px 6px 6px);
  clip-path: inset(6px 6px 6px 6px);

}

.giW4 { width: 100% !important; }
.giW5 { width: 100% !important; }
.giW6 { width: 100% !important; }
.giW10 { width: 100% !important; }

.giH_s66 { height: 0; padding-bottom:100% !important; }
.giH_s43 { height: 0; padding-bottom:75% !important; }
.giH_s46 { height: 0; padding-bottom:150% !important; }
.giH_s63 { height: 0; padding-bottom:50% !important; }
.giH_s53 { height: 0; padding-bottom:60% !important; }

.giH_s65 { height: 0; padding-bottom:85% !important; }
.giH_s55 { height: 0; padding-bottom:100% !important; }
.giH_s45 { height: 0; padding-bottom:125% !important; }



/* ---------------------------------------------------- */

}

@media only screen and (min-width : 551px) and (max-width : 740px) {
.project_text {
	position:relative;
	top: 0;
	left: auto;
	width:100%;
	margin:50px auto;
	max-width: 1000px;
}

/*
.project_images img{
	width:98%;
}
*/

/*
.project_singles img{
	width: 98%;
}
*/

.about_text {
	width:90%;
}

.news_text {
	width:90%;
}

.profile_pict {
	position: relative;
}

.profile_pict img{
	margin: auto auto 20px 6px;
}

}

@media only screen and (min-width : 741px) and (max-width : 1300px) {

.project_text {
	position:relative;
	top: 0;
	left: auto;
	width:100%;
	margin:50px auto;
	max-width: 1000px;
}

.about_text {
	width:90%;
}

.news_text {
	width:90%;
}

.profile_pict {
	position: relative;
}

.profile_pict img{
	margin: auto auto 20px 6px;
}

}

@media only screen and (min-width : 1301px) and (max-width : 1600px) {

.project_text {
	top:120px;
	width:18%;
}

.about_text {
	width:55%;
}

.news_text {
	width:40%;
}

}
