/* general links color */
a, a:visited, a.more {
	/*color: #0da3e2;*/
    /*color:#0C85B7;*/
}
a:hover
{
    color:Red;
}

.footer a {
	color: #0da3e2;
}

/***
Vertical inline menu
***/
.ver-inline-menu {
	border-left: solid 2px #0DA3E2;
}
.ver-inline-menu li:hover a{
	background: #0DA3E2;
}
.ver-inline-menu li.active a{
  background: #0DA3E2;
}
.ver-inline-menu li.active:after {
  border-left: 6px solid #0DA3E2;
}

/* Blog Sidebar categories BEGIN */ 
.sidebar-categories li > a
{
    /*color: #0da3e2;*/
    color:black;
}


.sidebar-categories li > a:hover,
.sidebar-categories li.active > a,
.sidebar-categories li.active:hover > a {
	color: red;    
}

.fa-check-square-o {
    padding-right: 5px;
    color: #0c92ca;
}

.btn.red {
    background-color: #0c92ca !important;
}

.btn.red:hover, 
.btn.red:focus, 
.btn.red:active, 
.btn.red.active,
.btn.red[disabled], 
.btn.red.disabled {    
  background-color: #0da3e2 !important;
  color: #fff !important;
  outline: none !important;
}


.btn.grey {
    background-color: #808080 !important;
    color: black;
}

h2.heading {
color:#0C85B7;
font-weight:bold;
}