a {
  color: #8B0000;
  text-decoration: none;
}
a:hover {
  color: #A6A6A6;
  text-decoration: none;
}
.section ul {
  padding: 10px 0px 10px 20px;
  margin: 0px 0px 0px 10px;
  list-style: square outside;
}
.section ul li {
  font-size: 14px;
  font-family: 'montserratregular', Tahoma, Arial, sans-serif;
  line-height: 1.2em;
  padding: 0px 0px 10px 0px;
}
.section ol {
  padding: 0px 0px 10px 15px;
}
.section ol li {
  color: #737373;
  font-size: 0.95em;
  padding: 0px 0px 0px 0px;
}
hr.line {
  border-bottom: 1px solid #3db6ad;
  padding: 0px 0px 0px 0px;
  margin: 10px 0px 20px 0px;
}
div.section.midd hr.line {
  border-bottom: 1px solid #1c4647;
  padding: 0px 0px 0px 0px;
  margin: 10px 0px 20px 0px;
}

.flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.full { float: left; width: 100%; margin: 0px 0px 0px 0px; }
.half { float: left; width: 50%; margin: 0px 0px 0px 0px; }
.third { float: left; width: 33%; margin: 0px 0px 0px 0px; }

.col { float: left; }
.col5 { float: left; width: 5%; }
.col10 { float: left; width: 10%; }
.col15 { float: left; width: 15%; }
.col20 { float: left; width: 20%; }
.col24 { float: left; width: 24%; }
.col25 { float: left; width: 25%; }
.col30 { float: left; width: 30%; }
.col33 { float: left; width: 33%; }
.col35 { float: left; width: 35%; }
.col40 { float: left; width: 40%; }
.col50 { float: left; width: 50%; }
.col60 { float: left; width: 60%; }
.col65 { float: left; width: 65%; }
.col66 { float: left; width: 66%; }
.col70 { float: left; width: 70%; }
.col75 { float: left; width: 75%; }
.col80 { float: left; width: 80%; }
.col100 { float: left; width: 100%; }

.vpad00 { padding: 0px 0px 0px 0px; }
.vpad40 { padding: 40px 0px 0px 0px; }
.vpad04 { padding: 0px 0px 40px 0px; }
.vpad44 { padding: 40px 0px 40px 0px; }
.vpad02 { padding: 0px 0px 20px 0px; }
.vpad20 { padding: 20px 0px 0px 0px; }
.vpad22 { padding: 20px 0px 20px 0px; }
.vpad24 { padding: 20px 0px 40px 0px; }
.vpad42 { padding: 40px 0px 20px 0px; }
.vpad06 { padding: 0px 0px 60px 0px; }
.vpad46 { padding: 40px 0px 60px 0px; }
.vpad64 { padding: 60px 0px 40px 0px; }
.vpad66 { padding: 60px 0px 60px 0px; }

.imgleft { float: left; margin: 0px 10px 20px 0px; }
.imgright { float: right; margin: 0px 0px 20px 10px; }
img.resp { width: 100%; height: auto;}

.toright { float: right; }
.toleft { float: left; }

.center { text-align: center; }
.tleft { text-align: left; }
.tright { text-align: right; }
.rpad { padding-right: 30px; }
.lpad { padding-left: 30px; }
.rnd { border-radius: 10px; }

