/*
* Smart - One page Template
* Version: 1.0
* Copyright 2014
* Created by: DamterThemes
* URL: http://damterthemes.com
* Designed and built based on Twitter Bootstrap 3.
*/

/*
**********************************************
**********************************************
CONTENTS:

01 General styles
02 Home 
03 Features 
04 Portfolio
05 Testimonials
06 Pricing
07 Contact

**********************************************
**********************************************
*/

/*
**********************************************
01 General Styles 
**********************************************
*/

h2.title span { color: #ff8c00; }

/* .btn-custom-1 */
.btn-custom-1:hover, .btn-custom-1:focus, .btn-custom-1:active, .btn-custom-1.active { color: #ff8c00; }
.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: #ff8c00; }

/* .btn-custom-2 */
.btn-custom-2 { border: 2px solid rgba(255,140,0,1); }
.btn-custom-2:hover, .btn-custom-2:focus, .btn-custom-2:active, .btn-custom-2.active { background: #ff8c00; border: 2px solid rgba(255,140,0,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(255,140,0,1); border: 2px solid rgba(255,140,0,1); color: #ff8c00; }

/* .btn-custom-3 */
.btn-custom-3:hover, .btn-custom-3:focus, .btn-custom-3:active, .btn-custom-3.active { background: rgba(255,140,0,1); border: 1px solid rgba(204,204,204,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(255,140,0,1); border: 1px solid rgba(255,140,0,1); }

/* navbar */
.navbar-default .navbar-brand span { color: #ff8c00; }
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus { color: #ff8c00; }
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus { color: #ff8c00; }

/*
**********************************************
02 Home 
**********************************************
*/

.home-color-bg { background-color: rgba(255,140,0,0.8); }

/*
**********************************************
03 Features 
**********************************************
*/

.features h3 a { color: #ff8c00; }
.features h3 a:hover { color: #d97700; }
.icon-circle { background-color: #ff8c00; }
body #features-section .features-content:hover .icon-circle { background-color: #d97700; }

/*
**********************************************
04 Portfolio
**********************************************
*/

#portfolio-section .thumbnail:hover .work-description-container { background: rgba(255,140,0,0.70); }

/*
**********************************************
05 Testimonials
**********************************************
*/

body #testimonials-section .testimonials:hover img { border: 5px solid #ff8c00; }
#testimonials-section a { color: #d97700; }
#testimonials-section a:hover { color: #ff8c00; }
#testimonials-section .client a { color: #d97700; }
#testimonials-section .client a:hover { color: #ff8c00; }

/*
**********************************************
06 Pricing
**********************************************
*/

#pricing-section h3 a { color: #ff8c00; border-bottom: 2px dotted #ff8c00; }
#pricing-section h3 a:hover { color: #ff8c00; }
.pricing .plan li.plan-price { background-color: #ff8c00; }
body .pricing .plan:hover li.plan-price { background-color: #d97700; }
.pricing .plan li.plan-name { background: #ff8c00; }
.pricing .plan:hover li.plan-name { background-color: #d97700; }

/*
**********************************************
07 Contact
**********************************************
*/

.info-contact-detail { color: #ff8c00; }
.info-contact-detail a { color: #ff8c00; }
.info-contact-detail a:hover { color: #ff8c00; }

/*
**********************************************
05 VMV
**********************************************
*/

body #vmv-section .vmv:hover img { border: 5px solid #ff8c00; }
#vmv-section a { color: #d97700; }
#vmv-section a:hover { color: #ff8c00; }
#vmv-section .client a { color: #d97700; }
#vmv-section .client a:hover { color: #ff8c00; }

/*
**********************************************
05 FAQ
**********************************************
*/

body #faq-section .faq:hover img { border: 5px solid #ff8c00; }
#faq-section a { color: #d97700; }
#faq-section a:hover { color: #ff8c00; }
#faq-section .client a { color: #d97700; }
#faq-section .client a:hover { color: #ff8c00; }
#faq-section h3 span { color: #ff8c00; }