/*
Theme Name: Fremantle Media
Theme URI: fremantle-media
Version: 1.0 
Author: Sequel Group
*/

/* -------------- GLOBAL STYLES ------------- */
body {
    font-family: 'Gotham', sans-serif !important;
    color: #4D4D4D;
}

h1,
h2,
h3 {
    color: #050040;
}

h1,
h2 {
    color: #050040;
    font-family: 'FSJoey', sans-serif; 
}

h3,
h4 {
    font-family: 'Gotham-Bold', sans-serif;
    line-height: 1.5em;
}

a {
    color: #050040;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

strong {
    font-family: 'Gotham-Bold', sans-serif;
    font-size: 0.9em;
}

p {
    margin-bottom: 1.1em;
    line-height: 1.2em;
}

em {font-style: italic;}

input {
    word-break: normal;
    outline: none;
}

iframe {
    max-width: 100%;
}

.mobile-only {
    display: none;
}

.article-content label {
    padding: 8px 0 4px;
    display: inline-block;
}

.article-content input {
    padding: 6px;
    margin-bottom: 8px;
    border: 1px solid #ccc;
    width: 300px;
    max-width: 100%;
    outline: none;
}

.article-content input[type=submit] {
    background: none;
    border: 1px solid #050040;
    color: #050040;
    padding: 5px 54px;
    width: auto;
    cursor: pointer;
    margin-top: 8px;
}

.article-content textarea {
    padding: 6px;
    border: 1px solid #ccc;
    width: 480px;
    max-width: 100%;
    height: 175px;
}

.article-content ul {
    list-style: initial;
    list-style-position: inside;
    margin-bottom: 1em;
}

.article-content ul li {
    padding-bottom: 5px;
    line-height: 1.2em;
}

.article-content ul.content-brands {
    margin-bottom: 0;
    list-style: none;
}

.article-content ul.content-brands li {
    padding-bottom: 0;
}

.article-content a {
    font-size: 0.9em;
    font-family: 'Gotham-Bold', sans-serif;
}

.article-content-wide {
    overflow: hidden;
    margin-top: 20px;
}

/*
#content .content-genres,
#content .content-brands-container ul {
    list-style: none;
}

#content .content-genres ul li,
#content .content-brands-container ul li {
    padding-bottom: 0;
    line-height: 1em;
}*/


/* --------------- ROW WIDTHS --------------- */
.container-960 {
    width: 960px;
    margin: 0 auto;
}


/* ------------- ELEMENT STYLES ------------ */
.logo {
    display: inline-block;
    float: right;
    width: 184px;
    height: 45px;

    background-image: url('images/fremantle-logo.png');
    background-size: 184px 45px;
    background-repeat: no-repeat;
    background-position: center;
}

form.search {
    color: white;
}

.button {
    background: #050040;
    background-repeat: no-repeat;
    color: white;
    cursor: pointer;
}

.button--reveal {
    text-align: center;
    height: 40px;
    line-height: 40px;
}

.loading {
    width: 100%;
    height: 95px;
    background-image: url('images/loader.gif');
    background-repeat: no-repeat;
    background-position: center;
}

.loading--overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: auto;
    background:rgb(255,255,255);
    background: transparent\9;
    background:rgba(255,255,255,0.8);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccffffff,endColorstr=#ccffffff);
    zoom: 1;
}

.loading--overlay:nth-child(n) {
    filter: none;
}

/* --------------  FLUID IFRAME  ------------- */
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* --------------  SOCIAL ICONS  ------------- */
.social {
    width: 32px;
    height: 32px;
    display: inline-block;
    background-position: center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    behavior: url(http://www.fremantlemedia.com/wp-content/themes/fremantle/css/backgroundsize.min.htc);
    background-repeat: no-repeat;
    margin: 2px 5px;
}

.social--facebook {
    background-image: url('images/facebook.png');
}
.social--twitter {
    background-image: url('images/twitter.png');
}
.social--youtube {
    background-image: url('images/youtube.png');
}
.social--instagram {
    background-image: url('images/instagram.png');
}


/* --------------    CAROUSEL   ------------- */
.carousel-indicator {
    text-align: center;
    position: relative;
    z-index: 2;
}

.carousel-indicator li {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 10px;
    background: #cccccc;
    cursor: pointer;
}

.carousel-indicator li.active {
    background: #EC008B;
    cursor: default;
}


/* --------------    OVERLAY   ------------- */
.overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: auto;
    z-index: 1000;
    display: none;
    
    background:rgb(0,0,0);
    background: transparent\9;
    background:rgba(0,0,0,0.4);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000);
    zoom: 1;
}

.overlay:nth-child(n) {
    filter: none;
}

/* --------------     MODAL    ------------- */
.modal-launcher {
    cursor: pointer;
}

.modal-launcher--youtube {
    
}

