@charset "utf-8";
            
        @import url('//fonts.googleapis.com/css?family=Questrial');

            
        @import url('//fonts.googleapis.com/css?family=Muli');

    /* CSS Document 

Unconfusing Technology
Please give credit when copying

*/
body {
        background: url('http://tuxedoparkensley.com/images/bk.');
    	font-size: 11pt;
}

#container {
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
	background: #fff;
	-moz-box-shadow: 0 0 15px #333;
	-webkit-box-shadow: 0 0 15px #333;
	box-shadow: 0 0 15px #333;
	border-top: none;
}

#preview {
	box-shadow: 0px 0px 4px #1f1f1f;
}

#logo {
	width: 550px;
	float: left;
	padding-left: 30px;
}

#right-inner {
}

.page-images img {
	max-width: 100%;
    padding: 50px;
}

#footer {
	border-top: 1px solid #ccc;
    margin-top: 10px;
    margin-left: 365px;
    margin-right: 365px;
	padding: 10px 0;
    background-color: white;
    max-width: 1000px;
}

.overlay-image {
	height: 400px;
	max-height: 400px;
	overflow-y: hidden;
}

#leasing-banner-container {
	position: relative;
}

#leasing-banner-tagline {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 10px;
    font-size: 42px;
	color: #fff;
    overflow: hidden;
}

#leasing-banner {
    position: absolute;
    left: -98px;
    top: -15px;
    width: 1160px;
}

.overlay {
	position: absolute;
	z-index: 5;
	opacity: 0.925;
	transition: all 0.5s ease-in-out 0s;
	top: 275px;
	width: 100%;
	max-width: 940px;
	padding-left: 60px;
	background: #7D1935;
}

.overlay h1 {
	color: #fff;
}

.title {
	margin: 1em 0;
	font-size: 230%;
	color: #000;

	text-shadow: 1px 1px 5px #888888;
}

.sub-title {
	margin: 1em 0;
	font-size: 145%;
	color: #000;

	line-height: 2em;
}

#header {
	max-height: 470px;
	overflow: hidden;
	position: relative;
}

#slider {
	position: relative;
	max-width: 1000px;
	overflow: hidden;
}

#slider img {
    width: 1000px;
}

#contact {

}

#contact span.spacer {
	margin-top: 10px;
}

#gray-bk-bottom {
	height: 55px;
	background: #ccc url(../images/gray-bk-bottom.png) bottom left repeat-x;
	margin-top: -2px;
}

/**************************************

Frontpage Map

***********************************/
.map {
	padding: 10px
}

.map h2 {
	text-align: center
}

.map h2 a {
	padding: 8px 30px;
	margin: 0 15px;
	background: #7D1935;
	color: #fff;
	opacity: .6;
	filter: alpha(opacity = 60);
	transition: all .5s ease-in-out
}

.map h2 a.selected, .map h2 a:hover {
	opacity: 1;
	filter: alpha(opacity = 100)
}

#more {
	display: block;
	padding: 10px;
	margin: 10px auto
}

#map-canvas {
	height: 100%;
	margin: 0;
	padding: 0;
	width: 100%;
	min-height: 400px
}

#places {
	height: 150px;
	overflow-y: scroll;
	margin: 0;
	padding: 5px 0;
	border-top: 3px solid #f5f5f5;
	border-bottom: 3px solid #f5f5f5
}

#places li {
	margin: 1px 0
}

/**************************************

ACTION MENU

***********************************/
.action-menu {
	position: fixed;
	top: 30px;
	right: 50px;
	z-index: 9999;
}

.action-menu img {
	vertical-align: middle;
}

.action-menu p {
	line-height: 12px;
	padding: 10px 20px;
	background: none repeat scroll 0% 0% #4A96AD;
	transition: all 0.5s ease-in-out;
	color: #fff;
		   border: 1px solid #1f1f1f;
		width: 100px;
}

.action-menu p:hover {
	cursor: pointer;
		border: 1px solid #f5f5f5;
	}

#share {
	position: fixed;
	bottom: 10px;
	left: 50px;
}

#share div {

}

#share img {

}

/**************************************

RIGHT MENU

***********************************/
#menu {
	text-align: center;
	width: 400px;
	float: right;
}

