<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS by Delano CÃ¶rvers */

* {
	font-size: 1em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

html,
body {
    height: 100%;
}

a,
a:visited {
	text-decoration: none;
	color: rgb(90, 216, 7);	
	text-transform: lowercase;
}

a:hover,
a:focus {
	text-decoration: underline;
	color: rgb(90, 216, 7);
}

.hyperlink:after {
	position: relative;
	left: 80%;
	content: "&gt;&gt;";	
}

#page-wrapper {
	padding-left: 0;
	height: 100%;
}

#page-wrapper.toggled {
    padding-left: 425px;
}

#side-wrapper {
    z-index: 1000;
    position: fixed;
    left: 425px;
    width: 0;
    height: 100%;
    margin-left: -425px;
    overflow-y: auto;
    background-color: #1A1A1A;
    border-width: 0px 10px 0px 0px;
    border-style: solid;
    -webkit-border-image: -webkit-gradient(linear, 100% 0, 0 0, from(rgb(90, 216, 7)), to(green)) 1 100%;
    -webkit-border-image: -webkit-linear-gradient(right, rgb(90, 216, 7), green) 1 100%;
    -moz-border-image: -moz-linear-gradient(right, rgb(90, 216, 7), green) 1 100%;  
    -o-border-image: -o-linear-gradient(right, rgb(90, 216, 7), green) 1 100%;
    border-image: linear-gradient(to right, rgb(90, 216, 7), green) 1 100%; 
}

#page-wrapper.toggled #side-wrapper {
    width: 425px;
}

#content-wrapper {
    width: 100%;
	height: 100%;
    position: absolute;
}

#page-wrapper.toggled #content-wrapper {
    position: absolute;
    margin-right: -425px;
}

.no-padding {
	padding: 0px;	
}

.no-margin {
	margin: 0px;	
}

.left-padding {
	padding-left: 25px;	
	padding-right: 25px;
}

.max-height {
	height: 100%;	
}

.carousel {
    height: 100%;
}

.item {
	height: 100%;
	overflow-y: scroll;
}

.active {
    height: 100%;
}

.carousel-inner {
	height: 100%;
	-webkit-box-shadow: 0px 0px 15px 8px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 15px 8px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 15px 8px rgba(0,0,0,0.3);
}

.carousel-control.right {
	background-image: none !important;
	filter: none !important;
	opacity: 1;
	color: rgb(90, 216, 7);
}

.carousel-control.right span {
	font-size: 40px;
	z-index: 1000;
}

.carousel-caption {
	position: absolute;
	text-align: left;
	top: 240px;
	left: inherit;
	right: inherit;
	width: 300px;
	color: black;
	text-shadow: none;
}

.carousel-caption h1 {
	font-size: 1.2em;
	color: rgb(90, 216, 7);
	font-weight: bold;
}

.carousel-caption:not(#caption-0) {
    display: none;
}

.carousel-caption:not(#caption-0) {
    display: none;
}

.col-md-4 pull-right {
	position: absolute;
	height: 100%;
}

.social-img {
	position: absolute;
	left: 65px;
	bottom: 25px;
	text-align: left;
}

.social {
	margin-right: 5px;
	width: 31px;
	height: 31px
}

.quick-contact {
	color: #CCC;
	font-size: 0.9em;
	text-align: left;
	position: absolute;
	left: 65px;
}

.sticky {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 400px;
	height: 110px;
}

.sidebar-nav {
    position: absolute;
	left: 0px;
    top: 25px;
    width: 200px;
    margin: 0;
    padding: 0;
    list-style: none;
	z-index: 1000;
}

.sidebar-nav ul {
	list-style: none;
}

.sidebar-nav ul li {
    text-indent: 2px;
    line-height: 35px;
	border-bottom: 1px solid black;
	text-transform: lowercase
}

.sidebar-nav ul li a {
    display: block;
    text-decoration: none;
    color: black;
}

.sidebar-nav ul li a:hover {
    text-decoration: none;
    color: rgb(90, 216, 7);
}

.sidebar-nav ul li a:active,
.sidebar-nav ul li a:focus {
    text-decoration: none;
	color: rgb(90, 216, 7);
}

.sidebar-nav .active a {
	color: rgb(90, 216, 7);
	text-align: left;
}

.sidebar-nav .active a:before {
	position: absolute;
    left: 94%;
	content: "&lt;";
}

#sidebar-navigation-mobile {
	float: left;
	display: none;
	margin-top: -999999px;
}

.sticky-footer {
	margin-top: -110px;
	height: 110px;
	background-color: transparant;
}

#footer-content {
	margin-top: 80px;
	margin-bottom: 10px;
	float: left;
	text-align: left;
}

.footer-correction {
	margin-bottom: 10px;
	color: #CCC;
	font-size: 0.9em;
}

/* Scrollbar */
::-webkit-scrollbar {
	width: 6px;
}

::-webkit-scrollbar-thumb {
	background-color:rgb(36, 36, 36);
	border: 0;
	margin: 0;
	padding: 0;
}

::-webkit-scrollbar-thumb:hover {
	background-color:rgb(31, 31, 31);
	border: 0;
	margin: 0;
	padding: 0;
}

::-webkit-scrollbar-track {
	background-color:rgb(237, 237, 237);
	border: 0;
	margin: 0;
	padding: 0;
}

