/* ==========================================================================
   Base
   ========================================================================== */

body {
	font-family: 'proxima-nova';
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	font-smooth: always;
}
html, body {
	height: 100%;
}
a, input[type=submit], #content-info h2 {
	-webkit-transition: all .25s linear;
	-moz-transition: all .25s linear;
	-o-transition: all .25s linear;
	-ms-transition: all .25s linear;
	transition: all .25s linear;
}
a {
	text-decoration: none;
	outline: none !important;
	color: #ec1d3a;
}
a:active, a:focus {
	outline: none !important;
}
a:hover {
	text-decoration: none;
	color: #666;
}
::selection, ::-moz-selection {
	background-color: #ec1d3a;
	color: #fff;
}
hr {
	border-top: none;
	border-bottom: 1px solid #ec1d3a;
}
/*p {
	font-family: Georgia, serif;
	line-height: 22px;
}*/

.page-template-page-work-project-php iframe {
	margin-top: 20px;
}

/* =============================================================================
   LS Newsletter Signup Page
   ========================================================================== */

#newsletter-body {
	background: url('../img/cover-background.jpg') no-repeat top center fixed;
  	-webkit-font-smoothing: antialiased;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	text-align: center;
}

#cover-background-wrap {
	background-image: url('/assets/img/bg-line.png');
	background-color: rgba(0, 0, 0, .31);
	background-position: 0 0;
	overflow: auto;
	height: 100%;
	width: 100%;
}

#cover-background-wrap h1 {
	padding: 30px 0px 20px 0px;
 	text-transform: uppercase;
 	letter-spacing: 2px;
 	line-height: 44px;
	font-weight: 800;
	font-size: 40px;
	color: #ffffff;
 }

.culture-roundup-subheader {
	line-height: 28px !important;
	padding: 15px 0px 0px 0px;
	font-size: 24px;
	display: block;
}

.ls-newsletter-signup-container {
	margin: 100px 0px 100px 0px;
}

.newsletter-brand {
	background: transparent url('/assets/img/ls-logo.png') 0 0 no-repeat;
	display: inline-block;
	padding-left: 189px;
	overflow: hidden;
	height: 188px;
	width: 0;
}

.wpcf7-mail-sent-ok,
.wpcf7-validation-errors {
	line-height: 28px !important;
	background-color: #414142;
	margin: 0 auto 20px auto !important;
	padding: 10px !important;
	border: none !important;
	font-weight: 800;
	font-size: 21px;
	color: #ffffff;
	width: 75%;
}

/* =============================================================================
   Hellobar
   ========================================================================== */

#hellobar-container {
	background-color: #ec1d3a !important;
}

#hellobar-logo {
	display: none;
}

.hellobar-cta-link {
	background-color: #ec1d3a !important;
	background: transparent !important;
	color: #ffffff !important;
	font-weight: 800;
	-moz-box-shadow: 0px 0px 0px 0px #ccc !important;
  	-webkit-box-shadow: 0px 0px 0px 0px #ccc !important;
  	box-shadow: 0px 0px 0px 0px #ccc !important;
}

.searchform {
	display: none;
}

.home-social {
	text-align: center;
	height: 20px;
}

	.home-social div {
		float: left;
	}

	.fb-like {
		margin-left: 20px;
	}

	._56z,
	._56z- {
		display: none;
	}

	#text-5 {
		margin: -100px 0 100px 30px;
		width: 195px;
	}


/* =============================================================================
   Header
   ========================================================================== */

#banner {
	position: relative;
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-o-transition: all .5s linear;
	-ms-transition: all .5s linear;
	transition: all .5s linear;
}
#banner .container {
	position: relative;
}
#banner #nav-wrapper {
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.8))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 ); /* IE6-9 */
}
#banner #bg-line {
	background-image: url('/assets/img/bg-line.png');
	background-position: 0 0;
	background-color: rgba(0, 0, 0, .31);
}
.home #banner #bg-line {
	min-height: 600px;
}
.brand {
	display: block;
	overflow: hidden;
	float: left;
	width: 0;
	padding-left: 189px;
	height: 188px;
	background: transparent url('/assets/img/ls-logo.png') 0 0 no-repeat;
	margin: 40px 0 30px;
}
	.brand:hover {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
		filter: alpha(opacity=80);
		-moz-opacity: 0.8;
		-khtml-opacity: 0.8;
		opacity: .8;
	}
	nav {
		float: left;
		clear: left;
	}
