/*
	Theme Name: Swan's Market Theme
	Theme URI: http://swansmarket.com
	Description: Custom Theme for Swan's Market
	Version: 1.0
	Author: Erin Kodama
	Author URI: http://erinkodama.com
	Tags: HTML5, CSS3, jQuery, responsive

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font-family: "azo-sans-web",sans-serif;
	font-weight:400;
	font-size:13px;
	line-height:1.5; letter-spacing:0.5px;
	color:#666;
	-webkit-font-smoothing: subpixel-antialiased;  
	text-rendering: optimizelegibility; 
	-moz-osx-font-smoothing: grayscale;
}

p, div, ul, ol, h1, h2, h3, h4, h5, h6 { margin-top: 0; }

h1, h2, h3, h4, h5, h6 {}
h1 {}
h2 { 
	font-family: "azo-sans-web",sans-serif;
}
h3 {
	font-size: 14px;
    font-weight: 700;
    line-height: 1.3em; 
	letter-spacing:1px;
    margin-bottom: 2px;
	font-family: "azo-sans-web",sans-serif; 
	color:#444444; 
	text-transform:uppercase;
}
h4 {
	font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.75px;
    line-height: 1.15em;
    margin-bottom: 8px; 
	color:#444444; 
	text-transform:uppercase;
}
h5 {}
h6 {}

/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
	height: auto;
}
a {
	color:#e24526;
	text-decoration:none;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
}
a:hover {
	color:#e24526;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

hr {
	clear: both;
	margin: 40px 0;
	border-top: 1px solid #bebebe;
	border-left: 0 none;
	border-bottom: 0 none;
	border-right: 0 none;
}

.larger {}

.accessible {
	position: absolute;
	text-indent: -9999px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
	margin-bottom: 15px;
}


.video-container iframe,
.map-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

.map-container {
    position: relative;
    padding-bottom: 28.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}


/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

#wrap-all {
	overflow: hidden;
    position: static;
    width: 100%;
    z-index: 2;
}

.wrapper {
	max-width:1170px;
	width:95%;
	margin:0 auto;
	position:relative;
}
.nav ul {
	margin: 0; 
	padding: 0;
	list-style: none;
}

/* columns */

.row { 
	clear: both; 
	display: block;  
	margin: 0 -2%;
}

.col {
	position: relative;
	float: left;	
	padding: 0 2%;
}

.one-half { width: 50%;}
.one-third { width: 33%; }
.two-third { width: 66.66%; }
.one-fourth { width: 25%; }
.three-fourth { width: 75%; }
.one-fifth { width: 20%; }
.two-fifth { width: 40%; }
.three-fifth { width: 60%; }
.four-fifth { width: 80%}
.one-sixth { width: 16.67%; }
.five-sixth { width: 83.33%; }

/* inline block */
.inline-block {
	display: inline-block;
	vertical-align: top;
}

/*------------------------------------*\
    FORM STYLING
\*------------------------------------*/


button,
.button,
input[type="submit"] {
	background: #e24526;
	color: #FFF;
	text-transform: uppercase; 
	font-family: "azo-sans-web",sans-serif;
	font-size: 10px;
	letter-spacing: 1.5px;
	border-radius: 0;
	border: 0 none;
	padding: 5px 15px;
	font-weight: 700;
	transition: 0.4s all ease;
	-webkit-transition: 0.4s all ease;
}

button:hover,
.button:hover,
input[type="submit"]:hover {
	background: #e24526;
}

/*------------------------------------*\
    HEADER
\*------------------------------------*/

#mobile-nav-button {
	display: none;
}

#header {
	z-index: 300;
}

#header .header-nav,
#header #social-media {
	background: #000000;
	float: right;
	padding: 0 12px;
	margin: 0 0 0 30px; 
	font-weight:900;
}

#header .header-nav {
	margin-left: 0; 
	font-weight:900;
}

#header .header-nav li {}
#header .header-nav li a,
#header #social-media .text {
	color: #FFF;
	padding: 16px 8px;
	line-height: 1em;
	display: inline-block;
	text-transform: uppercase;
	font-weight: 900; 
	letter-spacing:1.2px;
	font-size: 12px; 
	font-family: "azo-sans-web",sans-serif;
}

