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;
}

    /*  */ 
   .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 {
  	width: 100%;
  	height: auto;
  	display: block;
  	padding: 10px 0px 20% 0px;
  	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)*/
}  

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

* {box-sizing: border-box;}

 .search-container {
  right: 10px;
  bottom: 0;
  position: absolute;
}

.searchtxt {
	width: 220px; height:25px; margin-bottom: 5px;
}
.searchbtn {
	margin-bottom: 5px; height:25px; width:29px; background-image:url('../images/search.png'); background-size: contain; background-color: #a2070f;

}

.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 #A2070F;
	color: #616151;
	border-bottom: 3px solid #dad7d7;
}
.rightadds p {
	font-size:11px;text-align: justify;
}
.rightadds label{
	font-size: 14px;border-bottom: 2px solid #dad7d7; text-align: left; width: 100%;
}
.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 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}
/********************************** right panel adds*****************************/


.holder { 
  font-family:Helvetica;
}
.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 {
  color:darkred;
  text-decoration:none;
}