
@font-face {
    font-family: 'Titillium-Italic';
    src: url('../fonts/Titillium-LightItalic.eot');
    src: url('../fonts/Titillium-LightItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Titillium-LightItalic.woff2') format('woff2'),
        url('../fonts/Titillium-LightItalic.woff') format('woff'),
        url('../fonts/Titillium-LightItalic.ttf') format('truetype'),
        url('../fonts/Titillium-LightItalic.svg#Titillium-LightItalic') format('svg');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Titillium-Regular';
    src: url('../fonts/Titillium-Regular.eot');
    src: url('../fonts/Titillium-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Titillium-Regular.woff2') format('woff2'),
        url('../fonts/Titillium-Regular.woff') format('woff'),
        url('../fonts/Titillium-Regular.ttf') format('truetype'),
        url('../fonts/Titillium-Regular.svg#Titillium-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Titillium-Bold';
    src: url('../fonts/Titillium-Bold.eot');
    src: url('../fonts/Titillium-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Titillium-Bold.woff2') format('woff2'),
        url('../fonts/Titillium-Bold.woff') format('woff'),
        url('../fonts/Titillium-Bold.ttf') format('truetype'),
        url('../fonts/Titillium-Bold.svg#Titillium-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Titillium_Light';
    src: url('../fonts/Titillium-Light.eot');
    src: url('../fonts/Titillium-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Titillium-Light.woff2') format('woff2'),
        url('../fonts/Titillium-Light.woff') format('woff'),
        url('../fonts/Titillium-Light.ttf') format('truetype'),
        url('../fonts/Titillium-Light.svg#Titillium-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Titillium_SemiBold';
    src: url('../fonts/Titillium-Semibold.eot');
    src: url('../fonts/Titillium-Semibold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Titillium-Semibold.woff2') format('woff2'),
        url('../fonts/Titillium-Semibold.woff') format('woff'),
        url('../fonts/Titillium-Semibold.ttf') format('truetype'),
        url('../fonts/Titillium-Semibold.svg#Titillium-Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
}



html,
body {
  overflow: hidden;
}
body,
html {
  height: 100%;
}
.wowbook {
  color: #333;
}
.wowbook-page-content {
  background: white;
}
.wowbook-left .wowbook-gutter-shadow {
  background-image: url('../images/page_left_background.png');
  opacity: 0.5;
  width: 60px;
}
.wowbook-right .wowbook-gutter-shadow {
  background-image: url('../images/page_right_background.png');
  background-position: 0 0;
  width: 75px;
}
body {
  color: black;
  background: #ffffff url("../images/wood.jpg");
  background-position: 50% top;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
}
a,
a:active,
a:visited {
  text-decoration: none;
}
#container {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  height: 100%;
  margin: auto;
  padding-top: 86px;
  padding-bottom: 20px;
}
h1,
h2 {
  font-size: 32px;
  font-weight: normal;
  
  margin-top: 1em;
  margin-bottom: 0.5em;
}
h2 {
  font-size: 24px;
  margin-bottom: 0.5em;
}
nav {
  height: 46px;
  left: 0;
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 2147483647;
  zoom: 1;
}
nav a {
  display: block;
  height: 46px;
  width: 48px;
  padding: 0;
  background: #000000 no-repeat;
  background-position: 8px 7px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
nav #zoomin {
  background-image: url(../images/icons/zoom_in.png);
}
nav #zoomout {
  background-image: url(../images/icons/zoom_out.png);
}
nav #first {
  background-image: url(../images/icons/arrow_double_left.png);
}
nav #last {
  background-image: url(../images/icons/arrow_double_right.png);
}
nav #next {
  background-image: url(../images/icons/arrow_right.png);
}
nav #back {
  background-image: url(../images/icons/arrow_left.png);
}
nav #slideshow {
  background-image: url(../images/icons/slideshow_play.png);
}
nav #slideshow.wowbook-disabled {
  background-image: url(../images/icons/slideshow_pause.png);
}
nav #flipsound {
  background-image: url(../images/icons/sound_on.png);
}
nav #flipsound.wowbook-disabled {
  background-image: url(../images/icons/sound_off.png);
}
nav #thumbs {
  background-image: url(../images/icons/thumbs.png);
}
nav #fullscreen {
  background-image: url(../images/icons/fullscreen_on.png);
}
nav #fullscreen.wowbook-disabled {
  background-image: url(../images/icons/fullscreen_off.png);
}
nav a:hover {
  background-color: #2C2C2C;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(100%, #f0f0f0));
  background-image: -webkit-linear-gradient(top, #555555, #222222);
  background-image: -moz-linear-gradient(top, #555555, #222222);
  background-image: -ms-linear-gradient(top, #555555, #222222);
  background-image: -o-linear-gradient(top, #555555, #222222);
  background-image: linear-gradient(top, #555555, #222222);
}
nav a:active,
nav a:hover,
nav a {
  outline: none;
}
@media screen and (max-width: 568px), screen and (max-height: 380px) {
  #container {
    padding-top: 35px;
    padding-bottom: 5px;
  }
  nav {
    margin: auto;
    top: 0px;
  }
  nav li {
    height: 32px;
  }
  nav li a {
    background-size: 50% 50%;
    height: 32px;
    width: 32px;
  }
  html {
    -webkit-text-size-adjust: none;
  }
  #click_to_open {
    display: none;
  }
}
.wowbook-page-content {
  padding: 1em;
}
#main {
  position: relative;
}
#click_to_open {
  position: absolute;
  left: 25%;
  margin-left: -180px;
  top: 50%;
  margin-top: -50px;
}
.wowbook-page h1 {
  font-size: 32px;
  color: white;
  background: #aa2b2b;
  line-height: 1.5;
  padding: 5px 5px 0px;
  margin: 0;
}
.wowbook-page .subtitle {
  font-size: 18px;
  color: black;
  line-height: 1.5;
  padding: 5px 5px 0px;
  font-style: italic;
}
.wowbook-page p,
.wowbook-page ul {
  font-size: 24px;
  margin-top: 0.5em;
}
.wowbook-page li {
  list-style: none;
}
#cover {
  background: #ffffff url("../img/Harithavanam01.jpg") no-repeat;
  background-size: 100% 100%;
}
.feature {
  padding: 1em 1em;
 
  background: white;
}
.feature h1,
.feature h2 {
  font-size: 38px;
  color: black;
}
.wowbook-page .feature.pagefx p {
  font-size: 22px;
}
.wowbook-page .feature.pagefx .subtitle {
  margin-top: 0;
  font-size: 18px;
}
.wowbook-page .feature.pagefx h1 {
  font-size: 48px;
  color: #aa2b2b;
  background: none;
  line-height: 0.7;
  padding: 5px 0px 0px;
  margin: 0;
}
.easy {
  background: #ffffff url("../images/easy.png") no-repeat left top;
  background-size: 200% 100%;
  zoom: 1;
  ffont-size: 1.5em;
  ffont-family: lato;
}
.easy h1,
.easy p,
.easy .subtitle {
  display: none;
}
.wowbook-right .easy {
  background-position: right top;
}
.design {
  background: #ffffff url("../images/design.png") no-repeat;
  background-size: 200% 100%;
}
.design h1 {
  background: none;
  text-indent: -10000px;
  color: #88bfbf;
  text-shadow: 1px 1px 0px #447f7f;
  font-size: 144px;
  line-height: 0.8;
  bborder-bottom: 2px solid #88bfbf;
}
.design .subtitle {
  font-style: normal;
  font-size: 30px;
  color: #333;
  position: absolute;
  top: 27%;
}
.wowbook-right .design {
  background-position: right top;
}
.wowbook-right .design p {
  text-align: right;
  position: absolute;
  bottom: 1.5em;
  font-size: 30px;
  padding-right: 1em;
}
.responsive pp {
  font-size: 16px;
}
.responsive hh2 {
  font-size: 20px;
}
.responsive h1 {
  color: white;
}
.thumbnails p {
  font-size: 16px;
}
.thumbnails h2 {
  font-size: 20px;
}
.thumbnails h1 {
  color: white;
}
#thumbs_holder {
  position: absolute;
  top: 50%;
  width: 100%;
  height: auto;
  left: 0;
  z-index: 10000;
}
#thumbs_holder .wowbook-thumbnails {
  background: none repeat scroll 0 0 #222;
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
  border-top: 1px solid white;
  border-top-color: rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid gray;
  border-bottom-color: rgba(64, 64, 64, 0.5);
  box-shadow: 0 0 20px #aa2b2b;
  padding: 10px 0;
  position: relative;
}
#thumbs_holder .wowbook-button {
  background-color: #AA2B2B;
}
.wowbook-thumbnails {
  background: none repeat scroll 0 0 #888;
  background: none repeat scroll 0 0 rgba(128, 128, 128, 0.48);
  border-top: 1px solid white;
  border-top-color: rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid gray;
  border-bottom-color: rgba(64, 64, 64, 0.5);
  box-shadow: 0 0 15px rgba(128, 128, 128, 0.48);
}
.wowbook-horizontal.wowbook-thumbnails {
  padding-top: 10px;
  padding-bottom: 10px;
}
.wowbook-vertical .wowbook-thumbnail {
  margin-top: 5px;
  margin-bottom: 5px;
}
#thumbs_type,
#thumbs_position,
#thumbs_size {
  text-align: center;
}
#thumbs_position button {
  width: 49%;
}
#zoom-feature {
  background: #ffffff url("../images/zoom.jpg") no-repeat;
  background-size: 200% 100%;
}
#zoom-feature h1 {
  font-size: 100px;
  color: #333;
  background: none;
  line-height: 1.1;
  padding: 5px 0px 0px;
  text-align: right;
}
#zoom-feature2 {
  background-color: white;
  background-image: url("../images/zoom.jpg");
  background-size: 200% 100%;
  background-position: right top;
  background-repeat: no-repeat;
}
.deeplinking {
  color: white;
  background: url("../images/chain.jpg") no-repeat;
  background-size: 200% 100%;
}
.deeplinking h1 {
  color: white;
  background: #3d567d !important;
}
.deeplinking a,
.deeplinking a:active,
.deeplinking a:visited {
  color: #f8f8f8;
  text-decoration: underline;
}
.wowbook-right .deeplinking {
  background-position: top right;
}
.wowbook-page .feature.numbering {
  background: url("../images/numbering.png") #ffffff no-repeat;
  background-size: 100% 100%;
}
.wowbook-page .feature.numbering h1 {
  color: #AA2B2B;
  background: none;
  font-size: 40px;
  padding-left: 0;
  padding-right: 0;
}
.wowbook-page .feature.numbering p {
  font-size: 23px;
}
.wowbook-page .feature.numbering .wowbook-page-number {
  text-indent: 100%;
  overflow: hidden;
}
.wowbook-page .feature.slideshow h1 {
  color: #AA2B2B;
  background: none;
  font-size: 40px;
  padding-left: 0;
  padding-right: 0;
}
.wowbook-page .feature.slideshow a {
  display: block;
  text-align: center;
}
.wowbook-page .feature.flash {
  background: url("../images/flash.png") #ffffff no-repeat;
  background-size: 200% 100%;
  padding-top: 42%;
  /* 170px/400px */
}
.wowbook-page .feature.flash p {
  font-size: 20px;
  padding: 0.7em;
}
.wowbook-page .feature.flash h1 {
  display: none;
}
.feature.flash-demo {
  background: url("../images/flash.png") #ffffff no-repeat;
  background-position: top right;
  background-size: 200% 100%;
  padding-top: 25%;
  text-align: center;
  line-height: 2em;
  font-size: 1.2em;
}
.more {
  background: url("../images/more.png") #ffffff no-repeat;
  background-size: 200% 100%;
  padding-top: 30px;
}
.more h1 {
  display: none;
}
.more ul {
  margin-left: 1em;
}
.more li {
  margin-bottom: 0.7em;
}
.last_cover {
  padding: 0;
}
.wowbook-right .more {
  background-position: top right;
}


