/*

  1) obecne
   1.1)  text replacement
   1.2)  clear + clearfix
   1.3)  preskoceni navigace/obsahu

  2) container
   2.1)  hlavickacontent
   2.2)  obsah
   2.3)  hlavni navigace
   2.4)  paticka
   2.5)  layery
   2.6)  404

*/

/* 1) obecne
------------------------------------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
}
html, body {
  height: 100%;
}
html {
  font-size: 100.01%;
}
body {
  background: #000 url(/images/bg.jpg) no-repeat center top;
  color: #d3d3d3;
  font: .625em verdana, arial, sans-serif;
  text-align: center;
}
body#hp {
  background: #000;
}

a {
  color: #d3d3d3;
  text-decoration: underline;
}
a:hover, a:focus, a:active {
  outline:none;
  text-decoration: none;
}
a img {
  border: 0;
}

:focus {
  outline: 0;
}

hr {
  display: none;
}
table {
  font-size: 1em;
}
textarea {
  overflow: auto;
}
ol, ul {
  list-style: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}
blockquote, q {
  quotes: "" "";
}

/* 1.1) text replacement
------------------------------------------------------------------------------*/
.replace, #mapa li, #navi ul li a {
  overflow: hidden;
  padding: 0;
  position: relative;
}
.replace a span, a.replace span, #mapa li a span, #navi ul li a span, #naviSub ul li span {
  cursor: pointer;
}
.replace span, #mapa li span, #navi ul li span, #naviSub ul li span {
  background-position: 0 0;
  background-repeat: no-repeat;
  left: 0;
  position: absolute;
  top: 0;
}

/* 1.2) clear + clearfix
------------------------------------------------------------------------------*/
.clear {
  clear: both;
}
* html .clearfix {
  display: inline-block;
}
.clearfix:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
}

/* 1.3) preskoceni navigace/obsahu
------------------------------------------------------------------------------*/
#skiplink {
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}
#skiplink strong, .skiplink span {
  display: none;
}
#skiplink a {
  color: #FFF;
  position: absolute;
  top: -9999px;
  left: -9999px;
  z-index: 999;
}
#skiplink a:focus, #skiplink a:active {
  background: #333334;
  border: 0;
  border-bottom-width: 7px;
  border-style: solid;
  display: block;
  font-size: 1.2em;
  font-weight: bold;
  left: 0;
  padding: 20px 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
}

/* 2) container
------------------------------------------------------------------------------*/
#center {
  float: left;
  height: 50%;
  margin-bottom: -410px;
  width: 100%;
}
#hp #container {
  background: #000 url(/images/bg.jpg) no-repeat center top;
  clear: both;
  /*overflow: hidden;*/
  height: 820px;
  width: 100%;
  position: relative;
}

/* 2.1) hlavicka
------------------------------------------------------------------------------*/
#header {
  height: 81px;
  margin: 0 auto;
  position: relative;
  text-align: left;
  width: 970px;
  z-index: 101;
}
* html #header {
  overflow-x: hidden;
}
#header h1 {
  font-size: 1.3em;
  font-weight: normal;
  left: 401px;
  line-height: 125%;
  position: absolute;
  text-indent: 30px;
  top: 13px;
  z-index: 2;
}
#header h1 a {
  color: #6d842a;
  text-decoration: none;
}
#header h1 strong {
  color: #0071bc;
  font-size: 2em;
  display: block;
}
#header h1, #header h1 span {
  height: 91px;
  width: 163px;
  
}
#header h1 span {
  background-image: url(/images/logo-royal.png);
}
* html #header h1 span {
  background: transparent;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/logo-royal.png', sizingMethod='image');
}
#header p {
  display: inline;
  float: right;
  font-size: 1.1em;
  height: 57px;
  line-height: 165%;
  margin-right: 110px;
  padding-top: 23px;
  text-align: right;
}
* html #header p {
  height: 80px;
}
#header p.first {
  float: left;
  margin-left: 133px;
  text-align: left;
}
#header p a {
  display: block;
  font-size: 1.09em;
  font-weight: bold;
}
#lord1, #lord2 {
  height: 57px;
  position: absolute;
  top: -8px;
  width: 57px;
  zoom:1;
}
#lord1 {
  left: 25px;
}
#lord2 {
  left: 870px;
}
#lord3 {
  position: absolute;
  right: 0;
  bottom: -605px;
}

