html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}

@font-face {
	font-family: 'Bariol-Regular';
	src: url('https://cdn.flashtalking.com/117355/assets/bariol_regular-webfont.woff');
}
/*------------------------- GLOBAL STYLES --------------------------------*/
strong, b {
    font-weight: bold;
}
.text {
    position: relative;
    display: block;
    -webkit-font-smoothing: antialiased;
}
.hidden {
    display: none;
    visibility: hidden;
}
#bannerOutline {
    position: absolute;
    top: 0px;
    left: 0px;
	width: 970px;
	height: 250px;
    background-color: #FFFFFF;
    color: #FFFFFF;
    line-height: 1;
}
#masterContent {
	position: relative;
    font-family: 'Bariol-Regular';
	width: 970px;
	height: 250px;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;

    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.shape-container {
    position: absolute;
    top: -930px;
    left: 0px;
}
.shape {
    position: relative;
    width: 970px;
    height: 930px;
    top:0;
    left:0;
    z-index: 9;
}

.shape-center, .shape-right {
    display: none;
}


#logo {
	position: absolute;
    width: 70px;
    height: 40px;
	right: 11px;
    top: 15px;
    z-index: 50;
}
#hivelogo {
	position: absolute;
	width: 38px;
	height: 58px;
	right: 16px;
    bottom: 16px;
    z-index: 50;
}
#terms {
	position: absolute;
	left: 15px;
	bottom: 15px;
    font-size: 10px;
    width: 220px;
    -webkit-font-smoothing: antialiased;
    visibility: hidden;
    opacity: 0;
    z-index: 40;
}
#cta {
    position: absolute;
    bottom: 46px;
    left: 0px;
    width: 100%;

    visibility: hidden;
    opacity: 0;
    z-index: 40;
}
.cta-inner {
    position: relative;
    width: 100%;
    display: block;
    text-align: center;

    margin-left: -2px;
}
#cta-btn {
    max-width: 150px;
    margin: 0 auto;
    background: #FFFFFF;
    display: inline-block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 8px 20px 7px 20px;
    font-size: 16px;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
}

#imgs, .img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 5;
}

.logo-img {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 6;
}

.img, .logo-img {
    display: none;
}

.img {
    display: none;
}
#imgs img {
    width: 100%;
    height: auto;
}
/*------------------------- BANNER --------------------------------*/
#banner-label {
    background-color: black;
    font-size: 13px;
    height: 45px;
    opacity: 0;
    position: absolute;
    right: -40px;
    top: 17px;
    text-align: center;
    transform: rotateZ(37.5deg);
    width: 20%;
    visibility: hidden;
    z-index: 5;
}

#banner-label.hidden #banner{
    display: none;
    visibility: hidden;
}

#banner{
    padding-top: 10px;
    margin-left: 30%;
    width: 40%;
    white-space: nowrap;
}

/*------------------------- COUNTDOWN --------------------------------*/
#countdown-content {
    position: absolute;
    width: 67%;
    top: 3px;
    left: 40%;
    z-index: 5;
    background-color: red;
    font-size: 15px;
}
#countdown-content.fullscreen{
    left: 0;
    width: 100%;
}
#countdown-content td {
    width: 50%;
    padding: 5px 18px;
}
#countdown-label {
    text-align: right;
}
/*------------------------- TEXT --------------------------------*/
.copy {
    display: table;
    position: absolute;
    
    bottom: 50%;
    left: 25px;
    width: 40%;
    -ms-transform: translateY(50%);
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}

.copy.fullFrame {
    width: calc(100% - 30px); 
    height: calc(100% - 30px);
    text-align: center;
}
.copy.topHalfFrame {
    width: calc(80% - 30px); 
    height: calc(50% - 30px);
    bottom: 50%;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center; 
}

.copy.countdownTop {
    height: calc(46% - 30px);
    bottom: 46%;
}

.copy.altEnd {
    width: calc(40% - 30px);
    height: calc(50% - 30px);
    bottom: 50%;
    left: 60%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center; 
}
.str {
    visibility: hidden;
    opacity: 0;
}
.center {
    display: table-cell;
    vertical-align: middle;
}
.str.down{
    position:relative;
    top: 25px;
}

/*------------------------- Border --------------------------------*/
#border {
    width: 968px;
    height: 248px;
    position: absolute;
    left: 0px;
    top: 0px;
    border: 1px solid #000000;
    cursor: pointer;
    z-index: 1000;
}

#b1, #b2 {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border: 5px solid;
    border-color: #FFFFFF;
    position: absolute;
    left: 0px;
    top: 0px;
}

#b2 {
    border-radius: 10px;
}
