@font-face {
    font-family: "LemonMilk";
    src: url("fonts/LemonMilk.eot?") format("eot"),
        url("fonts/LemonMilk.woff") format("woff"),
        url("fonts/LemonMilk.woff2") format("woff2"),
        url("fonts/LemonMilk.ttf") format("truetype"),
        url("fonts/LemonMilk.svg#LemonMilk") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "LemonMilk light";
    src: url("fonts/LemonMilklight.eot?") format("eot"),
        url("fonts/LemonMilklight.woff") format("woff"),
        url("fonts/LemonMilklight.ttf") format("truetype"),
        url("fonts/fonts/LemonMilklight.svg#LemonMilklight") format("svg");
    font-weight: normal;
    font-style: normal;
}

a img {
    border: none;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul,
form,
blockquote {
    padding: 0;
    margin: 0;
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

html {
    scroll-behavior: smooth;
}

/*.plt-fg {
	position: absolute;
	z-index: 1;
	top: 110px;
	padding: 5vh 10vw;
}*/

img {
    max-width: none !important;
}

.col > img {
    width: 100%;
}

/*.plt-fg>h1 {
	color:white;
	font-size:4em;
}*/

.plt-para1 > video {
    height: calc(100% - 40px);
    width: 100%;
    background: black;
    padding: 80px 0 0 0;
    border-bottom: 5px black solid;
}

@media (max-width: 600px) {
    .plt-para1 > video {
        padding: 0;
    }
}

.plt-para1 > a > div {
    display: table;
    width: 100%;
}

.plt-findoutmore {
    height: 40px;
    display: table-cell;
    vertical-align: middle;
    color: white;
    background: black;
}

ol,
ul {
    padding-right: 0;
}

a {
    text-transform: none !important;
    text-decoration: none !important;
}

.plt-buttonicon {
    font-size: 14px !important;
}

.plt-buttonicon-left {
    font-size: 14px !important;
    margin-right: 5px;
}

.plt-cta {
    margin: 1rem;
}

.plt-cta:hover {
    color: white;
}

.plt-findoutmore > i {
    font-size: 25px !important;
}

p,
a {
    font-family: "Raleway", sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "LemonMilk", sans-serif !important;
}

h5,
h6 {
    font-family: "LemonMilk light", sans-serif !important;
}

.plt-date {
    display: inline;
    text-align: center;
}

p.plt-date {
    vertical-align: top;
}

.plt-inline {
    display: inline;
}

.margin-auto {
    margin: auto !important;
}

.trip-advisor-widget {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    width: 160px;
}

.trip-advisor-widget > img {
    width: 100%;
}

.plt-white-text {
    color: white !important;
}

.table-of-contents a.active {
    border-left: none !important;
    font: bold !important;
    color: white !important;
}

.table-of-contents a:hover {
    border-left: none !important;
}

.inverted {
    filter: invert(100%);
}

.vert-align {
    position: relative;
    transform: translateY(-50%);
    top: 50%;
}

section {
    padding: 5vh 10vw 0 10vw !important;
}

.plt-bgwhite {
    background: white;
}

.plt-bggrey {
    background: #efefef;
}

.plt-center {
    text-align: center;
}

.plt-circle {
    border-radius: 50%;
    overflow: hidden;
    border: black solid 6px;
}

.plt-para1 {
    height: 100vh !important;
    position: relative;
}

@media (max-width: 600px) {
    .plt-para1 {
        height: calc(100vh - 80px) !important;
    }
}

.plt-para2 {
    height: 30vh !important;
    width: 100%;
}

/* label color */
.input-field label {
    color: #fff !important;
}

input,
textarea {
    color: #fff !important;
}

/* label focus color */
.input-field input[type="text"]:focus + label {
    color: #4caf50 !important;
}
/* label underline focus color */
.input-field input[type="text"]:focus {
    border-bottom: 1px solid #4caf50 !important;
    box-shadow: 0 1px 0 0 #4caf50 !important;
}

input[type="text"]:not(.browser-default) .input-field textarea:focus + label {
    color: #4caf50 !important;
}

.input-field textarea:focus {
    border-bottom: 1px solid #4caf50 !important;
    box-shadow: 0 1px 0 0 #4caf50 !important;
}

/* icon prefix focus color */
.input-field .prefix.active {
    color: #fff !important;
}

.input-field .helper-text {
    color: white;
}

.plt-abt {
    width: 80%;
    position: relative;
}

.plt-member {
    text-align: center;
}

.plt-memberbio {
    height: calc(calc(80vw / 3) * 0.8);
    display: table;
}

.plt-memberbio > div {
    display: table-cell;
    vertical-align: middle;
}

.plt-fill {
    width: 100%;
}

.plt-socials {
    margin-bottom: 5rem;
}

#recomended-by > section {
    padding-top: 3vh !important;
    padding-bottom: 2vh !important;
}

#te > section {
    padding-bottom: 5vh !important;
}

