/*
Theme Name: Slurpy Studios 2019
Theme URI: http://www.slurpystudios.com
Description: New, modern, wide theme for Slurpy Studios website - removed address
Version: 6.0
Author: Aaron Wood
Author URI: http://www.slurpystudios.com
*/

* {background: transparent; border: 0; margin: 0; padding: 0; vertical-align: baseline;}
*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, .footer, .header , hgroup, menu, nav, section {display: block;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content: '';content: none;}
del {text-decoration: line-through;}
table {border-collapse: collapse;border-spacing: 0;}
img, a img {border: none;}
.clear {clear: both; line-height: 0px;}
br.clear{clear: both; line-height:0px; height:0; font-size:0px;}
.clearDiv{clear: both; line-height:0px; height:0; font-size:0px;}





body{
	font-family: 'Overpass', sans-serif;
	font-size: 1em;
	text-rendering:optimizeLegibility;
	font-kerning:auto;
	color: #4d4d4d;
}
body.HideXScroller{ /* Used for when the Play Reel button circle goes big */
	overflow-x: hidden;	
}
h1, h2, h3, h4, .Fjalla {
	font-family: 'Fjalla One', sans-serif;
    font-weight: normal;
    text-transform: uppercase;
}
h1 {font-size: 2.8em; line-height: 1.25; letter-spacing: -0.02em; padding-bottom:20px;}
h2 {font-size: 2.8em; line-height: 1.25; letter-spacing: -0.02em; padding-bottom:20px;}
h3 {font-size: 2.2em; line-height: 1.3;  letter-spacing: -0.02em; padding-bottom:20px;}
h4 {font-size: 1.6em; line-height: 1.35; letter-spacing: -0.01em; padding-bottom:20px;}
h5 {font-size: 1.2em; line-height: 1.35; padding-bottom:20px; text-transform: uppercase;}
h6 {font-size: 1.2em; line-height: 1.35; padding-bottom:20px; text-transform: uppercase;}

a {
	color: #ad1c21;
	text-decoration: none;
	font-weight:bold;
}
a:hover {
	text-decoration: underline;
}
.Josefin {
	font-family: 'Josefin Sans', sans-serif;
    font-weight: normal;
    text-transform: uppercase;
}



.centerHeading{
	text-align:center;
	padding: 10px 0 30px 0!important;
}
@media screen and (max-width: 580px) {
.centerHeading{
	padding: 0px 0 20px 0!important;
}
}

/*  These 2 rules change selected text styles  */
::selection{
  background: #ad1c21;
  color:#fff;
}
::-moz-selection {
  background: #ad1c21;
  color:#fff;
}



/* Animation Settings */
.animate-all-3sec{
	-webkit-transition: all 0.3s linear;
       -moz-transition: all 0.3s linear;
         -o-transition: all 0.3s linear;
	    -ms-transition: all 0.3s linear;
            transition: all 0.3s linear;
}
.animate-all-2sec{
	-webkit-transition: all 0.2s linear;
       -moz-transition: all 0.2s linear;
         -o-transition: all 0.2s linear;
	    -ms-transition: all 0.2s linear;
            transition: all 0.2s linear;
}
.animate-all-1sec{
	-webkit-transition: all 0.1s linear;
       -moz-transition: all 0.1s linear;
         -o-transition: all 0.1s linear;
	    -ms-transition: all 0.1s linear;
            transition: all 0.1s linear;
} 
.delay-400ms{
	-webkit-transition-delay: 300ms; /* Safari */
    transition-delay: 300ms;
}
.delay-800ms{
	-webkit-transition-delay: 600ms; /* Safari */
    transition-delay: 600ms;
}

/* Random one style for the link in the 'jQuery Lightbox' plugin popup box */ 
/*#imageData #imageDetails #controls a{color:#ad1c21;}
#imageData #imageDetails #controls a:hover{text-decoration:none;}*/



/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute;
	width: 1px;
	left: -9999em;
	top: -9999em;
	outline: none;
	text-decoration: none;
	text-transform: none;
}



/* This margin style needs to be applied to the main area for the .footer to work properly */ 
#main{
	padding: 180px 0 0 0;
	position: relative;
	z-index: 2;
	overflow:hidden;
}
@media screen and (max-width: 960px) {
#main{
	padding: 60px 0 0 0;
}
}



/* Grid for 1/3 box, 1/2 box, and 1/4 box */
.container-wrapper {
	padding:0;
	width: 100%;
	position: relative;
	z-index: 3;
}
@media screen and (max-width: 1300px) {
.container-wrapper {
	padding-right: 40px;
}
}
@media screen and (max-width: 960px) {
.container-wrapper {
	padding-right: 0px;
}
}
.container-wrapper.red {
	background:#ad1c21;
	color:#fff;
}
.container-wrapper.blue {
	background:#6da0c2;
	color:#fff;
}
.container-wrapper.grey {
	background:#333;
	color:#fff;
}
.container-wrapper.white {
	background:#fff;
}

.container .full-width {
	width: 100%;
	box-sizing: border-box;
}
.container {
	position: relative;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
}
@media screen and (max-width: 960px) {
.container {
	padding-top: 20px;
}
}
@media screen and (max-width: 580px) {
.container {
	margin: 0 4%;
	width: 92%;
}
}
.container .box {
	width: 100%;
	float: left;
	box-sizing: border-box;
}
.container .box.one-whole   {width: 100%; padding:0 1.5% 0 1.5%;}
.container .box.one-third   {width: 33.333%; padding:0 1.5% 0 1.5%;}
.container .box.two-thirds  {width: 66.666%; padding:0 1.5% 0 1.5%;}
@media screen and (max-width: 800px) {
.container .box.one-third   {width: 50%; padding:0 1.5% 0 1.5%;}
.container .box.two-thirds  {width: 50%; padding:0 1.5% 0 1.5%;}
.container .box.last        {display:none;}
}
@media screen and (max-width: 580px) {
.container .box.one-whole   {width: 100%; padding:0;}
.container .box.one-third   {width: 100%; padding:0;}
.container .box.two-thirds  {width: 100%; padding:0;}
.container .box.last        {display:block;}
}
.container .box.one-half    {width: 50%; padding:0 1.5% 0 1.5%;}
@media screen and (max-width: 580px) {
.container .box.one-half    {width: 100%; padding:0;}
}
.container .box.one-quarter {width: 25%; padding:0 1.5% 0 1.5%;}
@media screen and (max-width: 580px) {
.container .box.one-quarter {width: 50%; padding:0 1.5% 0 1.5%;}
}
.container .margin-with-boxes{
	width: 100%;
	clear:both;
	box-sizing: border-box;
	padding:0 1.5%;
}
@media screen and (max-width: 580px) {
.container .margin-with-boxes{
	padding:0;
}
}
.container .box img{
	width: 100%;
	height:auto;
}

.container p{
	font-size: 1.2em;
	line-height: 1.4em;
	padding-bottom: 30px;
}



/* Ujarak button effect */
.button-ujarak {
/*	min-width: 120px;
	max-width: 250px;*/
	float: left;
	height:40px;
	display: block;
	margin-right: 1em;
	padding: 0em 1em;
	color: inherit;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;	
	background-color: #b5b5b5;
	cursor:pointer;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 0.7em;
	letter-spacing: 0.1em;
	overflow:hidden;
	
	-webkit-transition: all 0.5s linear;
       -moz-transition: all 0.5s linear;
         -o-transition: all 0.5s linear;
	    -ms-transition: all 0.5s linear;
            transition: all 0.5s linear;
}
.button-ujarak:focus {
	outline: none;
}
.button-ujarak::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #37474f;
	z-index: -1;
	opacity: 0;
	filter:alpha(opacity=0);
	
	-webkit-transition: -webkit-transform 0.5s, opacity 0.8s;
       -moz-transition: -moz-transform 0.5s, opacity 0.8s;
         -o-transition: -o-transform 0.5s, opacity 0.8s;
	    -ms-transition: -ms-transform 0.5s, opacity 0.8s;
            transition: transform 0.5s, opacity 0.8s;

	-webkit-transform: scale3d(0.1, 1, 1);
	   -moz-transform: scale3d(0.1, 1, 1);
	    -ms-transform: scale3d(0.1, 1, 1);
	     -o-transform: scale3d(0.1, 1, 1);
	        transform: scale3d(0.1, 1, 1);

	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	   -moz-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	    -ms-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	     -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	        transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button-ujarak,
.button-ujarak::before {
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	   -moz-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	    -ms-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	     -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	        transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button-ujarak:hover,
.button-ujarak:focus {
	color: #fff;
}
.button-ujarak:hover::before,
.button-ujarak:focus::before {
	opacity: 1;
	filter:alpha(opacity=100);
	
	-webkit-transform: translate3d(0, 0, 0);
	   -moz-transform: translate3d(0, 0, 0);
	    -ms-transform: translate3d(0, 0, 0);
	     -o-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
}


.md-modal {
	position: fixed;
	top: 50%;
	left: 50%;
	height: auto;
	width: 900px;
	z-index: 10001;
	visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	
	-webkit-transform: translateX(-50%) translateY(-50%);
	   -moz-transform: translateX(-50%) translateY(-50%);
	    -ms-transform: translateX(-50%) translateY(-50%);
		-o-transform: translateX(-50%) translateY(-50%);
	        transform: translateX(-50%) translateY(-50%);
}
@media screen and (max-width: 850px) {
.md-modal {
	width: 90%;
}
}
@media screen and (max-width: 580px) {
.md-modal {
	display:none;
}
}
.md-modal#modal-image-wall img {
	width: 100%;
	height: auto;
}
.md-modal #pin-holder .pinterest,
.container .pinterest{
	background:#C92228;
	color:#fff;
	height:40px;
	width:40px;
	line-height:40px;
	font-size:1.8em;
	display:block;
	text-align:center;
	position:absolute;
	top:20px;
	right:0;
}
@media screen and (max-width: 1200px) {
.container .pinterest{
	top:20px;
	right:1.5%;
}
}
@media screen and (max-width: 580px) {
.container .pinterest{
	top:10px;
}
}
.md-modal #pin-holder .pinterest{
	top:10px;
	left:10px;
}

.md-show {
	visibility: visible;
}
.md-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	visibility: hidden;
	top: 0;
	left: 0;
	z-index: 10000;
	opacity: 0;
	filter:alpha(opacity=0);
	background: rgba(0,0,0,0.90);
	
	-webkit-transition: all 0.3s;
       -moz-transition: all 0.3s;
         -o-transition: all 0.3s;
	    -ms-transition: all 0.3s;
            transition: all 0.3s;
}
.md-show ~ .md-overlay {
	opacity: 1;
	filter:alpha(opacity=100);
	visibility: visible;
}
.md-content {
	color: #000;
	background: #fff;
	position: relative;
	margin: 0 auto;	
	padding:10px;
	opacity: 0;
	filter:alpha(opacity=100);
	
	-webkit-transform: scale(0.7);
	   -moz-transform: scale(0.7);
	    -ms-transform: scale(0.7);
	     -o-transform: scale(0.7);
	        transform: scale(0.7);
	
	-webkit-transition: all 0.3s;
       -moz-transition: all 0.3s;
         -o-transition: all 0.3s;
	    -ms-transition: all 0.3s;
            transition: all 0.3s;
}
.md-show .md-content {
	opacity: 1;
	filter:alpha(opacity=1);
	
	-webkit-transform: scale(1);
	   -moz-transform: scale(1);
	    -ms-transform: scale(1);
	     -o-transform: scale(1);
	        transform: scale(1);
}
.md-content iframe {
	display:block;
}
.md-content button {
	position:absolute;
	top:0;
	right:-40px;
	cursor:pointer;
	border:none;
	text-align:center;
	font-size:1.6em;
	margin:0;
	width:40px;
	height:40px;
	background:#fff;
	color:#ad1c21;
	z-index:2;
}
.md-content button:hover,
.md-content button:focus{
	color:#000;
}
.md-content button i {
	line-height:38px;
}
.md-content .embed-container{
	background: #000 url(images/loading-rolling.gif) no-repeat center center;
}



/* This CSS makes Vimeo embeds responsive */
.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	background: #000 url(images/loading-rolling.gif) no-repeat center center;
} 
.embed-container iframe, 
.embed-container object, 
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* This CSS for parallax scrolling on About, Home and archive pages */
.parallax-container {
	height: 350px;
	width: 100%;
}
@media screen and (max-width: 580px) {
.parallax-container {
	display:none!important;
}
}
.parallax-container .stripeEffect {
	height: 350px;
	width: 100%;
	background:url(images/streger_b.gif) 0 0 repeat;
	opacity: 0.2;
}














#red-header-bar{
	height: 55px;
	width:100%;
	background-color: #ad1c21;
	position: fixed;
	z-index:10;
	top: 73px;
}
@media only screen and (max-width : 960px) {
#red-header-bar{
	display:none;
}	
}
#header{
	/*box-shadow: 0 2px 5px 0 rgba(145,143,140,.2);*/
	/*background: rgba(253,250,246,.85);*/
	background: rgba(255,255,255,1);
	width:100%;
	height: 73px;
	position: fixed;
	z-index: 9999;
	
	transition: all .3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
@media only screen and (max-width : 960px) {
#header{
	box-shadow: none;
	background: #ad1c21;
	width:100%;
	height: 61px;
	position: absolute;
	border-bottom: 1px solid #fff;
}	
}
#header .inner-header{
	width: 1200px;
	margin: 0 auto;
}
@media only screen and (max-width : 1250px) {
#header .inner-header{
	width: 99%;
	margin: 0 0 0 1%;
}
}
@media only screen and (max-width : 960px) {
#header .inner-header{
	width: 100%;
	margin: 0;
	padding: 0;
}
}
#header .half-circle-outside-wrap {
	height: 88px;
	overflow: hidden;
	position: absolute;
	top: 73px;
	margin-left: 8px;
	
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
@media only screen and (max-width : 960px) {
#header .half-circle-outside-wrap {
	display:none;
}
}
#header .half-circle-outside-wrap .half-circle-inside-wrap {
	/*box-shadow: 0 2px 5px 0 rgba(145,143,140,.2);*/
	/*background: rgba(253,250,246,.85);*/
	background: rgba(255,255,255,1);
	border-radius: 50%;
	height: 185px;
	width: 174px;
	position: relative;
	top: -108px;
	
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
#header .logo-area {
	z-index: 1;
	position: relative;
	float: left;
	margin-top: -30px;
	margin-left: 25px;
}
@media only screen and (max-width : 960px) {
#header .logo-area {
	margin: 0;
}
}
#header .logo-area svg {
	fill: #ad1c21;
	height: 135px;
	width: 144px;
	margin: 30px auto 0;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	left: 0;
	
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	
	-webkit-transform: rotate(-10deg);
	   -moz-transform: rotate(-10deg);
	    -ms-transform: rotate(-10deg);
	     -o-transform: rotate(-10deg);
	        transform: rotate(-10deg);
}
@media only screen and (max-width : 960px) {
#header .logo-area svg{
	fill: #fff;
	height: 45px;
	width: auto;
	margin: 7px 0 0 -85px;
	-webkit-transform: rotate(0deg);
	   -moz-transform: rotate(0deg);
	    -ms-transform: rotate(0deg);
	     -o-transform: rotate(0deg);
	        transform: rotate(0deg);
}	
}
#header.smaller{}
#header.smaller .half-circle-outside-wrap .half-circle-inside-wrap {
	height: 126px;
	width: 135px;
	top: -83px;
	
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
#header.smaller .logo-area svg {
	height: 98px;
	width: 108px;
	
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
@media only screen and (max-width : 960px) {
#header.smaller .logo-area svg {
	height: 45px;
	width: auto;
	margin: 7px 0 0 -85px;
}	
}



