@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(254, 0, 138, 0.57);
  }
  70% {
      -webkit-box-shadow: 0 0 0 15px rgba(204,169,44, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(254, 22, 146, 0.75);
    box-shadow: 0 0 0 0 rgba(254, 0, 138, 0.73);
  }
  70% {
      -moz-box-shadow: 0 0 0 15px rgba(204,169,44, 0);
      box-shadow: 0 0 0 15px rgba(204,169,44, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
      box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}

section.western-review {
    max-width: 1200px;
    margin: auto;
    text-align: center;
}

div#rating svg {
    max-width: 50px;
    display: inline-block;
    width: 100%;
}
a.btnnew-pink img {
    position: relative;
    top: 4px;
    left: -10px;
}
a.btnnew-pink {
    color: white;
    text-decoration: none;
    background-color: #ff0196 !important;
    margin-top: 30px !important;
    display: block;
    max-width: 300px;
    margin: auto;
    text-transform: uppercase;
    margin-bottom: 40px;
    padding: 10px 30px;
    font-size: 34px;
    border-radius: 100px;
}
.form-rev {
    display: none;
}

.half-1 {}

.test-pink {
    margin-bottom: 40px;
}

.copyright a {
    text-decoration: none;
    color: white;
}
.hgroup.terms {
    text-align: center;
}
.hgroup.terms h1 {
    color: #fe0096;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 30px;
}
section.row-default.nonemargin {
    margin-bottom: 40px;
}
section.approval-seal img {
    display: block;
    position: relative;
    top: -30px;
}
.row-inner.white-tmp {
    max-width: 1365px;
    margin: auto;
}
img.mcp-paint.feature-img {
    width: 100%;
}
.text-wrap.centered.nomargin {
    margin-top: 0px !important;
    padding: 20px 0px;
}

.text-wrap.centered ul {
    text-align: left;
    font-size: 21px;
}
img.big-logo {
    width: 240px !important;
    margin-top: -20px;
    display: block;
    position: relative;
    top: -13px;
}
a.btn-white {
    background-color: transparent;
    color: #fff;
    border: 2px solid;
    font-size: 21px;
    padding: 10px;
    border-radius: 7px;
    font-weight: 600;
    text-transform: capitalize;
}
ul#monthmenu li a {
    text-decoration: none;
    color: white;
    background-color: #ff0096;
}
ul#monthmenu li {
    margin: 0px !important;
    padding: 0px;
}
ul#monthmenu li a {
    display: block;
    text-align: center;
    padding: 22px 25px;
}
ul#monthmenu {
    width: 100% !important;
    max-width: inherit !important;
    display: block;
}
ul#monthmenu li {
    margin: 0px !important;
    padding: 0px;
    width: 18%;
    margin-right: 10px !important;
    display: inline-block;
}

ul#monthmenu li:first-of-type {
    outline: 0px solid #fff;
}
ul#monthmenu li {
    margin: 0px !important;
    padding: 0px;
    width: 13%;
    margin-right: 10px !important;
    display: inline-block;
}
a.monthclick.activenew {
    background-color: #24241f !important;
    transition: .4s;
}
li.month6 {
    margin-right: 0px !important;
    padding-right: 0px !important;
}
button.fc-prev-button:before {
    padding-left: 3px;
    content: '';
    background-image: url(https://www.magalufevents.com/images/arrow-white-left.png);
    width: 20px;
    display: inline-block;
    height: 30px;
    background-repeat: no-repeat;
    margin-bottom: -11px;
}
p.small {
    text-align: left;
    display: block;
    width: 100%;
    max-width: 300px;
    min-width: 242px;
    margin-top: 5px;
    font-size: 10px !important;
}
button.fc-next-button:after {
    padding-right: 0px;
    content: '';
    background-image: url(https://www.magalufevents.com/images/arrow-white-right.png);
    width: 20px;
    display: inline-block;
    height: 29px;
    background-repeat: no-repeat;
    margin-bottom: -11px;
    margin-left: 7px;
}
table#sunset-table tr td:nth-of-type(3) {
    background-color: #fe008c;
    padding: 10px 15px;
    border-top: 3px solid #000;
    text-align: center;
    border-left: 3px solid black;
}
.fullscreen-vid {
  cursor: pointer;
  transition: 0.3s;
}
.fullscreen-vid:hover {opacity: 0.7;}

video.vid-magaluf {
    width: 100%;
}
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}
a.blue-rm {
    background-color: #00abd7;
    color: white !important;
    padding: 10px 20px;
    margin-top: 20px;
    display: block;
    width: 100%;
    max-width:fit-content;
    font-weight: 500 !important;
    text-transform: uppercase;
}
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

.modal-content, #caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}
.fc-center h2 {
    color: white;
    font-size: 25px;
    font-weight: 400;
}
th.fc-day-header {
    background-color: #019dca;
    padding: 26px 10px !important;
    border: 10px solid white !important;
    color: white;
    font-size: 21px;
    text-transform: uppercase;
}
td.fc-event-container img {
    height: 98px;
}
div#loading {
    display: none !important;
}
td.fc-event-container a {
    text-decoration: none;
}
td.fc-event-container p {
    text-align: center;
    font-size: 16px;
    padding-bottom: 7px;
    margin: 13px 0px;
    font-size: 14px;
}
td.fc-event-container a.button.pnk-blue-btn:hover {
    background-color: #019dca;
    transition: .4s;
}
td.fc-event-container a.button.pnk-blue-btn {
    width: 100%;
    margin: auto;
    max-width: 300px;
    min-width: 100%;
    text-align: center;
    border-radius: 0px;
    padding-top: 7px;
    padding-bottom: 8px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: -20px !important;
}
.fc-scroller.fc-day-grid-container td {
    border: 10px solid white !important;
}
.calEvents .event {
    border: 1px solid #242421 !important;
    padding: 5px;
    margin: 8px 0;
}
.column.event-tp.four-feature.ult-p .scinner img {
    display: inline-block;
}
.ult-p .scinner h6 {
    max-width: 260px;
}
.ult-p.four-feature h5 {
    color: #fff;
    text-align: left;
    font-size: 29px;
    margin-bottom: 0;
    margin-top: 0;
    font-weight: 500;
    text-transform: uppercase;
}
.fc-toolbar.fc-header-toolbar {
    margin-bottom: 10px !important;
}
.fc-unthemed th, .fc-unthemed td, .fc-unthemed thead, .fc-unthemed tbody, .fc-unthemed .fc-divider, .fc-unthemed .fc-row, .fc-unthemed .fc-content, .fc-unthemed .fc-popover, .fc-unthemed .fc-list-view, .fc-unthemed .fc-list-heading td {
    border-color: white !important;
}
h3.center.small {
    text-transform: uppercase;
    text-decoration: none !important;
    color: #24241f;
    text-align: center;
    font-size: 21px;
    margin: 5px 7px;
}

td.fc-event-container p {
    text-align: center;
    font-size: 16px;
    padding-bottom: 7px;
}
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}
.fc-toolbar.fc-header-toolbar {
    margin-bottom: 1.5em;
    padding: 10px;
    color: white !important;
    background: #242420 !important;
}
.fc-button-primary {
    color: #fff;
    background-color: #242420 !important;
    border-color: #242420 !important;
}
.column.white-party {
    width: 50%;
}
section.upgrade {
    height: 500px;
    margin: auto;
    margin-bottom: 30px;
}

.blue-wrap {
    background-color: #009dca;
    color: white;
    text-align: center;
    text-transform: uppercase;
    padding: 20px 8px;
}
.blue-wrap p {
    font-size: 42px;
    font-weight: 500;
}
.guide-tmp p.centered-p {
    font-size: 25px;
    color: #242422;
    font-weight: inherit;
    text-align: center;
}
.icons-afterparty img {
    object-fit: inherit !important;
    width: initial !important;
    height: 29px !important;
    min-height: 58px !important;
    max-width: inherit !important;
}
.guide-tmp .pnk h1 {
    color: #ff0096;
}
section.events.home.event-new figcaption {
    min-height: 235px;
}
.blue-wrap p {
    font-size: 42px;
    font-weight: 500;
    margin-bottom: 0px;
    margin-top: 0px;
}
figure.event-vote {
    padding: 5px;
    background-color: #f7f7f7;
    display: inline-block;
    margin: 5px 0;
    width: 100%;
}
.column.guides {
    max-width: 1100px;
    margin: 0 auto;
    width: 100%;
}
img.guide-feature {
    width: 100%;
}
img.img-body {
    max-width: 600px;
    width: 100%;
    margin: auto;
    display: block;
}
img.img-graph {
    padding: 0 40px;
}
.guide-tmp h1 {
    color: #00b6e2;
    margin: 25px auto 25px auto;
    font-weight: 600;
    font-size: 39px;
}
.guide-tmp p {
    padding-bottom: 20px;
    color: #000;
    font-size: 29px;
    font-weight: 600;
}
.column.white-party img {
    object-fit: initial;
    height: 100%;
}
img.winner-logo {
    display: block;
    margin: 20px auto;
    max-width: 242px;
}

img.norm {
    margin-top: 7px !important;
    width: 250px !important;
}
.maga-custom .text-sect p {
    max-width: 999px;
    margin: 22px auto;
}
section.events.home.spacing {
    margin-top: 15px;
}
.text-sect h3 {
    text-align: center;
    font-size: 23px;
    max-width: 676px;
    margin: 0 auto;
}
.text-wrap.smaller p {
    font-size: 19px;
    margin-bottom: 7px !important;
    margin-top: 7px !important;
}
h1.blue {
    font-size: 43px;
    line-height: 45px;
}
section.row-default.text-sect p {
    text-align: center;
}
body.maga-custom.template-magaluf-stories-best-event .row-inner.two-col.blue-tmp .column:nth-of-type(2) img {
    object-fit: cover;
    overflow: hidden;
    height: auto;
}
.template-magaluf-stories-best-event figure.one-col {
    width: 100%;
    height: 100%;
}


body.maga-custom.template-magaluf-stories-magaluf-dos-and-donts .row-inner.two-col.blue-tmp .column:nth-of-type(2) img {
    object-fit: cover;
    overflow: hidden;
    height: auto;
}
.template-magaluf-stories-magaluf-dos-and-donts figure.one-col {
    width: 100%;
    height: 100%;
}




.template-magaluf-stories-instagrammable-places figure.one-col img {
    height: 100%;
    width: 100%;
}


body.maga-custom.template-magaluf-stories-instagrammable-places .row-inner.two-col.blue-tmp .column:nth-of-type(2) img {
    object-fit: cover;
    overflow: hidden;
    height: auto;
}
.template-magaluf-stories-best-event figure.one-col {
    width: 100%;
    height: 100%;
}
.template-magaluf-stories-best-event figure.one-col img{
    width: 100%;
    height: 100%;
}



.template-magaluf-stories-magaluf-dos-and-donts figure.one-col {
    width: 100%;
    height: 100%;
}
.template-magaluf-stories-magaluf-dos-and-donts figure.one-col img{
    width: 100%;
    height: 100%;
}



.template-magaluf-stories-instagrammable-places figure.one-col img {
    height: 100%;
    width: 100%;
}


.template-magaluf-stories-essential-info figure.one-col img {
    height: 100%;
    width: 100%;
}
body.maga-custom.template-magaluf-stories-essential-info .row-inner.two-col.blue-tmp .column:nth-of-type(2) img {
    object-fit: cover;
    overflow: hidden;
    height: auto;
}
.template-magaluf-stories-essential-info figure.one-col {
    width: 100%;
    height: 100%;
}
h3.black {
    margin-bottom: -18px !important;
    padding-bottom: 0px !important;
    font-size: 26px !important;
}


