.btn .hex-alt {
	background: rgba(255, 255, 255, .2)
}

.btn .hex-alt:before {
	border-right-color: rgba(255, 255, 255, .2)
}

.btn .hex-alt:after {
	border-left-color: rgba(255, 255, 255, .2)
}

.btn i {
	color: #fff!important
}

.btn-default {
	background: #777!important;
	color: #fff!important
}

.btn-default:hover {
	background: #8b8b8b!important
}

.btn-default.btn-icon-right:after {
	border-left-color: #777
}

.btn-default.btn-icon-left:after {
	border-right-color: #777
}

.btn-default.btn-icon-right:hover:after {
	border-left-color: #8b8b8b
}

.btn-default.btn-icon-left:hover:after {
	border-right-color: #8b8b8b
}

.btn-warning {
	background: #f18d38!important;
	color: #fff!important
}

.btn-warning:hover {
	background: #e57211!important
}

.btn-warning.btn-icon-right:after {
	border-left-color: #f18d38
}

.btn-warning.btn-icon-left:after {
	border-right-color: #f18d38
}

.btn-warning.btn-icon-right:hover:after {
	border-left-color: #e57211
}

.btn-warning.btn-icon-left:hover:after {
	border-right-color: #e57211
}

.btn-danger {
	background: #e74c3c!important;
	color: #fff!important
}

.btn-danger:hover {
	background: #d62c1a!important
}

.btn-danger.btn-icon-right:after {
	border-left-color: #e74c3c
}

.btn-danger.btn-icon-left:after {
	border-right-color: #e74c3c
}

.btn-danger.btn-icon-right:hover:after {
	border-left-color: #d62c1a
}

.btn-danger.btn-icon-left:hover:after {
	border-right-color: #d62c1a
}

.btn-success {
	background: #427e77!important;
	color: #fff!important
}

.btn-success:hover {
	background: #305d57!important
}

.btn-success.btn-icon-right:after {
	border-left-color: #427e77
}

.btn-success.btn-icon-left:after {
	border-right-color: #427e77
}

.btn-success.btn-icon-right:hover:after {
	border-left-color: #305d57
}

.btn-success.btn-icon-left:hover:after {
	border-right-color: #305d57
}

.btn-info {
	background: #5d89ac!important;
	color: #fff!important
}

.btn-info:hover {
	background: #486f8e!important
}

.btn-info.btn-icon-right:after {
	border-left-color: #5d89ac
}

.btn-info.btn-icon-left:after {
	border-right-color: #5d89ac
}

.btn-info.btn-icon-right:hover:after {
	border-left-color: #486f8e
}

.btn-info.btn-icon-left:hover:after {
	border-right-color: #486f8e
}

.pace-overlay {
	background: #c1272c
}

.pace-dot .pace-progress-inner,
.pace-minimal .pace .pace-progress {
	background: #fff
}

.pace-counter .pace .pace-progress:after {
	color: #fff
}

.post-media .feature-image {
	background-color: rgba(0, 0, 0, .8)
}

.post-media .feature-image i {
	color: #fff
}

.box-caption {
	background-color: rgba(0, 0, 0, .8);
	color: rgba(255, 255, 255, .8)
}

.box-caption h3,
.box-caption h4 {
	color: #fff!important
}

.mfp-bg {
	background: rgba(255, 255, 255, .55)
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
	background-color: #e74c3c;
	color: #fff
}

.mfp-iframe-holder .mfp-close:before,
.mfp-image-holder .mfp-close:before {
	border-bottom-color: #e74c3c
}

.mfp-iframe-holder .mfp-close:after,
.mfp-image-holder .mfp-close:after {
	border-top-color: #e74c3c
}

.portfolio .hex-alt {
	background: #e74c3c!important
}

.portfolio .hex-alt:before {
	border-right-color: #e74c3c
}

.portfolio .hex-alt:after {
	border-left-color: #e74c3c
}

.portfolio-figure:hover {
	background: rgba(0, 0, 0, .8)
}

.portfolio figcaption {
	background: rgba(0, 0, 0, .8);
	color: rgba(255, 255, 255, .8)
}

.portfolio figcaption h4 a,
.portfolio figcaption i {
	color: #fff!important
}

.portfolio-round figcaption {
	box-shadow: 0 0 0 1px rgba(0, 0, 0, .8)
}

.portfolio .link,
.portfolio .more {
	background-color: #e74c3c;
	color: #fff
}

.go-top {
	background: #6d6e71!important
}

.go-top i {
	color: #fff
}

.go-top:before {
	border-right-color: #6d6e71!important
}

.go-top:after {
	border-left-color: #6d6e71!important
}

.audioplayer {
	background-color: #6d6e71
}

.gform_wrapper .gfield_contains_required.gfield_error,
.gform_wrapper .gfield_error .gfield_label,
.gform_wrapper .gfield_required.gfield_error {
	color: #a82315
}

.gform_wrapper .gfield_error input,
.gform_wrapper .gfield_error select,
.gform_wrapper .gfield_error textarea {
	border: 1px solid rgba(214, 44, 26, .5);
	background: rgba(231, 76, 60, .5);
	color: #a82315
}

.gform_wrapper .gfield_error input:focus,
.gform_wrapper .gfield_error select:focus,
.gform_wrapper .gfield_error textarea:focus {
	box-shadow: 0 3px 0 #e74c3c
}

.validation_error {
	background: #e74c3c;
	color: #fff
}

.validation_error hr {
	border-top-color: #e74c3c
}

.validation_error .alert-link {
	color: #e6e6e6
}