html, body {height: 100%;}

body{
	line-height:30px;
	font-size: 20px;
	font-family: 'proxima-nova',sans-serif;
	font-weight:400;
	color:#333;
}
#wrapper{	
	height:100%;
	position:relative;
}

li{
  margin-left: 25px;
  list-style: inherit;
}
.fademe{display:none;}

.containernopadding{padding:0 10px;}
.clear{clear:both;}

.halfwidth.fullwidth{float:left; width:100%}
.halfwidth{float:left; width:50%}
.width_3box{float:left; width:33.3333%}
.width_4box{float:left; width:25%}
.width_6box{float:left; width:16.6666%}
.box_padding{padding-left: 10px; padding-right: 10px;}

.halfwidth,.width_3box,.width_4box, .width_6box{
	-o-transition: width  0.5s ease-in-out;
	-ms-transition:width  0.5s ease-in-out;
	-moz-transition: width  0.5s ease-in-out;
	-webkit-transition: width  0.5s ease-in-out;
	transition:width  0.5s ease-in-out;
}

.halfwidth-holder{padding:0 10px;}

.transition_05{
		-o-transition: all  0.5s;
		-ms-transition:all  0.5s;
		-moz-transition: all  0.5s;
		-webkit-transition: all  0.5s;
		transition:all 0.5s ;
}

.dropshadow{
	position:absolute;
	top:0;
	left:0;
	height:10px;
	width:100%;
	background: url('../images/drop_shadow.png') no-repeat 50% 0%;
	z-index:2000;
}

.transparent_70{
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	background: url('../images/transparent_70.png') repeat 0% 0%;
}
.transparent_fabric_70{
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	background: url('../images/transparent_fabric_70.png') repeat 0% 0%;
}

.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img{
	width:auto;
}

.img-zoom{-webkit-transition: all .2s ease-in-out;}
.transition {
			-webkit-transform: scale(1.2); 
			-moz-transform: scale(1.2);
			-o-transform: scale(1.2);
			transform: scale(1.2);
		}

/* FORM VALIDATION */

/* ERROR STATES */
.error_messagebox{
	height:auto;
	border:1px solid #cc6666;
	background:#fff;
	padding:10px;
	color:#464646;
	font-size:17px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
/*
.error_message{
	position:absolute;
	top:-60px;
	left:0;
	padding:8px 15px;
	font-size:16px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background:#cc6666;
	border:1px solid #6a1111;
	color:#fff;
}
*/
.error_message {
	position:absolute;
	top:-60px;
	left:0;
	background: #cc6666;
	border: 1px solid #6a1111;
	padding:8px 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color:#fff;
	font-size:16px;
}
.error_message:after, .error_message:before {
	top: 20px;
	left: -20px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.error_message:after {
	border-color: rgba(204, 102, 102, 0);
	border-right-color: #cc6666;
	border-width: 10px;
	margin-top: -10px;
}
.error_message:before {
	border-color: rgba(106, 17, 17, 0);
	border-right-color: #6a1111;
	border-width: 11px;
	margin-top: -11px;
	left: -22px;
}
	.error_message .error_arrow{
		display:none;
		position:absolute;
		bottom:-9px;
		left:15px;
		width:16px;
		height:11px;
		background: url('../images/error_arrow.png') no-repeat 0% 0%;
	}

.has-error .form-control, .has-error input,  .has-error select,  .has-error textarea{border-color:#cc6666 !important;}
.has-focus .form-control,  .has-focus input,  .has-focus select,  .has-focus textarea{border-color:#fff !important;}



#backtotop{
	display:none;
	position:fixed;
	right:50px;
	bottom:50px;
	width:114px;
	height:114px;
	background: url('../images/icn_back_to_top.png') no-repeat 0% 0%;
	z-index:500;
}
#backtotop:hover{
	background: url('../images/icn_back_to_top.png') no-repeat 100% 0%;
	cursor:pointer;
}

/* HEADER */

#header{
	position:relative;
	height:130px;
}
#header #logo{
	float:left;
	width:230px;
	height:78px;
	padding:30px 0 0 0;
	overflow: hidden;
}
	#header #logo a{
		display:block;
		width:230px;
		height:48px;
		background: url('../images/header/demomedia_logo.svg') no-repeat 0% 0%;
		background-size:100%;

		/*
		transition: background 0.8s ease-in;
		-webkit-transition: background 0.8s ease-in;
		-moz-transition: background 0.8s ease-in;
		-o-transition: background 0.8s ease-in; */
	}

#menu .normal-menu{display:block;}
#menu .mobile-menu{display:none;}
#menu{
	position:relative;
	width:100%;
	z-index:1000;
	border-color:transparent;
	background-color:#fff;
	height:130px;
}


	#menu .navbar-header{z-index:100; padding: 0 40px;

	}
	#menu .navbar-header.open{


	}
	#menu ul{
		margin-right:30px;
		padding-top:40px;
		float:right;
	}
	#menu ul li{
		margin-left: 0;
	}

		#menu ul.nav li a{
			font-size:16px;	
			font-weight:400;
			color:#393939;
			padding:12px 10px;
			text-transform:uppercase;
		}
		#menu ul.nav li a:hover, #menu ul li.current a{text-decoration:none; color:#007eff}
		#menu ul.nav li a:hover{background:none;}

		#menu ul li.register{
			float:right;
			margin-left:10px;
		}

		#menu ul li.register a.button{
			margin:0;
			padding: 12px 30px;
			color:#fff;
		}
		#menu ul li.register a.button:hover{background:#b25f4e;}


/* FOOTER */

.push {height: 450px;}
#footer{clear: both;height:340px;position: relative;background:#f0f0f0; padding: 30px 40px; color:#393939;text-transform:uppercase}

