/*TOC
	
+Reset
+General
+Typography
+Header and Navigation
+Images and Media
+Footer
+Media Queries
___________________*/


/* Reset
___________________*/


/*General block
___________________*/

@import url('http://fonts.googleapis.com/css?family=Lato:400,100|Open+Sans');

* {

  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: none;
}

html{
	background-color: black;
}

body{
	color: rgba(250,250,250,0.8);
	color: #f1f1f1;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	height: 100%;

	
}
a {
	
	padding: 0 .1em;
	text-decoration: none;
	text-shadow: 1px 1px 3px #000;
	color: #f5dbba;
	font-size: 1.8rem;
	text-decoration: none;
	
}
ul{
	list-style: none;
}
li:hover > a{
	border-bottom: 2px solid #f5dbba;
	color: #f5dbba;
}
#scalable{
	display:block;
	width:100%; 
	height:100%;
	max-height:900px;
	z-index:700;
}
.contact{
	margin-top: 3em;
	
}
.page-content{
	margin: 2em auto;

}
.fotorama{
	margin-top: 3em;
}
.fotorama__caption{
	position:absolute;
	z-index:12;
	bottom:0;
	left:0;
	right:0;
	font-family: inherit !important;
	font-size:14px;
	line-height:1.5;
	color:rgba(250,250,250,0.8);

}
.fotorama__caption__wrap {
    background-color: #fff;
    background-color: rgba(0,0,0,0.8);
	padding: 5px 10px;
}
.address{
	border-right: 3px solid #c2c2c2;
}
h2{
	border-bottom: 1px solid #c2c2c2;
}
.links{
	background: url('../images/19-White-Water-063.jpg') no-repeat;
	background-size: cover;
	text-shadow: 1px 1px 1px #000;
	margin-top: 2em;
	padding: 1em;
}


.linkarea {
		background: rgba(0,0,0,0.6);
	background-size: cover;
	padding: 1em;
	
}

.companies img{
	max-width: 10rem;
	display: inline;
	padding: .25em;
}
.companies li{
	content:'\ffed';
	display: inline-block;
	padding-right: 1em;

}
input#hunny { display: none; }
/*Typography
___________________*/

h1, h2, h3{
	font-family: 'Open Sans', sans-serif;
}

form p{
	text-transform: none;
	font-family: "Open Sans", sans-serif;
	font-weight: 300;
	line-height: 1.2em;
	font-size: 0.8em;
	margin: 0;
	
}
input{
	color:#000;
}
.button, button, input[type="submit"], input[type="reset"], input[type="button"] {

    color: rgba(250,250,250,0.8);
    background-color: rgba(0,0,0,0.8);
}
.button:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover
{
	background-color: rgba(250,250,250,0.8);
    color: rgba(0,0,0,0.8);

}
textarea {
	color: #000;
}

/*Header and Navigation
___________________*/
header {
  width: 100%;
  position: absolute;
  left: 0px;
	margin: auto;
	
	text-align: center;
  z-index: 2;
  
}
header p{
	color: #f1f1f1;
}
.top{
	position: relative;
	margin: auto;
	padding: 1em 0;
	background: url('../images/contemporary-exterior.jpg');	
	background-position: 50% 50%;
	    
	background-size: cover;


    background-repeat: no-repeat;
    height:160px;		
}







 







.logo {
	position: relative;
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-size: 80%;
	font-weight: 400;
	margin: auto;
    text-align: center;
    text-shadow: 1px 1px 3px black;
    
    
    z-index:0;
    
}


.logo a {
	display: inline-block;
	font-size: 3.2em;
    color: #fff;
    text-decoration: none;
    border: 1px solid #fff;
    border-radius: 3px;
    text-transform: ;
    background: rgba(0,0,0,0.4);
    padding: 2px 10px 0 10px;
    margin-bottom: 0;
}
.logo p {
	font-family: 'lato', sans-serif;
	font-weight:400;
	font-size: 1.2em;
	margin: 0;
	margin: 0;
}

#menu-toggle {
display: none;
}
#menu-toggle-label {
display: none;

}

#menu {
  position: relative;
  background: rgba(5,5,5,0.2);
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
	display: inline;
	width: 100%;

}
#sf-menu{
	z-index: 1001;
}
nav a {
	
	display: inline-block;
	padding: 0 .1em;
	text-decoration: none;
	text-shadow: 1px 1px 3px #000;
	color: #f5dbba;
	font-size: 1.8rem;
	text-decoration: none;

	
}

nav ul
{
	list-style:none;
	position:relative;
	float:left;
	margin: 32px auto 0 auto;


	
}
nav ul:first-child{
	width: 100%;
}
nav ul a
{
	display:block;
	text-decoration:none;
}