#header .nav > ul > li {
	display: inline-block;
	position: relative;	
}
#header .nav li a {}
#header .nav li a:hover,
#header .nav li:hover > a,
#header .nav li.current-menu-item > a,
#header .nav li.current-menu-ancestor > a { 
	color: #e24526;
}

#header li.menu-item-has-children > a {
	cursor: default;
}

#header .nav ul li ul {
	position: absolute;
	width: 185px;
	top: 40px;
	left: -3px;
	padding-bottom: 6px;
	background: #000000;
	display: none; 
	letter-spacing:0.5px; 
	font-family: "azo-sans-web",sans-serif; 
	font-weight:600;
	z-index: 200;
}

#header .nav ul li:hover ul { 
	display: block; 
}

#header .nav ul li ul li {
	display: block;
	float: none;
	z-index: 9999;
}

#header .nav ul li ul li a {
	display: block;
	text-align: left;
	margin: 0;
	padding: 5px 10px 4px;
	text-transform: none;
	line-height: 1.2em;	
	color: #FFF; 
	font-family: "azo-sans-web",sans-serif; 
	letter-spacing:0.5px; 
	font-weight:600;
}
#header .nav ul li ul li a:hover {}

#header #social-media span {
	display: inline-block;
	vertical-align: middle;
	transition: 0.4s all ease;
	-webkit-transition: 0.4s all ease;
}

#header #social-media .icon {
	background: #FFF;
	border-radius: 50%;
	position: relative;
	width: 20px;
	height: 20px;
}

#header #social-media a:hover .icon {
	background: #507cbe;
}

#header #social-media a:hover .icon i {
	color: #FFF;
}

#header #social-media a:hover .text {
	color: #FFF;
}

#header #social-media .text {
	padding-left: 2px;
	padding-right: 2px;
}

#header #social-media .icon i {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	position: absolute;
	color: #2a261a;
	font-size: 12px;
}



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

#main {
	margin: 80px 0 0;
}

#main article {
	margin-bottom: 110px;
}

.page-title, .post-title, .archive-title { margin-top: 0; }


/*------------------------------------*\
    HOME PAGE
\*------------------------------------*/

.page-template-template-frontpage html, 
.page-template-template-frontpage body {
	height: 100%;
	min-height: 100%;
}

.page-template-template-frontpage body {
	position: relative;
	margin: 0;
	padding: 0;
}

.page-template-template-frontpage #header {
	position: relative;
}

.page-template-template-frontpage #main {
	margin: 0;
}

.banner.home-slider {}

/* Full browser width slider thanks to http://codepen.io/rugor/pen/xGXYzB/ */

.home-slider .flexslider-container, 
.home-slider .flexslider .slides, 
.home-slider .flex-viewport {
    height: 100%;
}

.home-slider ul.slides {
	margin: 0;
	padding: 0;
}

.home-slider .flexslider {
	margin: 0; 
	padding: 0; 
	width: 100%; 
	height: 100%; 
	border: 0px; 
	overflow: hidden;
	position: absolute;
	top: 0;
	border-radius: 0;
}

.home-slider .flexslider .slides > li { 
	background-position: center;
	height: 100%;
	width: 100%;
	display: none;
	-webkit-backface-visibility: hidden;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.home-slider .flexslider .slider-link {
	bottom: 10%;
    color: #fff;
    left: 50%;
    position: absolute;
    text-align: center;
    transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
    z-index: 200;
	width: 95%;
}	

.home-slider .flexslider .slider-link .slider-text {
	margin-bottom: 30px; 
	font-weight:900;
}

.home-slider .flexslider .slider-link span {
	display: inline-block;
    font-size: 27px;
    font-weight: 900;
    letter-spacing: 5px; 
    line-height: 1em;
    margin: 0 20px;
    text-transform: uppercase; 
	font-family: "azo-sans-web",sans-serif;

}

.home-slider .flexslider .slider-link a.button {
	cursor: pointer;
}

.page-template-template-frontpage .headline-section {
	padding: 75px 0 0;
	text-align: center;
	font-size: 36px;
}

.admin-bar.page-template-template-frontpage .headline-section {
	padding-top: 43px;
}

.page-template-template-frontpage .headline-section h2 {
	text-transform: uppercase;
	font-size: 28px; 
	font-weight:500;
	color: #e24526;
	margin-bottom: 0; 
	font-family: "azo-sans-web",sans-serif; 
	letter-spacing:2px;
}

.page-template-template-frontpage .headline-section p {
	margin-bottom: 0; 
	font-family: "azo-sans-web",sans-serif; 
	font-size:30px; 
	font-weight:400; 
	letter-spacing:0.5px;
	line-height:1.5;
}

#scroll-down-link {
	background: transparent;
}
#scroll-down-link:hover {
	opacity: .80;
}

