﻿/*!
 * 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;
  right: 0;
}
/*!
 * 06.17.17 SPH Added h-divider
 */
.h-divider{
 margin-top:5px;
 margin-bottom:5px;
 height:1px;
 width:100%;
 border-top:1px solid gray;
}
/*08.10.17 SPH added hover effect below next 2 lines*/
ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;    
}
.jumbotronred {
    background-color: #FF0000;
}
/*10.01.17 SPH Added*/
.fp-100{
	margin-top:0!important;
	min-height:100px;
	max-height:100px;
}
.fp-50{
	min-height:50px;
	max-height:50px;
}
.fp-75{
	min-height:75px;
	max-height:75px;
}
.panel-image{
	padding: 0px;
	width:100%;
	height:100%;
	overflow:hidden;
}
.panel-image-preview{
	padding: 0px;
	width:100px;
	height:100px;
}
/*10.04.17 SPH Added*/
.fp-125{
	margin-top:0!important;
	min-height:125px;
	max-height:125px;
}
.fp-150{
	margin-top:0!important;
	min-height:150px;
	max-height:150px;
}
.fp-175{
	margin-top:0!important;
	min-height:175px;
	max-height:175px;
}
.fp-200{
	margin-top:0!important;
	min-height:200px;
	max-height:200px;
}
.well-red{
    background: #800001!important;
    border-radius: 0!important;
    box-shadow:0!important;
}