@charset 'UTF-8';
@import url(animate.css);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(//fonts.cdnfonts.com/css/freehand-blockletter);

@font-face {
  font-family: 'pointlight';
  src:  url('//heading365.com/web/wp-content/plugins/LicensedFonts/webFonts/PointLight/font.woff2') format('woff2'),
        url('//heading365.com/web/wp-content/plugins/LicensedFonts/webFonts/PointLight/font.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
/*
@font-face {
  font-family: 'pointlightextrabold';
  src:  url('../fonts/PointExtraBold.woff2') format('woff2'),
        url('../fonts/PointExtraBold.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}*/

@font-face {
  font-family: 'bebasneue';
  src:  url('../fonts/BebasNeue.woff2') format('woff2'),
        url('../fonts/BebasNeue.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

/*========================================================
                      Main Styles
=========================================================*/

body {
	font-family: "pointlight","PointBlackItalic","Helvetica Neue",Arial,sans-serif;
}

#main-container {
	width: 100%;
	padding: 0px !important;
	min-height: calc(100vh - 150px);
}

hr {
	border-top: 2px solid lightgrey;
}

.title-bar {
	width: 100%;
	background-color: #0A1D3d;
	height: 6em;
	text-align: center;
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "pointlight","PointBlackItalic","Helvetica Neue",Arial,sans-serif;
	font-size: 1.5em;
	margin: 0px;
}

#title-link {
	color: white;
}

#login_btn {
	margin-right: 0px;
	}

.searchloc {
		margin-bottom: 2.5em;
	}

.defaultselect {
	width: 90%;
}

.stretch-text {
	display:inline-block;
	font-size: 1em;
}

.spacing-row-main {
	display: none;
}

.logo-on-image {
	position: absolute;
	left: 3%;
	top: 5%;
	z-index: 1;
	width: 50%;
}

#left-container {
	padding-right: 30px;
}

#res_titlerow {
	display: none;
}

.results_row {
	display: none;
}

.main-right-row {
	margin-top: 1em;
	margin-bottom: 1em;
}

#left-team-col {
	font-size: 1.2em;
}

#msg_container {
	width: 90%; 
	max-width: 90% !important;
	margin-top: 1%;
}

#right-col-text, #left-col-text, #left-col-faq, #left-col-bookings {
	text-align: left;
	color: white;
	padding-right: 55px;
	font-size: 1.2em;
}

#upload-col-text {
	text-align: left;
	color: white;
	padding-left: 2rem;
	padding-top: 2em;
	padding-bottom: 2em;
}

#left-col-text, #left-col-faq, #left-col-bookings {
	padding-right: 10%;
}

#logo-col {
	display: none;
	padding-left: 55px;
	/*display: inline;*/
	}

#menu-logo {
	width: 100%;
	}

#social-col {
	text-align: right;
	padding-right: 55px;
}

#social-list {
	padding-left: 0px;
}

#contact-col {
	padding-top: 0em;
	text-align: right;
	padding-right: 55px;
}

.team-label {
	text-align: left;
	color: white;
	font-size: 1.2em;
	margin-top: 1.2em;
	margin-left: 10%;
	margin-bottom: 1em;
}

.bg-img {
		min-height: 400px;
	}


.team-img {
	margin-left: 10%;
	border-radius: 25px;
	}

#main-img-row {
	padding-bottom: 2em;
	margin-left: 0px;
	margin-right: 0px;
}

#team-right-row {
	width: 100%;
}

td,th {
	padding-right: 25px;
}

.right-container {
	padding-left: 30px;
	padding-right: 30px;
}

@media (min-width: 576px) {
	
	.right-container {
	padding-left: 15px;
	padding-right: 15px;
}
	
	.searchloc {
		margin-bottom: 0em;
	}
	
}

@media (min-width: 2500px) {
	
	.stretch-text {
	 display:inline-block;
	-webkit-transform:scale(1.1,1); /* Safari and Chrome */
	-moz-transform:scale(1.1,1); /* Firefox */
	-ms-transform:scale(1.1,1); /* IE 9 */
	-o-transform:scale(1.1,1); /* Opera */
	transform:scale(1.1,1); /* W3C */
}

}

@media (min-width: 1200px) {
	#logo-col {
	display: inline;
	}
	
	#msg_container {
	width: 80%; 
	max-width: 80% !important;
	margin-top: 1%;
	}
	
	#res_titlerow {
	display: flex;
	}
	
	.results_row {
	display: flex;
	}
	
	.results_row_small {
	display: none;
	}
	
}

