@keyframes pingpong {
  0% {
    bottom: 3px;
  }
  25% {
    bottom: 6px;
  }
  50% {
    bottom: 3px;
  }
  100% {
    bottom: 0px;
  }
}
@-moz-keyframes pingpong {
  0% {
    bottom: 3px;
  }
  25% {
    bottom: 6px;
  }
  50% {
    bottom: 3px;
  }
  100% {
    bottom: 0px;
  }
}
@-webkit-keyframes pingpong {
  0% {
    bottom: 3px;
  }
  25% {
    bottom: 6px;
  }
  50% {
    bottom: 3px;
  }
  100% {
    bottom: 0px;
  }
}
@font-face {
  font-family: "HelveticaNormalRegular";
  src: url("fonts/helvetica-normal.eot");
  src: url("fonts/helvetica-normal.eot") format("embedded-opentype"),
    url("fonts/helvetica-normal.woff") format("woff"),
    url("fonts/helvetica-normal.ttf") format("truetype"),
    url("fonts/helvetica-normal.svg#HelveticaNormalRegular") format("svg");
}
@font-face {
  font-family: "MyriadProRegular";
  src: url("fonts/myriadpro-regular.eot");
  src: url("fonts/myriadpro-regular.eot") format("embedded-opentype"),
    url("fonts/myriadpro-regular.woff") format("woff"),
    url("fonts/myriadpro-regular.ttf") format("truetype"),
    url("fonts/myriadpro-regular.svg#MyriadProRegular") format("svg");
}
.PageTitle {
  background: rgb(69, 72, 77); /* Old browsers */
  background: -moz-linear-gradient(
    top,
    rgba(69, 72, 77, 1) 0%,
    rgba(0, 0, 0, 1) 100%
  ); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(69, 72, 77, 1)),
    color-stop(100%, rgba(0, 0, 0, 1))
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    rgba(69, 72, 77, 1) 0%,
    rgba(0, 0, 0, 1) 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    rgba(69, 72, 77, 1) 0%,
    rgba(0, 0, 0, 1) 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(
    top,
    rgba(69, 72, 77, 1) 0%,
    rgba(0, 0, 0, 1) 100%
  ); /* IE10+ */
  background: linear-gradient(
    to bottom,
    rgba(69, 72, 77, 1) 0%,
    rgba(0, 0, 0, 1) 100%
  ); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */

  display: block;
  width: 150px;
  position: relative;

  padding: 5px;
  text-align: center;
  height: auto;
  margin: -25px auto 30px;
  left: 0;
  right: 0;
  color: #fff;
}
.PageTitle h3 {
  font-weight: bold;
  font-size: 16px;
}
.BgTop {
  font-family: "HelveticaNormalRegular";
  background: url(../img/bg-top.jpg) repeat;
  width: 100%;
  min-height: 114px;
}
.TopContent {
  width: 100%;
  max-width: 900px;

  height: 0;
  margin: 0 auto;
}
.MiddleContent {
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  max-width: 900px;

  height: auto;
  margin: auto;
  margin-top: 90px;
  position: relative;
  z-index: 99;
  display: block;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.BgFooter {
  background: #fff;
  width: 100%;
  min-height: 80px;
  position: relative;
  z-index: 999;
  box-shadow: 0px 0px 5px #000;
}
.FooterContent {
  max-width: 900px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-direction: column;
}

@media screen and (min-width: 600px) {
  .FooterContent {
    flex-direction: row;
  }
}
.Address {
  width: auto;
  color: #888888;
  font-size: 12px;
  font-weight: bold;
  margin: 0px 20px 0px 20px;
  float: left;
}
.signature {
  float: right;
  margin: 25px 0px 0px 0px;
}
.LineVertical {
  margin: 10px 20px 0px 20px;
  float: left;
}
.FaceIcon {
  float: left;
  position: relative;
  margin: 13px 0px 0px 0px;
}
.FaceIcon:hover {
  animation: pingpong 500ms linear infinite;
  -webkit-animation: pingpong 500ms linear infinite;
}
.SpeechBalloon {
  background: url(../img/speech-balloon.png) no-repeat;
  width: 176px;
  height: 134px;
  float: left;
  margin: -70px 0px 0px 0px;
  position: relative;
  z-index: 100;
}
.TextInsBalloon {
  width: 107px;
  height: auto;
  margin: auto;
  margin-top: 30px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}
.TextInsBalloon a {
  color: #6f2322;
  text-decoration: none;
}
.TextInsBalloon a:hover {
  text-decoration: underline;
}

.row.fixpad {
  overflow: visible;
  padding: 15px;
}

.row.nocolpad > div {
  padding: 0 !important;
}

.valign-middle {
  display: -webkit-flex; /* Safari */
  -webkit-align-items: center; /* Safari 7.0+ */
  display: flex;
  align-items: center;
}

.valign-middle > * {
  -webkit-flex: 1; /* Safari 6.1+ */
  flex: 1;
}

@media (min-width: 768px) {
  .large-align-heights {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .large-align-heights > .auto-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .small-center {
    text-align: center;
  }

  .navbar {
    margin-bottom: 0;
  }

  .MiddleContent {
    margin-top: 0px !important;
  }

  .FooterContent .col-xs-12 {
    text-align: center;
  }
  .FooterContent .col-xs-12 img {
    float: none !important;
    margin-bottom: 15px;
  }
}

@media (min-width: 768px) {
  #divsign {
    margin-top: 20px;
  }
}
.logoMobile {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 999;
  height: 51px;
}
.navbar-nav {
  margin: 0 -15px;
}
.navbar-default {
  background-color: #212121 !important;
  border-color: #212121 !important;
}
.nav > li {
  border: 1px solid #333;
}
.navbar-default .navbar-nav > li > a {
  color: #fff !important;
}
.nav > li a:hover {
  color: #777 !important;
  text-decoration: underline;
}
.clear {
  clear: both;
}
