<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Styles  for baobab-life blog
*/

/* begin Page */

body
{
  margin: 0 auto;
  padding: 0;
  background-color: #FFFFFF;
  background-image: url('images/Page-BgTexture.jpg');
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: top left;
}

.Main
{
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}

.PageBackgroundGlare
{
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}

.PageBackgroundGlareImage
{
  background-image: url('images/Page-BgGlare.png');
  background-repeat: no-repeat;
  height: 468px;
  width: 933px;
  margin: 0 auto;
}

html:first-child .PageBackgroundGlare
{
  border: 1px solid transparent; /* Opera fix */
}


.PageBackgroundGradient
{
  background-image: url('images/Page-BgGradient.jpg');
  background-repeat: repeat-x;
  height: 900px;
}

.cleared
{
  float: none;
  clear: both;
  margin: 0;
  padding: 0;
  border: none;
  font-size:1px;
}


/* end Page */

/* begin Box, Sheet */
.Sheet
{
  overflow: hidden;
  min-width:53px;
  min-height:53px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
  width: 960px;
}


.Sheet-body
{
  position: relative;
  z-index: 0;
  margin: 3px;
  margin-bottom:0px;
}

.Sheet-tl
{
  position: absolute;
  overflow: hidden;
  z-index: -1;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  background-image: url('images/Sheet-s.png');
}

.Sheet-tr
{
  position: absolute;
  overflow: hidden;
  z-index: -1;
  top: 0;
  right: 0;
  width: 32px;
  height: 32px;
}

.Sheet-tr div
{
  position: absolute;
  z-index: -1;
  top: 0px;
  left: -32px;
  width: 64px;
  height: 64px;
  background-image: url('images/Sheet-s.png');
}

.Sheet-bl
{
  position: absolute;
  overflow: hidden;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 32px;
  height: 32px;
}

.Sheet-bl div
{
  position: absolute;
  z-index: -1;
  top: -32px;
  left: 0;
  width: 64px;
  height: 64px;
  background-image: url('images/Sheet-s.png');
}

.Sheet-br
{
  position: absolute;
  overflow: hidden;
  z-index: -1;
  bottom: 0;
  right: 0;
  width: 32px;
  height: 32px;
}

.Sheet-br div
{
  position: absolute;
  z-index: -1;
  top: -32px;
  left: -32px;
  width: 64px;
  height: 64px;
  background-image: url('images/Sheet-s.png');
}

.Sheet-tc
{
  position: absolute;
  overflow:hidden;
  z-index: -1;
  top: 0;
  left: 32px;
  right: 32px;
  height: 32px;
}

.Sheet-tc div
{
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 64px;
  background-image: url('images/Sheet-h.png');
}

.Sheet-bc
{
  position: absolute;
  overflow:hidden;
  z-index: -1;
  bottom: 0;
  left: 32px;
  right: 32px;
  height: 32px;
}

.Sheet-bc div
{
  position: absolute;
  z-index: -1;
  top: -32px;
  left: 0;
  width: 100%;
  height: 64px;
  background-image: url('images/Sheet-h.png');
}

.Sheet-cl
{
  position: absolute;
  overflow:hidden;
  z-index: -1;
  top: 32px;
  left: 0;
  width: 32px;
  bottom: 32px;
}

.Sheet-cl div
{
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 64px;
  height: 100%;
  background-image: url('images/Sheet-v.png');
}

.Sheet-cr
{
  position: absolute;
  overflow:hidden;
  z-index: -1;
  top: 32px;
  right: 0;
  width: 32px;
  bottom: 32px;
}

.Sheet-cr div
{
  position: absolute;
  z-index: -1;
  top: 0;
  left: -32px;
  width: 64px;
  height: 100%;
  background-image: url('images/Sheet-v.png');
}

.Sheet-cc
{
  position: absolute;
  overflow:hidden;
  z-index: -2;
  top: 32px;
  left: 32px;
  right: 32px;
  bottom: 32px;
  background-image: url('images/Sheet-c.png');
}


.Sheet
{
  margin-top: -3px !important;
}
/* end Box, Sheet */

/* begin Header */
div.Header
{
  margin: 0 auto;
  position: relative;
  z-index:0;
  width: 954px;
  height: 200px;
background-color:#ffc44f;
background-image: url('/wp-content/uploads/back.jpg');
}



div.Header-jpeg
{
  position: absolute;
  z-index:-1;
  top: 0;
  left: 0;
  width: 954px;
  height: 175px;
  background-image: url('images/Header.jpg');
  background-repeat: no-repeat;
  background-position: center center;
}
/* end Header */

/* begin Logo */
.logo
{
  display : block;
  position: absolute;
  left: 10px;
  top: 67px;
  width: 627px;
}

h1.logo-name
{
  display: block;
  text-align: center;
}

h1.logo-name, h1.logo-name a, h1.logo-name a:link, h1.logo-name a:visited, h1.logo-name a:hover
{
  font-family: Verdana, Tahoma, Geneva, sans-serif;
  font-size: 22px;
  text-decoration: none;
  padding:0;
  margin:0;
  color: #CF7602 !important;
}

.logo-text
{
  display: block;
  text-align: center;
}

.logo-text, .logo-text a
{
  font-family: Verdana, Tahoma, Geneva, sans-serif;
  font-size: 14px;
  padding:0;
  margin:0;
  color: #CF7602 !important;
}

/* end Logo */

/* begin Menu */
/* menu structure */

.artmenu a, .artmenu a:link, .artmenu a:visited, .artmenu a:hover
{
  text-align:left;
  text-decoration:none;
  outline:none;
  letter-spacing:normal;
  word-spacing:normal;
}

.artmenu, .artmenu ul
{
  margin: 0;
  padding: 0;
  border: 0;
  list-style-type: none;
  display: block;
}

.artmenu li
{
  margin: 0;
  padding: 0;
  border: 0;
  display: block;
  float: left;
  position: relative;
  z-index: 5;
  background:none;
}

.artmenu li:hover
{
  z-index: 10000;
  white-space: normal;
}

