/*
Theme Name: Falcon Unlimited
Author: Tim Brathärig
Author Contact: development@brathaerig.net
Author URI: https://webdesignbs.de
Description: Falcon Unlimited Wordpress theme
Version: 1.0
License: Apache License 2.0
License URI: https://www.apache.org/licenses/LICENSE-2.0
Tags: responsive, custom-menu, custom-widgets, editor-style, featured-images, footer-widgets, theme-options, one-column, slider, front-page, bootstrap
Text Domain: falcon-unlimited
*/


/* 
	General style
*/
h1, h2, h3, h4, h5, a, p
{
	font-family: 'Open sans', sans-serif;
}


a
{
	color: #074274;
}

a:hover
{
	color: #074274;
}

.grid-separator
{
	margin: 20px 0;
	height: 1px;
}


/* 
	Body style
*/

/*
	Header Navigation
*/
.header-section {
	background-color: rgba(255,255,255,.2);
}

@media (max-width: 991px)
{
	.navbar
	{
		background-color: #fff;
	}
}


.navbar .navbar-toggler
{
	background-color: transparent;
}

.navbar .navbar-brand
{
	margin-right: 0;
}

.navbar ul .nav-item .nav-link
{
	color: #000;
	font-weight: 600;
	font-size: 24px;
	font-family: 'HelveticaNeueLight', 'Open sans' sans-serif;
	text-transform: uppercase;
}

.navbar ul .nav-item .nav-link:hover
{
	color: #333;
}


.lang-menu-item 
{
	list-style-type: none;
}

.lang-menu-item a
{
	color: #000;
	display: block;
}

.lang-menu-item a img
{
	margin-bottom: 3px;
}

@media (max-width: 991px)
{
	.content-section
	{
		margin-top: 55px;
	}
	
	.navbar .lang-menu-item
	{
		display: none;
	}
}



@media (min-width: 991px)
{
	#trp-floater-ls
	{
		display: none;
	}
}

/*
	Footer Style
*/

/* Footer general */
.page-footer
{
	border-top: 1px solid rgba(0,0,0,0.2);
	padding: 10px 0;
	color: #6F6F6F;
	background-color: rgba(255,255,255,0.6);
	background-repeat: no-repeat;
	z-index: 2;
}

.page-footer p
{
	font-size: 14px;
	margin: 0;
}

/* Footer copyright */
.footer-copyright-notice
{
	margin-top: 5px;
	text-align: center;
}

/* Footer menu */
.footer-menu
{
	text-align: center;
}

.footer-menu ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.footer-menu li
{
	display: inline;
}

.footer-menu li:not(:last-child):after
{
	content: " | ";
}

.footer-menu a
{
	font-size: 16px;
	color: #6F6F6F;
}

.footer-menu a:hover
{
	color: #337ab7;
}

.footer-menu a:not(:last-child):after
{
	content: " | ";
}


/* Error 404 page */
.error-wrapper
{
	margin: 50px 0;
	text-align: center;
}

.error-wrapper img
{
	max-height: 150px;
}

.error-wrapper h1
{
	font-family: 'Open Sans', sans-serif;
	font-size: 50px;
}

.error-wrapper p
{
	font-family: 'Open Sans', sans-serif;
	font-size: 22px;
}