#header .inner-header .hamburger-btn{ 
	display: none;
	position: absolute;
	top: 0px;
	right: 0px;
}
@media only screen and (max-width : 960px) {
#header .inner-header .hamburger-btn{
	display:block!important;
}
}
/* These styles give hamburger menu it's animation */
#header .inner-header .c-hamburger {
	display:block;
	position:relative;
	overflow:hidden;
	margin:0;
	padding:0;
	width:60px;
	height:60px;
	font-size:0;
	text-indent:-9999px;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	box-shadow:none;
	border-radius: 0;
	border:none;
	cursor:pointer;
	
	transition:background .3s;
	-webkit-transition:background .3s;
	-moz-transition:background .3s;
	-o-transition:background .3s;
}
#header .inner-header .c-hamburger:focus {
	outline:0
}
#header .inner-header .c-hamburger span {
	display:block;
	position:absolute;
	top:28px;
	left:12px;
	right:12px;
	height:5px;
	background: #fff;
}
#header .inner-header .c-hamburger--htx {
	background-color: #ad1c21;
}
#header .inner-header .c-hamburger--htx span {
	-webkit-transition:background 0s .3s;
	transition:background 0s .3s
}
#header .inner-header .c-hamburger--htx.is-active {
	background-color: #ad1c21;
}
#header .inner-header .c-hamburger--htx.is-active span {
	background:0 0
}
#header .inner-header .c-hamburger span::after, 
#header .inner-header .c-hamburger span::before {
	position:absolute;
	display:block;
	left:0;
	width:100%;
	height:5px;
	background-color: #fff;
	content:""
}
#header .inner-header .c-hamburger--htla.is-active span::after, 
#header .inner-header .c-hamburger--htla.is-active span::before, 
#header .inner-header .c-hamburger--htra.is-active span::after, 
#header .inner-header .c-hamburger--htra.is-active span::before {
}
#header .inner-header .c-hamburger span::before {
	top:-10px
}
#header .inner-header .c-hamburger span::after {
	bottom:-10px
}
#header .inner-header .c-hamburger--htx span::after, 
#header .inner-header .c-hamburger--htx span::before {
	-webkit-transition-duration:.3s, .3s;
	transition-duration:.3s, .3s;
	-webkit-transition-delay:.3s, 0s;
	transition-delay:.3s, 0s
}
#header .inner-header .c-hamburger--htx span::before {
	-webkit-transition-property:top, -webkit-transform;
	transition-property:top, transform
}
#header .inner-header .c-hamburger--htx span::after {
	-webkit-transition-property:bottom, -webkit-transform;
	transition-property:bottom, transform
}
#header .inner-header .c-hamburger--htx.is-active span::before {
	top:0;
	-webkit-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
	background-color: #fff;
}
#header .inner-header .c-hamburger--htx.is-active span::after {
	bottom:0;
	-webkit-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	transform:rotate(-45deg);
	background-color: #fff;
}
#header .inner-header .c-hamburger--htx.is-active span::after, 
#header .inner-header .c-hamburger--htx.is-active span::before {
	-webkit-transition-delay:0s, .3s;
	transition-delay:0s, .3s
}
/* These styles just make hamburger menu work */
.responsive-menu{
	display: block;
	height: 73px;
	position: relative;
	z-index: 98;
	float: right;
}
@media only screen and (max-width : 960px) {
.responsive-menu{
	width: 100%;
	height: auto;
	margin: 0;
	z-index: 101;
	display: none;
	position: absolute;
	top: 61px;
}
}
.responsive-menu li{
	float: left;
	height: 73px;
	line-height: 73px;
	border-left: solid 1px #dcd9d5;
}
@media only screen and (max-width : 960px) {
.responsive-menu li{
	height: auto;
	width: 100%;
	margin: 0;
	font-size: 1.0em;
	line-height: 45px;
	border-left: none;
}	
}
.expand {
	display: block !important;
}
.hide {
	display: none !important;
}
.open-menu-link{
	visibility: hidden;	
}
@media only screen and (max-width : 960px) {
.open-menu-link{
	display: none!important;
	visibility: visible;	
	position: absolute;
	right: 5px;
	top: 0px;
	cursor: pointer;
	color: #fff;
	width: 15%;
	font-size: 40px;
	line-height: 50px;
	text-align: center;
	font-family: Arial!important;
}
}
.open-menu-link.close{
	line-height: 42px;
}
.menu-item-has-children{position: relative;}
@media only screen and (max-width : 960px) {
.menu-item-has-children i{
	display:none;
}
}
li .sub-menu{
	display: none;
}
.visible {
	display: block !important;
}
.responsive-menu a{
	display: block;
	text-decoration: none;
	color: #ad1c21;
	height: 73px;
	text-align: center;
	font-size: 1.0em;
	text-transform: uppercase;
	padding: 0 25px;
}
@media only screen and (max-width : 960px) {
.responsive-menu a{
	border-bottom: 1px solid #fff;
	height: 45px;
	padding: 0 10px;
	background-color: #ad1c21;
	color: #fff;
	-webkit-transition: color 0.5s;

    transition: color 0.5s;
	-webkit-transition: color 0.5s;
	-moz-transition: color 0.5s;
	-o-transition: color 0.5s;
}
}
.responsive-menu a:hover{
	color: #ad1c21;
}
@media only screen and (max-width : 960px) {
.responsive-menu a:hover,
.responsive-menu a.enquiry:hover{
	color: #560e10;
}
}
.responsive-menu a.enquiry{
	background: #ad1c21;
	color: #fff;
}
.responsive-menu ul ul {
	display: none;
	position: absolute;
	top: 73px;
	left: 0;
	z-index: 99;
	height: auto;
	width: 200px;
	background: rgba(253,250,246,.9);
	box-shadow: 0 2px 5px 0 rgba(145,143,140,.5);
}
@media only screen and (max-width : 960px) {
.responsive-menu ul ul {
	width: 100%;
	position: relative;
	top: 0;
}
}
.responsive-menu ul ul.services  {
	width: 260px;
}
@media only screen and (max-width : 960px) {
.responsive-menu ul ul.services  {
	width: 100%;
}
}
.responsive-menu ul ul ul {
	position: absolute;
	left: 200px;
	top: 0;
}
.responsive-menu ul ul.services ul {
	left: 260px;
}
@media only screen and (max-width : 960px) {
.responsive-menu ul ul ul,
.responsive-menu ul ul.services ul {
	display: block;
	position: relative;
	left: 0;
	top: 0;
}
}
.responsive-menu ul ul li {
	height: auto;
	margin: 0;
	padding: 0;
	width: 100%;
	position: relative;
	left: 0;
	top: 0;
	border-left: none;
}
@media only screen and (max-width : 960px) {
.responsive-menu ul ul li {
	width: 100%;
}
}
.responsive-menu ul ul li a {
	padding: 10px 15px;
	font-size: 0.8em;
	text-align: left;
	height: auto;
	width: 100%;
	height: auto;
	margin: 0px;
	line-height: 24px;
	color: #535250;
	-webkit-transition: color 0.5s;
    transition: color 0.5s;
	-webkit-transition: color 0.5s;
	-moz-transition: color 0.5s;
	-o-transition: color 0.5s;
}
@media only screen and (max-width : 960px) {
.responsive-menu ul ul li a {
	padding: 10px 0px 10px 0px;
	text-align: center;
	font-size: 1.0em;
	text-transform: uppercase;
	color: #fff;
}
}
.responsive-menu ul ul li a i{
	float:right;
	line-height: 24px;
}
.responsive-menu ul li:hover > ul {
	display: block;
}
@media only screen and (max-width : 960px) {
.responsive-menu ul li:hover > ul {
	display: none;
}
}
@media only screen and (max-width : 960px) {
.responsive-menu ul li:hover > ul ul {
	display: block;
}
}
/* These 5 styles give the nav links their underline animation */
.responsive-menu li a span {
	overflow:hidden;
	position: relative;
}
.responsive-menu li>a span:after {
	content: "";
	opacity: 0;
	position: absolute;
	left: 0;
	top: 45px;
	width: 100%;
	border-bottom: 2px solid #ad1c21;
	transform: translateY(-24px);
	-moz-transform: translateY(-24px);
	-ms-transform: translateY(-24px);
	-webkit-transform: translateY(-24px);
	
	transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
}
.responsive-menu li>a.enquiry span:after {
	border-bottom: 2px solid #fff;
}
@media only screen and (max-width : 960px) {
.responsive-menu li>a.enquiry span:after,
.responsive-menu li>a span:after {
	border-bottom: none;
}
}
.responsive-menu li li>a span:after {
	top: 41px;
}
.responsive-menu li:hover>a span:after {
	opacity: 1;
	transform: translateY(-20px);
	-moz-transform: translateY(-20px);
	-ms-transform: translateY(-20px);
	-webkit-transform: translateY(-20px);
}













.footer{
	width: 100%;
	overflow: visible;
	background-color:#4d4d4d;
	color: #fff;
}
.footer .inner-footer{
	width:1200px;
	margin: 0 auto;
	font-size: 1.0em;
	line-height: 1.4em;
}
@media only screen and (max-width : 1300px) {
.footer .inner-footer{
	width: 100%;
	padding: 0 50px;
}
}
@media screen and (max-width: 960px) {
.footer .inner-footer{
	width: 96%;
	padding: 0 2%;
}
}
.footer .main{
	background: #333;
	padding: 25px 0;
}
@media screen and (max-width: 580px) {
.footer .main{
	padding: 20px 0 0 0;
}
.footer .main br{
}

}
.footer .main h3{
	font-size: 1.6em;
	padding-bottom: 0.8em;
}
.footer .main a{
	color: #fff;
	text-decoration: none;
	font-weight:normal;
}
.footer .main a:hover,
.footer .main a:focus{
	text-decoration: underline;
}
.footer .main .left{
	width:30%;
	float: left;
	text-align: left;
}
@media screen and (max-width: 960px) {
.footer .main .left{
	width:50%;
}
}
@media screen and (max-width: 580px) {
.footer .main .left{
	width:100%;
	text-align: center;
	padding-top: 15px;
}
}
.footer .main .left i{
	padding-right: 5px;
}
@media screen and (max-width: 580px) {
.footer .main .left i,
.footer .main .left h3,
.footer .main .left br,
.footer .main .left .mob-hide{
	display:none;
}
}
@media screen and (max-width: 580px) {
.footer .main .left a{
	display:inline-block;
	width: 96%;
	margin: 0 2% 15px;
	height:40px;
	line-height:45px;
	background: #454545;
	text-decoration:none;
	
	font-family: 'Josefin Sans', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}
}