@media (min-width: 768px) {
	
	#right-col-text, #left-col-text {
	text-align: right;
	color: white;
	/*padding-right: 5%;*/
	}
	
	#register-col {;
	text-align: left;
	color: white;
	background-color: rgba(127,161,194,1);
	padding-top: 2em;
	padding-left: 2rem;
	}
	
	.main-right-row {
	margin-top: 2em;
	}
	
	#register-container {
	padding-bottom: 2em;
	}
	
	.bg-img {
		min-height: 800px;
	}
	
	.spacing-row-main {
	display: inline;
	height: 4em;
	}
	
	#menu-logo {
	width: 80%;
	}
	
	#contact-col {
	text-align: right;
	}
	
	.title-bar {
	height: 4em;
	font-size: 1.6em;
	}

}

.ui-dialog-titlebar-close {
    	display:none !important;
}


@media (min-width: 992px) {

	.title-bar {
	height: 4em;
	font-size: 2em;
	}

}

/*==================  FMS Showcase  ======================*/

	#coming-soon-text {
	color: #0A1D3D;
	padding-top: 30%;
	transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
	}

	#fms-feature-row-mobile {
	display: none;
	}

	#fms-heading-row {
	background-color: #0A1D3D;
	padding-top: 5em;
	padding-bottom: 10em;
	}

	#fms-fancy-row {
	background-color: #7fa1c2;
	padding-top: 8em;
	padding-bottom: 1em;
	height: 35em;
	}

	#fms-showcase-row {
	background-color: white;
	margin-top: 1em;
	}

	#fms-feature-holder {
	background-image: linear-gradient(to right,#7fa1c2,#cbd9e6);
	height: 100%;
	}

	#fms-feature-middle {
	background-image: linear-gradient(to right,#7fa1c2,#cbd9e6); 
	height: 100%;
	}

	#fms-feature-row {
	height: 500px;
	}

	.fms-feature-list-header{
	color: white;
	width: 50%;
	font-size: 0.3em;
	font-weight: bold;
	font-family: "tahoma","pointlight","PointBlackItalic","Helvetica Neue",Arial,sans-serif;
	line-height: 1.2em;
	position: absolute;
	left: 50%;
	top: 10px;
	padding-top: 5px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	text-align: center;
	}

	.fms-feature-list {
	position: absolute;
	top: 90px;
	width: 80%;
	font-size: 0.3em;
	font-weight: bold;
	font-family: "tahoma","pointlight","PointBlackItalic","Helvetica Neue",Arial,sans-serif;
	line-height: 1.3em;
	padding-left: 5%;
	}

	.fms-feature-spacer {
	height: 2em;
	background-image: linear-gradient(to right,#7fa1c2,#cbd9e6); 
	}

	#fms-offer-row {
	background-color: #efefef;
	display: inline-block;
	padding-top: 1em;
	padding-bottom: 1em;
	text-align: center;
	vertical-align: middle;
	color: black;
	font-size: 2em;
	font-weight: bold;
	font-family: "tahoma","pointlight","PointBlackItalic","Helvetica Neue",Arial,sans-serif;
	width: 100%;
	margin: 0px;
	}

	#fms-tailor-row {
	background-color: white;
	display: inline-block;
	padding-top: 1em;
	padding-bottom: 0.1em;
	text-align: center;
	vertical-align: middle;
	color: black;
	font-size: 2em;
	font-weight: bold;
	font-family: "tahoma","pointlight","PointBlackItalic","Helvetica Neue",Arial,sans-serif;
	width: 100%;
	margin: 0px;
	}

	#fms-req-row {
	background-color: white;
	display: inline-block;
	padding-top: 1em;
	padding-bottom: 0.1em;
	text-align: center;
	vertical-align: middle;
	color: black;
	font-size: 2em;
	font-weight: bold;
	font-family: "tahoma","pointlight","PointBlackItalic","Helvetica Neue",Arial,sans-serif;
	width: 100%;
	margin: 0px;
	margin-bottom: 1em;
	}

	.fms-req-col,.fms-req-col-left {
	text-align: center;
	display: inline-block;
	border-right: 1px solid #7fa1c2;
	}

	.fms-req-col-last {
	text-align: center;
	display: inline-block;
	}

	.fms-req-header {
	font-weight: bold;
	font-size: 1.5em;
	color: #7fa1c2;
	}

	.fms-req-list {
	margin-top: 0.5em;
	font-weight: normal;
	font-size: 1.3em;
	color: black;
	}

	.fms-spacing-row {
	height: 2em;
	}

	.card-text {
	display: inline-block;
		text-align: center;
	width: 80%;
	}

	#fms-dynamic-middle {
	background-image: url('../images/FMS/world_bg.webp');
	background-size: cover;
	background-repeat: no-repeat;
	}

	.fms-feature-col {
	font-family: "tahoma","pointlight","PointBlackItalic","Helvetica Neue",Arial,sans-serif;
	/*background-image: linear-gradient(to right,#7fa1c2,#cbd9e6);
	background-size: cover;*/
	font-size: 3em;
	text-align: left;
	font-weight: bold;
	line-height: 1.3em;
	height: 100%;
	}

	.fms-feature-col-holder {
	background-image: url('../images/FMS/shiny_box.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: 50% 0%;
	height: 100%;
	width: 100%;
	}

	#fms-heading-left {
	font-family: "tahoma","pointlight","PointBlackItalic","Helvetica Neue",Arial,sans-serif;
	font-size: 3.5em;
	text-align: center;
	font-weight: bold;
	line-height: 1.3em;
	}

	#fms-heading-left-sub {
	margin-top: 1em;
	line-height: 1.4em;
	font-size: 0.5em;
	color: white;
	font-weight: bold;
	width: 70%;
	text-align: center;
	display: inline-block;
	}

	#fms-heading-right-sub {
	font-family: "tahoma","pointlight","PointBlackItalic","Helvetica Neue",Arial,sans-serif;
	margin-top: 1em;
	font-size: 0.8em;
	color: white;
	width: 100%;
	text-align: center;
	display: inline-block;
	}

	#fms-heading-right {
	font-size: 2em;
	}

	#fms-fancy-left {
	font-family: "tahoma","pointlight","PointBlackItalic","Helvetica Neue",Arial,sans-serif;
	font-size: 1.4em;
	text-align: center;
	font-weight: bold;
	line-height: 1.3em;
	}

	#fms-fancy-left-sub {
	margin-top: 1em;
	line-height: 1.4em;
	font-size: 0.7em;
	color: black;
	font-weight: normal;
	width: 90%;
	text-align: center;
	display: inline-block;
	}

	#fms-fancy-right-sub {
	font-family: "tahoma","pointlight","PointBlackItalic","Helvetica Neue",Arial,sans-serif;
	margin-top: 1em;
	font-size: 0.6em;
	color: white;
	width: 100%;
	text-align: center;
	display: inline-block;
	}

	#fms-fancy-right {
	font-size: 2em;
	}

	#fms-showcase-left {
	font-family: "tahoma","pointlight","PointBlackItalic","Helvetica Neue",Arial,sans-serif;
	font-size: 1.4em;
	text-align: center;
	font-weight: bold;
	line-height: 1.3em;
	}

	#fms-showcase-right {
	font-family: "tahoma","pointlight","PointBlackItalic","Helvetica Neue",Arial,sans-serif;
	font-size: 1.4em;
	text-align: center;
	font-weight: bold;
	line-height: 1.3em;
	}

	.fms-showcase-header {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	font-size: 0.7em;
	color: black;
	background-image: linear-gradient(to right,#7fa1c2,#cbd9e6);
	font-weight: bold;
	width: 100%;
	text-align: center;
	display: inline-block;
	}

	.fms-showcase-footer {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	font-size: 0.7em;
	color: black;
	background-color: white;
	font-weight: bold;
	width: 100%;
	text-align: center;
	display: inline-block;
	line-height: 1em;
	}

	.fms-showcase-img {
		width: 100%;
	}

	#fms-showcase-header-right {
		background-image: linear-gradient(to left,#7fa1c2,#cbd9e6);
	}

	.reg-input-fms {
		font-size: 0.6em;
		padding-left: 0px; 
		padding-right: 0px;
		border-radius: 10px;
		width: 100%;
	}

	.form-label-fms {
		font-size: 0.6em;
		color: white;
		display: block;
		margin-top: 0em;
		margin-bottom: 0px;
		line-height: 0.2em;
		text-align: left;
	}

	#reg-span-fms {
		margin-left: 3%;
	}

	.main-reg-row-fms {
		margin-top: 1em;
		justify-content: center;
	}

	.reg-button-fms {
		background-color: rgba(127,161,194,1);
		color: black;
		text-align: center;
		font-size: 0.8em;
		line-height: 1.1em;
		margin-top: 0.5em;
		height: 1.4em;
		padding-left: 30px;
		padding-right: 30px;
		border-radius: 0.5rem;
	}

	.fms-exceed-img {
		left: 50%;
		margin-left: -15vw;
		margin-right: -10vw;
		max-width: 100vw;
		position: relative;
		right: 50%;
		bottom: 30%;
		width: 25vw;
	}

	.fms-exceed-img2 {
		left: 50%;
		margin-left: -12vw;
		margin-right: -10vw;
		max-width: 100vw;
		position: relative;
		right: 50%;
		bottom: 30%;
		width: 30vw;
	}

	.prev, .next {
	  cursor: pointer;
	  position: absolute;
	  top: 50%;
	  width: auto;
	  margin-top: -22px;
	  padding: 16px;
	  color: #0A1D3D;
	  font-weight: bold;
	  font-size: 36px;
	  transition: 0.6s ease;
	  border-radius: 0 3px 3px 0;
	  user-select: none;
	}

	.next {
	  right: 0;
	  border-radius: 3px 0 0 3px;
	}

	#fms-card {
	background-image: url('../images/FMS/world_bg.webp');
	background-size: cover;
	background-repeat: no-repeat;
	}

	.fms-feature-order {
	width: 80%;
	position: absolute;
	bottom: 50px;
	left: 50%;
	height: 1em;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	text-align: center;
	}

	.fms-order-img {
	width: 60%;
	border: 1px solid lightgrey;
	border-radius: 10px;
	padding: 10px;
	}

	.fms-order-img2 {
	width: 60%;
	}

	.main-reg-col-fms {
	text-align: left;
	}