.home-content {
	background: url('img/diagonal-bg.png') repeat;
	padding: 90px 0 50px;
}

.home-section .block-title {
	background: #e24526;
    color: #fff;
    font-size: 22px;
    letter-spacing: 3px;
    margin: 0 auto 55px;
    max-width: 265px;
    padding: 25px 0;
    text-align: center;
    text-transform: uppercase;
    width: 80%;
	line-height: 1em; 
	font-family: "azo-sans-web",sans-serif;
}

.home-section .block-title.first {
	margin-top: -125px;
}

.home-section h3 {
	margin: 0;
	line-height: 1em;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	font-size: 1.1em; 
	font-family: "azo-sans-web",sans-serif; 
	text-align:center;
}

.home-section h3 a {
	color: #666;
}

.carousel.flexslider {
	border-radius: 0;
	border: 0 none;
	background: none;
	margin: 0 auto 60px;
}

.carousel.flexslider .slide {
	background: #FFF;
}
.carousel.flexslider .grid-content {}
.carousel.flexslider .grid-content h3 {}

.carousel.flexslider .grid-content h3 a {
	text-align: center;
	padding: 30px 0;
	display: block;
}

.flex-direction-nav a::before {
    content: none;
    display: inline-block;
    font-family: inherit;
    font-size: 100%;
}