.text-wrap.smaller {
    padding-bottom: 20px;
    padding-top: 20px;
}
section.row-default.ev figure.event-vote:hover {
    transition: .4s;
    background-color: #e0e0e0;
}
.value-wrap h4 {
    color: black;
}
figure.event-vote h4 {
    float: left;
    padding: 40.5px 20px;
    max-width: 249px;
    width: 100%;
    display: block;
    vertical-align: middle;
}
.text-wrap p a {
    font-weight: 600;
    text-decoration: none;
    color: black;
}
body {
    margin: 0;
    font-family: 'Roboto', sans-serif;
}
.pulse {
    box-shadow: 0 0 0 rgb(254, 0, 138);
    animation: pulse 1.3s infinite;
}
.text-wrap.centered {
    padding-bottom: 0px;
}
.scinner h6 {
    font-size: 31px;
    margin: 0 auto;
    display: inline-block;
    vertical-align: middle;
    padding: 0 20px;
    max-width: fit-content !important;
    width: 100% !important;
    text-align: left;
}
figure.event-vote {
    padding: 5px;
    background-color: #f7f7f7;
    display: inline-block;
    margin: 5px 0;
    max-width: 554px;
}
section.newest-ev.events a {
    color: black;
}
.ev-inner {
    padding-top: 15px;
}
section.row-default.ev figure.event-vote:hover > .pulse {
  animation: none;
}
.events figure a {
    text-decoration: none !important;
    color: black;
}
a.black-btn {
    color: white !important;
}
.header-inner {
    max-width: 1170px;
    margin: 0 auto;
    padding: 10px 10px;
}
td.cart-qty {
    width: 129px;
}
header {
    overflow: auto;
}
small.help-block {
    position: absolute;
    z-index: 9999;
    background-color: whitesmoke;
}
.col-md-12.payment-type-radio p {
    width: fit-content;
}
.col-md-12.payment-type-radio input {
    display: inline-block;
    width: 17px;
}
img.logo-height {
    width: 200px !important;
    height: auto;
    margin-top: -29px !important;
}
section.events figure {
    vertical-align: top;
}
p.pink.p.black {
    padding-bottom: 20px;
    text-align: left;
    color: #000;
    font-weight: 600;
    font-size: 29px;
}
.text-wrap .pink.p {
    color: #FF01A2;
}
h1.pink.interview {
    color: #FF01A2;
    font-size: 39px;
    text-transform: initial;
    font-weight: 700;
    letter-spacing: 1px;
}
.guide .column.text .text-wrap.centered {
    text-align: center !important;
    max-width: 1220px;
    margin: 0 auto;
    padding-bottom: 0;
}
.guide .column.text .text-wrap.centered p {
    font-size: 29px;
}
.guide p.pink.p.black {
    padding-bottom: 0;
}
section.events figure h4 {
    color: #fff;
    font-size: 22px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    width: 100%;
}
h3.pink.p {
    color: #FF01A2;
    font-size: 60px;
    text-align: center;
}
.hgroup.not-found h1 {
    text-align: center;
    color: #ff0096;
    font-size: 35px;
    text-transform: uppercase;
    padding: 10px;
}
.hgroup.not-found h2 {
    color: black;
    text-align: center;
    padding: 10px;
    font-size: 29px;
    max-width: 1200px;
    margin: auto;
}
section.events figure label {
    font-size: 15px;
    text-align: center;
}
.menu ul li:last-of-type:hover {
    background-color: #00abd7;
    color: white !important;
    transition: .4s;
}
img.blitz.feature-img {
    width: 100%;
}
div#card-button-container .form-group label {
    padding-bottom: 10px;
    padding-top: 10px;
}
div#card-button-container input {
    width: 100%;
    padding: 5px 4px;
    border: 1px solid #eaeaea !important;
}
label.pament-opt img {
    height: 36px;
}
div#papbutton {
    margin: auto;
    margin-bottom: 25px;
    margin-top: -20px;
    float: none;
}
.papbutton-div {
    margin: auto;
    width: 289px;
    float: none;
}
label.pament-opt > input + img {
    cursor: pointer;
    border: 2px solid transparent;
    filter: brightness(0.8) grayscale(0.5) opacity(.7);
    padding: 3px;
}
label.pament-opt {
    display: inline-block;
    padding: 10px;
}
.payment-option {
    max-width: 379px;
    margin: auto;
    margin-top: 30px;
}
.column.cart-custom h4 {
    padding: 10px 20px;
    margin: 0px !important;
    background-color: #242421;
    color: white;
}
.text-wrap.blk p {
    margin: 0 auto;
}
.column.cart-custom .dgm_heading h4 {
    padding: 10px 20px;
    margin: 0px !important;
    background-color: #242421;
    color: white;
}
.col-one-two label {
    padding-bottom: 10px;
}
.column.cart-custom {
    background-color: whitesmoke;
}
tbody#shoppingCartData td {
    text-align: center;
}
input.btn.btn-danger.btn-sm {
    background-color: #242420;
    color: honeydew;
    padding: 4px 6px;
    line-height: 12px;
    padding-bottom: 4px;
    border-radius: 120px;
}
button#paypalbtn {
    border: 0px !important;
    background-color: whitesmoke !important;
}
input.quantity.cartbtn {
    height: 23px;
    padding: 8px;
}
td.cart-qty {
    width: 129px;
}
a.cart_quantity_up {
    color: black !important;
    text-decoration: none;
    padding: 8px 6px;
    line-height: 15px !important;
    font-size: 26px !important;
    height: 20px !important;
    display: inline-block;
}
a.cart_quantity_down {
    color: black !important;
    text-decoration: none;
    padding: 10px;
    line-height: 15px !important;
    font-size: 30px !important;
    height: 20px !important;
    display: inline-block;
}
table.table.table-striped.table-bordered {
    width: 100%;
    padding: 10px;
}
.form-group.col-one-one input {
    width: 85%;
    padding: 5px 4px;
    border: 1px solid #eaeaea !important;
}
section.events.home.event-new {
    margin-top: 32px;
}
.dgm_carttotal {
    padding: 20px;
    background-color: whitesmoke;
    width: 100%;
    max-width: 500px;
    margin-right: 0px !important;
    margin-left: 0px !important;
}
.col-one-one label {
    padding-bottom: 10px;
}
.col-one-one {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}
.but-in:hover {
    transition: .4s;
    background-color: #009dca;
}
p.cart-total {
    text-align: center;
    font-size: 25px;
}
span.cart-tot {
    font-size: 22px;
    text-align: center;
    width: 100%;
    display: block;
    margin-top: 20px;
    font-weight: 800;
        text-transform: uppercase;
}
.col-one-two input {
    padding: 5px 4px !important;
    width: 85% !important;
    border: 1px solid #eaeaea !important;
}
button#stripebtn {
    margin-bottom: 20px;
    background-color: #242421;
    color: white;
    padding: 10px 20px;
    text-transform: uppercase;
}

.billing-details {
    padding: 20px;
    background-color: whitesmoke;
    width: 100%;
    max-width: 500px;
    margin-right: 0px !important;
    margin-left: 0px !important;
}
.cart-message {
    width: 100%;
    text-align: center;
    font-size: 30px;
    padding-bottom: 40px;
}
.cart-message a {
    text-decoration: none;
}
section.order-success {
    text-align: center;
    max-width: 1200px;
    margin: auto;
    margin-bottom: 60px;
}
section.dgm_page_section.ordersuccess h1 {
    text-align: center;
    font-size: 40px;
    color: #ff0096;
}
.col-one-two {
    display: inline-block;
    width: 45%;
    margin-bottom: 20px;
}
med {
    display: block;
    margin-bottom: -11px;
    margin-top: -13px;
    font-size: 18px;
}
section.grey-t-row .row-text .column p {
    margin-top: 0px;
    padding-top: 0px;
    font-size: 27px;
    font-weight: bold;
    margin-bottom: 40px;
}
section.grey-t-row {
    padding: 20px;
    background-color: #e7e8e9;
    padding-top: 1px;
    padding-bottom: 20px;
}
section.grey-t-row .row-text .column {
    width: 49%;
    display: inline-block;
    font-size: 20px !important;
}
section.grey-t-row .row-text .column img {
    height: 99px;
}
section.grey-t-row .row-text .column img.med-img {
    height: 65px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-top: 7px;
}
img.large-img {
    height: 120px !important;
    position: relative;
    top: 15px;
}
section.grey-t-row .row-text .column img {
    margin: 0px 12px;
}
section.grey-t-row .row-text .column img {
    margin: 0px 15px;
}
section.grey-t-row .row-text {
    max-width: 1220px;
    margin: auto;
    width: 100%;
    padding: 0px;
    padding-top: 10px;
}
.warning-box.full{
    background-color: #00a8d3;
    height: 100%;
}
section.grey-t-row .row-text .column p {
    margin-top: 0px;
    padding-top: 0px;
    font-size: 27px;
    font-weight: bold;
    margin-bottom: 40px;
    top: -20px !important;
    position: relative;
}
section.dj-sect.new .column-dj {
    border: 0px !important;
    background-color: #eee !important;
}
.six-col-inner.blue-tp.new {
    margin-top: -20px;
    margin-bottom: 10px;
}
.row-inner.two-col.blue-tmp .text-wrap ul {
    max-width: 600px;
    float: right;
    display: inline-block !important;
    width: 100%;
    margin-top: 2px;
    position: relative;
    left: 20px;
    font-size: 20px;
    font-family: 'Roboto';
    margin-bottom: 20px;
}
.btn-primary {
    background: #ff0096;
    background-image: -webkit-linear-gradient(to bottom left, #e14eca, #ba54f5, #e14eca);
    background-image: -o-linear-gradient(to bottom left, #e14eca, #ba54f5, #e14eca);
    background-image: -moz-linear-gradient(to bottom left, #e14eca, #ba54f5, #e14eca);
    background-image: linear-gradient(to bottom left, #ff0096, #ff0096, #ff0096);
    background-size: 210% 210%;
    background-position: top right;
    background-color: #ff0096;
    transition: all 0.15s ease;
    box-shadow: none;
    color: #ffffff;
}
img.ult-logos {
    max-width: 100%;
}
.cart img {
    top: 4px;
    position: relative;
}
.column.black {
    background-color: black;
}

.cart a {
    text-decoration: none;
    font-size: 19px;
    position: relative;
    top: -4px;
    left: 2px;
}
.cart a {
    color: #ff1c9f;
    text-decoration: none;
}
.cart a:hover {
    color: #009dca;
    transition: .4s;
}
header {
    margin-top: 7px;
}
.accordion {
    background-color: #eee;
    color: #fff;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: center;
    border: none;
    outline: none;
    transition: 0.4s;
    font-size: 22px;
    margin: 5px 0;
}
.accord-wrap button:nth-of-type(odd) {
    background-color: #019dca;
}
.accord-wrap button:nth-of-type(even) {
    background-color: #fe008c;
}
.accordion:after {
    content: '\02795';
    font-size: 13px;
    color: #fff;
    float: right;
    margin-left: 5px;
    text-shadow: 1px 1px 1px #fff;
}
.accord-wrap {
    padding: 0 5%;
}
.active:after {
    content: "\2796";
    color: #fff;
}
section.faq-accord {
    margin: 20px 0;
}
.active, .accordion:hover {
    background-color: #ccc;
}

.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
section.dj-sect:after {
    clear: both;
    content: '';
    display: block;
}
.icons-afterparty .column {
    max-width: 32%;
    display: block;
    width: 100%;
    text-align: center;
    float: left;
}
section.row-default.after-party .column div img {
    display: block;
    width: 100%;
}
section.row-default.after-party .text-wrap {
    padding: 28px;
}
.blue-outer img {
    text-align: center;
    max-width: 50px;
    display: block!important;
    margin: 0 auto;
}
p.fig-sub {
    background-color: #fe008c;
    color: #fff;
    text-align: center;
    font-size: 13px;
    margin: 0;
    padding: 0 0 20px 0;
}
.icons-afterparty div.column {
    margin: 20px 0;
}
.icons-afterparty div.column {
    border-right: 2px solid #fff;
    height: 128px;
    margin-bottom: 0px;
    padding-bottom: 20px;
}
img.banner-img.full-width {
    width: 100%;
    max-width: inherit;
}
.text-wrap.left {
    max-width: 600px;
    width: 100%;
    text-align:left;
}
header ul, header ul li, header li a, .contact p, footer h5, footer p, footer li {
    font-family: 'Roboto', sans-serif;
}
img.full-moon.feature-img {
    width: 100%;
}
.two-col.blue-tmp h2, .two-col.grey-tmp h2, .two-col.blue-tmp h1, .two-col.grey-tmp h1 {
    color: #019dca;
}
.event-tp figure img {
    width: 100%;
    margin-bottom: -4px;
}
table.ultimate-pricing tr td:last-of-type {
    border-left: 1px solid #00a8d3;
}
.warning-box .textwrap {
    display: block;
    width: 100%;
    padding: 0px;
    margin: 0PX !IMPORTANT;
}
.warning-box .textwrap p {
    font-size: 26px;
    padding: 9px 13px;
}
.row-inner.two-col.grey-tmp {
    background-color: #f4f4f4;
}
.fullscreen-vid {
    background: url('/public/uploads/home/video-placeholder.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    min-height: 600px;
}
section.logo-banner.four-col {
    background-color: #000;
}
section.logo-banner.four-col {
    background-color: #000;
    max-width: 100%;
}
.row-inner.two-col {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}
.two-col .column {
    display: flex;
    flex-direction: column;
    flex: 1;
}
.icons-afterparty div.column:last-of-type {
    padding-bottom: 46px;
    border: 0px;
}
.row-inner.two-col.blue-tmp .column:nth-of-type(2) img {
    min-height: 65px;
    object-fit: contain;
    width: 100%;
}
.row-inner.two-col.blue-tmp .column:nth-of-type(2) {
    height: 100%;
}
.icons-afterparty div.column:first-of-type {
    height: 128px;
    margin-bottom: 35px;
    padding-bottom: 44px;
}
section.row-default.ev .two-col .column {
    max-width: 564px;
}
table.ultimate-pricing tr td:nth-of-type(1) {
    text-align: left;
    border-top: 2px solid #00a8d3;
    border-right: 2px solid #00a8d3;
    padding-left: 15px;
    font-weight: 800;
    color:black;
}
section.row-default.ev .row-inner.two-col .column:nth-of-type(2) {
    margin-left: 12px;
}
section.row-default.ev .row-inner.two-col .column:nth-of-type(1) {
    margin-right: 12px;
}
.event-table table tr td:nth-of-type(2) {
    background-color: #fe008c;
}
table#sunset-table tr td:nth-of-type(1) {
    border-top: 3px solid #000;
    border-right: 3px solid #000;
}
table#sunset-table tr td:nth-of-type(2) {
    background-color: #00a8d3;
    border-top: 3px solid #000;
}
table.ultimate-pricing tr td:nth-of-type(2) {
    text-align: center;
    border-top: 2px solid #00a8d3;
    color: black;
}

table.ultimate-pricing td.ult-cost {
    color: white !important;
}
.banner-wrap {
    background-color: #000;
    padding: 0 23px;
}
table#sunset-table tr td:nth-of-type(3) {
    background-color: #fe008c;
}
table#sunset-table tr td.ult-title {
    background-color: #000;
}
.event-table {
    background-color: #000;
    padding: 37px;
}
.ev-ic h5 {
    font-size: 25px;
    color: #fff;
    text-transform: uppercase;
}
.blkinner h6 {
    margin: 0;
    font-size: 16px;
    padding: 10px 0;
}
picture {
    height: 100%;
}
.colradio {
    max-width: 49%;
    width: 100%;
    display: inline;
}
.scinner {
    background-color: #019dca;
    color: #fff;
    padding: 20px;
    position: relative;
    text-align: center;
}
.warning-inner .textwrap {
    max-width: 100%;
    width: 100%;
    display: block;
}
.warning-inner {
    margin: 20px 22px;
    outline: solid #fff;
    padding: 10px 16px;
    padding-right: 30px;
}

.six-col-inner .column {
    display: flex;
    justify-content: space-between;
}
.six-col-inner .column img {
    vertical-align: middle;
    padding: 0 6px;
}
.six-col-inner.blue-tp {
    padding: 25px 0;
}
table#full-moon-table tr td.ult-title {
    background-color: #000;
    color: #fff;
}
table#full-moon-table tr td:nth-of-type(1) {
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    color: #000;
}
.warning-inner img {
    vertical-align: top;
    display: block;
    margin-top: -19px;
    width: 123px;
    margin-right: 0px !important;
}
table#full-moon-table tr:nth-of-type(1) td.ult-title {
    color: #fff;
}
table#full-moon-table tr td:nth-of-type(2) {
    text-align: center;
    border-top: 2px solid #000;
    color: #fff;
}
.warning-inner p {
    color: #fff;
}
.warning-box {
    background-color: #00a8d3;
}
.cautionwrap {
    max-width: 135px;
    float: left;
    width: 100%;
    margin: 65px 0;
    padding: 0 10px;
    margin-bottom: 14px;
}
.rec-by-inner h6 {
    font-size: 24px;
    margin: 0;
    padding: 25px 10px;
    display: inline;
    vertical-align: middle;
}
.rec-by-inner {
    position: relative;
    min-height: 103px;
    max-width: 521px;
    margin: 0 auto;
}
.scinner img {
    max-width: 50px!Important;
    vertical-align: middle;
    margin-right: 10px;
}
section.icon-row .column-icon:nth-of-type(odd) {
    background-color: #00a8d3;
    color: #fff;
}
section.icon-row .column-icon:nth-of-type(even) {
    background-color: #e0eff8;
    color: #00a8d3;
}
.column.four-feature figure {
    display: flex;
    justify-content: normal;
    flex-direction: column;
}
.column.four-feature figure img {
    display: flex;
    flex: 0 1 24%;
}