.footer-fixed-bottom {
    border-top: 0;
    border-bottom: 4px solid;
    
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
	margin-left: 15px;
    
    padding-right: 0;
    padding-left: 0;
    
    max-height: 450px;
	height: 170px;
	background-color: transparent;
    
    position: fixed;
    z-index: 1030;
    
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
    
    margin-bottom: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

/* Specific desktop sizes */
@media(min-width: 1400px) {
	#page-wrapper {
        padding-left: 425px;
    }

    #page-wrapper.toggled {
        padding-left: 0;
    }

    #side-wrapper {
        width: 425px;
    }

    #page-wrapper.toggled #side-wrapper {
        width: 0;
    }

    #content-wrapper {
        position: relative;
    }

    #page-wrapper.toggled #content-wrapper {
        position: relative;
        margin-right: 0;
    }
	
	.carousel-control.right {
		/*left: -8px;
		top: 300px;*/
		float: left;
		text-align: left;
		left: -7px;
		margin-bottom: 120px;
	}
	
	#query-logo {
		margin: 0;
		text-align: right;
		padding-top: 40px;
		padding-right: 45px;
	}
	
	#query-logo-mobile {
		position: absolute;
		margin-top: -150px;
		visibility: hidden;
	}
	
	.menu-hamburger {
		position: absolute;
		margin-top: -20px;
	}
}

/* Tablet */
@media(max-width: 1399px) {
	.carousel-caption {
		top: 220px;
	}
	
	.carousel-control.right span {
		font-size: 40px;
	}
	
	.carousel-control.right {
		float: left;
		text-align: left;
		left: -7px;
		margin-bottom: 120px;
	}
	
	#page-wrapper {
        padding-left: 200px;
    }

    #page-wrapper.toggled {
        padding-left: 0;
    }

    #side-wrapper {
        width: 200px;
    }

    #page-wrapper.toggled #side-wrapper {
        width: 0;
    }

    #content-wrapper {
        position: relative;
    }

    #page-wrapper.toggled #content-wrapper {
        position: relative;
        margin-right: 0;
    }
	
	#query-logo {
		margin: 0;
		text-align: left;
		padding-top: 40px;
		padding-left: 20px;	
	}
	
	#query-logo-mobile {
		position: absolute;
		margin-top: -150px;
		visibility: hidden;
	}
	
	.menu-hamburger {
		position: absolute;
		margin-top: -20px;
	}
}

/* Mobile */
@media(max-width: 991px) {
	.carousel {
		height: 100%;
		max-height: 100%;
		width: 100%;
		padding-right: 0px;
		margin-top: 0px;
	}
	
	.carousel-inner {
		/* This height is used to keep everything in place on the mobile view. CHANGE THIS TO THE APPROPRIATE PICTURE HEIGHT IN THE SLIDER */
		/*height: 1000px;*/
	}
	
	.carousel.toggled {
		height: 100%;
		width: 100%;
		padding-right: 0px;
		margin-top: 300px;
	}
	
	.carousel-caption {
		top: 285px;
	}
	
	#sidebar-navigation-mobile {
		float: left;
		display: none;
		margin-top: -999999px;
	}
	
	#sidebar-navigation-mobile.toggled {
		float: left;
		display: block;
		margin-top: 215px;
		z-index: 1000; /* Bring menu to the top */
	}
	
	#sidebar-navigation {
		margin-top: -999999px;
		position: absolute;
	}
	
	.carousel-control.right {
		left: 85%;
		top: -1150px;
		margin: 0;
		padding: 0;
		text-align: right;
	}

	.carousel-control.right span {
		font-size: 40px;
		z-index: 1000;
	}
	
	.carousel-caption {
		position: absolute;
		margin-top: -275px;
	}
	
	#mobile-only {
		margin: 0;
		padding: 0;
		width: 100%;
		height: 230px;
		background-color: #1A1A1A;
		border-width: 0px 0px 10px 0px;
		border-style: solid;
		-webkit-border-image: -webkit-gradient(linear, 0 100%, 0 0, from(green), to(rgb(90, 216, 7))) 100% 1;
		-webkit-border-image: -webkit-linear-gradient(bottom, green, rgb(90, 216, 7)) 100% 1;
		-moz-border-image: -moz-linear-gradient(bottom, green, rgb(90, 216, 7)) 100% 1;  
		-o-border-image: -o-linear-gradient(bottom, green, rgb(90, 216, 7)) 100% 1;
		border-image: linear-gradient(to top, green, rgb(90, 216, 7)) 100% 1;
	}
	
	#query-logo-mobile {
		margin: 0;
		text-align: left;
		padding-top: 35px;
		padding-left: 20px;
		visibility: visible;
	}
	
	.menu-hamburger {
		width: 100%;
		height: 100%;
		text-align: right;
		position: absolute;
		right: 20px;
		top: 170px;
	}
	
	.menu-hamburger span {
		color: white;
		text-decoration: none;
		font-size: 32px;
	}
	
	#page-wrapper {
		padding-left: 0;
    }

    #page-wrapper.toggled {
        padding-left: 0;
    }

    #side-wrapper {
        left: 0;
		border: 0;
	}

    #page-wrapper.toggled #side-wrapper {
        width: 0;
    }

    #content-wrapper {
        position: relative;
    }

    #page-wrapper.toggled #content-wrapper {
        position: relative;
        margin-right: -425px;
    }
	
	.footer-fixed-bottom {
		position: absolute;
		bottom: -750px;
		left: 0;
		margin-left: 0;
		width: 100%;
		/* Set the fixed height of the footer here */
		height: 110px;
		background-color: transparant;
	}
	
	#sticky-footer.toggled {
		position: absolute;
		bottom: -1025px;
		width: 100%;
		/* Set the fixed height of the footer here */
		height: 110px;
		background-color: transparant;
	}

	#footer-content {
		margin-top: 0px;
		margin-bottom: 10px;
		margin-left: 45px;
		padding-right: 0px;
		float: left;
		text-align: left;
	}
}
</pre></body></html>