
@font-face {
	font-family: simplifica;
	src: url(../fonts/simplifica.ttf);
}

.aboutus {
	padding: 40px;
	text-align: center;
}

.aboutus p {
	font-size: 20px;
	font-weight: 300;
}

.wrapperbox {
	width: 100%;
	text-align: center;
}

.boxes1 {
	display: inline-block;
	height: 450px;
	line-height: 450px;
}

.boxes {
	display: inline-block;
	margin: 10px;
	height: 250px;
	line-height: 250px;
	text-align: center;
	width: 300px;
	color: white;
/*  -webkit-box-shadow: 0px 0px 30px -6px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 30px -6px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 30px -6px rgba(0,0,0,0.75);*/
}

.overlayboxes {
	background-color: grey;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}

.overlayboxes:hover {
	background-color: rgba(0,0,0,0.5);
}



.boxes h3 {
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
	font-weight: 300;    
}

.infoline {
	font-size: 16px;
	letter-spacing: 2px;
	margin-top: 10px;
}

.headerimage {
	width:600px;
	height: 462px;
	margin: 0 auto;
	margin-top: 8%;
}

.headerimage1 {
	height: 100%;
	width: 100%;
	background-color: rgba(255,255,255,0.5);
}

.headertext1 {
	font-family: simplifica;
	letter-spacing: 5px;
	font-weight: 600;
	font-size: 7.5em !important;
}

.headertext2 {
	font-family: simplifica;
	font-size: 4em !important;
	letter-spacing: 5px;
}

.navbar-fixed-top {
	top: 0;
	border-width: 0 0 0px;
}

@media (min-width: 768px) {
	ul.nav li.dropdown:hover > ul.dropdown-menu {
		display: block;
	}
}

@media only screen and (max-width: 768px) {
	.info {
		display: none;
	}
}

@media only screen and (max-width: 1280px) {
	.infoline {
		font-size: 14px;
		letter-spacing: 0px;
	}
}
/*My Navbar*/

.navbar-default {
	background-color: #757575;
	border-color: rgba(0,0,0,0.0);
}
.navbar-default .navbar-brand {
	color: #ecf0f1;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	/* ...and now for the proper property */
	transition:.5s;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
	color: #794C24;

}
.navbar-default .navbar-text {
	color: #ecf0f1;
}

.navbar-default .navbar-nav {
	display: inline-block;
	float: none;
	vertical-align: top;
}

.navbar-default .navbar-nav > li > a {
	color: #ecf0f1;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #ecf0f1;
	background-color: #311700;
}
.navbar-default .navbar-nav > li > .dropdown-menu {
	background-color: #222222;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > a {
	color: #ecf0f1;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav > li > .dropdown-menu > li > a:focus {
	color: #f3f1f6;
	background-color: #311700;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > .divider {
	background-color: #311700;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #f3f1f6;
	background-color: #cd5300;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	color: #f3f1f6;
	background-color: #cd5300;
}
.navbar-default .navbar-toggle {
	border-color: #cd5300;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #cd5300;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #ecf0f1;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
	border-color: #ecf0f1;
	text-align: center;
}
.navbar-default .navbar-link {
	color: #ecf0f1;
}
.navbar-default .navbar-link:hover {
	color: #f3f1f6;
}

@media (max-width: 767px) {
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
		color: #ecf0f1;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
		color: #f3f1f6;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
		color: #f3f1f6;
		background-color: #cd5300;
	}
}

/*bootstrap CSS*/
body,
html {
	width: 100%;
	height: 100%;
	scroll-behavior: smooth;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: lato, sans-serif;
	font-weight: 400;
}

.topnav {
	font-size: 15px;
}

.lead {
	font-size: 18px;
	font-weight: 400;
}

.intro-header {
	height: 94%;
	padding-top: 10px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
	text-align: center;
	color: #f8f8f8;

}

.headerrow {
	position: absolute;
	left: 0;
	right: 0;
	top: 25%;
}



.intro-message {
	position: relative;
	padding-bottom: 10%;
}

.intro-message > h1 {
	margin: 0;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.9);
	font-size: 5em;
}

.intro-divider {
	margin: auto;
	width: 400px;
	border-top: 1px solid #f8f8f8;
	border-bottom: 1px solid rgba(0,0,0,0.2);
}

.intro-message > h3 {
	text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
}

@media(max-width:768px) {

	.headertext1 {
		font-size: 5.5em !important;
	}

	.headertext2 {
		font-size: 2.9em !important;
	}

	.headerimage {
		width: 450px;
		height: 346px;
		margin-top: 30%;
		position: static;
	}

	.content-section-adres {
		display: none;
	}


	.intro-header {
		height: 100%;
	}

	.intro-message {
		padding-bottom: 15%;
	}

	.intro-message > h1 {
		font-size: 3em;
	}

	ul.intro-social-buttons > li {
		display: block;
		margin-bottom: 20px;
		padding: 0;
	}

	ul.intro-social-buttons > li:last-child {
		margin-bottom: 0;
	}

	.intro-divider {
		width: 60%;
	}
}

.network-name {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 2px;
}

.btn-group-lg>.btn, .btn-lg {
	border-radius: 0px;
}

.container-fluid {
	padding-right: 0px;
	padding-left: 0px;
	margin-right: auto;
	margin-left: auto;
}

.fullwidth {
	width: 100%;
}

.gradient {
	position:absolute;
	z-index:2;
	right:0; bottom:0; left:0;
	height:300px;
	background: none;
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 80%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(80%,rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 80%);
	background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 80%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 80%);
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 80%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );

}

