.slide
{
position:absolute;
top:0;
width:100%;
padding: 0 0 0 0;
margin: 0 0 0 0;
z-index:5;
line-height:.2;
overflow:hidden;
line-height:.5;
}


.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;
}

.caption
{
display:none;
}

.active .caption
{
display:block;
}



#slide_outer
{
padding: 0 0 0 0;
margin: 0 auto;
float:none;
overflow:hidden;
position:relative;
display:block;
height:auto;
width:auto;
left:0px;
width:100%;
-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);
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}

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

#slide_outer
{
top:0px;
}
}

.caption
{
position:absolute;
bottom:18%;
left:0%;
background:rgba(52,18,70,.8);
/* background: #fff; */
/* color:#4e5417; */
width:auto;
height:auto;
padding:18px 5% 16px 0%;
font-size: 22px;
line-height: 1;
font-weight:100;
/* opacity: 0; */
}

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

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

#nextcontainer, #previouscontainer, #pause, .slidenav
{
display:none!important;
}
}

@media (max-width: 890px) {

.caption
{
max-width:72%;
}

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

.captiontext:before {
    color: #bababa;
    content: " ";
    display: block;
    font-family: Georgia,serif;
    height: 60px;
    left: -32px;
    margin: 0;
    position: absolute;
    top: -15px;
    width: 90px;
	opacity:.7;
}

.captiontext
{
position:relative;
left:62px;
color:#fff;
font-family:Helvetica, sans-serif;
width:100%;
}

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

/* Chrome, Safari, Opera */
@-webkit-keyframes aniCaption {
	0%   { opacity: 0; }
	15%   { opacity: 0; }
	33%   { opacity: 1; }
	60%   { opacity: 1; }
	97% { opacity: 0; }
}

/* Standard syntax */
@keyframes aniCaption {
	0%   { opacity: 0; }
	15%   { opacity: 0; }
	33%   { opacity: 1; }
	60%   { opacity: 1; }
	97% { opacity: 0; }
}



/* Chrome, Safari, Opera */
@-webkit-keyframes aniCaption2 {
	0%   { opacity: 0; }
	30%   { opacity: 1; }
	60%   { opacity: 1; }
	97% { opacity: 0; }
}

/* Standard syntax */
@keyframes aniCaption2 {
	0%   { opacity: 0; }
	30%   { opacity: 1; }
	60%   { opacity: 1; }
	97% { opacity: 0; }
}


 #prev
{
position:relative;
z-index:50;
cursor:pointer;
padding:10px;
display:block;
background: transparent url(/templates/invokingthepause_responsive/images/prevbutton.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/invokingthepause_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/invokingthepause_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/invokingthepause_responsive/images/nextbutton.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:50;
}

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


#nextcontainer
{
display:block;
position:absolute;
right:0;
height:100%;
width:48px;
top:0;
background:rgba(255,255,255,.5);
z-index:50;
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: 900px)
{
.captiontext
{
left:10%;
}
}

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

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