section.icon-row {
    display: flex;
    justify-content: normal;
    flex-wrap: wrap;
}
.column-icon {
    flex: 1;
    text-align: center;
}
.icon-cont p:last-of-type {
    font-weight: 500;
    max-width: 200px;
    font-size: 18px;
    margin: auto;
    width: 100%;
}
.icon-cont p:first-of-type {
    font-weight: 500;
    font-size: 22px;
    text-transform: uppercase;
}
.icon-cont {
    padding: 50px 10px;
}
.row-inner.two-col.blue-tmp {
    background-color: #dae4ea;
}
section.icon-row .column-icon img {
	height: 45px;
}
img.fm-club {
    overflow: hidden;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.rec-by-inner img {
    vertical-align: middle;
}
.qbinner h5 {
    font-size: 30px;
    margin: 0;
    color: #fff;
    padding: 20px;
    background-color: #019dca;
    font-weight: 500;
    text-transform: uppercase;
}
figure.quickby {
    margin-top: -4px;
}
section.buy-now a {
    text-decoration: none;
}
.blue-outer {
    background-color: #019dca;
    color: #fff;
}
.blue-text-in {
    padding: 6px 44px;
}
.dj-cont p {
    padding: 20px;
}
.dj-cont p {
    padding: 20px;
    text-align: center;
}
.blkinner {
    background-color: #000;
    color: #fff;
    padding: 20px;
}
.blkinner h6 {
    margin: 0;
}
.blkinner {
    background-color: #000;
    color: #fff;
}
section.row-default.ev {
    max-width: 1155px;
    margin: 20px auto;
}
.ev-calender img {
    width: 100%;
}
.ev-inner h4 {
    text-align: center;
    font-size: 46px;
    margin: 0 auto;
}
.ev-inner {
    width: 100%;
    margin: 0 auto;
}
.famous-banner {
    width: 100%;
}
.button-wrap {
    max-width: 490px;
    margin: 0 auto;
}

button.cal-but {
    font-weight: 600;
    text-transform: uppercase;
}
.value-wrap {
    height: 107px;
}
figure.event-vote h4 {
    float: left;
    text-transform: initial;
    width: 100%;
    display: block;
    vertical-align: middle;
}
button.cal-but {
    margin: auto;
    margin-bottom: 51px;
    margin-top: 37px;
    display: block;
}
.ev-ic img {
    width: 125px;
}
.ev-ic h5 {
    font-size: 38px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 20px;
}
.ev-ic {
    position: absolute;
    top: 92px;
    left: 25%;
    text-align: center;
    height: 300px;
    display: block;
}
.ev-inner p {
    max-width: 458px;
    margin: 10px auto;
    text-align: justify;
    font-size: 23px;
}
.ev-inner button {
    padding: 10px;
    margin: 10px 5.5px;
    letter-spacing: 2px;
    font-weight: 600;
}
.ev-inner button {
    background-color: #fe018a;
    border: none;
    color: #fff;
    font-size: 20px;
}
.ev-calender {
    background-color: #01abd7;
    color: #fff;
    position: relative;
}
.two-col .column.eight-feature {
    min-height: 1655px;
}
.column.four-feature figure {
    margin-top: 0px;
}
.ultimate-breakdown table.ultimate-pricing {
    max-width: 600px;
    margin: auto;
    float: none;
}
figure {
    margin: 0;
}
.four-col .logo-inner {
    max-width: 1280px;
    margin: 0 auto;
    width: 100%;
}
.four-col .logo-home {
    max-width: 21%;
    margin: 30px 0;
}
.two-col figcaption {
    font-size: 29px;
    text-align: center;
    text-transform: uppercase;
    line-height: 29px;
    background-color: #ff008D;
    padding: 20px 0 0 0;
    color: #fff;
    font-weight: 600;
    padding-top: 22px !important;
}
.logo-inner div:nth-child(1) {
    text-align: left;
    margin-left: 0px;
    padding-left: 0px;
}
.logo-inner div:nth-child(4) {
    text-align: right;
    margin-right: 0px;
    padding-right: 0px;
}
.left-hed {
    max-width: 50%;
    float: left;
}
.right-hed {
    max-width: 450px;
    float: right;
    width: 100%;
}
.ultimate-breakdown {
    background-color: #00a8d3;
    padding: 37px;
}
td.ult-cost {
    background-color: #fe008c;
    font-size: 22px;
    color: #fff;
    font-weight: 600;
}
table.ultimate-pricing {
    background-color: #fff;
    text-transform: uppercase;
    width: 100%;
    border-spacing: 0;
}
table.ultimate-pricing tr {
    padding: 10px 0;
}
table.ultimate-pricing td {
    font-size: 19px;
    padding: 6px 0;
    font-weight: 600;
}
table.ultimate-pricing tr td:nth-of-type(1) {
    text-align: left;
    border-top: 2px solid #00a8d3;
    border-right: 2px solid #00a8d3;
    padding-left: 15px;
}
table.ultimate-pricing tr td:nth-of-type(2) {
    text-align: center;
    border-top: 2px solid #00a8d3;
}
table.ultimate-pricing tr td.ult-title {
    background-color: #00a8d3;
    padding-left: 0;
    color: #fff;
    font-size: 28px;
    padding: 5px 0;
    font-weight: 600;
}
tr.resort {
    background-color: #d1d2d2;
    color: #fff;
    font-size: 20px;
}
tr.u-price {
    background-color: #fe008b;
    color: #fff;
    font-size: 20px;
}
.menu ul {
    position: relative;
    clear: both;
    padding: 0;
    list-style: none;
    margin: 0;
    display: table-row;
}
.menu ul li {
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
    text-transform: uppercase;
    padding: 4px 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
}
section.fullscreen-bg {
    background: url('/public/uploads/home/home-slider.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 85vh;
}
img.ultimate-b {
    object-fit: cover;
    width: 100%;
}
section.logo-banner {
    max-width: 1170px;
    margin: 0 auto;
    width: 100%;
}
.logo-home {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    text-align: center;
    max-width: 168px;
    width: 100%;
    padding: 0 31px;
}
.menu {
    width: 100%;
    text-align: center;
    clear: both;
    background-color: #ff0096;
    color: #fff;
    max-width: 1170px;
    margin: 0 auto;
}
.menu-out {
    background-color: #ff0096;
    margin-top: 15px;
}
.menu ul li:first-of-type {
    outline: 2px solid #fff;
    margin-top: 13px;
    outline-offset: -11px;
}
.menu ul li:last-of-type {
    background-color: #000;
    padding: 20px 13px;
}
.col-half.contact {
    float: left;
    max-width: 277px;
    width: 100%;
}
.col-half.contact p:nth-of-type(2) {
    margin-bottom: 10px;
}
.col-left {
    max-width: 40%;
}
.col-right {
    max-width: 60%;
}
.col-left, .col-right {
    width: 100%;
    display: inline-block;
    text-align: center;
}
h4 {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 600;
}
.caption {
    background-color: #000;
    color: #fff;
    margin-bottom: 5px;
    margin-right: 4px;
}
.column.eight-feature img {
    width: 100%;
    max-width: 100%;
}
.col-half {
    float: right;
}
.socials {
    max-width: 118px;
    width: 100%;
    float: left;
}
.cart {
    max-width: 133px;
    float: right;
    width: 100%;
    border: 2px solid #ff0096;
    padding: 1px 6px;
    padding-top: 6px;
}
.contact p {
    color: #ff0096;
    font-size: 19px;
    font-weight: 700;
    text-transform: uppercase;
    margin: -3px;
    text-align: center;
}
.column.four-feature figure img {
    width: 100%;
}
.column.four-feature figure img:nth-of-type(2) {
    float: right;
}
span.black-t {
    color: #000;
}
img.custom_logo {
    max-width: 300px;
    width: 100%;
}
footer {
    background-color: #242422;
    color: #fff;
}
.footer-col {
    max-width: 500px;
    clear: both;

}
.ft-lft {
    float: left;
}
.ft-ght {
    max-width: 478px;
    width: 100%;
    display: inline-block;
    padding: 0px 60px;
}
.footer-inner {
    max-width: 1190px;
    margin: 0 auto;
    padding: 10px;
}
footer .payments {
    margin-top: 20px;
}
.payments .half-foot p {
    font-size: 16px;
    padding-right: 10px;
}
h5.foot-sub {
    font-size: 16px;
    margin-bottom: 15px;
}
ul.footer-links a {
    font-family: 'Roboto', sans-serif;
    padding: 5px 0;
    color: white;
    text-decoration: none;
}
.foot-outer {
    padding: 30px 0;
}
ul.footer-links li {
    padding: 5px 0;
}
.payments .half-foot {
    max-width: 260px;
    width: 100%;
    display: inline-block;
}
.payments .half-foot:nth-child(2) {
    max-width: 235px;
}
.footer-third ul {
    list-style: none;
    margin: 10px 20px 0 0px;
    padding: 0;
}
.footer-third {
    max-width: 35%;
    display: inline-block;
}
h2 {
    color: #fe008c;
    font-size: 37px;
    text-transform: uppercase;
    margin-top: 0;
}
.text-wrap {
    padding: 40px;
    line-height: 31px;
}
.text-wrap p {
    margin: 30px 0;
}
.three-col .column {
    max-width: 28%;
    width: 100%;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    margin: 0 auto;
}
.inner-wrap.imgfeat {
    position: relative;
}
.review-totals p {
    display: inline-block;
    padding: 0 10px;
    margin: 10px 0;
}
.row-inner.three-col {
    max-width: 1280px;
    margin: 0 auto;
    padding: 20px 0;
}
 .blue-banner h1 {
     text-transform: uppercase;
 }
span.rev-total {
    font-weight: 600;
}
.blue-banner h4, .blue-banner h1 {
    text-align: center;
    color: #fff;
    background-color: #00a8d3;
    margin: 0;
}
.blue-banner.bl-inv h4 {
    background-color: transparent;
    color: #00a8d3;
}
p.table-txt {
    float: right;
    color: #fff;
}
.ultimate-tt table tr th:first-of-type {
    background-color: #33a8d3;
    color: #fff;
}
.ultimate-tt table th {
    background-color: #f6f6f6;
    padding: 19px 43px;
}
.ultimate-tt table {
    font-size: 25px;
    padding: 15px;
    border-spacing: 8px;
}
.ultimate-tt p:last-of-type {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}
section.blue-banner.bl-inv {
    background-color: transparent;
}
.blue-banner h4 {
    font-size: 25px;
}
.blue-banner h4, section.pink-banner h4, .pink-banner h4, .blue-banner h1, section.pink-banner h1, .pink-banner h1 {
    font-size: 42px;
    padding: 15px 0;
    margin: 0;
}
.row-inner.blue-tmp .ultimate-breakdown tr.resort {
    background-color: #000;
    color: #fff;
    font-size: 23px;
    padding: 6px 0;
}
.row-inner.blue-tmp .ultimate-breakdown tr.resort td {
color: #fff !important;
}
section.events figcaption {
    font-size: 18px;
}
section.events.home figure img {
    height: 186px !important;
}
.row-inner.two-col.blue-tmp .column:nth-of-type(2) img {
    min-height: 50%;
    object-fit: cover;
    width: 100%;
}
.but-in img {
    max-width: 90px;
    margin: 0 21px;
    position: relative;
    top: 5px; 
}
.steps-ultimate .four-inner .column small {
    font-size: 16px !important;
    padding-left: 5px;
}
tr.u-price td {
color:white !important;
}
.but-in {
    background-color: #fe008c;
    max-width: 1170px;
    border-radius: 200px;
    position: relative;
    text-align: center;
    color: #fff;
    font-size: 44px;
    margin: 40px auto;
    padding: 18px 10px;
    font-weight: 500;
    width: 100%;
    padding-bottom: 21px;
}
.home .row-inner.two-col.blue-tmp .column:nth-of-type(2) img {
    min-height: 50%;
    object-fit: cover;
    width: 50%;
}
.row-inner.blue-tmp .ultimate-breakdown tr.u-price {
    background-color: #fe008c;
    color: #fff;
    font-size: 23px;
}
.column.four-feature article figure:nth-of-type(2) img {
    max-width: 100%;
}
.column a.reviews {
    color: #000;
    font-size: 30px;
    text-decoration: none;
}
.column-dj img {
    width: 100%;
    height: 450px;
}
img.small-img {
    height: 42px;
    position: relative;
    top: 45px;
}
.column-dj {
    flex-basis: auto;
}
.icons-afterparty div.column:first-of-type {
    border-right: 2px solid #fff;
    height: 128px;
}
.row-inner.two-col.blue-tmp.photography .column:nth-of-type(1) {
    min-height: 100%;
}
.row-inner.two-col.blue-tmp.photography .column:nth-of-type(1) img {
    object-fit: cover;
    height: 100%;
}
.dj-row .column-dj:nth-of-type(odd){
    background-color: #bce2f8;
    color: #1999c3;
}
.dj-row .column-dj:nth-of-type(even){
    background-color: #009ce8;
    color: #fff;
}
.dj-row {
    display: flex;
    justify-content: space-between;
}

.three-col .column img {
    max-width: 350px;
    margin: 15px auto;
    display: block;
}
p.review-title {
    font-size: 31px;
    margin: 0;
}
section#review-bar {
    background-color: #f6f6f6;
    padding: 20px 0;
}
.article-cont-wrap button {
    background-color: black;
    color: #fff;
    margin-top: -4px;
    padding: 6px 10px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 800;
}
p {
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 1px;
}
.column.eight-feature img {
    width: 100%;
    max-width: 100%;
    margin-bottom: -4px;
}
.figure-wrap {
    display: flex;
    align-self: flex-end;
}
.text-wrap {
    padding: 40px;
    line-height: 31px;
    flex: auto;
}

section.events figure {
    max-width: 273px;
    width: 100%;
    display: inline-block;
    margin: 11px 7px;
    padding: 0px 0 15px 0;
}
.two-col .col button {
    font-weight: 600;
}
section.events figure img {
    width: 100%;
    margin-bottom: -4px;
}
section.events {
    max-width: 1165px;
    margin: 0 auto;
    width: 100%;
}
section.events figure figcaption {
    max-width: inherit;
    padding: 0 10px;
    text-align: center;
    margin: 15px 0 25px 0;
    min-height: 150px;
}
img.gal-banner {
    width: 100%;
}
.four-inner .column {
    flex: 0 1 22%;
    padding: 4px;
    border: 2px solid #33a8d3;
    margin: 0px 10px;
    text-align: center;
    min-height: 330px;
}
section.event-brochure img {
    flex: 1;
    padding: 20% 0;
}
.four-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
p.step-count {
    color: #33a8d3;
    font-size: 30px;
    margin: 10px auto;
    font-weight: 500;
}
.four-col-outer {
    margin: 29px 0;
    display: block;
    clear: both;
    float: UNSET;
    MIN-HEIGHT: 251PX;
}
.four-inner .column small {
    font-size: 10px;
}
.whatsapp-sec img {
    float: left;
}
.cont-wrap {
    float: left;
    padding: 0px 0px 0px 25px;
}
.cont-wrap p {
    font-weight: 500;
}
.cont-wrap a {
    text-decoration: none;
    color: #000;
    font-weight: 300;
}
.whats-wrap {
    max-width: 1130px;
    margin: 0 auto;
}
.column.half {
    width: 50%;
}
.chart-img img {
    display: inline-block;
    width: 83%;
    padding: 15px;
}
.grid-wrap {
    margin-top: 20px;
    margin-bottom: 20px;
}
.grid-wrap img {
    width: 27%;
    padding: 20px;
}

.whatsapp-sec h5 {
    font-size: 39px;
    float: left;
    vertical-align: middle;
    padding: 10px 30px;
    border-right: 15px solid #2ccd49;
    color: #2ccd49;
    margin: 10px 0;
}
.column.guides img.img-body {
    margin-bottom: 20px !important;
}
.column.guides p {
    margin-bottom: 5px;
    margin-top: 5px;
}
.chart-img {
    display: inline-block;
}
.grid-wrap.two-col .chart-img img.chart {
    width: 100% !important;
    max-width: 300px;
}
.grid-wrap .stats {
    display: inline-block;
}
.cont-wrap p:first-of-type {
    margin: 20px 0;
}
.cont-wrap p {
    margin: 0;
}

.whatsapp-sec {
    min-height: 240px;
    position: relative;
}
.column.magazine img {
    object-fit: contain !important;
}
section.faq-accord h2 {
    color: #009dca;
    text-align: center;
    margin-top: 28px;
}
button.blue-rm {
    display: block;
    float: left;
    width: 100%;
    max-width: fit-content;
    background-color: #2f9dca;
    color: #fff;
    font-size: 27px;
    padding: 10px 10px;
    margin-left: 44px;
    margin-top: 20px;
}
section.faq-accord {
    margin: 20px 0;
    margin-bottom: 40px !important;
}
.ultimate-tt table {
    display: block;
    margin: 0 auto;
    max-width: 1400px;
}
button.black-btn {
    background-color: black;
    color: #fff;
}
img.ult-logos {
    object-fit: initial !important;
    height: auto !important;
}
.cont-wrap a {
    font-weight: bold;
    color: #009dca;
}

.ultimate-tt {
    max-width: 1170px;
    margin: auto;
}
section.events.ult figure {
    height: 1140px;
}
button.pnk-blue-btn {
    color: #fff;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}





.col button {
    font-size: 15px;
    padding: 6px 8px;
    border-radius: 4px;
    min-width: 107px;
}

li.pink-li {
    color: #ff00a3;
}
li.black-li {
    color: black;
}
.list-guide {
    font-size: 29px;
    font-weight: 600;
    text-align: left;
    padding-bottom: 0px;
    margin-bottom: 40px;
    font-family: Roboto, Arial;
    color: black;
    line-height: 43px;
}
img.beach-repeat.full-width {
    width: 100%;
    display: block;
    margin: 20px auto;
}
li.blue-li {
    color: #00B6E2;
}
section.events figure h4 {
    color: #fff;
    font-size: 22px;
    text-align: center;
    margin: 0;
    padding: 15px 0;
    font-weight: 500;
}

section.blue-banner, section.pink-banner {
    text-align: center;
    color: #fff;
}
section.blue-banner {
    background-color: #00a8d3;
}
section.pink-banner {
    background-color: #fe018a;
}
.pink-banner h4 {
    text-align: center;
    color: #fff;
    background-color: #fe018a;
    margin: 0;
}
.grid-wrap {
    display: flex;
    justify-content: space-between;
}
.grid-wrap.two-col {
    display: block;
}
.guide-tmp h2 {
    text-align: center;
    margin: 10px 0;
}
ul.pink.ul.black {
    font-size: 29px;
    font-weight: 600;
    margin: 0;
}
.guide-tmp .text-wrap {
    padding-bottom: 0;
}
h3.blue.big {
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
}
p.pink.p.white {
    color: #fff;
    text-align: center;
}
img.img-centre {
    max-width: 600px;
    display: block;
    margin: auto;
}
.row.slider.pink {
    background: #f50796;
}
.grid-wrap.two-col .chart-img {
    max-width: 49%;
    width: 100%;
    padding: 10px;
}
.stats img.chart {
    max-width: 210px;
    width: 100%;
}
img.social-ic {
    max-width: 85px;
    margin-left: 20px;
}
t.pink.p {
    color: #f50796;
}
.socials-three {
    max-width: 349px;
    margin: 0 auto;
    width: 100%;
}
div.pink-banner {
    background-color: #fe018a;
}
section.events figure:nth-of-type(odd) {
    background: #f4e0ec;
}
section.events figure:nth-of-type(odd) h4{
    background-color: #ff0096;
}
section.events figure:nth-of-type(odd) p {
    color: #ff0096;
}
section.events figure:nth-of-type(even) p {
    color: #34abd7;
}
section.events figure p {
    text-align: center;
    font-weight: 500;
}
.coming-soon h1 {
    text-align: center;
    color: #ff0096;
    font-size: 40px;
    margin-top: 100px;
    margin-bottom: 100px;
}
.row-inner.two-col.blue-tmp .text-wrap p {
    max-width: 600px;
    float: right;
    display: inline-block !important;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 11px;
}
.row-inner.two-col.blue-tmp .text-wrap h2, .row-inner.two-col.grey-tmp .text-wrap h2, .row-inner.two-col.blue-tmp .text-wrap h1, .row-inner.two-col.grey-tmp .text-wrap h1  {
    line-height: 48px;
    max-width: 600px;
    float: right;
    display: inline-block !important;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.feature-img {
    margin-bottom: -4px;
}
section.ultimate-bg h2 {
    background-color: #f5058c;
    color: #fff;
    text-align: center;
    padding: 30px 0;
    margin: -4px 0 0 0;
}
section#review-bar .column {
    border-right: 2px solid;
    height: 140px;
    margin-bottom: 20px;
}
.column.text .text-wrap.centered p {
    font-size: 23px;
}
table.ultimate-pricing {
    background-color: #fff;
    text-transform: uppercase;
    width: 100%;
    border-spacing: 0;
    max-width: 600px;
    float: right;
}
.row-inner.blue-tmp figcaption {
    padding: 15px 0 !important;
    background-color: #ff0080;
    margin-top: 0px;
}
.image-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.column.four-feature  .image-wrap img {
    flex: 0 1 50%;
}
.column.text .text-wrap.centered {
    text-align: center !important;
    max-width: 1220px;
    margin: auto;
}
.row-inner.blue-tmp .ultimate-breakdown tr.resort td {
    font-size: 27px;
}
section#four-steps .four-col-outer .column {
    padding: 20px;
    flex: 0 1 19%;
}
section#four-steps .four-col-outer {
    max-width: 1170px;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}