.flex-direction-nav a {
    height: 51px;
    margin: 0;
    opacity: 1;
    width: 30px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.flex-direction-nav .flex-prev {
    left: 0;
}

.flex-direction-nav a.flex-prev,
.flexslider:hover .flex-direction-nav .flex-prev {
    background: url("img/arrow_left.png") no-repeat;
	left: -60px;
}

.flex-direction-nav a.flex-next::before {
    content: none;
}

.flex-direction-nav a.flex-next,
.flexslider:hover .flex-direction-nav .flex-next {
    background: url("img/arrow_right.png") no-repeat;
	right: -60px;
}

.flex-direction-nav .flex-next {
    right: 0;
}

.home-section {
	margin: 0 auto 60px;
}

.home-section:last-of-type {
	margin-bottom: 0;
}
.home-section .home-box {
	background: #FFF;
}
.home-section .home-box .box-text h3 {}

.home-section .home-box .box-text h3 a {
	display: block;
	text-align: center;
	padding: 30px 0;
}

/*------------------------------------*\
    ABOUT PAGE
\*------------------------------------*/

.image-caption {
	text-align: center;
	font-size: 12px;
	margin: 8px 0 0;
	font-family: "azo-sans-web",sans-serif;
	font-style:italic;
	letter-spacing:0.3px;
}

.readmore-content {
	display: none;
}
.readmore-link,
.readless-link {
	cursor: pointer;
	font-weight: 600;
}

.readmore-link {
	text-transform: uppercase;
	margin: 0 0 0 5px;
	font-family: "azo-sans-web",sans-serif; 
	font-size:11px; 
	font-weight:700;
}
.readless-link {
	display: block;
	text-transform: uppercase;
	font-family: "azo-sans-web",sans-serif; 
	font-size:11px; 
	font-weight:700;
	margin: 0 0 30px;
}

.readmore-link span,
.readless-link span {
	display: inline-block;
	vertical-align: bottom;
}

.readmore-link .arrows,
.readless-link .arrows {
	font-size: 1.15em;
}

/*------------------------------------*\
    INFO PAGE
\*------------------------------------*/

.info-map {
	margin-bottom: 50px;
}

.row.map-detail {
	margin-bottom: 20px;
}

ol.tenant-list.row {
	display: block;
    padding: 0;
    list-style: none;
    overflow: hidden;
    counter-reset: numList;
	margin: 0 -1%;
	font-size: 12px; 
	letter-spacing:0.3px; 
	font-family: "azo-sans-web",sans-serif;
}

ol.tenant-list.row .col {
	padding: 0 1%;
}

ol.tenant-list li {
	display: block;
    font-size: 13px;
    margin: 0 0 8px;
}

ol.tenant-list li:before {
	border: 1px solid;
    border-radius: 50%;
    content: counter(numList, decimal);
    counter-increment: numList;
    display: inline-block;
    height: 25px;
    line-height: 18px;
    margin: 0 6px 0 0;
    padding: 2px;
    text-align: center;
    width: 25px;
	font-size: 12px; 
	letter-spacing:0.3px; 
	font-family: "azo-sans-web",sans-serif;
}

ol.tenant-list .col:first-child {
	width: 26%;
}

ol.tenant-list .col:nth-child(2){
	width: 21%;
}

ol.tenant-list .col:last-child {
	width: 28%;
}

.

/*------------------------------------*\
    MEDIA PAGE
\*------------------------------------*/

.media-grid {
	margin: 0 -1.5% 100px;
}

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

.grid-item {
	float: left;
	padding: 0 1.5%;	
}

.grid-item .inner-wrap {
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 1px solid #bebebe;
}

.grid-item:last-child .inner-wrap,
.media-grid.even .grid-item:nth-last-child(2) .inner-wrap {}

.grid-item img {
	margin-bottom: 0;
}

.grid-item .media-title {
	font-weight: 500;
	margin-bottom: 15px; 
	text-transform:none; 
	color:#444444; 
	letter-spacing:0.3px; 
	font-size:16px;
}

.grid-item .media-date {
	font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.75px;
    text-transform: uppercase;
	margin-bottom: 12px; 
	font-family: "proxima-nova",sans-serif;
}

.grid-item .media-publication {
	font-style: italic;
	margin: 0 0 5px;
}

.grid-item .media-desc p:last-of-type {
	margin-bottom: 0;
}

.grid-item .media-link {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 11px;
	display: inline-block; 
	font-family: "azo-sans-web",sans-serif;
	margin: 0 0 0 3px;
}

/*------------------------------------*\
    TENANT SINGLE
\*------------------------------------*/	


.logo-row img {
	max-height: 125px;
	margin-bottom: 20px;
}

.tenant-title {
	font-size: 15px;
    letter-spacing: 1px;
    margin: 0 0 2px;
	text-transform: uppercase; 
	color:#444444; 
	font-weight:700; 
	font-family: "azo-sans-web",sans-serif;
}

.tenant-img-1 {
	margin-bottom: 20px;
}

.tenant-img-2 {
	margin-top: -80px;
}


/*------------------------------------*\
    PRE-FOOTER
\*------------------------------------*/

#pre-footer {
	padding: 40px 0 40px; 
	background: #eee;
}
.page-template-template-frontpage #pre-footer {
	background: #fff;
}

#pre-footer h3 {
	color: #e24526;
    font-size: 12px;
    letter-spacing: 1.5px;
    text-transform: uppercase; 
	font-family: "azo-sans-web",sans-serif; 
	font-weight:600; 
	margin-bottom:3px;
}

#pre-footer h3 i {
	color: #666;
	font-size: 24px;
	margin: 0 0 2 4px;
}

#pre-footer h4 { 
	font-family: "azo-sans-web",sans-serif; 
	letter-spacing:0.3px; 
	font-weight:500; 
	font-size:13px; 
	line-height:1.3; 
	margin-bottom:0px; 
	text-transform: none; 
	color: #666666;
}

#pre-footer .col {
	border-right: 1px solid #999;
}

#pre-footer .col:last-of-type {
	border-right: 0 none;
}