.rslides {
  position: absolute;
  top: 0;
  left: 0;
  list-style: none;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
	.rslides li {
	  position: absolute;
	  display: none;
	  width: 100%;
	  height: 100%;
	  left: 0;
	  top: 0;
	  background-position: center center;
	  background-repeat: no-repeat;
	  background-size: cover;
	}
	.rslides li:first-child {
	  position: relative;
	  display: block;
	  float: left;
	}
	.rslides li.h-bg1 { background-image: url('/assets/img/bg01.jpg'); }
	.rslides li.h-bg2 { background-image: url('/assets/img/bg02.jpg'); }
	.rslides li.h-bg3 { background-image: url('/assets/img/bg03.jpg'); }
	.rslides li.h-bg4 { background-image: url('/assets/img/bg04.jpg'); }
	.rslides li.h-bg5 { background-image: url('/assets/img/bg05.jpg'); }
	.rslides li.h-bg6 { background-image: url('/assets/img/bg06.jpg'); }
#nav-main li {
	display: block;
	vertical-align: middle;
	padding: 0;
	margin: 0;
	width: 188px;
	text-align: center;
}
#nav-main li a {
	color: #fff;
	text-transform: uppercase;
	vertical-align: middle;
}
	#nav-main .menu-services {
		font-family: "proxima-nova";
		font-weight: 800;
		font-size: 26px;
		letter-spacing: 1px;
		line-height: 28px;
	}
	#nav-main .menu-work {
		font-family: "silverfake";
		font-size: 28px;
		line-height: 30px;
	}
	#nav-main .menu-about {
		font-family: "proxima-nova";
		font-weight: 800;
		font-size: 36px;
		letter-spacing: 1px;
		line-height: 38px;
	}
	#nav-main .menu-contact {
		font-family: "univers";
		font-size: 82px;
		letter-spacing: 1px;
		line-height: 84px;
		margin-bottom: -14px;
	}
	#nav-main .menu-blog {
		font-family: "proxima-nova";
		font-weight: 900;
		font-size: 47px;
		line-height: 50px;
	}
#nav-main li a:hover, #nav-main .active a {
	background: transparent;
	color: #ec1d3a;
}
#banner #headcopy {
	display: block;
	color: #fff;
	width: 900px;
	margin-left: 270px;
	margin-top: 40px;
	text-align: center;
	-webkit-backface-visibility: hidden;
}
	#banner #headcopy span {
		display: block;
		border-bottom: 1px solid #ec1d3a;
		vertical-align: middle;
	}
	#banner #headcopy span#home-c1 {
		text-transform: uppercase;
		font-size: 44px;
		line-height: 47px;
		letter-spacing: 2px;
		padding-bottom: 2px;
	}
	#banner #headcopy span#home-c2 {
		font-family: "univers";
		text-transform: uppercase;
		font-size: 133px;
		line-height: 134px;
		height: 115px;
		padding-top: 5px;
		font-weight: lighter;
	}
	#banner #headcopy span#home-c3 {
		font-family: "silverfake";
		font-size: 48px;
		line-height: 50px;
		padding-bottom: 2px;
		font-weight: 100;
	}
	#banner #headcopy span#home-c4 {
		text-transform: uppercase;
		font-size: 133px;
		line-height: 133px;
		font-weight: 900;
		padding-bottom: -3px;
	}
	#banner #headcopy span#home-c5 {
		font-family: "silverfake";
		font-size: 87px;
		line-height: 88px;
		font-weight: 200;
		border-bottom: none;
	}
#banner #headcopy.services {
	padding-top: 30px;
}
	#banner #headcopy span#serv-c1 {
		font-family: "univers";
		text-transform: uppercase;
		font-size: 140px;
		line-height: 142px;
		letter-spacing: 2px;
		font-weight: lighter;
	}
	#banner #headcopy span#serv-c2 {
		text-transform: uppercase;
		font-size: 128px;
		line-height: 135px;
		font-weight: 800;
	}
	#banner #headcopy span#serv-c3 {
		font-family: "silverfake";
		font-size: 45px;
		line-height: 47px;
		padding-top: 5px;
		font-weight: 100;
		border-bottom: none;
	}
#banner #headcopy.about {
	text-align: left;
}
	#banner #headcopy.about h1 {
		text-transform: uppercase;
		font-size: 69px;
		font-weight: 800;
		line-height: 72px;
		letter-spacing: 2px;
	}
	#banner #headcopy.about .abt-info {
		float: left;
		width: 270px;
		margin-right: 40px;
		margin-bottom: 30px;
	}
	#banner #headcopy.about .abt-info:last-of-type {
		margin-right: 0;
	}
	#banner #headcopy.about .abt-info h3 {
		font-size: 20px;
		text-transform: uppercase;
	}
	body.about {
		background-color: #0c0c0c;
		background-image: url('/assets/img/abt-bg1.jpg'), url('/assets/img/abt-bg2.jpg'), url('/assets/img/abt-bg3.jpg');
		background-position: center 200px, center 1650px, center 900px;
		background-repeat: no-repeat, no-repeat, no-repeat;
	}
	.about #main {
		margin-bottom: 0;
	}
	.about .abt-big {
		padding: 120px 210px;
		margin-left: 80px;
		color: #fff;
	}
	.about .abt-big h3 {
		font-weight: 800;
		font-size: 76px;
		letter-spacing: 2px;
		text-transform: uppercase;
		text-align: center;
	}
	.about .abt-big p {
		font-family: Georgia, serif;
		font-size: 18px;
		line-height: 26px;
		font-style: italic;
	}
		.about .abt-big#abt-food h3 {
			font-size: 45px;
			line-height: 47px;
		}
		.about .abt-big#abt-food hr {
			margin-top: 2px;
		}
		.about .abt-big#abt-art {
			padding-top: 150px;
			padding-bottom: 60px;
		}
		.about .abt-big#abt-art h3 {
			font-size: 58px;
			line-height: 60px;
		}
		.about .abt-big#abt-art hr {
			margin-top: 0;
		}
	#banner #headcopy.work #slider_3508 {
		height: 440px;
		border: none;
		overflow: hidden;
		background-color: transparent;
		border-radius: 0;
		box-shadow: none;
	}
	#banner #headcopy.work #slider_3508 .slides {
		height: 440px;
		position: relative;
		font-weight: 100 !important;
	}
	#banner #headcopy.work #slider_3508 .flex-caption {
		top: 0;
		height: 440px;
		width: 260px;
		padding: 30px;
		font-family: "proxima-nova";
		text-align: left;
		font-weight: lighter !important;
		line-height: 22px;
		font-size: 16px;
		background: rgba(0,0,0,.7);
	}
		#banner #headcopy.work #slider_3508 .flex-caption .slide-title {
			font-size: 40px;
			font-weight: lighter;
			font-family: "univers";
			text-transform: uppercase;
			line-height: 45px;
			letter-spacing: 2px;
			padding-bottom: 15px;
			margin-bottom: 15px;
			border-bottom: 1px solid #ccc;
		}
		#banner #headcopy.work #slider_3508 .flex-caption .view-case {
			display: block;
			text-align: center;
			margin: 50px auto 0;
			border: none;
			background-color: #333;
			color: #fff;
			text-transform: uppercase;
			font-size: 15px;
			letter-spacing: 2px;
			width: 170px;
			padding: 10px;
			font-weight: 500;
		}
		#banner #headcopy.work #slider_3508 .flex-caption .view-case:hover {
			background-color: #ec1d3a;
			
		}
	#banner #headcopy.work #slider_3508 .flex-control-paging {
		bottom: 10px;
	}
