@charset "UTF-8";
/* CSS Document */
.contentClients {
    z-index: 500;
    position: relative;
    top: 0px;
    width: 100%;
    min-height: 600px;
	overflow: scroll;
    background-color: #fff;
}
.caseStudy .content60 {
	float: left;
	width: 54%;
	margin-left: 0px;
	margin-top: 0px;
}
.caseStudy .sidebar {
	float: right;
	margin-top: 0px;
	width: 36%;
}
.clientPageNav {
    z-index: 3000;
    position: relative;
    box-sizing: border-box;
    height: 34px;
    width: 44%;
   margin-top: 24px;
	margin-right: 0px;
    float: right;
    /* [disabled]background-color: rgba(155,0,146,0.70); */
}
.caseStudy {
	z-index: 2000;
	position: relative;
	float: right;
	height: auto;
	width: 100%;
	border-bottom: 1 px solid #333;
}
.caseStudy h3 {
	height: 30px;
	padding-top: 0px;
	margin-top: 0px;
	color: rgba(0,0,0,.7);
}
.caseStudy h4 {
	float: left;
	margin-top: 5px;
	margin-bottom: 0px;
	padding-top: 0px;
	font-size: 18px;
	text-transform: uppercase;
}
.no-cap {
	text-transform: none !important;
}
.caseStudy h5 {
	margin-top: -3px;
	padding-top: 0px;
	
}

.clientDetail {
    z-index: 2000;
	width: auto;
	float: left;
    padding-top: 10px;
    /* [disabled]background-color: rgba(168,48,50,1.00); */
}
.clientDetailHead {
    float: left;
    width: 100%;
    height: 20px;
    font-weight: 600;
    color: #006B9B;
	text-transform: uppercase;
    /* [disabled]background-color: #f16823; */
}
.clientSubHead {
    display: block;
    float: left;
    width: 100%;
    height: 20px;
	font-size: 20px;
    font-weight: 600;
    color:#64bc47;
    
    /* [disabled]background-color: #f16823; */
}
.clientDetailData {
	display: block;
	clear: left;
	float: left;
	margin-bottom: 4px;
	font-size: 14px;
	color: rgba(0,0,0,.6);

}
.clientSmPhotos {
	z-index: 2000;
	clear: left;

	position: relative;
	box-sizing: border-box;
	width: 100%;
	
}

.clientSmPhotos ul {
    clear: left;
    box-sizing: border-box;
    list-style: none;
    margin: 0px;
    padding: 0px;
    /* [disabled]background-color: rgba(189,19,204,0.10); */
}

.clientSmPhotos li {
	position: relative;
	clear: left;
	float: left;
	box-sizing: border-box;
	width: 98%;
    margin-bottom: 0px !important;
	margin-top: 7px;
	padding-top: 4px;
	padding-bottom: 0px !important;
    border: 5px solid rgba(217,217,217,1.00);
    border-radius: 6px;
	background-color: rgba(217,217,217,1.00);
}
.clientSmPhotos li:first-child {
  
	margin-top: 10px !important;

}
.clientSmPhotos img {
	
	border-radius: 6px;
}

.clientSmPhotos p{
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-bottom: 2px;
	text-align: center;
	color: #fff;
	background-color: #020000;
}

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

@media only screen and (max-width: 1024px) {}

	/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and  (max-width: 900px) {}

	/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 720px) {}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 480px){
	
}
	
	
