@import url(//fonts.googleapis.com/css?family=Open+Sans:300,400,500,700,600);
@import url(//fonts.googleapis.com/css?family=Roboto:300,400,500,700);
@media only screen and (min-device-width : 320px) and (max-device-width : 524px) {
     html {
        -webkit-text-size-adjust: 100%;
     }
}

*, *:before, *:after {
  -moz-box-sizing: border-box; 
  -webkit-box-sizing: border-box; 
  box-sizing: border-box;
}
body{font-family: 'Open Sans',Helvetica,Arial,sans serif;font-size:75.5%;margin:0;color:#222;min-height: 900px;}

.mob {border-top:1px dotted #878787;}



.inner {width:96%;max-width:1200px;margin:0 auto;clear:both;position:relative;}

.inner__x {max-width:1000px}


.innerbox {padding:0 10px;}

/* standard tags */
b,strong {font-weight:bold;}
i,em {font-style:italic;}
form {margin:0px; padding:0px}
a {color:#e51937; text-decoration:none;transition:color 0.3s ease-in-out;}
a:hover {color:#000000;text-decoration:none}
a img {border:0px}
p strong em {color:#E51935;font-style:normal;font-weight:bold;}

.style_h1,h1,h2,h3,h4,h5,h6 {font-family:Roboto,Helvetica,Arial,sans-serif;font-weight:400;margin:0 0 10px 0;padding:30px;font-size:1.4rem;color:#E51837 ;text-transform:none;;}
h2 {color:#e51837;}
.style_p,p {font-size:0.9rem;line-height:1.6;margin:1em 0;color:#001;text-transform:none;font-weight:400;}

.style_h1 {color:#e51837;font-size:1.6rem;;line-height:1;}
.style_p {font-family:Roboto,Helvetica,Arial,sans-serif;font-size:1.4rem;line-height:1.2;color:#000;margin:10px 0}
.bodytext p {text-align:justify}

.h2_tweets {display:inline-block;margin:0 auto;background-image:url('/images/social-icons.png');float:left;background-repeat:no-repeat;background-position:-18px -133px;float:none;padding:0 50px;text-transform:uppercase;}


.home1 {color:#000;text-transform:uppercase;}

.heading {font-size:1.6rem;font-weight:300;margin:10px 0;}
.byline {font-size:1.3rem;font-weight:300;margin:10px 0;}

p + h2,
p + h3,
ul + h2,
ul + h3 {margin-top:2rem;}

ul.disc {list-style:disc;}
.disc li {margin:5px 1em 5px}

hr {border-width:1px 0 0;border-style: dotted ;border-color:#878787;height:1px ;clear:both;display:block;margin:1em 0;}

/* main wrapper */

#wrapper {position:relative;max-width:960px;width:100%;; margin:0 auto;background-color:#fff;}
.central {text-align:center;}

/* header */

#header {background-color:#fff;min-height:60px;position:relative;color:#000000;border-bottom:1px solid #999;box-shadow:0 0 5px #999;}

#logo {overflow:hidden;text-indent:-9999px;display:block;height:59px;width:150px;;background:url('/images/logo2017.png?2017x') 50% 50% no-repeat;background-size:auto 50px;margin:0 auto}








.c-hamburger {
  display: block;
  position: absolute;top:5px;right:0;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 48px;
  height: 48px;
  font-size: 0;
  text-indent: -9999px;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  background:transparent;
}

.c-hamburger:focus {
  outline: none;
}
.c-hamburger span {
  display: block;
  position: absolute;
  top: 22px;
  left: 9px;
  right: 9px;
  height: 4px;
  background-color: #D71A21;
}

.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #D71A21;
  content: "";
}

.c-hamburger span::before {
  top: -10px;
}

.c-hamburger span::after {
  bottom: -10px;
}

.c-hamburger--htx {
}

.c-hamburger--htx span {
  -webkit-transition: background 0s 0.3s;
          transition: background 0s 0.3s;
}

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  -webkit-transition-duration: 0.3s, 0.3s;
          transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
          transition-delay: 0.3s, 0s;
}

.c-hamburger--htx span::before {
  -webkit-transition-property: top, -webkit-transform;
          transition-property: top, transform;
}

.c-hamburger--htx span::after {
  -webkit-transition-property: bottom, -webkit-transform;
          transition-property: bottom, transform;
}

/* active state, i.e. menu open */
.c-hamburger--htx.is-active {
}

.c-hamburger--htx.is-active span {
  background-color: #ffffff;
}

.c-hamburger--htx.is-active span::before {
  background-color: #000;
  top: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c-hamburger--htx.is-active span::after {
  background-color: #000;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
  -webkit-transition-delay: 0s, 0.3s;
          transition-delay: 0s, 0.3s;
}



.no-mobile,
#col_right,
#randomlogos,
#catchphrase {display:none;}


/* navigation */

#nav {z-index:999;display:none;position:absolute;top:60px;left:-10px;right:-10px;padding:0 10px 10px;background:#fff;/*border-bottom:1px solid #aaa;*/font-family:'Roboto'}

.n1{
		  transition:all 0.2s ease-in,font-size 0.2s ease-in;

	line-height:1.6;
	display: block;
	padding: 0;
	margin: 0;
	position:relative;
	border-bottom:1px solid #cccccc;
	font-size:1rem;
	font-weight:600;
	color:#000;
}


	.n1:hover,
	.n1-link:hover,
	.active {color:#e51935;}
	.n1-link {color:inherit;display:block;padding:6px 12px}


	.n2 {font-size:1rem;font-weight:300;line-height:1.4;border:0;padding:6px 12px;}
	.n2-link {display:block;}
	
	.hassub .n1-link::after  {content:"+";display:block;float:right;width:24px;height:24px;font-size:1.2rem;line-height:24px;text-align:center;font-weight:300}
	.subopen .n1-link::after  {content:"-"}
	.hassub .submenu {display:none;padding-bottom:5px}
	.subopen .submenu {display:block;}
	
/* quote */

#quote {border-bottom:1px solid #CCCCCC;padding:5px 60px;text-align:right;background:url('/images/quote.jpg') no-repeat right center;}
	#quote p {margin:0;}




/* map */

#map {width:100%;position:relative;clear:both;}
#map-canvas {width:100%;height:313px;}

#map_contact {width:100%;background-color:#eee;padding:10px 0;}
	#map_contact h2 {font-size:2.4em;color:#000;margin:0 0 5px 0 ;padding:0;}

	#map_contact fieldset {padding:0 15px;}
	#map_contact a {color:#000;}
	#map_contact input,
	#map_contact textarea {border:1px solid #ddd;;}
	#map_contact input#captcha_code {width:130px;float:left;}
	#map_contact img {float:left;}
	
	.directions-form input {width:170px;float:left;margin-right:10px;}
	.directions-form input.contact-button {width:auto;float:left;font-size:18px;padding:3px 10px;border:0;}
	.contact-form input.contact-button {background-color:#e51937;border:0;}
	.contact-form input.contact-button:hover {background-color:#000000;}


/* homepage */

.grey {padding:10px 0;background:#EAEAEA;}
.inner-intro {padding:10px;background:#fff;}


/* home blocks */
.homeblock {position:relative;text-align:left;overflow:hidden;}

.homeoverlay {opacity:0;background:#39bded;transition:opacity 0.3s ease-in;position:absolute;top:0;left:0;width:100%;height:100%;background-position:50% 50%;}

.homeoverlay p {position:absolute;right:100%;top:0;transition:right 0.2s 0.4s ease-in;color:#fff;font-size:1.1rem;font-weight:300;padding:10px;margin:0;height:100%;display:block;width:100%;line-height:1.3}
.homeoverlay b {font-family:Roboto,Helvetica,Arial,sans-serif;font-size:1.3rem;font-weight:500;}
.homeshow .homeoverlay,
.homeblock:hover .homeoverlay {opacity:1;}
.homeshow .homeoverlay p,
.homeblock:hover .homeoverlay p {right:0}
.homeblock a,.homeblock a:hover {color:#fff;}



/* packages */
.packages {text-align:center;}

.package {margin:5px;background:#eee;}
.package-title {text-transform:uppercase;color:#fff;font-weight:300;font-size:1rem;padding:10px;}
.package p {font-size:0.8rem;margin:0 12px 12px;}
.package-price span {font-size:1.2rem;font-weight:400}
/* create build promote support */
.cbps {}
.cbps li {text-align:center;font-family:Roboto,Helvetica,Arial,sans-serif;font-weight:300;font-size:0.8rem;padding:10px 0;color:#fff;text-transform:uppercase;}
.cbpsbox  {width:50%;float:left;}

.cbpsicon {display:block;width:50px;height:50px;background:url('/images/cbps_2016.png');margin:0 auto 10px;background-size:200px 50px}
.cbps1 {background-color:#95c33d;}
	.cbps1 .cbpsicon {background-position:2px 0;}
.cbps2 {background-color:#39bded;}
	.cbps2 .cbpsicon {background-position:-50px 0;}
.cbps3 {background-color:#ef248d;}
	.cbps3 .cbpsicon {background-position:-100px 0;}
.cbps4 {background-color:#914cc0;}
	.cbps4 .cbpsicon {background-position:-150px 0;}


/* homeboxes on homepage */
.homeboxes {margin:20px 0;background-color:#EF248D;background-repeat:no-repeat;background-position:-9999px 0;background-size:50% auto;}

.home-box {margin:0;padding:25px 10px;}
	.home-box h6,
	.home-box p,
.home-box p a {color:#fff;}
	.contactp {font-size:1.2rem;}
	.contactp a {color:#fff;}

#pink {margin:20px 0 0;background:#E51837 ;color:#fff;}
#blue {margin:0 0 20px 0;background:#E51837;color:#fff;border:1px solid #E51837}
.c41 #blue{background:#e5e5e5;}

#pink *,
#blue * {color:#fff;}
.c41 #blue * {color:#000;}

.tweet {font-size:1.3rem;}
.tweet-date {font-size:1rem;}

.buttonp {padding:0;}
.contact-button {border-radius:99px;border-width:3px;border-style:solid;padding:5px;transition:border-radius 0.3s ease-in;}
.contact-button:hover {border-radius:0;}

#pink {position:fixed;bottom:0;z-index:1;width:100%;}
#pink .byline {display:none;}
	
/* client scroller */
#clients {padding:20px 0;position:relative;margin:0 0 25px}
#clients ul:after {
  content: "";
  display: table;
  clear: both;
}

.hcarousel {overflow:hidden;width:100%;position:relative;height:170px;}
.hcarousel ul {margin:10px 0;padding:0;list-style:none;width:9999px;position:absolute;}
.hcarousel li {display:inline-block;float:left;list-style:none;width:350px;text-align:center;}
.hcarousel img {width:100%;max-width:325px;max-height:166px;height:auto;}

.jcarousel-nav {z-index:2;;height:48px;width:48px;position:absolute;top:130px;;overflow:hidden;display:block;text-indent:-999px}
.jcarousel-nav:hover {border-radius:0;}

.hcarousel-prev {left:0;background:url('/images/arrow-left.jpg');}
.hcarousel-next {right:0;background:url('/images/arrow-right.jpg');}


/* home news */
		.gridn {}
		.padded {padding:5px;}
		.news-item {position:relative;display: table;background-size:cover;background-position:50% 50%;width:100%;}
		.news-link {width:100%;height:80px;background-color:rgba(0,0,0,0.5);color:#fff;font-size:1rem;display:block;text-align:center;
		display: table-cell;
vertical-align: middle;padding:0 25px;line-height:1.1;text-shadow:1px 1px 2px #000;}
		.news-link:hover {color:#f2f2f2;}

		.news-heading {display:block;width:100%;height:auto;}
		p.readmore {line-height:30px;margin:0;padding:0;}
		p.readmore a {background:url('/images/icon_readmore.png') 0px 50% no-repeat;padding:5px 25px;line-height:30px;}

.news-tags {list-style:none;margin:5px 0;padding:0;}
.news-tag {list-style:none;float:left;font-size:0.8rem;background:#F2F2F2;padding:3px 5px;margin:0 5px 5px 0;}
.news-tag a {color:#333;}
.active-tag {background:#1fa9ce;}
.active-tag a {color:#fff;}


/* subpages */

#subpages {background:#eee;padding:10px 0 0;margin-bottom:20px;}
.subpage-heading {font-family:Roboto,Helvetica,Arial,sans-serif;text-align:center;}
.subpage  {margin:0 0 10px;}
.subpage-link {display:block;position:relative;}
.subpage-image {display:block;width:100%;height:auto;}
.subpage-title {position:absolute;bottom:0;left:0;right:0;padding:10px;font-size:1.1rem;color:#fff;font-family:Roboto,Helvetica,Arial,sans-serif;font-weight:300;background:rgba(229,24,55,0.8)}
.subpage-title b {font-size:1.3rem;font-weight:400;}
.subpage-title strong {font-size:1.0rem;font-weight:400;margin-top:10px;}
























/* footer */

#footer {margin:20px 0 0;padding:0 0;position:relative;clear:both;zoom:1;background:#34495e;color:#fff;}
	
	.footer-ul {margin: 0 0 20px 0;width:50%;float:left;padding:0 0 0 0}
	.footer-heading,
	.footer-item,
	.footer-item a {color:#fff;}
	.footer-heading {padding:20px 0 0 10px;font-size:1.2rem;text-transform:uppercase;font-weight:400}

	.footer-item {padding:8px 0 0 10px;font-size:1rem;margin:0}	
	
	.map {width:100%;height:auto;display:block}
#f_strip {background:#2D2B2C;}
#social {height:80px;float:right;;}

.social {margin:0;height:80px;width:50%;display:block;padding:0;background-image:url('/images/social-icons.png');float:left;
	background-position:50% 0;
	background-repeat:no-repeat;}

.social a {
	display:block;
	overflow:hidden;
	text-indent:-999px;
	height:100%;
	width:100%;
}
.social-twitter {background-position:50% -109px;background-color:#55acef;}
.social-fb {background-position:50% 4px;background-color:#3b5999;}



	
#subfooter {text-align:center;font-size:0.8rem;}
#subfooter .inner {position:relative;padding-top:30px;}
#subfooter a {color:inherit;}

/* responsive slider */
.carousel,
#slider_holder {position:relative;}

.carousel_points,
.banner {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
	height:100%;
  padding: 0;
  margin: 0;
  }

.slide {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  /*height:200px;*/
  left: 0;
  top: 0;
  background-color:#000;
  overflow:hidden;
  background-size:cover;
  }
.sliderlink {display:block;height:100%;width:100%;}
.slide:first-child {
  position: relative;
  display: block;
  float: left;
  }


.carousel_box {padding:50px 0;margin:2em 0;}
.carousel {padding-bottom:30px;}
.carousel_point {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
padding:10px 0;font-size:1.4rem;line-height:1.3;  left: 0;font-weight:600;
  top: 0;
  overflow:hidden;
  background-size:cover;
  }

.carousel_point:first-child {
  position: relative;
  display: block;
  float: left;
  }


.banner img {width:100%;height:auto;display:block;max-height:600px;object-fit:cover;}

.banner-overlay {padding:10px;color:#fff;font-size:1.1rem;font-weight:400;xdisplay:none!important;width:100%;position:absolute;bottom:0;left:0;
top:0;padding:20px;text-align:center;}
.pos_left {text-align:left;}
.pos_right {text-align:right;}
.pos_center {text-align:center;}


	
 	
	
	.pos_left {margin-right:58%;text-align:right;width:35%;}
	.pos_right {margin-left:58%;text-align:left;width:35%;}
	
	

.banner-underlay {background:#E51837 ;padding:10px;color:#fff;font-size:1.4rem;width:100%;display:block;;text-align:center; margin:0}


.rslides_nav {transition:all 0.2s ease;height:51px;width:42px;overflow:hidden;text-indent:-999px;position:absolute;right:3px;background-image:url('/images/banner-arrows.png');background-repeat:no-repeat;top:50px;z-index:400;}
.rslides_nav.prev {background-position:0 0;left:3px;opacity:0.4}
.rslides_nav.next {background-position:-37px 0;right:3px;opacity:0.4}
.rslides_nav.prev:hover {background-position:-5px 0;opacity:1;}
.rslides_nav.next:hover {background-position:-32px 0;opacity:1;}

.rslides_tabs {position:absolute;bottom:0;left:0;width:100%;z-index:1;text-align:center;}
.rslides_tabs li {width:12px;height:12px;display:inline-block;z-index:999;margin:0 5px}
.rslides_tabs a {display:block;height:100%;width:100%;overflow:hidden;text-indent:-50px;background-color:#aaa;border-radius:10px;}
.rslides_here a {;background-color:#e51937;border-radius:10px;}
/* CLEAR */

.clear {clear:both;height:1px;overflow:hidden;}
img.left {float:left;margin:0 20px 10px 0px;}
img.right {float:right;margin:0 0 10px 20px;}


/* gallery */


.gallery li {;margin:12px;width:122px;float:left;height:175px;text-align:center;}
.gallery li a {border:1px solid #000;display:block;}
.gallery li img {width:120px;display:block;}



/* homepage stuff */
.home_box {border:1px solid #949494;height:75px;overflow:hidden;float:left;}
.home_box p {margin:0;}
	.home_box .inner {padding:8px;font-size:12px;}
	#home_facebook {width:153px;margin-right:5px;}
		#home_facebook img {padding:15px;}
	#latest_news {width:100%;}
		#latest_news .news-article {float:left;width:23%;padding:8px;border-left:1px dotted #949494;}
		
	


.bigbox {width:475px;height:140px;margin:5px 0;}
	.bigbox .inner {padding:5px 15px;font-size:12px;}
.bigbox h2,.bigbox p,.bigbox p a  {color:#fff;font-weight:normal;}
.orange {background:url('/images/home-orange.jpg') no-repeat;}
.blue {background:url('/images/home-blue.jpg') no-repeat;}
.left {float:left;clear:both;}
.right {float:right;}


.reason {clear:both;margin:1em 0;padding:20px 0;}

.num {display:inline-block;background:#e51935;color:#fff;font-size:28px;border-radius:50%;width:36px;height:36px;line-height:36px;margin:0 12px 0 0;padding:0;text-align:center;}
.r_num {float:left;width:5%;}
.r_title {float:right;width:90%;margin-top:0}
.reason_quote {background:#39bded;padding:0 20px;color:#fff;font: 17px/1.5em 'Open Sans', Helvetica, Arial, sans-serif; ;clear:both;overflow:hidden;}
.reason_quote__green {background:#81aa32;}
.reason_quote blockquote {color:#fff;font-size:1.4rem;;font-style:italic;line-height:1.4;margin:0 0 10px 0;}
.q_img {float:left;width:30%;padding:0 20px 20px 0;;}
.q_img img {border:0;box-shadow:0 0 5px #000;width:100%;height:auto;max-width:291px;}



.q_q {float:right;width:68%;padding:20px 0;}
.reason_quote__green .q_img {float:right;text-align:right;padding:0 0 20px 20px;}
.reason_quote__green .q_q {float:left;}

.q_f {padding:20px 0;}

/* forms */

/* contact form */
fieldset{margin:10px 0;padding:0;border:0;}

.fieldset {border:0;padding:0;margin:1em 0;}

legend {color:#a00;font-size:1.2em;display:block;}
	.label {display:block;font-size:0.9rem;margin:6px 0 4px 0;}
.input-text {font-family:inherit;border:1px solid #d3d3d3;padding:5px 10px;;transition:all 0.3s ease-in;display:block;width:100%;margin:0 0 10px 0;font-size:0.9rem;font-weight:bold;color:#E51837;border-radius:3px;}
	.input-text:focus {border-color:#E51837;box-shadow:0 0 4px #999;border-radius:5px;}
	

	
	
	.reason_label {margin:0 0 10px 0;display:block;float:none;font-size:1.1rem;font-weight:300;color:#333;cursor:pointer;}

 input,
 select,
 textarea {width:100%;font-size:1.6em;padding:5px 4px;font-family:'Open Sans',Arial,Helvetica,sans-serif;border:1px solid #000000;margin:0 0 9px 0;}

input:focus,
textarea:focus,
select:focus {
	box-shadow: 0 0 5px #e51937;
	transition:box-shadow 0.3s;
}

.reason_label {position:relative;}
.reason_checkbox {visibility:hidden;position:absolute;left:0;top:0;}
.reason_checkbox + span {
    background:url('/images/ticks.png') no-repeat;
	background-size:auto 54px;
    background-position:0 5px;
	padding-left:34px;
}

.reason_checkbox:checked + span {
    background-position:0 -30px;
}


button,
input[type="submit"] {display:block;width:auto;float:right;margin: 0 0;padding:8px 16px;background-color:#ef248d;border:2px solid #ef248d;color:#fff;cursor:pointer;font-family:'Open Sans',Arial,Helvetica,sans-serif;font-size:2em;-webkit-transition:background-color 0.2s ease-in;transition:all 0.2s ease-in}

	input[type="submit"]:disabled {border-color:#999;color:#999;background-color:#fff;}


form button:hover,
form input[type="submit"]:hover {background-color:#e51937;border-color:#e51937;color:#fff;}





/* full bleed */
.fullbleed {background-image:none;}
.fullbleed-image {width:100%;height:auto;margin: auto;display:block;}

.fullbleed-figure {display:none;}



#our_portfolio {display:block;;height:260px;margin:0;padding:0;width:100%;}
#our_portfolio ul {list-style:none;margin:0;padding:0;}
#our_portfolio li {margin:0;padding:0;list-style:none;width:185px;position:relative;height:260px;float:left;text-align:right;background-color:#000;}
#our_portfolio li.item2{margin-left:10px;}
#our_portfolio a {display:block;height:100%;width:100%;position:relative;}
#our_portfolio img {z-index:20;}
#our_portfolio span {position:absolute;bottom:0;right:0;background-color:rgba(0,0,0,0.8);padding:5px 10px;color:#fff;z-index:30;font-size:18px;}

/* item lists */

.media {background:url('/images/divider.png') 0 bottom repeat-x;padding-bottom:10px;}
	.media .item {clear:both;padding:20px 10px;background:url('/images/divider.png') 0 8px repeat-x;}
	.media .date {font-size:1.2em;}
	.media .image {/*width:340px;float:left;*/}
	.media .image.right {/*float:right;*/text-align:right;}
	.media .body {/*width:580px;float:left;*/}

	#list_home .image {width:auto;padding:5px 30px;}

#list_portfolio {background:none;padding:0;}
/*	#list_portfolio .item {padding:10px 0;background:none;float:left;width:50%;clear:none;}

	#list_portfolio .five1 {clear:none;}
	#list_portfolio .two1 {clear:left;}
	#list_portfolio .image {float:none;display:block;padding:0 6px 4px;width:auto;}
	#list_portfolio img {width:100%;height:auto;border:1px solid #CCCCCC;}
	#list_portfolio .body {float:none;display:block;padding:0 10px;width:auto;}
	#list_portfolio h3 {font-size:1.8em;margin:0;}
	#list_portfolio p {font-size:1.4em;margin:0 0 5px 0;line-height:1.4}
	*/
	
#portfolio_image img {margin-bottom:15px;width:100%;height:auto;}

#portfolio_text h1 {font-size:1.4rem;color:#111;padding:0 0 10px 0;}
#portfolio_text h1 span {display:block;font-size:0.7em;color:#e51937;}	

.more a {padding-right:20px;background:url('/images/more.png') right 50% no-repeat;}
.image_right {float:right;margin:0 0 20px 30px;}

	
.viewall {text-align:right;}
/* contactform */
/*
.contact_text {width:65%;float:left;}

.contact_form {width:30%;float:right;}
*/

div#involvement {margin-bottom:10px;}
	#involvement li {font-size:13px;padding:10px 0 11px 0px; line-height:1.3;}


.viewmoreprojects {background:url('/images/grid.gif') no-repeat 0 50%;padding-left:30px;}
.viewmoreprojects a {color:#000;}
.pf-testimonial {color:#e51937;font-style:italic;font-size:1.6rem;line-height:1.1}
.pf-testimonial span {font-size:0.6em;font-style:normal;color:#111;line-height:1}
.bodytext img {max-width:100%;height:auto}

#col_left  li 		 {background:url('/images/dot.png') 0 8px no-repeat;padding-left:26px;margin:5px 0;}

.ticks li,
#col_main ul.ticks li {background:url('/images/tick.png') 0 5px no-repeat;padding-left:30px;margin:20px 0 10px;}

.dots li,
#col_main ul.dots li {background:url('/images/dot.png') 0 5px no-repeat;padding-left:30px;margin:5px 0 10px;}

.squares li,
#col_main ul.squares li {background:url('/images/squares.png') 0 5px no-repeat;padding-left:30px;margin:5px 0 10px;}

.wdb {height:250px;}
#content ul.wdb li {width:20%;text-align:center;float:left;padding:20px 0;font-size:14px;line-height:1.2;background:none;}
	.wdb a {display:block;}
	.wdb img {display:block;margin:0 auto 10px;;
	
	/* Firefox */
-moz-transition: all 1s ease;
-webkit-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;}

.wdb li:nth-child(3) a:hover img {transform: rotate(360deg);}




.firstcharacter { float: left;  font-size: 24px; line-height: 30px; padding:0px; font-family: Roboto;
background:#E51935;border-radius:30px;width:30px;color:#fff;display:block;text-align:center;margin-right:10px;overflow:hidden;

 }

span.who {text-align:right;color:#e51935;display:block;padding-right:40px;height:33px;line-height:33px;background-image:url('/images/why_quotes.png');background-repeat:no-repeat;}
span#q1 {background-position:right 0px;}
span#q2 {background-position:right -69px;}
span#q3 {background-position:right -130px;}
span#q4 {background-position:right -190px;}

 
 
ul.pagination li {display:inline;padding-right:10px;} 

div#cookie-bar {height:auto;}


#team li {display:block;width:140px;height:140px;overflow:hidden;float:left;transition:background-position 0.4s ease-in;background-repeat:no-repeat;background-position:50% top;padding:0;margin:0 10px 10px 0;text-indent:99px;font-size:1px;background-size:140px auto;}
	#team li.bounce,
	#team li.bouncer:hover {background-position:50% bottom;}
	#team li#team_00 {background-image:url('/images/team/0.jpg');background-size:175px auto/*width:385px;height:366px*/;}
/*	#team li#team_00:hover {background-position:left top;}*/
	li#team_01 {background-image:url('/images/team/1.jpg');}
	li#team_02 {background-image:url('/images/team/2.jpg');}
	li#team_03 {background-image:url('/images/team/3.jpg');}
	li#team_04 {background-image:url('/images/team/4.jpg');}
	li#team_05 {background-image:url('/images/team/5.jpg');}
	li#team_06 {background-image:url('/images/team/6.jpg');}
	li#team_07 {background-image:url('/images/team/7a.jpg');}
	li#team_08 {background-image:url('/images/team/8.jpg');}
	li#team_09 {background-image:url('/images/team/9.jpg');}
	li#team_10 {background-image:url('/images/team/10.jpg');}
	li#team_11 {background-image:url('/images/team/11.jpg?1');}


/* kestrel court */


#list_blocks {background:#fff;border:1px solid #fff;margin-top:10px}

.kc_block {padding:0 0 20px 0;margin:10px;border:1px solid #777;text-align:center;}

.bz_image,.kc_image {width:100%;display:block;}
.kc_title {color:#e51937;font-size:1.6rem;margin:0px 0 10px;font-weight:400;}
.kc_intro {min-height:120px;padding:0 10px;}
.kc_intro,
.kc_block p {font-size:1.1rem;line-height:1.4;margin:0}
.kc_button {border:1px solid #e51937;font-size:1.1rem;font-weight:400;padding:5px 10px;color:#e51937;-webkit-transition:border-color 0.2s ease-in,color 0.2s ease-in,background-color 0.2s ease-in;transition:border-color 0.2s ease-in,color 0.2s ease-in,background-color 0.2s ease-in;display:inline-block;}
.kc_button:hover {color:#ffffff;border-color:#ffffff;background:#e51937;}


.bz_g {width:50%;float:left;}

.bz_block {margin:5px;position:relative;overflow:hidden;}
.bz_block__t {margin:0;}
.bz_overlay {position:absolute;left:0;top:calc(100% - 40px);height:100%;width:100%;transition:all 0.2s ease-in;}
.bz_overlay__t {top:100%;}
.bz_overlay__1 {background:#cf1b2e;}
.bz_overlay__2 {background:#f2218b;}
.bz_overlay__3 {background:#8f4abe;}
.bz_overlay__4 {background:#39beec;}
.bz_overlay__5 {background:#96c438;}
.bz_overlay__6 {background:#cf1b2d;}


.bz_block:hover .bz_overlay {top:0;background: url(/images/magnify.png) 50% 50% no-repeat rgba(0,0,0,0.66);}
.bz_title {text-transform:uppercase;font-size:0.8rem;color:#fff;padding:5px 10px;display:block;height:35px;overflow:hidden;line-height:1.1}

.bz_title__t {color:#39BDED;;font-size:1.1rem;text-transform:none;padding:20px 10px;height:auto;}


.bz_intro {font-size:0.7rem;margin:10px;color:#fff;display:block;opacity:0;transition:opacity 0.2s ease-in;line-height:1.3;}
.bz_block:hover .bz_intro {opacity:1;}



#list_blocks > .grid_row {margin-bottom:20px}

.homeblock{width:50%;float:left;}

.inner:after,
.grid_row:after  {
  content: "";
  display: table;
  clear: both;
}	

.snowBackground {
	background: transparent url(//static.tumblr.com/mc0vkei/pBUmwvhlb/snow-bg.png) bottom left repeat-x;
	
	/*-- Fix to bottom --*/
	position: fixed;
	bottom: 0;
	left: 0;
	
	/*-- Full width --*/
	width: 100%;
	height: 40px;
	
	/*-- Above snowman --*/
	z-index: 99;
}

.snowman {
	width: 187px;
	height: 108px;
	background: url(//static.tumblr.com/mc0vkei/r89mwvhmn/snowman.png) 0 0 no-repeat;
	
	/*-- Fix to bottom --*/
	position: fixed;
	bottom: 0;
	left: 50px;
	
	/*-- Lower than snow background --*/
	z-index: 9;
	
	/*-- CSS Transition --*/
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
	
	/*-- Click --*/
	cursor: pointer;
}

/*-- Expanded --
 * Alternatively you could have:
 * .snowman:hover
 *
*/
.snowman.expanded {
	background-position: 0;
	height: 250px;
}










.tc__section td {padding-toP:50px;}
.table__tc td {vertical-align:top;}



#cookie-bar {background:#111111; height:34px; line-height:24px; color:#eeeeee; text-align:center; padding:5px 0;z-index:9999;border-top:1px solid black;box-shadow:0 0 3px #000;}
#cookie-bar.fixed {position:fixed; bottom:0; left:0; width:100%;}
#cookie-bar p {margin:0; padding:0;color:#ffffff;}
#cookie-bar a {color:#ffffff; display:inline-block; border-radius:3px; text-decoration:none; padding:0 6px; margin-left:8px;transition:background 0.2s ease-in}
#cookie-bar .cb-enable {background:#27ae60;}
#cookie-bar .cb-enable:hover {background:#009900;}
#cookie-bar .cb-disable {background:#c0392b;}
#cookie-bar .cb-disable:hover {background:#bb0000;}
#cookie-bar .cb-policy {background:#2980b9;}
#cookie-bar .cb-policy:hover {background:#0055dd;}



/* inview animations */
.iv {background:#ebf8fe;padding:20px 0;text-align:center;display:none}
.iv img {width:96%;max-width:361px;}

.fil,.fir,.fiu,.fid {opacity:0;}

.inview .fil 	{opacity:0; animation-delay:1s;animation: fade-in-left 	400ms ease-out 500ms forwards; }
.inview .fir 	{opacity:0; animation-delay:1s;animation: fade-in-right 400ms ease-out 500ms forwards; }
.inview .fiu 	{opacity:0; animation-delay:1s;animation: fade-in-up 	400ms ease-out 500ms forwards; }
.inview .fid 	{opacity:0; animation-delay:1s;animation: fade-in-down 	400ms ease-out 500ms forwards; }







@keyframes fade-in-upPHOTO {  0% {    transform: translateY(20px);    opacity: 0; }  100% {    transform: translate(0);    opacity: 0.3; } }
@keyframes fade-in-up {  0% {    transform: translateY(20px);    opacity: 0; }  100% {    transform: translate(0);    opacity: 1; } }
@keyframes fade-in-down {  0% {    transform: translateY(-20px);    opacity: 0; }  100% {    transform: translate(0);    opacity: 1; } }
@keyframes fade-in-left {  0% {    transform: translateX(-20px);    opacity: 0; }  100% {    transform: translate(0);    opacity: 1; } }
@keyframes fade-in-right {  0% {    transform: translateX(20px);    opacity: 0; }  100% {    transform: translate(0);    opacity: 1; } }




@media all and (min-width: 604px)  {

.cbpsbox  {width:25%;float:left;}

.homeboxes {background-position:right 0;background-size:auto 100%}
.gridhb {width:66%;}

.gridn {width:33%;float:left;}
		.news-link {font-size:1.4rem;line-height:1.3;height:260px;}


.heading {font-size:2.4rem;font-weight:300;margin:20px 0;}
.byline {font-size:1.6rem;font-weight:300;margin:20px 0;}

.margin-top {margin-top:20px;}
	
	.subpage {float:left;width:48%;margin:5px;overflow:hidden}	
	
}