.modal-launcher--youtube {
    width: 100%;
    height: 116px;
    position: relative;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    behavior: url(http://www.fremantlemedia.com/wp-content/themes/fremantle/css/backgroundsize.min.htc);
    cursor: pointer;
}

.modal-launcher--youtube img {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
}


.modal {
    position: fixed;
    top: 50%;
    left: 50%;
    background: white;
    z-index: 1001;
    display: none;
    padding: 6px;
}

.modal--loading {
    width: 100px;
    height: 100px;
    margin-top: -50px;
    margin-left: -50px;
    background-image: url('images/loader.gif');
    background-position: center;
    background-repeat: no-repeat;
}

.modal-close {
    width: 30px;
    height: 30px;
    position: absolute;
    top: -30px;
    right: -30px;
    background-image: url('images/close-video.png');
    background-size: 30px;
    cursor: pointer;
}

.modal img {
    display: block;
}


.modal-social {
    padding: 14px;
}

.modal-social h3 {
    padding-bottom: 5px;
}

.modal-social a {
    padding: 2px 0;
    display: inline-block;
}

/* ---------------     404   --------------- */
.pageerror {
    margin: 180px auto 220px;
    width: 180px;
    text-align: center;
}


/* ---------------   ROLLUP   --------------- */
.rollup {
    display: block;
    margin: 15px 0;
}

.rollup img {
    max-width: 100%;    
}

.rollup h3 {
    font-size: 1.2em;
    line-height: 1.1em;
    padding-bottom: 6px;
}

.rollup .caption {
    color: white;
    padding: 5px;
    width: 100%;
    display: inline-block;
    margin-top: -8px;
}

.rollup .caption--drama { background: #ec008c; }
.rollup .caption--entertainment { background: #00aeef; }
.rollup .caption--comedy { background: #f9a01b; }
.rollup .caption--factual { background: #9aca3c; }
.rollup .caption--lifestyle { background: #7063a2; }
.rollup .caption--kids { background: #d2232a; }
.rollup .caption--digital { background: #4d4d4d; }


.search .rollup:hover h3 {
    text-decoration: underline;
}

.news-rollup {
    overflow: hidden;
    border-bottom: 1px solid #BBBBBB;
    padding: 20px 0px;
}

.news-rollup--image {
    float: left;
    width: 220px;
    height: 124px;
    margin-right: 20px;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    behavior: url(http://www.fremantlemedia.com/wp-content/themes/fremantle/css/backgroundsize.min.htc);
}

.news-rollup--title {
    font-family: 'FSJoey-Light', sans-serif;
    text-transform: uppercase;
    font-size: 24px;
    display: block;
    margin-bottom: 0.5em;
}

.news-rollup--excerpt {
    font-size: 0.9em;
    margin-bottom: 3px;
}

.news-rollup--date {
    font-size: 12px;
    font-weight: bold;
}

.nav-links {
    margin: 20px 0;
    text-align: center;
}

.page-numbers.current {
    font-weight: bold;
    text-decoration: underline;
}

.page-numbers {padding: 0 5px;}



/* ---------------   HEADER   --------------- */
#header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;

/*    background:rgb(5,0,64);
    background: transparent\9;
    background:rgba(5,0,64,0.9);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#e5000000,endColorstr=#e5000000);
    zoom: 1;*/

    background: url('images/header.png');
    background-size: cover;
    /*behavior: url(http://fremantlemedia.com/wp-content/themes/fremantle/css/backgroundsize.min.htc);*/

    z-index: 1000;
}

#header.nav-open {
    background-image: url('images/footer.jpg');
}

#header:nth-child(n) {
    filter: none;
}

#header .header-bar {
    position: relative;
    height: 80px;
    text-align: center;
}

#header .logo {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

#header .search {
    position: relative;
    display: inline-block;
    text-align: center;
    
    padding: 4px 30px 4px 8px;
    border: 1px solid white;
    border-radius: 12px;
    behavior: url(http://www.fremantlemedia.com/wp-content/themes/fremantle/css/PIE.htc);
    margin: 30px;
    
    width: 240px;
    
    transition: 0.4s;
}

#header .search input {
    background: none;
    border: none;
    outline: none;
    color: white;
    font-size: 0.75em;
    width: 100%;
}

#header .search input::-webkit-input-placeholder {
    color: white;
}

#header input.search-submit {
    width: 25px;
    height: 25px;
    position: absolute;
    right: 2px;
    top: 4px;
    background-image: url('images/search-icon.png');
    background-repeat: no-repeat;
    background-size: 17px 17px;
    text-indent: -10000px;
}

#header .social {
    position: absolute;
    top: 19px;
    right: 110px;
    width: 160px;
}

#header .social a {
    height: 40px;
    width: 35px;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    text-indent: -10000px;
    overflow: hidden;
}

#header .social a.fb { background-image: url('images/nav_fb.png'); }
#header .social a.linkedin { background-image: url('images/nav_linkedin.png'); }
#header .social a.twitter { background-image: url('images/nav_twitter.png'); }
#header .social a.instagram { background-image: url('images/nav_instagram.png'); }

#header .burger {
    height: 80px;
    width: 80px;
    
    position: absolute;
    right: 0;
    top: 0;

    background-image: url('images/burger.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    
    cursor: pointer;
}

#header .burger:hover,
#header.nav-open .burger {
    background-color: white;
    background-position: -80px 0;
}

#header .header-nav {
    padding-top: 30px;
    margin-bottom: 20px;
    color: #999;
    border-top: 1px solid white;
    display: none;
}

#header .header-nav a,
#header .header-nav span {
    color: white;
    display: inline-block;
    padding: 5px;
    padding-left: 0;
    padding-right: 12px;
    line-height: 1.4em;
    text-transform: uppercase;
    font-size: 0.8em;
    
    background-image: url('images/white-nav-arrow.png');
    background-size: 10px;
    background-position: right center;
    background-repeat: no-repeat;
    display: block;
}

#header .header-nav span {
    background: none;
}

#header .header-nav-section a,
#header .header-nav-section span {
    color: white;
    font-size: 1em;
}

#header .header-nav-section-seperator {
    border-top: 1px solid #999;
    margin-top: 10px;
    padding-top: 10px;
}

/* ---------------   MASTHEAD   --------------- */
#masthead {
    border-top: 80px solid black;
    height: 540px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    behavior: url(http://www.fremantlemedia.com/wp-content/themes/fremantle/css/backgroundsize.min.htc);
    background-position: center top;
    margin-bottom: 30px;
    position: relative;
}

.masthead--short {
    height: 380px !important;
    background-position: center !important;
}

#masthead .masthead-video {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0px;

    background: black;
}

#masthead .masthead-video .mejs-mediaelement {
    text-align: center;
}

