/* custom css */


/* --------- TOP BAR ---------*/

.top_bar {
	border-bottom : solid 1px #6AFE7F;
	padding       : 10px 0;
	text-align    : center;
}

.top_bar strong {
	border-radius  : 3px;
	color          : #6AFE7F;
	letter-spacing : 1px;
	margin         : 0 2px;
	padding        : 3px 7px;
}

/* --------- TOP BAR ---------*/

/* --------- HOVER EFFECT ---------*/

.home .banners .row .col a:hover img {
	transform : scale(1.1);
}

.home .banners .row .col a img {
	transform  : scale(1);
	transition : ease .5s;
}

/* --------- HOVER EFFECT ---------*/

/* --------- HEADER ---------*/

header {
	background : transparent;
}

header .top, header .bottom {
	background : transparent;
}

#app:not(.mobile) header .bottom ul li a {
	transform  : translateY(0px);
	transition : ease all .4s;
}

#app:not(.mobile) header .bottom ul li a:hover {
	transform : translateY(-10px);
}

header .bottom .row-inc .nav {
	background : #000000;
}

/* --------- HEADER ---------*/

