img
{
	background:url('../../../images/img_load.gif');
	background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center; 
}

/*
1. 59B2FF 
*/
marquee
{
height:200px;
}
.panel.panel-light_blue
{
//border-color:#ADEBFF
}

.panel.panel-light_blue .panel-body,.panel.panel-light_blue .list-group li
{
background:#F8F8F8;
}

.panel.panel-light_blue .panel-heading
{
background:#C6D2F6;
//background:#E6F0FF;
}
.panel.panel-light_blue .panel-heading .panel-title
{
color:#203470;
}
.panel.panel-light_blue .list-group li:hover
{
background:#C6D2F6;
margin-left:5px;
}

.panel.panel-light_blue .list-group li a
{
text-decoration:none;
}

.box.panel
{
background:#F8F8F8;
}
#slider_1 .carousel-inner .item img
{
height:255px;
width:100%;
}

.carousel-control *,.carousel-control:hover 
{
//color:#FFF;
background:none;
}



.box .panel 
{
height:150px;
//display:flex;
//padding:15px;
vertical-align:middle;
align-content:center;
align-self:center;
align-items:center;
}


/* ------------------- NAVBAR ------------------- */
.dropdown .dropdown-menu > li
{
border-bottom:dotted thin #444;
}
.dropdown .dropdown-menu > li:last-child
{
border-bottom:none;
}
.dropdown .dropdown-menu > li a:hover
{
background:#C6D2F6;
color:#203470;
}
.dropdown .dropdown-menu > li > a
{
padding:5px 10px;
}

/* ----------------- BLINK ---------------------- */
.blink {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    
    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    
    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@-moz-keyframes blinker {  
    50% {color:#203470;
	font-weight:bold	}
}

@-webkit-keyframes blinker {  
    50% {color:#203470;
	font-weight:bold	}
}

@keyframes blinker {  
    50% {color:#203470;
		font-weight:bold}
}


/*---------------------- POPOVER ------------------ */

.popover-content{
background:#FFFFCC;
color:#000;
}

/* ------------------- FEED ------------------- */
#feed .j font br:first-child,#feed .j  img
{
display:none;
}

#feed  img
{
border:solid 1px #000;
}

#feed  tr td:nth-child(2)
{
padding-left:10px;
}


/* ------------ DISCUSSION ----------------- */
.blog .caption *
{
color:#FFF;
}

.blog .blog_heading
{
font-size:x-large;
border-bottom:solid thin #ddd;
width:100%;
margin-top:10px;
}

.blog .content
{
 white-space: wrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height:100px;
}