/**
 * Juicebox 1.5.1 Classic Theme
 *
 * Copyright (c) 2015 Juicebox Inc. All rights reserved.
 * http://www.juicebox.net
 *
 * BY USING THIS SOFTWARE, YOU AGREE TO THE JUICEBOX TERMS OF USE
 * http://www.juicebox.net/terms
 *
 * Support and Documentation: http://www.juicebox.net/support
 *
 * Build Time: 07/31/2017 12:38:07 PM
 */

#juicebox-container{
   /*	max-height: 550px !important; */
}

.juicebox-gallery
{
    outline: none;
    /*font-family: 'juicebox';*/
    direction: ltr;
}

.juicebox-gallery h1, .juicebox-gallery h2, .juicebox-gallery h3, .juicebox-gallery h4,
.juicebox-gallery div, .juicebox-gallery span, .juicebox-gallery p{
    border-spacing: 0;
    padding: 0;
    margin: 0;
    border: none 0;
    vertical-align: middle;	/*don't make this "!important", or the next "vertical-align: bottom;" will be broken. */
    line-height: 1.1;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    font-family: inherit;
    background: transparent ;  /* dyhia */
}

.juicebox-gallery a, .juicebox-gallery u {
    margin: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.juicebox-gallery .jb-idx-thb-list-page-number,
.juicebox-gallery .jb-area-large-mode-title,
.juicebox-gallery .jb-idx-title,
.juicebox-gallery .jb-idx-title textarea,
.juicebox-gallery .jb-area-caption,
.juicebox-gallery .jb-area-caption div,
.juicebox-gallery .jb-splash h3,
.juicebox-gallery .jb-splash p,
.juicebox-gallery .jb-splash a,
.juicebox-gallery .jb-go-back a,
.juicebox-gallery .jb-idx-thumbnail-show-more a,
.juicebox-gallery .jb-status-message,
#jb-glry-dlg{
    /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
}

.juicebox-gallery .jb-splash h3 p,
.juicebox-gallery .jb-splash h3 a,
.juicebox-gallery .jb-splash p a,
.juicebox-gallery .jb-go-back h3 a{
    font-family: inherit;
}

.juicebox-gallery table, .juicebox-gallery tr, .juicebox-gallery td, .juicebox-gallery tbody{
    border-spacing: 0;
    padding: 0 !important;
    margin: 0 !important;
    border: none 0 !important;
    background: none repeat scroll 0 0 transparent !important;
    vertical-align: middle;	/*don't make this "!important", or the next "vertical-align: bottom;" will be broken. */
    width: 100%;
    height: 100%;
    line-height: 1;
}

.juicebox-gallery .jb-area-caption table,
.juicebox-gallery .jb-area-caption tr,
.juicebox-gallery .jb-area-caption td,
.juicebox-gallery .jb-area-caption tbody
{
    vertical-align: bottom;
}

.juicebox-gallery .jb-panel-detail table,
.juicebox-gallery .jb-panel-detail tr,
.juicebox-gallery .jb-panel-detail td,
.juicebox-gallery .jb-panel-detail tbody
{
    vertical-align: middle;
}

body.jb-flag-fullscreen{
    overflow: hidden !important;
    margin: 0px !important;
    padding: 0px !important;
}

.juicebox-gallery li {
    list-style: none
}

.juicebox-gallery p
{
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
}

