.ebrochure-wrap {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    max-width: 900px;
    margin: auto;
    position: relative;
    padding-top: 76px;
    padding-bottom: 20px;
}
#respond_book {
    position: relative;
}

/*Ebrochure*/
.ebrochure-control {margin: 0 auto;}
.ebrochure-wrap > nav {
    height: 46px;
    left: 0;
    position: absolute;
    right: 0;
    top: 10px;
    z-index: 2147483647;
    text-align: center;
    zoom: 1;
}
.ebrochure-wrap > nav ul {
    padding: 0;
    margin: 0;
    border-radius: 6px;
    display: -moz-inline-box;
    -moz-box-orient: vertical;
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
}
.ebrochure-wrap > nav li {float: left;}
.ebrochure-wrap > nav li:first-child a {border-radius: 6px 0 0 6px; }
.ebrochure-wrap > nav li:last-child a {border-radius: 0 6px 6px 0; }
.ebrochure-wrap > nav a {
    position: relative;
    display: block;
    font-size: 11px;
    font-weight: bold;
    color: #666;
    line-height: 26px;
    text-shadow: 0 1px #fff;
    height: 46px;
    width: 48px;
    padding: 0;
    background: #000 no-repeat;
    background-position: 8px 7px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.ebrochure-wrap > nav a:hover {
    color: #000;
    z-index: 10;
    text-decoration: none;
    background-color: #666;
}
.ebrochure-wrap > nav li .gopage {
    font-size: 12px;
    display: inline-block;
    height: 46px;
    width: 80px;
    padding: 10px 5px;
    background: #000 no-repeat;
    background-position: 8px 7px;
    text-indent: 100%;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
}
.ebrochure-wrap > nav li .gopage input[type="text"] {
    margin: 0; 
    padding: 5px;
    border: none;
    height: 26px;
    width: 30px;
    float: left;
    color: #fff;
    text-align: center;
    margin-right: 5px;
    border: solid 1px white;
    background: none;
}
.ebrochure-wrap > nav li .gopage a.btn-gopage {
    float: left;    
    height: 26px;
    font-size: 12px;
    text-align: center;
    width: 35px;
    text-transform: uppercase;
    text-indent: 0;
    background-color: #fff;
}

.ebrochure-wrap nav #zoomin, .ebrochure-wrap nav #zoomout, .ebrochure-wrap nav #nozoom {display: none;}

.ebrochure-wrap nav #zoomin {
    background-image: url(images/icons/zoom_in.png);
}

.ebrochure-wrap nav #zoomout {
    background-image: url(images/icons/zoom_out.png);
}

.ebrochure-wrap nav #first {
    background-image: url(images/icons/arrow_double_left.png);
}

.ebrochure-wrap nav #last {
    background-image: url(images/icons/arrow_double_right.png);
}

.ebrochure-wrap nav #next {
    background-image: url(images/icons/arrow_right.png);
}

.ebrochure-wrap nav #back {
    background-image: url(images/icons/arrow_left.png);
}

.ebrochure-wrap nav #slideshow {
    background-image: url(images/icons/slideshow_play.png);
}

.ebrochure-wrap nav #slideshow.wowbook-disabled {
    background-image: url(images/icons/slideshow_pause.png);
}

.ebrochure-wrap nav #flipsound {
    background-image: url(images/icons/sound_on.png);
}

.ebrochure-wrap nav #flipsound.wowbook-disabled {
    background-image: url(images/icons/sound_off.png);
}

.ebrochure-wrap nav #thumbs {
    background-image: url(images/icons/thumbs.png);
}

.ebrochure-wrap nav #fullscreen {
    background-image: url(images/icons/fullscreen_on.png);
}

.ebrochure-wrap nav #fullscreen.wowbook-disabled {
    background-image: url(images/icons/fullscreen_off.png);
}

