.proceed {
	position: absolute;
	bottom:50px;
	left:50%;
	transform:translateX(-50%);
	font-size: 40px;
	color: 	#d22630;
 /* animation: bounce 1s infinite alternate;
  -webkit-animation: bounce 1s infinite alternate; */
  transition:.3s;
}


@keyframes bounce {
  from {
    transform: translateY(0px) translateX(-50%);
  }
  to {
    transform: translateY(-15px) translateX(-50%);
  }
}
@-webkit-keyframes bounce {
  from {
    transform: translateY(0px) translateX(-50%);
  }
  to {
    transform: translateY(-15px) translateX(-50%);
  }
}




.slideshow{
	width:100%;
	overflow:hidden;
	position: relative;
	height:700px;
}

.slideshow .home-site-title {
	position: absolute;
	top:50%;
	transform:translateY(-50%);
	padding-right: 36px;
	border-right:8px solid #d22630;
	width:500px;
	z-index: 1;
}

.slideshow .home-site-title  h1 {
	color: #1d252d;
	font-size: 77px;
	text-align: right;
	vertical-align: top;	
	margin-right:0;
	line-height:1em;
	font-weight:700;
	
}

.slideshow .home-site-title  h1 .red {
	color:#d22630;
}

.slideshow .home-site-title  h1 .gray {
	color: #5b6770;
	font-weight: 300;
}

.slideshow .home-site-title  h1 .shift-right {
	/*transform:translateX(30px);
	display: block; */
}

.slideshow .home-site-title  h2 {
	text-align: right;
	margin-right:0;
	font-size: 21px;
	line-height: 1.2em;
	color:#1d252d;
	font-weight: 500;
	margin-top:24px;
	margin-bottom: 18px;
}

.slideshow .home-site-title p {
	text-align: right;
	color:#5b6770;
	font-weight: 300;
	font-size: 18px;
	line-height: 1.5em;
	}
	
	
.slideshow .slide-img {
	position: absolute;
	opacity:0;
	-ms-transform-origin:left top;
	-webkit-transform-origin:left top;
	transform-origin:left top;
}	

.slideshow .slide-img.active {
	opacity:1;
}




.slideshow .slide-img-01 {
	
	height:600px;
	left:70%;
	bottom:0;
	 -webkit-transform: scale(1.3) translateX(-20%) translateY(-2%);
      -ms-transform: scale(1.3) translateX(-20%) translateY(-2%);
	transform:scale(1.3) translateX(-10%) translateY(-2%);
	background-repeat: no-repeat;

	
}
.slideshow .slide-img-01.active  {
	animation-duration: 10s;
	animation-name:slideOne;
	animation-timing-function:linear;
	z-index: 0;
}

@keyframes	slideOne  {
	0% {
	 -webkit-transform: scale(1.3) translateX(-20%) translateY(-8%);
      -ms-transform: scale(1.3) translateX(-20%) translateY(-8%);
	transform:scale(1.3) translateX(-20%) translateY(-8%);
		opacity:0;	
	}
	10%{
		opacity:1;
	}
	90%{
		opacity:1;
	}
	100%{
		opacity:0;
	 -webkit-transform: scale(1.2) translateX(-10%) translateY(-10%);
      -ms-transform: scale(2.3) translateX(-10%) translateY(-10%);
	transform:scale(1.2) translateX(-10%) translateY(-10%);
	}
}

.slideshow .slide-img-02 {
	height:90%;
	right:0;
	bottom:-10%;	
	 	-webkit-transform: scale(1.3) translateX(-10%) translateY(-10%);
        -ms-transform: scale(1.3) translateX(-10%) translateY(-10%);
		transform:scale(1.3) translateX(-10%) translateY(-10%);
		background-size:cover;
		background-repeat: no-repeat;
	
}
.slideshow .slide-img-02.active {
		animation-duration: 10s;
	animation-name:slideTwo;	
	animation-timing-function:linear;
}

@keyframes	slideTwo  {
	0% {
	 	-webkit-transform: scale(1.3) translateX(-10%) translateY(-10%);
        -ms-transform: scale(1.3) translateX(-10%) translateY(-10%);
		transform:scale(1.3) translateX(-10%) translateY(-10%);
	opacity:0;	
	}
	10%{
		opacity:1;
	}
	90%{
		opacity:1;
	}
	100%{
		opacity:0;
	 	-webkit-transform: scale(1.12) translateX(-3%) translateY(-12%);
        -ms-transform: scale(1.12) translateX(-3%) translateY(-12%);
		transform:scale(1.12) translateX(-3%) translateY(-12%);
	}
}