.footer .main .right{
	width:30%;
	float: left;
	text-align: right;
}
@media screen and (max-width: 960px) {
.footer .main .right{
	display:none;
}
}
.footer .main .right li{
	margin-bottom: 15px;
	border-right: solid 3px #fff;
}
.footer .main .right li a{
	display:inline-block;
	padding: 5px 10px 5px 5px;
	
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.footer .main .right li a:hover{
	background-color: #454545;
	text-decoration: none;
}




.footer .main .middle{
	width:40%;
	float: left;
	text-align: center;
}
@media screen and (max-width: 960px) {
.footer .main .middle{
	width: 50%;
	text-align: right;
}
}
@media screen and (max-width: 580px) {
.footer .main .middle{
	display: none;
}
.footer .main .middle h3{ display: none; }
}
.footer .main .middle form.mailchimp{
	width: 50%;
	margin: 0 auto;
}
@media screen and (max-width: 960px) {
.footer .main .middle form.mailchimp{
	width: 80%;
	margin: 0;
	float:right;
}
}
@media screen and (max-width: 580px) {
.footer .main .middle form.mailchimp{
	width: 100%;
}
}
.footer .main .middle form.mailchimp input[type="email"],
.footer .main .middle form.mailchimp input[type="text"] {
	background: #454545;
	color: #fff;
	width:100%;
	padding: 10px;
	margin-bottom: 10px;
}
@media screen and (max-width: 580px) {
.footer .main .middle form.mailchimp input[type="email"],
.footer .main .middle form.mailchimp input[type="text"] {
	display: none;
}
}
.footer .main .middle form.mailchimp input[type="email"]:focus,
.footer .main .middle form.mailchimp input[type="text"]:focus{
	background: #606060;
}
.footer .main .middle form.mailchimp ::-webkit-input-placeholder {color: #cacaca;}
.footer .main .middle form.mailchimp ::-moz-placeholder {color: #cacaca;}
.footer .main .middle form.mailchimp :-ms-input-placeholder {color: #cacaca;}
.footer .main .middle form.mailchimp :-moz-placeholder {color: #cacaca;}

.footer .main .middle form.mailchimp .button {
	width: 100%;
	height: 40px;
	line-height: 43px;
	margin-bottom: 10px;
	font-size: 1.0em;
	letter-spacing: 0.05em;
	cursor: pointer;
	color: #454545;
	position: relative;
	
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}
.footer .main .middle form.mailchimp .button:hover {
	color: #fff;
}
.footer .main .middle form.mailchimp .button span{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.footer .main .middle form.mailchimp .button::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: rgba(255,255,255,1);
	
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.footer .main .middle form.mailchimp .button:hover::before{
	opacity: 0 ;
	-webkit-transform: scale(0.5,0.5);
	transform: scale(0.5,0.5);
}
.footer .main .middle form.mailchimp .button::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	border: 2px solid rgba(255,255,255,1.0);
	
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;

	-webkit-transform: scale(1.2,1.2);
	transform: scale(1.2,1.2);
}
.footer .main .middle form.mailchimp .button:hover::after{
	opacity: 1;
	-webkit-transform: scale(1,1);
	transform: scale(1,1);
}



.footer .smallprint{
	background: #262626;
	color: #606060;
	text-align: center;
	font-size: 0.8em;
	padding: 10px 0 6px;
}
@media screen and (max-width: 1200px) {
.footer .smallprint{
	color: #8e8e8e;
	height: auto;
	padding: 0.8em 5%;
	line-height: 1.3em;
	font-size: 0.8em;
}
}
.footer .smallprint .halfpipe{
	font-size: 0.8em;
	padding: 0 5px;
}
.footer .smallprint a{
	color: #606060;
	text-decoration: none;
	font-weight:normal;
}
@media screen and (max-width: 1200px) {
.footer .smallprint a{
	color: #8e8e8e;
}
}
.footer .smallprint a:hover,
.footer .smallprint a:focus{
	text-decoration: underline;
}
@media screen and (max-width: 580px) {
.footer .smallprint .mob-hide{
	display:none;
}
}



.footer .arrow{
	position: fixed;
	z-index:9;
	bottom: 0px;
	right: 0px;
	display:block;
	height: 30px;
	width: 30px;
	line-height: 30px;
	text-align:center;
	color: #fff;
	background: #262626;
	
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
@media only screen and (max-width : 960px) {
.footer .arrow{
	display:none;
}
}
.footer .arrow:hover{
	background: #ad1c21;	
}



.footer .cta{
	display:block;
	text-decoration:none!important;
	text-align:center;
	background: #ad1c21;
	border: solid 5px #fff;
	border-radius: 50%;
	width: 160px;
	height: 160px;
	margin: -105px auto 25px;
	
	transition: all .3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
@media only screen and (max-width : 580px) {
.footer .cta{
	border: none;
	border-radius: 0;
	width: 88%;
	height: 40px;
	margin: 0 6%;
}
}
.footer .cta:hover{
	color: #ad1c21;
	background: #fff;
}
.footer .cta .smallText {
	display:block;
	font-size: 0.9em;
	line-height:1.2em;
}
.footer .cta .smallText.top {
	height: 50px;
	padding: 15px 0 0 0;

}
@media only screen and (max-width : 580px) {
.footer .cta .smallText.top {
	height: 40px;
	line-height: 40px;
	padding: 0;
	display: inline-block;
	font-size: 1.0em;
}
}
.footer .cta .smallText.bottom {
	height: 70px;
	padding: 17px 0 0 0;
}
@media only screen and (max-width : 580px) {
.footer .cta .smallText.bottom,
.footer .cta .smallText.top br {
	display:none;
}
}
.footer .cta .scriptFont {
	font-family: 'Pacifico', Helvetica, sans-serif;
	text-transform: capitalize;
	font-weight: normal;
	display:block;
	font-size: 2.4em;
	height: 40px;
  
	-webkit-transform: rotate(-10deg);
	   -moz-transform: rotate(-10deg);
	    -ms-transform: rotate(-10deg);
	     -o-transform: rotate(-10deg);
	        transform: rotate(-10deg);
}
@media only screen and (max-width : 580px) {
.footer .cta .scriptFont {
	font-family: 'Josefin Sans', sans-serif;
	text-transform: uppercase;
	display: inline-block;
	font-size: 1.0em;
	-webkit-transform: rotate(0deg);
	   -moz-transform: rotate(0deg);
	    -ms-transform: rotate(0deg);
	     -o-transform: rotate(0deg);
	        transform: rotate(0deg);
}
}


.footer .clients{
	width: 100%;
	padding: 30px 0 40px;
	background:#4d4d4d;
	overflow:hidden;
	border-bottom: solid 5px #fff;
}
@media only screen and (max-width : 580px) {
.footer .clients{
	display:none;
}
}
.footer .clients ul.logos{
	width: 1200px;
	margin: 0 auto;
}
@media only screen and (max-width : 1300px) {
.footer .clients ul.logos{
	width: 100%;
	padding: 0 50px;
}
}
.footer .clients ul.logos li{
	display:block;
	float: left;
	width: 9.09%;
	padding: 0 5px;	
}
@media screen and (max-width: 960px) {
.footer .clients ul.logos li{
	display:block;
	float: left;
	width: 11.11%;
	padding: 0 5px;	
}
.footer .clients ul.logos li.mob-hide{
	display:none;
}
}
.footer .clients ul.logos li.spacer{
	width: 9.09%;
	height: 40px;
}
@media screen and (max-width: 960px) {
.footer .clients ul.logos li.spacer{
	display:block;
	float: left;
	width: 33.33%;
	padding: 0 5px;
}
}
.footer .clients img{
	float:left;
	width:100%;
	height:80px;
	opacity: 0.5;
	filter:alpha(opacity=50);
}
@media only screen and (max-width : 1300px) {
.footer .clients img{
	height:60px;
}
}














#social-media-icons{
	width: 320px;
	position:fixed;
	z-index:10;
	top:81px;
	right:10px;
}
@media only screen and (max-width : 960px) {
#social-media-icons{
	display:none;
}
}
@media only screen and (max-width : 580px) {
#social-media-icons{
	display:block;
	width: 100%;
	height:auto;
	position:relative;
	top:0;
	left:0;
}
}
#social-media-icons li{
	float: left;
	height: 40px;
	width: 40px;
	line-height:40px;
	display:inline-block;
	font-size: 1.4em;
	text-align:center;
}
#social-media-icons li i{
	line-height:40px;
}
@media only screen and (max-width : 580px) {
#social-media-icons li{
	font-size: 2.0em;
	line-height:60px;
	height: 60px;
	width: 21%;
	margin: 0 2% 15px 2%;

}
}
#social-media-icons li a{
	display:block;
	background: #ad1c21;
	color: #fff;
	border-radius: 50%;
	height: 40px;

	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
@media only screen and (max-width : 960px) {
#social-media-icons li a{
	background: #fff;
	color: #333;
	border-radius: 0%;
	height: auto;
}
}
#social-media-icons li a:hover{
	color: #fff;
}
#social-media-icons li a.facebook:hover{background: #3b5998;}
#social-media-icons li a.twitter:hover{background: #00aced;}
#social-media-icons li a.linkedin:hover{background: #007bb6;}
#social-media-icons li a.google:hover{background: #dd4b39;}
#social-media-icons li a.youtube:hover{background: #fff; color: #bb0000;}
#social-media-icons li a.vimeo:hover{background: #1ab7ea;}
#social-media-icons li a.instagram:hover{background: #517fa4;}
#social-media-icons li a.pinterest:hover{background: #fff; color: #cb2027;}

/*#social-media-icons{
	width: 40px;
	position:fixed;
	z-index:10;
	top:128px;
	right:0px;
}
@media only screen and (max-width : 960px) {
#social-media-icons{
	display:none;
}
}
@media only screen and (max-width : 580px) {
#social-media-icons{
	display:block;
	width: 100%;
	height:auto;
	position:relative;
	top:0;
	left:0;
}
}
#social-media-icons li{
	float: left;
	height: 40px;
	width: 40px;
	line-height:40px;
	display:inline-block;
	font-size: 1.4em;
	text-align:center;
}
@media only screen and (max-width : 580px) {
#social-media-icons li{
	font-size: 2.0em;
	line-height:60px;
	height: 60px;
	width: 21%;
	margin: 0 2% 15px 2%;

}
}
#social-media-icons li a{
	display:block;
	background: #ad1c21;
	color: #fff;
	
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
@media only screen and (max-width : 960px) {
#social-media-icons li a{
	background: #fff;
	color: #333;
}
}
#social-media-icons li a:hover{
	color: #fff;
}
#social-media-icons li a.facebook:hover{background: #3b5998;}
#social-media-icons li a.twitter:hover{background: #00aced;}
#social-media-icons li a.linkedin:hover{background: #007bb6;}
#social-media-icons li a.google:hover{background: #dd4b39;}
#social-media-icons li a.youtube:hover{background: #fff; color: #bb0000;}
#social-media-icons li a.vimeo:hover{background: #1ab7ea;}
#social-media-icons li a.instagram:hover{background: #517fa4;}
#social-media-icons li a.pinterest:hover{background: #fff; color: #cb2027;}*/













