/* video carousel */




/* bootstrap style overides */
.carousel-indicators {
	position: relative;
	left:inherit;
	bottom: inherit;
	width:100%;
	margin:0;
    top:-3px;
}

.carousel-indicators li {
	display: inline-block;
	cursor: pointer;
	text-indent: 0;
	padding: 0 0.625em 0 0.625em;
    border-radius: 0;
    width:32px;
	height:auto;
	font-size:24px;
	font-family:"Frutiger LT W01_65 Bold1475746";
	color:#666; /* fallback */
	color:rgba(255,255,255,0.5);
}

/*
ol.carousel-indicators  li:first-child  {
    width:32px;
}

ol.carousel-indicators  li.active:first-child  {
    width:38px;
}
*/

.carousel-indicators .active {
    width:38px;
	height:auto;
	font-size:36px;
	color:#fff;
    text-align:center;
    position: relative;
    top: 4px;
}
}

.carousel-indicators li:hover {
	color:#fff; /* fallback */
	color:rgba(255,255,255,1.0);
}
.carousel-control {
	top:auto;
	bottom:24px;

}
.carousel-control.left {
	left:auto;
}


/* video carousel styles */

.vc-outer-wrapper {
	width:100%;
}

.vc-padding-wrapper {
	width:100%;
	max-width:1024px;
	margin:0 auto;
}

.vc-control-bar-bg {
	background-color: #666; /*fallback */
	background-color: rgba(51,51,51,0.5);
	height:64px;
	width:100%;
	position: absolute;
	bottom:0;
}



.vc-controller {
	display: table;
	margin: 0 auto;
}
.vc-cell {
	display: table-cell;
	font-size: 1.5em;
}

.vc-cell a {
	text-decoration: none;
}

.vc-next {
	width:24px;
	height:24px;
	display: block;
	color:rgba(255,255,255,0.5) !important;
	margin-left:20px;
    background-image: url("/~/media/98A27457F1F64748BF1FAF86B3DFFE9D.ashx");
	background-repeat: no-repeat;
    opacity: 0.5;
}
.vc-prev {
	color:rgba(255,255,255,0.5) !important;
	width:24px;
	height:24px;
	display: block;
	margin-right:12px;
    transform: rotate(180deg);
    background-image: url("/~/media/98A27457F1F64748BF1FAF86B3DFFE9D.ashx");
	background-repeat: no-repeat;
	background-size: 24px 24px;
    opacity: 0.5;
}

.vc-next:hover,
.vc-prev:hover {
	color:#fff;/*fallbak */
	color:rgba(255,255,255,1.0) !important;
    opacity: 1.0;
}

@media (min-width: 768px) {

	.vc-outer {
		width:100%;
		max-width:1008px;
		height:475px;
		margin:0 auto;
		position: relative;
	}

	.vc-inner {
		width:100%;
		max-width:731px;
		margin:0 auto;

	}
	.vc-outer-sample {
		background-image: url(/img/vc-outer-bg.png);
		background-repeat: no-repeat;

	}

       .Ricoh-Arrow.leftarrow{
        width: 24px;
        height: 24px;
        transform: rotate(180deg);
   }

   .Ricoh-Arrow.rightarrow{
        width: 24px;
        height: 24px;
      
   }

   .vc-frame {
	width:100%;
	height:411px;
}

}


@media (max-width: 767px) {

	.vc-outer {
		width:100%;
	}

	.vc-inner {
		width:100%;
		padding: 32px 24px 24px 24px;

	}
	.vc-outer-sample {
			background-color: #333; /*fallback */
		    background-color: rgba(51,51,51,0.8);
	}
	.vc-padding-wrapper {
		width:100%;
		margin:0 auto;

	}

  .Ricoh-Arrow.leftarrow{
        width: 24px;
        height: 24px;
        transform: rotate(180deg);
   }

   .Ricoh-Arrow.rightarrow{
        width: 24px;
        height: 24px;
      
   }
}


