
/*
 * HEADER STYLES
 */
header {
	min-height: 505px;
}

header.inner-banner {
	min-height: 173px;
}

.header-background {
	background-image: url('../assets/hp-header-bg-dark-new.jpg');
	background-size: cover;
	background-attachment: contain;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 505px;
}

.header-background .top-header {
	position: relative;
}

.header-background .container .row {
	margin-top: 130px;
}

header.inner-banner .header-background {
	background-position: center top;
	max-height: 173px;
}

.header-background .orange-btn {
	width: 218px;
}

.logo-container {
    text-align: left;
    display: inline-block;
    position: absolute;
    top: 20px;
    left: 0;
}

.logo-container a {
    display: inline-block;
}

.logo-container .tagline {
    color: #dadada;
    font-style: italic;
    text-shadow: 2px 2px #000000;
    margin-top: 10px;
}
.header-nav {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0px;
    border-bottom: 1px solid #6c6c6c;
}

header.inner-banner .header-nav {
	border-bottom: 0;
}

/*
* MAIN BANNER STYLES
*/

.cta-container {
    margin: 26px 0 24px 10px;
}

.main-banner .btn {
    margin-right: 26px;
}

.main-banner .btn:last-child {
    margin-right: 0;
}

.main-banner h1 {
    font-size: 44px;
    color: #fff;
    margin-bottom: 18px;
    text-shadow: 0 0 10px rgba(0,0,0,.5);
}
.main-banner h2 {
	color: #f68425;
    font-size: 28px;
    margin: 0 0 32px 0;
    text-shadow: 0 0 10px rgba(0,0,0,.5);
}
.main-banner p {
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 26px;
}

.main-banner .btn {
	font-size: 16px;
}



/*================== END FOR HEADER STYLES ==================*/


/*
 * FOOTER STYLES
 */

footer {
    padding: 35px 0;
    background-color: #1e1e1e;
}

footer ul {
    list-style: none;
    margin: 0;
}

footer li {
    display: inline;
    position: relative;
    margin: 0 10px;
    font-size: 14px;
}

.top-footer {
    border-bottom: 1px solid #6d6e71;
    padding-bottom: 15px;
}

#menu-footer-menu {
    margin-top: 30px;
}

#menu-footer-menu a {
    color: #a0a1a5;
}

#menu-footer-menu a:hover {
    color: #ff9900;
    text-decoration: none;
}

.bottom-footer {
    margin-top: 25px;
}

#menu-footer-bottom-menu,
.copyright {
    color: #6d6e71;
}

.copyright {
    margin-bottom: 5px;
}

#menu-footer-bottom-menu li:after {
    content: '|';
    position: absolute; 
    right: -15px;
}

#menu-footer-bottom-menu li:last-child:after {
    display: none;
}
 /*================== END FOR FOOTER STYLES ==================*/