/*
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: #259df5;
}
#footer-container{
    background-color: #dadada;
}

#footer-container .container {
   background-color: #dadada;
}

#footer-container h3{
   color: #bb551c;
}

#footer-container a{
   color: #484848 !important;
}

#footer-container p{
   color: #484848;
}

.footer {
   background-color: #80341e;
   color: #ffffff;
}

.footer_copyright p {
   color: #ffffff;
}

.btn.btn-lg {
   white-space: normal;
   background-color: #a9a593;
   border-color: #565656;
   font-size: 15px;
}

.btn.btn-lg:hover {
   background-color: #98671e;
}

#Msg4012 {
    display: none;
}

.default-bg {
    background-color: #c7ad63;
    color: #ffffff;
 }

 .box-style-2:hover .default-bg {
   background-color: #ffffff;
   border: 1px solid #c7ad64;
}

.box-style-2:hover .default-bg * {
   color: #c7ad64;
}


.separator:after {
  background: #cccccc;
}


.faq {
  color: white !important;
  text-align: left !important;
}

.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 #e1aa11;
    border-top-width: 4px;
    padding: 30px 30px 10px 30px;
}

.featured-box .learn-more {
    display: block;
    margin-top: 10px;
}

/* Featured Boxes */
.featured-boxes .featured-box {
    margin-bottom: 30px;
    margin-top: 45px;  
    background: #fafafa;
}

.featured-boxes .featured-box.info-content {
    text-align: left;
}
h5 {
                font-size: 16px;
                text-transform: none;
                font-weight: 700;
}


