/*
Theme Name: Flying Malta App
Theme URI: http://flyingmaltaapp.com/
Description: This is a custom child theme for flyingmaltaapp.com.
Author: Neil Sultana & (Ian Galdies, last update: 03-06-2022)
Author URI: https://flyingmaltaapp.com/
Template: onepress
Version: 3.8.4
*/

html{
	scroll-behavior: smooth;
}

body {
	background-color: #222222;

}

::selection{
	background: #f3b201;
}

/* Header */
.site-header{
	background-color: #333333;
}

@media screen and (max-width: 1140px) {
	.site-header{
		line-height: 60px;
	}
}

.page-header.page--cover{
	padding: 2rem 0px;
}

a:not([href]):not([tabindex]), 
a:not([href]):not([tabindex]):hover{
	color: #dda200;
}

a.back-to-top{
	z-index: -99;
}

#nav-toggle span::before, #nav-toggle span, #nav-toggle span::after,
#nav-toggle.nav-is-visible span::before, #nav-toggle.nav-is-visible span::after{
	background-color: #f3b201;
}


@media screen and (min-width: 1140px) {
	.main-navigation .onepress-menu {
		justify-content: center;
		display: flex;
		float: inherit;
	}
}

.onepress-menu a{
	color: rgba(243, 178, 1, 0.73);
	font-size: 1rem;
}

.is-transparent .site-header.no-scroll #nav-toggle span, 
.is-transparent .site-header.no-scroll #nav-toggle span::before, 
.is-transparent .site-header.no-scroll #nav-toggle span::after{
	background-color: #f3b201;
}

@media screen and (min-width: 1140px){
	.is-transparent .no-scroll.site-header .onepress-menu > li > a {
		color: #f3b201;
	}
	.onepress-menu li:hover{
		transition: all 0.1s ease-out;
		border-top: solid 4px #f3b201;
	}
}

.onepress-menu .fa.fa-chevron-down{
	color: #999999;
}

.onepress-menu .nav-toggle-subarrow{
	display: block;
	float: right;
	animation: 1s ease;
	color: #777777;
}

.sub-menu{
	z-index:-1;
}

@media screen and (min-width: 1140px) {
	.onepress-menu ul li a{
		-webkit-animation: slide 0.3s ease;
		-moz-animation: slide 0.3s ease;
		-ms-animation: slide 0.3s ease;
		-o-animation: slide 0.3s ease; 
		animation: slide 0.3s ease;
	}

	.onepress-menu li:hover .nav-toggle-subarrow{
		-webkit-animation: pounce 0.3s ease;
		-moz-animation: pounce 0.3s ease;
		-ms-animation: pounce 0.3s ease;
		-o-animation: pounce 0.3s ease; 
		animation: pounce 0.3s ease;
		animation-direction: alternate;
		animation-iteration-count: 2;
	}
}

#scrollArrow{
	-webkit-animation: pounce 0.7s ease;
	-moz-animation: pounce 0.7s ease;
	-ms-animation: pounce 0.7s ease;
	-o-animation: pounce 0.7s ease; 
	animation: pounce 0.7s ease;
	animation-direction: alternate;
	animation-iteration-count: infinite;
}

#scrollArrow a{
	text-decoration: none;
}

#scrollArrow a:hover{
	color: #ffffff;
}

@keyframes slide{
	0% {line-height: 0px; padding: 0px 18px; }
	100% {line-height: 26px; padding: 8px 18px; }
}

@keyframes pounce{
	0% {transform: translate3d(0px, 0px, 0px); }
	100% {transform: translate3d(0px, 20px, 0px); }
}

.onepress-menu > li:last-child > a {
	padding-right: 17px;
}

.onepress-menu.onepress-menu-mobile a:hover {
	color: #f3b201;
}

.onepress-menu ul{
	border-top: 3px solid #f3b201;
}

@media screen and (max-width: 1140px){
	.site-branding div .has-logo-img, .site-branding div .site-logo-div{
		line-height: 60px;
	}
}

.site-logo-div .custom-logo-link img{
	height: 25px;
	width: auto;
}

