@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:300px;
    height:250px;
    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: 300px;
    height: 250px;
}

.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: 29px;
    left: 13px;
    width: 200px;
    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);
}

.italic{
    font-style:italic;
}

#text1_box2 {
    top: 52px;
}

#text1_box3 {
    top: 105px;
    padding-right: 13px;
}

#text1_box4 {
    top: 105px;
    left: 49px;
}

#text1_box5 {
    top: 157px;
    padding-right: 13px;
}

#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: 47px;
    left: 48px;
    width: 250px;
    opacity: 0;
}

#text2_box1{
    left:67px;
}

#text2_box2 {
    top: 54px;
    left: 26px;
}

#text2_box3 {
    top:53px;
    left: 199px;
}

#text2_box4 {
    top: 107px;
    left: 49px;
}

.blue {
	background: #143054;
}

.red {
	background: #a32922;
}

#blue_box_top {
    background: #143054;
    width: 30px;
    height: 29px;
	top: 14px;
    left: 118px;
    opacity: 0;
}

#red_box_top {
	background: #a32922;
    width: 30px;
    height: 29px;
    top: 21px;
    left: 150px;
	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;
}