#footer .footer_left{
	padding-top:30px;
}
	#footer .logo{
		float:left;
		width:83px;
		height:54px;
		margin-right:30px;
	}
		#footer .logo a{
			display:block;
			width:83px;
			height:54px;
			background: url('../images/footer/logo_retina_footer.png') no-repeat 0% 0%;
			background-size:100%;
		}

#footer .footer_nav{
	float:left;
	padding-top: 5px;
}
	#footer .footer_nav ul{
		text-align:center;
		width:100%;
		float:none;
		margin:0 auto;
		position:relative;
	}
		#footer .footer_nav ul li{
			display:block;
			zoom:1;
			float:none;
			text-align: left;
		}
			#footer .footer_nav ul li a{
				font-size:16px;	
				font-weight:400;
				color:#363636;
				padding:10px;
			}
				#footer .footer_nav ul li a:hover, #footer .footer_nav ul li.current a{	color:#78a6c3; background-color:transparent}
				#footer .footer_nav ul li a:hover{text-decoration:none;}

#footer .footer_right .pinicon{
	float:right;
	display:block;
	width:22px;
	height:35px;
	background: url('../images/footer/pinicon.png') no-repeat 0% 0%;
}	

#footer .footer_right .address {	clear:both;line-height:34px; text-align:right;font-size: 16px;}

#footer_other{
	background:#f0f0f0;
	padding:0 40px 60px 40px;
	text-transform:uppercase;
	position: relative;
	height: 100px;
}
	#footer_other a{ color:#000}

	#footer_other .footer_copy{
		position:relative;
		float:left;
		width:auto;
		padding-left: 123px;
		font-size:12px;
		line-height:40px;
	}
#footer_other  .footer_icon_holder {
	position:relative;
	float:right;
	width:auto;
	height:32px;
	padding:5px 0;
}
	#footer_other .footer_icon_holder .icon_holder{
		position:relative;
		float:left;
		width:32px;
		height:32px;
		margin-left:15px;
	}
		#footer_other .footer_icon_holder .icon_holder a{
			display:block;
			width:32px;
			height:32px;
			background-size: 64px 32px;
			background-repeat:no-repeat;
		}
			#footer_other .footer_icon_holder .icon_holder a:hover{background-position:100% 0;}

#footer_other .footer_icon_holder .flickr_icon a{background-image: url(../images/footer/icn_retina_flickr.png);}
#footer_other .footer_icon_holder .twitter_icon a{background-image: url(../images/footer/icn_retina_twitter.png);}
#footer_other .footer_icon_holder .facebook_icon a{background-image: url(../images/footer/icn_retina_facebook.png);}
#footer_other .footer_icon_holder .linkedin_icon a{background-image: url(../images/footer/icn_retina_linkedin.png);}
#footer_other .footer_icon_holder .instagram_icon a{background-image: url(../images/footer/icn_retina_instagram.png);}

/*SINGLE POSTS - STANDARD */

.topstrip-header{
	height:240px;
	background:#333;
	padding:45px 0;
	font-size:37px;
	color:#c7c7c7;
}
	.topstrip-header h1{
		font-size:60px;
		text-transform:uppercase;
	}


/* HOME  */

	#home-hbg{
		overflow:hidden;
		/*height:800px;*/
		height:auto;
		background-size:100%; 
		background-repeat:no-repeat;
		padding:0;
	}
		#home-hbg .moving-bg{
			/*overflow:hidden;
			height:800px;*/
			position:absolute;
			width:100%;
			height:100%;
			background-size:100%; 
			background-repeat:no-repeat;
			padding-top: 15%;
			padding-bottom: 15%;
		}


		#home-hbg .container{
			/*padding-top: 80px;
			padding-bottom: 80px;*/
			height:auto;
			z-index: 100;
			padding-top: 15%;
			padding-bottom: 15%;
		}
	#home-hbg .backimg{
		display:none;
		position:absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
	}
		#home-hbg .backimg img{
			display:none;
			position: absolute;
			top: 0;
			left: 0;
			width:100%;
		}
	#home-hbg h1{font-size:50px;font-weight:300;}
	#home-hbg h2{font-size:50px;font-weight:600;}
		#home-hbg.white  h1, #home-hbg.white h2{	color:#fff;}
		#home-hbg.black h1, #home-hbg.black h2{color:#000;}

	#home-casestudy{
		overflow:hidden;
		height:350px;
		background:#fff;
		padding: 30px 0;
	}
	#home-casestudy h1{
		font-size:40px;
		color:#000;
		font-weight:300;
		text-align:center;
		padding: 10px 0;
	}
	#home-casestudy h1 span{font-weight:600;	}
	#home-casestudy a.button{color:#868686;border:2px solid #868686; padding:12px 40px}		
	#home-casestudy a.button:hover{color:#706d6d;border:2px solid #706d6d; padding:12px 60px}

#home-lastestblog{height:450px;color: #acacac;}
#home-lastestblog .halfwidth{height: 100%;}

	#home-lastestblog .left_section img{
		float:right;
		width: 100%;
		min-height:450px;
		min-width: 600px;
	}
	#home-lastestblog .right_section{
		background:#282828;
		padding:40px;
		font-weight:300;
	}
		#home-lastestblog .right_section .blog_title{
			font-size:25px;
			color:#fff;
			padding-bottom:20px;
			text-transform:uppercase;
		}

		#home-lastestblog .right_section h1{
			font-size:40px;
			color:#fff;
			font-weight:600;
			padding:10px 0;
		}
		#home-lastestblog .right_section .date{
			font-size:17px;
			text-transform:uppercase;
			color:#fff;
			padding-bottom:40px;
		}
		#home-lastestblog .right_section a.link{
			font-size:17px;
			color:#fff;
			padding:20px 0;
			display: block;
			text-transform:uppercase;
		}
		#home-lastestblog .right_section a.link:hover{
			text-decoration:underline !important;
		}

		#home-lastestblog .right_section h1 a{color:#fff;}
		#home-lastestblog .right_section.news h1 a:hover{color:#72a9de;}
		#home-lastestblog .right_section.work h1 a:hover{color:#f1814b;}
		#home-lastestblog .right_section.play h1 a:hover{color:#ed4e7b;}
		#home-lastestblog .right_section.labs h1 a:hover{color:#f5d12a;}

		#home-lastestblog .right_section p{line-height:30px;letter-spacing: -0.02em;}
		