#banner .sub-head {
	position: absolute;
	top: 0;
	left: 0;
	list-style: none;
	overflow: hidden;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	z-index: -10;
	background-color: #0c0c0c;
}
#banner .sub-head#serv-head {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url('/assets/img/bg01.jpg');
}
#banner .sub-head#work-head {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url('/assets/img/bg06.jpg');
}
#banner .sub-head#contact-head {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url('/assets/img/bg02.jpg');
}
#banner #headcopy.contact {
	margin-top: 80px;
}
	#banner #headcopy.contact h2 {
		text-transform: uppercase;
		font-weight: 800;
		letter-spacing: 2px;
		font-size: 34px;
	}
	#banner #headcopy.contact #together {
		display: block;
		overflow: hidden;
		padding-left: 673px;
		height: 273px;
		width: 0;
		margin-left: 100px;
		background: transparent url('/assets/img/together.svg') 0 0 no-repeat;
	}

/* Navigation and Home Copy animation */
@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

.home .brand, #headcopy span, .home #nav-main li, #slider_3508 .flex-caption {
   opacity:0;  /* make things invisible upon start */
       -webkit-animation:fadeIn ease-in 1;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
       -moz-animation:fadeIn ease-in 1;
       animation:fadeIn ease-in 1;
    
       -webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
       -moz-animation-fill-mode:forwards;
       animation-fill-mode:forwards;
    
       -webkit-animation-duration:1s;
       -moz-animation-duration:1s;
       animation-duration:1s;
}
 
#headcopy span#home-c1 {-webkit-animation-delay: .75s; -moz-animation-delay: .75s; animation-delay: .75s;}
#headcopy span#home-c2 {-webkit-animation-delay: 1.25s; -moz-animation-delay:1.25s; animation-delay: 1.25s;}
#headcopy span#home-c3 {-webkit-animation-delay: 1.75s; -moz-animation-delay: 1.75s; animation-delay: 1.75s;}
#headcopy span#home-c4 {-webkit-animation-delay: 2.25s; -moz-animation-delay: 2.25s; animation-delay: 2.25s;}
#headcopy span#home-c5 {-webkit-animation-delay: 2.75s; -moz-animation-delay: 2.75s; animation-delay: 2.75s;}



/* BLOG STYLING */

.blog #banner, .single #banner, .category #banner, .author #banner, .search #banner, .page-id-4901 #banner, .page-id-4901 #blogtitle, .page-id-4901 #sidebar {
	display: none;
}
#bloghead {
	float: left;
	width: 200px;
	margin-left: 30px;
}
#blogwrap {
	position: relative;
	display: inline-block;
	float: right;
	width: 900px;
}
#blogwrap:after {
	clear: both;
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
	content: ".";
	font-size: 0;
}
.blog #main, .single #main, .category #main, .author #main, .search #main, .page-id-4901 #main { margin-top: 0 !important; width: 100% !important; }
.page-id-4901 #blogwrap { margin-top: 100px !important; }
.blog #bloghead a, .single #bloghead a, .category #bloghead a, .author #bloghead a, .search #bloghead a, .page-id-4901 #bloghead a { color: #424241; }
.blog #bloghead .active a, .single #bloghead .active a, .category #bloghead .active a, .author #bloghead .active a, .search #bloghead .active a, .page-id-4901 #bloghead .active a { color: #ec1d3a; }
.blog #blogtitle, .single #blogtitle, .category #blogtitle, .author #blogtitle, .search #blogtitle {
	width: 100%;
	margin-top: 60px;
	text-align: center;
}

