/*----------------------------
	   BOXES
-----------------------------*/
@media screen and (max-width: 992px) {
	.nav.navbar-nav li a {
		font-size: 12px;
		margin-top: 28px;
	}
}

@media screen and (max-width: 767px) {
	.filter-div {
		display: none;
	}
}

.filter-div {
	float: right;
    margin: 0 auto;
	margin-left: 10px;
    min-width: 80px;
	max-width: 150px;
}

.filter-div ul{
	clear: both;
    margin: 5px 0 5px 0;
}

.filter-div li {
    padding-bottom: 2px;
}

.filter-div li a{
	font-weight: bold;
    text-decoration: none;
}

a:hover{
	color: rgba(0,64,255,1);
	font-style: italic;
	text-decoration: none;
    cursor: pointer;
}

.newsbox:hover{
    text-decoration: underline;
    cursor: pointer;
}

.hiddenText
{
    display: none;
	text-align: center;
}

.hiddenText p {
	margin: 0 0 5px;
	font-size: 11px;
}

.newsbox {
	text-align: center;
}

.newsbox .newstitle {
    font-size: 10px;
    color: black;
    font-weight: bold;
    text-transform: uppercase;
}

.left_boxes{
	padding-left: 10px;
    padding-right: 10px;
    background-color: white;
    padding-top: 3px;
    padding-bottom: 6px;
    border-radius: 0px 0px 20px 20px;
    -moz-box-shadow: 1px 1px 1px 1px rgba(168, 168, 168,0.4);
    -webkit-box-shadow: 1px 1px 1px 1px rgba(168, 168, 168,0.4);
    box-shadow: 1px 1px 1px 2px rgba(168, 168, 168,0.4);
}

.left_boxes .row {
	margin: none;
}










/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