/* BLOG LIST  */

#blog-list-top {height:500px; overflow:hidden;background-size: 100%; background-repeat:no-repeat}
	#blog-list-top .container{
		z-index:500;
		text-align:center;
		padding-top:40px;
		padding-bottom:40px;
	}

	#blog-list-top .backimg{
		display:none;
		position: absolute;
		height: 100%;
		width: 100%;
		top: 0;
		left: 0;
	}
	#blog-list-top img{
		position: relative;
		width:100%;
		z-index:300;
	}
	#blog-list-top .transparent_fabric_70{
		z-index:400;
	}

	#blog-list-top .cat_type{
		background:#72a9de;
		color:#fff;
		font-size:24px;
		text-transform:uppercase;
		display: inline-block;
		padding:5px 30px;
		margin:20px 0;
		font-weight:600;
	}
	#blog-list-top.news .cat_type{background:#72a9de;}
	#blog-list-top.work .cat_type{background:#f1814b;}
	#blog-list-top.play .cat_type{background:#ed4e7b;}
	#blog-list-top.labs .cat_type{background:#f5d12a;}



	#blog-list-top h1.blog_title{
	text-transform:uppercase;
	}
	#blog-list-top h1{
	font-size:60px;
	padding:15px 0;
	}
		#blog-list-top h1 a{color:#fff;}

			#blog-list-top.news h1 a:hover{color:#72a9de;}
			#blog-list-top.work h1 a:hover{color:#f1814b;}
			#blog-list-top.play h1 a:hover{color:#ed4e7b;}
			#blog-list-top.labs h1 a:hover{color:#f5d12a;}

		#blog-list-top time{
		color:#d4d4d4;
		font-weight:600;
		font-size:26px;
		padding:15px 0;
		}

#blog-list-rest{
	padding-top:30px;
	padding-bottom:30px;
}

#blog-list-rest .blog_title{
	font-size:49px;
	font-weight:700;
	text-align:center;
	padding: 20px 0 50px 0;
}

	#blog-list-rest .blog-each{
		height:650px;
		border-bottom:2px solid #c8c8c8;
		margin-bottom:40px;
		font-size:20px;
	}

		#blog-list-rest .blog-each .image{
			height:auto;
			max-height:175px;
			overflow:hidden;
		}
		#blog-list-rest .blog-each .image img{
			width:100%;
		}

		#blog-list-rest .blog-each .image .overlay_image{
			position:absolute;
			top:0;
			left:0;
			width:100%;
			height:100%;
			background: url(../images/transparent_0.png) repeat 0% 0%;
			z-index: 100;
		}

		#blog-list-rest .blog-each time{
			font-size:18px;
			color:#888;
			padding:15px 0;
			display: block;
			font-weight:600;
		}
		#blog-list-rest .blog-each .cat_type{
			background:#72a9de;
			color:#fff;
			font-size:20px;
			text-transform:uppercase;
			display: inline-block;
			padding:5px 30px;
			margin:20px 0 0 0;
			font-weight:600;
		}
		#blog-list-rest .blog-each.news .cat_type{background:#72a9de;}
		#blog-list-rest .blog-each.work .cat_type{background:#f1814b;}
		#blog-list-rest .blog-each.play .cat_type{background:#ed4e7b;}
		#blog-list-rest .blog-each.labs .cat_type{background:#f5d12a;}

		#blog-list-rest .blog-each h1{
			font-size:30px;
			padding-bottom:10px;
			min-height: 130px;
		}
		#blog-list-rest .blog-each h1 a{
			color:#333;
		}
		#blog-list-rest .blog-each.news h1 a:hover{color:#72a9de;}
		#blog-list-rest .blog-each.work h1 a:hover{color:#f1814b;}
		#blog-list-rest .blog-each.play h1 a:hover{color:#ed4e7b;}
		#blog-list-rest .blog-each.labs h1 a:hover{color:#f5d12a;}

/* BLOG SINGLE */	
		
.blog-single #blog-single-image {
height:auto;
background-size:100%; 
background-repeat:no-repeat;
padding: 10% 0 10% 0;
}
.blog-single #blog-single-image .container{
	height:200px;
}
	.blog-single #blog-single-image .backimg{
		display:none;
		position:relative;
		height:auto;
		width:auto;
	}

	.blog-single #blog-single-image img{
		display:none;
		position: relative;
		min-height: 455px;
		min-width: 780px;
		width:100%;
		z-index:300;
	}

.blog-single #blog-single-share{
	height:auto;
	overflow:visible;
	z-index: 300;
}

.blog-single #blog-single-share .tag_holder{
	float:left;
}
	.blog-single #blog-single-share .tag_holder .cat_type{
		position:absolute;
		top:-20px;
		left:0;
		height:60px;
		width:auto;
		line-height:60px;
		text-transform:uppercase;
		color:#fff;
		padding:0 30px;
		background:#f1814b;
		font-weight: 600;
	}
		.blog-single #blog-single-share .tag_holder .cat_type.news{background:#72a9de;}
		.blog-single #blog-single-share .tag_holder .cat_type.work{background:#f1814b;}
		.blog-single #blog-single-share .tag_holder .cat_type.play{background:#ed4e7b;}
		.blog-single #blog-single-share .tag_holder .cat_type.labs{background:#f5d12a;}

