@import url("font/fonts.css");

/* Base Styles

ReithSerif-light-normal
ReithSerif-light-italic
ReithSans-normal-normal
ReithSans-extraBold-normal


–––––––––––––––––––––––––––––––––––––––––––––––––– 
*/


* {
    margin: 0;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

*:focus {
    outline: none;
}

html,
body {
    height: 100%;
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    box-sizing: border-box;
}

body {
    font-size: 16px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: 'BBCReithSerif_light';
    font-weight: 300;
    font-style: normal;   
    color: #000000;
    -webkit-text-size-adjust: 100%; 
    margin: 0;
    padding: 0;
    background-color: #ffffff;
}

    body.category-news,
    body.category-careers,
    body.single-post,
    .home .news-feed,
    .home footer { background-color: #c8c8c8; }

h1,
h2,
h3,
h4,
p,
blockquote,
figure,
ol,
ul {
    margin: 0;
    padding: 0;
}

main,
li {
    display: block;
}

h1,
h2,
h3,
h4 {
    font-size: inherit;
}

strong {
    font-weight: bold;
}

button {
    color: inherit;
    transition: .3s;
    overflow: visible;
    border: 0;
    font: inherit;
    -webkit-font-smoothing: inherit;
    -webkit-appearance: none;
    letter-spacing: inherit;
    background: none;
    cursor: pointer;
}

button:focus {
    outline: none !important;
}


.safari .img-fluid { height: 100% !important; }

.size-full {
    width: 100%;
    height: auto;
}

/* ==========================================================================
Typography
========================================================================== */


p {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 22px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    line-height: 23px;
    margin-bottom: 10px;
}

h1 { font-size: 1.375em; }
h2 { font-size: 1.00em; line-height: 18px }
h3 { font-size: 1.000em;  }
h4, h5, h6 { font-size: 1.000em; }
.btn { font-size: 0.9375em;}

h2 {
    text-transform: uppercase;
    font-family: 'BBCReithSans_extraBold';
    font-weight: 900;
}

@media (min-width: 801px) { 
    p {
        font-size: 18px;
        line-height: 24px;
    }
    h2 { 
        font-size: 1.250em; 
        line-height: 22px
    }
}
    
    
blockquote {
    margin: 1em 0;
}

.btn-outline-more {
    color: #000;
    background-image: none;
    background-color: transparent;

    display: inline-block;
    font-weight: normal;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid #000;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    transition: all 0.2s ease-in-out; 
}

.btn-outline-more:hover {
    color: #fff;
    background-color: #000;
}


/* ==========================================================================
Global Styles
========================================================================== */
.group:after {
  content: "";
  display: table;
  clear: both; }

.no-padding {
  padding: 0; }

.no-margin {
  margin: 0; }

a {
    color: #000;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
    -webkit-transition-property: color, border-color, background-color;
    transition-property: color, border-color, background-color; 
    text-decoration: none;
    display: block;
    /* border-bottom: 1px solid #000; */
}

a img {
    border: none;
}

.underline {
    background-image: linear-gradient(to bottom, black 33%, black 33%, black 66%, black 66%, black);
    background-position: 0px 16px;
    background-repeat: repeat-x;
    background-size: 1px 1px;
    line-height: 1.1;
    display: inline-block;
}

a:hover, a:focus {
  color: #000;  
}

ul, ol {
  margin: 0;
  padding: 0; }

ul li {
  list-style: none; }

.section-padding {
    height: 100%; overflow: hidden;
 }


/* ==========================================================================
Menu
========================================================================== */
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120px;
    background-color: #fff;
    z-index: 1000;
    overflow: hidden;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -ms-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;
}

header.smaller {
        height: 70px;
    }


header .inner {
    max-width: 1300px;
    margin: 0 auto;
    position: relative;
}
header.fullscreen {
    z-index: 0;
}

.logo {
    display: inline-block; 
    position: absolute;
    top: 25px;
    right: 40px;
    z-index: 1000;
    height: auto;    
    outline: none;
    border: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.logo-a,
.logo-b {
    display: inline-block;
}
.logo-a {
    width: 63px;
    height: 18px;
}
.logo-b  img {
    height: 76px;
    width: auto;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

header.smaller .logo {
    top: 10px;
}

header.smaller .logo-b img {
    height: 50px;
}

#open-button.menu-button {
    position: absolute;
    top: 30px;
    left: 40px;
    width: 42px;
    height: 35px;
    z-index: 1009;        
    padding: 0;
    display: inline-block;
    cursor: pointer;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
header.smaller #open-button.menu-button {
    top: 20px;
}

#close-button.menu-button {
    position: absolute;
    top: -10px;
    left: 0;
    width: 42px;
    height: 35px;
    z-index: 1009;
}

.menu-button-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120px;
    background-color: transparent;
    z-index: 1003;
    overflow: hidden;
}
.menu-button-wrapper .inner {
    width:100%;
    max-width:1300px;
    margin:0 auto; 
    position:relative;
}
.menu-button {    
    height: 20px;
    width: 30px;
    outline: none;
    padding: 0;
}
.menu-wrap {
    position: fixed;
    left: 0;
    top: -100%;
    z-index: 1004;
    width: 100%;
    height: auto;
    background: #000;    
    padding: 40px;
    transition: top 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    text-align: center;
}
.show-menu .menu-wrap {
    top: 0;
}

