/*******************************************************************
  HTML, BODY, CONTAINER
*******************************************************************/

html {
	height: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	background: #fff;
}

body{
	height: 100%;
	position: relative;
	font-family: Raleway, Myriad Pro, Arial, sans-serif;
	color: #000;
}

* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

#jx-uhid-con-id {
	z-index: 100000000000;
}

/*******************************************************************
  HEADINGS:
*******************************************************************/

h1,h2,h3,h4,h5,h6 {
	font-family: Raleway, Myriad Pro, Arial, sans-serif;
	line-height: normal;
	font-weight: 300;
	margin-top: 0;
	position: relative;
	color: #003b66
}

h1 {
	font-size: 45px;
}

h2 {
	font-size: 32px;
	margin: 30px 0 5px 0;
}



/* Reduces margin for titles adjacent to lists or paragraphs*/
h2 + p, h3 + p, h4 + p, h3 + ul {
	margin-top: 0;
}

/*******************************************************************
	ICONS
*******************************************************************/

@font-face {
	font-family: 'Icons';
	src: url('fonts/fontawesome-webfont.eot?v=3.2.1');
	src: url('fonts/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff?v=3.2.1') format('woff'), url('fonts/fontawesome-webfont.ttf?v=3.2.1') format('truetype'), url('fonts/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg');
	font-weight: normal;
	font-style: normal;
}

.icon {
	font-style: normal;
	font-family: 'Icons';
}

/*******************************************************************
  FULLSCREEN BACKGROUND
*******************************************************************/

#backstretch {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 0;
}

#map {
	width: 100%;
	height: 100%;
}

#bottomBarLET {
	visibility: hidden;
	z-index: 100000000000;
}

#jx-uhid-con-id {
	z-index: 100000000000;
}

/*******************************************************************
	TEXT & OTHER GENERAL PAGE ELEMENTS
*******************************************************************/

ul {
	padding-left: 0;
}

ul ul {
	padding-left: 40px;
}

.required {
	color: #ff0000;
}

p {margin: 10px 0}

hr {
	background: #8B8886;
	border: none;
	height: 1px;
	margin: 20px 0;
}

.photoborder,
.photoborder-multiple {
	float: right;
	margin: 0px 0 20px 20px;
	line-height: 0;
	max-width: 35%;
}

.photoborder.left {
	float: left;
	margin: 0 20px 20px 0
}

.photoborder img {
	box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
	width: 100%;
}

.photoborder-multiple img {
	box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
	display: block;
	margin-bottom: 15px;
	width: 100%;
}

.photoborder-multiple img:last-of-type {
	margin-bottom: 0;
}

blockquote {
	border-top: 1px solid #008dcf;
	border-bottom: 1px solid #008dcf;
	padding: 15px 10px;
	font-weight: 300;
	font-style: italic;
	text-align: center;
	font-size: 20px;
	line-height: 24px;
}

blockquote h2 {
	margin-top: 0;
}

label {
	font-weight: normal;
}

li {
	list-style-position: outside;
}

dt {
	font-weight: bold;
}

/*******************************************************************
  GLOBAL LINKS
*******************************************************************/

