nav {
  padding: 0 15px;
}

nav .row .customRow {
  margin: 0 -0.75rem;
  margin-bottom: 0;
}

.ffh-textblack{
  color: black;
}

.ffh-textwhite{
  color: white;
}

.dropdown-content a {
  white-space: normal;
}

.forgottenPass {
  border: none;
  background-color: transparent;
  color: #f44336;
  line-height: 36px;
}

.forgottenPass:focus {
  border: none;
}

.btn {
  background-color: #3498db;
}

.btn:hover {
  background-color: #42a9da;
}

.ffh-top-nav {
  background-color: white;
  height: 46px;
}

.ffh-social-icon {
  font-size: 25px;
  line-height: 48px;
  padding: 0px 2px;
}

.ffh-social-icon:hover,
.ffh-nav-icon:hover {
  color: #ffdd00;
}

.ffh-nav {
  margin-bottom: -2px;
}

.ffh-nav-icon {
  line-height: 48px;
  font-size: 18px;
  padding: 0px 7px;
}

.ffh-nav-icon-wrapper {
  float: right;
  padding: 0px 5px;
}

.ffh-nav-title {
  padding: 0px 5px;
}

.ffh-navfixed {
  top: 0px;
  position: fixed !important;
}

.ffhMenu-active {
  color: #dcdcdc;
}

.ffh-top-arrow {
  color: #ffdd00;
  font-size: 45px;
  position: fixed;
  right: 25px;
  bottom: 0px;
  z-index: 9999;
  transition: all .3s;
}

.dropdown-menu {
  position: absolute;
  background: rgb(255, 255, 255);
  width: 180px;
  /*right: 10px;*/
  display: none;
}

.dropdown-menu li {
  width: 100%;
}

.navigation_bar ul li:hover .dropdown-menu {
  display: block;
  /*right: 10px;*/
}

.navigation_bar ul ul ul {
  position: absolute;
  top: auto;
  left: auto;
  margin-top: -50px;
  width: 100%;
  height: auto;
}

.dropdown-menu a {
  color: black;
}

@media (max-width: 480px) {
  .ffh-social-icon {
    padding: 0px 0px;
  }
}

@media (max-width: 600px) {
  .dropdown-menu {
    position: absolute;
    background: rgb(255, 255, 255);
    width: 100%;
    padding-left: 10px;
    outline: none;
    display: none;
  }
  .drag-target {
    width: 15px !important;
  }
  .navigation_bar ul li:hover .dropdown-menu {
    background-color: rgba(204, 204, 204, 0.07);
    /*right: 10px;*/
  }
}

.padding-right60 {
  padding-right: 60px;
}

.et-footer {
  background-color: #3c3a3a !important;
}

.brand-logo {
    height: 100%;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.brand-logo img{
   width: 200px;
}