.menu-container {
    position: relative;
    max-width: 1220px;
    margin: 0 auto;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
}
    .menu-container a {
        color: #fff;
        text-decoration: none;
        line-height: 50px;
        font-size: 36px;
    }
    .menu-container a:hover {
        color: #ccc;
        text-decoration: underline;
    }

@media ( min-width:601px) {
    .menu-container a {
        line-height: 22px;
        font-size: 20px;
    }
}

#overlay {
    display: none;
    opacity: 0.3;
    position: fixed;
    top: 0;
    left: 0;
    background-color: black;
    width: 100%;
    height: 100%;
    z-index: 1001;
    pointer-events: none;
}

.menu-container .work-menu {
    padding-left: 10%;
}



/* ==========================================================================
Hero
========================================================================== */
.title-card {display: none; text-align: center;}

.hero { 
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    background-color: black;
    width: 100%;
    height: 100%;
    z-index: 2000;
    overflow: hidden;
}

#hero .container { 
    background: url(../css/ajax-loader.gif) center center no-repeat; 
}

.layout-mobile.hero {
    background-color: #000;
    height: 500px;
}

.splash-text {
    position: absolute;
    top: 35px;
    right: 60px;
    color: #fff;
    text-transform: uppercase;
    z-index: 100;
}
.splash-text h1 {
    font-size: 20px;
    line-height: 22px;
}

.splash-text hr {
    background-color: #fff;
    border: 0;
    height: 4px;
    width: 30px;
    margin: 20px 0;
}

.video {
    height: 100%;
    width: 100%;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    display: inline-block;
    vertical-align: baseline;
}

#skip {
    display: block;
    position: relative;
    bottom: 70px;
    margin: 0 auto;
    background: url('../img/skip.svg') center top no-repeat;
    width: 57px;
    height: 41px;
    cursor: pointer;
    text-indent: 9999999px;
    overflow: hidden;
    z-index: 99;
}


/* ==========================================================================
Front page
========================================================================== */
.news-content {
    padding: 0 20px;
}

