.navbar-brand img {
	height: 160px;
	margin-top: 0px;
}

.navbar a {
	padding: 10px 15px 10px 15px;
}

.navbar-nav {
	margin-top: 10px;
}

.navbar-no-background {
	background: rgba(255,255,255,0.3);
}

.navbar-height-80 {
	height: 80px;
}

.navbar {
    background: rgba(255,255,255,0.3);
}


.imgwrapper {
	position: absolute;
	top: 0;
	
}

.img-reduct-20 {
	max-width: 20%;
}

.mimi-margin-t-20 {
	margin-top: 20px;
}

.about-una-box {
  
  background: rgba(242, 242, 242, 0.9);
  color: rgba(139,139,139,1) !important;
  
  min-height: 66vh;

    padding-top: 60px;
padding-bottom: 90px;
text-align: center;
}

.navbar-nav > .active > a::after, .navbar-nav > .active > a:hover::after, .navbar-nav > .active > a:focus::after {
	background: #167a88;
}

.navbar .navbar-toggle .icon-bar {
	background: #167a88;
}

.about-adhora-box-no-transparence {
	background: #167a88;
	color: rgba(255,255,255,1) !important;

	min-height: 66vh;
	
	padding-top: 60px;
	padding-bottom: 90px;
	text-align: center;
}

.about-adhora-box-no-transparence h2 {
  font-family: "Optima";
  font-size: 40px;
  margin: 45px 0 60px 0;
}

.about-adhora-box-no-transparence p {
  font-family: "Optima";
  font-size: 18px;
  font-weight: 500;
  color: rgba(255,255,255,1) !important; }

.mimi-padding-b-50 {
	padding-bottom: 50px;
}


.dropdown-mimi {
	
	min-width: 100px;
	padding: 0; 
	margin: 20px 0 0 0 !important;
	background-color: #EEEEEE;
	border: none;
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
}

@media (max-width: 1199px) {
	.navbar-brand img {
		height: 65px;
	} 

	.navbar-brand {
		height: 80px;
	}

	.navbar-toggle {
		margin-top: 20px;
	}

	.home-slider-title-main {
		right: 8%;
		top: 80px;
	}

}

@media only screen and (max-width : 991px) {
	.product h3 {
		font-size: 40px;
	}

	.product-caption {
	    	color: rgba(139,139,139,1);
		font-size: 12px;
		font-family: "Optima"; 
		opacity: 1;
	    }

	.navbar-no-background {
		background: rgba(255,255,255,0.3) !important;
	}

	.navbar-collapse {
		background: rgba(255,255,255,0.3);
	}

	.dropdown-mimi {
		margin: 0 !important;
	}
}

@media only screen and (min-width : 992px) {
	.home-slider-title-main {
		right: 2%;
		top: 80px;
	}
}

@media only screen and (min-width: 1200px) {
	.home-slider-title-main {
		right: 15%;
		top: 170px;
	}
}

@media only screen and (max-width : 480) {
	.home-slider-title-main {
		right: 2%;
		top: 80px;
	}

	.home-slider-title-main h2 {
		font-size: 14px;
	}

	.home-slider-title-main h3 {
		font-size: 10px;
	}
}

    .home-swiper-container, .swiper-container {
      width: 100%;
      height: 100%;
    }
    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }

    .product .swiper-slide img {
    	width: 70%;
    	height: auto;
    }

    .product-caption {
    	color: rgba(139,139,139,1);
        font-size: 28px;
        font-family: "Optima"; 
        opacity: 1;
    }

    .home.image-slider img {
    	max-width: 100%;
    }

}

.mimi-home-slide {
  background-position: left-center !important;
  background-size: contain;
}

.green-final-block {
	min-height: 30px;
	background: #167a88;
	float: left;
	width: 100%;
}

.section-heading-products {
    font-family: "Optima" !important;
    position: relative;
    margin: 10px 0;
    font-size: 40px;
    text-align: center;
    margin-bottom: 60px;
}

.section-heading-no-under-line {
  font-family: "Optima" !important;
  position: relative;
  margin: 45px 0;
  font-size: 45px;
  text-align: center;
  margin-bottom: 0px; }
  @media (max-width: 479px) {
    .section-heading {
      font-size: 40px; } }

    .section-heading-no-under-line h3 {
      font-family: "Optima" !important;
    }

.white-underline::after {
	background-image: url("../images/adhora_section_line_white.png");
	bottom: -55px;
	content: "";
	height: 15px;
	left: 50%;
	transform: translateX(-50%) scale(0.4,0.4);
	/* transform: scale(0.4, 0.4); */
	position: absolute;
	width: 577px;
	
}

.font-white {
	color: white;
}

.footer-logo-container {
	margin-top: 30px;
	max-width: 70%; 
	margin: 0 auto;
	margin-top: 30px; 
	display: flex; 
	align-items: center; 
	justify-content: center;
	position:relative;
}

.img-logo-container-left {
	position: absolute; 
	bottom: 25%; 
	left: 0; 
	max-width: 38%
}

.img-logo-container-rigth {
	position: absolute; 
	bottom: 25%; 
	right: 0; 
	max-width: 38%
}

.letter-spacing-4 {
	letter-spacing: 4px;
}


