/*
 Cloud Zoom CSS. (c)2012-2015 Star Plugins.
*/

/* CSS for lens */
.loading-sponsor{
    position: fixed;
    background-color: black;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1000005;
    background-image: url('splash-ad-alt.png');
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -ms-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    opacity: 100;    
    padding: 20px;
}
.loading-sponsor-fade-out{
    position: fixed;
    background-color: black;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1000005;
    background-image: url('splash-ad-alt.png');
    background-repeat: no-repeat;
    background-position: center center;
    padding: 20px;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -ms-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    opacity: 0;
}
.loading-sponsor-fade-in{
    position: fixed;
    background-color: black;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1000015;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -ms-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    opacity: 100;
    padding: 20px;
}
.loading-sponsor-fade-out-nologo{
    position: fixed;
    background-color: black;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1000015;
    padding: 20px;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -ms-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    opacity: 0;
}
.loading-sponsor-prestart-hidden{
    display: block;
    opacity: 0;
    visibility: hidden;
    height: 0;
    overflow: hidden;
}
.loading-sponsor-hidden{
    display: none;
}
.closePrimaryAd{
    color: white;
    font-weight: 600;
    text-align: right;
    display: block;
}

.leftImage{
    float: left;
    max-width: 70%;
    margin: 0 auto;
}
.adHeadline{
    text-align: right;
    color: white;
    font-style: italic;
    font-size: 120px;
    line-height: 110px;
    font-weight: 700;
    margin-top: 80px;
    float: right;
    clear: right;

}
.emphasis-word{
    color: #01ffe5;
}
.redtext{
    color: #ce3931;
    font-weight: 600;
    float: right;
}
.ad-cta{
    color: black;
    background: #01ffe5;
    font-weight: 700;
    float: right;
    font-size: 36px;
    padding: 20px;
    margin-top: 60px;
    font-weight: 700;
    clear: right;
}
.ad-cta:hover{
    color: black;
    font-weight: 700;
}
@keyframes ldio-mo0vyzyrgle {
  0%, 100% {
    animation-timing-function: cubic-bezier(0.45,0,0.9,0.55)
  }
  0% {
    transform: translate(0,0)
  }
  50% {
    transform: translate(0,66px);
    animation-timing-function: cubic-bezier(0,0.45,0.55,0.9);
  }
  100% {
    transform: translate(0,0);
  }
}

.ldio-mo0vyzyrgle div {
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #ce3931;
  left: 43px;
  top: 10px;
  animation: ldio-mo0vyzyrgle 1s linear infinite;
}
.loadingio-spinner-ball-xn0ctboj3d {
  width: 100px;
  height: 100px;
  display: block;
  margin: 0 auto;
  overflow: hidden;
  background: none;
  position: absolute;
  left: calc(50% - 51px);
  top: 35%;
}
.ldio-mo0vyzyrgle {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(1);
  backface-visibility: hidden;
  transform-origin: 0 0; /* see note above */
}
.ldio-mo0vyzyrgle div { box-sizing: content-box; }
.ad-timer{
    float: right;
    color: #999;
    padding: 4px;
}
.ad-skip{
    float: right;
    color: #999 !important;
    padding: 4px;
}
.cloudzoom{
    margin-bottom: 0.5rem;
}
.cloudzoom-gallery{
    margin-bottom: 0.5rem;
}
.cloudzoom-lens {
    border:5px solid #ce3931;
    width:100px;
    height:100px;
    box-shadow: -0px -0px 10px rgba(0,0,0,0.40);
    cursor:crosshair;
    z-index: 9999;
}
/* CSS for zoom window. */
.cloudzoom-zoom {
    border:1px solid #ce3931;
    width:300px;
    height:300px;
    box-shadow: -0px -0px 10px rgba(0,0,0,0.40);
	z-index: 9999;
    background: white;
}
/* CSS for zoom window in 'inside' mode. */
.cloudzoom-zoom-inside {
    border:none;
    box-shadow:none;
	z-index: 9999;
}

