/*** Reset ***/
	* {
	padding:0;
	margin:0;
	vertical-align:baseline;
	list-style:none;
	border:0
	}

	body {background-color: white;}


/*** Footer ***/
	footer { width:100%; background-color:#263238; min-height:250px; padding:10px 0px 25px 0px ;}
	.pt2 { padding-top:20px ; margin-bottom:20px ;}
			
	.footer_ul_amrc { margin:0px ; list-style-type:none ; padding:0px 0px 10px 0px ; }
	.footer_ul_amrc li {padding:0px 0px 7px 0px;}

	.bottom_border { border-bottom:1px solid #323f45; padding-bottom:20px;}
	.foote_bottom_ul_amrc {
		list-style-type:none;
		padding:0px;
		display:table;
		margin-top: 10px;
		margin-right: auto;
		margin-bottom: 10px;
		margin-left: auto;
	}
	
	.foote_bottom_ul_amrc li { display:inline;}
	.foote_bottom_ul_amrc li a { color:#999; margin:0 12px;}

	.social_footer_ul { display:table; margin:15px auto 0 auto; list-style-type:none;  }
	.social_footer_ul li { padding-left:20px; padding-top:10px; float:left; }
	.social_footer_ul li a { color:#CCC; border:1px solid #CCC; padding:8px;border-radius:50%;}
	.social_footer_ul li i {  width:20px; height:20px; text-align:center;}



/*** Property List ***/
	.property-item {
		/*box-shadow: 0 0 30px rgba(0, 0, 0, .05);*/
		box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
		/*border: 1px solid black;*/
		min-height: 230px;
	}

	.property-item img {
		transition: .5s;
	}

	.property-item:hover img {
		transform: scale(1.1);
	}


/*** NavBar ***/
	.navbar-custom {
		border-color: #dedede;
		border-style: solid;
		border-width: 1px;
	}
	
	@media screen and (max-width: 767px) {
		.button_top {
			 margin-top: 10px;
		}
		
		
	}
	
	@media only screen and (min-width: 767px)  {

	}
	

/*** Card List Event ***/
	.card-custom {
		background-color: #f8f9fa;
		border-color: #dedede;
		border-style: solid;
		border-width: 1px;
	}


/*------------------------------------
- COLOR primary
------------------------------------*/

#B40000: #B40000;
#810000: #810000;
#ff5353: #ff5353;
#ff6c6c: #ff6c6c;
#390000: #390000;
#710000: #710000;
#900000: #900000;
#060000: #060000;
#ff8181: #ff8181;

$primary_shadow: rgba(180, 0, 0, 0.5);
$primary_text_color_dark_bright: #fff;

a .navbar-brand{
	color: red;
}

.alert-primary {
  color: #390000;
  background-color: #ff8181;
  border-color: #ff6c6c;
}

.alert-primary hr {
  border-top-color: #ff5353;
}

.alert-primary .alert-link {
  color: #060000;
}

.badge-primary {
  color: $primary_text_color_dark_bright;
  background-color: #B40000;
}

.badge-primary[href]:hover, .badge-primary[href]:focus {
  color: $primary_text_color_dark_bright;
  background-color: #810000;
}

.bg-primary {
  background-color: #B40000 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #810000 !important;
}

.border-primary {
  border-color: #B40000 !important;
}

.btn-primary {
  color: $primary_text_color_dark_bright;
  background-color: #B40000;
  border-color: #B40000;
}

.btn-primary:hover {
  color: $primary_text_color_dark_bright;
  background-color: #900000;
  border-color: #810000;
}

.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem $primary_shadow;
}

.btn-primary.disabled, .btn-primary:disabled {
  color: $primary_text_color_dark_bright;
  background-color: #B40000;
  border-color: #B40000;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: $primary_text_color_dark_bright;
  background-color: #810000;
  border-color: #710000;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem $primary_shadow;
}

.btn-outline-primary {
  color: #B40000;
  background-color: transparent;
  border-color: #B40000;
}

.btn-outline-primary:hover {
  color: $primary_text_color_dark_bright;
  background-color: #B40000;
  border-color: #B40000;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem $primary_shadow;
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #B40000;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: $primary_text_color_dark_bright;
  background-color: #B40000;
  border-color: #B40000;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem $primary_shadow;
}

.list-group-item-primary {
  color: #390000;
  background-color: #ff6c6c;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #390000;
  background-color: #ff5353;
}

.list-group-item-primary.list-group-item-action.active {
  color: $primary_text_color_dark_bright;
  background-color: #390000;
  border-color: #390000;
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #ff6c6c;
}

.table-hover .table-primary:hover {
  background-color: #ff5353;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #ff5353;
}

.text-primary {
  color: #B40000 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #810000 !important;
}