.slideshow .slide-img-03 {
		height:700px;
		width:auto;
		right:10%;
		bottom:0;
		background-size:cover;
		background-repeat: no-repeat;
	 	-webkit-transform: scale(1.05) translateX(-5%) translateY(3%);
        -ms-transform: scale(1.05) translateX(-5%) translateY(3%);
		transform:scale(1.05) translateX(-5%) translateY(3%);

}
.slideshow .slide-img-03.active {
		animation-duration: 10s;
	animation-name:slideThree;
	animation-timing-function:linear;
}
@keyframes	slideThree  {
	0% {
	 	-webkit-transform: scale(1.05) translateX(-5%) translateY(3%);
        -ms-transform: scale(1.05) translateX(-5%) translateY(3%);
		transform:scale(1.05) translateX(-5%) translateY(3%);
	opacity:0;	
	}
	10%{
		opacity:1;
	}
	90%{
		opacity:1;
	}
	100%{
		opacity:0;
	 	-webkit-transform: scale(1.12) translateX(-5%) translateY(-1%);
        -ms-transform: scale(1.12) translateX(-5%) translateY(-1%);
		transform:scale(1.12) translateX(-5%) translateY(-1%);	
	}
}



.quote-house {
	width:100%;
	padding:45px 0 55px;
	text-align: center;
	background-color: #000000;
	background-image:url(../_img/band-01.jpg);
	background-size:auto 140%;
	background-position: center top;
	background-repeat: no-repeat;
}

.quote-house.one {
	background-image:url(../_img/band-01.jpg);
}

.quote-house.two {
	background-image:url(../_img/band-02.jpg);
}

.quote-house.three {
	background-image:url(../_img/band-03.jpg);
}

.quote-house .quote-icon {
	background-image: url(../_img/quote.png);
	background-position: center;
	background-repeat: no-repeat;
	background-color: #d22630;
	height:50px;
	width:50px;
	margin:0 auto;
	border-radius: 50%;
	background-size:20px 13px;
}
.quote-house img {
	height:46px;
	width:46px;
}

.quote-house p.quote {
padding:0 30px;
margin:30px auto;
	color:#fff;
	font-weight: 300;
	font-style: italic;
	font-size: 36px;
	line-height: 1.33em;
}

.quote-house p.quote-attrib {
	text-transform: uppercase;
	font-size: 16px;
	line-height: 1em;
	font-weight: 500;
	color:#fff;
	font-style: italic;
}

.home-content {
	width:100%;
	padding:90px 0 90px 0;
}


.home-content .home-section-title {
	width:41%;
	margin-right: 6%;
	float:left;
	text-align: right;

}

.home-content .home-section-title h2 {
	color: #d22630;
	font-size: 36px;
	font-weight: 400;
	line-height: 1.2em;
	text-align: right;
	vertical-align: top;
	
	padding-right: 30px;
	border-right:8px solid #d22630;
}

.home-content .case-header {
	display: none;
}

.home-content .home-section-title h2 .subtitle {
	color: #1d252d;
}

.home-content .home-content-right .case-content {
	opacity:1;
	transform:none;
}

.home-content .home-section-title .more-clicker {
	width: 90%;
	padding-top:50%;
	background-size:contain;
	background-repeat: no-repeat;
	height:auto;

	margin-top: 65px;
	float: right;
}

.home-content .home-section-title .more-clicker .more-text {
	display: none;
}

.home-content .home-section-title .more-clicker.clicker-one{
	background-image: url(../_img/case/cs-growing-demand.jpg);
} 
.home-content .home-section-title .more-clicker.clicker-two{
	background-image: url(../_img/case/cs-responsible-growth.jpg);
} 
.home-content .home-section-title .more-clicker.clicker-three{
	background-image: url(../_img/case/cs-organizing-for-growth.jpg);
} 

.home-content .home-content-right {
	float:left;
	width:53%;
}

.home-content .home-content-right p {
	margin-bottom: 36px;
	color:#333333;
	font-size: 16px;
	line-height: 1.68em;
	font-weight: 300;
}

.home-footer {
	padding-top: 80px;
	border-top:2px solid #d0d3d4;
	width:100%;
}
.home-footer .container {
	max-width: 1110px;
}

.home-footer .home-link {
	width:49%;
	float:left;
	margin-bottom: 50px;
}


.home-footer .home-link .home-link-wrapper{
	overflow: hidden;
	display: block;
	margin-bottom: 28px;
}

.home-footer .home-link .home-link-wrapper:hover img{
	transform:scale(1.1, 1.1)  translateY(-4%) translateX(-5%);
}

.home-footer .home-link-01, .home-footer .home-link-03 {
	margin-right: 2%;
}

.home-footer .home-link img {
	display: block;
	width:100%;
	height:auto;

	transition:16s;
}
.home-footer .home-link-content {
	border-left:8px solid #d22630;
	padding-left: 22px;
}

.home-footer .home-link h3 {
color:#1d252d;
font-size: 30px;
font-weight: 500;
line-height: 1em;
margin-bottom: 25px;
}

.home-footer .home-link p {
	color:#1d252d;
	font-size: 16px;
	line-height: 1.3em;
	font-weight: 300;
	margin-bottom: 0;
	padding-right: 10%;
}

