@font-face {
    font-family: 'Didot';
    src: url('fonts/didot.eot');
    src: url('fonts/didot.eot') format('embedded-opentype'),
         url('fonts/didot.woff') format('woff'),
         url('fonts/didot.ttf') format('truetype'),
         url('fonts/didot.svg#DidotW01RomanRegular') format('svg');
}

html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
padding: 0;
margin: 0;
font-size: 100%;
font-weight: normal;
list-style: none;
-webkit-text-size-adjust: 100%;
}

.cf:before, .cf:after { content: ""; display: table; }
.cf:after { clear: both; }
.cf { zoom: 1; }
.clear { clear: both; }	



body {
	/*font-family: 'Didot';	*/
	font-weight: normal;
	background-color: #f7f6f5;
	font-size: 13px;
}
.img {
	width: 100%;
	height: auto;	
}
a { text-decoration: none; color: #000000; }
a:hover { color: #4D4D4D; }

.hidden {
	display: none;	
}

/* ---------->>> Header <<<-----------*/

header {	
	width: 90%;
	max-width: 1600px;
	margin: 0px auto 0px auto;
	position: relative;
	z-index: 999999;
}
.title {
	float: left;	
}
h1 {
	margin: 25px 0px 0px 0px;	
	font-family: 'ProximaNovaBold';	
	letter-spacing: 1px;	
}
.high {
	font-family: 'ProximaNovaBold';	
}
.norm {
	font-family: 'ProximaNovaLight';
}


/* ---------->>> Menu Rules (desktop) <<<-----------*/

nav {
	float: right;
	font-family: 'ProximaNovaLight';
	/*font-size: 12px;*/
	letter-spacing: 1px;	
	/*background: #E8E8E8;*/
	width: 50%;
}
ul {
	width:100%;
	list-style: none;
}
li {
	width: 19%;
	float: left;
	margin: 0px 0px 0px 0px;
	border-left: 1px solid #848484;
}
li a {
	display: block;
	text-decoration: none;
	color: #000;
	padding: 25px 60px 0px 15px;
}
li a:hover {
	color: #ccc;
}


/* ---------->>> Home Rules (desktop) <<<-----------*/

#home-images-hidden { display: none; }
#home-images {
	margin: 10% 0% 0% 0%;	
}
#home-images img, #home-images-hidden img {
	width: 100%;
	height: auto;
}
.himage {
	width: 33.3333%;
	position: relative;	
	line-height: 0px;
	float: left;
}
.hovertext a {
	position: absolute;
	width: 100%;
	height: 100%;	
	text-decoration: none;
	background-image: url(../images/light-85.png);
	opacity:0;
	zoom: 1;
	filter: alpha(opacity=0);
	-webkit-transition:opacity 0.5s ease-in-out;
	-moz-transition:opacity 0.5s ease-in-out;
	-o-transition:opacity 0.5s ease-in-out;
	transition:opacity 0.5s ease-in-out;
	z-index: 99;
}
.hovertext a:hover {
	opacity:1;
	zoom: 1;
	filter: alpha(opacity=80);
	-webkit-transition:opacity 0.3s ease-in-out;
	-moz-transition:opacity 0.3s ease-in-out; 
	-o-transition:opacity 0.3s ease-in-out;  
   	transition:opacity 0.3s ease-in-out;
	z-index: 99;	
}
.hovertext h2 {
	position: absolute;
	padding: 10px 10px 10px 20px;
	bottom: 0px;
	color:#000;
	z-index: 99;
	zoom: 1;
	filter: alpha(opacity=100);	
	line-height: normal;
	font-size: 14px;
	font-family: 'ProximaNovaSemibold';
}



	
/* ---------->>> Projects (desktop) <<<-----------*/	
	
#projectcontainer {
	width: 90%;
	max-width: 1600px;
	margin: 100px auto 0px auto;
	/*background: #D8D8D8;*/
}
#textcontainer {
	width: 34%;
	float: right;
	font-family: 'ProximaNovaLight';
	/*font-size: 12px;	*/
	letter-spacing: 1px;
	border-left: 1px solid #848484;
	line-height: 19px;
}
#textcontainer p {
	margin: 20px 0px 0px 15px;	
}
h3 {
	font-family: 'ProximaNovaBold';
	margin-left: 15px;	
}
	




/* ---------->>> Other Pages (desktop) <<<-----------*/	



#textcontainer2 {
	width: 50%;
	float: right;
	font-family: 'ProximaNovaLight';
	/*font-size: 12px;	*/
	letter-spacing: 1px;
	border-left: 1px solid #848484;
	line-height: 19px;
}
#textcontainer2 p {
	margin: 20px 0px 0px 15px;	
}
#textcontainer3 {
	width: 50%;
	float: right;
	font-family: 'ProximaNovaLight';
	/*font-size: 12px;	*/
	letter-spacing: 1px;
	border-left: 1px solid #848484;
	line-height: 19px;
}
h4 {
	font-family: 'ProximaNovaBold';
	margin-left: 15px;	
}
.bold {
	font-family: 'ProximaNovaBold';	
}
#tablecontainer {
	margin: 20px 0px 0px 15px;	
}
table {
	line-height: 33px;
	/*background: #ECECEC;	*/
}
h3 {
	font-family: 'ProximaNovaBold';
	margin-left: 15px;	
}






/* ---------->>> Slider Rules (desktop) <<<-----------*/


#slidecontainer {
	width: 55%;
	float: left;
	/*background-color: #CCC;*/	
}

#full-width-slider {
  width: 100%;
  color: #000;
  text-align: right;
}