@media (max-width: 2200px) {
	
	#coming-soon-text {
	padding-top: 50%;
	}
	
}


@media (max-width: 2000px) {

	#fms-fancy-row {
	height: 30em;
	}
	
	#coming-soon-text {
	padding-top: 50%;
	font-size: 40px;
	transform: translate(-10%, 20%) rotate(-45deg);
	}
	
}

@media (max-width: 1600px) {
	
	#fms-heading-left {
	font-size: 2.4em;
	}
	
	#fms-heading-right-sub {
	font-size: 0.6em;
	}

	#fms-fancy-row {
	height: 23em;
	padding-top: 3em;
	}
}

@media (max-width: 1300px) {
	
	#coming-soon-text {
	padding-top: 50%;
	font-size: 40px;
	transform: translate(-10%, 20%) rotate(-45deg);
	}

	#fms-fancy-row {
	height: 20em;
	padding-top: 2em;
	}
	
	#fms-heading-left {
	font-size: 2.4em;
	}
	
	#fms-heading-right-sub {
	font-size: 0.6em;
	}

}

@media (max-width: 1100px) {
	
	.fms-exceed-img {
	width: 95%;
	left: 65%;
	bottom: 20%;
	}
	
	.fms-showcase-header, #fms-showcase-header-right {
	font-size: 0.8em;
	}
	
	#fms-bottom-spacer, #fms-spacer-bottom2 {
	display: none;
	}
	
	.slideshow-container {
	width: 400px;
	}
	
}