#covid-19 > section {
    padding-bottom: 5vh !important;
}

.timeline-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
}

.timeline-item {
    display: flex;
    align-items: center;
    padding: 16px;
}

.timeline-item > .timeline-image {
    width: 20%;
}

.timeline-item > .timeline-text {
    padding-left: 32px;
    flex: 1;
}

.plt-timeline {
    margin-bottom: 0 !important;
}

.plt-timeline > .l5 > div {
    opacity: 0;
    transform: translateY(-50%);
    top: 50%;
    position: relative;
}

.plt-timeline > div > div.plt-circle {
    width: 50px;
    height: 50px;
    overflow: hidden;
    margin-top: calc(calc(calc(80vw / 12) - 0.75rem) - 25px);
    margin-left: calc(50% - 25px);
}

.plt-timeline > div > div > img {
    opacity: 0;
}

.plt-timelinelast {
    margin-bottom: calc(calc(calc(80vw / 12) - 0.75rem) - 25px);
}

.plt-timeline > div > div.plt-vl1 {
    height: calc(calc(calc(calc(80vw / 12)) - 0.75rem));
    width: 0px;
    margin-left: calc(50% - 6px);
    margin-bottom: calc(calc(calc(calc(80vw / -12) + 0.75rem)) + 25px);
}

.plt-timeline > div > div.plt-vl2 {
    height: calc(calc(calc(calc(80vw / 12)) - 0.75rem));
    width: 0px;
    margin-left: calc(50% - 6px);
}

.plt-inview > div.plt-timelinecont {
    -webkit-transition: all 0.15s linear 0.15s;
    -moz-transition: all 0.15s linear 0.15s;
    -o-transition: all 0.15s linear 0.15s;
    transition: all 0.15s linear 0.15s;
}

.plt-inview > div.plt-timelineconttop {
    height: calc(calc(calc(80vw / 12) * 2) - 0.75rem);
}

@media (max-width: 1300px) {
    .timeline-grid {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 10px;
    }

    .plt-timeline > div > div.plt-vl1 {
        height: calc(calc(calc(calc(80vw / 12) - 25px) - 0.75rem) + 4vw);
        width: 0px;
        margin-left: calc(50% - 6px);
        margin-bottom: calc(calc(calc(calc(80vw / -12) + 0.75rem)) + 25px);
    }

    .plt-timeline > div > div.plt-vl2 {
        height: calc(calc(calc(calc(80vw / 12) - 25px) - 0.75rem) + 4vw);
        width: 0px;
        margin-left: calc(50% - 6px);
    }

    .plt-inview > div.plt-timelinecont {
        -webkit-transition: all 0.15s linear 0.15s;
        -moz-transition: all 0.15s linear 0.15s;
        -o-transition: all 0.15s linear 0.15s;
        transition: all 0.15s linear 0.15s;
    }
}

