
/************** Page style **********/

.disable-scroll,
.disable-scroll * {
    pointer-events: none !important;
}
.resumotiv-preview {
    background-image: -moz-radial-gradient(center, circle cover, #666666 0%, #1a1a1a 100%);
    background-image: -webkit-gradient(radial, center center, 0, center center, 100%, color-stop(0%, #666666), color-stop(100%, #1a1a1a));
    background-image: -webkit-radial-gradient(center, circle cover, #666666 0%, #1a1a1a 100%);
    background-image: -o-radial-gradient(center, circle cover, #666666 0%, #1a1a1a 100%);
    background-image: -ms-radial-gradient(center, circle cover, #666666 0%, #1a1a1a 100%);
    background-image: radial-gradient(circle at center, #666666 0%, #1a1a1a 100%);
    -pie-background: linear-gradient(left, #1a1a1a, #666666, #1a1a1a);
    background-color: #383838;
    padding: 20px;
    behavior: url(PIE.htc);
}
#resumotiv {
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
#resume-header {
    margin-bottom: 40px;
    padding: 0 10px;
    text-align: center;
    line-height: 1;
    color: #fff;
}
#resume-header h1 {
    /*font-weight: 200;*/
    font: 46px 'verblight', sans-serif;
    margin: 20px 0 0 0;
    color: #fff;
    text-transform: capitalize;
}
#resume-header h2 {
    margin: 30px 0 0 0;
    font-weight: 200;
    color: #fff;
}
#resume-footer {
    margin-top: 40px;
    padding: 0 10px;
    font-size: 14px;
    padding: 15px 0;
    color: #ededed;
}
#resume-footer h3 {
    font: 25px 'verblight', sans-serif;
    color: #ededed;
    line-height: 1;
    text-align: center;
    text-transform: capitalize;
    margin: 0 0 20px 0;
}
#resume-footer ul {
    list-style: none;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}
#resume-footer li {
    display: inline-block;
    text-align: left;
    font: 16px 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #ededed;
}
#resume-footer li:not(:last-child) {
    border-right: 1px solid #aaa;
    padding-right: 10px;
    margin-right: 10px;
}
#resume-footer li a {
    color: #0cf;
    text-decoration: none;
}
#resumotiv {
    width: 100%;
    height: 600px;
    min-width: 320px;
    max-width: 1000px;
    position: relative;
    margin: 0 auto;
    background: url(../images/resumotiv-loading.gif) center 50% no-repeat;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}
.parentHideOverflow {
    overflow: hidden !important;
}
#resumotiv:-webkit-full-screen {
    width: 100% !important;
    height: 100% !important;
    max-width: none;
    overflow: auto;
    background-color: #383838 !important;
}
#resumotiv:-moz-full-screen {
    overflow: auto;
    background-color: #383838 !important;
}
#resumotiv:fullscreen {
    overflow: auto;
    background-color: #383838 !important;
    /* needed for Opera 12.1 */

    max-width: none;
    margin: auto !important;
}
/****** Gallery sets *********/
#resumotivSets {
    width: 100%;
    padding-top: 40px;
    display: none;
}
#resumotivSets.hidden {
    display: block !important;
    visibility: hidden;
}
#resumotivSets.scale {
    position: absolute;
    z-index: 1;
    -webkit-transition: all 500ms ease 100ms;
    -moz-transition: all 500ms ease 100ms;
    -ms-transition: all 500ms ease 100ms;
    -o-transition: all 500ms ease 100ms;
    transition: all 500ms ease 100ms;
}
#resumotivSets.scaleUp {
    opacity: 0;
    -webkit-transform: scale(3) translate3d(0, 0, 0);
    -moz-transform: scale(3) translate3d(0, 0, 0);
    -ms-transform: scale(3) translate3d(0, 0, 0);
    -o-transform: scale(3) translate3d(0, 0, 0);
    transform: scale(3) translate3d(0, 0, 0);
}
#resumotivSets.scaleDown {
    opacity: 1;
    -webkit-transform: scale(1) translate3d(0, 0, 0);
    -moz-transform: scale(1) translate3d(0, 0, 0);
    -ms-transform: scale(1) translate3d(0, 0, 0);
    -o-transform: scale(1) translate3d(0, 0, 0);
    transform: scale(1) translate3d(0, 0, 0);
}
#resumotivSets.slide {
    position: absolute;
    z-index: 1;
}
#resumotivSets ul {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    text-align: center;
}
#resumotivSets li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 200px;
    height: 200px;
    margin: 0 40px 40px 0;
}
#resumotivSets figure {
    position: relative;
}
#resumotivSets figure:before,
#resumotivSets figure:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 180px;
    height: 130px;
    padding: 10px;
    background: #ededed;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.7);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.7);
}
#resumotivSets li figure:before {
    z-index: 2;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg);
}
#resumotivSets li figure:after {
    z-index: 1;
    -webkit-transform: rotate(4deg);
    -moz-transform: rotate(4deg);
    -ms-transform: rotate(4deg);
    -o-transform: rotate(4deg);
    transform: rotate(4deg);
}
#resumotivSets img {
    position: relative;
    z-index: 3;
    width: 180px;
    height: 130px;
    padding: 10px;
    background: #ededed;
    cursor: pointer;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.7);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.7);
}
#resumotivSets figcaption {
    margin-top: 10px;
    text-align: center;
    font: 14px 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