.blog-single #blog-single-share .entry_share{
	float:right;
	width:auto;
}
.blog-single #blog-single-share .entry_share .share_button{
		float:right;
		height:40px;
		width:auto;
		padding-right:10px;
		padding-top: 20px;
	}
		.blog-single #blog-single-share .entry_share .share_button a{
			width:70px;
			height:20px;
			display:inline-block;
			float: left;
		}
		.blog-single #blog-single-share .entry_share .share_button span{
			float: left;
			width:44px;
			font-size:11px;
			height:20px;
			line-height:20px;
			display:inline-block;
			text-align:center;
			background: url(../images/social/share_count.png) no-repeat 0 0;
		}

		.blog-single #blog-single-share .entry_share .share_button.share_fb a{
			background: url(../images/social/share_fb.jpg) no-repeat 0 0;
		}
		.blog-single #blog-single-share .entry_share .share_button.share_tw a{
			background: url(../images/social/share_twitter.jpg) no-repeat 0 0;
		}
		.blog-single #blog-single-share .entry_share .share_button.share_google a{
			background: url(../images/social/share_google.jpg) no-repeat 0 0;
		}
		.blog-single #blog-single-share .entry_share .share_button.share_linkedlin a{
			background: url(../images/social/share_link.jpg) no-repeat 0 0;
		}
		.blog-single #blog-single-share .entry_share .share_button a:hover{
			background-position:100% 0;
		}

.blog-single #entry-author-info{
	float:left;
	padding:20px 0;
}

.blog-single #entry-author-info #author-avatar{
	position:relative;
	float:left;
	width:75px;
	height:75px;
	margin-right:20px;
}
	.blog-single #entry-author-info #author-avatar img{
		width:100%;
	}

	.blog-single #entry-author-info .author_info{
		position:relative;
		float:left;
		padding-top:20px;
	}
		.blog-single #entry-author-info .author_info h1,.blog-single #entry-author-info .author_info h2{
			text-transform:uppercase;
			font-weight:700;
			padding:0;
		}

		.blog-single #entry-author-info .author_info h1{
			font-size:25px;
			color:#000;
		}
		
		.blog-single #entry-author-info .author_info h2{
			font-size:17px;
			color:#a3a3a3;
		}
.blog-single #blog-single-title h1.title{
	font-size:45px;
	color:#000;
	text-transform:uppercase;
	font-weight:700;
}



.blog-single .container h1.title{
	font-size:65px;
	color:#000;
	text-transform:uppercase;
	font-weight:700;
	padding:40px 0 10px 0;
}
.blog-single .container time{
	font-size:26px;
	color:#999;
	text-transform:uppercase;
	padding:10px 0;
}

	.blog-single h1{
		font-size:38px;
		color:#72a9de;
		text-transform:uppercase;
		font-weight:200;
		line-height:120%;
		padding:30px 0;
	}

	.blog-single h2{
		font-size:31px;
		color:#333;
		font-weight:700;
		padding:30px 0;
		line-height:110%;
	}


.blog-single #entry-content{
	clear:both;
	padding:0 0 30px 0;
}

.blog-single #entry-content img{
	max-width:100%;
	height:auto;
}

.blog-single #entry-tags{
	border-top:1px solid #c3c3c3;
	padding:30px 0;
	height: 100px;
	width:100%;
	float: left;
}
	.blog-single #entry-tags .entry_tag_icon {
		position:relative;
		float:left;
		height:37px;
		width:40px;
		margin-right:20px;
		background: url(../images/icn_tag.png) no-repeat 0 0;
	}
	.blog-single #entry-tags .entry_tag {
		position:relative;
		height:37px;
		width:auto;
	}
		.blog-single #entry-tags .each_tag {
			display:inline-block;
			color:#000;
			line-height:37px;
		}
		.blog-single #entry-tags .each_tag:hover {
			color:#007eff;
		}
.blog-single #blog-single-comment-holder{background:#323232; padding:20px 0; color:#fff}


.blog-single.cs-single #blog-single-share  .container .entry_share{float:none;display: inline-block;}

