/*
 * jQuery Booklet Plugin
 * Copyright (c) 2010 - 2014 William Grauvogel (http://builtbywill.com/)
 *
 * Licensed under the MIT license (http://www.opensource.org/licenses/mit-license.php)
 *
 * Version : 1.4.4
 *
 * Originally based on the work of:
 *	1) Charles Mangin (http://clickheredammit.com/pageflip/)
 */
	.booklet {width:800px; height:600px; position:relative; margin:0 auto 10px; overflow:visible !important;}
	.booklet .b-page {left:0; top:0; position:absolute; overflow:hidden; padding:0; outline:1px solid rgba(0,0,0,0);}
	
	.booklet .b-pN  {}
	.booklet .b-p0  {}
	.booklet .b-p1  {}
	.booklet .b-p2  {}    
	.booklet .b-p3  {}
	.booklet .b-p4  {}
	   
   	/* Page Wrappers */
	.booklet .b-wrap       {top:0; position:absolute;}
	.booklet .b-wrap-left  {background:#fff;}
	.booklet .b-wrap-right {background:#efefef;}
	
	.booklet .b-pN .b-wrap,
	.booklet .b-p1 .b-wrap,
	.booklet .b-p2 .b-wrap,
	.booklet .b-p3 .b-wrap,
	.booklet .b-p4 .b-wrap  {left:0;}
	.booklet .b-p0 .b-wrap  {right:0;}
	
   	/* Custom Page Types */
	.booklet .b-page-blank  {padding:0; width:100%; height:100%;}
	.booklet .b-page-cover  {padding:0; width:100%; height:100%; background-color:#eeeeee;background-image:url("https://www.rcqatol.com/ClientCustom/c00000073040/Kingsburyplaza/flipbookfiles/tex3.jpg"); background-size:cover;}
	.booklet .b-page-cover h3  {color:#fff; text-shadow:0 1px 3px #222;}
   
   	/* Page Numbers */
	.booklet .b-counter {bottom:10px; position:absolute; display:block; width:25px; height:20px; background:#ccc; color:#444; text-align:center; font-family:Georgia, "Times New Roman", Times, serif; font-size:10px; padding:5px 0 0;}
	.booklet .b-wrap-left  .b-counter  {left:10px;}
	.booklet .b-wrap-right .b-counter {right:10px;}
   
   	/* Page Shadows */
	.booklet .b-shadow-f  {right:0; top:0; position:absolute; opacity:0; background-image:url("shadow-top-forward.png"); background-repeat:repeat-y; background-position:100% 0;}
	.booklet .b-shadow-b  {left:0;  top:0; position:absolute; opacity:0; background-image:url("shadow-top-back.png");    background-repeat:repeat-y; background-position:0 0;}
	
	.booklet .b-p0 {background-image:url("https://www.rcqatol.com/ClientCustom/c00000073040/Kingsburyplaza/flipbookfiles/shadow.png"); background-repeat:repeat-y; background-position:100% 10px;}
	.booklet .b-p3 {background-image:url("https://www.rcqatol.com/ClientCustom/c00000073040/Kingsburyplaza/flipbookfiles/shadow.png"); background-repeat:repeat-y; background-position:0 10px;}
	
   	/* Overlay Controls */
	.booklet .b-grab     {cursor: url("openhand.cur"), default;}
	.booklet .b-grabbing {cursor: url("closedhand.cur"), default;}
	
   	/* Overlay Controls */
	.booklet .b-overlay      {top:0; position:absolute; height:100%; width:50%;}
	.booklet .b-overlay-prev {left:0;}
	.booklet .b-overlay-next {right:0;}
	
   	/* Tab Controls */
	.booklet .b-tab        {background:#000; height:40px; width:100%; padding:10px 0 0; text-align:center; color:#ccc; position:absolute; font-size:11px;}
	.booklet .b-tab-prev   {left:0;}
	.booklet .b-tab-next   {right:0;}
	.booklet .b-tab:hover  {background:#aaa; color:#000;}	
	
   	/* Arrow Controls */
	.booklet .b-arrow          {display:block; position:absolute; text-indent:-9999px; top:0; height:100%; width:74px;}
	.booklet .b-arrow div      {display:none; text-indent:-9999px; height:170px; width:74px; position:absolute; left:0; top:25%;}
	.booklet .b-arrow-next     {right:-80px;}
	.booklet .b-arrow-prev     {left:-80px;}
	.booklet .b-arrow-next div {background:url("arrow-next.png") no-repeat left top;}
	.booklet .b-arrow-prev div {background:url("arrow-prev.png") no-repeat left top;}
		
/* @z-index fix (needed for older IE browsers)
----------------------------------------*/

    body              {z-index:0;}
    .b-menu           {z-index:100;}
    .b-selector       {z-index:100;}
    .booklet          {z-index:10;}
    .b-pN             {z-index:10;}
    .b-p0             {z-index:30;}
    .b-p1             {z-index:20;}
    .b-p2             {z-index:20;}
    .b-p3             {z-index:30;}
    .b-p4             {z-index:10;}
    .b-prev           {z-index:40;}
    .b-next           {z-index:40;}
    .b-counter        {z-index:40;}
	
/* @Menu Items
----------------------------------------*/
	.b-menu {height:40px; padding:0 0 10px;}
	
	.b-selector             {height:40px; position:relative; float:right; border:none; color:#cecece; cursor:pointer; font:normal 12px "Myriad Pro", Myriad, "DejaVu Sans Condensed","Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;}
	.b-selector .b-current  {padding:8px 15px 12px; line-height:20px; min-width:18px; height:20px; display:block; background:#000; text-align:center;}
	.b-selector-page        {width:auto; margin-left:15px;}
	.b-selector-chapter     {width:auto;}
	
	.b-selector:hover            {color:#fff; background-position:left 0;}
	.b-selector:hover .b-current {background-position:right 0;}
	.b-selector ul               {overflow:hidden; margin:0; list-style:none !important; position:absolute; top:40px; right:0; padding:0 0 10px; background:#000; width:240px;}
	.b-selector li               {border:none;}
	.b-selector a                {color:#cecece; height:14px; text-decoration:none; display:block; padding:5px 10px;}
	.b-selector a .b-text        {float:left; clear:none;}
	.b-selector a .b-num         {float:right; clear:none;}
	.b-selector a:hover          {color:#fff;}


/*custom classes*/		
.b-page-cover {text-align: center;}
.b-wrap img {width: 100% !important;}
.b-page-cover img {width: auto!important;}
.booklet .b-arrow-prev { left: -2%;}
.booklet .b-arrow-next {right: -7%;}
.booklet .b-arrow-next div,.booklet .b-arrow-prev div{background-size:25%;}
.booklet .b-arrow div{top:45%;opacity: 0.4;}
.booklet .b-arrow:hover div {opacity: 1;}
.gradient{cursor:auto;}

.b-wrap-left .gradient, .b-page-cover .gradient{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;

	background:-webkit-gradient(linear, left top, right top, color-stop(0.6, rgba(255,255,255,0)), color-stop(.8, rgba(255,255,255,0.15)), color-stop(.95, rgba(0,0,0,0)), color-stop(1, rgba(0,0,0,0.15)));
	background-image:-webkit-linear-gradient(left, rgba(255,255,255,0) 60%, rgba(255,255,255,0.15) 80%, rgba(0,0,0,0) 95%, rgba(0,0,0,0.15) 100%);
	background-image:-moz-linear-gradient(left, rgba(255,255,255,0) 60%, rgba(255,255,255,0.15) 80%, rgba(0,0,0,0) 95%, rgba(0,0,0,0.15) 100%);
	background-image:-ms-linear-gradient(left, rgba(255,255,255,0) 60%, rgba(255,255,255,0.15) 80%, rgba(0,0,0,0) 95%, rgba(0,0,0,0.15) 100%);
	background-image:-o-linear-gradient(left, rgba(255,255,255,0) 60%, rgba(255,255,255,0.15) 80%, rgba(0,0,0,0) 95%, rgba(0,0,0,0.15) 100%);
	background-image:linear-gradient(left, rgba(255,255,255,0) 60%, rgba(255,255,255,0.15) 80%, rgba(0,0,0,0) 95%, rgba(0,0,0,0.15) 100%);
}

.b-wrap-right .gradient, .b-page-1 .b-page-cover .gradient{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;

	background:-webkit-gradient(linear, right top, left top, color-stop(0.9, rgba(0,0,0,0)), color-stop(1, rgba(0,0,0,0.2)));
	background-image:-webkit-linear-gradient(right, rgba(0,0,0,0) 90%, rgba(0,0,0,0.2) 100%);
	background-image:-moz-linear-gradient(right, rgba(0,0,0,0) 90%, rgba(0,0,0,0.2) 100%);
	background-image:-ms-linear-gradient(right, rgba(0,0,0,0) 90%, rgba(0,0,0,0.2) 100%);
	background-image:-o-linear-gradient(right, rgba(0,0,0,0) 90%, rgba(0,0,0,0.2) 100%);
	background-image:linear-gradient(right, rgba(0,0,0,0) 90%, rgba(0,0,0,0.2) 100%);
}

.booklet .b-shadow-f {
/*
    background-image: url("shadow-top-forward.png");
    background-position: 100% 0;
    background-repeat: repeat-y;
    opacity: 0.5; 
    position: absolute;
    top: 0;
 */
background:rgba(0, 0, 0, 0.01) -moz-linear-gradient(left center, rgba(0, 0, 0, 0.03) 60%, rgba(1, 1, 1, 0.13) 80%, rgba(255, 255, 255, 0.67) 95%, rgba(0, 0, 0, 0.23) 100%) repeat scroll 0 0; 
background-image:-webkit-linear-gradient(left, rgba(0, 0, 0, 0.03) 60%, rgba(1, 1, 1, 0.13) 80%, rgba(255, 255, 255, 0.67) 95%, rgba(0, 0, 0, 0.23) 100%); 
background-image:-moz-linear-gradient(left, rgba(0, 0, 0, 0.03) 60%, rgba(1, 1, 1, 0.13) 80%, rgba(255, 255, 255, 0.67) 95%, rgba(0, 0, 0, 0.23) 100%); 
background-image:-ms-linear-gradient(left, rgba(0, 0, 0, 0.03) 60%, rgba(1, 1, 1, 0.13) 80%, rgba(255, 255, 255, 0.67) 95%, rgba(0, 0, 0, 0.23) 100%); 
background-image:-o-linear-gradient(left, rgba(0, 0, 0, 0.03) 60%, rgba(1, 1, 1, 0.13) 80%, rgba(255, 255, 255, 0.67) 95%, rgba(0, 0, 0, 0.23) 100%); 
background-image:linear-gradient(left, rgba(0, 0, 0, 0.03) 60%, rgba(1, 1, 1, 0.13) 80%, rgba(255, 255, 255, 0.67) 95%, rgba(0, 0, 0, 0.23) 100%); 
z-index:99999;
opacity: 0.5!important; 
}

.booklet .b-shadow-f, .booklet .b-shadow-b{
     cursor: -webkit-grab;
     cursor: grab; 
     cursor: url("grabhand.cur");
}
.booklet .b-shadow-f.mouseDown:hover, .booklet .b-shadow-b.mouseDown:hover{
     cursor: -webkit-grabbing;
     cursor: grabbing; 
     cursor:url("grabbinghand.cur");
}

.booklet .b-shadow-b {
/*
    background-image: url("shadow-top-back.png");
    background-position: 0 100%;
    background-repeat: repeat-y;
   opacity: 0.5; 
    position: absolute;
    top: 0;
*/
/* background: rgba(0, 0, 0, 0.00) -moz-linear-gradient(right center , rgba(0, 0, 0, 0.03) 60%, rgba(1, 1, 1, 0.7) 80%, rgba(255, 255, 255, 0.67) 95%, rgba(0, 0, 0, 0.23) 100%) repeat scroll 0 0; */

background:rgba(0, 0, 0, 0.01) -moz-linear-gradient(right center, rgba(0, 0, 0, 0.03) 60%, rgba(1, 1, 1, 0.13) 80%, rgba(255, 255, 255, 0.67) 95%, rgba(0, 0, 0, 0.23) 100%) repeat scroll 0 0; 
background-image:-webkit-linear-gradient(right, rgba(0, 0, 0, 0.03) 60%, rgba(1, 1, 1, 0.13) 80%, rgba(255, 255, 255, 0.67) 95%, rgba(0, 0, 0, 0.23) 100%); 
background-image:-moz-linear-gradient(right, rgba(0, 0, 0, 0.03) 60%, rgba(1, 1, 1, 0.13) 80%, rgba(255, 255, 255, 0.67) 95%, rgba(0, 0, 0, 0.23) 100%); 
background-image:-ms-linear-gradient(right, rgba(0, 0, 0, 0.03) 60%, rgba(1, 1, 1, 0.13) 80%, rgba(255, 255, 255, 0.67) 95%, rgba(0, 0, 0, 0.23) 100%); 
background-image:-o-linear-gradient(right, rgba(0, 0, 0, 0.03) 60%, rgba(1, 1, 1, 0.13) 80%, rgba(255, 255, 255, 0.67) 95%, rgba(0, 0, 0, 0.23) 100%); 
background-image:linear-gradient(right, rgba(0, 0, 0, 0.03) 60%, rgba(1, 1, 1, 0.13) 80%, rgba(255, 255, 255, 0.67) 95%, rgba(0, 0, 0, 0.23) 100%); 
z-index:99999;
opacity: 0.5!important; 
}
.booklet .b-tab {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0!important;
    height: 20px;
    padding: 20px 10px 32px !important;
    top: 45% !important;
}
.booklet .b-tab-next {
    border-radius: 0 10px 10px 0;
    right: -25px!important;
    color:rgba(0,0,0,0);
}
.booklet .b-tab-prev {
    left: -25px;
    border-radius: 10px 0 0 10px;
   color:rgba(0,0,0,0);
}
.booklet .b-tab:hover{
   color:rgba(0,0,0,0);
}
.booklet .b-tab-next:before {
    color: #eeeeee;
    content: "\f105";
    font-family: fontawesome;
    font-size: 20px;
}
.booklet .b-tab-prev:before {
    color: #eeeeee;
    content: "\f104";
    font-family: fontawesome;
    font-size: 20px;
}

 @media (max-width:1140px){
    #mybook.booklet {overflow:hidden!important;}
    .b-controls {position: relative;}
    .booklet .b-tab{margin-top:25%!important; padding: 10px 8px 12px !important;}
    .booklet .b-tab-prev {left: 0 !important;border-radius: 0 10px 10px 0;}
    .booklet .b-tab-next {right: 0 !important;border-radius: 10px 0 0 10px;}
    .booklet .b-tab-next:before,.booklet .b-tab-prev:before{font-size:14px;}
    .booklet .b-tab {background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0 !important;}

/*5march17*/
.booklet .b-tab {
    margin-top: 19% !important;
    padding: 70px 10px 82px !important;
}
.booklet .b-tab-next:before, .booklet .b-tab-prev:before {
    font-size: 30px;
    text-shadow: 1px 5px 5px #000000;
}
.booklet .b-tab {
    background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0 !important;
}
.booklet {
    margin: 50px auto 10px !important;
}
}

.b-wrap img {line-height:0!important;}
.booklet .b-page{line-height:0px;}
.b-page-cover img { max-width: 200px; padding-top: 50%;}

@media(max-width:767px){
.b-page-cover img { max-width: 120px;}
.booklet .b-tab { padding: 10px 7px 15px!important;}
.booklet .b-tab-next::before, .booklet .b-tab-prev::before {font-size: 22px; text-shadow: 1px 2px 2px #2d2d2d;}
}
@media(max-width:400px){
.b-page-cover img { max-width: 90px;}
}