#resumotivSets figcaption .title {
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.7);
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    max-width: 164px;
    text-align: left;
}
#resumotivSets figcaption .number {
    font-weight: bold;
    color: #222;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    margin-left: 10px;
    padding: 3px 5px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    background-color: #ededed;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#888888));
    background-image: -webkit-linear-gradient(top, #ededed, #888888);
    background-image: -moz-linear-gradient(top, #ededed, #888888);
    background-image: -ms-linear-gradient(top, #ededed, #888888);
    background-image: -o-linear-gradient(top, #ededed, #888888);
    background-image: linear-gradient(to bottom, #ededed, #888888);
    -pie-background: linear-gradient(top, #ededed, #888888);
    -webkit-box-shadow: inset 0 1px 0 #fff, 0 1px 2px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: inset 0 1px 0 #fff, 0 1px 2px rgba(0, 0, 0, 0.7);
    box-shadow: inset 0 1px 0 #fff, 0 1px 2px rgba(0, 0, 0, 0.7);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
/***** Gallery sections wrapper *****/
#resumotivWrapper {
    width: 100%;
    height: 100%;
    position: relative;
    display: none;
}
#resumotivWrapper.loading {
    background: url(../images/dark/loading.gif) center 200px no-repeat;
}
#resumotivWrapper.scale {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
#resumotivWrapper.scaleUp {
    opacity: 1;
    -webkit-transform: scale(1) translate3d(0, 0, 0);
    -moz-transform: scale(1) translate3d(0, 0, 0);
    -ms-transform: scale(1) translate3d(0, 0, 0);
    -o-transform: scale(1) translate3d(0, 0, 0);
    transform: scale(1) translate3d(0, 0, 0);
}
#resumotivWrapper.scaleDown {
    opacity: 0;
    -webkit-transform: scale(0) translate3d(0, 0, 0);
    -moz-transform: scale(0) translate3d(0, 0, 0);
    -ms-transform: scale(0) translate3d(0, 0, 0);
    -o-transform: scale(0) translate3d(0, 0, 0);
    transform: scale(0) translate3d(0, 0, 0);
}
/********** Gallery Menubar ***************/
#resumotiv menu {
    margin: 0 auto;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    line-height: 50px;
    height: 50px;
    position: relative;
    z-index: 11;
}
#resumotiv .buttonset {
    font: 11px/30px 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #fff;
    letter-spacing: 1px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0 40px 0 0;
    vertical-align: middle;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
#resumotiv .buttonset:last-of-type {
    margin-right: 0;
}
#resumotiv .navButton {
    float: left;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    padding: 0 10px 0 40px;
    position: relative;
    border: 1px solid #111111;
    border-bottom: 1px solid #000000;
    background-color: #444444;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#2b2b2b));
    background-image: -webkit-linear-gradient(top, #444444, #2b2b2b);
    background-image: -moz-linear-gradient(top, #444444, #2b2b2b);
    background-image: -ms-linear-gradient(top, #444444, #2b2b2b);
    background-image: -o-linear-gradient(top, #444444, #2b2b2b);
    background-image: linear-gradient(to bottom, #444444, #2b2b2b);
    -pie-background: linear-gradient(top, #444444, #2b2b2b);
    /*-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;*/
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.2);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.2);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.2);
    behavior: url(PIE.htc);
}
#resumotiv .navButton:hover {
    background-color: #555555;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#555555), to(#333333));
    background-image: -webkit-linear-gradient(top, #555555, #333333);
    background-image: -moz-linear-gradient(top, #555555, #333333);
    background-image: -ms-linear-gradient(top, #555555, #333333);
    background-image: -o-linear-gradient(top, #555555, #333333);
    background-image: linear-gradient(to bottom, #555555, #333333);
    -pie-background: linear-gradient(top, #555555, #333333);
}
#resumotiv .navButton:active,
#resumotiv .navButton.active {
    background-color: #202020;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#202020), to(#3c3c3c));
    background-image: -webkit-linear-gradient(top, #202020, #3c3c3c);
    background-image: -moz-linear-gradient(top, #202020, #3c3c3c);
    background-image: -ms-linear-gradient(top, #202020, #3c3c3c);
    background-image: -o-linear-gradient(top, #202020, #3c3c3c);
    background-image: linear-gradient(to bottom, #202020, #3c3c3c);
    -pie-background: linear-gradient(top, #202020, #3c3c3c);
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 2px 2px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 2px 2px rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 2px 2px rgba(0, 0, 0, 0.5);
}
#resumotiv .navButton:before {
    content: '';
    position: absolute;
    top: 0;
    left: 5px;
    width: 30px;
    height: 100%;
}
#gotoSets:before {
    background: url(../images/dark/back.png) center center no-repeat;
}
#goFullscreen {
    margin-left: 5px;
    /*display: none;*/
}
#goFullscreen:before {
    background: url(../images/dark/fullscreen.png) center center no-repeat;
}
#resumotiv .navButton[data-mode=coverflow]:before {
    background: url(../images/dark/coverflow.png) center center no-repeat;
}
#resumotiv .navButton[data-mode=fullwidth]:before {
    background: url(../images/dark/fullwidth.png) center center no-repeat;
}
#displayButtons .navButton:first-child {
    margin-right: 5px;
}
#filterButtons {
    position: relative;
}
#filterButtons .navButton {
    padding-right: 30px;
    position: relative;
    float: none;
    display: block;
}
#filterButtons .navButton:before {
    background: url(../images/dark/filter.png) center center no-repeat;
}
#filterButtons .navButton:after {
    content: '';
    position: absolute;
    top: 13px;
    right: 10px;
    border: 5px solid transparent;
    border-top: 5px solid #ededed;
}
#filterButtons ul {
    list-style: none;
    padding: 0;
    margin: -1px 0 0 0;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 2;
    border: 1px solid #333;
    border-top: 0;
    display: none;
    min-width: 100%;
   /* -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;*/
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
    -pie-watch-ancestors: 1;
    behavior: url(PIE.htc);
}
#filterButtons li {
    background: #222;
    border-bottom: 1px solid #444;
    line-height: 30px;
    overflow: hidden;
}
#filterButtons li:last-of-type {
    border-bottom: 0;
    /*-webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;*/
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    behavior: url(PIE.htc);
}
#filterButtons li a {
    display: block;
    cursor: pointer;
    padding: 0 10px;
    white-space: nowrap;
    color: #fff;
    text-decoration: none;
}
#filterButtons li a:hover {
    background: #444;
}
#filterButtons li a.active {
    background-color: #06a;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0085dd), to(#06a));
    background-image: -webkit-linear-gradient(top, #0085dd, #06a);
    background-image: -moz-linear-gradient(top, #0085dd, #06a);
    background-image: -ms-linear-gradient(top, #0085dd, #06a);
    background-image: -o-linear-gradient(top, #0085dd, #06a);
    background-image: linear-gradient(to bottom, #0085dd, #06a);
    -pie-background: linear-gradient(top, #0085dd, #06a);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
}
.no-touch #filterButtons:hover .navButton:after,
#filterButtons.hover .navButton:after {
    top: 7px;
    border: 5px solid transparent;
    border-bottom: 5px solid #ededed;
}
.no-touch #filterButtons:hover ul,
#filterButtons.hover ul {
    display: block;
}
#showResuMenu {
    float: none;
    padding: 0 10px;
    background: transparent none;
    border: 0;
    display: none;
}
#showResuMenu span {
    font-size: 18px;
}
/***** Gallery section *****/
#resumotiv .displayStyle {
    width: 100%;
    margin: 0 auto;
    display: none;
}
#resumotiv .displayStyle.hidden {
    display: block !important;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
}
/**************** Coverflow section styling ***************/
#coverContainer {
    max-width: 1000px;
    width: 100%;
    height: 280px;
    margin: 40px auto 0 auto;
    padding-bottom: 10px;
    overflow: hidden;
    position: relative;
}
.cwrapper {
    position: relative;
    width: 100%;
    height: 100%;
}
#coverContainer.css3d,
.css3d .cwrapper {
    pointer-events: none;
    /* required to fix webkit bug for mouse events on 3d transformed element */

    -moz-perspective: 600px;
    -webkit-perspective: 600px;
    -o-perspective: 600px;
    -ms-perspective: 600px;
    perspective: 600px;
}
.cwrapper img {
    position: absolute;
    bottom: 0;
    display: none;
}
.cwrapper img.filtered {
    display: block;
}
.cwrapper img.active {
    cursor: pointer;
}
.css3d .cwrapper img {
    left: 0;
    pointer-events: auto;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transition: left 1600ms cubic-bezier(0.23, 1, 0.32, 1), -moz-transform 800ms cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transition: left 1600ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 800ms cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: left 1600ms cubic-bezier(0.23, 1, 0.32, 1), -o-transform 800ms cubic-bezier(0.23, 1, 0.32, 1);
    -ms-transition: left 1600ms cubic-bezier(0.23, 1, 0.32, 1), -ms-transform 800ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: left 1600ms cubic-bezier(0.23, 1, 0.32, 1), transform 800ms cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}