@media (max-width: 991px) {
    .timeline-grid {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 10px;
    }

    .plt-timelinehideonsmall {
        display: none !important;
        padding: 0 !important;
    }

    .plt-inview > div.plt-timelinecont {
        -webkit-transition: all 0.15s linear 0.15s;
        -moz-transition: all 0.15s linear 0.15s;
        -o-transition: all 0.15s linear 0.15s;
        transition: all 0.15s linear 0.15s;
    }

    .plt-inview > div.plt-timelineconttop {
        height: calc(calc(calc(80vw / 12) * 4) - 0.75rem);
    }

    .plt-timeline > div > div.plt-circle {
        width: 50px;
        height: 50px;
        overflow: hidden;
        margin-top: calc(calc(calc(80vw / 6) - 0.75rem) - 25px);
        margin-left: calc(50% - 25px);
    }

    .plt-timeline > div > div > img {
        opacity: 0;
    }

    .plt-timelinelast {
        margin-bottom: calc(calc(calc(80vw / 6) - 0.75rem) - 25px);
    }

    .plt-timeline > div > div.plt-vl1 {
        height: calc(calc(calc(calc(80vw / 6) - 25px) - 0.75rem) + 4vw);
        width: 0px;
        margin-left: calc(50% - 6px);
        margin-bottom: calc(calc(calc(80vw / -6) + 0.75rem) + 25px);
    }

    .plt-timeline > div > div.plt-vl2 {
        height: calc(calc(calc(calc(80vw / 6) - 25px) - 0.75rem) + 4vw);
        width: 0px;
        margin-left: calc(50% - 6px);
    }
}

@media (min-width: 991px) {
    .plt-timelinehideonlarge {
        opacity: 0 !important;
    }
}

.plt-inview > div > div {
    opacity: 1 !important;
    margin: 0px;
    vertical-align: middle;
    -webkit-transition: all 0.15s linear 0.15s;
    -moz-transition: all 0.15s linear 0.15s;
    -o-transition: all 0.15s linear 0.15s;
    transition: all 0.15s linear 0.15s;
}

.plt-inview {
    opacity: 1 !important;
    -webkit-transition: all 0.15s linear 0.15s;
    -moz-transition: all 0.15s linear 0.15s;
    -o-transition: all 0.15s linear 0.15s;
    transition: all 0.15s linear 0.15s;
}

.plt-inview > div > div.plt-circle {
    margin: 0 !important;
    width: 100% !important;
    height: fit-content !important;
    height: -moz-fit-content !important;
    overflow: hidden;
    -webkit-transition: all 0.15s linear 0.15s;
    -moz-transition: all 0.15s linear 0.15s;
    -o-transition: all 0.15s linear 0.15s;
    transition: all 0.15s linear 0.15s;
}

.plt-inview > div > div > img {
    opacity: 1 !important;
    -webkit-transition: all 0s linear 0.15s;
    -moz-transition: all 0s linear 0.15s;
    -o-transition: all 0s linear 0.15s;
    transition: all 0s linear 0.15s;
}

.plt-inview > div > div.plt-vl1 {
    top: -1px;
    border: 6px solid black;
    height: 27px;
    width: 0px;
    margin-left: calc(50% - 6px);
    margin-bottom: 0 !important;
    -webkit-transition: all 0.15s linear 0.15s;
    -moz-transition: all 0.15s linear 0.15s;
    -o-transition: all 0.15s linear 0.15s;
    transition: all 0.15s linear 0.15s;
}

@media (max-width: 1300px) {
    .plt-inview > div > div.plt-vl1 {
        top: -1px;
        border: 6px solid black;
        height: 100%;
        z-index: -10;
        position: relative;
        width: 0px;
        margin-left: calc(50% - 6px);
        margin-bottom: 0 !important;
        -webkit-transition: all 0.15s linear 0.15s;
        -moz-transition: all 0.15s linear 0.15s;
        -o-transition: all 0.15s linear 0.15s;
        transition: all 0.15s linear 0.15s;
    }
}
@media (max-width: 650px) {
    .plt-timeline > div > div.plt-vl1 {
        border: 6px solid black;
        height: 100%;
        z-index: -10;
        position: relative;
        width: 0px;
        margin-left: calc(50% - 6px);
        margin-bottom: calc(calc(calc(80vw / -6) + 0.75rem) + 25px);
    }

    .plt-inview > div > div.plt-vl1 {
        top: -1px;
        border: 6px solid black;
        width: 0px;
        height: 100%;
        z-index: -10;
        position: relative;
        margin-left: calc(50% - 6px);
        margin-bottom: 0 !important;
        -webkit-transition: all 0.15s linear 0.15s;
        -moz-transition: all 0.15s linear 0.15s;
        -o-transition: all 0.15s linear 0.15s;
        transition: all 0.15s linear 0.15s;
    }

    .plt-inview > div.plt-timelinecont {
        height: calc(calc(calc(calc(80vw / 12) * 4) - 1.5rem) + 20vh);
        -webkit-transition: all 0.15s linear 0.15s;
        -moz-transition: all 0.15s linear 0.15s;
        -o-transition: all 0.15s linear 0.15s;
        transition: all 0.15s linear 0.15s;
    }
}

