/*
DEFAULTS | BODY AND INLINE ELEMENTS
======================================== */
body {
	font: 12px gotham_lightregular, arial, sans-serif; 
	background-color: #575454;
	color: #fff;
	font-weight: 100;
	margin: 0 auto;
}

.clearfix:after {
   content: " "; 
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}

h1, h2, h3, h4 {
	margin: 0;
	font-family: gotham_lightregular;
}

h1, h2 {
	text-transform: uppercase;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 14px;
}

h4 {
	font-size: 12px;
}

a:link, a:visited, a:active {
	color: #fff;
	text-decoration: none;
}

a:hover {
	color: #2274a2;
	text-decoration: none;
}

.title {
	margin-bottom: 30px;
}

.justify {
	text-align: justify;
}

.center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.text-left {
	text-align: left !important;
}

.uppercase {
	text-transform: uppercase;
}

.large {
	font-size: 20px;
}

.medium {
	font-size: 16px;
}

/*
DEFAULTS | BLOCK CONTAINERS
======================================== */
#wrapper {
	margin: 0 auto;
	background-color: #000;
	max-width: 800px;
	width: 100%;
	height: 100%;
}

.page {
	padding: 25px 25px;
	width: 100%;
	/*min-height: 400px;*/
	height: auto;
	background-color: #000;
	box-sizing: border-box;
		-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
}