.css3d .cwrapper img.active {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
}
.css3d .cwrapper.preload img {
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
}
div.cover {
    position: absolute;
    bottom: 0;
}
div.cover img {
    display: inline !important;
    width: 100%;
    height: 100%;
}
.coverclick {
    display: block;
    position: absolute;
    bottom: 0;
    /* Fix for IE to enable click events*/

    background-color: #000;
    opacity: 0;
    filter: alpha(opacity=0.01);
}
.css3d .coverclick {
    left: 0;
    pointer-events: auto;
    /* fixes webkit bug for mouse events on 3d transformed element */

    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
.coverclick.active {
    cursor: pointer;
}
#coverTitle {
    font: 18px 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-align: center;
    width: 100%;
    height: 14px;
    margin-top: 20px;
    color: #fff;
    display: none;
}
#resumotiv:-webkit-full-screen #coverTitle {
    color: #fff;
}
#resumotiv:-moz-full-screen #coverTitle {
    color: #fff;
}
#resumotiv:fullscreen #coverTitle {
    color: #fff;
}

/**** Scroll bar styling ****/
#scroll-wrap {
    width: 372px;
    height: 17px;
    margin: 40px auto 0 auto;
    background: url(../images/scrollbar-track.png) no-repeat;
    position: relative;
}
#cover-prev {
    position: absolute;
    left: 0;
    top: 0;
    width: 15px;
    height: 17px;
    cursor: pointer;
    /*display: none;*/
}
#cover-next {
    position: absolute;
    right: 0;
    top: 0;
    width: 15px;
    height: 17px;
    cursor: pointer;
    /*display: none;*/
}
#scrollbar-track {
    width: 342px;
    height: 100%;
    margin: 0 auto;
    position: relative;
    background: transparent;
    border: 0;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