.news{
	padding-bottom: 20px;
}
.news h2.margin-with-boxes,
.news h3.margin-with-boxes{
	padding-bottom: 20px;
}
@media screen and (max-width: 580px) {
.news h2.margin-with-boxes{
	padding-bottom: 15px;
	font-size: 1.8em;
}
}
.news .news-item{
	width: 100%;
	margin-bottom:35px;
}
@media screen and (max-width: 580px) {
.news .news-item{
	margin-bottom:20px;
}
}
.news .news-item a{
	text-decoration: none;
	color: #fff;
}
.news .news-item .imageWrapper{
	position:relative;
	z-index:1;
	overflow:hidden;
	background: #fff;
}
.news .news-item .imageWrapper img{
	position:relative;
	z-index:2;
	background: #fff;
	
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.news .news-item a:hover .imageWrapper img{
	opacity:0.5;
	filter:alpha(opacity=50);
}
.news .news-item .date{
	position:relative;
	z-index:2;
	background-color: #4d4d4d;
	float: right;
	height: 25px;
	line-height:25px;
	margin-top:-25px;
	padding: 0 10px;
	font-size:0.7em;
	text-transform:uppercase;
	
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.news .news-item .title{
	background-color: #4d4d4d;
	width: 100%;
	height: 115px;
	padding: 15px 20px;
	overflow:hidden;
	
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.news .news-item a:hover .title,
.news .news-item a:hover .date{
	background-color: #7A7A7A;
}
@media only screen and (max-width : 580px) {
.news .news-item .title{
	height: auto;
	padding: 15px 15px;
	text-align:center;
}
}
.news .news-item .title h3{
	font-size:1.2em;
	letter-spacing: 0.01em;
	line-height:1.4em;
}
@media only screen and (max-width : 1000px) {
.news .news-item .title h3{
	font-size:1.0em;
	line-height:1.4em;
}
}
@media only screen and (max-width : 800px) {
.news .news-item .title h3{
	font-size:1.2em;
	line-height:1.4em;
}
}
@media only screen and (max-width : 580px) {
.news .news-item .title h3{
	font-size:1.4em;
	padding:0;
}
}
.news .news-item:hover .title h3{
	color:#fff;
}
.news .category-buttons{
	margin: 0 0 20px 0;
	float: left;
	width: 100%;
}
@media only screen and (max-width : 580px) {
.news .category-buttons{
	display:none;
}
}
.news .category-buttons a {
	display: inline-block;
	text-align:center;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 0.8em;
	text-transform:uppercase;
	height: 45px;
	line-height: 45px;
	width: 12%;
	margin: 0 2% 15px 0;
	background-color: #587f9a;
	color:#fff;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
@media only screen and (max-width : 1250px) {
.news .category-buttons a {
	width: 12%;
	margin-right: 1.95%;
}
}
@media only screen and (max-width : 1100px) {
.news .category-buttons a {
	width: 15%;
	margin-right: 1.3%;
}
.news .category-buttons a.general {
	margin-right: 0;
}
}
.news .category-buttons a.last {
	width: 14%;
	margin: 0 0 15px 0;
}
@media only screen and (max-width : 1100px) {
.news .category-buttons a.last {
	display:none;
}
}
.news .category-buttons a:hover {
	background-color: #2a3d4a;
	text-decoration:none;
}
.news .recent,
.news .older,
.news .center,
.home .center{
	width: 31.4%;
	font-size: 1.0em;
	line-height: 50px;
	text-decoration: none;
	text-align: center;
	height: 50px;
	margin: 0px 0 15px 0;
	letter-spacing: 0.05em;
	background-color: #ad1c21;
	color:#fff;
}
@media only screen and (max-width : 580px) {
.news .recent,
.news .older,
.news .center,
.home .center{
	width: 100%;
	margin: 0 0 15px 0;
}
}
.news .recent::before,
.news .older::before,
.news .center::before {
	background: #661013;
}
.news .recent{float:right;}
.news .older{float:left;margin-right:0;}
.news .center, 
.home .center{float:none;margin:0 auto;}



.news-single{
	padding-top: 5px;
}
.news-single img.headerImage{
	width: 100%;
	height: auto;
	margin-bottom: 30px;
}
@media only screen and (max-width : 580px) {
.news-single img.headerImage{
	margin-bottom: 15px;
}
}
.news-single .pinterest{
	top:10px;
	right: 1.5%;
}
@media only screen and (max-width : 580px) {
.news-single .pinterest{
	display:none;
}
}
.news-single article{}
.news-single article h1,
.news-single article h2{
	font-size: 2.8em;
}
@media only screen and (max-width : 580px) {
.news-single article h1 {font-size: 2.0em;}
.news-single article h2 {font-size: 2.0em;}
.news-single article h3 {font-size: 1.6em;}
.news-single article h4 {font-size: 1.4em;}	
}
.news-single article .meta{
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	height:40px;
	line-height:42px;
	float:none;
	clear:both;
	margin-bottom: 30px;
}
.news-single article .meta .left{float:left;}
.news-single article .meta .right{float:right;}
.news-single article ul, 
.news-single article ol{
	font-size: 1.2em;
	line-height: 1.2em;
	padding: 0 0 20px 20px;
	list-style: disc!important;
	margin-left:10px;
}
.news-single article ul ul, 
.news-single article ol ul{
	font-size: 1.0em;
	padding: 10px 0 0px 30px;
}
.news-single article li{
	padding-bottom: 10px;
}
.news-single article blockquote{
	padding-left: 40px;
	font-style: italic;
	color: #999;
	background-image: url(images/svg/blockquote-marks.svg);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	background-size: 30px 23px
}
.news-single article table{
	font-size:1.2em;
	text-align:left;
	margin-bottom:20px;
}
.news-single article table th,
.news-single article table td{
	padding:0 30px 15px 0;
}
.news-single article img {
	max-width:100%;
	height:auto;
	opacity: 1;
	filter:alpha(opacity=100);
}
.news-single article .alignleft {
	width: auto;
	display: inline;
	float: left;
	margin: 10px 25px 10px 0;
}
.news-single article .alignright {
	width: auto;
	display: inline;
	float: right;
	margin: 10px 0 10px 25px;
}
.news-single article .aligncenter {
	width: auto;
	clear: both;
	display: block;
	margin: 20px auto;
}
.news-single article .alignnone {
	width: auto;
	float: none;
	display: block;
	margin: 20px 0;
}
.news-single article img:hover,
.news-single article img:focus {
	opacity: 0.8;
	filter:alpha(opacity=80);
}
.news-single article .wp-caption {
	border: none;
	text-align: center;
	background: #ededed;
	margin: 0 auto 30px auto!important;
	max-width: 100%;
}
.news-single article .wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}
.news-single article .wp-caption p{
	background-color: #ededed;
	font-style: italic;
	padding: 15px 30px;
	text-align: center;
	font-size: 1em;
	color: #666;
}
.news-single article .gallery {
	background:#ededed;
	float: left;
	width:100%;
	margin: 0 0 30px 0;
}
@media only screen and (max-width : 550px) {
.news-single article .gallery {
	width:100%;
	margin: 0 0 30px 0;
	padding: 1%;
}
}
.news-single article .gallery:after {
    content: '';
    display: block;
    clear: both;
}
.news-single article .gallery-item {
	float: left;
	margin: 2%;
	width: 29.333%;
}
@media only screen and (max-width : 550px) {
.news-single article .gallery-item {
	margin: 1%;
	width: 31.333%;
}
}
.news-single article .gallery-item img{
	width:100%;
	margin:0;
	border:none;
}
.news-single article .wp-caption-text{
	text-align:center;
	padding: 10px 5px 0 5px;
	font-style: italic;
	font-size: 1em;
	line-height: 1.2em;
	color: #666;
}
.news-single article .tags {
	border-top: solid 1px #a8a8a8; 
	padding-top: 30px; 
	text-transform:uppercase;
	font-size:1.0em!important; 
}
@media only screen and (max-width : 580px) {
.news-single article .tags {
	display:none;
}
}
.news-single article .otherNews{
	padding: 20px 0 30px 0;
	width:100%;
	float:left;
}
@media only screen and (max-width : 580px) {
.news-single article .otherNews{
	padding: 0 0 10px 0;
}
}
.news-single article .otherNews .prev,
.news-single article .otherNews .next {
	position:relative;
	float:left;
	clear:none;
	overflow:hidden;
	background-color: rgba(0, 0, 0, 1);
}
.news-single article .otherNews .prev{width:48.5%; margin-right:1.5%;}
.news-single article .otherNews .next{width:48.5%; margin-left:1.5%;}
@media only screen and (max-width : 960px) {
.news-single article .otherNews .prev,
.news-single article .otherNews .next {
	width:100%;
	margin-left:0;
	margin-right:0;
	margin-bottom:20px;
}
}
.news-single article .otherNews img{ 
	position:relative;
	z-index:1;
	margin:0;
}
.news-single article .otherNews img:hover,
.news-single article .otherNews img:focus {
	opacity: 1;
	filter:alpha(opacity=100);
}
.news-single article .otherNews a .desc {
	display:block;
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:2;
	text-align:center;
	background-color: rgba(0, 0, 0, 0.6);
	color: #FFF;
	padding: 30px;
	font-size: 2.0em;
}
@media only screen and (max-width : 1250px) {
.news-single article .otherNews a .desc {
	font-size: 1.5em;
	padding: 20px;
}
}
@media only screen and (max-width : 960px) {
.news-single article .otherNews a .desc {
	font-size: 1.8em;
}
}
@media only screen and (max-width : 580px) {
.news-single article .otherNews a .desc {
}
}
.news-single article .otherNews a:hover .desc {
	width:100%;
	height:100%;
	top:0;
	left:0;
	background-color: rgba(0, 0, 0, 0.0);
	padding-top: 100%;
}
@media only screen and (max-width : 580px) {
.news-single article .otherNews a:hover .desc {
	background-color: rgba(0, 0, 0, 0.6);
	padding: 20px;
}
}
.news-single article h3.comments{
	border-top: 1px solid #666;
	padding: 20px 0 20px 0;
	margin: 0;
}
@media only screen and (max-width : 580px) {
.news-single article h3.comments{
	border-top: none;
	padding: 0 0 20px 0;
}
}



.news-single aside{
	padding: 7px 0 0 40px;
}
@media screen and (max-width: 580px) {
.news-single aside{
	padding: 20px 0 0 0;
}
}
.news-single aside section{
	margin-bottom: 30px;
}
.news-single aside section h3{
	padding: 0 0 20px 0;
	font-size: 1.6em;
	text-align:center;
}
.news-single aside section.tag-cloud{
	line-height: 1.3em;
	text-align:center;
	background:#2a3d4a;
	padding: 20px;
	color: #fff;
}
.news-single aside .tag-cloud a{
	color: #6da0c2;
	font-weight: normal;
}
.news-single aside .tag-cloud a:hover{
	text-decoration:none;
	color: #fff;
}
.news-single aside section.news{
	line-height: 1.3em;
	background:#2a3d4a;
	padding: 20px 25px;
	color: #fff;
}
.news-single aside ul.articles li{
	padding: 10px 0;
	border-top: 1px solid rgba(255,255,255, 0.9);
	display: block;
}
.news-single aside section.news a{
	color: #6da0c2;
}
.news-single aside section.news a:hover{
	text-decoration:none;
	color: #fff;
}
.news-single aside section.mailchimp{
	line-height: 1.3em;
	background:#6da0c2;
	padding: 20px 25px;
	color: #fff;
	text-align:center;
}
.news-single aside section.mailchimp p{
	font-size:1.0em;
	padding-bottom: 20px;
}
.news-single aside section.mailchimp input[type="email"],
.news-single aside section.mailchimp input[type="text"] {
	background: #587f9a;
	color: #fff;
	width:100%;
	padding: 10px;
	margin-bottom: 15px;
	
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}
.news-single aside section.mailchimp input[type="email"]:focus,
.news-single aside section.mailchimp input[type="text"]:focus{
	background: #2a3d4a;
}
.news-single aside section.mailchimp ::-webkit-input-placeholder {color: #fff;}
.news-single aside section.mailchimp ::-moz-placeholder {color: #fff;}
.news-single aside section.mailchimp :-ms-input-placeholder {color: #fff;}
.news-single aside section.mailchimp :-moz-placeholder {color: #fff;}
.news-single aside section.mailchimp .button {
	width: 100%;
	height: 40px;
	line-height: 43px;
	margin-bottom: 10px;
	font-size: 1.0em;
	letter-spacing: 0.05em;
	cursor: pointer;
	color: #fff;
	position: relative;
	background: #2a3d4a;
	
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}
.news-single aside section.mailchimp .button:hover {
	color: #2a3d4a;
	background: #fff;
}
.news-single aside section.searchBox input[type="text"]{
	font-family: 'Overpass', sans-serif;
	width: 80%;
	height: 40px;
	padding: 5px 10px;
	background-color: #587f9a;
	border: 3px solid #587f9a;
	color:#fff;
	box-shadow: none;
	font-size: 1.2em;
	float:left;

	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.news-single aside section.searchBox input[type="text"]:focus {
	border: 3px solid #2a3d4a;
	background-color: #2a3d4a;
	color:#fff;
}
.news-single aside section.searchBox .search-btn{
	font-family: 'Josefin Sans', sans-serif;
	font-size: 1.0em;
	text-transform:uppercase;
	letter-spacing: 0.05em;
	width: 20%;
	height: 40px;
	line-height: 40px;
	color:#fff;
	background: #587f9a;
	border: none;
	float:left;
	cursor: pointer;
	overflow:hidden;
	border-radius: 0;
	-webkit-appearance: none;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}
.news-single aside section.searchBox .search-btn:hover{
	background-color: #2a3d4a;
	color:#fff;
}
.news-single .cta{
	display:block;
	margin: 0 auto 10px;
	width: 70%;
	color: #fff;
	background:#2c97df;
	border-bottom: 5px solid #206a9f;
	border-right: 5px solid #206a9f;
	line-height: 1.4em;
	padding: 10px 20px;
	text-align:center;
	border-radius: 10px;
	-webkit-border-radius: 10px;
}
@media screen and (max-width: 580px) {
.news-single .cta{
	margin: 0 auto 30px;
}
}
.news-single .cta:hover{
	text-decoration:none;
	border-bottom: none;
	border-right: none;
	border-top: 5px solid #fff;
	border-left: 5px solid #fff;
}
.news-single .cta .scriptFont {
	font-family: 'Pacifico', Helvetica, sans-serif;
	text-transform: capitalize;
	font-weight: normal;
	color: #fff;
	display:block;
	font-size: 1.8em;
	line-height: 1.3em;
	padding-bottom: 5px;
}



.contact .contactPageCTA{
	width:100%; 
	padding: 20px 0 10px 0;
	text-align: center;
	font-size: 1.2em;
	line-height: 0.7em;
	font-weight:bold;
}
@media screen and (max-width: 580px) {
.contact .contactPageCTA{
	padding: 10px 0 0 0;
	text-align: center;
	font-size: 1.0em;
	line-height: 40px;
}
}
.contact .contactPageCTA a{
	text-decoration: none;
	text-align: center;
	position:relative;
	top:0;
	left:0;
	padding: 4px 10px 4px 10px;
	margin-right: 6px;
	background:transparent;
	color:#ad1c21;
	border: solid 4px #ad1c21;
	-webkit-box-shadow: 5px 5px 0px #ad1c21;
	-moz-box-shadow: 5px 5px 0px #ad1c21;
	box-shadow: 5px 5px 0px #ad1c21;
	
	-webkit-transition: all 0.05s linear;
       -moz-transition: all 0.05s linear;
         -o-transition: all 0.05s linear;
	    -ms-transition: all 0.05s linear;
            transition: all 0.05s linear;
}
@media screen and (max-width: 580px) {
.contact .contactPageCTA a{
	font-weight:normal;
	background:#ad1c21;
	color:#fff;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
}
.contact .contactPageCTA a:hover{
	top:5px;
	left:5px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
@media screen and (max-width: 580px) {
.contact .contactPageCTA a:hover{
	top:0;
	left:0;
}
}



.contact.map-wrapper{
	position:relative;
	background:#000;
}
.contact.map-wrapper #map {
	width: 100%;
	height: 400px;
}
.contact.map-wrapper #map-overlay{
	width:500px;
	height:300px;
	background:#fff;
	position:absolute;
	top:-9999px;
	left:50%;
	margin-left:-250px;
	overflow:hidden;
}
@media screen and (max-width: 580px) {
.contact.map-wrapper #map-overlay{
	width:96%;
	margin: 0 2% 0 2%;
	position:relative;
	left:0;
}
}
.contact.map-wrapper #map-overlay .close,
.contact.map-wrapper #map-overlay .fullsizeBtn{
	display:block;
	cursor:pointer;
	float:right;
	text-align:center;
	font-size:1.4em;
	margin: 15px 15px 0 0;
	width:36px;
	height:36px;
	line-height:36px;
	background:#ad1c21;
	color:#fff;
	position:relative;
	z-index:2;
}

.contact.map-wrapper #map-overlay .close:hover,
.contact.map-wrapper #map-overlay .fullsizeBtn:hover,
.contact.map-wrapper #map-overlay .close:focus,
.contact.map-wrapper #map-overlay .fullsizeBtn:focus{
	background:#5b0e11;
	font-size:1.7em;
}
.contact.map-wrapper #map-overlay .fullsizeBtn i{line-height:36px;}
.contact.map-wrapper #map-overlay form .box{width:100px;height:30px;background:#ff0;padding:0;}
.contact.map-wrapper #map-overlay form .submit{background:#999;padding:10px;}

.contact.map-wrapper #directions-tab{
	position:absolute;
	z-index:1;
	height:270px;
	width:470px;
	top:15px;
	left:15px;
	line-height: 1.4em;
}
@media screen and (max-width: 580px) {
.contact.map-wrapper #directions-tab{
	position:relative;
	width:100%;
	left:0;
	padding: 0 15px;
}
}
.contact.map-wrapper #directions-tab .title{
	font-size:2em;
	color:#ad1c21;
}
@media screen and (max-width: 580px) {
.contact.map-wrapper #directions-tab .title{
	text-align:center;
	width:100%;
}
}
.contact.map-wrapper #directions-tab{overflow:hidden;}
.contact.map-wrapper #directions-tab .line{
	position: relative;
	border-top-width: 3px;
	border-top-style: dashed;
	border-top-color: #999;
	display: block;
	height: 30px;
	width: 99%;
	margin: 10px 1% 0 0;
}
.contact.map-wrapper #directions-tab .a{
	font-size: 2.6em;
	color: #6c99fe;
	background:#fff;
	position:absolute;
	left: 0;
	top: -25px;
	padding: 0 4px 0 0;
}
.contact.map-wrapper #directions-tab .b{
	font-size: 2.6em;
	color: #02bf00;
	background:#fff;
	position:absolute;
	left: 50%;
	top: -25px;
	padding: 0 5px 0 4px;
	margin-left:-1px;
}
@media screen and (max-width: 580px) {
.contact.map-wrapper #directions-tab .line,
.contact.map-wrapper #directions-tab .a,
.contact.map-wrapper #directions-tab .b{
	display:none;
}
}
.contact.map-wrapper #directions-tab .left{
	float: left;
	width: 50%;
	padding: 10px 20px 0 0;
}
@media screen and (max-width: 580px) {
.contact.map-wrapper #directions-tab .left{
	width: 100%;
	padding: 0;
}
}
.contact.map-wrapper #directions-tab .left p{
	padding-bottom:20px;
}
.contact.map-wrapper #directions-tab .left .textBox{
	position: relative!important;
	float: left;
	height: 40px;
	width: 75%;
	background-color: #dadada;
	padding: 0 10px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border-radius: 0;
	-webkit-border-radius:0; 
}
.contact.map-wrapper #directions-tab .left .submitBtn{
	background-color: #ad1c21;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	float: left;
	height: 40px;
	width: 25%;
	cursor:pointer;
}
.contact.map-wrapper #directions-tab .left .submitBtn:hover,
.contact.map-wrapper #directions-tab .left .submitBtn:focus{
	opacity:0.5;
	filter:alpha(opacity=50);
}
.contact.map-wrapper #directions-tab .right{
	float: right;
	width: 50%;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999;
	padding: 10px 0 0 20px;
	height:170px;
}
@media screen and (max-width: 580px) {
.contact.map-wrapper #directions-tab .right{
	display:none;
}
}
.contact.map-wrapper #directions-tab .right h5{
	color:#ad1c21;
	padding-bottom: 10px;
}








