body {  margin: 8px 10px 0 20px; }
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
a { text-decoration: none }
.grid {
	width: 100%;
	height: auto;
	background: #FFF;
	display: block;
}
.grid:after {
	content: '';
	display: block;
	clear: both;
}
.grid-item {
	display: block;
	width: 100%;
	height: 270px;
	padding-bottom: 10px;
	margin-bottom: 4px;
	background-color: #FFF;
	overflow: hidden;
	/*float: left;
		clear: both;*/
}
.grid-item:after {
	content: '';
	display: block;
	clear: both;
}
.grid-item a {
	display: block;
	text-docoration: none;
	transition: .3s;
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
}

/* grid project */

.grid-item img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: text-top;
	transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
}
.grid-item img:hover {
	transform: scale(1.1);
	-o-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.grid-item h1.title {
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 13px;
	color: #333;
	line-height: 18px;
	text-transform: uppercase;
	margin: 0;
	padding: 10px 0 4px 10px;
}
.grid-item p {
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 11px;
	color: #333;
	margin: 0;
	padding: 0 0 0 10px;
}
.projects a * { text-decoration: none }

.boutique { background-color: #FFF}
.luxury { background-color: #FFF }
.resort { background-color: #FFF }
.restaurant { background-color: #FFF}


/* button */

.button {
	display: inline-block;
	padding: 6px 16px;
	margin-bottom: 5px;
	background: #E1E1E1;
	border: none;
	border-radius: 4px;
	/*background-image: linear-gradient( to bottom, hsla(0, 0%, 0%, 0), hsla(0, 0%, 0%, 0.2) ); */
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 12px;
	text-transform: uppercase;
	/*text-shadow: 0 1px white;*/
	cursor: pointer;
	transition: .3s;
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
}
 
 .button:hover {
  background-color: #CCC;
  /*text-shadow: 0 1px hsla(0, 0%, 100%, 0.5);*/
  color: #222;
  outline: none;
}

.button:active,
.button.is-checked {
  background-color: #999;
  color: #FFF;
  outline: none;
}

.button.is-checked {
  color: #FFF;
  /*text-shadow: 0 -1px hsla(0, 0%, 0%, 0.8);*/
}

.button:active {
  box-shadow: inset 0 1px 8px hsla(0, 0%, 0%, 0.4);
  outline: none;
}


/* button group */

.button-group:after {
  content: '';
  display: block;
  clear: both;
  margin-bottom: 6px;
}

.button-group .button {
  float: left;
  border-radius: 0;
  margin-left: 0;
  margin-right: 1px;
}

.button-group .button:first-child { border-radius: 0.2em 0 0 0.2em; }
.button-group .button:last-child { border-radius: 0 0.2em 0.2em 0; }


/* trail menu */

#trail-menu {
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999;
	font-weight: 700;
	margin-top: 20px;
}
#trail-menu a {
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
}
#trail-menu a:hover{
	color: #C30;
	text-decoration: none;
}
.trail-menu-project-main {
	padding-bottom: 6px;
}
.char-pad { padding: 0 4px; }


/* project Slider */

.rsThumbs { margin-top: 8px }


/* project credit row */

#project-credits {
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: italic;
	color: #666;
	padding: 10px 0 20px;
}
#project-credits-nav-wrap {
	overflow: hidden;
}


/* social */

.social-container-head {
	font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	margin: 0;
}
.social-container-head ul {
	list-style: none;
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 0;
	float: right;
}
.social-container-head li {	display: inline }


/* project numbers */

#projects-numbers-nav { float: right }
li.project-category { padding-right: 12px !important; font-weight: 700; color: #333 }
.project-number-list { margin: 0; padding: 0; }
ul.project-number-list { margin: 0;	display: block }
ul.project-number-list { margin: 0;	display: block }
.project-number-list li {
	display: block;
	list-style: none;
	list-style-type: none;
	margin: 0;
	padding: 10px 0 0;
	text-transform: uppercase;
	font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	float: left;
}
.project-number-list a {
	display: inline;
	padding: 10px 11px 5px;
	font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #333;
	font-weight: 400;
}
.project-number-list a:hover { color: #C30; font-weight: 900 }
.project-number-list .active {
	font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	color: #C30;
	font-weight: bold;
}
.nav-previous {
	background-image: url(../structure/arrow-nav.png);
	background-repeat: no-repeat;
	background-position: 2px 10px;
	margin: 0 10px;
}
.nav-previous:hover { background-position: 2px -10px }
a.nav-next {
	background-image: url(../structure/arrow-nav.png);
	background-repeat: no-repeat;
	background-position: -23px 10px;
}
.nav-next:hover { background-position: -23px -10px }
.project-number-list .active {
	font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	color: #C30;
	font-weight: bold;
}


/* project comtainer */

#tagline { padding: 0 20px 30px 0 }
#tagline img { max-width: 100%; height: auto }
#project-details-wrap { width: 100% }
#project-details-container { width: 100%; margin-top: 10px; }
.project-details-wrap { float: right }
/*.project-details-right-wrap {
	float: right;
	width: 600px;
}*/
#project-title {
	width: 100%;
	border-bottom: solid #BBB 1px;
	padding-bottom: 5px;
}
#project-title h1 {
	margin: 0;
	padding: 0;
	font-size: 19px;
	color: #333;
	font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
}
#project-title h1 .location {
	color: #999;
	font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-weight: 400;
}
ul.project-detail-list {
	padding: 10px 0 0 0;
	margin: 0;
	display: block;
	overflow: hidden;
	width: 100%;
}
.project-detail-list li {
	list-style: none;
	list-style-type: none;
	font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #555;
	text-transform: uppercase;
	display: inline-block;
	float: left;
	padding: 5px 22px 5px 0;
}
.logistics { margin-right: 100px }
.strategy { margin-right: 120px }
.narrative { margin: 0; padding: 0 }
#logistics-copy {
	margin-top: 10px;
	line-height: 18px;
	font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555;
	width: 100%;
}
.logistics .fa-arrow-circle-o-down { color: #BBB; padding-left: 4px }


/* responsive */

@media only screen and (min-width: 240px) {
	.grid-item { width: 100%; height: 280px}
}
@media only screen and (min-width: 360px) {
	.grid-item { width: 100%; height: 310px}
}
@media only screen and (min-width: 480px) {
	.grid-item { width: 220px; height: 230px }
}

/* Set height of slider to 350px when size of window is less than 500px */
@media all and (max-width: 500px) {
   .royalSlider { height: 272px !important; }
   .rsThumbs { margin-top: 8px }
}

@media only screen and (min-width: 600px) {
	.grid-item { width: 280px; height: 270px }
}
@media only screen and (min-width: 768px) {
	.grid-item { width: 365px; height: 300px }
	#trail-menu a { font-size: 11px }
	#trail-menu { font-size: 11px }
}
@media only screen and (min-width: 800x) {
	.grid-item { width: 360px; height: 300px }
	#menu-nav { padding-right: 20px }
}
@media only screen and (min-width: 970px) {
	.container { width: 970px; margin: 0 auto; position: relative; }
	.grid-item { width: 230px; height: 230px }
}
@media only screen and (min-width: 980px) {
	.container { width: 980px; margin: 0 auto; position: relative; }
	.grid-item { width: 235px; height: 230px }
}
@media only screen and (min-width: 1000px) {
	.container { width: 980px; margin: 0 auto; position: relative; }
	.grid-item { width: 240px; height: 240px }
}
