body,
html {
  overflow-x: hidden;
}
body {
  background-color: #f8f8f9;
  font-size: 12px;
  font-weight: 300;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  color: #111;
}
h1,
h2,
h3,
h4,
h5,
h6,
span,
p {
  font-family: "Open Sans", Arial, Helvetice Neue, sans-serif;
}
.v_clear {
  clear: both;
}
.height30 {
  height: 30px;
}
.v-top-bar {
  min-height: 40px;
  background-color: #eeeeee;
}
.v-top-menu {
  min-height: 110px;
  background-color: #ffffff;
  z-index: 5000;
  width: 100%;
}
.v-top-menu .navbar-toggle {
  margin-top: 38px;
}
.v-top-menu .navbar-brand {
  padding: 0;
  margin: 20px 0 0 0;
}
.v-service {
  padding-top: 5px;
  margin-bottom: 100px;
  height: 70px;
  margin-top: 100px;
}
.v-service-item {
  font-family: "Open Sans", sans-serif;
  margin-bottom: 10px;
  font-size: 20px;
}
.v-service-item p {
  font-weight: lighter;
  text-align: justify;
  margin-top: 25px;
  font-size: 14px;
}
.subheader {
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  margin-top: 12px;
  font-size: 12px;
  color: #e67e22;
}
.btn-orange {
  background-color: #ff7600;
  border-bottom: 2px solid #d35400;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #ffffff;
}
.btn-orange:hover,
.btn-orange:focus,
.btn-orange:active,
.btn-orange.active,
.open .dropdown-toggle.btn-orange {
  background-color: #d35400;
  color: #ffffff;
}
.btn-green {
  background-color: #2ecc71;
  border-bottom: 2px solid #27ae60;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #ffffff;
}
.btn-green:hover,
.btn-green:focus,
.btn-green:active,
.btn-green.active,
.open .dropdown-toggle.btn-green {
  background-color: #27ae60;
  color: #ffffff;
}
.nav > li > a {
  padding: 10px 20px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  color: #111;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  background-color: #ffdb4d;
  color: #111;
  border-radius: 30px;
}
.nav > li > a {
  color: #111;
}
.navbar-default {
  border: none;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #111;
  border: solid 2px #2e2c70;
  border-radius: 30px;
  background-color: #fff;
}
.navbar {
  margin-bottom: 0px;
}
.v-service-item-header {
  margin-left: -10px;
  padding: 10px;
  vertical-align: 6px;
  display: inline-block;
  color: #111;
}
.v-header-orange {
  background-color: #ff7600;
  min-width: 298px;
  height: 67px;
  color: #fff;
}
.team_hr {
  border: 1px solid #6c5445;
  width: 41%;
  float: left;
}
.hr_gray {
  border: 1px solid #cccccc;
}
.v-team {
  background: url("../images/background.png");
  font-family: "Open Sans", sans-serif;
  min-height: 590px;
  color: #ffffff;
}
.v-line-header {
  margin-top: 20px;
  margin-bottom: 20px;
}
.member-thumb:hover .thumb-overlay {
  transition: all 0.3s ease-in-out 0s;
  visibility: visible;
  opacity: 1;
}
.member-thumb {
  position: relative;
  overflow: hidden;
}
.member-thumb .thumb-overlay {
  background-color: rgba(220, 157, 102, 0.8);
  position: absolute;
  visibility: hidden;
  padding-top: 35%;
  padding-left: 25%;
  height: 100%;
  width: 100%;
  opacity: 0;
  right: 0;
  top: 0;
}
.thumb-overlay a {
  float: left;
  margin-right: 5px;
}
.team-inner {
  margin-top: 10px;
}
.team-inner-header {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
}
.team-inner-subtext {
  font-weight: normal;
  font-size: 12px;
}
.row_team {
  margin-left: -50px;
  margin-top: 70px;
}
.row_team li {
  list-style: none;
}
.v-project-box {
  background-size: cover;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  height: 200px;
  width: 200px;
}
.v-project-box:hover .project-overlay {
  transition: all 0.3s ease-in-out 0s;
  visibility: visible;
  opacity: 1;
}
.project-overlay {
  background: rgba(0, 0, 0, 0.75);
  border: 2px solid #ff7600;
  visibility: hidden;
  position: absolute;
  text-align: center;
  padding-top: 40px;
  color: #ffffff;
  height: 100%;
  width: 100%;
  opacity: 0;
  right: 0;
  top: 0;
}
.project-overlay hr {
  width: 70%;
}
.v-project-gallery li {
  margin: 15px;
}
.txt_darkgrey {
  color: #333333;
}
.txt_orange {
  color: #e67e22;
}
.txt_slogan {
  font-size: 14px;
  color: #929292;
}
.v-line-header span {
  font-size: 18px;
  float: center;
  margin-top: 10px;
}
.team_box div {
  text-align: center;
  padding-top: 100px;
}
.span_blog {
  margin-bottom: 80px;
}
.blog_post {
  color: #333333;
  padding: 10px;
}
.blog_header {
  font-weight: bold;
  font-size: 16px;
}
.blog_text {
  text-align: justify;
  font-size: 14px;
  margin-top: 20px;
}
#v-contact {
  margin-top: 100px;
  border-top: 1px solid #cccccc;
  font-size: 14px;
}
.v-contact-map {
  margin-bottom: 15px;
  height: 378px;
}
.head_contact {
  padding-bottom: 80px;
  margin-bottom: 0;
}
.contact_right img {
  margin-right: 5px;
}
.contact_right form {
  padding-left: 15px;
  padding-right: 15px;
}
.tweet_txt {
  border-left: 2px solid #ffffff;
  min-height: 160px;
}
.twitter_user {
  color: #ffff33;
  font-size: 14px;
  float: right;
}
.v-partners {
  border-top: 2px solid #cccccc;
}
.v-partners .v-partner-item {
  margin-bottom: 5px;
}
.v-footer {
  border-top: 2px solid #cccccc;
  margin-top: 90px;
  height: 100%;
  background-color: #ffffff;
}
.footer_container {
  margin-top: 60px;
  margin-bottom: 20px;
}
.footer_bottom_content {
  margin: auto;
  margin-bottom: 30px;
  font-size: 14px;
  color: #333333;
}
.social-icon-fb {
  background: url("../images/social-icon-fb.png") no-repeat;
  width: 42px;
  height: 42px;
  display: block;
}
a:hover .social-icon-fb {
  background: url("../images/social-icon-fb-over.png") no-repeat;
}
.social-icon-rss {
  background: url("../images/social-icon-rss.png") no-repeat;
  width: 42px;
  height: 42px;
  display: block;
}
a:hover .social-icon-rss {
  background: url("../images/social-icon-rss-over.png") no-repeat;
}
.social-icon-twitter {
  background: url("../images/social-icon-twitter.png") no-repeat;
  width: 42px;
  height: 42px;
  display: block;
}
a:hover .social-icon-twitter {
  background: url("../images/social-icon-twitter-over.png") no-repeat;
}
.social-icon-linkedin {
  background: url("../images/social-icon-linkedin.png") no-repeat;
  width: 42px;
  height: 42px;
  display: block;
}
a:hover .social-icon-linkedin {
  background: url("../images/social-icon-linkedin-over.png") no-repeat;
}
.social-icon-dribbble {
  background: url("../images/social-icon-dribbble.png") no-repeat;
  width: 42px;
  height: 42px;
  display: block;
}
a:hover .social-icon-dribbble {
  background: url("../images/social-icon-dribbble-over.png") no-repeat;
}
ul.v-project-gallery li a img:hover {
  border: 3px solid #ff7600;
}
.v-gallery-category a {
  color: #333333;
}
.v-gallery-category a.active {
  color: #e67e22;
  text-decoration: none;
}
.v-gallery-category a:focus {
  color: #e67e22;
  text-decoration: none;
}
.v-gallery-category a:hover {
  color: #e67e22;
  text-decoration: none;
}
.link_orange:hover {
  text-decoration: none;
}
.v-project-gallery {
  margin: 0 0 0 0;
  margin-top: 30px;
  margin-left: -40px;
}
.v-project-gallery li {
  list-style: none;
  margin-bottom: 25px;
}
.v-project-gallery li img {
  cursor: pointer;
}
.v-tweets {
  background-color: #8996a0;
  min-height: 200px;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  color: #ffffff;
  margin-top: 100px;
}
.form-control {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.btn_loadmore {
  margin-top: 30px;
  margin-bottom: 80px;
}
.blog_box {
  margin-left: -12px;
}
@media (min-width: 991px) and (max-width: 1200px) {
  .v-project-box,
  .project-overlay {
    height: 170px;
    width: 170px;
  }
  .v-project-gallery {
    margin-left: -70px;
  }
  .v-service-item-header {
    padding: 16px 10px 20px;
  }
  .v-header-orange {
    min-width: 230px;
  }
  .team_box,
  .team_box_over {
    height: 220px;
    width: 220px;
  }
}
@media (max-width: 991px) {
  .team-inner {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .v-btn-read-more {
    float: right;
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) and (max-width: 990px) {
  .member-thumb .thumb-overlay {
    padding-left: 30%;
  }
  .v-project-box,
  .project-overlay {
    height: 130px;
    width: 130px;
    padding-top: 0px;
  }
  .v-project-gallery {
    margin-left: 10px;
  }
  .blog_box {
    margin-right: -140px;
  }
}
@media (min-width: 768px) {
  .navbar-nav > li > a {
    padding-top: 9px;
    padding-bottom: 9px;
  }
}
@media (max-width: 768px) {
  .member-thumb .thumb-overlay {
    padding-left: 40%;
  }
  .v-btn-read-more {
    float: right;
    margin-bottom: 40px;
  }
}
@media (max-width: 380px) {
  .member-thumb .thumb-overlay {
    padding-left: 30%;
  }
  .v-service-item-header {
    font-size: 16px;
    padding: 23px 10px 22px;
  }
  .v-header-orange {
    min-width: 0px;
  }
}
.team_hr {
  width: 100%;
  margin-top: 12px;
}
.fa-users {
  color: #2e2c70;
}
.fa-heart {
  color: #2e2c70;
}
.fa-photo {
  color: #2e2c70;
}
.foottext {
  color: #111;
  border: 1px solid transparent;
  border-radius: 5px;
  margin-bottom: 5px;
  padding: 3px;
  display: inline-block;
}
.foottext:focus,
.foottext:hover {
  border-bottom: 1px dashed #000080;
  border-radius: 5px;
  padding: 3px;
  display: inline-block;
  transition: 0.5s;
}
.eyes {
  opacity: 0.5;
}
.linet {
  border-bottom: 2px solid #cccccc;
}
.roundphoto {
  border: 3px #6c5445 solid;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  -khtml-border-radius: 100px;
  border-radius: 100px;
}
.usercom {
  text-decoration: none;
  border-bottom: 1px dashed #000080;
}
.lk {
  background-color: #ffdb4d;
  color: #111;
  border-radius: 30px;
  margin-left: 0px;
  margin-right: 9px;
}
.logout {
  background-color: #d9534f;
  color: #111;
  border-radius: 30px;
}
.userinfo {
  margin-top: 45px;
  border: 2px solid #cccccc;
  border-radius: 10px;
  background-color: #fff;
}
.customblock {
  margin-top: 10px;
  border: 2px solid #cccccc;
  border-radius: 10px;
  background-color: #fff;
}
.seller {
  color: #fff;
  background-color: #ffdb4d;
  border-radius: 30px;
  border: 2px solid #27176c;
  margin-right: 9px;
}
.page-loader {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #fefefe;
  z-index: 100000;
}
.loader {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  font-size: 10px;
  text-indent: -12345px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  border-right: 1px solid rgba(0, 0, 0, 0.08);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  border-left: 1px solid rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: spinner 700ms infinite linear;
  -moz-animation: spinner 700ms infinite linear;
  -ms-animation: spinner 700ms infinite linear;
  -o-animation: spinner 700ms infinite linear;
  animation: spinner 700ms infinite linear;
  z-index: 100001;
}
@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@media screen and (max-width: 1100px) {
  table {
    overflow-x: auto;
    display: block;
	width: 100%;
  }
}
#fountainG {
  position: relative;
  width: 234px;
  height: 28px;
  margin: auto;
}

.fountainG {
  position: absolute;
  top: 0;
  background-color: rgb(0, 0, 0);
  width: 28px;
  height: 28px;
  animation-name: bounce_fountainG;
  -o-animation-name: bounce_fountainG;
  -ms-animation-name: bounce_fountainG;
  -webkit-animation-name: bounce_fountainG;
  -moz-animation-name: bounce_fountainG;
  animation-duration: 1.5s;
  -o-animation-duration: 1.5s;
  -ms-animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-direction: normal;
  -o-animation-direction: normal;
  -ms-animation-direction: normal;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal;
  transform: scale(0.3);
  -o-transform: scale(0.3);
  -ms-transform: scale(0.3);
  -webkit-transform: scale(0.3);
  -moz-transform: scale(0.3);
  border-radius: 19px;
  -o-border-radius: 19px;
  -ms-border-radius: 19px;
  -webkit-border-radius: 19px;
  -moz-border-radius: 19px;
}

#fountainG_1 {
  left: 0;
  animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
}

#fountainG_2 {
  left: 29px;
  animation-delay: 0.75s;
  -o-animation-delay: 0.75s;
  -ms-animation-delay: 0.75s;
  -webkit-animation-delay: 0.75s;
  -moz-animation-delay: 0.75s;
}

