/* *{box-sizing: border-box;}*/
html{
	background-image: url(https://web.archive.org/web/20180120052121im_/http://gsipfbd.org/images/tea_garden.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 100% 0;
    background-size: cover;
  
  }/*<?php echo $this->baseurl; ?>templates/protostar/-->images/tea_bgo.jpg*/
body{margin:auto 5%;opacity:90%;}
body.site.fluid{
    color:#000;
    font-family:"Helvetica",Helvetica Neue,serif;
    font-size:0.85em;
    line-height: 1.7em;
	background-color: rgba(200,200,200,0.7);
  	opacity:0.95;
   /*background-color: #ffffff;*/
    margin: 0 4%;
     -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, .0);
  	 -moz-box-shadow: 0 0 0 rgba(0, 0, 0, .0);
  	 -o-box-shadow: 0 0 0 rgba(0, 0, 0, .0);
    box-shadow: 0 0 0 rgba(0, 0, 0, .0);
}
body.site {
    /* border-top: 3px solid #1105f7; */
    background-color: #e9ebdd;
}

body.site {
    /* border-top: 3px solid #0088cc; */
    /* padding: 20px; */
    background-color: #f4f6f7;
}

/*.header div.header-inner */
.brand{width: 100%;
    border: 1px solid #ddd;
    box-shadow: 0px 0px 30px #396;
    border-radius: 5px;}
.brand img{width:100%;}
main #content{

}

h2 {
  font-family: Georgia, serif;
  font-size: 24px;
  line-height: 30px;
  /*color: #0C2460;*/
  font-weight: bold;
}
h3 {
  font-family: Georgia, serif;
  letter-spacing: 1px;
  margin-bottom: 5px;
  color:#1207ec;
}
.form-search label, .form-inline label, .form-search .btn-group, .form-inline .btn-group {
   margin-right: 5px;
}
.article-info-term dt, dd{display:inline-block;} .ja-ss-thumbs-wrap {bottom: 0px;} .navigation{margin-top:25px;}
div.ajax-search #mod-ajaxsearch-form #mod-ajaxsearch-searchword .ajax-search input[type="search"] {width: 180px;}
/*.navigation {
    margin-top: 31px;
    background: #fff;
    opacity: .7;
    padding: 5px 10px;
}*/
.navigation .nav-pills {
    margin: 5px 0px;
}
.nav-tabs, .nav-pills {
    background-color: #9fa11c;
    padding: 5px 10px;
}
.nav-pills > li > a {

    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
/*font effect
div.mytext {
  width:80%;
  margin:4rem auto;
  text-align:center;
  perspective: 800px;
 }

span.mytaxt {
   display:inline-block;
   margin-left: -20px;
   color:#77c6bc;
   transform-origin: 50% 70%;
}


span:nth-child(2n) {
  color:#95b8cb;
}

span:nth-child(1) {
  animation: flipUp 1s cubic-bezier(0.68, -0.55, 0.26, 1.55) both, 
             flipDown .5s cubic-bezier(0.45, 0.03, 0.51, 0.95) 2s forwards,
             swing 4s cubic-bezier(0.45, 0.03, 0.51, 0.95) forwards 4.1s;
}

span:nth-child(2) {
  margin-right:30px;
  animation: flipUp 1s cubic-bezier(0.68, -0.55, 0.26, 1.55) .2s both, 
             flipDown .5s cubic-bezier(0.45, 0.03, 0.51, 0.95) 2.2s forwards,
             swing 4s cubic-bezier(0.45, 0.03, 0.51, 0.95) forwards 3.8s;
}

span:nth-child(3) {
 margin-right:30px;
 animation: flipUp 1s cubic-bezier(0.68, -0.55, 0.26, 1.55) .4s both, 
            flipDown .5s cubic-bezier(0.45, 0.03, 0.51, 0.95) 2.4s forwards,
            swing 4s cubic-bezier(0.45, 0.03, 0.51, 0.95) forwards 4.4s;
}

span:nth-child(4) {
 animation: flipUp 1s cubic-bezier(0.68, -0.55, 0.26, 1.55) .6s both, 
            flipDown .5s cubic-bezier(0.45, 0.03, 0.51, 0.95) 2.6s forwards,
            swing 4s cubic-bezier(0.45, 0.03, 0.51, 0.95) forwards 4.8s;
}

span:nth-child(5) {
  margin-left:-28px;
  animation: flipUp 1s cubic-bezier(0.68, -0.55, 0.26, 1.55) .8s both, 
            flipDown .5s cubic-bezier(0.45, 0.03, 0.51, 0.95) 2.8s forwards,
            swing 4s cubic-bezier(0.45, 0.03, 0.51, 0.95) forwards 4.6s;
 }

span:nth-child(6) {
  animation: flipUp 1s cubic-bezier(0.68, -0.55, 0.26, 1.55) 1s both, 
            flipDown .5s cubic-bezier(0.45, 0.03, 0.51, 0.95) 3s forwards,
            swing 4s cubic-bezier(0.45, 0.03, 0.51, 0.95) forwards 5s;
}

span:nth-child(7) { 
  animation: flipDown .5s cubic-bezier(0.45, 0.03, 0.51, 0.95) 3.2s forwards,
    		 flipUp 1s cubic-bezier(0.68, -0.55, 0.26, 1.55) 1.2s both,
             swing 4s cubic-bezier(0.45, 0.03, 0.51, 0.95) forwards 4s;
             
}

@keyframes flipUp {
  from {transform: rotateX(90deg);}
  to {tranform: rotateX(0deg);}
}


@keyframes flipDown {
  to {transform: rotateX(-180deg);}
}


@keyframes swing {
  0% {
     transform: rotateX(-180deg);
  }

  20% {
    transform: rotateX(-180deg) rotateY(-45deg);
  }

  40% {
    transform: rotateX(-180deg) rotateY(45deg);
  }

  60% {
    transform: rotateX(-180deg) rotateY(-45deg);
  }

  80% {
    transform: rotateX(-180deg) rotateY(45deg);
  }

  100% {
    transform: rotateX(-180deg);
  }
}

*/
/*search field*/
.form-search input, .form-search textarea, .form-search select, .form-search .help-inline, .form-search .uneditable-input, .form-search .input-prepend, .form-search .input-append, .form-inline input, .form-inline textarea, .form-inline select, .form-inline .help-inline, .form-inline .uneditable-input, .form-inline .input-prepend, .form-inline .input-append, .form-horizontal input, .form-horizontal textarea, .form-horizontal select, .form-horizontal .help-inline, .form-horizontal .uneditable-input, .form-horizontal .input-prepend, .form-horizontal .input-append {
    display: inline-block;
    margin-bottom: 6px;
    vertical-align: middle;
}
input#mod-finder-searchword96 .search-query {
    padding-right: 14px;
    padding-right: 4px \9;
    padding-left: 14px;
    padding-left: 4px \9;
    margin-bottom: 10;
   /* -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px; */
}
/*
     FILE ARCHIVED ON 05:21:21 Jan 20, 2018 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 20:15:28 Nov 12, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.483
  exclusion.robots: 0.018
  exclusion.robots.policy: 0.009
  esindex: 0.009
  cdx.remote: 21.23
  LoadShardBlock: 135.679 (3)
  PetaboxLoader3.datanode: 141.038 (4)
  load_resource: 220.888
  PetaboxLoader3.resolve: 110.562
*/