#menu div {

	font-size: 130%;
	vertical-align: text-bottom;
}

#menu div a {
	text-decoration: none;
	color: #333;
	line-height: 1.5em;
}
/*
#menu a
{
	display:inline-block;
	color:#0F6D70;	
	margin:0 10px;
	text-decoration:none;
	padding:10px;
}
*/
#menu a.selected, #menu a:hover {
	text-decoration: underline;
	color: #333;
}

#main a {
	font-weight: bold;
}

/**************************************

MAIN MENU

***********************************/
#main-menu {
	text-align: center;
	width:100%;
	max-width: 1000px;
	list-style-type: none;
	margin: 0;
	padding:0;
}


#main-menu li {
    display: inline-block;
}

#main-menu li a {
    display: block;
    font-size: 1.5em;
    padding: 10px 30px;
}

#main-menu div {
	font-size: 150%;
	vertical-align: text-bottom;
}

#main-menu div a {
	text-decoration: none;
	color: #333;
	padding: 5px;
	margin: 0 10px;
	list-style: none;
    transition: all 1s;
}

#main-menu a.selected, #main-menu a:hover {
	/*text-shadow: 1px 1px 5px #888888;*/
    background: #7D1935;
        color: #f5f5f5;
        text-decoration:none;
    transition: all 1s;
}

#menu .accent-button {
	background: #7D1935;
	text-align: center;
	padding: 2px 5px;
	position: absolute;
	right: 20px;
	width: 300px;
	top: 50px;
	border: 1px solid #1f1f1f;
}

#menu .accent-button:hover {

}

#menu .accent-button a {
	color: #fff;
}

#menu .accent-button a:before {
	background: url(../images/printer.svg);
	width: 17px;
}

#menu .accent-button a:hover {
	text-decoration: none;
}
/**************************************

ALIGNMENT AND SPACING

***********************************/
.overlay-image {
	postiion: relative;
}

.left {
	float: left;
}

.right {
	float: right;
}

.center {
	float: none;
	display: block;
	margin: 0 auto;
	text-align: center;
}

.inline {
	display: inline-block;
}

.fourth-col {
	width: 25%;
}

.three-fourths-col {
	width: 75%;
}

.col-xs-12 col-sm-6 {
	width: 50%
}

.col-xs-12 col-sm-4  {
	width: 34%;
}

.two-col-xs-12 col-sm-4  {
	width: 66%;
}

.fb {
	float: none;
	clear: both;
}

.margin-top {
	margin-top: 10px;
}

.margin-bot {
	margin-bottom: 10px;
}

.margin-left {
	margin-left: 10px;
}

.margin-right {
	margin-right: 10px;
}

.no-margin {
	margin: 0 !important;
}

.margin {
	margin: 15px 0;
}

.no-top {
	margin-top: 0;
}

.no-bot {
	margin-bottom: 0;
}

.padd {
	padding: 20px;
}

.padd-top {
	padding-top: 10px;
}

.padd-bot {
	padding-bottom: 10px;
}

.padd-right {
	padding-right: 10px;
}

.padd-left {
	padding-left: 10px;
}

.imageHolder img {
	max-width: 300px;
	margin: 10px;
	-moz-box-shadow: 0px 0px 10px #333;
	-webkit-box-shadow: 0px 0px 10px #333;
	box-shadow: 0px 0px 10px #333;
}

.quad-image {
	width: 100%;
	overflow: hidden;
}

.quad-image img {
	width: 22%;
	margin: 10px 1.25%;
	box-shadow: 0px 0px 4px #1f1f1f;
	transition: all 0.25s ease-in-out;
	opacity: 0.8;
}

.quad-image img:hover {
	opacity: 1;
}
/**************************************

TEXT RELATED

***********************************/
h1, h2, h3, h4, h5, h6, .header-font {
                            font-family: Questrial;
                                        
    }

body, p, a, select, input, textarea, button, em, strong {
                                                font-family: Muli;
                        }


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

.txtCenter {
	text-align: center;
}

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

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

.bold, ul.bold li {
	font-weight: bold;
	font-size: 98%;
}