.site-logo-div a{
	text-decoration: none;
}

.site-logo-div a:focus{
	color: #777777;
}

.site-logo-div span{
	color: #777777;
}

header#masthead > div > div.site-branding > div > div > a:nth-child(2){
	margin-left: 6px;
}

header#masthead > div > div.site-branding > div > div > a:focus{
	color: #777777;
}

.site-branding .site-logo-div {
	position: absolute;
}

/*Mobile Submenu*/

.onepress-menu.onepress-menu-mobile > li > a, .sub-menu > li > a{
	text-align: center;
	color: #777777;
}

.onepress-menu.onepress-menu-mobile ul li:first-child{
	border-top: 3px solid #f3b201;
}

.onepress-menu.onepress-menu-mobile ul li a{
	-webkit-animation: mobileSlideDown 0.3s ease;
	-moz-animation: mobileSlideDown 0.3s ease;
	-ms-animation: mobileSlideDown 0.3s ease;
	-o-animation: mobileSlideDown 0.3s ease; 
	animation: mobileSlideDown 0.3s ease;
}

@keyframes mobileSlideDown{
	0% {line-height: 0px; padding: 0px 35px; }
	100% {line-height: 20px; padding: 12px 35px; }
}

/*arrow points UP when clicked*/
.onepress-menu-mobile li.nav-toggle-dropdown i{ 
	animation: rotateUP 0.3s ease;
	transform: rotate(-180deg);
}

@keyframes rotateUP{
	0% { transform: rotate(0deg); }
	100% { transform: rotate(-180deg); }
}

/*arrow points DOWN smoothly when clicked*/
.onepress-menu-mobile li i{
	animation: rotateDOWN 0.3s ease;	 
	transform: rotate(0deg);
}

@keyframes rotateDOWN{
	0% { transform: rotate(-180deg); }
	100% { transform: rotate(0deg); }
}

/*Homepage Banner*/
#parallax-hero{
	top: -1px;
}

.hero-content-style1 h4 img{
	max-width: 60%;
} 

#hero .container .hero__content{
	margin-top: 0 !important;
	padding-top: 0;
}

a.btn.btn-default.btn-lg:focus{
	color: #f3b201;
}

.btn-theme-primary:hover{
	background-color: #b78600 !important;
}

.btn.btn-secondary-outline{
	background: #fff !important;
	color: #333 !important;
}

.btn.btn-secondary-outline:hover{
	background: #fff0 !important;
	color: #fff !important;
}

#scrollArrow{
	position: absolute;
	bottom: 5%;
	z-index: 2;
	width: 100%;
	text-align: center;
	color: #f3b201;
	font-size: 4rem;
}

/*Responsive Fixes*/
@media (min-width: 576px){
	.col-lg-4 {
		-webkit-box-flex: 0;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
}

/* The Sections*/
#weather .section-desc{
	margin-top: 0;
}

.section-title-area .section-title{
	font-weight: 800;
}

.section-title-area{
	margin-bottom: 3rem;
}

.section-padding{
	padding: 70px 0px !important;
	padding: 3rem 0px !important;
}

/*Reordering*/
#main{
	display: flex;
	flex-direction: column;
}

/*Reordering Bullys*/
.c-bully{
	display: flex;
	flex-direction: column;
}

#Windy .container{
	display: none;
}

#Windy.onepage-section:before{
	content: none;
}

#windy{
	width: 100%;
	height: 450px;
}

#windy #bottom #progress-bar{
	background-color: #0000;
} 

#windy #logo{
	left: 12px !important;
	top: 16px !important;
	margin: 0px !important;
}

#windy #embed-zoom {
	transform: none !important;
	right: 8px !important;
	top: 52px !important;
}

#windy #embed-zoom .zoom-ctrl{
	line-height: 2.1 !important;
	width: 2.0em !important;
	height: 2.0em !important;
}

#windy #mobile-ovr-select {
	height: 2.4em !important;
	padding: 7.5px 54px 0px 15px !important;
	font-size: 22px !important;
	max-width: 100%;
}

