/* Add here all your CSS customizations */
.p0{
padding-left:0px !important; 
padding-right:0px !important; 
}
.m0{
margin-left:0px !important;
margin-right:0px !important;
}
.f-tagline_description:hover > .circle {
	background-color: #a0a0a0;
}

.f-tagline_description:hover > .circle i {
	color: #fff;
}

.circle,
.circle i,
.circle span {
	/* -webkit-transition-duration: 0.5s; */
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	/* transition-duration: 0.5s; */
}

.circle span {
	z-index: 4;
	display: block;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: #f2f2f2;
}

.f-tagline_description:hover > .circle span {
	background-color: #a0a0a0;
	opacity: 0;
	-moz-transform: scale(1.5);
	-webkit-transform: scale(1.5);
	-o-transform: scale(1.5);
	-ms-transform: scale(1.5);
	-moz-transition-duration: 0.7s;
	-webkit-transition-duration: 0.7s;
	-ms-transition-duration: 0.7s;
	-o-transition-duration: 0.7s;
	transition-duration: 0.7s ;
}
.b-top-nav--bottom .b-top-nav__1level_wrap {
    margin: 0 auto;
    display: table;
}
@media screen and (max-width: 1024px){
.b-top-nav--bottom .b-top-nav__1level_wrap {
    display:block !important;
    margin: 0 auto;
    }
}

/*
	NEWSTICKERS
*/


/* nt-title */

#nt-title-container {
	background: #F2F2F2;
}

#nt-title {
}

#nt-title li {
	color: #4E4E4E;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}


/* nt-example1 */

#nt-example1 {
    float: left;
    padding: 0px !important;
}

#nt-example1-container {
	text-align: center;
}

#nt-example1-container i {
	font-size: 36px;
	margin: 8px;
	cursor: pointer;
	-webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

#nt-example1-container i:hover {
	color: #333;
}

#nt-example1 li {
	color: #4e4e4e;
	background: #F2F2F2;
	overflow: hidden;
	height: 140px;
	padding:5px;
    font-size: 13px;
	line-height: 10px;
    text-align: left;
	border-bottom: 1px dashed #991113;
}

#nt-example1 li:hover {
	background: #FFF;
}
/* end nt-example1 */
