/*
Theme Name: Brownstone
*/

@font-face {
    font-family: 'Ald721 Light';
    src: url('fonts/Ald721l/Aldine721BTLight.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Colaborate Light';
    src: url('fonts/colaborate/ColabLig.otf');
    font-weight: normal;
    font-style: normal;
}

/**
 * Typography
 */

body {
	color: #959595;
    font-weight: 400;
	font-size: 14px;
    line-height: 22px;
    font-family: 'Open Sans', sans-serif;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    word-wrap: break-word;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400;
	margin: 0 0 24px;
    color: #434343;
}

h1{
    font-size: 34px;
    line-height: 42px;
}

h2{
    font-size: 30px;
    line-height: 38px;
}

h3{
    font-size: 26px;
    line-height: 34px;
}

h4{
    font-size: 22px;
    line-height: 32px;
}

h5{
    font-size: 18px;
    line-height: 26px;
}

h6{
    font-size: 15px;
    line-height: 23px;
}

p {
	margin: 0 0 24px;
}

p:empty{
    display: none;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	border: 0 solid #1a1a1a;
	border-left-width: 4px;
	color: #686868;
	font-size: 19px;
	font-size: 1.1875rem;
	font-style: italic;
	line-height: 1.4736842105;
	margin: 0 0 1.4736842105em;
	padding: 0 0 0 1.263157895em;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

hr {
	background-color: #d1d1d1;
	border: 0;
	height: 1px;
	margin: 0 0 24px;
}

ul,
ol {
	margin: 0 0 24px 20px;
	padding: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
	margin-left: 20px;
}

li > ul,
li > ol {
	margin-bottom: 0;
}

dl {
	margin: 0 0 24px;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 0 24px;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
	vertical-align: middle;
}

del {
	opacity: 0.8;
}

table,
th,
td {
	border: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: none;
	margin: 0 0 24px;
	table-layout: fixed;
	/* Prevents HTML tables from becoming too wide */
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}

td {
	border-width: 0 1px 1px 0;
}

th,
td {
	padding: 0.4375em;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #959595;
}

:-moz-placeholder {
	color: #959595;
}

::-moz-placeholder {
	color: #959595;
	opacity: 1;
	/* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #959595;
}


/**
 * Forms
 */

label{
    font-weight: 400;
}
input {
	line-height: normal;
}

button,
button[disabled]:hover,
button[disabled]:focus,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus {
	background-color: #181818;
	border: 0;
	color: #ffffff;
	font-weight: 400;
	padding: 9px 15px;
	text-transform: uppercase;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background-color: #999999;
    color: #ffffff;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	outline: thin dotted;
	outline-offset: -4px;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
select,
textarea {
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 0;
	padding: 9px 8px;
	width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
	background-color: #fff;
	border-color: #007acc;
	color: #1a1a1a;
	outline: 0;
}

/**
 * Links
 */

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

a:hover,
a:focus,
a:active {
	color: #999999;
    text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/**
 * Alignments
 */

.alignleft {
	float: left;
	margin: 0 20px 10px 0;
}

.alignright {
	float: right;
	margin: 0 0 10px 20px;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 20px;
}

/**
 * Clearings
 */

.clear:before,
.clear:after {
	content: "";
	display: table;
}

.clear:after {
	clear: both;
}


/**
 * Widgets
 */

.widget {
	margin-bottom: 24px;
}

/**
 * Content
 */

.site-main {
    padding-top: 50px;
    padding-bottom: 50px;
}
.home .site-main {
    padding-top: 0px;
    padding-bottom: 0px;
}


/**
 * Header
 */

.site-header {
    padding: 20px 0;
}
.header-right{
    text-align: right;
    font-size: 16px;
    line-height: 24px;
}
.header-right a{
    color: #676767;
    display: inline-block;
}
.header-right a:hover,
.header-right a:active{
    color: #b5121b;
}
.header-right i{
    color: #b5121b;
}
.header-links{
    margin-bottom: 15px;
}
.header-links span{
    padding: 0 10px;
}
.header-contact a{
    margin-left: 30px;
}

.main-nav{
    background-color: #b5121b;
}
.navbar-default{
    background-color: transparent;
    margin: 0;
    border: none;
}
.navbar-default .navbar-nav > li{
    border-right: 1px solid #d1353d;
}
.navbar-default .navbar-nav > li.last{
    border-right: none;
}
.nav > li > a{
    padding-left: 20px;
    padding-right: 20px;
}
.navbar-default .navbar-nav > li > a {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 15px;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
    background-color: transparent;
    color: #000000;
}

.dropdown-menu{
    border: none;
    background-color: #b5121b;
    box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        -o-box-shadow: none;   
    font-size: 15px; 
    padding: 0;
    border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        -o-border-radius: 0;
}
.dropdown-menu > li > a{
    color: #ffffff;
    padding: 10px 20px;
    text-transform: uppercase;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > .active > a, 
.dropdown-menu > .active > a:hover, 
.dropdown-menu > .active > a:focus{
    background-color: transparent;
    color: #000000;
}
.navbar-default .navbar-nav > li:hover > .dropdown-menu{
    display: block;
}

.navbar-toggle{
    margin-right: 0;    
}
.navbar-default .navbar-toggle {
    border-color: #ffffff;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus{
    background-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #ffffff;
}

/**
 * Posts and pages
 */


.page-title {
	margin-bottom: 30px;
}

.entry-title {
    margin: 0 0 8px;	
}
.post-meta{
    margin-bottom: 10px;
}

.section{
    padding-top: 50px;
    padding-bottom: 50px;
    clear: both;
}
.section:after{
    clear: both;
    display: table;
    content: "";
}
.section-title{
    text-transform: uppercase;
    font-family: 'Ald721 Light';
    color: #414141;
    font-weight: 400;
    background: url(images/bg_title.png) no-repeat scroll center bottom;
    padding-bottom: 15px;
    margin-bottom: 50px;
    text-align: center;
}
.section-title .lower{
    text-transform: lowercase;
}
.section-2{
    background: url(images/bg_2.jpg) no-repeat scroll 0 0;
    background-size: cover;
}
.section-2 .section-title{
    margin-bottom: 70px;
}
.section.section-4{
    padding-top: 20px;
}


/************************ inner page css start ******************************/

.inner-page
	{
		
		
		
		
	}
.page-banner{
    background:url('images/inner-page-bg.jpg');
    background-repeat:no-repeat;
    background-size: cover;
    background-position: 0 0;
    padding: 30px 0;
}
.inner-section-title{
    text-transform: uppercase;
    font-family: 'Ald721 Light';
    color: #414141;
    font-weight: 400;
    background: url(images/inner-page-bg-title.png) no-repeat scroll center bottom;
    padding-bottom: 15px;
    margin-bottom: 50px;
    text-align: center;
	font-size:26px;
}
.page-banner .inner-section-title{
    margin: 0;
}

.breadcrumbs
	{
		width:100%;
		float:none;
		font-size:12px;
		text-transform:uppercase;
	}
.breadcrumbs a:active, .breadcrumbs a:link, .breadcrumbs a:visited, .breadcrumbs a:hover
	{
		color:#b5121b;
		text-transform:uppercase;
	}
.inner-page-top-bg
	{
		background:url('images/inner-page-top-bg.png');
		background-repeat:no-repeat;
		width:100%;
		padding-top:30px;
		float:none;
		margin-top:10px;
		line-height:26px;
	}	
	
.inner-page-top-bg h3
	{
		font-size:18px;
		font-weight:bold;
		color:#706f6f;
	}
.inner-page-content-bottom
	{
		background:url('images/inner-page-top-bg.png');
		background-repeat:no-repeat;
		background-position:bottom;
		width:100%;
		height:10px;
		float:left;
		margin-bottom:30px;
	}		
.img_left
	{
		float:left;
		margin-right:50px;
		margin-bottom:20px;
		border:1px solid #eeeeee;
		-webkit-box-shadow: 0px 0px 16px -4px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 16px -4px rgba(0,0,0,0.75);
box-shadow: 0px 0px 16px -4px rgba(0,0,0,0.75);
		padding:5px;
		background:#ffffff;
	}	
.img_right
	{
		float:right;
		margin-left:50px;
		margin-bottom:20px;
		border:1px solid #eeeeee;
		-webkit-box-shadow: 0px 0px 16px -4px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 16px -4px rgba(0,0,0,0.75);
box-shadow: 0px 0px 16px -4px rgba(0,0,0,0.75);
		padding:5px;
		background:#ffffff;			
	}		
.icon_red_bullet	
	{
		list-style-image:url('images/icon_red_bullet.jpg');
	}
.testimonials_box_white
	{
		width:100%;
		float:left;
		border:1px solid #eeeeee;
		padding:2% 3% 1% 1%;
		margin-bottom:20px;
	}
	
.testimonials_box_gray
	{
		width:100%;
		float:left;
		background:#eeeeee;
		padding:2% 3% 2% 2%;
		margin-bottom:20px;
	}		
/************************ inner page css end ******************************/

.rent{
    background-color: #ffffff;
    padding: 20px;
    border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -o-border-radius: 5px;
    box-shadow: 0 0 4px #999999;
    margin-bottom: 30px;
}
.rent a{
    color: #414141;
}
.rent a:hover,
.rent a:focus{
    color: #b5121b;
}
.rent h5{
    margin: 0 0 5px;
}
.rent .date{
    margin: 0 0 5px;
}
.rent p{
    margin: 0;
}
.rent img{
    margin-top: 5px;
}
.floor-plan{
    text-align: center;
}
.floor-plan .col-left{
    /*border-right: 1px solid #8d8d8d;*/
    background: url(images/grey_line.png) no-repeat scroll right 15px;
}
.floor-plan .col-left .floor{
    padding-right: 40px;
}
.floor-plan .col-right .floor{
    padding-left: 40px;
}
.floor h6{
    margin: 0 0 5px;
}
.floor-plan h4{
    text-transform: uppercase;
    font-weight: 400;
    color: #414141;
    margin: 0 0 20px;
    font-family: 'Ald721 Light';
}
.floor ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.floor ul li{
    padding: 0 0 5px;
}
.floor .col-xs-8{
    border-left: 3px solid #b5121b;
}

.plan-form{
    background-color: #b5121b;
    padding: 20px;
    border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -o-border-radius: 5px;
}
.plan-form h3{
    color: #ffffff;
    margin: 0 0 15px;
    font-family: 'Ald721 Light';
}
.plan-form .row{
    margin-left: -3px;
    margin-right: -3px;
}
.plan-form .col-md-3{
    padding-left: 3px;
    padding-right: 3px;
}
.plan-form .form-control{
    background-color: #ffffff;
    height: auto;
    padding: 8px;
    border: none;
    box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        -o-box-shadow: none;
    border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        -o-border-radius: 0;
    color: #959595;
}
.plan-form .form-submit{
    width: 100%;
}
.news-item{
    
	margin-top:50px;
	width:100%;
		float:left;
		background:#ffffff;
		border:1px solid #eeeeee;
		padding:2% 3% 2% 2%;
	
}
.thumb{
    margin-bottom: 15px;
}
.news-item .thumb{
    margin-bottom: 0;
}

/**
 * Comments
 */

.comments-area {
	margin: 0 0 20px;
}

.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
	padding-top: 1.75em;
}

.comments-title,
.comment-reply-title {
	border-top: 4px solid #dddddd;
	padding-top: 1.217391304em;
    text-transform: uppercase;
}

.comments-title {
	margin-bottom: 1.217391304em;
}

.comment-list {
	list-style: none;
	margin: 0;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
	border-top: 1px solid #d1d1d1;
	padding: 1.75em 0;
}

.comment-list .children {
	list-style: none;
	margin: 0;
}

.comment-list .children > li {
	padding-left: 0.875em;
}

.comment-author {
	color: #1a1a1a;
	margin-bottom: 0.4375em;
}

.comment-author .avatar {
	float: left;
	height: 28px;
	margin-right: 0.875em;
	position: relative;
	width: 28px;
}

.comment-metadata {
	margin-bottom: 2.1538461538em;
}

.comment-metadata a,
.pingback .comment-edit-link {

}

.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .comment-edit-link:hover,
.pingback .comment-edit-link:focus {
	color: #007acc;
}

.comment-metadata .edit-link,
.pingback .edit-link {
	display: inline-block;
}

.comment-metadata .edit-link:before,
.pingback .edit-link:before {
	content: "\002f";
	display: inline-block;
	opacity: 0.7;
	padding: 0 0.538461538em;
}

.comment-content ul,
.comment-content ol {
	margin: 0 0 1.5em 1.25em;
}

.comment-content li > ul,
.comment-content li > ol {
	margin-bottom: 0;
}

.comment-reply-link {
	border: 1px solid #dddddd;
	border-radius: 2px;
	display: inline-block;
	margin-top: 0;
	padding: 8px 10px;
}

.comment-reply-link:hover,
.comment-reply-link:focus {
}

.comment-form {
	padding-top: 0;
}

.comment-form label {
	display: block;
	margin-bottom: 0.5384615385em;
	text-transform: uppercase;
}

.comment-list .comment-form {
	padding-bottom: 1.75em;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
	margin-bottom: 2.1538461538em;
}

.no-comments {
	border-top: 1px solid #d1d1d1;
	font-weight: 700;
	margin: 0;
	padding-top: 1.75em;
}

.comment-navigation + .no-comments {
	border-top: 0;
	padding-top: 0;
}

.form-submit {
	margin-bottom: 0;
}

.required {
	color: #007acc;
}

.comment-reply-title small {
	font-size: 100%;
}

.comment-reply-title small a {
	border: 0;
	float: right;
	height: 32px;
	overflow: hidden;
	width: 26px;
}

.comment-reply-title small a:hover,
.comment-reply-title small a:focus {
	color: #1a1a1a;
}

.comment-reply-title small a:before {
	content: "\f405";
	font-size: 32px;
	position: relative;
	top: -5px;
}


/**
 * Sidebar
 */

.sidebar {
	
}
.hide-title .widget-title{
    display: none;
}
.search-form label span.screen-reader-text{
    display: none;
}

/**
 * Footer
 */

.site-footer {
    background-color: #2c2c2c;
    padding: 30px 0 0;
    color: #a3a3a3;
    font-size: 15px;
    line-height: 23px;	
    font-family: 'Colaborate Light';
}
.site-footer a{
    color: #a3a3a3;
}
.site-footer a:hover,
.site-footer a:focus{
    color: #b5121b;
}
.footer-widget{
    margin-bottom: 30px;
}
.site-footer .widget-title{
    color: #b4b4b4;
    margin: 0 0 15px;
}
.contact {
    margin-bottom: 15px;
}
.contact span{
    display: block;
    float: left;
}
.contact span.title{
    width: 28%;
    padding-right: 10px;
}
.contact span.title i{
    padding-right: 3px;
    color: #696767;
}
.contact span.val{
    width: 72%;
}
.socials a{
    display: inline-block;
    width: 36px;
    height: 36px;
    margin-right: 5px;
    background-image: url(images/socials.png);
    background-repeat: no-repeat;
}
.socials a.twitter{
    background-position: 0 0;
}
.socials a.facebook{
    background-position: -41px 0;
}
.socials a.instagram{
    background-position: -82px 0;
}
.socials a.google{
    background-position: right 0;
}
.socials a:hover{
    opacity: 0.7;
}
.footer-widget .menu{
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-widget .menu > li{
    padding: 0 0 5px;
}
.copyright{
    background-color: #b5121b;
    color: #ffffff;
    text-align: center;
    padding: 15px 0;
}
.follow{
    margin-bottom: 20px;
}
.follow h6{
    text-transform: uppercase;
    color: #ffffff;
    margin: 0 0 8px;
}
.follow h6 a{
    color: #ffffff;
}
.follow h6 a:hover,
.follow h6 a:focus{
    color: #b5121b;
}
.follow p{
    margin: 0;
}

/**
 * Media
 */

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object,
video {
	margin-bottom: 20px;
	max-width: 100%;
	vertical-align: middle;
}

p > embed,
p > iframe,
p > object,
p > video {
	margin-bottom: 0;
}

/**
 * Media Queries
 */

/**
 * Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

@media (min-width: 768px) {
    .navbar-default{
        text-align: center;
    }
    .navbar-nav {
        float: none;
    }
    .navbar-nav > li{
        float: none;
        display: inline-block;
    }
	.rent .col-xs-3{
	   padding-right: 0;
	}
}

@media (max-width: 1199px){
    .nav > li > a {
        padding-left: 12px;
        padding-right: 12px;
    }
    .dropdown-menu > li > a{
        padding-left: 12px;
        padding-right: 12px;
    }
}

@media (max-width: 991px){
    .header-right {
        font-size: 14px;
        line-height: 22px;
    }
    .header-contact a {
        margin-left: 20px;
    }
    .plan-form .col-xs-6:nth-of-type(2n+1){
        clear: both;
    }
}

@media (min-width: 768px) and (max-width: 991px){
    .nav > li > a {
        padding-left: 5px;
        padding-right: 5px;
    }
    .navbar-default .navbar-nav > li > a{
        font-size: 13px;
    }
    .dropdown-menu{
        font-size: 13px;
    }
}

@media (max-width: 767px){
    h1{
        font-size: 30px;
        line-height: 38px;
    }
    
    h2{
        font-size: 24px;
        line-height: 32px;
    }
    
    h3{
        font-size: 22px;
        line-height: 30px;
    }
    
    h4{
        font-size: 20px;
        line-height: 28px;
    }
    
    h5{
        font-size: 16px;
        line-height: 24px;
    }
    
    h6{
        font-size: 14px;
        line-height: 22px;
    }
    .logo{
        text-align: center;
        margin-bottom: 15px;
    }
    .header-right{
        text-align: center;
    }
    .header-links {
        margin-bottom: 5px;
    }
    .nav > li > a {
        padding-left: 0;
        padding-right: 0;
    }
    .navbar-default .navbar-nav > li {
        border-right: none;
    }
    .dropdown-menu{
        display: block;
        position: static;
        float: none;
        margin: 0;
    }
    .dropdown-menu > li > a{
        padding-left: 0;
        padding-right: 0;
    }
    .section {
        padding-bottom: 30px;
        padding-top: 30px;
    }
    .floor{
        margin-bottom: 30px;
    }
    .floor-plan .col-left {
        border-right: none;
    }
    .floor-plan .col-left{
        background: none;
    }
    .floor-plan .col-left .floor {
        padding-right: 0px;
    }
    .floor-plan .col-right .floor {
        padding-left: 0;
        margin-bottom: 0;
    }
    .plan-form .form-control{
        padding: 5px;
        font-size: 14px;
    }
    .news-item .thumb{
        margin-bottom: 15px;
    }
}

@media (max-width: 479px){
    .rent,
    .plan-form{
        padding: 20px 15px;
    }
    .copyright span{
        display: block;
    }
}

@media (max-width: 360px){
    .contact span.title {
        width: 32%;
    }
    .contact span.val {
        width: 68%;
    }
}