* {
    font-family: 'Roboto', sans-serif!important;
}



ul {
	padding: 0;
	margin: 0;
}

img {
	max-width: 100%;
	height: auto;
}

h1 {
	font-size: 28px;
	font-weight: 700;
}

h2 {
	font-size: 24px;
	font-weight: 700;
}

h3 {
	font-size: 20px;
	font-weight: 700;
}

p {
	font-size: 13px;
}

a {
	font-size: 13px;
}
span {
	font-size: 18px;
}


/*===============================Header Section Starts Here====================================*/
header {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	min-height: 650px;
	padding: 100px 0;
}

.header-container {
	margin-bottom: 30px;
}

.header-logo {
	text-align: right;
}

.header-logo img {
	max-width: 50%;
}
.header-text {
	padding: 20px;
	background-color: #fff;
}


/*=============New Lines Added For Displaying Blocks below logo Starts Here===============*/

.more-details {
	text-align: right;
	margin-top: 30px;
	color: #fff
}

.more-details .more-details-text {
	display: inline-block;
	background-color:#0B66AD ;
	padding: 20px;
}

.more-details .more-details-text a{
	color: #fff;
	text-decoration: underline;
	font-size: 15px;
}


/*=============Apartment Overview inside Header Section Starts Here=======================*/
.apartment-overview {
	margin-top: 30px;
}


.apartment-overview .apartment-overview-content {
	text-align: right;
}

.apartment-overview .apartment-overview-content .apartment-overview-layer {
	color: #fff;
	display: inline-block;
	background:#0B66AD;
	padding: 10px 5px;
}

.apartment-overview .apartment-overview-content .apartment-overview-layer a {
	color: #fff;
	text-decoration: underline;
}

span.overview-text {
	display: inline-block;
}

span.overview-text h3 {
	font-size: 15px;
}

span.overview-image {
	display: inline-block;
}

/*=============Apartment Overview inside Header Section Ends Here=======================*/

/*=============New Lines Added For Displaying Blocks below logo Starts Here===============*/
.booking-form-display {
	display: block;
	text-align: right;
}
/*===============================Header Section Ends Here====================================*/


/*===============================Navbar Section Starts Here===================================*/
.navbar {
	background-color: rgba(182, 26, 26, 0.5)!important;
	position: fixed;
	margin-bottom: 50px;	
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	min-height: 60px;

}

.navbar ul {
	margin: 0;
	padding: 0;
}

.navbar ul li {
	list-style: none;
	float: left;
}

.navbar ul li a {
	color:#fff;
	text-decoration: none;
	font-weight: 700;
	text-transform: uppercase;
	padding-right: 20px;
}

.list-nav {
	margin-left: 200px;
}

/*================================Left Nav Starts Here =================================*/
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 10;
    top: 0;
    left:0;
    background-color: rgba(182, 26, 26, 0.5)!important;
    overflow-x: hidden;
    transition: 0.5s;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 20px;
    color: #fff;
    display: block;
    transition: 0.3s;
    font-weight: 700;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.opennav {
    position: fixed;
    top: 10px;
   	left: 40px;
    color: #fff;
    z-index: 10;
}

/*======================================Left Nav Ends Here=============================================================*/

/*===============================Navbar Section Ends Here===================================*/
/*===========================Apartment Display Section Starts Here=======================================================*/
.book-apartment {
	text-align: left;
	padding: 40px 0;	
}

.rescol {
	background-color: #F2F2F2;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 30px 0;
	margin-bottom: 20px;
}



.apartment-features {
	text-align: left;
}

.title {
	text-decoration: underline;
	text-transform: uppercase;
}

.apartment-info {
	text-align: center;
}

.apartment-info .more-info {
	margin-right: 10px;
	font-weight: 700;
	color: #000;
}

.apartment-info a.current-price {
	background-color: #6ab326;
	color: #fff;
	padding: 15px 10px;
	border-radius: 5px;
	display: inline-block;
	margin-top: 20px;
	text-transform: uppercase;
	font-weight: 700;
	text-decoration: underline;
}

.person-info {
	margin-right: 10px;
	font-weight: 700;
	color: #000;
}

.price-info {
	font-weight: 700;
	color: #000;
}

.apartment-info .more-info a {
	display:inline-block;
	color: #fff;
	background-color: #018F01;
	text-decoration: none;
	text-transform: uppercase;
	padding: 15px 10px;
	font-weight: 700;
}

.apartment-info .more-info a:hover {
	text-decoration: none;
}


.apartment-details-second {
	padding:30px 0;
}

.apartment-info-list ul {
	padding: 0 20px;
}

