body {
	font-family: 'Open Sans', sans-serif;
}

h1 {
	display: inline-block;
	margin: 0;
	margin-bottom: 35px;
	padding: 5px 10px;
	font-size: 18px;
	font-weight: bold;
	color: #C00;
	background: #FF0;
	text-transform: uppercase;
}

h2 {
	margin: 10px 0;
	font-size: 16px;
	font-weight: bold;
}


.header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 130px;
	padding: 25px 0;
	z-index: 100;
}

.noheader {
	height: 130px;
	padding: 25px 0;
}

.navbar-nav {
	margin: 25px 0;
}
.nav > li > a {
	text-transform: uppercase;
	font-weight: bold;
	color: #000;
	padding: 5px 15px;
}
.navbar-nav>li>.dropdown-menu {
	background: #FF0;
	left: 15px;
	right: auto;
	border-radius: 0;
	box-shadow: none;
	border: none;
}
.dropdown-menu>li>a {
	padding: 5px 15px 5px 25px;
	font-weight: bold;
	text-transform: uppercase;
}

.nav>li>a.active, .nav>li.active>a {
	color: #C00;
}

.nav>li>a:focus, .nav>li>a:hover, .nav .open>a, .nav .open>a:focus, .nav .open>a:hover, 
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover, .dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
	background-color: #FF0;
	color: #C00;
}

.navbar-toggle {
	background-color: #FF0;
	border: 0px solid #000;
	margin-top:18px;
}

.navbar-toggle .icon-bar {
	background-color: #C00;
}


ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;    
}

.cover {
	position: relative;
	height: 660px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.triangle {
	position: absolute;
	bottom: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 110px 140px 240px;
	border-color: transparent transparent #ffffff transparent;

}

.section {
	padding: 35px 0;
	border-bottom: 1px solid #CCC;
}

.section:last-child {
	border-bottom: 0;
}

.section .paragraph {
	display: block;
	margin-bottom: 20px;
}
.section .paragraph:last-child {
	margin-bottom: 0;
}
.section .paragraph a {
	color: #C00;
	text-transform: uppercase;
	font-weight: bold;
}

.section img {
	width: 100%;
	height: auto;
}

.section .map {
	width: 100%;
	height: 360px;
	margin: 20px 0 60px 0;
}

.section-teaser h1 {
	margin: 10px 0;
}

.section-contact .col {
	margin-bottom: 20px;	
}

.gallery-image:hover {
	transform: scale(1.1);
	-webkit-transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
	transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.gallery-image a:after {
	content: ' ';
	width: 100%;
	height: 100%;
	color: #AAA;
}

.gallery-image {
	padding-bottom: 20px;
}




.form-group input, .form-group textarea, .form-group button {
	border-radius: 0;
}
.form-group textarea {
	height: 160px;
}
.form-control-danger {
	border-color: #d9534f;
}
.form-control-danger:after {
	content: '\f00d';
	position: absolute;
	color: #d9534f;
}
.form-control-feedback {
	position: relative;
	width: 100%;
	font-weight: bold;
	color: #d9534f;
	text-align: left;
}
.form-control-feedback.success {
	color: #008000;
}
.btn {
	text-transform: uppercase;
	font-weight: bold;
	background-color: #FF0;
}
.btn:hover {
	color: #C00;
}



.footer {
	background: #FF0;
}

.footer.bottom {
	position: absolute;
	bottom: 0;
	width: 100%;
}

.container-footer {
	padding-top: 35px;
	padding-bottom: 35px;
}
.footer a, .section-contact a {
	text-decoration: none;
	color: #000;
}
.footer a:hover, .section-contact a:hover { 
	color: #C00;
}
.footer-title {
	font-weight: bold;
}
ul.footer-paragraph {
	padding-left: 0;
}
ul.footer-paragraph li {
	list-style: none;
}
.footer-nav ul>li {
	display: inline-block;
	padding: 0 5px 0 3px;
	font-weight: bold;
	border-right: 2px solid #000;

}
.footer-nav ul>li:last-child {
	border: none;
}

.scrollup {
	position: fixed;
	display: none;
    right: 30px;
    bottom: 30px;
    padding: 5px 10px;
    background: #000;
}
.scrollup i {
	color: #FFF;
}


@media (max-width: 992px) {
	.header .container {
		width: 100%;
	}
}

@media (max-width: 882px) {
	.header {
		position: relative;
	}
	.header .logo {
		padding: 0 15px;
	}
	
	.noheader {
	display:none;
	}

    .navbar-header, .navbar-nav>li {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
    	background: #FFF;
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none !important;
    }
    .collapse.in {
    	display: block !important;
    }
    .navbar-nav {
        float: none !important;
        margin: 7.5px -15px;
    }
    
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

	.container>.navbar-collapse, .container>.navbar-header {
	    margin-right: -15px;
	    margin-left: -15px;
	}

	.navbar-nav>li>.dropdown-menu {
		display: block;
		position: relative;
		float: none;
		width: 100%;
		background: #FFF;

	}

	.cover {
		height: 530px;
	}


}


@media (max-width: 768px) {
	
	.navbar-nav .open .dropdown-menu {
		position: relative;
	}
	
	.section .paragraph:first-child {
		margin-top: 20px;
	}

	.section-teaser img {
		margin: 40px 0 20px 0;
	}

	.section-gallery .gallery-image {
		padding-bottom: 30px;
	}

	.section-logo-bar img {
		padding-bottom: 20px;
	}

	.footer-title {
		float: none !important;
	}
	.footer-nav {
		float: none !important;
	}
	
	.section img {
	margin-bottom: 20px;
	}
}

@media (max-width: 400px) {
	.header .logo {
		width: 80%;
	}
}