.blog-single .casestudy_block{
	float: left;
	width: 100%;
	color:#333; 
	padding:50px 0;
}
	.blog-single .casestudy_block.scroll-background {
		background-repeat: repeat-x !important;
	}

	.blog-single .casestudy_block img{margin:0 auto;max-width:100%;height:auto;}
	.blog-single .casestudy_block.darkbg{background:#333; color:#ccc;}
	
	
	.blog-single .casestudy_block h1, .blog-single .casestudy_block h2,
	.blog-single .casestudy_block h3, .blog-single .casestudy_block h4  {
		color: #000;
		text-transform: none;
	}

	.blog-single .casestudy_block.darkbg h1, .blog-single .casestudy_block.darkbg h2,
	.blog-single .casestudy_block.darkbg h3, .blog-single .casestudy_block.darkbg h4 {
		color: #ccc;
	}

	.blog-single.cs-single .container h1{		
		font-weight:300;
		font-size:32px;
		color:#333;
		text-transform: none;
	}

	.blog-single .casestudy_block h1{		
		font-weight:300;
		font-size:36px;
	}
	.blog-single .casestudy_block h2{		
		font-weight:700;
		font-size:36px;
	}	
	.blog-single .casestudy_block h3{		
		font-weight:300;
		font-size:25px;
	}	
	.blog-single .casestudy_block h4{		
		font-weight:300;
		font-size:20px;
		text-transform:uppercase;
	}	
	.blog-single .casestudy_block .blog_title{
		color:#000; 
		font-weight:300;
		font-size:39px;
		padding:30px 0;
		text-align:center;
		text-transform:uppercase;
	}
	.blog-single .casestudy_block.darkbg .blog_title{color:#fff; }


	.blog-single .casestudy_block .content{
		clear:both;
	}
	.blog-single.cs-single .container_normal.darkbg h1 {
		font-weight: 200;
		font-size: 36px;
		color: #acacac;

	}
	.blog-single .casestudy_block .col-md-11 blockquote{
		width:120%;
		margin: 20px 0px 20px -10%;
		color:#333;
		border-top: 1px solid #333;
		border-bottom: 1px solid #333;
	}

	.blog-single .casestudy_block.blockquote_turquoise .col-md-11 blockquote{
		width:130%;
		margin:0px 0px 0px -15%;
		color:#2ca1ac;
		font-size:30px;
		font-style: italic;
		font-weight: 300;
		text-transform:none;
		border-top: 0px solid #333;
		border-bottom: 0px solid #333;
	}


.blog-single .container_wide{height: 100%;  padding:0;}
	.blog-single .container_wide .halfwidth{height: 100%;overflow: hidden;}

		.blog-single .container_wide .left_section img{
			float:right;
			width: 100%;
			min-height:450px;
			min-width: 600px;
			padding:0;
		}
		.blog-single .container_wide .right_section{
			padding: 30px 40px;
			font-weight:300;
		}				
			.blog-single .container_wide .right_section .blog_title{text-align:left;padding:0;}
			.blog-single .container_wide .right_section p{line-height:30px;letter-spacing: -0.02em;}

.blog-single .casestudy_block.container_icon_block{
	padding: 0 0 50px 0;
}
.blog-single .casestudy_block.container_icon_block .halfwidth{
	height:320px;
	text-align:center;
	border-top:1px solid #3b78b7;
}
	.blog-single .casestudy_block.container_icon_block .halfwidth.first{
		border-top:0px solid #3b78b7;
	}
	.blog-single .casestudy_block.container_icon_block .halfwidth.left{
		border-right:1px solid #3b78b7;
	}
	.blog-single .casestudy_block.container_icon_block .halfwidth p{
		padding: 5px 8%;
		font-size:18px;
	}
		.blog-single .casestudy_block.container_icon_block .halfwidth .subhalfwidth{
			padding:20px 0;
		}

.blog-single .casestudy_block.container_beforeafterimage{
	padding:0;
}


.blog-single .casestudy_block.container_beforeafterimage .beforeafter_mobile{
	display:none;
}



.blog-single .casestudy_block.container_beforeafterimage div.beforeafterHolder {
	width: 100vw; height: 74vw;
	max-width: 1040px; max-height:744px;
	/*overflow: hidden;*/
	margin: 0 auto;
}
.blog-single .casestudy_block.container_beforeafterimage div.beforeafterHolder figure {
	background-size: cover; 
	font-size: 0;
	position: relative;
	width: 100%;
	height: 100%; 
	margin: 0;


}
.blog-single .casestudy_block.container_beforeafterimage div.beforeafterHolder figure > img {
	position: relative; width: 100%;
}
.blog-single .casestudy_block.container_beforeafterimage div.beforeafterHolder figure .before_img {
	background-size: cover;
	position: absolute;
	width: 50%;
	bottom: 0; height: 100%;
	border-right:3px solid #b2ecff;
}

.blog-single .casestudy_block.container_beforeafterimage div.beforeafterHolder figure .before_img .clicker{
	position:absolute;
	top:50%;
	right:-19px;
	width: 38px;
	height: 38px; 
	background: url("../images/dragger_handle.png");
	cursor:pointer;
}
.blog-single .casestudy_block.container_beforeafterimage.psvita div.beforeafterHolder {
    width:87vw;
	height: 48vw;
    max-height: 573px;
}

/* SINGLE  */
.blog-single.page-single h1.title{
	font-size:45px;
	color:#000;
	font-weight: 700;
	padding: 60px 0 35px 0;
}
	.blog-single.page-single h1{
			font-size:70px;
			color:#72a9de;
			text-transform:uppercase;
			font-weight:200;
			line-height:100%;
			padding:25px 0;
		}

#single-casestudy-list{
	float: left;
	padding-bottom: 70px;
	width: 100%;
}
	#single-casestudy-list .halfwidth {
		height:570px;
		overflow:hidden;
	}
		#single-casestudy-list .halfwidth .image{
			position:relative;
			float: left;
			width: 100%;
			height:auto;
			z-index: 100;
			overflow:hidden;
		}
			#single-casestudy-list .halfwidth .image img{
				float:right;
				width: 100%;
			}
	#single-casestudy-list .halfwidth .halfwidth_content {
		margin:0 15px;
		width:auto;
		height: 100%;
	}
		#single-casestudy-list .halfwidth .content_holder {	
			background:#292929; 
			padding:20px;
			width:100%;
			height: 100%;
			color:#fff;
			font-size:20px;
		}

			#single-casestudy-list .halfwidth .content_holder h1{
				font-size:20px;
				font-weight:400;
				color:#fff;
				padding:20px 0 5px 0;
				display: inline-block;
			}
			#single-casestudy-list .halfwidth .content_holder h2{
				font-size:32px;
				font-weight:400;
				padding:5px 0;
				color:#72a9de;
				text-transform:uppercase;
			}
			#single-casestudy-list .halfwidth .content_holder .content{
				letter-spacing: -0.02em;
				line-height: 25px;
			}

			#single-casestudy-list .halfwidth .content_holder a.button{
				position:absolute;
				bottom:0;
				left:20px;
				border: 2px solid #fff;
				color:#fff;
			}

			#single-casestudy-list .halfwidth .content_holder a.button:hover{color:#c7c7c7;border: 2px solid #c7c7c7;}

