/* Links */
a, a:visited { color: #dedede; font-weight: 400; text-decoration: none; }
a:hover { color: #989884; opacity: 1;}

.button { border: 1px solid #d40202; opacity: 0.7; }
.button:hover { border: 1px solid #ffa593; }
.dark .text-dark a.button { border: 1px solid #d40202 !important; color: #d40202 !important; }

.desktop.navigation .nav-content a:hover, .desktop.navigation .nav-content a.active, .desktop.navigation .nav-content li.active a, 
.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 { opacity: 0.8; color: #d40202!important; }

.gallery-next .bx-next:hover  { background: #d40202 url('../../images/next.png') no-repeat; background-size: 22px 22px;}
.gallery-prev .bx-prev:hover  { background: #d40202 url('../../images/prev.png') no-repeat; background-size: 22px 22px;}

.filter.active, .filter:hover { color: #d40202; }

.tagcloud a { border: 1px solid #d40202; } 
.tagcloud a:hover { border: 1px solid #ffa593; } 

.tabs ul li.active a {border-top: 2px solid #d40202;}

/* Content */
.colored, .parallax.colored { background-color: #d40202; }
.list-dot { background: #d40202; }

.projectlist a:hover .projectinfo { 
	background: #ab1515; 
	opacity: 0.5;
	-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: #d40202 url('../../images/next@2x.png') no-repeat; background-size: 22px 22px;}
.gallery-prev .bx-prev:hover  { background: #d40202 url('../../images/prev@2x.png') no-repeat; background-size: 22px 22px;} 

}