nav ul li
{
	position:relative;
	float:left;
	margin:0 1%;
	padding:0;
}

nav ul li.current-menu-item
{
	background:rgba(0,0,0,0.2);
}

nav li:hover > a{
	border-bottom: 2px solid #f5dbba;
	color: #f5dbba;
}

nav ul ul li:hover > a{
	
	color: #f5dbba;
	border-bottom: none;
	background: rgba(250,250,250, 0.2);
	
}

ul.horizontal li{
	display: inline-block;
}
nav ul ul
{
	display:none;
	position:absolute;
	top:100%;
	margin: 0;
	left:0;
	background:#000;
	padding:0
}

nav ul ul li
{
	float:none;
	width:200px
}

nav ul ul a
{

	padding:10px 15px
}

nav ul ul ul
{
	top:0;
	left:100%;
}

nav ul li:hover, nav ul li:focus> ul
{
	display:block
}
.digits{
	color: #f1f1f1;
}
.isDisabled{
	cursor: pointer;
}
/*Images and media
___________________*/

img{
	max-width: 100%;
}
img.dark{
	background: rgba(250,250,250,0.8);
}

/*Hero*/

@keyframes panning {
	0% {
	  background-position: 0 0;

	}
	50% {
	  background-position: 50% 100%;

	}
	75% {
		background-position: 100% 50%;

	  }
	200% {
		background-position: 0 0;

	  }
  }
  

.hero {
	display:flex;
	height: calc(100vh - 160px);
	background: url('../images/multifamily004.jpg');	
	background-repeat: no-repeat;
	background-size: 120%;
	margin-top: 1em;
	animation: panning 54s infinite linear;
}
.overlay {
	display: flex;
	align-items: space-around;
	flex-basis: 34%;
	  padding: 1px;
	  border: 3px solid rgba(02,02,02,0.3);
	border-radius: 2px;
	-webkit-font-smoothing: antialiased;
	background: rgba(0,0,0,0.5);
	z-index: 0;
	padding: 1rem 0.5rem;
  }
  
  .text {
   display: flex;
   flex-direction: column;
  
  

	font-size: 1rem;
	width: 100%;
	color: white;
	font-weight: 100;
  justify-content: space-between;
  
  
  }
  
  strong {
	
	font-weight: 900;
	letter-spacing: 2px;
    font-size: 36px;
	vertical-align: middle;
  }
  .text h2 {
	font-size: 3rem;
	font-weight:1000;
  }
  
  .nav-advance{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 2% 0 2% 2%;
  }
/*  

	.nav-advance svg{
		background: black;
		padding: 2rem 2rem;
		border-radius:50px;
		
  }


*/
  span.infomatique{
	background: rgba(0,0,0,0.3);
	padding: .2rem .7rem;
	border-radius:50px;
	
  }
/*.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 34%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	z-index: 0;
  }
  
  .text {
	position: absolute;
	top: 35%;
	left: 0;
	z-index: 1;
	height: 98%;
	width: 33%;
	color: white; 
	font-size: 1.8em; 
	letter-spacing: -1px;  

	padding: 10px; 
  }

*/
/*Tiles*/

.tile img {
	width: 100%;
	max-width: 100%;
	width: auto;
	transition: ease 0.5s;
	border: 1px solid #c2c2c2;

	
}
.tile img:hover {
	filter: grayscale(100%);
    -webkit-filter: grayscale(100%);  /* For Webkit browsers */
    filter: gray;  /* For IE 6 - 9 */
    -webkit-transition: all .6s ease;  /* Transition for Webkit browsers */
	}
.tile {
    position: relative;
    display: block;
	transition: ease 0.5s;
	height: 100%;
	margin: 1rem;



	
}
.tile .after {
    position: absolute;
    top: 35%;
    right: 0;
    width: 100%;



}
.tile span { 
    clear: left;
    font-size: 1.6em;
    letter-spacing: -1px;
    background: rgba(0, 0, 0, 0.7);
    padding-right: 2rem;
    float: left;
	margin-bottom: 1rem;
	padding: 0rem 1.5rem 0rem 1rem;
}


.work{
		/*	height: 65%;	
		overflow: hidden;	*/
		margin-top: 1em;
		padding: 0 1em;
		
	 
}
img.dark{
	background-color: ;
	text-shadow: ;
	box-shadow: ;
}