/* CSS for captions */
.cloudzoom-caption {
    display:none;   /* CSS captions should be hidden initially */
    text-align: left;
    background-color:#000;
    color:#fff;
    font-weight:bold;
    padding:10px;
    font-family: sans-serif;
    font-size:11px;
}
body{
    font-family: "Open Sans";
    padding: 0;
    margin: 0;
}
.header{
    background: url('pok-bg-src-big.png');
    background-size: cover;
    background-position: center;
}
.win{
    background: #ec0f8d;
    font-weight: 500;
    padding: 10px;
    color: white;
    text-align: center;
}
h1{
    font-size: 120px;
    font-weight: 700;
    color: #003976;    
    margin: 0 auto;
    max-width: 1200px;
    text-align: center;
    padding-bottom: 0;
    margin-bottom: 0 !important;
    
}
h1.bannerTitle{
    color: white;
    line-height: 110px;
    margin-top: 80px;
}
h1.bannerTitle .emphasis{
    color: #e73f34;
}
h2 {
    font-weight: 700;
    font-size: 28px;
    margin-top: 5px;
}
h2.instructions{
    color: white;
    text-align: center;
    margin-bottom: 20px;
    font-size: 18px;
}

h3{
    font-size: 16px;
    color: #ef3e33 !important;
    font-weight: 500;
    margin-bottom: 5px;
    margin-top: 5px !important;
}
.pretitle{
    text-align: center;
    font-weight: 700;
    font-size: 48px;
    margin-top: 0;
    margin-bottom: 0;
    color: white !important;
    text-transform: uppercase;

}
.shirts{
    max-width: 450px;
}
.logo{
    margin: 0 auto;
    display: block;
    padding-top: 80px;
}
.genuine{
    background: #003976;
    border: 6px solid #ef3e33;
    transform: rotate(-45deg);
    color: #fff;
    position: fixed;
    right:-220px;
    bottom: -220px;
    font-size: 24px;
    width: 440px;
    height: 440px;
}
.genuine h5{
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-size: 36px;
    margin-top: 10px;
    margin-bottom: 0;
    font-weight: 700;
}
.genuine .highlight{
    color: #ef3e33;
    margin-top: -10px;
    text-transform: uppercase;
    font-size: 18px;
    text-align: center;
    font-weight: 700;
}
.wrapper{
    width: 100%;
    background: #18243F ;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.5)  ; 
	-webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.5)  ; 
	-moz-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.5)  ; 
    padding-bottom: 200px;
    padding-top: 25px;
}
#social-asking-banners{
    max-width: 1200px;
    margin: 0 auto;
    border-radius: 0;
    background: white;
    border-width: 0;
}
#social-asking-banners .ant-alert-info{
    background: white;
    border-width: 0;
}
.ant-btn-primary.LogInBanner_button__2s7-H{
    border-width: 0;
    background: #ef3e33 !important;
    font-weight: 600;
}
.LogInBanner_logo__1aDsa, .AnonymousBanner_logo__2F8lI{
    background: url(logo.png) no-repeat;
    background-size: 239px 32px;
    width: 239px;
    height: 0px !important;
    height /**/: 32px;
    padding: 32px 0 0 0;
    margin-top: 5px;
    margin-bottom: 5px;
}
img.AuthForm_logo__Zvhwe, img.UpgradeForm_logo__3Silz {
    background: url(bolton.png) no-repeat;
    width: 200px;
    height: 0px !important;
    height /**/: 200px;
    padding: 200px 0 0 0;
}
/* A blank image */
.cloudzoom-blank {
    background-image:url(blank.png);
}

/* The animated ajax loading image */
.cloudzoom-ajax-loader {
    background-image:url(ajax-loader.gif);
    width:32px;
    height:32px;
}

