/* Links */
a, a:visited { color: #16aeee; font-weight: 400; text-decoration: none; }
a:hover { color: #93b1ff; }

.button { border: 1px solid #16aeee; }
.button:hover { border: 1px solid #93b1ff; }

.desktop.navigation .nav-content a:hover, .desktop.navigation .nav-content a.active, .post-title a:hover, .cat-item a:hover, .widget-archive a:hover, .recentcomments a:hover, .widget-recent-entries a:hover, .comment-meta a:hover, .required  
{ color: #16aeee!important; }

.gallery-next .bx-next:hover  { background: #16aeee url('../../images/blog/next.html') no-repeat; background-size: 22px 22px;}
.gallery-prev .bx-prev:hover  { background: #16aeee url('../../images/blog/prev.html') no-repeat; background-size: 22px 22px;}


.tagcloud a { border: 1px solid #16aeee; } 
.tagcloud a:hover { border: 1px solid #93b1ff; } 

/* Content */
.parallax.colored { background-color: #16aeee; }
.list-dot { background: #16aeee; }

.projectlist a:hover .projectinfo { 
	background: #16aeee; 
	-webkit-transition: background .33s linear;
	-moz-transition: background .15s linear;
	-o-transition: background .15s linear;
	transition: background .15s linear; 
}


/* Targets Retina Enabled Devices */
@media 
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (   -moz-min-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {

.gallery-next .bx-next:hover  { background: #16aeee url('../../images/blog/next%402x.html') no-repeat; background-size: 22px 22px;}
.gallery-prev .bx-prev:hover  { background: #16aeee url('../../images/blog/prev%402x.html') no-repeat; background-size: 22px 22px;} 

}