#fb7 {
    font-family: arial, sans-serif;
    font-size: 14px;
    -webkit-text-size-adjust: none;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    display: block;
    width: 100%;
    height: 300px;
    opacity: 0;
    margin-bottom: 30px;
}



/* =  shadow for flipbook 
--------------------------*/

#fb7 .fb7-shadow {
    height: 100%;
    position: absolute;
    top: 0px;
    box-shadow: 0px 0px 10px 1px #999;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

#fb7 .fb7-shadow-double {
    width: 100%;
    left: 0%;
}

#fb7 .fb7-shadow-right {
    width: 50%;
    left: 50%;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

#fb7 .fb7-shadow-left {
    width: 50%;
    left: 0%;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}



/* =  gradient ( for right page )
--------------------------*/

#fb7 .turn-page.even .fb7-cont-page-book {

    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.27) 0%, rgba(255, 255, 255, 0) 7%);
    /* ff3.6  */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0.27)), color-stop(7%, rgba(255, 255, 255, 0)));
    /* chrome,safari4  */
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.27) 0%, rgba(255, 255, 255, 0) 7%);
    /* chrome10 ,safari5.1  */
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0.27) 0%, rgba(255, 255, 255, 0) 7%);
    /* opera 11.10  */
    background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.27) 0%, rgba(255, 255, 255, 0) 7%);
    /* ie10  */
    background: linear-gradient(to right, rgba(0, 0, 0, 0.27) 0%, rgba(255, 255, 255, 0) 7%);
    /* w3c */
    filter: progid:dximagetransform.microsoft.gradient( startcolorstr='#45000000', endcolorstr='#00ffffff', gradienttype=1);
    /* ie6-9 */
}


/* =  gradient ( for left page )
--------------------------*/

#fb7 .turn-page.odd .fb7-cont-page-book {

    background: -moz-linear-gradient(right, rgba(0, 0, 0, 0.27) 0%, rgba(255, 255, 255, 0) 7%);
    /* ff3.6  */
    background: -webkit-gradient(linear, right top, right top, color-stop(0%, rgba(0, 0, 0, 0.27)), color-stop(7%, rgba(255, 255, 255, 0)));
    /* chrome,safari4  */
    background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.27) 0%, rgba(255, 255, 255, 0) 7%);
    /* chrome10 ,safari5.1  */
    background: -o-linear-gradient(right, rgba(0, 0, 0, 0.27) 0%, rgba(255, 255, 255, 0) 7%);
    /* opera 11.10  */
    background: -ms-linear-gradient(right, rgba(0, 0, 0, 0.27) 0%, rgba(255, 255, 255, 0) 7%);
    /* ie10  */
    background: linear-gradient(to left, rgba(0, 0, 0, 0.27) 0%, rgba(255, 255, 255, 0) 7%);
    /* w3c */
    filter: progid:dximagetransform.microsoft.gradient( startcolorstr='#45000000', endcolorstr='#00ffffff', gradienttype=1);
    /* ie6-9 */
}



/* corner left page /*/

#fb7 .turn-page.odd {

    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;

    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}


/* corner right page /*/

#fb7 .turn-page.even {

    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;

    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}


#fb7.fullscreen,
#fb7-ajax[data-template="true"] #fb7 {
    margin-bottom: 0;
}


#fb7 #fb7-container-book {
    position: absolute;
    z-index: 5;
    display: none;
    width: 1280px;
    height: 920px;
}


#fb7 fieldset {}


#fb7 #fb7-deeplinking {
    display: none;
}


#fb7 .fb7-bcg-book {
    background: none no-repeat center center;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    width: 100%;
    height: 100%;
}

#test {
    margin: 0 auto;
    width: 100%;
}

#fb7 #page.mobile {
    width: 640px;
    height: 358px;
    margin: -210px 0 0 -275px;
}

#fb7 #page .padding {
    /*padding: 0 34px;*/
}



#fb7 .cursor-grab {
    cursor: -webkit-grab;
    cursor: -moz-grab;
}


#fb7 .fb7-overlay {
    position: absolute;
    left: -10000px;
    top: 0;
    z-index: 20;

    /*background: ;/*/
    background: rgba(0, 0, 0, 0);

    width: 100%;
    height: 100%;
    display: none;
}

#fb7 .fb7-overlay.active {
    left: 0;
    display: block;
}



/* = back button
-------------------------------------------------------------- */

