/* New Mega Menu CSS */
.nav > .dropdown-megamenu {
  position: static;
}
@media (max-width: 767px) {
  	.navbar-nav .open .dropdown-container,
	.navbar-nav .open .dropdown-container-small {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		border: 0;
		box-shadow: none;
		border-radius: 0;
	  }
	.dropdown-toggle {
		min-height: auto !important;
	}
}
@media (min-width: 768px) and (max-width: 1366px) {
	.dropdownCol1 {
		padding: 0 15px !important;
	}
}
@media (min-width: 991px) and (max-width: 1199px) {
	.dropdownCol1 .list-links {
		font-size: 14px;
	}
}
/*@media (min-width: 768px){
    .navbar-nav .dropdown-megamenu:hover .dropdown-container {
        display: block;
    }	
}*/
.dropdown-toggle {
	cursor: default;
	min-height: 40px;
}
.dropdown-megamenu > .dropdown-container {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  max-width: 100%;
  padding: 0;
}
.dropdown-container { 
  	margin: 0;   
	font-size: 16px;
	background-image: linear-gradient(to top, #ffffff, #dad9d9);	
	font-weight: 300;
}
.dropdown-container h4 {
	text-transform: none;
	margin-bottom: 5px;
	line-height: 1.1em;
}
.dropdownCol1 {
	padding: 0 20px;
}
.dropdown-container .media-body, 
.dropdown-container .media-left, 
.dropdown-container .media-right {
    display: table-cell !important;
}
.dropdownImageRight {
	padding: 0;
}
.dropdown-megamenu > .dropdown-container .container {
  max-width: 970px;
}
.dropdown-megamenu > .dropdown-container .container .media-body {
  	display: table-cell;
	vertical-align: top;
}
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 375px;
	min-height: 50px;
}
.dropdown-megamenu .dropdown-menu {
  display: block;
}
.dropdown-megamenu .fa-caret-down {
	font-size: 13px;
}
#productMenuImage {
	background-image: url(../images/header/proBG.jpg);
	background-size: cover;
	height: 250px;
}
/*#companyMenuImage {
	background-image: url(../images/header/flagkey.jpg);
	background-size: cover;
	height: 250px;
}*/
#supportMenuImage {
	background-image: url(../images/header/keyboard.jpg);
	background-size: cover;
	height: 250px;
}
#toolsMenuImage {
	background-image: url(../images/header/laptops.jpg);
	background-size: cover;
	background-position-y: center;
	height: 250px;
}
.link-image-logo .media-object {
  	float: left;
  	margin-bottom: 7.5px;
	height: 35px;
}
.link-image-logo1 .media-object {
  	float: left;
  	margin-bottom: 7.5px;
	margin-top: 10px;
	height: 35px;
}
.link-image-sm + .link-image-sm .media-object {
  margin-left: 7.5px;
}
.thumbnail .caption {
  min-height: 120px;
}
.thumbnail:hover {
  text-decoration: none;
}
/* Link list */
.list-links {
  list-style: none;
  padding: 0;
}
.list-links li {
  line-height: 1.6;
}
.list-links a {
  color: #555 !important;
}
.list-links a:hover,
.list-links a:focus,
.list-links a:active {
  color: #b20a11 !important;
}
.menuImageText {
	color: #ffffff !important;
	padding: 0 15px;
	margin-top: -15px;
}
.menuImageText h2 {
	color: #ffffff;
	margin-bottom: 10px !important;
}
.menuImageLogo {
	padding: 10px 0 0 10px;
}
/*.menuImageDescription {
	margin-top: -15px;
}*/
.menuImageLearn105 {
	font-weight: bold;
	border-bottom: solid medium #06bd0a;
	width: 107px;
}
.menuImageLearn105 a {
	color: #ffffff !important;
}
.menuImageLearn105 i {
	color: #06bd0a;
	font-size: 12px;
	padding-left: 5px;
}
.menuImageLearn195 {
	font-weight: bold;
	border-bottom: solid medium #06bd0a;
	width: 194px;
}
.menuImageLearn195 a {
	color: #ffffff !important;
}
.menuImageLearn195 i {
	color: #06bd0a;
	font-size: 12px;
	padding-left: 5px;
}
.menuImageLearn115 {
	font-weight: bold;
	border-bottom: solid medium #06bd0a;
	width: 115px;
}
.menuImageLearn115 a {
	color: #ffffff !important;
}
.menuImageLearn115 i {
	color: #06bd0a;
	font-size: 12px;
	padding-left: 5px;
}
.menuImageh2 {
	padding-top: 25px;
}

/**  Menu Carousel **/
#megaMenu-slider {
  position: relative;

}

.no-margin {
  margin: 0;
  padding: 0;
}

#megaMenu-slider .carousel .item {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0 !important;
  opacity: 0;
  top: 0;
  position: absolute;
  width: 100%;
  display: block !important;
  height: 250px;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
}

#megaMenu-slider .carousel .item:first-child {
  top: auto;
  position: relative;
}

#megaMenu-slider .carousel .item.active {
  opacity: 1;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
  z-index: 1;
}
#megaMenu-slider .carousel .slide-margin {
    margin: 0 15px;
}
#megaMenu-slider .carousel h2 {
    color: #fff;
    font-size: 20px;
}
#megaMenu-slider .active .animation.animated-item-1 {
  -webkit-animation: fadeInDown 300ms linear 300ms both;
  -moz-animation: fadeInDown 300ms linear 300ms both;
  -o-animation: fadeInDown 300ms linear 300ms both;
  -ms-animation: fadeInDown 300ms linear 300ms both;
  animation: fadeInDown 300ms linear 300ms both;
}

#megaMenu-slider .active .animation.animated-item-2 {
  -webkit-animation: fadeInRight 300ms linear 600ms both;
  -moz-animation: fadeInRight 300ms linear 600ms both;
  -o-animation: fadeInRight 300ms linear 600ms both;
  -ms-animation: fadeInRight 300ms linear 600ms both;
  animation: fadeInRight 300ms linear 600ms both;
}