@media (max-width: 900px) {
	
	#coming-soon-text {
	padding-top: 50%;
	font-size: 40px;
	transform: translate(-10%, 30%) rotate(-45deg);
	}
	
	.main-reg-row-fms {
	width: 105%;
	padding-left: 5%;
	margin-right: 0px;
	}
	
	#fms-heading-row {
	padding-bottom: 20px;
	margin-bottom: -1px;
	padding-top: 2em;
	}
	
	#fms-heading-left {
	text-align: left;
	padding-left: 40px;
	padding-right: 40px;
	font-size: 1.8em;
	}
	
	#fms-heading-left-sub, #fms-heading-right-sub {
	text-align: left;
	padding-left: 0px;
	width: 100%;
	margin-top: 0px;
	}
	
	#fms-heading-right-sub {
	padding-left: 22px;
	font-size: 0.5em;
	}
	
	.main-reg-col-fms {
	width: 70%;
	}
	
	.feature-col-left {
	width: 412px;
	margin-left: 0px;
	}
	
	#fms-offer-row {
	font-size: 1.2em;
	padding-top: 1em;
	padding-bottom: 1em;
	}
	
	#fms-tailor-row {
	font-size: 1.2em;
	padding-top: 1em;
	padding-bottom: 1em;
	}
	
	#fms-req-row {
	font-size: 1.2em;
	padding-top: 1em;
	padding-bottom: 1em;
	width: 103%;
	padding-left: 2%;
	}
	
	.reg-input-fms {
	width: 100%;
	}
	
	#fms-bottom-spacer, #fms-spacer-bottom2 {
	display: none;
	}
	
	#fms-showcase-right {
	margin-top: 1em;
	}
	
	.form-label-fms {
	margin-bottom: 5px;
	margin-top: 15px;
	}
	
	.reg-button-fms {
	/*background-color: #0A1D3D;
	color: white;*/
	}
	
	#fms-fancy-left-sub {
	width: 80%;
	text-align: left;
	font-size: 0.6em;
	}
		
	#fms-fancy-left {
	text-align: left;
	padding-left: 5%;
	}
	
	#fms-req-items-row {
	margin-bottom: 2em;
	}
	
	.fms-exceed-img {
	width: 35%;
	left: 77%;
	bottom: 47%;
	}
	
	.fms-req-col {
	padding-left: 5px;
	padding-right: 5px;
	}
	
	.fms-req-col-left {
	padding-left: 20px;
	padding-right: 5px;
	}
	
	.fms-req-col-last {
	padding-left: 5px;
	padding-right: 20px;
	}
	.fms-req-header {
	font-size: 1em;
	}
	
	.fms-req-list {
	font-size: 0.9em;
	}
	
	
	#fms-fancy-left {

	}

	.reg-input-fms {
	width: 80%;
	}


}
	