#masthead .masthead-video .mejs-container {
    max-height: 100%;
    background: none;
}

#masthead .masthead-video video {
    /*width: auto !important;
    height: auto !important;*/
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
}

#masthead .masthead-play {
    background-image: url('images/white-play-button-shadow.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 70px;
    height: 70px;
    width: 70px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -35px;
    margin-left: -35px;
    cursor: pointer;
}

#masthead .masthead-video-controls {
    position: absolute;
    top: 10px;
    right: 50px;
    z-index: 100;
}

#masthead .masthead-video-controls a {
    display: block;
    background-image: url('images/close-video.png');
    background-position: center;
    width: 30px;
    height: 31px;
    /* background-size: 45px; */
    text-indent: -3000px;
    cursor: pointer;
}

#masthead .mejs-control,
#masthead .mejs-controls,
#masthead .mejs-overlay-button,
#masthead .mejs-layers {
    display: none !important;
}


/* ---------------   FEATURED   --------------- */
#featured {
    position: relative;
    height: 400px;
    overflow: hidden;
    margin-bottom: 20px;
}

#featured .button--reveal {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
}

.featured-carousel {
    display: block;
    height: 100%;
}

.featured-item {
    display: block;
    height: 100%;
    
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    opacity: 0;
    z-index: 1;
    
    color: #EC008B;

    transition: opacity 0.8s;
}

.carousel-item--active {
    z-index: 2;
    opacity: 1;
}

.featured-item-container {
    position: absolute;
    top: 100px;
    left: 50%;
    bottom: 90px;
    
    width: 80%;
    margin-left: -40%;
    z-index: 1;
}