/*Footer	
___________________*/
footer {
	background-image: url("../images/viphotohome.png") ;
	background-size: cover;
	padding: 3rem;
	margin-top:4rem;


}
footer .reserve{
		padding: 1.5rem 1rem 0;
}
/*footer p{
	text-align: center;
}*/
footer .info{
	background: rgba(0,0,0,0.6);
	max-width: 190px;
	margin: 2rem 1rem;
	padding: 1rem;	
}
	footer .info img{
		max-width: 99px;
		margin: 0;
		padding: 0;
	}
		footer .info a{
			padding-left: 0;
		}
footer ul{
	list-style: none;
	margin:0;
	padding-left: 0;
	padding-top: 0;

	
}


footer li{
	display: inline;
	
	
}

footer a {

		display: block;
		padding: 0.5em 1em;

		font-family: 'Open Sans', sans-serif;

		font-size: 1.8rem;
		text-decoration: none;
		line-height: 1.3rem;
}
footer li:hover > a{
	background-color: rgba(0, 0, 0, 0.4);

	/*color: aqua;*/
	
}
.copyright{
	clear: left;

	margin-top: 10%;

}
.albatrossd{
	display: inline;
	margin: 0;
	padding: 0;
	font-size: 0.8em;
	color: #c4c4c4;
}

/*Media Queries
___________________*/

/* Larger than phablet (also point when grid becomes active) */
@media (max-width: 501px) {

.work{
		height: auto;
		
	 }
/*Menu Navigation
___________________*/

#menu-toggle {
	position: absolute;
	display: block;
	opacity: 0;
	z-index: 100;
	top:170px;



}
#menu-toggle-label {

position: absolute;
top: 155px;
  display: block;
    height: 50px;
  width: 50px;
  z-index: 100;

}
#menu-toggle-label:before {
  content: ' ';
  display: block;
  position: absolute;
  height: 2px;
  width: 24px;

  background: #fff;
  box-shadow: 0 6px 0 #fff, 0 12px 0 #fff;


}
#menu {
  position: relative;
  background: rgba(5,5,5,0.9);
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 0;
  margin-top: 3.4em;
  -webkit-overflow-scrolling: touch;
display:none;

}

p.jumbalaya {
	
	display: block;
	padding: 0.3em 1em;
	text-decoration: none;
	text-shadow: 1px 1px 3px #000;
	color: #f5dbba;
	font-size: 1.8rem;
	text-decoration: none;
	
}

nav a {
	
	display: block;
	padding: 0.3em 1em;
	text-decoration: none;
	text-shadow: 1px 1px 3px #000;
	color: #f5dbba;
	font-size: 1.8rem;
	text-decoration: none;
	
}

nav ul
{
	list-style:none;
	position:relative;
	float:none;
	margin: 0;
	display: block;

	
}

nav ul a
{
	display:block;
	text-decoration:none;
}

nav ul li
{
	position:relative;
	float:none;
	margin:0;
	padding:0;
	z-index: 1001;
}

nav ul li.current-menu-item
{
	background:rgba(0,0,0,0.2);
}

nav li:hover > a,
nav li:focus > a{
	border-bottom: 2px solid #f5dbba;
	color: #f5dbba;
}

nav ul ul:hover > a,
nav ul ul:focus > a{
	
	color: #f5dbba;
	border-bottom: none;
	background: rgba(250,250,250, 0.9);
	
}
nav ul ul li:hover > a,
nav ul ul li:focus > a{
	
	color: #f5dbba;
	border-bottom: none;
	background: rgba(250,250,250, 0.2);
	
}

nav ul ul
{
	display:block;
	position:relative;
	
	margin: 0;
	
	background:#000;
	padding:0;
}

nav ul ul li
{
	float:none;
	width:inherit;
	margin:0 0 0 1em;
}

nav ul ul a
{

	padding:1em;
}

nav ul ul ul
{
	top:0;
	left:0;
}

nav ul li:hover > ul,
nav ul li:focus > ul,
nav ul li:action > ul
{
	display:block
}

#menu-toggle:checked ~ #menu,
#menu-toggle:checked ~ nav ul
{
  display: block;

}



}
@media (max-width: 940px) and (min-width: 650px) {  


	.tile span { 
	   color: white; 
	   font-size: 1.1em; 
	   letter-spacing: 1px;  
	   background: rgb(0, 0, 0); /* fallback color */
	   background: rgba(0, 0, 0, 0.7);
	   padding: 10px; 
}

.logo p {

	font-size: 1.2em;
	margin: 0;
	margin: 0;
	border: none;
}
}	
@media (max-width: 650px) and (min-width: 550px) {  


	.tile span { 
	   color: white; 
	   font-size: .9em; 
	   letter-spacing: 1px;  
	   background: rgb(0, 0, 0); /* fallback color */
	   background: rgba(0, 0, 0, 0.7);
	   padding: 10px; 
}
}	
	