p, li {
	font-size: 100%;
	margin: 1.1em 0;
	line-height: 1.3em;

	color: #333333;
	text-align: justify;
}

.dark p {
	color: #CCC;
}

p.small {
	font-size: 70%;
}

a {
	text-decoration: none;
	color: #000;
}

ul {
	margin: 0;
	list-style: disc;
}

ol {
	margin-left: 30px;
}

li {
	margin: 1em 0;
}

ul {
    padding: 0px;
}

ul.slider {
    padding: 0px;
}

h1, .h1 {
	margin: 1em 0;
	font-size: 180%;
	color: #000;

	padding: 0 10px;
	line-height: 2em;
}

h2 {
	margin: 1em 0;
	font-size: 145%;
	color: #000;

	line-height: 2em;
	padding: 0 10px;
}

h3 {
	margin: 1em 0;
	font-size: 150%;
	color: #000;

}

h4, .h4 {
	margin: 0;
	font-size: 100%;
	color: #000;

}

table.cellpadd {
	width: 100%;
}

table.cellpadd tr td, table.cellpadd tr th {
	padding: 10px;
	line-height: 1.3em;
}

th {
	font-size: 130%;
	color: #0a1857;

}

td {
	font-size: 90%;
	color: #000;

}

.hr {
	height: 1px;
	background: #ccc;
	margin: 40px 0;
}

.red {
	color: #F00;
}

/**************************************

FORMS AND INPUT

***********************************/
.label {
	color: #999;
	font-style: oblique;
	font-weight: bold;
	text-transform: lowercase;
}

.item {
	margin: 20px 0;
}

.error {
	padding-left: 10px;
	color: #F00;
	font-size: 90%;
}

.text {
    min-height: 24px;
    width: 100%;
    vertical-align: middle;
    padding: 2px;
    border: 1px solid #1E1E1E;
    padding: 4px 10px;
}

.clear {
	display: none;
}

table.contact tr td:first-child() {
    max-width:150px;
}

table.contact td {
	width: 150px;
	width: 150px;
	vertical-align: middle;
	padding: 5px 0px;
	font-size: 1.25em;
}

table.contact td input, table.contact td textarea {
	min-height: 24px;
	width:100%;
	vertical-align: middle;
	padding: 2px;
	border: 1px solid #1E1E1E;
	padding: 4px 10px;
}

.floorplan-table {
	width: 81% !important;
	margin: 0px 11%;
}

.floorplan-table tr td:first-child {
	font-weight: bold;
}

.floorplan-table tr:nth-child(2n) {
	background: #eee;
}

/*
.button { 
	background:#fff200; border:none; padding:8px 10px; 
	-moz-box-shadow: 0px 0px 4px #eee;
	-webkit-box-shadow: 0px 0px 4px #eee;
	box-shadow: 0px 0px 4px #eee; 
	} */
a.button {
	background: #7D1935;
	border: #ccc solid 1px;
	padding: 10px 30px;
	-moz-box-shadow: 0px 0px 4px #eee;
	-webkit-box-shadow: 0px 0px 4px #eee;
	box-shadow: 0px 0px 4px #eee;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	color: #fff;

	font-size: 22px;
	font-weight: normal !important;
}

a.button.selected, a.button:hover {
	background: #7D1935;
	border: #0a1958 solid 1px;
	padding: 10px 30px;
	-moz-box-shadow: 0px 0px 4px #eee;
	-webkit-box-shadow: 0px 0px 4px #eee;
	box-shadow: 0px 0px 4px #eee;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	color: #fff;

	font-size: 22px;
	text-shadow: 1px 1px 5px #888888;
}

a.button-small {
	background: #7D1935;
	border: #ccc solid 1px;
	padding: 10px 20px;
	-moz-box-shadow: 0px 0px 4px #eee;
	-webkit-box-shadow: 0px 0px 4px #eee;
	box-shadow: 0px 0px 4px #eee;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	color: #fff;
	font-size: 16px;

}

a.button-small.selected, a.button-small:hover {
	background: #7D1935;
	border: #0a1958 solid 1px;
	padding: 10px 20px;
	-moz-box-shadow: 0px 0px 4px #eee;
	-webkit-box-shadow: 0px 0px 4px #eee;
	box-shadow: 0px 0px 4px #eee;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	color: #fff;
	font-size: 16px;

	text-shadow: 1px 1px 5px #888888;
}

