
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
.alignnone {
	clear: both;
	font-size: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
	border: 0;
	height: 0;
	width: 0;
}
.centered {
	text-align: center;
}


/* =2. Preloader
--------------------------------------------------------------------------------------------------------*/
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	z-index: 9999999;
}
#status {
	z-index: 28;
	position: absolute;
	color: #555 !important;
	top: 50%;
	height: 220px;
	width: 100%;
	margin-top: -115px;
}
/* horizontal centering */
.parent {
	width: 100%;
	margin: 0px auto;
	position: relative;
	top: 0;
	left: 0;
	height: 100%;
	/*padding: 30px 0px;*/
	z-index: 11
}
#preloader .child {
	text-align: center;
}
/* vertical centering */
.parent {
	display: table
}
.child {
	display: table-cell;
	vertical-align: middle;
	padding: 0;	
}
.parent .middle {
	display: table-cell;
	vertical-align: middle;
	padding: 0;
	padding-bottom: 80px;
}
.image-with-overlay .parent .bottom {
	padding-bottom: 0px;
}
.parent .top {
	display: table-cell;
	vertical-align: top;
	padding: 0;
}
.box-parent .child {
	padding-top: 10px;
}
/* End Preloader
--------------------------------------------------------------------------------------------------------*/



/* =3. Typography
--------------------------------------------------------------------------------------------------------*/
html {
	overflow: -moz-scrollbars-vertical;
	overflow-y: scroll;
	overflow-x: hidden;
}

body.lato {
	font-size: 16px;
	font-family: "Lato", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}
body.frank-ruhl-libre {
	font-size: 16px;
	font-family: "Frank Ruhl Libre", Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
}
strong {
	font-weight: 600;
}
p strong {
	color: #555;
}
a, a * {
	-webkit-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
}
a, a:hover, a:focus {
	color: #ffffff;
	text-decoration: none;
	outline: 0;
}
*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	text-rendering: optimizeLegibility;
	outline: 0;
}
*:focus, *:after:focus, *:before:focus {
outline: 0;
}
p {
	padding: 0;
	margin: 0 0 10px;
	-webkit-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
	position: relative;
	line-height: 1.6;
}
.amiri p {
	line-height: 1.5;
}
a {
	text-decoration: none;
}
p a {
	color: #2b2b2b;
	text-decoration: none;
	position: relative;
	opacity: 0.7;
}
p a.arrow {
	background: url(../images/arrow2.png) -4px center no-repeat;
	background-size: 30px 20px;
	padding-left: 40px;
}
p a.arrow:hover {
	background: url(../images/arrow2.png) 3px center no-repeat;
	background-size: 30px 20px;
}
.white-text p a.arrow {
	background: url(../images/arrow3.png) -4px center no-repeat;
	background-size: 30px 20px;
	padding-left: 40px;
}
.white-text p a.arrow:hover {
	background: url(../images/arrow3.png) 3px center no-repeat;
	background-size: 30px 20px;
}
.white-text p a, .intro p a {
	color: #fff;
	opacity: 0.7;
}
p a:hover {
	color: #2b2b2b;
	text-decoration: none;
	opacity: 1;
}
.white-text p a:hover, .intro p a:hover {
	color: #fff;
	opacity: 1;
}
a p {
	color: #555;
}
p.small {
	font-size: 14px !important;
	font-weight: 400;
	font-family: Oswald, Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	padding-bottom: 5px;
	opacity: 0.5;
}
p.small.with-borderline {
	background: #e9e9e9;
	z-index: 2;
	position: relative;
	padding-right: 10px;
	display: inline-block;
}
p.small.below-text {
	top: -7px;
}
#preloader p.small {
	color: #555 !important;
	padding: 0 !important
}
.child p.small {
	padding-top: 10px;
}
p.small.below-header {
	padding-top: 4px;
	margin-bottom: 12px;
}
p.large, article p {
	font-size: 120%;
	padding: 0px 0 5px;
}
p.details {
	opacity: 0.7;
	font-size: 85%;
	margin-bottom: 10px;
}
.intro p {
	padding-top: 20px;
}
.white-text p {
	color: #fff;
}
.white-text p.small {
	opacity: 0.8;
}
.info-box-content p.large, .header-wrapper p.large {
	max-width: 474px;
	margin-left: auto;
	margin-right: auto;
}
.white-text p.below-button {
	color: #fff;
	opacity: 0.7;
}
.white-text a:hover p.below-button {
	color: #fff;
	opacity: 1;
}
blockquote {
	border: 0;
	position: relative;
	margin: 50px 0px 0px;
	font-size: 140%;
	color: #555;
	padding: 0;
	line-height:1.6;
}
article blockquote {
	margin: 80px 30px 40px;
}
blockquote::before {
	content: "â€œ" !important;
	position: absolute;
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 46px;
	left: 0;
	top: -55px;
	font-weight: 600;
	width: 50px;
	margin-left: -1px;
	color: #555;
	letter-spacing: 0.1em;
}
blockquote footer {
	font-style: normal;
	color: #888;
	letter-spacing: 0;
	font-weight: 400;
	font-size: 14px;
	position: absolute;
	left: 50px;
	top: -38px;
}
.lefted {
	text-align: left !important;
}
.button {
	border: 1px solid #d8d8d8;
	padding: 13px 25px 14px;
	line-height: 1;
	display: inline-block;
	margin-bottom: 10px;
	margin-top: 20px;
	font-size: 13px !important;
	margin-right: 10px;
	font-weight: 400;
	font-family: Oswald, Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}
