.li-hover-rs li:hover{
	background-color :#AC193D;
	color:#fff !important;
}

/* Form validation post or lost */
.stepwizard-step p {
    margin-top: 10px;
}

.stepwizard-row { 
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;

}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}

/* End Form validation */
form .select-radio-rs:hover{
	cursor:pointer;
	background-color:;
	-webkit-transform:scale(1.2);
	transform:scale(1.2);
}

form .select-radio-rs{
	-webkit-transition:all 0.7s ease;
	transition:all 0.7s ease;
}


/* Footer Content */
footer{
		background-color:#fff;
		border-top:3px solid #ac193d;
}

/* Resposible CSS */
.map-content-rs{
	padding-left:0px;
}
.content-subscribe-rs{
	background-color:#fff;
	box-shadow: 2px 2px #999999;
	border-radius: 5px;
	padding:10px;
	margin-top:10px;
}
.content-form-rs{
	background-color:#fff;
	box-shadow: 2px 2px #999999;
	border-radius: 5px;
	padding:10px;
	margin-top:5px;
}
.side-content-rs{
	border-right: 1px solid #ac193d;
}
.ul-margin-rs{
	margin-left:30px;
}
.li-margin-rs{
	margin-bottom:5px;
}
/* Body First Content */
body{
	background-color:#e7edee;
}
.newsletter-rs{
	margin-bottom:5px;
}
.content-center-rs{
	background-color:#fff;
	box-shadow: 2px 2px #999999;
	border-radius: 5px;
	padding:10px;
	margin-top:10px;
}

.content-center-1-rs{
	background-color:#fff;
	box-shadow: 2px 2px #999999;
	border-radius: 5px;
	margin-top:10px;
}
.img-but-rs{
	margin-bottom : 5px;
}
.main-content-rs{
	margin-top: -20px;
	background-color:#fff;
	border-bottom: 1px solid #ac193d;
}
.first-content-rs{
	padding-left:5px;
}
/* Navigation Bar Content */
/* Link */
.nav-div-rs{
	margin-top:15px;
	margin-right:15px;
	margin-left:15px;
}
.nav-multi-div-rs{
	margin-top:20px;
	margin-right:15px;
	margin-left:15px;
}
.nav-link-rs{
	color:#fff;
	font-size:15px;
	margin-right:10px;
}
.nav-link-active{
	border-bottom: 1px solid #fff;
}
a:link {
    text-decoration: none;
	outline: 0;
}
a:visited {
    text-decoration: none;
	outline: 0;
}
a:hover {
    text-decoration: none;
	color:#B2B2B2;
	outline: 0;
}
a:active {
    text-decoration: none;
	outline: 0;
}


/* Hover Effect for all */
.img-hover-rs:hover{
	box-shadow: 2px 2px 2px 2px #ac193d;
	cursor:pointer;
}
.img-hover-margin{
	margin-bottom:10px;
	margin-top:10px;
	
}
/* navbar */

.navbar-default{
    min-height: 60px;
}

.navbar-nav > li > a {
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 60px;
}

@media (max-width: 767px) {
    .navbar-nav > li > a {
    line-height: 70px;
    padding-top: 10px;
    padding-bottom: 10px;}
}

.navbar-default {
    background-color: #ac193d;
    border-color: #E7E7E7;
	padding-bottom:0px;
    box-shadow: 2px 2px #CCCCCC;
	
}
.navbar-header .navbar-brand{
	font-size:25px;
	color:#fff;
	margin-top:5px;
}
/* title */
.navbar-default .navbar-brand {
   #fff;
}

/* No margin no padding */
.nothing-rs{
	padding:0px !important;
	margin:0px !important;
}

/* CSS For Largest message content */
.modal  {
	padding-right: 0px;
	background-color: rgba(4, 4, 4, 0.8); 
}
   
.modal-dialog {
	top: 30%;
	width:35%;
}
.modal-content {
	border-radius: 0px;
	border: none;
	top: 80%;
}
.modal-body {
	background-color: #ac193d;
	color: white;
}

/*---------------------- End Img lost and found - check box func --------------------- */


/* File input plugin for multiple image upload */
.file_input{
	display: inline-block;
	padding: 10px 16px;
	outline: none;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
	font-family: sans-serif;
	font-size: 11px;
	font-weight: bold;
	border-radius: 3px;
	color: #ac193d;
	border: 1px solid #ac193d;
	vertical-align: middle;
	background-color: #fff;
	margin-bottom: 10px;
	box-shadow: 0px 1px 5px rgba(0,0,0,0.05);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}
.file_input:hover,
.file_input:active {
	background: #ac193d;
	color: #fff;
}
/* End file upload plugin */


/* Bootstrap carlsoul */
.carousel-control.left{
	background-image: linear-gradient(to right, #e7edee 0px, transparent 100%);
}
.carousel-control.right{
	background-image: linear-gradient(to right, #e7edee 0px, transparent 100%);
}
.members-comments-rs{
	border:1px solid  #ac193d;
	margin-top:10px;
}