h1, h2, h3, h4, h5, h6, .nav li a, #address *{
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
}

.navbar-toggle{
	border-radius: 1px;
	padding: 6px;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn{
	opacity: 1;
}


/* BOOTSTRAP BEGINS */
@media ( min-width : 480px) and (max-width: 767px) {
}

@media ( min-width : 768px) and (max-width: 991px) {
}

@media ( min-width : 992px) and (max-width: 1199px) {
}

@media ( min-width : 1200px) {
}

/*BOOTSTRAP ENDS*/


/* ADDITIONAL BREAK POINT DEFINITION (-xss) FOR SCREEN LESSER THAN 480PX STARTS */ 
.visible-xss,.visible-xss-block,.visible-xss-inline,.visible-xss-inline-block
	{
	display: none !important;
}

@media ( max-width : 479px){
	.hidden-xss {
		display: none !important;
	}
}

@media ( max-width : 479px) {
	.col-xss-1,.col-xss-2,.col-xss-3,.col-xss-4,.col-xss-5,.col-xss-6,.col-xss-7,.col-xss-8,.col-xss-9,.col-xss-10,.col-xss-11,.col-xss-12
		{
		float: left;
		position: relative;
		min-height: 1px;
		padding-right: 15px;
		padding-left: 15px;
	}
	.col-xss-12 {
		width: 100%;
	}
	.col-xss-11 {
		width: 91.66666667%;
	}
	.col-xss-10 {
		width: 83.33333333%;
	}
	.col-xss-9 {
		width: 75%;
	}
	.col-xss-8 {
		width: 66.66666667%;
	}
	.col-xss-7 {
		width: 58.33333333%;
	}
	.col-xss-6 {
		width: 50%;
	}
	.col-xss-5 {
		width: 41.66666667%;
	}
	.col-xss-4 {
		width: 33.33333333%;
	}
	.col-xss-3 {
		width: 25%;
	}
	.col-xss-2 {
		width: 16.66666667%;
	}
	.col-xss-1 {
		width: 8.33333333%;
	}
	.col-xss-pull-12 {
		right: 100%;
	}
	.col-xss-pull-11 {
		right: 91.66666667%;
	}
	.col-xss-pull-10 {
		right: 83.33333333%;
	}
	.col-xss-pull-9 {
		right: 75%;
	}
	.col-xss-pull-8 {
		right: 66.66666667%;
	}
	.col-xss-pull-7 {
		right: 58.33333333%;
	}
	.col-xss-pull-6 {
		right: 50%;
	}
	.col-xss-pull-5 {
		right: 41.66666667%;
	}
	.col-xss-pull-4 {
		right: 33.33333333%;
	}
	.col-xss-pull-3 {
		right: 25%;
	}
	.col-xss-pull-2 {
		right: 16.66666667%;
	}
	.col-xss-pull-1 {
		right: 8.33333333%;
	}
	.col-xss-pull-0 {
		right: auto;
	}
	.col-xss-push-12 {
		left: 100%;
	}
	.col-xss-push-11 {
		left: 91.66666667%;
	}
	.col-xss-push-10 {
		left: 83.33333333%;
	}
	.col-xss-push-9 {
		left: 75%;
	}
	.col-xss-push-8 {
		left: 66.66666667%;
	}
	.col-xss-push-7 {
		left: 58.33333333%;
	}
	.col-xss-push-6 {
		left: 50%;
	}
	.col-xss-push-5 {
		left: 41.66666667%;
	}
	.col-xss-push-4 {
		left: 33.33333333%;
	}
	.col-xss-push-3 {
		left: 25%;
	}
	.col-xss-push-2 {
		left: 16.66666667%;
	}
	.col-xss-push-1 {
		left: 8.33333333%;
	}
	.col-xss-push-0 {
		left: auto;
	}
	.col-xss-offset-12 {
		margin-left: 100%;
	}
	.col-xss-offset-11 {
		margin-left: 91.66666667%;
	}
	.col-xss-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-xss-offset-9 {
		margin-left: 75%;
	}
	.col-xss-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-xss-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-xss-offset-6 {
		margin-left: 50%;
	}
	.col-xss-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-xss-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-xss-offset-3 {
		margin-left: 25%;
	}
	.col-xss-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-xss-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-xss-offset-0 {
		margin-left: 0;
	}
	.visible-xss {
		display: block !important;
	}
	table.visible-xss {
		display: table !important;
	}
	tr.visible-xss {
		display: table-row !important;
	}
	th.visible-xss, td.visible-xss {
		display: table-cell !important;
	}
}


/* ADDITIONAL BREAK POINT DEFINITION (-xss) FOR SCREEN LESSER THAN 480PX STARTS */


/*OTHERS*/
@media only screen and (min-width: 480px) and (max-width: 767px) {
	
	
}

@media ( min-width : 768px) {
	.navbar-nav {
		margin: 8px 0;
	}
}


/* ANCHOR */
a{
	color: #6D6E71;
}

a:hover,a:focus {
	color: #C9252B;
}

a.red{
	color: #C9252B;
}

a.red:hover, a.red:focus {
	color: #A71C21;
}

/* ANCHOR OVER */

.navbar {
	min-height: 42px;
	margin-bottom: -1px;
}

@media ( min-width : 768px) {
	.nav-bar nav {
		margin: 7px 0;
	}
}

.navbar-default {
	background: rgba(109, 110, 114, 1);
	border: none;
}

.navbar-default .navbar-nav>li>a {
	color: rgba(255, 255, 255, 1);
	font-weight: 400;
}

.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover
	{
	color: rgba(255, 255, 255, 1);
}

.navbar-default .navbar-nav>li.active>a,.navbar-default .navbar-nav>li.active>a:hover
	{
	background: transparent;
	color: rgba(255, 255, 255, 1);
}

.nav>li>a {
	color: #6D6E71;
}

.nav>li.active>a {
	color: #C9252B;
}

.nav>li>a:hover,.nav>li>a:focus {
	background: transparent;
	color: #C9252B;
}

.glyphicon {
	margin-right: 7px;
}

/* .form-control, .form-control:focus{
	box-shadow: none;
	-webkit-box-shadow: none;
	border-color: #A71C21;
} */

.form-control, .form-control:focus{
	box-shadow: none;
	-webkit-box-shadow: none;
	border-radius:0;
	font-size: 12px; !important
}

/* BUTTON */
.btn {
	border-radius: 0;
}

.btn:focus, .btn:hover{
	background: #A71C21;
	color: #FFF;
}

.btn.redbtn{
	font-weight: 700;
}

.btn.redbtn:focus, .btn.redbtn:hover{
	background: #C9252B; /* #A71C21; */
}

.btn:focus {
    outline: none !important;
}

.btn.active, .btn:active{
	box-shadow: none;
}

.btn-default {
	border: none;
	background: #FFF;
	border: solid thin #EBEBEB;
	font-size: 12px;
	color: #6D6E71 !important
}

.btn-default:focus,
.btn-default:hover,
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.dropdown-toggle.btn-default.focus,
.open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default:hover
	{
	border: solid thin #EBEBEB;
	background: #FFF;
	color: #6D6E71 !important
}

/* CUSTOM GRAY BUTTON FOR PROPERTY SEARCH */
.btn-gray {
	color: #CCC;
	background-color: #6D6E71;
	border: none;
	text-transform: uppercase;
	font-size: 15px;
	padding: 6px 35px;
}

.btn-group {
	font-family: "Roboto", sans-serif;
}

.btn-gray:focus,.btn-gray.focus {
	color: #FFF;
	background-color: #6D6E71;
}

.btn-gray:hover {
	color: #FFF;
	background-color: #C9252B;
}

.btn-gray:active,.btn-gray.active,.open>.dropdown-toggle.btn-gray {
	color: #FFF;
	background-color: #C9252B;
}

.btn-gray:active:hover,.btn-gray.active:hover,.open>.dropdown-toggle.btn-gray:hover,.btn-gray:active:focus,.btn-gray.active:focus,.open>.dropdown-toggle.btn-gray:focus,.btn-gray:active.focus,.btn-gray.active.focus,.open>.dropdown-toggle.btn-gray.focus
	{
	color: #FFF;
	background-color: #C9252B;
}

.btn-gray:active,.btn-gray.active,.open>.dropdown-toggle.btn-gray {
	background-image: none;
}

/* CUSTOM GRAY BUTTON FOR PROPERTY SEARCH ENDS */

/* PAGINATION */
.pagination>li>a,.pagination>li>span {
	font-family: "Roboto", sans-serif;
	color: #6D6E71;
}

.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover
	{
	color: #C9252B;
	background: #FFF;
}

.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover
	{
	color: #FFF;
	background: #C9252B;
	border-color: #C9252B;
}
/* PAGINATION ENDS */