.artmenu li li
{
  float: none;
}

.artmenu ul
{
  visibility: hidden;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  background:none;
}

.artmenu li:hover&gt;ul
{
  visibility: visible;
  top: 100%;
}

.artmenu li li:hover&gt;ul
{
  top: 0;
  left: 100%;
}

.artmenu:after, .artmenu ul:after
{
  content: ".";
  height: 0;
  display: block;
  visibility: hidden;
  overflow: hidden;
  clear: both;
}
.artmenu, .artmenu ul
{
  min-height: 0;
}

.artmenu ul
{
  background-image: url(images/spacer.gif);
  padding: 10px 30px 30px 30px;
  margin: -10px 0 0 -30px;
}

.artmenu ul ul
{
  padding: 30px 30px 30px 10px;
  margin: -30px 0 0 -10px;
}


/* menu structure */

.nav
{
  position: relative;
  margin: 0  auto;
  width: 954px;
  height: 30px;
  z-index: 100;
}

.artmenu
{
  padding: 0px 0px 0px 0px;
}


.nav .l, .nav .r, .nav .r div
{
  top: 0;
  position: absolute;
  z-index: -1;
  overflow: hidden;
  height: 30px;
}

.nav .l
{
  left: 0;
  right: 0px;
}


.nav .r
{
  right: 0;
  width: 0px;
}


.nav .r div
{
  width: 954px;
  right: 0;
}


.nav .l, .nav .r div
{
  background-position: left top;
  background-repeat: no-repeat;
  background-image: url('images/nav.png');
}

/* end Menu */

/* begin MenuItem */
.artmenu ul li
{
  clear: both;
}

.artmenu a , .artmenu a span
{
  height: 30px;
  display: block;
}


.artmenu a
{
  cursor: pointer;
  text-decoration: none;
  margin-right: 0px;
  margin-left: 0px;

}
.artmenu a span span
{
  font-family: Verdana, Tahoma, Geneva, sans-serif;
  font-size: 13px;
  color: #1A1A1A;
  padding: 0 17px;
  margin: 0 0px;
  line-height: 30px;
  text-align: center;
  background-image: url('images/item-center.png');
  background-position: left top;
  background-repeat: repeat-x;

}




.artmenu a:hover span span
{
  color: #000000;
  background-position: left -30px;
}

.artmenu li:hover a span span
{
  color: #000000;
  background-position: left -30px;
}


/* end MenuItem */

/* begin MenuSeparator */
.nav .separator
{
  display: block;
  width: 1px;
  height: 30px;
  background-image: url('images/item-separator.png');
}

/* end MenuSeparator */

/* begin MenuSubItem */
.artmenu ul a
{
  display:block;
  text-align: center;
  white-space: nowrap;
  height: 24px;
  width: 194px;
  overflow:hidden;
  line-height: 24px;
  margin-right: auto;


  background-image: url('images/subitem-bg.png');
  background-position: left top;
  background-repeat: repeat-x;

  border-width: 1px;
  border-style: solid;
  border-color: #B5B5B5;
}

.nav ul.artmenu ul span, .nav ul.artmenu ul span span
{
  display: inline;
  float: none;
  margin: inherit;
  padding: inherit;
  background-image: none;
  text-align: inherit;
  text-decoration: inherit;
}

.artmenu ul a, .artmenu ul a:link, .artmenu ul a:visited, .artmenu ul a:hover, .artmenu ul a:active, .nav ul.artmenu ul span, .nav ul.artmenu ul span span
{
  text-align: left;
  text-indent: 12px;
  text-decoration: none;
  line-height: 24px;
  color: #454545;
  font-family: Verdana, Tahoma, Geneva, sans-serif;
  font-size: 13px;
  letter-spacing: 1px;
}

.artmenu ul ul a
{
  margin-left: auto;
}

.artmenu ul li a:hover
{
  color: #000000;
  border-color: #B5B5B5;
  background-position: 0 -24px;
}

.artmenu ul li:hover&gt;a
{
  color: #000000;
  border-color: #B5B5B5;
  background-position: 0 -24px;
}

.nav .artmenu ul li a:hover span, .nav .artmenu ul li a:hover span span
{
  color: #000000;
}

.nav .artmenu ul li:hover&gt;a span, .nav .artmenu ul li:hover&gt;a span span
{
  color: #000000;
}


/* end MenuSubItem */

/* begin ContentLayout */
.contentLayout
{
  margin-bottom: 3px;
  width: 954px;
  position: relative;
}
/* end ContentLayout */

/* begin Box, Block */
.Block
{
  overflow: hidden;
  min-width:1px;
  min-height:1px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}


.Block-body
{
  position: relative;
  z-index: 0;
  margin: 0px;
}


.Block
{
  margin: 10px;
}

/* end Box, Block */

/* begin BlockHeader */
.BlockHeader
{
  position: relative;
  overflow: hidden;
  height: 30px;
  z-index: 0;
  line-height: 30px;
  padding: 0 7px;
  margin-bottom: 2px;

}

.BlockHeader-text
{
  white-space : nowrap;
  color: #000000;
  font-family: Verdana, Tahoma, Geneva, sans-serif;
  font-size: 10pt;
  font-style: normal;
  font-weight: bold;
  line-height: 30px;
  color: #656363;
}


.BlockHeader .l, .BlockHeader .r, .BlockHeader .r div
{
  top: 0;
  position: absolute;
  z-index: -1;
  overflow: hidden;
  height: 30px;
}

.BlockHeader .l
{
  left: 0;
  right: 4px;
}


.BlockHeader .r
{
  right: 0;
  width: 4px;
}


.BlockHeader .r div
{
  width: 954px;
  right: 0;
}


.BlockHeader .l, .BlockHeader .r div
{
  background-position: left top;
  background-repeat: no-repeat;
  background-image: url('images/BlockHeader.png');
}




/* end BlockHeader */

/* begin Box, BlockContent */
.BlockContent
{
  overflow: hidden;
  min-width:11px;
  min-height:11px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}


.BlockContent-body
{
  position: relative;
  z-index: 0;
  margin: 8px;
}