#windy #mobile-ovr-select span{
	font-size: 28px !important;
	top: 1px !important;
	line-height: 1.1;
}

#windy #mobile-ovr-select::before {
	right: -3px !important;
	font-size: 26px !important;
	width: 2.0em !important;
	height: 2.0em !important;
	line-height: 2 !important;
}

#windy #mobile-ovr-select #span{
	font-size: 28px !important;
	top: 3px !important;
}

/* The Crew */
@media screen and (max-width: 600px){
	.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content{
		padding-top: 1rem
	}
	#primary{
		padding-top: 0px;
	}
}

/*Premium Features (news section)*/
.section-news .container .section-content{
	display: none;
}

@media screen and (max-width: 576px){
	.team-members.row .team-member {
		width: 50%;
	}
}

#premiumfeatures #specifier .p-2{
	padding: 0rem 0.5rem !important;
}

#premiumfeatures #specifier .p-2 ul{
	margin-bottom: -10px;
	padding-left: 0;
}

/* Charts */
.section-team .team-member{
	padding: 1rem;
}

/*Carousel Gallery*/
.gallery-carousel{
	margin: 0;
}

.g-zoom-in .g-item .inner-content{
	max-height: 800px;
}

/*Video Lightbox*/
#customLightbox .parallax-bg:before, #customLightbox #parallax-hero .parallax-bg:before{
	background-color: #f0ad4e4a;
}

.section-videolightbox .videolightbox__icon{
	margin-bottom: 80px;
	margin-top: 80px;
}

/* FAQ */
.faq-card-body{
	border-left: solid 2px #f3b201;
	padding-left: 1rem;
	font-weight: 600;
}

.faq-card-body ul li{
	margin: 0;
}

.faq-card-body ul li a{
	color: #777777;
}

.faq-card-body > ul > li{
	margin-left: 0;
}

#faq-accordion .card{
	border: 0;
}

.btn-link.collapsed i.fa-chevron-down{
	animation: rotateDOWN 0.3s ease;
	transform: rotate(0deg);
}

.btn-link i.fa-chevron-down{
	animation: rotateUP 0.3s ease;
	transform: rotate(-180deg);
	color: #f3b201;
	margin-left: 0.5rem;
}

.faq-card-header{
	padding: .75rem 0rem;
	margin-bottom: 0;
}

.faq-card-header button, .faq-card-header button:focus{
	color: #000;
	text-decoration: none;
}

.faq-card-header .btn{
	padding: .5rem 0rem;
	box-shadow: none;
	font-size: 1rem;
	width: 100%;
	text-align: left;
	white-space: normal;
	border-bottom: 1px solid #e9e9e9;
}

@media  screen and (min-width: 750px){
	#faq-accordion .row .col .card .collapse{
		display: block;
	}
	.faq-card-header button:hover{
		color: #777777;
		text-decoration: none;
	}
	.faq-card-header h5 button i{
		display: none;
	}
}

@media  screen and (max-width: 750px){
	.faq-card-header button:hover{
		color: #000;
		text-decoration: none;
	}
	#faq-accordion .row{
		display: block;
	}
	.collapse{
		display: none;
	}
}

.list-group-item{
	border: 0;
}

/* Footer */
.fa-plane{
	transform: rotate(-45deg) !important;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
}

.site-footer .btt a i {	
	animation: 1s ease;
}

.site-footer .btt a:hover i{
	animation: fly 0.7s infinite !important;
	transform: translate3d(6px, -6px, 0px) rotate (-45px)!important;
	animation-direction: alternate !important;
}

.flyNow{
	color: #f3b201;
	animation: fly 0.7s infinite !important;
	transform: translate3d(6px, -6px, 0px) rotate (-45px)!important;
	animation-direction: alternate !important;
}

@keyframes fly{
	0% { transform: translate3d(-4px, 4px, 0px) rotate(-45deg);}
	100% { transform: translate3d(5px, -5px, 4px) roate(-45deg);}
}

@media screen and (max-width: 1140px){
	.site-footer .btt a {
		right: 0;
		left: 0;
		z-index: auto;
	}
}