.full-screen { 
    background-color: #000; 
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.video-background {
  background: #000;
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
}
.video-foreground,
.video-background iframe,
.video-background video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.intrinsic-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.fp-video { position: relative; }

.mute-button, 
.mute-m-button {
    width: 30px;
    height: 25px;
    overflow: hidden;
    background-image: url('../img/audio_toggle.svg');
    background-position:  0 0;
    background-repeat: no-repeat;
    text-indent: -99999999999999999999999px;
    background-size: cover;
}
.unmute-button, 
.unmute-m-button {
    width: 30px;
    height: 25px;
    overflow: hidden;
    background-image: url('../img/audio_toggle.svg');
    background-position:  -31px 0;
    background-repeat: no-repeat;
    text-indent: -99999999999999999999999px;
    background-size: cover;
}
.sizzle .unmute-button, 
.sizzle .unmute-m-button,
.sizzle .mute-button, 
.sizzle .mute-m-button {
    background-image: url('../img/audio_toggle_grey.svg');
}
.pause-button, 
.pause-m-button, 
.play-button, 
.play-m-button, 
.mute-button, 
.mute-m-button { display: none; }


.sizzle .mute-button, 
.sizzle .unmute-button,
.sizzle .mute-m-button, 
.sizzle .unmute-m-button {
    z-index: 2;
    position: absolute;
    bottom: 20px;
    right:20px;
}

.silent .mute-button, 
.silent .mute-m-button,
.silent .unmute-button, 
.silent .unmute-m-button { display: none !important; }

.video-link-overlay {
    position: absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    display: block;
}



@media (min-aspect-ratio: 16/9) {
  .video-foreground { height: 300%; top: -100%; }
}
@media (max-aspect-ratio: 16/9) {
  .video-foreground { width: 300%; left: -100%; }
}
@media (min-width: 721px) {
    .news-content {
        padding: 0 20px 0 60px;
    }
    
    .news-content .news-post {
        margin-right: 40px;
    }
    .mute-button, 
    .mute-m-button {
        width: 50px;
        height: 40px;
        background-position:  0 0;
    }
    .unmute-button, 
    .unmute-m-button {
        width: 50px;
        height: 40px;
        background-position:  -50px 0;
    }
}  


.sizzle-intro {
    position: absolute;
    top: 0;
    left: 0;
}
.sizzle-intro-text {
    margin-top: 20px;
}

.sizzle-intro-text h1 {

    color: #fff;
    line-height: 1.2;
}



@media (min-width: 721px) {
    .sizzle-intro-text {
        margin-top: 30px;
        max-width: 370px;
        
    }
}


/* ==========================================================================
Body
========================================================================== */

.grid-sizer,
.grid-item {
    width: 100%;
}

@media screen and (min-width: 768px) {
    .grid-sizer,
    .grid-item { width: 50%; }
}


.wrapper {
    position: relative;
    overflow: hidden;
}

#main {
    margin-top: 120px;
}
.container {
    position: relative;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 40px;
    height: 100%;
}
.related-projects .container,
.single--project .container {
    padding: 0 20px;
}

.project-featured-post .inner,
.project-post .inner {
    padding-bottom: 40px;
}

.project-featured-post .project-thumb {
    height: 0;
    overflow: hidden;
    padding-bottom: 55.739%;
}


.project-post .project-thumb,
.news-post .news-thumb {
    padding-bottom: 67.799%;
    height: 0;
    overflow: hidden;
}
.project-featured-post .project-link,
.project-post .project-link {
    padding-top: 20px
}
project-featured-post .project-thumb {
    padding-bottom: 55.73%;
    height: 0;
    overflow: hidden;
}


.news-post .staff-thumb {
    padding-bottom: 100%;
    height: 0;
    overflow: hidden;
}
/* section .item:nth-of-type(2n+1)  {
    padding-right: 20px;
}
section .item:nth-of-type(2n) {
    padding-left: 20px;
} */

#team-roll .inner {
    margin: 0;
    padding: 20px 0 0;
    overflow: hidden;
}

.single--project-intro .inner {
    margin: 0 20px;
    padding: 20px 0 0;
    overflow: hidden;
}

.related-projects .overview-title {
    margin: 0;
    padding: 20px 0;
}

.news-post .inner {
    padding-bottom: 40px;
}
.news-post .news-text {
    padding-top: 20px;
}