#Bottom_Nav {
	clear:both;
	position:relative;
	float:left;
	width:100%;
}
	#Bottom_Nav .each_PreNex{
		clear:both;
		position:relative;
		float:left;
		width:100%;
		height:400px;
		text-align: center;
		padding:50px 0;
		overflow:hidden;
	}
	#Bottom_Nav .each_PreNex.halfwidth{
		clear: none;
		width:50%;
	}
	#Bottom_Nav .each_PreNex.halfwidth a{
		display:block;
		width:100%;
		height:100%;
	}

		#Bottom_Nav .each_PreNex.halfwidth .container{
			min-height: 250px;
			height: auto;
			width:100%;
			padding-top:35px;
			padding-left: 50px;
			padding-right: 50px;
			padding-bottom:35px
		}
		#Bottom_Nav .each_PreNex.halfwidth .container .top_heading {
			padding-bottom:0;
		}


		#Bottom_Nav .each_PreNex.halfwidth .container h1{
			font-size:39px;
			font-weight:300;
			text-transform:uppercase;
		}	
			#Bottom_Nav .each_PreNex.halfwidth a:hover .container h1 {
				color:#007eff;
				-o-transition: color 0.3s ease-in;
				-ms-transition: color 0.3s ease-in;
				-moz-transition: color 0.3s ease-in;
				-webkit-transition: color 0.3s ease-in;
				transition: color 0.3s ease-in;
				text-decoration: none !important;
			}

		#Bottom_Nav .each_PreNex.halfwidth .container .content{
			font-size:20px;
			color:#fff;
			font-weight:500;
		}


#Bottom_Nav .each_PreNex .container{z-index:500;}
#Bottom_Nav .each_PreNex .top_heading {
	font-size:19px;
	font-weight:600;
	color:#fff;
	text-transform:uppercase;
	padding-bottom: 40px;
}

#Bottom_Nav .each_PreNex h1{font-size:50px; padding:10px 0;text-transform:none}
#Bottom_Nav .each_PreNex h1 a{font-size:50px; font-weight:700;color:#fff;}

	#Bottom_Nav .each_PreNex.news h1 a:hover{color:#72a9de;}
	#Bottom_Nav .each_PreNex.work h1 a:hover{color:#f1814b;}
	#Bottom_Nav .each_PreNex.play h1 a:hover{color:#ed4e7b;}
	#Bottom_Nav .each_PreNex.labs h1 a:hover{color:#f5d12a;}

#Bottom_Nav .each_PreNex time{padding:10px 0;font-size:26px;font-weight:600;color:#a7a7a7;display: block;}
#Bottom_Nav .each_PreNex img {position:absolute; top:0; left:0;width:100%;min-height:400px;z-index: 300;}
#Bottom_Nav .each_PreNex .overlay_select{position:absolute; top:0; left:0;width:100%;min-height:400px;z-index: 400;background: url(../images/transparent_70.png) repeat 0 0;}
	#Bottom_Nav .each_PreNex .cat_type{
		font-size: 24px;
		text-transform: uppercase;
		display: inline-block;
		padding: 5px 30px;
		margin: 20px 0;
		font-weight: 600;
		color:#fff;
		background:#f1814b;
	}
		#Bottom_Nav .each_PreNex.news .cat_type{background:#72a9de;}
		#Bottom_Nav .each_PreNex.work .cat_type{background:#f1814b;}
		#Bottom_Nav .each_PreNex.play .cat_type{background:#ed4e7b;}
		#Bottom_Nav .each_PreNex.labs .cat_type{background:#f5d12a;}






/* PAGINATION */

.navigation{ height:150px;text-align: center;}

.pagination_holder{
	clear:both;
	padding-top:3px;
	height:auto;
}

.wp-paginate {position:relative;padding:0; margin:0 auto; height:auto;display: inline-block;width: auto;}
	.wp-paginate li {position:relative; float:left;height:60px; width:60px;display:inline; list-style:none;margin-right:4px; }
	.wp-paginate li:first-child{display:none;}
	.wp-paginate li.prev-parent{margin-right: 60px;}

.wp-paginate li a {}
.wp-paginate a {
				background: #fff !Important; 
				border:2px solid #727272 !important; 
				color:#727272 !important; 
				padding:0 !important; 
				text-align:center; 
				text-decoration:none;
				font-size:30px;
				position:relative;
				float:left;
				height: 100%;
				width: 100%;
				line-height:60px;
				}
