.contact-icon {
    display: flex;
    align-items: center;
    justify-content: center;
  	height: 100%;
}

.custom {
    display: flex;
    align-items: center;
    justify-content: center;
  	height: 55px;
}


.dropdown-menu{
background-color: #5c1616; !important;
}

.navbar-default .navbar-nav > li > a {
color: #d9d9d9;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
color: #ffffff;
background-color: #5c1616; !transparent;
}

.article-button {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.article-button:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.t3-wrapper {
  background-image: url("../../../images/bg2.png");
}

footer#t3-footer {
padding-top: 0;
padding-bottom: 0;
}