.btn {
  padding: 7px 20px 7px 20px;
  font-family: 'redhat_bold', Tahoma, Arial, sans-serif;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  margin-right: 10px;
  margin-bottom: 10px;
  border: none;
}
.btn.light {
  color: #fff;
  background: #8A0000;
}
.btn.light:hover {
  color: #000;
  background: #A6A6A6;
  text-decoration: none;
}
.btn.dark {
  color: #000;
  background: #fff;
}
.btn.dark:hover {
  color: #fff;
  background: #000;
  text-decoration: none;
}
.btn.midl {
  color: #fff;
  background: #1c4647;
}
.btn.midl:hover {
  color: #1c4647;
  background: #fff;
  text-decoration: none;
}
.xlight .btn.dark:hover {
  color: #fff;
  background: #1c4647;
  text-decoration: none;
}
.xlight .btn.midl:hover {
  color: #1c4647;
  background: #3db6ad;
  text-decoration: none;
}
.btn.hlit {
  color: #000;
  background: #A6A6A6;
}
.btn.hlit:hover {
  color: #fff;
  background: #000;
  text-decoration: none;
}
.xlight .btn.hlit:hover {
  color: #f78e1e;
  background: #000;
  text-decoration: none;
}
.btn i {
  padding: 0px 0px 0px 15px;
}
button {
  padding: 0px; margin:0px;
  border: none;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-border-radius: none;
}

.smlbtn {
  float: left;
  width: 40px;
  height: 40px;
  font-size: 18px;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  border: none;
}
.smlbtn.dark {
  color: #fff;
  background: #8B0000;
}
.smlbtn.dark:hover {
  color: #000;
  background: #A6A6A6;
}

p {
  color: #666666;
  font-size: 15px;
  line-height: 1.4em;
  padding-bottom: 15px;
  margin: 0px;
}

p.btns {
  float: left;
  width: 100%;
  margin: 0px;
  padding: 20px 0px 0px 0px;
}
p.btns.cnt {
  text-align: center;
}
p.btnsml {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

strong { font-family: 'redhat_bold', Tahoma, Arial, sans-serif; font-weight: normal; }
hr {
  float: left;
  width: 100%;
  border: none;
  border-bottom: 1px solid silver;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 40px 0px;
}
h1, h2, h2.clear  {
  position: relative;
  float: left;
  width: 100%;
  color: #8B0000;
  font-family: 'redhat_bold', Tahoma, Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
}
h1 {
  font-size: 36px;
  text-transform: uppercase;
  padding: 0px;
  margin: 0px 0px 20px 0px;
  padding: 0px 0px 15px 0px;
  line-height: 42px;
}
div#intro h1 {
  line-height: 42px;
}
h1 span, h2 span {
  float: left;
  width: 100%;
  color: #A6A6A6;
  font-size: 16px;
  font-family: 'redhat_regular', Tahoma, Arial, sans-serif;
  padding: 0px 0px 0px 0px;
}
h2 {
  font-size: 30px;
  margin: 0px 0px 20px 0px;
  padding: 0px 0px 15px 0px;
  line-height: 36px;
}
h1::before, h2::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 80px;
  border-bottom: 2px solid #A6A6A6;
}
div.section.dark h1, div.section.dark h2  {
  color: #fff;
}
div.section.midd h1::before, div.section.midd h2::before {
  border-bottom: 2px solid #fff;
}
div.section.dark h1::before, div.section.dark h2::before {
  border-bottom: 2px solid #A6A6A6;
}
h3, h4 {
  color: #8B0000;
  font-family: 'redhat_regular', Tahoma, Arial, sans-serif;
  line-height: 1.1em;
  font-weight: normal;
}
h3 {
  font-size: 24px;
  padding: 0px 0px 0px 0px;
  margin: 10px 0px 10px 0px;
}
h4 {
  font-size: 20px;
  padding: 0px 0px 0px 0px;
  margin: 10px 0px 10px 0px;
  background: none;
}
h4 span, h3 span {
  color: #A6A6A6;
}
div.section.midd h4 span, div.section.midd  h3 span {
  color: #fff;
}
h2.likeh3 {
  font-size: 24px;
  padding: 0px 0px 0px 0px;
  margin: 10px 0px 10px 0px;
  text-transform: none;
}
h2.likeh3::before {
  border: none;
}
h2.likeh4 {
  font-size: 20px;
  padding: 0px 0px 0px 0px;
  margin: 10px 0px 10px 0px;
  text-transform: none;
}
h2.likeh4::before {
  border: none;
}
h3.likeh2 {
  font-size: 30px;
  padding: 0px 0px 20px 0px;
  margin: 0px 0px 0px 0px;
}
h3.likeh4 {
  font-size: 20px;
  padding: 0px 0px 0px 0px;
  margin: 10px 0px 10px 0px;
}


