/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */
.mylogo {
    position: relative;
    color: #000;
    font-size: 10px;
    text-transform: uppercase;
    text-decoration: none !important;
    font-weight: 300;
    margin-top: 10px;
}

.mylogo-foot {
    position: relative;
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
    text-decoration: none !important;
    font-weight: 300;
    margin-top: 10px;
}

.mt50 {
	margin-top: 50px;
}

.menu-dh {
        display: block;
        font-size: 0;
}

.menu-dh li {
        list-style: none;
        display: inline-block;
        font-size: 12px;
}

#footermenus .menu-dh .title {
  margin-bottom: 40px;
  display: inherit;
  color: #fff;
  font-size: 17px;
  text-transform: uppercase;
}


footer-dh #footermenus {
#	float: right;
}
footer-dh #footermenus ul {
#	float: left;
#	color: #000;
#	width: 150px;
}
footer-dh #footermenus ul:before {
	content: attr(aria-title);
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 10px;
	min-height: 40px;
}
footer-dh #footermenus ul li {
	display: block;
	margin-bottom: 5px;
}
footer-dh #footermenus ul + ul {
	margin-left: 10px;
}
footer-dh #footermenus ul li a {
	color: #fff;
	font-size: 14px;
	text-decoration: none;
}
footer-dh #footermenus ul li a:hover {
	text-decoration: underline;
}

.col-md-2 {
    width: 16.66666667%;
  }
}

.col-md-3 {
     width: 25%
}

.foot-link {
    color: white;
    text-decoration: none;
}

.foot-link:hover {
  color: white;
  text-decoration: underline;
}