@media (max-width: 485px) {
    .plt-timeline > div > div.plt-vl1 {
        border: 6px solid black;
        height: calc(calc(calc(calc(80vw / 6) - 25px) - 0.75rem) + 25vh);
        width: 0px;
        margin-left: calc(50% - 6px);
        margin-bottom: calc(calc(calc(80vw / -6) + 0.75rem) + 25px);
    }

    .plt-timeline > div > div.plt-vl2 {
        border: 6px solid black;
        height: calc(calc(calc(calc(80vw / 12) - 25px) - 0.75rem) + 25vh);
        width: 0px;
        margin-left: calc(50% - 6px);
    }

    .plt-inview > div > div.plt-vl1 {
        top: -1px;
        border: 6px solid black;
        height: calc(25vh + 2px);
        width: 0px;
        margin-left: calc(50% - 6px);
        margin-bottom: 0 !important;
        -webkit-transition: all 0.15s linear 0.15s;
        -moz-transition: all 0.15s linear 0.15s;
        -o-transition: all 0.15s linear 0.15s;
        transition: all 0.15s linear 0.15s;
    }

    .plt-inview > div > div.plt-vl2 {
        border: 6px solid black;
        height: 25vh;
        width: 0px;
        margin-left: calc(50% - 6px);
        margin-bottom: 0 !important;
        -webkit-transition: all 0.15s linear 0.15s;
        -moz-transition: all 0.15s linear 0.15s;
        -o-transition: all 0.15s linear 0.15s;
        transition: all 0.15s linear 0.15s;
    }

    .plt-inview > div.plt-timelinecont {
        height: calc(calc(calc(calc(80vw / 12) * 2) - 0.75rem) + 50vh);
        -webkit-transition: all 0.15s linear 0.15s;
        -moz-transition: all 0.15s linear 0.15s;
        -o-transition: all 0.15s linear 0.15s;
        transition: all 0.15s linear 0.15s;
    }
}

.tab > a {
    text-transform: uppercase !important;
}

.tabs {
    margin-bottom: 20px;
    display: flex !important;
}

.tabs .tab a:hover,
.tabs .tab a.active {
    color: black !important;
}

.tabs .tab a:focus:not(.active) {
    background-color: transparent !important;
}

.tabs .tab a:focus.active {
    background-color: rgba(76, 175, 80, 0.3) !important;
}

.tabs .indicator {
    background-color: rgba(76, 175, 80, 1);
}

.tabs .tab a:not(.active) {
    color: black;
    opacity: 0.4;
}

.plt-pllogo {
    height: calc(100% - 5px);
    padding-bottom: 2px;
}

@media (max-width: 450px) {
    .plt-pllogo {
        height: calc(100% - 19px);
    }
}

.plt-pllogol {
    height: 100px;
    padding-bottom: 10px;
}

.plt-largetext {
    font-size: 1.2rem;
}

.plt-sectitle > h1 {
    color: white;
    line-height: 30vh;
    text-shadow: 0 0 100px #000000;
}

ul.plt-bullet > li {
    font-family: "Raleway", sans-serif !important;
    list-style-type: circle !important;
}

ul.plt-bullet {
    padding-left: 30px !important;
}

.plt-yourclub {
}

.plt-aat {
    font-size: 10vw;
}

.plt-yet {
    font-size: 8vw;
}

.plt-td {
    font-size: 7vw;
}

.plt-te {
    font-size: 10vw;
}

.plt-textmid {
    padding: 8vh 10px !important;
}

.plt-slide > * {
    padding: 0 30px;
}

.plt-leftarrow {
    left: -25px !important;
}

.plt-rightarrow {
    right: -25px !important;
}

.plt-alignright {
    text-align: right;
}

.plt-quoteright {
    height: 20vh;
}

.plt-quoteright > p {
    float: right;
    padding-top: calc(20vh - 2em);
}