/* 2.2) obsah
------------------------------------------------------------------------------*/
#contentTop {
  background: url(/images/content-top-bg.png) no-repeat left top;
  margin: 43px auto;
  width: 922px;
}
#contentBottom {
  background: url(/images/content-bottom-bg.png) no-repeat right bottom;
  padding: 11px 14px 17px 9px;
}
#content {
  background: #333334;
  padding: 13px 38px 33px;
  text-align: left;
}
#hp #content {
  background: transparent;
  height: 715px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  /*z-index: 100;*/
  text-align: center;
  width: 970px;
  /*overflow: hidden;*/
}
* html #hp #content {
  height: auto;
  width: auto;
}
#hpFlash {
  height: 845px;
  margin-left: -155px;
  overflow: hidden;
  width: 1270px;
}

* html #hpFlash {
  height: auto;
  margin: 0 -155px;
  overflow: hidden;
  position: relative;
  width: 1280px;
}
#sachy {
  background: url(/images/bg-sachy.jpg) no-repeat center bottom !important;
  height: 450px;
  padding-top: 50px;
}
* html #sachy {
  height: 500px;
}

/* 2.3) menicko - hlavni navigace
------------------------------------------------------------------------------*/
#navi,
#naviSub {
  background: #000 url(/images/navi-bg.jpg) no-repeat center top;
  height: 40px;
  margin-top: 20px;
  padding-top: 30px;
  width: 100%;
  position: absolute;
  bottom: 118px;
  left: 0;
  z-index: 50;
}
#naviSub {
  margin-top: 20px;
  padding-top: 30px;
  width: 100%;
  position: static;
}
* html #navi,
* html #naviSub {
  height: 70px;
}
#navi ul,
#naviSub ul {
  font-size: 1.3em;
  margin: 0 auto;
  padding-left: 170px;
  width: 892px;
}
* html #navi ul,
* html #naviSub ul {
  margin: 0;
  width: 970px;
}
#navi ul li,
#naviSub ul li {
  border-left: 1px #444 solid;
  display: block;
  float: left;
  height: 13px;
  position: relative;
}
#navi ul li a,
#naviSub ul li a {
  color: #3b7735;
  display: block;
  float: left;
  height: 33px;
  line-height: 33px;
  margin: -10px 0;
  position: relative;
  text-align: center;
  text-decoration: none;
}
#navi ul li a span,
#naviSub ul li a span {
  background-position: left top;
  height: 33px;
}
#navi ul li.active a span,
#naviSub ul li.active a span {
  background-position: left bottom;
}
#navi ul li.active,
#naviSub ul li.active {
  border: 0;
  background: #000;
  margin-right: -1px;
  position: relative;
  z-index: 2;
}
#navi ul li.first,
#naviSub ul li.first {
  border: 0;
}

#navi ul li#navi1 a, #navi ul li#navi1 a span,
#naviSub ul li#navi1 a, #naviSub ul li#navi1 a span {
  width: 133px;
}
#navi ul li#navi1 a span,
#naviSub ul li#navi1 a span {
  background-image: url(/images/navi-1.gif);
}
#navi ul li#navi2 a, #navi ul li#navi2 a span,
#naviSub ul li#navi2 a, #naviSub ul li#navi2 a span {
  width: 129px;
}
#navi ul li#navi2 a span,
#naviSub ul li#navi2 a span {
  background-image: url(/images/navi-2.gif);
}
#navi ul li#navi3 a, #navi ul li#navi3 a span,
#naviSub ul li#navi3 a, #naviSub ul li#navi3 a span {
  width: 103px;
}
#navi ul li#navi3 a span,
#naviSub ul li#navi3 a span {
  background-image: url(/images/navi-3.gif);
}
#navi ul li#navi4 a, #navi ul li#navi4 a span,
#naviSub ul li#navi4 a, #naviSub ul li#navi4 a span {
  width: 119px;
}
#navi ul li#navi4 a span,
#naviSub ul li#navi4 a span {
  background-image: url(/images/navi-4.gif);
}
#navi ul li#navi5 a, #navi ul li#navi5 a span,
#naviSub ul li#navi5 a, #naviSub ul li#navi5 a span {
  width: 150px;
}
#navi ul li#navi5 a span,
#naviSub ul li#navi5 a span {
  background-image: url(/images/navi-5.gif);
}
#navi ul li#navi6 a, #navi ul li#navi6 a span,
#naviSub ul li#navi6 a, #naviSub ul li#navi6 a span {
  width: 92px;
}
#navi ul li#navi6 a span,
#naviSub ul li#navi6 a span {
  background-image: url(/images/navi-6.gif);
}