.button:hover {
	border: 1px solid #555;
}

.client {
	border: 0;
	width: 16.666%;
	padding: 0 10px;
	float: left;
	position: relative;
	opacity: 0.5;
	-webkit-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
}
.client:hover, .client.no-link {
	opacity: 0.9;
	-webkit-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
	cursor: default
}
/* End Typography
--------------------------------------------------------------------------------------------------------*/



/* =4. Headings
--------------------------------------------------------------------------------------------------------*/

h1#logo {
	position: relative;
	height: 30px;
	width: 85px;
	padding: 0 !important;
	margin: 0 auto;
	display: block
}
h1#logo a {
	background: url(../images/bg-logo.png) center no-repeat;
	background-size: 85px 30px;
	width: 85px;
	height: 30px;
	text-indent: -9999px;
	display: block;
}
.white-header h1#logo a {
	background: url(../images/bg-logo-black.png) center no-repeat;
	background-size: 85px 30px;
}
.numbers, h1, h2, h3, h4, h5, h6 {
	line-height: 1.35;
	color: #2b2b2b;
	display: block;
	position: relative;
	font-weight: 400;
	font-family: Oswald, Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	/*text-transform: uppercase;*/
}
.white-text h1, .white-text h2, .white-text h3, .white-text h4, .white-text h5, .white-text h6 {
	color: #fff;
}
.intro h1, .intro h2 {
	display: block;
	margin-bottom: 0px;
}
h1 {
	font-size: 48px;
	line-height: 1.25;
	margin-bottom: 0px;
	letter-spacing: -0.5px;
}
h2 {
	font-size: 36px;
	line-height: 1.3;
}
h3 {
	font-size: 28px;
	margin-top: 10px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
.below-icon {
	margin-top: 0px;
	margin-bottom: 0px;
}
.header {
	margin-top: 0px;
	padding-bottom: 0px;
}
.header.with-details-above {
	margin-top: -3px;
}
.with-line {
	border-bottom: 1px solid #ececec;
	padding-bottom: 25px;
	margin-bottom: 20px;
}
.lone-header {
	padding-bottom: 15px;
}
.more-margin {
	margin-top: 30px;
}
.no-margin-nor-padding {
	padding: 0;
	margin: 0;
}
article .header {
	margin-bottom: 20px;
}
.social-header {
	position: absolute;
	bottom: 20px;
}
.social-header i.fa {
	opacity: 0.5;
}
header .phone-number {
	position: absolute;
	right: 35px;
	top: 28px;
	color: #fff;
}
header .phone-number i.fa {
	color: #fff !important;
}
/* End Headings
--------------------------------------------------------------------------------------------------------*/



/* =5. Navigation
--------------------------------------------------------------------------------------------------------*/
#menu-button {
	font-size: 14px;
	display: table;
	height: 100px;
	position: absolute;
	left: 20px;
	top: 0px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	z-index: 1111;
	opacity: 1 !important;
}
.pushed-left #menu-button {
	position: fixed;
}
#menu-button .centralizer {
	display: table-cell;
	vertical-align: middle;
}
#menu-button .centralizer .cursor {
	display: block;
	cursor: pointer;
	padding-top: 0;
	height: 58px;
	width: 58px;
	-webkit-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
}
#nav-button {
	display: inline-block;
	width: 19px;
	padding-left: 19px;
	height: 56px;
	margin: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	padding-top: 21px;
	text-align: center;
}
.nav-bar {
	background-color: #fff;
	border-radius: 1px;
	display: block;
	width: 19px;
	height: 2px;
	margin: 0px auto 3px;
	position: relative;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.nav-bar:nth-child(2) {
	width: 14px;
	margin-right: 5px;
}
.nav-bar:nth-child(3) {
	width: 17px;
	margin-right: 2px;
}
.pushed-left #nav-button span {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	background-color: #2b2b2b;
}
.pushed-left #nav-button span:nth-child(1), .pushed-left-alt #nav-button span:nth-child(1) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	position: relative;
	top: 5px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.pushed-left #nav-button span:nth-child(2), .pushed-left-alt #nav-button span:nth-child(2) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: relative;
	top: 0px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	width: 19px !important;
	margin: 0px auto 3px;
}
.pushed-left #nav-button span:nth-child(3), .pushed-left-alt #nav-button span:nth-child(3) {
	display: none;
}
.white-header #nav-button span {
	background: #2b2b2b;
}
#nav-wrapper {
	position: fixed;
	background: #fff;
	height: 100%;
	padding: 100px 75px;
	width: 300px;
	z-index: 100;
	top: 0;
	left: -300px;
	-webkit-transition: left 0.33s cubic-bezier(0.33, 0, 0.2, 1) 0s;
	transition: left 0.33s cubic-bezier(0.33, 0, 0.2, 1) 0s;
}
.pushed-left #nav-wrapper {
	left: 0;
}
#content-overlay {
	display: block;
	position: fixed;
	top: 0;
	background-color: rgba(0, 0, 0, 0.4);
	width: 100%;
	height: 100%;
	z-index: 99;
	-webkit-transition: all 0s 0.5s, opacity 0.5s 0s;
	transition: all 0s 0.5s, opacity 0.5s 0s;
	opacity: 0;
	left: -100%;
}
.pushed-left #content-overlay {
	left: 0;
	opacity: 1;
	-webkit-transition: all 0s 0s, opacity 0.5s 0s;
	transition: all 0s 0s, opacity 0.5s 0s;
}
#main-nav ul {
	position: relative;
	line-height: 1.4
}
#main-nav ul li {
	-webkit-transform: translateX(-20px);
	transform: translateX(-20px);
	opacity: 0;
	-webkit-transition: all 0.33s ease-in-out 0.2s;
	transition: all 0.33s ease-in-out 0.2s;
}
.pushed-left #main-nav ul li:nth-of-type(2) {
	-webkit-transition: all 0.33s ease-in-out 0.3s;
	transition: all 0.33s ease-in-out 0.3s;
}
.pushed-left #main-nav ul li:nth-of-type(3) {
	-webkit-transition: all 0.33s ease-in-out 0.4s;
	transition: all 0.33s ease-in-out 0.4s;
}
.pushed-left #main-nav ul li:nth-of-type(4) {
	-webkit-transition: all 0.33s ease-in-out 0.5s;
	transition: all 0.33s ease-in-out 0.5s;
}
.pushed-left #main-nav ul li:nth-of-type(5) {
	-webkit-transition: all 0.33s ease-in-out 0.6s;
	transition: all 0.33s ease-in-out 0.6s;
}
.pushed-left #main-nav ul li:nth-of-type(6) {
	-webkit-transition: all 0.33s ease-in-out 0.7s;
	transition: all 0.33s ease-in-out 0.7s;
}
.pushed-left #main-nav ul li:nth-of-type(7) {
	-webkit-transition: all 0.33s ease-in-out 0.8s;
	transition: all 0.33s ease-in-out 0.8s;
}
.pushed-left #main-nav ul li:nth-of-type(8) {
	-webkit-transition: all 0.33s ease-in-out 0.9s;
	transition: all 0.33s ease-in-out 0.9s;
}
.pushed-left #main-nav ul li:nth-of-type(9) {
	-webkit-transition: all 0.33s ease-in-out 1.0s;
	transition: all 0.33s ease-in-out 1.0s;
}
.pushed-left #main-nav ul li {
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
	opacity: 1;
}
#main-nav ul li a {
	position: relative;
	color: rgba(43,43,43,0.7);
	padding: 9px 0 10px;
	display: block;
	font-size: 24px !important;
	font-weight: 400;
	font-family: Oswald, Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}