.featured-item h2 {
    font-size: 120px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.featured-item h2 a {
    text-decoration: none;
}

.featured-item h2 a img {
    max-height: 180px;
    max-width: 50%;
    margin-top: 15px;
}

.featured-item h3 {
    font-family: 'FSJoey-Light', sans-serif;
    font-size: 60px;
    line-height: 1em;
    text-align: center;
    position: relative;
    z-index: 4;
}

.featured-item .featured-play {
    background-image: url('images/white-play-button-shadow.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 70px;
    height: 70px;
    width: 70px;
    width: 50%;
    margin: 0px 25% 0 25%;
    position: absolute;
    bottom: 30%;
    cursor: pointer;
}

.featured-item-indicator {
    height: 0;
    width: 40%;
    margin: 20px auto;
    border-bottom: 1px dotted #EC008B;
    position: relative;
    z-index: 4;
}

.featured-item-indicator > div {
    width: 0%;
    border-bottom: 1px solid #EC008B;
}

.featured-item-indicator > div > div {
    float: right;
    width: 3px;
    height: 3px;
    margin-top: -1px;

    background: #EC008B;
    border-radius: 5px;
    behavior: url(http://www.fremantlemedia.com/wp-content/themes/fremantle/css/PIE.htc);
}

.featured-item-info-text p a {
    text-decoration: underline;
}

.featured-item--drama .featured-item-info-text h4,
.featured-item--drama h3,
.featured-item--drama h2 a,
.featured-item--drama .featured-item-info-text p a {
    color: #ec008c;
}
.featured-item--drama .featured-item-indicator,
.featured-item--drama .featured-item-indicator > div {
    border-bottom-color: #ec008c;
}
.featured-item--drama .carousel-indicator li.active,
.featured-item--drama .featured-item-indicator > div > div {
    background: #EC008B;
}
.featured-item--drama .featured-item-info-social--twitter { background-image: url('images/twitter-pink.png'); }
.featured-item--drama .featured-item-info-social--facebook { background-image: url('images/facebook-pink.png'); }
.featured-item--drama .featured-item-info-social--youtube { background-image: url('images/youtube-pink.png'); }

.featured-item--entertainment .featured-item-info-text h4,
.featured-item--entertainment h3,
.featured-item--entertainment h2 a,
.featured-item--entertainment .featured-item-info-text p a {
    color: #00aeef;
}
.featured-item--entertainment .featured-item-indicator,
.featured-item--entertainment .featured-item-indicator > div {
    border-bottom-color: #00aeef;
}
.featured-item--entertainment .carousel-indicator li.active,
.featured-item--entertainment .featured-item-indicator > div > div {
    background: #00aeef;
}
.featured-item--entertainment .featured-item-info-social--twitter { background-image: url('images/twitter-blue.png'); }
.featured-item--entertainment .featured-item-info-social--facebook { background-image: url('images/facebook-blue.png'); }
.featured-item--entertainment .featured-item-info-social--youtube { background-image: url('images/youtube-blue.png'); }

.featured-item--comedy .featured-item-info-text h4,
.featured-item--comedy h3,
.featured-item--comedy h2 a,
.featured-item--comedy .featured-item-info-text p a {
    color: #f9a01b;
}
.featured-item--comedy .featured-item-indicator,
.featured-item--comedy .featured-item-indicator > div {
    border-bottom-color: #f9a01b;
}
.featured-item--comedy .carousel-indicator li.active,
.featured-item--comedy .featured-item-indicator > div > div {
    background: #f9a01b;
}
.featured-item--comedy .featured-item-info-social--twitter { background-image: url('images/twitter-yellow.png'); }
.featured-item--comedy .featured-item-info-social--facebook { background-image: url('images/facebook-yellow.png'); }
.featured-item--comedy .featured-item-info-social--youtube { background-image: url('images/youtube-yellow.png'); }

.featured-item--factual .featured-item-info-text h4,
.featured-item--factual h3,
.featured-item--factual h2 a,
.featured-item--factual .featured-item-info-text p a {
    color: #9aca3c;
}
.featured-item--factual .featured-item-indicator,
.featured-item--factual .featured-item-indicator > div {
    border-bottom-color: #9aca3c;
}
.featured-item--factual .carousel-indicator li.active,
.featured-item--factual .featured-item-indicator > div > div {
    background: #9aca3c;
}
.featured-item--factual .featured-item-info-social--twitter { background-image: url('images/twitter-green.png'); }
.featured-item--factual .featured-item-info-social--facebook { background-image: url('images/facebook-green.png'); }
.featured-item--factual .featured-item-info-social--youtube { background-image: url('images/youtube-green.png'); }

.featured-item--lifestyle .featured-item-info-text h4,
.featured-item--lifestyle h3,
.featured-item--lifestyle h2 a,
.featured-item--lifestyle .featured-item-info-text p a {
    color: #7063a2;
}
.featured-item--lifestyle .featured-item-indicator,
.featured-item--lifestyle .featured-item-indicator > div {
    border-bottom-color: #7063a2;
}
.featured-item--lifestyle .carousel-indicator li.active,
.featured-item--lifestyle .featured-item-indicator > div > div {
    background: #7063a2;
}
.featured-item--lifestyle .featured-item-info-social--twitter { background-image: url('images/twitter-purple.png'); }
.featured-item--lifestyle .featured-item-info-social--facebook { background-image: url('images/facebook-purple.png'); }
.featured-item--lifestyle .featured-item-info-social--youtube { background-image: url('images/youtube-purple.png'); }

.featured-item--kids .featured-item-info-text h4,
.featured-item--kids h3,
.featured-item--kids h2 a,
.featured-item--kids .featured-item-info-text p a {
    color: #d2232a;
}
.featured-item--kids .featured-item-indicator,
.featured-item--kids .featured-item-indicator > div {
    border-bottom-color: #d2232a;
}
.featured-item--kids .carousel-indicator li.active,
.featured-item--kids .featured-item-indicator > div > div {
    background: #d2232a;
}
.featured-item--kids .featured-item-info-social--twitter { background-image: url('images/twitter-red.png'); }
.featured-item--kids .featured-item-info-social--facebook { background-image: url('images/facebook-red.png'); }
.featured-item--kids .featured-item-info-social--youtube { background-image: url('images/youtube-red.png'); }

.featured-item--digital .featured-item-info-text h4,
.featured-item--digital h3,
.featured-item--digital h2 a,
.featured-item--digital .featured-item-info-text p a {
    color: #4d4d4d;
}
.featured-item--digital .featured-item-indicator,
.featured-item--digital .featured-item-indicator > div {
    border-bottom-color: #4d4d4d;
}
.featured-item--digital .carousel-indicator li.active,
.featured-item--digital .featured-item-indicator > div > div {
    background: #4d4d4d;
}



.featured-background-image {
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    behavior: url(http://www.fremantlemedia.com/wp-content/themes/fremantle/css/backgroundsize.min.htc);
    background-position: center;
}

.featured-foreground {
    position: absolute;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    behavior: url(http://www.fremantlemedia.com/wp-content/themes/fremantle/css/backgroundsize.min.htc);
    z-index: 3;
}

.featured-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.featured-item-info-switches {
    display: none;
    text-align: center;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
}

.featured-item-info-switch {
    width: 150px;
    height: 30px;
    margin: 20px;
    cursor: pointer;
    background-repeat: no-repeat;
    display: inline-block;
}

.featured-item-info-switch--snapshot {
    width: 110px;
    margin-left: 60px;
    background-image: url('images/snapshot-sprite.png');
}

.featured-item-info-switch--social {
    background-image: url('images/featured-social-sprite.png');
}

.featured-item--branded .featured-item-info-switch { background-position: 0 0; }
.featured-item--branded .featured-item-info-switch:hover { background-position: 0 -34px; }
.featured-item--comedy .featured-item-info-switch { background-position: 0 -68px; }
.featured-item--comedy .featured-item-info-switch:hover { background-position: 0 -102px; }
.featured-item--digital .featured-item-info-switch { background-position: 0 -136px; }
.featured-item--digital .featured-item-info-switch:hover { background-position: 0 -170px; }
.featured-item--drama .featured-item-info-switch { background-position: 0 -204px; }
.featured-item--drama .featured-item-info-switch:hover { background-position: 0 -238px; }
.featured-item--entertainment .featured-item-info-switch { background-position: 0 -272px; }
.featured-item--entertainment .featured-item-info-switch:hover { background-position: 0 -306px; }
.featured-item--factual .featured-item-info-switch { background-position: 0 -340px; }
.featured-item--factual .featured-item-info-switch:hover { background-position: 0 -374px; }
.featured-item--kids .featured-item-info-switch { background-position: 0 -408px; }
.featured-item--kids .featured-item-info-switch:hover { background-position: 0 -442px; }
.featured-item--lifestyle .featured-item-info-switch { background-position: 0 -476px; }
.featured-item--lifestyle .featured-item-info-switch:hover { background-position: 0 -510px; }



.featured-item-info {
    display: none;

    width: 50%;
    min-height: 150px;
    
    margin-top: 40px;
    margin-bottom: 0;
    margin-left: -25%;
    padding: 8px 10px;

    background: white;
    color: black;
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 4;
}

.featured-item-info-text {
    font-size: 0.9em;
}

.featured-item-info-text:first-child {
    margin-bottom: 6px;
}

.featured-item-info-text h4 {
    font-family: 'FSJoey-Bold', sans-serif;
    color: #EC008B;
    font-size: 1.1em;
}

.featured-item-info-text p {
    padding: 2px 0;
}

.featured-item-info-text--quote span {
    font-size: 0.8em;
}

.featured-item-info-social {
    width: 100%;
    height: 32px;
    margin-top: 12px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
}

.featured-item-info-social:first-child {
    margin-top: 4px;
}

.featured-item-info-social--facebook {
    background-image: url('images/facebook.png');
}
.featured-item-info-social--twitter {
    background-image: url('images/twitter.png');
}
.featured-item-info-social--youtube {
    background-image: url('images/youtube.png');
}

.feature-masthead-video.wp-video {
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    bottom: 40px;

    background: black;
}

.feature-masthead-video.wp-video:nth-child(n) {
    filter: none;
}

.feature-masthead-video.wp-video .mejs-mediaelement {
    text-align: center;
}

.feature-masthead-video.wp-video .mejs-container {
    max-height: 100%;
    background: none;
}

.feature-masthead-video.wp-video video {
    /*width: auto !important;
    height: auto !important;*/
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
}

.feature-masthead-video .mejs-control,
.feature-masthead-video .mejs-controls,
.feature-masthead-video .mejs-overlay-button,
.feature-masthead-video .mejs-layers {
    display: none !important;
}

.feature-masthead-video-controls {
    position: absolute;
    top: 10px;
    right: 50px;
    z-index: 100;
}

.feature-masthead-video-controls a {
    display: block;
    background-image: url('images/close-video.png');
    background-position: center;
    width: 30px;
    height: 31px;
    text-indent: 1000px;
    cursor: pointer;
}

/* ---------------   CONTENT   --------------- */
#content {
    margin-bottom: 20px;
    word-wrap: break-word;
}

#content.no-masthead {
    margin-top: 110px;
}

.section {
    margin-bottom: 20px;
    border-color: #BBBBBB;
    border-style: solid;
    border-bottom-width: 1px;
    position: relative;
}

.section--border-right {
    border-bottom-width: 0;
    border-right-width: 1px;
}

.section--no-border {
    border: none;
}

.section-title {
    color: #050040;
    font-family: 'FSJoey-Bold', sans-serif;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 1.2em;
}

.section-title--overlay {
    padding: 0 10px;
    color: white;
    height: 60px;
    margin-top: -60px;
    position: relative;
    line-height: 60px;
    font-size: 35px;
    text-transform: uppercase;
    text-align: center;
    
    background:rgb(0,0,0);
    background: transparent\9;
    background:rgba(0,0,0,0.4);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000);
    zoom: 1;
}

.section-title--overlay:nth-child(n) {
    filter: none;
}

.section-link {
    float: right;
    text-transform: uppercase;
    font-family: 'FSJoey', sans-serif;
    padding: 10px 0;
}

.section-link--more {
    position: absolute;
    bottom: 0;
    right: 0;
    font-family: "Gotham-Bold";
    
    background-image: url('images/more-arrow.png');
    background-size: 10px;
    background-position: right center;
    background-repeat: no-repeat;
    font-size: 0.8em;
    padding-right: 15px;
}

.section--link-block {
    background-color: #050040;
    padding: 8px 0;
}

.section--link-block a {
    color: white;
    width: 100%;
    padding: 6px 22px 6px 12px;
    text-align: right;
    font-weight: bold;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    display: block;
    float: none;
}

.section img {
    max-width: 100%;
    display: block;
}

.section > ul {
    padding-bottom: 20px;
}

.sidebar .section > ul {
    padding-bottom: 0;
}

.rollup {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    behavior: url(http://www.fremantlemedia.com/wp-content/themes/fremantle/css/backgroundsize.min.htc);
    background-position: center;
    margin-bottom: 20px;
}

.rollup--article {
    position: relative;
/*     height: 155px; */
}

.rollup--article a {
/*     position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; */
}

.rollup--article .rollup-content {
/*     position: absolute;
    bottom: 0;
    left: 0;
    right: 0; */

    background:rgb(255,255,255);
    background: transparent\9;
    background:rgba(255,255,255,0.9);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#e5ffffff,endColorstr=#e5ffffff);
    zoom: 1;

    border-left: 4px solid #EC008B;
    font-size: 0.75rem;
    line-height: 1.4em;
    padding: 5px 8px;
    overflow: hidden;
    word-break: break-word;
    text-transform: uppercase;
}

.rollup--article .rollup-content:nth-child(n) {
    filter: none;
}

.rollup--youtube {
    overflow: hidden;
    font-size: 0.8em;
    font-family: "Gotham-Bold";
}

.rollup-thumbnail--youtube {
    float: left;
    margin-right: 10px;
    width: 120px;
    height: 70px;
    position: relative;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    behavior: url(http://www.fremantlemedia.com/wp-content/themes/fremantle/css/backgroundsize.min.htc);
    background-position: center;
}

.rollup-thumbnail--youtube img {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
}

/* --------------- OUR CONTENT --------------- */
.social-feed {
    overflow: hidden;
    overflow-y: auto;
    font-size: 0.9em;
    height: 550px;
}

.social-feed ul li {
    margin-bottom: 20px;
}

.social-feed ul li > img {
    float: left;
    width: 40px;
}

.social-feed ul li > div {
    margin-left: 50px;
    margin-right: 10px;
    line-height: 1.2em;
}

.social-feed ul li > div > a {
    display: block;
    padding-bottom: 5px;
    font-family: "Gotham-Bold";
}

.social-feed ul li > div img {
    cursor: pointer;
}

.social-feed ul li > div > a > img {
    display: inline-block;
    margin-right: 1px;
}

.social-feed ul li > div > .msg {
    font-size: 0.9em;
    word-break: break-word;
    margin-bottom: 6px;
}



/* --------------- OUR CONTENT --------------- */
.content-switches {
    margin: 10px 0 0 0;
    line-height: 35px;
    font-size: 1.2em;
}

.content-switches li {
    text-transform: uppercase;
    font-family: 'FSJoey', sans-serif;
    text-align: center;
}

.switch {
    background-image: url('images/switch.png');
    background-repeat: no-repeat;
    background-position: center 0;
    width: 50px;
    height: 34px;
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
    cursor: pointer;

    -webkit-user-select: none;   
    -moz-user-select: none;
    -ms-user-select: none;

    -o-user-select: none;
    user-select: none;
}

.switch--active {
    background-position: center -37px;
}


.content-genres {
    min-height: 42px;
    overflow: hidden;
    margin-top: 16px;
    margin-bottom: 10px;
}

.content-genres li {
    float: left;
    padding: 6px 0;
    color: white;
    cursor: pointer;
    font-family: 'FSJoey', sans-serif;
    font-size: 1em;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
    transition: padding 0.2s;
}

.content-genres .content-genre--active,
.content-genres li:hover {
    padding-bottom: 14px;
}

.content-genres li.color-0,
.content-genres li.color-0:hover {
    background-color: #04003f;
}
.content-genres li.color-1,
.content-genres li.color-1:hover {
    background-color: #ec008c;
}
.content-genres li.color-2,
.content-genres li.color-2:hover {
    background-color: #00aeef;
}
.content-genres li.color-3,
.content-genres li.color-3:hover {
    background-color: #f9a01b;
}
.content-genres li.color-4,
.content-genres li.color-4:hover {
    background-color: #9aca3c;
}
.content-genres li.color-5,
.content-genres li.color-5:hover {
    background-color: #7063a2;
}
.content-genres li.color-6,
.content-genres li.color-6:hover {
    background-color: #d2232a;
}
.content-genres li.color-7,
.content-genres li.color-7:hover {
    background-color: #4d4d4d;
}


.content-brands-container {
    min-height: 300px;
    position: relative;
}

.brands-item {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 30%;
    margin-bottom: 10px;
}

.brands-item a:hover {
    text-decoration: none;
}

.brands-item-genres {
    position: absolute;
    top: 6px;
    left: 6px;
    z-index: 10;
}

.brands-item-genre {
    width: 12px;
    height: 12px;
    border-radius: 12px;
    behavior: url(http://www.fremantlemedia.com/wp-content/themes/fremantle/css/PIE.htc);
    border: 1px solid #333;
    float: left;
    margin-right: 5px;
}

.brands-item-genre--drama {
    background-color: #ec008c;
}
.brands-item-genre--entertainment {
    background-color: #00aeef;
}
.brands-item-genre--comedy {
    background-color: #f9a01b;
}
.brands-item-genre--factual {
    background-color: #9aca3c;
}
.brands-item-genre--lifestyle {
    background-color: #7063a2;
}
.brands-item-genre--kids {
    background-color: #d2232a;
}
.brands-item-genre--digital {
    background-color: #4d4d4d;
}

.brands-item-image {
    height: 180px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    behavior: url(http://www.fremantlemedia.com/wp-content/themes/fremantle/css/backgroundsize.min.htc);
}

.brands-item-title {
    text-transform: uppercase;
    padding: 4px 0;
    font-size: 1.2em;
    border-bottom: 1px solid #BBBBBB;
    margin-bottom: 10px;
}

.brands-item:hover .brands-item-title {
    border-color: #050040;
}



/* ---------------   POSTS   ---------------- */
.singular #content h1 {
    font-family: 'FSJoey-Light', sans-serif;
    font-size: 80px;
    line-height: 1em;
    padding: 20px 0;
    text-transform: uppercase;
}

.singular #content .widget > h2 {
    font-family: 'FSJoey-Light', sans-serif;
    font-size: 40px;
    line-height: 1.5em;
    text-transform: uppercase;
    padding-bottom: 15px;
}

.singular #content .widget > h2 a:hover {
    text-decoration: none;
    border: 0;
}


.singular #content .widget {
    padding: 20px;
    background: #EBEBEB;
    margin: 40px 0 50px 0;
}



/*  Sidebar  */
.singular .sidebar {
    font-size: 0.8em;
}

.singular .sidebar.mobile-only {
    margin-top: 20px;
}

.singular .sidebar .section {
    position: relative;
}

.singular .sidebar .section--fill {
    color: white;
    padding: 15px;
}

.singular .sidebar .title {
    border-bottom: 1px solid white;
    margin-bottom: 10px;
    padding-bottom: 5px;
    display: block;
    font-family: 'FSJoey-Bold', sans-serif;
    letter-spacing: 1px;
}

.singular .sidebar .section--social {
    text-transform: uppercase;
    /* text-align: center; */
}

.singular .sidebar .section--social .social-container {
    overflow: hidden;
    margin-top: 15px;
    margin-bottom: 5px;
}

.singular .sidebar .section--social .social-container .social-links-container {
    display: none;
}

.singular .sidebar .section--social .social-container .social {
    float: left;
    width: 100%;
    background-position: left center;
    padding-left: 40px;
    font-size: 15px;
    line-height: 30px;
    cursor: pointer;
}

.singular .sidebar .section--social .social-container a {
    color: white;
    padding: 5px;
    display: block;
    text-transform: none;
    text-decoration: none;
    padding-left: 45px;
}

.singular .sidebar .section--subnav {
    border-left: 1px solid #BBBBBB;
    padding-left: 20px;
}

.singular .sidebar .section--subnav li {
    display: block;
    border-top: 1px solid #BBBBBB;
}

.singular .sidebar .section--subnav li:first-child {
    border-top: 0;
}

.singular .sidebar .section--subnav li a {
    display: block;
    padding: 12px 0;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'Gotham-Bold', sans-serif;
}

.singular .sidebar .section--subnav li a:hover {
    text-decoration: underline;
}

.singular .sidebar .section--link {
    margin-top: 50px;
}

.singular .sidebar .section--link a {
    text-decoration: none;
}

.singular .sidebar .section--link a.section-more {
    display: block;
    padding: 9px 0 3px;
}

.singular .sidebar .section--link h4 {
    line-height: 2em;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 2.5em;
    letter-spacing: 2px;
    font-family: 'FSJoey-Light', sans-serif;    
}

.singular .sidebar .section--link--image {
    border: 1px solid #BBBBBB;
    border-width: 1px 0;
    padding-bottom: 10px;
}

.singular .sidebar .section--link--image-overlay h4 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 0 10px;
    color: white;
    
    background:rgb(0,0,0);
    background: transparent\9;
    background:rgba(0,0,0,0.4);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000);
    zoom: 1;
}

