.black-ribbon {
  position: fixed;
  z-index: 9999;
  width: 70px;
}
@media only all and (min-width: 768px) {
  .black-ribbon {
    width: auto;
  }
}

.stick-left { left: 0; }
.stick-right { right: 0; }
.stick-top { top: 0; }
.stick-bottom { bottom: 0; }
/*img {
-webkit-filter: grayscale(100%); 
filter: grayscale(100%);
}
html {
-webkit-filter: grayscale(100%);
}*/

.div-inner{
	padding:5px;
	/*border:solid 1px #999999;
	border-radius:4px;
	background:#FFFFFF;*/
}

.box-wp{
    border:solid 1px #999999;
	border-radius:15px;
	background:#F5F5F5;
	padding:20px;
}

.box-page{
    border:solid 1px #CCCCCC;
	border-radius:15px;
	background:#FFFFFF;
	padding:15px;
}


.normal-nav{
	font-size:14px;
}
.slide-area{
	background-color:#ccc;
	margin:0;
}
.middle-content{
	margin-top:20px;
}
.media .media-left .div-blank-img{
	width:64px;
	height:64px;
	background-color:#ccc;
}
.panel .panel-title{
	font-size:13px;
}
.sponsor{
	height:80px;
	background-color:#ccc;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	background: 0;
}

.dropdown:hover .dropdown-menu {
	display: block;
}
.div-footer{
	margin-top:5px;
	font-size:13px;
}
.content-part{
    border-bottom: 1px dotted #ccc;
    padding: 10px 0;
    margin: 10px 0;
}
.btn {
  background: #39adf5;
  background-image: -webkit-linear-gradient(top, #84d0ff, #429cd4);
  background-image: -moz-linear-gradient(top, #84d0ff, #429cd4);
  background-image: -ms-linear-gradient(top, #84d0ff, #429cd4);
  background-image: -o-linear-gradient(top, #84d0ff, #429cd4);
  background-image: linear-gradient(to bottom, #84d0ff, #429cd4);
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius:3px;
  font-family: Arial;
  color: #ffffff;
  font-size: 12px;
  padding: 5px 5px 5px 5px;
  text-decoration: none;
}

.btn:hover {
  background: #00a2ff;
  background-image: -webkit-linear-gradient(top, #67c5ff, #92c4e3);
  background-image: -moz-linear-gradient(top, #67c5ff, #92c4e3);
  background-image: -ms-linear-gradient(top, #67c5ff, #92c4e3);
  background-image: -o-linear-gradient(top, #67c5ff, #92c4e3);
  background-image: linear-gradient(to bottom, #67c5ff, #92c4e3);
  text-dec oration: none;
}
.text-box{
	border-style:solid; 
 	font-size:12px; 
	border-width:1px; 
	border-radius:3px; 
	padding:4px; 
	border-color:#a2d3ed; 
	color:#7a7a7a;  } 
.text-box:focus { outline:none; } 

.tb .glyphicon{color:#779ECB;}

.glyphicon{color:#779ECB;}

.glyphiconn{
	color: #999999;
}

.re-font td{
font-size:13px;
}

.refont{
font-size:13px;
}

.refont-content{
font-size:14px;
}
