

/* /////// FOOBOX modal  //////*/

.fbx-stage:hover
{
	cursor:pointer;
}

.fbx-stage
{
	box-shadow: 1px 1px 12px rgba(0,0,0,0.99);
}


.fbx-modal, 
.fbx-light, 
.fbx-dark 
{
	background: rgba(255,255,255, 0.9) none !important;
}


.fbx-dark .fbx-inner , 
.fbx-light .fbx-inner 
{
    border-color: #fff !important;
    border: 12px solid #fff !important;
  /*  padding-top: 50px;*/
}




.fbx-light .fbx-caption, 
.fbx-dark .fbx-caption
{
	background-color: rgba(255, 255,255, 0.7) !important;
}


.fbx-caption-title
{
	font-weight: normal !important;
	text-transform: none !important;
	font-variant: small-caps !important;
	font-size: 22px !important;
	margin-bottom: 18px;
	color: #999  !important;
}


.fbx-caption-desc
{
	font-weight: normal !important;
	text-transform: none !important;
	/*font-variant: small-caps !important;*/
	font-size: 16px !important;
	line-height: 16px;
		/*font-family: Helvetica Neue,Helvetica,Arial,Verdana, sans-serif;*/

}

.fbx-caption-desc a
{
	font-size: inherit;
	text-decoration : underline;
}

.fbx-caption-desc  p:first-of-type
{
	margin-top: 10px;

}

.fbx-caption-desc  p
{
	margin-bottom: 10px;

font-size: 14px !important;
}




.fbx-modal
{
	font-family: inherit;
}

.fbx-social.fbx-stacked.fbx-topright, 
.fbx-social.fbx-stacked.fbx-bottomright 
{

    right: -55px !important;
}
/*

.fbx-light .fbx-loader, 
.fbx-light .fbx-close, 
.fbx-light .fbx-prev, 
.fbx-light .fbx-next, 
.fbx-light .fbx-play, 
.fbx-light .fbx-pause, 
.fbx-light .fbx-fullscreen-toggle, 
.fbx-light .fbx-social-toggle, 
.fbx-rounded.fbx-light.fbx-inset-buttons .fbx-prev:before, 
.fbx-rounded.fbx-light.fbx-inset-buttons .fbx-next:before 
{
    background-color: #fff !important;
}
*/
.fbx-light.fbx-modal, 
.fbx-light .fbx-inner, 
.fbx-light .fbx-social, 
.fbx-light .fbx-caption, 
.fbx-rounded.fbx-light .fbx-close, 
.fbx-rounded.fbx-light .fbx-play, 
.fbx-rounded.fbx-light .fbx-pause, 
.fbx-rounded.fbx-light .fbx-fullscreen-toggle, 
.fbx-rounded.fbx-light .fbx-social-toggle, 
.fbx-modal.fbx-light.fbx-phone .fbx-prev:hover, 
.fbx-modal.fbx-light.fbx-phone .fbx-next:hover, 
.fbx-modal.fbx-light.fbx-phone .fbx-close:hover, 
.fbx-modal.fbx-light.fbx-phone .fbx-play:hover, 
.fbx-modal.fbx-light.fbx-phone .fbx-pause:hover, 
.fbx-modal.fbx-light.fbx-phone .fbx-fullscreen-toggle:hover, 
.fbx-modal.fbx-light.fbx-phone .fbx-social-toggle:hover, 
.fbx-rounded.fbx-light.fbx-inset-buttons .fbx-prev:before, 
.fbx-rounded.fbx-light.fbx-inset-buttons .fbx-next:before 
{
    border-color: #fff !important;
}



.fbx-inner-shadow
{
    box-shadow:  none !important;
}

 .fbx-btn-shadow
{
    box-shadow:  0 0 4px rgba(0, 0, 0, 0.2)!important;
}



.fbx-fullscreen .fbx-fullscreen-toggle 
{
   
     /* width: 18px;
    height: 18px;    */  
   
   /* left: -35px !important;
    top: -35px !important;

    
    background-color: #140023 !important;
    border: 0 solid #000 !important;*/
}


.fbx-close 
{

  /*  right: -35px !important;
    top: -35px !important;

    border: 0 solid #000 !important;*/
}

.fbx-slideshow .fbx-play, 
.fbx-slideshow .fbx-pause 
{
   /* bottom: -35px !important;
    right: -35px !important;

    border: 0 solid #000 !important;  */
}

/*.fbx-light .fbx-inner, */
.fbx-light .fbx-loader, 
.fbx-light .fbx-close, 
.fbx-light .fbx-prev, 
.fbx-light .fbx-next, 
.fbx-light .fbx-play, 
.fbx-light .fbx-pause, 
.fbx-light .fbx-fullscreen-toggle, 
.fbx-light .fbx-social-toggle, 
.fbx-rounded.fbx-light.fbx-inset-buttons .fbx-prev:before, 
.fbx-rounded.fbx-light.fbx-inset-buttons .fbx-next:before 
{
    background-color: #fd950e !important;
}

/*
.fbx-light .fbx-inner
{	
	background-color: #000 !important;
	border: 0 solid #000 !important;
}
*/

.fbx-rounded .fbx-item-current, 
.fbx-rounded .fbx-item-next, 
.fbx-rounded .fbx-item-image 
{
    border-radius: 0px !important;
}

.fbx-count 
{
	text-transform: none !important;
	font-variant: small-caps !important;
	color: #fff !important;
}

.fbx-rounded.fbx-sticky-buttons.fbx-full-buttons .fbx-prev, .fbx-rounded.fbx-sticky-buttons.fbx-full-buttons .fbx-next 
{

    opacity: 0.8;

}