.blkinner h6 {
    margin: 0;
    width: 243px;
}
table#sunset-table tr td:nth-of-type(3) {
    background-color: #fe008c;
    padding: 10px 15px;
    text-align: center;
}
.ult-cost small {
    font-size: 13px;
    padding: 0 0px;
    font-weight: 500;
}
tr.u-price td {
    padding: 20px;
    font-size: 27px;
}
figure.quickby select.form-control {
    display: inline-block;
}
.two-col.blue-tmp h2, .two-col.grey-tmp h2, .two-col.blue-tmp h1, .two-col.grey-tmp h1 {
    color: #019dca;
    font-size: 45px;
}
.column.blue {
    background-color: #00a8d3;
}
.ultimate-breakdown a {
    font-size: 25px;
    max-width: 600px;
    margin: auto;
    background-color: #fe018a;
    color: #fff;
    width: 100%;
    padding: 25px 5px;
    border-radius: 30px;
    font-weight: 600;
    display: inline-block;
    border-color: #4c3d3dba;
    text-align: center;
    text-decoration: none;
    margin-top: 32px;
}
i.fa.fa-arrow-up {
    background-color: #fe018a;
    padding: 4px !important;
    font-size: 18px;
    border-radius: 56px;
    color: #fff;
    text-align: center;
    margin-bottom: 4px;
    display: block;
}
.pos-value {
    margin-left: 5px;
}
section#review-bar .column:nth-child(3) {
    border-right: 0px;
}
section#review-bar .column img:nth-child(1) {
    width: 304px;
    margin-top: 23px;
}
section#review-bar .column {
    padding-right: 26px;
    padding-left: 20px;
}
.one-fourth {
    max-width: 30%;
    width: 100%;
    display: inline-block;
}
img.banner-img {
    max-width: 1170px;
    margin: auto;
    margin-bottom: 30px;
}
.three-fourths {
    max-width: 790px;
    width: 100%;
    display: inline-block;
}
.inner-wrap.imgfeat img {
    height: 255px;
    max-width: 505px;
    width: 100%;
    margin-top: 10px;
}
section.blue-banner {
    width: 100%;
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;
}