.juicebox-gallery img
{
    max-width: none;
    margin: 0;
    padding: 0;
    border:none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.juicebox-gallery textarea {
    box-shadow: none;
    transition: none;
    padding: 0 1px;
    margin: 0;
    border-radius: 0;
    display: block;
    height: auto;
}

/*#162 otherwise there will be a white border around it in IE9*/
.jb-go-back img
{
    border:none;
}

/* gallery top panel */
div.jb-panel-top
{
    background: transparent;
}
.jb-flag-msie-bf9 .jb-panel-top
{
    background-color:Black;
}
.jb-go-back-icon-frame a
{
    outline: none;
}
/* gallery index panel */
.jb-panel-index
{
    height:100%;	/* for gallery preloader */
    width:100%;
    z-index: 1 !important;
}

.juicebox-gallery .jb-idx-thb-container {
    margin-left: auto;
    margin-right: auto;
    vertical-align: bottom;
    position: absolute
}
.jb-flag-large-screen-mode .jb-idx-thb-container {
    height: auto;
}

table .jb-idx-thb-list
{
    vertical-align: middle;
}

div.jb-idx-thb-list {
    margin: 5px;
    background-color: Transparent;
}

.jb-idx-thb-list .jb-idx-thumb {
    float: left;
    background-color: rgba(0, 0, 0, 0.5);
    position: relative;
}

div.jb-idx-thb-list .jb-thm-thumb-dot {
    background-color: transparent;
}

.jb-idx-thb-list .jb-idx-thumb img {
    border: 0px solid transparent;
    cursor: pointer;
    max-width: none;
}
.jb-idx-thb-list .jb-idx-thumb img:active {
    -webkit-transform: translate(2px,2px);
    -moz-transform: translate(2px,2px);
    -o-transform: translate(2px,2px);
}
.jb-idx-thumb {
    background: transparent;
}
.jb-idx-thb-frame {
    border: 0px solid transparent;
    cursor: pointer;
}
.jb-idx-thb-frame:hover {
    border-color: rgb(255, 255, 255);
    border-color: rgba(255, 255, 255, .5);
    border-style: solid;
}
.jb-flag-large-screen-mode .jb-thm-thumb-selected .jb-idx-thb-frame {
    border-color: rgb(255, 255, 255);
    border-color: rgba(255, 255, 255, .5);
    border-style: solid;
}
.jb-flag-msie .jb-idx-thb-frame {	/* the frame around thumbnail won't work correctly on IE without this */
    background: url('/gi2-modules/standard/photo/juicebox/jbcore/classic/img/assets.png') no-repeat -454px -61px;
}
div.jb-idx-thb-list-page-number {
    font-size: 13px;
}

/* gallery detail panel */
div.jb-panel-detail {
    overflow: hidden;
}
div.jb-dt-main-frame {
    position: absolute;
    vertical-align: middle;
    float: left;
    text-align: center;
    overflow: hidden;
}
.jb-dt-main-frame .jb-dt-main-image {
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, .4);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .4);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .4);
    border-color: White;
}
.jb-dt-main-frame img
{
    max-width: none;
}
.jb-flag-msie .jb-panel-detail {
    position: relative;
}
.jb-watermark, .jb-watermark a, .jb-watermark img, .jb-watermark a:visited, .jb-watermark a:active, .jb-watermark a:link, .jb-watermark a:hover
{
    border:none 0 transparent;
    outline: none;
}

/* gallery caption area */
div.jb-area-caption
{
    vertical-align: bottom;
}

.jb-cap-frame {
    float: left;
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: absolute;
}
.jb-cap-frame tr {
    vertical-align: bottom;
}
.jb-flag-size-fixed .jb-cap-frame tr {
    vertical-align: top;
}
.jb-cap-frame .jb-caption {

}
.jb-cap-frame .jbac-number {
    float: right;
    width: 72px;
    text-align: right;
    font-size: 13px;
    cursor:default;
    margin: 6px 0 0 0;
    line-height: 1.1;
}
.jb-caption .jb-caption-title {
    font-size: 17px;
    cursor:default;
    margin-right: 72px;	/* equal to "width" in .jb-cap-frame .jbac-number; margin-top is set in code in order to hide the top margin when there is no desc */
}

.jb-caption p, .jb-caption span{
    font-size: inherit;
    cursor: inherit;
    line-height: inherit;
}

.jb-caption div.jb-caption-desc
{
    /*margin-right: 72px;*/	/* equal to "width" in .jb-cap-frame .jbac-number; margin-top is set in code in order to hide the top margin when there is no desc */
}

.jb-caption p,
.jb-caption div
{
    margin-bottom: 0 !important;
    margin-left: 0;
    cursor:default;
    /*font-size: inherit;*/
}

.jb-caption div
{
    line-height: 23px;
}