#main-nav ul li a:hover, #main-nav ul li a.selected {
	color: rgba(43,43,43,1);
}
#main-nav ul li ul {
	padding-top: 6px;
}
#main-nav ul li ul li a {
	font-size: 13px !important;
	border: 0;
	padding: 3px 0;
	padding-left: 15px;
}
#main-nav ul li ul li:last-child a {
	padding-bottom: 8px
}
#options {
	text-align: center
}
#options li {
	display: inline-block;
	padding: 0 10px;
}
#options li a {
	color: #fff;
	opacity: 0.7;
}
#options li a:hover, #options li a.selected {
	opacity: 1;
}
/* End Navigation
--------------------------------------------------------------------------------------------------------*/



/* =6. Main Content
--------------------------------------------------------------------------------------------------------*/
#header {
	position: absolute;
	width: 100%;
	height: auto;
	z-index: 98;
	padding: 35px 0;
}
.no-intro #header {
	position: relative;
}
.white-header #header {
	background: #ffffff;
}
.white-header.header-no-bg #header {
	background: none !important
}
#header.same-color-as-first-section {
	padding-bottom: 0;
}
#content {
	width: 100%;
	position: relative;
	z-index: 55;
	height: auto;
}
section {
	padding: 40px 0;
	background: #003b64f5;
}
section.white {
	background: #fff;
}
section.same-color-as-previous-section {
	padding-top: 0;
}
.containeer {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 75%;
	margin: auto;
	/* justify-content: space-around; */
}
#containeer {
	position: relative;
	margin: 0 auto;
	padding-bottom: 20px;
}
header, .footer-bs{
	z-index: 1000;
	position: relative;
	background-color: #ffffff;
	/* width: fit-content; */
}
.globalnav-bg {
    background-color: #003b64!important;
	margin: auto;
	justify-content: space-around;
    /* height: 45px; */
}
.same-color-as-previous-section #containeer {
	margin-top: -15px;
}
.full-width {
	width: 100%;
}
.full-width .element {
	padding: 0;
}
.full-height-wrapper {
	height: 100%;
	width: 100%;
	overflow: hidden;
	position: relative;
}
.containing-image-wrapper {
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
/* =End Main Content
--------------------------------------------------------------------------------------------------------*/

.menu-item {
	position: relative;
}
.menu-item h5, .menu-item .menu-price {
	background: #fff;
	position: relative;
	display: inline-block;
	z-index: 1;
	padding-right: 10px;
}
.menu-item .menu-price {
	position: absolute;
	right: 0;
	top: 10px;
	padding-right: 0;
	padding-left: 10px;
}
.menu-line {
	border-top: 1px solid #ececec;
	position: relative;
	top: -16px;
	width: 100%;
	height: 1px;
}
body.centered-tiles .element {
	text-align: center;
}
.white-text {
	-webkit-text-shadow: 0px 0 30px rgba(0, 0, 0, 0.2);
	text-shadow: 0px 0 30px rgba(0, 0, 0, 0.2);
	position: relative;
}
.extra-padding-top {
	padding-top: 10px;
}
.extra-padding-right {
	padding-right: 45px;
}
.extra-padding-bottom {
	padding-bottom: 45px
}
.break {
	display: block;
	position: relative;
	height: 20px;
	width: 100%;
}
.borderline {
	border-bottom: 1px solid #ececec;
	height: 1px;
	position: relative;
	width: 100%;
	margin: 29px 0 23px;
	display: block;
	float: none;
}
.borderline.last-in-section {
	margin-bottom: 0;
}
.borderline.first-in-section {
	margin-top: 0;
}
.blog-line {
	position: relative;
	background: #ececec;
	height: 1px;
	width: 100%;
	margin: 20px 0;
}
.blog-line::after {
	content: "";
	background: #d8d8d8;
	top: 0px;
	display: block;
	left: 0%;
	height: 1px;
	position: absolute;
	-webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
	transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
	width: 0;
}
a:hover .blog-line::after {
	left: 0;
	width: 100%;
}
#project-pagination a {
	opacity: 0.65;
	display: inline-block;
}
#project-pagination a:hover {
	opacity: 1;
}
.prev-project {
	background: url(../images/arrow4.png) no-repeat left 2px;
	background-size: 30px 20px;
	padding-left: 35px;
}
.next-project {
	background: url(../images/arrow2.png) no-repeat right 2px;
	background-size: 30px 20px;
	padding-right: 35px;
	text-align: right;
}
.min-full-height {
	min-height: 100vh;
}
div.full-height {
	height: 100vh!important;
	margin: 0 !important;
	padding: 0 !important;
}
div.full-height.not-completely-full {
	max-height: 600px;
}
.custom-caption {
	color: #fff;
	position: absolute;
	bottom: 40px;
	left: 40px;
	z-index: 500;
	font-family: Oswald, Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-size: 14px;
}
.nav-tabs {
	margin-bottom: 45px;
	padding: 0px;
	text-align: center;
	border-bottom: 1px solid #ececec;
}
.nav-tabs > li {
	float: none;
}
.nav > li {
	display: inline-block;
}
.nav-tabs > li > a {
	border-radius: 0;
	font-size: 14px;
	color: #2b2b2b;
	background: #fff;
	border: 0;
	min-width: 36px;
	width: auto;
	height: 90px;
	padding: 52px 0 0 0;
	margin: 0 25px;
	opacity: 0.5;
	font-weight: 400;
	font-family: Oswald, Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}