.news-post .news-date,
.news-post .news-author {
    width: 100%;
    float: left;
    line-height: 1;
}
.news-post .news-date {
    padding: 5px 0;
}
button.news-accordion {
    position: relative;
    cursor: pointer;
    padding: 0 50px 0 0;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
}
button.news-accordion h3 {
    margin: 0 30px 0 0;
}

div.news-panel {
    padding: 0;
    margin: 20px 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

button.news-accordion:after {
    position: absolute;
    top: 0;
    right: 0;
    content: ""; 
    float: right;
    margin-left: 5px;
    width: 40px;
    height: 40px;
    background: url('../img/new-toggle.svg') 0 0 no-repeat;
    -webkit-transform: rotate(0deg); /* Safari */
    transform: rotate(0deg) ; /* Standard syntax */
    transition: transform 0.25s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

button.news-accordion.active:after {
    -webkit-transform: rotate(45deg); /* Safari */
    transform: rotate(45deg) ; /* Standard syntax */    
}


.dark {
    background-color: #000;
    color: #fff;
}
.intrinsic-container {
    text-align: center;
    height: 0;
    overflow: hidden;
    position: relative;
}

.intrinsic-container,
.intrinsic-container.landscape {
    padding-bottom: 56.25%;
}

.intrinsic-container.square {
    padding-bottom: 100%;
}

.intrinsic-container.portrait {
    padding-bottom: 162.7%;
}
.intrinsic-container.social {
    padding-bottom: 140.68%;
}

.intrinsic-container div {
    position: absolute !important;
}
.intrinsic-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.intrinsic-container .play {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
}

.intrinsic-container .embed-icon {
    width: 80px;
    height: 80px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -80px;
    overflow: hidden;
}

.intrinsic-container.type-video .embed-icon {
    background: url(../img/icon-video.svg) 0 0 no-repeat;    
}
.intrinsic-container.type-audio .embed-icon {
    background: url(../img/icon-audio.svg) 0 0 no-repeat;    
}

.intrinsic-container .play:hover .embed-icon {
    background-position: 0 -80px;
}

.full-width-breakout {
    width: 500%;
    margin: 0 -200% 40px -200%;
    background-color: #fff;
    float: left;
    clear: both;
}

.full-width-breakout .inner{ 
    width: 20%;
    max-width: 1300px;
    margin: 0 auto;
    overflow: hidden;
    padding: 40px 20px;
}


.single--project-intro {
    margin-bottom: 30px;
}

.audio-full,
.audio-half {
    position: relative; 
    padding: 200px 50px;
}

.single--page .inner {
    background-image: linear-gradient(to right, #000 60%, rgba(255, 255, 255, 0) 20%);
    background-position: left top;
    background-size: 16px 1px;
    background-repeat: repeat-x;
    margin: 0;
    padding: 20px 0 0;
    overflow: hidden;
}

.team--text {
    padding: 20px 0 50px;
    background-image: linear-gradient(to right, #000 60%, rgba(255, 255, 255, 0) 20%);
    background-position: left bottom;
    background-size: 16px 1px;
    background-repeat: repeat-x;
    margin-bottom: 50px;
}

.team--text h1 {
    font-family:"Gill Sans W01 Medium";
    text-transform: uppercase;
}


.releated--text {
    padding: 20px 0;

}




/* ==========================================================================
envira gallery 
========================================================================== */

.envirabox-wrap a.envirabox-close { 
    background-image: url(../img/icon-close.svg);
    background-position:  center center;
    background-repeat:  no-repeat;
    background-color: #fff;
    top: 0;
    right: 0;
    z-index: 988044;
}

.envirabox-wrap .envirabox-next span { 
    background-image: url(../img/icon-next.svg);
    background-position: right;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 13px;
    height: 22px;
    margin-top: -11px;
}

.envirabox-wrap .envirabox-prev span { 
    background-image: url(../img/icon-prev.svg);
    background-position: left;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 13px;
    height: 22px;
    margin-top: -11px;
}

.envirabox-overlay .envirabox-skin {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: #fff;
    border-radius: 0;
    padding: 10px !important;
}

.envirabox-overlay .envirabox-title {
    visibility: hidden;
    font-size: 13px;
    line-height: 20px;
    background-color: rgba(0,0,0,0.7);
    padding: 5px 10px;
    position: relative;
    text-shadow: none;
    z-index: 988090;
    display: inline-block;
}

#envirabox-loading, .envirabox-close, .envirabox-prev span, .envirabox-next span {
  background-image: url("images/envirabox_sprite.png"); }

#envirabox-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 988060; }

#envirabox-loading div {
  width: 44px;
  height: 44px;
  background: url("../img/BBC_Loadingicon.gif") center center no-repeat; }


/* Use Media Queries to indicate the retina image you wish to use for the navigation arrows to replace the defaults */
@media only screen and (-webkit-min-device-pixel-ratio: 2), 
only screen and (min--moz-device-pixel-ratio: 2), 
only screen and (-o-min-device-pixel-ratio: 2 / 1), 
only screen and (min-device-pixel-ratio: 2), 
only screen and (min-resolution: 192dpi), 
only screen and (min-resolution: 2dppx) {
    .envirabox-wrap .envirabox-prev span, .envirabox-wrap .envirabox-next span {
        background-size: 50% 50%;
    }
    .envirabox-wrap .envirabox-prev span {
        left: 5px !important;
    }
    .envirabox-next span {
        right: 5px !important;
    }
    .envirabox-wrap a.envirabox-close { 
        width: 30px;
        height: 30px;
        background-size: 75% 75%;
    }
    .envirabox-overlay .envirabox-skin {
        padding: 5px !important;
    }
    
    #envirabox-loading, .envirabox-close, .envirabox-prev span, .envirabox-next span {
        background-image: none);
    }

    #envirabox-loading div {
        background-image: url("../img/BBC_Loadingicon.gif");
        background-size: auto; 
    } 
}