.BlockContent-tl
{
  position: absolute;
  overflow: hidden;
  z-index: -1;
  top: 0;
  left: 0;
  width: 5px;
  height: 5px;
  background-image: url('images/BlockContent-s.png');
}

.BlockContent-tr
{
  position: absolute;
  overflow: hidden;
  z-index: -1;
  top: 0;
  right: 0;
  width: 5px;
  height: 5px;
}

.BlockContent-tr div
{
  position: absolute;
  z-index: -1;
  top: 0px;
  left: -5px;
  width: 10px;
  height: 10px;
  background-image: url('images/BlockContent-s.png');
}

.BlockContent-bl
{
  position: absolute;
  overflow: hidden;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 5px;
  height: 5px;
}

.BlockContent-bl div
{
  position: absolute;
  z-index: -1;
  top: -5px;
  left: 0;
  width: 10px;
  height: 10px;
  background-image: url('images/BlockContent-s.png');
}

.BlockContent-br
{
  position: absolute;
  overflow: hidden;
  z-index: -1;
  bottom: 0;
  right: 0;
  width: 5px;
  height: 5px;
}

.BlockContent-br div
{
  position: absolute;
  z-index: -1;
  top: -5px;
  left: -5px;
  width: 10px;
  height: 10px;
  background-image: url('images/BlockContent-s.png');
}

.BlockContent-tc
{
  position: absolute;
  overflow:hidden;
  z-index: -1;
  top: 0;
  left: 5px;
  right: 5px;
  height: 5px;
}

.BlockContent-tc div
{
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background-image: url('images/BlockContent-h.png');
}

.BlockContent-bc
{
  position: absolute;
  overflow:hidden;
  z-index: -1;
  bottom: 0;
  left: 5px;
  right: 5px;
  height: 5px;
}

.BlockContent-bc div
{
  position: absolute;
  z-index: -1;
  top: -5px;
  left: 0;
  width: 100%;
  height: 10px;
  background-image: url('images/BlockContent-h.png');
}

.BlockContent-cl
{
  position: absolute;
  overflow:hidden;
  z-index: -1;
  top: 5px;
  left: 0;
  width: 5px;
  bottom: 5px;
}

.BlockContent-cl div
{
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 10px;
  height: 100%;
  background-image: url('images/BlockContent-v.png');
}

.BlockContent-cr
{
  position: absolute;
  overflow:hidden;
  z-index: -1;
  top: 5px;
  right: 0;
  width: 5px;
  bottom: 5px;
}

.BlockContent-cr div
{
  position: absolute;
  z-index: -1;
  top: 0;
  left: -5px;
  width: 10px;
  height: 100%;
  background-image: url('images/BlockContent-v.png');
}

.BlockContent-cc
{
  position: absolute;
  overflow:hidden;
  z-index: -2;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  background-image: url('images/BlockContent-c.png');
}


.BlockContent-body
{
  color:#383838;
  font-family: Geneva, Arial, Helvetica, sans-serif;

}

.BlockContent-body a:link
{
  color: #A34900;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
}

.BlockContent-body a:visited, .BlockContent-body a.visited
{
  color: #A34900;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
}

.BlockContent-body a:hover, .BlockContent-body a.hover
{
  color: #DB6300;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  text-decoration: underline;
}

.BlockContent-body ul
{
  list-style-type: none;
  color: #4D4D4D;
  margin:0;
  padding:0;
}

.BlockContent-body li
{
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 10pt;
}

.BlockContent-body ul li
{
  padding:0px 0 0px 10px;
  background-image: url('https://www.baobablife.net/wp-content/uploads/2017/05/bulleted_.png');
  background-repeat:no-repeat;
  margin:0.5em 0 0.5em 0;
  line-height:1.1em;
}

/* end Box, BlockContent */

/* begin Box, Post */
.Post
{
  overflow: hidden;
  min-width:9px;
  min-height:9px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}


.Post-body
{
  position: relative;
  z-index: 0;
  margin: 7px;
  padding:6px;
}

.Post-tl
{
  position: absolute;
  overflow: hidden;
  z-index: -1;
  top: 0;
  left: 0;
  width: 4px;
  height: 4px;
  background-image: url('images/Post-s.png');
}

.Post-tr
{
  position: absolute;
  overflow: hidden;
  z-index: -1;
  top: 0;
  right: 0;
  width: 4px;
  height: 4px;
}

.Post-tr div
{
  position: absolute;
  z-index: -1;
  top: 0px;
  left: -4px;
  width: 8px;
  height: 8px;
  background-image: url('images/Post-s.png');
}

.Post-bl
{
  position: absolute;
  overflow: hidden;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 4px;
  height: 4px;
}

.Post-bl div
{
  position: absolute;
  z-index: -1;
  top: -4px;
  left: 0;
  width: 8px;
  height: 8px;
  background-image: url('images/Post-s.png');
}

.Post-br
{
  position: absolute;
  overflow: hidden;
  z-index: -1;
  bottom: 0;
  right: 0;
  width: 4px;
  height: 4px;
}

.Post-br div
{
  position: absolute;
  z-index: -1;
  top: -4px;
  left: -4px;
  width: 8px;
  height: 8px;
  background-image: url('images/Post-s.png');
}

.Post-tc
{
  position: absolute;
  overflow:hidden;
  z-index: -1;
  top: 0;
  left: 4px;
  right: 4px;
  height: 4px;
}

.Post-tc div
{
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-image: url('images/Post-h.png');
}

.Post-bc
{
  position: absolute;
  overflow:hidden;
  z-index: -1;
  bottom: 0;
  left: 4px;
  right: 4px;
  height: 4px;
}

.Post-bc div
{
  position: absolute;
  z-index: -1;
  top: -4px;
  left: 0;
  width: 100%;
  height: 8px;
  background-image: url('images/Post-h.png');
}

.Post-cl
{
  position: absolute;
  overflow:hidden;
  z-index: -1;
  top: 4px;
  left: 0;
  width: 4px;
  bottom: 4px;
}

