body {
  background-color: #f2f2f2;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #555;

    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

/* Titles */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    color: #333;
}

h1 {
	font-size: 36px;
	line-height: 1.5;
}

h3 {
	font-size:24px;
	line-height:1.5;
}

h4 {
	color: #4C4C4C;
	font-weight: 400;
	font-size: 20px;
}

/* Paragraph & Typographic */
p {
    line-height: 28px;
    margin-top: 25px;
    margin-bottom: 25px;
    font-size: 15px;
	font-weight:400;
}

.centered {
    text-align: center;
}

/* Links */
a {
    color: #cccccc;
    word-wrap: break-word;

    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
    color: #7b7b7b;
    text-decoration: none;
    outline: 0;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

 hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

.navbar-default {
	background-color: #3498db;
	border-color: transparent;
}

.navbar-default .navbar-brand {
	color: white;
}

.navbar-default .navbar-nav > li > a {
	font-weight:500;
	color: white;
}

.navbar-default .navbar-nav > li > a:hover {
	color:#FF9900;
}

/* Helpers */

.mt {
	margin-top: 40px;
	margin-bottom: 40px;
}
.mt20 {
	margin-top: 20px;
	margin-bottom: 20px;
}
.mt10 {
	margin-top: 10px;
	margin-bottom: 10px;
}

.form-control {
	height: 42px;
	font-size: 14px;
	width: 280px;
}

i {
	margin: 8px;
	color: #3498db; 
}


/* HeaderWrap */
#headerwrap {
	background-color: #3498db; /* For browsers that do not support gradients */
	margin-top: -20px;
	padding-top:200px;
	background-attachment: relative;
	background-position: center center;
	min-height: 650px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#headerwrap2{
	background-color: #2871A2; /* For browsers that do not support gradients */
	margin-top: -20px;
	padding-top:100px;
	background-attachment: relative;
	background-position: center center;
	min-height: 250px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#headerwrap2 h2 {
	margin-top: 30px;
	margin-bottom: 15px;
	color: white;
	font-size: 25px;
	font-weight: 300;
	letter-spacing: 1px;
}

#headerwrap2 form{margin-top:20px; margin-bottom:20px}

#headerwrap h1 {
	margin-top: 30px;
	margin-bottom: 15px;
	color: white;
	font-size: 45px;
	font-weight: 300;
	letter-spacing: 1px;
}

#headerwrap p {
	margin-top: 15px;
	margin-bottom: 30px;
	color: white;
	font-size: 18px;
	font-weight: 300;
}

#location, #bhk, #type{
	margin:5px auto;
}

.stripe{width:100%; padding-bottom:50px; padding-top:50px;}
.stripe2{width:100%; padding-bottom:5px; padding-top:5px;}

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

.carousel-indicators li {
    border: 1px solid #666;
}

.carousel-indicators {
    bottom: -30px;
}

.footer{
	width:100%;
	background:url(../img/living-room.jpg); 
    background-color: rgb(0, 0, 0);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat; padding-bottom:100px; padding-top:100px;"
}

.footer h1{color:#fff; line-height:60px;}

.main-footer{
	color:#aaa;
	width:100%;
	background:#000;
	padding-top:20px;
	font-weight:400;
	font-size:13px
}
.main-footer p{
	font-weight:400;
	font-size:13px}

.navbar-brand {
    padding: 10px 15px;
}

@media (min-width: 768px){
.navbar-nav > li > a {
    padding-top: 25px;
    padding-bottom: 15px;
}
}

.blue{color:#003399}

#accordion .panel-heading { padding: 0;}
#accordion .panel-title > a {
	display: block;
	padding: 0.7em 0.6em;
    outline: none;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.5;
}

#accordion .panel-title > a.accordion-toggle::before, #accordion a[data-toggle="collapse"]::before  {
    content:"\e113";
    float: right;
    font-family: 'Glyphicons Halflings';
	margin-right :1em;
}
#accordion .panel-title > a.accordion-toggle.collapsed::before, #accordion a.collapsed[data-toggle="collapse"]::before  {
    content:"\e114";
}

label{width:120px; color:#FFFFFF; font-weight:normal; text-align:left}


@media (max-width: 768px){
label{width:300px;}
}

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


@media (max-width: 768px){
.left{float:none; display; margin:5px}
.right{float:none; display:block; margin:5px}
}