#navi #popis-produktu-over,
#naviSub #popis-produktu-over {
  width: 135px;
  height: 159px;
  position: absolute; left: -2px; bottom: -10px;
  display: none;
  z-index: 3;
}
#navi #popis-produktu-over span,
#naviSub #popis-produktu-over span{
  width: 135px;
  height: 166px;
  background-image: url(/images/popis-produktu-over.png);
  position: absolute; top:0; left:0;
  z-index:1;
}
#navi #popis-produktu-over div, #naviSub #popis-produktu-over div{ 
  position: relative; 
  top:2px;
  left:0; 
  width: 135px;
  z-index:5; 
  padding-top: 14px;
}
#navi #popis-produktu-over div a,
#naviSub #popis-produktu-over div a{ 
  text-align: left; 
  padding-left: 30px;
  display:block; 
}
#navi #popis-produktu-over .item,
#naviSub #popis-produktu-over .item { 
  position: absolute;
  top:119px;
  left: 2px;
  font-size:13px;
  font-weight: bold;
  color:#000;
  cursor: pointer;
}
#navi #popis-produktu-over a,
#naviSub #popis-produktu-over a { 
  color:#000; 
  font-size: 13px;
  text-decoration: none;
  margin-bottom: -1px;
  display: block;
}
#navi #popis-produktu-over a:hover,
#naviSub #popis-produktu-over a:hover{
  text-decoration: underline;
}
#navi #popis-portfolio-over,
#naviSub #popis-portfolio-over {
  width: 135px;
  height: 159px;
  position: absolute; left: -2px; bottom: -11px;
  display: none;
  z-index: 3;
}
#navi #popis-portfolio-over span,
#naviSub #popis-portfolio-over span{
  width: 150px;
  height: 159px;
  background-image: url(/images/portfolio-over.png);
  position: absolute; top:0; left:0;
  z-index:1;
}
#navi #popis-portfolio-over div, #naviSub #popis-portfolio-over div{ 
  position: relative; 
  top:2px;
  left:0; 
  width: 150px;
  z-index:5; 
  padding-top: 13px;
}
#navi #popis-portfolio-over div a,
#naviSub #popis-portfolio-over div a{ 
  text-align: left; 
  padding-left: 30px;
  display:block; 
}
#navi #popis-portfolio-over .item,
#naviSub #popis-portfolio-over .item { 
  position: absolute;
  top:120px;
  left: 2px;
  font-size:13px;
  font-weight: bold;
  color:#000;
  cursor: pointer;
}
#navi #popis-portfolio-over a,
#naviSub #popis-portfolio-over a { 
  color:#000; 
  font-size: 13px;
  text-decoration: none;
  margin-bottom: -1px;
  display: block;
}
#navi #popis-portfolio-over a:hover,
#naviSub #popis-portfolio-over a:hover{
  text-decoration: underline;
}