@media (max-width: 800px) {
	
	.fms-feature-list {
	padding-left: 1%;
	}
	
	#mcdu-img {
	display: none;
	}

}


/* iPad */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {
		
	.fms-exceed-img {
	width: 100%;
	left: 50%;
	bottom: 10%;
	}
}

/* iPad */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) {
		
	.fms-exceed-img {
	width: 100%;
	left: 40%;
	bottom: 15%;
	}
}

@media (max-width: 430px) {

	.main-reg-row-fms {
	width: 105%;
	padding-left: 5%;
	background-color: rgba(127,161,194,1);
	margin-right: 0px;
	}
	
	#fms-heading-row {
	padding-bottom: 0px;
	margin-bottom: -1px;
	}
	
	#fms-heading-left {
	text-align: left;
	padding-left: 40px;
	padding-right: 40px;
	font-size: 1.8em;
	}
	
	#fms-heading-left-sub, #fms-heading-right-sub {
	text-align: left;
	padding-left: 0px;
	width: 100%;
	}
	
	#fms-heading-right-sub {
	padding-left: 22px;
	font-size: 0.5em;
	}
	
	.main-reg-col-fms {
	width: 70%;
	}
	
	.feature-col-left {
	width: 100%;
	margin-left: 0px;
	}
	
	#fms-offer-row {
	font-size: 1.2em;
	padding-top: 1em;
	padding-bottom: 1em;
	}
	
	#fms-tailor-row {
	font-size: 1.2em;
	padding-top: 1em;
	padding-bottom: 1em;
	}
	
	#fms-req-row {
	font-size: 1.2em;
	padding-top: 1em;
	padding-bottom: 1em;
	width: 103%;
	padding-left: 2%;
	}
	
	#fms-feature-row {
	display: none;
	}
	
	.reg-input-fms {
	width: 100%;
	}
	
	.fms-feature-col {
	height: 580px;
	background-image: linear-gradient(to left,#7fa1c2,#cbd9e6);
	padding-top: 0.6em;
	padding-bottom: 1em;
	}
	
	.fms-feature-col-holder {
	background-position: 50% 50%;
	}
	
	#fms-bottom-spacer, #fms-spacer-bottom2 {
	display: none;
	}
	
	#fms-showcase-right {
	margin-top: 1em;
	}
	
	.form-label-fms {
	margin-bottom: 5px;
	margin-top: 15px;
	}
	
	.reg-button-fms {
	background-color: #0A1D3D;
	color: white;
	}
	
	#fms-fancy-left-sub {
	width: 50%;
	text-align: left;
	font-size: 0.6em;
	}
		
	#fms-fancy-left {
	text-align: left;
	padding-left: 5%;
	}
	
	#fms-req-items-row {
	margin-bottom: 2em;
	}
	
	.fms-exceed-img {
	width: 50%;
	left: 65%;
	bottom: 70%;
	}
	
	.fms-req-col {
	padding-left: 5px;
	padding-right: 5px;
	}
	
	.fms-req-col-left {
	padding-left: 20px;
	padding-right: 5px;
	}
	
	.fms-req-col-last {
	padding-left: 5px;
	padding-right: 20px;
	}
	.fms-req-header {
	font-size: 1em;
	}
	
	.fms-req-list {
	font-size: 0.9em;
	}
	
	#fms-feature-row-mobile {
	display: inline;
	background-image: linear-gradient(to left,#7fa1c2,#cbd9e6);
	}
	
	.fms-feature-list-header {
	top: 3.5em;
	font-size: 0.3em;
	}
	
	.fms-feature-list {
	padding-top: 30px;
	font-size: 0.4em;
	padding-left: 10%;
	width: 80%;
	}
	
	.fms-feature-order{
	bottom: 13%;
	width: 70%;
	}
}

.fms-select, .token-select {
	width: 25%; 
	color: #2b2c7c; 
	box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.3);			
	border-radius: 3px;
	font-size: 1.2em;
	background-color: white;
	cursor: pointer;
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}

@media (max-width: 2400px) {
	.token-select {
	width: 55%; 
}
}

@media (max-width: 1600px) {
	.fms-select {
	width: 35%; 
}
	.token-select {
	width: 70%; 
}
	#feature-input {
	width: 70%; 
}
}
	