a:link, a:visited {
	color: #008dcf;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* buttons */
a:link.button,
a:visited.button,
strong em a:link,
strong em a:visited,
em strong a:link,
em strong a:visited {
	display: inline-block;
	background-color: #008dcf;
	font: 14px Raleway, Myriad Pro, Arial, sans-serif;
	color: #fff;
	padding: 9px 15px 7px 15px;
	text-transform: uppercase;
	border-radius: 3px;
	text-decoration: none;
}

a.button:hover,
strong em a:hover,
em strong a:hover {
	background: #003e6a;
	color: #fff;
	text-decoration: none;
}


/*******************************************************************
	ACCESSIBILITY: SKIP-NAV
*******************************************************************/

.skip-nav {
	position: relative;
}

.skip-nav a:link,
.skip-nav a:visited {
	background: #FFF;
	color: #000;
	font-size: 20px;
	font-weight: normal;
	overflow: hidden;
	padding: 10px;
	position: absolute; left: -9999px;
	text-decoration: none;
	text-transform: uppercase;
	width: 1px; height: 1px;
}	

.skip-nav a:focus {
	left: 0;
	width: auto;
	height: auto;
	overflow: visible;
	text-decoration: underline;
	z-index: 9999;
}


/*******************************************************************
  HEADER
*******************************************************************/

header {
	z-index: 100;
	position: relative;
	top: 0;
	width: 100%;
	margin: 0 0 0 0;
	padding-top: 7px;
	background: #fff;
	box-shadow: 0 5px 30px rgba(0,0,0,0.75);
}

header .content {
	position: relative;
	max-width: 966px;
	height: 92px;
	margin: 0 auto;
}

header .logo {
	display: block;
	width: 90%;
	max-width: 365px;
	height: 86px;
	margin: 0 auto 7px auto;
	background: url(../images/logo.png) no-repeat;
	background-size: contain;
	text-indent: -9999px;
}

header .logo:focus {
	outline: 2px solid #003e6a;
	outline-offset: 2px;
}

header .info {
	position: absolute;
	top: 27px;
	right: 45px;
	text-align: right;
}

/*******************************************************************
  NAVIGATION
*******************************************************************/

#navigation {
	position: relative;
	background: #003e6a;
	padding: 0;
	margin-top: 10px;
	list-style-type: none;
	font-size: 0;
	text-align: center;
}

#navigation li {
	position: relative;
	display: inline-block;
	white-space: nowrap;
}

#navigation li:hover ul,
#navigation li:focus ul,
#navigation li.is-focused ul,
#navigation li:target ul {
	display: block;
	opacity: 1;
	visibility: visible;
}

#navigation a:link,
#navigation a:visited {
	display: inline-block;
	padding: 0 27px;
	font: 400 14px/35px Raleway, Myriad Pro, sans-serif;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}

#navigation a:hover,
#navigation > li:hover > a {
	color: #fff;
	background: #008dcf;
	text-decoration: none;
}

#navigation > li > a:hover,
#navigation > li:hover > a:link, 
#navigation > li:hover > a:visited,
#navigation li.is-focused > a:visited,
#navigation li.is-focused > a:link,
#navigation > li > a:focus {
	background: #fff;
	color: #42628a;
	outline: none;
	text-shadow: none;
}

#navigation ul {
	z-index: 1000;
	position: absolute;
	right: 0;
	min-width: 100%;
	padding-left: 0;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.01s;
	-o-transition: all 0.01s;
	transition: all 0.01s;
}

#navigation ul li:last-child a:after {
	content: '';
	position: absolute;
	bottom: -30px;
	left: 0;
	height: 30px;
	width: 100%;
	background:
		radial-gradient(circle at 50% 300px , transparent 300px, rgba(0, 141, 207, 0.8) 0px) repeat scroll 0% 0% transparent;
}

#navigation ul li:last-child a:hover:after {
		background:
		radial-gradient(circle at 50% 300px , transparent 300px, #fff 0px) repeat scroll 0% 0% transparent;
}

#navigation > li:hover > ul {
	display: block;
}

#navigation li li {
	display: block;
	border-right: none;
}

#navigation ul a:link, #navigation ul a:visited {
	display: block;
	height: auto;
	padding: 5px 15px;
	color: #fff;
	background: rgba(0, 141, 207, 0.8);
}

#navigation ul a:hover {
	background: #fff;
	color: #008dcf;
}

/*******************************************************************
  MASTHEAD
*******************************************************************/

#masthead {
	position: relative;
	width: 100%;
	height: 450px;
}

.homepage #masthead {
	height: 600px;
}

#masthead h2 {
	position: relative;
	top: 160px;
	z-index: 50;
	margin: 0;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.75);
	text-transform: uppercase;
}

