.container {
    width: 720px;
    margin: 20px auto;
    overflow: hidden;
}
.container_mon {
    width: 1920px;
    margin: 20px auto;
    overflow: hidden;
}
.img-thumbnail {
    /*margin:5px;*/
}
footer {
  width: 100%;
  height: 150px;
}
.vcenter {
  display: inline-block;
  float: none;
  vertical-align: middle;
}
.usr {
    margin: 5px;
}

h4 {
	margin-left: 10px;
}

.sshow{
    overflow: hidden;
} 

.rsa {
	position:relative;
	width:100%;
	height: 950px;
} 
.rsa_mon {
	position:relative;
	width:100%;
	height: 880px;
	margin-left:120px;
} 
.sshow .slide{
  position: absolute;	
	left:45px;
  z-index: 1;
  opacity: 0;
  top: 50%;
  transform: translateY(-50%);
}
.mon {
	margin-left:190px;
} 
.sshow img.slide{
    height: auto;
}
.clnt {
	margin-top:90px;
}
.navbar-fixed-top {
	background:#ffffff;
}
.blink { 
	-webkit-animation: blink 3s linear infinite;
	animation: blink 3s linear infinite; 
} 
@-webkit-keyframes blink { 
	0% { color: rgba(248, 4, 4, 1); }
	50% { color: rgba(248, 4, 4, 0); } 
	100% { color: rgba(248, 4, 4, 1); } 
} 
@keyframes blink { 
	0% { color: rgba(248, 4, 4, 1); } 
	50% { color: rgba(248, 4, 4, 0); } 
	100% { color: rgba(248, 4, 4, 1); } 
}

.red {
    color:#ef0a0a;
}
.blink {
-webkit-animation: blink 2s linear infinite;
animation: blink 2s linear infinite;
color: #FF0000;
}
@-webkit-keyframes blink {
  50% {
    color: rgb(250, 0, 0);
  } 
  51% { 
    color: rgba(250, 0, 0, 0); 
  } 
  100% {
    color: rgba(250, 0, 0, 0); 
  }
}
@keyframes blink {
  50% {
    color: rgb(250, 0, 0);
  }
  51% {
    color: rgba(250, 0, 0, 0);
  }
  100% {
    color: rgba(250, 0, 0, 0);
  }
}