@media (max-width: 1400px) {
	.fms-select {
	width: 45%; 
}
}
	
@media (max-width: 1000px) {
	.fms-select {
	width: 60%; 
}
}
	
@media (max-width: 400px) {
	.fms-select {
	width: 70%; 
}
	
}


/*==================  Crewlounge  ======================*/



/*==================  Calendar  ======================*/

.fc-today-button {
	
}

.fc-scroller {height:100% !important;}

.fc-past {
    background-color: rgba(233,233,233,1.00);
	cursor: default !important;
}

.fc-bgevent {
    font-size: 1.1em;
	color: black;
	opacity: 0.6 !important;
}

@media (max-width: 900px) {

.fc-today-button, .fc-dayGridMonth-button, .fc-timeGridWeek-button, .fc-timeGridDay-button {
	display: none !important;
}
	
#rem_input {
margin-right: 10px;
width: 90%;
}

}

/*==================  Admin  ======================*/
.request-container {
	background-color: #0A1D3d;
	color: white;
	padding-top: 2em;
	padding-bottom: 2em;
}

.request-row {
	margin: 1em 0px;
}

.request-row-tight {
	margin: 0.1em 0px;
}

.filelink {
	cursor: pointer;
	color: white;
}

.request-col {
	background-color: rgba(239,239,239,1);
	color: black;
	font-size: 1.2em;
	display: flex;
	align-items: center;
	padding: 0.5em 0px;
	justify-content: center;
}

.request-col-border_l {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.request-col-border_r {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.req-button {
	background-color: rgba(163,170,189,1);
	color: #0A1D3d;
	text-align: center;
	font-size: 1.2em;
	padding: 0.1em 5%;
	height: 100%;
	font-weight: bold;
	width: 100%;
}

.invoice-col {
	text-align: center;
	color: black;
	background-color: rgba(127,161,194,1);
	padding: 1em 1%;
	font-size: 1.2em;
	border-right: 1px solid grey;
}

.invoice-button {
	background-color: rgba(163,170,189,1);
	color: #0A1D3d;
	text-align: center;
	font-size: 1.2em;
	padding: 0.1em 1%;
	height: 1.5em;
	font-weight: bold;
	margin-bottom: 1em;
	width: 8rem;
}

.token-button {
	background-color: rgba(163,170,189,1);
	color: #0A1D3d;
	text-align: center;
	font-size: 1.2em;
	padding: 5px;
	height: 2em;
	font-weight: bold;
	margin-bottom: 0em;
	width: 8rem;
}

#contract_yearinput, #in_yearinput, #out_yearinput {
	width: 15%;
}

/*==================  Sim Form  ======================*/

input[type="date"] {
	/*min-height: 2.5rem;*/
}

.sim-select {
	width: 40%; 
	color: #2b2c7c; 
	box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.3);			
	border-radius: 3px;
	font-size: 1.2em;
	background-color: white;
	cursor: pointer;
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}

.timerangeinput {
	height: 2em;
	}

#mybookings_span {
	font-size: 2em;
}

/* ipad 2020 */
@media only screen and (min-width: 820px) and (max-width: 1180px) {
	.sim-select {
		width: 65%; 
		}
	
	.timerangeinput {
		width: 65%; 
		height: 2.5em;
		}
	
	.team-img {
		margin-left: 2%;
		border-radius: 10px;
		width: 100%;
	}
	
	.team-label {
		margin-left: 5%;
	}
	
	.bg-img {
		background-position: 50% 50%;
	}
	
.stretch-text {
	 display:inline-block;
	-webkit-transform:scale(1,1); /* Safari and Chrome */
	-moz-transform:scale(1,1); /* Firefox */
	-ms-transform:scale(1,1); /* IE 9 */
	-o-transform:scale(1,1); /* Opera */
	transform:scale(1,1); /* W3C */
	line-height: 1.2em;
}
}

@media (max-width: 1800px) {
	
	.bg-img {
		background-position: 30% 50%;
	}
}

@media (max-width: 1450px) {
	
	.bg-img {
		background-position: 55% 50%;
	}
	
	#left-col-bookings {
	width: 100%;
	padding-left: 5px;
	padding-right: 0px;
	}
}

@media (max-width: 1050px) {
	
	#mybookings_span{
		font-size: 1.2em;
	}
}

@media (max-width: 820px) {
	
	.bg-img {
		background-position: 50% 50%;
	}
	
	.timerangeinput {
		width: 90%; 
		height: 2.5em;
		}
}

@media (max-width: 900px) and (min-width: 576px) {

.sim-select {
	width: 78%; 
	color: #2b2c7c; 
	box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.3);			
	border-radius: 3px;
	font-size: 1.2em;
	background-color: white;
	cursor: pointer;
	text-align: right;
	}
	
