/*
* XEO - Landing Page
* Version: 1.0
* Copyright 2014
* Created by: AgileUI
* URL: http://agileui.com/
* Designed and built based on Twitter Bootstrap 3.
*/

/*
**********************************************
**********************************************
CONTENTS:

01 General Styles 
02 Portfolio
03 Pricing table

**********************************************
**********************************************
*/

/*
**********************************************
01 General Styles 
**********************************************
*/

/* .btn-custom-1 */
.btn-custom-1:hover, .btn-custom-1:focus, .btn-custom-1:active, .btn-custom-1.active { color: #3399ff; }

/* navbar */
.navbar-default .navbar-brand { color: #008ccd !important; }
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus { color: #008ccd; }
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus { color: #008ccd; }

/*
**********************************************
02 Portfolio
**********************************************
*/

.img-button-hover a { background: rgba(0,140,205,0.8); }
.img-button-hover a:hover { background: rgba(0,140,205,1); }

/*
**********************************************
03 Pricing table
**********************************************
*/

.price-bg { background: #00a9fb; }
.price-bg-popular { background: #008ccd; }
.box-plan { border: 1px solid #008ccd; }
.box-plan .plan-title { background: #00a9fb; }
.box-plan .plan-title-popular { background: #008ccd; }