.rotate_screen {
    width: 100%;
    height: 100%;
    position: fixed;
    background: #292723;
    top: 0;
    left: 0;
    z-index: 10000;
    display: none
}

.rotate_screen h1 {
    text-align: center;
    letter-spacing: 1px;
    color: #fff;
    font-size: 20px
}

.rotate_container {
    top: 50%;
    position: absolute;
    transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    left: 50%
}

.rotate_screen svg {
    margin: auto auto auto -55px;
    left: 50%;
    position: relative;
    animation: rotate_phone 2s ease-in-out infinite;
    -o-animation: rotate_phone 2s ease-in-out infinite;
    -ms-animation: rotate_phone 2s ease-in-out infinite;
    -webkit-animation: rotate_phone 2s ease-in-out infinite;
    -moz-animation: rotate_phone 2s ease-in-out infinite;
    width: 110px;
    height: 110px
}

@media all and (orientation:portrait) {
    .rotate_screen {
        display: block
    }
}

.third-page-cn{
	position:absolute;
	bottom:50px;
	right:50px
}
.third-page-cn .title{
	color:#3f7d2b;
	font-size:12px !important;
	text-align:right
}
.third-page-cn .content{
	color:#000;
	font-size:11px !important;
	text-align:right
}
.fourth-page-cn{
	position:absolute;
	top:10px;
	right:20px;
	width:65%
}
.fourth-page-cn .content{
	color:#000;
	font-size:11px !important;
	text-align:justify
}


