/* counter CSS */
.counter
{
    position: absolute;
    top: 20;
    left: 0;
    width: 100%;
    height: 420px;
    background-color: black;    
    z-index: 3;
    text-align: center;
}

.numbers
{
    position: absolute;
    top: 20%;
    left: 40%;
}

.numbers p
{
    color: #C18EB5;
    font-size: 150px;
    line-height: normal;
}

/* Video container */

.videoContainer
{
    position: absolute;
    left: 0;
    width: 100%;
    height: 420px;    
    z-index: 3; 
    cursor: pointer; 
    overflow: hidden;   
}
.videoContainerOpacity
{
    position: absolute;
    left: 0;
    width: 100%;
    height: 420px;
    background-color: black;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
    filter: alpha(opacity=65);
    -moz-opacity: 0.65;
    -khtml-opacity: 0.65;
    opacity: 0.65;   
    z-index: 2; 
    cursor: pointer; 
    overflow: hidden;   
}

.videoContainer object
{
	margin-top: 27px;
}


.videoContent
{
    height: 100%;
    position: absolute;
    top: 50%;
    left: 20%;
}


.clickToActivate
{
    display: none;
    position: absolute;
    top: 45%;
    left: 70%;
    padding: 15px 15px 15px 15px;
    background-color: #C18EB5;
    background: #C18EB5 url(../img/bg-clicktoactivate.jpg) repeat-x;
    border: 1px solid #cb85b5;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;   
    color: #333333;
    font-size: 18px;
    font-family: "Goodtimes", "Arial Black", Gadget, sans-serif;
    text-transform: uppercase;    
    line-height: 18px;
}
.clickToActivate:hover 
{
	border: 1px solid #656565;
	background: #C18EB5 url(../img/bg-clicktoactivate.jpg) 0px -48px repeat-x;
}

.slideshow-wrapper 
{
   /* background: url(../img/1px-trans-white.png); */
    background:  #c7c7c7 url('/designs/default/img/bg-grey-reflection.jpg') repeat-x;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
	-moz-box-shadow:    0px 5px 10px rgba(0, 0, 0, 0.15);
	box-shadow:         0px 5px 10px rgba(0, 0, 0, 0.15);
    -ms-overflow-x: hidden;
    overflow-x: hidden;
    -ms-overflow-y: hidden;
    overflow-y: hidden;
    
    padding-bottom: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    margin-top: 10px;
}


/* Slideshow  */
.slideshow
{
    position: relative;
    width: 100%;
    height: 420px;
    /*
    border-bottom: 1px solid #d3d3d3;
    border-bottom: 1px solid #ffffff; 
    */
    -ms-overflow-x: hidden;
    overflow-x: hidden;
    -ms-overflow-y: hidden;
    overflow-y: hidden;   
}

.innerContent 
{
    position: absolute;
    z-index: 1;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.fake
{
    background: none !important;
}

.firstRow, .secondRow 
{
    float: left;
    overflow: hidden;
}
.secondRow
{
    top: 50%;
}

.images
{
    float:left;
    position:relative;
    z-index: 4; 
    border: 0px;   
}

.images img 
{
    display:inline;
    max-width: none; 
}

.imageTitle
{
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    
    height: 202px;    
    width: 292px; 
    border: 4px solid #333;
    
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
	-moz-box-shadow:    0px 0px 10px rgba(0, 0, 0, 0.8);
	box-shadow:         0px 0px 10px rgba(0, 0, 0, 0.8);
}

.imageCaption 
{
 	background-color: #C18EB5;
 	position: absolute;
 	bottom: 0;
 	left: 0;
 	margin-left: -4px;
 	margin-bottom: -4px;
    padding-left: 15px;
    padding-right: 15px;
    width: 262px;
    font-size:10px;  
    color: white;
    font-weight: bold;
    font-family: "Goodtimes", "Arial Black", Gadget, sans-serif;
    overflow: hidden;
    display: block;
    border: 4px solid #6d5265;
    border-top: 0px;
    box-shadow: inset 20px 20px 50px #6d5265;
}

@media (max-width: 979px) {

	.clickToActivate {
		width: 300px; 
		left: 60%;
	}
}

@media (min-width: 768px) {
	.iosSlider {
		width: 100%;
	}
}

@media (max-width: 767px) {
	
	.clickToActivate {
		left: 50%;
		font-size: 10px;
	}
	.iosSlider {
		width: 800px;
	}

}

.slideshowHeight { height: 210px !important;}

/* Mobile slider */  
/* slider container */
.iosSlider {
	/* required */
	position: relative;
	top: 0;
	left: 0;
	overflow: hidden;
	height: 210px;
}

/* slider */
.iosSlider .slider {
	/* required */
	width: 100%;
	height: 100%;
}

/* slide */
.iosSlider .slider .slide {
	/* required */
	float: left;

	width: 300px;
	height: 210px;
}