#navi #faq-over,
#naviSub #faq-over {
  width: 123px;
  height: 155px;
  position: absolute; left: -2px; bottom: -10px;
  display: none;
  z-index: 3;
}
#navi #faq-over span,
#naviSub #faq-over span {
  width: 123px;
  height: 155px;
  background-image: url(/images/faq-over.png);
  position: absolute; top:0; left:0;
  z-index:1;
}
#navi #faq-over div, #naviSub #faq-over div{ position: relative; top:0; left:0; width: 123px; z-index:5; padding-top: 13px; }
#navi #faq-over div a, #naviSub #faq-over div a{ text-align: left; padding-left: 30px; display:block; }
#navi #faq-over .item,#naviSub #faq-over .item{ position: absolute; top:118px; left: 2px; font-size:13px; font-weight: bold; color:#000; cursor: pointer;}
#navi #faq-over a,#naviSub #faq-over a{ color:#000; font-size: 13px; text-decoration: none; margin-bottom: -2px; display: block;}
#navi #faq-over a:hover,#naviSub #faq-over a:hover{ text-decoration: underline; }

/* 2.4) paticka
------------------------------------------------------------------------------*/
#footer,
#footerSub {
  color: #999;
  font-size: 1.1em;
  line-height: 168%;
  margin:  auto;
  padding: 0 0 30px;
  position: relative;
  text-align: left;
  width: 906px;
  margin-left: -453px;
  position: absolute;
  bottom: -245px;
  left: 50%;
  z-index: 50;
}
#footerSub {
  margin:  auto;
  padding: 37px 0 30px;
  position: static;
}
#footer p,
#footerSub p {
  float: right;
  text-align: right;
}
#footer p.first,
#footerSub p.first {
  float: left;
  text-align: left;
  width: 300px;
}
#footer p.first img,
#footerSub p.first img {
  float: left;
  margin: 0 10px 0 0;
}
#footer p.lordPage a,
#footerSub p.lordPage a {
  display: block;
  height: 50px;
  left: -20px;
  position: absolute;
  top: -323px;
  width: 50px;
}
#footer p.lordPage a img,
#footerSub p.lordPage a img {
  margin: 16px 0 0 10px !important;
}

#footer span a,
#footerSub span a {
  color: #616161;
}
#footer #lordHint,
#footerSub #lordHint {
  height: 97px;
  left: -95px;
  position: absolute;
  top: -411px;
  width: 229px;
}
#footer #lordHintBg,
#footerSub #lordHintBg {
  background: url(/images/lord-hint.png) left top no-repeat;
  display: block;
  height: 97px;
  width: 229px;
}
* html #footer #lordHintBg,
* html #footerSub #lordHintBg {
  background: transparent;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/lord-hint.png', sizingMethod='image'); 
}
#footer #lordHintContent,
#footerSub #lordHintContent {
  color: #FFF;
  display: block;
  height: 100px;
  margin-top: -97px;
  padding: 18px 17px 0 107px;
  position: relative;
  text-align: left;
  width: 105px;
}
* html #footer #lordHintContent,
* html #footerSub #lordHintContent {
  height: 137px;
  width: 229px;
}
#footer #lordHintContent a,
#footerSub #lordHintContent a {
  color: #FFF;
  display: block;
}

/* 2.5) layery
------------------------------------------------------------------------------*/
.showLayer {
  top: 70px;
}
.hidLayer {
  top: -500px;
}
#layerCon, #layerCon2 {
  position: absolute;
  right: 20px;
}

#layerConDown {
  position: absolute;
  left: 20px;
}

#layerSmallBg {
  background: url(/images/layer-small.png) no-repeat left top;
  height: 199px;
  margin-right: 10px;
  width: 273px;
}
* html #layerSmallBg {
  background: transparent;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/layer-small.png', sizingMethod='image'); 
}
#layerSmallContent {
  height: 142px;
  margin: -199px 10px 0 0;
  padding: 57px 35px 0;
  text-align: left;
  width: 203px;
}
* html #layerSmallContent {
  height: 199px;
  width: 273px;
}
#layerSmallContent p {
  display: block;
  float: none;
  height: auto;
  margin: 0;
  padding: 0;
  text-align: center;
}

#layerBigBg {
  background: url(/images/layer-big.png) no-repeat left top;
  height: 399px;
  position: relative;
  width: 341px;
}
* html #layerBigBg {
  background: transparent;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/layer-big.png', sizingMethod='scale'); 
}
#layerBigContent {
  height: 354px;
  margin-top: -399px;
  padding: 45px 0 0 40px;
  position: relative;
  width: 301px;
}
* html #layerBigContent {
  height: 399px;
  width: 341px;
}