.ti-sb{
font-family: 'Titillium-Bold';	
}
.ti-rg{
font-family: 'Titillium-Regular';	
}

.ti-lt{
font-family: 'Titillium_Light';	
}


.locationmap p {
	position: absolute;
	color: #fff;
	font-size: 11px !important;

}

.locationmap p.p1 {
	top: 146px;
	left: 18px;
	text-align: right;
	width: 175px;
}

.locationmap p.p2 {
	top: 218px;
	left: 248px;
	text-align: right;
	width: 175px;
}

.locationmap p.p3 {
	top: 304px;
	left: 98px;
	width: 185px;
}

.locationmap p.p4 {
	top: 402px;
	left: 365px;
	width: 175px;
}

.locationmap p.p5 {
	top: 511px;
	left: 185px;
	width: 185px;
}

.jackfruit p {
	font-size: 11px !important;
	text-align: center;
	width: 270px;
	line-height: 1.5em;
	position: absolute;
	left: 185px;
	top: 348px;
		-moz-transform: rotate(-5deg);
	-webkit-transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	-o-transform: rotate(-5deg);
	transform: rotate(-5deg);
}

.why p {
	font-size: 9px !important;
	position: absolute;
	line-height: 1.3em;
}

.why p.p1 {
	left: 56px ;
	top: 206px;
}

