/*!
 * 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;
}
.yamm .yamm-content {
  padding: 20px 30px;
}
.yamm .dropdown.yamm-fw .dropdown-menu {
  left: 0 !important;
  right: 0 !important;
  background-color: #fff !important;
}
ul.dropdown-menu.contact-us {
  background:url('/wp-content/themes/qscan/images/contact-us-dropdown.png') right;
  background-size: 450px 379px;
  background-repeat: no-repeat;
}
ul.dropdown-menu.services {
  /*background:url('/wp-content/themes/qscan/images/patient-services-dropdown.png') right;*/
  background-size: 475px 400px;
  background-repeat: no-repeat;
}
@media (max-width: 1199px) {
  .yamm .dropdown.yamm-fw .dropdown-menu {
    background-color: transparent !important;
  }
  ul.dropdown-menu.contact-us {
    background:none;
  }
  ul.dropdown-menu.services {
    background:none;
  }
}
.yamm-content .patient-service-block {margin:15px 0;}
.yamm-content .division p {letter-spacing:1px;}
.yamm-fw .dropdown-menu {border:none;}

@media (min-width:1200px) {
	.yamm-content .division p:hover {color: #8b73a8; font-weight: 600;}
  .yamm-fw:hover > a {background:url(../images/arrow.png) no-repeat bottom center !important;}
  .yamm-fw .caret{display:none;} 
}
@media (max-width:1200px) {
	.yamm-content .division p:hover {color: #fff; font-weight: 900;}
}

@media (max-width:1200px) {
.yamm .yamm-content {
  padding: 0 30px;
}
.patient-service-block a p {color:#fff;}
}