h3#caption {
	position: absolute;
	bottom: 20px;
	left: 0px;
	background: #003e6a;
	background: rgba(0,0,0,0.8);
	padding: 20px;
	color: #fff;
	font-size: 22px;
	white-space: nowrap;
	text-transform: uppercase;
}


.slick-gallery {    
	position: relative;
	height: 100%;
	width: 100%;
}

.slick-gallery .slick-track,
.slick-gallery .slick-list,
.slick-gallery .slick-slide,
.slick-gallery .slick-slider {
	height: 100%;
}

.slick-gallery .slide img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.slick-gallery .slick-arrow {
	overflow: hidden;
	position: absolute;
	z-index: 5;
	top: 50%;
	width: 48px;
	height: 48px;
	color: #fff;
	background: transparent;
	border: none;
	padding: 0;
	font-size: 48px;
	line-height: 48px;
	font-weight: normal;
	transform: translateY(-50%);
	cursor: pointer;
	opacity: 0.5;
}

.slick-gallery .slick-arrow:hover,
.slick-gallery .slick-arrow:focus {
	opacity: 1;
	text-decoration: none;
}

.slick-gallery .slick-arrow.slick-prev {
	left: 10px;
}

.slick-gallery .slick-arrow.slick-prev:before {
	content: '\f190';
	font-family: Icons;
}

.slick-gallery .slick-arrow.slick-next {
	right: 10px;
}

.slick-gallery .slick-arrow.slick-next:before {
	content: '\f18e';
	font-family: Icons;
}

.slick-gallery .slick-dots {
	position: absolute;
	bottom: 50px;
	margin: 0;
	padding: 0;
	width: 100%;
	z-index: 5;
	text-align: center;
}

.slick-gallery .slick-dots li {
	display: inline-block;
	list-style-type: none;
	width: 20px;
	height: 20px;
	margin: 0 5px;
}

.slick-gallery .slick-dots li button {
	display: inline-block;
	overflow: hidden;
	background: transparent;
	border: 3px solid #fff;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	text-indent: -9999px;
}

.slick-gallery .slick-dots li button:focus {
	background: rgba(255,255,255,0.5);
}

.slick-gallery .slick-dots li.slick-active button {
	background: #fff;
}

.slick-gallery .slick-dots li button::before {
	display: none;
}


/*******************************************************************
	MOBILE NAVIGATION
*******************************************************************/

#mobile-navigation {
	display: none;
	position: fixed;
	z-index: 1000;
	width: 100%;
	top: 0;
	left: 0;
	font-family: Raleway, Myriad Pro, Arial, sans-serif;
	text-transform: uppercase;
	text-align: left;
}

#mobile-navigation > ul {
	position: absolute;
	top: 34px;
	right: 10px;
	height: 0;
	overflow: hidden;
	margin: 0;
}

/* Mobile menu display class, expands to full height*/
#mobile-navigation .show {
	height:auto;
}

/* Menu button*/
#mobile-navigation .menu {
	position: absolute;
	top: 0px;
	right: 10px;
	padding: 10px 20px;
	background: #008dcf;
	font-size: 14px;
	line-height: 14px;
	color: #fff;
	cursor: pointer;
}

#mobile-navigation .menu:hover {
	background: #fff;
	color: #008dcf;
	text-decoration: none;
}

#mobile-navigation  li {
	position: relative;
	min-width: 240px;
	padding: 0;
	margin: 0;
	list-style-type: none; 
	white-space: nowrap;
}

#mobile-navigation li a {
	display: block;
	background: #008dcf;
	border-bottom: 1px solid rgba(255,255,255,0.3);
	padding: 7px 10px 7px 20px;
	text-decoration: none;
	color: #fff;
}

#mobile-navigation a:hover {
	background: #fff;
	color: #008dcf;
	text-decoration: none;
}

