h2.title span {
    color: #5cb6f8
}

.btn-custom-1:hover,
.btn-custom-1:focus,
.btn-custom-1:active,
.btn-custom-1.active {
    color: #39f
}

.btn-custom-1.disabled:hover,
.btn-custom-1.disabled:focus,
.btn-custom-1.disabled:active,
.btn-custom-1.disabled.active,
.btn-custom-1[disabled]:hover,
.btn-custom-1[disabled]:focus,
.btn-custom-1[disabled]:active,
.btn-custom-1[disabled].active,
fieldset[disabled] .btn-custom-1:hover,
fieldset[disabled] .btn-custom-1:focus,
fieldset[disabled] .btn-custom-1:active,
fieldset[disabled] .btn-custom-1.active {
    color: #39f
}

.btn-custom-2 {
    border: 2px solid rgba(92, 182, 248, 1)
}

.btn-custom-2:hover,
.btn-custom-2:focus,
.btn-custom-2:active,
.btn-custom-2.active {
    background: #5cb6f8;
    border: 2px solid rgba(92, 182, 248, 1)
}

.btn-custom-2.disabled:hover,
.btn-custom-2.disabled:focus,
.btn-custom-2.disabled:active,
.btn-custom-2.disabled.active,
.btn-custom-2[disabled]:hover,
.btn-custom-2[disabled]:focus,
.btn-custom-2[disabled]:active,
.btn-custom-2[disabled].active,
fieldset[disabled] .btn-custom-2:hover,
fieldset[disabled] .btn-custom-2:focus,
fieldset[disabled] .btn-custom-2:active,
fieldset[disabled] .btn-custom-2.active {
    background-color: rgba(92, 182, 248, 1);
    border: 2px solid rgba(92, 182, 248, 1);
    color: #39f
}

.btn-custom-3:hover,
.btn-custom-3:focus,
.btn-custom-3:active,
.btn-custom-3.active {
    background: rgba(92, 182, 248, 1);
    border: 1px solid rgba(92, 182, 248, 1)
}

.btn-custom-3.disabled:hover,
.btn-custom-3.disabled:focus,
.btn-custom-3.disabled:active,
.btn-custom-3.disabled.active,
.btn-custom-3[disabled]:hover,
.btn-custom-3[disabled]:focus,
.btn-custom-3[disabled]:active,
.btn-custom-3[disabled].active,
fieldset[disabled] .btn-custom-3:hover,
fieldset[disabled] .btn-custom-3:focus,
fieldset[disabled] .btn-custom-3:active,
fieldset[disabled] .btn-custom-3.active {
    background: rgba(92, 182, 248, 1);
    border: 1px solid rgba(92, 182, 248, 1);
	
}

.navbar-default .navbar-brand span {
    color: #39f
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #39f
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #39f
}

.home-color-bg {
    background-color: rgba(51, 153, 255, .8)
}

.features h3 a {
    color: #1f9af5
}

.features h3 a:hover {
    color: #096ab3
}

.icon-circle {
    background-color: #5cb6f8
}

body #features-section .features-content:hover .icon-circle {
    background-color: #0b8ef0
}

#portfolio-section .thumbnail:hover .work-description-container {
    background: rgba(51, 153, 255, .70)
}

body #testimonials-section .testimonials:hover img {
    border: 5px solid #39f
}

#testimonials-section a {
    color: #185fab
}

#testimonials-section a:hover {
    color: #46a3ff
}

#testimonials-section .client a {
    color: #185fab
}

#testimonials-section .client a:hover {
    color: #46a3ff
}

#pricing-section h3 a {
    color: #3ea8f7;
    border-bottom: 2px dotted #3ea8f7
}

#pricing-section h3 a:hover {
    color: #3ea8f7
}

.pricing .plan li.plan-price {
    background-color: #5cb6f8
}

body .pricing .plan:hover li.plan-price {
    background-color: #299ef5
}

.pricing .plan li.plan-name {
    background: #5cb6f8
}

.pricing .plan:hover li.plan-name {
    background-color: #299ef5
}

.info-contact-detail {
    color: #3ea8f7
}

.info-contact-detail a {
    color: #3ea8f7
}

.info-contact-detail a:hover {
    color: #3ea8f7
}