.nav-tabs > li > a:hover {
	background: #fff;
	color: #2b2b2b;
	border: 0;
	opacity: 1
}
.nav-tabs li a#first-tab {
	background: url(../images/icons/target.png) no-repeat top center;
	background-size: 36px 36px;
}
.nav-tabs li a#second-tab {
	background: url(../images/icons/network.png) no-repeat top center;
	background-size: 36px 36px;
}
.nav-tabs li a#third-tab {
	background: url(../images/icons/illustration.png) no-repeat top center;
	background-size: 36px 36px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
	color: #2b2b2b;
	border: 0;
	border-bottom: 1px solid #999;
	opacity: 1
}


tr.bolder-border {
	border-bottom: 1px solid #ececec;
	margin-bottom: 10px;
}
.table tr i.fa-check-square-o {
	padding-left: 0px;
	padding-right: 8px;
	top: 1px;
	position: relative
}
.price {
	font-size: 500%;
	line-height: 1;
	float: left;
	padding: 20px 18px 20px 0;
	letter-spacing: -3px;
}
.table p.details {
	padding-top: 28px;
	padding-right: 25%;
}
h3.panel-title {
	font-size: 28px;
	line-height: 1.3;
	padding: 25px 35px !important;
}
.panel-group {
	border-bottom: 1px solid #ececec;
	border-radius: 0 !important;
	margin-bottom: 0;
}
.panel-group .panel {
	border: 0;
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-top: 1px solid #ececec;
	border-radius: 0 !important;
}
.panel-heading {
	color: #2b2b2b;
	background: none !important;
	padding: 0px !important;
	position: relative;
}
.panel-heading.active::before {
	opacity: 0;
}
.panel-body {
	border: 0 !important;
	padding: 5px 35px 20px !important;
}
.panel-group .panel + .panel {
	margin-top: 0;
}
/* =End Content Elements
--------------------------------------------------------------------------------------------------------*/