#fountainG_3 {
  left: 58px;
  animation-delay: 0.9s;
  -o-animation-delay: 0.9s;
  -ms-animation-delay: 0.9s;
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
}

#fountainG_4 {
  left: 88px;
  animation-delay: 1.05s;
  -o-animation-delay: 1.05s;
  -ms-animation-delay: 1.05s;
  -webkit-animation-delay: 1.05s;
  -moz-animation-delay: 1.05s;
}

#fountainG_5 {
  left: 117px;
  animation-delay: 1.2s;
  -o-animation-delay: 1.2s;
  -ms-animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
}

#fountainG_6 {
  left: 146px;
  animation-delay: 1.35s;
  -o-animation-delay: 1.35s;
  -ms-animation-delay: 1.35s;
  -webkit-animation-delay: 1.35s;
  -moz-animation-delay: 1.35s;
}

#fountainG_7 {
  left: 175px;
  animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  -ms-animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
}

#fountainG_8 {
  left: 205px;
  animation-delay: 1.64s;
  -o-animation-delay: 1.64s;
  -ms-animation-delay: 1.64s;
  -webkit-animation-delay: 1.64s;
  -moz-animation-delay: 1.64s;
}

@keyframes bounce_fountainG {
  0% {
    transform: scale(1);
    background-color: rgb(0, 0, 0);
  }

  100% {
    transform: scale(0.3);
    background-color: rgb(255, 255, 255);
  }
}