.singular .sidebar .section--link--image-overlay h4:nth-child(n) {
    filter: none;
}

.sidebar .section--image {
    cursor: pointer;
}

.sidebar .section--image .modal-expand {
    background-image: url('images/expand-icon.png');
    background-size: 30px;
    height: 30px;
    width: 30px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    pointer-events: none;
}

.singular .sidebar .section--latestNews li {
    height: auto;
}

.singular .sidebar .section--latestNews a {
    position: static;
    text-decoration: none;
    display: block;
}

.singular .sidebar .section--latestNews a .rollup-content {
    position: static;
}



.singular .sidebar a {
    color: #050040;
    text-decoration: underline;
}

.singular .sidebar .social-feed {
    height: 300px;
}

.singular .sidebar .social-feed a {
    text-decoration: none;
}




.singular .page-related {
    margin-top: 80px;
    padding: 40px 0;
    background: #EBEBEB;
}

.singular .page-related h3 {
    text-transform: uppercase;
    margin-bottom: 30px;
}

.singular .page-related li {
    float: left;
    padding-bottom: 15px;
    padding-right: 15px;
    width: 25%;
}

.singular .page-related .page-related-first {
    clear: both;
}


.singular .brand-snap-shot {
    border-top: 1px solid #BBBBBB;
    padding-top: 30px;
    margin-top: 40px;
}