#layerSmallContent .close, #layerBigContent .close {
  margin: 0;
  position: absolute;
  right: 20px;
  top: 40px;
}
#layerBigContent .close {
  right: 25px;
  top: 25px;
}
#layerSmallContent .close a, #layerSmallContent .close a span, #layerBigContent .close a, #layerBigContent .close a span {
  height: 16px;
  width: 16px;
}
#layerSmallContent .close a span, #layerBigContent .close a span {
  background-image: url(/images/layer-close.gif);
}

#layerSmallContent h3.lordNaCeste, #layerSmallContent h3.lordNaCeste span {
  height: 47px;
  width: 212px;
}
#layerSmallContent h3.lordNaCeste span {
  background-image: url(/images/replace-lord-na-ceste.gif);
}
#layerSmallContent a.poslatDalsi {
  margin-top: 15px;
}
#layerSmallContent a.poslatDalsi, #layerSmallContent a.poslatDalsi span {
  height: 53px;
  line-height: 53px;
  width: 212px;
}
#layerSmallContent a.poslatDalsi span {
  background-image: url(/images/replace-poslat-dalsi.gif);
}

#layerBigContent form {
  display: block;
  margin: 0;
  overflow: hidden;
  text-align: left !important;
  width: 280px;
}
#layerBigContent form * {
  vertical-align: middle;
}
#layerBigContent form br {
  display: none;
}
#layerBigContent form fieldset {
  border: 0;
}
#layerBigContent form div {
  float: left;
  width: 330px;
}
#layerBigContent form p {
  clear: both;
  display: block;
  float: none;
  height: auto;
  line-height: 140%;
  margin: 0;
  padding-top: 19px;
  text-align: left;
}
#layerBigContent form ul {
  clear: both;
  font-size: 1.1em;
}
#layerBigContent form ul li {
  background: url(/images/ul-li-2.gif) no-repeat left 13px;
  padding: 11px 0 0 25px;
}
#layerBigContent input, #layerBigContent textarea, #layerBigContent select {
  font: 1.2em verdana, arial, sans-serif;
}
#layerBigContent label {
  color: #FFF;
  display: block;
  font-size: 1.1em;
  padding: 15px 0 8px;
}
#layerBigContent input {
  background: #FFF url(/images/input-bg.gif) no-repeat right top;
  border: 0;
  height: 15px;
  margin: 0 0 5px 0;
  padding: 5px;
  width: 247px;
}
* html #layerBigContent input {
  height: 25px;
  width: 257px;
}
#layerBigContent textarea {
  background: #FFF url(/images/input-bg.gif) no-repeat right top;
  border: 0;
  height: 64px;
  margin: 0 0 5px 0;
  padding: 5px;
  width: 247px;
}
* html #layerBigContent textarea {
  height: 74px;
  width: 257px;
}
#layerBigContent p input {
  background: transparent;
  height: 56px;
  margin: 0;
  padding: 0;
  width: 213px;
}

#layerInvest, #layerRoyal1, #layerRoyal2, #layerRoyal3, #layerRoyal4, #layerRoyal5 {
  background: #24511f;
  color: #000;
  left: 28%;
  top: 350px;
  margin: 0 0 0 -50px;
  position: absolute;
  text-align: left;
  width: 512px;
  top: -1000px;
  z-index: 60;
}
#layerRoyal3 {
  margin: 0 0 0 0;
}
* html #layerInvest {
  margin: 0 0 0 -50px;
}
#layerInvestTop {
  background: url(/images/layer-invest-top.png) no-repeat left top;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/layer-invest-top.png', sizingMethod='scale');
  height: 102px;
  margin: -90px -1px 0 -1px;
  position: relative;
  width: 515px;
  z-index: 2;
}
* html #layerInvestTop {
  background: transparent;
}
#layerInvestContent {
  background: #24511f;
  margin: -70px 0 -90px 26px;
  position: relative;
  z-index: 3;
  width: 475px;
}
#layerInvestContent p {
  width: 450px !important;
  margin-left: 2px;
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  top: -20px;
}
#layerInvestContent p span {
  color: #f6d153;
}

