/*
@font-face {
    font-family: "Adelle W01 Regular";
    src: url("../fonts/a04229d494ccebef98d5bdc2935c2486.eot"); 
    src: url("../fonts/a04229d494ccebef98d5bdc2935c2486.eot?#iefix") format("embedded-opentype"), 
    url("../fonts/a04229d494ccebef98d5bdc2935c2486.woff2") format("woff2"), 
    url("../fonts/a04229d494ccebef98d5bdc2935c2486.woff") format("woff"),
    url("../fonts/a04229d494ccebef98d5bdc2935c2486.ttf") format("truetype"), 
    url("../fonts/a04229d494ccebef98d5bdc2935c2486.svg#Adelle W01 Regular") format("svg");
}*/
body{
	 -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.clickNavigations{
	/*
	position: absolute;
	bottom: 0;
	left: 0;
	height: 10%;
	width: 100%;
	z-index: 99;*/
	
}
.ClickBox{
	bottom: 0;
	height: 100%;
	width: 200px;
	position: absolute;
	/*background: rgba(0,0,0,0.4);*/
	opacity: 0;
	transition: opacity ease-in 0.3s;
	-moz-transition: opacity ease-in 0.3s;
	-webkit-transition: opacity ease-in 0.3s;
	-ms-transition: opacity ease-in 0.3s;
	-o-transition: opacity ease-in 0.3s;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 70%;
}
/*.ClickBox:hover{
	opacity: 1;
}*/
.ClickBox.BoxLeft{
	left: -200px;
	background-image: url("../images/recording/left_arrow_large.png");
}
.ClickBox.BoxRight{
	right: -200px;
	background-image: url("../images/recording/right_arrow_large.png");
}
.ClickBox.BoxLeft:hover{
	cursor: url("../images/recording/left_arrow.png"), auto;
}
.ClickBox.BoxRight:hover{
	cursor: url("../images/recording/right_arrow.png"), auto;
}

.loginBlock{
	position: absolute;
	z-index: 999999;
	background: #fff;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;	
}
.navCircleWrap .row{
	padding: 7px;
}

.customStyleMap > .photo{
	height: 100%;
	text-align: center;
}

.customStyleMap > .photo > img{
	max-height: 100%;
	width: auto;
}

.loginBlockInner{
	padding: 20vh 0;
}
.error_message{
	color: red;
}
.success_message{
	color: green;
}
.loginBlockInner input[type='text'], .loginBlockInner textarea, .loginBlockInner input[type='email']{
	width: 100%!important;
}
.removed-col-md-4{
	display: inline-block;
}
.invasiveSpace p{
	margin-top: 3px!important;
}
.Indexlogo{
	margin-top: 35px;
}
b{
	font-weight: 100!important;
}
.Indexlogo img{
	height: 40px;
	width: auto;
}
.full_height{
	height: 100%;
}
.readingBackground{
	background-color: #C3CBAF;
	padding: 0;
}
.perceivingBackground{
	background-color: #938181;
	padding: 0;
}
.border-bottom{
	position: relative;
}
.border-bottom span.border{
	position: absolute;
	top: 100%;
	width: 100px;
	height: 2px;
	background: #000;
	left: 50%;
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}

.customDivider.rotate{
	transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
}

.nav_circle{
	height: 10vw;
	width: 10vw;
	border: solid 2px #999;
	border-radius: 50%;
	margin: 7px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
/* for 1366 block */

.nav_circle{
	height: 6vw;
	width: 6vw;
}

.nav_circle span.title{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	text-transform: uppercase;
	color: #000;
	line-height: 0;
}

.italic{
	font-style: italic;
}
.activeColor{
	color: #F0502A!important;
}
.lightColor{
	color: #696463!important;
}
.doubleLightColor{
	color: #696475!important;
}
.page22{
	float: left;
}
.page22.left{
	width: 57.2%;
	padding:0 2px;
}
.page22.right{
	width: 42.8%;
	padding:0 2px;
}
.mainIndex{
	padding: 15px 0;
	margin: 0;
	list-style: none;
}
.mainIndex li{
	position: relative;
}
.mainIndex li .pageNo{
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.nav_circle.reading, .nav_circle.nurturing{
	border-width: 0; 
}


.nav_circle.reading span.title, .nav_circle.nurturing span.title{
	color: #fff;
}

.nav_circle .inner{
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

.nav_circle.reading .inner{
	background: #555;
	border-color: transparent;
	height: 100%;
	width: 100%;
}

.nav_circle.nurturing .inner{
	background: #999;
	border-color: transparent;
	height: 100%;
	width: 100%;
}
.nav_circle.anchoring .lines{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 150%;
	height: 35%;
	/*background: #000;*/
	transform: rotate(-25deg);
	z-index: -1;
}
.nav_circle.recording .lines{
	position: absolute;
	top: 18%;
	left: -50%;
	width: 150%;
	height: 35%;
	/*background: #000;*/
	transform: rotate(-25deg);
	z-index: -1;
}
.nav_circle.anchoring .lines .line{
	height: 2px;
	display: block;
	background: #000;
	width: 100%;
	margin-bottom: 10px;
}
.nav_circle.recording .lines .line{
	height: 2px;
	display: block;
	background: #999;
	width: 100%;
	margin-bottom: 10px;
}

/*
.nav_circle.anchoring .lines .line.even{
	animation-name: linesFromLeft;
    animation-duration: 50s;
}

.nav_circle.anchoring .lines .line.odd{
	animation-name: linesFromRight;
    animation-duration: 50s;
}*/



@keyframes linesFromLeft {
    from { transform : translateX(-100%);}
    to { transform : translateX(0%); }
}
@keyframes linesFromRight {
    from { transform : translateX(100%);}
    to { transform : translateX(0%); }
}

.nav_circle .inner{
	overflow: hidden;
}

.nav_circle.revisiting{
	border: solid 5px #333;
	border-radius: 50%;
}

.nav_circle.recording .inner{
	position: absolute;
	height: 100%;
	width: 100%;
	border: solid 5px #333;
	border-radius: 50%; 
}

.nav_circle.revisiting .inner{
	position: absolute;
	height: 100%;
	width: 100%;
	border: solid 2px #999;
	border-radius: 50%;
}

.nav_circle.practicing .inner{
	position: absolute;
	height: 100%;
	width: 100%;
	background-size: 10px 10px;
	background-position: 0 0, 5px 5px;
}

.mainPageContainer{
	/*
	width: 90%;
	margin: auto 5%;*/
	width: 100%;
	padding: 0 35px;
	
}
.mainPageContainerLeft{
	width: 100%;
	padding: 0 0 0 50px;
	overflow: hidden;
	margin-top: -10%;
}
.mainPageContainerRight{
	width: 100%;
	padding: 0 50px 0 0;
	overflow: hidden;
	margin-top: -10%;
}

.verticalBottom{
	position: absolute;
	bottom: 35px;
	width: 100%;
}
.verticalBottom_north{
	bottom:0px;
}
.verticalBottom_north_second{
	bottom: 20px;
}
.page29 p{
	margin-bottom: 0!important;
}

@font-face {
    font-family: 'pt_serifregular';
    src: url('../fonts/ptf55f-webfont.woff2') format('woff2'), url('../fonts/ptf55f-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GothamRoundedMedium';
    src: url('../fonts/gothamrnd-medium.eot');
    src: url('../fonts/gothamrnd-medium.eot') format('embedded-opentype'),
         url('../fonts/gothamrnd-medium.woff') format('woff'),
         url('../fonts/gothamrnd-medium.ttf') format('truetype'),
         url('../fonts/gothamrnd-medium.svg#GothamRoundedMedium') format('svg');
}
@font-face {
    font-family: 'GothamRoundedBook';
    /*
    src: url('../fonts/gothamrnd-book.eot');
    src: url('../fonts/gothamrnd-book.eot') format('embedded-opentype'),
         url('../fonts/gothamrnd-book.woff') format('woff'),
         url('../fonts/gothamrnd-book.ttf') format('truetype'),
         url('../fonts/gothamrnd-book.svg#GothamRoundedBook') format('svg');*/
    /*
    src: url('../fonts/final/AvenirLTStd-Book.eot');
        src: url('../fonts/final/AvenirLTStd-Book.eot') format('embedded-opentype'),
             url('../fonts/final/AvenirLTStd-Book.woff') format('woff'),
             url('../fonts/final/AvenirLTStd-Book.ttf') format('truetype'),
             url('../fonts/final/AvenirLTStd-Book.svg#GothamRoundedBook') format('svg');*/
            
	src: url('../fonts/final/alegrey-regular-webfont.eot');
    src: url('../fonts/final/alegrey-regular-webfont.eot') format('embedded-opentype'),
         url('../fonts/final/alegrey-regular-webfont.woff') format('woff'),
         url('../fonts/final/alegrey-regular-webfont.ttf') format('truetype'),
         url('../fonts/final/alegrey-regular-webfont.svg#GothamRoundedBook') format('svg');     
    
}
/*
img{
	opacity: 0;
	transition: opacity ease 0.2s;
	-moz-transition: opacity ease 0.2s;
	-webkit-transition: opacity ease 0.2s;
	-o-transition: opacity ease 0.2s;
	-ms-transition: opacity ease 0.2s;
}
.downloadLink img, .padded-cover img, .writingBookCover img, .icon_left img, .icon_right img{
	opacity: 1!important;
}
img.loaded{
	opacity: 1;
}*/

html {
    height: 100%;
}

.bookFontPage .page.left{
	background-color: transparent!important;	
}

.bookFontPage .page.left.ng-enter{
	background-color: #fff!important;	
}

.ready_prev_page .bookFontPage .page.left.ng-leave{
	background-color: #fff!important;	
}

.bookFontPage .page.right{
	background-color: #fff!important;
	/*
	border-top-left-radius: 20px;
		border-bottom-left-radius: 20px;*/
	 	
}
.mobile_container{
	background: #fff;
	position: relative;
	z-index: 3;
}
.pageLeftNos{
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 5px;
	display: inline-block;
	z-index: 9;
}

.pageRightNos{
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 5px;
	display: inline-block;
	z-index: 9;
}
.bookFontPage .mobile_container{
	background: transparent;
}
.fourColumns{
	width: 65%;
	margin: 0 auto;
}
.mobile_container:before{
	background: #fff!important;
	opacity: 1;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 50%;
	content: "";
}

.bookFontPage:before, .bookFontPage:after{
	display: none;
}

body.open_book {
    /*background: #9E9E9E;*/
   /*
   background: url("../images/book_background.jpg") center center no-repeat;
   background-size: cover;*/
  
  background-color: #c6cfce;
   
	-webkit-transition: visibility 0s;
	transition: visibility 0s; 
	-webkit-animation: fadeIn 0.5s ease-in;
	animation: fadeIn 0.5s ease-in;
	overflow: hidden!important;
	background-image: url("../images/bg.png");
}
@-webkit-keyframes openBigBook {
    0% {
    }

    45% {
        opacity: 0;
        -webkit-transform: scale(0.95);
    }

    85% {
        opacity: 1;
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
    }
}

@keyframes openBigBook {
    0% {
    }

    45% {
        opacity: 0;
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }

    85% {
        opacity: 1;
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

html, body {
    font-size: 100%;
    /*-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;*/
	overflow: hidden;
}

img {
    max-width: 100%;
    width: 100%;
}

body {
    /*font-family: "Adelle W01 Regular";*/
	/*font-family:'GothamRoundedBook';*/
	font-family: 'Lusitana', serif;
    /*font-size: 12px;*/
    /*background: #e7e7e7;*/
    height: 100%;
    color: #333;
    overflow: hidden;
}

.black{
	color: #000;
}
.page {
    height: 100%;
    padding: 0;
    background: #fff;
}

    .page.left {
       /* background: #e7e7e7;*/
	   background:#fff;
        /*
	-webkit-box-shadow: inset -16px 0px 36px 0px #c7c7c7;
	-moz-box-shadow: inset -16px 0px 36px 0px #c7c7c7;
	box-shadow: inset -16px 0px 36px 0px #c7c7c7;*/
        position: relative;
    }

        .page.left:after {
            /*
	position: absolute;
		content: "";
		right: 0;
		top:0;
		width: 2px;
		height: 100%;
		background: #c3c3c3;*/
            position: absolute;
            top: 0;
            right: 0;
            z-index: 100;
            width: 80px;
            height: 100%;
            box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.05), inset -30px 0 40px -20px rgba(0, 0, 0, 0.15);
            content: '';
        }

p {
    margin: 0 0 2% 0!important;
}

a {
    color: #000;
}

    a:hover, a:focus {
        text-decoration: none;
    }

.poemContent p {
    margin: 0 0 10% 0!important;
}

.poemContent {
    max-width: 200px;
    margin: 0 auto;
}

.page.right {
    /*background: #f3f3f3;*/
	background:#fff;
    /*-webkit-box-shadow: inset 12px 0px 36px 0px #c7c7c7;
	-moz-box-shadow: inset 12px 0px 36px 0px #c7c7c7;
	box-shadow: inset 12px 0px 36px 0px #c7c7c7;*/
    /*
	-webkit-box-shadow:inset 4px 0px 16px 0px #c7c7c7;
		-moz-box-shadow:inset 4px 0px 16px 0px #c7c7c7;
		box-shadow:inset 4px 0px 16px 0px #c7c7c7;*/
    position: relative;
}

    .page.right:after {
        position: absolute;
        top: 0;
        z-index: 100;
        width: 80px;
        height: 100%;
        box-shadow: inset 30px 0 40px -20px rgba(0, 0, 0, 0.1);
        content: '';
    }

/*
.icon_left, .icon_right {
    padding-top: 25px;
}*/


.visible {
    display: block !important;
}

.bg_normal {
    /*background: #e7e7e7;*/
}
/*
.fs1{ font-size: 20px; }
.fs2{font-size: 18px;}
.fs3{font-size: 16px;}
.fs4{font-size: 14px;}
.fs5{font-size: 12px;}*/


/*
.fs1{font-size:45px; line-height: 45px;}
.fs2{font-size: 35px;}
.fs3{font-size: 22px; line-height: 30px;}
.fs4{font-size: 18px; line-height: 25px;}
.fs5{font-size: 16px; line-height: 22px;}*/




.fs1 {
    font-size: 200%;
    line-height: 255%;
    color: #000;
}

.fs2 {
    font-size: 125%;
    line-height: 190%;
    color: #000;
}

.fs3 {
    font-size: 110%;
    line-height: 160%;
}

.fs4 {
    font-size: 95%;
    line-height: 150%;
}

.fs5 {
    font-size: 90%;
    line-height: 135%;
}

.fs6 {
    font-size: 75%;
    line-height: 135%;
}

.rdfs1 {
    font-size: 200%;
    line-height: 255%;
}

.rdfs2 {
    font-size: 135%;
    line-height: 190%;
}

.rdfs3 {
    font-size: 115%;
    line-height: 160%;
}

.rdfs4 {
    font-size: 95%;
    line-height: 150%;
}

.rdfs5 {
    font-size: 80%;
    line-height: 135%;
}

.rdfs6 {
    font-size: 70%;
    line-height: 135%;
}

/* for 1366 block */
.fs1{
	font-size:20px;
}
.fs2{
	font-size:18px;
}
.fs3{
	font-size:16px;
}
.fs4{
	font-size:15px;
}
.fs5{
	font-size:14px;
}
.fs6{
	font-size:12px;
}

.font_popup_size .fs4{
	    line-height: 120%;
}
.font_popup_size .fs5{
	    line-height: 120%;
}
.nurseryWrap .fs6{
	font-size: 13px;
}

.view_page, .book_page {
    height: 100%;
}

.garden_big_bg {
    background: #fff;
    padding: 3% 0 1% 0;
    margin-bottom: 15px;
}

.garder_small_img_container {
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

.legend_header {
    /*color: #888888 !important;*/
    letter-spacing: 1px;
}

.practising_garden_map {
    margin-top: 40px;
}

.practising_garden_map span {
	display: inline-block;
	margin-right: 15px;
}

.practising_garden_map img {
	width: auto;
}

.practising_garden_map a {
	color: #000;
}

.practising_garden_map a:hover {
	color: #888888 !important;
}
.text_center{
	text-align:center;
}
.float_none{
	float:none;
	display:inline-block;
}
.layout_img_width{
	width:100% !important;
	height:100% !important;
}
.recordingbg {
	/*background: url(../images/bg-texture.png) repeat center center rgba(240, 246, 210, 0.99) !important;*/
}
.left_recording  span {
	display: inline-block;
	/*margin-right: 15px;*/
}
.recording_map {
	margin-top:15px;
}
.left_recording{
	float:left;
}
.right_recording{
	float:right;
}
.left_recording img {
	width: auto;
}
.recording_small_img_container{
	margin-top:30px;
}
.recording_aminities{
	margin-left: 10px;
}
.recording_margin_top{
	margin-top:20px;
}
.left_recording a{
	font-size:15px;
}
.recording_aminities p{
	font-size:15px;
}
.recording_page_right{
	margin-top:50px;
}
.recording_small_img{
	width:20%;
	margin-left:10px;
	display:inline-block;
}
.recording_small_box {
	margin-bottom:50px;
}
.recording_small_box_container_left{
	margin-top:40px;
}
.recording_small_box_img{
		float: left;
}
.recording_small_box_content{
	float:left;
	margin-left: 30px;
	width: 70%;
}
.recording_small_box_content1{
	width: 80% !important;
}
.recording_small_box_content h3{
	font-size:30px;
	margin-bottom: 5px;
}
.recording_small_box_content span{
	font-size: 14px;
}

.map_margin {
    border: 0;
    margin-top: 7%;
}
/*
.legend_text p {
    font-size: 17px;
    line-height: 14px;
}

.garden_small_img {
    width: 18.5%;
    display: inline-block;
    margin-right: 9px;
}

.last_garden_small_img {
    margin-right: 0px;
}*/
.practicing_google_map_thumb{
	width:20%;
	float:left;
	padding:15px 10px;
}

p {
   /* font-family: 'pt_serifregular'; */ /*margin-bottom: 20px; line-height: 22px;*/
   /*font-family:'GothamRoundedBook';*/
   font-family: 'Lusitana', serif;
}

.orange_color {
    color: #e94716;
}

.orange_bg {
    background: #e94716;
}

.fsCustom{
	font-size: 12px;
}

.book:after, .book:before {
	display: none;
    position: absolute;
    top: 0;
    z-index: 1;
    width: 10px;
    height: 100%;
    background: -webkit-linear-gradient(left, #dddddd 33.33%, #f0f0f0 33.33%, #f0f0f0 66.66%, #f3f3f3 66.66%);
    background: linear-gradient(to right, #dddddd 33.33%, #f0f0f0 33.33%, #f0f0f0 66.66%, #f3f3f3 66.66%);
    background-size: 3px 100%;
    content: '';
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-shadow: inset 0px 0px 9px #c7c7c7;
}

.book:before {
    left: -10px;
}

.book:after {
    right: -10px;
}

.vertical_center {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.space20 {
    height: 20px;
}

.tn_button {
    padding: 10px 15px;
    border: 2px solid #8FBFB6;
    background: #8FBFB6;
    color: #384643;
    text-transform: uppercase;
    margin-top: 10px;
    transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -ms-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
}

.tn_button:hover {
    color: #fff;
    background: #e94716;
    border-color: #e94716;
    text-decoration: none;
}

.open_book {
    transition: 0.2s all ease-in;
    background: #9d9d9d;
}

.contain {
    margin: 0 auto;
    width: 70%;
}

.practisingUser {
    margin-bottom: 14px;
}

.zoomed {
    position: fixed;
    top: 2%;
    left: 1%;
    width: 98%;
    height: 96%;
    /*background: rgba(255, 255, 255, 0.8);*/
    background: url(../images/bg-texture.png) repeat center center rgba(205, 209, 208, 1);
    text-align: center;
    z-index: 99999999;
    transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
    -ms-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    opacity: 0;
}

.indexWrap{
	width: 90%;
	margin: 0 auto;
}
.page27{
	margin: 0 -15px;
	position: relative;
}
.page29{
	margin: 0 -5px;
}
.page36{
	margin: 0 -5px;
}
.page36 .col-md-6{
	padding: 0 5px;
}
.page36 img, .page35 img{
	width: 100%!important;
	height: auto!important;
}
.page37{
	margin: 0 -5px;
}
.page37 img, .page40 img, .page41 img , .page43 img{
	min-width: 100%;
}
.page37 .col-md-6, .page37 .col-md-12{
	padding: 0 5px;
}
.page40{
	margin: 0 -5px;
}
.page40 .col-md-4{
	padding: 0 5px;
}
.page41{
	margin: 0 -5px;
}
.page41 .col-md-10, .page41 .col-md-6{
	padding: 0 5px;	
}

.page43{
	margin: 0 -5px;
}
.page43 .col-md-12, .page43 .col-md-6{
	padding: 0 5px;
}


.bookExpertContainer{
	width: 80%;
	margin: 0 auto;
}
/*
.bookExpertContainer > .row{
	position: relative;
}
.bookExpertContainer > .row > .col-md-3{
	position: absolute;
	bottom: 0;
	right: 0;
	white-space: nowrap;
}*/

.bookExpertContainer{
	padding: 30px 0;	
}
.bookExpertContainer .col-md-offset-half{
	margin-left: 4.15%;
}

.bookExpertContainer .col-md-3, .bookExpertContainer .col-md-8, .bookExpertContainer .col-md-11{
	padding: 0 5px;
}

.page29 .col-md-2{
	padding: 5px;
}
.page27_text{
	position: absolute;
	bottom: 0;
	right: 0;
}
/*
.page41{
	margin-top: -6%;
}*/

.page27 .col-md-6{
	padding: 0 15px;
}
.page27 .col-md-4{
	padding: 0 15px;
}
.page27 .spacer{
	margin: 7px 0;
	float: left;
	width: 100%;
}

.gardening img {
    cursor: pointer;
}

.zoomed.fade {
    opacity: 1;
}

.zoomed img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    padding: 2%;
}

.ready_next_page .page.right.ng-leave {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-animation: pageRight 1s both;
    /*-moz-animation: pageRight 1s both;*/
    animation: pageRight 1s both;
}


.ready_next_page .page.left.ng-leave {
    position: absolute;
    top: 0;
    left: 0%;
    -webkit-animation: fadeOut 0.95s both ease-out;
    /*-moz-animation: fadeOut 0.95s both ease-out;*/
    animation: fadeOut 0.95s both ease-out;
}

.ready_next_page .page.left.ng-enter {
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-animation: pageRightToLeft 1s both;
    /*-moz-animation: pageRightToLeft 1s both;*/
    animation: pageRightToLeft 1s both;
}

.ready_next_page .page.left.ng-enter .vertical_center {
    transform: rotateY(-180deg) translateY(-50%);
    -moz-transform: rotateY(-180deg) translateY(-50%);
    -webkit-transform: rotateY(-180deg) translateY(-50%);
    -ms-transform: rotateY(-180deg) translateY(-50%);
    -o-transform: rotateY(-180deg) translateY(-50%);
}


.ready_next_page .page.left.ng-enter .verticalBottom{
	transform: rotateY(-180deg) ;
    -moz-transform: rotateY(-180deg) ;
    -webkit-transform: rotateY(-180deg) ;
    -ms-transform: rotateY(-180deg) ;
    -o-transform: rotateY(-180deg) ;
}


.ready_next_page .page.left.ng-enter .innerPage {
    transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
}

.ready_next_page .page.left.ng-enter:after {
    /*transform: rotateY(-180deg) translateY(-50%);*/
    left: 0;
    box-shadow: inset 30px 0 40px -20px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 30px 0 40px -20px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 30px 0 40px -20px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: inset 30px 0 40px -20px rgba(0, 0, 0, 0.1);
    -o-box-shadow: inset 30px 0 40px -20px rgba(0, 0, 0, 0.1);
}


.ready_next_page .page.right.ng-enter {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-animation: fadeIn 1.1s both ease-in;
    /*-moz-animation:fadeIn 1s both ;*/
    animation: fadeIn 1.1s both ease-in;
}

.mainLanding{
	background: url("../images/landing.jpg") bottom right no-repeat;
	background-size: cover;
	height: calc(100% + 1px);
	width: 100%;
	margin-top: -1px;
}

.ready_prev_page .page.left.ng-leave {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-animation: pageLeftToRight 0.95s both;
    /*-moz-animation:pageLeftToRight 0.99s both ;*/
    animation: pageLeftToRight 0.95s both;
}

.ready_prev_page .page.left.ng-leave .vertical_center {
    transform: rotateY(180deg) translateY(-50%);
    -moz-transform: rotateY(180deg) translateY(-50%);
    -webkit-transform: rotateY(180deg) translateY(-50%);
    -ms-transform: rotateY(180deg) translateY(-50%);
    -o-transform: rotateY(180deg) translateY(-50%);
}

.ready_prev_page .page.left.ng-leave .verticalBottom {
    transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
}

.ready_prev_page .page.left.ng-leave .innerPage {
    transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
}
    
.ready_prev_page .page.left.ng-leave .pageNoCenter {
	transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
 }
 
.ready_next_page .page.left.ng-enter .pageNoCenter {
	transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
 }

/*
.ready_prev_page .page.left.ng-leave:after{
	transform: rotateY(180deg) translateY(-50%);
}*/


.ready_prev_page .page.right.ng-enter {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-animation: pageLeft 0.95s both;
    /*-moz-animation:pageLeft 1s both ;*/
    animation: pageLeft 0.95s both;
}

.ready_prev_page .page.right.ng-leave {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-animation: fadeOut 0.99s both ease-out;
    /*-moz-animation:fadeOut 0.75s both ease-in;*/
    animation: fadeOut 0.99s both ease-out;
}
.opacityLess{
	opacity:0;
}


/*
.ready_next_page_mobile .page.right.ng-leave {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: pageRightSlide 1s both;
    animation: pageRightSlide 1s both;
}*/

	
.ready_next_page_mobile .page.left.ng-enter {
	position: absolute;
	height: 100vh;
	padding: 0;
	top: 0;
	left: 0;
    -webkit-animation: pageRightToLeftSlide 0.7s both;
    /*-moz-animation: pageRightToLeft 1s both;*/
    animation: pageRightToLeftSlide 0.7s both;
}



.ready_next_page_mobile .page.left.ng-leave {
    position: absolute;
    height: 100vh;
    top: 0;
    left: 0;
    padding: 0;
    -webkit-animation: pageLeftToRightSlide 0.7s both;
    /*-moz-animation: pageRightToLeft 1s both;*/
    animation: pageLeftToRightSlide 0.7s both;
}


.ready_prev_page_mobile .page.left.ng-leave {
	position: absolute;
	height: 100vh;
	top: 0;
	left: 0;
	padding: 0;
    -webkit-animation: pageLeftToRightPrevSlide 0.7s both;
    /*-moz-animation: pageRightToLeft 1s both;*/
    animation: pageLeftToRightPrevSlide 0.7s both;
}

.ready_prev_page_mobile .page.left.ng-enter {
    position: absolute;
    height: 100vh;
    top: 0;
    left: 0;
    padding: 0;
    -webkit-animation: pageRightToLeftPrevSlide 0.7s both;
    /*-moz-animation: pageRightToLeft 1s both;*/
    animation: pageRightToLeftPrevSlide 0.7s both;
}

.mobileScrolling{
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}

@keyframes pageLeftToRightPrevSlide {
    0% {
        /*
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        -moz-transform: translateX(0);
        transform-origin: 0 0;
        perspective: 500px;
        z-index: 6;*/
       
       transform: scale(1, 1);
       -moz-transform: scale(1, 1);
       -webkit-transform: scale(1, 1);
       -ms-transform: scale(1, 1);
       -o-transform: scale(1, 1);
       /*transform-origin: 0 0;*/
        perspective: 500px;
        z-index: 6;
        opacity: 1;
    }

    100% {
        /*
        transform: translateX(100%);
        -moz-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform-origin: 0 0;
        perspective: 500px;
        z-index: 6;*/
       
       transform: scale(0.7, 0.7);
       -moz-transform: scale(0.7, 0.7);
       -webkit-transform: scale(0.7, 0.7);
       -ms-transform: scale(0.7, 0.7);
       -o-transform: scale(0.7, 0.7);
       /*transform-origin: 0 0;*/
        perspective: 500px;
        z-index: 6;
        opacity: 0;
        
    }
}

@keyframes pageRightToLeftPrevSlide {
    0% {
    	/*
    	transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
		transform-origin: 0 0;*/
		transform: scale(0.7, 0.7);
       -moz-transform: scale(0.7, 0.7);
       -webkit-transform: scale(0.7, 0.7);
       -ms-transform: scale(0.7, 0.7);
       -o-transform: scale(0.7, 0.7);
        perspective: 500px;
        z-index: 6;
        opacity: 0;
    }

    100% {
    	 transform: scale(1, 1);
       -moz-transform: scale(1, 1);
       -webkit-transform: scale(1, 1);
       -ms-transform: scale(1, 1);
       -o-transform: scale(1, 1);
        /*
        transform: translateX(0%);
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        -moz-transform: translateX(0%);*/
        
        /*transform-origin: 0 0;*/
        perspective: 500px;
        z-index: 6;
        opacity: 1;
    }
}


@keyframes pageRightToLeftSlide {
    0% {
        /*
        transform: translateX(100%);
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        -moz-transform: translateX(100%);*/
        transform: scale(0.7, 0.7);
       -moz-transform: scale(0.7, 0.7);
       -webkit-transform: scale(0.7, 0.7);
       -ms-transform: scale(0.7, 0.7);
       -o-transform: scale(0.7, 0.7);
        opacity: 0;
        /*transform-origin: 0 0;*/
        /*transform-style: preserve-3d;*/
        perspective: 500px;
        z-index: 6;
    }

    100% {
        /*
        transform: translateX(0%);
        -moz-transform: translateX(0%);
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);*/
       
       transform: scale(1, 1);
       -moz-transform: scale(1, 1);
       -webkit-transform: scale(1, 1);
       -ms-transform: scale(1, 1);
       -o-transform: scale(1, 1);
        /*transform-origin: 0 0;*/
        /*transform-style: preserve-3d;*/
        perspective: 500px;
        z-index: 6;
        opacity: 1;
       
    }
}

@keyframes pageLeftToRightSlide {
    0% {
    	/*
    	transform: translateX(0%);
        -moz-transform: translateX(0%);
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
				-o-transform: translateX(0%);*/
		 transform: scale(1, 1);
       -moz-transform: scale(1, 1);
       -webkit-transform: scale(1, 1);
       -ms-transform: scale(1, 1);
       -o-transform: scale(1, 1);
        /*transform-origin: 0 0;*/
        /*transform-style: preserve-3d;*/
        perspective: 500px;
        z-index: 6;
        opacity: 1;
    }

    100% {
        /*
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
                transform-origin: 0 0;*/
               
                     
        
        transform: scale(0.7, 0.7);
       -moz-transform: scale(0.7, 0.7);
       -webkit-transform: scale(0.7, 0.7);
       -ms-transform: scale(0.7, 0.7);
       -o-transform: scale(0.7, 0.7);
        opacity: 0;
        /*transform-origin: 0 0;*/
        /*transform-style: preserve-3d;*/
        perspective: 500px;
        z-index: 6;
    }
}





/*
.ready_prev_page_mobile .page.left.ng-leave {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: pageLeftToRightSlide 1s both;
    animation: pageLeftToRightSlide 1s both;
}

.ready_prev_page_mobile .page.left.ng-enter {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: pageLeftToRightSlide 1s both;
    animation: pageLeftToRightSlide 1s both;
}*/


/*
.ready_prev_page_mobile .page.right.ng-enter {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: pageLeftSlide 0.95s both;
    animation: pageLeftSlide 0.95s both;
}*/

@keyframes fadeIn {
    0% {
        transform: translateX(0);
        -webkit-transform: translateX(0);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        -webkit-transform: translateX(0);
        opacity: 1;
    }
}
/*@-moz-keyframes fadeIn {from{ -moz-transform:translateX(0);opacity: 0; }to{ -moz-transform: translateX(0);opacity: 1; }}*/
@-webkit-keyframes fadeIn {
    0% {
        transform: translateX(0);
        -webkit-transform: translateX(0);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        -webkit-transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fadeOut {
    0% {
        transform: translateX(0);
        -webkit-transform: translateX(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 0;
    }
}
/*@-moz-keyframes fadeOut {from{ -moz-transform:translateX(0);opacity: 1; }to{ -moz-transform: translateX(0);opacity: 0; }}*/
@-webkit-keyframes fadeOut {
    0% {
        transform: translateX(0);
        -webkit-transform: translateX(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 0;
    }
}


@keyframes pageLeftToRight {
    0% {
        transform: rotateY(-180deg);
        -moz-transform: rotateY(-180deg);
        -webkit-transform: rotateY(-180deg);
        -ms-transform: rotateY(-180deg);
        -o-transform: rotateY(-180deg);
        transform-origin: 0 0;
        /*transform-style: preserve-3d;*/
        perspective: 500px;
        z-index: 6;
        visibility: visible;
    }

    100% {
        transform: rotateY(0deg);
        -moz-transform: rotateY(0deg);
        -webkit-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        -o-transform: rotateY(0deg);
        transform-origin: 0 0;
        /*transform-style: preserve-3d;*/
        perspective: 500px;
        z-index: 5;
        visibility: hidden;
    }
}


@keyframes pageLeft {
    0% {
        transform: rotateY(-180deg);
        -moz-transform: rotateY(-180deg);
        -webkit-transform: rotateY(-180deg);
        -ms-transform: rotateY(-180deg);
        -o-transform: rotateY(-180deg);
        transform-origin: 0 0;
        /*transform-style: preserve-3d;*/
        perspective: 500px;
        z-index: 4;
        visibility: hidden;
    }

    100% {
        transform: rotateY(0deg);
        -moz-transform: rotateY(0deg);
        -webkit-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        -o-transform: rotateY(0deg);
        transform-origin: 0 0;
        /*transform-style: preserve-3d;*/
        perspective: 500px;
        z-index: 6;
        visibility: visible;
    }
}


@keyframes pageRightToLeft {
    0% {
        transform: rotateY(0deg);
        -webkit-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        -o-transform: rotateY(0deg);
        -moz-transform: rotateY(0deg);
        transform-origin: 0 0;
        /*transform-style: preserve-3d;*/
        perspective: 500px;
        z-index: 5;
    }

    100% {
        transform: rotateY(-180deg);
        -moz-transform: rotateY(-180deg);
        -webkit-transform: rotateY(-180deg);
        -ms-transform: rotateY(-180deg);
        -o-transform: rotateY(-180deg);
        transform-origin: 0 0;
        /*transform-style: preserve-3d;*/
        perspective: 500px;
        z-index: 6;
    }
}

@keyframes pageRight {
    0% {
        transform: rotateY(0deg);
        -moz-transform: rotateY(0deg);
        -webkit-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        -o-transform: rotateY(0deg);
        transform-origin: 0 0;
        /*transform-style: preserve-3d;*/
        perspective: 500px;
        z-index: 6;
    }

    100% {
        transform: rotateY(-180deg);
        -moz-transform: rotateY(-180deg);
        -webkit-transform: rotateY(-180deg);
        -ms-transform: rotateY(-180deg);
        -o-transform: rotateY(-180deg);
        transform-origin: 0 0;
        /*transform-style: preserve-3d;*/
        perspective: 500px;
        z-index: 4;
    }
}

.loader_content {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: rgba(232, 232, 232, 0.9);
}

.loader, .loader:before, .loader:after {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
}

.loader {
    color: #e94716;
    font-size: 10px;
    margin: 0px auto;
    position: relative;
    text-indent: -9999em;
    top: 50%;
    -webkit-transform: translateZ(0) translateY(-50%);
    -ms-transform: translateZ(0) translateY(-50%);
    transform: translateZ(0) translateY(-50%);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

    .loader:before, .loader:after {
        content: '';
        position: absolute;
        top: 0;
    }

    .loader:before {
        left: -3.5em;
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .loader:after {
        left: 3.5em;
    }

@-webkit-keyframes load7 {
    0%,80%,100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }

    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

@keyframes load7 {
    0%,80%,100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }

    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

.icon_left, .icon_right {
    position: absolute;
    z-index: 9;
    top: 15px;
}


.icon_left {
    left: 25px;
}


.icon_right {
    right: 45px;
}

.icon_header {
    display: inline-block;
    margin-right: 10px;
}

    .icon_header .hover, .icon_header:hover .normal {
        display: none;
    }

    .icon_header .normal, .icon_header:hover .hover {
        display: block;
    }

.images_main {
    margin-bottom: 25px;
}



/* revisiting css mayur */

.revisitingBackground{
	background:#BFC19E;
}
.bottom_right{
	right:0;
	left:auto;
}
.map_full_wrpper{
	width:100%;
	height:100%;
	padding:40px 0 40px 40px;
}
.map_full_wrpper_right{
	width:100%;
	height:100%;
	padding:40px 40px 40px 0px;
}

.practicing_ruler_container {
    width: 35%;
    position: relative;
    float: right;
}

.practicing_title_container {
    position: relative;
    float: left;
    margin: 20px 0 0 0;
}

.full_screen_image_container {
    position: absolute;
    top: 20px;
    left: 20px;
    height: calc(100% - 40px);
    width: calc(100% - 40px);
}

.nisath_bagh_1 {
    background-image: url('../images/revisiting/nishatbagh/nisath_bagh_1.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.nisath_bagh_2 {
    background-image: url('../images/revisiting/nishatbagh/image3.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.nisath_bagh_3 {
    background-image: url('../images/revisiting/nishatbagh/image4.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.nisath_bagh_4 {
    background-image: url('../images/revisiting/rambagh/image5.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.nisath_bagh_5 {
    background-image: url('../images/revisiting/rambagh/image7_thumb.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.kesar_2 {
    background-image: url('../images/revisiting/kesarkyaribagh/image1_thumb.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.kesar_3{
	background-image: url('../images/revisiting/kesarkyaribagh/image4_thumb.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.kirkee_1{
	background-image: url('../images/revisiting/khadki/image4_thumb.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.vizagbg_5{
	background-image: url('../images/revisiting/vizag/vizag_image2_thumb.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.brajbg_1{
	background-image: url('../images/revisiting/braj/braj_image_1_thumb.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.mandu_3{
	background-image: url('../images/revisiting/mandu/madhu_2_thumb.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.coronation_3{
	background-image: url('../images/revisiting/coronation/coronation_img2_thumb.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.height_patch{
	height:215px;
}
.verticalBottom_kirkee{
	    position: absolute;
    bottom: 30px;
    right: 10px;
    padding: 0 20px 0 0;
    width: 100%;
}
.verticalBottom_map_legend_100{
	position:absolute;
	bottom:0px;
	right:0px;
	padding: 0 0px 0 0;
	width:100%;
	height:100%;
}
.verticalBottom_map_legend{
	position:absolute;
	bottom:0px;
	right:0px;
	padding: 0 0px 0 0;
	width:100%;
}
.khadki_nav{
	width: 50%;
    float: right;
}
.padding-left15{
	padding:0 0 0 15px;
}
.height_100_legend{
	height:100%;
	overflow:auto;
}

.practicing_custom_padding {
    padding: 20px;
}

.practicing_image_container_left {
    padding-right: 7px;
}

.practicing_image_container_right {
    padding-left: 7px;
}

.practicing_image_container_bottom {
    padding-top: 15px;
}
.practicing_kuthu_math_container_bottom {
    padding-top: 27px;
}
.overflow_auto{
	overflow:auto;
}






/* Landing page ( Home page ) */

@media screen and (max-width: 1600px) {
	.fs5 {
        font-size: 85%;
    }


    .fs6 {
        font-size: 80%;
    }
}

@media screen and (max-width: 1366px){
	.icon_header{
		width: 32px;
	}
	.bookExpertContainer{
		width: 75%;
	}
	.page35.mainPageContainer{
		width: 90%;
	}
	.contain{
		width: 85%;	
	}
	.nav_circle{
		height: 10vw;
		width: 10vw;
		margin: 15px;
	}
	.nav_circle.anchoring .lines .line{
		height: 1px;
		display: block;
		background: #000;
		width: 100%;
		margin-bottom: 8px;
	}
	.nav_circle.recording .lines .line{
		height: 1px;
		display: block;
		background: #999;
		width: 100%;
		margin-bottom: 8px;
	}
	.Indexlogo img{
		height: 25px;
		width: auto;
	}
	
	.page27{
		margin: 0 -5px;
		position: relative;
	}
	.page27_text{
		position: absolute;
		bottom: 0;
		right: 0;
	}
	.page27 .col-md-6{
		padding: 0 5px;
	}
	.page27 .col-md-4{
		padding: 0 5px;
	}
	.page27 .spacer{
		margin: 5px 0;
		float: left;
		width: 100%;
	}


}


@media (max-width: 1152px){
	.nav_circle{
		height: 12vw;
		width: 12vw;
		margin: 5px;
	}
}

@media (max-width : 750px) {
    /*
	.fs1{ font-size: 18px; }
		.fs2{font-size: 16px;}
		.fs3{font-size: 14px;}
		.fs4{font-size: 12px;}
		.fs5{font-size: 10px;}*/

    .mobile_container {
        margin: 0;
        /*padding: 0 5px;*/
       padding: 0 0;
    }

    .contain {
        width: 98%;
    }

    .page {
        overflow: auto;
    }

    .icon_header {
        margin-right: 0;
        width: 13%;
    }

    .icon_left, .icon_right {
        padding-top: 15px;
    }

    .book:before {
        left: 3px;
    }

    .book:after {
        right: 3px;
    }

    .book:after, .book:before {
        z-index: -1;
    }
    /*
	.scrollable{
		top:0;
		transform: translate(0%,9%);
	}
	.ready_next_page .page.left.ng-enter .vertical_center{
		transform: rotateY(-180deg) translate(0%,9%);
	}
	.ready_next_page .page.left.ng-enter .innerPage{
		transform: rotateY(-180deg) translate(0%,9%);
	}
	.ready_prev_page .page.left.ng-leave .vertical_center{
		transform: rotateY(180deg) translate(0%,9%);
	}
	.ready_prev_page .page.left.ng-leave .innerPage{
		transform: rotateY(180deg) translate(0%,9%);
	}*/

}



/** Jiten ***/
.bold {
    font-weight: bold;
    color: #000;
}

.padded-cover {
    padding: 10% 0;
    max-width: 75%;
    margin: 0 auto;
}

.innerPagePadding {
    padding: 6% 0;
    max-width: 90%;
    margin: 0 auto!important;
}

.hero_div {
    height: 100%;
    width: 100%;
}

.cover-title {
    margin: 5% 0;
    width: 40%;
}

.anchoringBg {
   /* background: url("../images/bg-texture.png") repeat center center rgba(192, 203, 200, 1);*/
}

.page.right .anchoringBg {
   /* background: url("../images/bg-texture.png") repeat center center rgba(192, 203, 200, 0.5)!important;*/
}

.writingBg {
   /* background: url("../images/bg-texture.png") repeat center center rgba(205, 209, 208, 1);*/
}

.page.right .writingBg {
   /* background: url("../images/bg-texture.png") repeat center center rgba(205, 209, 208, 0.5)!important;*/
}

.readingBg {
  /*  background: url("../images/bg-texture.png") repeat center center rgba(232, 245, 219, 1);*/
}

.page.right .readingBg {
    /*background: url("../images/bg-texture.png") repeat center center rgba(232, 245, 219, 0.5)!important;*/
}

/*.practisingBg {
    background: url("../images/bg-texture.png") repeat center center rgba(216, 216, 216, 0.97)!important;
}

.page.right .practisingBg {
    background: url("../images/bg-texture.png") repeat center center rgba(216, 216, 216, 0.97)!important;
}

.revisitingBg {
    background: url("../images/bg-texture.png") repeat center center rgba(179, 208, 145, 1)!important;
}

.page.right .revisitingBg {
    background: url("../images/bg-texture.png") repeat center center rgba(179, 208, 145, 1)!important;
}
*/
.innerPagePadding a {
    color: #000;
   /*color: #84B25B;*/
   font-weight: bold;
  /*text-decoration: underline;*/
}

.creditReferences a {
   color: #84B25B;
   text-decoration: underline;
}

    .innerPagePadding a:hover, .innerPagePadding a:focus {
        text-decoration: none;
    }

.userName {
    margin: 15px 0;
}

.userBlock {
    margin: 2% auto;
    display: inline-block;
}

.coverQuote {
    word-spacing: 3px;
    /*margin: 0 auto 30px 0;*/
}

.justify {
    text-align: justify;
}

.otherUserImage {
    /*padding: 15px 0;*/
    border: solid 1px;
    padding: 3px;
    border-radius: 50%;
}

.centeredGrid {
    text-align: center;
}

.centeredGrid > div {
    float: none!important;
    display: inline-block;
    margin: 0 -3px;
}
.otherUserRow{
	padding-top: 10%;
}
.otherUserRow > .row{
	min-height: 44vh;
}

.otherUserRow > .row.oneThird{
	min-height: 30vh;
}


.otherUserWrap {
    margin-bottom: 10%;
}

.m30 {
    /*margin: 15px 0;*/
}

.autherContent {
    /*padding: 50px 0;*/
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   -moz-transform: translate(-50%, -50%);
   -webkit-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
   -o-transform: translate(-50%, -50%);
   width: 90%;
}
.autherContent.justify{
	text-align: left;
}
.otherUserWrap .justify{
	text-align: left;
}
.anchoringBg .anchoringUser{
	border: solid 2px #999;
	border-radius: 50%;
	padding: 2px;
}
.cover-image-wrap {
    width: 30%;
    margin: 0 auto;
    border: solid 1px;
    padding: 3px;
}

.readingBlock {
    margin: 10% auto;
    display: inline-block;
}

.readingBlock img {
    width: auto;
}
.perceivingBlock .userName{
	color: #fff;
}
.col-md-center{
	margin: 0 auto;
	float: none;
}
   

.readingMainWrap {
    width: 95%;
    margin: 0 auto;
}

.readingMainWrap .anchoringUser img{
	width: auto!important;
}

.customPadding{
	margin: 0 -10px;
}

.customPadding .col-md-6, .customPadding .col-md-4, .customPadding .col-md-5, .customPadding .col-md-2, .customPadding .col-md-3, .customPadding .col-md-12, .customPadding .col-md-8{
	padding: 0 10px;
} 

.readingMainWrap {
    font-size: 90%;
}

.schismMainWrap {
    padding: 6% 0;
    max-width: 85%;
    margin: 0 auto;
}

.schismBottom {
    margin-top: 10%;
}

.schismViewText {
    margin-top: 1% !important;
    /* padding:0 3%; */
}

.schismRightFooter {
    margin-top: 3%;
}

.readingAuthorTitle {
    color: #7B8771;
}

.literatureMainSection {
    width: 100%;
   /* background-color: #edf3e6;*/
    /*padding: 3%;*/
    /*font-size: 90%;*/
}

    .literatureMainSection .fs5 {
        margin-bottom: 0 !important;
    }

    .literatureMainSection .fs6 {
        color: #818181;
    }

    .literatureMainSection img {
        width: auto;
       margin-bottom: 3%;
	   margin-top: 2%;
    }

.leftPaddingNone {
    padding-left: 0;
}

.modernLitratureMain img {
    width: auto;
}

.modernLitratureImages {
    margin-bottom: 10%;
}

.writingCoverWrap {
    width: 100%;
    margin: 5% auto;
}

.bookBlock {
    margin: 4% auto;
    display: inline-block;
}

.bookName {
    margin: 5% 0 2% 0;
}

.autoWidth {
    width: auto;
    margin-bottom: 1%;
    max-width: 90%;
}

/*
.gargenImages {
    margin-top: 5%;
}*/


.videoSongsMain {
    position: relative;
}

.playButton {
    position: absolute;
    left: 0;
    width: 100%;
    top: 39%;
    text-align: center;
}

.videoText {
    margin-top: 10% !important;
}

.videoSongsBottom {
    margin-top: 35px;
}

.writingBookContent h3 {
    margin-top: 0!important;
}
.writingBookContent .justify{
	text-align: left!important;
}

.writingBookContent .m30 {
    margin: 5% 0!important;
}

/*.downloadLink {
    display: inline-block;
    position: relative;
    background: #F0502A;
    color: #fff!important;
    transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
    -ms-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    padding: 3px 10px;
    border-radius: 4px;
}*/

.downloadLink {
    display: inline-block;
    position: relative;
    border-bottom: 1px solid #333;
    color: #333!important;
    transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
    -ms-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    padding: 5px 0 8px 0px; 
}
.line_height_download{
	line-height:0;
}

/*.downloadLink:before {
	content: "\f06e";
	font-family: "fontAwesome";
}
*/
.downloadIcon {
    height: 70%;
    width: auto;
    position: absolute;
    top: 15%;
    left: 0;
    display: none;
}
.writing_page_158 li{
	font-size:12px;
}
.shiftBottom {
    margin-top: 4%;
}

.audioControls {
    /*margin-top: 5%;
    max-width: 100%;
    position: relative;
    z-index: 999;*/
	margin-top: 3%;
    max-width: 100%;
    position: relative;
    z-index: 999;
	width:100%;
}

.audioBottomSection {
    margin-top: 5%;
}

.nopadding {
    padding: 0;
}

.expertLeft {
    width: 28%;
    float: left;
}

.expertRight {
    width: 72%;
    float: left;
}

.zoomedWrap {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.zoomedWrap a {
    position: absolute;
    top: 20px;
    right: 30px;
    /*border: solid 1px red;*/
    color: #C24D2C;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    /*border-radius: 50%;*/
    /*font-family: 'GothamRoundedBook';*/
    font-family: 'Lusitana', serif;
    text-decoration: none;
    font-size: 62px;
}

.zoomedWrap a:hover {
    /*background: red;*/
    color: #000;
}

.hoverOVerlay {
    display: none;
    position: absolute;
    width: 100%;
    height: 99%;
    left: 0;
    top: 0;
    background-color: #000;
    opacity: 0.3;
}

.videoOverlay:hover .hoverOVerlay {
    display: block;
}

.readingHover {
    color: #000;
}

    .readingHover:hover {
        color: #8AC35C;
    }

.practicingHover {
    color: #000;
}

    .practicingHover:hover {
        color: #575558;
    }

.anchoringHover {
    color: #000;
}

.anchoringHover:hover {
    color: #46655D;
}

.writingHover:hover {
    color: #778D8A;
}

.bookMainHover {
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

    .bookMainHover:hover {
        transform: scale(1.1);
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }

.popupModelMain .modal-dialog {
    width: 100%!important;
    height: 100%!important;
    /* margin: 0 auto; */
    border-radius: 0;
    background-color: transparent;
    margin-top: 0!important;
    box-shadow: 0;
    margin-bottom: 0!important;
}

.modal-backdrop {
    background-color: transparent !important;
}

.popupModelMain {
    padding-left: 0 !important;
}

    .popupModelMain .modal-content {
        border-radius: 0;
        height: 100%;
           background: rgba(255, 255, 255, 0.94);
        /*background-color: #EBF1E4;*/
    }

.modal-header {
    border: none;
}

.popupModelMainWrapper {
    width: 100%!important;
     padding: 2% 0;
    /* margin: 0 auto; */
    display: inline-block!important;
    height: 100% !important;
    margin-top: -15px!important;
}

.popUpContent {
    padding-top: 15%;
}

.popupModelMain .close {
    font-size: 70px;
    font-weight: normal;
    border: 0;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    opacity: 1;
    color: #000;
    z-index: 9;
    position: relative;
    line-height: 0;
    outline: 0;
    right: 2%;
    top: 2%;
	transition: all ease-in 0.1s;
}

    .popupModelMain .close:hover {
		transform: scale(1.05, 1.05);
        border-color: #000;
        color: #000;
    }

.popupviewText {
    margin-top: 1% !important;
}

.popupModelwastViewWrapper {
    padding: 7% 0;
}
.popupModelwastViewTree{
	padding:3% 0;
}
.containintroDuction {
    width: 90%;
    position: relative;
    z-index: 999;
}

    .containintroDuction .fs5 {
        margin-bottom: 1% !important;
    }

.DesignerSections {
    width: 100%;
    margin-top: 3%;
}

.DesignerSections:first-child {
	margin-top: 0;
}

.containDesigners {
    width: 90%;
    position: relative;
    z-index: 999;
}

.designersDesignation {
    margin: 2% 0 1% 0!important;
}
.customDivider{
	display:block;
    border:none;
    color:white;
    height:1px;
    background:black;
    background: -webkit-gradient(radial, 0% 50%, 0, 0% 50%, 350, from(rgba(0, 0, 0, 0.3)), to(rgba(255, 255, 255, 0.3)));
}

.customDividerCenter{
	display:block;
    border:none;
    color:white;
    height:1px;
    margin: 7px auto;
    background:black;
    background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 350, from(rgba(0, 0, 0, 0.3)), to(rgba(255, 255, 255, 0.3)));	
}
.leaf-logo{
	max-width: 80px;
	margin: 5px auto;
}

.nurturingBg {
    /*background: url(../images/bg-texture.png) repeat center center #9ab4c1;*/
}


.nurturingHover:hover {
    color: #32505b;
}

.paddingLeftNone {
    padding-left: 0;
}

.cactusGardenUpper {
    padding-right: 1%;
}

.expressingPopUp {
    padding-top: 0 !important;
}

.content_Nurturing {
    width: 69%;
    margin: 0 auto;
}

.RizviPaddingBottom {
    padding: 0 0 12px 0;
}

.catslogmarginTop {
    margin: 15px 0 0 0;
}

.catslogmarginDownload {
    margin: 0 10px 0 0;
}

.nephrolepisMarginTop {
    margin: 20px 0 0 0;
}

.Ferns1970MarginTop {
    margin: 20% 0 0 0;
}

.UnderLineGrasses {
    text-decoration: underline;
}

.margintop3Nurturing {
    margin: 3% 0 0 0;
    width: 68%;
}

.FicusImg {
    width: 68%;
}

.FicusImgLarge {
    width: 50%;
}

.NurserymenLarge {
    width: 50%;
}

.BBjikaBageechaPadding {
    padding: 14px 0 0 0;
}

.recordinhMainWrap{
	width:100%;
	float:left;
}
.padded-cover-recording{
	padding:6% 0 !important;
	max-width:85%;
}
.reconrdingMainBack{
	background-color:#000;
	color: #fff;
	padding: 1% 0 1% 2%;
	margin:4% 0 0 0;
}
.bottomMargin{
	margin-bottom:3% !important;
}
.recordingRoundsInners{
	float:left;
	/*margin-right:1%;
	max-width:12%;*/
	margin-top:2%;
}
.grayscaleRound {
	filter: grayscale(100%);
}
.recordingRoundsInners .autoWidth{
	margin-bottom:15% !important;
}
.recordingHover:hover{
	color:#7d8260;
}
.StreightText{
	float: left;
    transform: rotate(-90deg);
    margin-top: 5% !important;
}
.recordingRoundFullWidth{
	width:100%;
	float:left;
	margin-bottom:3%;
}
.recordingRoundFullWidth span.fs6{
	text-transform:capitalize;
}

.corniCalMain .autoWidth{
max-width:100% !important;	
}
.padLeftNone{
	padding-left:0;
}
.hMargin{
	margin-top:0;
}
.presentMainSection .autoWidth{
	max-width:100% !important;
}
.recordingRoundFullWidthNew .fs6{
	/*word-break:break-all;*/
}
.StreightTextFull{
	min-width:10%;
}
.contentVideosReading .autoWidth{
	max-width:100% !important;
}
.commonHoverVisible{
	position:relative;
}
.commonHoverVisible:hover .commonHoverVisiblePopup{
	display:block;
}
.commonHoverVisiblePopup{
	display:none;
	position:absolute;
	width:100%;
	height:100%;
	background-color:rgba(0, 0, 0, 0.48);
	top:0%;
	left:0%;
}
.commonHoverVisiblePopup .schismViewText{
	padding-left:20px;
	padding-top:20px;
}
.readingHoveroverlay:hover{color:#fff;}
.readingHoveroverlay:hover .copyRightText{color: #8AC35C;}
.popupImagesCustomRead{
	width:100%;
	height:100%;
}
.introMargin{
	margin-bottom:1% !important;
}
.audioSection{
	width:100%;
	float:left;
	/*margin-top:2%;*/
	margin-bottom:2%;
}
.expressingMargin{
	/*margin-bottom:5%;*/
	padding: 0 4% 4% 0;
	max-width: 300px;
	width: auto;
}
.margnPopUp{
	margin-top:20px !important;
}
.lyricMargin{
	margin-top:2% !important;
}
.hoverOVerlayLyrics {
   	display: none;
    position: absolute;
    width: 92%;
    height: 99%;
    left: 4%;
    top: 0;
    /*
    background-color: #000;
        opacity: 0.3;*/
    
}
.lyricsOverlay{
	position:relative;
}

.lyricsOverlay:hover .hoverOVerlayLyrics {
    display: block;
}
.borderRcrding{
	/*width: 30%;
    float: left;
    border: 1px solid #DCE0C5;
    margin-top: 2% !important;
    margin-right: 2% !important;*/
	width: 20%;
    display: inline-block;
    border: 1px solid #000;
    /* margin-top: 2% !important; */
    margin-right: 2% !important;
    margin-bottom: 0 !important;
    /* line-height: 50px; */
	position:relative;
	top:-3px;
}
.borderRcrdingTxt{
	display: inline-block;
    margin-right: 2% !important;
	color:#000;
}
.topMarginFlwrs{
	margin-top:2% !important;
}
.borderImages{
	border:1px solid #e0e0e0;
}
.m30.furtherReading{
margin: 5% 0;
}
.furtherReading {
	/*color: #333;*/
}
.furtherReading .bold {
	color: #000;
}
.nurReadBookTop{
	margin-top:3%;
}
.autoWidthnursery{
	max-width:100%;
	width:auto;
	margin-bottom: 1%;
}
.autoWidthReading{
	max-width:100%;
	width:auto;
	margin-bottom: 1%;
}
/*Responsive start*/

@media only screen and (min-width : 1679px) and (max-width : 1919px) {
    .BBjikaBageechaResponsive {
        height: 635px;
    }

    .NurserymenLarge {
        width: 55%;
    }

    .popupImagesNurturing {
        width: 46%;
    }

    .FicusImgLarge {
        width: 52%;
    }
}

@media only screen and (min-width : 1600px) and (max-width : 1679px) {

    .BBjikaBageechaResponsive {
        height: 595px;
    }

    .BBjikaBageechaResponsive6 {
        height: 290px;
    }

    .NurserymenLarge {
        width: 55%;
    }

    .popupImagesNurturing {
        width: 46%;
    }

    .FicusImgLarge {
        width: 52%;
    }
}

@media only screen and (min-width : 1440px) and (max-width : 1599px) {

    .BBjikaBageechaResponsive {
        height: 550px;
    }

    .NurserymenLarge {
        width: 60%;
    }

    .popupImagesNurturing {
        width: 50%;
    }

    .FicusImgLarge {
        width: 52%;
    }
}

@media only screen and (min-width : 1400px) and (max-width : 1439px) {
    .BBjikaBageechaResponsive {
        height: 550px;
    }

    .NurserymenLarge {
        width: 60%;
    }

    .popupImagesNurturing {
        width: 50%;
    }

    .FicusImgLarge {
        width: 52%;
    }
}
@media only screen and (max-width : 1366px){
	.padded-cover-recording{
		max-width:90%;
	}
	/*.presentMainSection .fs5{
		font-size:65% !important;
	}*/
	.litBottom{
		margin-top:3% !important;
	}
	.introSmallerSize{
		font-size:13px !important;
	}
	.noneMobile{
		display: none;	
	}
}


@media only screen and (min-width : 1366px) and (max-width : 1399px) {

    .BBjikaBageechaResponsive {
        height: 475px;
    }

    .BBjikaBageechaResponsive6 {
        height: 230px;
    }

    .NurserymenLarge {
        width: 55%;
    }

    .popupImagesNurturing {
        width: 45%;
    }

    .FicusImgLarge {
        width: 52%;
    }
}

@media only screen and (min-width : 1360px) and (max-width : 1365px) {

    .BBjikaBageechaResponsive {
        height: 475px;
    }

    .BBjikaBageechaResponsive6 {
        height: 230px;
    }

    .NurserymenLarge {
        width: 55%;
    }

    .popupImagesNurturing {
        width: 45%;
    }

    .FicusImgLarge {
        width: 52%;
    }
}

@media only screen and (min-width : 1280px) and (max-width : 1359px) {

    .BBjikaBageechaResponsive {
        height: 490px;
    }

    .BBjikaBageechaResponsive6 {
        height: 238px;
    }

    .BBjikaBageechaLResponsive {
        height: 490px;
    }

    .NurserymenLarge {
        width: 55%;
    }

    .popupImagesNurturing {
        width: 50%;
    }

    .FicusImgLarge {
        width: 52%;
    }

    /*
    .fs5 {
          font-size: 83% !important;
        }
    
        .fs4 {
            font-size: 90%;
            line-height: 140%;
        }
    */
    

    .marginTopZero {
        margin-top: 0;
    }
	
}

@media only screen and (min-width : 1200px) and (max-width : 1279px) {

    .BBjikaBageechaResponsive {
        height: 490px;
    }

    .BBjikaBageechaResponsive6 {
        height: 238px;
    }

    .BBjikaBageechaLResponsive {
        height: 490px;
    }

    .NurserymenLarge {
        font-size: 83% !important;
    }

    .popupImagesNurturing {
        width: 50%;
    }

    .FicusImgLarge {
        width: 52%;
    }

    .fs5 {
        font-size: 83%;
    }
    
}

@media only screen and (min-width: 1152px) and (max-width: 1279px) {

    .BBjikaBageechaResponsive {
        height: 490px;
    }

    .BBjikaBageechaResponsive6 {
        height: 238px;
    }

    .BBjikaBageechaLResponsive {
        height: 490px;
    }

    .NurserymenLarge {
        width: 73%;
    }

    .popupImagesNurturing {
        width: 60%;
    }

    .FicusImgLarge {
        width: 65%;
    }
}

@media only screen and (min-width : 1024px) and (max-width : 1151px) {

    .BBjikaBageechaResponsive {
        height: 490px;
    }

    .BBjikaBageechaResponsive6 {
        height: 238px;
    }

    .BBjikaBageechaLResponsive {
        height: 490px;
    }

    .NurserymenLarge {
        width: 73%;
    }

    .popupImagesNurturing {
        width: 65%;
    }

    .FicusImgLarge {
        width: 65%;
    }
	.fs2{
		line-height:150%;
	}
	.recordingSmallText{
		font-size:12px !important;
	}
}

/*Responsive ends*/
.anchoringBookIndex{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 90%;
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	
}


.nurturingBg .paddingLeftNone, .nurturingBg .nopadding{
	padding : 0 7.5px;
}	
.photo img{
	/*max-width: 5000px;*/
	width: auto;
}
.photo1 img{
	max-width: 2000px;
	
}
.bookIndex ul{
	padding: 50px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	width: 100%;
}
.bookIndex li{
	display: block;
	padding: 7.5px 10px;
	border-bottom: solid 1px #8d8d8d;
	transition: all ease 0.2s;
	-moz-transition: all ease 0.2s;
	-webkit-transition: all ease 0.2s;
	-ms-transition: all ease 0.2s;
	-o-transition: all ease 0.2s;
	position: relative;
	border-bottom: dotted 2px #8d8d8d;
}

.bookIndex li:not(.title):before{
	background: #cccccc;
	position: absolute;
	top: 0;
	left: -10px;
	right: -10px;
	height: 100%;
	border-radius: 10px;
	content: "";
	z-index: 1;
	opacity: 0;
	/*
	transition: opacity ease 0.2s;
	-moz-transition: opacity ease 0.2s;
	-webkit-transition: opacity ease 0.2s;
	-ms-transition: opacity ease 0.2s;
	-o-transition: opacity ease 0.2s;*/
	
	border-bottom: 1px solid transparent;
}

.bookIndex li.title{
	color: #84b25b;
	border-color: transparent;
}
.bookIndex li a{
	color: #8d8d8d;
	display: block;
	position: relative;
	z-index: 2;
}

.bookIndex li:not(.title):hover:before{
	opacity: 1;
}

.bookIndex li:not(.title) span{
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	color: #8d8d8d;
	z-index: 2;
}
.homeIcon{
	display: inline-block;
    padding: 0 10px;
    font-size: 18px;
    transition: color ease-in 0.2s;
    -moz-transition: color ease-in 0.2s;
    -webkit-transition: color ease-in 0.2s;
    -ms-transition: color ease-in 0.2s;
    -o-transition: color ease-in 0.2s;
    background: #84B25B;
    color: #fff;
    border-radius: 5px;
}
/*
.homeIcon:hover{
	color: #84B25B;
}*/


/*
.bookIndex li:not(.title):hover{
	background: #84b25b;
}*/


.bookIndex li:not(.title):hover span{
	color: #000;
}

.bookIndex li:hover a{
	color: #000;
}
.bookIndex li:last-child{
	border-color: transparent;
}

.singlePageHeadings{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}
.singlePageHeadingsWrap{
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url('../images/structure.png') center center no-repeat;
	background-size: 80%;
}
.singlePageHeadings h2{
	color: #84b25b;
	font-size: 50px;
}

.subNavigationWrap{
	position: absolute;
    right: 35px;
    top: 7px;
    z-index: 999;
    width: 265px;
    background: #84B25B;
    border-radius: 5px;
    color: #fff;
}
.homeLinkMain{
	padding: 0px 8px 0px 12px;
	display: inline-block;
}
.leftBorderNav{
	border-left: 1px solid #fff;
}

.subNavigationWrap a{
	color: #fff;
}

.dropdown {
  display: inline-block;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.dropdown .button {
  padding-right: 28px;
  margin: 0;
  position: relative;
  z-index: 2;
}
.dropdown .button:after {
  content: '';
  width: 8px;
  height: 6px;
  display: block;
  position: absolute;
  right: 12px;
  top: 13px;
}
.dropdown .button[disabled]:after,
.dropdown .button.disabled:after {
  background-position: -8px;
}
.dropdown ul {
  background: #ffffff;
  padding: 4px 0;
  border: 1px solid #bec0c1;
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: 33px;
  /*display: none;*/
  max-height: 0;
  overflow: hidden;
  list-style: none;
  transition: all ease-in 0.3s;
  -moz-transition: all ease-in 0.3s;
  -webkit-transition: all ease-in 0.3s;
  -ms-transition: all ease-in 0.3s;
  -o-transition: all ease-in 0.3s;
}
.dropdown ul li {
  list-style: none;
}
.dropdown ul li:hover {
  background: #009eca;
}
.dropdown ul li a {
  /*height: 30px;*/
  padding: 5px 10px;
  display: block;
  cursor: pointer;
  color: #3d4447;
  /*white-space: nowrap;*/
}
.dropdown ul li a.active {
  background: #729E49;
}
.dropdown ul li a:hover {
  color: #ffffff;
  
}
.dropdown.dropdown-right ul {
  right: 0;
  left: auto;
}
.dropdown.dropdown-active ul {
  /*display: block;*/
  max-height: 1000px;
  transition: all ease-in 0.3s;
  -moz-transition: all ease-in 0.3s;
  -webkit-transition: all ease-in 0.3s;
  -ms-transition: all ease-in 0.3s;
  -o-transition: all ease-in 0.3s;
}


.dropdown.dropdown-active .chapterNavigation{
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.subNavigationWrap ul{
	border-radius: none;
	/*border-color: transparent;*/
	border: none;
	padding: 0;
	width: 100%;
	/*border-top: solid 1px #F0502A;*/
	top: calc(100% + 1px);
	border-radius: 0;
	background-color: transparent;
	box-shadow: 0px -2px 5px #aaa;
	-moz-box-shadow: 0px -2px 5px #aaa;
	-webkit-box-shadow: 0px -2px 5px #aaa;
	-ms-box-shadow: 0px -2px 5px #aaa;
	-o-box-shadow: 0px -2px 5px #aaa;
}

.subNavigationWrap .dropdown {
	width: 100%;
}

.subNavigationWrap li{
	border-radius: none;
	border-bottom: solid 1px #fff;
	border-left: solid 1px transparent;
	border-right: solid 1px transparent;
	background-color: #84B25B;
	color: #fff;
}

.subNavigationWrap li a{
	color: #fff!important;
}

.subNavigationWrap li:hover{
	background-color: #94BC70!important;
	color: #fff;
}
.subNavigationWrap li:last-child{
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.chapterNavigation{
	background: #84B25B;
	border-color: transparent;
	/*border-bottom: solid 1px #fff;*/
	color: #fff;
	transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	width: 230px;
	text-align: left;
	position: relative;
	border-radius: 5px;
}

.chapterNavigation i{
	position: absolute;
	top: 50%;
	right: 8px;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.chapterNavigation:hover{
	/*
	background: #F0502A;
		color: #fff;*/
	
}

.chapterNavigation:focus{
	outline: none;
}
/*

.otherUserWrap .col-xs-3{
	width: 100%;
	text-align: center;
	float: none;
	display: block;
}
.otherUserWrap .col-xs-9{
	display: block;
	text-align: center;
	float: none;
	margin: 0 auto;
	width: 100%;
}
.otherUserWrap .col-xs-9 p{
	text-align: center;
}
.otherUserImage{
	max-width: 180px;
	margin: 0 auto;
}*/
.customTimeline{
	position: absolute;
	top:50%;
	right: 3%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	z-index: 9;
	text-align: right;
}
.customTimeline ul{
	list-style-type: none;
	position: relative;
	padding: 0;
	opacity: 0.4;
	transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
}
.disableLeft{
	opacity: 0;
}
.ready_next_page .disableLeft{
	opacity: 1;
}
.customTimeline ul:after{
	background: #84B25B;
	height: 104%;
	position: absolute;
	top: -2%;
	width: 1px;
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	left: 50%;
	z-index: 8;
	content: "";
}
.customTimeline ul li{
	position: relative;
	height: 30px;
	width: 30px;
	background: #84B25B;
	white-space: nowrap;
	margin: 15px 0;
	border-radius: 50%;
	z-index: 9;
	text-align: center;
	font-size: 16px;
	line-height: 30px;
	color: #fff;
	cursor: pointer;
}
.customTimeline ul li > div{
	position: absolute;
	right: 125%;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	max-width: 0;
	overflow: hidden;
	opacity: 0;
	background: rgba(0,0,0,0.7);
	color: #fff;
	padding: 3px 10px;
	border-radius: 10px;	
	transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
}
/*
.customTimeline ul li > div span{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	z-index: 99;
}*/

.customTimeline ul li a{
	color: #fff;
}
.customTimeline ul li:hover > div{
	max-width: 1000px;
	opacity: 1;
}
.customTimeline ul:hover{
	opacity: 1;
}
/**practing**/
.readingMainWrap_practicing{
	margin:5% auto 0 auto;
}
.space20Practice{
	margin:20px 0 0 0;
}
.space10Practice{
	margin:10px 0 0 0;
}
.space15Practice{
	margin:15px 0 0 0;
}
.legend_text p{
	margin-bottom:0 !important;
}
.readingMainWrap_practicing{
	margin:5% auto 0 auto;
}
.chapterNameRight{
	opacity: 1;
	position: absolute;
	right: 45px;
	bottom: 0px;
	z-index: 999;
	display: none;
}
.pageNoCenter{
	position: absolute;
	bottom: 0px;
	width: 100%;
	text-align: center;
	z-index: 999;
}

.pageNoCenter h2{
	color: #aaa!important;
	margin: 0;
}

.chapterNameRight h2{
	/*color:#C6CFCE;*/
	/*font-family: 'vedana'*/
}
.list_style_legend {
	counter-reset: item;
	margin-left: 0;
	padding-left: 0;
}
.list_style_legend li {
	display: block;
	margin-bottom: 0em;
	margin-left: 1.8em; 
}
.list_style_legend li::before {
	display: inline-block;
    content: counter(item) ") ";
    counter-increment: item;
    width: 2em;
    margin-left: -2.8em; 
    float: left;
	font-size: 12px;
}
.popupModelMainWrapper img{
	
	opacity: 0;
	transition: all ease 0.7s;
	-moz-transition: all ease 0.7s;
	-webkit-transition: all ease 0.7s;
	-ms-transition: all ease 0.7s;
	-o-transition: all ease 0.7s;
	transition-delay: 0.5s;
	-moz-transition-delay: 0.5s;
	-webkit-transition-delay: 0.5s;
	-ms-transition-delay: 0.5s;
	-o-transition-delay: 0.5s;
}
.popupModelMain.in img{
	opacity: 1;
}
.practicing_border{
	border:solid 1px #eee;
}
.practicing_margin_bottom{
	margin-bottom:15px;
}
.practicing_margin_right_bottom{
	margin:0 15px 15px 0;
}
.practicing_margin_right_bottom img,.practicing_gavkos_bottom_margin img{
	padding:5px 0 5px 5px;
}
.practicing_gavkos_bottom_margin{
	margin-right:15px;
}
.practing_babur_plan{
	margin:0 15px 15px 0;
}
.practing_babur_plan_image {
    padding: 0px 0;
}
.bharat_soka_plan{
	margin:0 15px 15px 0;
	padding: 3px 0;
}
.bharat_soka_plan  img{
	width:98%;
}
.revisitingBg  .garden_big_bg{
	padding: 0% 0 1% 0;	
}
.page320space{
	margin-top:16px;
	clear:both;
}
.practice_text_marginright{
	padding:0 15px 0 0;
}
.revisiting_space_20_pune{
	height:12px;
	clear:both;
}
.revisiting_space_20_coronation{
	height:20px;
	clear:both;
}
.revisiting_space_10{
	height:10px;
	clear:both;
}
.revisiting_space_20_braj{
	height:20px;
	clear:both;
}
.revisiting_space_20_braj_345{
	height:20px;
	clear:both;
}
.revisiting_margin {
    margin: 15px 0;
}

.nishant_rightmargin {
    margin-top: 27px;
}

.revisiting_margin-top {
    margin-top: 20px;
}

.revisiting_margin .practising_garden_map {
    margin-top: 0;
}

    .revisiting_margin .practising_garden_map span {
        margin-right: 10px;
    }

    .revisiting_margin .practising_garden_map img {
        width: 27px;
    }

.p_margin_bottom {
    margin-bottom: 15px !important;
}

.nishat_margin {
    margin-top: 5px;
}

.nishant_imgmargin {
    margin-top: 7%;
}

.nishantModal_bottom_margin {
    margin-bottom: 5.5%;
}
.ram_bagh_1_margin {
    margin: 5px 0 0 0;
}

.ram_metab_block_left_padding_zero {
    padding-left:0;
}

.ram_metab_block_right_padding_zero {
    padding-right:0;
}

.ram_bagh_map {
    margin: 5% 0 0 0;
}

.ram_1_right_title {
    margin: 2% 0 5% 0;
}

.rambagh_5_right_margin {
    margin-bottom: 30px;
}

.metab_21_left_margin {
    margin-top: 25px;
}

.rambagh_27_bottom_margin {
    margin-bottom: 30px;
}

/* .ram_mehtab_map_image {
    padding: 0 10px;
} */

.ram_mehtab_gallery_main {
    width: 18%;
    margin: 6px;
    float:left;
}

.ram_mehtab_gallery {
    height: auto;
}
.revisiting_rambagh_297{
	height:67px;
}
.metab_21_left_margin_305{
	margin-top:30px;
}
.page283space,.page284space ,.page293space{
	margin-top:20px;
	clear:both;
}
.revisiting_model_margin{
	margin: 0 0 26px 0;
}
.page300space{
	margin-top:30px;
}
.page301space{
	margin-top:20px;
	clear:both;
}
.page303space{
	margin-top:25px;
	clear:both;
}
.timba_space_new{
	margin-top:20px;
}


.titleSpace{
	margin: 10px 0 20px 0!important;
}

.col-xs-25,
.col-sm-25,
.col-md-25,
.col-lg-25 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-25 {
    /*width: 20.83%;*/
    width: 25%;
    float: left;
}

@media (min-width: 768px) {
.col-sm-25 {
        /*width: 20.83%;*/
       width: 25%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-25 {
        /*width: 20.83%;*/
       width: 25%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-25 {
        /*width: 20.83%;*/
       width: 25%;
        float: left;
    }
}



.col-xs-35,
.col-sm-35,
.col-md-35,
.col-lg-35 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-35 {
    width: 14.28%;
    float: left;
}

@media (min-width: 768px) {
.col-sm-35 {
        width: 14.28%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-35 {
        width: 14.28%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-35 {
        width: 14.28%;
        float: left;
    }
}



.nurturingBackground{
	background:#526573;
}
.margin0{
	margin:0 !important;
}
.margin_top_35{
	margin:20px 0 0 0;	
}
.width_100{
	width:100%;
}
.position_page_62{
	position:absolute;
	bottom:0;
	left:0;
	width: 100%;
    padding: 0 15px;
}
.fs7{
	font-size:11px;
}
.shiftBottom_2{
	margin-top:2%;
}
.page71_list{
	list-style-type:none;
	padding:0;
	width:100%;
}
.page71_list li{
	float: left;
    width: 25%;
    text-align: center;
    padding: 0 0 0 15px;
	
}
.page73_img_1{
	width:33%;
	float:left;
	margin:0 0 5px 0;
}
.page73_img_2{
	width:67%;
	float:left;
	padding: 0 0 0 16px;
}
.rizvi_line_height{
	line-height:1.4;
}
.padding_bottom_30{
	padding-bottom:10px;
}
.custome_padding .col-md-6,.custome_padding .col-md-4,.custome_padding .col-md-5,.custome_padding .col-md-7,.custome_padding .col-md-12{
	padding-left:5px;
	padding-right:5px;
}
.custome_padding .row{
	margin-left:-5px;
	margin-right:-5px;
}
.margin_top_67{
	margin:16px 0 0 0;
}



/***** purav *****/

.recordingBackground {
    background-color: #e3e1a6;
    padding: 0;
}

.page {
    overflow: hidden!important;
}

.no_margin_top {
    margin-top: 0;
}

.no_opacity {
    opacity: 0;
}

.margin_zero_auto {
    float: none;
    margin: 0 auto;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-25 {
    margin-top: 25px;
}

.recording_agri_ruler_container {
    width: 35%;
    position: relative;
    float: right;
}

.recording_agri_title_container {
    position: relative;
    float: left;
    margin: 20px 0 0 0;
}

.recording_aacharya_title_container {
    position: relative;
    float: left;
    margin: 15px 0 0 0;
}

.recording_legend {
    position: relative;
    float: left;
    width: auto;
    padding: 0 15px 5px 0;
    width: 100%;
    text-align: left;
}

.recording_small_box_img {
    width: 15% !important;
    border: 2px dotted #000;
    border-radius: 50%;
    background-color: #fff;
}

.recording_small_box_content {
    margin-left: 25px !important;
}

.recording_small_box {
    margin-bottom: 20px !important;
}

.recording_small_box_title {
    margin-top: 10px;
}

.recordingRoundsInners .autoWidth {
    margin-bottom: 5% !important;
}

.recording_swiper_container .swiper-slide {
    height: auto !important;
}

.recording_swiper_container .swiper-pagination {
    bottom: 0 !important;
}

.swiper-button-next {
    position: absolute;
    top: 94%;
    left: 93%;
    background-size: 70%;
    z-index: 99999;
    background-image: url('../images/recording/right_arrow.png') !important;
}

.swiper-button-prev {
    position: absolute;
    top: 94%;
    left: 2%;
    background-size: 70%;
    z-index: 99999;
    background-image: url('../images/recording/left_arrow.png') !important;
}

.swiper-button-next, .swiper-button-prev {
    top: 97%;
}

.recording_swiper_acharya_timeline_container .swiper-button-prev {
    top: 1%;
    left: 94%;
    transform: rotate(90deg);
}

.recording_swiper_acharya_timeline_container .swiper-button-next {
    top: 35%;
    left: 94%;
    transform: rotate(90deg);
}

.recording_swiper_timeline_container {
    padding: 10px 0 0 0;
}

.recording_swiper_timeline_container .swiper-button-prev {
    top: 1%;
    left: 94%;
    transform: rotate(90deg);
}

.recording_swiper_timeline_container .swiper-button-next {
    top: 4%;
    left: 94%;
    transform: rotate(90deg);
}

.recording_swiper_container .recordingRoundsInners {
    margin-bottom: 8% !important;
}

.borderRcrdingTxt {
    margin-bottom: 0 !important;
}

.recording_inner_title_container {
    margin-top: 5px !important;
    margin-bottom: 3px !important;
}

.timeline_content {
    position: absolute;
    height: 87%;
}

.timeline_content_container {
    max-height: 100%;
    overflow: hidden;
}

.pageNoCenter, .page.right:after, .page.left:after {
    z-index: 0;
}

.recording_swiper_connector {
    width: 2px;
    position: absolute;
    top: 0;
    left: 9.5%;
    height: 100%;
    background: #000;
}

.mughal_twoColumns
{
	width: 72%;
}

/***** anchoring *****/

.no_padding_left {
    padding-left: 0;
}

.anchoringBackground {
    background-color: #647b7d;
    padding: 0;
}

.line_height_115 {
    line-height: 115%;
}

/***** anchoring *****/

/***** practising *****/

.practisingBackground {
    background-color: #947f79;
    padding: 0;
}

.practicing_plan_titles {
    font-size: 9px;
}

.practicing_ruler_container {
    width: 25%;
    position: relative;
    float: right;
}

.practicing_ruler_container_another {
    width: 35%;
    position: relative;
    float: right;
}

.practicing_title_container {
    position: relative;
    float: left;
    margin: 20px 0 0 0;
}

.full_screen_image_container {
    position: absolute;
    top: 20px;
    left: 20px;
    height: calc(100% - 40px);
    width: calc(100% - 40px);
}

.garden_of_dreams_page_1 {
    background-image: url('../images/practicing/garden_of_derams/garden_1.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.practicing_custom_padding {
    padding: 20px;
}

.practicing_image_container_left {
    padding-right: 7px;
}

.practicing_image_container_right {
    padding-left: 7px;
}

.practicing_image_container_bottom {
    padding-top: 15px;
}

.practicing_kuthu_math_container_bottom {
    padding-top: 27px;
}

.kuthu_math_page_2 {
    background-image: url('../images/practicing/kuthu_math/3_big.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.gavkos_page_1 {
    background-image: url('../images/practicing/gavkos/13.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.smritivan_page_1 {
    background-image: url('../images/practicing/smritivan/9.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.smritivan_page_2 {
    background-image: url('../images/practicing/smritivan/8.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.timba_page_1 {
    background-image: url('../images/practicing/timba/2_big.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.timba_page_3 {
    background-image: url('../images/practicing/timba/timba_page_3_1.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.devigarh_page_2_1 {
    background-image: url('../images/practicing/devigarh/13.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    left: 20px;
    width: calc(50% - 30px);
    height: calc(100% - 40px);
}

.devigarh_page_2_2 {
    background-image: url('../images/practicing/devigarh/devigarh_page_2_2.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    left: calc(100% - 20px - calc(50% - 30px));
    width: calc(50% - 30px);
    height: calc(100% - 40px);
}

.saivishram_page_1 {
    background-image: url('../images/practicing/saivishram/sai_vishram_gruh_page_1_1.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.babur_page_1 {
    background-image: url('../images/practicing/babur/babur_page_1_1.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bharat_soka_page_2 {
    background-image: url('../images/practicing/bharat_soka/bharat_soka_page_2_1.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.mirza_page_2 {
    background-image: url('../images/practicing/mirza/mirza_page_2_1.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.rockgarden_page_1 {
    background-image: url('../images/practicing/rockgarden/rockgarden_page_1_1.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.rockgarden_page_2 {
    background-image: url('../images/practicing/rockgarden/rockgarden_page_2_1.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.rockgarden_page_3_1 {
    background-image: url('../images/practicing/rockgarden/rockgarden_page_3_1.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    left: 20px;
    width: calc(50% - 30px);
    height: calc(100% - 40px);
}

.rockgarden_page_3_2 {
    background-image: url('../images/practicing/rockgarden/rockgarden_page_3_2.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    left: calc(100% - 20px - calc(50% - 30px));
    width: calc(50% - 30px);
    height: calc(100% - 40px);
}

.rockgarden_plan_container {
    background-image: url('../images/practicing/rockgarden/rockgarden_plan.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.timba_left_plan_container {
    text-align: right;
}

.timba_right_plan_container {
    text-align: left;
}

.top_left_image_grid {
	background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
	width: calc(50% - 30px);
    height: calc(40% - 20px);
    left: 20px;
    top: 20px;
    position: absolute;
}

.top_right_image_grid {
	background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
	width: calc(50% - 30px);
    height: calc(40% - 20px);
    right: 20px;
    top: 20px;
    position: absolute;
}

.bottom_full_image_grid {
	background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
	width: calc(100% - 40px);
    height: calc(60% - 40px);
    left: 20px;
    bottom: 20px;
    position: absolute;
}

.garden_of_dreams_page_2_1 {
	background-image: url('../images/practicing/garden_of_derams/10.jpg');
}

.garden_of_dreams_page_2_2 {
	background-image: url('../images/practicing/garden_of_derams/2.jpg');
}

.garden_of_dreams_page_2_3 {
	background-image: url('../images/practicing/garden_of_derams/pond.jpg');
}
.top_image_grid {
	background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
	width: calc(100% - 40px);
    height: calc(50% - 30px);
    left: 20px;
    top: 20px;
    position: absolute;
}

.bottom_image_grid {
	background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
	width: calc(100% - 40px);
    height: calc(50% - 30px);
    left: 20px;
    bottom: 20px;
    position: absolute;
}

.kuth_math_page_1_1 {
	background-image: url('../images/practicing/kuthu_math/kathu_garden_1.jpg');
}

.kuth_math_page_1_2 {
	background-image: url('../images/practicing/kuthu_math/kathu_garden_2.jpg');
}

.gavkos_page_2_1 {
	background-image: url('../images/practicing/gavkos/gavkos_page_2_1.jpg');
}

.gavkos_page_2_2 {
	background-image: url('../images/practicing/gavkos/gavkos_page_2_2.jpg');
}

.timba_page_2_1 {
	background-image: url('../images/practicing/timba/timba_page_2_1.jpg');
}

.timba_page_2_2 {
	background-image: url('../images/practicing/timba/timba_page_2_2.jpg');
}

.devigarh_page_1_1 {
	background-image: url('../images/practicing/devigarh/2.jpg');
}

.devigarh_page_1_2 {
	background-image: url('../images/practicing/devigarh/3.jpg');
}

.devigarh_page_1_3 {
	background-image: url('../images/practicing/devigarh/1.jpg');
}

.saivishram_page_2_1 {
	background-image: url('../images/practicing/saivishram/sai_vishram_gruh_page_2_1.jpg');
}

.saivishram_page_2_2 {
	background-image: url('../images/practicing/saivishram/sai_vishram_gruh_page_2_2.jpg');
}

.babur_page_2_1 {
	background-image: url('../images/practicing/babur/12.jpg');
}

.babur_page_2_2 {
	background-image: url('../images/practicing/babur/5.jpg');
}

.bharat_soka_page_1_1 {
	background-image: url('../images/practicing/bharat_soka/7.jpg');
}

.bharat_soka_page_1_2 {
	background-image: url('../images/practicing/bharat_soka/bharat_soka_page_1_2.jpg');
}

.mirza_page_1_1 {
	background-image: url('../images/practicing/mirza/4.jpg');
}

.mirza_page_1_2 {
	background-image: url('../images/practicing/mirza/6.jpg');
}

.timba_grayscale_image {
	filter: grayscale(100%);
}

/***** practising *****/

/***** expressing *****/

.single_left_image_grid {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
	top: 20px;
    left: 20px;
    width: calc(60% - 20px);
    height: calc(100% - 40px);
	position: absolute;
}

.left_sticky_image_grid {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
	top: 20px;
    left: 0;
    width: calc(50% - 10px);
    height: calc(100% - 40px);
	position: absolute;
}

.right_sticky_image_grid {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
	top: 20px;
    left: calc(100% - 20px - calc(50% - 30px));
    width: calc(50% - 10px);
    height: calc(100% - 40px);
	position: absolute;
}

.full_screen_right_sticky_image_container {
    position: absolute;
    top: 20px;
    left: 20px;
    height: calc(100% - 40px);
    width: calc(100% - 20px);
}

.expressingBackground {
    background-color: #c6c4ab;
    padding: 0;
}

.neena_garden_page_1 {
    background-image: url('../images/expressing/neena_garden/neena_garden_page_1_1.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.neena_garden_page_2 {
    background-image: url('../images/expressing/neena_garden/neena_garden_page_2_1.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.neena_garden_page_3_1 {
    background-image: url('../images/expressing/neena_garden/neena_garden_page_3_1.jpg');
}

.neena_garden_page_3_2 {
    background-image: url('../images/expressing/neena_garden/neena_garden_page_3_2.jpg');
}

.existence_page_1 {
    background-image: url('../images/expressing/existence/existence_page_1_1.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.existence_page_2 {
    background-image: url('../images/expressing/existence/existence_page_2_1.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.existence_page_3 {
    background-image: url('../images/expressing/existence/existence_page_3_1.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.sachdeva_garden_page_1 {
    background-image: url('../images/expressing/sachdeva_garden/sachdeva_garden_page_1_1.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.sachdeva_garden_page_2_1 {
    background-image: url('../images/expressing/sachdeva_garden/sachdeva_garden_page_2_1.jpg');
}

.sachdeva_garden_page_2_2 {
    background-image: url('../images/expressing/sachdeva_garden/sachdeva_garden_page_2_2.jpg');
}

.sachdeva_garden_page_3_1 {
    background-image: url('../images/expressing/sachdeva_garden/sachdeva_garden_page_3_1.jpg');
}

.courtyard_garden_page_1 {
    background-image: url('../images/expressing/courtyard_garden/courtyard_garden_page_1_1.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.courtyard_garden_page_2_1 {
    background-image: url('../images/expressing/courtyard_garden/courtyard_garden_page_2_1.jpg');
}

.courtyard_garden_page_2_2 {
    background-image: url('../images/expressing/courtyard_garden/courtyard_garden_page_2_2.jpg');
}

.courtyard_garden_page_3_1 {
    background-image: url('../images/expressing/courtyard_garden/courtyard_garden_page_3_1.jpg');
}

.courtyard_garden_page_3_2 {
    background-image: url('../images/expressing/courtyard_garden/courtyard_garden_page_3_2.jpg');
}

.cactus_garden_page_1 {
    background-image: url('../images/expressing/cactus_garden/cactus_garden_page_1_1.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.cactus_garden_page_2 {
    background-image: url('../images/expressing/cactus_garden/cactus_garden_page_2_1.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.cactus_garden_page_3_1 {
    background-image: url('../images/expressing/cactus_garden/cactus_garden_page_3_1.jpg');
}

.cactus_garden_page_3_2 {
    background-image: url('../images/expressing/cactus_garden/cactus_garden_page_3_2_big.jpg');
}

.bambai_wali_garden_page_1 {
    background-image: url('../images/expressing/bambai_wali_garden/bambai_wali_garden_page_1_1.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bambai_wali_garden_page_2 {
    background-image: url('../images/expressing/bambai_wali_garden/bambai_wali_garden_page_2_1.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bambai_wali_garden_page_3_1 {
    background-image: url('../images/expressing/bambai_wali_garden/bambai_wali_garden_page_3_1.jpg');
}

.bambai_wali_garden_page_3_2 {
    background-image: url('../images/expressing/bambai_wali_garden/bambai_wali_garden_page_3_2.jpg');
}

/***** expressing *****/


.white_popupSectionMainPop {
	background-color: #fff;
}

/***** purav *****/

.coronation_padding{
	padding: 0 40px 20px 0;
}	



/***** mayur *****/

.top_left_image_grid {
	background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
	width: calc(50% - 30px);
    height: calc(40% - 20px);
    left: 20px;
    top: 20px;
    position: absolute;
}

.top_right_image_grid {
	background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
	width: calc(50% - 30px);
    height: calc(40% - 20px);
    right: 20px;
    top: 20px;
    position: absolute;
}

.bottom_full_image_grid {
	background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
	width: calc(100% - 40px);
    height: calc(60% - 40px);
    left: 20px;
    bottom: 20px;
    position: absolute;
}

.top_image_grid {
	background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
	width: calc(100% - 40px);
    height: calc(50% - 30px);
    left: 20px;
    top: 20px;
    position: absolute;
}

.bottom_image_grid {
	background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
	width: calc(100% - 40px);
    height: calc(50% - 30px);
    left: 20px;
    bottom: 20px;
    position: absolute;
}

.left_image_grid {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
	top: 20px;
    left: 20px;
    width: calc(50% - 30px);
    height: calc(100% - 40px);
	position: absolute;
}

.right_image_grid {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
	top: 20px;
    left: calc(100% - 20px - calc(50% - 30px));
    width: calc(50% - 30px);
    height: calc(100% - 40px);
	position: absolute;
}

.nishatbagh_page_1_1 {
	background-image: url('../images/revisiting/nishatbagh/image2.jpg');
}

.nishatbagh_page_1_2 {
	background-image: url('../images/revisiting/nishatbagh/image1.jpg');
}

.rambagh_page_2_1{
	background-image: url('../images/revisiting/rambagh/image2.jpg');
}

.rambagh_page_2_2 {
	background-image: url('../images/revisiting/rambagh/image3.jpg');
}

.mehbagh_page_1_1{
	background-image: url('../images/revisiting/rambagh/m3_thumb.jpg');
}

.mehbagh_page_1_2 {

	background-image: url('../images/revisiting/rambagh/image_6_thumb.jpg');
}

.kesarkyaribagh_page_3_1{
	background-image: url('../images/revisiting/kesarkyaribagh/image2_thumb.jpg');
}

.kesarkyaribagh_page_3_2 {
	background-image: url('../images/revisiting/kesarkyaribagh/image3_thumb.jpg');
}

.khadki_page_1_1{
	background-image: url('../images/revisiting/khadki/khadki_3.jpg');
}

.khadki_page_1_2{
	background-image: url('../images/revisiting/khadki/khadki_5.jpg');
}

.vizag_page_1_1{
	background-image: url('../images/revisiting/vizag/vizag_5.jpg');
}

.vizag_page_1_2{
	background-image: url('../images/revisiting/vizag/vizag_image_1_thumb.jpg');
}

.braj_page_2_1{
	background-image: url('../images/revisiting/braj/braj_image2_thumb.jpg');
}

.braj_page_2_2{
	background-image: url('../images/revisiting/braj/braj_4_thumb.jpg');
}

.mandu_page_1_1{
	background-image: url('../images/revisiting/mandu/madhu_3_thumb.jpg');
}

.mandu_page_1_2{
	background-image: url('../images/revisiting/mandu/mandu_2_thumb.jpg');
}

.coronation_page_1_1{
	background-image: url('../images/revisiting/coronation/coronation_1_thumb.jpg');
}

.coronation_page_1_2{
	background-image: url('../images/revisiting/coronation/tower_thumb.jpg');
}

.writing_page_158 li{
	line-height:1;
	
}
/*.down_load_pdf{
	-webkit-transition:all ease-in-out 0.3s;
	-moz-transition:all ease-in-out 0.3s;
	-ms-transition:all ease-in-out 0.3s;
	-o-transition:all ease-in-out 0.3s;
	transition:all ease-in-out 0.3s;
	border:1px solid #000;
	padding:5px 10px;
	border-radius:5px;
}
.down_load_pdf:hover{
	color:#F0502A !important;
	border:1px solid #F0502A;
}*/
.down_load_pdf{
	-webkit-transition:all ease-in-out 0.3s;
	-moz-transition:all ease-in-out 0.3s;
	-ms-transition:all ease-in-out 0.3s;
	-o-transition:all ease-in-out 0.3s;
	transition:all ease-in-out 0.3s;
	border-bottom:1px solid #333;
	padding:3px 0px;
	
}

.padding_bottom10{
	padding:0 0 10px 0;
}

.height_patch {
	height: 135px;
}
.gray_scale{
	filter:grayscale(100%);
}
@media screen and (max-width:1152px){
	.height_patch {
		height: 135px;
	}
}
@media screen and (max-width:992px){
	.margin_top_20_mobile{
		margin-top:20px;
	}
}
/***** mayur *****/

.masterNavigationWrap{
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	z-index: 9999999;
	/*overflow: hidden;*/
	visibility: hidden;
	/*filter: blur(50px);*/
	/*background: rgba(255, 255, 255, 1);*/
	opacity: 0;
	transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
}

/*** for Navigation ****/

#mainBookContainer .mobile_container{
	transition: transform 0.4s;
	-moz-transition: transform 0.4s;
	-webkit-transition: transform 0.4s;
	-ms-transition: transform 0.4s;
	-o-transition: transform 0.4s;
}
#mainBookContainer.open{
	 -webkit-perspective: 1500px;
    perspective: 1500px;
}
#mainBookContainer.open .mobile_container{
	-moz-transform: translateZ(-200px) translateX(50%) rotateY(-25deg);
	-webkit-transform: translateZ(-200px) translateX(50%) rotateY(-25deg);
	-ms-transform: translateZ(-200px) translateX(50%) rotateY(-25deg);
	-o-transform: translateZ(-200px) translateX(50%) rotateY(-25deg);
	transform: translateZ(-200px) translateX(50%) rotateY(-25deg);
	transition: transform 0.4s;
	-moz-transition: transform 0.4s;
	-webkit-transition: transform 0.4s;
	-ms-transition: transform 0.4s;
	-o-transition: transform 0.4s;
}


.masterNavigation{
	position: relative;
	height: 70%;
	width: 35%;
	/*background: #CAD4B2;*/
	transition: all ease-in 0.3s;
	-moz-transition: all ease-in 0.3s;
	-webkit-transition: all ease-in 0.3s;
	-ms-transition: all ease-in 0.3s;
	-o-transition: all ease-in 0.3s;
	top: 15%;
	left: 15%;
	/*background: url('../images/frontCover_1.png') no-repeat 90% center;*/
	/*background-size: 35%;*/
	/*
	transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);*/
	/*
	transform: rotateY(-120deg);
	-moz-transform: rotateY(-120deg);
	-webkit-transform: rotateY(-120deg);
	-ms-transform: rotateY(-120deg);
	-o-transform: rotateY(-120deg);
	transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-o-transform-origin: 0 0;*/
	
}
.masterNavigationWrap.open{
	visibility: visible;
	opacity: 1;	
}
.masterNavigationWrap.open .masterNavigation{
	/*
	transform: translateX(0);
		-moz-transform: translateX(0);
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);*/
	
	/*
	transform: rotateY(0deg);
		-moz-transform: rotateY(0deg);
		-webkit-transform: rotateY(0deg);
		-ms-transform: rotateY(0deg);
		-o-transform: rotateY(0deg);*/
	
}
.masterNavigation ul{
	list-style: none;
	padding: 0;
}
.masterNavigation > ul{
	position: absolute;
	/*top: 30px;*/
	left: 30px;
	/*width: 200px;*/
	top: 50%;
	transform: translateY(-50%) translateX(-30px);
	-moz-transform:translateY(-50%) translateX(-30px);
	-webkit-transform:translateY(-50%) translateX(-30px);
	-o-transform:translateY(-50%) translateX(-30px);
	-ms-transform:translateY(-50%) translateX(-30px);
	transition: all ease-in 0.3s;
	 -moz-transition: all ease-in 0.3s;
	 -webkit-transition: all ease-in 0.3s;
	 -ms-transition: all ease-in 0.3s;
	 -o-transition: all ease-in 0.3s;
	 /*
	 height: calc(100% - 60px);
		  border-right: 1px solid rgba(0, 0, 0, 0.6);*/
	 /*border-right: 1px solid rgba(0, 0, 0, 0.6);*/
	 /*padding-right: 20px;*/
	 padding: 25px 35px;
	 -webkit-backface-visibility: hidden; /* Chrome, Safari, Opera */
    backface-visibility: hidden;
}
.masterNavigation a{
	cursor: pointer;
	color: #000;
	font-size: 15px;
	transition: 0.2s all;
}
.masterNavigation a.active{
	font-weight: bold;
}
.masterNavigation > ul > li > div > a{
	font-size: 20px;
}
.masterNavigation > ul > li{
	margin: 15px auto;
}
.masterNavigation li{
	margin-left: 10px!important;
	margin-right: 10px!important;
	/*border-bottom: solid 1px rgba(0,0,0,0.5);*/
}
.masterNavigation .rightIcon{
	float: right;
	margin-top: 5px;
	opacity: 0;
	transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	transform: translateX(-10px);
	-moz-transform: translateX(-10px);
	-webkit-transform: translateX(-10px);
	-ms-transform: translateX(-10px);
	-o-transform: translateX(-10px);
}
.masterNavigation > ul > li:hover .rightIcon{
	opacity: 1;
	transform: translateX(0px);
	-moz-transform: translateX(0px);
	-webkit-transform: translateX(0px);
	-ms-transform: translateX(0px);
	-o-transform: translateX(0px);
}

.masterNavigation ul.childBlocks > li > div > a.fs5{
	font-size: 18px;
}
.masterNavigation ul.childBlocks a:hover {
    color: #353535;
}
.masterNavigation ul.childBlocks{
	margin: 10px auto;
	padding: 25px 35px;
}
.masterNavigation ul.childBlocks li{
	margin: 7px auto;
}
.masterNavigationWrap.open .masterNavigation > ul{
	transform: translateY(-50%) translateX(0px);
	-moz-transform: translateY(-50%) translateX(0px);
	-webkit-transform: translateY(-50%) translateX(0px);
	-o-transform: translateY(-50%) translateX(0px);
	-ms-transform: translateY(-50%) translateX(0px);
}
.masterNavigation ul.childBlocks{
	position: absolute;
	top: 0px;
	left: 245px;
	width: 400px;
	opacity: 0;
	visibility: hidden;
	transition: all ease-in 0.3s;
	 -moz-transition: all ease-in 0.3s;
	 -webkit-transition: all ease-in 0.3s;
	 -ms-transition: all ease-in 0.3s;
	 -o-transition: all ease-in 0.3s;
	 transform: translateX(-30px);
	-moz-transform: translateX(-30px);
	-webkit-transform: translateX(-30px);
	-o-transform: translateX(-30px);
	-ms-transform: translateX(-30px);
	-webkit-backface-visibility: hidden; /* Chrome, Safari, Opera */
    backface-visibility: hidden;
	
}
.masterNavigation ul.childBlocks .rightIcon{
	display: none!important;
}
.masterNavigation ul.childBlocks.opened{
	opacity: 1;
	visibility: visible;
	transform: translateX(0px);
	-moz-transform: translateX(0px);
	-webkit-transform: translateX(0px);
	-o-transform: translateX(0px);
	-ms-transform: translateX(0px);
}
.closerMasterNavigation{
	position: absolute;
    /*top: 15px;
    left: 15px;*/
    top: 12px;
    right: 17px;
    font-family: verdana;
    font-weight: bold;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    z-index: 2;
}
.closerMasterNavigation:hover{
	opacity: 0.4;
}
.jumpNavigation{
	position: absolute;
	bottom: 15px;
	left: 15px;
	width: 120px;
}
.jumpNavigation ul li{
	display: inline;
}
.jumpNavigation input{
	width: 45px;
	height: 28px;
	border: none;
	border-radius: 3px;
	text-align: center;
}