#pre-footer .mc-embed-code {}
#pre-footer .mc-embed-code input[type="email"] {
	width: 100%;
	background: transparent;
	border-top: 0 none;
	border-left: 0 none;
	border-right: 0 none;
	border-bottom: 1px solid #999;
	display: block;
	max-width: 400px;
	color:#666;
}
#pre-footer .mc-embed-code label {
	text-transform: uppercase;
	font-size: 10px; 
	font-family: "azo-sans-web",sans-serif; 
	letter-spacing:0.8px; 
	font-weight:400; 
}

#pre-footer .mc-embed-code .mc-field-group {
	margin-bottom: 10px; 
}

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

#footer {
	background: url('img/footer-bg.jpg') no-repeat;
	background-size: cover;
	background-position: center top;
	padding: 13px 0;
	line-height: 1.4em;
	color: #FFF;
}
#footer p {
	margin: 0;
}
#footer .inline-block {
	vertical-align: bottom;
	width: 49.75%; 
	font-size:11px; 
	letter-spacing:0.8px; 
	color:#fff;
}

#footer .footer-content {}
#footer .copyright {
	text-align: right; 
	font-size:10px; 
	font-weight:400; 
	letter-spacing:0.5px;
}



/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#2a261a;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#2a261a;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#2a261a;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:0 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:0 auto 5px auto;
}
.alignright {
	float:right;
	margin:0 0 20px 20px;
}
.alignleft {
	float:left;
	margin:0 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:0 0 20px 20px;
}
a img.alignnone {
	margin:0 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:0 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}