/* =8. Intro Backgrounds
--------------------------------------------------------------------------------------------------------*/
.background-image1 {
	background: url(../../assets/images/fullscreen01.jpg) no-repeat center;
	height: 100%;
	display: block;
	width: 100%;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	-o-background-size: 100% auto;
	background-size: 100% auto;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
}
.banner-textblock {
	position: relative;
}
.parallax {
	background-attachment: fixed;
	background-repeat: repeat-y;
	background-position: center center;
	transform: translate3d(0px, 0px, 0px);
	transform-style: preserve-3d;
	position: absolute !important;
	left: 0;
	top: 0;
}

@media only screen and (min-width : 300px) and (max-width : 1024px) {
.parallax {
	background-attachment: initial;
}
}
.fixed {
	position: fixed;
	height: 100vh;
	width: 100%;
	backface-visibility: hidden;
	top: 0;
	z-index: -1;
}
.touch .fixed {
	position: absolute;
}
/* =End Intro Backgrounds
--------------------------------------------------------------------------------------------------------*/

.icons {
	position: relative;
	height: 42px;
	width: 42px;
	margin-top: 25px;
	margin-bottom: 15px;
	display: inline-block;
}
.centered .icons {
	float: none;
	display: inline-block;
}
.next-to-icon {
	margin-left: 73px;
	margin-top: 20px;
}
/* End Icons
--------------------------------------------------------------------------------------------------------*/



/* =10. Images & Hover Animation
--------------------------------------------------------------------------------------------------------*/
.images {
	display: block;
	position: relative;
	margin: 30px 0 20px;
}
article .images {
	margin: 40px 0;
}
img {
	width: 100%;
	display: block;
	max-width: 100%;
	z-index: 9;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
	margin: 40px 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.musicWrapper {
	position: relative;
	height: auto;
	margin-bottom: -6px;
	padding: 20px 0;
}
.musicWrapper iframe {
	width: 100%;
	height: auto;
}
.imageWrapper {
	position: relative;
	margin: 40px 0 45px;
}
.overlay {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.0);
	width: 100%;
	height: 100%;
}
.transition-link .overlay {
	-webkit-transition: all 600ms ease-in-out 0s;
	transition: all 600ms ease-in-out 0s;
}
a:hover .overlay, .intro .overlay, .image-with-overlay .overlay {
	background-color: rgba(0, 0, 0, 0.3);
}
.image-with-overlay.lighter-overlay .overlay {
	background-color: rgba(0, 0, 0, 0.25);
}

.info-box.covering-image { 
	position:absolute;
	left:0;
	top:0;
	height: 100%;
	width: 100%;
}
.info-box-content {
	height: 100%;
	width: 100%;
}

.image-with-overlay {
	position: relative;
	height:100%;
	width:100%;
}

.image-with-overlay h3, .image-with-overlay p {
	padding-left: 35px;
	padding-right: 35px;
}