/* Submenus*/
#mobile-navigation li .icon {	/* This icon displays to the right of a menu if it a dropdown*/
	position: absolute;
	display: block;
	right: 0px;
	top: 0;
	overflow: hidden;
	height: 35px;
	width: 40px;
	padding: 6px 30px 7px 10px;
	content: '/u+229E';
	font-size: 1.5em;
	line-height: 1;
	text-align: center;
}

#mobile-navigation li .icon:hover {
	color: #008dcf;
}

#mobile-navigation ul ul, #mobile-navigation ul div {
	display: block;
	height: 0;
	margin-left: 0;
	padding-left: 0;
	background: #008dcf;
}

#mobile-navigation ul div ul {
	height: auto;
}

#mobile-navigation li li a {
	padding-left: 40px;
	background: rgba(0,0,0,0.1);
}

#mobile-navigation .callouts img {
	display: none;
}

/* Hides expanded menu stuff */

#mobile-navigation .info, #mobile-navigation h3 {
	display: none;
}

/*******************************************************************
	CONTENT
*******************************************************************/
#content {
	padding: 20px 15px 80px 15px;
	background-color: #fff;
}

.homepage #content {
	background: none;
	min-height: 400px;
}

#content .stack  {
	max-width: 1080px;
	margin: 0 auto;
}

#content a:focus {
    background: #003e6a;
    color: #FFF;
    outline: 1px solid #003e6a;
}

#content ul {
	column-count: 2;
	break-inside: avoid;
	column-gap: 50px;
	padding-left: 1em;
}
#content li {
	break-inside: avoid;
}

#content .content,
#content .content p,
#content .content li {
	line-height: 24px;
}

/*******************************************************************
	LOGOS
*******************************************************************/

#logos {
	position: relative;
	width: 100%;
	height: 100px;
	margin-bottom: 50px;
	background: #fff;
}

#logos .container {
	position: relative;
	max-width: 1060px;
	height: 100%;
	padding: 15px 0;
	margin: 0 auto;
}
#logos .container:before {
	content: '';
	position: absolute;
	z-index: 50;
	left: 0;
	top: 0;
	width: 100px;
	height: 100%;
	background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C */
}
#logos .container:after {
	content: '';
	position: absolute;
	z-index: 50;
	right: 0;
	top: 0;
	width: 100px;
	height: 100%;
	background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C */
}

#logos ul {
	margin: 0;
	padding: 0;
}

#logos ul li {
	background-image: url(../images/brand-logos.png);
	background-repeat: no-repeat;
	display: inline-block;
	font-size: 0;
	padding: 0;
	height: 81px;
	margin-right: 75px;
	list-style-type: none;
}

#logos ul li {
	/*height: 100%;*/
}

#logos ul .residence { width: 98px; background-position: 0 0 }
#logos ul .hampton-inn-suites { width: 90px; background-position: -150px 0 }
#logos ul .holiday-inn { width: 81px; background-position: -295px 0 }
#logos ul .holiday-inn-express { width: 102px; background-position: -420px 0 }
#logos ul .crowne-plaza { width: 193px; background-position: -575px 0 }
#logos ul .country-inn-suites { width: 152px; background-position: -816px 0 }
#logos ul .radisson { width: 157px; background-position: -1005px 0 }

/*******************************************************************
	MASONRY GRID
*******************************************************************/

#masonry-container {
	max-width: 1060px;
	margin: 0 auto 30px auto;
	text-align: center;
} 

#masonry-container .item {
	display: block;
	float: left;
	position: relative;
	overflow: hidden;
	width: 260px;
	min-height: 245px;
	margin-bottom: 5px;
	font-size: 20px;
	padding: 15px;
	color: #fff;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.5);

	text-align: center;
	transition: all 0.2s ease-out 0s;
	
}

#masonry-container .item img {
	-webkit-filter: brightness(90%); /* Chrome, Safari, Opera */
    filter: brightness(90%);
}