.why p.p2 {
	left: 91px ;
	top: 370px;
	text-align: center;
}

.why p.p3 {
	left: 96px ;
	top: 395px;
	text-align: left;
	text-indent: 6px;
}


.why p.p4 {
	left: 95px ;
	top: 440px;
}

.why p.p5 {
	left: 280px ;
	top: 206px;
}

.tree p {
	position: absolute;
}

.tree p.p1 {
	text-align: center;
	font-size: 16px !important;
	font-weight: 500;
	top: 100px;
	left: 218px;
}

.tree p.p2 {
	font-size: 9px !important;
	top: 232px;
	left: 154px;
	font-weight: 300;
}

.tree p.p3 {
	font-size: 9px !important;
	top: 353px;
	left: 180px;
	font-weight: 300;
}

.tree p.p4 {
	font-size: 9px !important;
	top: 450px;
	left: 70px;
	font-weight: 300;
	font-style: italic;
}


.advantage ul {
	position: absolute;
	top: 158px;
	left: 120px;
	margin: 0px;
	padding: 0px;
}

.advantage ul li p{
	text-align: justify;
	width: 248px;
	font-size: 9px !important;
	font-weight: 300;
	padding-left: 6px;
	padding-bottom: 10px;
}

.advantage p.p1 {
	width: 250px;
	text-align: justify;
	font-style: italic;
	font-size: 8px !important;
	font-weight: 300;
	position: absolute;
	bottom: 74px;
	left: 117px;
}


.greenleaf h3,
.greenleaf h4,
.greenleaf h5,
.greenleaf h6,
.greenleaf p.p1 {
	text-align: center;
	position: absolute;
}

.greenleaf h5 {
	top: 136px;
	left: 247px;
	font-size: 11px !important;
	font-weight: 600;
}

.greenleaf h4.h41 {
	top: 160px;
	left: 178px;
	font-size: 11px !important;
	font-weight: 500;
}

.greenleaf h4.h42 {
	top: 198px;
	left: 221px;
	font-size: 11px !important;
	font-weight: 500;
}

.greenleaf h6.h61 {
	top: 174px;
	left: 218px;
	font-size: 11px !important;
	font-weight: 300;
}

.greenleaf h6.h62 {
	top: 213px;
	left: 222px;
	font-size: 11px !important;
	font-weight: 300;
}

.greenleaf p.p1 {
	top: 251px;
	left: 169px;
	font-size: 10px !important;
	font-weight: 500;
}

.greenleaf h6.h63 {
	top: 322px;
	left: 250px;
	font-size: 11px !important;
	font-weight: 300;
}

.greenleaf p.p2 {
	position: absolute;
	top: 345px;
	left: 150px;
	font-size: 9px !important;
	font-weight: 300;
	text-align: justify;
	width: 248px;
}

.backcover p {
	text-align: center;
	font-size: 7px !important;
	font-weight: 200px;
	position: absolute;
}

.backcover p.p1 {
	top: 205px;
	left: 123px;
}

.backcover p.p2 {
	top: 266px;
	left: 169px;
}