#scrollbar-track .ui-slider-handle {
    width: 102px;
    height: 17px;
    position: absolute;
    left: 0;
    top: 0;
    margin-left: -51px;
    cursor: default;
    outline: none;
    border: 0;
    background: url(../images/scrollbar-handle.png) no-repeat;
     -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
#scrollbar-track .ui-handle-helper-parent {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}
/***** Coverflow section list styling *****/
#listWrapper {
    max-width: 1000px;
    width: 100%;
    padding: 20px 20px 20px 40px;
    margin: 40px auto 0 auto;
    border: 1px solid #202020;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #242424;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.9);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.9);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.9);
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    behavior: url(PIE.htc);
}
#itemList {
    font: 14px 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 36px;
    color: #aaa;
    padding: 0;
}
#itemList li {
    position: relative;
    width: 100%;
    height: 36px;
    padding: 0 10px;
    margin-bottom: 10px;
    color: #aaa;
    line-height: 36px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
    display: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    behavior: url(PIE.htc);
}
#itemList li.filtered {
    display: list-item;
}
#itemList li:last-child {
    margin-bottom: 0;
}
#itemList li:hover {
    background-color: #666;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#777777), to(#5e5e5e));
    /* Saf4+, Chrome */

    background-image: -webkit-linear-gradient(top, #777777, #5e5e5e);
    /* Chrome 10+, Saf5.1+ */

    background-image: -moz-linear-gradient(top, #777777, #5e5e5e);
    /* FF3.6 */

    background-image: -ms-linear-gradient(top, #777777, #5e5e5e);
    /* IE10 */

    background-image: -o-linear-gradient(top, #777777, #5e5e5e);
    /* Opera 11.10+ */

    background-image: linear-gradient(to bottom, #777777, #5e5e5e);
    -pie-background: linear-gradient(top, #777777, #5e5e5e);
    /* IE6 - IE8 */

    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 1px rgba(0, 0, 0, 0.9);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 1px rgba(0, 0, 0, 0.9);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 1px rgba(0, 0, 0, 0.9);
}
#itemList li.active {
    cursor: pointer;
    background-color: #06a;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0085dd), to(#06a));
    /* Saf4+, Chrome */

    background-image: -webkit-linear-gradient(top, #0085dd, #06a);
    /* Chrome 10+, Saf5.1+ */

    background-image: -moz-linear-gradient(top, #0085dd, #06a);
    /* FF3.6 */

    background-image: -ms-linear-gradient(top, #0085dd, #06a);
    /* IE10 */

    background-image: -o-linear-gradient(top, #0085dd, #06a);
    /* Opera 11.10+ */

    background-image: linear-gradient(to bottom, #0085dd, #06a);
    -pie-background: linear-gradient(top, #0085dd, #06a);
    /* IE6 - IE8 */

    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 1px rgba(0, 0, 0, 0.9);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 1px rgba(0, 0, 0, 0.9);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 1px rgba(0, 0, 0, 0.9);
}
#itemList li:before {
    content: '';
    display: block;
    position: absolute;
    width: 24px;
    height: 36px;
    left: 10px;
    top: 0;
}
#itemList li[data-type=photo]:before {
    background: url(../images/dark/photo.png) center center no-repeat;
}
#itemList li[data-type=audio]:before {
    background: url(../images/dark/audio.png) center center no-repeat;
}
#itemList li[data-type=video]:before {
    background: url(../images/dark/video.png) center center no-repeat;
}
#itemList li[data-type=pdf]:before {
    background: url(../images/dark/file.png) center center no-repeat;
}
#itemList li[data-type=text]:before {
    background: url(../images/dark/text.png) center center no-repeat;
}
#itemList .details {
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 100%;
    height: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    vertical-align: top;
}
#itemList li h2 {
    font: normal 16px 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 1;
    color: #f6f6f6;
    border: 0;
    padding: 0;
    min-height: 0;
    display: inline;
    margin: 0 0 0 39px;
}
#itemList li .description {
    color: #ededed;
    display: inline;
    margin: 0;
    line-height: 1;
}
#itemList li .description:before {
    content: '\00A0 \00A0 \2014 \00A0 \00A0';
}