.jb-caption a {
    color: white;
}
.jb-flag-msie-bf9 .jb-cap-frame .jb-caption {
    background-color:Black;
}
div.jb-cap-content {
    margin: 0 !important;
    padding: 0 !important;
}
.jb-flag-size-fixed .jb-caption
{
    height:100%;
}

/* gallery title area */
.jb-idx-ssm-title-wrapper {
    font-family:inherit;
    font-size:16px;
    color:inherit;
}

.jb-flag-large-screen-mode .jb-area-large-mode-title {
    position: absolute;
    top: 10px;
    padding: 5px 10px 5px 10px;
    color: #FFFFFF;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.4), 0 0 5px rgba(0,0,0,0.2);
    font-size: 18px;
    outline: none;
    border: none;
    cursor:default;
}

.jb-flag-large-screen-mode .jb-idx-thumbnail-container .jb-area-large-mode-title {
    padding: 0;
}

.jb-flag-large-screen-mode .jb-area-large-mode-title a, .jb-flag-large-screen-mode .jb-area-large-mode-title img
{
    outline: none;
    border: none;
}

/* gallery button bar */
div.jb-classifier-link-wrapper {
    display: none;
    position: absolute;
    top: 7px;
    padding: 0 10px;
    /*z-index: 2 !important;*/
    left: 50% !important;
    transform: translate(-50%, 0) !important;
    right: auto !important;
}

