html.three.share-your-heart
{
    background-image: url(../img/share-your-heart/argyle.jpg);
    background-position: center center;
    height: auto;
    overflow-x: hidden;
}
.row.buy-section .container
{
    text-align: center;
    margin-top: 30px;
    text-transform: uppercase;
    font-family: 'proxima_nova_rgbold', Arial, sans-serif;
    display: flex;
    position: relative;
    flex-grow: inherit;
    flex-direction: row;
    flex-shrink: inherit;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 1920px;
}
.row.buy-section .container h2
{
    text-align: center;
    color: #08b390;
}
.tweet-container
{
    display: flex;
    justify-content: space-between;
    max-width: 1920px;
    margin: 30px auto;
    align-items: center;
    position: relative;
    min-height: 250px;
    flex-wrap: wrap;
    padding-left: 10%;
}
input[type=text]
{
    font-family: 'proxima_nova_rgbold', Arial, sans-serif;
    font-size: 1em;
    border: 2px solid #7d7f81;
    padding: 10px 20px;
    color: #7d7f81;
    background-color: rgba(255,255,255,0);
    margin-right: 20px;
    width: 325px;
}
.sharing-header, .sharing-paragraph
{
    color: #c8cbce;
    font-family: 'proxima_nova_rgbold', Arial, sans-serif;
}
.sharing-header
{
    line-height: .75em;
    font-size: 2.5em;
}
.header-smaller
{
    font-size: .7em;
}
.sharing-paragraph
{
    text-align: justify;
    text-transform: none;
    max-width: 700px;
    margin: 0 auto;
}
.start-sharing
{
    text-transform: uppercase;
    color: #7d7f81;
    font-family: 'proxima_nova_rgbold', Arial, sans-serif;
    font-weight: 700;
    padding: 10px 20px;
}
.hashtag-image
{
    width: 10%;
}
.hearts-carousel
{
    width: 90%;
}
.slick-slide div
{
    padding: 2.5%;
}
.destination-image
{
    width: 100%;
    cursor: pointer;
    display: none;
}
.twitter-share
{
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    padding: 10px 20px;
    background-color: #7d7f81;
    border: 2px solid #7d7f81;
    border-radius: 30px;
  -webkit-transition: all 220ms ease-in-out;
  transition: all 220ms ease-in-out;
}
.twitter-share:hover
{
    color: #7d7f81;
    background: none;
}
.hearts-container {
    position: absolute;
    width: 60%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 40%;
    overflow: hidden;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
    overflow: hidden;
    z-index: -1;
 }
.red-text
{
    color: #C51104;
}
.heart {
    position: absolute;
    bottom: -110%;
    color: #C51104;
    font-size: 2em;
 }
.king-mickey
{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 20%;
    max-width: 237px;
}
.prize-spot
{
    width: calc(100% - 80px);
    max-width: 800px;
    text-align: center;
    margin: 0 auto;
    z-index: 2;
    font-weight: 700;
}
.prize-spot p
{
    max-width: 700px;
    margin: 30px auto;
}
.prize-spot img
{
    width: 100%;
    z-index: -1;
    position: relative;
}
.prize-spot img.crown-break
{
    margin: 30px auto 0 auto;
    max-width: 711px;
}
.prize-spot img.overlay-logo
{
    margin-bottom: -10%;
    max-width: 400px;
    z-index: 1;
}
.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
    z-index: 0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
a.rules-link, a.rules-link:visited, a.rules-link:focus, a.rules-link:active, a.rules-link:hover
{
    text-decoration: underline;
    color: #fff;
    text-transform: uppercase;
}
.rules-link:hover
{
    color: #716992;
}
.mfp-arrow:after, .mfp-arrow .mfp-a, .mfp-arrow:before, .mfp-arrow .mfp-b
{
    display: none !important;
}
button.mfp-arrow
{
    width: 35px;
    height: 52px;
    background-repeat: no-repeat;
    background-position: center center;
}
.mfp-arrow-right
{
    background-image: url(../img/share-your-heart/next-arrow.png) !important;
    right: 15% !important;
}
.mfp-arrow-left
{
    background-image: url(../img/share-your-heart/prev-arrow.png) !important;
    left: 15% !important;
}
@-webkit-keyframes love {
  100%{bottom:110%; opacity: 0;}
}
@-moz-keyframes love {
  100%{bottom:110%; opacity: 0;}
}
@-ms-keyframes love {
  100%{bottom:110%; opacity: 0;}
}
@keyframes love {
  100%{bottom:110%; opacity: 0;}
}
@media (max-width: 1200px)
{
    .mfp-arrow-right
    {
        right: 0 !important;
    }
    .mfp-arrow-left
    {
        left: 0 !important;
    }
}
@media (max-width: 767px)
{
    html.three.share-your-heart
    {
        background-repeat: repeat;
    }
    .sharing-paragraph
    {
        width: calc(100% - 40px);
    }
    .hashtag-image
    {
        display: none;
    }
    .hearts-carousel
    {
        width: 100%;
    }
    .destination-image
    {
        width: 90%;
        margin: 0 auto;
    }
    input[type=text]
    {
        width: calc(90% - 40px);
        margin: 0 auto;
        display: block;
    }
    .hearts-container
    {
        width: 100%;
        z-index: -1;
        left: 0;
    }
    .twitter-share
    {
        margin: 20px auto;
        display: block;
        text-align: center;
        width: calc(90% - 40px);
    }
    .king-mickey
    {
        display: none;
    }
}
@media (max-width: 480px)
{
}