/* Theme Name: The Project - Responsive Website Template
Author:HtmlCoder
Author URI:http://www.htmlcoder.me
Author e-mail:htmlcoder.me@gmail.com
Version:1.0.0
Created:December 2014
License URI:http://support.wrapbootstrap.com/
File Description: Place here your custom CSS styles
*/

.transparent-header .header:not(.dark) .navbar-nav > li.active > a {
	color:#FFF;
}
.transparent-header .header:not(.dark) .navbar-nav > li.active > a:hover {
	color:#ED0C16;
}

.fixed-header-on .header .logo img {
    max-height: 50px;
}

.link:hover {
	color:#FFF; /*#c7ac56;*/
}

.with-dropdown-buttons .navbar-default .navbar-collapse {
    padding-right: 0;
}

.dark .footer {
    background-color: #F04322;
	color: #FFF;
}

.dark-bg {
  background-color: #F58122;
}

h1.title {
	font-family: "Niconne",cursive,sans-serif;
	font-size:48px;
	text-transform:none;
}

.transparent-header header.header.transparent-header-on {
    background-color: rgba(245, 129, 34, 0.92);
	border-bottom: 2px solid #ED0C16;
}

.header {
    border-top: 2px solid #ED0C16;
    border-bottom: 2px solid #ED0C16;
    background-color: rgba(245, 129, 34, 1);
}

.fixed-header-on .header.fixed:not(.dark) {
    border-bottom: 2px solid #ED0C16;
	border-bottom: 2px solid #ED0C16;
    background-color: rgba(245, 129, 34, 1);
}

.header-top.dark + .header:not(.dark) {
    border-top-color: #ED0C16;
}

.footer {
    background-color: #F04322;
	color: #FFF;
}
.footer .link-dark {
    color: #FFF;
    text-decoration: none !important;
}

.image-box .body h3 {
    font-size: 22px;
}