.page-id-4901 #content-info {
	width: 100%;
}
	.blog #blogtitle h1, .single #blogtitle h1, .category #blogtitle h1, .author #blogtitle h1, .search #blogtitle h1 {
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		padding: 20px 0;
		font-size: 150px; /* was 73*/
		font-weight: 800;
		text-transform: uppercase;
		text-align: center;
		margin-bottom: 10px;
		line-height: 95px;
	}
	.blog #blogtitle h3, .single #blogtitle h3, .category #blogtitle h3, .author #blogtitle h3, .search #blogtitle h3 {
		text-transform: uppercase;
		letter-spacing: 2px;
		margin: 0 0 20px 0;
		font-weight: 800;
		font-size: 28px;
		color: #ec1d3a;
	}
	.blog #blogtitle #searchform {
		margin-bottom: 0;
	}
	.single #blogtitle #searchform, .category #blogtitle #searchform, .author #blogtitle #searchform, .search #blogtitle #searchform {
		float: right;
		clear: both;
		margin-bottom: 0;
	}
	input.search-query {
		border-radius: 0px;
	}
	#searchsubmit {
      background: url('../img/search-button.png') no-repeat;
      background-size: 17px 17px;
      margin: 0 0 0 -5px;
      background-color: #333333;
      height: 30px;
      padding: 5px;
      width: 30px;
      border-radius: 0px;
      background-position: 5px 5px;
    }


	
	.single #blogtitle #back-blog {
		text-transform: uppercase;
		float: left;
		padding-top: 5px;
	}
.blog #articles, .category #articles, .author #articles, .search #articles {
	position: relative;
	overflow: hidden;
	clear: both;
}
.blog article, .category article, .author article, .search article {
	display: -moz-inline-block;
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	width: 400px;
	padding: 25px 0;
	margin: 0 22px;
	border-bottom: 1px solid #dadada;
	height: 350px;
}
	.blog article h2, .category article h2, .author article h2, .search article h2 {
		font-size: 22px;
		text-transform: uppercase;
		line-height: 26px;
	}
	.blog article .featimg, .category article .featimg, .author article .featimg, .search article .featimg {
		display: block;
		overflow: hidden;
		padding-left: 400px;
		width: 0;
		height: 133px;
		margin-bottom: 15px;
		border: none;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		background-color: #e6e6e6;
		background-image: url('/assets/img/blog-default.jpg');
	}
	.blog article .featimg:hover, .category article .featimg:hover, .author article .featimg:hover, .search article .featimg:hover {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
		filter: alpha(opacity=75);
		-moz-opacity: 0.75;
		-khtml-opacity: 0.75;
		opacity: 0.75;
	}
	.blog article h5, .category article h5, .author article h5, .search article h5 {
		font-weight: normal;
	}
	.single article header#arthead {
		display: block;
		position: relative;
		clear: both;
		width: 900px;
		height: 300px;
		margin-bottom: 20px;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		background-color: #fff;
		background-image: url('/assets/img/blog-default.jpg');
	}
	.single article header#arthead #headfade {
		position: absolute;
		top: 0;
		left: 0;
		width: 900px;
		height: 300px;
		background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 90%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(90%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 90%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 90%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 90%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 90%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	}
	.single article header#arthead .entry-title {
		position: absolute;
		bottom: 0;
		left: 50px;
		display: block;
		width: 680px;
		font-size: 50px;
		line-height: 55px;
		font-weight: 600;
	}
	.single #blogentry {
		position: relative;
		top: 20px;
	}
	.single #blogentry .wp-about-author-containter-top {
		background: #eee;
		border-top: 1px solid #ccc;
		margin: 40px auto;
	}
	.single #blogentry .wp-about-author-text h3 {
		margin-top: 0;
		padding-top: 0;
	}
	.single #blogentry .wpa-nomargin {
		margin-bottom: 5px;
	}
	.single #blogentry .wp-about-author-containter-top p {
		margin-bottom: 15px;
	}
	.single article .addthis_toolbox {
		display: block;
		position: absolute;
		top: 75px;
		width: 370px;
		padding: 10px 10px 0;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		background: rgb(255, 255, 255) transparent;
		background: rgba(255, 255, 255, 0.6);
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99ffffff, endColorstr=#99ffffff);
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99ffffff, endColorstr=#99ffffff)";
	}
	.single article .entry-content {
		clear: both;
		width: 680px;
		margin-left: 50px;
	}
	.single article .entry-content p, .single article .entry-content h5 {
		margin-bottom: 30px;
	}
	.single article .entry-content #cont-subscribe p {
		margin-bottom: 10px !important;
	}
.single article section#comments {
	width: 680px;
	margin-left: 50px;
	padding-top: 20px;
	border-top: 1px solid #ccc;
}
	.single article section#comments h3 {
		font-weight: 200;
		margin-bottom: 15px;
	}
	.single article section#comments ol { margin-left: 0; }
	.single article section#comments ol li {
		list-style: none;
		padding: 20px 0;
		border-bottom: 1px solid #ddd;
	}
	.single article section#comments ol section.comment {
		padding-left: 37px;
		margin-top: 10px;
	}
.single article section#respond {
	width: 680px;
	margin-left: 50px;
	padding-top: 10px;
}
	.single article section#respond h3 { font-weight: 200; }
	.single article section#respond textarea {
		width: 100%;
		min-height: 100px;
	}

#infscr-loading {
	padding: 20px 0 0 0;
	text-align: center;
}

