/* DOCK10 STYLES */

html {
	scroll-behavior: smooth;
}
body {
	font-family: 'Overpass', Helvetica, Arial, sans-serif;
	background-color: #000;
	color: #222;
}
a {
	transition: all 0.25s ease-in-out;
	cursor: pointer;
	color: #a3c22b;
	text-decoration: none;
}
a:link, a:visited {color: #a3c22b;text-decoration: none;}
a:hover, a:focus, a:active {color: #0e80a0;text-decoration: none;}

a.white, a.white:link, a.white:visited {color: #fff;}
a.white:hover, a.white:focus, a.white:active {color: #0e80a0;}

a.black, a.black:link, a.black:visited {color: #000;}
a.black:hover, a.black:focus, a.black:active {color: #0e80a0;}

a.white.white-hover:hover {color: #fff;}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans Condensed', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	margin-top: 0;
}
h1 {font-size: 3em;line-height: 45px;margin: 0 0 20px 0;}
h2 {font-size: 2.33em;line-height: 35px;margin: 0 0 20px 0;}
h3 {font-size: 2em;line-height: 30px;margin: 0 0 20px 0;}
h4 {font-size: 1.67em;line-height: 25px;margin: 0 0 15px 0;}
h5 {font-size: 1.2em;line-height: 18px;margin: 0 0 10px 0;}
h6 {font-size: 1em;line-height: 15px;margin: 0 0 10px 0;}
p {font-size: 1em;margin: 0 0 20px 0;}
p.sm {font-size: 1em}
p:last-of-type {margin-bottom: 0;}
li {font-size: 1em;margin: 0;}
li.sm {font-size: 1em}
@media (min-width: 768px) {
h1 {font-size: 4.47em;line-height: 70px;}
h2 {font-size: 3em;line-height: 45px;}
h3 {font-size: 2.33em;line-height: 35px;}
p {font-size: 1.13em;}
li {font-size: 1.13em;}
}
@media (min-width: 992px) {
h1 {font-size: 5.33em;line-height: 80px;}
h2 {font-size: 3.67em;line-height: 55px;}
p {font-size: 1.27em;}
li {font-size: 1.27em;}
}

ul.bullet-line-green {border-left: 2px solid #a3c22b;padding-inline-start: 20px;list-style-type: none;margin-bottom: 0;}
ul.bullet-line-black {border-left: 2px solid #000;padding-inline-start: 20px;list-style-type: none;margin-bottom: 0;}
ul.bullet-line-white {border-left: 2px solid #fff;padding-inline-start: 20px;list-style-type: none;margin-bottom: 0;}
ul.bullet-line-green li {margin-bottom: 15px;}
ul.bullet-line-green li:last-of-type {margin-bottom: 0;}
ul.bullet-line-black li {margin-bottom: 15px;}
ul.bullet-line-black li:last-of-type {margin-bottom: 0;}
ul.bullet-line-white li {margin-bottom: 15px;}
ul.bullet-line-white li:last-of-type {margin-bottom: 0;}

.hr-green {border-top:1px solid #a3c22b;margin:0px 0px 10px 0px;}
.hr-black {border-top:1px solid #000;margin:0px 0px 10px 0px;}
.hr-white {border-top:1px solid #fff;margin:0px 0px 10px 0px;}
.hr-ltgrey {border-top:1px solid #ccc;margin:0px 0px 10px 0px;}
.hr-green-2 {border-top:2px solid #a3c22b;margin:0px 0px 10px 0px;}
.hr-white-2 {border-top:2px solid #fff;margin:0px 0px 10px 0px;}
.hr-black-2 {border-top:2px solid #000;margin:0px 0px 10px 0px;}
.hr-ltgrey-2 {border-top:2px solid #ccc;margin:0px 0px 10px 0px;}

.solid-border-green {border:solid #a3c22b 5px}
.solid-border-black {border:solid #000 5px}
.solid-border-white {border:solid #fff 5px}
.solid-border-ltgrey {border:solid #ccc 5px}

.txt-white {color: #fff;}
.txt-green {color: #a3c22b;}
.txt-grey {color: #222;}
.txt-black {color: #000;}
.txt-ltgrey {color: #888;}
.txt-yellow {color: #fdc300;}

.txt-block-black {color:#fff;background: #000;padding: 10px 40px;display: inline-block}

.bg-white {background-color: #fff;}
.bg-green {background-color: #a3c22b;}
.bg-grey {background-color: #222;}
.bg-black {background-color: #000;}
.bg-blue {background-color: #0e80a0;}
.bg-ltgrey {background-color: #ecedf1;}
.bg-turq {background-color: #13ab76;}

.pt-0 {padding-top: 0!important}
.pt-05 {padding-top: 15px!important}
.pt-10 {padding-top: 10px!important}
.pt-15 {padding-top: 15px!important}
.pt-20 {padding-top: 20px!important}
.pt-25 {padding-top: 25px!important}
.pt-30 {padding-top: 30px!important}
.pt-35 {padding-top: 35px!important}
.pt-40 {padding-top: 40px!important}
.pt-45 {padding-top: 45px!important}
.pt-50 {padding-top: 50px!important}
.pt-60 {padding-top: 60px!important}
.pt-70 {padding-top: 70px!important}
.pt-80 {padding-top: 80px!important}
.pt-90 {padding-top: 90px!important}
.pt-100 {padding-top: 100px!important}
.pt-125 {padding-top: 125px!important}
.pt-150 {padding-top: 150px!important}
.pb-0 {padding-bottom: 0!important}
.pb-05 {padding-bottom: 5px!important}
.pb-10 {padding-bottom: 10px!important}
.pb-15 {padding-bottom: 15px!important}
.pb-20 {padding-bottom: 20px!important}
.pb-25 {padding-bottom: 25px!important}
.pb-30 {padding-bottom: 30px!important}
.pb-35 {padding-bottom: 35px!important}
.pb-40 {padding-bottom: 40px!important}
.pb-45 {padding-bottom: 45px!important}
.pb-50 {padding-bottom: 50px!important}
.pb-60 {padding-bottom: 60px!important}
.pb-70 {padding-bottom: 70px!important}
.pb-80 {padding-bottom: 80px!important}
.pb-90 {padding-bottom: 90px!important}
.pb-100 {padding-bottom: 100px!important}
.pb-125 {padding-bottom: 125px!important}
.pb-150 {padding-bottom: 150px!important}

.mt-0 {margin-top: 0!important}
.mt-05 {margin-top: 5px!important}
.mt-10 {margin-top: 10px!important}
.mt-15 {margin-top: 15px!important}
.mt-20 {margin-top: 20px!important}
.mt-25 {margin-top: 25px!important}
.mt-30 {margin-top: 30px!important}
.mt-35 {margin-top: 35px!important}
.mt-40 {margin-top: 40px!important}
.mt-45 {margin-top: 45px!important}
.mt-50 {margin-top: 50px!important}
.mt-60 {margin-top: 60px!important}
.mt-70 {margin-top: 70px!important}
.mt-80 {margin-top: 80px!important}
.mt-90 {margin-top: 90px!important}
.mt-100 {margin-top: 100px!important}
.mt-125 {margin-top: 125px!important}
.mt-150 {margin-top: 150px!important}
.mb-0 {margin-bottom: 0!important}
.mb-05 {margin-bottom: 5px!important}
.mb-10 {margin-bottom: 10px!important}
.mb-15 {margin-bottom: 15px!important}
.mb-20 {margin-bottom: 20px!important}
.mb-25 {margin-bottom: 25px!important}
.mb-30 {margin-bottom: 30px!important}
.mb-35 {margin-bottom: 35px!important}
.mb-40 {margin-bottom: 40px!important}
.mb-45 {margin-bottom: 45px!important}
.mb-50 {margin-bottom: 50px!important}
.mb-60 {margin-bottom: 60px!important}
.mb-70 {margin-bottom: 70px!important}
.mb-80 {margin-bottom: 80px!important}
.mb-90 {margin-bottom: 90px!important}
.mb-100 {margin-bottom: 100px!important}
.mb-125 {margin-bottom: 125px!important}
.mb-150 {margin-bottom: 150px!important}

a.btn-outline, a.btn-outline:link, a.btn-outline:visited {
	padding: 10px 22px;
	border-radius: 8px;
	border: solid 2px;
	font-family: 'Open Sans Condensed', Helvetica, Arial, sans-serif;
	font-weight: 700;
	font-size: 20px;
	text-transform: uppercase;
	display: inline-block;
}
a.btn-outline-sm, a.btn-outline-sm:link, a.btn-outline-sm:visited {
	padding: 6px 14px;
	border-radius: 5px;
	border: solid 2px;
	font-family: 'Open Sans Condensed', Helvetica, Arial, sans-serif;
	font-weight: 700;
	font-size: 16px;
	text-transform: uppercase;
	display: inline-block;
}
a.btn-green, a.btn-green:link, a.btn-green:visited {border-color: #a3c22b;color: #fff;}
a.btn-green:hover, a.btn-green:focus, a.btn-green:active {transition: all 0.25s ease-in-out;background-color: #a3c22b;}
a.btn-green-dk-txt, a.btn-green-dk-txt:link, a.btn-green-dk-txt:visited {border-color: #a3c22b;color: #222;}
a.btn-green-dk-txt:hover, a.btn-green-dk-txt:focus, a.btn-green-dk-txt:active {transition: all 0.25s ease-in-out;background-color: #a3c22b;color:#fff}
a.btn-white, a.btn-white:link, a.btn-white:visited {border-color: #fff;color: #fff;}
a.btn-white:hover, a.btn-white:focus, a.btn-white:active {transition: all 0.25s ease-in-out;background-color: #fff;color: #222;}
a.btn-white.btn-dark-bg {background-color: rgba(0,0,0,0.5);}
a.btn-white.btn-dark-bg:hover {background-color: rgba(255,255,255,1.00);}
a.btn-dkgrey, a.btn-dkgrey:link, a.btn-dkgrey:visited {border-color: #222;color: #222;}
a.btn-dkgrey:hover, a.btn-dkgrey:focus, a.btn-dkgrey:active {transition: all 0.25s ease-in-out;background-color: #222;color: #fff;}

a .box-outline {border:solid #e5e5e5 4px;}
a:hover .box-outline {border:solid #a3c22b 4px;transition: border 0.25s ease-in-out;}

/* LAZYLOAD */
.container-1by1 {
    width: 100%;
    padding-bottom: 100%;
    position: relative;
}
.container-16by9 {
    width: 100%;
    padding-bottom: 56.25%;
    position: relative;
}
.container-4by3 {
    width: 100%;
    padding-bottom: 75%;
    position: relative;
}

.container-1by1 img, .container-16by9 img, .container-4by3 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.lazyload,
.lazyloading {
	opacity: 0;
}
.lazyloaded {
	opacity: 1;
	transition: opacity 300ms;
}

/* NAVIGATION */
nav .navbar {
	background-color: #000!important;
}
nav .nav-item {
	text-transform: uppercase;
  font-weight: 700;
	font-family: 'Open Sans Condensed', Helvetica, Arial, sans-serif;
	font-size: 1em;
}
nav .nav-top .nav-item {
	padding: 8px 4px 0 4px;
}
nav .nav-top .nav-item a {
	color: #fff;
}
nav .nav-top .nav-item a:hover {
	color: #a3c22b;
}
nav .navbar-dark .navbar-toggler {
	color: rgba(255,255,255,0)!important;
	border-color: rgba(255,255,255,0)!important;
	padding: .25rem .25rem!important;
}
nav .navbar-nav .nav-link .container {
	padding: 5px;
}
nav .navbar-nav .nav-item:hover {
	background-color: #f5f5f5;
}

/* HEADER */
header .title-only {
  padding-top: 50px;
  padding-bottom: 30px;
	color: #a3c22b;
}
header .background {
	color: #fff;
	background-color: #000;
}
header .background .container {
	height: 80vh;
  min-height: 25rem;
	text-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.cover-bg {
	background-size: cover;
	background-position:center center;
}

/* DESCRIPTION */
.desc {
  color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #222;
	text-align: center;
}
.desc a.btn-outline {
	margin-top: 40px;
}

/* SERVICES */
.services {
	padding-top: 80px;
	padding-bottom: 70px;
}

.services .service {
	padding: 20px 30px;
	text-align: center;
}
.services p {
	font-size: 1em;
	line-height: 1.5em;
	margin: 0 0 10px 0;
}

/* CREDITS */
.container-fluid.credits {
	padding-top: 80px;
	padding-bottom: 80px;
}
.credits .credit {
	overflow: hidden;
	margin-top: 15px;
	margin-bottom: 15px;
}
.credits h5 {
	padding: 12px 35px 12px 15px;
	margin: 0;
	width: 100%;
	background-color:rgba(0,0,0,0.70);
	position: absolute;
	bottom: -1px;
	text-align: left;
	font-family: 'Open Sans Condensed', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #fff;
}
.credits h5 .additional {
	font-family: 'Overpass', Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 0.85em;
	text-transform: none;
	color: #888;
}
.credits h5 .icon-link,
.credits h5 .icon-camera {
	color: #fff;
	font-size: 22px;
	position: absolute;
	right: 15px;
	top: 11px;
}
.credits a h5,
.credits a .icon-link,
.credits a .icon-camera {
  color: #fff;
	transition: all 0.25s ease-in-out;
}
.credits a:hover h5,
.credits a:hover .icon-link,
.credits a:hover .icon-camera {
	color: #a3c22b;
}
.credits img {
	width: 100%;
	height: auto;
}
@media (max-width: 991px) {
.credits .container-fluid {
	padding-left: 25px;
	padding-right: 25px;
}
.credits .credit {
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
}

/* CREDITS LIST */
.credit-bullets.container-fluid {
	padding-top: 100px;
	padding-bottom: 100px;
}
.credit-bullets span {
	margin-left: 15px;
	margin-right: 15px;
	font-size: 45px;
	font-family:'Teko', sans-serif;
	text-transform: uppercase;
	line-height: 1;
}
@media (max-width: 767px) {
.credit-bullets span {
	font-size: 30px;
}
}

/* NEWS */
.news .col-sm-6 {
	margin-bottom: 30px;
}
.news-wrap.container-fluid {
	padding-top: 50px;
	padding-bottom: 60px;
}
#news-article .news-main p.date {
	margin-bottom: 0;
	color:#d1d6d9;
}
#news-article .news-main p.author {
	color:#d1d6d9;
}
#news-article .news-main h3.title {
	color: #a3c22b;
}
#news-article .news-main h4 {
	color: #fff;
}
#news-article .news-main p {
	color: #fff;
}
#news-article .news-main li {
	color: #fff;
}
#news-article .left-img {
	width:50%;
	float:left;
	margin: 10px 30px 15px 0;
}
#news-article .right-img {
	width:50%;
	float:right;
	margin: 10px 0 15px 30px;
}
#news-article .center-img {
	width:100%;
	float:left;
	margin: 10px 0 15px 0;
}
.news.related {
	margin-top: 32px;
}
.news.related .col-12 {
	margin-bottom: 30px;
}
.collateral-wrap {
	background-color:#0e80a0;
	padding: 0;
	margin: 0;
}
.collateral-wrap .container {
	padding: 20px 15px 0 15px;
}
.collateral-wrap .tag {
	color: #fff;
	font-weight: 700;
	font-family: 'Open Sans Condensed', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	margin: 5px 0 20px 0;
}
.thumb {
	position: relative;
	display: block;
	-webkit-transition: border .2s ease-in-out;
	-o-transition: border .2s ease-in-out;
	transition: border .2s ease-in-out;
	-webkit-box-shadow: 4px 4px 2px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 4px 4px 2px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 4px 4px 2px 0px rgba(0, 0, 0, 0.3);
}
.thumb img.icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}
.thumb img.icon-hover {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity:0;
}
a.thumb:hover img.icon-hover {
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
	opacity:1;
}

p.share {
	margin-top:30px;
	font-family: 'Open Sans Condensed', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}

p.share a {
	font-size:25px;
	padding:0px;
	margin: 0 1px;
	line-height:27px;
	vertical-align: text-bottom!important;
}

@media (max-width: 991px) {
p.share a {
	line-height:23px;
}
}

@media (max-width: 767px) {
p.share a {
	line-height:21px;
}
}

/* BLOCK SPLIT */
.thumb-split-wrap {
	margin-bottom: 30px;
}
a .thumb-split:hover {
	transition: box-shadow 0.2s ease-in-out;
	-moz-box-shadow: 0 3px 10px 3px rgba(0, 0, 0, .35);
	-webkit-box-shadow: 0 3px 10px 3px rgba(0, 0, 0, .35);
	box-shadow: 0 3px 10px 3px rgba(0, 0, 0, .35);
}
.thumb-split {
	background: #000;
}
.thumb-split.dkgreen {
	background: #89ac03;
}
.thumb-split.blue {
	background: #0e80a0;
}
.thumb-split.semi {
	background: rgba(0, 0, 0, .5);
}
a .thumb-split:hover h5, a .thumb-split:hover h6 {
	transition: color 0.2s ease-in-out;
	color: #a3c22b;
}
a .thumb-split.dkgreen:hover h5, a .thumb-split.dkgreen:hover h6 {
	transition: color 0.2s ease-in-out;
	color: #fff;
}
.thumb-split h6{
	margin: 0;
}
.thumb-split p {
	font-size: 1.07em;
	line-height: 1.2em;
}
.thumb-split .content {
	padding: 12px 15px;
  color: #fff;
}

/* CREATIVE REVIEW */
.cr-wrap {
  color: #fff;
  padding-top: 50px;
  padding-bottom: 80px;
  background-color: #222;
}

/* AWARDED */
.awarded.container-fluid {
  padding-top: 100px;
  padding-bottom: 80px;
}
.awarded .award {
	padding-left:75px;
	padding-right:75px;
}
.awarded .award-sm {
	padding-left:15px;
	padding-right:15px;
}
@media (max-width: 1199px) {
.awarded .award {
	padding-left:50px;
	padding-right:50px;
}
.awarded .award-sm {
	padding-left:25px;
	padding-right:25px;
}
}
@media (max-width: 991px) {
.awarded .award {
	padding-left:25px;
	padding-right:25px;
}
.awarded .award-sm {
	padding-left:25px;
	padding-right:25px;
}
}
@media (max-width: 767px) {
.awarded .award {
	padding-left:75px;
	padding-right:75px;
}
.awarded .award-sm {
	padding-left:75px;
	padding-right:75px;
}
}
@media (max-width: 500px) {
.awarded .award {
	padding-left:15px;
	padding-right:15px;
}
.awarded .award-sm {
	padding-left:15px;
	padding-right:15px;
}
}

/* CAREERS */
#careers .social {
	font-size:80px;
  line-height:1.2em;
  margin:0 10px;
}
#careers .career {
	padding: 5px 7px;
}
#careers .career .border {
	border: 4px solid #d1d6d9;
	padding: 15px;
}
#careers .career h3 {
	font-size: 1.6em;
	margin: 0 0 10px 0;
}
#careers .career .contract {
    margin: 0;
    font-size: 1.07em;
}
#careers .career .border {
    border: 4px solid #d1d6d9!important;
    padding: 10px 15px 15px 15px;
}
#careers .career a {
	font-size: 0.93em;
}
#careers .response a .more {
	transition: all 0.25s ease-in-out;
	color: #fff;
}
#careers .response a:hover .more {
	color: #a3c22b;
}
#careers .response {
	margin: 25px 0 0 0;
}
#careers .response h5 {
	padding: 15px 0 5px 0;
}
#careers .response p {
	font-size: 1.07em;

	margin: 0 0 5px 0;
}
#careers .response p.words {
	font-family: 'Permanent Marker', cursive;
	font-size: 1.07em;
	margin: 0 0 15px 0;
}
#careers .response img {
	border: solid 8px #fff;
}
#careers .modal-body img {
	border: solid 8px #fff;
	-moz-box-shadow: 0 3px 10px 3px rgba(0, 0, 0, .35);
	-webkit-box-shadow: 0 3px 10px 3px rgba(0, 0, 0, .35);
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .25);
}
@media (max-width: 500px) {
#careers .container.careers {
	padding-left: 20px;
	padding-right: 20px;
}
}

/* SPORT STUDIOS */
#sports-studios .container-fluid {
  padding-top: 100px;
  padding-bottom: 80px;
}
#sports-studios .studio-info {
	margin: 0 0 20px 0;
}
#sports-studios .studio-info p {
	font-size: 0.93em;
	border-top: 2px solid #a3c22b;
	margin: 5px 0 0 0;
	padding: 5px 0 0 0;
}

/* STUDIOS SPECIFICATIONS */
.studio-specs .studio-info {
	margin: 0 0 20px 0;
}
.studio-specs .studio-info p {
	font-size: 0.93em;
	border-top: 2px solid #a3c22b;
	margin: 5px 0 0 0;
	padding: 5px 0 0 0;
}

/* TEXT OVER BACKGROUND */
.txt-bg-img.container-fluid, .txt-bg-color.container-fluid {
  padding-top: 100px;
  padding-bottom: 100px;
}
.bg-black .more {color: #a3c22b;}
.bg-black a.more:hover {color: #fff;transition: all 0.25s ease-in-out;}

.bg-white .more {color: #a3c22b;}
.bg-white a.more:hover {color: #0e80a0;transition: all 0.25s ease-in-out;}

.bg-green a.more {color: #fff;}
.bg-green a.more:hover {color: #000;transition: all 0.25s ease-in-out;}

.bg-green a.black.more {color: #000;}
.bg-green a.black.more:hover {color: #fff;transition: all 0.25s ease-in-out;}

@media (max-width: 767px) {
.txt-bg-img h2.txt-white, .txt-bg-img h2.txt-black {color: #a3c22b;}
.txt-bg-img .txt-black {color: #fff;}

.bg-green .more, .txt-bg-color.bg-green .more {color: #a3c22b;}
.bg-green a.more:hover, .txt-bg-color.bg-green a.more:hover {color: #fff;}
	
.bg-green .black.more, .txt-bg-color.bg-green .black.more {color: #000;}
.bg-green a.black.more:hover, .txt-bg-color.bg-green a.black.more:hover {color: #fff;}

.txt-bg-img.bg-green p {color: #fff;}
.txt-bg-img.bg-green .more {color: #a3c22b;}
.txt-bg-img.bg-green a.more:hover {color: #fff;}
.txt-bg-img.bg-green a.black.more {color: #fff;}
.txt-bg-img.bg-green a.black.more:hover {color: #a3c22b;}

}

/* TOUR */
.tour {
	padding-top: 80px;
	padding-bottom: 80px;
}
@media (max-width: 767px) {
.tour img {
	margin-top: 10px;
}
}

/* MEDIA MODAL */
.media-modal .modal-header {
	border-bottom: none;
}
.media-modal .modal-content {
	background-color: rgba(0, 0, 0, 0);
	border: none;
}
.media-modal .modal-footer {
	border-top: none;
}
.media-modal .modal-header .close {
	color: #fff;
	font-weight: 300;
	text-shadow: none;
	opacity: 1;
	font-size: 2rem;
}
.media-modal .modal-header .close:not(:disabled):not(.disabled):focus, .media-modal .modal-header .close:not(:disabled):not(.disabled):hover {
	opacity: 1;
}

/* VIDEO */
.container-fluid.video {
	padding-top: 25px;
	padding-bottom: 25px;
}
@media (max-width: 767px) {
.container-fluid.video, .container-fluid.video .col-12 {
	padding: 0;
}
}

/* COLLATERAL */
.collateral.container-fluid {
  padding-top: 100px;
  padding-bottom: 100px;
}
.collateral .cover {
	padding: 0 50px;
}
.collateral h3.cta {
	font-family:'Teko', sans-serif;
	font-size: 50px;
	line-height: 0.8em;
}
.collateral .blurb a {
	color: #fff;
}
.collateral .thumb {
	position: relative;
	display: block;
	-webkit-transition: border .2s ease-in-out;
	-o-transition: border .2s ease-in-out;
	transition: border .2s ease-in-out;
	-webkit-box-shadow: 4px 4px 2px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 4px 4px 2px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 4px 4px 2px 0px rgba(0, 0, 0, 0.3);
}
.collateral .thumb img.image {
	display: block;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	border: 0;
	margin-right: 0;
	margin-left: 0
}
.collateral .thumb img.icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}
.collateral .thumb img.icon-hover {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity:0;
}
.collateral a.thumb:hover img.icon-hover {
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
	opacity:1;
}
@media (max-width: 767px) {
.collateral .blurb {
	padding-top: 20px;
}
}

/* SPECIFICATIONS */
.specs {
	padding-top: 70px;
	padding-bottom: 60px;
}
.specs .spec {
	padding: 15px 30px;
}
.specs h3 {
	margin-bottom: 8px;
}
.specs p {
	margin-bottom: 0;
	font-size: 0.87em;
}
.specs p.download {
	margin-top: 5px;
	font-size: 0.93em;
}

/* FOOTER */
footer {
	background-color: #000;
	color: #9c9b9b;
	padding: 15px 0;
	font-size: 15px;
	line-height: 28px;
}
footer .col-sm-6, footer .col-md-3 {
	padding: 0;
	margin: 15px 0;
}
footer .column {
	border-right: 1px solid #464646;
	padding: 5px 15px 10px 15px;
}
footer .column.postproduction {
	border-right: none;
}
footer .icons a {
	font-size: 24px;
	line-height: 29px;
	margin-right: 5px;
}
footer a.title {
	font-family: 'Open Sans Condensed', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 34px!important;
	margin: 0;
}
footer a, footer a:link, footer a:visited {
	color: #fff;
	margin: 0;
}
footer a:hover, footer a:focus, footer a:active {
	color: #a3c22b;
}
footer .row.brand {
	margin: 15px -15px;
}
footer .logo {
	margin-top: 4px;
}
footer .support {
	margin-left: 5px;
}
@media (max-width: 767px) {
footer .column.postproduction, footer .column.aboutus {
	border-right: none;
}
}
@media (max-width: 575px) {
footer {
	padding: 20px 0 25px 0;
}
footer .column {
	border-right: none;
	padding: 0 15px;
}
}

/* CHECKERBOARD */
.bg-split-green {
	background-image:url("../img/backgrounds/split-green.png");
	background-position:top center;
	background-repeat:repeat-y;
	background-size:contain;
	background-color: #a3c22b;
}
.bg-split-dkgreen {
	background-image:url("../img/backgrounds/split-dkgreen.png");
	background-position:top center;
	background-repeat:repeat-y;
	background-size:contain;
	background-color: #93b50d;
}
.bg-split-green .left {
	padding-left:30px;
	padding-right:50px;
}
.bg-split-green .right {
	padding-left:50px;
	padding-right:30px;
	background-color: #aecd32;
}
.bg-split-dkgreen .left {
	padding-left:30px;
	padding-right:50px;
}
.bg-split-dkgreen .right {
	padding-left:50px;
	padding-right:30px;
	background-color: #a3c22b;
}
@media (max-width: 767px) {
.bg-split-green, .bg-split-dkgreen {
	background-image:none;
}
.bg-split-green .left, .bg-split-dkgreen .left {
	padding-right:30px;
}
.bg-split-green .right, .bg-split-dkgreen .right {
	padding-left:30px;
}
}

/* COlUMN SPLIT */
.split.split-black {
	background-image: url("../img/backgrounds/split-black.png");
	background-position: top center;
	background-repeat: repeat-y;
	background-size: contain;
	background-color: #000;
}
.split-left {
	padding-left: 30px;
	padding-right: 50px;
}
.split-right {
	padding-left: 50px;
	padding-right: 30px;
}
@media (max-width: 991px) {
.split-left {
	padding-left: 30px;
	padding-right: 30px;
}
.split-right {
	margin-top: 15px;
	padding-left: 30px;
	padding-right: 30px;
}
}
@media (max-width: 575px) {
.split.split-black {
	background-image:none;
}
.split-left {
	padding-left: 30px;
	padding-right: 30px;
}
.split-right {
	padding-left: 30px;
	padding-right: 30px;
}
}

/* TILES */
a .tile-tint {
	position: relative;
	padding: 0;
	padding-top: 50%;
	color: #fff;
	-webkit-transition: all ease-in-out 0.35s;
	-moz-transition: all ease-in-out 0.35s;
	-o-transition: all ease-in-out 0.35s;
	transition: all ease-in-out 0.35s;
}
.tile-tint h3 {
	position: absolute;
	z-index: 150;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
	width: 90%;
}
.tile-tint .tint {
	background: rgba(0, 0, 0, 0);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all ease-in-out 0.35s;
	-moz-transition: all ease-in-out 0.35s;
	-o-transition: all ease-in-out 0.35s;
	transition: all ease-in-out 0.35s;
}
a:hover .tile-tint .tint {
	background: rgba(0, 0, 0, 0.35);
}
a:hover .tile-tint h3 {
	color: #a3c22b;
	-webkit-transition: all ease-in-out 0.35s;
	-moz-transition: all ease-in-out 0.35s;
	-o-transition: all ease-in-out 0.35s;
	transition: all ease-in-out 0.35s;
}
.tile-tint {
	background-size: cover;
	background-position: center center;
}
.tile-tint#cr {background-image: url("../img/backgrounds/vfx-advertising-branded.jpg");}
.tile-tint#mo {background-image: url("../img/backgrounds/vfx-motion-design.jpg");}
.tile-tint#vf {background-image: url("../img/backgrounds/vfx-3d.jpg");}
.tile-tint#co {background-image: url("../img/backgrounds/vfx-colour.jpg");}

/* CARDS */
.black-cards .card {
	background-color: #000;
	color: #fff;
}
.card {
	border: none;
	border-radius: 0;
}
.card-columns .card {
	margin-bottom: 10px;
}
@media (max-width: 575px) {
.card-columns {
	width: 100%;
}
}
@media (min-width: 576px) {
.card-columns {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
}
}
@media (min-width: 768px) {
.card-columns {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
}
}
@media (min-width: 992px) {
.card-columns {
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px;
}
.card-columns .card {
	margin-bottom: 30px;
}
}

/* TOUR */
#tour h1 {
    margin-bottom: 0px;
}
#tour #floors {
    padding-bottom: 37%;
}
#tour p#floors-swap {
	text-align: center;
}
#tour #floors-swap span {
	cursor: pointer;
}
#tour #floors img {
	position: absolute;
	left: 0;
	width: 100%;
	height: auto;
	-webkit-transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
}
#tour #floors img.opaque {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=1);
}
#tour a.btn-outline-sm {
	width: 134px;
	margin: 4px 4px;
}
#tour .btn-outline-sm.selected {
	color: #fff;
	background-color: #a3c22b;
	transition: background 0.25s ease-in-out;
}
@media (max-width: 1199px) {
#tour #floors {
    padding-bottom: 38%;
}
}
@media (max-width: 991px) {
#tour #floors {
    padding-bottom: 48%;
}
}
@media (max-width: 767px) {
#tour #floors {
    padding-bottom: 58%;
}
#tour .btn {
    width: auto;
    padding: 10px 10px;
    font-size: 14px;
    margin: 5px 3px;
}
}
@media (max-width: 575px) {
#tour a.btn-outline-sm {
	width: 100%;
}
}

/* TEAM */
#team .thumb-split-wrap {
	position: relative;
}
#team .content p {
	padding-bottom: 40px
}
#team .social {
	position: absolute;
	bottom: 15px;
	left: 0;
	right: 0;
	margin: 0 auto;
	font-size: 2em;
	line-height: 30px;
}
#team .social a {color: rgba(255,255,255,0.75);}
#team .social a:hover {color: rgba(255,255,255,1);}

#team .team-filter  {border-bottom: 5px solid #222;}
#team a .team-filter  {border-bottom: 5px solid #a3c22b;}
#team a:hover .team-filter  {border-bottom: 5px solid #0e80a0; transition: border-bottom 0.25s ease-in-out;}

#team .social img {
	opacity: 0.75;
}
#team .social img:hover {
	opacity: 1;
	transition: opacity 0.25s ease-in-out;
}

@media (min-width: 992px) {
#team .col-lg-by5 {
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
}
}

#team .social img {
	display:none;
}
#team .yes {
	display:inline-block!important;	
}

/* HISTORY */
#history .date {
	font-size: 55px;
	line-height: 60px;
	font-family: 'Fredericka the Great', cursive;
	color: #a3c22b;
}
#history img.photo {
    padding-top: 15px;
    padding-bottom: 15px;
}
@media (max-width: 767px) {
#history .date {
    font-size: 45px;
}
}

/* AUDIENCE */
#audience .selfie-wrap {
	padding: 20px 20px 40px 20px;
}
#audience .selfie {
	background: #fff;
	border: solid #fff 8px;
	-webkit-box-shadow: 10px 4px 2px 50px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 10px 4px 2px 50px rgba(0, 0, 0, 0.3);
	box-shadow: 0 10px 20px 0px rgba(0, 0, 0, 0.3);
}
#audience .selfie img {
	width: 100%;
	height: auto;
}
#audience .selfie p {
	font-family: 'Permanent Marker', cursive;
	font-size: 1.33em;
	margin: 10px 0 7px 0;
}
#audience .tickets {
	padding: 30px;
	text-align: left;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
@media (max-width: 767px) {
#audience .tickets {
	padding: 10px;
	cursor: pointer;
	}
}
#audience .tickets img {
	border-bottom: 2px #ddd solid;
	margin-bottom: 7px;
	padding-bottom: 10px;
	width: 100%;
	height: auto;
}
#audience .tickets p {
	text-align: left;
	font-family: 'Open Sans Condensed', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	line-height: 1.5em;
	font-size: 1.2em;
}
#audience .tickets:hover {
    -webkit-transform: translate(0, -10px);
    -moz-transform: translate(0, -10px);
    -o-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    transform: translate(0, -10px);
}
#audience .social {
	font-size: 70px;
	margin: 10px 5px;;
}
#audience .studio-tours .tour {
	background-color:rgba(0,0,0,0.2);
	padding: 20px 25px 25px 25px;
}
#audience .be-on-tv {
	position: relative;
	background: transparent;
}
#audience .be-on-tv .tour {
	background-color:rgba(14,128,160,0.5);
	padding: 20px 25px 25px 25px;
}
#audience .be-on-tv .tour img {
	margin: 0 auto;
}

/* ZOOM HOVER */
a.zoom, a:link.zoom, a:visited.zoom {
	display: block;
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}
a:hover.zoom, a:focus.zoom, a:active.zoom {
	background-size:120% auto;
}

a.zoom.er {background-image: url("../img/sustainability/er-bg.jpg");}
a.zoom.svao {background-image: url("../img/sustainability/svao-bg.jpg");}
a.zoom.cap {background-image: url("../img/sustainability/cap-bg.jpg");}
a.zoom.dai {background-image: url("../img/sustainability/dai-bg.jpg");}
a.zoom.haw {background-image: url("../img/sustainability/haw-bg.jpg");}
a.zoom.beac {background-image: url("../img/sustainability/beac-bg.jpg");}