#itemList li.active h2,
#itemList li.active .description,
#itemList li:hover h2,
#itemList li:hover .description {
    color: #fff;
}

#itemList li .description p {
    display: inline-block;
    color: inherit;
    line-height: inherit;
    margin: 0;
}
.play.slideSeq img {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-animation: slideTop 400ms ease both;
    -moz-animation: slideTop 400ms ease both;
    -o-animation: slideTop 400ms ease both;
    -ms-animation: slideTop 400ms ease both;
    animation: slideTop 400ms ease both;
}
.play.fadeSeq img {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-animation: fadeIn 800ms ease both;
    -moz-animation: fadeIn 800ms ease both;
    -o-animation: fadeIn 800ms ease both;
    -ms-animation: fadeIn 800ms ease both;
    animation: fadeIn 800ms ease both;
}
.play.flipSeq {
    overflow: hidden;
    -webkit-perspective: 600px;
    -moz-perspective: 600px;
    -ms-perspective: 600px;
    -o-perspective: 600px;
    perspective: 600px;
}
.play.flipSeq img {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-animation: flip 800ms linear both;
    -moz-animation: flip 400ms linear both;
    -o-animation: flip 800ms linear both;
    -ms-animation: flip 800ms linear both;
    animation: flip 400ms linear both;
}
/* Sequential fading animation for thumbnails */
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-ms-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
/* container to determine caption dimensions */
#captionTest {
    position: absolute;
    top: -9999px;
    left: -9999px;
    visibility: hidden;
    z-index: -1;
    padding: 10px;
    max-width: 300px;
    max-height: 300px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#captionTest h2 {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 10px 0;
}
#captionTest .details {
    font-size: 12px;
    line-height: 1.4;
}
/****************** Overlay styling for coverflow section ****************/
#coverMask {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1999;
    background: #141414;
    /* fallback */

    background: rgba(0, 0, 0, 0.7);
    -pie-background: rgba(0, 0, 0, 0.7);
    width: 100%;
    display: none;
    behavior: url(PIE.htc);
}
#coverOverlayLoader {
    position: fixed;
    z-index: 2000;
    left: 50%;
    margin: -30px 0 0 -30px;
    width: 60px;
    height: 60px;
    background: #242424 url(../images/dark/loading.gif) center center no-repeat;
    border: 1px solid #ccc;
    display: none;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    behavior: url(PIE.htc);
}
#coverOverlay {
    position: fixed;
    z-index: 2001;
    left: 50%;
    padding: 20px;
    background-color: #1c1c1c;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1c1c1c), to(#3c3c3c));
    background-image: -webkit-linear-gradient(top, #1c1c1c, #3c3c3c);
    background-image: -moz-linear-gradient(top, #1c1c1c, #3c3c3c);
    background-image: -ms-linear-gradient(top, #1c1c1c, #3c3c3c);
    background-image: -o-linear-gradient(top, #1c1c1c, #3c3c3c);
    background-image: linear-gradient(to bottom, #1c1c1c, #3c3c3c);
    -pie-background: linear-gradient(top, #1c1c1c, #3c3c3c);
    background-color: #2c2c2c /* fallback */;
    display: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.7);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.7);
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
#coverOverlayContent {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
    display: none;
}
#coverOverlayContent > img {
    display: block;
    margin: auto;
}
#coverOverlayContent > img.item-thumb {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: 0.5;
}
#coverOverlayContent .mejs-ios .mejs-fullscreen-button {
  visibility: hidden;
}
#coverOverlayContent .item-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 150px;
    height: 40px;
    cursor: pointer;
    color: #fff;
    font: 16px/40px 'verblight', sans-serif;
    text-decoration: none;
    text-align: center;
    background-color: #06a;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0085dd), to(#06a));  /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #0085dd, #06a); /* Chrome 10+, Saf5.1+ */
    background-image: -moz-linear-gradient(top, #0085dd, #06a);  /* FF3.6 */
    background-image: -ms-linear-gradient(top, #0085dd, #06a); /* IE10 */
    background-image: -o-linear-gradient(top, #0085dd, #06a);  /* Opera 11.10+ */
    background-image: linear-gradient(to bottom, #0085dd, #06a);
    -pie-background: linear-gradient(top, #0085dd, #06a); /* IE6 - IE8 */
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 1px rgba(0, 0, 0, 0.9);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 1px rgba(0, 0, 0, 0.9);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 1px rgba(0, 0, 0, 0.9);
    border-radius: 3px;
}
#coverOverlay .close {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 36px;
    height: 36px;
    display: block;
    cursor: pointer;
    opacity: 1;
    background: url(../images/close.png) no-repeat;
}
#coverOverlayContent .details {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    max-height: 150px;
    z-index: 2;
    overflow: auto;
}
#coverOverlay.text .details {
    top: 20px;
    border: auto;
    max-height: 100%;
    padding: 0 20px;
}
#coverOverlayContent h2 {
    font: 28px 'verblight', sans-serif;
    color: #ededed;
    text-transform: uppercase;
    border-bottom: 0;
    margin: 0;
    padding: 0;
}
#coverOverlay.text h2 {
    margin-bottom: 40px;
    font-size: 48px;
}
#coverOverlayContent p {
    font: 18px 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #ccc;
    margin-top: 5px;
}