.landscape img {
    width: 100%;
    height: auto;
    margin: 0px auto;
}
.portrait img {
    width: 60%;
    height: auto;
    margin: 0px auto;
}
.rsOverflow {  
/*cursor: auto !important;*/
}





/* ---------->>> Other Media Queries (tablet + mobile) <<<-----------*/


@media screen and (max-width: 1120px) {
nav {
	/*font-size: 12px;*/
	width: 65%;
}
li a {
	/*font-size: 12px;*/
}
#projectcontainer {
	margin: 75px auto 0px auto;
}
#slidecontainer {
	width: 65%;
	float: right;
	/*background-color: #CCC;*/	
}
#textcontainer {
	width: 65%;
	border-top: 1px solid #848484;
	border-left: none;
	line-height: 19px;
	margin: 50px 0px 0px 0px;
	padding-top: 25px;
}
#textcontainer h3 {
	margin: 0px 0px 0px 0px;	
}
#textcontainer p {
	margin: 20px 0px 0px 0px;	
}
#textcontainer2 {
	width: 65%;
	line-height: 19px;
	margin: 50px 0px 0px 0px;
	padding-top: 0px;
}
#textcontainer2 p {
	margin: 20px 0px 0px 15px;	
}
#textcontainer2 h3, #textcontainer3 h3 {
	margin: 0px 0px 0px 15px;	
}
#textcontainer3 {
	width: 65%;
	line-height: 19px;
	margin: 50px 0px 0px 0px;
	padding-top: 0px;
}


#full-width-slider {
  text-align: left;
}
}

	
	
/* ---------->>> Menu Rules (tablet + mobile) <<<-----------*/

@media screen and (max-width: 850px) {
	
nav {
	margin-top: 0px;
	float: none;	
	width: 100%;
	/*font-size: 12px;*/
}

#menu {
	width:100%;
	display: block;
	/*background:#ddd;*/
	text-align: right;
	padding: 10px 0px;
	margin: 0px;
}
/*position of 3-lines image:*/
#menu img {
	margin: 0px -4px;	
}
#nav.js {
	display: none;
}
ul {
	width:100%;
}
li {
	width:100%;
	float: left;
	margin: 0px 0px 0px 0px;
	border-left: 0px solid #848484;
	border-top: 1px solid #848484;
	/*font-size: 12px;*/
}
li a {
	padding: 10px 0px 20px 0px;
	/*font-size: 12px;*/
}
}

@media screen and (min-width: 850px) {
#menu {
	display: none;
}
}


/* ---------->>> Other Media Queries (tablet + mobile) <<<-----------*/



@media screen and (max-width: 768px)  {
#home-images { display: none; }
#home-images-hidden {display: block; margin-top: 50px; margin-left: auto; margin-right: auto; width: 90%; }
.himage {
	width: 100%;
	/*make 50% if there are 6 projects*/
}
.mobilespace { margin-bottom: 20px; }
.hovertext a {
	background-image: url(../images/dark-85.png);
	background-position: bottom center;
	background-size: cover;
	opacity:1;
}
.hovertext a:hover {
}
.hovertext h2 {
	position: absolute;
	padding: 10px 10px 10px 20px;
	bottom: 0px;
	color:#FFF;
	line-height: normal;
	font-size: 13px;
	font-family: 'ProximaNovaLight';
}
#projectcontainer {
	margin: 75px auto 0px auto;
}
.portrait img {
    width: 70%;
}
#textcontainer3 {
	width: 100%;
	border-left: none;
	border-top: 1px solid #848484; 
	margin: 50px 0px 0px 0px;
	padding-top: 25px;
}
#textcontainer3 h3 {
	margin: 0px 0px 0px 0px;	
}
#tablecontainer {
	margin: 20px 0px 0px 0px;	
}

}



@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
	
#home-images-hidden { width: 100%; }	
.himage {
	width: 33.333%;
}
.hovertext a {
	background-image: url(../images/dark-85.png);
	background-position: bottom center;
	background-size: cover;
	opacity:1;
}
.hovertext a:hover {
}
.hovertext h2 {
	position: absolute;
	padding: 10px 10px 10px 20px;
	bottom: 0px;
	color:#FFF;
	line-height: normal;
	font-size: 13px;
	font-family: 'ProximaNovaLight';
}	
}



@media screen and (max-width: 550px) {
	
#home-images-hidden { width: 90%; }	
	
#projectcontainer {
	margin: 50px auto 0px auto;
}
#slidecontainer {
	width: 100%;
	float: right;
	/*background-color: #CCC;*/	
}
#textcontainer {
	width: 100%;
}
#textcontainer2 {
	width: 100%;
	line-height: 18px;
	border-left: none;
	border-top: 1px solid #848484; 
	margin: 50px 0px 0px 0px;
	padding-top: 25px;
}
#textcontainer2 p {
	margin: 20px 0px 0px 0px;	
}
#textcontainer2 h3 {
	margin: 0px 0px 0px 0px;	
}
#textcontainer3 {
	font-size: 10px;	
	line-height: 15px;
	letter-spacing: normal;
}

#full-width-slider {
  text-align: left;
}
.portrait img {
    width: 80%;
}
#tablecontainer {
	margin: 20px 0px 0px 0px;	
}
	
}




@media screen and (max-width: 550px) {
.himage {
	width: 100%;
}
.hovertext h2 {
	position: absolute;
	padding: 10px 10px 10px 20px;
	bottom: 4px;
	color:#FFF;
	line-height: normal;
	font-size: 13px;
	font-family: 'ProximaNovaLight';
}
	
}