.wp-paginate a:hover, .wp-paginate a:active {background: #ddd !Important; color:#fff;}
.wp-paginate .title {color:#555; margin-right:4px;}
.wp-paginate .gap {color:#999; margin-right:4px;}
.wp-paginate .current {
	color:#fff; 
	background:#72a9de !important; 
	border:1px solid #72a9de !important;
	margin-right:4px;
	padding:0 !important; 
	position:relative;
	float:left;
	text-align:center; 
	text-decoration:none;
	font-size:30px;
	height: 100%;
	width: 100%;
	line-height:60px;
}
.wp-paginate .page {}

.wp-paginate a.prev {margin-right: 60px;}
.wp-paginate a.prev:hover {background-position:100% 0% !important;}

.wp-paginate a.next{margin-left: 60px;}
.wp-paginate a.next:hover {background-position:100% 0% !important;}

.mobile-pagination{
	display:none;
	width:100%;
	text-align: center;
	margin: 0 auto;
	height: 50px;
}
	.mobile-pagination select{
		width:300px;
		border:1px solid #727272;
	}

/* CASE STUDIES */

#casestudy-list .halfwidth {
	padding:60px 40px;
	height:500px;
	overflow:hidden;
}

#casestudy-list .halfwidth.black h1, #casestudy-list .halfwidth.black h2, #casestudy-list .halfwidth.black a.button {color:#000;}
#casestudy-list .halfwidth.white h1, #casestudy-list .halfwidth.white h2, #casestudy-list .halfwidth.white a.button {color:#fff;}
#casestudy-list .halfwidth.black a.button{border: 2px solid #000;}
#casestudy-list .halfwidth.white a.button{border: 2px solid #fff;}
#casestudy-list .halfwidth.white a.button:hover{color:#469cfb;border: 2px solid #469cfb;}
#casestudy-list .halfwidth.black a.button:hover{color:#469cfb;border: 2px solid #469cfb;}

	#casestudy-list .halfwidth .content{z-index: 200;}
		#casestudy-list .halfwidth .content h1{
			font-size:30px;
			font-weight:200;
		}
			#casestudy-list .halfwidth .content h2{
				font-size:50px;
				font-weight:600;
				max-width: 70%;
				min-height:130px;
				line-height: 46px;
				padding:20px 0;
			}
	#casestudy-list .halfwidth .transparent_70{
		display:none;
		z-index:150;
	}

	#casestudy-list .halfwidth .image{
		position:absolute;
		top:0;
		left:0;
		width: 100%;
		height:100%;
		z-index: 100;
	}
		#casestudy-list .halfwidth .image img{
			float:right;
			width: 100%;
			min-height:500px;
			min-width: 700px;
		}

/* SOCIAL */

#twitter-icon{
	position:absolute;
	top:-27px;
	height:48px;
	width:100%;
	background:url('../images/social/twitter_icon.png') no-repeat 50% 50%;
	z-index:99;
}

#twitter-list{background:#00aced;min-height: 400px;height: auto;}

	#twitter-list a.button{
		color:#fff;
		border: 2px solid #fff;
		margin:40px 0;

	}
	#twitter-list a.button:hover{
		color:#fff;
		border: 2px solid #fff;
		padding:12px 50px;
	}
	#twitter-list .twitterbox {}
	#twitter-list .twitterbox .date {
		color:#0d6384;
		font-size:14px;
		padding:5px 0;
		text-transform:uppercase;
		font-weight:600

	}
	#twitter-list .twitterbox .text {
		color:#fff;
		font-size:18px;
		padding:10px 0;
	}
	#twitter-list .twitterbox a {color:#00f0ff;}

	#twitter-list .twitterbox.twittermain {display:none;padding:50px 0;	border-bottom: 1px solid #0e90c1}
		#twitter-list .twitterbox.twittermain .date {font-size:19px;}
		#twitter-list .twitterbox.twittermain .text {font-size:40px;line-height: 46px;}
	#twitter-list .twitterbottom{margin-top:30px;}

	#twitter-list .twitterbottom .twittereach{
		display:none;
		padding: 0 10px 30px 10px;
		border-right: 1px solid #0e90c1;
		font-weight:600;
		border-bottom: 1px solid #0e90c1;
		min-height:230px;
	}
		#twitter-list .twitterbottom .twittereach.last{
			border-right: 0px solid #0e90c1;
		}

	#instagram-list{background:#333;height: auto;}

	#instagram-list .instagrambox{
		float:left;
		height:auto;
		width:100%;
	}
		#instagram-list .instagrambox .social_instagram img{width:100%;}

	#instagram-list .instagramfollow{clear:both;}

	#instagram-list a.button{
		color:#fff;
		border: 2px solid #fff;
		margin:40px 0;
	}
		#instagram-list a.button:hover{
			color:#fff;
			border: 2px solid #fff;
			padding:12px 50px;
		}



/* Contact Us */

#contact-top {height:600px; overflow:hidden;}
	#contact-top .container{
		z-index:500;
		text-align:center;
		padding-top:40px;
		padding-bottom:40px;
	}
	#contact-top .container .content{padding:20px 0;}

	#contact-top img{
		position: absolute;
		top: 0;
		left: 0;
		min-height: 600px;
		width:100%;
		z-index:300;
	}

	#contact-top h1.blog_title{
		font-size:60px;
		font-weight: 700;
		padding:15px 0;
		text-transform:uppercase;
	}
	#contact-top h1{
		font-size:37px;
		font-weight: 300;
	}
	#contact-top h2{
		font-size:40px;
		font-weight: 600;
		color:#72a9de;
	}

	#contact-top .halfwidth{padding: 30px 0;}
		#contact-top .halfwidth.borderright{border-right:1px solid #b8babb;	}
		#contact-top .halfwidth h1{font-size:45px;font-weight: 600;}
		#contact-top .halfwidth h2{font-size:30px;font-weight: 300;}

#contact-map .blog_title {
	color:#000;
	padding:30px 0;
}

#contact-map #google_map_holder {
	position: relative;
	width: 100%;
	height: 500px;
	z-index: 101;
	padding:2px;
	border: 1px solid #ddd;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;

}

#contact-map #google_map {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 101;
}

#contact-map .address{
	color:#333;
	font-size:33px;
	padding:40px 0;
	line-height:50px;
	font-weight: 600;
}
	#contact-map .address a{
	display:inline-block;
	color:#72a9de;
	font-size:30px;
	font-weight: 400;
}

#jobs-summary{
	background:#292929;
	padding:30px 0;
}

