/*
* eLite - Landing Page
* Version: 1.2
* Copyright 2014
* Created by: DamterThemes
* URL: https://wrapbootstrap.com/user/damterthemes
* Designed and built based on Twitter Bootstrap 3. 
*/

/*
**********************************************
**********************************************
CONTENTS:

01 General Styles
02 Header
03 Product
04 Features
05 Services
06 Pricing
07 Coming Soon

**********************************************
**********************************************
*/

/*
**********************************************
01 General Styles 
**********************************************
*/

/* Typography */
.section-title span { color:#8800CC; }

::-moz-selection {
background: #8800CC;
}
::-webkit-selection { background: #8800CC; }

/* Buttons */
/* .btn-custom-1 */
.btn-custom-1:hover, .btn-custom-1:focus, .btn-custom-1:active, .btn-custom-1.active { background: rgba(255,0,0,1); }
/* .btn-custom-2 */
.btn-custom-2 { background-color: #8800CC; border: 1px solid #8800CC; }
.btn-custom-2:hover, .btn-custom-2:focus, .btn-custom-2:active, .btn-custom-2.active { background-color: #8800CC; border: 1px solid #8800CC; }
.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: #8800CC; border: 1px solid #8800CC; }

/* Carousel fade */
.carousel-indicators { background: rgba(136, 0, 204, 0.8); }

/* Panel */
.panel-default > .panel-heading:hover { background: #8800CC; }

/*
**********************************************
02 Header 
**********************************************
*/
header { border-top: 5px solid #8800CC; }
.logo h2 span { color: #8800CC; }

/*
**********************************************
03 Product
**********************************************
*/
#product ul li i { color: #8800CC; }
.form-subscribe { background-color: #800000; border: 1px solid #800000; border-top: 5px solid #8800CC;  }

/*
**********************************************
04 Features
**********************************************
*/
.panel-default > .panel-heading { background-color: #8800CC; }

/*
**********************************************
05 Services 
**********************************************
*/
.faq-cat-content .panel-heading:hover { background-color: #8800CC; }

/*
**********************************************
06 Pricing
**********************************************
*/
#pricing-table .panel-heading { background: #8800CC; }
#pricing-table .panel-body { color: #8800CC; }
#pricing-table .panel.popular { border: 2px solid rgba(255, 0, 0, 1); }

/*
**********************************************
07 Coming Soon
**********************************************
*/
.form-subscribe-coming-soon { background-color: rgba(255, 0, 0, 0.5); }