.slide
{
position:absolute;
top:0;
width:100%;
height:auto;
padding: 0 0 0 0;
margin: 0 0 0 0;
z-index:5;
background:transparent;
}


.slide.active
{
display:block;
}

/* .slide.hiddenSlide
{
display:none;
} */

.slide img
{
width:100%;
height:auto;
}

.slide img.full
{
width:100%;
height:auto;
}

#slideshow_container
{
padding: 0 0 0 0;
margin: 0 0 0 0;
overflow:hidden;
position:relative;
display:block;
height:auto;
width:auto;
}

@media only screen and (min-width: 1020px)
{
#slideshow_container
{
min-height: 280px;
}
}


#slide_outer
{
padding: 0 0 0 0;
margin: 0 0 0 0;
overflow:hidden;
position:relative;
display:block;
height:auto;
width:auto;
background:transparent;
-webkit-box-shadow: 0px 7px 7px -2px rgba(50, 50, 50, 0.45);
-moz-box-shadow:    0px 7px 7px -2px rgba(50, 50, 50, 0.45);
box-shadow:         0px 7px 7px -2px rgba(50, 50, 50, 0.45);
}

.caption
{
position:absolute;
bottom:18%;
left:-100%;
background:rgba(000,000,000,.6);
color:#333;
max-width:98%;
width:auto;
height:auto;
padding:22px 8% 22px 0%;
font-size: 22px;
line-height: 1;
font-weight:100;
}

.caption a {
color: #eee;
/* text-decoration: underline; */
}

.caption a:hover {
color: #fff;
text-decoration: underline;
}


@media (max-width: 650px) {
.caption
{
max-width:72%;
}

}

@media (max-width: 890px) {

.caption
{
max-width:72%;
}

.captiontext
{
max-width:70%;
padding-left:24px;
}
}

.captiontext:before {
    background: url("/templates/chccr_responsive/images/leftquotes.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    color: #bababa;
    content: " ";
    display: block;
    font-family: Georgia,serif;
    font-size: 96px;
    height: 60px;
    left: -32px;
    margin: 0;
    position: absolute;
    top: -15px;
    width: 60px;
	opacity:.7;
}

.captiontext
{
position:relative;
left:-110%;
color:#eee;
font-family:Helvetica, sans-serif;
padding-left:20px;
}

 .active .caption, .inactive .caption {
    -webkit-animation: aniCaption 12s; /* Chrome, Safari, Opera */
    animation: aniCaption 12s;
	-webkit-animation-fill-mode: forwards; /* Chrome, Safari, Opera */
    animation-fill-mode: forwards;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes aniCaption {
    0%   {left:-110%;}
    10%  {left:48px;}
	65%  {left:48px;}
    80% {left:-100%}
}

/* Standard syntax */
@keyframes aniCaption {
    0%   {left:-110%;}
    10%  {left:48px;}
	65%  {left:48px;}
    80% {left:-100%;}
}


@media only screen and (max-width: 490px)
{
/* Chrome, Safari, Opera */
@-webkit-keyframes aniCaption {
    0%   {left:-110%;}
    10%  {left:0px;}
	65%  {left:0px;}
    80% {left:-100%}
}

/* Standard syntax */
@keyframes aniCaption {
    0%   {left:-110%;}
    10%  {left:0px;}
	65%  {left:0px;}
    80% {left:-100%;}
}

.caption
{
width:100%;
max-width:100%;
min-height:32px;
padding-top:18px!important;
}

}



.active .caption.activecap {
    -webkit-animation: aniCaption2 2s; /* Chrome, Safari, Opera */
    animation: aniCaption2 2s;
	-webkit-animation-fill-mode: forwards; /* Chrome, Safari, Opera */
    animation-fill-mode: forwards;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes aniCaption2 {
    0%   {left:48px;}
    80% {left:-100%;}
}

/* Standard syntax */
@keyframes aniCaption2 {
    0%   {left:48px;}
    80% {left:-100%;}
}





 .active .caption .captiontext, .inactive .caption .captiontext {
    -webkit-animation: aniCaptionText 2s; /* Chrome, Safari, Opera */
    animation: aniCaptionText 2s;
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s;
	-webkit-animation-fill-mode: forwards; /* Chrome, Safari, Opera */
    animation-fill-mode: forwards;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes aniCaptionText {
    from {left:-100%;}
    to {left:7%;}
}

/* Standard syntax */
@keyframes aniCaptionText {
    from {left:-100%;}
    to {left:7%;}
}

@media only screen and (min-width: 322px) and (max-width: 719px) 
{
.captiontext
{
font-size:18px;
padding:0 0 0 32px;
}

.captiontext::before
{
left:-14px;
}

.caption
{
 padding: 14px 8% 12px 0;
}

}


 #prev
{
position:relative;
z-index:50;
cursor:pointer;
padding:10px;
display:block;
background: transparent url(/templates/chccr_responsive/images/dotbutton.png) no-repeat top left;
font-size:0px;
color:transparent;
width:18px;
height:20px;
padding: 0 0 0 0;
margin: 0 0px 0px 0;
left:4px;
top:40%;
opacity:.6;
}

#pause.pause
{
position:relative;
z-index:50;
cursor:pointer;
padding:10px;
display:inline-block;
background: transparent url(/templates/chccr_responsive/images/pausebutton.png) no-repeat top left;
font-size:0px;
color:transparent;
width:18px;
height:20px;
padding: 0 ;
margin: 0 0 0 0;
left:3px;
opacity:.6;
}

#pause.unpause
{
position:relative;
z-index:50;
cursor:pointer;
padding:10px;
display:inline-block;
background: transparent url(/templates/chccr_responsive/images/playbutton.png) no-repeat top left;
font-size:0px;
color:transparent;
width:18px;
height:20px;
padding: 0;
margin: 0 0 0 0;
left:0;
opacity:.6;
}


#next
{
position:relative;
z-index:50;
cursor:pointer;
padding:10px;
display:block;
background: transparent url(/templates/chccr_responsive/images/dotbutton.png) no-repeat top left;
font-size:0px;
color:transparent;
width:18px;
height:20px;
padding: 0 0 0 0;
margin: 0 0px 0px 0;
left:5px;
top:40%;
opacity:.6;
}

.slidenav
{
display:block;
position:absolute;
width:28px;
padding:14px 10px 14px 10px;
margin:0 0 0;
left:0;
bottom:3%;
height:19px;
z-index:11;
}

#previouscontainer
{
display:block;
position:absolute;
left:0;
height:100%;
width:28px;
top:0;
background:rgba(255,255,255,.5);
z-index:10;
padding: 0 10px 0 10px;
}


#nextcontainer
{
display:block;
position:absolute;
right:0;
height:100%;
width:28px;
top:0;
background:rgba(255,255,255,.5);
z-index:10;
padding: 0 10px 0 10px;
}

#slidedots
{
display:block;
position:relative;
left:10px;
float:left;
width:90%;
height:32px;
z-index:50;
top:15px;
}

.navdot
{
display:inline-block;
position:relative;
left:0;
float:left;
width:20px;
height:20px;
background:#999;
z-index:55;
margin: 0 5px 0 0;
}

@media only screen and (max-width: 480px)
{
.captiontext
{
font-size:12px;
}
.caption
{
padding-top:5px;
padding-bottom:5px;
}

#next, #prev
{
top:20px;
}
}