@font-face {
    font-family: 'pfagora_b';
    src: url('../fonts/pfagorasanspro-bold-webfont.eot');
    src: url('../fonts/pfagorasanspro-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/pfagorasanspro-bold-webfont.woff2') format('woff2'),
         url('../fonts/pfagorasanspro-bold-webfont.woff') format('woff'),
         url('../fonts/pfagorasanspro-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'pfagora_r';
    src: url('../fonts/pfagorasanspro-reg-webfont.eot');
    src: url('../fonts/pfagorasanspro-reg-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/pfagorasanspro-reg-webfont.woff2') format('woff2'),
         url('../fonts/pfagorasanspro-reg-webfont.woff') format('woff'),
         url('../fonts/pfagorasanspro-reg-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}


html, body
{
height: 100%;
margin: 0px;
padding: 0px;
font-family: Arial;
font-size: 12px;
line-height: 18px;
color: #383838;
background: #fff;
}


h1, h2
{
font-size: 60px;
font-family: pfagora_r;
color: #383838;
line-height: 60px;
}

h2
{
font-size: 30px;
text-align: center;
}

p
{
line-height: 20px;
}

a
{
color: #0069b2;
}

a:hover
{
color: #4e99ce;
}

a, img
{
outline: none;
border: none;
}

.clear
{
clear: both;
}

.default_button
{
display: inline-block;
font-size: 14px;
color: #252323;
background: #b9cfd4;
line-height: 34px;
border: 1px solid #99c6d0;
padding: 0px 16px;
border-radius: 7px;
text-decoration: none;
}

.default_button:hover
{
background: #c9dade;
color: #252323;
}

.body
{
margin: 0px;
width: 100%;
min-height:100%;
height:auto!important;
height:100%;
padding: 0px;
}

.static_part
{
width: 1000px;
margin: 0px auto;
position: relative;
}


.main_description
{
padding: 60px 0px;
background: url('../images/main_back.jpg') no-repeat top center;
background-size: cover;
}

.main_description img
{
float: left;
margin-right: 30px;
border: 1px solid #b9cfd4;
border-radius: 10px;
margin-top: 10px;
}

.main_description h1
{
font-family: pfagora_b;
font-size: 40px;
line-height: 40px;
margin-top: -10px;
}

.main_description h1 span
{
font-family: pfagora_r;
font-size: 24px;
}

.main_description p
{
font-size: 16px;
line-height: 21px;
}

.main_description .default_button
{
margin-top: 7px;
}

.inside .main_description
{
padding: 40px 0px 30px 0px;
}

.inside .main_description h1
{
float: left;
}

.inside .main_description a
{
float: right;
font-size: 14px;
position: relative;
top: 30px;
}

.books
{
margin-top: 40px;
}

.books .element
{
text-align: center;
width: 222px;
float: left;
margin-right: 37px;
margin-bottom: 60px;
}

.books .element.last
{
margin-right: 0px;
}

.books .element.first
{
clear: left;
}

.books .element .title
{
font-family: pfagora_b;
font-size: 18px;
color: #383838;

}

.books .element .title:hover
{
color: #646464;
}

.books .element .title img
{
margin-bottom: 10px;
}

.load_block
{
color: #999;
border-top: 1px solid #d9e1e3;
margin-top: 15px;
padding-top: 15px;
text-align: center;
}

.inside .load_block
{
border: none;
}

.load_block a
{
color: #999;
margin-left: 10px;
}

.load_block a:hover
{
color: #616060;
}

h2.book_name
{
font-size: 50px;
margin-top: -10px;
margin-bottom: 0px;
}

.separator_small
{
width: 220px;
margin: 20px auto;
border-top: 1px solid #d9e1e3;
}


.book
{
margin-top: 40px;
}

.book .bookmark
{
width: 40px;
height: 341px;
background: url('../images/bookmark.png') no-repeat left top;
position: absolute;
right: 20px;
z-index: 10;
}

.book .thickness
{
overflow: hidden;
width: 60px;
height: 100%;	
position: absolute;
right: -60px;
}

.book .thickness .overlay
{
position: relative;
background: url('../images/thickness.gif') repeat-y;
height: 100%;	
}

.book .thickness .top
{
width: 60px;
height: 40px;
background: url('../images/thickness_top.gif') no-repeat top left;
position: absolute;
top: 0px;
}

.book .thickness .bottom
{
width: 60px;
height: 40px;
background: url('../images/thickness_bottom.gif') no-repeat top left;
position: absolute;
bottom: -8px;
}



.book .prev_page
{
width: 46px;
height: 147px;
background: url('../images/prev.png') no-repeat top left;
position: absolute;
top: 40%;
left: -100px;
}

.book .next_page
{
width: 46px;
height: 147px;
background: url('../images/next.png') no-repeat top left;
position: absolute;
top: 40%;
right: -160px;
}

.book .prev_page:hover, .book .next_page:hover
{
opacity: 0.7;
}


.book .page_overlay
{
overflow: hidden;
background: #efefef;
border-radius: 15px;
position: relative;
transition: height 0.2s linear;
}


.book .page
{
background: #efefef;
padding: 30px 60px 89px 60px;
position: relative;
left: 0px;
/*transition: all 0.3s linear;*/
z-index: 3;
min-height: 310px;
}

/*
.book .page:hover
{
position: relative;
left: -1000px;
}*/


.book .page.new_page
{
position: absolute;
top: 0px;
left: 0px;
z-index: 2;
}

/*
.book .page.new_page:hover
{
position: absolute;
top: 0px;
left: 0px;
}
*/

.book .page .cover
{
	
}

.book .page .cover .author
{
text-align: center;
font-size: 20px;
font-style: italic;
margin-top: 30px;
}

.book .page .cover .book_name
{
text-align: center;
font-size: 40px;
line-height: 40px;
margin-top: 200px;
font-family: pfagora_r;
}

.book .page .cover .book_name span
{
text-align: center;
font-size: 20px;
line-height: 40px;
}

.book .page .cover .book_date
{
text-align: center;
font-size: 14px;
line-height: 18px;
font-style: italic;
margin-top: 200px;
margin-bottom: 50px;
}

.book .page p span.f
{
font-family: 'Times New Roman';
font-size: 72px;
}

.book .page p
{
font-size: 20px;
line-height: 30px;
text-indent: 20px;
}

.book .page p img
{
max-width: 850px;
}

.book .pagination
{
color: #999;
border-top: 1px solid #cdcdcd;
background: #efefef;
padding-top: 20px;
padding-bottom: 20px;
margin-top: -89px;
margin: -79px 50px 0px 50px;
position: relative;
z-index: 10;
}

.book .pagination .left
{
width: 250px;
float: left;
font-size: 18px;
}

.book .pagination .right
{
width: 250px;
float: right;
text-align: right;
font-size: 18px;
}

.book .pagination .right a, .book .pagination .left a
{
text-decoration: none;
color: #999;
display: inline-block;
padding: 10px 0px;
}


.book .pagination .right a:hover, .book .pagination .left a:hover
{
color: #bdbdbd;
}

.book .pagination .center
{
width: 380px;
float: left;
text-align: center;
}

.book .pagination .center input
{
width: 60px;
line-height: 34px;
border: 1px solid #dededd;
border-radius: 7px;
color: #000;
font-size: 24px;
font-family: Arial;
text-align: center;
margin: 0px 5px;
}

.book_pages_hidden
{
display: none;
}

.book_images
{
background: #d9e1e3;
padding: 45px 0px 35px 0px;
margin-top: 45px;
}

.book_images .element
{
width: 245px;
float: left;
margin-bottom: 0px;
margin-right: 6px;
opacity: 0;
transition: opacity 0.2s linear;
}

.book_images .element.last
{
margin-right: 0px;
}

.book_images .element.first
{
clear: left;
}

.book_images .element p
{
text-align: center;
font-size: 12px;
line-height: 16px;
margin-top: 5px;
padding: 0px 10px;
}

.book_images .element a
{
display: inline-block;
width: 245px;
height: 245px;
overflow: hidden;
}

.book_images .element a:hover
{
opacity: 0.7;
}

.book_images .element a img
{
height: 100%;
display: inline-block;
position: relative;
}



.footer_height
{
height: 200px;
clear: both;
}


.footer
{
font-size: 14px;
margin-top: 40px;
border-top: 11px solid #d9e1e3;
padding: 30px 0px;
margin-top: -170px;
}

.footer .left
{
width: 30%;
float: left;
}

.footer .right
{
width: 70%;
float: right;
text-align: right;
padding-top: 15px;
}












/* rotator start */


.rotator
{
width: 100%;
position: relative;
}

.rotator .frame
{
overflow: hidden;
position: relative;
width: 1000px;
}

.rotator .slide_changer
{
position: absolute;
right: 10px;
top: 2px;
}

.rotator .rotator_line
{
width: 30000px;
position: relative;
left: 0px;
}



.rotator .slide_changer a
{
display: inline-block;
width: 10px;
height: 10px;
background: #eeeced;
margin-left: 8px;
border-radius: 6px;
}

.rotator .slide_changer a:hover, .rotator .slide_changer a.active
{
background: #0578fc;
}


.rotator .slide
{
width: 1000px;
float: left;
margin-right: 0px;
}

.rotator .left
{
width: 46px;
height: 147px;
background: url('../images/prev.png') no-repeat top left;
position: absolute;
top: 35%;
left: -100px;

}

.rotator .right
{
width: 46px;
height: 147px;
background: url('../images/next.png') no-repeat top left;
position: absolute;
top: 35%;
right: -90px;
}

.rotator .left:hover, .rotator .right:hover
{
opacity: 0.7;
}


/* rotator end */









/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden; -webkit-transform: translate3d(0,0,0);}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#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; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:url(../images/overlay.png) repeat 0 0; opacity: 0.9; filter: alpha(opacity = 90);}
#colorbox{outline:0;}
    #cboxTopLeft{width:21px; height:21px; background:url(../images/controls.png) no-repeat -101px 0;}
    #cboxTopRight{width:21px; height:21px; background:url(../images/controls.png) no-repeat -130px 0;}
    #cboxBottomLeft{width:21px; height:21px; background:url(../images/controls.png) no-repeat -101px -29px;}
    #cboxBottomRight{width:21px; height:21px; background:url(../images/controls.png) no-repeat -130px -29px;}
    #cboxMiddleLeft{width:21px; background:url(../images/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(../images/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(../images/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(../images/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff; overflow:hidden;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:4px; left:17%; text-align:center; width:80%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxLoadingOverlay{background:url(../images/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(../images/loading.gif) no-repeat center center;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0; background:url(../images/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(../images/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext:hover{background-position:-50px -25px;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url(../images/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose:hover{background-position:-25px -25px;}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}