div.jb-bb-bar {
    background-color: rgba(0, 0, 0, .4);
    padding: 0 4px 0 4px;
    margin: 0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.jb-classifier-thumb-area div.jb-bb-bar {
    margin: 0 0 0 2px;
}

/*BUTTONS*/
div.jb-bb-button {
    float: left;
/*	background: url(/gi2-modules/standard/photo/juicebox/jbcore/classic/img/assets.png) no-repeat;	*/
    cursor: pointer;
    text-align: center;
    margin: 0;
    border-top-style: solid;
    border-top-width: 10px;
    border-top-color: transparent;
    padding: 0px;
    font-size: 20px;
    height: 30px;
    width: 38px;
}

.jb-flag-msiever8 div.jb-bb-button {
    border-top-style: solid;
    border-top-width: 5px;
    border-top-color: transparent;
}

.jb-flag-msie-bf9 .jb-bb-button {
    margin: 0 0 0 0;
}

.jb-flag-msie-bf9 .jb-bb-bar {
    float: right;
    padding: 0 0 0 0;
    height: 38px;
    background-color:Black;
}

/* gallery button bar on index page*/

div.jb-classifier-link-wrapper.jb-classifier-thumb-area {
    width: 50px
}

div.jb-bb-splitter
{
    border-color: White;
    display: block;
    height: 20px;
    border-style: none solid none none;
    border-width: 1px;
    float: left;
    margin: 10px 0 0 3px;
}

/* gallery navigation */
.jb-navigation {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.jb-navigation .jbn-nav-touch-area, .jb-navigation .jbn-nav-button{
    font-family: 'juicebox';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-size:20px;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.jb-navigation .jbn-nav-button
{
    width: 28px;
    height: 28px;
    padding:0;
}

.dt-nav-disabled .jbn-nav-button-icon
{
    display: none !important;
}

.jb-navigation .jbn-nav-button-icon
{
    padding: 4px 2px 0 2px;
    text-align: center;
    line-height: 1;
}

.jb-flag-msie .jb-navigation .jbn-nav-button-icon
{
    padding: 5px 2px 0 2px;
}
.jb-flag-msie .jb-navigation .jbn-left-button,
    .jb-flag-msie .jb-navigation .jbn-right-button,
    .jb-flag-msie div.index-navigation.jb-navigation .jbn-nav-button-icon
{
    height: 23px;
}
div.jb-flag-msiever8 .jb-navigation .jbn-nav-button-icon
{
    padding: 0px 2px 4px 2px;
}
div.index-navigation.jb-navigation .jbn-nav-button-icon
{
    width: 24px;
    height: 24px;
}
.jb-navigation .jbn-left-button {
    display: none;
    width: 24px;
    height: 24px;
    position: absolute;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    background-color: rgba(0,0,0,0.4);
}

.jb-flag-msie-bf9 .jb-navigation .jbn-left-button
{
    background-color:Black;
}

.jb-navigation .jbn-right-button {
    display: none;
    width: 24px;
    height: 24px;
    position: absolute;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
    border-radius: 14px;
    background-color: rgba(0,0,0,0.4);
}

.jb-flag-msie-bf9 .jb-navigation .jbn-right-button
{
    background-color:Black;
}

.jb-navigation .jbn-nav-left-button {
    color: blue;
    width: 50%
}
.jb-navigation .jbn-nav-right-button {
    color: blue;
    width: 50%;
}
.jb-navigation .jbn-left-button, .jb-navigation .jbn-right-button {
    cursor: pointer;
}

/* gallery navigation for index */

.jb-thm-thumb-dot .jb-thm-thumb-image {
    margin: 0;
    padding: 0;
    display: block;
    cursor: pointer;
}
.jb-idx-thb-list div.jb-thm-thumb-dot {
    margin: 0;
    padding: 0;
}

/* gallery navigation for detail */
.jb-navigation .jbn-nav-touch-area {
    display: inline-block;
    height: 100%;
    width: 50%;
    position: relative;
    cursor: pointer;
    float: left;
}

.jb-flag-touchable .jb-navigation .jbn-nav-touch-area {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    cursor:not-allowed;
}

.jb-flag-msiever7 .jb-navigation .jbn-nav-touch-area
{
    width: 49.99%;
}

.jb-navigation .dt-nav-disabled {
    cursor: default !important;
}
.jb-flag-msie .jbn-nav-touch-area {	/* this will make the jbn-nav-touch-area clickable on IE */
    background: url('/gi2-modules/standard/photo/juicebox/jbcore/classic/img/assets.png') no-repeat -454px -61px;
}
.jb-flag-msie .jb-navigation .jbn-nav-touch-area {
    display: block;
    float: left;
}

/* gallery go back button */
div.jb-go-back
{
    padding: 5px 10px;
    margin: 0;
}

div.jb-go-back-icon-frame
{
    background-color: rgba(0, 0, 0, .4);
    padding: 0 4px;	/*match div.jb-bb-bar to make them vertically align*/
}

a.jb-go-back-icon
{
    cursor: pointer;
    text-align: center;
    margin: 0;
    padding: 0px;
    font-size: 13px;
    height: 28px;
    width: 38px;
    display: block;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border-top-style: solid;
    border-top-width: 10px;
    border-top-color: transparent;
}

.jb-flag-msiever8 a.jb-go-back-icon {
    border-top-style: solid;
    border-top-width: 8px;
    border-top-color: transparent;
}

.jb-flag-msie-bf9 a.jb-go-back-icon
{
    background-color:Black;
}

.jb-go-back a {
    text-decoration: none;
}

/* gallery splash page */
.jb-splash-info
{
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5) !important;
    height: auto;
    width:100%;
}
.jb-splash-info p {
    color: white;
    font-size: 17px;
    line-height: 25px;
    width:auto;
}
.jb-splash-info a {color: white !important; }
p.jb-splash-desc
{
    width:auto;
    padding: 0 20px 20px 20px;
}
/* Splash page photo count*/
p.jb-splash-cnt
{
    padding: 0 20px 20px 20px;
    font-weight: normal;
}
/* Splash page title, add important in order to avoid collisions with Word Press*/
.jb-splash-info h3 {
    color: white !important;
    padding: 20px !important;
    margin: 0 !important;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.3) !important;
    font-size: 26px !important;
    font-weight: normal !important;
    letter-spacing: 1px !important;
}
/* Splash 'View Gallery' Text*/
a.jb-splash-view-glry {
    color: white;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    text-decoration: none;
    display: block;
    width: auto;
    margin: 0;
    padding: 0 20px 20px 20px;
}
div.jb-splash
{
    height: 100%;
    width: 100%;
    position:relative;
    margin:0;
    padding:0;
    cursor: pointer;
}

.jb-idx-thumbnail-container .jb-splash-holder img
{
    max-width: none;
    max-height: none;
}
.jb-splash-holder
{
    position:relative;
}
.jb-splash-background
{
    background-color: rgba(0, 0, 0, 0.35);
}

/* gallery messages */
.jb-error-message {
    color: White;
    padding: 8px 10px;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    font-size: 17px;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.3), 0 0 5px rgba(0,0,0,0.2);
    text-align:center;
}