.Post-cl div
{
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 8px;
  height: 100%;
  background-image: url('images/Post-v.png');
}

.Post-cr
{
  position: absolute;
  overflow:hidden;
  z-index: -1;
  top: 4px;
  right: 0;
  width: 4px;
  bottom: 4px;
}

.Post-cr div
{
  position: absolute;
  z-index: -1;
  top: 0;
  left: -4px;
  width: 8px;
  height: 100%;
  background-image: url('images/Post-v.png');
}

.Post-cc
{
  position: absolute;
  overflow:hidden;
  z-index: -2;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  background-image: url('images/Post-c.png');
}


.Post
{
  margin: 10px;
}


/* Start images */
a img
{
  border: 0;
}

.article img, img.article
{
  border-style: solid;
  border-width: 0px;
  border-color: #C7C7C7;
  margin: 0em;
}

.metadata-icons img
{
  border: none;
  vertical-align: middle;
  margin:2px;
}
/* Finish images */

/* Start tables */

.article table, table.article
{
  border-collapse: collapse;
  margin: 1px;
  width:auto;
}

.article table, table.article .article tr, .article th, .article td
{
  background-color:Transparent;
}

.article th, .article td
{
  padding: 2px;
  border: solid 1px #B5B5B5;
  vertical-align: top;
  text-align:left;
}

.article th
{
  text-align:center;
  vertical-align:middle;
  padding: 7px;
}



/* Finish tables */
/* end Box, Post */

/* begin PostHeaderIcon */
.PostHeaderIcon-wrapper
{
  text-decoration:none;
  margin: 0.2em 0;
  padding: 0;
  font-weight:normal;
  font-style:normal;
  letter-spacing:normal;
  word-spacing:normal;
  font-variant:normal;
  text-decoration:none;
  font-variant:normal;
  text-transform:none;
  text-align:left;
  text-indent:0;
  line-height:1.4em;
  font-family: Geneva, Tahoma, Verdana, sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  color: #703200;
}

.PostHeaderIcon-wrapper, .PostHeaderIcon-wrapper a, .PostHeaderIcon-wrapper a:link, .PostHeaderIcon-wrapper a:visited, .PostHeaderIcon-wrapper a:hover
{
  font-family: Geneva, Tahoma, Verdana, sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  color: #703200;
}

/* end PostHeaderIcon */

/* begin PostHeader */
.PostHeader a:link
{
  font-family: Verdana, Tahoma, Geneva, sans-serif;
  text-decoration: none;
  text-align: left;
  color: #8A3E00;
}

.PostHeader a:visited, .PostHeader a.visited
{
  font-family: Geneva, Verdana, Tahoma, sans-serif;
  text-decoration: none;
  text-align: center;
  color: #DB6300;/*  673105  #757575;*/
}

.PostHeader a:hover, .PostHeader a.hovered
{
  font-family: Geneva, Verdana, Tahoma, sans-serif;
  text-decoration: none;
  text-align: center;
  color: #F23900;
}
/* end PostHeader */

/* begin PostMetadata */

.PostMetadataHeader
{

  background-color: #E0E0E0;
  border-color: #C7C7C7;
  border-style: solid;
  border-width: 0px;
  padding:3px;
}




/* end PostMetadata */

/* begin PostIcons */
.PostHeaderIcons, .PostHeaderIcons a, .PostHeaderIcons a:link, .PostHeaderIcons a:visited, .PostHeaderIcons a:hover
{
  font-family: Verdana, Tahoma, Geneva, sans-serif;
  font-size: 11px;
  color: #6E6E6E;
}

.PostHeaderIcons a, .PostHeaderIcons a:link, .PostHeaderIcons a:visited, .PostHeaderIcons a:hover
{
  margin:0;
}

.PostHeaderIcons a:link
{
  font-family: Verdana, Tahoma, Geneva, sans-serif;
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
  color: #994500;
}

.PostHeaderIcons a:visited, .PostHeaderIcons a.visited
{
  font-family: Verdana, Tahoma, Geneva, sans-serif;
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
  color: #994500;
}

.PostHeaderIcons a:hover, .PostHeaderIcons a.hover
{
  font-family: Verdana, Tahoma, Geneva, sans-serif;
  font-style: normal;
  font-weight: bold;
  text-decoration: underline;
  color: #CA7302;
}


/* end PostIcons */

/* begin PostContent */
/* Content Text Font &amp; Color (Default) */
body
{
  font-family: Verdana, Tahoma, Geneva, sans-serif;
  font-size: 10pt;
  color: #262626;
}

.PostContent
{
  font-family: Verdana, Tahoma, Geneva, sans-serif;
  color: #27251f;
  font-size: 10pt;
  line-height: 1.4em;
}
.PostContent p
{
   margin-bottom:5px;
}

/* Start Content link style */
/*
The right order of link pseudo-classes: Link-Visited-Hover-Focus-Active.
http://www.w3schools.com/CSS/css_pseudo_classes.asp
http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states/
*/
a
{
  font-family: Verdana, Tahoma, Geneva, sans-serif;
  /*font-style: normal;*/
  font-weight: bold;
  text-decoration: none;
  color: #A34900;
}

/* Adds special style to an unvisited link. */
a:link
{
  font-family: Verdana, Tahoma, Geneva, sans-serif;
  /*font-style: normal;*/
  font-weight: bold;
  text-decoration: none;
  color: #A34900;
}

/* Adds special style to a visited link. */
a:visited, a.visited
{
  font-family: Verdana, Tahoma, Geneva, sans-serif;
  text-decoration: none;
  color: #7a3a05;
}

/* :hover - adds special style to an element when you mouse over it. */
a:hover, a.hover
{
  font-family: Verdana, Tahoma, Geneva, sans-serif;
  text-decoration: underline;
  color: #DB6300;
  text-shadow: 0 0 4px #FF9933; 
  transition: color 500ms ease-out 100ms; 
}

.Post p a {font-weight:normal;}
.Post p strong a {font-weight:bold;}
.Post ul li a {font-weight:normal;}
.Post ul li strong a {font-weight:bold;}