.bgdarkgrey {
	background-color: #222222;
}

.bggrey {
	background-color: #7E7360;
}

.bgbrown {
	background-color: #311700;
}

.content-section-adres {
	color: white;
	margin:0 auto;
	-webkit-box-shadow: 0px 0px 68px -6px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 68px -6px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 68px -6px rgba(0,0,0,0.75);
	padding: 10px 0;
	width: 100%;
	background-color: #474747;

}

.content-section-a {
	padding: 0px 0;
	color: white;
	width: 90%;
	margin:0 auto;
	margin-top: 75px;
	margin-bottom: 75px;
	-webkit-box-shadow: 0px 0px 68px -6px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 68px -6px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 68px -6px rgba(0,0,0,0.75);

}

.content-section-b {
	padding: 0px 0;
	color: white;
	width: 90%;
	margin:0 auto;
	margin-top: 75px;
	margin-bottom: 75px;
	-webkit-box-shadow: 0px 0px 68px -6px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 68px -6px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 68px -6px rgba(0,0,0,0.75);
}

.content-section-c {
	padding: 0px 0;
	background-color: #cd5300;
	color: white;
	width: 90%;
	margin:0 auto;
	margin-top: 75px;
	margin-bottom: 75px;
	-webkit-box-shadow: 0px 0px 68px -6px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 68px -6px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 68px -6px rgba(0,0,0,0.75);
}

.content-section-d {
	padding: 0px 0;
	background-color: #311700;
	color: white;
	width: 90%;
	margin:0 auto;
	margin-top: 75px;
	margin-bottom: 75px;
	-webkit-box-shadow: 0px 0px 68px -6px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 68px -6px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 68px -6px rgba(0,0,0,0.75);
}

.content-section-a {
	padding: 0px 0;
	color: white;
	width: 90%;
	margin:0 auto;
	margin-top: 75px;
	margin-bottom: 75px;

}

.section-heading {
	margin-bottom: 30px;
}

.section-heading-spacer {
	float: left;
	width: 200px;
	border-top: 3px solid #e7e7e7;
}

.banner {
	padding: 100px 0;
	color: #f8f8f8;
	background: url(../img/banner-bg.jpg) no-repeat center center;
	background-size: cover;
}

.banner h2 {
	margin: 0;
	text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
	font-size: 3em;
}

.banner ul {
	margin-bottom: 0;
}

.banner-social-buttons {
	float: right;
	margin-top: 0;
}

@media(max-width:1199px) {
	ul.banner-social-buttons {
		float: left;
		margin-top: 15px;
	}
}

@media(max-width:767px) {
	.banner h2 {
		margin: 0;
		text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
		font-size: 3em;
	}

	ul.banner-social-buttons > li {
		display: block;
		margin-bottom: 20px;
		padding: 0;
	}

	ul.banner-social-buttons > li:last-child {
		margin-bottom: 0;
	}
}

footer {
	padding: 50px 0;
	background-color: #222222;
	text-align: center;
}

footer a {
	color: white;
}

footer li a:hover {
	color: #0000;
}


p.copyright {
	margin: 15px 0 0;
}

.btn-xl
{
	background-color: #222222;
	border-color: #222222;
	border-radius: 0px;
	color: white;
	font-family: Lato,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 18px;
	font-weight: 700;
	padding: 20px 40px;
	text-transform: uppercase;
	moz-transition: all .3s;
	transition: all .3s;
	webkit-transition: all .3s;
}
.btn-xl:hover,.btn-xl:focus,.btn-xl:active,.btn-xl.active,.open .dropdown-toggle.btn-xl
{
	background-color: #d1d1cf;
	border-color: #222222;
	color: #222222;
}
.btn-xl:active,.btn-xl.active,.open .dropdown-toggle.btn-xl
{
	background-image: none;
}
.btn-xl.disabled,.btn-xl[disabled],fieldset[disabled] .btn-xl,.btn-xl.disabled:hover,.btn-xl[disabled]:hover,fieldset[disabled] .btn-xl:hover,.btn-xl.disabled:focus,.btn-xl[disabled]:focus,fieldset[disabled] .btn-xl:focus,.btn-xl.disabled:active,.btn-xl[disabled]:active,fieldset[disabled] .btn-xl:active,.btn-xl.disabled.active,.btn-xl[disabled].active,fieldset[disabled] .btn-xl.active
{
	background-color: #cd5300;
	border-color: #cd5300;
}
.btn-xl .badge
{
	background-color: #fff;
	color: #cd5300;
}



/*CONTACT SECTION*/

.form-control {
	background-color: #d1d1cf;
	color: #222222;
}

.bgcontact
{
	background-color: white;
	background-image: url(../img/supersized/1.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

section#contact .section-heading
{
	color: #484848;
}
section#contact .form-group
{
	margin-bottom: 25px;
}
section#contact .form-group input,section#contact .form-group textarea
{
	padding: 20px;
}
section#contact .form-group input.form-control
{
	height: auto;
}
section#contact .form-group textarea.form-control
{
	height: 236px;
}
section#contact .form-control:focus
{
	border-color: #7E7E7E;
	box-shadow: none;
}
section#contact ::-webkit-input-placeholder
{
	color: #7E7E7E;
	font-family: Lato,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}
section#contact :-moz-placeholder
{
	color: #7E7E7E;
	font-family: Lato,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}
section#contact ::-moz-placeholder
{
	color: #7E7E7E;
	font-family: Lato,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}
section#contact :-ms-input-placeholder
{
	color: #7E7E7E;
	font-family: Lato,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}
section#contact .text-danger
{
	color: #cd5300;
}
