/*
Theme Name: iDea - Clean & Powerful Bootstrap Theme
Author: HtmlCoder
Author URI: http://www.htmlcoder.me
Author e-mail: htmlcoder.me@gmail.com
Version: 1.5
Created: August 2014
License URI: http://support.wrapbootstrap.com/
File Description: Place here your custom CSS styles
*/


h1,
h2,
h3,
h4,
h5,
h6 {
	color: #F58F0F;
	line-height: 1.2;
}

h1 {
	font-size: 48px;
	font-weight: 400;
}

h2 {
	font-size: 21px;
	font-weight: 300;
	color: #666666;
	line-height: 1.6;
}


a {
	color: #F58F0F;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

a:hover {
	color: #F58F0F;
}

a:focus, a:active {
	outline: none;
	color: #F58F0F;
}

/* first level menu items */
.navbar-default .navbar-nav > li > a {
	color: #666666;
	text-transform: none;
	font-size: 16px;
	font-weight: 500;
	padding: 12px 20px 12px 19px;
	z-index: 102;
	border: 1px solid transparent;
	bottom: -1px;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

/* first level active menu items on hover/focus */
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus {
	color: #F58F0F;
	background-color: transparent;
}


.big-icon {
	color: #76A0B9;
}


/* Button with transparent bg */
.btn-white {
	background-color: transparent;
	color: #F58F0F;
	border: 1px solid #F58F0F;
}
	
.btn-solution {
    background-color: #F58F0F;
    color: #ffffff !important;
    border-color: #F58F0F;
} 

.btn-solution:hover,
.btn-solution:focus,
.btn-solution:active,
.btn-solution.active,
.open .dropdown-toggle.btn-default {
	color: #F58F0F !important;
	background-color: #ffffff;
	border-color: #F58F0F;
}
   
    	
.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active,
.open .dropdown-toggle.btn-white {
	color: #ffffff;
	background-color: #F58F0F;
	border-color: #F58F0F;
}
    
.separator-2 {
    display: block;
    width: 30px;
    height: 5px;
    margin: 15px 0 15px;
    background-color: #C9D60F;
    position: relative;
}

.subfooter {
  padding: 25px 0;
  background-color: #444444;
}