/* Finish Content link style */

/* Resert some headings default style &amp; links default style for links in headings*/
h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover,
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited
{
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}


/* Start Content headings Fonts &amp; Colors  */
ooops /*h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover*/
{
  font-family: Verdana, Tahoma, Geneva, sans-serif;
  font-size: 24pt;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #A34900;
  line-height:1.3em;
}

h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover, h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover
{
  font-family: Verdana, Tahoma, Geneva, sans-serif;
  font-size: 20pt;
  text-align: left;
  color: #691414;
  line-height:1.3em;
  text-shadow: 1px 2px 6px #A34900;
}

h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover
{
  font-family: Verdana, Tahoma, Geneva, sans-serif;
  font-size: 17pt;
  text-align: left;
  color: #a53a18;
  line-height:1.3em;
  text-shadow: 0px 2px 2px #A0A5AA;

}
h3 a, h3 a:link, h3 a:active, h3 a:visited
{
  color: #CC8B55;
  font-weight: bold;
}

h3 a:hover
{
  color: #F23900; 
}

h4, h4 a, h4 a:link
{
  font-family: Verdana, Tahoma, Geneva, sans-serif;
  font-size: 14pt;
  text-align: left;
  color: #864f4e;
  line-height:1.3em;
  font-weight:normal;
  text-shadow: 0px 2px 2px #999;
}

h4 a, h4 a:link, h4 a:visited
{
  color: #DB6300; 
  font-weight:bold;
}


h4 a:hover
{
  color: #F23900; 
}

h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover
{
  font-family: Tahoma, Verdana, Geneva, sans-serif;
  font-size: 13pt;
  text-align: left;
  color: #7b5327
  line-height:1.3em;
  font-weight:normal;
  text-shadow: 0px 3px 3px #FFD09E;
}

h5 a, h5 a:link, h5 a:visited
{
  color: #DB6300; 
  font-weight:bold;
}

h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover
{
  font-family: Verdana, Tahoma, Geneva, sans-serif;
  font-size: 11pt;
  text-align: left;
  color: #885a29;
  line-height:1.3em;
  font-weight:normal;
  text-shadow: 0px 1px 3px #885a29;
}

h6 a, h6 a:link, h6 a:visited
{
  color: #DB6300; 
  font-weight:bold;
}

/* 2017 */
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  color: #DB6300;
  text-shadow: 0 0 4px #FF9933; 
  transition: color 500ms ease-out 100ms; 
  text-decoration: none;
}

/* Finish Content headings Fonts &amp; Colors  */

/* end PostContent */

/* begin PostBullets */
/* Start Content list */

ul
{
  list-style-type: none;
  color: #27251f;
  margin:0;
  padding:0;
}

li
{
  font-family:  Verdana, Tahoma, Geneva, sans-serif;
  font-size: 9pt;
}



.Post ul li
{
  padding:0px 0 0px 11px;
  background-image: url('images/PostBullets.png');
  background-repeat:no-repeat;
  margin:0.2em 0 0.5em 20px;
 /* padding-left:35px;*/
  line-height:1.4em;
}


/* Finish Content list */
/* end PostBullets */

/* begin PostQuote */
/* Start blockquote */

blockquote p
{
  color:#363636;
  font-family: Verdana, Tahoma, Geneva, sans-serif;
  font-size: 10pt;
  text-align: left;
}

blockquote
{
    border-color: #FFA257;
    border-width: 0px;
    border-style: solid;
    margin: 10px 10px 10px 30px;
    padding: 5px 5px 5px 32px;
    background-color: white;
    background-image: url('images/PostQuote.png');
    background-position: left top;
    background-repeat: no-repeat;
    box-shadow: 0 0 17px rgba(0,0,0,0.5);
    border-radius: 15px 0px 15px 0px;
}



/* Finish blockuote */
/* end PostQuote */

/* begin PostMetadata */

.PostMetadataFooter
{

  background-color: #E0E0E0;
  border-color: #C7C7C7;
  border-style: solid;
  border-width: 1px;
  padding:3px;
}




/* end PostMetadata */

/* begin PostIcons */
.PostFooterIcons, .PostFooterIcons a, .PostFooterIcons a:link, .PostFooterIcons a:visited, .PostFooterIcons a:hover
{
  font-family: Verdana, Tahoma, Geneva, sans-serif;
  font-size: 11px;
  color: #6E6E6E;
}

.PostFooterIcons a, .PostFooterIcons a:link, .PostFooterIcons a:visited, .PostFooterIcons a:hover
{
  margin:0;
}

.PostFooterIcons a:link
{
  font-family: Verdana, Tahoma, Geneva, sans-serif;
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
  color: #994500;
}

.PostFooterIcons a:visited, .PostFooterIcons a.visited
{
  font-family: Verdana, Tahoma, Geneva, sans-serif;
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
  color: #994500;
}

.PostFooterIcons a:hover, .PostFooterIcons a.hover
{
  font-family: Verdana, Tahoma, Geneva, sans-serif;
  font-style: normal;
  font-weight: bold;
  text-decoration: underline;
  color: #CA7302;
}


/* end PostIcons */

/* begin Button */
button.Button, a.Button
{
  position:relative;
  display:inline;
  width: auto;
  outline:none;
  border:none;
  background:none;
  line-height:29px;
  margin:0;
  padding:0;
  overflow: visible;
  cursor: default;
  text-decoration: none !important;
}


/*This HACK needed for ie7 (button position)*/
*:first-child+html button.Button, *:first-child+html a.Button
{
  display:list-item;
  list-style-type:none;
  float:left;
}


.Button .btn
{
  position: relative;
  overflow: hidden;
  display: block;
  width: auto;
  z-index: 0;
  height: 29px;
  color: #000000;
  white-space: nowrap;
  float: left;
}

.Button .t
{
  height:29px;
  white-space: normal;
  padding: 0 15px;
  font-family: Verdana, Tahoma, Geneva, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  line-height: 29px;
  text-decoration: none !important;
}

input, select
{
  font-family: Verdana, Tahoma, Geneva, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: bold;
}