#fb7 #fb7-button-back {

    text-decoration: none;

    font-family: nunito, ​sans-serif;

    color: #393939;
    position: absolute;
    left: -5px;
    top: 45px;
    box-shadow: 0 0 2px 2px #bebebe;

    background: -webkit-linear-gradient(#ffffff, #eaeaea);
    /* for safari 5.1 to 6.0 */
    background: -o-linear-gradient(#ffffff, #eaeaea);
    /* for opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#ffffff, #eaeaea);
    /* for firefox 3.6 to 15 */
    background: linear-gradient(#ffffff, #eaeaea);
    /* standard syntax */
    border-radius: 5px 5px 5px 5px;
    border: 1px solid #b9b9b9;
    padding: 5px;
    padding-left: 15px;
    padding-right: 10px;
    font-size: 12px;
    font-weight: bold;
    margin-top: -45px;
}



/* = about
-------------------------------------------------------------- */

#fb7 #fb7-about {
    position: absolute;
    z-index: 5;
    width: 45%;
    display: none;

    /*padding-top: 6%;/*/
}

#fb7 #fb7-about h1,
#fb7 #fb7-about h2,
#fb7 #fb7-about h3,
#fb7 #fb7-about h4,
#fb7 #fb7-about h5,
#fb7 #fb7-about h6 {
    margin: 0 0 2% 0;
    padding: 0px;
    font-size: 1.375em;
    color: #64c8d3;
    -webkit-font-smoothing: antialiased;
    text-transform: none;
    font-weight: 300;
}


#fb7 #fb7-about h1 {
    /*background:  no-repeat;/*/
    padding: 0 0 0px 0px;
}

#fb7 #fb7-about ul,
#fb7-about ol {
    list-style: disc;
    margin: 0;
    padding-left: 10px;
    padding-top: 0%;
    padding-bottom: 2%;
}

#fb7 #fb7-about li {
    color: #cfeaee;
    margin-bottom: 4px;
}


#fb7 #fb7-about p {
    /*font-size: 0.688em;/*/
    color: #cfeaee;
    margin-bottom: 8%;
    margin-top: 0%;
}

#fb7 #fb7-about a {
    color: #ffffff;
    text-decoration: underline;
}

#fb7 #fb7-about a:hover {
    /*color:#ffffff;/*/
    text-decoration: none;
}




/* = book
-------------------------------------------------------------- */

#fb7 #fb7-book {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 100%;
}

#fb7 #fb7-book .turn-page {
    background-color: #fff;
    background-size: 100% 100%;
}

#fb7 .fb7-double {
    background-size: 200% 100% !important;
}

#fb7 .fb7-double.fb7-first {
    background-position: 0% 0%;
}

#fb7 .fb7-double.fb7-second {
    background-position: -100% 0%;
}









/* = nav arrows
	---------------------------------------- */

#fb7 .fb7-nav-arrow {
    z-index: 15;
    display: inline-block;
    cursor: pointer;
    padding: 5px 28px;
    background: #bc9f5f;
    color: #eee;
    border-radius: 8px;
}

#fb7 .fb7-nav-arrow.next {
    /*right: 0;*/
    /*background-position: -174px -205px;*/
}

#fb7 .fb7-nav-arrow.next:hover {
    background: #c5af80;
}

#fb7 .fb7-nav-arrow.prev {
    /*background-position: 0px -205px;*/
}

#fb7 .fb7-nav-arrow.prev:hover {
    background: #c5af80;
}

/*#fb7 .fb7-nav-arrow.next {*/
    /*transform-origin: 0 center;*/
    /*-ms-transform-origin: 0 center;*/
    /*-webkit-transform-origin: 0 center;*/
/*}*/

/*#fb7 .fb7-nav-arrow.prev {*/
    /*transform-origin: right center;*/
    /*-ms-transform-origin: right center;*/
    /*-webkit-transform-origin: right center;*/
/*}*/


/*#page.mobile .fb7-nav-arrow.next { right: -24px; }*/


/* = cover
	---------------------------------------- */

#fb7 #fb7-logo-cover {
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 5;
}

#fb7 #fb7-cover ul {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    clear: both;
    width: 100%;
    list-style: none;
    padding: 20px 0;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
}

#fb7 #fb7-cover ul:after {
    clear: both;
    content: '';
    display: block;
}

#fb7 #fb7-cover li {
    float: left;
    width: 28.3%;
    margin: 0 2.5%;
    list-style: none;
}

#fb7 #fb7-cover li,
#fb7 #fb7-cover img {
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    box-shadow: none;
}

#fb7 #fb7-cover li:last-child {
    margin-right: 0;
}

#fb7 #fb7-cover li img {
    float: left;
    width: 100%;
}

#fb7 #fb7-cover li a:hover img {
    /*opacity: .8;/*/
}




