/* Isotope */
.isotope-item{z-index:2;}
.isotope-hidden.isotope-item{pointer-events:none;z-index:1;}
.isotope,.isotope .isotope-item{-webkit-transition-duration:.5s;-moz-transition-duration:.5s;transition-duration:.5s;}
.isotope{-webkit-transition-property:height, width;-moz-transition-property:height, width;transition-property:height, width;}
.isotope .isotope-item{-webkit-transition-property:0 opacity;-moz-transition-property:0 opacity;transition-property:transform, opacity;}

/* Smooth Div Scroll by Thomas Kahn */
#gallery-scroll {height:465px;width:100%;position: relative;}
div.scrollingHotSpotLeft { min-width:75px; width:10%; height:100%; background-image:url(../img/smoothscroll/big_transparent.gif); background-repeat:repeat; background-position:center center; position:absolute; z-index:200; left:0; cursor:url(../img/smoothscroll/cursors/cursor_arrow_left.png), url(../img/smoothscroll/cursors/cursor_arrow_left.cur),w-resize; }  div.scrollingHotSpotLeftVisible { background-image:url(../img/smoothscroll/arrow_left.gif); background-color:#fff; background-repeat:no-repeat; opacity:0.35; -moz-opacity:0.35; filter:alpha(opacity=35); zoom:1; }  div.scrollingHotSpotRight { min-width:75px; width:10%; height:100%; background-image:url(../img/smoothscroll/big_transparent.gif); background-repeat:repeat; background-position:center center; position:absolute; z-index:200; right:0; cursor:url(../img/smoothscroll/cursors/cursor_arrow_right.png), url(../img/smoothscroll/cursors/cursor_arrow_right.cur),e-resize; }  div.scrollingHotSpotRightVisible { background-image:url(../img/smoothscroll/arrow_right.gif); background-color:#fff; background-repeat:no-repeat; opacity:0.35; filter:alpha(opacity=35); -moz-opacity:0.35; zoom:1; }  div.scrollWrapper { position:relative; overflow:hidden; width:100%; height:100%; }  div.scrollableArea { position:relative; width:auto; height:100%; }
#gallery-scroll div.scrollableArea a { border: none; position: relative; float: left; margin: 0;}


/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0; }
.flexslider .slides > li {position: relative; display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme */
.flexslider {margin: 0; position: relative; zoom: 1; position: relative;}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}

.carousel li {margin-right: 15px}
.flex-caption {position: absolute; bottom: 0px; overflow: hidden;padding: 10px;}
.flex-caption p {margin-bottom: 0px;}
.flex-caption h2 {margin: 0px; line-height: 1.2;}
/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a {width: 33px; height: 33px; margin: 0; display: block; background: url(../img/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 48%; cursor: pointer; text-indent: -9999px; opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; -webkit-transition: all .3s ease; }

 @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { 
     .flex-direction-nav a  { background: url(../img/bg_direction_nav@2x.png) no-repeat 0 0; -webkit-background-size: 66px 32px; background-size: 66px 32px; }
 }
 
.flex-direction-nav .flex-next {background-position: 100% 0; right: -36px; }
.flex-direction-nav .flex-prev {left: -36px;}
.flexslider:hover .flex-next {opacity: 0.8; right: 25px;}
.flexslider:hover .flex-prev {opacity: 0.8; left: 25px;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3); margin-top: -80px;}
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .active {opacity: 1; cursor: default;}

/* Flexslider Fullscreen*/

#back_to_camera {
    background: rgba(255,255,255,.9);
    clear: both;
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 0 0 20px;
    position: relative;
    z-index: 1;
}
#fluid_container .flexslider{
    display: block;
    position: relative;
height: 100%!important;
    overflow: hidden!important;
    width: 100%!important;
}

/* Photoswipe.css by Code Computerlove (http://www.codecomputerlove.com). Modified.
 * Licensed under the MIT license*/
