body{
	font-family: 'Open Sans',sans-serif;
}
.navbar-header{
	width: 100%;
    display: flex;
    padding: 10px 0;
    margin: 0 !important;
}
.navbar-header .img-logo{
	margin: auto;
	max-width: 120px;
}

.navbar-bg{
	background-color: rgba(255, 255, 255, .9);
    border-color: rgba(255, 255, 255, .9);
}
.banner img{
	height: 600px;
    width: 100%;
}
.hotel{
	height: 240px;
	width: 100%;	
}
.header-title{
	background-color: #a90451;
	color: #fff;
	padding: 20px 15px;
    text-transform: uppercase;
    margin: 5px 0 20px;
}
.header_welcome h1{
	text-transform: uppercase;
	margin-top: 30px;
}
.container-fluid .header_welcome{
	margin-bottom: 20px;
}
.header-title h1{
	margin: 0;
}
.wrap, .header_welcome {
	max-width: 980px;
	margin: auto;
}
.car-ico {
    display: inline-block;
    width: 35px;
    height: 35px;
    background-color: #6f7072;
    border-radius: 50%;
    font-size: 16px;
    color: #fff;
    padding: 7px;
}
.car-center h4{
    margin-bottom: 1px;
}
.car-img{
	position: relative;
}
.car-bg{
    z-index: 3;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    text-transform: uppercase;
}
.car-bg a:before{
	content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
}
.car-bg_title{
	position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    text-align: center;
    transform: translateY(-50%);
    text-transform: uppercase;
    line-height: 1;
    font-weight: 800;
    font-size: 18px;
    color: #fff;
}
.mr-bt{
	margin-bottom: 50px;
}
.text-up{
	text-transform: uppercase;
}
.btn-default.text-up{
    background: #a90451;
    color: #fff;
    border-color: #a90451;
    margin-top: 10px;
}
.btn-default.text-up:focus{
	 background: #a90451;
    color: #fff;
    border-color: #a90451;
}
.wrap {
    display: flex;
    margin-bottom: 15px;
}
.color-violet{
	color: #a90451;
}
.car-content a{
	text-decoration: none;
}
h4{
    margin: 20px 0;
}
@media (min-width: 992px){
	.wrap .col-md-2 {
	    width: 20%;
	}
}
@media (max-width: 767px){
	.wrap {
	    display: block;
	}
	.header_welcome{
		padding: 0 15px;
	}
	.wrap >div{
		margin-bottom: 20px;
	}
}
@media (min-width: 767px) and (max-width: 953px){
	.text-center h4{
		margin-bottom: 1px;
	}
}