@media (max-width: 600px) { 
    .gallery-block .envira-gallery-wrap .envira-gallery-item {
        width: 100% !important;
    }
}


.hp_slide{
    width:100%;
    background:white;
    height:25px;
}
.hp_range{
    width:0;
    background:black;
    height:25px;
}



.full-width-breakout .flexslider .flex-control-paging li a.flex-active {
    background: rgb(255,255,255) !important;
}

.full-width-breakout p {
    color: #fff;
}

footer {
    width: 100%;
}

.footer-icon {   
    position: relative;
    height: 180px;
    display: inline-block;
    width: 100%;
}
.cd-top {
     background: url(../img/load-more.svg) center center no-repeat;
    width: 57px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -40px 0 0 -28px;
}
footer .footer-inner {
    float: left;
    background-color: #000;
    color: #fff;
    padding: 20px 0;
    display: inline-block;
    width: 100%;
}

footer a {
    color: #fff;
}
footer a:hover {
    color: #fff !important;
    text-decoration: underline;
}
footer hr {
    background-color: #fff;
    border: 0;
    height: 4px;
    width: 30px;
    margin: 10px 0;
}

/* ==========================================================================
Search Pop Up
========================================================================== */

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 100001; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: hidden; /* Enable scroll if needed */
    background-color: #000; /* Fallback color */
}

#blank-search.modal {
    display: block;
}
/* Modal Content/Box */
.modal-content {
    position: relative;
    margin: 0 auto;
    padding: 20px;
    width: 100%;
    height: 100%;
    max-width: 1300px;
    text-align:center;
}
.modal-content--inner {
    position: relative;    
    color: #fff;
    margin: 25%  auto;
    display: inline-block;
    width: 100%;
    max-width: 620px;
}
.modal-content table {
    width: 100%;
}

.modal-content input[type="search"] {
    line-height: 2;
    padding: 5px;
    width: 100%;
    background-color: #000;
    color: #fff;
    border: none;
    font-size: 1rem;
    font-family: inherit;
    -webkit-appearance: none; /* add this */
}
.modal-content h2 {
    margin-bottom: 10px;
}