.Button .active
{
  color: #F2F2F2;
}

.Button .hover,  a.Button:hover
{
  color: #000000;
  text-decoration: none !important;
}

.Button .active .r
{
  top: -58px;
}

.Button .hover .r
{
  top: -29px;
}

.Button .r
{
  display: block;
  position: absolute;
  overflow: hidden;
  z-index: -1;
  top: 0;
  right: 0;
  width: 1px;
  height: 87px;
}


.Button .r span
{
  display: block;
  position: absolute;
  overflow: hidden;
  z-index: -1;
  top: 0;
  right: 0;
  width:403px;
  height: 87px;
}


.Button .active .l
{
  top: -58px;
}

.Button .hover .l
{
  top: -29px;
}

.Button .l
{
  display: block;
  position: absolute;
  overflow: hidden;
  z-index: -1;
  top: 0;
  left: 0;
  right: 1px;
  height: 87px;
}


.Button .l, .Button .r span
{
  background-image: url('images/Button.png');
}

/* end Button */

/* begin Footer */
.Footer
{
  position:relative;
  z-index:-5;
  /*overflow:hidden;*/
  width: 954px;
  margin: 5px auto 0px auto;
}

.Footer .Footer-inner
{
  height:1%;
  position: relative;
  z-index: 0;
  padding: 10px;
  text-align: center;
}

.Footer .Footer-background
{
  position:absolute;
  z-index:-1;
  background-repeat:no-repeat;
  background-image: url('images/bottom-corner.jpg');
  background-position:bottom left;
  width: 954px;
  height: 215px;
  bottom:0;
  left:0;
}



.rss-tag-icon
{
  position: relative;
  display:block;
  float:left;
  background-image: url('images/rssIcon.png');
  background-position: center right;
  background-repeat: no-repeat;
  margin: 0 5px 0 0;
  height: 25px;
  width: 32px;
}




.Footer .Footer-text p
{
  margin: 0;
}

.Footer .Footer-text
{
  display:inline-block;
  color:#291200;
  font-family: Verdana, Tahoma, Geneva, sans-serif;
  font-size: 12px;
}

.Footer .Footer-text a:link
{
  text-decoration: none;
  color: #994500;
  font-family: Verdana, Tahoma, Geneva, sans-serif;
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
}

.Footer .Footer-text a:visited
{
  text-decoration: none;
  color: #4D4D4D;
  font-family: Verdana, Tahoma, Geneva, sans-serif;
  text-decoration: none;
}

.Footer .Footer-text a:hover
{
  text-decoration: none;
  color: #333333;
  font-family: Verdana, Tahoma, Geneva, sans-serif;
  text-decoration: underline;
}
/* end Footer */

/* begin PageFooter */
.page-footer, .page-footer a, .page-footer a:link, .page-footer a:visited, .page-footer a:hover
{
  font-family:Arial;
  font-size:10px;
  letter-spacing:normal;
  word-spacing:normal;
  font-style:normal;
  font-weight:normal;
  text-decoration:underline;
  color:#CC5C00;
}

.page-footer
{
  margin:1em;
  text-align:center;
  text-decoration:none;
  color:#666666;
}
/* end PageFooter */

/* begin LayoutCell */
.contentLayout .sidebar1
{
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  float: left;
  overflow: hidden;
  width: 184px;
}

/* end LayoutCell */

/* begin LayoutCell */
.contentLayout .content
{
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  float: left;
  overflow: hidden;
  width: 585px;
}

/* end LayoutCell */

/* begin LayoutCell */
.contentLayout .sidebar2
{
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  float: left;
  overflow: hidden;
  width: 184px;
}

/* end LayoutCell */



.commentlist, .commentlist li
{
    background: none;
}

.commentlist li li
{
    margin-left:30px;
}

.commentlist li .avatar
{
  float: right;
  border: 1px solid #eee;
  padding: 2px;
  margin:1px;
  background: #fff;
}

.commentlist li cite
{
  font-size:1.2em;
}

#commentform textarea
{
  width: 100%;
}

img.wp-smiley
{
    border:none;
    margin:0;
    padding:0;
}

.navigation
{
	display: block;
	text-align: center;
}

/* Recommended by http://codex.wordpress.org/CSS */
/* Begin */
img.aligncenter
{
  display: inline;
}

p img.aligncenter {
  display: block;
  margin: 0 auto;
 /* 25 10 2016 */
}

.aligncenter, div.aligncenter
{
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignleft
{
  float: left;
}

.alignright
{
  float: right;
}

.alignright img, img.alignright
{
    margin: 1em;
    margin-right: 0;
}

.alignleft img, img.alignleft
{
    margin: 1em;
    margin-left: 0;
}

.wp-caption
{
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;
  padding-top: 4px;
  margin: 10px;
}

.wp-caption img
{
  margin: 0;
  padding: 0;
  border: 0 none;
}

.wp-caption p.wp-caption-text
{
  font-size: 21px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
}
/* End */


.hidden
{
	display: none;
}

/* Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
}

#wp-calendar caption {
	text-align: center;
	width: 100%;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}
.widget-area {
	float: left;
	margin-right: 20px;
	width:  209px;

}
#fourth {
	margin-right: 0px;
}
img#wpstats {
height:0;
width:0;
overflow:hidden;
}


div.otzyiv {
	display:block;
	clear:both;
}
div.otzyiv span{
	font-size:10pt;
	font-weight:bold;
}

#tagsDiv {
	width:500px;
	height:500px;
	font-family: Verdana, Tahoma, Geneva, sans-serif;
	/*background:url(%D0%9E%D0%B1%D0%BB%D0%B0%D0%BA%D0%BE.gif);*/
	color:grey;
	padding:0px;
	position:relative;
}

#tagsDiv a {
text-decoration:none;
}
#tagsDiv a:hover { color:orange;
text-decoration:underline;
}

.baobabmovie {text-align:center;}


/*  ======= GARMON ==== */