.contact-boxes-wrapper{
	background:#333; 
	margin:30px 0;
}
@media screen and (max-width: 1200px) {
.contact-boxes-wrapper{
	background:#fff; 
}
}
.contact.contact-boxes{
	padding:0;
}
.contact.contact-boxes ul{
	border-left: 15px solid #fff;
	border-right: 15px solid #fff;
	float:left;
	width:100%;
}
@media screen and (max-width: 1200px) {
.contact.contact-boxes ul{
	border:none;
}
}
.contact.contact-boxes .square{
	float: left;
	overflow:hidden;
	text-align: center;
	width: 33%;
	padding: 20px 10px;
	border-left: 15px solid #fff;
	border-right: 15px solid #fff;
	color: #fff;
	background-image:url(images/contact-box-big-icons.png);
	background-color:#333;
}
@media screen and (max-width: 580px) {
.contact.contact-boxes .square{
	text-align: left;
	width: 100%;
	padding: 20px;
	border:none;
	margin-bottom: 25px;
	text-align:center;
}
}
.contact.contact-boxes .square p{
	padding: 0;
}
.contact.contact-boxes .square.slurpy{background-color:#d95459; background-position: center -550px;}
.contact.contact-boxes .square.aaron{background-color:#fdb45c; background-position: center -275px; width: 34%;}
.contact.contact-boxes .square.katie{background-color:#13b2a3; background-position: center 0px;}
@media screen and (max-width: 800px) {
.contact.contact-boxes .square{background-image:none;}
}
@media screen and (max-width: 580px) {
.contact.contact-boxes .square.aaron{width: 100%;}
.contact.contact-boxes .square.katie{margin-bottom:0;}
}
.contact.contact-boxes .square h3 {
	color: #fff;
	font-size:1.8em;
	padding: 0px 0 8px 0;
}
@media screen and (max-width: 900px) {
.contact.contact-boxes .square h3 {
	font-size:1.4em;
}
}
@media screen and (max-width: 580px) {
.contact.contact-boxes .square h3 {
	font-size:1.6em;
}
}
.contact.contact-boxes .square .job {
	display: block;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 0.8em;
	padding: 0 0 20px 0;
}
@media screen and (max-width: 900px) {
.contact.contact-boxes .square .job {
	font-size: 0.6em;
}
}
@media screen and (max-width: 580px) {
.contact.contact-boxes .square .job {
	font-size: 0.8em;
}
}
.contact.contact-boxes .square.slurpy .job span.line{color:#d95459;}
.contact.contact-boxes .square.aaron .job span.line{color:#fdb45c;}
.contact.contact-boxes .square.katie .job span.line{color:#13b2a3;}

.contact.contact-boxes .square .email {
	display: block;
	text-decoration:none;
	border-top: 1px solid #fff;
	padding: 15px 0 10px 0;
	margin: 0 10%;
}
@media screen and (max-width: 900px) {
.contact.contact-boxes .square .email {
	margin: 0%;
	font-size: 0.8em;
	padding: 15px 0 5px 0;
}
}
@media screen and (max-width: 580px) {
.contact.contact-boxes .square .email {
	font-size: 1.0em;
	padding: 15px 0 10px 0;
}
}
.contact.contact-boxes .square .phone {
	display: block;
	text-decoration:none;
	font-size: 1.2em;
	padding: 0 0 5px 0;
}
@media screen and (max-width: 900px) {
.contact.contact-boxes .square .phone {
	font-size: 1.0em;
}
}
@media screen and (max-width: 580px) {
.contact.contact-boxes .square .phone {
	font-size: 1.2em;
}
}
.contact.contact-boxes .square .linkedin {
	display: block;
	font-size: 1.4em;
	border-radius:50%;
	height:45px;
	width:45px;
	margin: 0 auto;
	text-align:center;
}
@media screen and (max-width: 580px) {
.contact.contact-boxes .square .linkedin {
	margin: 0 auto;
	float:none;
}
}
.contact.contact-boxes .square .linkedin i {
	border-radius:50%;
	height:100%;
	width:100%;
	line-height:42px;
	background:#fff;
	color: #223e87;
}
.contact.contact-boxes .square.slurpy .linkedin i{color:#d95459;}
.contact.contact-boxes .square.aaron .linkedin i{color:#fdb45c;}
.contact.contact-boxes .square.katie .linkedin i{color:#13b2a3;}
.contact.contact-boxes .square a{
	color:#fff;
}
.contact.contact-boxes .square a:hover{
	opacity: 0.4;
	filter:alpha(opacity=40);
}





.work {}
.work h2{margin-bottom: 20px!important;}

.work ul.animation-filter{
	position:absolute;
	top: 3px;
	right: 1.5%;
	z-index:99;
}
@media screen and (max-width: 960px) {
.work ul.animation-filter{
	position:relative;
	top: 0;
	right: 0;
	width: 97%;
	margin: 0 1.5% 30px;
}
}
@media screen and (max-width: 580px) {
.work ul.animation-filter{
	width: 100%;
	margin: 0 0 30px 0;
}
}
/*@media screen and (max-width: 580px) {
.work ul.animation-filter{
	display:none;
}
}*/
.work ul.animation-filter, 
.work ul.animation-filter ul {
	width: 300px;
	background-color: #587f9a;
	text-align: left;
	font-family: 'Josefin Sans', sans-serif;
	text-transform:uppercase;
	font-size: 1.0em;
}
@media screen and (max-width: 960px) {
.work ul.animation-filter, 
.work ul.animation-filter ul {
	width: 97%;
}
}
@media screen and (max-width: 580px) {
.work ul.animation-filter, 
.work ul.animation-filter ul {
	width: 100%;
}
}
.work ul.animation-filter span{
	padding-left: 20px;
}
.work ul.animation-filter i.fa-sort-down{
	float:right;
	margin-right:20px;
	height: 45px;
	line-height: 34px;
	font-size: 1.4em;
}
.work ul.animation-filter li {
	width: 300px;
	height: 45px;
	line-height: 45px;
	display: inline-block;
}
@media screen and (max-width: 960px) {
.work ul.animation-filter li {
	width: 100%;
}
}
.work ul.animation-filter li a {
	text-decoration: none;
	color: #fff;
	display: block;
	transition: .3s background-color;
}
.work ul.animation-filter li a:hover {
	background-color: #385669;
}
.work ul.animation-filter li a.active {
	background-color: #aaa;
	color: #444;
	cursor: default;
}
.work ul.animation-filter li ul {
	position: absolute;
	display: none;
	width: inherit;
	text-align: center;
}
.work ul.animation-filter li:hover ul,
.work ul.animation-filter li ul li {
	display: block;
}








.work .project-entry {
	text-align:center;
	width: 100%; 
	height:auto;
	overflow:hidden;
	position:relative;
	margin-bottom:30px;
}
@media screen and (max-width: 580px) {
.work .work .project-entry {
	margin-bottom:20px;
}
}
.work .project-entry img {
	width:100%;
	height:auto;
	display:block;
	position:relative;
}
.work .project-entry .mask{
	overflow: hidden;
	position:absolute; /* Center the mask */
	top:25px;
	left:110px;
    border-radius: 50%;
    display: inline-block;
    height: 150px;
    width: 150px;
	opacity: 0;
	border:0px solid rgba(0,0,0,0.8);
	visibility:hidden;
	
	-moz-transform:scale(4);
	-webkit-transform:scale(4);
	-o-transform:scale(4);
	-ms-transform:scale(4);
	transform:scale(4);
	-moz-transition:all 0.4s ease-in-out;
	-webkit-transition:all 0.4s ease-in-out;
	-o-transition:all 0.4s ease-in-out;
	-ms-transition:all 0.4s ease-in-out;
	transition:all 0.4s ease-in-out;
}
@media screen and (max-width: 580px) {
.work .project-entry .mask{
	display:none;
}
}
.work .project-entry:hover .mask {
	opacity:1;
	border: 75px solid rgba(0, 0, 0, 0.8);
	visibility:visible;
}
.work .project-entry .title{
	display:block;
	text-decoration:none;
	position:absolute;
	top: -100px;
	opacity: 0;
	color: #fff;
	width: 100%;
	padding: 20px 30px 0;
	
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 580px) {
.work .project-entry .title{
	background:#4d4d4d;
	height:auto;
	padding:10px;
	position:relative;
	top:0;
	opacity: 1;
}
}
.work .project-entry:hover .title{
	top: 0px;
	opacity: 1;
}
.work .project-entry .title h3{
	font-size: 1.4em;
	margin: 0;
	padding:0;
}
.work .project-entry .title p{
	font-size: 1.0em;
	margin: 8px 0 0 0;
	padding: 8px 0 0 0;;
	font-style:italic;
	font-weight:normal;
	border-top: 1px solid rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 1200px) {
.work .project-entry .title p{
	display:none;
}
}
.work .project-entry a.link{
	border: 2px solid #fff;
	overflow:hidden;
	text-decoration:none;
	font-size: 0.8em;
	color: #fff;
	width: 130px;
	height: 30px;
	line-height:27px;
	position:absolute;
	bottom: -40px;
	opacity: 0;
	
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 960px) {
.work .project-entry a.link{
	display:none;
}
}
.work .project-entry:hover a.link{
	bottom: 15px;
	opacity: 1;
}
.work .project-entry a.link:hover{
	background: #fff;
	color: #333;
}

.work .project-entry a.quick-play{
	left:15px;
}
.work .project-entry a.more-info{
	right: 15px;
}
.work .project-entry a.link i{
	padding-right: 8px;
}
@media screen and (max-width: 1200px) {
.work .project-entry a.link i{
	display:none;
}
}





.work-single{}
.work-single.news{
	padding: 0 0 20px 0;	
}
@media screen and (max-width: 580px) {
.work-single.news{
	padding: 0;	
}
}
.work-single h3{
	margin: 0px;
	padding:25px 1.5% 25px 1.5%;
}
@media screen and (max-width: 580px) {
.work-single h3{
	padding: 0 0 15px 0;
}
}
.work-single.video{
	padding: 15px 0 30px 0;
}
@media screen and (max-width: 580px) {
.work-single.video{
	padding: 0px 0 20px 0;
}
}
.work-single.video .iframe-wrapper{
	margin: 0 1.5%;
}
@media screen and (max-width: 580px) {
.work-single.video .iframe-wrapper{
	margin: 0;
}
}
.work-single.watch-more{
	padding-bottom:30px;
}
@media screen and (max-width: 580px) {
.work-single.watch-more{
	display:none;
}
}
.work-single.watch-more.open{
	padding-bottom:30px;
}
.work-single.watch-more #toggle{
	display:block;
	cursor:pointer;
	color: #fff;
	background-color: #ad1c21;
	margin: 0 auto;
	padding: 10px;
	width: 220px;
}
.work-single.watch-more #toggle:hover{
	color: #5b0e11;
}
.work-single.watch-more #toggle span{
	display:block;
	font-size:1.3em;
}
.work-single.watch-more #toggle i{
	display:block;
	font-size:1.4em;
	padding-bottom:10px;
}
.work-single.watch-more .more-videos{
	padding: 00px 0;
	background: #ad1c21;
}
@media screen and (max-width: 800px) {
.work-single.watch-more .more-videos .box.one-third{width: 33.333%; padding:0 1.5% 0 1.5%;}
}
.work-single.watch-more .more-videos a.video{
	position:relative;
	display:block;
	background:#fff;
	margin: 20px 0;
	overflow:hidden;
}
@media screen and (max-width: 800px) {
.work-single.watch-more .more-videos a.video{
	margin: 10px 0;
}
}
.work-single.watch-more .more-videos a.video i.fa-play{
	position:absolute;
	top:50%;
	left:50%;
	margin: -50px 0 0 -50px;
	border: 3px solid #fff;
	color:#fff;
	font-size:3em;
	border-radius:50%;
	height:100px;
	width:100px;
	line-height:90px;
	padding-left:35px;
	
	-webkit-transform: scale(1);
	   -moz-transform: scale(1);
	    -ms-transform: scale(1);
	     -o-transform: scale(1);
	        transform: scale(1);
}
@media screen and (max-width: 800px) {
.work-single.watch-more .more-videos a.video i.fa-play{
	margin: -35px 0 0 -35px;
	font-size:2.4em;
	height:70px;
	width:70px;
	line-height:70px;
	padding-left:20px;
	
	-webkit-transform: scale(1);
	   -moz-transform: scale(1);
	    -ms-transform: scale(1);
	     -o-transform: scale(1);
	        transform: scale(1);
}
}
.work-single.watch-more .more-videos a.video:hover i.fa-play{
	border: 3px solid #000;
	color: #000;
	opacity:0.7;
	filter:alpha(opacity=70);
	margin-top: -65px;
	
	-webkit-transform: scale(0.8);
	   -moz-transform: scale(0.8);
	    -ms-transform: scale(0.8);
	     -o-transform: scale(0.8);
	        transform: scale(0.8);
}
@media screen and (max-width: 900px) {
.work-single.watch-more .more-videos a.video:hover i.fa-play{
	margin-top: -50px;
}
}
@media screen and (max-width: 750px) {
.work-single.watch-more .more-videos a.video:hover i.fa-play{
	margin-top: -35px;
}
}
.work-single.watch-more .more-videos a.video img{
	opacity:1;
	filter:alpha(opacity=100);
}
.work-single.watch-more .more-videos a.video:hover img{
	opacity:0.7;
	filter:alpha(opacity=70);
}
.work-single.watch-more .more-videos a.video p.film-title{
	position:absolute;
	bottom:-100px;
	left:0px;
	width:100%;
	font-size:15px;
	color:white;
	opacity:0.9;
	filter:alpha(opacity=90);
	text-align: center;
	background:#333;
	padding: 10px 0;
	font-size: 1.1em;
}
@media screen and (max-width: 900px) {
.work-single.watch-more .more-videos a.video p.film-title{
	font-size: 0.9em;
}
}
@media screen and (max-width: 750px) {
.work-single.watch-more .more-videos a.video p.film-title{
	display:none;
}
}
.work-single.watch-more .more-videos a.video:hover p.film-title{
	bottom:0px;
}








.work-single.credits{}
@media screen and (max-width: 580px) {
.work-single.credits h3,
.work-single.news h3{
	text-align:center;
}
}
.work-single.credits .team{
	margin: 0 1.5% 30px 1.5%;
	width:17%;
	float:left;
}
@media screen and (max-width: 800px) {
.work-single.credits .team{
	font-size: 0.9em;
}
}
@media screen and (max-width: 580px) {
.work-single.credits .team{
	width:99.8%;
	margin: 0 0 15px 0;
	padding:10px 10px 5px 10px;
	font-size: 1em;
	background: #4d4d4d;
	color:#fff;
}
}
.work-single.credits .team .job{
	font-size: 1.2em;
	line-height: 1.4em;
	padding-bottom:5px;
}
@media screen and (max-width: 580px) {
.work-single.credits .team .job{
	float:left;
	width:50%;
}
}
.work-single.credits .team .name{
	font-size: 1.0em;
	line-height: 1.2em;
	padding-bottom:5px;
}
@media screen and (max-width: 580px) {
.work-single.credits .team .name{
	width:100%;
}
.work-single.credits .team .people{
	float:right;
	text-align:right;
	width:50%;
}
}



.work-single.info {}
.work-single.info .desc{
	padding: 20px 0;
}
.work-single.info .desc a{
	color: #385669;
}
@media screen and (max-width: 580px) {
.work-single.info .desc{
	padding: 0px 0 0 0;
}
}
.work-single.info .desc h2{
	font-size:2.4em;
}
@media screen and (max-width: 580px) {
.work-single.info .desc h2{
	font-size:2.0em;
}
}
.work-single.info .desc ul{
	font-size:2.4em;
}
.work-single.info .desc ul{
	font-size: 1.2em;
	line-height: 1.2em;
	padding: 0 0 20px 15px;
	list-style: disc!important;
	margin-left:10px;
}
.work-single.info .desc ul li{
	padding-bottom: 20px;
}




.work-single.info aside{
	padding: 20px 0 20px 0;
}
@media screen and (max-width: 580px) {
.work-single.info aside{
	padding: 0 0 20px 0;
}
}
.work-single.info aside .number{
	text-align:center;
	padding: 0 0 20px 0;
	margin: 0;
	width:140px;
	float:right;
	font-size: 1em;
	line-height:1em;
	font-weight:bold;
}
@media screen and (max-width: 980px) {
.work-single.info aside .number{
	padding: 0 0 15px 0;
	width:50%;
}
}
@media screen and (max-width: 580px) {
.work-single.info aside .number{
	display:none;
}
}
.work-single.info aside .number .count{
	width:140px;
	font-size: 4.6em;
	line-height: 0.7em;
	padding-bottom: 20px;
	color:#fff;
	
}
@media screen and (max-width: 980px) {
.work-single.info aside .number .count{
	width:100%;
}
}
.work-single.info aside .number span{
	display:block;
}
.work-single.info aside p{
	text-align:center;
	padding: 20px 0 10px 0;
	width:280px;
	float:right;
	font-size: 1em;
	line-height: 1.6em;
	border-top: solid 3px #fff;
}
@media screen and (max-width: 980px) {
.work-single.info aside p{
	text-align:center;
	width:100%;
}
}
@media screen and (max-width: 580px) {
.work-single.info aside p{
	display:none;
}
}
.work-single.info aside p a{
	text-decoration: none;
	color:#385669;
}
.work-single.info aside p a:hover,
.work-single.info aside p a:focus{
	text-decoration: underline;
	color: #385669;
}
.work-single.info aside a.cta{
	display:block;
	line-height: 1.2em;
	text-align:center;
	text-transform:uppercase;
	text-decoration:none;
	width:280px;
	background:#385669;
	border: 3px solid #385669;	
	color: #fff;
	float:right;
	margin: 15px 0 10px 0;
	padding: 12px 10px;
	
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 980px) {
.work-single.info aside a.cta{
	width:100%;
}
}
@media screen and (max-width: 580px) {
.work-single.info aside a.cta{
	margin: 0 0 10px 0;
}
}
.work-single.info aside a.cta:hover{
	background:#6da3c6;
	border: 3px solid #fff;	
	color: #fff;
}
.work-single.info aside a.cta .smallText {
	display:block;
	font-size: 1.0em;
	line-height:1.2em;
}
.work-single.info aside a.cta .scriptFont {
	font-family: 'Pacifico', Helvetica, sans-serif;
	text-transform: capitalize;
	font-weight: normal;
	display:block;
	font-size: 1.7em;
	line-height: 1.0em;
	padding: 6px 0 18px 0;
  
	-webkit-transform: rotate(-5deg);
	   -moz-transform: rotate(-5deg);
	    -ms-transform: rotate(-5deg);
	     -o-transform: rotate(-5deg);
	        transform: rotate(-5deg);
}





.image-wall{
	padding: 5px 0.25%;
	background:#fff;
}
@media screen and (max-width: 580px) {
.work-single.image-wall{
	display:none;
}
}
.image-wall .imageBox{
	overflow:hidden;
	float: left;
	height: 300px;
	margin: 0.25%;
}
.image-wall .imageBox.quarter{width: 24.5%;}
.image-wall .imageBox.small{width: 14.5%;}
.image-wall .imageBox.long{width: 59.5%;}
.image-wall .imageBox.third{width: 32.833%;}

@media screen and (max-width: 1000px) {
.image-wall .imageBox{height: 220px;}
.image-wall .imageBox.quarter{width: 49.5%;}
.image-wall .imageBox.small{width: 49.5%;}
.image-wall .imageBox.long{width: 49.5%;}
.image-wall .imageBox.third{width: 49.5%;}
}
@media screen and (max-width: 580px) {
.image-wall .imageBox{
	display:none;
}
}
.image-wall img{
	opacity:1;
	filter:alpha(opacity=100);
	
	-webkit-transition: all 0.2s linear;
       -moz-transition: all 0.2s linear;
         -o-transition: all 0.2s linear;
	    -ms-transition: all 0.2s linear;
            transition: all 0.2s linear;
}
.image-wall img:hover{
	opacity:0.8;
	filter:alpha(opacity=80);
}






@media screen and (max-width: 580px) {
.about.about-slurpy{
	padding-top: 20px;
}
}
.about.about-slurpy article{
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
  -webkit-column-width: 200px;
     -moz-column-width: 200px;
          column-width: 200px;
		  
		  column-gap: 40px;
		  padding: 30px 1.5% 10px;
}
.about.about-slurpy article h3{
	font-size: 1.4em;
}
.about.what-we-do{
	padding: 35px 0;	
}
@media screen and (max-width: 580px) {
.about.what-we-do{
	padding: 15px 0;	
}
}
@media screen and (max-width: 800px) {
.container .about.what-we-do .box.one-third {
	width: 33.333%; 
	padding:0 1.5% 0 1.5%;
}
}
@media screen and (max-width: 580px) {
.container .about.what-we-do .box.one-third {
	width: 100%; 
	padding:0;
}
}
.about.what-we-do h3{
	margin: 0px;
	padding:25px 1.5% 25px 1.5%;
}
@media screen and (max-width: 580px) {
.about.what-we-do h3{
	padding:15px 0 25px 0;
}
}
.about.what-we-do .service a{
	text-decoration: none;
	text-align: center;
	display: block;
}
.about.what-we-do .service.service-advertising{
	background:url(images/about-animation-services-commercial-advertising.png) no-repeat center top;
	background-size: 75%;
}
.about.what-we-do .service.service-education{
	background:url(images/about-animation-services-education.png) no-repeat center top;
	background-size: 75%;
}
.about.what-we-do .service.service-entertainment{
	background:url(images/about-animation-services-entertainment-broadcast.png) no-repeat center top;
	background-size: 75%;
}
@media screen and (max-width: 550px) {
.about.what-we-do .service.service-advertising,
.about.what-we-do .service.service-education,
.about.what-we-do .service.service-entertainment{
	background-size: 100%;
}
.about.what-we-do .service.service-advertising,
.about.what-we-do .service.service-education{
	border-bottom: 1px solid #999;
	margin-bottom:30px;
}
}
.about.what-we-do .service h4{
	color: #b12739;
	text-shadow: 2px 2px #91c0e5;
	font-size: 2.4em;
	padding: 130px 0 30px 0!important;
	font-weight: bold;
}
@media screen and (max-width: 1000px) {
.about.what-we-do .service h4{
	padding: 100px 0 30px 0!important;
}
}
@media screen and (max-width: 850px) {
.about.what-we-do .service h4{
	font-size: 1.7em;
	padding: 90px 0 20px 0!important;
}
}
@media screen and (max-width: 550px) {
.about.what-we-do .service h4{
	font-size: 2.4em!important;
	padding: 130px 0 30px 0!important;
}
}
.about.what-we-do .service a:hover h4{
	font-size: 3.0em;
}
@media screen and (max-width: 1000px) {
.about.what-we-do .service a:hover h4{
	font-size: 2.4em;
}
}
@media screen and (max-width: 850px) {
.about.what-we-do .service a:hover h4{
	font-size: 1.7em;
}
}
.about.what-we-do .service p{
	font-size: 1.1em!important;
	line-height:1.6em;
	color:#666;
	padding-bottom:0;
}
@media screen and (max-width: 850px) {
.about.what-we-do .service p{
	font-size: 1.0em!important;
	line-height:1.5em;
	padding-bottom:10px;
}
}
.about.what-we-do .service p i{
	font-size: 1.8em!important;
	line-height: 1.6em;
}
@media screen and (max-width: 550px) {
.about.what-we-do .service p i{
	font-size: 2.4em!important;
}
}










.about.meet-team{
	padding: 35px 0;
}
@media screen and (max-width: 580px) {
.about.meet-team{
	padding: 15px 0;
}
}
.about.meet-team h3{
	margin: 0px;
	padding:25px 1.5% 20px 1.5%;
}
@media screen and (max-width: 580px) {
.about.meet-team h3{
	padding:15px 0 20px 0;
}
}
.about.meet-team ul.team{
	text-align:center;
}

.about.meet-team ul.team .teamDelay-100ms{
	-webkit-transition-delay: 200ms; /* Safari */
    transition-delay: 200ms;
}
.about.meet-team ul.team .teamDelay-200ms{
	-webkit-transition-delay: 400ms; /* Safari */
    transition-delay: 400ms;
}
.about.meet-team ul.team .teamDelay-300ms{
	-webkit-transition-delay: 600ms; /* Safari */
    transition-delay: 600ms;
}
.about.meet-team ul.team .teamDelay-400ms{
	-webkit-transition-delay: 800ms; /* Safari */
    transition-delay: 800ms;
}
.about.meet-team ul.team .teamDelay-500ms{
	-webkit-transition-delay: 1000ms; /* Safari */
    transition-delay: 1000ms;
}
.about.meet-team ul.team .teamDelay-600ms{
	-webkit-transition-delay: 1200ms; /* Safari */
    transition-delay: 1200ms;
}
@media screen and (max-width: 1200px) {
.about.meet-team ul.team .teamDelay-100ms,
.about.meet-team ul.team .teamDelay-200ms,
.about.meet-team ul.team .teamDelay-300ms,
.about.meet-team ul.team .teamDelay-400ms,
.about.meet-team ul.team .teamDelay-500ms,
.about.meet-team ul.team .teamDelay-600ms{
	-webkit-transition-delay: 0ms; /* Safari */
    transition-delay: 0ms;
}
}



.about.meet-team ul.team li.circle{
	width:180px;
	margin: 10px 8px;
	position: relative;
	overflow: hidden;
	display:inline-block;
	text-align: center;
	border-radius:50%;
	cursor: default;
	color:#4d4d4d;
}
@media screen and (max-width: 580px) {
.about.meet-team ul.team li.circle{
	text-align: left;
	border-radius:0;
	margin:0 0 20px 0;
	padding:0 0 20px 0;
	width:100%;
	border-bottom: dotted 1px #666;
	color:#fff;
}
.about.meet-team ul.team li.circle.last-member{
	border-bottom: none;
	margin:0;
}
}
.about.meet-team ul.team li.circle img{
	border-radius:50%;
	width:100%;
	height:auto;
	overflow:hidden;
}
@media screen and (max-width: 580px) {
.about.meet-team ul.team li.circle img{
	width:33%;
	border-radius:50%;
	float: left;
}
}
.about.meet-team ul.team li.circle .overlay,
.about.meet-team ul.team li.circle .details{
	overflow:hidden;
	position:absolute;
	border-radius:50%;
	width:100%;
	height:100%;
	top:0;
	bottom:0;
	left:0;
	right:0;
}
@media screen and (max-width: 580px) {
.about.meet-team ul.team li.circle .overlay{
	display:none;
}
}

.about.meet-team ul.team li.circle .overlay{
	box-shadow: 
		/*inset 0 0 0 0 rgba(173,28,33, 0.9),*/ /* Slurpy red */
		inset 0 0 0 0 rgba(255,255,255, 0.7),
		inset 0 0 0 16px rgba(255,255,255,0.6),
		0 1px 2px rgba(0,0,0,0.1);
	
	-webkit-transition: all 0.4s ease-in-out;
       -moz-transition: all 0.4s ease-in-out;
         -o-transition: all 0.4s ease-in-out;
	    -ms-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
}
.about.meet-team ul.team li.circle:hover .overlay,
.about.meet-team ul.team li.circle:focus .overlay {
	box-shadow: 
		inset 0 0 0 140px rgba(255,255,255, 0.7),
		inset 0 0 0 16px rgba(255,255,255,0.8),
		0 1px 2px rgba(0,0,0,0.1);
}
.about.meet-team ul.team li.circle .details .block{		
	position: absolute;
	width:100%;
	top: 50%;
	left: 50%;
			
	-webkit-transform: translate(-50%,-40%);
	   -moz-transform: translate(-50%,-40%);
	    -ms-transform: translate(-50%,-40%);
	     -o-transform: translate(-50%,-40%);
	        transform: translate(-50%,-40%);
}
@media screen and (max-width: 580px) {
.about.meet-team ul.team li.circle .details .block{
	position: relative;
	width:100%;
	top: 0;
	left: 0;
			
	-webkit-transform: translate(0,0);
	   -moz-transform: translate(0,0);
	    -ms-transform: translate(0,0);
	     -o-transform: translate(0,0);
	        transform: translate(0,0);
}
}
.about.meet-team ul.team li.circle .details{
	padding: 0;
	opacity: 0;
	filter:alpha(opacity=0);
	-webkit-backface-visibility: hidden; /*for a smooth font */
	
	-webkit-transition: all 0.4s ease-in-out;
       -moz-transition: all 0.4s ease-in-out;
         -o-transition: all 0.4s ease-in-out;
	    -ms-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
	
	-webkit-transform: scale(0);
	   -moz-transform: scale(0);
	     -o-transform: scale(0);
	    -ms-transform: scale(0);
	        transform: scale(0);
}
@media screen and (max-width: 580px) {
.about.meet-team ul.team li.circle .details{
	position:relative;
	border-radius:0;
	float: right;
	width:60%;
	height:auto;
	text-align:right;
	padding: 10px 0 0 0;
	opacity: 1;
	filter:alpha(opacity=100);
	
	-webkit-transform: scale(1);
	   -moz-transform: scale(1);
	     -o-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
}
}
.about.meet-team ul.team li.circle:hover .details,
.about.meet-team ul.team li.circle:focus .details{
	opacity: 1;
	filter:alpha(opacity=100);
	
	-webkit-transform: scale(1);
	   -moz-transform: scale(1);
	     -o-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
}
.about.meet-team ul.team li.circle .details h4 {
	padding:0 0 5px 0;
	margin:0;
	font-size:1.3em;
	line-height:1.0em;
}
.about.meet-team ul.team li.circle .details span {
	padding: 0 0 6px 0;
	font-size: 0.9em;
	line-height:1.0em;
	display:block;
}
.about.meet-team ul.team li.circle .details a {
	color:#4d4d4d;
	font-size: 2.0em;
	margin: 0 5px;
}
@media screen and (max-width: 580px) {
.about.meet-team ul.team li.circle .details a {
	color:#fff;
}
}
.about.testimonials{
	padding: 35px 0;	
}
.home.testimonials{
	padding: 35px 0 20px;	
}
@media screen and (max-width: 960px) {
.about.testimonials,
.home.testimonials{
	padding: 15px 0;	
}
}
@media screen and (max-width: 580px) {
.about.testimonials,
.home.testimonials{
	display:none;
}
}
.about.testimonials .testimonial-carousel,
.home.testimonials .testimonial-carousel{
	overflow: hidden;
	height: 160px;
	max-width: 800px;
	padding: 0 55px;
	position: relative;
	text-align: center;
	margin: 0 auto;
	color: #fff;
	background-image: url(images/svg/blockquote-marks-white.svg);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	background-size: 40px 31px;
	
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex; 
}
.home.testimonials .testimonial-carousel{
	height: 120px;
	max-width: 900px;
}
@media screen and (max-width: 960px) {
.about.testimonials .testimonial-carousel,
.home.testimonials .testimonial-carousel {
	height: 210px;
	padding: 0 10px;
	background-image: none;
}
.home.testimonials .testimonial-carousel {
	height: 110px;
}
}
.about.testimonials .icon-wrapper,
.home.testimonials .icon-wrapper {
	position: relative;
	margin: 0 auto;
	max-width: 800px;
	text-align: center;
}
.about.testimonials .icon-wrapper .icon-container,
.home.testimonials .icon-wrapper .icon-container {
	position: relative;
	width: 50px;
	padding: 0 0px;
	display: inline-block; 
	z-index: 9999;
}
.about.testimonials .icon-wrapper .icon-container .lnr,
.home.testimonials .icon-wrapper .icon-container .lnr {
	font-size: 2.6em;
	cursor: pointer;
	transition: color 0.3s linear;
	opacity: 0.6;
	filter:alpha(opacity=60);
}
.about.testimonials .icon-wrapper .icon-container .lnr:hover,
.home.testimonials .icon-wrapper .icon-container .lnr:hover {
	opacity: 1;
	filter:alpha(opacity=1);
}
.about.testimonials .testimonial-items,
.home.testimonials .testimonial-items {
	position: relative;
	flex: 1;
	overflow: hidden;
}
.about.testimonials .testimonial-item,
.home.testimonials .testimonial-item {
	width: 100%;
	height: 100%;
	transition: transform 1s;
	position: absolute;
	text-align: center;
	font-size: 1.0em;
	line-height:1.2em;
	
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex; 
	flex-direction: row;
	justify-content: center;
} 
.about.testimonials .testimonial-item p,
.home.testimonials .testimonial-item p{
	width: 100%;
	padding-bottom: 20px!important;
}
.home.testimonials .testimonial-item p{
	padding-bottom: 10px!important;
}
.about.testimonials .testimonial-item a,
.home.testimonials .testimonial-item a{
	color: #385669;
	font-weight: bold;
	font-style:italic;
	display: block;
	font-size: 1.2em;
}
.home.testimonials .testimonial-item a{
	color: #666;
	font-weight:normal;
}
.home.testimonials .testimonial-item a:hover{
	color: #fff;
	text-decoration:none;
}
.about.testimonials .testimonial-item.first,
.home.testimonials .testimonial-item.first {left: 0;}
.about.testimonials .testimonial-item.second,
.home.testimonials .testimonial-item.second {left: 100%;}
.about.testimonials .testimonial-item.third,
.home.testimonials .testimonial-item.third {left: 200%;}
.about.testimonials .testimonial-item.forth,
.home.testimonials .testimonial-item.forth {left: 300%;}
.about.testimonials .testimonial-item.fifth,
.home.testimonials .testimonial-item.fifth {left: 400%;}
.about.testimonials .testimonial-item.sixth,
.home.testimonials .testimonial-item.sixth {left: 500%;}

.about.meet-team ul.team li.circle .details a:hover, {
	color:#23a8e1;
}
.about.news{
	padding: 20px 0 20px 0;	
}
.about.news h3.sectionHeading{
	margin: 0px;
	padding:25px 1.5% 20px 1.5%;
}
@media screen and (max-width: 580px) {
.about.news h3{
	padding:0 0 10px 0;
}
}




.subpage{
	width:100%;
}
@media screen and (max-width: 580px) {
.subpage{
	text-align:left;
	width:100%;
	margin: 0;
}
}
.subpage h2,
.subpage h3,
.subpage h4,
.subpage h5{
	padding: 0 0 20px 0;
	text-align:center;
}
@media screen and (max-width: 580px) {
.subpage h2{
	font-size: 1.8em;
	padding: 0 0 5px 0;
}
}
.subpage img:hover,
.subpage img:focus {
	opacity: 0.5;
	filter:alpha(opacity=50);
}
.subpage img.process:hover,
.subpage img.process:focus {
	opacity: 1;
	filter:alpha(opacity=100);
}
.subpage p,
.subpage ul,
.subpage ol{
	width:60%;
	margin: 0 20%;
}
@media screen and (max-width: 580px) {
.subpage p,
.subpage ul,
.subpage ol{
	width:100%;
	margin: 0;
}
}
.subpage ul ul,
.subpage ul ul ul{
	width: 100%;
	margin: 0;
}
.subpage ul,
.subpage ol{
	padding-left: 20px;
	padding-bottom: 20px;
	font-size: 1.1em;
	line-height:1.4em!important;
}
.subpage ul li{
	padding-bottom: 15px;
	list-style-type: square;
}
.subpage ol li{
	padding-bottom: 15px;
	list-style-type: decimal;
}
.subpage li li{
	padding-bottom: 0px;
}
.subpage li ul{
	padding: 10px 0 0px 20px;
}











.home{}
.home.work,
.home.about,
.home.news{
	padding: 35px 0;
}
@media only screen and (max-width : 580px) {
.home.work,
.home.about,
.home.news{
	padding: 15px 0;
}
}
.home h3.margin-with-boxes{
	padding: 0 1.5% 35px 1.5%!important;
}
@media only screen and (max-width : 580px) {
.home h3.margin-with-boxes{
	padding: 0 1.5% 15px 1.5%!important;
}
}
.home.showreelPreviewContainer{
	position: relative;
	width:100%;
	height:600px;
	margin-top: -55px;
	overflow:hidden;
	background:#000 url(images/loading-rolling.gif) no-repeat center center;
}
@media only screen and (max-width : 960px) {
.home.showreelPreviewContainer{
	height:auto;
	width:96%;
	margin: 20px 2% 0;
	background:none;
}
}
@media only screen and (max-width : 580px) {
.home.showreelPreviewContainer{
	width:100%;
	margin: 0;
	padding: 20px 4% 0;
	background: #fff;
}
}
.home.showreelPreviewContainer video {
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	
	-webkit-transform: translate(0, -50%);
	   -moz-transform: translate(0, -50%);
	    -ms-transform: translate(0, -50%);
	     -o-transform: translate(0, -50%);
	        transform: translate(0, -50%);
}
@media only screen and (max-width : 1100px) {
.home.showreelPreviewContainer video {
	width: 1100px;
	height:619px;
	top: 0;
	left: 50%;
	
	-webkit-transform: translate(-50%, 0);
	   -moz-transform: translate(-50%, 0);
	    -ms-transform: translate(-50%, 0);
	     -o-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
}
}
@media only screen and (max-width : 960px) {
.home.showreelPreviewContainer video {
	display:none;
}
}
.home.showreelPreviewContainer img {
	display:none;
}
@media only screen and (max-width : 960px) {
.home.showreelPreviewContainer img {
	display:block;
	width:100%;
}
}
.home.triangle{
	position:relative;
	z-index:997;
	margin:-150px auto 0 auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 125px 150px 125px;
	border-color: transparent transparent #fff; 
}
@media only screen and (max-width : 960px) {
.home.triangle{
	display:none;
}
}
.home.playBtnContainer{
	position:absolute;
	z-index:998;
	top:710px;
	left:50%;
	width:180px;
	margin-left:-90px;
	color:#ad1c21;
	text-align:center;
	text-transform:uppercase;
	cursor:pointer;	
}
@media only screen and (max-width : 960px) {
.home.playBtnContainer{
	top:640px;
}
}
@media only screen and (max-width : 580px) {
.home.playBtnContainer{
	top:180px;
	left:50%;
	width:150px;
	margin-left:-75px;
	color:#fff;
}
}
.home.playBtnContainer a{
	text-decoration:none;
}
.home.playBtnContainer #playBtn{
	z-index:998;
	position:absolute;
	top: -80px;
	left:50%;
	width:70px;
	height:70px;
	margin-left: -35px;
	background:#ad1c21;
	color:#fff;
	font-size:2.2em;
	border-radius:50%;	
}
.home.playBtnContainer #playBtn:hover {
    -webkit-animation: pulsate 2.0s ease-out infinite;
	   -moz-animation: pulsate 2.0s ease-out infinite;
  	     -o-animation: pulsate 2.0s ease-out infinite;
  		    animation: pulsate 2.0s ease-out infinite;
}
@-webkit-keyframes pulsate {
    0% {-webkit-transform: scale(1.0, 1.0);}
    50% {-webkit-transform: scale(1.2, 1.2);}
    100% {-webkit-transform: scale(1.0, 1.0);}
}
@keyframes pulsate {
    0% {-webkit-transform: scale(1.0, 1.0);}
    50% {-webkit-transform: scale(1.2, 1.2);}
    100% {-webkit-transform: scale(1.0, 1.0);}
}
.home.playBtnContainer #playBtn i{
	line-height:70px;
	padding-left:6px;
	opacity:1;
	/* This is the speed for the play icon disappearing */
	-webkit-transition: all 0.05s; 
	   -moz-transition: all 0.05s; 
         -o-transition: all 0.05s; 
	    -ms-transition: all 0.05s; 
            transition: all 0.05s; 
}
.home.showreelPreviewContainer #playReelMobile{
	display:none;
}
@media screen and (max-width: 960px) {
.home.showreelPreviewContainer #playReelMobile{
	display:block;
	z-index:998;
	position:absolute;
	top: 50%;
	left:50%;
	width:80px;
	height:80px;
	margin-left: -40px;
	margin-top: -40px;
	background: #fff;
	color:#333;
	font-size:2.2em;
	border-radius:50%;
	
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.home.showreelPreviewContainer #playReelMobile:hover{
	background: #ad1c21;
	color:#fff;
}
.home.showreelPreviewContainer #playReelMobile i{
	text-align:center;
	width:80px;
	height:80px;
	line-height:80px;
	padding-left:6px;
}
}
@media only screen and (max-width : 580px) {
.home.showreelPreviewContainer #playReelMobile{
	margin-top: -30px;
}
}


