* {
	font-family: Helvetica, sans-serif;
	box-sizing: border-box;
  }
  
a{
	color: #a2070f;
}
.headcover { 
	background-image: url('../images/cover.jpg');
	background-size: 100% 200px;
    background-repeat: no-repeat; 
    height:200px; 
    position: relative; 
    text-align: right;
}

/* for main heading */
.navbar-inverse .navbar-nav > li > a { color: #343a40; }
.navbar-nav > li:not(:first-child) { border-left: 1px solid #343a40; }

/* for sub-heading */
.navbar-inverse .navbar-left > li > a { color: #fff; }
.navbar-left > li:not(:first-child) { border-left: 1px solid #a2070f; }

    /*  */ 
   .press-left-detail  a {
		color: #a2070f;
	}
    .press-left-row {
      width: 100%;
      padding-bottom: 10px;
    }
    .press-left-img {
      width: 35%;
      float: left;
      padding-right: 5px;
    }
   .press-left-detail {
      width: 60%;
      float: right;
    }
    
  .sitemap {
  	padding: 10px 0px 0px 0px;
  	/*width: 100%;
  	height: auto;
  	display: block;
  	border-top:1px solid #E2E2E2;
  	border-left:1px solid #E2E2E2;
  	border-right:1px solid #E2E2E2;
  		margin:auto;
  		background-size: cover;
  	 background-image:-moz-linear-gradient(center top , #F2F2F2, #FFF);
  	  background: linear-gradient(center top , #F2F2F2, #FFF)*/
}

#footer-menu {
    background-color: #f5f5f5;
	border-top: 1px solid #E2E2E2;
	border-bottom: 1px solid #E2E2E2;
	margin-top: 15px;
	padding-top:10px;
	line-height: 22px;
	font-size: 12px;
}

#footer-menu a {
	color: #333;
}

footer {
    background-color: transparent;
	font-size: 12px;
}

footer a{
	color:	#333;
}

footer a:hover, a:focus, #footer-menu a:hover, a:focus {
    color: #a2070f;
    text-decoration: none;
	font-weight: 600;
}

/*---------------------- Index Page Panel -----------------------------------*/
.panel-primary, .panel-danger {
    border-color: #ddd;
}

.panel-primary > .panel-heading, .panel-danger > .panel-heading {
    font-weight: 600;
    background-color: #343a40;
    border-color: #ddd;
    letter-spacing: 1px;
}

.panel-footer a {
    color: #343a40;
}

.panel-footer a:hover {
    color: #a2070f;
}

/*---------------------------------------------------------*/

.search-container {
  right: 128px;
  bottom: 0;
  position: absolute;
}

.fa {
	font-size: 30px;
    color: white;
}

.searchtxt {
	width: 220px; height:25px; margin-bottom: 5px; border: #ffffff 2px solid;
}
.searchbtn {
	margin-bottom: 5px; height:25px; width:29px; background-image:url('../images/search.png'); background-size: contain; background-color: #a2070f; border: #ffffff 2px solid;

}

.searchbtn button:hover {
  background: #ccc;
}
/*
@media screen and (max-width: 600px) {
  .topnav .search-container {
    float: none;
  }
  .topnav a, .topnav input[type=text], .topnav .search-container button {
    float: none;
    display: block;
    text-align: left;
    width: 100%;
    margin: 0;
    padding: 14px;
  }
  .topnav input[type=text] {
    border: 1px solid #ccc;  
  }
}*/

.section1 {
  position: relative;
  width: 50%;
  border: 1px solid;
}
.h11 {
  display: inline;
}
.div1 {
  float: right;
}


@media screen and (max-width: 800px) {
	footer{
	/*	font-size: 10px;
		background-color: rgb(238, 238, 238);
		background-repeat: !important;
		bottom: 0;
		left: 10px;
		right: 10px;
		border-radius: 8px;
		position: fixed;*/
		padding-bottom: 50px;
		margin-top: 150px;
		
	}
  .sitemap {
    visibility: hidden;
    clear: both;
    display: none;
  }
  
.headcover { 
	 background-image: url('../images/covermin.jpg');
	background-size: 100% 120px;
    background-repeat: no-repeat; 
    height:120px; 
    position: relative; 
    text-align: right;
}
.search-container {
  right: 10px;
  top: 2px;
  position: absolute;
}
.searchtxt {
	width: 130px; margin-bottom: 5px;
}
}
/********************************** right panel adds*****************************/
.rightadds {
    border-top: 7px solid #343a40;
    color: #343a40;
    border-bottom: 3px solid #ddd;
}

.rightadds a {
	color: #333;
} 

.rightadds a:hover {
	color: #A2070F;
} 

.rightadds p {
	font-size:11px;text-align: justify;
}
.rightadds label{
	font-size: 14px;
	border-bottom: 2px solid #dad7d7; 
	text-align: left; 
	width: 100%;
	letter-spacing: 1px;
}
.rightadds ul{
	font-size: 11px; text-align: left; margin-left:-15px; 
}

.box-outer {
	overflow: hidden;
	margin: 0px 0px 20px 0px;
	width: 100%;
	height: 80px;
}
.main_box {
	width: 100%;
	height: 80px;
	position: relative;
	background: #a2070f;
	border: 5px solid #000;
	color: white;
}
.bar {
	position: absolute;
	width: 50px;
	height: 5px;
	background: #fff;
	transition: all 1s linear;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
.bar.delay {
	animation-delay: 0.5s;
	-webkit-animation-delay: 0.5s;
}
.top {
	top: -5px;
	left: -5px;
}
.right {
	top: 18px;
	right: -28px;
	transform: rotate(90deg);
}
.bottom {
	bottom: -5px;
	left: -5px;
}
.left {
	top: 18px;
	left: -28px;
	transform: rotate(90deg);
}
 @-webkit-keyframes h-move {
 0% {
left: -5px;
}
100% {
left: 200px;
}
}
 @keyframes h-move {
 0% {
left: -5px;
}
100% {
left: 200px;
}
}
.top, .bottom {
	-webkit-animation-name: h-move;
	animation-name: h-move;
}
 @-webkit-keyframes v-move {
0% {
top: -5px;
}
100% {
top:228px;
}
}
 @keyframes v-move {
 0% {
top: -5px;
}
100% {
top:228px;
}
}
.right, .left {
	-webkit-animation-name: v-move;
	animation-name: v-move;
}
.blink_me {
  animation: blinker 2s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}
/********************************** right panel (Highlights) *****************************/

.holder .mask {
  position: relative;
  left: 0px;
  top: 10px;
  height:150px;
  overflow: hidden;
}
.holder ul {
  list-style:none;
  margin:0;
  padding:0;
  position: relative;
}
.holder ul li {
  padding:10px 0px;
}
.holder ul li a {
  text-decoration:none;
}