#masonry-container .item:hover img {
	-webkit-filter: brightness(100%); /* Chrome, Safari, Opera */
    filter: brightness(100%);
}

#masonry-container .item.h2x {
	min-height: 495px;
}

#masonry-container .item.h3x {
	height: 745px;
}

#masonry-container .item.w2x {
	width: 525px;
}

#masonry-container .item.w3x {
	width: 790px;
}

#masonry-container .item:hover {
	border-color: #008dcf;
}

#masonry-container .item:not(.no-effect):hover img {
	transform: scale(1.01);
}

#masonry-container .item > img {
	position: absolute;
	width: 100%;
	z-index: -2;
	top: 0;
	left: 0;
	transform: scale(1.05);
	transition: all 0.2s ease-out 0s;
}

#masonry-container .item.no-effect > img {
	transform: inherit;
}

#masonry-container h3 {
	z-index: 100;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	margin: 0;
	padding: 10px;
	font: 15px Raleway, Myriad Pro, Arial, sans-serif;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}

/* Custom items*/
#masonry-container .item.facebook {
	background: #008dcf url(../images/ico-like.png) no-repeat center 90%;
	max-height: 315px;
}

#masonry-container .item.facebook h3 {
	font-size: 24px;
	text-align: center;
}

#masonry-container .item.facebook p {
	text-align: center;
}

#masonry-container .item.things {
	background: #7c0040;
	text-align: center;
}

#masonry-container .item.welcome {
	background: #008dcf;
	text-align: left;
}

#masonry-container .item h1 {
	font-size: 28px;
	line-height: 28px;
	margin: 0;
	color: #fff;
	text-transform: uppercase;
}

#masonry-container .item.normal h3 {
	position: static;
	padding: 0;
	margin-bottom: 20px;
}

#masonry-container .item.twitter {
	background: #008dcf url(../images/ico-twitter.png) no-repeat center 90%;
	max-height: 315px;
}

#masonry-container .item.twitter h3 {
	font-size: 24px;
}

#masonry-container #email-signup {
	min-height: 0;
	overflow: visible;
}

#masonry-container .item.news h2 {
	font-size: 32px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	text-align: center;
}

#masonry-container .item.news {
	text-align: left;
}

/*******************************************************************
	HOMEPAGE
*******************************************************************/

.homepage h1 {
}

.homepage #main .stack.content {
	margin: 0 auto 15px auto;
}

/*******************************************************************
  FOOTER
*******************************************************************/

footer {
	z-index: 1000;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 12px 25px;
	background: #003e6a;
	font-size: 14px;
	font-family: Verdana;
	color: #fff;
	box-shadow: 0 -3px 20px rgba(0,0,0,0.25);
	text-transform: uppercase;
}

footer p, footer h4 {
	margin: 0;
}

footer h4 {
	color: #fff;
	text-transform: uppercase;
}

footer a:link,
footer a:visited {
	color: #fff;
	text-decoration: none;
}

footer a:hover {
	color: #fff;
	text-decoration: underline;
}

footer a:focus {
    background: #FFF;
    color: #003e6a;
    outline: 1px solid #FFF;
}

footer .copyright {
	text-align: right;
}

/*******************************************************************
  SOCIAL
*******************************************************************/

.social {
	position: absolute;
	top: -25px;
	left: 0;
	padding: 0;
	width: 100%;
	margin: 0;
	z-index: 500;
	text-align: center;
}

#content .social {
	position: relative;
	z-index: 0;
	top: auto;
	left: auto;
	width: auto;
	text-align: inherit;
}

.social li:first-child {
	margin-left: 0;
}
.social li {
	display: inline-block;
	list-style-type: none;
	margin-left: 8px;
	vertical-align: middle;
}

.social a:link, .social a:visited {
	display: inline-block;
	width: 32px;
	height: 32px;
	background: #008dcf;
	font: 16px/32px Icons;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	border-radius: 100%;
	transition: all 0.2s ease-out 0s;
}