/*===========================Apartment Display Section Ends Here=======================================================*/


/*More Apartments Section Starts Here*/
	.more-apartments {
		padding: 40px 0;
	}

	.apartment-div {
		padding: 10px 10px;
		border:1px solid #ccc;
	}
	.apartment-div300 {
		min-height: 300px;
		padding: 10px 10px;
		border: 1px solid #ccc;
	}

	.apartment-title {

		margin-bottom: 10px;
	}
	.apartment-title h4 {
		min-height: 60px;
	}

	.apartment-photo {
		text-align: center;
		margin-bottom: 10px;
		min-height: 130px;
	}
.apartment-details .more-info{
	color: #fff;
	text-transform: uppercase;
	background-color: #018F01;
	padding: 10px 5px;
	display: inline-block;
	font-size: 12px;
	font-weight: 500;
	border-radius: 5px;
}
/*More Apartments Section Ends Here*/
/*===========================About the Company Section Starts Here=====================================================*/
.about-company {
	text-align: left;
	padding: 40px 0;
}
/*===========================About the Company Section Ends Here=====================================================*/
/*==========================Apartment Question Starts Here===========================================================*/
.apartment-questions {
	padding: 40px 0;
}
.questions-list ul {
	padding-left: 20px;
}
/*==========================Apartment Question Starts Here===========================================================*/

/*==========================Disclaimer Section Starts Here==========================================*/
.disclaimer {
	padding: 40px 0;
}
.disclaimer .italic  {
	font-style: italic;
	font-size: 20px;
}
.disclaimer .underline {
	text-decoration:underline;
}
/*==========================Disclaimer Section Ends Here==========================================*/
/*==========================BreadCrumbs Section Starts Here=======================================*/
	.breadcrumb li {
		list-style: none;
		float: left;
	}
	.breadcrumb li:after {
		content:">";
	}
	.breadcrumb li a {
		padding:0 5px;
		text-decoration: underline;
	}
	.breadcrumb li:last-child a{
		color: #000;
		text-decoration: none;
	} 
	.breadcrumb li:last-child:after {
		content: "";
	}
/*==========================BreadCrumbs Section Ends Here=======================================*/
/*==============================Footer Section Starts Here=========================================================*/

	.footer {
		padding: 40px 0;
		border-top: 1px #dedede solid;
		background:#f7f7f7;
	}
#footermenu2{
	display: inline-block;
}
#footermenu2 .wrapper {
	background-position: right bottom;
	max-width: 960px;
    height: auto;
    margin: 0 auto;
    position: relative;
    color: #8e8d8d;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    text-align: left;
	border-top-left-radius: 4px;
    border-top-right-radius: 4px;
	text-decoration:none;	
}
#relatedacco {
	 margin: 5px;
    display: flex;
}
.menu-list {
    display: block;
}
.list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
	margin: 0px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 2px solid #ddd;
    width: 300px;
	vertical-align: middle;
}

.list-group-item a {
    color: #000;
	text-decoration:none;
	font-weight: bold;
	font-size: 17px;
}


.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    z-index: 2;
    color: #ffffff !important;
    background-color: #B30101;
    border-color: #B30101;
}
.list-group-item.active a {    
    color: #ffffff;
	text-decoration:none;
}


/*==============================Footer Section Ends Here=========================================================*/




.span4 img {
    margin-right: 10px;
}
.span4 .img-left {
    float: left;
}
.span4 .img-right {
    float: right;
}

#CTA2 {
    margin-top: 30px;
	color: #fff;
	display: block;
    background: #007bff;
    padding: 10px 5px;
	width: 300px;
	float: right;

}

#CTA2 h3 {
	font-size: 15px;
}

#CTA2 img {
	display: inline-block;
}

#CTA2 a {
	color: #fff;
	text-decoration: underline;
}

#CTA3 {
     margin-top: 30px;
	color: #fff;
    display: block;
    background: #007bff;
    padding: 10px 5px;
	width: 300px;
	  float: right;

}

#CTA3 h3 {
	font-size: 15px;
}

#CTA3 img {
	display: inline-block;
}

#CTA3 a {
	color: #fff;
	text-decoration: underline;
}

.apartment-description h3 {
    margin-top: 60px!important;
}

.apartment-description ul {
    padding: 20px;
}


table {
		border: 1px solid #000; 

	} 
td {
		padding: 4px;
		margin: 3px;
		border: 1px solid #CCC;
	}
th {
		background-color: #104E8B; 
		color: #FFF;
		font-weight: bold;
	}

/*===========================Media Queries Starts Here==================================*/
/*===========================Media Queries Ends Here==================================*/