/* End Banner Text and Block Fadein
--------------------------------------------------------------------------------------------------------*/
ul {
	cursor: pointer;
	
	display: grid;
	grid-template-columns: var(--line-w) 1fr;
	grid-auto-columns: max-content;
	column-gap: var(--col-gap);
	list-style: none;
	width: min(60rem, 90%);
	margin-inline: auto;
  }
  .ul{
	--col-gap: 2rem;
	--row-gap: 2rem;
	--line-w: 0.25rem;
  }
  /* line */
  ul::before {
	content: "";
	grid-column: 1;
	grid-row: 1 / span 20;
	background: rgb(225, 225, 225);
	border-radius: calc(var(--line-w) / 2);
  }
  
  /* columns*/
  
  /* row gaps */
  ul li:not(:last-child) {
	margin-bottom: var(--row-gap);
  }
  
  /* card */
  ul .li {
	grid-column: 2;
	--inlineP: 1.5rem;
	margin-inline: var(--inlineP);
	grid-row: span 2;
	display: grid;
	grid-template-rows: min-content min-content min-content;
  }
  
  /* date */
  ul .li .date {
	--dateH: 3rem;
	height: var(--dateH);
	margin-inline: calc(var(--inlineP) * -1);
  
	text-align: center;
	background-color: var(--accent-color);
  
	color: white;
	font-size: 1.25rem;
	font-weight: 700;
  
	display: grid;
	place-content: center;
	position: relative;
  
	border-radius: calc(var(--dateH) / 2) 0 0 calc(var(--dateH) / 2);
  }
  
  
  /* date flap */
  ul .li .date::before {
	content: "";
	width: var(--inlineP);
	aspect-ratio: 1;
	background: var(--accent-color);
	background-image: linear-gradient(rgba(0, 0, 0, 0.2) 100%, transparent);
	position: absolute;
	top: 100%;
  
	clip-path: polygon(0 0, 100% 0, 0 100%);
	right: 0;
  }
  
  /* circle */
  ul .li .date::after {
	content: "";
	position: absolute;
	width: 2rem;
	aspect-ratio: 1;

	background: #023b61;
	border: 0.3rem solid var(--accent-color);
	border-radius: 50%;
	top: 50%;
  
	transform: translate(50%, -50%);
	right: calc(100% + var(--col-gap) + var(--line-w) / 2);
  }
  
  /* title descr */
  ul .li .title,
  ul .li .descr {
	color: rgb(188, 188, 188);
	background: #182533bd;
	position: relative;
	padding-inline: 1.5rem;
  }
  ul .li .title {
	overflow: hidden;
	padding-block-start: 1.5rem;
	padding-block-end: 1rem;
	font-weight: 500;
  }
  ul .li .descr {
	padding-block-end: 1.5rem;
	font-weight: 300;
  }
  
  /* shadows */
  ul .li .title::before,
  ul .li .descr::before {
	content: "";
	position: absolute;
	width: 90%;
	height: 0.5rem;
	background: rgba(0, 0, 0, 0.5);
	left: 50%;
	border-radius: 50%;
	filter: blur(4px);
	transform: translate(-50%, 50%);
  }
  ul .li .title::before {
	bottom: calc(100% + 0.125rem);
  }
  
  ul .li .descr::before {
	z-index: -1;
	bottom: 0.25rem;
  }
  
  @media (min-width: 40rem) {
	ul {
	  grid-template-columns: 1fr var(--line-w) 1fr;
	}
	ul::before {
	  grid-column: 2;
	}
	ul li:nth-child(odd) {
	  grid-column: 1;
	}
	ul li:nth-child(even) {
	  grid-column: 3;
	}
  
	/* start second card */
	ul li:nth-child(2) {
	  grid-row: 2/4;
	}
  
	ul li:nth-child(odd) .date::before {
	  clip-path: polygon(0 0, 100% 0, 100% 100%);
	  left: 0;
	}
  
	ul li:nth-child(odd) .date::after {
	  transform: translate(-50%, -50%);
	  left: calc(100% + var(--col-gap) + var(--line-w) / 2);
	}
	ul li:nth-child(odd) .date {
	  border-radius: 0 calc(var(--dateH) / 2) calc(var(--dateH) / 2) 0;
	}
  }
  
  .credits {
	margin-top: 1rem;
	text-align: right;
  }
  .credits a {
	color: var(--color);
  }
  --------------------------------------------------

   ul li {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.8s ease, transform 0.8s ease;
}

ul .li .date, ul .li .content {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.9s ease, transform 0.8s ease;
}

ul li .date.visible, ul li .content.visible {
	opacity: 1;
	transform: translateY(0);
}