/* = end
	---------------------------------------- */

#fb7 #end {
    text-align: center;
}

#fb7 #end p {
    padding-top: 60%;
}




/* = meta data
	---------------------------------------- */

#fb7 #fb7-book .fb7-meta {
    position: absolute;
    bottom: 2%;
    left: 48%;
    width: 45px;
    height: 45px;
    text-align: center;

    border-radius: 50%;
}


#fb7 .fb7-meta .fb7-num {
    line-height: 43px;
    font-size: 18px;
    font-weight: bold;
    text-shadow: 2px 2px 6px #666666;
}


/*
		
	#fb7 .fb7-meta .fb7-description {
			font-size: 11px;
			color: #666;
	        font-family:arial,sans-serif;
	}

	#fb7 .fb7-meta.fb7-left { 
			left:3%;
	}
	
	#fb7 .fb7-meta.fb7-left .fb7-num {
		    padding-right: 10px;
	}
		
	#fb7 .fb7-meta.fb7-right {
			right:3%;
			text-align: right;
	}
		
	#fb7 .fb7-meta.fb7-right .fb7-num {
				padding-left: 10px;
	}
	/*/


/*= video in lightbox
	----------------------------*/

#v7_lightbox {
    width: 100%;
    height: 100%;
    z-index: 555789;
    position: fixed;
    display: block;
    top: 0px;
}

#v7_lightbox .bcg {
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .7;
    position: absolute;
    cursor: pointer;
}



/* --------------------------*/

.fb7-cont-page-book {
    position: absolute;
}

#fb7 .fb7-page-book {

    position: absolute;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    overflow: hidden;
}


#fb7 .fb7-page-book .center {
    /*text-align:center;
		padding-top:65%;/*/
}

#fb7 .fb7-page-book img {
    border: none;
    padding: 0;
}

#fb7 .fb7-page-book p {
    margin-bottom: 20px;
    line-height: 1.5;
}

#fb7 .fb7-page-book p strong {
    font-weight: bold;
    -webkit-text-size-adjust: none;
}


#fb7 .fb7-page-book a {
    text-decoration: underline;
    color: #64c8d3;
    /*font-weight:bold;/*/
}

#fb7 .fb7-page-book p a:hover {
    text-decoration: none;
}

#fb7 .fb7-page-book h1,
#fb7 .fb7-page-book h2,
#fb7 .fb7-page-book h3,
#fb7 .fb7-page-book h4,
#fb7 .fb7-page-book h5,
#fb7 .fb7-page-book h6 {
    font-family: arial, sans-serif;
    text-transform: none;
    margin-bottom: 2%;
}

#fb7 .fb7-page-book ul {
    list-style: disc inside;
    margin-bottom: 3% !important;
}

#fb7 .fb7-page-book ul li {
    margin-bottom: 2px;
    list-style: disc inside;
}

#fb7 .fb7-page-book ol {
    margin-bottom: 3% !important;
}

#fb7 .fb7-page-book ol li {
    list-style: decimal inside;
    margin: 0;
}


#fb7 .fb7-page-book ul li a,
#fb7 .fb7-page-book ol li a {
    color: #77797f;
    font-weight: normal;
    text-decoration: none;
}

#fb7 .fb7-page-book ul li a:hover,
#fb7 .fb7-page-book ol li a:hover {
    text-decoration: underline;
}

#fb7 .fb7-page-book a:hover img {
    opacity: 0.8;
}



/* =wordpress core
-------------------------------------------------------------- */

#fb7 .fb7-page-book .alignnone,
#fb7-about .alignnone {
    margin: 5px 20px 20px 0;
}

#fb7 .fb7-page-book.aligncenter,
.fb7-page-book div.aligncenter,
#fb7-about.aligncenter,
#fb7-about div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

#fb7 .fb7-page-book .alignright,
#fb7-about .alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

#fb7 .fb7-page-book .alignleft,
#fb7-about .alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

#fb7 .fb7-page-book .aligncenter,
#fb7-about .aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

#fb7 .fb7-page-book a img.alignright,
#fb7-about a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

#fb7 #fb7 .fb7-page-book a img.alignnone,
#fb7-about a img.alignnone {
    margin: 5px 20px 20px 0;
}

#fb7 .fb7-page-book a img.alignleft,
#fb7-about a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

#fb7 .fb7-page-book a img.aligncenter,
#fb7-about a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

#fb7 .fb7-page-book .wp-caption,
#fb7-about .wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    /* image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

#fb7 .fb7-page-book .wp-caption.alignnone,
#fb7-about .wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