.search_query {
    background-image: linear-gradient(to right, #fff 60%, rgba(255, 255, 255, 0) 20%);
    background-position: left  bottom;
    background-size: 16px 1px;
    background-repeat: repeat-x;
    padding: 1px 0;
    margin-bottom: 20px;
}

.radio-buttons {
    width: 66.66667%;
    float: left;
}
.radio-container {
    width: 40%;
    float: left;
    font-size: 1.000em;
    text-align: left;
}

.submit-field {
    width:33.33333%;
    float: left;
    text-align: right;
}

.submit.button {
    background: #000;
    border: 1px solid #fff;
    color: #fff;
    padding: 10px 30px;
    text-transform: uppercase;
    line-height: 20px;
    cursor: pointer;
    -webkit-appearance: none;
    border-radius: 0;
    font-size: 1em;
}
.submit.button:hover    {
    background: #fff;
    color: #000;
}
.radio-container label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 45px;
    margin-right: 5px;
    line-height: 50px;
    text-transform: uppercase;
}
.radio-container input[type=radio] {
  display: none;
    
}

.radio-container label:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 0px;
    position: absolute;
    left: 0;
    bottom: 10px;
    background-color: #000;
    vertical-align: top;
    border: 1px solid #fff;
}

.radio-container input[type=radio]:checked + label:before {
    background-color: #fff;
}


/* The Close Button */
.no-match-close,
.close {
    position: absolute;
    top: 30px;
    left: 40px;
}

.navigation.paging-navigation {
    float: left;
    clear: both;
}

.nav-previous a {
    display: inline-block;
    text-align: center;

    text-indent: -99999px;
}

#infscr-loading {
    width: 100%;
    min-width: 100%;
    height: 32px;
    text-align: center;
    float: left;
    clear: both;

}
#infscr-loading img {
    max-width: 100%;
    width: auto;
    height: auto;
}

/* ==========================================================================
Fadein
========================================================================== */


.spinner {
    margin: -19px 0 0 -19px;
    width: 38px;
    height: 38px;
    background: url('../img/BBC_Loadingicon.gif') center center no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
}

/*
 * CSS Page Transitions
 * Don't forget to add vendor prefixes!
 */
 
  /** Basic styles for an animated element */
.m-scene .scene_element {
    animation-duration: 0.5s;
    transition-timing-function: ease-in;
    animation-fill-mode: both;
}

  /** An element that fades in */
.m-scene .scene_element--fadein {
    animation-name: fadeIn;
}

/** An element that fades in and slides up */
.m-scene .scene_element--fadeinup {
    animation-name: fadeInUp;
}

/** An element that fades in and slides from the right */
.m-scene .scene_element--fadeinright {
    animation-name: fadeInRight;
}


.m-scene.is-exiting .scene_element {
    animation-direction: alternate-reverse;
}

/*
 * Keyframes
 */

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}






/* ==========================================================================
Audio player
========================================================================== */

.creative-mejs-container.mejs-container {
    position: absolute;
    background: transparent;
    font-family: Helvetica,Arial;
    text-align: left;
    vertical-align: top;
    text-indent: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100% !important;
}


#cookie-bar {background-color: #000; line-height:24px; color:#fff; text-align:center; padding: 10px 20px 20px;}
#cookie-bar.fixed {position:fixed; bottom:0; left:0; width:100%; z-index:1999;}
.cookie-bar-inner {max-width: 1300px; margin: 0 auto; }
#cookie-bar p {font-weight: 400; font-size: 1em; color: #FFF;}
#cookie-bar a {color:#fff;  text-decoration: none;  border-color: #fff;}
#cookie-bar .cb-enable {
	display:inline-block; 
    background:#000; 
	width: 150px; 
    padding: 10px; 
    margin:10px 10px 10px 30px;
	font-size: 1em;	
    color: #fff; 
    text-decoration:none;  
    border: 1px solid #fff;
	-webkit-transition: -webkit-all 0.5s; transition: all 0.5s;
	}