.article-content .news-image {
    float: right;
    padding: 0 0 15px 15px;
    width: 50%;
}

/* ---------------   BRAND    --------------- */
.page-brand--drama #content h1 {
    color: #ec008c;
}
.page-brand--entertainment #content h1 {
    color: #00aeef;
}
.page-brand--comedy #content h1 {
    color: #f9a01b;
}
.page-brand--factual #content h1 {
    color: #9aca3c;
}
.page-brand--lifestyle #content h1 {
    color: #7063a2;
}
.page-brand--kids #content h1 {
    color: #d2232a;
}
.page-brand--digital #content h1 {
    color: #4d4d4d;
}

.page-brand--drama .sidebar .section--fill {
    background-color: #ec008c;
}
.page-brand--entertainment .sidebar .section--fill {
    background-color: #00aeef;
}
.page-brand--comedy .sidebar .section--fill {
    background-color: #f9a01b;
}
.page-brand--factual .sidebar .section--fill {
    background-color: #9aca3c;
}
.page-brand--lifestyle .sidebar .section--fill {
    background-color: #7063a2;
}
.page-brand--kids .sidebar .section--fill {
    background-color: #d2232a;
}
.page-brand--digital .sidebar .section--fill {
    background-color: #4d4d4d;
}

.brand-extra {
    margin-bottom: 20px;
}

