body
{
    background-color: #fff;
    /*background-image: url('../images/1280x1024_2.jpeg');*/
    margin: 0;
    padding: 0;
    /*font-family: Helvetica, Arial, sans-serif;*/
    font-family:'Times New Roman';
    font-size: 16px;
}

.skin-color-bg
{
    background: #6f253e !important;
}

.skin-color
{
    /*color: rgb(255, 255, 255);*/
    color: #c0c0c0;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

    .skin-color:hover
    {
        /*color: rgba(0, 0, 0,.7);*/
        /*color: #a5a5a5;*/
        color: #fff;
    }

.flipbook-overlay
{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url('../images/overlay_lightbox.png') repeat;
}

.flipbook-wrapper
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #ffffff;
    /*background: url('../images/overlay_lightbox.png') repeat;*/
}

.flipbook-wrapper-transparent
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: none;
}

.main-wrapper
{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    background-color: #ece9e4;
   /* background: #f3f1f1 url("../images/bg-kontain.png") top left repeat-x;*/
    background: url('../images/1280x1024_2.jpeg') top left no-repeat;

    /*background: url('../images/patterns/woven.png');*/
    /*background: url('../images/patterns/retina_wood2.png');*/
    /*background: url('../images/overlay_lightbox.png') repeat;*/
}

.flipbook-bookLayer
{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    perspective: 6000px;
    -webkit-perspective: 6000px; /* Safari and Chrome */
    -moz-perspective: 6000px;
}