section.four-feature {
    max-width: 1170px;
    margin: auto;
}
.four-feature .column.blue-col {
    margin: 0px 16px;
    padding: 20px;
    background-color: #01abd7;
    color: #fff;
}
section.blut-ban {
    margin-top: -4px;
}
.unfit img {
    object-fit: initial !important;
}
img.med-img {
    height: 86px;
    margin-left: -31px;
    margin-right: -37px;
    margin-top: 22px;
}
.filler img {
    min-height: 60% !important;
    height: 800px !important;
    overflow: hidden;
}
.alert.alert-success {
    text-align: center;
    font-size: 23px;
    margin: auto;
    padding: 10px;
    max-width: 1132px;
    width: 100%;
    color: white;
    margin-top: 17px;
    background-color: #252521;
    text-transform: uppercase;
    font-weight: 600;
}
.column-dj {
    width: 25%;
}
section#link-bar .row-inner.three-col .column:nth-child(1) {
    padding-left: 0px;
    margin-left: 0px;
}
.row-inner.two-col.blue-tmp .column img {
    object-fit: cover;
    height: 100%;
}
section#link-bar .row-inner.three-col .column:nth-child(3) {
    padding-left: 0px;
    padding-right: 0px;
    margin-right: 0px;
}
section#link-bar {
    max-width: 1170px;
    margin: auto;
}
#link-bar h5 {
    font-size: 32px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 24px;
}
section#link-bar .row-inner.three-col {
    margin-top: 30px;
    margin-bottom: 30px;
}
.col-sm-12.col-md-6.col-lg-6.img {
    width: 50%;
}
.col-sm-12.col-md-6.col-lg-6.img {
    width: 50%;
    flex: 50%;
}
.col-sm-12.col-md-6.col-lg-6.img.half {
    width: 50%;
    display: flex;
}
.col-sm-12.col-md-6.col-lg-6.img.four img {
    display: flex;
    height: 25.2%;
}
.col-sm-12.col-md-6.col-lg-6.img {
    flex: 51.4%;
}
.col-sm-12.col-md-6.col-lg-6.img.two img {
    height: 51%;
}

section#link-bar .three-col .column img {
    max-width: 400px;
    margin: 0px auto;
    height: 285px;
    width: 100%;
    display: block;
}
a.btn-white {
    color: white;
}
figure.quickby.stag {
    z-index: 9;
    position: relative;
}
a.cal-but {
    margin: auto;
    margin-bottom: 42px;
    margin-top: 47px;
    display: block;
    text-align: center;
    width: 170px;
    background-color: #fe008a;
    padding: 10px 20px;
    color: white;
    text-decoration: none;
    font-size: 20px;
    text-transform: uppercase;
}
section#link-bar .three-col .column img {
    max-width: 400px;
    margin: 0px auto;
    height: 285px;
    width: 100%;
    display: block;
}
.blk-wrap.whte {
    background-color: white;
}
.blk-wrap.whte p {
    padding: 1px !important;
    text-align: center;
    font-size: 40px;
    text-transform: uppercase;
    margin-top: 16px;
    margin-bottom: 17px;
    font-weight: 900;
}
#link-bar button {
    background-color: #fe0094;
    color: #fff;
    border: 0;
    font-size: 21px;
    padding: 10px;
    text-transform: uppercase;
}
#link-bar button {
    background-color: transparent;
    color: #fff;
    border: 2px solid;
    font-size: 21px;
    padding: 10px;
    border-radius: 7px;
    font-weight: 600;
    text-transform: capitalize;
}
#link-bar h5 {
    font-size: 28px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 60px;
}
.approval-seal h5 {
    font-size: 40px;
    margin: 0;
    text-transform: uppercase;
}
.approval-seal p {
    margin: 0;
}
.row-wrap {
    max-width: 1170px;
    margin: 20px auto;
    color: #fff;
    padding: 30px 0;
}
.four-feature .column.blue-col {
    margin: 10px 10px;
    padding: 20px;
    background-color: #01abd7;
    color: #fff;
}
.four-feature .column.blue-col {
    max-width: 272px;
    float: left;
    margin: 0px;
}
.four-feature .column {
    max-width: 507px;
    width: 100%;
    float: left;
}
img.icon-two {
    padding-top: 7px;
}
.col-wrap {
    float: left;
    max-width: 506px;
    margin: 0 auto;
    text-align: center;
    min-height: 579px;
    display: inline-block;
}
img.icon-four {
    padding-top: 4px;
}
button span:nth-child(2) {
    padding: 6px;
    display: block;
    font-size: 20px;
    text-align: left;
    margin-left: 50px !important;
    font-weight: 600;
}
img.icon-ten {
    height: 34px;
}

.column.blue-col span img {
    max-width: 40px;
    float: left;
    margin-left: 10px;
}
.blue-col h4 {
    text-align: center;
    margin-bottom: 0px;
    margin-top: 0px;
}
section.four-feature .inner-wrap.imgfeat img {
    height: 262px;
    max-width: 505px;
    width: 100%;
    margin-top: 0px;
    margin-bottom:24px;
}
.imgfeat button {
    background-color: #fe0096;
    color: #fff;
    font-size: 20px;
    border: 0;
    padding: 6px 10px;
}
.four-feature h5 {
    color: #fff;
    text-align: center;
    font-size: 29px;
    margin-bottom: 22px;
    margin-top: 15px;
    font-weight: 500;
    text-transform: uppercase;
}
section.four-feature .col-wrap {
    float: none;
    max-width: 511px;
    margin: 0px 20px;
    text-align: center;
    min-height: 579px;
    display: inline-block;
}
section.four-feature div.column:nth-of-type(1) {
    float: left;
}
section.four-feature div.column:nth-of-type(3) {
    float: right;
}
.article-cont-wrap {
    float: left;
    max-width: 471px;
    padding: 10px;
    border: 2px solid #7f7f7f;
    width: 100%;
}

.row-inner.two-col.articles {
    max-width: 1170px;
    margin: auto;
}
img.icon-nine {
    margin-top: 3px;
}
.row-inner.two-col.articles .column.text {
    padding-left: 0px;
}
img.icon-eight {
    height: 28px;
    margin-top: 3px;
}
.column.blue-col span img {
    max-width: 40px;
}
img.icon-elevon {
    margin-top: 7px;
}
.four-feature .inner-wrap.imgfeat div {
    position: absolute;
    top: 20%;
    left: 15%;
    max-width: 350px;
    width: 100%;
}
img.icon-twelve {
    height: 30px;
}
.row-inner.three-col .column {
    position: relative;
}
section.four-feature:after {
    content: '';
    clear: both;
}
.three-col div:nth-of-type(3) button {
    background-color: blue;
}

#link-bar button.blue-but {
    background-color: #00a8d3;
}
#link-bar h5 {
    font-size: 28px;
    color: #fff;
    text-transform: uppercase;
}
#link-bar .cont-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
}
section#link-bar p {
    color: #fff;
}
section#link-bar .reviews p {
    color: #000;
    vertical-align: middle;
    position: absolute;
    left: 13%;
    top: 39%;
}
.blue-col h4 {
    text-align: center;
}
.copyright {
    text-align: center;
    padding: 20px 0;
}
.copyright {
    text-align: center;
}

.imgfeat button {
    background-color: #fe0096;
    color: #fff;
    font-size: 20px;
    border: 0;
}
img.icon-one {
    padding-top: 10px;
}
.column.blue-col.two button span:nth-child(2) {
    padding-left: 20px;
}
.column.blue-col button {
    width: 100%;
    max-width: 500px;
    display: block;
    margin: 20px auto;
    padding: 6px 0;
    border: 2px solid #fff;
    background: #01abd7;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    letter-spacing: 1px;
}
section.approval-seal {
    background-color: #01abd7;
}
section.events figure button.pnk-blue-btn {
    background-color: #ff0096;
    border-radius: 15px;
}
section.events figure:nth-of-type(even) {
    background-color: #e0eff8;
}
section.events figure:nth-of-type(even) h4 {
    background-color: #00abd7;
}
.two-col .col {
    max-width: 50%;
    width: 100%;
    float: left;
    text-align: center;
}