table.downld {
  float: left;
  width: 100%;
  margin: 0px 0px 0px 0px;
}
table.downld tr td {
  padding: 10px;
  border-bottom: 1px solid #0e2548;
  text-align: center;
}
table.downld tr th {
  padding: 10px;
  color: #fff;
  background: #0e2548;
  text-transform: uppercase;
}
table.downld tr td.name {
  text-align: left;
}
#hpservs {
  margin: 0px 0px 40px 0px;
}
#hpservs .col33 {
  position: relative;
  padding: 30px 30px 80px 30px;
  margin: 0px;
  background: #fff;
  transition: transform .2s;
  cursor: pointer;
  box-sizing: border-box;
  outline: 1px solid #A6A6A6;
  outline-offset: -0.5px;
}
#hpservs .col33 p.sqr {
  position: absolute;
  left: 30px;
  bottom: 30px;
  padding: 30px 0px 0px 0px;
}
#hpservs .col33:hover {
  transform: scale(1.1); 
  z-index: 500;
  background-blend-mode: overlay;
}
#hpservs .col33#cctv:hover {
  background: url('../../images/img-cctv.jpg') center center no-repeat;
  background-color: rgba(0, 0, 0, 0.4);
  background-size: cover;
}
#hpservs .col33#guns:hover {
  background: url('../../images/img-guns.jpg') center center no-repeat;
  background-color: rgba(0, 0, 0, 0.4);
  background-size: cover;
}
#hpservs .col33#shot:hover {
  background: url('../../images/img-shot.jpg') center center no-repeat;
  background-color: rgba(0, 0, 0, 0.4);
  background-size: cover;
}
#hpservs .col33#safe:hover {
  background: url('../../images/img-safe.jpg') center center no-repeat;
  background-color: rgba(0, 0, 0, 0.4);
  background-size: cover;
}
#hpservs .col33#bugs:hover {
  background: url('../../images/img-bugs.jpg') center center no-repeat;
  background-color: rgba(0, 0, 0, 0.3);
  background-size: cover;
}
#hpservs .col33#plum:hover {
  background: url('../../images/img-plum.jpg') center center no-repeat;
  background-color: rgba(0, 0, 0, 0.5);
  background-size: cover;
}
#hpservs .col33:hover p, #hpservs .col33:hover h3 a {
  color: #fff;
}
#hpservs .col33:hover img {
  -webkit-filter: grayscale(1) invert(1) contrast(500%);
  filter: grayscale(1) invert(1) contrast(500%);
}

#servs {
  margin: 30px 0px 0px 0px;
}
#servs .serv {
  position: relative;
  width: 100%;
  padding: 0px 0px 20px 0px;
  margin: 0px 0px 20px 0px;
  background: #fff;
  transition: transform .2s;
  cursor: pointer;
  border-bottom: 1px solid #A6A6A6;
}
#servs .serv .servpic {
  float: right;
  margin: 0px 0px 0px 30px;
  width: 30%;
}
/*#servs .serv:nth-child(odd) .servpic {
  float: right;
  margin: 0px 0px 0px 30px;
}
#servs .serv:nth-child(even) .servpic { 
  float: left;
  margin: 0px 30px 0px 0px;
}*/
#servs .serv .servpic img {
  float: left;
  width: 100%;
  height: auto;
}

.galls {
  float: left;
  width: 100%;
  padding-bottom: 60px;
}
.galls .gall {
  float: left;
  width: calc(16.66% - 30px);
  margin-right: 30px;
}
.galls .gall img {
  float: left;
  width: 100%;
  height: auto;
}

#rentb p.colls {
  columns: 3;
}