.brand-extra img {
    cursor: pointer;
}



.snap-facts {
    font-size: 14px;
    text-transform: uppercase;
    color: #00AEEF;
    margin-bottom: 10px;
    margin-top: 10px;
}

.brand-snap-shot p { font-size:80%;}

.brand-snap-shot .section--territories a {
    background-image: url('images/link-icon.png');
    background-size: 14px;
    padding-left: 20px;
    background-repeat: no-repeat;
    background-position: left center;
}

.light {
    font-family: 'FSJoey-Light',sans-serif;
}

.emp-text {
    font-family: "Gotham",sans-serif;
    font-size: 32px;
    text-transform: uppercase;
    color: #00AEEF;
}

.view-facts {
    text-transform: uppercase;
    font-size: 87%;
}

/* ---------------   MANAGMENT    --------------- */
.management {}
h3.management-team {
    padding: 20px 0 10px;
}

.management > .col {
    margin-bottom: 15px;
    cursor: pointer;
}

.management > .col > strong {
    padding: 4px 0;
    display: inline-block;
}

.management > .col > p {
    font-size: 0.85em;
    line-height: 1.4em;
}

.management img {
    max-width:100%;
}

.management-details {
    display: none;
	position: absolute;
    top: 224px;
    left: 13px;
    right: 20px;
    background: #FFF none repeat scroll 0% 0%;
    padding: 20px;
    font-size: 14px;
    border: 2px solid #050040;
    z-index: 300;
}

.person-container {
    margin: 20px 0 40px 0 !important;
    background-color: white;
    z-index: 1001;
    position: relative;
    padding: 20px;
}

.person-container h2 {
    padding-bottom: 10px;
}


/* ---------------   PARTNERS    --------------- */
.partnerLogos .row {
    margin-bottom: 5px;
}

.partnerLogos .col {
    text-align: center;
}
.partnerLogos img {
    max-width: 100%;
}


/* ---------------   AWARDS    --------------- */
.award-institute {
    margin: 20px 0;
}

.award > p {
    font-size: 0.8em;
    padding-top: 15px;
    line-height: 1.4em;
}

.award .award-image {
    max-width: 100%;
}

.award .more {
    display: block;
    font-family:'Gotham-Bold', sans-serif;
    width:100%;
    font-size: 0.8em;
    color: #050040;
    padding: 6px 0;
}

.award .more img {
    width:10px;
    height:10px;
    float:right;
}


/* ---------------   RESOURCES   --------------- */
ul.resources {
    list-style: none;
    margin: 1em 0;
}

.resources li {
    overflow: hidden;
    margin-bottom: 10px;
}

