/* CSS Document */
	@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700,800');
body {
	color: #747474;
	font-family: 'Open Sans', sans-serif;
	line-height: 28px;
	font-size: 16px;
	background: #fff;
}
a, a:hover, a:visited {
	color: #747474;
}
#logo-hp {
	text-align: center;
	border: 0px solid red;
	max-width: 589px;
	height: 130px;
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0
}
#menu {
	margin-top: 50px;
	font-size: 16px;
	text-transform: uppercase;
}
#menu li, #menu li a {
	list-style: none;
	/*margin-bottom: 25px; */
	color: #737373;
	text-decoration: none;
}
h1 {
	font-size: 25px;
	color: #747474;
	font-weight: 700;
	margin-top: 70px;
	margin-bottom: 70px;
	text-transform: uppercase;
}
@keyframes fadein {
from {
	opacity: 0;
}
to {
	opacity: 1;
}
}
@keyframes fadein2 {
0% {
	opacity: 0;
}
66% {
	opacity: 0;
}
100% {
	opacity: 1;
}
}
#crossfade img.top {
	animation-name: fadein;
	animation-timing-function: linear;
	animation-iteration-count: 1;
	animation-duration: 2s;
	animation-direction: normal;
}
#crossfade img.top2 {
	animation-name: fadein2;
	animation-timing-function: linear;
	animation-iteration-count: 1;
	animation-duration: 3s;
	animation-direction: normal;
}
#crossfade {
	position: relative;
}
#crossfade img {
	position: absolute;
	left: 0;
}
   
  #gruemenu > ul {
    box-shadow: none!important;
}  

#gruemenu > ul > li > a {
 
    border-right: 0px solid rgba(80, 80, 80, 0.12)!important;

}


@media screen and (max-width: 992px)   {

  #gruemenu  {
    display: none!important;
}

}


.sub-menu .current {
font-weight:bold;
}

.sub-menu a:hover {
font-weight:bold!important;
}