.site-footer .site-info a:hover {
	text-decoration: none;
	color: #f3b201;
	-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;
}

.footer-widgets{
	background: none;
}

.footer-social a{
	font-size: 30px !important;
}

.sidebar .widget a{
	vertical-align: text-top;	
}

.organisations{
	padding-top: 10px;
}

.organisations a{
	padding: 0 10px;
}

.organisations a svg{
	fill: #ffffffe6;
	transition: all 0.3s ease-in-out;
}

.organisations a svg:hover{
	fill: #f3b201;
	transition: all 0.3s ease-in-out;
}

.organisations a img{
	vertical-align: baseline;
}

.organisations a img:hover{
	filter: sepia(100%) saturate(300%) brightness(100%) hue-rotate(357deg);
}

/*Offline Indicator*/

/*when offline*/
.show-offline{
	transform: translateY(0) !important;
}

/*when online*/
.offline-indicator {
	background-color: #000;
	color: #fff;
	padding: .9rem;
	position: fixed;
	z-index: 9999;
	left: 0;
	bottom: 0;
	width: 100%;
	transform: translateY(100%);
	will-change: transform;
	transition: transform 200ms;
}

.offline-indicator p {
	margin: 0 0 0 0;
	color: #fff;
	font-size: .9rem;
	text-align: center;
}

/*Download Banner*/
.pwaforwp-footer-prompt .pwaforwp-prompt-close:after {
	color: #222222 !important;
	background: none !important;
	font-size: 16px !important;
	background: none !important;
}

/*Scroller*/
/*@media screen and (max-width: 1024px){*/
::-webkit-scrollbar {
	-webkit-appearance: none;
}
::-webkit-scrollbar:vertical {
	width: 2px;
}
::-webkit-scrollbar:horizontal {
	height: 2px;
}
::-webkit-scrollbar-thumb {
	background-color: #f3b201;
	border-radius: 20px;
}
::-webkit-scrollbar-track {

}

/*}*/

/* -----
SVG Icons - svgicons.sparkk.fr
----- */

.svg-icon {
	width: 1em;
	height: 1em;
}

.svg-icon path,
.svg-icon polygon,
.svg-icon rect {
	fill: #f3b201;
}

.svg-icon circle {
	stroke: #f3b201;
	stroke-width: 1;
}

/*Premium Advert*/
#premiumAdvertContent{
	position: fixed;
	width: 100%;
	max-width: 60%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 999;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	font-weight: 400;
	font-family: "Raleway";
	font-size: 0.875rem;
	color: #333;
	line-height: 1.4;
	-webkit-box-direction: normal;
	visibility: visible;
	box-sizing: border-box;
	background: #FFFFFF;
	padding: 0% 0px 0px 0px;
	box-shadow: 0px 0px 0px 6px hsl(0deg 0% 100%);
	-webkit-box-shadow: 0px 0px 0px 6px hsl(0deg 0% 100%);
	border-radius: 8px;
	transition: all 100ms ease-out 0s;
	overflow: hidden;
	text-align: center;
	background-position: center;
	background-size: cover;
	animation-name: premiumContent;
	-webkit-animation-direction: normal;
	animation-direction: normal;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

@-webkit-keyframes premiumContent {
	from {
		opacity: 0;
		-webkit-transform: translate(-50%, -45%);
		transform: translate(-50%, -45%);
	}
	to {
		opacity: 1;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%)
	}
}
@keyframes content {
	from {
		opacity: 0;
		-webkit-transform: translateY(5%);
		transform: translateY(5%);
	}
	to {
		opacity: 1;
		-webkit-transform: translateY(0%);
		transform: translateY(0%);
	}
}

#premiumAdvertContent > a{
	color: #f3b201;
	font-size: 2rem;
	position: fixed;
	top: 0;
	right: 0%;
	background-color: #333333;
}

#premiumAdvertContent > a > i{
	padding: 4px 7px 4px 7px
}

#premiumAdvertContent > div > table > tbody > tr > td > i{
	font-size: 2rem;
}

#premiumAdvertContent > div > table > thead > tr > th{
	font-size: 1.2rem;
}

