.AppWidget > span.infoWidget
{
	color: rgba(200,200,200,1.00);
	display: block;
	min-height: 100px;background-image:url(../../../images/loading.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 50% 50%;
	background-color:rgba(240,240,240,1.00);
}
.AppWidget > span.infoWidget > input
{
	background-color: transparent;
	border: none;
	box-shadow: none;
	
}



/*       Flex Slider       */

.AppWidget .flexslider  ol,
.AppWidget .flexslider  ul
{
		list-style:none;
		margin-left: 0;
}
.AppWidget .flex-direction-nav a.flex-next:before {
  line-height: 1em;
}
.AppWidget .flex-direction-nav a.flex-prev:before {
  line-height: 1em;
}


.AppWidget .flex-caption {
  position:absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}
.AppWidget .flex-title {
  position: relative;
  width: 100%;
  padding: 2%;
  left: 0;
  bottom: 0;
  background: rgba(0,0,0,.5);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,.3);
  margin: 0;
}
.AppWidget .flex-description {
  position: relative;
  width: 100%;
  padding: 2%;
  left: 0;
  bottom: 0;
  background: rgba(0,0,0,.5);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,.3);
  margin: 0;  
  font-size: 14px;
  line-height: 18px;
}
.AppWidget .flexslider .slides > li
{
	position: relative;
}

.AppWidget .flex-control-thumbs img
{
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
    padding: 0.5em;
}
.AppWidget .flex-control-thumbs img
{
	background: rgba(131, 131, 132, 0.24);
}


.fancybox-nav {
	max-width: 250px;
	min-width: 100px;
    height: 50%;
    top: 25%;
}






/*       CollagePlus      */


.AppWidget .Collage{

    /*This is where you set the padding you want between the images*/
    padding:10px;
	background-color: rgb(230, 230, 230);

}
.AppWidget .Collage img{
    margin:0;
    padding:0;
    display:inline-block;
    vertical-align:bottom;
    opacity:1;

    /*This is where you set the border you want for the image*/
    border:6px solid #FFF;
}


/* In this example, this is the main item being resized */
.AppWidget .Image_Wrapper{
    /* to get the fade in effect, set opacity to 0 on the first element within the gallery area */
    opacity:0;
    -moz-box-shadow:0px 2px 4px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow:0px 2px 4px rgba(0, 0, 0, 0.1);
    box-shadow:0px 2px 4px rgba(0, 0, 0, 0.1);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.AppWidget .Caption{
    font-size:14px;
    font-weight:normal;
    font-family:arial;
}
.AppWidget .Caption_Content{
    /* padding:10px; */
    color:#FFF;
    padding:20px;
}

.AppWidget .Caption_Content h1{
	margin-bottom: 0;
	color: #FFFFFF;
	font-size: 1.2em;
}
.AppWidget .Caption_Content p{
	margin-bottom: 0;
	color: #FFFFFF;
	font: 1em;
}






/*    jquery reel 360   */

.AppWidget.Widgetreel360 img{
    margin-left: auto;
    margin-right: auto;
    position: relative;
    display: block;
    -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
	cursor: ew-resize;
}
.AppWidget.Widgetreel360 .reel360-caption{
    -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
	padding: 1em;
}