#coverOverlay.text p {
    font-size: 28px;
}

#coverOverlayContent p * {
    color: inherit;
}

#coverOverlayContent a {
    color: #44b5ff;
}

#coverOverlay .next-item,
#coverOverlay .prev-item {
    position: absolute;
    display: block;
    width: 35px;
    height: 34px;
    cursor: pointer;
    top: 50%;
    margin-top: -17px;
}
#coverOverlay .next-item {
    background: url(../images/right-arrow.png) no-repeat;
    right: 0;
    margin-right: -17px;
}
#coverOverlay .prev-item {
    background: url(../images/left-arrow.png) no-repeat;
    left: 0;
    margin-left: -17px;
}
/*************** Full-width gallery styling *************/
#resuFull {
    position: relative;
    overflow: hidden;
    background: #282828;
}
#resuFull.loading {
    background: #282828 url(../images/dark/loading.gif) center center no-repeat;
}
#resuFull.hidden {
    display: block !important;
    visibility: hidden !important;
    position: absolute;
    top: 0;
    left: 0;
}
#resuFull .fwmedia {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    overflow: hidden;
}
#resuFull .fwmedia > img {
    position: absolute;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
    -ms-interpolation-mode: bicubic;
    image-rendering: optimizeQuality;
}
#resuFull .fwmedia > img.getSize {
    opacity: 0;
    filter: alpha(opacity=0);
    width: auto !important;
    height: auto !important;
}
#resuFull .fwmedia .link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
    z-index: 2;
}
#resuFull .mejs-container {
    position: absolute;
    left: 0;
    z-index: 1;
    text-align: left;
    line-height: 1;
}
#resuFull .mejs-container.mejs-audio {
    bottom: 0;
}
#resuFull .mejs-container.mejs-video {
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
}
#resuFull .mejs-container.mejs-ios .mejs-fullscreen-button {
  visibility: hidden;
}
#resuFull .mejs-container-fullscreen {
    position: fixed !important;
    left: 0;
    top: 0;
    overflow: hidden;
    z-index: 1000;
    width: 100% !important;
    height: 100% !important;
}
#resuFull .mejs-container-fullscreen .mejs-mediaelement,
#resuFull .mejs-container-fullscreen video,
#resuFull .mejs-container-fullscreen .mejs-layer {
    width: 100% !important;
    height: 100% !important;
}
#resuFull .mejs-container-fullscreen .mejs-mediaelement {
    top: 0 !important;
    left: 0 !important;
}
#resuFull .mejs-poster {
    opacity: 0;
    filter: alpha(opacity=30);
}
#resuFull .mejs-poster img {
    display: inline;
    vertical-align: middle;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
