

/*######################################################################

                      // Theme Color //

########################################################################*/


/* Logo 
===========================================================*/
#wrap.boxed {
	border-top: 5px solid #2eade1;
}

.logo a:hover, .logoFirst, .h2firstword {
	color: #2eade1;
}

/* search
==========================================================*/
.search-btn, .menu-features li a {
	color: #2eade1;
}

/* Menu 
===========================================================*/
#jMenu li a {
	color: #ffffff;
}
#jMenu li a:hover, #jMenu li a.active {
	border-bottom: 3px solid #2eade1;
}

/* Buttons 
===========================================================*/
.color-bg, .btnSubscribe:hover, .tags li a:hover, .flex-control-paging li a.flex-active {
	background: #2eade1;
	background-color: #2eade1;
}
#toTopHover {
	background: #2eade1 url(../../images/icons/totop.png) center center no-repeat;
}

/* Portfolio 
===========================================================*/
.mask, .mask2, ul#portfolio-filter a:hover, ul#portfolio-filter a.current {
	background: #2eade1;
	background-color: #2eade1;
}

/* Blocks
============================================================*/
.block:hover {
	background: #2eade1;
}

/* Elements 
===========================================================*/
.nav-list > .active > a, .nav-list > .active > a:hover, .dropdown-menu li > a:hover, .dropdown-menu li > a:focus, .dropdown-submenu:hover > a, .nav-pills > .active > a, .nav-pills > .active > a:hover, .dropcapBg, .depts2 {
	background: #2eade1;
	background-color: #2eade1;
}
.dropcap, .tab-content h5 a, .tab-content h4 a, .tab-content h3 a {
	color: #2eade1;
}
.nav-tabs > .active > a, .nav-tabs > .active > a:hover {
	border-top: 2px solid #2eade1;
}
.tabs-below > .nav-tabs > .active > a, .tabs-below > .nav-tabs > .active > a:hover, { /* took out .view from end for hardwre page*/
	border-bottom: 2px solid #fff;
}
.tabs-left > .nav-tabs > .active > a {
	border-left: 2px solid #2eade1;
}
.tabs-right > .nav-tabs > .active > a {
	border-right: 2px solid #2eade1;
}


/* Pricing tables 
===========================================================*/
.selected-table .table-header h1, .table-wrap-2 .table-column:hover .table-header h1, .selected-table .table-footer a, .table-wrap-2 .table-column:hover .table-footer a, .selected-table .table-header h1, .table-wrap-2 .table-column:hover .table-header h1, .selected-table .table-footer a, .table-wrap-2 .table-column:hover .table-footer a {
	background: #2eade1;
	background-color: #2eade1;
}
.selected-table .plan, .table-wrap-2 .table-column:hover .plan, .selected-table i, .table-wrap-2 .table-column:hover i {
	color: #2eade1;
}

/* Text 
===========================================================*/
.date, .color-text, .block i, .underConst h1, .blogOptions span:hover i {
	color: #2eade1;
}

/* Links 
===========================================================*/
a:hover, #mainFooter a:hover {
	color: #2eade1;
}

/* Others 
===========================================================*/
.member:hover, .catchText {
	border-bottom: 4px solid #2eade1;
}
.thumbs li a img:hover {
	border: 3px solid #2eade1;
}

/* selection bg color 
===========================================================*/
::-moz-selection {
	background:#2eade1;
}

::selection {
    background:#2eade1;
}









