@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;
	}
/* ------------------------------- */ 
/* ----------------slider---------------- */
.swiper-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.25);
    top: 0;
}

.carousel-caption h1 {
	font-family:"Open Sans",sans-serif;
	font-weight:700;
	text-shadow: 1px 1px 1px #000;
	font-size: 32px;
	}
@media (max-width: 900px) {
.carousel-caption h1 { font-size: 17px; }
}
@media (max-width: 600px) {
.carousel-caption h1 { font-size: 13px; }
.carousel-caption img { display:none; }
}
@media (max-width: 400px) {
.carousel-caption h1 { font-size: 10px; }
}
	
/* --------------------------------------- */


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

.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%
}



.main {
	background: #e1ad01; 
	padding-top: 15px; 
	padding-bottom: 15px; 
	text-align: center;
}

.main a {
	color: #000000; 
	font-weight:700;
	font-size:x-large; 
	text-align: center;
}

.main a:hover {
	color: #000000; 
}

.main a:link {
	color: #000000; 
}

.main a:visited {
	color: #000000; 
}

.main a:active {
	color: #000000; 
}

.row_footer {
	background: #ffffff;
	color: #333333;
	font-size:xx-large; 
	text-align:justify; 
	font-weight:600;
}


.row_footer p {
	padding-top: 6px;
	font-size:large; 
	text-align:justify; 
	font-weight:600;
}

.row_footer .heading{
	border-bottom: 1px solid #CCC;
	padding-bottom: 10px;
	text-align: left;
	font-size: 30px;
	font-weight: 700;
}


/* --------------Table---------------- */

  .tdesign table {
    border: 1px solid #000;
    margin:0;
    padding:0;
    border-collapse: collapse;
    border-spacing: 0;
	box-shadow: 3px 3px 1px #888888;
  }

    .tdesign  tr {
    padding: 2px;
  }
  
 .tdesign tr:hover{background-color:#d6d6d6 }
   .tdesign  tr:nth-child(even){background-color: #f5f5f5}
  .tdesign  tr:nth-child(odd){background-color: #fff}
   .tdesign  tr:nth-child(even):hover{background-color:#d6d6d6 }
   .tdesign  tr:nth-child(odd):hover{background-color:#d6d6d6 }

  .tdesign  th {
    padding-top:6px;
	padding-bottom:6px;
	padding-left:2px;
	padding-right:2px;
  }
  
  .tdesign  td {
	padding-top:6px;
	padding-bottom:6px;
	padding-left:2px;
	padding-right:2px;
	color:#000;
   }
	 
  .tdesign  th {
    text-transform: uppercase;
    letter-spacing: 1px;
	background-color:#000;
	color:#fff;
  }

	  .tdesign  th , td , td a , b {
		  font-size: 14px;
		  }

@media (max-width: 900px) {
 .tdesign  th , td , td a , b { font-size: 13px; }
}
@media (max-width: 400px) {
 .tdesign  th , td , td a , b { font-size: 11px; }
}

/* ---------------------------------------------------- */
.collapse_box{
  cursor: pointer;
  display: block;
  background: #008080;
  color:#fff;
  font-weight:600;
  padding:8px;
  border-bottom:1px solid #fff;
  margin:0;
}
.collapse_box + input{
  display: none; /* hide the checkboxes */
}
.collapse_box + input + div{
  display:none;
}
.collapse_box + input:checked + div{
  display:block;
}

.content_box {
	  padding:10px;
	  background-color:#f0f0f0;
	}


	
.content_box a {
	text-decoration: none;
}

.content_box a:hover {
	text-decoration: underline;
}