﻿.yamm ul.nav li.dropdown:hover ul.dropdown-menu {
    display: block;
}

.yamm .dropdown-menu{
    border-top:none !important;
    border-bottom:none !important;
    background-color:transparent !important;
}

/* overlay2 style */
.yamm .overlay2 {
    max-width:800px;
    padding: 20px 20px 20px 15px;
	background-color:rgba(247,149,34,0.9);
    /*background-color:orange;*/
    color:#fff;
    /*background-image: url('/images/img/jpg/common/Hover-Menu.png');
    background-repeat: no-repeat;
    background-position: right bottom;*/
}

.yamm .learn-bg {
	background-image: url('/images/img/jpg/common/Learn-cropped.png');
	background-repeat: no-repeat;
	background-position: right bottom;
}
.yamm .engage-bg {
	background-image: url('/images/img/jpg/common/Engage-cropped.png');
	background-repeat: no-repeat;
	background-position: right bottom;
}
.yamm .consult-bg {
	background-image: url('/images/img/jpg/common/Consult-Cropped.png');
	background-repeat: no-repeat;
	background-position: right bottom;
}


/* Menu style */
.yamm .overlay2 nav {
	text-align: center;
	position: relative;
	top: 50%;
	height: 60%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.yamm .overlay2 ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: inline-block;
	height: 100%;
	position: relative;
    width:100%;
}

.yamm .overlay2 ul li {
	display: block;
	/*height: 20%;
	height: calc(100% / 6);
	min-height: 54px;*/
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.yamm .overlay2 ul li a {
	font-size: 18px;
	display: block;
	color: #fff !important;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
    width:100%;
    padding:7px 7px 7px 10%;
}

    .yamm .overlay2 ul li ul li {
        min-height: auto !important;
    }

.yamm .overlay2 ul li ul li a {
	font-size: 15px;
    padding:5px 5px 5px 20%;
}

.yamm .overlay2 ul li a:hover,
.yamm .overlay2 ul li a:focus {
	color: #fff !important;
    background-color: rgb(110,200,207);
}

/* Effects */
.yamm .overlay2-scale {
	visibility: visible;
	opacity: 1;
	-webkit-transform: scale(0.7);
	transform: scale(0.7);
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
	transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
}

.yamm .overlay2-scale.open {
	visibility: visible;
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);	
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
    z-index:100000;
}

.yamm .overlay2 .separator{
    border-right: solid 2px #fff;
    padding-left:0px !important;
    min-height:230px;
}

.yamm .overlay2 p{
    font-size:16px;
    line-height:1.5;
    font-weight:normal;
}

.yamm .overlay2 h1{
    font-size:28px;
    font-weight:normal;
}

.yamm .hover-background {
	padding: 20px 20px 20px 15px;
	background-color: rgba(247,149,34,0.9);
	/*background-color:orange;*/
	color: #fff;
	background-image: url('/images/img/jpg/home/Home_Consult-Rujuta-Menu.png');
	background-repeat: no-repeat;
	background-position: right bottom;
}

@media screen and (max-height: 30.5em) {
	.yamm .overlay2 nav {
		height: 70%;
		font-size: 34px;
	}
	.yamm .overlay2 ul li {
		min-height: 34px;
	}
}




/*!
 * Yamm!3 - Yet another megamenu for Bootstrap 3
 * http://geedmo.github.com/yamm3
 * 
 * @geedmo - Licensed under the MIT license
 */
.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
  position: static;
}
.yamm .container {
  position: relative;
}
.yamm .dropdown-menu {
  left: auto;
  right:50px;
}
.yamm .yamm-content {
  
}
.yamm .dropdown.yamm-fw .dropdown-menu {
  left: 0;
  right: 0;
}

/*.footersection-facebook{
    z-index:-1;
}*/

.dropdown-menu{
    z-index:1000;
}