@import url('https://fonts.googleapis.com/css?family=Baloo+Thambi');
/* Add here all your CSS customizations */
body { color: #000000;}
p {
    color: #000;
}
.footer-copyright {color:#FFFFFF;}
#footer.short {
    padding-top: 20px;
}
.alert {
    padding: 5px;
    margin-bottom: 5px;
    border: 1px solid transparent;
    /*border-radius: 4px;*/
	background:#004161;
}
#footer .container .row > div { margin:0;}
.featured-box .box-content {padding: 0;}
section.section{padding: 0;}

.blink_me {
    -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: 10s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    
    animation-name: blinker;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@-moz-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@-webkit-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}


.cus_bg
{
	background:#0066CC;
	padding:20px;
}
html .featured-box-tertiary .box-content
{
	border-top-color: #0088cc !important;
}

html .featured-box-tertiary h4
{
	color: #0088cc !important;
}

.welcome p
{
	margin-bottom: 10px !important;
	text-align:justify;
}

html body .tabs .nav-tabs a
{
	    color: #fff !important;
    background: #08c;
	font-weight: 700;
}

html body .tabs .nav-tabs li.active a
{
	color: #0088cc !important;
	font-weight: 700;
}

html body .tabs.tabs-vertical.tabs-left .nav-tabs li.active a
{
	border-left-color: #004161;
    background: #0088cc;
}

.col_right
{
	    text-align: justify;
    margin: 50px;
}

hr.tall
{
	margin: 15px 0;
}



.articles h3
{
	float: left;
    padding: 10px;
	margin-bottom: 0;
}

.articles span
{
	padding: 10px;
    font-weight: bold;
}
.artimg_left
{
	float:right;
}

.artdis_right
{
	margin:0 auto;
}


.articles p
{
	text-align:justify;
}




