body {
	padding-top: 3.5rem;
}
.bg-light{
	background-color: whitesmoke !important;
}
.p-0{
	padding: 0px;
}
.carousel-control-next-icon, .carousel-control-prev-icon{
	height: 20px;
	width: 20px;
}
.divMargin{
	margin: 30px 0px;
}
#map{
	width: 100%;
    height: 400px;
    background-color: grey;
}
footer {
	height: 70px;
	background-color: #282C2F;
	color: white;
}
h5{
	text-align:left ;
}
.ourServices, .priceInfo{
	text-align: center;
} 
.WeOffer li{
	text-align: left;
} 
.people {
	border-radius: 50%;
	width: 35% !important;
}
.numbers>li{
	list-style: none;
}
.numbers{
	padding: 0px;
}
#rooms img, .bg-light, #carouselExampleIndicators, .shadowGalery, footer, .people, #map {
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.m-10{
	margin-bottom: 10px;
}
.prices{
	font-weight: bold;
	display: inline-block;
	margin-left: 10px;
}
.sv, .ig{
	font-weight: bold;
	font-size: 1.2em;
}
#contacts{
	background-color: ghostwhite;
}
.man, .women {
	margin-top: 30px;
}
.iconList{
	list-style: none;
	display: flex;
	flex-direction: row-reverse;
	padding: 0;
	margin: 0 auto;
}
.iconList a{
	text-decoration: none;
	color: black;
	padding: 10px;
}
.icon-facebook-1:hover{
	border-radius: 50%;
	background-color: black;
	color: #4267B2;
	transition: 0.7s;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.icon-mail, .icon-facebook-1{
	font-size: 2em;
}
.icon-mail:hover{
	color: white;
	background-color: black;
	border-radius: 50%;
	transition: 0.7s;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
div.ourServices ul li{
	list-style-type: none;
}
.WeOffer{
	padding-left: 10px;
}
/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
	body{
		font-size: 0.9em;
	}
	h4{
		font-size: 1.25em;
		margin-top: 10px;
	}
	p{
		text-align: justify;
	}
	.sv, .ig{
		text-align: center;
		font-weight: bold;
	}
	.nameBrand{
		font-size: 1.2em;
	}
	.sectionMargin{
		margin: 40px 0px;
	}
	div.col-xs-12.col-sm-6.col-lg-6{
		padding: 0px !important;
	}
}
/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
	body{
		font-size: 0.9em;
	}
	.sectionMargin{
		margin: 100px 0px;
	}
}
/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
	.sectionMargin{
		margin: 60px 0px;
	}
}
/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
	.sectionMargin{
		margin: 70px 0px;
	}
}
/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
	.sectionMargin{
		margin: 100px 0px;
	}
	#contacts{
		margin: 100px 0px;
	}
}
.languages {
	display: flex;
	justify-content: flex-end;
}
.languages a {
	padding-top: 5px;
	text-decoration: none;
	color: #000;
}
.languages a:hover {
	color: grey;
}

