@media screen and (max-width: 360px)
	#premiumAdvertContent > div > table > thead > tr > th{
		font-size: 1.0rem;
}

.premiumForeground{
	background: #fffffff2;
}

.table, .table thead th, .table td, table tbody tr td{
	border: 0;
}

.table .thead-dark th{
	color: #fff;
	text-align: center;
	background-color: #333333;
	width: 10rem;
}

.table th {
	text-align: center;
	border: 0;
}

#premiumAdvert{
	background-color: #00000080;
	position: fixed;
	z-index: 999;
	height: 100%;
	width: 100%;
	touch-action: none;
}

#premiumAdvertContent > div > table > tbody > tr > th{
	font-weight: 800;
	font-size: 1.2rem;
}

@media screen and (max-width: 1280px){
	#premiumAdvertContent{
		max-width: 80%;
	}
}

@media screen and (max-width: 1024px){
	#premiumAdvertContent{
		max-width: 90%;
		max-height: -webkit-fill-available;
	}

	#premiumAdvertContent > div > table > tbody > tr > th{
		font-size: 0.8rem;	
	}

	#premiumAdvertContent > div > table > thead > tr > th:nth-child(1) > img{
		height: 80px !important;
		margin-top: -50px !important;
	}
}

#premiumAdvertContent > div > table > tbody > tr > td:nth-child(3){
	color: #f3b201;
}

#premiumAdvertContent > div > table > thead > tr > th:nth-child(1) > img{
	position: fixed;
	height: 100px;
	margin-top: -60px;
	right: 71%;
}

#premiumAdvertContent > div > h6{
	color: #929daf;
	text-decoration: none;
	padding: 0 1rem;
}

.swpm-login-widget-form, .swpm-pw-reset-widget-inside{
	text-align: center;
}

/*Join Us*/

#payment-methods i{
	font-weight: 400;
	font-size: 25px;
	margin: 0px 6px;
}

@media screen and (min-width: 768px){
	#payment-buttons{
		padding: 0 30%;
	}
}

.stripe-button-el{
	width: 100%;
}

.wp-block-columns{
	margin-bottom: 0em;
}

figcaption{
	text-align: center;
}

.stripe-button-el{
	box-sizing: inherit;
	overflow: visible;
	touch-action: manipulation;
	font: inherit;
	cursor: pointer;
	border: none;
	display: inline-block;
	color: #FFFFFF;
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height: 1;
	text-align: center;
	border-radius: 2px;
	box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset;
	text-decoration: none;
	font-weight: 600;
	font-size: 13px;
	background: #f3b201 !important;
	margin: 0px;
	position: relative;
	top: 0px;
	padding: 8px 12px 8px !important;
	border-radius: 0px !important;
}

.stripe-button-el:hover{
	opacity: 0.8;
	border: none;
}

.stripe-button-el span{
	text-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	background: #f3b201 !important;
	background-image: none;
	caption-side: bottom;
	visibility: visible !important;
	-webkit-font-smoothing: antialiased;
	user-select: none;
	font: inherit;
	cursor: pointer;
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height: 1;
	text-align: center;
	box-sizing: inherit;
	display: block;
	position: relative;
	height: 100%;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	border-radius: 4px;
}

.customPaypalButton{
	background: #2c2e2f;
	padding: 12px 0 12px calc(50% - 38px);
	-webkit-box-shadow: 0 1px 0 rgb(0 0 0 / 20%);
	-moz-box-shadow: 0 1px 0 rgba(0,0,0,0.2);
	-ms-box-shadow: 0 1px 0 rgba(0,0,0,0.2);
	-o-box-shadow: 0 1px 0 rgba(0,0,0,0.2);
	box-shadow: 0 1px 0 rgb(0 0 0 / 20%);
}

.customPaypalButton:hover{
	opacity: 0.8;
	border: 0;
}

.grecaptcha-badge { visibility: hidden; }

@import url('//netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css');

.accordion-toggle:after {
	font-family: 'FontAwesome';
	content: "\f078";
	float: right;
}

