/*
	Original .fitgrd (www.fitgrd.com) - responsive grid system by Jan MÃ¼ller
	Fitrgrid - small screen first fork by John Coyne (aoimedia.co.uk) 2016
	Licensed under GPL and MIT.
	##########################
*/


.marquee
{
color: #E1091E;
border-style: inset;
border-left: 0px double #E10024;
border-Top: 0px inset #E1091E;
border-bottom: 0px inset #E6EAF2;
border-bottom-left-radius: 30%;	
border-bottom-right-radius: 30%;
background-image: url('images/bg.gif');
background-repeat: repeat-x;
line-height: normal;	
padding-top: 2px;
padding-left: 105px;
}


header{
        background: #fff;
        margin: 0;
        padding:0px 50px 0px 50px;
}
header .row{

	max-width: 70em;
	margin: 0 auto;    
}
#nav{
	background: #f7f8fb;   
}
#hero{
	background: #f7f8fb;    
}

#hero .row{
	max-width: 70em;
	margin: 0 auto;    
}
#hero12{
	background: #f7f8fb;    
}

#hero12 .row12{
	max-width: 70em;
	margin: 0 auto;    
}
#hero_top{
        background: #f7f8fb; 
}
#hero_top .row{
	max-width: 90em;
	margin: 0 auto; 
}
#hero_top1{        
background: #fff;     
}



#breadcrumbs .row{
	max-width: 70em;
	border-bottom: 1px solid #7E4394;
	margin: 0 auto;    
}
.slide{
	padding: 20em 0;
	max-width: 70em;
	margin: 0 auto;
}
.align-center {
    text-align: center;
}

.align-right {
	text-align: right;
}

.fg4.equal-box {
    padding:0 0 60px 0 ;
}
.fg4.equal-box button {
    position: absolute;
    bottom: 10px;
    display: block;
}

aside ul li {
    list-style-type: none;
}

footer{
        color: #fff;
	background: #7E4394;
}
footer .row{
	max-width: 70em;
	margin: 0 auto;    
}
/* Back to Top */
#backtotop{z-index:999; display:inline-block; position:fixed; visibility:hidden; bottom:5px; right:5px; width:30px; height:30px; line-height:26px; border-radius:5px; font-size:1rem; text-align:center; opacity:.2; text-decoration:none;}
#backtotop i{display:block; width:100%; height:100%; line-height:inherit;}
#backtotop.visible{visibility:visible; opacity:.5;}
#backtotop:hover{opacity:1;}
#backtotop{color:#fff; background-color:#4CA6D5;}

.breadcrumbs {
height:20px;
line-height:100%;
margin: 0 0 0 0;
padding: 3px 0 3px 0;
clear:both;
}

.innerbc {
font-size:14px;
margin:10px 0 0 0;
}

.breadcrumbs .innerbc span {
background: transparent url(img/bclink.gif) no-repeat;
padding: 6px 2px 0px 12px; font-weight: normal; }

.breadcrumbs .innerbc a {
padding:1px;
border-bottom: 1px solid #7E4394;
text-decoration: none;
}
.breadcrumbs .innerbc a:hover {
border-bottom: 1px solid #505567;
}

.breadcrumbs .innerbc .menu-current a{
color: #0e3683;
}

.frontpage .breadcrumbs {display:none;}

.fg1,.fg2,.fg3,.fg4,.fg5,.fg6,.fg7,.fg8,.fg9,.fg10,.fg11,.fg12 {
	color: #333;
}

.fg22 {
	color: #444;
	border: 1px  solid;
	border-color: #7E4394;
	border-radius: 30px;
	background: #fff;
	max-width: 80em;
	margin: 0 auto;
	padding:10px 30px 10px 30px;
}

.fg23 {
	color: #444;
	border-bottom: 0px  solid;	
	border-top: 0px solid;
	border-color: #E1091E;
	background: none;
}




.fg-no-gutter > [class*="fg"] {
	height: auto;
	background: none;
}

.headline{
	font-size: 2em;
	line-height: 1em;
	background: none;
	color: #333;
	padding: 1em 0;
}

.meta {
text-align:right;
}

#meta-bottom {
text-align: center;	
}

.meta ul {
margin:0;
padding:0;
display:inline;
}

.meta ul li {
list-style-type:none;
font-size:80%;
text-transform:uppercase;
display:inline-block;
margin:0;
padding:0 1em;
}

.meta ul li a:link,
.meta ul li a:visited {
text-decoration:none;
color:#0e3683;
}

.meta ul li a:hover,
.meta ul li a:visited:hover,
.meta ul li a:active,
.meta ul li a:visited:active {
color:#333;
}
footer .meta {
padding-bottom: 20px;
}
.sp {
border-left: 5px #4CA6D5 solid;
padding-left: 15px;
margin-left: 0px;
color: #444;
  }
  
.kdfb-button {
	box-shadow: 0px 10px 15px -7px #326798;
	background:linear-gradient(to bottom, #0066cb 5%, #00427f 100%);
	background-color:#0066cb;
	border-radius:12px;
	border:1px solid #29668f;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:5px 15px;
	text-decoration:none;
	text-shadow:0px 1px 0px #3d768a;
}
.kdfb-button:hover {
	background:linear-gradient(to bottom, #003f7e 5%, #003f7e 100%);
	background-color:#003f7e;
	color: #EBF2E5; 
	text-decoration:underline; 
}
	
	
}
.kdfb-button:active {
	position:relative;
	color: #fff; 
	text-decoration: none;
	top:1px;
}

.kdfb-button:focus {
        color: #fff; 
        outline: none; 
}

  
  
/* ======================================= 
   media queries
   ======================================= */

/* larger viewport breakpoint: 640px+ */ 	
@media screen and (min-width: 40.000em) {
	
	/* css */
	
}