/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (max-width:1320px) {
	/* Home Page */
	.carousel.flexslider {
		width: 92%;
	}
}
@media only screen and (max-width:1140px) {

}
@media only screen and (max-width:1024px) {

}
@media only screen and (max-width:992px) {

	/* Home Page */
	.carousel.flexslider {
		width: 88%;
	}

	/* Tenant Single */

	.tenant-img-2 {
		margin: 0;
	}
	
	/* Info Template */
	.map-detail .one-sixth {
		width: 25%;
	}
	.map-detail .five-sixth {
		width: 75%;
	}
	ol.tenant-list.row .col {
		width: 50%;
	}
	
	
}
@media only screen and (max-width:768px) {

	body {
	/*	overflow-x: hidden; */
	}
	
	#main {
		margin-top: 30px;
	}

	/* Columns */
	.row { margin: 0;}
	.col { 
		float: none; 
		margin: 0 0 20px; 
		padding: 0; 
		border-left: 0 none !important;
		border-right: 0 none !important; 
	}
	.col.one-half,
	.col.one-third,
	.col.two-third,
	.col.one-fourth,
	.col.three-fourth,
	.col.one-fifth,
	.col.two-fifth,
	.col.three-fifth,
	.col.four-fifth,
	.col.one-sixth,
	.col.five-sixth { 
		width: 100%; 
	}
	
	/* MOBILE MENU */
	
	#header .wrapper {
		width: 100%;
	}
	
	#header .logo {
		margin-left: 2.5%;
	}
	
	#header .menu-section {
		position: absolute;
		top: 0;
	}
	
	#header .header-nav, 
	#header #social-media {
		float: none;
		margin: 0;
		padding: 0;
	}
	#header #social-media .text {
		padding: 0;
	}
	
	#header #social-media {
		display: none;
	}
	
	#header #social-media, 
	#header .nav li a,
	#header .nav ul li ul li a { /* Keep these together so they have matching padding */
		padding: 16px;
	}
	
	#header .nav ul li ul li a {
		padding-left: 28px;
	}
	
	
	#mobile-nav-button {
		cursor: pointer;
	    display: block;
	    margin: 0;
	    padding: 0;
	    position: absolute;
	    right: 0;
	    top: 25px;
		right: 2.8%;
	}
	#mobile-nav-button.close {
		height: 50px;
		width: 50px;
		background: url('img/mobile_menu_open.png') no-repeat;
	}
	
	#mobile-nav-button.open {
		z-index: 600;
		position: absolute;
		height: 50px;
		width: 50px;
		background: url('img/mobile_menu_close.png') no-repeat;
	}
	
	#mobile-nav-button:hover {}
	
	#mobile-nav-button i {
		font-size: 28px;
		color: #fff;
		padding: 10px;
	}
	
	#mobile-nav-button.open i {
		border: 1px solid #fff;
	    border-radius: 50%;
	    color: #fff;
	    font-size: 25px;
	    font-weight: 300;
	    height: 38px;
	    padding: 5px 0 0 8px;
	    width: 38px;
		transition: 0.4s all ease;
		-webkit-transition: 0.4s all ease;
	}
	
	#mobile-nav-button.open:hover {}
	
	#mobile-nav-button.open:hover i {
		opacity: .8;
	}
	
	#header .header-nav { 
		display: none; 
		position: absolute; 
		z-index: 9999;
		margin: 0; 
		width: 100%;
		background: #000;
		z-index: 500;
		top: 0;
		right: 0; 
		padding-top: 60px;
	}
	
	#header .header-nav li,
	#header .nav > ul > li {
		display: block;
	}
	
	#header .nav li a,
	#header .nav ul li ul li a {
		display: block;
		border-bottom: 1px solid #FFF;
		font-size: 12px;
	}
	
	#header .header-nav > ul > li > a:before,
	#header .header-nav #social-media:before { 
		content:"\00bb"; 
		padding-right: 5px;
	} 
	
	#header .header-nav #social-media:before {
		color: #FFF;
	}
	#header .header-nav #social-media:hover:before{
		color: #CCC;
	}
	
	#header .nav ul li ul {
		display: none;
		position: relative;
		width: 100%;
		padding: 0;
		top: auto;
		left: auto;
	}
	
	#header .nav ul li:hover ul {
		display: none;
	}
	
	/* Home Page */
	.carousel.flexslider {
		width: 80%;
	}
	
	/* Single Tenant */
	.tenant-img-2 {
		margin-bottom: 20px;
		width: 50%;
		max-width: 400px;
	}
	
	/* Info Page */
	.row.map-detail {
		margin-bottom: 0;
	}
	ol.tenant-list.row .col {
		float: left;
		width: 50%;
	}
	
	/* Media Page */
	.media-grid {
		margin: 0 0 20px;
	}
	.grid-item {
		float: none;
		width: 100%;
		padding: 0;
	}
	
	/* Pre-Footer */
	#pre-footer .col {
		border-right: 0 none;
		border-bottom: 1px solid #999;
		padding-bottom: 40px;
		margin-bottom: 40px;
	}
	
	/* Footer */
	#footer {
		background-image: none;
		background: #111;
	}
	#footer .inline-block,
	#footer .copyright {
	    display: block;
	    margin: 10px 0 0;
	    text-align: left;
		width: 100%;
	}
}
@media only screen and (max-width:480px) {

	/* Structure */
	#main {
		margin-top: 10px;
	}

	/* Header */
	#header .logo img {
		width: 44%;
	}

	/* Home Page */
	.flex-direction-nav a.flex-prev, 
	.flexslider:hover .flex-direction-nav .flex-prev {
		left: -40px;
	}
	
	.flex-direction-nav a.flex-next, 
	.flexslider:hover .flex-direction-nav .flex-next {
		right: -40px;
	}
	
	/* Single Tenant */
	.tenant-img-2 {
		margin-bottom: 20px;
		width: 56%;
		max-width: none;
	}

}

@media only screen and (max-width:420px) {
	
	/* Home page*/
	.flex-direction-nav a.flex-prev, 
	.flexslider:hover .flex-direction-nav .flex-prev,
	.flex-direction-nav a.flex-next, 
	.flexslider:hover .flex-direction-nav .flex-next {
		background-size: 25px; 
	}

}


@media only screen and (max-width:360px) {

	/* Media Page */
	.grid-item img {
		float: none;
		margin-bottom: 20px;
	}
	
	/* Info Page */
	ol.tenant-list.row .col {
		float: none;
		width: 100%;
		margin-bottom: 0;
	}
}
@media only screen and (max-width:320px) {

}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}


/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}

@media only screen and (min-width:769px) {
	#mobile-nav-button { display: none !important; }
	.header-nav { display: block !important; }
}
