.flip-clock-wrapper * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-o-backface-visibility: hidden;
backface-visibility: hidden;
}
.flip-clock-wrapper a {
cursor: pointer;
text-decoration: none !important;
border-bottom: none !important;
color: #ccc; }
.flip-clock-wrapper a:hover {
color: #fff; }
.flip-clock-wrapper ul {
list-style: none; }
.flip-clock-wrapper.clearfix:before,
.flip-clock-wrapper.clearfix:after {
content: " ";
display: table; }
.flip-clock-wrapper.clearfix:after {
clear: both; }
.flip-clock-wrapper.clearfix {
*zoom: 1; } .flip-clock-wrapper {
font: normal 11px "Helvetica Neue", Helvetica, sans-serif;
-webkit-user-select: none; }
.flip-clock-wrapper .flip-clock-meridium {
background: none !important;
box-shadow: 0 0 0 !important;
font-size: 36px !important; }
.flip-clock-wrapper .flip-clock-meridium a { color: #313333; }
.flip-clock-wrapper {
text-align: center;
position: relative;
width: 100%;
margin: 1em;
}
.flip-clock-wrapper:before,
.flip-clock-wrapper:after {
content: " "; display: table; }
.flip-clock-wrapper:after {
clear: both;
} .flip-clock-wrapper ul {
position: relative;
float: left;
margin: 5px;
width: 60px;
height: 90px;
font-size: 80px;
font-weight: bold;
line-height: 87px;
border-radius: 6px;
background: #000;
}
.flip-clock-wrapper ul li {
z-index: 1;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
text-decoration: none !important;
margin-left: 0;
}
.flip-clock-wrapper ul li:first-child {
z-index: 2; }
.flip-clock-wrapper ul li a {
display: block;
height: 100%;
-webkit-perspective: 200px;
-moz-perspective: 200px;
perspective: 200px;
margin: 0 !important;
overflow: visible !important;
cursor: default !important; }
.flip-clock-wrapper ul li a div {
z-index: 1;
position: absolute;
left: 0;
width: 100%;
height: 50%;
font-size: 80px;
overflow: hidden; }
.flip-clock-wrapper ul li a div .shadow {
position: absolute;
width: 100%;
height: 100%;
z-index: 2; }
.flip-clock-wrapper ul li a div.up {
-webkit-transform-origin: 50% 100%;
-moz-transform-origin: 50% 100%;
-ms-transform-origin: 50% 100%;
-o-transform-origin: 50% 100%;
transform-origin: 50% 100%;
top: 0; }
.flip-clock-wrapper ul li a div.up:after {
content: "";
position: absolute;
top: 44px;
left: 0;
z-index: 5;
width: 100%;
height: 3px;
background-color: #000;
background-color: rgba(0, 0, 0, 0.4); }
.flip-clock-wrapper ul li a div.down {
-webkit-transform-origin: 50% 0;
-moz-transform-origin: 50% 0;
-ms-transform-origin: 50% 0;
-o-transform-origin: 50% 0;
transform-origin: 50% 0;
bottom: 0; }
.flip-clock-wrapper ul li a div div.inn {
position: absolute;
left: 0;
z-index: 1;
width: 100%;
height: 200%;
color: #ccc;
text-shadow: 0 1px 2px #000;
text-align: center;
background-color: #333;
border-radius: 6px;
font-size: 70px; }
.flip-clock-wrapper ul li a div.up div.inn {
top: 0; }
.flip-clock-wrapper ul li a div.down div.inn {
bottom: 0; } .flip-clock-wrapper ul.play li.flip-clock-before {
z-index: 3; }
.flip-clock-wrapper .flip {   box-shadow: 0 2px 5px rgba(0, 0, 0, 0.7); }
.flip-clock-wrapper ul.play li.flip-clock-active {
-webkit-animation: asd 0.5s 0.5s linear both;
-moz-animation: asd 0.5s 0.5s linear both;
animation: asd 0.5s 0.5s linear both;
z-index: 5; }
.flip-clock-divider {
float: left;
display: inline-block;
position: relative;
width: 20px;
height: 100px; }
.flip-clock-divider:first-child {
width: 0; }
.flip-clock-dot {
display: block;
background: #323434;
width: 10px;
height: 10px;
position: absolute;
border-radius: 50%;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
left: 5px; }
.flip-clock-divider .flip-clock-label {
position: absolute;
top: -1.5em;
right: -86px;
color: black;
text-shadow: none; }
.flip-clock-divider.minutes .flip-clock-label {
right: -88px; }
.flip-clock-divider.seconds .flip-clock-label {
right: -91px; }
.flip-clock-dot.top {
top: 30px; }
.flip-clock-dot.bottom {
bottom: 30px; }
@-webkit-keyframes asd {
0% {
z-index: 2; }
20% {
z-index: 4; }
100% {
z-index: 4; } }
@-moz-keyframes asd {
0% {
z-index: 2; }
20% {
z-index: 4; }
100% {
z-index: 4; } }
@-o-keyframes asd {
0% {
z-index: 2; }
20% {
z-index: 4; }
100% {
z-index: 4; } }
@keyframes asd {
0% {
z-index: 2; }
20% {
z-index: 4; }
100% {
z-index: 4; } }
.flip-clock-wrapper ul.play li.flip-clock-active .down {
z-index: 2;
-webkit-animation: turn 0.5s 0.5s linear both;
-moz-animation: turn 0.5s 0.5s linear both;
animation: turn 0.5s 0.5s linear both; }
@-webkit-keyframes turn {
0% {
-webkit-transform: rotateX(90deg); }
100% {
-webkit-transform: rotateX(0deg); } }
@-moz-keyframes turn {
0% {
-moz-transform: rotateX(90deg); }
100% {
-moz-transform: rotateX(0deg); } }
@-o-keyframes turn {
0% {
-o-transform: rotateX(90deg); }
100% {
-o-transform: rotateX(0deg); } }
@keyframes turn {
0% {
transform: rotateX(90deg); }
100% {
transform: rotateX(0deg); } }
.flip-clock-wrapper ul.play li.flip-clock-before .up {
z-index: 2;
-webkit-animation: turn2 0.5s linear both;
-moz-animation: turn2 0.5s linear both;
animation: turn2 0.5s linear both; }
@-webkit-keyframes turn2 {
0% {
-webkit-transform: rotateX(0deg); }
100% {
-webkit-transform: rotateX(-90deg); } }
@-moz-keyframes turn2 {
0% {
-moz-transform: rotateX(0deg); }
100% {
-moz-transform: rotateX(-90deg); } }
@-o-keyframes turn2 {
0% {
-o-transform: rotateX(0deg); }
100% {
-o-transform: rotateX(-90deg); } }
@keyframes turn2 {
0% {
transform: rotateX(0deg); }
100% {
transform: rotateX(-90deg); } }
.flip-clock-wrapper ul li.flip-clock-active {
z-index: 3; } .flip-clock-wrapper ul.play li.flip-clock-before .up .shadow {
background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));
background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
-webkit-animation: show 0.5s linear both;
-moz-animation: show 0.5s linear both;
animation: show 0.5s linear both; }
.flip-clock-wrapper ul.play li.flip-clock-active .up .shadow {
background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));
background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
-webkit-animation: hide 0.5s 0.3s linear both;
-moz-animation: hide 0.5s 0.3s linear both;
animation: hide 0.5s 0.3s linear both; } .flip-clock-wrapper ul.play li.flip-clock-before .down .shadow {
background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));
background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
-webkit-animation: show 0.5s linear both;
-moz-animation: show 0.5s linear both;
animation: show 0.5s linear both; }
.flip-clock-wrapper ul.play li.flip-clock-active .down .shadow {
background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));
background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
-webkit-animation: hide 0.5s 0.3s linear both;
-moz-animation: hide 0.5s 0.3s linear both;
animation: hide 0.5s 0.2s linear both; }
@-webkit-keyframes show {
0% {
opacity: 0; }
100% {
opacity: 1; } }
@-moz-keyframes show {
0% {
opacity: 0; }
100% {
opacity: 1; } }
@-o-keyframes show {
0% {
opacity: 0; }
100% {
opacity: 1; } }
@keyframes show {
0% {
opacity: 0; }
100% {
opacity: 1; } }
@-webkit-keyframes hide {
0% {
opacity: 1; }
100% {
opacity: 0; } }
@-moz-keyframes hide {
0% {
opacity: 1; }
100% {
opacity: 0; } }
@-o-keyframes hide {
0% {
opacity: 1; }
100% {
opacity: 0; } }
@keyframes hide {
0% {
opacity: 1; }
100% {
opacity: 0; } } .entry-content .flip-clock-wrapper ul > li {
list-style: none;
}
.flip-clock-wrapper {
margin: 1.4em auto 0 auto;
width: 640px;
} @media (max-width: 720px) { .flip-clock-wrapper * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-o-backface-visibility: hidden;
backface-visibility: hidden;
}
.flip-clock-wrapper a {
cursor: pointer;
text-decoration: none !important;
border-bottom: none !important;
color: #ccc; }
.flip-clock-wrapper a:hover {
color: #fff; }
.flip-clock-wrapper ul {
list-style: none; }
.flip-clock-wrapper.clearfix:before,
.flip-clock-wrapper.clearfix:after {
content: " ";
display: table; }
.flip-clock-wrapper.clearfix:after {
clear: both; }
.flip-clock-wrapper.clearfix {
*zoom: 1; } .flip-clock-wrapper {
font: normal 11px "Helvetica Neue", Helvetica, sans-serif;
-webkit-user-select: none; }
.flip-clock-wrapper .flip-clock-meridium {
background: none !important;
box-shadow: 0 0 0 !important;
font-size: 18px !important; }
.flip-clock-wrapper .flip-clock-meridium a { color: #313333; }
.flip-clock-wrapper {
text-align: center;
position: relative;
width: 100%;
margin: 1em;
}
.flip-clock-wrapper:before,
.flip-clock-wrapper:after {
content: " "; display: table; }
.flip-clock-wrapper:after {
clear: both;
} .flip-clock-wrapper ul {
position: relative;
float: left;
margin: 2px;
width: 30px;
padding: 0;
height: 38px;
font-size: 80px;
font-weight: bold;
line-height: 37px;
border-radius: 6px;
background: #000;
}
.flip-clock-wrapper ul li {
z-index: 1;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
text-decoration: none !important;
margin-left: 0;
}
.flip-clock-wrapper ul li:first-child {
z-index: 2; }
.flip-clock-wrapper ul li a {
display: block;
height: 100%;
-webkit-perspective: 200px;
-moz-perspective: 200px;
perspective: 200px;
margin: 0 !important;
overflow: visible !important;
cursor: default !important; }
.flip-clock-wrapper ul li a div {
z-index: 1;
position: absolute;
left: 0;
width: 100%;
height: 50%;
font-size: 80px;
overflow: hidden; }
.flip-clock-wrapper ul li a div .shadow {
position: absolute;
width: 100%;
height: 100%;
z-index: 2; }
.flip-clock-wrapper ul li a div.up {
-webkit-transform-origin: 50% 100%;
-moz-transform-origin: 50% 100%;
-ms-transform-origin: 50% 100%;
-o-transform-origin: 50% 100%;
transform-origin: 50% 100%;
top: 0; }
.flip-clock-wrapper ul li a div.up:after {
content: "";
position: absolute;
top: 44px;
left: 0;
z-index: 5;
width: 100%;
height: 3px;
background-color: #000;
background-color: rgba(0, 0, 0, 0.4); }
.flip-clock-wrapper ul li a div.down {
-webkit-transform-origin: 50% 0;
-moz-transform-origin: 50% 0;
-ms-transform-origin: 50% 0;
-o-transform-origin: 50% 0;
transform-origin: 50% 0;
bottom: 0; }
.flip-clock-wrapper ul li a div div.inn {
position: absolute;
left: 0;
z-index: 1;
width: 100%;
height: 200%;
color: #ccc;
text-shadow: 0 1px 2px #000;
text-align: center;
background-color: #333;
border-radius: 6px;
font-size: 20px; }
.flip-clock-wrapper ul li a div.up div.inn {
top: 0; }
.flip-clock-wrapper ul li a div.down div.inn {
bottom: 0; } .flip-clock-wrapper ul.play li.flip-clock-before {
z-index: 3; }
.flip-clock-wrapper .flip {   box-shadow: 0 2px 5px rgba(0, 0, 0, 0.7); }
.flip-clock-wrapper ul.play li.flip-clock-active {
-webkit-animation: asd 0.5s 0.5s linear both;
-moz-animation: asd 0.5s 0.5s linear both;
animation: asd 0.5s 0.5s linear both;
z-index: 5; }
.flip-clock-wrapper .flip-clock-divider {
float: left;
display: inline-block;
position: relative;
width: 15px;
height: 40px; }
.flip-clock-wrapper .flip-clock-divider:first-child {
width: 0; }
.flip-clock-wrapper .flip-clock-dot {
display: block;
background: #323434;
width: 5px;
height: 5px;
position: absolute;
border-radius: 50%;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
left: 5px; }
.flip-clock-wrapper .flip-clock-divider .flip-clock-label {
position: absolute;
top: -1.1em;
right: -48px;
color: black;
text-shadow: none; }
.flip-clock-wrapper .flip-clock-divider.minutes .flip-clock-label {
right: -54px; }
.flip-clock-wrapper .flip-clock-divider.seconds .flip-clock-label {
right: -56px; }
.flip-clock-wrapper .flip-clock-dot.top {
top: 10px; }
.flip-clock-wrapper .flip-clock-dot.bottom {
bottom: 6px; }
.flip-clock-wrapper ul.play li.flip-clock-active .down {
z-index: 2;
-webkit-animation: turn 0.5s 0.5s linear both;
-moz-animation: turn 0.5s 0.5s linear both;
animation: turn 0.5s 0.5s linear both; }
.flip-clock-wrapper ul.play li.flip-clock-before .up {
z-index: 2;
-webkit-animation: turn2 0.5s linear both;
-moz-animation: turn2 0.5s linear both;
animation: turn2 0.5s linear both; }
.flip-clock-wrapper ul li.flip-clock-active {
z-index: 3; } .flip-clock-wrapper ul.play li.flip-clock-before .up .shadow {
background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));
background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
-webkit-animation: show 0.5s linear both;
-moz-animation: show 0.5s linear both;
animation: show 0.5s linear both; }
.flip-clock-wrapper ul.play li.flip-clock-active .up .shadow {
background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));
background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
-webkit-animation: hide 0.5s 0.3s linear both;
-moz-animation: hide 0.5s 0.3s linear both;
animation: hide 0.5s 0.3s linear both; } .flip-clock-wrapper ul.play li.flip-clock-before .down .shadow {
background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));
background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
-webkit-animation: show 0.5s linear both;
-moz-animation: show 0.5s linear both;
animation: show 0.5s linear both; }
.flip-clock-wrapper ul.play li.flip-clock-active .down .shadow {
background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));
background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
-webkit-animation: hide 0.5s 0.3s linear both;
-moz-animation: hide 0.5s 0.3s linear both;
animation: hide 0.5s 0.2s linear both; }
.flip-clock-wrapper {
margin: 1.4em auto 0 auto;
width: 320px;
}
}.responsiveSlider{padding: 0px ;margin: 0px ;}
.responsiveSlider li img{ background: none ;border: none ;margin: 0 0px 0px 0 ;max-width:auto ; padding: 0px ; }
.bx-wrapper {
position: relative ;
margin: 0 auto 19px ;
padding: 0 ;
*zoom: 1 ;
}
.bx-wrapper * {box-sizing:content-box}
.limargin{margin-right: 15px ;}
.bx-wrapper .bx-viewport {padding: 5px ;left: -5px ;}
.bx-wrapper img {
max-width: 100% ;
display: block ;
border-radius:5px ;
} .bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
position: absolute ;
bottom: -30px ;
width: 100% ;
} .bx-wrapper .bx-loading {
min-height: 50px ;
background: url(//www.schuylkillfair.com/wp-content/plugins/continuous-image-carousel-with-lightbox/images/bx_loader.gif) center center no-repeat #fff ;
height: 100% ;
width: 100% ;
position: absolute ;
top: 0 ;
left: 0 ;
z-index: 2000 ;
} .bx-wrapper .bx-pager {
text-align: center ;
font-size: 13px ;
font-family: Arial ;
font-weight: bold ;
color: #666 ;
padding-top: 20px ;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
display: inline-block ;
*zoom: 1 ;
*display: inline ;
}
.bx-wrapper .bx-pager.bx-default-pager a {
background: #666 ;
text-indent: -9999px ;
display: block ;
width: 10px ;
height: 10px ;
margin: 0 5px ;
outline: 0 ;
-moz-border-radius: 5px ;
-webkit-border-radius: 5px ;
border-radius: 5px ;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
background: #000 ;
} .bx-wrapper .bx-prev {
left: 4px ;
background: url(//www.schuylkillfair.com/wp-content/plugins/continuous-image-carousel-with-lightbox/images/controls.png) no-repeat 0 -32px ;
}
.bx-wrapper .bx-next {
right: 1px ;
background: url(//www.schuylkillfair.com/wp-content/plugins/continuous-image-carousel-with-lightbox/images/controls.png) no-repeat -43px -32px ;
}
.bx-wrapper .bx-prev:hover {
background-position: 0 0 ;
}
.bx-wrapper .bx-next:hover {
background-position: -43px 0 ;
}
.bx-wrapper .bx-controls-direction a {
position: absolute ;
top: 50% ;
margin-top: -16px ;
outline: 0 ;
width: 32px ;
height: 32px ;
text-indent: -9999px ;
z-index: 9999 ;
}
.bx-wrapper .bx-controls-direction a.disabled {
display: none ;
} .bx-wrapper .bx-controls-auto {
text-align: center ;
}
.bx-wrapper .bx-controls-auto .bx-start {
display: block ;
text-indent: -9999px ;
width: 10px ;
height: 11px ;
outline: 0 ;
background: url(//www.schuylkillfair.com/wp-content/plugins/continuous-image-carousel-with-lightbox/images/controls.png) -86px -11px no-repeat ;
margin: 0 3px ;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
background-position: -86px 0 ;
}
.bx-wrapper .bx-controls-auto .bx-stop {
display: block ;
text-indent: -9999px ;
width: 9px ;
height: 11px ;
outline: 0 ;
background: url(//www.schuylkillfair.com/wp-content/plugins/continuous-image-carousel-with-lightbox/images/controls.png) -86px -44px no-repeat ;
margin: 0 3px ;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
background-position: -86px -33px ;
} .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
text-align: left ;
width: 80% ;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
right: 0 ;
width: 35px ;
} .bx-wrapper .bx-caption {
position: absolute ;
bottom: 0 ;
left: 0 ;
background: #666\9 ;
background: rgba(80, 80, 80, 0.75) ;
width: 100% ;
border-radius:5px;
}
.bx-wrapper .bx-caption span {
color: #fff ;
font-family: Arial ;
display: block ;
font-size: 13px ;
padding: 10px ;
}
.image_error{color:red ;}
.succMsg{background:#E2F3DA  ;border: 1px solid #9ADF8F ;color:#556652  ;padding:8px 8px 8px 36px ;text-align:left ;margin:5px ;margin-left: 0px ;margin-top: 30px ;width:505px  ;}
.errMsg{background:#FFCECE  ;border: 1px solid #DF8F8F ;color:#665252  ;padding:8px 8px 8px 36px ; text-align:left ;margin:5px ;margin-left: 0px ;margin-top: 30px ;width:505px  ;}
.uparrow{text-align: center  ;}
.uparrow img{cursor: pointer  ;background: none  ;border: none  ;margin: 0 0px 0px 0  ;padding: 0px  ;max-width: auto  ;}
.downarrow{text-align: center }
.downarrow img{cursor: pointer  ;background: none  ;border: none  ;margin: 0 0px 0px 0  ;padding: 0px  ;max-width: auto  ;}
.verticalmainTable{margin: 0 auto  ;}
.verticalmainSliderDiv{}
.sliderUl{}
.sliderimgLiVertical{list-style-type:none  ;padding:0px  ;margin:0px  ;background: none  ;}
.sliderimgLiVertical img{background: white  ;border: 1px solid #CCCCCC  ;padding: 12px   ;margin: 7px  ;border-radius:10px  ;}
.printCode{background: lightYellow none repeat scroll 0 0 ;border: 1px inset orange ;height: 36px ;margin: 10px ;overflow: auto ;padding: 6px ;text-align: left ;color: black ;width:70% ;}
#gridTbl{width: 100%;}
.table{width:100%;margin-bottom:18px;}.table th,.table td{padding:8px;line-height:18px;text-align:left;vertical-align:top;border-top:1px solid #E1E1E1}
.table th{font-weight:bold;}
.table thead th{vertical-align:bottom;}
.table thead:first-child tr th,.table thead:first-child tr td{border-top:0;}
.table tbody+tbody{border-top:2px solid #ddd;}
.table-condensed th,.table-condensed td{padding:4px 5px;background-color: #ffffff;}
.table-bordered{border:1px solid #ddd;border-collapse:separate;*border-collapse:collapsed;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}.table-bordered th+th,.table-bordered td+td,.table-bordered th+td,.table-bordered td+th{border-left:1px solid #E1E1E1;background-color: #ffffff;}
.table-bordered thead:first-child tr:first-child th,.table-bordered tbody:first-child tr:first-child th,.table-bordered tbody:first-child tr:first-child td{border-top:0;}
.table-bordered thead:first-child tr:first-child th:first-child,.table-bordered tbody:first-child tr:first-child td:first-child{-webkit-border-radius:4px 0 0 0;-moz-border-radius:4px 0 0 0;border-radius:4px 0 0 0;}
.table-bordered thead:first-child tr:first-child th:last-child,.table-bordered tbody:first-child tr:first-child td:last-child{-webkit-border-radius:0 4px 0 0;-moz-border-radius:0 4px 0 0;border-radius:0 4px 0 0;}
.table-bordered thead:last-child tr:last-child th:first-child,.table-bordered tbody:last-child tr:last-child td:first-child{-webkit-border-radius:0 0 0 4px;-moz-border-radius:0 0 0 4px;border-radius:0 0 0 4px;}
.table-bordered thead:last-child tr:last-child th:last-child,.table-bordered tbody:last-child tr:last-child td:last-child{-webkit-border-radius:0 0 4px 0;-moz-border-radius:0 0 4px 0;border-radius:0 0 4px 0;}
.table-striped tbody tr:nth-child(odd) td,.table-striped tbody tr:nth-child(odd) th{background-color:#f9f9f9;}
.table tbody tr:hover td,.table tbody tr:hover th{background-color:#f5f5f5;}
.alignCenter{text-align: center;}#fancybox_crl-loading_ {
position: fixed;
top: 50%;
left: 50%;
margin-top: -22px;
margin-left: -22px;
width: 44px;
height: 44px;
background: url(//www.schuylkillfair.com/wp-content/plugins/continuous-image-carousel-with-lightbox/images/vl-box/controls.png) 0 -108px;
opacity: 0.8;
cursor: pointer;
z-index: 9999999;
display: none;
}
#fancybox_crl-loading_ div {
width: 44px;
height: 44px;
background: url(//www.schuylkillfair.com/wp-content/plugins/continuous-image-carousel-with-lightbox/images/vl-box/loading.gif) center center no-repeat;
}
#fancybox_crl-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
z-index: 99999;
display: none;
box-sizing:content-box;
}
#fancybox_crl-tmp {
padding: 0;
margin: 0;
border: 0;
overflow: auto;
display: none;
}
#fancybox_crl-wrap {
position: absolute;
top: 0;
left: 0;
padding: 20px;
z-index: 1101;
outline: none;
display: none;
z-index:9999998;
box-sizing:content-box;
}
#fancybox_crl-outer {
position: relative;
width: 100%;
height: 100%;
background: #fff;
-webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.50);
-moz-box-shadow: 0px 0px 15px rgba(0,0,0,0.50);
box-shadow: 0px 0px 15px rgba(0,0,0,0.50);
filter: progid: DXImageTransform.Microsoft.Blur (pixelradius = 15, enabled = "true") ;
box-sizing:content-box;
}
#fancybox_crl-content {
width: 0;
height: 0;
padding: 0;
outline: none;
position: relative;
overflow: hidden;
z-index: 1102;
border: 0px solid #fff; 
box-sizing:content-box;
}
#fancybox_crl-hide-sel-frame {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: transparent;
z-index: 1101;
box-sizing:content-box;
}
#fancybox_crl-close {
position: absolute;
top: -18px;
right: -18px;
width: 36px;
height: 36px;
background: url(//www.schuylkillfair.com/wp-content/plugins/continuous-image-carousel-with-lightbox/images/vl-box/controls.png) 0 0 no-repeat;
cursor: pointer;
z-index: 1103;
display: none;
}
#fancybox_crl-error {
color: #444;
font: normal 12px/20px Arial, Helvetica, sans-serif;
padding: 14px;
margin: 0;
}
#fancybox_crl-img {
max-width: 100%;
max-height: 100%;
padding: 0;
margin: 0;
border: none;
outline: none;
}
#fancybox_crl-frame {
width: 100%;
height: 100%;
border: none;
display: block;
box-sizing:content-box;
}
#fancybox_crl-left_, #fancybox_crl-right_{
position: absolute;
bottom: 0px;
height: 34px;
width: 30%;
cursor: pointer;
outline: none;
z-index: 1102;
display: none;
top:50%;
margin-top: -16px;
}
#fancybox_crl-left_ {
left: 0px;
}
#fancybox_crl-right_ {
right: 0px;
}
#fancybox_crl-left-ico_, #fancybox_crl-right-ico_ {
position: absolute;
top: 50%;
left: -9999px;
width: 36px;
height: 36px;
margin-top: -15px;
cursor: pointer;
z-index: 1102;
display: block;
}
#fancybox_crl-left-ico_ {
background: url(//www.schuylkillfair.com/wp-content/plugins/continuous-image-carousel-with-lightbox/images/vl-box/controls.png) 0 -36px no-repeat;
}
#fancybox_crl-right-ico_ {
background: url(//www.schuylkillfair.com/wp-content/plugins/continuous-image-carousel-with-lightbox/images/vl-box/controls.png) 0 -72px no-repeat;
}
#fancybox_crl-left_:hover span {
left: 19px;
}
#fancybox_crl-right_:hover span {
left: auto;
right: 19px;
}
#fancybox_crl-title {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
z-index: 1102;
background:#000;
}
.fancybox_crl-title-inside {
position: relative;
padding-bottom: 10px;
color: #333;
text-align: center;
background: #fff;
}
.fancybox_crl-title-outside { color: #fff;
}
.fancybox_crl-title-over {
position: absolute;
bottom: 0;
left: 0;
color: #fff;
text-align: left;
opacity: 0.83;
}
#fancybox_crl-title-over {
display: block;
padding: 10px;
background-color: #000;
background-color: rgba(0,0,0,0.5);	
}
.fancybox_crl-title-float {
position: absolute;
bottom: -20px;
padding: 6px 12px;
width: auto;	
color: #fff;
font-weight: bold;
white-space: nowrap;
background-color: rgb(0, 0, 0);
background-color: rgba(0, 0, 0, 0.7);
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}
.Imglink{
color: #fff;
font-size: 13px;
font-weight: bold;
}
.clear_description{margin-top: 5px;line-height:18px;color:#ffffff;max-height: 35px;overflow: hidden}
.playbtnCss {
display: block;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
z-index: 1;
background: url(//www.schuylkillfair.com/wp-content/plugins/continuous-image-carousel-with-lightbox/images/vl-box/player_play.png)  no-repeat center center;
}