#fb7 .fb7-page-book .wp-caption.alignleft,
#fb7-about .wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

#fb7 .fb7-page-book .wp-caption.alignright,
#fb7-about .wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.fb7-page-book .wp-caption img,
#fb7-about .wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

#fb7 .fb7-page-book .wp-caption p.wp-caption-text,
#fb7-about .wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}




/* = media queries
-------------------------------------------------------------- */

@media screen and (max-width: 768px) {
    /*
    .fb7-nav-arrow.next{
		transform-origin:0 center;
		-ms-transform-origin:0 center;
		-webkit-transform-origin:0 center;		 
    }
	
	 .fb7-nav-arrow.prev{
		transform-origin:right center;
		-ms-transform-origin:right center;
		-webkit-transform-origin:right center;		 
    }

	.fb7-nav-arrow{
		transform:scale(2);
		ms-transform:scale(2);
		-webkit-transform:scale(2);
	}
	/*/
}




/* all icons for flipbook */

#fb7 .fb7-nav-arrow,
#fb7 .fb7-menu li {

		   /*background:url(/uploads/image/tdimg/arrow-right-h.png) no-repeat;*/

}

/*#fb7 .fb7-menu li {*/
    /*background-position: -39px 0;*/
/*}*/





/* background flipbook */

#fb7 .fb7-bcg-book {}




/* tools bar*/

#fb7 #fb7-footer .fb7-bcg-tools {
    background: -webkit-linear-gradient(#ffffff, #eaeaea);
    /* for safari 5.1 to 6.0 */
    background: -o-linear-gradient(#ffffff, #eaeaea);
    /* for opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#ffffff, #eaeaea);
    /* for firefox 3.6 to 15 */
    background: linear-gradient(#ffffff, #eaeaea);
    /* standard syntax */
    border-radius: 10px;
    border-bottom: 1px solid #ffffff;
    box-shadow: 0 4px 0 #878787;
    opacity: 0
}


#fb7 .fb7-tooltip {
    background: -webkit-linear-gradient(#284f06, #162b04)repeat scroll 0 0 rgba(0, 0, 0, 0);
    background: -o-linear-gradient(#284f06, #162b04) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background: -moz-linear-gradient(#284f06, #162b04) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background: linear-gradient(#284f06, #162b04) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #488015;
    box-shadow: 0 0 1px 1px #000000;
    color: #ffffff;
}


/* logo /*/

#fb7 #fb7-footer #fb7-logo {
    left: 12px;
    top: -5px;
}



/*  page manager   /*/

#fb7 .fb7-menu li.fb7-goto input[type="text"] {
    color: #000000;
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #566c43;
}

#fb7 .fb7-menu li.fb7-goto input[type='text'].focus_input {
    box-shadow: 0 0 7px 2px #4f9b09;
}


#fb7 .fb7-menu li.fb7-goto button {

    border: none;
    color: #803900;
    background: -webkit-linear-gradient(#f6ee0d, #e7a506);
    /* for safari 5.1 to 6.0 */
    background: -o-linear-gradient(#f6ee0d, #e7a506);
    /* for opera 11.1 to 12.0 */
    background: linear-gradient(#f6ee0d, #e7a506);
    /* for firefox 3.6 to 15 */
    background: linear-gradient(#f6ee0d, #e7a506);
    /* standard syntax */
}





/* book /*/

#fb7 .fb7-shadow {
    box-shadow: 0 0 10px 1px #666666;
}


/* corner left page /*/

#fb7 .turn-page.odd {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}


/* corner right page /*/

#fb7 .turn-page.even {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

#fb7 .fb7-shadow {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

#fb7 .turn-page.fb7-noshadow .fb7-cont-page-book {

    background: none;
}


#fb7 #fb7-book .turn-page {
    background-color: #ffffff;
}

#fb7 #fb7-book .fb7-meta {
    background-position: -139px -9px;



    background: -webkit-radial-gradient(#d0d0d0, #a8a8a8);
    /* safari 5.1 to 6.0 */
    background: -o-radial-gradient(#d0d0d0, #a8a8a8);
    /* for opera 11.6 to 12.0 */
    background: -moz-radial-gradient(#d0d0d0, #a8a8a8);
    /* for firefox 3.6 to 15 */
    background: radial-gradient(#d0d0d0, #a8a8a8);
    /* standard syntax */
    box-shadow: inset 0 0 4px 8px #adadad;
}

#fb7 .fb7-meta .fb7-num {
    /* text /*/
    color: #ffffff;
    text-shadow: 2px 2px 6px #666666;
}




/* list thumbs /*/

#fb7 #fb7-all-pages .fb7-container-pages {
    background: none repeat scroll 0 0 #000000;
    box-shadow: 0 0 40px rgba(245, 220, 11, 0.8);
}


/* form /*/

#fb7 #fb7-contact form {
    background: none repeat scroll 0 0 #161616;
    box-shadow: 0 0 60px rgba(100, 200, 211, 0.7);
}