#my_bookings_button {
		margin-right: 20px;
	}
}

/*==================  Reg Form  ======================*/

.reg-input {
	font-size: 1em;
	padding-left: 0px; 
	padding-right: 0px;
	border-radius: 10px;
	width: 100%;
}

.form-label {
	font-size: 1.2em;
	display: block;
	margin-top: 1em;
}

#reg-span {
	margin-left: 3%;
}

.main-reg-row {
	margin-top: 2em;
}

.main-reg-check-row {
	margin-top: 1em;
	font-size: 1.3em;
	padding-left: 20px;
}

.main-reg-check-row-token {
	margin-top: 0.1em;
	font-size: 1.3em;
	padding-left: 0px;
	justify-content: right;
}

.reg-check {
	transform: scale(1.6);
	vertical-align: bottom; 
	margin-right: 10px; 
}

.reg-check-token {
	transform: scale(1.6);
	margin-right: 10px; 
}

.reg-button {
	background-color: #0A1D3d;
	color: white;
	text-align: right;
	font-size: 1.1em;
	line-height: 1.1em;
	margin-top: 2em;
	height: 3em;
}

#pw-row {
	padding-left: 1%;
	margin-top: 2em;
	font-size: 1.2em;
}

.reg-select {
	width: 100%; 
	color: #2b2c7c; 
	box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.3);			
	border-radius: 3px;
	font-size: 1.1em;
	background-color: white;
}

#fbmsg {
width: 100%;
}

#typeinput:focus{height:auto}

@media (min-width: 768px) {

#reg-span {
	margin-left: 1%;
}

}

/*==================  Request Tooltips  ======================*/
.req-tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
  width: 100%;
}

/* Tooltip text */
.req-tooltip .tooltiptext {
  visibility: hidden;
  width: 25%;
  background-color: #555;
  color: #fff;
  font-size: 1.2em;
  text-align: left;
  padding: 5px 10px;
  border-radius: 6px;

  /* Position the tooltip text */
  position: absolute;
  z-index: 9999;
  bottom: 100%;
  left: 10%;
  margin-left: -60px;

  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 0.3s;
}

/* Tooltip arrow */
.req-tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.req-tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
} 

/*==================  FAQ ======================*/
#left-faq-col {
	text-align: left;
	font-size: 2em;
	font-weight: bold;
	padding-top: 50px;
	background-color: rgba(150,150,150,1);
	color: white;
}

#right-faq-col {
	text-align: left;
	font-size: 1.5em;
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: rgba(150,150,150,1);
	color: white;
}

.imprint-col {
	text-align: left;
	font-size: 1.2em;
	padding-top: 25px;
    background-color: rgba(239,239,239,1);
	color: black;
}

.imprint-title-col {
	text-align: center;
	font-size: 1.8em;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #0A1D3d;
	color: white;
}

.imprinthr {
	border-top: 1px solid black;
}

.faq-title {
	font-weight: bold;
}

.faq-text {
	margin-bottom: 1em;
}

#team-spacer-left {
	
}

.imprint-title {
	font-weight: bold;
	margin-bottom: 0.5em;
	font-style: italic;
	font-size: 1.1em;
}

.imprint-text {
	margin-bottom: 0.5em;
}

#faq-spacer {
	display: none;
}

@media (min-width: 576px) {
	
#left-faq-col {
	text-align: left;
	font-size: 2em;
	font-weight: bold;
	padding-top: 50px;
	background-color: rgba(150,150,150,1);
	color: white;
}
	
}

@media (min-width: 768px) {

	#left-faq-col {
		text-align: right;
		font-size: 2em;
		padding-bottom: 50px;
		}

	#faq-spacer {
		display: inline;
	}
	
	.imprint-title-col {
	text-align: right;
	font-size: 1.6em;
	font-weight: bold;
	padding-top: 50px;
	}
}

@media (min-width: 1200px) {
	
	.imprint-title-col {
	text-align: right;
	font-size: 2.5em;
	font-weight: bold;
	padding-top: 50px;
	}
	
	#left-faq-col {
		text-align: right;
		font-size: 2.5em;
		padding-bottom: 50px;
		}
}

/*==================  Navbar  ======================*/

/* FMS TEMPORARY  */
.navbar-toggler {
	display: none;
}


.navbar {
	height: 6em !important;
	font-size: 1em;
	background-color: rgba(224, 224, 224,1);
	padding-left: 0px;
	padding-right: 0px;
}

.navbar-collapse {
  justify-content: center;
}

.navbar-nav {
  text-align: center;
}

.navbar .navbar-nav .nav-link {
    color: black;
    font-size: 1.2em;
}

