.navbar-fixed{
	position: fixed;
	width: 100%;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
	color: #fff!important;
	/*background-color: #fd204c!important;*/
	background-color: #000!important;
}
.navbar{
	padding: 0px!important;
}
.navbar-brand {
	padding-left: 5px;
}
.hero{
	height: calc(100vh - 56px);
}
.hero-inner{
	min-height: calc(100vh - 56px);
}
.hero-home{
	background-image: url(../images/home-hero.jpg);
	background-size: cover;
}
.hero-text{
	background-color: rgba(0,0,0,0.75);
	padding: 50px;
	border-radius: 10px;
}
.hero-logo{
	max-height: 200px;
}
.res-search{
	background-image: url(../images/search-residential-properties-mauritius.jpg);
	background-size: cover;
	height: 350px;
	color: #fff;
	padding-top: 265px;
	padding-left: 10px
}
.land-search{
	background-image: url(../images/search-land-mauritius.jpg);
	background-size: cover;
	height: 350px;
	color: #fff;
	padding-top: 265px;
	padding-left: 10px
}
.commercial-search{
	background-image: url(../images/search-commercial-property-mauritius.jpg);
	background-size: cover;
	height: 350px;
	color: #fff;
	padding-top: 265px;
}
.home-search-text{
	padding: 0.25rem 0.5rem;
	font-size: 0.875rem;
	line-height: 1.5;
	border-radius: 0.2rem;
	background-color: rgba(0,0,0,0.5);
	margin-right: 10px;
}
.input-group-append{
	height: 38px;
}
.input-group-prepend {
	height: 38px;
}

.img-thumb{
	max-width: 200px;
}
.nav-logo{
	max-height: 46px;
}
.call-to-action{
	background-image: url(../images/bg2.jpg);
	padding-top: 15px;
	background-attachment: fixed;
}
.modal-dialog-full{
	max-width: 90%;
	margin: 1.75rem auto;
}
.gallery-icon{
	max-height: 20px;
}
.listing-container{
	background-color: #fff;
}
.featured-property{
	background-color: #fffd54!important;
}
.feature-thumb{
	height: 200px;
}
.things-to-do-container{
	background-color: #000044;
}
.things-to-do-item{
	background-color: #b0b0ff;
}
.things-to-do-head-container{
	background-color: rgba(0, 0, 0, 0.5);
	padding: 20px;
}
.things-to-do-image-container{
	height: 300px;
	background-position: center;
	background-size: cover;
}
.things-to-do-text-container{
	padding: 20px;
}
.card {
	background-color: #b0b0ff;
	border: none;
}
.listing-featured-image{
	height: 400px;
	background-size: cover;
	background-position: center;
}
.listing_feature_thumb {
    height: 215px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 10px;
}
.tiny-icon{
	height: 25px;
}
.bg-yellow{
	background-color: #fffa97;
	height: 400px;
}
.bg-black{
	background-color: #000;
	height: 400px;
}
.development-logo-container{
	height: 120px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center, center;
}
.img-grid{
	max-height: 100px;
}
.available-to-foreigners-banner{
	margin-left: -10px;
	margin-top: -10px;
}
.available-to-foreigners-banner-2{
	margin-left: -25px;
	margin-top: -10px;
}
.cookiealert {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0 !important;
    z-index: 999;
    opacity: 0;
    border-radius: 0;
    transform: translateY(100%);
    transition: all 500ms ease-out;
    color: #ecf0f1;
    background-color: rgba(001,015,030,0.9) !important;
}
.cookiealert.show {
    opacity: 1;
    transform: translateY(0%);
    transition-delay: 1000ms;
}
.cookiealert a {
    font-weight: bold;
}
.cookiealert .acceptcookies {
    margin-left: 10px;
    vertical-align: baseline;
}
/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #ffae30;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
} 

.btn-cookie, .btn-group-cookie > .btn {
    padding: 0.15rem 0.25rem;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0.3rem;
}
@media (max-width: 767px) {
	
}