#post-nav {
	
	width: 95%;
	padding-left: 25px;
}
#post-nav li.next {
	float: right;
}
#blogwrap h1 a, #blogwrap h2 a, #blogwrap h3 a { color: #333; }
#blogwrap h1 a:hover, #blogwrap h2 a:hover, #blogwrap h3 a:hover { color: #ec1d3a; }
#blogwrap #subtitle {
	font-weight: 300;
	text-transform: uppercase;
	color: #888;
	position: absolute;
	left: 23px;
	top: 245px; /* was 163 */
}
.search #search-nada {
	display: block;
	margin-left: 25px;
	margin-top: 50px;
}
.search #search-nada h2 {
	font-size: 80px;
	font-family: "univers";
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #888;
	margin-bottom: 20px;
}




/* ==========================================================================
   Content
   ========================================================================== */

#content h1 {
	font-family: 'proxima-nova';
}
#content #main {
	margin: 20px auto;
}
#content .service {
	display: block;
	float: left;
	width: 200px;
	height: 180px;
	padding: 50px 40px 0;
	margin: 50px 0;
	text-align: center;
	background-color: transparent;
	background-position: top center;
	background-repeat: no-repeat;
}
#content .service h2 {
	text-transform: uppercase;
	font-size: 20px;
}
#content .service h2 a { color: #333; }
#content .service h2 a:hover { color: #ec1d3a; }
	#content .service#video {
		clear: left;
	}
	#content .service#mobile, #content .service#future {
		border-right: none;
	}
	#content .service#branding { background-image: url('/assets/img/branding.png'); }
	#content .service#web { background-image: url('/assets/img/web.png'); }
	#content .service#mobile { background-image: url('/assets/img/mobile.png'); }
	#content .service#video { background-image: url('/assets/img/video.png'); }
	#content .service#content { background-image: url('/assets/img/content.png'); }
	#content .service#future { background-image: url('/assets/img/future.png'); }
	#content .service#design { background-image: url('/assets/img/design.png'); }
	#content .service#web::before,
	#content .service#design::before,
	#content .service#content::before,
	#content .service#future::before {
		content: " ";
		float: left;
		position: relative;
		left: -40px;
		height: 170px;
		width: 1px;
		margin-top: 15px;
		background-color: #d1d1d1;
	}
.services #content #main {
	margin-top: 40px;
}
.services #content #main div {
	display: block;
	float: left;
	clear: right;
	width: 330px;
	padding-top: 50px;
	margin-left: 60px;
	margin-bottom: 40px;
	background-color: transparent;
	background-position: top center;
	background-repeat: no-repeat;
}
	.services #content #main div h2 {
		font-size: 20px;
		font-weight: 600;
		text-transform: uppercase;
		text-align: center;
	}
	.services #content #main div ul {
		list-style: none;
		margin-top: 20px;
		margin-left: 10px;
		font-size: 15px;
		font-style: italic;
	}
	.services #content #main div ul li {
		margin-bottom: 10px;
	}
	.services #content #main div ul li:before {
		content: " — ";
		font-weight: lighter;
		color: #ccc;
	}
	.services #content #main div#s-motion {
		clear: left;
	}
	.services #content #main div#s-brand { background-image: url('/assets/img/branding.png'); }
	.services #content #main div#s-content { background-image: url('/assets/img/content.png'); }
	.services #content #main div#s-web { background-image: url('/assets/img/web.png'); }
	.services #content #main div#s-motion { background-image: url('/assets/img/video.png'); }
	.services #content #main div#s-design { background-image: url('/assets/img/design.png'); }
	.services #content #main div#s-exec { background-image: url('/assets/img/future.png'); }
#content .cont {
	display: block;
	float: left;
	width: 300px;
	min-height: 250px;
	padding: 0 40px;
	margin: 50px 0;
	text-align: center;
	border-right: 1px solid #d1d1d1;
}
.white-checkbox-text .wpcf7-list-item .wpcf7-list-item-label {
	color: #ffffff;
}
article .modal-header,
article .modal-body {
	text-align: center;
}
article form input[type=submit] {
	margin-top: 10px;
	letter-spacing: 1px;
}
#content .cont.c-last {
	border-right: none;
	clear: right;
}
#content .cont h3,
article .modal-header h3 {
	text-transform: uppercase;
	font-size: 20px;
}
#content .cont .r-btn {
	display: inline-block;
	line-height: 35px;
	vertical-align: middle;
	height: 35px;
	padding: 0 20px;
	margin-top: 15px;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	background-color: #414142;
	background-image: url('/assets/img/rbn-l.png'), url('/assets/img/rbn-r.png');
	background-position: left top, right top;
	background-repeat: no-repeat;
}
	#content .cont#clients .r-btn, #content .cont .r-btn:hover {
		background-color: #ec1d3a;
	}
	#content .cont#clients .r-btn:hover {
		background-color: #bf1713;
	}
.contact #content form textarea, .contact #content form input[type=text], .contact #content form input[type=email],
article form textarea, article form input[type=text], article form input[type=email] {
	width: 95%;
	margin-bottom: 0;
}
	.contact #content form textarea {
		height: 120px;
	}
	.contact #content form .Current-Year select { width: 130px; margin-right: 5px; }
	.contact #content form .Expected-Graduation select { width: 130px; margin-right: 5px; }
	.contact #content form .When-Would-You-Like-To-Intern select { width: 240px; }
	.contact #content form .input-prepend {
		margin-left: 5px;
		width: 100%;
		text-align: left;
	}
	.contact #content form .input-prepend .add-on {
		margin-right: 10px;
	}
	.contact #content form .btn {
		margin-top: 10px;
		text-transform: uppercase;
		letter-spacing: 1px;
	}