.embed-wrapper{
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.5)  ; 
	-webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.5)  ; 
	-moz-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.5)  ; 
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 30px;
}
.grid-container {
    display: grid;
    background: #18243F ;    
    gap: 2rem;
    padding: 5px;
    max-width: 1200px; 
    margin: 0 auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 0;
    padding-right: 0;
    grid-template-columns: auto;
}
.grid-item {
    font-size: 30px;
    text-align: center;
    background: white;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.5)  ; 
    -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.5)  ; 
    -moz-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.5)  ; 
}
.header-grid-container {
    display: grid;
    gap: 1rem;
    padding: 5px;
    max-width: 1200px; 
    margin: 0 auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 0;
    padding-right: 0;
    grid-template-columns: auto;
}
.header-grid-container-even {
    display: grid;
    gap: 0rem;
    padding: 5px;
    max-width: 1200px; 
    margin: 0 auto;
    padding-top: 2rem;
    padding-bottom: 100px;
    padding-left: 0;
    padding-right: 0;
    grid-template-columns: auto;
    
}
.header-grid-container-even h3{
    color: white !important;
    font-size: 36px;
    margin-bottom: 20px;
}
.header-grid-item .shirts{
    margin: 0 auto;
    display: block;
}
.header-grid-item h3{
    text-align: center;
}
.header-grid-item.seperatorRight{
    border-right: 1px solid #555;
}
.ant-typography a{
    color: #003976 !important;
}
.QuteeFilters_search__39TcV .ant-input-search-button:hover{
    background: #004CA9 !important;
}
.SimpleGauge_instructions__1hmPw{
    font-size: 12px;
}
.grid-container .social-asking-bonus-embed{
 
    padding: 20px;
}
.instructions.spaced{
    margin-top: 40px;
    margin-bottom: 20px;
}
.BannerBundle_sometimesVisible__1vAYX .ant-alert-warning{
    background: #ec0f8d;
    border-radius: 0;
    color: white;
    border-width: 0;
}
.BannerBundle_sometimesVisible__1vAYX .ant-btn-primary{
    background: #003976 !important;
    font-weight: 600;
    border-width: 0;
}
.BannerBundle_sometimesVisible__1vAYX .ant-btn-primary:hover{
    background: #004CA9 !important;
}

.BannerBundle_sometimesVisible__1vAYX .ant-alert-message::before{
    content: "The giveaway has ended.";
    font-weight: 700;
    background: #ec0f8d;
    color: white;
    border-width: 0;
}
.submission-notice
.UpgradeBanner_text__u_dxE{
    display: none;
}
.Quteev1_showComponent__2k7M-:nth-child(3){
    display: none;
}
.subinstructions{
    font-size: 20px;
}
.sharebox{
    text-align: center;
    background: white;
    padding-top: 10px;
    padding-bottom: 10px;
}
.fb-share-button{
    top: -6px;
}
.ant-slider-handle{
    border-color: #ef3e33 !important;
}
.ant-slider-dot-active{
    background-color: #004ca9 !important;
}
.ant-slider-track{
    background-color: #004CA9 !important;
}
.grid-container{
    padding-top: 0;
}
@media screen and (max-width: 767px){
    .adHeadline{
        font-size: 30px;
        line-height: 30px;
    }
    .ad-cta{
        font-size: 16px;
        padding: 10px;
        display: block;
        margin: 0 auto;
        margin-top: 30px;
        display: block; 
    }
    .leftImage{
        margin-bottom: 40px;
    }
    .loadingio-spinner-ball-xn0ctboj3d {
        /* no margin*/
    }
    .loading-sponsor, .loading-sponsor-fade-out{
        background-size: 80%;
    }
    h1{
        font-size: 72px;
        line-height: 70px;
    }
    .genuine{
        transform: scale(0.25) rotate(-45deg);
    }
    .pretitle{font-size: 20px;}
    h1.bannerTitle{
        font-size: 36px;
        line-height: 50px;
        margin-top: 10px;
    }
    .header-grid-container-even h3{
        font-size: 24px;
        margin-top: 40px !important;
    }
    .header-grid-container-even{
        padding-top: 0;
    }
    .grid-container{
        padding-top: 0;
    }
    .header-grid-item .shirts{
        margin: 20px;
        width: 90%;
    }
    .cloudzoom{
        border: 3px solid #ef3e33;
    }
}
@media screen and (min-width: 600px) {
.instructions.spaced{
    margin-top: 40px !important;
    margin-bottom: 20px !important;
}
.grid-container { grid-template-columns: repeat(2, 1fr); }
.header-grid-container{ grid-template-columns: 200px 1fr;}
.header-grid-container-even{ grid-template-columns: repeat(2, 1fr);}

}
@media screen and (min-width: 900px) {
.grid-container { grid-template-columns: repeat(3, 1fr); }
}