body {
  background-color: white;
}

.arm-bodyDiv {
  position: relative;
  top: 0px;
  width: 100%;
  content: "";
  display: table;
  clear: both;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 40px;
}

.armPageDiv {
  position: relative;
  width: 100%;
}

.armPageTitDiv {
  position: relative;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}

.armPageTDiv {
  font-size: 24px;
  display: inline-block;
  width: 100%;
  color: #fff;
  background-color: rgb(50,50,50);
  text-align: center;
}


.armPageTitl {
  font-size: 24px;
  text-align: center;
  border-color: #009688;
  border-bottom: 6px solid #ccc;
}

.armTt, .armTtNi {
  width: 100%;
  font-size: 17px;
  text-align: justify;
  text-indent: 50px;
}

.armTtNi {
  text-indent: 0;
}

.armImg1 {
  height: 200px;
  text-align: center;
  margin-bottom: 70px;
}

.armImg2 {
  width: 270px;
  text-align: center;
  margin-top: 50px;
}

.armImgMap {
  width: 100%;
  text-align: center;
}

.armInput {
  width: 100%;
  margin-top: 16px;
  margin-bottom: 16px;
  border: 1px solid #ccc;
}

.armButton {
  border: none;
  display: inline-block;
  padding: 8px 16px;
  vertical-align: middle;
  overflow: hidden;
  text-decoration: none;
  color: #fff;
  background-color: #000;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
  margin-top: 16px;
  margin-bottom: 16px;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

  .armButton:hover {
    color: #000;
    background-color: #ccc;
  }

  .armButton:disabled {
    cursor: not-allowed;
    opacity: 0.3
  }

.arm-row {
  padding: 0 20px;
}

.arm-col {
    width: 100%;
    float: left;
    padding: 20px 0;
}

@media (min-width:601px) {
    .arm-col {
        width: 50%;
    }
}

@media (min-width:993px) {
    .arm-col {
        width: 25%;
    }
}

.arm-col-cont {
    width: 300px;
    float: left;
    padding: 20px 0;
}

@media (min-width:601px) {
    .arm-col-cont {
        width: 600px;
    }
}

@media (min-width:993px) {
    .arm-col-cont {
        width: 1000px;
    }
}

.arm-disp-cont {
  position: relative;
}

  .arm-disp-cont:hover {
    display: block
  }

.arm-disp-topleft {
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  background-color: #000;
  padding: 8px 16px;
}

.arm-disp-topcenter {
  width: 270px;
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  background-color: #000;
  padding: 8px 16px;
  text-align: center;
  margin-bottom: 30px;
}

.arm-disp-bottomcenter {
  width: 200px;
  position: absolute;
  left: 0;
  bottom: 0;
  color: #000;
  padding: 0 0;
  border-style: solid;
  border-color: #fff;
  text-align: center;
}

.arm-navtop {
  position: relative;
  top: 0px;
  width: 100%;
  height: 100px;
  z-index: 1
}

@media (min-width:601px) {
  .arm-navtop {
    height: 40px;
  }
}

@media (min-width:993px) {
  .arm-navtop {
    height: 40px;
  }
}

.arm-header {
  position: relative;
  width: 100%;
  letter-spacing: 3px;
}

.arm-headerimage {
  width: 100%;
}

.arm-headCompTxtDiv {
  position: relative;
  text-align: center;
}

.arm-headCompTxt1 {
  color: rgb(255,87,34);
  font-size: 56px;
  font-weight: bold;
  letter-spacing: 7px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.arm-headCompTxt2 {
  color: rgb(153,153,153);
  font-style: italic;
  font-size: 24px;
  letter-spacing: -1px;
  margin-top: 0px;
  margin-bottom: 30px;
}

.arm-headerTxtDiv {
  position: relative;
  left: 50%;
  transform: translate(-50%,-200px);
  -ms-transform: translate(-50%,-200px);
  text-align: center;
}

.arm-headerTxt1 {
  font-size: 42px;
}

.arm-kullPol-T1 {
  width: 100%;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 0px;
}

.arm-kullPol-T2 {
  width: 100%;
  font-size: 12px;
  text-indent: 10px;
  text-align: left;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 0px;
}

.arm-kullPol-Tt {
  width: 100%;
  font-size: 10px;
  text-align: justify;
  text-indent: 50px;
}

.arm-footerDiv {
  font-size: 11px;
  display: inline-block;
  width: 100%;
  color: #fff;
  background-color: rgb(50,50,50);
  text-align: center;
}
