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

.underHeaderMenu {
    padding-bottom: 15px;
    border-bottom: 1px solid #eaeaea;
    background-color: #fff;
}

@media (min-width: 768px) {
.navbar-right {
    margin-right: 0px;
}}

@media (max-width: 991px) and (min-width: 768px) {
.navbar .navbar-nav {
        display: inline-block;
        float: none !important;
        vertical-align: top;
    }

.navbar .navbar-collapse {
        text-align: center;
    }
}


.navbar-default .sec-view >  li > a {
    color: #666666;
    text-transform: none;
    font-size: 13px;
    font-weight: 400;
    padding: 12px 0px 12px 9px;
    z-index: 102;
    border: 1px solid transparent;
    bottom: -1px;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
}


.custom-form {
	display: inline;
}

.call-to-action i {
		font-size:14px; 
		margin:0px;
}

.btn-white:not(.team-member):hover i {
	color: #fff;
}

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

.scrollToTop {
	background-color: #666666;
}

.testimonial {
    margin: 10px 0;
}
/*
.dark-translucent-bg, .dark-translucent-bg h1, .dark-translucent-bg h2, .dark-translucent-bg h3, .dark-translucent-bg h4, .dark-translucent-bg h5, .dark-translucent-bg h6 {
    color: #666666;
}
*/
.dark-translucent-bg a:not(.btn):hover {
    text-decoration: underline;
    color: #e84c3d;
}
.dark-translucent-bg a:not(.btn) {
    text-decoration: none;
    color: #e84c3d;
}

.parallax-bg-2 {
    background: transparent;
}

.social-links li {
	margin: 0 5px 2px 5px;
}

#content-fr {
    background: url(../images/sample-only.png) repeat-y;
}

.image-box-body {
    background-color: #fafafa;
    border: 1px solid #f3f3f3;
    border-top: 0px;
}
/*
.overlay-container {
    background-color: #fafafa;
    border: 1px solid #f3f3f3;
    border-bottom: 0px;
}
*/
.navbar-default .navbar-nav > li > a {
    padding: 12px 18px 12px 4px;
}	

.custom-sample-list {
    min-width: 240px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding: 0;
    margin: 0;
    background-color: #fafafa;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08);
    border: 1px solid #f1f1f1;
    z-index: 101;
    position: relative;
    z-index: 1000;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-clip: padding-box;
}

.custom-sample-list > li > a {
    padding: 12px 20px;
    font-size: 15px;
    color: #666666;
    border-bottom: 1px solid #f1f1f1;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
    display: block;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    white-space: nowrap;
}
.custom-sample-list > li > a:hover {
    background-color: #ffffff;
    color: #e84c3d;
    border-color: #f1f1f1;
	text-decoration: none;
}

.alert-hide {
	display:none;
}