.shop-body-item-side.blue .product-form {
    background-color: black;
    height: 280px;
    padding: 1px 11px;
}
.sunset .shop-body-item-side.blue {
    width: 526px;
    float: right;
    margin-right: 11px;
    margin-top: 10px;
}
.shop-body-item-side.blue p {
    color: white;
}
.shop-body-item-side.blue.product-form {
    background-color: black;
    height: 280px;
    padding: 1px 11px;
    padding-top: 10px;
}
.shop .product-form p{
    color: black;
}
.shop-body-item-side.blue button.form-control.btn.btn-add.submit-button {
    padding: 10px 20px;
    height: 47px;
    text-transform: capitalize;
    font-size: 18px;
    width: 46%;
    margin-right: 18px;
}
.col-sm-12.col-md-3.col-lg-3.topcharts {
    width: 269px;
    float: left;
}
.blue {
    text-align: center;
    color: #00B6E2;
}
.sunset .shop-body-item-side.blue {
    width: 526px;
    float: right;
    margin-right: 11px;
    margin-top: 10px;
}
.shop-body-item-side.blue h2 {
    margin-bottom: 0px;
    margin-top: 25px;
    padding: 15px 10px;
    background-color: #00b6e2;
    color: white;
    font-size: 23px;
    text-align: left;
    padding-left: 20px;
}
.shop-body-item-side.blue label {
    color: white !important;
}
.shop-body-item-side.blue .col-md-12.payment-type-radio {
    width: 320px;
    margin-left: 0px;
}
.shop-body-item-side.blue form#shop-form .form-group {
    height: 150px;
}
form#shop-form {
    margin-top: 0px;
}
button#cartbtn {
    color: #fff;
    background: #019dca;
    font-size: 17px;
    padding: 10px 50px;
    border-radius: 3px;
    border: 0px;
}
button#quickbtn {
    color: #fff;
    background: #fe0096;
    font-size: 17px;
    padding: 10px 50px;
    border-radius: 3px;
    border: 0px;
}
.cart-but {
    width: 100%;
    display: inline-block;
    margin: 15px 0;
}
.col-md-6.half-form input {
    width: 100%;
}
.half-form input#spinner-qnty {
    width: 82%;
    float: none;
    margin: auto;
    text-align: center;
}
.half-form select.form-control {
    width: 100%;
    margin: auto;
    margin-bottom: 11px;
    background-color: white;
    border-radius: 0px;
    padding: 10px !important;
}
.col-md-6.half-form {
    width: 38%;
    display: inline-block;
    margin: 10px;
    margin-top: 0px;
}
figure h3 {
    padding: 10px !important;
    margin: 0px;
}
select.form-control {
    width: 142px;
    margin: auto;
    margin-bottom: 11px;
    background-color: white;
    border-radius: 0px;
    padding: 10px !important;
}
.col-md-12.payment-type-radio p {
    font-size: 11px;
    width: fit-content;
    display: inline-block;
    margin-bottom: 0px;
    text-align: left;
    padding-left: 0px;
}
.shop-body-item-side.blue p {
    color: white; 
}
label.col-md-12.control-label {
    padding-left: 0px;
}
.sunset label.col-md-12.control-label {
    padding-top: 8px;
}
.shop-body-item-side.blue label {
    color: white !important;
}
.product-form .col-md-12 {
    z-index: 99;
}
select.form-control {
    width: 142px;
}
 
input#spinner-qnty {
    width: 100px;
    float: left;
}

.shop-body-item-side.blue button.form-control.btn.btn-quick-buy.submit-button {
    padding: 10px 20px;
    height: 47px;
    text-transform: capitalize;
    font-size: 18px;
    width: 48%;
}
button.form-control.btn.btn-quick-buy.submit-button {
    background-color: #ff01a2;
    color: white;
    width: 120px;
    float: left;
    margin-right: 10px;
}
button.form-control.btn.btn-add.submit-button {
    background-color: #00b7e3;
    color: white;
    width: 52%;
    float: left;
    margin-right: 10px;
}
 
.col-md-12.payment-type-radio {
    font-size: 14px;
    margin-bottom: 20px;
    padding: 0px;
}
.row.slider img {
    width: 100%;
}
section.events.shop {
    margin-bottom: 15px;
}
section.blue-banner.shop {
    margin-top: -4px;
}
section.events.shop figure {
    height: 485px;
}
.col-md-12.payment-type-radio p {
    font-size: 11px;
    width: fit-content;
    display: inline-block;
    margin-bottom: 0px;
    text-align: left;
    padding-left: 6px;
}

.shop-body-item-side.blue .col-md-12.payment-type-radio {
    width: 320px;
    margin-left: 0px;
}
.sunset .col-md-6.half-form label {
    padding-top: 21px;
}

.sunsetbooze .col-md-6.half-form label {
    float: left;
}
.col-md-6.half-form label {
    padding-bottom: 0px;
    margin-bottom: 10px; 
    display: inline-block;
    width: 100%;
}
.pos-value {
    display: inline-block;
    position: relative;
    background-color: #00a8d3;
    width: 50px;
    color: #fff;
    font-size: 27px;
}
button.cal-but {
    margin: auto;
    margin-bottom: 42px;
    margin-top: 47px;
}
.value-wrap h4 {
    max-width: 246px;
    width: 100%;
    font-size: 20px;
    margin: 0 auto;
}
figure.event-vote img {
    float: left;
}
.text-wrap.centered{
    text-align: center;
}

.ev-position {
    padding: 0 40px;
    background-color: #adadad;
    display: inline;
    float: right;
}
.arrow-up {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
section.approval-seal .row-wrap {
    max-width: 1170px;
    margin: 20px auto;
    color: #fff;
    padding: 30px 0;
    padding-bottom: 40px;
    margin-bottom: 40px;
}
.ev-position {
    padding: 0 40px;
    background-color: #adadad;
    display: inline;
    float: right;
    position: relative;
    height: 107px;
}
figure.event-vote img {
    float: left;
    height: 107px;
    width: 89px;
}
.pos-wrap, .pos-value {
    height: 107px;
    float: left;
    position: relative;
}
figure.event-vote {
    padding: 5px;
    background-color: #f7f7f7;
    display: inline-block;
    margin: 5px 0;
}
figure.event-vote h4 {
    float: left;
    width: 100%;
    display: block;
    vertical-align: middle;
}

.arrow-up span {
    color: #fff;
    padding: 0 3px;
}
span.position-value {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.product-form.sunsetbooze .col-md-6.half-form {
    padding: 0px;
    padding-left: 16px;
    margin-bottom: 19px;
    margin-top: -17px;
}
 
.shop-body-item-side.blue .product-form {
    background-color: black;
    height: 280px;
    padding: 1px 11px;
    margin-bottom: 25px !important;  
}
.sunset .shop-body-item-side.blue {
    width: 526px;
    float: right;
    margin-right: 11px;
    margin-top: 10px;
}
.product-form.sunsetbooze {
    height: 335px !important;
}

.sunset label.col-md-12.control-label {
    padding-top: 8px;
}
label.col-md-12.control-label {
    padding-left: 0px;
}
.product-form .col-md-12 {
    z-index: 99;
}
label {
    display: inherit;
    text-align: left;
}
.product-form input[type="radio"] {
    float: left;
}
.product-form p {
    color: white;
    float: left;
}
input[type=number] {
    color: #242422;
    padding-left: 8px;
}
.form-control, output {
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    display: block;
}
nav.menu a {
    color: white;
    text-decoration: none;
}
nav.menu a:hover {
    color: #86def5;
    transition: .4s;
}
.article-cont-wrap p {
    font-size: 16px;
}
.art-pos-value {
    background: grey;
    position: relative;
    float: left;
    padding: 81px 20px;
    color: #fff;
    font-size: 30px;
}

.article-cont-wrap h4 {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 600;
    margin: 0 auto;
}
.up-cont .text-wrap {
    line-height: 45px;
}
a.black-btn {
    
        background-color: black;
    color: #fff;
    text-decoration: none;
}
.two-col .col a {
    font-weight: 600;
}
.col a {
    font-size: 15px;
    padding: 6px 8px;
    min-width: 107px;
    position: relative;
    top: 6px;
    border-radius: 0px;
}
img.banner-img {
    display: block;
    width: 100%;
}
.article-cont-wrap {
    float: left;
    max-width: 455px;
    padding: 10px;
    border: 2px solid #7f7f7f;
}
figure.article-feed {
    margin: 20px 0;
}
.article-cont-wrap .text-wrap {
    max-width: 435px;
    width: 100%;
}
section.events.home {
    margin-bottom: 10px;
}
section.events.home {
    margin-bottom: 30px;
}
section.newest-ev.events {
    margin-top: 10px;
}
.article-cont-wrap .text-wrap {
    padding: 9px;
    line-height: inherit;
}
.article-cont-wrap .text-wrap p {
    margin: 8px 0;
}
.article-cont-wrap h4 {
    color: #fe0096;
}
figure.article-feed img {
    float: left;
    height: 176px;
    padding-right: 10px;
    padding-top: 0px;
}
.column.text {
    padding: 0px 65px;
}
#link-bar .row-inner.three-col {
    display: flex;
    justify-content: space-between;
    max-width: unset;
    margin: unset;
    padding: 0;
}
section.upgrade {
    display: flex;
    justify-content: space-between;
    flex-wrap: column nowrap;

}
section.upgrade picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    justify-content: center;
}
.upgrade picture {
    flex: 1 0 5%;
    height: 100%;
    justify-content: center;
}
.upgrade div.up-cont {
    flex: 1 0 15%;
}
.upgrade div.pink-wrap {
    flex: 1 0 45%;
}

