﻿a, .header ul.social-links li a:hover, .testimonials .flex-direction-nav li a:hover,
.service-item:hover i, .price-table:hover h4, .price-table h4.selected, a.price-button:hover, a.price-button.selected,
.accordion-button:hover, .accordion-button i.fa-arrow-circle-o-down, .team-photo ul.team-social-links li a:hover,
a.button-to-top:hover, .title, .mobile-nav-button:hover, .callout-box.co-colored-box h5,
a.header-down-arrow:hover, .color {color:#e74c3c;}

.nav li a.selected,
.nav li a:hover,
.nav li a.current {color:#e74c3c !important;}

a.button, .skillbar-title, .skillbar-bar, button#submit
{background: #e74c3c;}

button#submit {border:1px solid #e74c3c;}
.buttonmy{
	padding: 4px;
	padding:4px;
	display:inline-block;
	color: #6c6c6c;
	font-size: 23px;
	border:1px solid #a4a4a4;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.buttonmy:hover
{
	color: #fff !important;
	background:#6c6c6c; 
	border:1px solid #6c6c6c;
}

.itemmy{ 
	position:absolute;
	bottom: -100px;
	z-index:100;
	color: #fff;
	opacity: 0;
	text-align: center;
   width: 100%;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.itemmy:hover h5{ 
	bottom:150px;
	opacity:1;
	-webkit-transition-delay:300ms;
	-moz-transition-delay:300ms;
	-o-transition-delay:300ms;
	-ms-transition-delay:300ms;
	transition-delay:300ms;
}

.callout-box.co-colored-box{border-left: 4px solid #e74c3c;}

.static-testimonial{
background: 
linear-gradient(
	rgba(231,76,60,.8),
	rgba(231,76,60,.8)
),
url(../../images/pattern-2.png) left top repeat,
url(../../images/parallax/parallax-bg-5.jpg) center center fixed;