/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/
@font-face {
	font-family: "D-DINCondensed";
	src: url("fonts/D-DINCondensed.ttf");
}

@font-face {
	font-family: "D-DINCondensed-Bold";
	src: url("fonts/D-DINCondensed-Bold.ttf");
}

body, h1, h2, h3, h4, h5, h6, p {
	font-family:"D-DINCondensed";
	color: #1B3770;
}

body {
	font-size: 1.2rem;
}

a:hover {
	color: #1B3770;
}

#top-bar {
	background-color: #8297a7;
}

.top-links-item {
	border-left: 1px solid #fff;
}	

.top-links-item > a {
	color: #fff;
}

.menu-link {
	color: #8297a7;
	font-family:"D-DINCondensed" !important;
	font-size: 18px !important;
}

.top-links-item > a:hover {
	color: #1B3770;
}

.sub-menu-container .menu-item > .menu-link {
	font-family:"D-DINCondensed";
}

.mega-menu-style-2 .mega-menu-title > .menu-link {
	font-family:"D-DINCondensed";
}

.primary-menu .style-3 .menu-spacing-margin {
	font-family:"D-DINCondensed";
}

#footer .footer-widgets-wrap {
    position: relative;
    padding: 20px 0;
}
#copyrights {
	padding: 10px, 0 !important;
}

.fbox-content h3 {
	color: #1B3770 !important;
}

.heading-block h3 {
    font-size: 1.75rem;
	color: #1B3770 !important;
}

#top-bar {
   font-size: 18px;
}

.top-links-item > a {
    font-size: 18px;
}

.card {
	display: inline-block;
}

.patri {
	margin: 0 0 1em 0;
}

.heading-block.legal {
	margin-bottom: 30px;
	margin-top: 50px
}

.heading-block h1, .heading-block h2, .heading-block h3, .heading-block h4, .emphasis-title h1, .emphasis-title h2 {
	color:#1B3770;
}


@media screen and (min-width: 992px) {
.ticker-component .scroll-content .ticker-wrapper {
    -ms-flex-pack: center;
    justify-content: center;
}}

.ticker-component .scroll-content .ticker-wrapper {
    display: -ms-flexbox;
    display: flex;
	-ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    text-transform: uppercase;
    box-sizing: border-box;
    padding-right: 0;
    margin: auto;
    border: 1px solid #ccc;
    overflow-x: auto;
}

.ticker-component {
    margin: 0 auto 20px;
}

.indicator-content {	
	margin-right:10px;
	font-size: 16px;
	border-right: 1px solid #CCC;
}

.ticker-component .scroll-content .ticker-wrapper .indicator-content {
    border-right: 1px solid #CCC;
    font-size: .8rem;
    padding: 5px 15px;
    box-sizing: border-box;
}

.indicator-content > .indicator > a {
	font-weight:400px;
	color:#8297a7;
	font-size: 18px;
}