body.ps-active, body.ps-building, div.ps-active, div.ps-building{background: #000;overflow: hidden;}
body.ps-active *, div.ps-active *{-webkit-tap-highlight-color:  rgba(255, 255, 255, 0);display: none;}
body.ps-active *:focus, div.ps-active *:focus{outline: 0;}
/* Document overlay */
div.ps-document-overlay
{background: #000;}
/* UILayer */
div.ps-uilayer {background: #000;cursor: pointer;}
/* Zoom/pan/rotate layer */
div.ps-zoom-pan-rotate{background: #000;}
div.ps-zoom-pan-rotate *  {display: block;}
/* Carousel */
div.ps-carousel-item-loading{background: url(../img/photoswipe/loader.gif) no-repeat center center;}
div.ps-carousel-item-error{background: url(../img/photoswipe/error.gif) no-repeat center center;}
/* Caption */
div.ps-caption{background: #000000;background: -moz-linear-gradient(top, #303130 0%, #000101 100%);background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#303130), color-stop(100%,#000101));border-bottom: 1px solid #42403f;color: #ffffff;text-align: center;}
div.ps-caption *  { display: inline; }
div.ps-caption-bottom{border-top: 1px solid #42403f;border-bottom: none;min-height: 44px;}
div.ps-caption-content{padding: 13px;display: block;}
/* Toolbar */
div.ps-toolbar{background: #000000;background: -moz-linear-gradient(top, #303130 0%, #000101 100%);background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#303130), color-stop(100%,#000101));border-top: 1px solid #42403f;color: #ffffff;text-align: center;height: 44px;display: table;table-layout: fixed;}
div.ps-toolbar * {display: block;}div.ps-toolbar-top{border-bottom: 1px solid #42403f;border-top: none;}
div.ps-toolbar-close, div.ps-toolbar-previous, div.ps-toolbar-next, div.ps-toolbar-play{cursor: pointer;display: table-cell;}
div.ps-toolbar div div.ps-toolbar-content{width: 44px;height: 44px;margin: 0 auto 0;background-image: url(../img/photoswipe/icons.png); background-repeat: no-repeat;}
div.ps-toolbar-close div.ps-toolbar-content{background-position: 0 0;}
div.ps-toolbar-previous div.ps-toolbar-content{background-position: -44px 0;}
div.ps-toolbar-previous-disabled div.ps-toolbar-content{background-position: -44px -44px;}
div.ps-toolbar-next div.ps-toolbar-content{background-position: -132px 0;}
div.ps-toolbar-next-disabled div.ps-toolbar-content{background-position: -132px -44px;}
div.ps-toolbar-play div.ps-toolbar-content{background-position: -88px 0;}
/* Hi-res display */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (-moz-min-device-pixel-ratio: 1.5),only screen (min-resolution: 240dpi){ div.ps-toolbar div div.ps-toolbar-content{-moz-background-size: 176px 88px;-o-background-size: 176px 88px;-webkit-background-size: 176px 88px;background-size: 176px 88px;background-image: url(../img/photoswipe/icons@2x.png);} }
/* ColorBox Core Style */
#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden;}
#cboxOverlay{position:fixed;width:100%;height:100%;}
#cboxMiddleLeft,#cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay,#cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;height:100%;}
#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left;margin:auto;padding:0;border:0;display:block;max-width:none;}
.cboxIframe{width:100%;height:100%;display:block;border:0;}
#colorbox,#cboxContent,#cboxLoadedContent{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;}
/* ColorBox User Style */
#cboxOverlay{background:#000;}
#colorbox{}
#cboxContent{margin-top:20px;}
#cboxError{padding:50px;border:1px solid #ccc;}
#cboxLoadedContent{border:0px;}
#cboxTitle{position:absolute;top:-20px;left:0;color:#ccc;}
#cboxCurrent{position:absolute;top:-20px;right:0;color:#ccc;}
#cboxSlideshow{position:absolute;top:-20px;right:90px;color:#fff;}
#cboxPrevious{position:absolute;top:50%;left:-1px;margin-top:-32px;background:url(../img/colorbox/controls.png) no-repeat top left;width:28px;height:65px;text-indent:-9999px;}
#cboxPrevious:hover{background-position:bottom left;}
#cboxNext{position:absolute;top:50%;right:-1px;margin-top:-32px;background:url(../img/colorbox/controls.png) no-repeat top right;width:28px;height:65px;text-indent:-9999px;}
#cboxNext:hover{background-position:bottom right;}
#cboxLoadingOverlay{background:#000;}
#cboxLoadingGraphic{background:url(../img/colorbox/loading.gif) no-repeat center center;}
#cboxClose{position:absolute;top:-1px;right:10px;display:block;background:url(../img/colorbox/controls.png) no-repeat top center;width:38px;height:19px;text-indent:-9999px;}
#cboxClose:hover{background-position:bottom center;}
#inline_content{position:relative; padding: 20px; text-align: center; background: #fff;}

