@charset "UTF-8";
/* CSS Document */
body{
	
	
}
.container > h1{
	margin-bottom:30px;
}
#case-studies .case-study-item{
	background:#fff;
	margin-bottom:20px;
	}



.case-study-item a{
	height:100%;
	background:#ff0;
}
.case-study-item img{
	/*height:270px;*/
}

.case-study-item h2, .case-study-item h3 {
	display: inline;
	font-weight:normal;
}
.case-study-item h2 {
	margin-left: 10px;
	color:#ccc;
	text-transform:uppercase;
}
.case-study-item .description{
	padding:10px;
}
@media (min-width: 320px) and (max-width: 767px) {
	.case-study-item{
		height:auto !important;
	}
}


.portfolio-item{
	background:#fff;
	margin-bottom:20px;
	
}
.portfolio-item .title{
	padding:10px;
}

#clients{
	background:#fff;
	border-radius:0 20px 20px 0 ;
}
#clients .row{
	/* Remove -20px margin on .row (bootstrap.css @ line 266) */
	margin:0;
	padding:0;
}

#client-list{
	padding-top: 40px;
    padding-bottom: 40px;
	position:relative;
	overflow:hidden;
}
.client-item{
	background:#fff;
	padding:0;
	margin:0;
}
.client-item-details {
	display:none;
}
.client-item-projects {
	display:none;
}
.popover-content{
	-webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  	position:relative;
	height:100%;
}
#client-popover{
	display:none;
	width:0%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	background:#fff;
	border-radius:0 20px 20px 0 ;
	overflow:hidden;
	padding-top:10px;
	/* Enable CSS Hardward Acceleration */
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.client-popover{
	
}
.popover-content .span1{
	position:relative;
	height:100%;
	
}
.popover-content .span10{
	
/*padding-top:150px;*/
	position:relative;
	top:25%;
}
.popover-image{
	margin-top:14px;
}
@media (min-width: 975px) and (max-width: 1366px) {
	.popover-content .span10{
	
padding-top:150px;
position:relative;
top:0;
}

}

@media (min-width: 767px) and (max-width: 974px) {
	.popover-content .span10{
	
padding-top:50px;
position:relative;
top:0;
}


}
@media (min-width: 320px) and (max-width: 974px) {
	.img-wrapper{
	text-align:center;
	
}
.active .img-wrapper{
	border-top:1px solid #dedede;
}
	.img-wrapper img{
	text-align:center;
}
.button{
	text-transform:uppercase;
	color:#fff;
	background:#000;
	margin-top:5px;
	border-radius:0 0 10px  0;
	display:block;
	width:100%;

	
	
}
	
}
@media (min-width: 320px) and (max-width: 767px) {

.client-item .active{
	
}
.client-item-details h2{
	margin-top:20px;
}
.client-item-details{
padding-bottom:10px;
	border-bottom:1px solid #dedede;
	}
}

#popover-next{
	position:absolute;
	top:50%;
	right:20px;
}
#popover-prev{
	position:absolute;
	top:50%;
	left:20px;
}
#popover-close{
	position:absolute;
	top:30px;
	right:30px;
}

.button{
	text-transform:uppercase;
	color:#fff;
	background:#000;
	margin-top:5px;
	border-radius:0 0 10px  0;
	display:inline-block;

	
	
}
.button:hover{
	text-transform:uppercase;
	color:#fff;
	background:#444;
	margin-top:5px;
	border-radius:0 0 10px  0;
	display:inline-block;

	
	
}
.button span{
	padding:10px;
	display:block;
}
/* CASE STUDY STYLES */
.case-study ul{
	list-style-type:disc;
}

.case-study .carousel{
	margin-bottom:0;
}

.carousel-caption{
	background-color:#000;
	color:#fff;
	padding:20px 40px;
    min-height: 14px;
}
.carousel .jp-audio{
	position:absolute;
}
.carousel-controls {
	position:absolute;
	bottom:15px;
	right:40px;
	background:#000;
	color:#fff;
}


