.hover-button {
  display: inline-block;
  border-radius: 0;
  background-color: #e1ab20;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 18px;
  padding: 15px;
  width: 200px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px; }

.hover-button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s; }

.hover-button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s; }

.hover-button:hover span {
  padding-right: 25px; }

.hover-button:hover span:after {
  opacity: 1;
  right: 0; }

.submit-orange-button {
  display: inline-block;
  background-color: #e1ab20;
  border-radius: 0;
  border: none;
  color: #FFFFFF;
  text-align: center;
  width: 100px;
  padding: 15px;
  margin: 5px;
  cursor: pointer;
  font-size: 18px; }

.h-button {
  background-color: #e1ab20;
  border: none;
  color: white;
  padding: 10px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 4px 2px;
  cursor: pointer; }

.h-button1 {
  font-size: 12px; }

body {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: normal;
  font-family: Verdana, Arial, Sans-serif;
  background: #f2f2f2 !important; }

.header-panel {
  padding: 0 30px 0 30px; }

.bottom-border {
  border-bottom: 1px solid #e8e8e8; }

.table-row {
  display: table-row;
  width: 100%; }

.table-cell {
  display: table-cell; }

.inner {
  position: relative;
  background-color: #fcfcfc;
  width: 100%;
  -moz-box-shadow: -7px 7px 13px rgba(0, 0, 0, 0.13);
  -webkit-box-shadow: -7px 7px 13px rgba(0, 0, 0, 0.13);
  box-shadow: -7px 7px 13px rgba(0, 0, 0, 0.13); }

.inner div {
  vertical-align: middle; }

.page-container {
  height: auto; }

ul.layoutMenu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #FDFDFD; }

li {
  float: left; }

li a, .my-dropbtn {
  display: inline-block;
  color: black;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none; }

li a:hover, .my-dropdown:hover .my-dropbtn {
  background-color: #e1ab20;
  color: #FFFFFF; }

li.my-dropdown {
  display: inline-block; }

.my-dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 2; }

.my-dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left; }

.my-dropdown-content a:hover {
  background-color: #f1f1f1;
  color: black; }

.my-dropdown:hover .my-dropdown-content {
  display: block; }

@media screen and (min-width: 1200px) {
  .page-container {
    margin: 0 auto;
    width: 1200px; }
  .table {
    display: table;
    margin: 0 auto;
    margin-bottom: 0px !important;
    width: 1080px; }
    .table .one {
      width: 176px;
      height: 20px; }
    .table .two {
      text-align: right;
      width: 700px;
      height: 80px; }
      .table .two input[type=text] {
        width: 30%;
        padding: 10px 20px;
        margin: 8px 0;
        display: inline-block;
        border: 1px solid #ccc;
        border-radius: 0px;
        box-sizing: border-box; }
    .table .three {
      text-align: right;
      height: 60px; }
      .table .three button {
        font-weight: bold; }
  .active {
    background-color: #666; }
    .active a {
      color: #FFFFFF; }
  .logo {
    width: 146px;
    height: 31px;
    background-image: url(../img/logo.png);
    background-size: 146px 31px; }
  .contact-phones {
    text-align: left;
    margin-left: 100px;
    font-weight: bold; }
  footer > div {
    width: 1200px;
    margin: 0 auto;
    min-height: 120px;
    border-radius: 0 0 5px 5px; }
  .footer {
    -moz-box-shadow: -7px 7px 13px rgba(0, 0, 0, 0.13);
    -webkit-box-shadow: -7px 7px 13px rgba(0, 0, 0, 0.13);
    box-shadow: -7px 7px 13px rgba(0, 0, 0, 0.13);
    background: #373737;
    color: #FFFFFF;
    margin-bottom: 10px; }
  .copyright {
    margin: 0 auto;
    width: 350px;
    padding-top: 10px;
    padding-bottom: 10px; }
  hr {
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 1px; } }