.accordion-opened .accordion-toggle:after {
	content: "\f054";
}


#header-section {
	display: none;
}

#colophon>div.site-info {
	display: none;
}


/* Acceptance Check Box */
#wpcf7-f276-p277-o1>form>div.container>div:nth-child(25)>span>span>span>label>span {
	text-align: center;
	margin: 0 auto;
	display: block;
}

.wpcf7-spinner {

	display: block;
}

/*Flight Plan*/
.flightplan {
	text-align: center;
}

h7 {
	font-size: .7rem;
	text-align: left;
	font-weight: 600;
}



@media screen and (max-width: 1440px) {
	.wpcf7-form {
		margin-left: 0%;
		margin-right: 0%;
	}
}

hr {
	margin-bottom: 4px;
}

#wpcf7-f374-o1>form>div.container>hr:nth-child(2) {
	margin-bottom: 0;
}

.container p {
	margin-bottom: 5px;
}

.row.fplAircraft div p:nth-child(1),
.row.fplInfo div p:nth-child(1),
.row.fplEquipment div p:nth-child(1),
.row.fplRoute div p:nth-child(1),
.row.fplSupp.Info div p:nth-child(1) {
	margin-top: 1rem;
}

label {
	margin-top: 1rem;
}

#RE {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#wpcf7-f374-o1>form>div.container>p:nth-child(4),
#wpcf7-f374-o1>form>div.container>p:nth-child(7),
#wpcf7-f374-o1>form>div.container>p:nth-child(11),
#wpcf7-f374-o1>form>div.container>p:nth-child(14) {
	margin-top: 2rem;
	margin-bottom: 5px;
}

input[type="number"],
input[type="text"],
input[type="date"],
input[type="tel"],
input[type="email"],
select {

	text-align: center;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0.12) inset;
	width: 100%;
	background-color: #f2f2f2;
	color: black;
	-webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.12) inset;
}

#flightplan .wpcf7-form {
	font-size: 1rem;
	font-weight: 400;
}

input[name="NUMBEROFAIRCRAFT"],
input[name="POB"] {
	width: 100%;
}


input[name="DEPTIMEHR"],
input[name="DEPTIMEMIN"],
input[name="EETHR"],
input[name="EETMIN"],
input[name="EnduHR"],
input[name="EnduMIN"] {
	width: 49%;
}

@media screen and (max-width: 980px) {

	input[name="DEPTIMEHR"],
	input[name="DEPTIMEMIN"],
	input[name="EETHR"],
	input[name="EETMIN"],
	input[name="EnduHR"],
	input[name="EnduMIN"] {
		width: 100%;
	}
}


@media screen and (max-width: 980px) {

	input[name="DEPTIMEHR"],
	input[name="DEPTIMEMIN"],
	input[name="EETHR"],
	input[name="EETMIN"] {
		width: 100%;
	}
}

.intl-tel-input {
	width: 100%;
}

.intl-tel-input .country-list .country {
	min-width: 100%;
}


/*iOS Design Fixes*/
#notam input,
#notam select,
#flightplan input,
#flightplan select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

@media screen and (max-width:865px) and (min-width:748px) {

	.row.fplRoute>div:nth-child(1)>p:nth-child(1),
	.row.fplRoute>div:nth-child(2)>p:nth-child(1) {
		padding-bottom: 15px;
	}
}

@media screen and (max-width:747px) and (min-width:575px) {
	.row.fplRoute>div:nth-child(2)>p:nth-child(1) {
		padding-bottom: 15px;
	}
}

@media screen and (max-width:792px) and (min-width:766px) {

	.row.fplRoute>div:nth-child(8)>p:nth-child(1),
	.row.fplRoute>div:nth-child(9)>p:nth-child(1) {
		padding-bottom: 15px;
	}
}

@media screen and (max-width:765px) and (min-width:751px) {

	.row.fplRoute>div:nth-child(7)>p:nth-child(1),
	.row.fplRoute>div:nth-child(8)>p:nth-child(1),
	.row.fplRoute>div:nth-child(9)>p:nth-child(1) {
		padding-bottom: 15px;
	}
}