.navbar .navbar-nav .nav-item {
    text-align: left;
	margin-right: 80px;
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    color: rgba(150,150,150,1) !important;
}

.navbar-brand {
  /*background-color: rgba(239,239,239,1) !important;*/
}

#logo-col {
  /*background-color: rgba(239,239,239,1) !important;*/
}

.checkin-button {
	background-color: #0A1D3d;
	color: white;
	justify-content: center;
	font-size: 1.1em;
	line-height: 1.1em;
	margin-right: 1%;
	height: 4em;
	width: 7em;
}

.readmore-button {
	background-color: rgba(163,170,189,1);
	color: #0A1D3d;
	text-align: center;
	font-size: 1.5em;
	padding: 0.1em 5%;
	height: 2em;
	font-weight: bold;
	margin-bottom: 1em;
	width: 8.5em;
}

.readmore-button-large {
	background-color: rgba(163,170,189,1);
	color: #0A1D3d;
	text-align: center;
	font-size: 1.5em;
	padding: 0.1em 1%;
	height: 2em;
	font-weight: bold;
	margin-bottom: 1em;
	width: 8em;
}
.about-btn {
	
}

#menu_btn_col {
	text-align: right; 
	margin-right: 0px;
	padding-right: 55px;
}

@media (max-width: 1949px) {
	/*#nav_col_middle {
	width: 80%!important;
	min-width: 80% !important;
	}*/
}

@media (max-width: 1500px) {
	/*#nav_col_middle {
	width: 85%!important;
	min-width: 85% !important;
	}*/
	
	#menu_btn_col {
	text-align: center;
	}
	
	#newbooking {
	width: 100%;
	padding: 1px;
	font-size: 1.2em;
	}
}


@media (max-width: 1199px) {
	
#nav_col_middle {
		width: 70%!important;
		min-width: 70% !important;
	}
		
#login_btn {
	width: 100%;
	font-size: 1em;
	margin-right: 0px;
	}
	
#menu_btn_col {
	margin: 0px;
	padding-right: 55px;
	width: 30%;
	text-align: right;
}
	
}

@media (max-width: 576px) {
	
	#rangetimestart, #rangetimeend {
	display: block;
	text-align: right;
	}
	
#nav_col_middle {
		width: 50%!important;
		min-width: 50% !important;
	}
	
	#menu_btn_col {
	margin: 0px;
	padding-right: 55px;
	width: 50%;
	text-align: right;
}
}

/* ipad 2020 */
@media only screen and (min-width: 820px) and (max-width: 1180px) {
	
	.readmore-button {
		width: 7em;
	}
	
	.about-btn {
		
	}
	
	#newbooking {
	width: 100%;
	padding: 1px;
	font-size: 1.3em;
	}
	
	#team-right-row {
		width: 100%;
	}
	
	#fbmsg {
	width: 80%;
	}
	
	.readmore-button-large {
		width: 8.3em;
	}
	
}

@media (max-width: 900px) and (min-width: 576px) {
	
#my_bookings_btn {
	width: 100%;
	font-size: 1.1em;
	}
	
.readmore-button {
		width: 7em;
	}
}

@media (min-width: 576px) {
	
.navbar .navbar-nav .nav-item {
    margin-right: 40px;
	margin-left: 40px;
}
	
}

/*==================  Footer  ======================*/

.main-footer {
	background-color: white;
	color: rgba(100,100,100,1);
	height: 100px;
	display: flex;
	position: relative;
	font-size: 1.2em;
}

.footer-row {
	width: 100%;
	margin: 0px;
	height: 3em;
	position: absolute;
	bottom: 0;
}

.footer-questions {
	font-family: "pointlight","Helvetica Neue",Arial,sans-serif;
	font-weight: bold;
	color: black;
}

#tel-icon {
	width: 15%;
}

@media (min-width: 1200px) {
	
	#tel-icon {
	width: 15%;
	}
	
}

@media (min-width: 900px) {
	
	
}

@media (min-width: 768px) {
	
	.main-footer {
		background-color: white;
		color: rgba(100,100,100,1);
		height: 120px;
		display: flex;
		position: relative;
		font-size: 1.2em;
		}
	
	#tel-icon {
	width: 20%;
	}

}

/*==================  Inline List  ======================*/

.inline-list li a {
    font-size: 22px;
    line-height: 36px;
}
.inline-list li {
  display: inline-block;
}
.inline-list li + li {
  margin-left: 3px;
}
.inline-list a:hover {
  color: #f6c452;
}

/*==================  Social Media  ======================*/

[class*='fa-']:before {
  font-weight: 400;
  font-family: "FontAwesome";
}

.fa-facebook-square {
    color: white;
}
.fa-instagram {
    color: white;
}