.custom-page .row,
.portfolio .row,
.error-page .row
{
	/* Remove -20px margin on .row (bootstrap.css @ line 266) */
	margin:0;
	padding: 20px 0;
	background:#fff;
	
}
.portfolio .portfolio-caption {
	padding-top: 0;
}
.custom-page .jp-audio
.portfolio .jp-audio {
	height:0px;	
	
}
@media (min-width: 1366px){
	.custom-page .row .side-padding{
		max-width:100%;
	}
.portfolio .row .side-padding{
	max-width:75%;
}
}
.custom-page .row:last-of-type,
.portfolio .row:last-of-type {
    padding-bottom: 40px;
}
.custom-page .jp-audio,
.portfolio .jp-audio{
	position:relative;
}
/* PREVIOUS / NEXT PROJECT/CASE-STUDY */
.section-prev-next{
	margin:30px;
	
	}
.section-prev-next a div{
	padding-bottom:30px;
	display:block;
	float:left;
	width:100px;
	overflow:hidden;
	margin-right:20px;
	clear:both;
}

.section-prev-next img{
	float:left;
	height:100px;
	display:inline-block;
	/* Overrides Bootsttrap */
	max-width:none !important;
	clear:both;
	
}
.section-prev-next img.cropped{
	position: relative;
left: -15px;
}

.section-prev-next h3,
.section-prev-next h5{
	line-height:1em;
}
.section-prev-next h3{
	font-size:20px;
}
.section-prev-next h5{
	font-size:.8em;
}
.section-prev-next p{
	display:inline-block;
	vertical-align:middle;
	clear:both;
	height:100%;
	padding:5px;
}
@media (min-width: 767px) and (max-width: 979px) {
.section-prev-next a div{
	padding-bottom:0px;
	display:block;
	float:left;
	width:100%;
	height:150px;
	overflow:hidden;
	margin-right:20px;
	clear:both;
}

.section-prev-next img{
	float:left;
	width:100%;
	height:100%;
	display:block;
	
	clear:both;
}
.section-prev-next img.cropped{
	position: static;
left: 0px;
}

.section-prev-next{
	margin:30px 0;
	position: static;


	}

	
.error-page .section-prev-next a div{
	padding-bottom:0px;
	display:block;
	background:#fff;
	text-align:center;	
	width:100%;
	overflow:hidden;
	margin-right:20px;
	clear:both;
	
}

.error-page .section-prev-next img{
	float:none;
	
	width:150px;
	height:150px;
	
	display:block;
	/* Overrides Bootsttrap */
	
	margin:auto;
	max-width:none !important;
	clear:both;
}
.error-page .section-prev-next h3{
	display:block;
	margin:auto;
	text-align:center;
}
}
@media (max-width: 767px) { 
	 .section-prev-next .span4 { 
	   float: inherit;
	   clear: both;
	} 
}
@media (max-width: 480px) { 
.section-prev-next .side-padding{
	margin:0;
	padding:0 !important;
}
.section-prev-next h3{
	width:90%;
}


}
	





.ul-rounded{
	border-top-left-radius:20px;	
	}
.ur-rounded{
	border-top-right-radius:20px;
}
.ll-rounded{
	border-bottom-left-radius:20px;
}
.lr-rounded{
	border-bottom-right-radius:20px;
}

.video-wrap{
	overflow:hidden;
}
@media (min-width: 1367px) {
	.case-study{
		margin-bottom:30px;
	
	}
	.portfolio-item{
		margin-bottom:30px;
	}
}

@media (min-width: 768px) and (max-width: 979px) {
	.case-study{
		margin-bottom:20px;
	}
	.portfolio-item{
		margin-bottom:20px;
	}
}
@media (max-width: 768px) {
    .carousel-controls {
        right: 20px;
    }
    .carousel-caption{
        padding:20px;
    }    
}
