::-moz-selection {
    text-shadow: none;
}

::selection {
    text-shadow: none;
}

img {
    vertical-align: middle;
}


body.loupe-active {
    overflow: hidden;
}

p {
	line-height: 140%;
}

.button_xs {
	-moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
	display:inline-block;
	background-color: #06c;
	color:#fff;
	padding: 2px 10px;
	margin: 0;
	font-size: 14px;
	font-weight: 700;
	border-radius: 3px;
	border:none;
	text-decoration: none;
}
.button_xs:hover {
	background-color: #f60;
	color:#fff;
	text-decoration: none;
}


.clrflt {
	clear:both;
}



.has-header header {
    display: block;
}

header.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
}

header div.background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 90px;
    background-color: #000;
    opacity: 1;
}

header p.title {
    position: relative;
    margin: 0;
    width: 70%;
    float: left;
    font-size: 1.2em;
    text-align: left;
   -moz-box-sizing: border-box;
    box-sizing: border-box;

    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

header a {
    color: inherit;
}

header a:hover {
    opacity: .75;
}

header ul.gallery-meta {
    position: relative;
    display: block;
    float: right;
    width: 20%;
    margin: -5px 0 0 0;
    padding: 0;
    list-style-type: none;

    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

header ul.gallery-meta li {
    display: block;
    float: right;
    font-size: 14px;
    line-height: 40px;
}

.scrolled header.is-fixed {
    height: 60px;
    padding: 0px 28px 0 28px;
    overflow: hidden;
}

.scrolled header.is-fixed p.title {
    padding: 12px 0 0 12px;
}

.scrolled header.is-fixed ul.gallery-meta {
    margin: 0;
}

.categories {
	padding: 20px 0 20px 0;
}

.category_title{
	font-size: 1.6em;
	padding: 0 0 10px 20px;
}

#buttonFullscreen {
    display: none;
    position: relative;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

#pageNav {
    display: block;
    float: right;
    font-size: 12px;
}

#pageCountCurrent,
#pageCountTotal {
    font-weight: bold;
    line-height: 40px;
}

#buttonPrevPage {
    position: relative;
    display: block;
    float: left;
    width: 40px;
    height: 40px;
    overflow: hidden;
    cursor: pointer;
}

#buttonPrevPage.disabled {
    opacity: .5;
    cursor: inherit;
}

#svgIconPrevPage {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
}

#pageNav div.count {
    float: left;
}

#buttonNextPage {
    position: relative;
    display: block;
    float: left;
    width: 40px;
    height: 40px;
    overflow: hidden;
    cursor: pointer;
}

#buttonNextPage.disabled {
    opacity: .5;
    cursor: inherit;
}

#svgIconNextPage {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
}

.fullscreen #buttonFullscreen {
    display: block;
}

#buttonFullscreen div.icon {
    position: absolute;
    top: 12px;
    left: 11px;
    width: 18px;
    height: 16px;
}

#svgIconFullscreen {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 18px;
    height: 16px;
}

.main {
	padding: 0 2% 40px 2%;
	width: 96%;
	max-width: 2000px;
	margin: 0 auto 0 auto;
}



#thumbnailContainer {
    position: relative;
    padding: 10px 0;
    width: 100%;
   -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    font-size: 0;
}


div.thumbnails {
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
}

div.thumbnail {
    display: inline-block;
    padding: 0.5%;
    width: 32.3%;
    height: 32.3%;
}


div.thumbnail div.image-container {
    display: table;
    width: 100%;
    height: 100%;
}


div.thumbnail div.image-container div.image {
    display: table-cell;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
	height: 30vw;
   -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
    text-align: center;
}


div.thumbnail img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
   -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    border-style: solid;

   -webkit-transition: all .25s ease;
   -moz-transition: all .25s ease;
   -ms-transition: all .25s ease;
   -o-transition: all .25s ease;
    transition: all .25s ease; 
}


#loupeContainer {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    padding: 45px 45px 100px 45px;
    width: 100%;
    height: 100%;
   -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 2;
    font-size: 12px;
    text-align: center;
}

#loupeContainer div.background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#loupeContainer div.image-container {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
}

#loupeContainer div.corners {
    position: relative;
    display: inline-block;
}

#loupeContainer div.image-container div.image {
    display: table-cell;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
   -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
    text-align: center;
}

#loupeContainer img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
   -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#loupeContainer ul {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style-type: none;
    line-height: 45px;
}

#loupeContainer div.info-container {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

#loupeContainer div.side-navigation {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 45px 0px 100px 0px;
   -moz-box-sizing: border-box;
    box-sizing: border-box; 
}

#loupeContainer div.side-navigation div.hotspot {
    position: relative;
    width: 25%;
    height: 100%;

   -webkit-user-select: none;   
   -moz-user-select: none;
   -ms-user-select: none;
   -o-user-select: none;
    user-select: none;
}

#loupeContainer div.side-navigation div.hotspot.over {
    cursor: pointer;
}

#loupeMeta p {
    margin: 0;
    padding: 0;
}

#loupeMeta p.title {
    margin: 0 auto 5px auto;
    padding: 0;
    max-width: 96%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
}

#loupeMeta p.caption {
    margin: 0 auto;
    padding: 0;
    max-width: 96%;
    /* height: 36px; */
    overflow: hidden;
    font-size: 14px;
}

#hotspotPrevLoupe {
    float: left;
}

