html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
	display: block;
}
*:focus {
    outline: none;
}
html 
{ 
	width:100%;
	height:auto;
}
body {
    width: 100%;
    height: auto;
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
    font-weight: 400;
    color: #fff;
}
h3{
    font-family: "Gotham A", "Gotham B";
}
.flexbox
{
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center; 
}
.flexbox2
{
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: flexstart;
    -webkit-justify-content: flexstart; 
    flex-wrap: wrap;
}
.kaap-tagline{
    position: absolute;
    width: 100%;
    margin-top: -60px;
    font-size: 10px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
}
/* MENU */
.seudo-box-timer
{
    position: fixed;
    opacity: 0;
    width: 0;
}
.menu-container
{
    position: fixed;
    top: 0;
    width: 100%;
    height: 0;
    z-index: 10;
}
.menu-highlight
{
    position: fixed;
    top: 0;
    width: 80px;
    height: 0;
    z-index: 10;
    background: #fff;
}
.menu-items-box
{
    position: relative;
    width: 100%;
    height: 100%;
    opacity: 0;
    font-size: 0;
    overflow: hidden;
}
.menu-link
{
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
}
.mi1
{
    width: 33.3%;
    height: 50%;
    background-color: #728780;
}
.mi2
{
    width: 33.3%;
    height: 50%;
    background-color: #3a3c37;
}
.mi3
{
    width: 33.3%;
    height: 50%;
    background-color: #898174;
}
.mi4
{
    width: 33.3%;
    height: 50%;
    background-color: #3d2c37;
}
.mi5
{
    width: 33.3%;
    height: 50%;
    background-color: #695d66;
}
.mi6
{
    width: 33.3%;
    height: 50%;
    background-color: #332b23;
}
.menu-info
{
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.menu-header
{
    position: absolute;
    top: 50px;
    left: 50px;
    width: auto;
    border-bottom: solid 2px #fff;
    padding-bottom: 20px;
}
.menu-header h1
{
    color: #fff;
    font-weight: 500;
    font-size: 22px;
    letter-spacing: 2px;
    text-align: left;
    text-transform: uppercase;
}

.sub-menu
{
    position: absolute;
    left: 50px;
    top: 125px;
    list-style: none;
    width: 100%;
    height: auto;
}
.sub-menu li
{
    color: #fff;
    font-weight: 400;
    font-size: 13px;
    margin-bottom: 15px;
    letter-spacing: 1.5px;
    text-align: left;
    text-transform: uppercase;
    cursor: pointer;
}
.menu-pagination-box
{
    position: absolute;
    bottom: 30px;
    width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-left: solid 50px transparent;
    border-right: solid 50px transparent;
}
.menu-num
{
    width: 100%;
    color: #fff;
    font-weight: 400;
    font-size: 22px;
    text-align: right;
    padding-top: 10px;
    border-top: solid 1px #fff;
}


/* Screen Title */

.screen-header
{
    position: fixed;
    bottom: 30px;
    left: 30px;
    width: auto;
    height: 11px;
    z-index: 2000;
    overflow: hidden;
}
.i2-wrapper
{
    position: relative;
    width: auto;
    height: auto;
}
.i2-wrapper .i2 h2
{
    font-style: normal;
    font-weight: 400;
    height: 11px;
    font-size: 9px;
    letter-spacing: 5px;
    text-transform: uppercase;
    
}
/* PRELOADER */
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@keyframes pulse {
  50% {
    background: white; } }

.spinner {
    position: fixed;
    bottom: 30px;
    left: 50%;
    margin-left: -12.5px;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    border: 2px solid #111;
    border-top-color: #999;
    animation: spin 1s infinite linear; 
}
  .spinner--double {
    border-style: double;
    border-width: .5rem;
    box-sizing: border-box; } 
.preloader
{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 2000;
    overflow: hidden;
}
.black-bg
{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
}
.white-bg
{
    position: absolute;
    width: 100%;
    height: 58%;
    background-color: #fff;
}
.kaap-logo
{
    position: fixed;
    top: -120px;
    right: 30px;
    cursor: pointer;
    z-index: 350;
}
.kaap-logo span
{
    font-size: 3em;
}
.btn-scroll-container
{
    
    bottom: 30px;
    left: 50%;
    margin-left: -25%;
    width: 50%;
    height: auto;
    z-index: 8;
    text-align: center;
}
.icon-scroll
{
    position: fixed;
    width: 100%;
    height: 50px;
    text-align: center;
    bottom: 0;
    opacity: 0;
    z-index: 8;
}
.icon-scroll span
{
    font-size: 3em;
}
.scroll-copy
{
    position: fixed;
    width: 200px;
    left: 50%;
    bottom: 0;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 2px;
    margin-left: -100px;
    font-size: 10px;
    font-weight: 500;
    font-style: italic;
    height: auto;
    opacity: 0;
    z-index: 8;
}
.btn-scroll2
{
    position: fixed;
    top: 20px;
    left: 50%;
    margin-left: -17.5px;
    width: 35px;
    height: 35px;
    background-image: url('../images/svgs/icon-arrow-slider.svg');
    background-repeat: no-repeat;
    background-size: 100% auto;
    cursor: pointer;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    cursor: pointer;
    z-index: 8;
}
.btn-scroll
{
    position: fixed;
    bottom: 20px;
    left: 50%;
    margin-left: -17.5px;
    width: 35px;
    height: 35px;
    background-image: url('../images/svgs/icon-arrow-slider.svg');
    background-repeat: no-repeat;
    background-size: 100% auto;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    cursor: pointer;
    z-index: 8;
}
.btn-menu
{
    position: fixed;
    left: 30px;
    top: -120px;
    z-index: 100;
    cursor: pointer;
}
.btn-close-menu {
    position: fixed;
    width: 75px;
    height: 75px;
    top: -75px;
    background-image: url(../images/svgs/icon-close.svg);
    background-position: 50px 20px;
    background-repeat: no-repeat;
    background-size: 30% auto;
    z-index: 202;
    cursor: pointer;
}
.mode-exclusion
{
    mix-blend-mode: exclusion;
}
.mode-unset
{
    mix-blend-mode: unset;
}

.social-icons
{
    position: fixed;
    bottom: -120px;
    right: 30px;
    mix-blend-mode: exclusion;
    z-index: 205;
}
.social-icons p
{
    font-size: 9px;
    font-weight: 400;
    letter-spacing: 5px;
    color: #fff;
    text-transform: uppercase;
    mix-blend-mode: exclusion;
}
.social-icons p a
{
    text-decoration: none;
    color: #fff;
}
.content-wrapper
{
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    text-align: center;
    background-size: cover;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.excl
{
    mix-blend-mode: exclusion;
}
/* Introduction */
.cwbg1
{
    background-color: rgba(0,0,0,0.3);
}
/* We Producers */
.cwbg13
{
    background-color: rgba(0,0,0,0.4);
}
/* About */
.cwbg2
{
    background-color: rgba(0,0,0,0.5);
}
.cwbg3
{
    background-image: url('../images/banners/placeholder-about3.jpg');
}
.cwbg4
{
    background-image: url('../images/banners/placeholder-about2.jpg');
}
.cwbg5
{
    background-image: url('../images/banners/placeholder-about4.jpg');
}
/* Locations */
.cwbg6
{
    background-color: rgba(0,0,0,0.45);
}
.cwbg7
{
    background-image: url('../images/banners/placeholder-about.jpg');
}
.cwbg8
{
    background-image: url('../images/banners/placeholder-mauritius.jpg');
}
.cwbg9
{
    background-image: url('../images/banners/locations-1.jpg');
}
/* Work */
.cwbg10
{
    background-color: rgba(0,0,0,0.4);
}
/* Clients */

.cwbg11
{
    background-color: rgba(0,0,0,0.35);
}
/* Contact */
.cwbg12
{
    background-color: rgba(0,0,0,0.3);
}
.section-content-box
{
    width: 100%;
    height: auto;
    text-align: center;
    cursor: default;
}
.section-clients-box
{
    width: 100%;
    height: 100%;
    text-align: center;
    cursor: default;
}
.section-contact-box
{
    width: 100%;
    height: 100%;
    text-align: center;
    cursor: default;
}
.section-content-box .i1
{
    width: 100%;
    height: auto;
    padding: 0px 0px 10px 0px;
}
.section-content-box .i2
{
    display: inline-block;
    width: 50%;
    height: auto;
    padding: 0px 0px 20px 0px; 
}
.section-content-box .i3, .section-content-box .i4
{
    width: 100%;
    height: auto;
}
.section-content-box .i4 h2
{
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
}
.section-content-box .i4
{
    display: inline-block;
    width: 100%;
    height: auto;
    padding: 0px 0px 20px 0px; 
}
.section-content-box .i1 h1
{
    font-style: normal;
    font-weight: 700;
    font-size: 72px;
    text-transform: uppercase;
}

.section-content-box .i3 p
{
    display: inline-block;
    width: 50%;
    padding: 0% 10%;
    font-style: normal;
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 25px;
}
.section-content-box .i2 h1, .section-content-box .i4 h1
{
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    line-height: 1em;
    letter-spacing: 10px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.section-content-box .i4 h3
{
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.section-content-box .i2a h1
{
    font-style: normal;
    font-weight: 700;
    font-size: 72px;
    text-transform: uppercase;
    margin-bottom: 50px;
}

.plt1, .plt2, .plt3, .plt4
{
    opacity: 0;
}

.section-content-box .i3 h2
{
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
}
.contact-header
{
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
}
.ibtn-main
{
    width: 100%;
    height: auto;
    text-align: center;
}
.ibtn-wrapper
{
    width: 100%;
    height: auto;
    margin: 10px 0px;
}
.ibtn-wrapper2
{
    width: 100%;
    height: auto;
    margin: 10px 0px;
}
.ibtn-wrapper5
{
    width: auto;
    height: auto;
    margin-top: 10px;
}

.ibtn5
{
    display: inline-block;
    width: 125px;
    height: 125px;
    text-align: center;
    margin-top: 20px;
    cursor: pointer;
    background-image: url('../images/svgs/icon-map.svg');
    background-repeat: no-repeat;
    background-size: auto 125px;
    background-position: center center;
}
.map-btn
{
    width: auto;
    height: auto;
    font-size: 30px;
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
}
.btn-sn-box
{
    position: relative;
    text-align: center;
    width: 100%;
    height: 35px;
    padding-top: 30px;
}
.btn-sn-box img
{
    display: inline-block !important;
    width: 35px;
    height: auto;
    margin: 0px 3px 0px 3px;
    cursor: pointer;
}

.btn-hl, .btn-hl2, .btn-hl3
{
    position: fixed;
    width: 50px;
    height: 50px;
    left: 20px;
    top: 50%;
    margin-left: 20px;
    margin-top: -25px;
    cursor: pointer;
    opacity: 0;
    display: none;
    z-index: 9;
}
.btn-hr, .btn-hr2, .btn-hr3
{
    position: fixed;
    width: 50px;
    height: 50px;
    right: 20px;
    top: 50%;
    margin-right: 20px;
    margin-top: -25px;
    cursor: pointer;
    opacity: 0;
    display: none;
    z-index: 9;
}
.bs2
{
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.transition
{
    width: 100%;
    height: 200px;
}
.transition p
{
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
    font-weight: 200;
    color: #fff;
    
}


.feature-container
{
	width: 100%;
	height: auto;
	text-align: center;
}
.sfader
{
	width: 100%;
	height: 100%;
	text-align: center;
}
.banner-image-box
{
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
}
.bib1
{
    width: 100%;
    height: 100%;
    background-image: url('../images/banners/img-3.jpg');
}
.bib2
{
    width: 100%;
    height: 100%;
    background-image: url('../images/banners/img-4.jpg');
}
.feature-top
{
	width: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	height: 100%;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
 	-o-background-size: cover;
 	background-size: cover;
}

#bgvid { 
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(polina.jpg) no-repeat;
    -webkit-background-size: cover;
  	-moz-background-size: cover;
 	-o-background-size: cover;
 	background-size: cover;
}
.project-nav
{
    width: 100%;
    height: auto;
    margin-top: 30px; 
}
.project-nav ul
{
    width: 100%;
    height: auto;
    list-style: none;
    text-align: center;
}
.film-btn, .stills-btn, .tv-btn
{
    display: inline-block;
    width: 110px;
    height: 110px;
    font-size: 1px;
    border-radius: 80em;
    border: solid 4px #fff;
    background-color: rgba(0,0,0,0.15);
    margin: 0px 3.5% 0px 3.5%;
    cursor: pointer;
}
.pn-wrapper
{
    width: auto;
    height: auto;
    padding-top: 10px;
}
.film-btn p, .stills-btn p, .tv-btn p
{
    width: 100%;
    height: auto;
    letter-spacing: 4px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1em;
    text-transform: uppercase;
    color: #fff;
}
.pn-line
{
    display: inline-block;
    font-size: 5px;
    width: 15px;
    margin-top: 5px;
    height: 3px;
    border-radius: 20em;
    background-color: #fff;
}
.work-modal
{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 199;
    opacity: 0;
    overflow: hidden;
    display: none;
}
.vid-btn, .vid-btn2, .vid-btn3, .still-btn1
{
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-top: 10px;
    background-image: url('../images/svgs/play-video.svg');
    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
}
.close-vid-btn
{
    position: fixed;
    top: 20px;
    left: 20px;
    width: 160px;
    height: 45px;
    background-image: url('../images/svgs/exit-video.svg');
    background-size: 90% auto;
    background-position: center center;
    background-repeat: no-repeat;
    display: none;
    z-index: 10;
    cursor: pointer;
}
.close-menu
{
    position: fixed;
    width: 75px;
    height: 75px;
    background-image: url('../images/svgs/icon-close.svg');
    background-size: 30% auto;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 202;
    cursor: pointer;
}
.work-bg-box
{
    position: absolute;
    width: 100%;
    height: 100%;
}
.work-info-display
{
    position: absolute;
    left: 30px;
    bottom: 35px;
    width: auto;
    height: auto;
    margin-top: 200px;
    z-index: 10;
    display: none;
}
.work-info-display h1
{
    font-size: 35px;
    font-weight: 700;
    color: #fff;
}
.work-info-display p
{
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}
.work-bg
{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
}
.work-bg-pic
{
    width: 100%;
    height: 100%;
    background-color: #000;
    background-image: url('../images/svgs/kaap-logo-grey.svg');
    background-repeat: no-repeat;
    background-size: 20%;
    background-position: center center;
}

.work-info, .tv-info, .stills-info
{
    position: fixed;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    text-align: center;
    background-size: cover;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
}


.work-info-flexbox
{
    width: auto;
    height: auto;
}
.work-header
{
    width: auto;
    height: auto;
    padding-bottom: 5px;
    margin-bottom: 50px;
    border-bottom: solid 3px #fff;
}
.work-header h1
{
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}
.film
{
    width: auto;
    height: auto;
}
.film ul
{
    list-style: none;
}
.film ul li
{
    width: auto;
    height: auto;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    cursor: pointer;
}
.still-box
{
    display: inline-block;
    width: 50%;
    height: 50%;
    background-position: center center;
    background-size: 110%;
    background-repeat: no-repeat;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
}

.work-box
{
    display: inline-block;
    width: 33.33%;
    height: 50%;
    background-position: center center;
    background-size: 110%;
    background-repeat: no-repeat;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
}
/* CONTACT */

.contact-info-box
{
    width: 95%;
    height: auto;
    display: inline-block;
}
.contact-info-box h1
{
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.contact-info-box a
{
    color: #fff;
    text-decoration: none;
}
.ci1
{
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    margin-bottom: 50px;
    text-transform: uppercase;    
}

.contact-info-box h2
{
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
}
.contact-info
{
    font-style: normal;
    font-weight: 200;
    line-height: 1.5;
    font-size: 14px;
    margin-bottom: 8px;
}

.contact-spacer
{
    width: 100%;
    height: 20px;
}
.contact-spacer2
{
    width: 100%;
    height: 20px;
}
.contact-btn-spacer
{
    width: 100%;
    height: 20px;
}
.team-box-container
{
    width: 100%;
    height: 100%;
    font-size: 0;
}
.team-box
{
    display: inline-block;
    width: 50%;
    height: 50%;
    background-position: center center;
    background-size: 120%;
    background-repeat: no-repeat;
    vertical-align: top;
    cursor: pointer;
}

.ti-wrapper
{
    width: auto;
    height: auto;
}
.tp1
{
    background-image: url('../images/team/jeroen.jpg');
}
.tp2
{
    background-image: url('../images/team/mirella.jpg');
}
.tp3
{
    background-image: url('../images/team/jolanda.jpg');
}
.tp4
{
    background-image: url('../images/team/rose.jpg');
}

.wp1
{
    background-image: url('../images/work/work-pic-1.jpg');
}
.wp2
{
    background-image: url('../images/work/work-pic-4.jpg');
}
.wp3
{
    background-image: url('../images/work/work-pic-13.jpg');
}
.wp4
{
    background-image: url('../images/work/work-pic-2.jpg');
}
.wp5
{
    background-image: url('../images/work/work-pic-3.jpg');
}
.wp6
{
    background-image: url('../images/work/work-pic-14.jpg');
}
.tv1
{
    background-image: url('../images/work/work-pic-5.jpg');
}
.tv2
{
    background-image: url('../images/work/work-pic-6.jpg');
}
.tv3
{
    background-image: url('../images/work/work-pic-7.jpg');
}
.tv4
{
    background-image: url('../images/work/work-pic-8.jpg');
}

.st1
{
    background-image: url('../images/work/work-pic-9.jpg');
}
.st2
{
    background-image: url('../images/work/work-pic-10.jpg');
}
.st3
{
    background-image: url('../images/work/work-pic-11.jpg');
}
.st4
{
    background-image: url('../images/work/work-pic-12.jpg');
}



.sp1
{
    background-image: url('../images/work/work-pic-9.jpg');
}
.sp2
{
    background-image: url('../images/work/work-pic-9b.jpg');
}
.sp3
{
    background-image: url('../images/work/work-pic-9c.jpg');
}
.sp4
{
    background-image: url('../images/work/work-pic-9d.jpg');
}

.sp5
{
    background-image: url('../images/work/work-pic-10.jpg');
}
.sp6
{
    background-image: url('../images/work/work-pic-10b.jpg');
}
.sp7
{
    background-image: url('../images/work/work-pic-10c.jpg');
}
.sp8
{
    background-image: url('../images/work/work-pic-10d.jpg');
}

.sp9
{
    background-image: url('../images/work/work-pic-11.jpg');
}
.sp10
{
    background-image: url('../images/work/work-pic-11b.jpg');
}
.sp11
{
    background-image: url('../images/work/work-pic-11c.jpg');
}
.sp12
{
    background-image: url('../images/work/work-pic-11d.jpg');
}

.sp13
{
    background-image: url('../images/work/work-pic-12.jpg');
}
.sp14
{
    background-image: url('../images/work/work-pic-12b.jpg');
}
.sp15
{
    background-image: url('../images/work/work-pic-12c.jpg');
}
.sp16
{
    background-image: url('../images/work/work-pic-12d.jpg');
}

.team-info
{
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    text-align: center;
    background-size: cover;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.stills-box
{
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 10;
    font-size: 0;
}
.stills-pic
{
    display: inline-block;
    width: 50%;
    height: 0%;
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
}
.stills-bg
{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 201;
    display: none;
    pointer-events: none;
    background-color: rgba(0,0,0,0.5);
}

.team-info h1
{
    width: 100%;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase; 
}
.team-info h2
{
    width: 100%;
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    text-transform: uppercase;
}
.team-contact-box
{
    position: relative;
    width: 100%;
    height: 0px;
    margin-top: 15px;
    overflow: hidden;    
}
.team-info p
{
    width: 100%;
    font-style: normal;
    font-weight: 200;
    font-size: 14px;
    margin-bottom: 5px;
}
.team-info p b
{
    font-weight: 500;
}

/* CLIENTS */
.clients-container
{
    display: inline-block;
    width: 100%;
    height: 80%;
}
.client-box-wrapper
{
    position: relative;
    width: 100%;
    height: 100%;
}
.client-box-inner
{
    width: auto;
    height: auto;
}
.cb-pad{
    box-sizing: border-box;
    padding:7%;
}
.client-box
{
    width: 33.3%;
    height: 33.3%;
}
.client-box span
{
    font-size: 7em;
}
.client-type
{
    width: 100%;
    height: auto;
    text-align: center;
}
.ch-box{
    width: 100%;
}
.ch-small{
    width: 100%;
    font-size: 12px;
    letter-spacing: 8px;
    font-weight: 700;
    text-transform: uppercase;
}
.client-header
{
    font-weight: normal;
    font-size: 52px;
    line-height: 1.2em;
    font-weight: 700;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    text-transform: uppercase;
}
.client-type h3
{
    color: #fff;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}
.cb1
{
    background-image: url('../images/clients/albert-heijn.svg');
}
.cb2
{
    background-image: url('../images/clients/bnn.svg');
}
.cb3
{
    background-image: url('../images/clients/calve.svg');
}
.cb4
{
    background-image: url('../images/clients/canon.svg');
}
.cb5
{
    background-image: url('../images/clients/cheetos.svg');
}
.cb6
{
    background-image: url('../images/clients/dymo.svg');
}
.cb7
{
    background-image: url('../images/clients/endemol.svg');
}
.cb8
{
    background-image: url('../images/clients/hoya.svg');
}
.cb9
{
    background-image: url('../images/clients/ing.svg');
}
.cb10
{
    background-image: url('../images/clients/johnson.svg');
}
.cb11
{
    background-image: url('../images/clients/klm.svg');
}
.cb12
{
    background-image: url('../images/clients/mondelez.svg');
}
.cb13
{
    background-image: url('../images/clients/nescafe.svg');
}
.cb14
{
    background-image: url('../images/clients/nos.svg');
}
.cb15
{
    background-image: url('../images/clients/philips.svg');
}
.cb16
{
    background-image: url('../images/clients/tbwa.svg');
}
.cb17
{
    background-image: url('../images/clients/tribal.svg');
}
.cb18
{
    background-image: url('../images/clients/unilever.svg');
}
.small-type
{
    display: inline-block;
    width: 250px;
    padding: 15px 10px;
    border-radius: 8px;
    height: auto;
    border: solid 2px #fff;
    text-align: center;
    cursor: pointer;
}
.small-type h3
{
    color: #fff;
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
}
.icon-st1
{
    background-image: url('../images/svgs/icon-arrow-sml.svg');
    background-repeat: no-repeat;
    background-position: 95% center;
    background-size: 8px;
}
.icon-st2
{
    background-image: url('../images/svgs/icon-loc-sml.svg');
    background-repeat: no-repeat;
    background-position: 5% center;
    background-size: 11px;
}
.icon-st3
{
    background-image: url('../images/svgs/icon-team-sml.svg');
    background-repeat: no-repeat;
    background-position: 5% center;
    background-size: 17px;
}
#bgvid
{
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

/* J SPECIAL ADAPTIONS */

.j-special1
{
    width: 50%;
}
.vid-cover
{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0;
}
.sfs1
{
    letter-spacing:28px;
}
.sfs2
{
    letter-spacing:18px;
    margin-left:-7px;
}
.sfs3
{
    letter-spacing:3px;
    opacity:1;
}
.sfs4
{
    width: 100%;
    height: auto;
}
.sfs5
{
    width: 100%;
    height: auto;
}
.sfs4 h1
{
    font-style: normal;
    font-weight: 700;
    font-size: 72px;
    text-transform: uppercase;
    margin-left:40px;
    letter-spacing:35px;
    color: #fff;
}
.sfs5 h1
{
    font-style: normal;
    font-weight: 700;
    font-size: 72px;
    text-transform: uppercase;
    margin-left:40px;
    letter-spacing:35px;
    margin-bottom:0;
    color: #fff;
}

/* BACKGROUND FADER MOBILE */
.bg-container
{
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
    z-index: -1;
}
.bg-item-container
{
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.bg-item-container img
{
    width: 100%;
    height: auto;
}
.bg1
{
     background-image: url('../images/banners/mobile/img1.jpg');
}
.bg2
{
     background-image: url('../images/banners/mobile/img2.jpg');
}
.bg3
{
     background-image: url('../images/banners/mobile/img3.jpg');
}
.bg4
{
     background-image: url('../images/banners/mobile/img4.jpg');
}
.bg5
{
     background-image: url('../images/banners/mobile/img5.jpg');
}
.bg-wrap
{
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    background-color: #000;
    opacity: 0.7;
    z-index: 1;
}
#sect9 iframe{
    display: none;
}
.googs-map
{
    position: relative;
    width: 100%;
    height: 100%;
}
.map-type
{
    position: absolute;
    left: 50%;
    margin-left: -125px;
    bottom: 30px;
    width: 250px;
    padding: 15px 10px;
    border-radius: 8px;
    height: auto;
    border: solid 2px #fff;
    text-align: center;
    cursor: pointer;
    z-index: 8;
}
.map-mask
{
    width: 100%;
    height: 15px;
    overflow: hidden;
}
.map-wrapper
{
    position: relative;
    width: 100%;
    height: auto;
}
.mt-copy
{
    color: #fff;
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
}
.lb-header
{
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
    font-size: 24px;
    font-weight: 500;
    color: #fff; 
}
.pe-none
{
    pointer-events: none;
}
.pe-on
{
    pointer-events: fill;
}