@charset "utf-8";
/* CSS Document */

* {
	/*font-family:"Open Sans",sans-serif;*/
	font-family:Source Sans Pro,Helvetica Neue,Helvetica,Arial,sans-serif;;
	margin:0;
	padding:0;
	font-size: 14px;
}
@media (max-width: 900px) {
  * { font-size: 14px; }
}
@media (max-width: 400px) {
  * { font-size: 13px; }
}

.f_small , .f_small a{
	font-size: 12px;
}
@media (max-width: 900px) {
  .f_small , .f_small a { font-size: 12px; }
}
@media (max-width: 400px) {
  .f_small , .f_small a { font-size: 11px; }
}

.f_large {
	font-size: 16px;
}
@media (max-width: 900px) {
  .f_large { font-size: 16px; }
}
@media (max-width: 400px) {
  .f_large { font-size: 14px; }
}

.f_Xlarge {
	font-size: 24px;
}
.f_Xlarge strong {
	font-size: 24px;
	font-weight:600;
}
@media (max-width: 900px) {
  .f_Xlarge { font-size: 20px; }
  .f_Xlarge strong {
	font-size: 20px;
	font-weight:600;
}
}
@media (max-width: 400px) {
  .f_Xlarge { font-size: 15px; }
  .f_Xlarge strong {
	font-size: 15px;
	font-weight:600;
}
}

/* ------------------------------- */ 
body {
	margin: 0;
	padding: 0;
}

#container_body {
	border-left:1px solid #000;border-right:1px solid #000;
	}
@media (max-width: 700px) {
#container_body {
	border-left:none;border-right:none;
	}
}
/* ------------------------------- */ 

/* ----------------header---------------- */
.header {
	 background-color:#800000;
	 font-weight:600;
	 color: #fff;
	 width:100%;
	 padding-top:8px;
	 padding-bottom:8px;
	 padding-left:8px;
	 padding-right:8px;
}

#header_img img {
	width:70%;
	height:auto;
	}
	
#header_img_m img {
	width:100%;
	height:auto;
	padding-top:12px;
	padding-bottom:12px;
	}
/* ------------------------------- */ 
/* ------------------------------------- */

.footer {
	background-color:#800000;
	color: #fff;
	text-align: center;
	font-weight:600;
	padding-top: 10px;
	padding-bottom: 10px;
	bottom:0;
	display:block;
	width:100%;


}
/* -------------end footer---------------- */
	
/* ----------------topmenu---------------- */
.topmenu {
	margin-top:0;
	top:0;
	color:#ffffff;
	background:#333333;
	width:100%;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
	text-transform:uppercase;
	}
  .topmenu h1 {
	  padding:0;
	  margin:0;
	font-size: 22px;
	font-weight:600;
		}

@media (max-width: 900px) {
  .topmenu h1 { font-size: 18px; }
}
@media (max-width: 400px) {
  .topmenu  h1 { font-size: 15px; }
}


/* --------------------------------------- */

/* ------------- Section -------------------- */
section {
background:#fff;
  display: inline-block;
  margin: 0 auto;
  padding:0;
  vertical-align: top;
  width: 100%;
}
/* ---------------end Section---------------------- */

/* -------------article---------------- */
article {
	min-height: 70vh;
	text-align:justify;
	padding:10px;
/*	background:url(../images/logo_bg.jpg) no-repeat fixed bottom;*/
/*	background-color:#fff;*/
}

a {
	text-decoration:none;
	color:#004080;
	}
	
.underline:hover { text-decoration:underline;}

.box-shadow {
	/*box-shadow: 0 2px 3px #333, 0 2px 2px #333;*/
	box-shadow: 4px 4px 2px #888888;
	}

.img-circle {
        border-radius: 50%;
    }

.b1{
	background-color:#004080;
	color:#fff;
	font-weight:600;
	padding:3px;
	margin:2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	border: solid 1px #0000ff;
	font-weight:600;
	}
	
	.b1:hover {
		text-decoration: none;
		background: #800000;
		color:#fff;
		border: solid 1px #800000;
	}
	

	

.heading h1 {
	font-size:30px; 
	font-weight:700; 
	color: #800000;
	display: inline-block;
	padding: 0 15px;
	position: relative;
}

.heading {
  overflow: hidden;
  text-align: center;
}
.heading h1:before,
.heading h1:after {
  background: #800000;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
    top: 50%;
  width: 400%;
}
.heading h1:before {
  right: 100%;
}
.heading h1:after {
  left: 100%;
}

.heading1 {
	font-size:30px; 
	font-weight:700; 
	color:#800000;
	text-align:center;
	}
.heading2 {
	color:#004080;
	font-size:25px; 
	font-weight:600; 
	}
.heading_invert {
	color:#fff;
	background-color:#333333;
	font-size:20px; 
	font-weight:600;
	padding-top:5px;
	padding-bottom:5px;
	}
@media (max-width: 900px) {
	.heading h1  { font-size: 25px; }
    .heading1  { font-size: 25px; }
    .heading2 { font-size:20px; }
	.heading_invert { font-size:16px; }
}
@media (max-width: 400px) {
	.heading h1  { font-size: 20px; }
    .heading1  { font-size: 20px; }
    .heading2 { font-size:15px; }
	.heading_invert { font-size:12px; }
}

.end_hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #800000;
    margin: 1em 0;
    padding: 0; 
}
.hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #333;
    padding: 0;
	width:100%
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
	margin-bottom: 4rem;
  }
  /* Since positioning the image, we need to help out the caption */
  .carousel-caption {
	bottom: 3rem;
	z-index: 10;
  }
  
  /* Declare heights because of positioning of img element */
  .carousel-item {
	height: 32rem;
  }
  .carousel-item > img {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	height: 32rem;
  }
  
  
  /* MARKETING CONTENT
  -------------------------------------------------- */
  
  /* Center align the text within the three columns below the carousel */
  .marketing .col-lg-4 {
	margin-bottom: 1.5rem;
	text-align: center;
  }
  .marketing h2 {
	font-weight: 400;
  }
  /* rtl:begin:ignore */
  .marketing .col-lg-4 p {
	margin-right: .75rem;
	margin-left: .75rem;
  }
  /* rtl:end:ignore */
  
  
  /* Featurettes
  ------------------------- */
  
  .featurette-divider {
	margin: 5rem 0; /* Space out the Bootstrap <hr> more */
  }
  
  /* Thin out the marketing headings */
  .featurette-heading {
	font-weight: 300;
	line-height: 1;
	/* rtl:remove */
	letter-spacing: -.05rem;
  }
  
  
  /* RESPONSIVE CSS
  -------------------------------------------------- */
  
  @media (min-width: 40em) {
	/* Bump up size of carousel content */
	.carousel-caption p {
	  margin-bottom: 1.25rem;
	  font-size: 1.25rem;
	  line-height: 1.4;
	}
  
	.featurette-heading {
	  font-size: 50px;
	}
  }
  
  @media (min-width: 62em) {
	.featurette-heading {
	  margin-top: 7rem;
	}
  }

    /*-------------------------------------------------- */