.upgrade ul {
    display: inline-block;
}
.gold {
    color: #e0bd5b;
}
.pink-wrap {
    background: #ff008a;
    color: #fff;
}
.white-b {
    font-weight: 600;
}
.upgrade a {
    background: #50acd6;
}
.up-cont {
    background: #1d1d1b ;
    color: #fff;
}
.up-cont p {
    font-size: 35px;
    margin: 0;
}
a.pnk-blue-btn {
    background-color: #ff0096;
    margin: auto;
    margin-bottom: 20px !important;
    display: block;
    width: 97px;
    color: white !important;
}
.pink-wrap p:first-of-type {
    font-size: 23px;
    font-weight: 400;
    margin: 0;
}
.pink-wrap ul {
    font-size: 22px;
    font-weight: 200;
}
h1.coming-soon {
    margin: auto;
    margin-bottom: 31px;
    text-align: center;
    color: #fe00a2;
    font-size: 40px;
}
.pink-wrap .text-wrap p {
    margin: 10px 0;
}
.upgrade a {
    background: #50acd6;
    display: block;
    color: #fff;
    font-size: 25px;
    padding: 15px 74px;
    font-weight: 500;
    border-radius: 7px;
    border: transparent;
    text-decoration: none;
    max-width: 160px;
}
a.pnk-blue-btn {
    border-radius: 16px;
    width: 89px !important;
    display: block;
    min-width: inherit;
    padding-bottom: 7px;
    margin-top: -6px;
    margin-left: 7px;
}
.row-inner.two-col.blue-tmp.summerhypebanner {
    background-color: #ec0c8c;
    color: white;
}
.row-inner.two-col.blue-tmp.summerhypebanner h2 {
    color: white;
}
p.hashtagsmall {
    padding-top: 0px;
    margin-top: -11px !important;
}
/***
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  { 
    .cont-wrap {
    float: left;
    padding: 0px 0px 0px 14px;
}
.text-wrap.left {
    max-width: 427px;
    width: 100%;
    text-align: left;
}
.ft-ght {
    max-width: 454px;
    width: 100%;
    display: inline-block;
    padding: 0px 0px;
    padding-left: 25px;
}
section.events figure {
    max-width: 324px;
    width: 100%;
    display: inline-block;
    margin: 11px 7px;
    padding: 0px 0 15px 0;
}
.text-wrap {
    max-width: 427px;
    width: 100%;
    text-align: left;
}
    .but-in {
    background-color: #fe008c;
    max-width: 1000px;
    border-radius: 200px;
    position: relative;
    text-align: center;
    color: #fff;
    font-size: 44px;
    margin: 40px auto;
    padding: 14px 10px;
    font-weight: 500;
    width: 100%;
    padding-bottom: 21px;
}

section.events.shop figure {
    height: 555px;
}
}
}
***/
.row-inner.two-col.blue-tmp.photography .column:nth-of-type(1) {
    min-height: 100%;
    width: 50%;
}
.pink-wrap ul {
    font-size: 21px;
    font-weight: 200;
    max-width: 318px;
    width: 100%;
    padding-left: 26px;
}
.row-inner.two-col.blue-tmp.photography .column:nth-of-type(1) {
    min-height: 100%;
    width: 50% !important;
}
video.vid-magaluf {
    width: 100%;
    height: 100%;
    display: flex;
}
.vid-half-fig {
    min-height: 50%;
    object-fit: cover;
    width: 100%;
    transition: .3s;
}
video.vid-half-fig:hover {
    opacity: 0.3;
}
.vid-half-fig iframe {
    min-height: 50%;
    object-fit: cover;
    width: 100%;
}
.row-inner.two-col .column {
    width: 50% !important;
}
.rec-by-inner img {
    vertical-align: middle;
    width: 252px;
}
.inner-wrap.imgfeat img {
    padding-bottom: 2px;
}
.ultimate-breakdown .text-wrap {
    display: inline-block;
}
.home .ultimate-breakdown a {
    margin: auto;
    float: none !important;
    display: block;
    margin-top: 35px;
}
section.whatsapp-sec {
    margin-top: 35px;
}
.article-cont-wrap .text-wrap {
    padding: 9px;
    line-height: inherit;
    padding-bottom: 8px;
}
.cont-wrap {
    float: left;
    padding: 0px 0px 0px 25px;
    max-width: 642px;
    width: 100%;
}
/****
.copyright {
    text-align: center;
    font-size: 0.5em;
}
.icon-cont p:first-of-type {
    font-weight: 500;
    font-size: 1.1em;
    text-transform: uppercase;
}
section.fullscreen-bg {
    background: url(/public/uploads/home/home-slider.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 500px;
}
section.events figure {
    max-width: 267px;

}
@media only screen and (max-width: 1290px) {
html {
    width: 1290px;
}

.text-wrap {
    line-height: 31px;
    flex: none;
}
.article-cont-wrap .text-wrap
{
    width:100% !important;
}
.four-col .logo-home {
    max-width: 20%;
    margin: 30px 0;
}
.pink-wrap ul {
    font-size: 17px;
    font-weight: 200;
    max-width: 272px;
    width: 100%;
    padding-left: 26px;
}
.article-cont-wrap .text-wrap {
    max-width: 294px;
}
.four-inner .column {
    flex: none;
    padding: 4px;
    border: 2px solid #33a8d3;
    margin: 0px 10px;
    text-align: center;
    min-height: 330px;
}
section#four-steps .four-col-outer .column {
    padding: 20px;
    width: 19%;
    display: inline-block;
}

}
***/
section.fullscreen-bg {
    background: url(/public/uploads/home/home-slider.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 600px;
}
p.pink.p.black {
    padding-bottom: 20px;
    text-align: left;
    color: #000;
    font-weight: 600;
    font-size: 29px;
    text-align: center;
    max-width: 1200px;
    width: 100%;
        margin: auto;
    padding: 10px;
        margin-bottom: 30px;

}
.row.body.home {
    max-width: 1200px;
    margin: auto;
    padding: 20px;
    padding-top: 0px;
}
h1.pink.interview {
    text-align: center;
}

.col-sm-12.col-md-6.col-lg-6.bars {
    max-width: 587px;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}
.col-sm-12.col-md-6.col-lg-6.clubs {
    max-width: 587px;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}
.col-sm-12.col-md-6.col-lg-6.clubs img{
    max-width: 587px;
    display: inline-block;
    width: 100%;
}
.col-sm-12.col-md-6.col-lg-6.blue {
    background-color: #00b5e2;
    color: white;
    padding: 11px;
}
.col-sm-12.col-md-6.col-lg-6.blue {
    background-color: #00b5e2;
    color: white;
    padding: 11px;
    width: 50%;
    flex: 50%;
}
.col-sm-12.col-md-12.col-lg-12.desc {
    display: flex;
}
.col-sm-12.col-md-6.col-lg-6.blue p {
    max-width: 550px;
    padding: 0px 20px;
    margin-top: 0px;
}
.col-sm-12.col-md-6.col-lg-6.blue h3 {
    margin-top: 14px;
    margin-bottom: 22px;
    max-width: 568px;
    width: 100%;
}
.col-sm-12.col-md-6.col-lg-6.pink h3 {
    margin-top: 14px;
    margin-bottom: 22px;
    padding: 0px 20px;
    text-align: left;
    max-width: 568px;
    float: left;
    width: 100%;
}
.col-sm-12.col-md-6.col-lg-6.left p {
    text-align: left;
    float: right;
}
.col-sm-12.col-md-6.col-lg-6.left h3 {
    text-align: left;
    float: right;
}
.col-sm-12.col-md-6.col-lg-6.pink p {
    max-width: 550px;
    padding: 0px 20px;
    margin-top: 0px;
     max-width: 568px;
    width: 100%;
}
.col-sm-12.col-md-6.col-lg-6.pink {
    background-color: #fc00a4;
    color: white;
    padding: 11px;
    width: 50%;
    flex: 50%;
}
.col-sm-12.col-md-12.col-lg-12.nightlife {
    display: flex;
}
.col-sm-12.col-md-12.col-lg-12.nightlife .col-sm-12.col-md-6.col-lg-6 img {
    flex: 50%;
    margin-bottom: -6px;
}
.col-sm-12.col-md-6.col-lg-12.full img {
    width: 100%;
    max-width: inherit !important;
    display: block;
}

.col-sm-12.col-md-6.col-lg-12.full {
    width: 100%;
}
body.maga-custom.template-magaluf-stories-best-event h2.blue {
    text-align: left !important;
    float: none;
    width: 100%;
    font-size: 29px !important;
    display: block;
    margin-bottom: 5px !important;
    margin-top: -10px !important;
        line-height: 40px !important
}

body.maga-custom.template-magaluf-stories-best-event h2.pink {
    font-size: 31px;
    line-height: 40px !important
}

body.maga-custom.template-magaluf-stories-magaluf-dos-and-donts h2.blue {
    text-align: left !important;
    float: none;
    width: 100%;
    font-size: 29px !important;
    display: block;
    margin-bottom: 5px !important;
    margin-top: -10px !important;
        line-height: 40px !important
}

body.maga-custom.template-magaluf-stories-magaluf-dos-and-donts h2.pink {
    font-size: 31px;
    line-height: 40px !important
}
.text-wrap.two h2 {
    float: left !important;
}
.text-wrap.two p {
    float: left !important;
}

body.maga-custom.template-magaluf-stories-instagrammable-places h2.blue {
    text-align: left !important;
    float: none;
    width: 100%;
    display: block;
    margin-bottom: 5px !important;
    margin-top: -10px !important;
}

body.maga-custom.template-magaluf-stories-instagrammable-places h2.pink {
    line-height: 45px;
}

body.maga-custom.template-magaluf-stories-essential-info h2.blue {
    text-align: left !important;
    float: none;
    width: 100%;
    font-size: 29px !important;
    display: block;
    margin-bottom: 5px !important;
    margin-top: -10px !important;
        line-height: 40px !important
}

body.maga-custom.template-magaluf-stories-essential-info h2.pink {
    font-size: 31px;
    line-height: 40px !important
}
.col-sm-12.col-md-12.col-lg-12.nightlife .col-sm-12.col-md-6.col-lg-6 img {
    flex: 50%;
}
.col-sm-12.col-md-6.col-lg-6.right p {
    text-align: left;
    float: left;
}
h3.black {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
    font-size: 26px !important;
    display: block;
    float: left;
    text-align: left;
    display: inline-block;
    width: 100%;
    margin-top: 11px;
}
.column-two {
    max-width: 650px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.row-inner.two-col.blue-tmp h3.black {
    max-width: 600px !important;
    float: right;
}
.col-sm-12.col-md-6.col-lg-6.right h3.white {
    text-align: left;
    padding: 0px 20px;
}
h3.white {
    font-size: 33px;
    color: white;
}
.col-sm-12.col-md-6.col-lg-6.bars img{
    max-width: 587px;
    display: inline-block;
    width: 100%;
}
.template-magaluf-nightlife .col-sm-12.col-md-6.col-lg-6.bars img{ 

        height: 360px;
}
h2.white {
    background-color: #fe00a2;
    text-align: center;
    color: white;
    padding: 20px;
    margin-bottom: 0px;
}
.col-sm-12.col-md-6.col-lg-6.left h2 {
    background-color: transparent;
    max-width: 550px;
    float: right;
    text-align: left;
    width: 100%;
}
.col-sm-12.col-md-6.col-lg-6.right h2 {
    background-color: transparent;
    max-width: 550px;
    float: left;
    text-align: left;
    width: 100%;
}
h1.blue.interview {
    font-size: 35px;
}
.col-sm-12.col-md-6.col-lg-6.blue p {
    max-width: 550px;
    padding: 0px 20px;
    margin-top: 0px;
    text-align: left;
}
.col-sm-12.col-md-6.col-lg-6.blue h3 {
    margin-top: 14px;
    margin-bottom: 22px;
    max-width: 568px;
    width: 100%;
    text-align: left;
    padding-left: 20px;
}
.col-sm-12.col-md-6.col-lg-6.blue p {
    max-width: 550px;
    padding: 0px 20px;
    margin-top: 0px;
    text-align: left;
    width: 100%;
}
.col-sm-12.col-md-12.col-lg-12.pink.hotel {
    background-color: #fc00a4;
    width: 100%;
}
.hotel-inner {
    max-width: 1200px;
    margin: auto;
    display: block;
}
.service-hotel {
    display: inline-block;
    color: white;
}
.service-hotel.third {
    width: 33%;
}
.hotel-icon img {
    height: 63px;
    display: block;
    width: inherit !important;
    margin-top: 20px;
}
.service-hotel.full {
    margin-top: -20px;
}
p.top-marg {
    color: white;
}
.hotel-inner {
    margin-bottom: 50px;
}
.hotel-inner {
    padding: 0px 20px;
}
.col-sm-12.col-md-12.col-lg-12.pink.hotel {
    margin-top: -12px;
}
a.btn-guide {
    width: 100%;
    max-width: 500px;
    display: block;
    margin: 20px auto;
    padding: 6px 0;
    border: 2px solid #fff;
    background: #01abd7;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    letter-spacing: 1px;
}
a.btn-guide span:nth-child(2) {
    padding: 6px;
    display: block;
    font-size: 20px;
    text-align: left;
    margin-left: 50px !important;
    font-weight: 600;
}
body.maga-custom.template-magaluf-stories-essential-info h2.blue.big {
    text-align: center !important;
    margin-top: 40px !important;
    display: block !important;
    font-size: 35px !important;
}

section.four-feature .inner-wrap.imgfeat img {
    height: 270px;
    max-width: 505px;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 24px;
}
section.calendar-months.menu {
    background-color: white;
}
.text-wrap.no-padding {
    padding-top: 2px;
}
.column-two {
    max-width: 625px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-top: 29px;
}
.row-inner.two-col.pink-tmp {
    background-color: #fef3f7;
}
p.bold {
    font-weight: 700;
    margin-bottom: -24px !important;
    padding-bottom: 0px !important;
}
.column-two h2.blue {
    text-transform: capitalize;
}
.font-small p {
    margin: 3px 0px !important;
    font-size: 22px;
}
body.maga-custom.template-magaluf-stories-essential-info h2.blue.margin-bottom {
    margin-bottom: 20px !important;
    margin-top: 20px !important;
}
body.maga-custom.template-magaluf-stories-essential-info h2.blue.marginbottom {
    margin-bottom: 20px !important;
}
figure.article-feed a {
    color: black;
}
figure.article-feed {
    margin: 20px 0;
    margin-left: 16px;
}
h2.center.new {
    text-align: center !important;
    width: 100%;
    display: block !important;
    font-size: 40px !important;
    margin-top: 20px;
}
h2.center.new {
    text-align: center !important;
    width: 100%;
    display: block !important;
    font-size: 40px !important;
    margin-top: 20px;
}
body.maga-custom.template-magaluf-stories-magaluf-dos-and-donts h2.center.new {
    text-align: center !important;
    width: 100%;
    display: block !important;
    font-size: 40px !important;
    margin-top: 20px;
}

.col-btn {
    padding: 20px;
    padding-top: 0px;
}
.col-btn a {
    margin: auto;
    display: block;
    width: 69px;
    text-align: center;
}
section.events.home.spacing.blog-new h4 {
    font-size: 20px;
}
section.events.home.spacing.blog-new h4 {
    font-size: 20px;
    margin-top: -1px;
}
section.events.home.spacing.blog-new figcaption {
    min-height: 80px;
}
.four-col-outer.pink .column {
    border-color: #fe008a;
}
.four-col-outer.pink p.step-count {
    color: #fe008a;
    font-size: 35px;
}
td.ult-cost.padding {
    padding: 16px;
}
section#link-bar .row-inner.three-col.events img {
    height: 290px;
}
section#logo--full {
    background-color: #e3e3e3;
}
.full-col-inner {
    max-width: 1200px;
    width:100%;
    margin: auto;
}
.four-col-outer.pink.event img {
    height: 70px;
}
.text-wrap.left.white.smaller h2 {
    font-size: 39px;
    line-height: 44px;
}
.row-inner.two-col.blue-tmp.summerhypebanner .text-wrap.left.white.smaller {
    line-height: 29px !important;
}
.text-wrap.left.white.smaller {
    padding-top: 30px;
}
a.blue-btn {
    background-color: #00abd7;
    padding: 10px 20px;
    margin-top: 23px;
    display: block;
    float: left;
    text-decoration: none;
    color: white;
    font-size: 20px;
    border: 2px solid white;
    text-transform: uppercase;
}

