@font-face {
    font-family: 'Core Sans';
    src: url('../font/coresansd55bold-webfont.woff2') format('woff2'),
        url('../font/coresansd55bold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

.banner {
    width:728px;
    height:90px;
    border:1px solid #333;
    overflow:hidden;
    display:block !important;
    box-sizing:border-box;
    font-family:Arial,Helvetica,sans-serif;
}

#loader-container {
    display:none;
}

#btn-exit{
    width:100%;
    height:100%;   
    cursor:pointer;
    opacity:0;
}

.size {
    left: -1px;
    top: -1px;
    width: 728px;
    height: 90px;
}

.retina {
    background-size: contain;
}

#white_line_left {
    background: #fff;
    bottom: 3px;
    left: 3px;
    width: 2px;
    height: 0px;
}

#white_line_bottom {
    background: #fff;
    bottom: 3px;
    right: 3px;
    width: 0;
    height: 2px;
}

#white_line_right {
    background: #fff;
    top: 3px;
    right: 3px;
    width: 2px;
    height: 0px;
}

#white_line_top {
    background: #fff;
    top: 3px;
    left: 3px;
    width: 0;
    height: 2px;
}

#text1 {
    top: 27px;
    left: 13px;
    width:728px;
    opacity: 0;
}

.text {
    color: #fff;
    font-family: 'Core Sans';
    font-weight: bold;
    font-style: normal;
    font-size: 44px;
    text-transform: uppercase;
    line-height: 37px;
    text-shadow: 4px 4px 3px rgba(0,0,0,0.25);
}

#gradient {
    background: rgb(255,255,255);
    background: -moz-linear-gradient(0deg, rgba(255,255,255,1) 20.83%, rgba(222,222,222,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(255,255,255,1) 20.83%, rgba(222,222,222,1) 100%);
    background: linear-gradient(0deg, rgba(255,255,255,1) 20.83%, rgba(222,222,222,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#dedede",GradientType=1);
    opacity: 0;
}

#blue_box {
    background: #143054;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
}

#red_box {
    background: #a32922;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    opacity: 0;
}

#text2 {
    top: 23px;
    left: 123px;
    width: 670px;
    opacity: 0;
}

.blue {
	background: #143054;
}

.red {
	background: #a32922;
}

#blue_box_top {
    background: #143054;
    width: 24px;
    height: 24px;
    top: 13px;
    left: 43px;
    opacity: 0;
}

#red_box_top {
	background: #a32922;
    width: 24px;
    height: 24px;
    top: 19px;
    left: 69px;
	opacity: 0;
}

#cta {
	background-image: url(../img/cta.png);
	opacity: 0;
}

#logos {
	background-image: url(../img/logos.png);
	opacity: 0;
}

#logos2 {
    background-image: url(../img/logos2.png);
    opacity: 0;
}

#logos3 {
    background-image: url(../img/logos3.png);
    opacity: 0;
}

#text_ff {
	background-image: url(../img/text_ff.png);
	opacity: 0;
}