.outercontainer {
	display: table;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.innercontainer {
	display: table-cell;
	vertical-align: middle;
}

.row {
	width: 100%;
	display: block;
	position: relative;
}

.right {
	float: right;
	display: inline-block;
}

.left {
	float: left;
	display: inline-block;
}

.half {
	width: 50%;
	height: auto;
	padding: 10px 20px 10px 0;
	float: left;
	display: inline-block;
	box-sizing: border-box;
		-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
}

.half:last-child {
	padding: 10px 0 10px 20px;
}

.half-contact {
	width: 50%;
	height: auto;
	padding: 20px 40px 20px 0;
	float: left;
	display: inline-block;
	border-right: 1px solid #fff;
	box-sizing: border-box;
		-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
}

.half-contact:last-child {
	padding: 20px 0 20px 40px;
	border: 0;
}

/*
HEADER AND NAVIGATION
======================================== */
header {
	width: 100%;
	/*padding: 0 50px;*/
	height: 130px;
	display: block;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#434343), to(#303030)); 
	background: -webkit-linear-gradient(top, #303030, #434343); 
	background: -moz-linear-gradient(top, #303030, #434343); 
	background: -ms-linear-gradient(top, #303030, #434343); 
	box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
}

.top {
	width: 100%;
	height: auto;
	text-align: center;
	position: relative;
}

.top .logo {
	/*float: left;*/
	width: 100%;
	/*margin-top: 30px;*/
	padding-top: 10px;
	display: block;
}

nav {
	/*float: right;*/
	font-size: 13px;
	margin-top: 20px;
	/*margin-top: 30px;*/
	/*display: inline-block;*/
	font-family: gotham_lightregular;
}

nav ul {
	/*float: right;*/
	list-style: none;
	/*margin: 30px 0 0 0;*/
	margin: 0 auto;
	padding: 0;
	width: 360px;
}

nav ul li {
	float: left;
	width: auto;
	padding: 0 0 3px 0;
	margin-right: 18px;
	display: inline;
	list-style: none;
	text-transform: uppercase;
}

nav ul li:last-child {
	margin: 0;
}

nav ul li:hover {
	border-bottom: 1px solid #1b5e83;
}

.nav-active {
	border-bottom: 1px solid #fff;
}

.social-container {
	width: auto;
	height: auto;
	display: block;
	clear: both;
	float: right;
}

.social-container a {
	display: inline-block;
	float: left;
	margin-right: 5px;
}

.social-container a:nth-child(3n+0) {
	margin: 0;
}


.button-wrap {
	width: auto;
	height: auto;
	text-transform: uppercase;
	border: 1px solid #fff;
	margin-bottom: 20px;
}

.list-view-btn, .map-view-btn {
	width: 100px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	display: inline-block;
	cursor: pointer;
}

/*
PAGES
======================================== */
.img-container {
	/*width: 430px;*/
	/*height: 290px;*/
	width: 90%;
	margin: 20px auto 0 auto;
	/*overflow: hidden;*/
}

.img-container img {
	/*height: 300px;*/
	width: 100%;
}

.property-icons-wrap {
	margin: 20px auto;
	width: 391px;
}

.property-icons {
	float: left;
	display: inline-block;
	margin-right: 25px;
}

.property-icons:last-child {
	margin: 0;
}

.contact-form-container {
	width: 100%;
	height: auto;
	/*margin-top: -4px;*/
	display: inline-block;
	float: left;
	text-align: left;
	box-sizing: border-box;
		-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
}

.contacts {
	width: 100%;
	display: block;
	margin-bottom: 8px;
	padding: 7px;
	color: #888;
	font-style: italic;
	background-color: #fff;
	border: 0;
	border-radius: 3px;
	box-sizing: border-box;
		-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
}

.contact-form {
	/*width: 300px;*/
}

.contact-button {
	float: right;
	margin: 10px 0 0 0;
	font-size: 14px;
	letter-spacing: 1px;
	color: #fff;
	text-transform: uppercase;
	background: none;
	border: 0;
}

.social-contact {
	width: auto;
	height: auto;
	display: block;
	clear: both;
	/*float: right;*/
	margin-top: 20px;
}

.social-contact a {
	display: inline-block;
	float: left;
	margin-right: 10px;
}

.social-contact a:nth-child(4n+0) {
	margin: 0;
}

.list-container {
	width: 100%;
	display: block;
	clear: both;
	height: auto;
	/*padding-right: 40px;*/

}

.list-block {
	width: auto;
	height: auto;
	display: block;
}

.push {
	margin-left: 10px;
}

.select {
	margin-bottom: 10px;
}

.list-view-table {
	width: 100%;
	border-collapse: collapse;
	display: table;
}

.table-row  {
	display: table-row;
	border-bottom: 1px solid #363636;
	font-size: 11px;
}

.table-row:first-child {
	border-bottom: 1px solid #fff;
}

.table-row:hover {
	background-color: #0f364c;
}

.table-row:first-child:hover {
	background-color: #000;
}

.table-row:last-child {
	border-bottom: 0;
}

.property, .availabilities, .address, .neighborhood, .sf, .rentsf, .comments, .icons, .thumbnail {
	display: table-cell;
	vertical-align: middle;
	padding: 8px 3px;
	box-sizing: border-box;
		-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
}

.property {width: 75%;}
.availabilities {width: 15%; text-align: center;}

/*.thumbnail {width: 80px; height: 53px; overflow: hidden;}
.thumbnail img {height: 60px;}*/
.address {width: 45%; text-align: center;}
.neighborhood {width: 35%; text-align: center;}
.sf {width: 10%; text-align: center;}
.rentsf {width: 10%; text-align: center;}
/*.comments {width: 210px; text-align: center;}*/
/*.icons {min-width: 60px;}*/
.icons { width: 10%; }

.neighborhood-drop {
	display: inline-block;
	margin-right: 30px;
	width: 40%;
}

.square-footage-drop {
	margin-right: 0;
	display: inline-block;
	width: 40%;
}

.select-form {
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}

.availabilities-footer {
	height: auto;
	width: 100%;
	text-align: center;
	display: block;
	clear: both;
	padding: 7px 0;
	margin-top: 30px;
	border-top: 1px solid #266886;
	border-bottom: 1px solid #266886;
}

.availabilities-footer img {
	/*width: 100%;*/
}

.pop-up-icons {
	margin-right: 10px;
}

/*
MAP VIEW
======================================== 
.map-block {
	width: 100%;
	display: none;
	height: auto;
}

.map-container {
	width: 65%;
	height: 400px;
	background-color: #eee;
	float: left;
}

.map-nav {
	width: 35%;
	height: 400px;
	text-align: left;
	float: left;
}

.title-2 {
	margin-bottom: 20px;
}

/*
FOOTER
======================================== */
footer {
	padding: 50px 0 0 0;
	font-size: 10px;
	color: #fff;
	width: 100%;
	/*height: 180px;*/
	position: relative;
	/*text-transform: uppercase;*/
	font-family: gotham_lightregular;
	/*background-color: #242424;		*/
	box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
}

/*footer ul {
	margin: 20px 50px 0 0;
	padding: 0;
	float: left;
	display: inline-block;
	float: left;
}

footer ul:last-child {
	margin-right: 0;
}

footer ul li {
	margin: 10px 0 0 0;
	padding: 0;
	display: block;
}

.footer-logo {
	display: inline-block;
	float: right;
	margin: 30px 0 0 0;
}*/

/*
CAROUSEL IMAGE SLIDER
======================================== */
.carousel {
  position: relative;
  margin: 8px 0 20px 0;
  line-height: 1;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
     -moz-transition: 0.6s ease-in-out left;
       -o-transition: 0.6s ease-in-out left;
          transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  width: 100%;
  line-height: 1;
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  z-index: 200;
  opacity: 1;
  filter: alpha(opacity=100);
  font-size: 25px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.6) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
}
.carousel-control:hover,
.carousel-control:focus {
  outline: none;
  color: #ffffff;
  text-decoration: none;
  opacity: 1;
  filter: alpha(opacity=100);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 2%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 2%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon:empty {
  width: 1em;
}

.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.carousel-indicators {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 5;
  margin: 0;
  list-style: none;
}

.carousel-indicators li {
  display: block;
  float: left;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  text-indent: -999px;
  background-color: #ccc;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 5px;
}

.carousel-indicators .active {
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 15px;
}

.carousel-caption h4,
.carousel-caption p {
  line-height: 20px;
  color: #ffffff;
}

.carousel-caption h4 {
  margin: 0 0 5px;
}

.carousel-caption p {
  margin-bottom: 0;
}

.carousel.fade {
  opacity: 1;
}
.carousel.fade .item {
  -moz-transition: opacity ease-in-out 1s;
  -o-transition: opacity ease-in-out 1s;
  -webkit-transition: opacity ease-in-out 1s;
  transition: opacity ease-in-out 1s;
  left: 0 !important;
  opacity: 0;
  top: 0;
  position: absolute;
  width: 100%;
  display: block !important;
  z-index: 1;
}
.carousel.fade .item:first-child {
  top: auto;
  position: relative;
}
.carousel.fade .item.active {
  opacity: 1;
  -moz-transition: opacity ease-in-out 1s;
  -o-transition: opacity ease-in-out 1s;
  -webkit-transition: opacity ease-in-out 1s;
  transition: opacity ease-in-out 1s;
  z-index: 2;
}
/*
HOME PAGE ICONS
======================================== */
.properties-home {
	width: 50%;
	float: left;
	margin-top: 10px;
	/*display: inline-block;*/
	text-align: center;
	/*margin-right: 10%;*/
	text-transform: uppercase;
	font-size: 18px;
}
.properties-home a {
	color: #fff;
}
.properties-home img {
	vertical-align: middle;
	margin-left: 10px;
	width: 50px;
}

/*
MOBILE RESPONSES
======================================== */
@media screen and (max-width: 530px) {
	.availabilities-footer img {
		width: 100%;
	}
}

@media screen and (max-width: 440px) {
	header {
		/*padding: 0 0;*/
	}
	nav {
		font-size: 12px;
	}
	nav ul {
		width: 310px;
	}
	nav ul li {
		margin-right: 10px;
	}
	.property-icons {
		float: none;
		display: block;
		margin: 0 0 10px 0;
	}
	.property-icons-wrap {
		width: auto;
		text-align: center;
	}
	.page {
		padding: 25px 5px 0 7px;
	}
	.img-container {
		width: 95%;
	}
	.title {
		text-align: center;
		margin-left: -10px;
	}
	.properties-home {
		font-size: 13px;
	}
	.properties-home img {
		width: 30px;
	}
}

@media screen and (max-width: 330px) {
	.properties-home img {
		display: block;
		clear: both;
		margin: 10px auto 0 auto;
	}
	nav ul {
		width: auto;
	}
	nav ul li {
		float: none;
		display: block;
		margin: 0 auto 10px auto;
		border-bottom: 1px solid #363636;
		width: 160px;
	}
	nav ul li:last-child {
		margin: 0 auto 10px auto;
	}
	header {
		height: auto;
		padding-bottom: 10px;
	}
}