.plt-quoteleft {
    height: 20vh;
}

.plt-quoteleft > p {
    float: left;
    top: 0;
}

.plt-quote {
    height: 20vh;
}

.plt-quote > p {
    vertical-align: middle;
    display: table-cell;
}

.plt-quotename > p {
    float: right;
}

.plt-footphone {
    padding: 8px 0 0 8px;
}

.plt-quotecont {
    padding-bottom: 25px;
}

.plt-quotecont > div > div {
    width: 100% !important;
}

@media (min-width: 1300px) {
    .plt-quoteright {
        height: 15vh;
    }

    .plt-quoteright > p {
        float: right;
        padding-top: calc(15vh - 2em);
    }

    .plt-quoteleft {
        height: 15vh;
    }

    .plt-quoteleft > p {
        float: left;
        top: 0;
    }

    .plt-quote {
        height: 15vh;
    }

    .plt-quote > p {
        vertical-align: middle;
        display: table-cell;
    }

    .plt-quotename > p {
        float: right;
    }
}

@media (max-width: 650px) {
    .plt-quoteright {
        height: 25vh;
    }

    .plt-quoteright > p {
        float: right;
        padding-top: calc(25vh - 2em);
    }

    .plt-quoteleft {
        height: 25vh;
    }

    .plt-quote {
        height: 25vh;
    }

    .plt-footphone {
        padding: 0;
    }
}

@media (max-width: 500px) {
    .plt-quoteright {
        height: 50vh;
    }

    .plt-quoteright > p {
        float: right;
        padding-top: calc(50vh - 2em);
    }

    .plt-quoteleft {
        height: 50vh;
    }

    .plt-quote {
        height: 50vh;
    }

    .plt-footphone {
        padding: 0;
    }
    .plt-so > div.l12 > div > div {
        height: 250px;
    }

    .plt-sotext {
        font-size: 6rem;
        line-height: 1.3;
        margin-top: 165px;
    }
}

div.s0.m0.l0 {
    padding: 0 !important;
}

@media only screen and (max-width: 1590px) {
    .plt-textmid {
        padding: 0 10px !important;
    }
}

.plt-flex {
    display: flex;
}

.plt-flex > div {
    flex: 1;
    position: relative;
}

.plt-relative {
    position: relative;
}

.plt-abso {
    position: absolute;
    bottom: 20px;
}

.dropdown-content {
    background-color: #424242;
}

.dropdown-content li > a,
.dropdown-content li > span {
    color: white;
}

.datepicker-date-display {
    background-color: #4caf50;
}

.datepicker-table td {
    color: #424242;
}

.datepicker-table td.is-today {
    color: #4caf50;
}

.datepicker-table td.is-selected {
    color: white;
    background-color: #4caf50;
}

.datepicker-cancel,
.datepicker-clear,
.datepicker-today,
.datepicker-done {
    color: #4caf50;
}

.select-wrapper .caret {
    fill: rgba(255, 255, 255, 1);
}

.switch label input[type="checkbox"]:checked + .lever {
    background-color: #8bd68d;
}

.switch label input[type="checkbox"]:checked + .lever:after {
    background-color: #4caf50;
}

.plt-terms {
    padding-top: 80px;
}

/*NEW SITE*/

/*General*/

.sectionchunky {
    padding: 5vh 17vw 0 17vw !important;
}

@media (max-width: 992px) {
    .sectionchunky {
        padding: 5vh 5vw 0 5vw !important;
    }
}
@media (min-width: 601px) {
    .plt-topsection {
        padding-top: 100px !important;
    }
}

.plt-pagetitle > h1 {
    font-size: 9vw;
}

.plt-pagetitle > h1 > img {
    width: 10vw;
}

.no-pad {
    padding: 0 !important;
}

.no-mar {
    margin: 0 !important;
}

/*The Teams Page*/

.plt-teamlogocont {
    text-align: center;
    margin-bottom: 40px;
}

.plt-teamlogocont a {
    color: #999;
}
.plt-teamlogo {
    -webkit-filter: grayscale(100%) opacity(60%) drop-shadow(0px);
    filter: grayscale(100%) opacity(60%);
    filter: drop-shadow(0px);
    transition: filter 0.2s ease;
    width: 95%;
}

