/*
* eLite - Landing Page
* Version: 1.1
* 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:#2db2ea; }

::-moz-selection {
background: #2db2ea;
}
::-webkit-selection { background: #2db2ea; }

/* Buttons */
/* .btn-custom-1 */
.btn-custom-1:hover, .btn-custom-1:focus, .btn-custom-1:active, .btn-custom-1.active { background: rgba(43,177,236,1); }
/* .btn-custom-2 */
.btn-custom-2 { background-color: #000; border: 6px solid #000; }

/* Carousel fade */
.carousel-indicators { background: rgba(45, 178, 234, 0.8); }

/* Panel */
.panel-default > .panel-heading:hover { background: #16a5e2; }

/*
**********************************************
02 Header 
**********************************************
*/
.call {
    background-color: #004e89;
    color: #fff;
    float: right;
    font-size: 18.5px;
    padding: 7px 5px 2px 0;
}

.calltime {
    color: #004e89;
    line-height: 30px;
    padding-top: 0px;
    text-align: center;
    font-size: 14px;
}
.logo h2 span { color: #2db2ea; }

/*
**********************************************
03 Product
**********************************************
*/
#product ul li i { color: #40b8ec; }
.form-subscribe { background-color: #26536e; border: 1px solid #1d4054; border-top: 5px solid #2db2ea;  }

/*
**********************************************
04 Features
**********************************************
*/
.panel-default > .panel-heading { background-color: #2db2ea; }

/*
**********************************************
05 Services 
**********************************************
*/
.faq-cat-content .panel-heading:hover { background-color: #16a5e2; }

/*
**********************************************
06 Pricing
**********************************************
*/
#pricing-table .panel-heading { background: #2db2ea; }
#pricing-table .panel-body { color: #2db2ea; }
#pricing-table .panel.popular { border: 2px solid rgba(45, 178, 234, 1); }

/*
**********************************************
07 Coming Soon
**********************************************
*/
.form-subscribe-coming-soon { background-color: rgba(38, 83, 110, 0.5); }