div#garmon{
  margin: 0;
  padding: 0;
  /*background:#f9eccd;*/
  background-image: url('/wp-content/uploads/divback.gif');
  width:780px;
  height:120px;
  overflow: hidden;
  display:block;
position:absolute;
top:70px;
left:0px;
}

div#garmon div{
  float: left;
  padding: 0px;
  display: block;
  margin: 0px;
background:url("/wp-content/uploads/widget.png") no-repeat scroll left top transparent;
background-color:transparent;
position:absolute;


height: 120px;
width: 455px;

/*border:solid 1px;*/

overflow: hidden;
}



div#garmon div a{
  /*display: block;
  overflow: hidden;
  height: 100px;
  width: 405px;
  background-color:transparent;*/
}

div#a1{
  width: 380px;
  left:0px;
}
div#a2{
  width: 210px;
  left:380px;
}
div#a3{
  width: 210px;
  left:580px;
}


div#garmon div p{
  margin: 0;
  padding: 15px;
  width: 350px;
  display: block;
  margin-left: 15px;
  background-color:transparent;
  font-family:Verdana,Tahoma,Geneva,sans-serif;
	font-size:13px;
}

div#garmon div p span {
  font-size:20px;
}
div#garmon div p span.garmon-more {
  font-size:14px;
  text-align:right;
  line-height:170%;
}

div#garmon div p span.garmon-more a{
  font-weight:normal;
}

div#banka {
 /* background:url("/wp-content/uploads/baobab-banka.png");*/
position:absolute;
left:758px;
top:2px;
width:204px;
height:224px;
margin:0;
}

/*  ======= END  GARMON ==== */


/*  ======= start otzyiv ==== */
div.otzyivlist {
  margin-left:3%;
  margin-right:3%;

}
div.otzyiv {
  margin-bottom:30px;
  background-color:#F9ECB3;
  border: 1px grey dashed;
  padding:15px;



}

div.otzyiv p 
{
  font-size:9pt;
  line-height: 1.25em;  
}
div.otzyiv img 
{
margin: 3px 1em 4px 0 ;
}

div.otzyiv a img 
{
   margin: 0;
}    
div.otzyiv span[itemprop=author] {
    color: gray;
    /*display: block;*/
    font-size: 80%;
    font-weight: normal;
}



#sliding_popup { position:fixed; left:0px; display:block; width:100%; padding:0px; margin:0px; }

.wpcf7-submit {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23));
	background:-moz-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-webkit-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-o-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-ms-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23',GradientType=0);
	background-color:#ffec64;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #ffaa22;
	display:inline-block;
	cursor:pointer;
	color:#333333;
	font-family:Verdana;
	font-size:17px;
	font-weight:bold;
	padding:9px 41px;
	text-decoration:none;
}
.wpcf7-submit:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64));
	background:-moz-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-webkit-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-o-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-ms-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64',GradientType=0);
	background-color:#ffab23;
}
.wpcf7-submit:active {
	position:relative;
	top:1px;
}

.wpcf7-form-control-wrap input, .wpcf7-form-control-wrap textarea, .wpcf7-form-control-wrap select {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;	
	border-radius: 3px;

	border: 1px solid #9e7e59;
	-webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
	-moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
	box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;

	padding: 4px;
	margin-bottom: -3px;
}

.wpcf7-form-control-wrap select {
        margin-bottom: 3px;
}


.BlockContent-body .right-menu-buy li {
  line-height: 80%; 
  color: darkred 
}
.BlockContent-body .right-menu-buy {
  margin-bottom: 10px;
}


@media all and (min-device-width: 768px) {
  .onlymobile {display: none; }
  .onlymobileli {display: none; }

}


@media all and (max-device-width: 768px) {
html * {max-height:1000000px;}
  div.Header, div.Footer { display:none; }
  .contentLayout .sidebar1 { width:100%; } 
  .contentLayout .sidebar2 { width:100%;} 
  .contentLayout .content  { width:100%;} 
  .contentLayout { width:100%;} 

  .nomobile { display:none; }  
  .onlymobile {display: block; }
  .onlymobileli {display: inline; }
  
  .phone-float {
    position: fixed;
    bottom: 55px;
    right: 10px;
  }
  .viber-float {
    position: fixed;
    bottom: 55px;
    left: 10px;
  }
     
.whatsapp-float {
    position: fixed;
    bottom: 55px;
    left: 110px;
  }

  .BlockContent-body ul li { display:inline; }
  .limobilelines .BlockContent-body ul li { display:block; }


  .BlockContent-body ul li.nomobile { display:none; }

  .BlockContent-body li a {font-size: 25pt}

  .contentLayout { width:100%; }
  .Sheet { width:100%; }
  .PageBackgroundGlareImage { width:100%; }

 p 
  {
    font-size: 20pt;
    line-height: 1.4em;
  }

  li
  {
    font-size: 20pt;
  }
  .PostContent
  {
    font-size: 20pt;
    line-height: 1.6em;
  }

  .BlockContent-body ul li
  {
    line-height:1.1em;
    font-size: 20pt;
  }

  h4, h4 a, h4 a:link {
    font-size:23pt;
  }
 
   h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover {
     font-size: 22pt;
  }

   h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover {
     font-size: 20pt;
  }

  .wp-caption p.wp-caption-text
   {
    font-size: 20pt;
    line-height: 12px;
   }

  blockquote p {
    font-size: 20pt;
  }
  
  h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover {
    font-size: 20pt;
  }
  

  h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover
  {
    font-size: 27pt;
  }
  h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover
  {
    font-size: 25pt;
  }
  div.wpcr3_review blockquote.wpcr3_content p {
    font-size: 19pt !important;
  }

  div.otzyiv p {
    font-size: 18pt;
  }

  .BlockHeader-text {
   font-size: 22pt;}

  div.wpcr3_power {
    font-size: 17pt !important;
  }

  div.wpcr3_button_1 {
   font-size: 18pt;}   

  div.otzyiv span {
    font-size: 18pt;
    color: #585117;
    font-style: oblique;
    line-height: 110%;
  }  

  .wpcf7-submit {font-size: 21pt;}

  input, select {font-size: 20pt;}

  .Post ul li {
    background-position: 0 7px;  
    background-size: 15px;
    padding-left: 18px;
    line-height: 1.1em;
  }
.BlockContent-body ul li {
    background-size: 18px;
    background-position: -2px 3px;
    margin-left: 3px;
    padding-left: 20px;
}
}

