body {
    background: #000f2a url("../images/bg.jpg") top center no-repeat;
    background-size: 3000px 1400px;
    margin: 0;
    padding: 0;
    min-width: 1100px;
    font-family: Helvetica,arial,sans-serif;
}

img {
    border: none;
}

#wrapper {
    width: 1010px;
    height: 500px;
    position: relative;
    margin: 0 auto;
}

#final_squares {
    width: 1010px;
    height: 1010px;
    position: absolute;
    visibility: hidden;
    z-index: -1;
    /*border: solid 1px red;*/
}

#final_squares .squares {
    width: 1227px;
    height: 774px;
    position: absolute;
    left: -155px;
    top:248px;
}

#final_squares .squares img {
    position: absolute;
    width: 1227px;
    height: 774px;
}

#wrapper #loading {
    width: 400px;
    height: 200px;
    text-align: center;
    color: #f1fcff;
    font-size: 1.5em;
    font-weight: 300;
    margin: 0 auto;
    margin-top: 400px;
    position: relative;
}



/* --------- INTRO --------- */

#intro {
    width: 1010px;
    height: 1010px;
    position: absolute;
    top:0;
    left:0;
    z-index: 1;
}

#intro .squares {
    width: 1281px;
    height: 1034px;
    position: absolute;
    top: -132px;
    left: -266px;
    visibility: hidden;
}

#intro .photos {
    width: 467px;
    height: 696px;
    position: absolute;
    top: 24px;
    left: 85px;
    overflow: hidden;
    visibility: hidden;
    z-index: 1;
}

#intro .photos .hawkes,
#intro .photos .hunt,
#intro .photos .macy {
    width: 467px;
    height: 696px;
    position: absolute;
}

#intro .photos div img {
    position: absolute;
}

#intro .titles {
    width: 365px;
    height: 919px;
    position: absolute;
    top: 0;
    left: 572px;
}

#intro .titles img {
    background: transparent;

}

#intro .titles div {
    visibility: hidden;
    margin: 0;
    padding: 0;
    float: left;
}

#intro .titles .hunt,
#intro .titles .macy {
    margin-top: -12px;
}
#intro .titles .logo {
    margin-top: -15px;
}
#intro .titles .quote1 {
    margin-top: -35px;
}
#intro .titles .quote2 {
    margin-top: -18px;
}
#intro .titles .awards {
    margin-top: -18px;
}

#intro .titles div img {
    display: block;
}


/* --------- TWITTER MODULE --------- */

#twitter_module {
    width: 1010px;
    height: 1010px;
    position: absolute;
    visibility: hidden;
    z-index: 1;
    /*border: solid 1px red;*/
}

#twitter_module .submit_button  {
    width: 296px;
    height: 71px;
    position: absolute;
    top: 419px;
    left: 33px;
    cursor: pointer;
}

#twitter_module .main {
    width: 1010px;
    height: 300px;
    position: absolute;
    top: 483px;
    left: 0;
}

#twitter_module .main .arrow_left {
    width: 60px;
    height: 125px;
    position: absolute;
    top: 90px;
    left: -3px;
    cursor: pointer;
    z-index: 10;
}

#twitter_module .main .arrow_right {
    width: 60px;
    height: 125px;
    position: absolute;
    top: 90px;
    left: 953px;
    cursor: pointer;
    z-index: 10;
}

#twitter_module .main .tweets_wrapper {
    width: 889px;
    height: 400px;
    position: absolute;
    top: 0;
    left: 61px;
    overflow: hidden;
    /*border: solid 1px red;*/
}

#twitter_module .main .tweet_group {
    width: 989px;
    height: 400px;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    /*border: solid 1px blue;*/
}

#twitter_module .main .tweets_wrapper .tweet {
    width: 37px;
    height: 306px;
    float: left;
    position: relative;
    font-size: 16px;
    font-weight: 300;
    z-index: 1;
}

#twitter_module .main .tweets_wrapper .trans {
    width: 1px;
    height: 1px;
    float: left;
    position: relative;
}

#twitter_module .compact {
    background: transparent url("../images/tweet_bg_small.png") top left no-repeat;
    color: #00759e;
    width: 37px;
    height: 306px;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}

#twitter_module .compact .thumb {
    width: 33px;
    height: 33px;
    position: absolute;
    top: 265px;
    left: 2px;
}

#twitter_module .compact .title {
    width: 240px;
    height: 22px;
    /*border: solid 1px red;*/
    font-size:17px;
    line-height: 18px;
    top:123px;
    left:-99px;
    position: absolute;
    white-space: nowrap;
    font-weight: 400;
    overflow: hidden;
}

#twitter_module .compact .blue {
    color: #0388b8;
}