#cookie-bar .cb-enable:hover {background:#fff; color: #000;	-webkit-transition: -webkit-all 0.5s; transition: all 0.5s; }
#cookie-bar .cb-disable {background:#990000;}
#cookie-bar .cb-disable:hover {background:#bb0000;}
#cookie-bar .cb-policy {background:#0033bb;}
#cookie-bar .cb-policy:hover {background:#0055dd;}
/* ==========================================================================
To top
========================================================================== */
.to-top {
  height: 60px;
  background-color: #000;}
  .to-top .to-top-wrap {
    height: 60px;
    width: 70px;
    position: absolute;
    right: 0;
    text-align: center; }
    .to-top .to-top-wrap a {
      display: block;
      width: 100%;
      height: 100%;
      color: #fff;
      background-color: rgba(255, 255, 255, 0.15); }
    .to-top .to-top-wrap a:hover, .to-top .to-top-wrap a:focus {
      background-color: rgba(0, 0, 0, 0.4); }
    .to-top .to-top-wrap i {
      font-size: 30px;
      line-height: 55px; }
  .to-top .row {
    position: relative; }



input[type=text]::-ms-clear {  display: none; width : 0; height: 0; }
input[type=text]::-ms-reveal {  display: none; width : 0; height: 0; }
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }




@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {
      header {
        position: relative;
          z-index: 0;
      }
      #main {
        margin-top: 40px;
    }
}



@media (max-width: 800px) { 
    .menu-wrap {
        padding: 20px;
    }    
    .container {
        padding: 0 20px;
    }

    #open-button.menu-button {
        left: 20px;
    }
    .logo {
        right: 20px;
    }

    .no-match-close, .close {
        left: 20px;
    }
}
    
    
@media (min-width: 801px) and (max-width: 1080px) {

}

@media (min-width: 601px) and (max-width: 800px) {

    .menu-wrap {
        padding: 40px;
    }
    #close-button.menu-button {
        left: -20px;
    }



    #team-roll .inner {
        margin: 0;
    }

    .single--project .container {
        padding: 0;
    }
    .full-width-breakout .inner {
        padding: 20px;
    } 
}

@media (max-width: 600px) { 
        
    .menu-wrap { 
        height: 100%;
        top: -200%; 
        overflow-x: auto;
    }
    .menu-container .work-menu {
        margin-top: 80px;
        padding-left: 0;
        width: 100%;    
    }


    #close-button.menu-button {
        left: 0;
        top: 10px;
    }

    .project-featured-post .inner, .project-post .inner {
        padding-bottom: 20px;
    }
    .project-featured-post .project-thumb {
        padding-bottom: 67.799%;
        height: 0;
        overflow: hidden;
    }
    .overview-title {
        margin-bottom: 30px;
    }
    .blank-half {
        display: none;
    }

    .full-width-breakout .inner {
        padding: 0;
    } 
    .team--person:nth-of-type(2n),
    .team--person:nth-of-type(2n+1),
    .site-main-content article:nth-of-type(2n+1) .inner,
    .site-main-content article:nth-of-type(2n) .inner {
        padding-left: 0;
        padding-right: 0;
    }

        .single--project-intro .inner {
        margin: 0;
    }
  
    .builder-double,
    .builder-single {
        padding: 0 0 20px;
    }
    .modal-content--inner {
       font-size: 0.875em;
    }
    .radio-container label:before {
        height: 20px;
        width: 20px;
    }
        
    .radio-container label {
        padding-left: 30px;
        line-height: 40px;
    }
    .submit.button {
        line-height: 10px;
        margin-top: 4px;
    }
    .page-builder .gallery-block {
        margin-left: -20px;
        margin-right: -20px;
        width: auto;
        float: none;
    }
    
    
}