.jb-error-message a{
    color: White;
}

/* Autoplay message */
.juicebox-gallery  .jb-status-message{
    color: White;
    padding: 8px 10px 12px 8px;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    font-size: 17px;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.3), 0 0 5px rgba(0,0,0,0.2);
    font-weight: normal;
    text-align:center;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: rgba(0, 0, 0, .5);
    overflow: hidden;
}

/* gallery flag */
.jb-flag-size-fixed
{
    overflow:hidden;
}

/* gallery status */
.jb-status-thumb-loading
{
    background-color:rgba(0,0,0,0.5);
    height: 100%;
    width: 100%;
    margin: 0;
}
.jb-flag-msie-bf9 .jb-status-thumb-loading
{
    background-color:Black;
}
div.jb-status-loading {
    background: url('/gi2-modules/standard/photo/juicebox/jbcore/classic/img/spinner.gif') no-repeat center;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center
}
.jb-badge
{
    background: url('/gi2-modules/standard/photo/juicebox/jbcore/classic/img/jb001.png') no-repeat center;
}


/****** font icon stuff ******/
@font-face {
    font-family: 'juicebox';
    src:url('/gi2-modules/standard/photo/juicebox/jbcore/classic/fonts/juicebox.eot');
    src:url('/gi2-modules/standard/photo/juicebox/jbcore/classic/fonts/juicebox.eot?#iefix') format('embedded-opentype'),
        url('/gi2-modules/standard/photo/juicebox/jbcore/classic/fonts/juicebox.woff') format('woff'),
        url('/gi2-modules/standard/photo/juicebox/jbcore/classic/fonts/juicebox.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* Use the following CSS code if you want to use data attributes for inserting your icons */

.jb-thm-thumb-dot, a.jb-go-back-icon
{
    font-family: 'juicebox' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

div.jb-bb-button:before
{
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;

}

.jb-thm-thumb-dot, a.jb-go-back-icon
{
    font-size: 20px;
}

/* Icon Font Ids */
.jb-navigation .jbn-left-button:before, .jb-flag-large-screen-mode .jb-navigation .jbn-left-button:before
{
    content: "\f053";
    font-family: 'Font Awesome 5 Free' !important;
    text-shadow: 0px 2px  #fff;
    color:#000;
    font-weight: 900;
}
.jb-navigation .jbn-right-button:before, .jb-flag-large-screen-mode .jb-navigation .jbn-right-button:before
{
    content: "\f054";
    font-family: 'Font Awesome 5 Free' !important;
    text-shadow: 0px 2px  #fff;
    color:#000;
    font-weight: 900;
}
.jb-flag-large-screen-mode .jb-bb-button.jb-bb-btn-de-show-list:before
{
    content: "\f00a";
    font-family: 'Font Awesome 5 Free' !important;
    text-shadow: 0px 2px  #fff;
    color:#000;
    font-weight: 900;
}
.jb-bb-button.jb-bb-btn-de-show-list:before
{
    content: "\e003";
    font-family: 'juicebox' !important;
    text-shadow: 0px 2px  #fff;
    color:#000;
    font-weight: 900;
}
.jb-bb-button.jb-bb-btn-open-url:before
{
    content: "\f0c5";
    font-family: 'Font Awesome 5 Free' !important;
    text-shadow: 0px 2px  #fff;
    color:#000;
    font-weight: 900;
}
.jb-bb-button.jb-bb-btn-download:before
{
    content: "\e017";
    text-shadow: 0px 2px  #fff;
    color:#000;
    font-weight: 900;
}
.jb-bb-button.jb-bb-btn-full-screen:before
{
    content: "\f065";
    font-family: 'Font Awesome 5 Free' !important;
    text-shadow: 0px 2px  #fff;
    color:#000;
    font-weight: 900;
}
.jb-bb-button.jb-bb-btn-full-screen.jb-bb-btn-de-full-screen:before
{
    content: "\f065";
    font-family: 'Font Awesome 5 Free' !important;
    text-shadow: 0px 2px  #fff;
    color:#000;
    font-weight: 900;
}
.jb-bb-button.jb-bb-btn-top-nav.jb-bb-btn-top-nav-left:before
{
    content: "\f060";
    font-family: 'Font Awesome 5 Free' !important;
    text-shadow: 0px 2px  #fff;
    color:#000;
    font-weight: 900;
}
.jb-bb-button.jb-bb-btn-top-nav.jb-bb-btn-top-nav-right:before
{
    content: "\f061";
    font-family: 'Font Awesome 5 Free' !important;
    text-shadow: 0px 2px  #fff;
    color:#000;
    font-weight: 900;
}
.jb-bb-button.jb-bb-btn-auto-play:before
{
    content: "\f04b";
    font-family: 'Font Awesome 5 Free' !important;
    text-shadow: 0px 2px  #fff;
    color:#000;
    font-weight: 900;
}
.jb-bb-button.jb-bb-btn-auto-play.jb-status-playing:before
{
    content: "\f04c";
    font-family: 'Font Awesome 5 Free' !important;
    text-shadow: 0px 2px  #fff;
    color:#000;
    font-weight: 900;
}
.jb-bb-button.jb-bb-btn-show-info:before
{
    content: "\e00b";
    text-shadow: 0px 2px  #fff;
    color:#000;
    font-weight: 900;
}
.jb-bb-button.jb-bb-btn-audio:before {
    content: "\e00c";
    text-shadow: 0px 2px  #fff;
    color:#000;
    font-weight: 900;
}
.jb-bb-button.jb-bb-btn-audio.jb-status-playing:before
{
    content: "\e00d";
    text-shadow: 0px 2px  #fff;
    color:#000;
    font-weight: 900;
}
.jb-bb-button.jb-bb-btn-fotomoto:before
{
    content: "\e00e";
    text-shadow: 0px 2px  #fff;
    color:#000;
    font-weight: 900;
}
.jb-bb-button.jb-bb-btn-facebook:before
{
    content: "\e00f";
    text-shadow: 0px 2px  #fff;
    color:#000;
    font-weight: 900;
}
.jb-bb-button.jb-bb-btn-twitter:before
{
    content: "\e010";
    text-shadow: 0px 2px  #fff;
    color:#000;
    font-weight: 900;
}
.jb-bb-button.jb-bb-btn-gplus:before
{
    content: "\e011";
    text-shadow: 0px 2px  #fff;
    color:#000;
    font-weight: 900;
}
.jb-bb-button.jb-bb-btn-printerest:before
{
    content: "\e012";
    text-shadow: 0px 2px  #fff;
    color:#000;
    font-weight: 900;
}
.jb-bb-button.jb-bb-btn-tumblr:before
{
    content: "\e013";
    text-shadow: 0px 2px  #fff;
    color:#000;
    font-weight: 900;
}
.jb-bb-button.jb-bb-btn-email:before
{
    content: "\e016";
    text-shadow: 0px 2px  #fff;
    color:#000;
    font-weight: 900;
}
a.jb-go-back-icon:before
{
    content: "\e014";
    text-shadow: 0px 2px  #fff;
    color:#000;
    font-weight: 900;
}

.jb-thm-thumb-dot .jb-thm-thumb-image:before
{
    content: "\e015";
    text-shadow: 0px 2px  #fff;
    color:#000;
    font-weight: 900;
}

/* IE8 need something differently */
.jb-flag-msiever8 .jb-navigation .jbn-left-button:before, .jb-flag-msiever8 .jb-flag-large-screen-mode .jb-navigation .jbn-left-button:before
{
    content: "";
}
.jb-flag-msiever8 .jb-navigation .jbn-right-button:before, .jb-flag-msiever8 .jb-flag-large-screen-mode .jb-navigation .jbn-right-button:before
{
    content: "";
}
.jb-flag-msiever8 .jb-flag-large-screen-mode .jb-bb-button.jb-bb-btn-de-show-list:before
{
    content: "";
}
.jb-flag-msiever8 .jb-bb-button.jb-bb-btn-de-show-list:before
{
    content: "";
}
.jb-flag-msiever8 .jb-bb-button.jb-bb-btn-open-url:before
{
    content: "";
}
.jb-flag-msiever8 .jb-bb-button.jb-bb-btn-full-screen:before
{
    content: "";
}
.jb-flag-msiever8 .jb-bb-button.jb-bb-btn-full-screen.jb-bb-btn-de-full-screen:before
{
    content: "";
}
.jb-flag-msiever8 .jb-bb-button.jb-bb-btn-top-nav.jb-bb-btn-top-nav-left:before
{
    content: "";
}
.jb-flag-msiever8 .jb-bb-button.jb-bb-btn-top-nav.jb-bb-btn-top-nav-right:before
{
    content: "";
}
.jb-flag-msiever8 .jb-bb-button.jb-bb-btn-auto-play:before
{
    content: "";
}
.jb-flag-msiever8 .jb-bb-button.jb-bb-btn-auto-play.jb-status-playing:before
{
    content: "";
}
.jb-flag-msiever8 .jb-bb-button.jb-bb-btn-show-info:before
{
    content: "";
}
.jb-flag-msiever8 .jb-bb-button.jb-bb-btn-audio:before {
    content: "";
}
.jb-flag-msiever8 .jb-bb-button.jb-bb-btn-audio.jb-status-playing:before
{
    content: "";
}
.jb-flag-msiever8 .jb-bb-button.jb-bb-btn-fotomoto:before
{
    content: "";
}
.jb-flag-msiever8 .jb-bb-button.jb-bb-btn-facebook:before
{
    content: "";
}
.jb-flag-msiever8 .jb-bb-button.jb-bb-btn-twitter:before
{
    content: "";
}
.jb-flag-msiever8 .jb-bb-button.jb-bb-btn-gplus:before
{
    content: "";
}
.jb-flag-msiever8 .jb-bb-button.jb-bb-btn-printerest:before
{
    content: "";
}
.jb-flag-msiever8 .jb-bb-button.jb-bb-btn-tumblr:before
{
    content: "";
}
.jb-flag-msiever8 a.jb-go-back-icon:before
{
    content: "";
}

.jb-flag-msiever8 .jb-thm-thumb-dot .jb-thm-thumb-image:before {
    content: "";
}

div.jb-idx-thumbnail-show-more {
  	padding: 0;
    margin: 0 0 5px 0;
}

.jb-idx-thumbnail-show-more a {
   	text-decoration: none;
    display: block;
    text-align: center;
}

#jb-glry-dlg {
    z-index: 9999;
    direction: ltr;
}

@media only screen {
    @-ms-viewport {width: device-width; initial-scale: 1; user-scalable: no;}
}

.juicebox-gallery {
    -ms-touch-action:none;
}

#jb-dialog-login-form{
    width: 80%;
    height: 50%;
    top: 25%;
    left: 10%;
    position: relative;
    padding:10px 10px 10px 20px;
    border: none;
    text-align: left;
    color: #fff;
    background: inherit;
    box-shadow: none;
    font-family: sans-serif;
    max-width: 460px;
}

.jb-flag-fullscreen #jb-dialog-login-form{
    width: 460px;
    height: 200px;
    position: absolute;
    top:calc(50% - 110px);
    left:calc(50% - 240px);
}