.home-footer .home-link a {
	font-weight: 700;
	color: #d22630;
	text-transform: uppercase;
	display: inline-block;
	font-size: 14px;
	margin-top: 25px;
}

.home-footer .home-link a svg {
	margin-right: 4px;
}

@media screen and (max-width:1250px){
	.slideshow .home-site-title {
		left:100px;
	}


}

/******* MOBILE ********/

@media screen and (max-width:1024px){
	.home-footer .home-link {
		width:100%;
		margin-right:0;
		float:none;
	}
	.slideshow {
		height: auto;
	padding-bottom: 350px;
	}
	.slideshow .home-site-title {
	    position: relative;
	    top: 0;
	    transform: none;
	    padding-right: 30px;
	    border-right: none;
	    width: 100%;
	    border-bottom: 4px solid #d22630;
	    text-align: center;
	    margin-top: 50px;
	    left:auto;
	}
	.slideshow .home-site-title h1 {
		text-align: center;
		font-size: 55px;
		line-height: 1.1em;
		margin-bottom: 18px;
		margin-right: 0;
	}
	
	.slideshow .home-site-title h2 {
		text-align: center;
		font-size: 18px;
	}
	
	.slideshow .home-site-title p {
		text-align: center;
		font-size: 14px;
		margin-bottom: 20px;
	}
	
	.slideshow .slide-img-01 {
		height: 420px;
		width: auto;
		transform: scale(1.3) translateX(-50%) translateY(-2%);
		left: 50%;
		bottom: -130px;
	}
	
	.slideshow .slide-img-02 {
		height: 420px;
		width: auto;
		transform: scale(1.3) translateX(-50%) translateY(-2%);
		right: -2px;
		bottom: -140px;
	}
	
	.slideshow .slide-img-03 {
		height: 460px;
		width: auto;
		transform: scale(1.3) translateX(-50%) translateY(-2%);
		left: 30%;
		bottom: -133px;
	}
}

@media screen and (max-width:768px){
	
	.quote-house {
		padding:17px 6% 40px 6%;
	}
	.quote-house .quote-icon {
		height:45px;
		width:45px;
		
	}
	
	.quote-house p.quote {
margin: 15px auto;
    line-height: 1.25em;
    font-size: 20px;
    font-style: normal;
    padding: 0;

}

	.quote-house p.quote-attrib {
		line-height: 1.3em;
		font-size: 14px;
	}
	
	.home-content {
		padding-top:35px;
		padding-bottom: 30px;
	}
	
	.home-content .home-section-title {
		float:none;
		width:100%;

	}
	
	.home-content .home-section-title h2 {
		border-right:none;
		border-bottom:4px solid #d22630;
		font-size: 24px;
		line-height: 1.25em;
		text-align: center;

		padding:0 5% 15px;
	}
	
	.home-content .home-section-title .more-clicker {

	    width: 100%;
	    float:none;
	    text-align: center;
			margin: 20px auto;
		padding-top: 0;
		background-position: center -100%;
		background-size: 0 0;
		transition:.3s;
	
	}
	
	.home-content .home-section-title .more-clicker.active {
		width:100%;
		padding-top: 40%;
		background-size: cover;
		background-position: center;
		
	}
	
	.home-content .home-section-title .more-clicker .more-text {
		display: block;
		color: #d22630;
		font-size: 14px;
		cursor: pointer;
	
	}
	
	.home-content .home-content-right .close-home-content {
		display: block;
		color: #d22630;
		font-size: 14px;
		cursor: pointer;
		text-align: center;		
	}
	
	.home-content .home-section-title .more-clicker.active .more-text {
		display: none;
	}
	.home-content .home-content-right {
		float:none;
		width:100%;
	}
	
	.home-content .home-content-right p {
		
	}
	
	.home-content-right {
		max-height:0;
		height:auto;
		overflow:hidden;
		transition:.5s;
	}
	
	.home-content.accordion-open .home-content-right {
		max-height:5000px;
	}
	
	
}

@media screen and (min-width:769px) {
	

	
	.home-content .home-accordion {
		overflow: hidden;
		padding-bottom: 40px;
		position: relative;
		transition:.5s;
	}

	.home-content .open-home-content, .home-content .close-home-content {
		position: absolute;
		z-index: 4;
		left:70%;
		bottom: -10px;
		transform:translateY(-50%);
			font-weight: 700;
color: #d22630;
text-transform: uppercase;
display: inline-block;
font-size: 14px;
	}
	.home-content .close-home-content {
		display: none;
		cursor: pointer;
		bottom:4px;
	}
	.home-content .home-accordion.open .open-home-content{
		display: none;
	}
	.home-content .home-accordion.open .close-home-content{
		display: inline-block;
	}	
	.home-content .home-accordion:after {
		position: absolute;
		height:40px;
		width:100%;
		bottom:0;
		background-color: #fff;
		display: block;
		content: '';
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+50,ffffff+100&0+0,1+50,1+100 */
background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	}
	
}