@media only screen and (max-width : 960px) {
.home.playBtnContainer #playReelDesktop{
	display:none;
}
}
.home.playBtnContainer #playReelDesktop span{
	display:block;
	height:20px;
	line-height:20px;
}







.home.blurb{
	text-align:center;
	color:#333;
	padding: 50px 4% 30px;
}
@media screen and (max-width: 960px) {
.home.blurb{
	padding: 10px 2% 20px;
}
}
@media screen and (max-width: 580px) {
.home.blurb{
	border-bottom: 1px solid #333;
}
}
.home.blurb h2{
	font-size: 1.9em;
	line-height: 1.0;
	letter-spacing: -0.01em;
	padding-bottom: 20px;
}
@media screen and (max-width: 800px) {
.home.blurb h2{
	font-size:1.6em;
	line-height:1.4em;
}
}
@media screen and (max-width: 580px) {
.home.blurb h2{
	font-size:1.2em;
	line-height:1.4em;
	padding-bottom: 10px;
}
}
.home.blurb h3{
	padding:0 80px;
	margin:0;
	font-size:1.1em;
	line-height:1.6em;
	letter-spacing: -0.01em;
}
@media screen and (max-width: 800px) {
.home.blurb h3{
	padding:0;
	font-size:1.0em;
	line-height:1.6em;
}
}
@media screen and (max-width: 580px) {
.home.blurb h3{
	line-height:1.4em;
	text-transform:none;
}
}
.home .center.more-news {background: #466980;color:#fff;}
.home .center.more-news::before {background: #233440;}
.home .center.more-films {background: #ad1c21;}
.home .center.more-films::before {background: #5b0e11;}
@media screen and (max-width: 800px) {
.home .center.more-news {margin-bottom:10px;}
.home .center.more-films {margin-bottom:10px;}
}



.archive{}
.archive .description{
	margin: 0 0 50px 0;
}
.archive.videos_below_parallax{
	padding: 50px 0 0 0;
}
@media screen and (max-width: 580px) {
.archive .description{
	margin: 0 0 30px 0;
}
.archive.videos_below_parallax{
	padding: 0 0 0 0;
}
}
.archive .cta{
	display:block;
	color: #fff;
	/* Green button */
	background:#00bd9d;
	border-bottom: 5px solid #00896f;
	border-right: 5px solid #00896f;
	/* Blue button */
/*	background:#2c97df;
	border-bottom: 5px solid #206a9f;*/
	line-height: 1.4em;
	padding: 10px 20px;
	text-align:center;
	border-radius: 10px;
	-webkit-border-radius: 10px;
}
.archive .cta:hover{
	text-decoration:none;
	border-bottom: none;
	border-right: none;
	
	border-top: 5px solid #fff;
	border-left: 5px solid #fff;
}
.archive .cta .scriptFont {
	font-family: 'Pacifico', Helvetica, sans-serif;
	text-transform: capitalize;
	font-weight: normal;
	color: #fff;
	display:block;
	font-size: 1.8em;
	line-height: 1.3em;
}
.archive .cta .contactUs{
	display:block;
	margin-top: 25px;
	border-top: 2px solid rgba(255, 255, 255, 1);	
}
.archive .cta .contactUs i{
	display:block;
	background:#fff;
	color: #00bd9d;
	border-radius: 50%;
	-webkit-border-radius: 50%; 
	width: 40px;
	height: 40px;
	line-height:40px;
	margin: -20px auto 10px;
	font-size: 1.7em;
}





/*  ad1c21 = slurpy red  */
/*  5b0e11 = dark red */
/*  466980 = dark blue */
/*  6da3c6 = light blue */
/*  333333 = main grey */
/*  4d4d4d = light grey */
/*  262626 = dark grey */








.form-pages{
	padding: 20px 0;
}
.form-pages p{
	padding: 20px 1.5% 0 1.5%;
}
.form-pages .left,
.form-pages .right{
	margin: 0 1.5%; 
	width:47%;
}
.form-pages .wide{
	margin: 0 1.5%; 
	width:97%;
	float:none;
	clear:both;
}
.form-pages h3.thanks{
	padding-top: 50px;
}
@media screen and (max-width: 580px) {
.form-pages h3.thanks{
	display:none;
}
}
.form-pages .thanksCTA article{
	background: grey;
	text-align:center;
	padding: 20px;
	margin: 30px 0;
	color: #fff;
	min-height:350px;
}
@media screen and (max-width: 580px) {
.form-pages .thanksCTA article{
	display: none;
}
}
.form-pages .thanksCTA article p{
	padding: 0 0 20px 0;
	margin: 0;
}
.form-pages .thanksCTA article a{
	color: #fff;
}
.form-pages .thanksCTA article form.mailchimp{
	width: 80%;
	margin: 0 auto;
}
.form-pages .thanksCTA article form.mailchimp input[type="email"],
.form-pages .thanksCTA article form.mailchimp input[type="text"] {
	background: rgba(0, 0, 0, 0.3);
	color: #fff;
	width:100%;
	padding: 10px;
	margin-bottom: 20px;
}
.form-pages .thanksCTA article form.mailchimp input[type="email"]:focus,
.form-pages .thanksCTA article form.mailchimp input[type="text"]:focus{
	background: rgba(255, 255, 255, 0.3);
}
.form-pages .thanksCTA article form.mailchimp ::-webkit-input-placeholder {color: #fff;}
.form-pages .thanksCTA article form.mailchimp ::-moz-placeholder {color: #fff;}
.form-pages .thanksCTA article form.mailchimp :-ms-input-placeholder {color: #fff;}
.form-pages .thanksCTA article form.mailchimp :-moz-placeholder {color: #fff;}
.form-pages .thanksCTA article form.mailchimp .button {
	width: 100%;
	height: 40px;
	line-height: 43px;
	margin-bottom: 10px;
	font-size: 1.0em;
	letter-spacing: 0.05em;
	cursor: pointer;
	background: #fff;
	color: #454545;
	position: relative;
}
.form-pages .thanksCTA article form.mailchimp .button:hover {
	opacity: 0.6;
	filter:alpha(opacity=60);
}




@media screen and (max-width: 580px) {
.gform_wrapper .left,
.gform_wrapper .right,
.gform_wrapper .wide{
	margin: 0; 
	width:100%;
}
}
.gform_wrapper .left{float:left;}
.gform_wrapper .right{float:right;}
.gform_wrapper {
	padding: 20px 0 0 0;
}
.gform_wrapper .gfield_description{
	position:relative;
	bottom:0;
	left: 0;
	padding: 10px 15px;
	margin-top: -30px;
	margin-bottom: 30px;
	width:100%;
	font-size: 0.8em;
	line-height:1.5em;
	background:#466980;
	color: #fff;
	font-style: italic;
}
.gform_wrapper .gfield_label{
	display:none;
/*	font-size: 1.2em;
	line-height: 1.8em;*/
}
.gform_wrapper .gfield_required{
	padding-left:5px;
}
.gform_wrapper h3 {
	font-size: 2.2em;
	line-height: 1.2em;
	padding: 10px 0 30px 0;
	margin:0;
}
@media screen and (max-width: 580px) {
.gform_wrapper h3 {
	font-size: 1.8em;
}
}
.gform_wrapper input[type="email"],
.gform_wrapper input[type="number"],
.gform_wrapper input[type="search"],
.gform_wrapper input[type="text"],
.gform_wrapper input[type="tel"],
.gform_wrapper input[type="url"],
.gform_wrapper input[type="password"],
.gform_wrapper textarea{
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border-radius: 0;
	-webkit-border-radius:0; 
}
.gform_wrapper input[type="email"],
.gform_wrapper input[type="number"],
.gform_wrapper input[type="search"],
.gform_wrapper input[type="text"],
.gform_wrapper input[type="tel"],
.gform_wrapper input[type="url"],
.gform_wrapper input[type="password"],
.gform_wrapper textarea,
.gform_wrapper select {
	font-family: 'Overpass', sans-serif;
	width: 100%;
	height: 45px;
	padding: 5px 10px;
	background-color: #587f9a;
	border: 3px solid #587f9a;
	color:#fff;
	box-shadow: none;
	margin: 0 0 30px 0;
	font-size: 1.2em;

	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.gform_wrapper input[type="email"]:focus,
.gform_wrapper input[type="number"]:focus,
.gform_wrapper input[type="search"]:focus,
.gform_wrapper input[type="text"]:focus,
.gform_wrapper input[type="tel"]:focus,
.gform_wrapper input[type="url"]:focus,
.gform_wrapper input[type="password"]:focus,
.gform_wrapper textarea:focus,
.gform_wrapper select:focus {
	border: 3px solid #fff;
	background-color: #fff;
	color:#385669;
}
.gform_wrapper textarea {
	height: 220px;
}
.gform_wrapper .job textarea {
	height: 314px;
}
.gform_wrapper select{
    -webkit-border-radius:0; 
    border-radius:0;
}
@media screen and (max-width: 580px) {
.gform_wrapper select{
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
}
.gform_wrapper button,
.gform_wrapper input[type="submit"],
.gform_wrapper input[type="reset"],
.gform_wrapper input[type="button"] {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 1.0em;
	text-transform:uppercase;
	letter-spacing: 0.05em;
	height: 50px;
	line-height: 50px;
	margin: 0 0 20px 0;
	padding: 0 40px;
	color:#385669;
	background: #fff;
	border: none;
	cursor: pointer;
	overflow:hidden;
	border-radius: 0;
	-webkit-appearance: none;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}
.gform_wrapper button:hover,
.gform_wrapper input[type="submit"]:hover,
.gform_wrapper input[type="reset"]:hover,
.gform_wrapper input[type="button"]:hover {
	background-color: #2a3d4a;
	color:#fff;
}
.gform_wrapper .gform_footer { /* Centrrs the Submit button */
	text-align:center;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */ color:#fff;}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */color:#fff;opacity:  1;}
::-moz-placeholder { /* Mozilla Firefox 19+ */color:#fff;opacity:  1;}
:-ms-input-placeholder { /* Internet Explorer 10-11 */color:#fff;}



.gform_wrapper .ac-radio,
.gform_wrapper .ac-checkbox{
	background:#587f9a;
	color: #fff;
	padding: 10px 25px 10px 25px;
	margin-bottom: 30px;
	font-size: 0.95em;
	line-height: 1.6em;
}
@media screen and (max-width: 580px) {
.gform_wrapper .ac-radio,
.gform_wrapper .ac-checkbox{
	padding: 10px 15px 15px;
}
}
.gform_wrapper .ac-radio .gfield_label,
.gform_wrapper .ac-checkbox .gfield_label {
	display:block;
	font-size: 1.3em;
	line-height: 1.8em;
}

.gform_wrapper ul.gfield_checkbox li input[type=checkbox], 
.gform_wrapper ul.gfield_radio li input[type=radio] {
	visibility: hidden;
	-moz-appearance: none;
	margin: 0;
	width: 0!important;
}
.gform_wrapper input[type=checkbox] + label, 
.gform_wrapper input[type=radio] + label { 
	font-size: 1.0em;
}
.gform_wrapper input[type=checkbox] + label:hover, 
.gform_wrapper input[type=radio] + label:hover {
	cursor: pointer;
}
.gform_wrapper input[type=checkbox] + label:before, 
.gform_wrapper input[type=radio] + label:before {
	font-family: "Font Awesome 5 Free";
	font-size: 1.2em;
	position: relative;
	top: 2px;
	margin-right: 10px;
}
.gform_wrapper li.gf_list_inline ul.gfield_checkbox li, 
.gform_wrapper li.gf_list_inline ul.gfield_radio li {
	display: -moz-inline;
	display: inline;
}
.gform_wrapper input[type=checkbox] + label:before { font-weight: 900; content: '\f0c8'; }
.gform_wrapper input[type=checkbox] + label:hover:before { font-weight: 900; content: '\f14a'; filter: alpha(opacity=20); opacity: 0.2; }
.gform_wrapper input[type=checkbox]:checked + label:before { font-weight: 900; content: '\f14a'; }
.gform_wrapper input[type=checkbox]:checked + label:hover:before { filter: alpha(opacity=100); opacity: 1; }
.gform_wrapper input[type=radio] + label:before { font-weight: 900; content: '\f111'; }
.gform_wrapper input[type=radio] + label:hover:before { font-weight: 900; content: '\f058'; filter: alpha(opacity=20); opacity: 0.2; }
.gform_wrapper input[type=radio]:checked + label:before { font-weight: 900; content: '\f058'; }
.gform_wrapper input[type=radio]:checked + label:hover:before { filter: alpha(opacity=100); opacity: 1; }

.gform_wrapper .fileUploadMulti {
	background:#587f9a;
	padding: 10px 20px 20px;
	margin-bottom: 30px;
}
.gform_wrapper .fileUploadMulti label{
	display:block;
	font-size: 1.2em;
	line-height: 1.2em;
}
.gform_wrapper .fileUploadMulti .gfield_description{
	padding: 10px 0;
	font-style:italic;
	font-size: 0.9em;
	line-height: 1.2em;
	margin: 0;
	background:transparent;
}
.gform_wrapper .fileUploadMulti .gform_fileupload_multifile .gform_drop_area{
	height:100px;
	line-height: 100px;
	text-align: center;
	margin: 10px 0 5px 0;
	border: 2px dashed #fff;
	color: #333;
}
@media screen and (max-width: 580px) {
.gform_wrapper .fileUploadMulti .gform_fileupload_multifile .gform_drop_area{
	height:auto;
	padding: 0 15px;
}
}
.gform_wrapper .fileUploadMulti .gform_button_select_files {
    display: inline-block;
	cursor: pointer;
	line-height:1.4em;
	font-weight:bold;
	height:35px;
	padding: 0 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-webkit-border-radius:0; 
    border-radius:0;
    background-color: #333;
	color: #fff;
}
@media screen and (max-width: 580px) {
.gform_wrapper .fileUploadMulti .gform_button_select_files {
	width:100%;
}
.gform_wrapper .fileUploadMulti .gform_drop_instructions {
	display:none;
}
}
.gform_wrapper .fileUploadMulti .gform_button_select_files:hover,
.gform_wrapper .fileUploadMulti .gform_button_select_files:focus {
	background-color: #466980;
	outline: -webkit-focus-ring-color auto 5px;
}
.gform_wrapper .fileUploadMulti .gform_button_select_files i{
	padding: 0 20px;
	font-size: 1.3em;
}
/* #gform_preview_8_41  =  Job Opportunities form */
/* #gform_preview_10_6  =  Project Enquiry form  */
.gform_wrapper .fileUploadMulti #gform_preview_8_41 div,
.gform_wrapper .fileUploadMulti #gform_preview_10_6 div {
	margin: 10px 0 0 0;
	padding: 20px 20px;
	background-color: #446980;
	color:#fff;
	float:none;
	clear:both;
	overflow:hidden;
}
.gform_wrapper .fileUploadMulti #gform_preview_8_41 div img,
.gform_wrapper .fileUploadMulti #gform_preview_10_6 div img {
	float:right;
	cursor:pointer;
	margin-top: -8px;
}
.gform_wrapper .fileUploadMulti #gform_preview_8_41 div a,
.gform_wrapper .fileUploadMulti #gform_preview_10_6 div a {
	float:right;
	text-decoration: none;
	text-transform: uppercase;
	font-weight:bold;
	font-size: 1.0em;	
	color:#fff;
}
.gform_wrapper .fileUploadMulti #gform_multifile_messages_8_41 li,
.gform_wrapper .fileUploadMulti #gform_multifile_messages_10_6 li {
	margin: 10px 0 0 0;
	padding: 0 20px;
	height:35px;
	line-height:35px;
	font-weight:bold;
	background-color: #ad1c21;
	color:#fff;
}



/* Gravity Forms Validation */
.gform_wrapper .validation_error{
	margin:0 1.5% 30px 1.5%;
	padding:20px 15px;
	line-height:1.4em;
	font-weight:bold;
	background:#ad1c21;
	color:#fff;
}
@media screen and (max-width: 580px) {
.gform_wrapper .validation_error{
	margin:0 0 30px 0;
}
}
.gform_wrapper .gfield_error input[type="email"],
.gform_wrapper .gfield_error input[type="number"],
.gform_wrapper .gfield_error input[type="text"],
.gform_wrapper .gfield_error input[type="tel"],
.gform_wrapper .gfield_error input[type="url"],
.gform_wrapper .gfield_error input[type="password"],
.gform_wrapper .gfield_error textarea,
.gform_wrapper .gfield_error select {
	border: 3px solid #ad1c21;
	color:#ad1c21;
}
.gform_wrapper .gform_body .gform_fields .gfield_error .validation_message {
	display:none;
}

