.navbar.header2 {
  min-height: 90px;
  margin-bottom: 0px;
  background: #fbe70d;
}
.header2 .navbar-brand > img {
  max-height: 75px;
}
.header2 .navbar-brand {
  height: 75px;
  padding: 0px;
}
@media (min-width: 768px) {
  .navbar-right {
    margin-top: 15px;
  }
}
nav {font-weight:bold;}
.nav > li.current-menu-item > a, .nav > li.current-menu-parent > a { border-color:white;}
.nav > li > a {
  border-radius:3px;
	border-bottom:4px solid #fbe70d;
	padding:10px 15px !important;
}
.nav > li:nth-child(odd) > a:focus, .nav > li:nth-child(even) > a:hover {
  border-bottom-color: #5642CF;
	background-color: #fafaee;
}
.nav > li:nth-child(even) > a:focus, .nav > li:nth-child(odd) > a:hover {
  border-bottom-color: #6ba368;
	background-color: #fafaee;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
  color: #fff !important;
  text-decoration: none;
  background-color: #20201f;
  outline: 0;
}
.navbar .dropdown-menu > .active > a {
		color: #fbe70d !important;
}
/* TYPOGRAPHY */
h2 {font-size:38px;}
h3 {font-size:32px;}
/* EFFECTS */
.img-hover-effect img, .img-hover-effect2 img {transition:0.2s;}
.img-hover-effect img:hover {filter:sepia(50%);}
.img-hover-effect2 img:hover{filter:saturate(130%);}

div.hover-effect-1 {
		background-size: 200% !important;
		transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
		-webkit-transition: background-position 0.5s cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: background-position 0.5s cubic-bezier(0.42, 0, 0.58, 1);
}
div.hover-effect-1:hover {
		background-position: 0 200% !important;
}
.hover-pink {
		background-image: linear-gradient(to top, #ffb7ff 50%, #000 50%) !important;
}
/* LOGO SLIDER */
.container-logos {
		max-width:100% !important;
}
.container-logos img:hover{
		filter:grayscale(0%);
}
.slick-track {display: inline-flex;align-items: center;}

/* BUTTON ANIMATIONS */
a.ow-button-hover {
		background-size: 200% !important;
		transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
		-webkit-transition: background-position 0.5s cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: background-position 0.5s cubic-bezier(0.42, 0, 0.58, 1);
}
a.ow-button-hover:hover {
		background-position: -100% 0 !important;
}
.button-purple {
		background-image: linear-gradient(to right, #5642CF 50%, #6ba368 50%) !important;
}
.button-white-wire {
		background-image: linear-gradient(to right, #fff 50%, #6ba368 50%) !important;
		border-color:#5642CF;
}

/*----------------------*/