.plt-teamlogo:hover {
    filter: grayscale(0%) opacity(100%);
    filter: drop-shadow(8px 8px 10px);
    -webkit-filter: grayscale(0%) opacity(100%) drop-shadow(8px 8px 10px);
    transition: filter 0.2s ease;
}

@media (max-width: 992px) {
    .plt-teamlogo {
        filter: grayscale(0%) opacity(100%);
        filter: drop-shadow(2px 2px 10px);
        -webkit-filter: grayscale(0%) opacity(100%) drop-shadow(2px 2px 10px);
        transition: filter 0.2s ease;
    }
}

.plt-noteam {
    background: white;
    border: black solid 4px;
    width: 100%;
}

.plt-noteam > a > h3 {
    margin: 1rem;
}

/*Individual team pages*/

.plt-paratextline > div {
    display: table;
    vertical-align: middle;
    height: calc(30vw * 0.66666667);
}

.plt-paratextline > div > p {
    display: table-cell;
    vertical-align: middle;
    padding: 5px 5px 10px 5px;
}

/* Contact Us Page */

.plt-seventy {
    width: 50% !important;
    float: right;
    padding: 5px 0 30px 0;
}

@media (max-width: 992px) {
    .plt-seventy {
        width: 30% !important;
        float: none;
    }
}

.g-recaptcha {
    padding-bottom: 20px;
}

/*Partners section*/
@media (min-width: 992px) {
    #partners {
        height: 7rem;
    }
}

#partners {
    margin: 1rem;
}

#partners .col {
    height: 7rem;
    text-align: center;
}

#partners .col img {
    height: 100%;
    width: auto;
    transform: translateY(-50%);
    top: 50%;
    position: relative;
    height: 70%;
    opacity: 0.6;
    filter: grayscale(1);
    -webkit-transition: all 0.15s ease-in-out 0.15s;
    -moz-transition: all 0.15s ease-in-out 0.15s;
    -o-transition: all 0.15s ease-in-out 0.15s;
    transition: all 0.15s ease-in-out 0.15s;
}

#partners .col img:hover {
    height: 72%;
    opacity: 1;
    filter: grayscale(0);
    -webkit-transition: all 0.1s ease-in-out 0.1s;
    -moz-transition: all 0.1s ease-in-out 0.1s;
    -o-transition: all 0.1s ease-in-out 0.1s;
    transition: all 0.1s ease-in-out 0.1s;
}

@media (max-width: 992px) {
    #partners .col img {
        opacity: 1;
        filter: grayscale(0);
    }
}

.full-height-page {
    flex: 1;
}

/* CONTACT US PAGE */
.contact-us {
    padding-bottom: 0;
}

.contact-us .header {
    font-size: 3rem;
    padding: 34px 0 12px;
}

.contact-us .details-container {
    padding: 16px 0 0 0;
}

.contact-us .details {
    width: 298px;
    margin: auto;
    padding: 14px;
    position: relative;
}

.contact-us .details .icon {
    position: absolute;
    left: -55px;
}

.plt-landing-bg.contact-us {
    background-image: url("../../img/football-close-up.jpg");
}

.request-a-callback-button {
    background-color: #4caf50;
    color: white !important;
    padding: 0.2rem 1rem;
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 2rem;
    right: 2rem;
    border-radius: 0.2rem;
    cursor: pointer;
}

.request-a-callback-button-text {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0.5rem 0rem 0.5rem 1rem;
}

.request-a-callback-button-text h4 {
    color: white;
}

@media (max-width: 601px) {
    .request-a-callback-button {
        top: calc(100% + 5rem);
        left: 50%;
        width: 346px;
        transform: translateX(-50%);
        height: 70px;
    }
}

.recommended-reel {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 1rem;
}

.recommended-reel img {
    opacity: 0.6;
}

.recommended-reel img:hover {
    opacity: 1;
}

.recommended-reel a {
    width: 120px;
}

.recommended-reel a img {
    width: 100%;
}

.plt-trans {
    padding-bottom: 12px !important;
}

#aat > section {
    padding: 5vh 4vw 0 4vw !important;
}

.smaller-padding {
    padding: 0 4px !important;
}

.plt-toursfrom {
    padding: 8px 0 !important;
}