.slider{
	position: relative;
	user-select: none;
	width: 100%;
	overflow: hidden;
	transition: all .2s;
	perspective: 900px;
	transform-style: preserve-3d;
}
.slider .previous, .slider .next{
	user-select: none;
	font-family: "FontAwesome";
	/* font-size: 20px; */
	position: absolute;
	top: 50%;
	color: white;
	padding: 25px;
	text-decoration: none;
	left: -100px;
	margin-top: -34px;
	transition: all 1s;
	opacity: 0;
	z-index: 10000;
}
.slider .next{
	right: -100px;
	content: "\f054";
	left: auto;
}
.slider:hover .previous, .slider:hover .next{
	opacity: 1;
}
.slider:hover .previous{
	left: 0;
}
.slider:hover .next{
	right: 0;
}
.slider .slides{
	height: 100%;
}
.slide{
	/*padding: 10%;*/
	/* width: 100vw; */
	/* text-align: center; */
	position: absolute;
	transform: scale(0.5,0.5);
	opacity: 0;
	transition: all .5s;
}

.slide.active{
	z-index: 10;
	left: 0;
	opacity: 1;
	transform: scale(1,1);
}

.slide.inactiveLeft{
	left: -100vw;
	z-index: 11;
}
.slide.inactiveRight{
	left: 100vw;
	z-index: 11;
}
.slide:after{
content: attr(data-icon);
font-family: "FontAwesome";
font-size: 15vw;
position: absolute;
bottom: -8vw;
left: 0;
opacity: 0.3;
}
.slide a{
	color: #fff;
	border: 2px solid white;
	border-radius:10px;
	padding: 10px;
	font-size: 1.3vw;
	margin-top: 20px;
	display: inline-block;
	transition: all .3s;
	text-transform: uppercase;
	letter-spacing: 1px;
	position: relative;
}
.slide a:hover{
	color: #fff;
	border: 2px solid white;
	border-radius:10px;
	background: rgba(138, 138, 138, 0.544);
	border: 2px solid;
	text-decoration: none;
	letter-spacing: 2px;
	padding-right: 30px;
}
.slide a:after{
	content: " \f105";
	font-family: "FontAwesome";
	position: absolute;
	margin-left: -10px;
	transition: all .3s;
	opacity: 0;
}
.slide a:hover:after{
	margin-left: 10px;
	opacity: 1;
}
.slider .bullets{
	text-align: center;
	position: absolute;
	bottom: 10px;
	width: 100%;
}
.slider .bullets .bullet{
	position: relative;
	display: inline-block;
	background: rgba(255,255,255,.8);
	border-radius: 50%;
	width: 8px;
	height: 8px;
	z-index: 14;
	margin: 0 5px;
	cursor: pointer;
	border: 2px solid transparent;
	transition: all .3s;
}
.slider .bullets .bullet.active{
	background: rgba(255,255,255,.4);
}
.slider .bullets .bullet:hover{
	border: 2px solid rgba(255, 255, 255, 0.8);
	background: transparent;
}

/* -------------------------------------- */
/* .slides {
	position: relative;
	overflow: hidden;
  } */

  .slide {
	display: none;
	animation: fadeIn 1s ease-in-out;
  }

  .active {
	display: block;
  }

  @keyframes fadeIn {
	from {
	  opacity: 0;
	  transform: translateY(5px);
	}
	to {
	  opacity: 1;
	  transform: translateY(0);
	}
  }
/* --------------------------------------- */

.about {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    /*padding: 40px 0;*/
    position: relative;
    z-index: 2;
	font-size: smaller;
}

/* ------------------------------------------------------- */
.list{
	display: inline;
}
/* ----------------------------------------------------------- */
::-webkit-scrollbar {
	width: 10px;
  }

  ::-webkit-scrollbar-thumb {
	background-color: #0c568b;
    /* border-radius: 10px; */
    border: 1px solid #ffffff;
}

  ::-webkit-scrollbar-thumb:hover {
	background-color: #0f5fafac;
	/* border-radius: 10px; */
	border: 3px solid #0093f6cb;
  }

  ::-webkit-scrollbar-track {
	border: 1px solid #616162bc;
	background-color: transparent;
  }

  /* Define scrollbar styles for Firefox */
  scrollbar-color: #3498db #f1f1f1;
  scrollbar-width: thin;

  /* Define scrollbar styles for other browsers */
  /* Note: These may not work in all browsers */
  scrollbar-face-color: #3498db;
  scrollbar-shadow-color: #2980b9;
  scrollbar-highlight-color: #f1f1f1;
  scrollbar-3dlight-color: #f1f1f1;
  scrollbar-darkshadow-color: #2980b9;
  scrollbar-track-color: #f1f1f1;
  scrollbar-arrow-color: #2980b9;

  /* ----------------------------------------------------------- */