#resuFull iframe {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: #000000 url(../images/dark/loading.gif) center center no-repeat;
}
#resuFull .pdf-wrapper {
    width: 100%;
    height: 100%;
}
#resuFull .pdf-wrapper iframe {
    width: 100%;
    height: 100%;
    position: static;
}
#resuFull .text-slide {
    width: 100%;
    height: 100%;
    padding: 20px 40px;
}
#resuFull .text-slide h2 {
    font: 48px 'verblight', sans-serif;
    color: #fff;
    text-transform: uppercase;
    border-bottom: 0;
    padding: 0;
    margin: 0 0 40px 0;
}
#resuFull .text-slide p, #resuFull .text-slide li {
    font-size: 28px;
    color: #fff;
    margin-top: 5px;
}
#resuFull .text-slide a {
    color: #44B5FF;
}
#resuFull .fwBottom {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 10;
}
#resuFull .fwBottom .thumbnails {
    width: 100%;
    height: 0;
    overflow: hidden;
    position: relative;
    background-color: #292929;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#292929), to(#000000));
    background-image: -webkit-linear-gradient(top, #292929, #000000);
    background-image: -moz-linear-gradient(top, #292929, #000000);
    background-image: -ms-linear-gradient(top, #292929, #000000);
    background-image: -o-linear-gradient(top, #292929, #000000);
    background-image: linear-gradient(to bottom, #292929, #000000);
    -pie-background: linear-gradient(top, #292929, #000000);
    -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.7), inset 0 2px 0 rgba(255, 255, 255, 0.1);
    -moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.7), inset 0 2px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.7), inset 0 2px 0 rgba(255, 255, 255, 0.1);
    behavior: url(PIE.htc);
}
#resuFull .fwBottom ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    background-color: #111111;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#111111), to(#333333));
    background-image: -webkit-linear-gradient(top, #111111, #333333);
    background-image: -moz-linear-gradient(top, #111111, #333333);
    background-image: -ms-linear-gradient(top, #111111, #333333);
    background-image: -o-linear-gradient(top, #111111, #333333);
    background-image: linear-gradient(to bottom, #111111, #333333);
    -pie-background: linear-gradient(top, #111111, #333333);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 1px 0 0 rgba(255, 255, 255, 0.1), -1px 0 0 rgba(255, 255, 255, 0.1);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 1px 0 0 rgba(255, 255, 255, 0.1), -1px 0 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 1px 0 0 rgba(255, 255, 255, 0.1), -1px 0 0 rgba(255, 255, 255, 0.1);
}
#resuFull .fwBottom ul.centerItems {
    text-align: center;
}
#resuFull .fwBottom li {
    width: 120px;
    height: 80px;
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    opacity: 0.3;
    overflow: hidden;
    filter: alpha(opacity=30);
    -webkit-transition: opacity 600ms ease-in-out;
    -moz-transition: opacity 600ms ease-in-out;
    -ms-transition: opacity 600ms ease-in-out;
    -o-transition: opacity 600ms ease-in-out;
    transition: opacity 600ms ease-in-out;
}
#resuFull .fwBottom li:hover,
#resuFull .fwBottom li.active {
    opacity: 1;
    filter: alpha(opacity=100);
}
#resuFull .fwBottom img {
    width: 100%;
    min-height: 100%;
}
#resuFull .fwBottom .slide-next {
    position: absolute;
    right: 0;
    top: 0;
    width: 44px;
    height: 80px;
    cursor: pointer;
    background: url(../images/dark/fw-next-slide.png) center center no-repeat;
}
#resuFull .fwBottom .slide-next.disabled {
    opacity: 0.3;
    filter: alpha(opacity=30);
    cursor: default;
}
#resuFull .fwBottom .slide-prev {
    position: absolute;
    left: 0;
    top: 0;
    width: 44px;
    height: 80px;
    cursor: pointer;
    background: url(../images/dark/fw-prev-slide.png) center center no-repeat;
}
#resuFull .fwBottom .slide-prev.disabled {
    opacity: 0.3;
    filter: alpha(opacity=30);
    cursor: default;
}
#resuFull .bottom-bar {
    clear: both;
    height: 40px;
    position: relative;
    background-color: #2b2d2a;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#2b2d2a), to(#181918));
    background-image: -webkit-linear-gradient(top, #2b2d2a, #181918);
    background-image: -moz-linear-gradient(top, #2b2d2a, #181918);
    background-image: -ms-linear-gradient(top, #2b2d2a, #181918);
    background-image: -o-linear-gradient(top, #2b2d2a, #181918);
    background-image: linear-gradient(to bottom, #2b2d2a, #181918);
    -pie-background: linear-gradient(top, #2b2d2a, #181918);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    background-color: #1c1c1c;
    /* fallback */

    border-top: 1px solid rgba(0, 0, 0, 0.7);
}
#resuFull .bottom-bar .progress {
    position: absolute;
    top: -10px;
    left: 0;
    width: 0;
    height: 10px;
    background: #888;
    /* fallback */

    background: rgba(255, 255, 255, 0.3);
}
#resuFull .bottom-bar .slide-number {
    float: left;
    color: #aaa;
    font-size: 14px;
    line-height: 40px;
    margin: 0 0 0 20px;
    height: 100%;
    padding: 0;
}
#resuFull .bottom-bar .title {
    float: left;
    margin: 0 0 0 20px;
    color: #fff;
    font-size: 14px;
    line-height: 40px;
    height: 100%;
    padding: 0 0 0 26px;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#resuFull .bottom-bar .title:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 100%;
}
#resuFull .bottom-bar .title[data-type=photo]:before {
    background: url(../images/dark/photo.png) center center no-repeat;
}
#resuFull .bottom-bar .title[data-type=audio]:before {
    background: url(../images/dark/audio.png) center center no-repeat;
}
#resuFull .bottom-bar .title[data-type=video]:before {
    background: url(../images/dark/video.png) center center no-repeat;
}
#resuFull .bottom-bar .title[data-type=pdf]:before {
    background: url(../images/dark/file.png) center center no-repeat;
}
#resuFull .bottom-bar .title[data-type=text]:before {
    background: url(../images/dark/text.png) center center no-repeat;
}
#resuFull .bottom-bar .fw-controls {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}
#resuFull .bottom-bar .fw-controls a {
    float: left;
    display: block;
    margin-right: 20px;
    height: 100%;
    cursor: pointer;
}
#resuFull .bottom-bar .slideshow {
    width: 15px;
    background: url(../images/dark/fw-play.png) center center no-repeat;
}
#resuFull .bottom-bar .slideshow.pause {
    background: url(../images/dark/fw-pause.png) center center no-repeat;
}
#resuFull .bottom-bar .next {
    width: 17px;
    background: url(../images/dark/fw-next-item.png) center center no-repeat;
}
#resuFull .bottom-bar .next.disabled {
    opacity: 0.3;
    cursor: default;
}
#resuFull .bottom-bar .prev {
    width: 17px;
    background: url(../images/dark/fw-prev-item.png) center center no-repeat;
}
#resuFull .bottom-bar .prev.disabled {
    opacity: 0.3;
    cursor: default;
}
#resuFull .bottom-bar .info {
    width: 9px;
    background: url(../images/dark/fw-info.png) center center no-repeat;
}
#resuFull .bottom-bar .resize {
    width: 20px;
    background: url(../images/dark/fw-collapse.png) center center no-repeat;
}
#resuFull .bottom-bar .resize.collapsed {
    background: url(../images/dark/fw-expand.png) center center no-repeat;
}
#resuFull .bottom-bar .showThumbs {
    width: 50px;
    margin-right: 0 !important;
    position: relative;
    border-left: 1px solid rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: -1px 0 0 rgba(255, 255, 255, 0.1);
    -moz-box-shadow: -1px 0 0 rgba(255, 255, 255, 0.1);
    box-shadow: -1px 0 0 rgba(255, 255, 255, 0.1);
}
#resuFull .bottom-bar .showThumbs:before {
    content: '';
    position: absolute;
    top: 8px;
    left: 17px;
    border: 8px solid transparent;
    border-bottom: 8px solid #fff;
}
#resuFull .bottom-bar .showThumbs.active {
    -webkit-box-shadow: -1px 0 0 rgba(255, 255, 255, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -moz-box-shadow: -1px 0 0 rgba(255, 255, 255, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: -1px 0 0 rgba(255, 255, 255, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.1);
    background-color: #020202;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#020202), to(#151614));
    background-image: -webkit-linear-gradient(top, #020202, #151614);
    background-image: -moz-linear-gradient(top, #020202, #151614);
    background-image: -ms-linear-gradient(top, #020202, #151614);
    background-image: -o-linear-gradient(top, #020202, #151614);
    background-image: linear-gradient(to bottom, #020202, #151614);
    -pie-background: linear-gradient(top, #020202, #151614);
    background-color: #111;
    /* fallback for IE */

}
/**** Full-width mode caption overlay ****/
#fwOverlay {
    position: absolute;
    z-index: 2001;
    left: 50%;
    padding: 20px;
    width: 280px;
    background-color: #1c1c1c;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1c1c1c), to(#3c3c3c));
    background-image: -webkit-linear-gradient(top, #1c1c1c, #3c3c3c);
    background-image: -moz-linear-gradient(top, #1c1c1c, #3c3c3c);
    background-image: -ms-linear-gradient(top, #1c1c1c, #3c3c3c);
    background-image: -o-linear-gradient(top, #1c1c1c, #3c3c3c);
    background-image: linear-gradient(to bottom, #1c1c1c, #3c3c3c);
    -pie-background: linear-gradient(top, #1c1c1c, #3c3c3c);
    color: #fff;
    display: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.7);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.7);
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    behavior: url(PIE.htc);
}
#fwOverlay.hidden {
    display: block !important;
    visibility: visible;
}
#fwOverlayContent {
    overflow: auto;
}
#fwOverlayContent h2 {
    font: 30px 'verblight', sans-serif;
    color: #fff;
    text-transform: uppercase;
    border-bottom: 0;
    padding: 0;
    margin: 0;
}
#fwOverlayContent p {
    font-size: 14px;
    color: #fff;
    margin-top: 5px;
}
#fwOverlayContent a {
    color: #44B5FF;
}
#fwOverlay .close {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 36px;
    height: 36px;
    display: block;
    cursor: pointer;
    opacity: 1;
    background: url(../images/close.png) no-repeat;
}
/********** Media Queries to adjust gallery dimensions **********/
@media only screen and (max-width: 684px), only screen and (max-device-width: 684px) {
    #resumotiv menu menu {
        height: 30px;
        line-height: 30px;
        /*background-color: #444444;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#2b2b2b));
        background-image: -webkit-linear-gradient(top, #444444, #2b2b2b);
        background-image: -moz-linear-gradient(top, #444444, #2b2b2b);
        background-image: -ms-linear-gradient(top, #444444, #2b2b2b);
        background-image: -o-linear-gradient(top, #444444, #2b2b2b);
        background-image: linear-gradient(to bottom, #444444, #2b2b2b);
        -pie-background: linear-gradient(top, #444444, #2b2b2b);*/
    }
    #showResuMenu {
        display: block;
        height: 30px;
        line-height: 30px;
        background: #444 !important;
    }
    #resumotiv .navButton {
        float: none;
        display: block;
        margin-right: 0 !important;
        border-top: 0;
        background-image: none !important;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
    }
    #resumotiv .navButton.active {
        -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.5);
        box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.5);
    }
    #mainResuMenu {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.7);
        -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.7);
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.7);
    }
    #resumotiv .buttonset {
        margin-right: 0;
        display: none;
    }
    #resumotiv menu.no-touch:hover .buttonset,
    #resumotiv menu.hover .buttonset {
        display: block;
    }
    #gotoSets {
        display: block;
    }
    #goFullscreen {
        /*display: block !important;*/
        margin: 0;
    }
}
@media only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
    #itemList li .description {
        display: none;
    }
}
@media only screen and (max-width: 372px), only screen and (max-device-width: 372px) {
    #itemList li .description,
    #scroll-wrap,
    canvas.fade {
        display: none;
    }
}
@media only screen and (max-width: 480px), only screen and (max-height: 360px), only screen and (max-device-width: 480px), only screen and (max-device-height: 360px) {
    #coverOverlayContent .details {
        display: none;
    }
}