#hotspotPrevLoupe.disabled {
    display: none;
    position: absolute;
    top: 50%;
    left: 0;
}

#hotspotNextLoupe {
    float: right;
}

#hotspotNextLoupe.disabled {
    display: none;
}

#loupeContainer div.side-navigation div.button {
    display: block;
    width: 30px;
    height: 57px;
}

#buttonPrevSideLoupe {
    position: absolute;
    top: 50%;
    left: -30px;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    opacity: 0;
}

#hotspotPrevLoupe.over #buttonPrevSideLoupe {
    left: 0px;
    opacity: 1;
}

#svgIconPrevSideLoupe {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 57px;
}

#buttonNextSideLoupe {
    position: absolute;
    top: 50%;
    right: -30px;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    opacity: 0;
}

#hotspotNextLoupe.over #buttonNextSideLoupe {
    right: 0px;
    opacity: 1;
}

#svgIconNextSideLoupe {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 57px;
}

#loupeContainer li {
    display: block;
    float: left;
}

#countCurrent,
#countTotal {
    font-weight: bold;
}

#buttonPrev {
    position: relative;
    width: 45px;
    height: 45px;
    cursor: pointer;
   -webkit-user-select: none;   
   -moz-user-select: none;
   -ms-user-select: none;
   -o-user-select: none;
    user-select: none; 
}

#buttonPrev.disabled {
    opacity: .5;
    cursor: inherit;
}

#svgIconPrevLoupe {
    position: absolute;
    top: 0;
    left: 0;
    width: 45px;
    height: 45px;
}

#buttonNext {
    position: relative;
    width: 45px;
    height: 45px;
    cursor: pointer;
   -webkit-user-select: none;   
   -moz-user-select: none;
   -ms-user-select: none;
   -o-user-select: none;
    user-select: none;
}

#buttonNext.disabled {
    opacity: .5;
    cursor: inherit;
}

#svgIconNextLoupe {
    position: absolute;
    top: 0;
    left: 0;
    width: 45px;
    height: 45px;
}

#loupeCloseButton {
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    height: 45px;
    cursor: pointer;
}

#svgIconLoupeClose {
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    height: 45px;
}

#svgIconLoupeClose .shape-x{
    fill-rule:evenodd;
    clip-rule:evenodd;
}

.custom-colorable {
    fill: #a0a0a0;
}

/* Theme: Neutral */


.theme-neutral div.thumbnail img {
   -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, .15);
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, .15);
}

.theme-neutral div.thumbnail img:hover {
    /* Sadly, this causes a jumpy rendering bug in Webkit at the moment...
   -webkit-filter: brightness(1.1);
    filter: brightness(1.1);
    */
}

.theme-neutral #loupeContainer div.background {
    background: #e7e7e7;
}

@media screen and (min-width: 1600px) {

   div.thumbnail {
        padding: 0.5%;
        width: 25%;
       -moz-box-sizing: border-box;
        box-sizing: border-box; 
    }
	
	
	div.thumbnail div.image-container div.image {
	height: 400px;
}

}



@media screen and (min-width: 1320px) {

   div.thumbnail {
        padding: 0.5%;
        width: 25%;
       -moz-box-sizing: border-box;
        box-sizing: border-box; 
    }
	
	
	div.thumbnail div.image-container div.image {
	height: 25vw;
}
}

@media screen and (min-width: 1600px) {

   div.thumbnail {
        padding: 0.5%;
        width: 25%;
       -moz-box-sizing: border-box;
        box-sizing: border-box; 
    }
	
	
	div.thumbnail div.image-container div.image {
	height: 400px;
}

}

@media screen and (max-width: 768px) {

    header {
        padding: 12px 2% 0 2%;
        height: 60px;
    }

    header div.background {
        height: 60px;
    }

    header p.title {
        padding: 0;
        width: 100%;
        text-align: center;
    }

    header ul.gallery-meta {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        text-align: center;
        height: 40px;
    }
	
	.main {
	padding: 60px 2% 40px 2%;
	width: 96%;
	max-width: 2000px;
	margin: 0 auto 0 auto;
}


    .theme-neutral ul.gallery-meta {
        background: rgba(231, 231, 231, .9);
    }

    #pageNav {
        display: inline-block;
        float: none;
    }

    .scrolled header.is-fixed {
        height: 48px;
        padding: 0px 12px 0 12px;
    }

    .scrolled header.is-fixed p.title {
        padding: 12px 0 0 0;
    }

    .scrolled header.is-fixed ul.gallery-meta {
        margin: 0;
    }

    .fullscreen #buttonFullscreen {
        display: none;
    }

    #thumbnailContainer {
        padding: 0;
    }

    .has-header #thumbnailContainer {
        padding: 0 0;
    }

   div.thumbnail {
        padding: 0.5%;
        width: 49%;
        height: 49%;
       -moz-box-sizing: border-box;
        box-sizing: border-box; 
    }
	
	div.thumbnail div.image-container div.image {
	height: 50vw;
}
	
	#loupeContainer {
    padding: 10px 0 60px 0;
    font-size: 12px;
    text-align: center;
}

}

@media screen and (max-width: 480px) {

   div.thumbnail {
        padding: 1%;
        width: 48%;
        height: 48%;
       -moz-box-sizing: border-box;
        box-sizing: border-box; 
    }
	
	div.thumbnail div.image-container div.image {
	height: 50vw;
}
}