.main-menu {
    padding: 5px 0px;
    background: #003b64 !important;
	z-index: 1000;
}
@media screen and (max-width: 575.9px){
.main-menu {
    background-color: #003b64 !important;
}
}
/* ------------------------------------------------------ */
.about{
	display: flex;
	justify-content: center;
}
@media (max-width: 80rem) {
	.about {
	   display: block;
	}
  }


  /* ------------------------------------------------------------- */
  .centered{
	/* justify-content: space-between; */
	display: flex;
}
.b-appfullname {
    font-weight: 500 !important;
}

 /* -----------------------------------------------------------DLCDownloadPage------------------------------------------ */
.u-maincontent{
    width: 85%;
}

.u-section {
	background: transparent;
    padding: 50px;
    font-family: Oswald, Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    /* min-height: 640px; */
    /* border: 1px solid red; */
    /* background-color: firebrick; */
}

.u-textcontent{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.u-text1{
     font-family: Oswald, Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #fff;
    font-weight: 700;
    font-size: 40px;
    text-transform: none;
    line-height: 52.8px;
    margin: 0;
}
.u-text2, .u-text3{
    color: white;
    text-align: justify;
    letter-spacing: 2px;
    padding: 0 !important;
    /* margin: 32px 0 0; */
    font-family: Montserrat,sans-serif !important;
    font-weight: 300;
    /* line-height: 2.0; */
    /* font-size: 1rem; */
}
.u-text2{
    font-size: 17px;
    margin-top: 25px;
    /* margin-bottom: 20px; */
}
.u-text3{
    font-size: 35px;
}
.u-text4{
	font-size: 17px;
	font-family: Montserrat,sans-serif !important;
    font-weight: 300;
	text-align: justify;
	color: whitesmoke;
}
.u-option{
    font-size: 17px;
    /* color: white; */
    text-align: justify;
    letter-spacing: 2px;
    margin: 32px 0 0;
    font-family: Montserrat,sans-serif !important;
    font-weight: 400;
    line-height: 2.0;
    font-size: 1rem;
    margin-top: 20px;
    margin-bottom: 20px;
}
.u-image {
    background-image: linear-gradient(0deg, rgba(0,0,0,0.45), rgba(0,0,0,0.45)), url(../../assets/images/fullscreen01.jpg);
    background-position: 50% 50%;
    height: 100%;
    display: block;
    width: 100%;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /* position: absolute;*/
}

main{
	/* margin-top: 60px;  */
	/* padding: 20px; */
	height: 100vh;
	overflow-y: scroll;
	background-image: linear-gradient(0deg, rgba(0,0,0,0.45), rgba(0,0,0,0.45)), url(../../assets/images/fullscreen01.jpg);
    background-size: cover;
	background-position: center;
	background-attachment: fixed;
	position: relative;
	z-index: 1;
}

.u-form-vertical {
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}
.u-input{
    border-width: 1px;
    border-color: #b3b3b3;
} 
.u-button{
    margin-top: 20px;
    width: 100%;
    /* justify-content: space-around; */
    display: flex;
}
/* Site map*/
.wrapper {
      clear: both;
      height: 100vh;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #1d1f207e;
    }

    #navigation h1 {
      font-size: 18px;
      font-weight: 400;
      margin-bottom: 20px;
    }

    #navigation {
      position: relative;
      float: left;
      background: transparent;
      margin: 0 1% 0 1%;
    }

    #navlist li{
      list-style-type: none;
      color: white;
      font: 18px/1.5 Verdana, sans-serif;
      font-size: 1.4em;
      font-weight: 300;
      line-height: 160%;
      display: block;
      text-decoration: none;
      padding: 5px 0;
      list-style: none;
      border-bottom: 1px solid #e0e0e0;
    }
    #navlist{
        display: contents;
      padding: 0;
    }
    #navlist li:last-child {
      border: none;
    }

    #navlist li a, h1{
      text-decoration: none;
      color: #ffffff;
      font-weight: 300 !important;
    }

    #navlist li:after {
      content: '\f105';
      font-family: "font awesome";
      float: right;
    }

    .animated-item {
      opacity: 0;
      padding: 0.3em;
      animation: fade-in 0.3s ease-in forwards;
    }

    .animated-item:nth-child(1) {
      animation-delay: 0.2s;
    }

    .animated-item:nth-child(2) {
      animation-delay: 0.4s;
    }

    .animated-item:nth-child(3) {
      animation-delay: 0.6s;
    }

    .animated-item:nth-child(4) {
      animation-delay: 0.8s;
    }

    .animated-item:nth-child(5) {
      animation-delay: 1.0s;
    }

    @keyframes fade-in {
      from {
        transform: translateX(-2em);
      }

      to {
        opacity: 1;
        transform: translateX(0);
      }
    }