@CHARSET "UTF-8";
/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html, body, button, input, select, textarea {color: #000;font-family: 'Open Sans', sans-serif;}
button, input, select, textarea {}
body {font-size: 16px;line-height: 1.2;font-weight:400;background-color:#fff;margin:0px;padding:0px;}
::-moz-selection {background: #b3d4fc;text-shadow: none;}
::selection {background: #b3d4fc;text-shadow: none;}
hr {display: block;height: 1px;border: 0;border-top: 1px solid #ccc;margin: 1em 0;padding: 0;}
img {vertical-align: middle;}
strong{font-weight:700;}
fieldset {border: 0;margin: 0;padding: 0;}
textarea {resize: vertical;}
.chromeframe {margin: 0em 0;background: #8a1800;color: #fff;padding: 0.5em;}
.chromeframe a{color:#fff;cursor:pointer;}
.chromeframe .close_chromeframe {margin-left: 2em;float:right}
a, a:active, a:focus {outline: 0;color: #000000;cursor:pointer;}
::-webkit-input-placeholder { /* WebKit browsers */
    color:    #000;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #000;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #000;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #000;
}
h1,h2,h3,h4,h5,p{margin-top:0px;margin-bottom:20px;}

h1,h2{
	font-size:1.8em;
	border-bottom:5px solid #e7d200;
	display:inline-block;
	text-transform:uppercase;
	font-weight:800;	
}
	.yellow_box h2{
		color:#000;
		border-bottom:5px solid #f1e58f;
	}
	
	.black_box h2{
		color:#fff;
		border-bottom:5px solid #e3d200;
	}
	
h3{
	font-weight:800;
	font-size:1.2em;
	text-transform:uppercase;
	margin:0px;
}

ul
{
	padding-left:20px;	
}

	ul li
	{
		margin: 8px 0px;
	}
	
	ul li ul
	{
		margin:0px;
	}
		ul li ul li{
			list-style:disc;
		}
/* ==========================================================================
   Grid
   ========================================================================== */
*, *:after, *:before {webkit-box-sizing: border-box;-moz-box-sizing: border-box;-ms-box-sizing: border-box;box-sizing: border-box;}
[class*='col-'] {float: left;padding-left: 20px;}
[class*='col-'] img {max-width: 100%;height: auto;}
/*.img-2-3 img{width:640px;}*/
.row{ margin-left:-20px; }
.row:after {content: "";display: table;clear: both;}
.col-1-1 {width: 100%;}
.col-2-3, .col-8-12 {width: 66.66%;}
.col-1-2, .col-6-12, .col-2-4 {width: 50%;}
.col-1-3, .col-4-12 {width: 33.33%;}
.col-1-4, .col-3-12 {width: 25%;}
.col-1-5 {width: 20%;}
.col-2-5 {width: 40%;}
.col-3-5 {width: 60%;}
.col-1-6, .col-2-12 {width: 16.667%;}
.col-1-7 {width: 14.28%;}
.col-1-8 {width: 12.5%;}
.col-1-9 {width: 11.1%;}
.col-1-10 {width: 10%;}
.col-1-11 {width: 9.09%;}
.col-1-12 {width: 8.33%;}
.col-11-12 {width: 91.66%;}
.col-10-12 {width: 83.333%;}
.col-9-12, .col-3-4 {width: 75%;}
.col-5-12 {width: 41.66%;}
.col-7-12 {width: 58.33%}
		
.offset_1_6{margin-left:16.6665%;}
/* ==========================================================================
   Custom styles
   ========================================================================== */

/* basic elements-------------------------------------------------*/
.mobile_show{display:none;}
.narrow_show{display:none;}
		
.wrap {
	max-width: 980px;
	margin: 0 auto;
}

nav{
	position:fixed;
	background-color:#000;
	width:100%;
	z-index:8000;
}
	nav ul{
		margin:10px;
		padding:0px;
		color:#fff;
		float:right;
	}
		nav ul li{
			display:block;
			float:left;
			margin:0px 10px;
		}
			nav ul li a{
				color:#fff;
				text-decoration:none;
				text-transform:uppercase;
				font-weight:700;
				font-size:0.8em;
			}
				nav ul li a:hover,nav ul li a:active, nav ul li a:focus{
					color:#e7d200;
				}
	.mobile_nav_btn{
		text-align:right;
		display:none;
	}
.video_container,.more_images{
	width:80%;
	margin:0px auto;
}
.image_container{
	position: relative; 	
	color:#fff;
	-webkit-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.61);
	-moz-box-shadow:    0px 3px 20px 0px rgba(0, 0, 0, 0.61);
	box-shadow:         0px 3px 20px 0px rgba(0, 0, 0, 0.61);
}
	.image_container.frontpage
	{
		height:600px;
	}
		.image_container.frontpage img{
			padding-top:260px;
			width:62%;
			max-width:1300px;
		}
		.image_container.frontpage strong{
			margin-top:10px;
			display:inline-block;
		}
.content{
	padding:7% 0px 8% 0px;
}

.yellow_box{
	background-color:#e3d200;	
	position:relative;	
	-webkit-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.61);
	-moz-box-shadow:    0px 3px 20px 0px rgba(0, 0, 0, 0.61);
	box-shadow:         0px 3px 20px 0px rgba(0, 0, 0, 0.61);
}
	.yellow_box.partners
	{
		padding:3% 0px;
		height:auto;
	}
	
.black_box{
	background-color:#000;	
	position:relative;	
	-webkit-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.61);
	-moz-box-shadow:    0px 3px 20px 0px rgba(0, 0, 0, 0.61);
	box-shadow:         0px 3px 20px 0px rgba(0, 0, 0, 0.61);
}	
	.black_box.works,.black_box.works_tile, .news
	{
		padding:8% 0px 3%;
		height:auto;
	}
	.black_box.works_tile{
		padding:8% 0px 8%;
	}
.partners img{
	opacity:1;
}
	.partners img:hover{
		opacity:0.6;
	}
blockquote{
	color:#fff;
	font-weight:800;
	text-transform:uppercase;
	font-size:1.8em;		
	margin:1em 20px 1em 0px;
}
	blockquote footer{
		text-transform:none;
		font-size:0.5em;
		font-weight:600;
	}
	
	
.footer{
	background-color:#000;	
	color:#fff;
	padding:20px;
}
	.footer .wrap{
		max-width:1500px;
	}
.contact a, .footer a, .people a{
	text-decoration:none;
}
	.footer a{
		color:#fff;
	}
	.contact a:hover, .footer a:hover, .people a:hover{
		text-decoration:underline;
	}
.people{
	padding-bottom:0px;
}
	.people .col-1-3{
		position:relative;
	}
	.people a{
		padding-left:28px;
	}
	
	.people_info{
		display:none;
		position:absolute;
		z-index:1;
		top:0px;
		padding:50px 20px;
	}
.linkedin{
	background:url(/images/icon_linkedin.png) no-repeat center left;
	padding-left:28px;
	margin-top:10px;
	line-height:26px;
}
.portfolio{
	background:url(/images/icon_portfolio.png) no-repeat center left;
	padding-left:28px;
	margin-top:10px;
	line-height:26px;
}

.footer_share{
	position:relative;
	background-color:#000;
	height:40px;
}
	.some_icons{
		/*position:absolute;
		left:50%;
		top:10px;
		margin-left:-65px;*/
		text-align:center;
		color:#fff;
	}
		/*.some_icons > div{
			float:left;
		}
		.some_icons > span
		{
			display:block;
			float:left;
			margin-left:10px;
		}*/
.work_info_container, .news_info_container{
	padding:40px 20px;
	max-width: 980px;
	margin: 0 auto;
}
	.work_info_container h3, .news_info_container h3{
		margin-bottom:10px;
	}
.more_images{
	cursor:pointer;
	position:relative;
}
	.more_images .play{
		position:absolute;
		right:2%;
		top:50%;
		margin-top:-19px;
	}
	
.campaign_campaigns_container .row{ margin-left:-5px; }
.campaign_campaigns_container [class*='col-'] {float: left;padding-left: 5px;}
	
.campaign_container{
	position:relative;
	margin-bottom:20px;
	cursor:pointer;
}
.campaign_campaigns_container .campaign_container{
	margin-bottom:5px;
}
	.campaign_container .campaign_img img{
		width:100%;
	}
	.campaign_container .campaign_content{
		position:absolute;
		width:100%;
		height:100%;
		top:0px;
		left:0px;		
		color:#fff;
		z-index:1;
		text-align:center;
		display: none;
		justify-content: center;
		flex-direction: column;
		text-align: center;
		padding:0px 5px;
	}
		.campaign_container .campaign_content h3{
			margin-bottom:5px;
		}
		.campaign_container .campaign_content p{
			margin-bottom:0px;
		}
	.campaign_container:after{
		content: "";
		  display: none;
		  position: absolute; /* could also be absolute */ 
		  top: 0px;
		  left: 0;
		  height: 101%;
		  width: 100%;
		  z-index: 0;
		  background-color: rgba(0,0,0,0.4);
	}
		.campaign_container:hover:after{
			display:block;
		}
		.campaign_container:hover .campaign_content{
			display:flex;
		}

.campaign_works_container{
	color:#fff;
	display:none;
}
.work_back_btn{
	color:#fff !important;
	font-weight:700;
	text-transform:uppercase;
	font-size:1.2em;
}

.campaign_works_container a{
	text-decoration:none !important;
}
/* ==========================================================================
   Plugin classes
   ========================================================================== */
/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	border:  0px solid #000;
	left: 0px;
	background: #000;
	color:#fff;
	
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}
	.news .bx-wrapper .bx-viewport {
		background: #fff;
		color:#000;
	}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(/images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
	margin-top:-45px;
	bottom:auto;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #fff;
}

.news .bx-wrapper .bx-pager.bx-default-pager a:hover,
.news .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #ccc;
}


/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 15px;
	background: url(/images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 15px;
	background: url(/images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	bottom:10px;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(/images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(/images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('/images/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('/images/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('/images/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('/images/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('/images/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
/* ==========================================================================
   Helper classes
   ========================================================================== */

.error_txt{color:red !important;}
.error_border{border-color:red !important;}
[class*='col-'] img.no_scale{max-width:none;}
.floatr { float: right }
.floatl { float: left }

.bottom_margin{margin-bottom:20px;}
.partners .bottom_margin{margin-bottom:40px;}
.text_left { text-align: left }
.text_center { text-align: center }
.text_right { text-align: right }
.text_center img{margin:0px auto;}

.bold{font-weight:700;}
.extra_bold{font-weight:800;}
.black_bold{font-weight:900;}
.nowrap{white-space:nowrap;}
.ucase{text-transform:uppercase}
.clearer{clear:both;}
.no_margin{margin:0px;}
.no_padding{padding:0px;}
.top_padding{padding-top:10px;}
.box_padding{padding:10px 10px 10px 30px;}
.ir {background-color: transparent;border: 0;overflow: hidden;/* IE 6/7 fallback */*text-indent: -9999px;}
.ir:before {content: "";display: block;width: 0;height: 100%;}
.hidden {display: none !important;visibility: hidden;}
.visuallyhidden {border: 0;clip: rect(0 0 0 0);height: 1px;margin: -1px;overflow: hidden;padding: 0;position: absolute;width: 1px;}
.visuallyhidden.focusable:active,.visuallyhidden.focusable:focus {clip: auto;height: auto;margin: 0;overflow: visible;position: static;width: auto;}
.invisible {visibility: hidden;}
.clearfix:before,.clearfix:after {content: " "; /* 1 */display: table; /* 2 */}
.clearfix:after {clear: both;}
.clearfix {*zoom: 1;}