#jb-dialog-login-form-prompt{
    font-size: 22px;
}

.jb-flag-fixed #jb-dialog-login-form-prompt{
    font-size: 20px;
}

.jb-dialog-login-form-text{
    margin:10px 0 2px 0;
    font-size: 13px;
    height: 20px;
}

.jb-dialog-input-area.jb-dialog-login-form-text{
    height: 50px;
}

#jb-dialog-login-text{
    width: 60%;
    color: #333;
    height: 35px;
    line-height: 35px;
    padding: 0 10px 0 10px;
    font-size: 17px;
}

.jb-flag-fullscreen #jb-dialog-login-text{
    width: 300px;
}

input#jb-dialog-login-text::-webkit-input-placeholder {
    font-size: 17px;
}
input#jb-dialog-login-text::-moz-placeholder {
    font-size: 17px;
}
input#jb-dialog-login-text:-ms-input-placeholder {
    font-size: 17px;
}

#jb-dialog-btn-login-submit{
    margin-left: 10px;
    height: 40px;
    width: 15%;
    background-color: rgba(0,0,0,.4);
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1.1em;
}

.jb-flag-fullscreen #jb-dialog-btn-login-submit{
    width: 70px;
    font-size: 17px;
}

.jb-login-error-message{
    color:red;
    font-size: 16px;
    margin: 20px 0 0 0;
    padding: 0;
    display: none;
}