#layerInvestBottom {
  background: url(/images/layer-invest-bot.png) no-repeat left top;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/layer-invest-bot.png', sizingMethod='scale');
  height: 118px;
  margin: 0 -1px -70px -1px;
  position: relative;
  width: 515px;
  z-index: 2;
}
* html #layerInvestBottom {
  background: none;
}
.layerInvestContentClose {
  position: absolute;
  right: 0;
  top: -20px;
}

#layerInvestContent table {
  border-collapse: separate !important;
  line-height: 1.5em;
  width: 470px !important;
}
#layerInvestContent th {
  background: #74953f;
  color: #000;
  padding: 9px 22px 11px;
}
#layerInvestContent th.green {
  color: #0c490c;
}
#layerInvestContent th.pinv {
  width: 96px;
}
#layerInvestContent th.pinv {
  width: 50px;
}
* html #layerInvestContent th.pinv {
  width: 140px;
}
#layerInvestContent td {
  border: 0 !important;
  background: #446c2c !important;
  padding: 9px 22px 11px;
  text-align: center;
}
#layerInvestContent tr:hover td {
  color: #fff !important;
}


/* 2.6) 404
------------------------------------------------------------------------------*/
#page404 {
  background: url(/images/bg-sachy.jpg) no-repeat center bottom;
  height: 400px;
  padding-top: 100px;
}
* html #page404 {
  height: 500px; 
}
#page404 h2 {
  margin: 0 auto 35px;
}
#page404 h2, #page404 h2 span {
  font-size: 3.33em;
  font-weight: normal;
  height: 91px;
  width: 332px;
}
#page404 h2 span {
  background-image: url(/images/replace-stranka-404.gif);
}
#page404 p {
  color: #a0a1a2;
  font-size: 1.2em;
}
#page404 p a {
  color: #61af59;
}


/* 2.7) no Flash
------------------------------------------------------------------------------*/
#noFlash {
  background: url(/images/bg-sachy.jpg) no-repeat center bottom;
  height: 420px;
  padding-top: 80px;
}
* html #noFlash {
  height: 500px; 
}
#noFlash h2 {
  margin: 0 auto;
}
#noFlash h2, #noFlash h2 span {
  font-size: 3.33em;
  font-weight: normal;
  height: 93px;
  width: 420px;
}
#noFlash h2 span {
  background-image: url(/images/replace-noflash.gif);
}
#noFlash p {
  color: #a0a1a2;
}
#noFlash p a {
  background: #31662b;
  color: #FFF;
  line-height: 53px;
  font-size: 1.25em;
  margin: 25px auto 0;
}
#noFlash p a, #noFlash p a span {
  display: block;
  height: 53px;
  width: 251px;
}
#noFlash p a span {
  background-image: url(/images/replace-nainstalovat-flash.gif);
}


/* ACCORDION
--------------------------------------------------------------------------- */
div#accRoyal3{
    margin: 10px;
}

div#accRoyal3 table tr th{
    font-size: 12px;
}

div#accRoyal3 table tr td{
    border: none;
    color: #FFF;
    font-size: 12px;
}
#layerInvestContent div#accRoyal3 table tr td.sum{
  background: #74953F !important;
}

div.accordion {
  position: relative; /* required for bounding */
}

#accRoyal3 h3 a{
    position: relative; /* required for effect */
    z-index: 10;		/* required for effect */
    background: none;
    cursor: pointer;
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    padding: 4px 0;
    text-decoration: none;
}
#accRoyal3 h3 a{
    position: relative; /* required for effect */
    z-index: 10;		/* required for effect */
    background: none;
    cursor: pointer;
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    padding: 4px 0;
    text-decoration: none;
}
#accRoyal3 h3.ui-state-active a{
   color: #F6D153;
}

div.accordion-content{
    overflow: hidden;	/* required for effect */
    background: none;
}
a.yellowLink{
  color: #F9C51F;
  font-size: 16px;
}