#fb7 #fb7-contact form h3 {
    color: #ffffff;
}

#fb7 #fb7-contact button {
    background: none repeat scroll 0 0 #64c8d3;
    color: #ffffff;
}

#fb7 #fb7-contact form input,
#fb7-contact form textarea {
    color: #737373;
}

#fb7 #fb7-contact .fb7-close {
    color: #000000;
    background: none repeat scroll 0 0 #64c8d3;
}

#fb7 #fb7-contact .fb7-thanks p {
    color: #444444
}

#fb7 #fb7-contact .fb7-thanks h1 {
    color: #ffffff
}




/* preloader /*/

#fb7 .fb7-preloader .wball .winnerball {
    background: #f5dc0b;
}



/* arrow gif /*/

#fb7 .fb7-nav-arrow {}




/* formatt page for flipbook  /*/

#fb7 .fb7-page-book p {
    color: #77797f;
    font-family: nunito;
    font-size: 14px;
}

#fb7 .fb7-page-book a {
    color: #000000;
}

#fb7 .fb7-page-book h1 {
    color: #2e577c;
    font-family: nunito;
    font-size: 28px;
}

#fb7 .fb7-page-book h2 {
    color: #2e577c;
    font-family: nunito;
    font-size: 26px;
}

#fb7 .fb7-page-book h3 {
    color: #2e577c;
    font-family: nunito;
    font-size: 24px;
}

#fb7 .fb7-page-book h4 {
    color: #2e577c;
    font-family: nunito;
    font-size: 22px;
}

#fb7 .fb7-page-book h5 {
    color: #2e577c;
    font-family: nunito;
    font-size: 20px;
}

#fb7 .fb7-page-book h6 {
    color: #2e577c;
    font-family: nunito;
    font-size: 18px;
}

#fb7 .fb7-page-book li {
    color: #77797f;
    font-family: nunito;
    font-size: 14px;
}

#fb7 .fb7-page-book ul li a,
#fb7 .fb7-page-book ol li a {
    color: #2e577c;
}



/*  about style  /*/

#fb7 #fb7-about p,
#fb7 #fb7-about li {
    color: #344f02;
    font-family: nunito;
    font-size: 15px;
}

#fb7 #fb7-about a {
    color: #ffffff
}

#fb7 #fb7-about h1 {
    color: #ffffff;
    font-family: nunito;
    font-size: 30px;
}


#fb7 #fb7-about h2 {
    color: #ffffff;
    font-family: nunito;
    font-size: 24px;
}

#fb7 #fb7-about h3 {
    color: #ffffff;
    font-family: nunito;
    font-size: 22px;
}

#fb7 #fb7-about h4 {
    color: #ffffff;
    font-family: nunito;
}

#fb7 #fb7-about h5 {
    color: #ffffff;
    font-family: nunito;
    font-size: 18px;
}

#fb7 #fb7-about h6 {
    color: #ffffff;
    font-family: nunito;
    font-size: 16px;
}


/* back  button /*/

#fb7 #fb7-button-back {
    color: #803900;

    background: -webkit-linear-gradient(#f6ee0d, #e7a506);
    /* for safari 5.1 to 6.0 */
    background: -o-linear-gradient(#f6ee0d, #e7a506);
    /* for opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#f6ee0d, #e7a506);
    /* for firefox 3.6 to 15 */
    background: linear-gradient(#f6ee0d, #e7a506);
    /* standard syntax */
    box-shadow: none;

    border: 1px solid #488015;
}




/*  other style   /*/

#fb7 .fb7-overlay {
    background: rgba(0, 0, 0, 0.6);
}



#fb7 #fb7-footer {
    position: absolute;
    bottom: 0;
    z-index: 15;
    left: 0;
    width: 100%;
    height: 60px;
    margin: 0;
    padding: 0;
    text-align: center;
}

#fb7 .fb7-menu#fb7-center {
    width: auto;
    margin:0 14px;
    text-align: center;
    display: inline-block;
}

#fb7 .fb7-menu#fb7-center a {
    padding: 5px 28px;
    background: #bc9f5f;
    color: #eee;
    border-radius: 8px;
}
#fb7 .fb7-menu#fb7-center a:hover
{
    background: #c5af80;
}