/*
Theme Name: iDea - Clean & Powerful Bootstrap Theme
Author: HtmlCoder
Author URI: http://www.htmlcoder.me
Author e-mail: htmlcoder.me@gmail.com
Version: 1.6
Created: August 2014
License URI: http://support.wrapbootstrap.com/
File Description: Place here your custom CSS styles
*/
a {
  color: #0087ea;
}

#footer-container{
    background-color: #86a7b3;
}

#footer-container .container {
  background-color: #86a7b3;
}

#footer-container h3{
  color: #bb551c;
}

#footer-container a{
  color: #ffffff !important;
}

#footer-container p{
  color: #ffffff;
}

.footer {
  background-color: #dadada;
  color: #484848;
}

.footer_copyright p {
  color: #484848 ;
}

.btn.btn-lg {
  white-space: normal;
  background-color: #9ca989;
  border-color: #565656;
  font-size: 15px;
}

.btn.btn-lg:hover {
  background-color: #7da73d;
}

.btn-default {
  white-space: normal;
  background-color: #9ca989;
  border-color: #565656;
  font-size: 15px;
}

.btn-default:hover {
  background-color: #7da73d;
}

.btn.btn-lg.btn-block.update {
    padding: 25px 20px;
    border-radius: 8px;
    border-top: 3px solid #ca0d0d;
    border-bottom: 1px solid #DFDFDF;
    border-left: 1px solid #DFDFDF;
    border-right: 1px solid #DFDFDF;
    margin: 20px 0px;
    background-color: #fefefe; 
    color: #494949;
    font-size: 22px;
    line-height: 1.42857143;
    min-width: 160px;
    text-align: left;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: 100%;
    text-transform: inherit;
}

.btn.btn-lg.btn-block.update:hover {
   background-color: #e0e0e0;
}

img.main-pg {
    width: auto;
    height: auto;
    transition: .2s;
}

img.main-pg:hover {
    transform: scale(1.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.faq {
  text-align: left;
  background-color: 
}

.footer-content .nav-pills.nav-stacked > li > a:after, .footer-content .nav-pills > li.active > a:after, .footer-content .nav-pills > li.active > a:hover:after, .footer-content .nav-pills > li.active > a:focus:after, .footer-content .nav-pills > li > a:hover:after, .footer-content .nav-pills > li > a:focus:after{
  color: #24415a;

}

.separator:after {
  background: #cccccc;
}

/*#Msg4012 {
    display: none;
}*/

h5 {
                font-size: 16px;
                text-transform: none;
                font-weight: 700;
}

.featured-box {
    background: #F5F5F5;
    background-color: transparent;
    background: -webkit-linear-gradient(top, white 1%, #f9f9f9 98%) repeat scroll 0 0 transparent;
    background: linear-gradient(to bottom, white 1%, #f9f9f9 98%) repeat scroll 0 0 transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #DFDFDF;
    border-left: 1px solid #ECECEC;
    border-radius: 8px;
    border-right: 1px solid #ECECEC;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    min-height: 100px;
    position: relative;
    text-align: center;
    z-index: 1;
}

.featured-box h4 {
    font-size: 1.3em;
    font-weight: 400;
    letter-spacing: -0.7px;
    margin-top: 5px;
    text-transform: uppercase;
        color: #262626;
}

.featured-box .box-content {
    border-radius: 8px;
    border-top: 3px solid #cf520d;
    border-top-width: 4px;
    padding: 30px 30px 10px 30px;
}

.navbar-nav > li {
    font-size:  14px;
}