#content .cont #c-social { margin: 0 0 0 10px; }
#content .cont #c-social li {
	position: relative;
	list-style: none;
	float: left;
	margin: 0 10px 0 0;
	width: 48px;
}
	#content .cont #c-social li:last-child { margin-right: 0; }
#content .cont #c-social a {
	display: inline-block;
	overflow: hidden;
	width: 0;
	height: 48px;
	padding-left: 48px;
	background-color: #414142;
	background-position: center center;
	background-repeat: no-repeat;
	-moz-border-radius: 24px;
	-webkit-border-radius: 24px;
	border-radius: 24px;
}
	#content .cont #c-social #c-fb { background-image: url('/assets/img/c-fb.png'); }
	#content .cont #c-social #c-tw { background-image: url('/assets/img/c-tw.png'); }
	#content .cont #c-social #c-fm { background-image: url('/assets/img/c-fm.png'); }
	#content .cont #c-social #c-li { background-image: url('/assets/img/c-li.png'); }
	#content .cont #c-social #c-tt { background-image: url('/assets/img/c-tt.png'); }
	#content .cont #c-social #c-fb:hover { background-color: #3b5998; }
	#content .cont #c-social #c-tw:hover { background-color: #00aced; }
	#content .cont #c-social #c-fm:hover { background-color: #D01F3C; }
	#content .cont #c-social #c-li:hover { background-color: #007bb6; }
	#content .cont #c-social #c-tt:hover { background-color: #ef3f23; }




/* ==========================================================================
   Work Page Styles
   ========================================================================== */

.work #content {
	margin: 30px -60px 0 30px;
	width: 1140px;
}
.work .project-thumb {
	position: relative;
	float: left;
	width: 200px;
	height: 200px;
	overflow: hidden;
	text-align: center;
	background-color: #eee;
	margin: 0 25px 25px 0;
}
.work .project-thumb a img {
	position: relative;
	top: 0;
	left: 0;
}
.work .project-thumb a span {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 200px;
	height: 200px;
	line-height: 200px;
	vertical-align: middle;
	font-family: "univers";
	font-size: 36px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: normal;
	color: #fff;
	background-color: rgba(0,0,0,0.8);
	opacity: 0;
	-webkit-transition: all .25s linear;
	-moz-transition: all .25s linear;
	-o-transition: all .25s linear;
	-ms-transition: all .25s linear;
	transition: all .25s linear;
}
	.work .project-thumb a:hover span {
		opacity: 1;
	}
#theproject {
	display: block;
	width: 90%;
	position: absolute;
	top: 220px;
	right: 0;
	text-align: center;
}
	#theproject h1 {
		font-family: "univers";
		font-size: 80px;
		font-weight: lighter;
		text-transform: uppercase;
		letter-spacing: 2px;
		color: #fff;
	}
	#theproject h1:before, #theproject h1:after {
		content: " – ";
		font-weight: lighter;
		color: #ec1d3a;
	}
.page-template-page-work-project-php #main, .page-template-page-easteregg-php #main {
	float: right;
}
.page-template-page-work-project-php #main h2 {
	font-family: "univers";
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 1px;
	font-size: 50px;
	width: 100%;
	clear: both;
	margin-top: 20px;
	padding-bottom: 10px;
}
.page-template-page-work-project-php #main #proj-details {
	width: 600px;
	float: left;
	padding-right: 20px;
}
.page-template-page-work-project-php #main #proj-serv {
	float: right;
	padding-left: 20px;
	border-left: 1px solid #ccc;
	width: 220px;
}
	.page-template-page-work-project-php #main #proj-serv h3 {
		font-size: 16px;
		text-transform: uppercase;
		line-height: 20px;
		margin-top: 0;
		margin-bottom: 5px;
	}
	.page-template-page-work-project-php #main #proj-serv h5 {
		font-weight: normal;
		font-size: 15px;
		line-height: 22px;
	}
	.page-template-page-work-project-php #main img {
		margin: 10px auto;
	}
.page-template-page-work-project-php #sidebar {
	float: left;
}
.page-template-page-work-project-php .widget-2.stick {
	position: fixed;
	top: 0;
}
	.page-template-page-work-project-php #sidebar .current_page_parent a[href="/work/"],
	.page-template-page-work-project-php #sidebar .current_page_parent a[href="/showcase/"] {
		display: none;
	}
	.page-template-page-work-project-php #sidebar ul {
		margin-left: 0;
		padding-left: 0;
		text-transform: uppercase;
		font-weight: 700;
	}
		.page-template-page-work-project-php #sidebar ul li {
			margin-bottom: 10px;
		}
		.page-template-page-work-project-php #sidebar ul li a { color: #888; }
		.page-template-page-work-project-php #sidebar ul li a:hover { color: #ec1d3a; }
		.page-template-page-work-project-php #sidebar ul li.current_page_item a { color: #333; }
	



/* ==========================================================================
   Sidebar
   ========================================================================== */