#jb-dialog-login-form-prompt-message{
    margin-top:20px;
    margin-left:0;
}

#jb-dialog-login-form a{
    color:inherit;
}

@media only screen and (min-width: 240px) and (max-width: 360px) {
    .jb-flag-fullscreen #jb-dialog-login-form{
        width:260px;
        left:calc(50% - 140px);
    }
    .jb-flag-fullscreen  #jb-dialog-btn-login-submit{
        width: 60px;
    }

    .jb-flag-fullscreen #jb-dialog-login-text{
        width: 160px;
        height: 35px;
    }

    .jb-flag-fullscreen #jb-dialog-login-form-prompt{
        height: 30px;
        font-size: 20px;
    }

    .jb-flag-fullscreen input#jb-dialog-login-text::-webkit-input-placeholder {
        font-size: 12px;
    }

    .jb-flag-fullscreen input#jb-dialog-login-text::-moz-placeholder {
        font-size: 12px;
    }

    .jb-flag-fullscreen input#jb-dialog-login-text:-ms-input-placeholder {
        font-size: 12px;
    }
}

@media only screen and (min-width: 361px) and (max-width: 480px) {
    .jb-flag-fullscreen #jb-dialog-login-form{
        width:320px;
        left:calc(50% - 170px);
    }
    .jb-flag-fullscreen .jb-dialog-login-form-text{
        font-size: 12px;
    }
    .jb-flag-fullscreen #jb-dialog-btn-login-submit{
        width: 60px;
    }
    .jb-flag-fullscreen #jb-dialog-login-text{
        width: 220px;
        height: 35px;
    }

    .jb-flag-fullscreen #jb-dialog-login-form-prompt{
        height: 30px;
        font-size: 20px;
    }
    .jb-flag-fullscreen input#jb-dialog-login-text::-webkit-input-placeholder {
        font-size: 12px;
    }
    .jb-flag-fullscreen input#jb-dialog-login-text::-moz-placeholder {
        font-size: 12px;
    }
    .jb-flag-fullscreen input#jb-dialog-login-text:-ms-input-placeholder {
        font-size: 12px;
    }
}

.jcbx-glry-classic {
   /*	background: #222222;
    color: white; */
    clear: both;
    /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    height: 500px;
    position: relative;
    overflow: hidden;
    display:block !important;
    background: none !important ;
}

.jcbx-glry-classic a{
    color: inherit;
}
.jcbx-glry-classic:hover .button_bar {
}
.jcbx-glry-classic:hover .navigation {
}
.jcbx-glry-classic .jb-idx-thb-list .jb-idx-thumb img {
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .4);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .4);
    box-shadow: 0 0 5px rgba(0, 0, 0, .4);
    /* For IE 8
     -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#000000')";
     / For IE 5.5 - 7 /
     filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=270, Color='#000000');
     */
}
.jb-idx-title, .jb-idx-title textarea, .jb-go-back .jb-go-back-text {
    font-size: 18px;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.4), 0 0 5px rgba(0,0,0,0.2);
}
.jb-idx-thb-list-page-number {
}

.jb-classifier-show-on-over .jb-classifier-layer{   /* pour modifier la couleur de la description il faut enelver ca Dyhia */
   background: rgba(255, 255, 255,1) ;
}