#twitter_module .expanded {
    background: transparent url("../images/tweet_bg_large.png") top left no-repeat;
    width: 384px;
    height: 306px;
    position: absolute;
    top: 0;
    left: -7px;
    overflow: hidden;
    /*border: 1px solid blue;*/
}

#twitter_module .expanded .thumb {
    width: 70px;
    height: 70px;
    position: absolute;
    top: 22px;
    left: 25px;
}

#twitter_module .expanded .name {
    height: 30px;
    position: absolute;
    top: 20px;
    left: 106px;
    color: #194d65;
    font-size: 17pt;
    line-height: 28px;
    font-weight: bold;
}

#twitter_module .expanded .name a,
#twitter_module .expanded .name a:visited,
#twitter_module .expanded .name a:hover {
    text-decoration: none;
    color: #194d65;
}

#twitter_module .expanded .username {
    height: 30px;
    position: absolute;
    top: 68px;
    left: 118px;
    color: #929191;
    font-size: 12pt;
    font-weight: 300;
}

#twitter_module .expanded .username a,
#twitter_module .expanded .username a:visited,
#twitter_module .expanded .username a:hover {
    text-decoration: none;
    color: #929191;
}

#twitter_module .expanded .retweet {
    width: 100px;
    height: 30px;
    position: absolute;
    top: 62px;
    left: 258px;
    cursor: pointer;
}

#twitter_module .expanded .tweet_text {
    width: 305px;
    position: absolute;
    top: 124px;
    left: 42px;
    font-size: 16pt;
    font-weight: 400;
    color: #445056;
    line-height: 19pt;
}

.font_weight_300 {
    font-weight: 300;
}

.font_weight_200 {
    font-weight: 200;
}

#twitter_module .expanded .tweet_text a,
#twitter_module .expanded .tweet_text a:visited{
    color: #445056;
    text-decoration: underline;
}

#twitter_module .expanded .tweet_text a:hover{
    color: #29353b;
    text-decoration: underline;
}

#twitter_module .expanded .tweet_text span {
    color: #00759e;
}


#twitter_module .expanded .time {
    width: 360px;
    height: 22px;
    position: absolute;
    top: 273px;
    left: 11px;
    color: #929191;
    font-size: 10pt;
    text-align: center;
    line-height: 10px;
    margin-bottom: 4px;
}

#twitter_module .expanded img {
    vertical-align: middle;
    margin-right: 4px;
}


/* --------- FOOTER --------- */

#footer {
    width: 635px;
    height: 84px;
    position: absolute;
    z-index: 101;
    visibility: hidden;
}

#footer div {
    position: absolute;
}

#footer .fsl_logo {
    width: 120px;
    height: 84px;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}

#footer .more_info {
    width: 140px;
    left: 138px;
    cursor: pointer;
    height: 52px;
    top: 22px;
}

#footer .watch_trailer {
    width: 163px;
    left: 300px;
    cursor: pointer;
    height: 52px;
    top: 22px;
}

#footer .share {
    width: 101px;
    left: 500px;
    cursor: pointer;
    height: 52px;
    top: 22px;
}



/* --------- TRAILER LIGHTBOX --------- */

#trailer {
    width: 100%;
    height: 500px;
    background: transparent url('../images/trailer_bg.png') repeat top left;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 102;
}

#trailer .youtube {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -265px;
    margin-left: -445px;
    width: 890px;
    height: 530px;
}

#trailer .close {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -290px;
    margin-left: 354px;
    width: 95px;
    height: 23px;
    cursor: pointer;
}


/* --------- SHARE TOOLTIP --------- */

.share_tooltip {
    width: 257px;
    height: 126px;
    position: absolute;
    background: transparent url(../images/share_tooltip.png) top left no-repeat;
    top: -107px;
    left: 422px;
    cursor: default;
    visibility: hidden;
}

.share_tooltip .facebookWrapper {
    width: 60px;
    height: 70px;
    position: absolute;
    top: 30px;
    left: 19px;
}

.share_tooltip .twitter {
    width: 60px;
    height: 70px;
    position: absolute;
    top: 29px;
    left: 75px;
}

.share_tooltip .googlePlusWrapper {
    width: 60px;
    height: 70px;
    position: absolute;
    top: 31px;
    left: 139px;
    display: none;
}

.share_tooltip .pinit {
    width: 60px;
    height: 70px;
    position: absolute;
    top: 32px;
    left: 196px;
}

.share_tooltip .close {
    width: 28px;
    height: 28px;
    position: absolute;
    top: 6px;
    left: 225px;
    cursor: pointer;
    -webkit-perspective: 1000;
    -webkit-backface-visibility: hidden;
}

.share_tooltip .img {
    -webkit-perspective: 1000;
    -webkit-backface-visibility: hidden;
}