/* ======================================ÐºÐ¾Ð½ÐµÑ† Ð¼Ð¾Ð±Ð¸Ð»ÑŒÐ½Ð¾Ð¹ Ð²ÐµÑ€ÑÐ¸Ð¸==================================================== */

.PostHeaderIcon-wrapper, .PostHeaderIcon-wrapper a, .PostHeaderIcon-wrapper a:link, .PostHeaderIcon-wrapper a:visited, .PostHeaderIcon-wrapper a:hover {
    font-size: 36pt;
}

.recommendations {
    background-color: #FFEDA8;
    border: 4px ridge #F2912F;
    border-radius: 15px 15px 15px 15px;
    padding: 5px;
    padding-top:43px;
    margin-left:20px;    margin-right:20px;     margin-top:10px;    margin-bottom:10px;
    background-image:url('http://www.baobablife.net/wp-content/uploads/2014/11/Recommendations.png');
    background-position:right top;
    background-repeat:no-repeat;
}


div.zakazbox {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    background: #FFFFF;
    margin: 10px 0;
    padding: 1px;
    position: relative;
}
div.zakazbox .bg {
    background: none;
    padding: 10px 10px 10px 5px;
}

div.zakazbox .title {
    background-color: #6b4a10;
    color: #faff3d;
    font-weight: bold;
    left: 20px;
    padding: 7px 10px;
    position: absolute;
    top: -19px;
} 


div.attentionbox {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    margin: 20px 0;
    padding: 1px;
    position: relative;
}
div.attentionbox .bg {
    background: none;
    padding: 20px 10px 10px 20px;
}

div.attentionbox .title {
    background-color:#CC9966;
    color: #FFFFFF;
    font-weight: bold;
    left: 20px;
    padding: 7px 10px;
    position: absolute;
    top: -19px;
} 

.image_meta_data, .rev_prod_name { display: none; }

div.textReserve {
	background: none repeat scroll 0 0 #F0E2FF;
        border-radius: 15px 15px 15px 15px;
        box-shadow: 0 0 7px rgba(0,0,0,0.5);
	margin: 18px 0;
	padding: 8px;
	position: relative;
}

div.textE8 {
	background: none repeat scroll 0 0 rgb(195, 255, 180);
        border-radius: 15px 15px 15px 15px;
        box-shadow: 0 0 7px rgba(0,0,0,0.5);
	margin: 18px 0;
	padding: 8px;
	position: relative;
}

div.textAMPM {
	background: none repeat scroll 0 0 rgb(255, 211, 146);
        border-radius: 15px 15px 15px 15px;
        box-shadow: 0 0 7px rgba(0,0,0,0.5);
	margin: 18px 0;
	padding: 8px;
	position: relative;
}

div.textLuminesce {
	background: none repeat scroll 0 0 rgb(210, 245, 255);
        border-radius: 15px 15px 15px 15px;
        box-shadow: 0 0 7px rgba(0,0,0,0.5);
	margin: 18px 0;
	padding: 8px;
	position: relative;
}

div.textIA {
	background: none repeat scroll 0 0 #BEFCFF;
        border-radius: 15px 15px 15px 15px;
        box-shadow: 0 0 7px rgba(0,0,0,0.5);
	margin: 18px 0;
	padding: 8px;
	position: relative;
}

div.textM1ND {
	background: none repeat scroll 0 0 #FFEB89;
        border-radius: 15px 15px 15px 15px;
        box-shadow: 0 0 7px rgba(0,0,0,0.5);
	margin: 18px 0;
	padding: 8px;
	position: relative;
}


div.textFINITI {
	background: none repeat scroll 0 0 rgba(255, 202, 202, 0.71);
        border-radius: 15px 15px 15px 15px;
        box-shadow: 0 0 7px rgba(0,0,0,0.5);
	margin: 18px 0;
	padding: 8px;
	position: relative;
}

div.textSOUL {
	background: none repeat scroll 0 0 rgb(255, 122, 180);
        border-radius: 15px 15px 15px 15px;
        box-shadow: 0 0 7px rgba(0,0,0,0.5);
	margin: 18px 0;
	padding: 8px;
	position: relative;
}


@keyframes brdr {
    0%   {border-color: maroon;}
    25%  {border-color: red;}
    50%  {border-color: yellow;}
    75%  {border-color: orange;}
    90%  {border-color: green;}
    100%   {border-color: maroon;}
}
.prod-total {
    animation-name: brdr;
    animation-duration: 12s;
    animation-iteration-count: 3;
}

.wpcf7-form textarea{ 
    width: 85% !important;
    font-size: 100%;
}

hr {margin-top:20px;
height: 3px; 
color: #D2691E;
background-color: #D2691E;
margin-left:7%;
margin-right:7%;}

/* ÐžÑ„Ð¾Ñ€Ð¼Ð»ÐµÐ½Ð¸Ðµ ÑÑÑ‹Ð»Ð¾Ðº-ÐºÐ½Ð¾Ð¿Ð¾Ðº */
.newlink a {
 font-size: 18px; 
 background-color: #fff6cf; 
 border-radius:18px;
 border: 3px solid #8b4513;
 padding: 3px 15px 3px 15px;
 line-height:2.3;
 text-decoration:none; 
}

.newlink a:hover {
 background-color: #fff; 
 padding: 3px 25px 3px 25px;
}

@media only screen and (max-device-width: 768px) {
.newlink a {
 font-size: 30px;}
}
/* ÐšÐ¾Ð½ÐµÑ† Ð¾Ñ„Ð¾Ñ€Ð¼Ð»ÐµÐ½Ð¸Ñ ÑÑÑ‹Ð»Ð¾Ðº-ÐºÐ½Ð¾Ð¿Ð¾Ðº */
</pre></body></html>