.button, .contact td input.button {
	background: #7D1935;
	border: #ccc solid 1px;
	padding: 10px 20px;
	-moz-box-shadow: 0px 0px 4px #eee;
	-webkit-box-shadow: 0px 0px 4px #eee;
	box-shadow: 0px 0px 4px #eee;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	color: #fff;
	font-size: 16px;

}

.button.selected, .button:hover, .contact td input.button:hover {
	background: #7D1935;
	border: #0a1958 solid 1px;
	padding: 10px 20px;
	-moz-box-shadow: 0px 0px 4px #eee;
	-webkit-box-shadow: 0px 0px 4px #eee;
	box-shadow: 0px 0px 4px #eee;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	color: #fff;
	font-size: 16px;

}

/**************************************

SPECIAL BOXES

***********************************/
#cc {
	border: 1px solid #fdfdfd;
	margin: 10px;
	padding: 5px;
}

#cc p {
	text-align: center;
}

.shadow {
	-moz-box-shadow: 0px 0px 10px #333;
	-webkit-box-shadow: 0px 0px 10px #333;
	box-shadow: 0px 0px 10px #333;
	width: 100%;
}

.blue-bk {
	background: #a9bcd6 url(../images/blue-bk.png) bottom left repeat-x;
	min-height: 322px;
}

#footer-dark {
	background: url(../images/footer-bk.png);
	height: 150px;
}

#footer-inner {
	max-width: 1000px;
	margin: 0 auto;
	color: #fff;
}

.top-shadow {
	background: url(../images/top-shadow.png) bottom left repeat-x;
	height: 20px;
	margin-top: 10px;
}

#morrow {
	width: 400px;
	float: left;
	color: #fff;
	text-align: center;
	margin: 30px 0;
	font-weight: bold;
}

#morrow span {
	display: block;
	font-size: 80%;
	font-style: italic;
	font-weight: normal;
}

#unconfusing {
	width: 100%;
	float: right;
	color: #fff;
	text-align: right;
	font-size: 80%;
}

#unconfusing a {
	text-decoration: none;
	color: #fff;
}

.description {
	font-size: 1.2em;
}

.description h1 {
	text-align: center;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.relative {
    position:relative;
}

/********

JQUERY STYLES

********/
ul.ui-tabs-nav {
	list-style: none;
}

ul.ui-tabs-nav li {
	display: inline-block;
}

a.ui-tabs-anchor {
	padding: 10px 15px;
	background: #7D1935;
	color: #fff;
	border-radius: 5px 5px 0px 0px;
}

#menu-toggle {
  position: fixed;
  top: 15px;
  left: 0px;
  z-index: 1000;
  background: #4A96AD;
  color: #FFF;
  height: 60px;
  width: 60px;
  text-align: center;
}

#menu-toggle img {
  width: 45px;
  margin-top: 13px;
}

.slicknav_menu {
    display: none;
}
.show-mobile {display: none !important;}

@media screen and (max-width: 1220px) {
    #leasing-banner {
        display: none;
    }
}

@media screen and (max-width: 815px) {
    .overlay {
        top: 225px;
        padding-left: 0px;
        text-align: center;
    }

    #main-menu div {
        font-size: 1.25em;
        padding: 20px 0px;
    }
}

@media screen and (max-width: 690px) {
    .slicknav_menu {
        display:block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 100;
    }
    .show-mobile {
        display: block !important;
    }
    #main-menu {
        display: none;
    }

    .padd {
        padding: 5px;
    }
    .action-menu {
       display: none;
    }
    #share {
      position: fixed;
      bottom: 10px;
      left: auto;
      right: 5px;
      width: 30px;
    }
    .a2a_default_style a {
        margin-bottom: 5px;
    }
}

.SmallImageRightColumn {
    width: 300px;
    height: auto;
}

.centerParagraph{
    overflow: hidden;
}

.thickPadd{
    padding-top: 100px;
}

.thinPadd{
    padding-top: 50px;
}