#jobs-summary .halfwidth{
	padding:60px 0;
}


	#jobs-summary .halfwidth-holder{
		padding: 0 10px 0 50px;
		float: left;
	}

	#jobs-summary .halfwidth-holder.borderright {
		border-right: 1px solid #b8babb;
	}

	#jobs-summary .halfwidth-holder h1{
		font-size:34px;
		font-weight:700;
	}

	#jobs-summary .halfwidth-holder .salary{
		font-size:21px;
		font-weight:600;
		color:#aaa;
	}

	#jobs-summary .halfwidth-holder .content{
		color:#fff;
		padding:40px 0;
		    font-size: 19px;
	}

	#jobs-summary .halfwidth-holder .jobbutton{

		clear: both;
		float: left;
		display: block;
		margin: 20px 0;
		color:#fff;
		font-size:22px;
		line-height:22px;
		font-weight:700;
		text-transform:uppercase;
		text-align:center;
		background:#72a9de;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		padding:20px;
	}

	#jobs-summary .halfwidth-holder .jobbutton:hover{
		background:#628eb9;
	}
/* ALL FORMS */

		form input[type=text],form input[type=email], form textarea {
			font-weight: 400;
			background: none;
			border: none;
			background-color: #323232;
			border-radius: 3px;
			font-size:20px;
			color: #fff;
		}
		form input[type=text], form input[type=email] {
			width: 100%;
			height: 22px;
			padding: 5px 15px;
		}

		form textarea {
			width: 100%;
			height: 80px;
			resize: none;
		}
		form input[type=submit] {
			position: absolute;
			right: 0;
			bottom: 0;
			width: 70px;
			height: 31px;
			padding:0 30px;
			background-repeat: no-repeat;
			border: 0;
		}
		form input[type=submit]:hover {
			background-position: 100% 0%;
			cursor: pointer;
		}
		
		form .wpcf7-response-output{
			clear:both;
			position:absolute;
			bottom:-40px;
			left:0px;
			max-width:700px;
			width:100%;
			margin:0px !important;
			padding:0px !important;
			color:#fff;
		}
		form .wpcf7-validation-errors{
			margin:0 !important;
			border:none !important;
		}
		
		form .ajax-loader{
			display:none;
		}
		form span.wpcf7-not-valid-tip{
			display:none;
			top:-10px;
			left:0px;
			padding:5px 10px;
			height:22px;
			width:245px;
		}
	
		form .wpcf7-mail-sent-ok{
			border:none;	
		}


#contact-form{
	background:#505050;
	padding:30px 0;
}
			
			#contact-form form {
				width: 100%;
				margin-top: 30px;
			}

			#contact-form form p{ margin:0;}
			#contact-form .title{ color:#c0bfc0;}

				#contact-form form label {
					float: left;
					display: block;
					width: 280px;
					color: #000;
					font-size: 16px;
					padding: 15px 0;
					text-transform:uppercase;
				}
				#contact-form form input[type=text], #contact-form form input[type=email] {
					width: 100%;
					height: 66px; 
					padding: 0 15px;
				}
				#contact-form form textarea {
					width: 100%;
					height: 136px; 
					padding: 10px 15px;
				}
				#contact-form form input[type=submit] {
					position:relative;
					float: right;
					width: 144px;
					height: 55px;
					line-height: 55px;
					background: none;
					border: none;
					background-color: #72a9de;
					border-radius: 3px;
					font-size: 22px;
					color: white;
					text-transform:uppercase;
					font-family: "proxima-nova-n7","proxima-nova",sans-serif;
					font-weight: 700;
					margin: 0 auto;
					text-align:center;
				}
					#contact-form form input[type=submit]:hover {
						cursor: pointer;
					}
/* OTHER PAGES - SITEMAP / PRIVACY */


.other-pages .container{
	padding-bottom:80px;
}
.other-pages h1{
	font-size: 65px;
	color: #000;
	font-weight: 700;
	padding: 30px 0 35px 0;
	text-transform:uppercase;
}
.other-pages h2{
	font-size: 24px;
	color: #000;
	font-weight: 400;
	text-transform:uppercase;
}
.other-pages a{color: #000;}
.other-pages a:hover{color: #5ea2cc;}

.other-pages ul.pagelist{padding-top:30px;}
	.other-pages ul.pagelist li{line-height: 40px;}
	.other-pages ul.pagelist li.gap{height: 30px;}

.other-pages ul > ul {
    list-style-type: none;
	margin-left: 30px;
}
	.other-pages ul > ul > li:before {
		content: "-"; /* en dash here */
		position: absolute;
		margin-left: -1.1em; 
	}
/* SITEMAP */
#sitemap .entry-content p{
	color:#72a9de;
	text-transform:uppercase;
}

/* PRIVACY */

#page-privacy{}


/* 404 */

#error404-header{
	height:330px;
	padding:30px 0;
}
#error404-header h1{
	font-size:100px;
	padding:30px 0;
}
#error404-robotcop{padding-top:30px;}
#error404-robotcop h1{font-size:70px;color:#333;padding:20px 0;}

.error404-text-holder{height:auto;}
	.error404-text-holder .error404-text-inner{
		margin: auto;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		width:90%;
		height: auto;
		font-size:22px;
		font-weight:600;
		padding-top: 30px;
		padding-bottom:30px;

	}
.cop-img{float:left}
.cop-text{float:right}


/* parallax */



div.image-fadescroll {
	overflow: hidden;
	margin: 0 auto;
	width: 100%;
	min-height: 500px;
	text-align: center;
}
div.image-fadescroll img {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}
/*
div.image-fadescroll img.active {
	display: block;
	position:relative;
	margin:0 auto;
	text-align:center;
}
*/

div.image-fadescroll img:first-child {
	display: block;
}


/*
div.image-fadescroll{position:relative;min-height: 500px;	margin: 0 auto;
	width: 100%;}
div.image-fadescroll img{position:absolute;z-index:1;top:50%;left:50%}
div.image-fadescroll img.active{z-index:3}
*/