.flipbook-book
{
    position: relative;
    perspective: 6000px;
    -webkit-perspective: 6000px; /* Safari and Chrome */
    -moz-perspective: 6000px;
    /*top:-20px;*/
    /*top:-20px;*/
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.flipbook-page
{
    overflow: hidden;
    position: absolute;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden; /* Chrome and Safari */
    -moz-backface-visibility: hidden; /* Firefox */
    -ms-backface-visibility: hidden; /* Internet Explorer */
    -webkit-box-shadow: 0px 0px 17px 0px #c0c0c0;
    box-shadow: 0px 0px 17px 0px #c0c0c0;
}

    .flipbook-page:first-of-type
    {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.flipbook-shadowLeft
{
    position: absolute;
    top: 0;
    left: 0;
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.flipbook-shadowRight
{
    position: absolute;
    top: 0;
    right: 0;
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.flipbook-currentPage
{
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 10px;
    z-index: 999999;
    background: none;
    border: none;
}

    .flipbook-currentPage:focus
    {
        outline: none;
    }

.flipbook-menuWrapper
{
    position: absolute;
    bottom: 0;
    z-index: 99999;
    left: 0;
    right: 0;
}

.flipbook-menu:hover
{
    /*opacity: 1;*/
}

.flipbook-menu
{
    position: relative;
    text-align: center;
    margin: 0;
    padding: 5px;
    z-index: 99999;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

    .flipbook-menu .btn
    {
        display: inline;
        cursor: pointer;
        color: #fff;
    }

    .flipbook-menu .btn:hover{
        color: #c0c0c0;
    }

.flipbook-thumbHolder
{
    -webkit-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, .5);
    box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, .5);
    -webkit-transition: all .3s ease-out; /* Chrome 1-25, Safari 3.2+ */
    -moz-transition: all .3s ease-out; /* Firefox 4-15 */
    -o-transition: all .3s ease-out; /* Opera 10.50 */
    transition: all .3s ease-out; /* Chrome 26, Firefox 16+, IE 10+, Opera 12.50+ */
}

.flipbook-toc
{
    position: relative;
}

.flipbook-tocHolder
{
    position: absolute;
    top: 0;
    left: 0;
    /*width: 350px;*/
    width: 400px;
    bottom: 50px;
    -webkit-transition: all .3s ease-out; /* Chrome 1-25, Safari 3.2+ */
    -moz-transition: all .3s ease-out; /* Firefox 4-15 */
    -o-transition: all .3s ease-out; /* Opera 10.50
    transition: all .3s ease-out;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.50+ */
}

.flipbook-tocItem
{
    display: block;
    padding: 8px 20px 8px 10px;
    text-align: justify;
    cursor: pointer;
    font-size: 1em;
    font-style:italic;
    font-family: 'Times New Roman';
}

    .flipbook-tocItem .right
    {
        display:inline-block !important;
        float: right;
        font-style:normal;
        font-family: Helvetica, Arial, sans-serif;
    }

    a.flipbook-tocItem { position: relative;}
    a.flipbook-tocItem li.right { bottom: 7px; position: absolute; right: 11px;}

.flipbook-tocHolder li
{
    list-style: none;
    display: inline;
}

li.flipbook-tocTitle
{
    display: block;
}

.flipbook-tocTitle
{
    display: block;
    padding: 20px;
    padding-bottom: 10px;
    text-align: left;
    text-transform: uppercase;
}

.invisible
{
    opacity: 0;
    pointer-events: none;
}

.transition
{
    -webkit-transition: all .3s ease-out; /* Chrome 1-25, Safari 3.2+ */
    -moz-transition: all .3s ease-out; /* Firefox 4-15 */
    -o-transition: all .3s ease-out; /* Opera 10.50*/
    transition: all .3s ease-out; /* Chrome 26, Firefox 16+, IE 10+, Opera 12.50+ */
}

.flipbook-shareButtons
{
    width: 41px;
    position: absolute;
    /*right: 0;*/
    /*top: 0;*/
    bottom: 45px;
    /*-webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, .5);*/
    /*box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, .5);*/
    max-width: 100%;
    max-height: 100%;
    overflow: hidden; /* Aligns Vertically - Remove for Horizontal Only */ /* Aligns Horizontally - Remove for Vertical Only  */
    ;
    padding: 10px 0;
    /*margin-right: 10px;*/
}

.flipbook-shareBtn
{
    display: inline-block;
    cursor: pointer;
    margin-top: 10px;
    margin-bottom: 10px;
}

img
{
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}


/*Icon font*/

@font-face
{
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot');
    src: url('../fonts/icomoon.eot?#iefix') format('embedded-opentype'), url('../fonts/icomoon.woff') format('woff'), url('../fonts/icomoon.ttf') format('truetype'), url('../fonts/icomoon.svg#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: 'icomoon2';
    src: url('../fonts2/icomoon.eot');
    src: url('../fonts2/icomoon.eot?#iefix') format('embedded-opentype'), url('../fonts2/icomoon.woff') format('woff'), url('../fonts2/icomoon.ttf') format('truetype'), url('../fonts2/icomoon.svg#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

.icon-facebook:before, .icon-twitter:before, .icon-googleplus:before, .icon-flickr:before,
.icon-vimeo:before, .icon-linkedin:before
{
    font-size: 1.3em;
    margin: 5px 5px;
    padding: 5px;
}

.icon-share:before, .icon-minus:before, .icon-plus:before, .icon-arrow-left:before, .icon-arrow-right:before,
.icon-layout:before, .icon-list:before, .icon-cross:before, .icon-resize-enlarge:before, .icon-resize-shrink:before,
.icon-arrow-left-2:before, .icon-arrow-right-2:before, .icon-zoom-out:before, .icon-zoom-in:before
{
    font-size: 1.9em;
    margin: 5px 3px;
    padding: 0;
}

.icon-general
{
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.icon-share:before
{
    content: "\e002";
}

.icon-minus:before
{
    content: "\e003";
}

.icon-plus:before
{
    content: "\e004";
}

.icon-arrow-left:before
{
    content: "\e005";
}

.icon-arrow-right:before
{
    content: "\e006";
}

.icon-facebook:before
{
    content: "\e007";
}

.icon-layout:before
{
    content: "\e009";
}

.icon-list:before
{
    content: "\e00a";
}

.icon-cross:before
{
    content: "\e00b";
}

.icon-twitter:before
{
    content: "\e000";
}

.icon-googleplus:before
{
    content: "\e001";
}

.icon-resize-enlarge:before
{
    content: "\e008";
}

.icon-resize-shrink:before
{
    content: "\e00c";
}

.icon-flickr:before
{
    content: "\e00d";
}

.icon-vimeo:before
{
    content: "\e00e";
}

.icon-linkedin:before
{
    content: "\e00f";
}

.icon-arrow-left-2:before
{
    content: "\e010";
}

.icon-arrow-right-2:before
{
    content: "\e011";
}

.icon-zoom-out:before
{
    content: "\e012";
}

.icon-zoom-in:before
{
    content: "\e013";
}


.icon-download:before
{
    content: "\e112";
    font-family: 'icomoon2';
    speak: none;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 1.9em;
    margin: 5px 3px;
    padding: 0;
}

.icon-home:before
{
    content: "\e111";
    font-family: 'icomoon2';
    speak: none;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 1.9em;
    margin: 5px 3px;
    padding: 0;
}

.title-zoom-out,
.title-zoom-in,
.title-arrow-right,
.title-arrow-left,
.title-icon-list,
.title-icon-resize,
.title-icon-download,
.title-icon-home
{
    display: none;
    position: absolute;
    top: -43px;
    left: -40px;
    width: auto;
    min-width: 90px;
    background: #6f253e;
    color: #fff;
    padding: 6px 10px;
    font-family: Arial;
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
    font-weight: bold;
}

.swa
{
    padding: 15px 10px 5px 10px;
    background-color: #6f253e;
    color: white;
    font-size: 1em;
    text-transform:uppercase;
    font-weight:lighter;
}

.swa-li{
    display:inline-block !important;
    width:93%;
}


a.flipbook-tocItem:first-of-type{
    text-transform: uppercase;
    /*font-style: italic;*/
    font-size: 1.1em;
    font-style:normal;
    color: #fff;
}

a.flipbook-tocItem:first-of-type:hover, a.flipbook-tocItem:first-of-type:active{
    color: #fff;
}

.flipbook-shadowRight, .flipbook-shadowLeft{display: none !important}