.resources img {
    float: left;
    width: 80px;
}

.resources .resource-details {
    margin-left: 90px;
    font-size: 0.9em;
}

.resources h4 {
    font-size: 1.3em;
    padding-bottom: 4px;
}

/* --------------- OUR NETWORK --------------- */
canvas#map {width: 100% !important;}

.our-network-list {
    margin: 30px 0;
    -moz-column-count: 5;
    -moz-column-gap: 50px;
    -ms-column-count: 5;
    -ms-column-gap: 50px;
    -webkit-column-count: 5;
    -webkit-column-gap: 50px;
    column-count: 5;
    column-gap: 50px;
}

li.our-network-area {
    color: #050040;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 4em;
}

li.our-network-country {
    text-transform: capitalize;
    font-weight: normal;
    margin-bottom: 0;
}

.our-network-country--content {display: none;}

.our-network-country--desktop {
    display: none;
    background-color: #e0e0e0;
    padding: 20px 50px;
    margin-top: -3px;
}

.our-network-country--desktop h3 {
    font-family: 'Gotham', sans-serif;
    font-size: 30px;
}

.our-network-area--title {font-family: 'Gotham-Bold', sans-serif;}



/* ---------------   CONTACT US   --------------- */
.contact-us-sent {
    padding: 10px 8px;
    color: white;
    font-size: 1em;
    background-color: #050040;
    margin-bottom: 10px;
}

.contact-questions-container {
    position: relative;
    height: 509px;
    overflow: hidden;
}

.contact-questions-container > div {
    position: absolute;
    top: 0;
    left: 110%;
    width: 100%;
}

.contact-questions-container h3 {
    padding-bottom: 10px;
}

.article-content ul.contact-questions {
    list-style: none;
}

.article-content ul.contact-questions li {
    padding: 10px;
    margin-top: 10px;
    border: 1px solid #ccc;
    color: #050040;
    cursor: pointer;
}

.article-content ul.contact-questions li:hover {
    background: #ccc;
}

.partner{    
    width: 21%;
    height: 100px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    margin: 2%;
    float: left;
}

.page-id-4535 .sidebar {display: none;}

/* ---------------   HOVER   --------------- */
.dropContailer { margin-bottom:10px;}

.dropContailer li { list-style:none;}

.drops {
    display:block;
    position: relative;
    font-size: 16px;
    padding: 0px;
    cursor: pointer;
    margin-bottom: 10px;    
}

.dropdownIcon {        
    display: block;
    width:24px;
    margin-top:2px;
    float:right;
}

.dropDown {
    background: #f0f0f0;
    text-align: left;
    margin:0;
    padding: 0;
    list-style:none;
    position: relative;
    margin-bottom:10px;
    display:none;
    font-size: 14px;
    color: #494B4D;
}

.dropDown span {
    padding: 15px;
    display: block;
    line-height: 1.4em;
}

.dropDown li:nth-child(even) a {
    background:#ebebeb;
}

.case-studies {
    margin-bottom: 40px;
}

.case-studies a {
    display: block;
    width: 100%;
    height: 187px;
    position: relative;
    background-repeat: no-repeat;
}

.case-studies img {
    position: absolute;
    width: 50px;
    top: 82%;
    margin-top: -25px;
    left: 34px;
    margin-left: -25px;
}

/* ---------------   SITEMAP   --------------- */
.page-list li ul {
    margin-top: 0.4em;
}

.page-list li li {
    padding-left: 25px;
}

.page-list .current_page_item > a {
    font-weight: normal !important;
}


/* ---------------   FOOTER   --------------- */
#footer {
    /*background: #050040;*/
    background: url('images/footer.jpg');
    background-size: cover;
    behavior: url(http://www.fremantlemedia.com/wp-content/themes/fremantle/css/backgroundsize.min.htc);
    color: white;
    padding: 20px 0;
    font-size: 10px;
}

#footer .row {
    margin: 20px 0 30px 0;
}

#footer .container-960 {
    background-image: url('images/map.png');
    background-repeat: no-repeat;
    background-position: right 10px;
    background-size: 400px;
}

#footer a {
    color: white;
}

#footer .section {
    border-bottom: none;
}

#footer .section--border-right {
    border-color: white;
}

#footer .section-title {
    color: white;
    font-size: 1.6em;
}

#footer ul li {
    text-transform: uppercase;
    line-height: 1.1em;
    margin-bottom: 4px;
}

#footer .section ul li {
    margin: 7px 0;
}

#footer .span_8 ul li a {
    background-image: url('images/white-nav-arrow.png');
    background-size: 10px;
    background-position: right center;
    background-repeat: no-repeat;
    display: block;
    margin-right: 40px;
    padding: 4px 0;
}

#footer .logo {
    margin-top: -12px;
}


#footer select {
    margin-top: 10px;
    margin-bottom: 6px;
    padding: 5px;
    outline: none;
    border: none;
    font-size: 12px;
}

#footer input {
    margin-bottom: 6px;
    outline: none;
    border: none;
    padding: 5px;
    font-size: 12px;
}

#footer textarea {
    background-color: white;
    width: 220px;
    height: 60px;
    padding: 5px;
    font-size: 12px;
    margin-bottom: 6px;
}

#footer input[type=submit] {
    background: none;
    border: 1px solid white;
    color: white;
    padding: 5px 54px;
}



/* ---------------   RETINA   --------------- */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { 
    .logo {
        background-image: url('images/fremantle-logo_2x.png');
    }

    #header input.search-submit {
        background-image: url('images/search-icon2x.png');
    }

    #footer .container-960 {
        background-image: url('images/map2x.png');
    }

    #header .header-nav a,
    #footer .span_8 ul li a {
        background-image: url('images/white-nav-arrow2x.png');
    }
}