@-o-keyframes bounce_fountainG {
  0% {
    -o-transform: scale(1);
    background-color: rgb(0, 0, 0);
  }

  100% {
    -o-transform: scale(0.3);
    background-color: rgb(255, 255, 255);
  }
}

@-ms-keyframes bounce_fountainG {
  0% {
    -ms-transform: scale(1);
    background-color: rgb(0, 0, 0);
  }

  100% {
    -ms-transform: scale(0.3);
    background-color: rgb(255, 255, 255);
  }
}

@-webkit-keyframes bounce_fountainG {
  0% {
    -webkit-transform: scale(1);
    background-color: rgb(0, 0, 0);
  }

  100% {
    -webkit-transform: scale(0.3);
    background-color: rgb(255, 255, 255);
  }
}

@-moz-keyframes bounce_fountainG {
  0% {
    -moz-transform: scale(1);
    background-color: rgb(0, 0, 0);
  }

  100% {
    -moz-transform: scale(0.3);
    background-color: rgb(255, 255, 255);
  }
}
.news-button {
  border-radius: 10px;
  width: 100%;
  padding: 8px 12px;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  cursor: pointer;
  background: #ffdb4d;
  border: solid 2px #ffdb4d;
  color: #111;
  overflow: hidden;
  font-size: 14px;
  line-height: 19px;
}
.menum-button {
  border-radius: 10px;
  width: 100%;
  padding: 8px 12px;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  cursor: pointer;
  background: #fff;
  border: solid 2px #27176c;
  color: #111;
  overflow: hidden;
  font-size: 14px;
  line-height: 19px;
}
.minimenu {
  background-color: #ffdb4d;
  color: #111;
  border-radius: 30px;
  margin-left: 0px;
}
.padding-menu {
}
.formcp-btn-left {
  border-radius: 10px 0 0 10px;
  width: 100%;
  padding: 8px 12px;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  cursor: pointer;
  color: #111;
  overflow: hidden;
  font-size: 14px;
  line-height: 19px;
}
.formcp-btn-right {
  border-radius: 0 10px 10px 0;
  width: 100%;
  padding: 8px 12px;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  cursor: pointer;
  color: #111;
  overflow: hidden;
  font-size: 14px;
  line-height: 19px;
}
.formcp-btn-center {
  border-radius: 0 0 0 0;
  width: 100%;
  padding: 8px 12px;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  cursor: pointer;
  color: #111;
  overflow: hidden;
  font-size: 14px;
  line-height: 19px;
}
.actv-btn {
  background: #ffdb4d;
  border: solid 2px #ffdb4d;
}
.dsbl-btn {
  background: #fff;
  border: solid 2px #ffdb4d;
}
.ins-button {
  border-radius: 10px;
  width: 100%;
  padding: 6px 12px;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  cursor: pointer;
  background: #fff;
  border: solid 2px #27176c;
  color: #111;
  overflow: hidden;
  font-size: 17px;
  line-height: 19px;
}
.txt-left {
  border-right: 1px solid #cccccc;
}
.txt-right {
  border-left: 1px solid #cccccc;
}
.formcp-txt-all {
  font-size: 15px;
  padding: 6px 12px;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
}
.radio-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  font-family: sans-serif;
  border: 2px solid #27176c;
  border-radius: 6px;
}
.radio-container * {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.radio-container .radio-btn {
  border-right: 2px solid #27176c;
  overflow: hidden;
}
.radio-container .radio-btn:last-child {
  border-right: 0px;
}
.radio-container .radio-btn.nth-2 {
  width: calc(50% - 0px);
}
.radio-container .radio-btn.nth-3 {
  width: calc(33.3333% - 1.4px);
}
.radio-container .radio-btn.nth-4 {
  width: calc(25% - 1.5px);
}
.radio-container .radio-btn label {
  background-color: transparent;
  color: #000;
  display: block;
  padding: 6px 12px;
  text-align: center;
}
.radio-container .radio-btn input {
  display: none;
}
.radio-container .radio-btn input:checked + label {
  background-color: #27176c;
  color: #fff;
}
.form-lab {
  margin-bottom: 0px;
}
.hr-default {
  margin-top: 2px;
  margin-bottom: 2px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.payment-block {
  text-align: center;
  width: 33%;
}
.image-payment-block {
  text-align: center;
  width: 33px;
}
.info-payment-block {
float: left;
width: 50%;
padding-left: 15px;
}
.button-payment-block {
float: right;
width: 50%;
padding-right: 15px;
}
.label-radio-type {
font-weight: normal;
}
.radio-type {
height: 100%;
}
.seller > a:focus,
.seller > a:hover{
background-color: transparent  !important;
}
.actv-btn-recovery {
  background: #ffdb4d;
  border: solid 2px #ffdb4d;
  border-radius: 10px;
}