.ebrochure-wrap nav #atfull {
    background-image: url(images/icons/fullscreen_on.png);
}
/*.ebrochure-wrap nav #atfull.wowbook-disabled {
  background-image: url(images/icons/full_sreen_icon_off.png);
}*/
.ebrochure-wrap nav #nozoom {
    background-image: url(images/icons/reset_icon.png);
}
.ebrochure-wrap nav #download {
    background-image: url(images/icons/download.png);
}

/*.ebrochure-wrap nav #nozoom.wowbook-disabled {
  background-image: url(images/icons/reset_icon_off.png);
}*/

.ebrochure-wrap nav a:active,
.ebrochure-wrap nav a:hover,
.ebrochure-wrap nav a {
    outline: none;
}

.ebrochure-other-wrap {
    margin-top: 20px;
}

.other-book {
    margin-bottom: 20px;
}
.other-book a {display: block; margin-left: 15px;}
.ebrochure-other-wrap .other-book:first-child a {margin-left: 0;}  
.other-book:hover, .other-book.active {
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}

.wowbook {
    position: relative;
    zoom: 1;
    margin: 0 auto;
}
.page-content {background: white; position: relative;}
.wowbook-page {
    zoom: 1;
}
.wowbook-page-content {
    position: absolute;
    overflow: hidden;
    zoom: 1;
    background-color: white;
}