#sidebar {
	width: 200px;
	padding: 0 0 0 30px;
}
.blog #sidebar, .single #sidebar, .category #sidebar, .author #sidebar, .search #sidebar {
	float: left;
	clear: left;
}
#sidebar ul {
	list-style: none;
	margin-left: 10px;
}
#sidebar .widget {
	margin-bottom: 30px;
}
	#sidebar .widget-1 li { margin-bottom: 5px; }
	#sidebar .widget-2 li { margin-bottom: 10px; }
	#sidebar .widget-3 li { margin-bottom: 15px; }
#sidebar h3 {
	font-size: 18px;
	text-transform: uppercase;
}
#sidebar .timesince {
	margin-left: 5px;
	font-size: 85%;
}

.home-sidebar-contact-content-container {
	position: relative;
	top: -98px;
	width: 265px;
	padding: 371px 0 0 0;
	background: transparent url('/assets/img/side-form-top.png') 0 0 no-repeat;
}

	.home-sidebar-contact-content {
		display: block;
		width: 205px;
		margin-left: 11px;
		background: transparent url('/assets/img/side-form-bg.png') 0 0 repeat-y;
		text-align: center;
		color: #ffffff;
		padding: 20px 20px 0px 20px;
	}

	.home-sidebar-contact-content p {
		padding: 0px 0px 15px 0px;
	}

	.home-sidbar-proxima {
		font-family: 'proxima-nova';
		font-weight: 700;
		font-size: 50px;
		padding: 0px 0px 35px 8px !important;
		letter-spacing: 10px;
	}

	.home-sidebar-univers {
		font-family: 'univers';
		font-size: 65px;
	}

	.home-sidebar-body {
		margin: 0px;
		text-transform: uppercase;
	}

	.home-sidebar-contact-bottom {
		overflow: hidden;
		display: block;
		width: 245px;
		height: 80px;
		left: 11px;
		bottom: -90px;
		background: transparent url('/assets/img/side-form-btm.png') 0 0 no-repeat;
		margin-left: 11px;
		margin-top: -10px;
		text-align: center;
	}

		.do-it-button {
			margin-top: 10px;
			display: inline-block;
		}

#sidebar #custom_cf7-2 .widget-inner {
	position: relative;
	top: -98px;
	width: 265px;
	padding: 371px 0 0 0;
	background: transparent url('/assets/img/side-form-top.png') 0 0 no-repeat;
}
#sidebar #custom_cf7-2 .widget-inner h3 {
	display: none;
}
	#sidebar #custom_cf7-2 .widget-inner #cf7_form_box {
		display: block;
		width: 245px;
		margin-left: 11px;
		background: transparent url('/assets/img/side-form-bg.png') 0 0 repeat-y;
	}
	#sidebar #custom_cf7-2 .widget-inner #cf7_form_box form {
		display: block;
		margin-left: 12px;
		padding-top: 5px;
	}
	#sidebar #custom_cf7-2 .widget-inner #cf7_form_box input[type=text] {
		display: block;
		border-radius: 0;
	}
	#sidebar #custom_cf7-2 .widget-inner #cf7_form_box input[type=submit] {
		display: block;
		overflow: hidden;
		font-size: 0;
		height: 62px;
		width: 0;
		background: transparent url('/assets/img/side-form-btn.png') 0 0 repeat-y;
		border: none;
		padding: 0 0 0 128px;
		margin: 10px 0 0 58px;
	}
	#sidebar #custom_cf7-2 .widget-inner #cf7_form_box input[type=submit]:hover { opacity: .75; }
	#sidebar #custom_cf7-2 .widget-inner #cf7_form_box form #form-btm {
		overflow: hidden;
		display: block;
		width: 245px;
		height: 80px;
		position: absolute;
		left: 11px;
		bottom: -90px;
		background: transparent url('/assets/img/side-form-btm.png') 0 0 no-repeat;
	}
	#sidebar #custom_cf7-2 .widget-inner #cf7_form_box form .wpcf7-not-valid-tip {
		width: 160px;
		top: -38px !important;
		left: 80px !important;
		background-color: #ffebeb;
		text-align: center;
	}
	#sidebar #custom_cf7-2 .widget-inner #cf7_form_box form .wpcf7-response-output {
		background-color: #fff;
		margin-left: 0;
		margin-top: 5px;
		width: 190px;
		background-color: #fefee9;
	}
	#sidebar #custom_cf7-2 .widget-inner #cf7_form_box form .wpcf7-mail-sent-ok {
		background-color: #f2fae8;
	}
	#sidebar #custom_cf7-2 .widget-inner #cf7_form_box form .ajax-loader {
		float: right;
		position: relative;
		top: -10px;
	}
#sidebar #dp-twitter-widget-2 .widget-inner {
	width: 245px;
	height: 150px;
	padding: 10px;
	background: transparent url('/assets/img/tw-feed-bg.png') center center no-repeat;
	margin-top: -10px;
}
#sidebar #dp-twitter-widget-2 .widget-inner ul {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
	font-size: 18px;
	font-weight: 100;
	width: 100%;
	height: 100%;
	display: table;
}
	#sidebar #dp-twitter-widget-2 .widget-inner ul li {
		display: table-cell; 
		vertical-align: middle; 
		text-align: center; 
	}
	#sidebar #dp-twitter-widget-2 .widget-inner ul li a {
		color: #ec1d3a;
		text-decoration: none;
	}
	#sidebar #dp-twitter-widget-2 .widget-inner ul li a:hover {
		color: #666;
	}