.social a:hover {
	background: #fff;
	color: #008dcf;
}

.social .facebook a:before { content: "\f09a"; font-size: 16px; padding-right: 1px; padding-top: 2px; }
.social .twitter a:before { content: "\f099"; font-size: 16px;}
.social .youtube a:before { content: "\f167"; font-size: 20px;}
.social .googleplus a:before { content: "\f0d5"; font-size: 16px;}
.social .pinterest a:before { content: "\f0d2"; font-size: 20px;}
.social .instagram a:before { content: "\f16d"; font-size: 20px;}
.social .tripadvisor a:before { content: "\f262"; }
.social .maps a:before { content: "\f279"; }
.social .linkedin a:before { content: "\f0e1"; }

.social a:focus {
	outline: none;
}

/*******************************************************************
  PROTECTED AREA
*******************************************************************/

#main .stack.content.protectedArea {
	margin: 160px auto 15px auto;
}

#main .stack.content.protectedArea h1 {
	text-align: center;
}

.memberForm {
	background: #000000;
	border: 6px solid #252525;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.8);
	margin: 20px auto 50px auto;
	padding: 10px 20px 30px 20px;
	text-align: center;
	width: 340px;
}

.memberForm h1 {
	margin: 15px 0;
}

.memberForm label {
	display: block;
	margin: 0 0 5px 0;
}

.memberForm input[type="text"],
.memberForm input[type="password"] {
	background: #3E3E3E;
	border: 1px solid #383838;
	border-bottom: 1px solid #535353;
	color: #FFFFFF;
	margin-bottom: 10px;
	padding: 4px;
}

.memberForm input[type="submit"] {
	background: #008dcf;
	border: none;
	color: #FFFFFF;
	display: block;
	margin: 10px auto 25px auto;
	padding: 5px 50px;
}

.memberForm input[type="submit"]:hover {
	background: #FFFFFF;
	color: #008dcf;
}

/*******************************************************************
  MEDIA QUERIES
*******************************************************************/

@media handheld, only screen and (max-width: 1400px) {
	#wrap {
		width: 50%;
	}
}
@media handheld, only screen and (max-width: 1100px) {
	#navigation a:link,
	#navigation a:visited {
		padding: 0 20px;
	}

	footer {
		font-size: 12px;
	}
}

@media handheld, only screen and (max-width: 1000px) {
	body {
		padding-top: 0;
	}
	#navigation {
		display: none;
	}

	#mobile-navigation {
		display: block;
	}

	#masthead {
		height: 300px;
	}

	.homepage #masthead {
		height: 300px;
	}

	#masthead h2 {
		top: 10px;
	}

	header {
		padding-bottom: 10px;
		position: relative;
	}

	header .content {
		height: auto;
		text-align: center;
	}

	header .logo {
		position: relative;
		margin: 0 auto;
	}

	footer {
		text-align: center;
	}

	footer {
		position: relative;
		bottom: auto;
		padding: 20px 0;
		font-size: 12px;
	}

	footer .copyright {
		text-align: center;
	}

	#wrap, .portfolio #wrap {
		width: auto;
		padding: 25px;
	}


	.social {
		top: -55px;
		width: 100%;
		position: absolute;
		text-align: center;
	}

	#masonry-container .item.w3x, #masonry-container .item.w2x {
		width: 525px;
	}

	#masonry-container .item.w3x > img, #masonry-container .item.w2x > img  {
		max-width: none;
		width: 525px;
		height: 100%;
		left: 50%;
		margin-left: -262px;
	}
}

@media handheld, only screen and (max-width: 560px) {
	h3#caption {
		font-size: 14px;
	}
}

@media handheld, only screen and (max-width: 540px) {
	header {
		padding: 30px 0 15px 0;
	}

	#masonry-container .item,
	#masonry-container .item.w3x,
	#masonry-container .item.w2x,
	#email-signup {
		width: 260px;
	}


}