.wowbook-loading .wowbook-page-content {
    background-image: url(images/icons/loading.gif);
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

img.wowbook-lazy {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.wowbook-handle {
    cursor: pointer;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100px;
    z-index: 10000;
    -webkit-transform: translate3d(0px, 0px, 10000px);
}

.wowbook-handle.wowbook-disabled {
    display: none;
}

.wowbook-unselectable {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.wowbook-page-content.wowbook-double-page {
    padding: 0;
}

.wowbook-shadow-clipper {
    position: absolute;
    overflow: hidden;
    z-index: 999;
    zoom: 1;
    -webkit-backface-visibility: hidden;
}

.wowbook-shadow-container {
    display: none;
    position: absolute;
    z-index: 999;
    zoom: 1;
}

.wowbook-shadow-internal {
    background: url(images/shadow_internal_fold.png) repeat-y;
    height: 500px;
    width: 200px;
    position: absolute;
    zoom: 1;
    -webkit-backface-visibility: hidden;
}

.wowbook-shadow-fold {
    background: url(images/shadow_fold.png) right top repeat-y;
    height: 500px;
    width: 100px;
    position: absolute;
    zoom: 1;
    -webkit-backface-visibility: hidden;
}

.wowbook-shadow-fold-flipped {
    background-image: url(images/shadow_fold_flip_h.png);
}

.wowbook-fold-gradient {
    background: url(images/fold_gradient.png) right top repeat-y;
    height: 500px;
    width: 125px;
    position: absolute;
    top: 0;
    zoom: 1;
    -webkit-backface-visibility: hidden;
}

.wowbook-fold-gradient-flipped {
    background-image: url(images/fold_gradient_flip_h.png);
}

.wowbook-fold-gradient-container {
    position: absolute;
    z-index: 1001;
}

.wowbook-gutter-shadow {
    height: 100%;
    width: 40px;
    position: absolute;
    top: 0;
}

.wowbook-left .wowbook-gutter-shadow {
    background: url(images/gutter_shadow_left.png) right top repeat-y;
    right: 0;
    width: 70px;
}

.wowbook-right .wowbook-gutter-shadow {
    background: url(images/gutter_shadow_right.png) right top repeat-y;
    left: 0;
}

.wowbook-hard-page-shadow {
    background: #888;
    position: absolute;
    top: 0;
    z-index: 999;
}

.wowbook-page-number {
    bottom: 0;
    font-size: 1.1em;
    padding-bottom: .3em;
    position: absolute;
}

.wowbook-left .wowbook-page-number {
    left: 0;
    padding-left: .5em;
}

.wowbook-right .wowbook-page-number {
    right: 0;
    padding-right: .5em;
}

.wowbook-book-shadow {
    -moz-box-shadow: 0 0 7px #666;
    -ms-box-shadow: 0 0 7px #666;
    -webkit-box-shadow: 0 0 7px #666;
    -o-box-shadow: 0 0 7px #666;
    box-shadow: 0 0 7px #666;
}

.wowbook-hard-page-shadow {
    background: #888;
    box-shadow: 0 0 2px 0 #666;
    background: rgba(96, 96, 96, 0.5);
    position: absolute;
    top: 0;
    z-index: 999;
}

.wowbook-thumbnails {
    background: none;
    left: 0;
    top: 0;
    position: absolute;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    image-rendering: optimizeQuality;
    z-index: 10000;
}

.wowbook-thumbnails .wowbook-clipper {
    overflow: hidden;
    position: relative;
}

.wowbook-thumbnails ul {
    position: relative;
    margin: 0;
    padding: 0;
}

.wowbook-thumbnails .wowbook-button {
    background: none no-repeat 50% 50% #333;
    cursor: pointer;
    left: 0;
    position: absolute;
    top: 0;
}

.wowbook-thumbnail {
    cursor: pointer;
    display: inline-block;
    *display: inline;
    zoom: 1;
    overflow: hidden;
    position: relative;
    vertical-align: top;
}

.wowbook-thumbnail .wowbook-page-content {
    position: relative;
}

.wowbook-thumbnail.wowbook-right {
    margin-right: 1em;
}

.wowbook-overlay {
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100000;
}

.wowbook-horizontal.wowbook-thumbnails {
    width: 100%;
}

.wowbook-horizontal.wowbook-thumbnails .wowbook-clipper {
    height: 100%;
    position: relative;
    margin: 0 30px;
}

.wowbook-horizontal.wowbook-thumbnails ul {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    white-space: nowrap;
}

.wowbook-horizontal.wowbook-thumbnails .wowbook-button {
    width: 30px;
    height: 100%;
    background-image: url(images/icons/arrow_left.png);
}

.wowbook-horizontal.wowbook-thumbnails .wowbook-next.wowbook-button {
    left: auto;
    right: 0;
    background-image: url(images/icons/arrow_right.png);
}

.wowbook-horizontal .wowbook-thumbnail {
    white-space: normal;
    *white-space: nowrap;
}

.wowbook-horizontal .wowbook-thumbnail .wowbook-page-content {
    *white-space: normal;
}

.wowbook-vertical.wowbook-thumbnails {
    display: inline-block;
    height: 100%;
}

.wowbook-vertical.wowbook-thumbnails .wowbook-clipper {
    position: absolute;
    top: 30px;
    bottom: 30px;
}

.wowbook-vertical.wowbook-thumbnails .wowbook-button {
    height: 30px;
    width: 100%;
    background: url(images/icons/arrow_up.png);
}

.wowbook-vertical.wowbook-thumbnails .wowbook-next.wowbook-button {
    bottom: 0;
    top: auto;
    background-image: url(images/icons/arrow_down.png);
}

.wowbook-vertical .wowbook-thumbnail.wowbook-right {margin-right: 0;}

.wowbook-vertical .wowbook-thumbnail:first-child {margin-left: 50%;}

.wowbook-draggable {
    cursor: hand;
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

.wowbook-draggable.wowbook-dragging {
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
@media (max-width: 480px) {
    .ebrochure-wrap {
        padding: 0;
        border: none;
    }
    .ebrochure-wrap nav ul {height: 98px;}
    .ebrochure-wrap nav ul li {margin-bottom: 4px;}
    .ebfull .ebrochure-wrap {
        margin-left: -2%;
        width: 98%;
    }
    .ebrochure-wrap nav a {
        background-size: 30px;
        height: 44px;
        width: 46px;
   }
}