#sidebar #dp-twitter-widget-2 .widget-inner ul .timesince {
	display: block;
	font-size: 14px;
	margin-top: 8px;
}
.page-template-page-easteregg-php #sidebar .widget-1 {
	display: none;
}
	.page-template-page-easteregg-php #banner {
		background-image: url('/assets/img/bg01.jpg');
	}




/* ==========================================================================
   Posts
   ========================================================================== */

.hentry header { }
.hentry time { }
.hentry p.byline { }
.hentry .entry-content { }
.hentry footer { }



/* ==========================================================================
   Footer
   ========================================================================== */

#content-info {
	position: relative;
	background: #0c0c0c url('/assets/img/footer-top.png') 0 0 repeat-x;
	color: #acacac;
	margin-top: 20px;
	text-align: right;
}
#content-info, .push {
	height: 340px;
}
#content {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -340x;
}
#content-info .container {
	position: relative;
	height: 100%;
}
	#content-info #back-top {
		position: absolute;
		bottom: 30px;
		left: 45%;
	}
	#content-info #back-top:hover { opacity: .7; }
	#content-info hr {
		border-top: 0;
		border-bottom: 5px solid #ec1d3a;
		clear: both;
	}
	#content-info h2 {
		display: block;
		float: left;
		width: 170px;
		text-align: center;
		font-size: 40px;
		font-weight: 100;
		margin: 40px 30px 30px 0;
		opacity: .5;
	}
	#content-info h2:last-of-type {
		margin-right: 0;
	}
	#content-info h2:hover {
		opacity: 1;
	}
	#content-info h2 span {
		display: block;
		font-size: 14px;
		font-weight: 200;
		line-height: 16px;
		padding-top: 50px;
		background-position: 50% 15%;
		background-repeat: no-repeat;
	}
		#content-info h2#f-coffee span { background-image: url('/assets/img/coffee.png'); }
		#content-info h2#f-songs span { background-image: url('/assets/img/songs.png'); }
		#content-info h2#f-bike span { background-image: url('/assets/img/bike.png'); }
		#content-info h2#f-paper span { background-image: url('/assets/img/paper.png'); }
		#content-info h2#f-smile span { background-image: url('/assets/img/smile.png'); }
		#content-info h2#f-likes span { background-image: url('/assets/img/likes.png'); }
	#content-info h4 {
		font-size: 20px;
		font-weight: 200;
		color: #ec1d3a;
		margin-top: 40px;
	}
	#content-info h4 a { color: #acacac; }
	#content-info a { color: #4a4a4b; }
	#content-info h4 a:hover, #content-info a:hover { color: #ec1d3a; text-decoration: none; }
	#content-info p { font-size: 14px; color: #4a4a4b; }
	#content-info #f-social {
		position: absolute;
		left: 0;
		bottom: 60px;
	}
	#content-info #f-social ul {
		margin: 0;
	}
	#content-info #f-social ul li {
		float: left;
		margin-right: 20px;
		list-style: none;
		width: 25px;
	}
	#content-info #f-social ul li a {
		display: block;
		overflow: hidden;
		width: 0;
		padding-left: 25px;
		height: 25px;
		background-color: transparent;
		background-position: 0 0;
		background-repeat: no-repeat;
	}
	#content-info #f-social ul li a:hover { background-position: 0 -25px; }
		#content-info #f-social #f-fb { background-image: url('/assets/img/f-fb.png'); }
		#content-info #f-social #f-tw { background-image: url('/assets/img/f-tw.png'); }
		#content-info #f-social #f-in { background-image: url('/assets/img/f-in.png'); }
		#content-info #f-social #f-vi { background-image: url('/assets/img/f-vi.png'); }
		#content-info #f-social #f-pi { background-image: url('/assets/img/f-pi.png'); }
		#content-info #f-social #f-li { background-image: url('/assets/img/f-li.png'); }


	.s-t-border {
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
	}

	#s-social ul li a {
		padding: 5px 0 0 40px;
		margin: 10px 0 10px 0;
		display: block;
		height: 20px;
	}
	#s-social ul li a:hover { background-position: 0 -25px; }
		#s-social #f-fb { background-image: url('/assets/img/f-fb.png'); background-repeat: no-repeat; }
		#s-social #f-tw { background-image: url('/assets/img/f-tw.png'); background-repeat: no-repeat; margin: 10px 0 10px 0; }
		#s-social #f-in { background-image: url('/assets/img/f-in.png'); background-repeat: no-repeat; }
		#s-social #f-vi { background-image: url('/assets/img/f-vi.png'); background-repeat: no-repeat; }
		#s-social #f-pi { background-image: url('/assets/img/f-pi.png'); background-repeat: no-repeat; }
		#s-social #f-li { background-image: url('/assets/img/f-li.png'); background-repeat: no-repeat; }



/* ==========================================================================
   WordPress Generated Classes
   See: http://codex.wordpress.org/CSS#WordPress_Generated_Classes
   ========================================================================== */

.aligncenter { display: block; margin: 0 auto; }
.alignleft { float: left; }
.alignright { float: right; }
figure.alignnone { margin-left: 0; margin-right: 0; }



/* ==========================================================================
   Media Queries
   ========================================================================== */

@media (max-width: 979px) {
  /* Fix top padding when using the responsive grid with the fixed topbar */
  body.top-navbar {
    padding-top: 0;
  }
}