a.blue-btn:hover {
    background-color: transparent;
    transition:.4s;
}
.column.text .text-wrap.centered {
    text-align: center !important;
    max-width: 1220px;
    margin: auto;
    padding-top: 20px;
}
img.ultimate-b {
    object-fit: cover;
    width: 100%;
    margin-bottom: -3px;
}

.black-box {
    background-color: black;
    margin-top: 0px;
    padding: 25px 35px;
    color: white;
    font-weight: 600 !IMPORTANT;
}

.black-box p {
    padding-bottom: 0px !important;
    margin-bottom: 5px;
    margin-top: 2px;
    font-weight: 600;
}
.black-box a {
    margin-top: 25px;
    display: block;
    width: 100px;
    background-color: #fe008b;
    padding: 10px 50px;
    text-decoration: none;
    color: white;
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 25px;
}
.black-box a:hover {
transition: .4s;
    background-color: #00a6d2;
}
.cont-wrap p {
    padding: 3px;
    font-size: 20px;
    padding-bottom: 5px;
}
div#card-button-container {
    width: 415px;
}
div#payment-methods {
    width: 515px !important;
}
section#review-bar-new {
    background-color: #eeeeee;
    padding: 20px 0;
}
section#review-bar-new .column {
    padding-right: 26px;
    padding-left: 20px;
}
section#review-bar-new .column:nth-child(3) {
    border-right: 0px;
}
section#review-bar-new .column {
    border-right: 2px solid;
    height: 140px;
    margin-bottom: 20px;
}
body.maga-custom.template-zoo-project figure.quickby {
    margin-top: -1px;
}
.column.full {
    height: auto !important;
}
section.grey-banner.whatsapp-sec {
    margin-top: 0px;
    padding-top: 30px;
    background-color: #eee;
}
.inner-mrmaga {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.outer-sect {
  max-width: inherit;
  width: 100%;
  margin: 0 auto;
  background-color: #ff0094;
}
.speech-bubble h3 {
  color: #000;
}

figure.verticle-monkey {
    background-color: #ff0080;
}
.mtext p {
  color: #fff;
  font-size: 20px;
  max-width: 95%;
  display: block;
  margin: 10px auto;
}
figure.verticle-monkey img {
    object-fit: contain !important;
}
.inner-mrmaga img {
  max-width: 350px;
  width: 100%;
  display: block;
  margin: 0 auto;
}
.speech-bubble {
  position: relative;
  background: #fff;
  border-radius: 0.4em;
  margin: 10px 20px 10px 15px;
  padding: 10px;
}
.inner-mrmaga {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    max-width: 1120px;
    width: 100%;
    margin: auto;
    padding-top: 25px;
    padding-bottom: 25px;
}

.speech-bubble:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 0;
  height: 0;
  border: 37px solid transparent;
  border-right-color: #fff;
  border-left: 0;
  border-bottom: 0;
  margin-top: -18.5px;
  margin-left: -37px;
}
.speech-bubble h3 {
    color: #000;
    margin: 0pc;
    font-size: 24px;
    padding: 3px 10px;
}
.column.mtext {
    width: 55%;
}
.column.mrmaga {
    width: 45%;
    vertical-align: middle;
}
.column.mrmaga img {
    vertical-align: middle;
    margin-top: 80px;
}
.four-inner .column img {
    height: 83px;
    object-fit: contain !important;
    margin-bottom: 17px;
}
@media only screen and (max-width: 1400px) {

html {
    min-width: 1400px;
    width: 100%;
    
}
body {
    min-width: 1400px;
    width: 100%;
}
}

@media only screen and (max-width: 1281px) {
body {
    min-width: 1280px;
    width: 100%;
}
html {
    min-width: 1280px;
    width: 100%;
}
.text-wrap.smaller p {
    font-size: 16px;
    margin-bottom: 7px !important;
    margin-top: 7px !important;
}
.text-wrap.left {
    max-width: 560px;
   
}
.pink-wrap ul {
    margin-top: 0px;
    font-size: 20px;
    display: inline-block;
    max-width: 300px;
}
.pink-wrap ul {
    margin-top: 0px;
    font-size: 20px;
}
.pink-wrap .text-wrap {
    padding-top: 10px;
    padding-left: 25px;
}
.up-cont .text-wrap {
    line-height: 45px;
    padding: 30px;
}
.text-wrap.right {
    max-width: 560px;
  
}

.summerhypebanner .text-wrap {
    padding: 14px;
    line-height: 31px;
    flex: auto;
}
}
/* extra */
.mcp-paint-o.feature-img {
    margin-bottom: -5px;
}
.mcp-wp-sec {
   padding-top: 30px;
   min-height: 215px;
   background-color: #f2f2f2; 
}
.mcp-wp-sec .cont-wrap {
    padding-top: 25px; 
}
.mcp-wp-sec .cont-wrap p {
    margin: 0; 
    line-height: 22px;
    padding:0;
}
section.events.mcp-events-three {
    background-color: #f4e0ec;
    max-width: 100%;  
}
section.events.mcp-events-three figure {
    max-width: 30%;
    margin: 11px 18px;
    background-color: white;
    background:white;
    height: 720px;
}
section.events.mcp-events-three figure h4 {
   background-color: transparent;
   color:#ff0096;
   font-size:30px;
   font-weight: bold;
   margin-top: 10px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
section.events.mcp-events-three figure figcaption {
    margin: 15px 20px 25px 20px; 
    max-width:100%;
    font-size: 20px;
}
section.events.mcp-events-three figure:nth-of-type(odd) p {
    color:black;
}
section.events  .mcp-event-bg { 
    max-width: 1165px;  
    margin: 0 auto;  
    width: 100%;  
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f4e0ec;
}
.mevent-table {  
    background-color: #aad0e6!important;
    display: inline-block;  
    width: 100%!important;
    text-align: center; 
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: -4px;
}
.mcp-eventtable-bg {
   max-width: 1165px;  
    margin: 0 auto;  
    width: 100%;  
}
.mevent-table figure {
    width: 46%;
    display: inline-block; 
    background-color: #d9e8f1!important;
    float: left;
    margin-right: 20px;
    margin-left: 20px;
    padding-bottom: 20px;
    margin-bottom: 35px;
}
.mevent-table figure h4 { 
    font-size: 30px;
    margin: 0px;
    letter-spacing: 0; 
    text-align: center;
    color:#00a0cc!important; 
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: bold;
}
.mevent-table figure p {
    font-size: 25px;
    margin: 0px;
    letter-spacing: 0; 
    text-align: center; 
    padding-left:5px;
    padding-right:5px;
        line-height: 25px;
    padding-bottom: 20px;
}
.mevent-table figure p.roundbar {
    border: 1px solid #57bddb;
    color:#57bddb;
    font-weight: bold;
    padding: 5px!important;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 8px;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 20px; 
    margin-bottom: 15px;
    font-size: 24px;
}
.mevent-table figure p.roundbar1 { 
    margin-left: 35px;
    margin-right: 35px;
}
.mevent-table figure p.roundbar2 { 
    margin-left: 30px;
    margin-right: 30px;
}
.mevent-table figure p.roundbar3 { 
    margin-left: 20px;
    margin-right: 20px;
}
.mcp-two-col {
    
    background-color: #aad0e6!important;
    padding-top: 5px!important;
    padding-bottom:10px; 
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f4e0ec;
}
.mcp-two-colbg {
     max-width: 1165px;
    margin: 0 auto;
    padding-top: 35px;
}  
.mcp-two-col .two-col { 
     background-color: #aad0e6!important;
    display: inline-block; 
    padding-left: 14px!important;
    padding-top: 10px!important;
    padding-right: 14px!important;
    width: 93%!important;
    text-align: left;
}
.mcp-two-col .two-col .column {
    width:100%;
    display: inline-block;
    min-height: 88px;
}
.mcp-two-col .two-col .mcp-left {
    width:35%!important;
     display: inline-block;
     float:left;
     text-align: center;
     margin-bottom: 20px;
}
.mcp-two-col .two-col .mcp-left img { 
    width:100%;
    display:block;
    height: 221px;
}
.mcp-two-col .two-col .mcp-right {
    width:60%!important;
    display: inline-block;
    float:right;
    background-color: #d9e8f1;
    padding:27px;
    padding-top:25px; 
    padding-bottom: 13px; 
    height: 221px!important;
}

.mcp-two-col .two-col .mcp-right .step-count { 
    font-size:28px;
    font-weight: bold;
    margin: 0px;
    line-height:30px;
    padding-bottom: 10px;
    margin-left:20px;
}
.mcp-two-col .two-col .mcp-right p { 
    font-size: 22px;
    margin: 0px;
    letter-spacing: 0;
    padding-right: 20px;
    line-height: 27px; 
    padding-bottom:20px;
    margin-left: 20px;
}
.mevent-table figure.img {
    background-color:transparent!important;
}
.mevent-table figure.img img {
    width: 100%;
    height: 375px;
}

.mcp-wrap ul {
    margin-top:0px;
    max-width: 280px;
    margin-bottom:0px;
}
.mcp-wrap ul.float-left {
    float:left;
}
.mcp-wrap .text-wrap p {
    margin:0px;
    font-size:18px;
}
section.mcp-upgrade {
    height:410px!important;
        margin-bottom: 60px!important;
}
section#four-steps.mcp-four-step .four-col-outer .column p {
   padding-left: 20px;
    padding-right: 20px; 
    margin-top: 0px;
    margin-bottom: 0px;
}
.mcp-buy .qbinner h5 {
    padding-left: 50px;
}
.mcp-buy .blkinner {
    padding-left: 50px;
}
.mcp-buy .scinner h6 {
    float: left;
}
.mcp-gallery-bg {
   max-width: 1165px;  
    margin: 0 auto;  
    width: 100%;  
    padding-top: 30px;
}
.mcp-gallery-bg img {
     width: 100%;  
}
.text-wrap.mcp-week-text {
    padding-bottom: 15px;
}
section#review-bar .column:nth-child(3) a.reviews p {
    display:none;
} 
h1.cart-total {
    text-align: center;
    font-size: 25px;
    font-weight: 400;
}
.terms h1 {
    color: #fe008c;
    font-size: 37px;
    text-transform: uppercase;
    margin-top: 0;
}