/*
 * Start Bootstrap - Logo Nav (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

.navbar {
	margin-bottom:0px!important;
}
.navbar-brand {
  padding: 0px;
}
.navbar-brand>img {
  height: 100%;
  padding: 15px;
  width: auto;
}
.hippoheader .navbar-brand{ 
  background: url(../img/logoyatay.png) center / contain no-repeat;
  width: 151px;
}
.navbar-nav li.menulogin {
    background-color: #3643ba;
}

.navbar-nav>li.menulogin>a {
	color:white;
}
.login .btn-login, .forgotPasswordBox .btn-register {
    background-color: #3643ba;
}
/* Footer */
.footer-bottom {
    padding: 20px 0 10px;
    background: #6A6968;
}
.copyright-text p {
    color: #ccc;
    margin-top: 9px;
    margin-bottom: 0;
}
.social-link li {
    display: inline-block;
    margin: 0 5px;
}
.social-link li a {
    color: #ccc;
    border: 1px solid #ccc;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    transition: .5s;
}