/* --- style --- */
/* _all-mixins.scss */
.mpadtbl, .mpatd1 {
  width: 150px;
  height: 26px; }

/*  ------ PT_COMMENTS_SUITE 2/2 -------  */
.singlecomm.has-cmemblnk p {
  display: flex;
  flex-flow: wrap; }

.singlecomm.has-cmemblnk p * {
  margin: 0 3px; }

.singlecomm.has-cmemblnk p x-cmemblnk * {
  margin: 0; }

.video-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0; }

.video_wrap {
  max-width: 500px;
  margin: 10px auto; }

.video-responsive iframe {
  width: 100%; }

.image-responsive, .mp4video {
  display: flex;
  box-shadow: 0 0 5px #aaa;
  margin: 1px;
  background: white; }
  @media (max-width: 760px) {
    .image-responsive, .mp4video {
      width: calc( 110px + 1vw );
      height: calc( 110px + 1vw ); } }
  @media (min-width: 760px) {
    .image-responsive, .mp4video {
      width: calc( 180px + 1vw );
      height: calc( 180px + 1vw ); } }

.image-responsive a {
  display: inline-block;
  padding: 4px;
  background: white;
  border: solid 1px #ccc; }

.image-responsive a img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto; }

.mp4video video {
  height: 100%;
  width: 100%; }

/*  ------ /PT_COMMENTS_SUITE 2/2 -------  */
#divlinker #addplcrOKStart {
  font-size: 1rem;
  display: block !important;
  padding: 10px 0 !important;
  margin: 5px 0 !important;
  text-align: center !important;
  width: 100% !important; }

.comformdiv input[type=text],
.comformdiv .cmntrFrmClss_Comment,
.comformdiv .rvcont {
  font-family: Arial, Helvetica, sans-serif;
  border: 2px solid #BBBBBB !important;
  box-shadow: 0px 0px 10px #DDDDDD inset;
  padding: 1% 0;
  display: block;
  margin: 2% 0;
  font-size: 1.5rem; }

#divlinker #addplcrOKStart, .btn, .jsClassDesktop #locpagewrap #locpgsb2 h4 a, .pgs a, .cmntrFrmClss_Submit,
.comm_write_now {
  background: #eee;
  border: 1px solid #ccc;
  border-radius: 3px !important;
  box-shadow: 1px 1px 1px #999;
  cursor: pointer;
  padding: 3px 5px;
  text-align: center;
  text-shadow: 1px 0 0 #fff;
  background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%); }
  #divlinker #addplcrOKStart :hover, .btn :hover, .jsClassDesktop #locpagewrap #locpgsb2 h4 a :hover, .pgs a :hover, .cmntrFrmClss_Submit :hover,
  .comm_write_now :hover {
    border-color: #888888 #111111 #111111 #888888 !important; }

#comments .singlecomm, #mpcse {
  background: #f5f5f5; }

.jsClassDesktop #locpagewrap #side_bar .fbsub, .jsClassDesktop #locpagewrap #locpgsb2 .rating, .jsClassDesktop #mppageswrap h1, .cmnum,
.commauth, #legend li {
  background: #f5f5f5; }

.jsClassDesktop #locpagewrap h1, .jsClassMobile #locpagewrap h1 {
  background: #eff26d; }

.ch_as_postcont, .jsClassDesktop #locpagewrap #locpgsb2 h4, .cmtbx_inner,
#comments h2 {
  background: #eee; }

/* _all.scss */
* {
  max-height: 999999px; }

*[href] {
  margin: 2px !important; }

#locpagewrap .iw_Desc, #locpagewrap #iw_addthis_rec {
  display: none !important; }

html {
  height: 100%;
  scroll-behavior: smooth; }

body {
  font-family: Arial, Helvetica, sans-serif;
  line-height: normal;
  background-color: #fff;
  color: #444;
  line-height: normal;
  height: 100%;
  margin: 0;
  padding: 0;
  text-align: left;
  max-width: 99.9%; }

#nav-toggle-wrap {
  position: absolute;
  right: 60px;
  top: 10px; }
  #nav-toggle-wrap #nav-toggle {
    position: absolute;
    left: 50%;
    top: 50%;
    cursor: pointer;
    padding: 10px 35px 16px 0px; }
    #nav-toggle-wrap #nav-toggle span, #nav-toggle-wrap #nav-toggle span:before, #nav-toggle-wrap #nav-toggle span:after {
      cursor: pointer;
      border-radius: 1px;
      height: 5px;
      width: 35px;
      background: #659048;
      position: absolute;
      display: block;
      content: ""; }
    #nav-toggle-wrap #nav-toggle span:before {
      top: -10px; }
    #nav-toggle-wrap #nav-toggle span:after {
      bottom: -10px; }

#contentdiv {
  position: relative;
  width: auto;
  max-width: 750px;
  margin: 0 auto; }
  #contentdiv #div1 {
    display: none; }

h1 {
  font-family: "Times New Roman", Times, serif;
  line-height: 95%;
  margin: 2% 0 0 0;
  padding: 0;
  letter-spacing: -0.07em; }

a {
  color: #0000CC;
  cursor: pointer; }
  a:hover {
    color: black;
    text-decoration: underline; }
  a:active, a:focus {
    outline: none; }

tr, td, table, form, input {
  margin: 0;
  padding: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  border: none; }

td {
  vertical-align: top;
  border: none; }

img {
  border: medium none !important; }

div {
  text-align: left; }

.paktive {
  display: none !important; }

.clearer {
  clear: both;
  height: 0;
  overflow: hidden; }

@media (min-width: 760px) {
  body {
    background-color: #fff;
    font-size: 14px; } }
@media (max-width: 760px) {
  html {
    margin: 0.3%;
    font-size: 14px; }

  *[href] {
    margin: 2px !important; }

  body {
    margin: 0.3%;
    font-size: 14px; } }
/* _hm.scss */
#homewrap #hm_faq_link {
  font-family: Times, serif;
  position: absolute;
  right: 0;
  top: 5px;
  text-decoration: none;
  color: #444;
  display: flex;
  align-items: center;
  padding: 7px 15px;
  background: #eee;
  font-size: 15px;
  border-radius: 20px; }
#homewrap #hm_faq_link > div:first-child {
  font-size: 15px;
  margin: 0 3px 0 0;
  width: 18px;
  height: 18px;
  border: solid 1px #888;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  background: #888;
  font-weight: bold; }
#homewrap h1 {
  position: relative;
  border: medium none;
  display: block;
  font-family: "Times New Roman", Times, serif;
  font-weight: bold;
  font-size: 34px;
  line-height: 1em;
  letter-spacing: -2px;
  margin: 0;
  padding: 0;
  text-align: center; }
#homewrap h2 {
  border: none;
  color: #659048;
  margin: 10px 0;
  padding: 0;
  text-align: center;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  word-spacing: 50%;
  line-height: 150%; }
#homewrap #globalbott {
  font-size: small; }
#homewrap #cse-search-form {
  min-height: 32px;
  border: 10px solid #eee;
  border-radius: 5px;
  box-shadow: 0 0 10px #aaa;
  margin: 20px auto;
  background-color: #eee;
  max-width: 600px; }
#homewrap .hmpgfcldng {
  color: #676767;
  font-size: 11px;
  margin: 10px;
  padding: 4px; }
#homewrap .hmpgfcttl {
  color: green;
  font-size: 13px;
  font-weight: bold; }
#homewrap #hpswtbl {
  margin: 0 auto;
  position: relative; }
#homewrap #hpswtd2 {
  width: 140px; }

#homepage {
  display: table;
  margin: 0 auto;
  max-width: 90%; }
  #homepage #header span {
    display: block;
    margin: 0 auto; }
  #homepage .ver_ali_mid td {
    vertical-align: middle;
    width: 100%; }

#hmpgdesc {
  margin: 10px 10px 10px 0; }
  #hmpgdesc p {
    font-size: 12px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    width: 90%;
    max-width: 700px; }

#hmpgcities {
  text-align: center;
  display: flex;
  justify-content: space-around; }
  #hmpgcities a {
    display: inline-block;
    margin: 0 auto;
    max-width: 50%;
    min-width: 250px;
    width: 24%; }
  #hmpgcities a.hmcta1, #hmpgcities a.hmcta2, #hmpgcities a.hmcta3 {
    display: inline-block;
    width: 26vw;
    height: 26vw;
    background-repeat: no-repeat;
    min-width: auto;
    background-size: contain;
    background-position: center;
    box-shadow: 0 0 5px #aaa; }
    @media (max-width: 760px) {
      #hmpgcities a.hmcta1, #hmpgcities a.hmcta2, #hmpgcities a.hmcta3 {
        background-size: 120%;
        background-position: calc(100%) center; } }
  #hmpgcities .hmcta1 {
    background: url(/common/images/hm_karachi.png); }
  #hmpgcities .hmcta2 {
    background: url(/common/images/hm_lahore.png); }
  #hmpgcities .hmcta3 {
    background: url(/common/images/hm_islamabad.png); }
  #hmpgcities img {
    border: medium none;
    height: auto;
    width: 70%; }

#hmpgsecwrap {
  max-width: 900px; }

.hminp2 {
  color: #9ea33e;
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin: 4% 0;
  padding: 0;
  text-align: center; }

#hm_addths {
  margin: 0 auto; }

.hm_gims_wrp {
  width: 120px; }

.hm_gims_ifr {
  margin: 0;
  height: 467px;
  width: 120px;
  overflow: hidden; }

.hm_adwrp .fspn {
  font: 10px / 1em Arial; }

.hm_adwrp {
  border-bottom: 1px dotted #AAAAAA;
  border-top: 1px dotted #AAAAAA;
  margin: 5px auto;
  padding: 5px 0; }

#hmpgmenu {
  display: flex;
  flex-wrap: wrap;
  margin: 62px auto auto;
  font: normal 18px/1em Times, serif;
  font-variant: small-caps;
  max-width: 500px; }
  #hmpgmenu b {
    font-size: 90%;
    flex-basis: 100%;
    text-transform: uppercase;
    border-bottom: solid 1px #aaa;
    margin: 5px 0; }
  #hmpgmenu a {
    flex: 1 1 calc(20%);
    padding: 8px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none; }
  #hmpgmenu i {
    font-style: normal;
    display: inline-block;
    margin: 0 5px;
    opacity: 0.8; }

.hpd1 {
  position: absolute;
  left: 180px;
  top: 85px; }
  .hpd1 h1 {
    border: none;
    color: #888;
    font: bold 29px Arial;
    letter-spacing: -2px;
    margin: 0;
    padding: 0;
    text-shadow: 1px 1px 0 #fff; }

/* _ch.scss */
#cityhomewrap {
  margin: 0 10px; }
  #cityhomewrap .leftbartd, #cityhomewrap #navigation .first {
    display: none; }
  #cityhomewrap ul {
    margin: 0;
    padding: 0; }
  #cityhomewrap li {
    font-family: "Times New Roman", Times, serif;
    font-family: "Times New Roman", Times, serif;
    margin: 5px;
    padding: 5px;
    list-style-type: none;
    font-variant: small-caps;
    text-indent: 0;
    border-bottom: solid 1px #ddd;
    font-weight: bold;
    font-size: 16px; }
    #cityhomewrap li a {
      text-decoration: none;
      margin: 0 !important; }
  #cityhomewrap .chdivs {
    border: solid 1px #aaa;
    margin: 10px;
    padding: 10px; }
  #cityhomewrap #ch01 li {
    background: #eee; }
  #cityhomewrap #ch02 > div {
    display: inline-block; }
  #cityhomewrap #ch02 li {
    background: #eff26d;
    color: darkolive; }
  #cityhomewrap h1 {
    font-size: 38px;
    line-height: 1em;
    margin: 24px 0;
    font-variant: small-caps;
    text-align: center; }
  #cityhomewrap #chcontainer {
    transform-origin: top left; }
  @media (max-width: 514px) {
    #cityhomewrap #chcontainer_wrap {
      max-width: 80vw;
      max-height: 260px;
      overflow: hidden; }
    #cityhomewrap #chcontainer {
      transform: scale(0.62); } }
  #cityhomewrap #chcontainer {
    width: 514px;
    height: 353px;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
    margin: 0; }
    .karachibg {
      background-image: url(//i.paktive.com/i/cityhome-karachi.jpg); }

    .lahorebg {
      background-image: url(//i.paktive.com/i/cityhome-lahore.jpg); }

    .islamabadbg {
      background-image: url(//i.paktive.com/i/cityhome-islamabad.jpg); }
    #cityhomewrap #chcontainer .title {
      font-size: 90%;
      font-weight: bold;
      text-transform: uppercase; }
    #cityhomewrap #chcontainer .box {
      display: flex;
      height: 68px;
      font-size: 11px;
      flex-flow: column wrap;
      align-content: stretch;
      justify-content: center;
      width: 154px;
      overflow: hidden;
      position: absolute; }
    #cityhomewrap #chcontainer .karachinorth {
      top: 20px;
      left: 128px; }
    #cityhomewrap #chcontainer .karachisouth {
      left: 60px;
      top: 262px; }
    #cityhomewrap #chcontainer .karachieast {
      left: 280px;
      top: 125px; }
    #cityhomewrap #chcontainer .karachiwest {
      left: 18px;
      top: 121px; }
    #cityhomewrap #chcontainer .lahorenorth {
      top: 9px;
      left: 283px; }
    #cityhomewrap #chcontainer .lahoresouth {
      left: 59px;
      top: 246px; }
    #cityhomewrap #chcontainer .lahoreeast {
      left: 342px;
      top: 146px; }
    #cityhomewrap #chcontainer .lahorewest {
      left: 13px;
      top: 84px; }
    #cityhomewrap #chcontainer .islamabadnorth {
      top: 32px;
      left: 22px; }
    #cityhomewrap #chcontainer .islamabadsouth {
      left: 289px;
      top: 241px; }
    #cityhomewrap #chcontainer .islamabadeast {
      left: 348px;
      top: 63px; }
    #cityhomewrap #chcontainer .islamabadwest {
      left: 18px;
      top: 185px; }

/* _om.scss */
@media (max-width: 760px) {
  #othermapshome {
    margin: 5px; } }
@media (min-width: 760px) {
  #othermapshome .lstbx, #othermapshome .twnslct {
    border: solid 1px #aaa;
    font-size: 20px;
    background-color: #D6E7C7; }

  #otherwrap #menubardiv {
    visibility: hidden; }
  #otherwrap .codebox {
    border: solid 1px #aaa;
    background-color: #fff; }
  #otherwrap h3 {
    margin-top: 20px; }

  #othermapshome .addthis {
    float: right; }

  #otherwrap .activec, #otherwrap .navOn {
    background-color: #F5F5F5;
    border-bottom: none;
    font-weight: normal; }

  #om_search #cse-search-form {
    display: none; }

  #fpctymps .desc .astd {
    width: 165px; }
  #fpctymps #srchbox .inp {
    width: 110px; } }
#othermapshome .cmftbl .frminp td {
  overflow: hidden;
  display: inline-block; }
#othermapshome .cmftbl .frminp td:first-child {
  outline: solid 2px green; }
#othermapshome .cmftbl .frminp td:nth-child(2) {
  outline: solid 2px green; }

/* _pc.scss */
@media (max-width: 760px) {
  #pcwrap #contentdiv {
    margin: 0 3% !important; }
  #pcwrap .leftbartd {
    display: none !important; }
  #pcwrap h1 {
    font-size: 2rem !important;
    line-height: 100% !important; }
  #pcwrap h2 {
    font-size: 1rem; } }
#pcwrap {
  margin: 0 auto;
  max-width: 900px;
  overflow: hidden; }
  #pcwrap #navigation {
    display: none; }
  #pcwrap .hdtbtop, #pcwrap #contentdiv, #pcwrap #header {
    width: auto; }
  #pcwrap #contentdiv {
    margin: 15px; }

#postalcodes h1 {
  font-size: 300%;
  letter-spacing: -1px; }
#postalcodes p {
  font-size: 120%; }

#pc_home h2 {
  clear: both;
  font-size: 150%; }
#pc_home h3 {
  box-shadow: 0.1em 0.1em 0.1em #ccc;
  border-radius: 0.5em;
  background-color: #eee;
  display: inline-block;
  margin: 1% 0.5%;
  padding: 1.5% 1%;
  font-size: 130%; }

#pcpglnks h3 {
  box-shadow: 0.1em 0.1em 0.1em #ccc;
  border-radius: 0.5em;
  background-color: #eee;
  display: inline-block;
  margin: 1% 0.5%;
  padding: 1.5% 1%;
  font-size: 130%; }

#pc_home h3 a {
  text-decoration: none; }

#pc_pg .pcw {
  display: table;
  width: 99%;
  margin: 1% 0;
  border: 0.3em solid #eee;
  font: 120% Arial; }
  #pc_pg .pcw .pcn, #pc_pg .pcw .pcc, #pc_pg .pcw .pcg {
    display: table-cell;
    text-align: left;
    padding: 0.5%;
    vertical-align: middle; }
  #pc_pg .pcw .pcn {
    font-weight: bold;
    width: 40%; }
  #pc_pg .pcw .pcc {
    color: green;
    font-weight: bold;
    width: 20%; }
  #pc_pg .pcw .pcg {
    font-size: 85%; }
  #pc_pg .pcw .pch {
    text-transform: uppercase;
    display: table-caption;
    font-size: 11px;
    background: #eee; }
    #pc_pg .pcw .pch a {
      text-decoration: none;
      border-bottom: dotted 2px; }
#pc_pg .pcm {
  display: block;
  float: right;
  text-align: right; }
  #pc_pg .pcm a {
    font-weight: bold;
    font-size: 60%;
    line-height: 1em;
    display: flex;
    text-decoration: none;
    background: #ccc;
    padding: 5px;
    border-radius: 17px;
    max-width: 50px;
    overflow: hidden;
    justify-content: center;
    text-align: center;
    max-height: 30px;
    color: black; }
#pc_pg .pe0, #pc_pg .pe1 {
  background-color: #eee; }

#pc_pg .hd {
  text-transform: uppercase;
  border: none;
  font-size: 80%; }
#pc_pg p {
  font-size: 18px;
  font-weight: bold;
  text-align: right; }

.pclnk b {
  margin: 0 2px 0 0; }

.pclnka {
  margin: 0 3px; }

#pcwrap #leftbar {
  margin: 10px;
  padding: 0; }

/* _op.scss */
@media (max-width: 760px) {
  #goodiestopwrap > table td {
    display: block; } }
#advertise h3 {
  font: bold 18px Arial; }
#advertise table {
  margin: 10px 0 0; }
#advertise td {
  padding: 2px 8px; }
#advertise u {
  color: green;
  font-weight: bold;
  text-decoration: none; }
#advertise p, #advertise li, #advertise td {
  font: 14px / 1.5em Arial; }

#faq {
  margin: 0 10px 900px 10px; }
  #faq .hmlnk {
    border-top: 1px dotted #aaa;
    display: block;
    margin: 50px 0 0;
    padding: 10px 0 0; }
  #faq p, #faq li {
    font: 14px / 1.5em Arial; }
  #faq h2 {
    font: bold 22px Arial; }
  #faq h3 {
    font: bold 18px Arial; }
  #faq h5 {
    font: bold 15px Arial; }
  #faq code {
    display: inline;
    word-wrap: break-word !important;
    white-space: pre-wrap !important;
    word-break: break-all;
    color: darkorange; }
  #faq .faqpic {
    display: block;
    width: 90%;
    max-width: 500px;
    overflow: hidden; }
    #faq .faqpic img {
      width: 100%; }
  #faq .faqvid {
    width: 90%;
    max-width: 500px;
    overflow: hidden; }
    #faq .faqvid iframe {
      width: 100%;
      height: 300px; }

/* _dtp-lp.scss */
@media (min-width: 760px) {
  #locpagewrap .afflnk {
    height: 105px;
    position: absolute;
    left: 0;
    top: 72px;
    width: auto;
    overflow: hidden; }
    #locpagewrap .afflnk table {
      height: 105px;
      width: 100%; }
    #locpagewrap .afflnk a {
      color: #000;
      display: block;
      text-decoration: none;
      font: bold 12px/1em Arial; }
    #locpagewrap .afflnk td {
      text-align: center;
      vertical-align: middle;
      padding: 0 5px; }
      #locpagewrap .afflnk td:hover {
        background: #ccc !important; }
    #locpagewrap .afflnk table tr:nth-child(1) td {
      border-bottom: 3px solid #fff;
      background: #CFE7D2; }
    #locpagewrap .afflnk table tr:nth-child(2) td {
      background: #CFD2E7;
      border-bottom: 3px solid #fff; }
    #locpagewrap .afflnk table tr:nth-child(3) td {
      background: #E1CDC2; }
  #locpagewrap #contentdiv {
    width: 750px;
    height: 700px;
    overflow: hidden; }
    #locpagewrap #contentdiv .cthlnk {
      text-align: right; }
    #locpagewrap #contentdiv #secAddBtn {
      margin: 5px 0 0 0;
      position: relative; }
      #locpagewrap #contentdiv #secAddBtn .addbutton {
        background-color: #eff26d;
        color: #365f1e;
        font: bold 12px/1em Arial;
        left: 0;
        text-align: center;
        top: 0;
        width: 100%; }
      #locpagewrap #contentdiv #secAddBtn span:nth-child(1) {
        display: none; }
      #locpagewrap #contentdiv #secAddBtn span:nth-child(2):after {
        content: " on Paktive"; }
    #locpagewrap #contentdiv .addbutton {
      left: 350px;
      top: 270px;
      width: 100px;
      bottom: auto;
      right: auto; }
    #locpagewrap #contentdiv .leftbartd {
      overflow: hidden; }
    #locpagewrap #contentdiv .afsnpt {
      bottom: -10px;
      left: 0;
      margin: 0 auto;
      position: absolute;
      right: 0; }
    #locpagewrap #contentdiv .alocpagebot {
      background-color: #eeeeee;
      border: medium none;
      height: 90px;
      right: 0;
      margin: 0;
      overflow: hidden;
      padding: 0;
      position: absolute;
      text-align: center;
      top: 315px;
      width: 728px; }
  #locpagewrap #header .mapheader {
    min-height: 45px;
    position: relative;
    width: 750px; }
  #locpagewrap #header .pgs {
    display: none !important;
    bottom: 0;
    left: 190px;
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: 71px;
    z-index: 999; }
  #locpagewrap #header #mpcse2res {
    background: #fff;
    max-height: 260px;
    right: 0;
    width: 580px;
    height: auto;
    overflow: auto;
    position: absolute;
    top: 60px;
    z-index: 100;
    opacity: 1; }
  #locpagewrap #header #mpcse {
    background-color: rgba(111, 164, 74, 0.17);
    border: medium none;
    height: 65px;
    right: 0;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 0;
    width: 220px;
    z-index: 110;
    box-shadow: 0 0 4px #aaa; }
    #locpagewrap #header #mpcse input {
      height: 25px;
      box-shadow: none; }
    #locpagewrap #header #mpcse #mpcse2bx {
      float: none;
      margin: 2px 0 0;
      width: auto; }
    #locpagewrap #header #mpcse #mpcsehd {
      float: none;
      margin: 5px 0 0;
      padding: 0;
      text-align: center;
      text-transform: uppercase;
      width: auto; }
  #locpagewrap #header h1 {
    border: 3px solid #eff26d;
    color: #335b14;
    margin: 20px 0 0 0;
    padding: 8px 8px 10px 8px;
    overflow: hidden;
    font-family: "Times New Roman", Times, serif;
    font-weight: bold;
    font-size: 35px;
    line-height: 29px;
    letter-spacing: -2px;
    word-spacing: -1px;
    text-shadow: 1px 0 #fff;
    width: 728px; }
    #locpagewrap #header h1 .lhcma {
      display: none; }
    #locpagewrap #header h1 i, #locpagewrap #header h1 .lhcit {
      color: #555555;
      display: block;
      font: bold 11px/1em Arial;
      left: 10px;
      letter-spacing: 0;
      opacity: 0.4;
      position: absolute;
      text-shadow: none;
      text-transform: uppercase;
      opacity: 0.8;
      background: #eff26d;
      top: -6px;
      left: -5px;
      padding: 2px 5px 0 5px; }
    #locpagewrap #header h1 .lhcnm {
      display: inline-block;
      font-variant: small-caps;
      max-width: 515px; }
      #locpagewrap #header h1 .lhcnm .lhpvt {
        font-size: 60%;
        margin: 0 0 0 5px; }
    #locpagewrap #header h1 em {
      background-color: #666;
      border: 2px solid #666;
      color: #fff;
      font: bold 10px/1em Arial;
      letter-spacing: normal;
      text-shadow: none;
      vertical-align: 7px; }
    #locpagewrap #header h1 .branch {
      font: bold 17px/1em Arial;
      letter-spacing: -1px;
      margin: 0 0 0 3px; }
  #locpagewrap #header .subhd {
    color: #444;
    min-height: 10px;
    display: block;
    font: bold 8px/1em Arial;
    left: 350px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    text-align: right;
    text-shadow: 1px 0 #fff;
    text-transform: uppercase;
    top: 84px;
    width: 310px;
    z-index: 999; }
    #locpagewrap #header .subhd .spMedAll {
      display: none !important; }
  #locpagewrap #leftbar {
    height: 310px;
    left: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 0;
    width: 164px;
    background-color: #eee; }
    #locpagewrap #leftbar .rltdlnks a {
      background: #E1E4BE;
      color: #000;
      text-transform: uppercase;
      text-decoration: none;
      display: table-cell;
      font: bold 10px/9px Arial;
      width: 160px;
      height: 26px;
      text-align: center;
      vertical-align: middle;
      box-shadow: 0 0 2px #ccc;
      overflow: hidden; }
      #locpagewrap #leftbar .rltdlnks a:hover {
        color: #cc000; }
    #locpagewrap #leftbar .rltdlnks ul, #locpagewrap #leftbar .rltdlnks li {
      margin: 0;
      padding: 0;
      list-style-type: none; }
  #locpagewrap #map {
    border: medium none;
    height: 310px;
    left: 168px;
    position: absolute !important;
    width: 500px; }
    #locpagewrap #map .gmnoprint {
      filter: alpha(opacity=90);
      opacity: 0.9; }
      #locpagewrap #map .gmnoprint img {
        filter: alpha(opacity=90);
        opacity: 0.9; }
    #locpagewrap #map .infoBox .gwes_html {
      width: 80px;
      height: 160px;
      position: absolute;
      left: -92px;
      top: -10px;
      background: transparent; }
      #locpagewrap #map .infoBox .gwes_html .ibgwifr {
        margin: 0;
        width: 80px;
        height: 160px;
        overflow: hidden; }
  #locpagewrap #side_bar {
    background-color: #eeeeee;
    height: 310px;
    left: 672px;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 78px; }
    #locpagewrap #side_bar iframe:hover {
      filter: alpha(opacity=100);
      opacity: 1; }
  #locpagewrap .fbsub {
    border-radius: 10px;
    box-shadow: 0 0 10px #aaa;
    margin: 30px auto 0;
    padding: 15px;
    text-align: center; }
    #locpagewrap .fbsub * {
      font: 17px Arial; }
    #locpagewrap .fbsub h3 {
      color: #444;
      font-family: "Times New Roman", Times, serif;
      font-weight: bold;
      font-size: 30px;
      line-height: 1em;
      display: block;
      letter-spacing: -2px;
      margin: 0;
      padding: 0; }
  #locpagewrap #locpgsb2 {
    background-color: #dddddd;
    bottom: 0;
    font-size: 12px;
    height: 270px;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 100%; }
    #locpagewrap #locpgsb2 a {
      text-decoration: underline; }
    #locpagewrap #locpgsb2 p {
      margin: 0;
      padding: 0; }
    #locpagewrap #locpgsb2 .p1 {
      display: table;
      top: 60px;
      width: 560px; }
      #locpagewrap #locpgsb2 .p1 .spMedAll {
        border: none;
        padding: 0;
        float: left;
        margin: 0 2px 0 0; }
      #locpagewrap #locpgsb2 .p1 .fr b {
        font-size: 90%;
        line-height: 1em; }
      #locpagewrap #locpgsb2 .p1 .na, #locpagewrap #locpgsb2 .p1 .ty, #locpagewrap #locpgsb2 .p1 .ad, #locpagewrap #locpgsb2 .p1 .de, #locpagewrap #locpgsb2 .p1 .us, #locpagewrap #locpgsb2 .p1 .dr, #locpagewrap #locpgsb2 .p1 .fr {
        border-right: 1px dotted #555;
        display: table-cell;
        padding: 0 10px; }
      #locpagewrap #locpgsb2 .p1 > span:last-of-type {
        border: none; }
      #locpagewrap #locpgsb2 .p1 .de a {
        background: #ccc;
        display: inline-block;
        padding: 3px 10px;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 11px;
        border-radius: 20px; }
      #locpagewrap #locpgsb2 .p1 .de a[href^="/"], #locpagewrap #locpgsb2 .p1 .de a[href*="www.paktive.com"] {
        color: blue !important;
        background: gold;
        padding: 2px;
        border: none;
        font-size: 107%; }
      #locpagewrap #locpgsb2 .p1 span i {
        color: green;
        display: block;
        font: 11px/11px Arial;
        padding: 5px 0;
        text-transform: uppercase; }
      #locpagewrap #locpgsb2 .p1 span b {
        font: bold 13px/1.1em Arial;
        display: inline-block; }
    #locpagewrap #locpgsb2 .p2 {
      color: green;
      font-size: 15px;
      font-style: italic;
      margin: 10px 0 5px 0; }
    #locpagewrap #locpgsb2 h4 {
      box-shadow: 0 5px 10px #999999;
      display: block;
      font-family: "Times New Roman", Times, serif;
      font-weight: bold;
      font-size: 27px;
      line-height: 1em;
      letter-spacing: -1px;
      margin: 0;
      padding: 10px;
      width: auto; }
  #locpagewrap #allfooter {
    background-color: #eee;
    box-shadow: 0 0 10px #aaa;
    height: auto;
    margin: 40px 6%;
    padding: 0;
    position: relative; }
    #locpagewrap #allfooter .ftrtbl, #locpagewrap #allfooter .cmmthrtbl {
      width: 100%;
      max-width: 99%;
      overflow: hidden; }
    #locpagewrap #allfooter .fblocp {
      text-align: center; }
      #locpagewrap #allfooter .fblocp form {
        margin: 0;
        padding: 0;
        display: inline; }
      #locpagewrap #allfooter .fblocp h4, #locpagewrap #allfooter .fblocp b {
        margin: 0 10px 0 0;
        padding: 0;
        display: inline;
        font: bold 13px/1em Arial; }
      #locpagewrap #allfooter .fblocp .inp {
        font-size: 110%;
        border: solid 1px #999;
        margin: 0;
        padding: 0;
        line-height: 120%; }
      #locpagewrap #allfooter .fblocp .butt {
        border: 0.5em solid #ccc;
        font-size: 100%;
        line-height: 100%;
        padding: 0; }
      #locpagewrap #allfooter .fblocp .inp {
        box-shadow: 0 0 4px #444 inset !important; } }
/* _dtp-mp.scss */
#legend {
  margin: 0;
  padding: 3px 0 3px 3px; }
  #legend ul {
    margin: 0;
    padding: 0; }
  #legend li {
    background-repeat: no-repeat;
    list-style-type: none;
    font: normal 10px/10px Arial;
    background-color: #eee;
    display: block;
    margin: 0;
    padding: 2px 4px 4px;
    text-align: left;
    text-decoration: none;
    vertical-align: 2px; }
    #legend li .spMedAll {
      background-color: #ccc;
      border: 3px solid #ccc;
      display: block;
      float: left;
      height: 11px;
      margin: -2px 3px 0 -4px;
      width: 12px; }
    #legend li a {
      color: darkslateblue;
      text-decoration: none;
      font: bold 8px / 1em Arial;
      text-transform: uppercase; }
    #legend li b {
      color: #666;
      text-shadow: 1px 1px 0 #fff; }
    #legend li a:hover {
      background-color: #ddd;
      color: black; }
  #legend h3 {
    font: 8px/8px Arial;
    color: white;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    text-align: center; }

@media (min-width: 760px) {
  .bdmppgcust #header .smallerfont {
    background-color: none;
    display: block;
    font: bold 11px/10px Arial,sans-serif;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 10px 0; }

  #mppageswrap h1 i {
    display: none; }
  #mppageswrap #contentdiv {
    position: relative;
    height: 1000px; }
    #mppageswrap #contentdiv .leftbartd {
      position: absolute;
      width: 130px;
      left: 0;
      top: 0; }
    #mppageswrap #contentdiv .ritd {
      position: absolute;
      left: 130px;
      top: 0;
      width: 620px; }
    #mppageswrap #contentdiv .asmppgmido {
      margin: 0;
      position: relative;
      left: -130px;
      width: 750px; }
      #mppageswrap #contentdiv .asmppgmido #as_mp_MR {
        margin: 10px 0; }
    #mppageswrap #contentdiv #allmenu {
      position: relative;
      left: -130px;
      width: 750px; }
    #mppageswrap #contentdiv .as_mp_RB {
      width: 750px;
      position: relative;
      left: -130px;
      text-align: center;
      font: bold 17px Arial;
      margin: 30px 0 0 0;
      padding: 15px 0;
      border-top: dotted 1px #aaa;
      border-bottom: dotted 1px #aaa; }
      #mppageswrap #contentdiv .as_mp_RB span {
        font: bold 12px/1em Arial;
        color: green; }
    #mppageswrap #contentdiv #feBuBuzz {
      width: 750px;
      position: relative;
      left: -130px; }
    #mppageswrap #contentdiv .subtbl {
      display: none;
      width: 750px;
      position: relative;
      left: -130px; }
  #mppageswrap #header .mapheader {
    position: relative; }
  #mppageswrap #header #mpcse {
    border: 1px solid #aaaaaa;
    margin: 0;
    padding: 2px;
    position: absolute;
    right: 0;
    top: 10px !important;
    width: 450px;
    z-index: 110; }
    #mppageswrap #header #mpcse #mpcsehd {
      font-size: 12px; }
  #mppageswrap #header #mpcse2res {
    background: #ffffff none repeat scroll 0 0;
    height: auto;
    left: 0;
    overflow: auto;
    position: relative;
    top: 50px;
    z-index: 100; }
  #mppageswrap #header .pgs {
    display: none; }
  #mppageswrap #header h1 {
    font-variant: small-caps !important;
    background: none;
    color: #335b14;
    margin: 0;
    padding: 8px;
    overflow: hidden;
    font-family: "Times New Roman", Times, serif;
    font-weight: bold;
    font-size: 35px;
    line-height: 29px;
    letter-spacing: -2px;
    word-spacing: -1px;
    z-index: 999;
    text-shadow: 1px 0 #fff;
    text-align: center;
    top: 60px;
    left: 175px; }
    #mppageswrap #header h1 i {
      text-transform: uppercase;
      vertical-align: 5px; }
    #mppageswrap #header h1 em, #mppageswrap #header h1 i {
      font: bold 13px Arial;
      letter-spacing: 0;
      vertical-align: 2px; }
  #mppageswrap #leftbar {
    margin: 0;
    padding: 0; }
    #mppageswrap #leftbar .mpaddths {
      left: 280px;
      margin: 0 !important;
      overflow: hidden;
      padding: 0 !important;
      position: absolute;
      top: 0;
      z-index: 999; }
  #mppageswrap #map {
    width: 442px;
    height: 410px;
    top: 0;
    position: relative; }
    #mppageswrap #map #infoBoxWrap {
      position: relative; }
    #mppageswrap #map .infoBox .gwes_html {
      width: 70px;
      height: 160px;
      position: absolute;
      left: -84px;
      top: -10px;
      background: #eee;
      border: solid 2px #eee; }
      #mppageswrap #map .infoBox .gwes_html .ibgwifr {
        margin: 0;
        width: 70px;
        height: 160px;
        overflow: hidden; }
  #mppageswrap #side_bar {
    border: solid 3px #659048;
    background-color: #f5f5f5;
    font: 10px Arial;
    height: 405px;
    overflow: auto;
    padding: 3px;
    right: 0;
    top: 0;
    width: 160px;
    position: absolute; }
    #mppageswrap #side_bar .sbitem {
      background-color: #eee;
      border-color: #fff #bbb #bbb #fff;
      border-style: solid;
      border-width: 1px;
      box-shadow: 3px 0 10px #aaa;
      color: black;
      font: 11px/11px Arial;
      margin: 0;
      overflow: hidden;
      padding: 1px 0 0;
      text-decoration: none;
      width: 138px;
      display: flex;
      justify-content: space-between;
      flex-direction: row-reverse;
      align-items: center;
      height: 22px; }
      #mppageswrap #side_bar .sbitem a {
        font-weight: normal;
        color: #0000cc; }
      #mppageswrap #side_bar .sbitem:hover {
        background-color: #ddd; }
    #mppageswrap #side_bar .pupa {
      border: medium none;
      cursor: pointer;
      margin: 5px 0 0;
      padding: 2px;
      position: absolute;
      right: 10px;
      text-decoration: none !important; }
    #mppageswrap #side_bar .name {
      margin: 0;
      padding: 0; }
    #mppageswrap #side_bar a {
      color: #000;
      font: 10px/11px Arial;
      text-decoration: none; }
      #mppageswrap #side_bar a:hover {
        color: blue; }
  #mppageswrap #expndrlnk {
    left: 135px;
    top: 130px;
    color: #000000;
    display: block;
    font: 12px Arial;
    padding: 3px;
    position: absolute; } }
/* _mob-lp.scss */
@media (max-width: 760px) {
  #locpagewrap {
    width: 99.8%;
    overflow: hidden; }
    #locpagewrap #locpgsb2 {
      height: 170px;
      overflow: hidden; }
    #locpagewrap #comments h2 {
      min-height: 100px; }
    #locpagewrap .hdtbtop .hdtbttd {
      min-height: 75px; }
    #locpagewrap #contentdiv {
      background: #eff26d;
      padding: 0 10px;
      margin: 0 auto;
      overflow: hidden; }
      #locpagewrap #contentdiv .condvtbl {
        width: 100%; }
      #locpagewrap #contentdiv .leftbartd, #locpagewrap #contentdiv #div1, #locpagewrap #contentdiv .as_l_R0 {
        display: none !important; }
      #locpagewrap #contentdiv .addbutton {
        left: auto;
        right: 20px;
        top: -55px;
        width: 80px;
        bottom: auto; }
      #locpagewrap #contentdiv .alocpagebot {
        height: 50px;
        width: 320px;
        margin: 10px auto;
        overflow: hidden; }
    #locpagewrap #header {
      min-height: 265px; }
      #locpagewrap #header .pgs {
        display: none !important; }
    #locpagewrap h1 {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 44px;
      overflow: hidden;
      font-family: "Times New Roman", Times, serif;
      font-weight: bold;
      border: 2px solid #eff26d;
      color: #333333;
      margin: 2% 0 0 0;
      top: 200px;
      position: absolute;
      width: 99.5%;
      letter-spacing: -1px;
      padding: 5px 0;
      text-shadow: 1px 0px #FFFFFF;
      word-spacing: -1px;
      clear: both;
      line-height: 80%;
      text-align: center; }
      #locpagewrap h1 .lhcma {
        display: none; }
      #locpagewrap h1 .lhcit {
        display: none; }
      #locpagewrap h1 em {
        display: none !important; }
      #locpagewrap h1 .branch {
        font: bold 17px/1em Arial;
        letter-spacing: -1px;
        margin: 0 0 0 3px; }
      #locpagewrap h1 .lhcnm {
        font-variant: small-caps; }
        #locpagewrap h1 .lhcnm .lhpvt {
          font-size: 60%;
          margin: 0 0 0 5px; }
    #locpagewrap #map {
      z-index: 1;
      background: none repeat scroll 0% 0% #EEEEEE;
      height: 160px;
      width: auto;
      position: relative;
      border: none;
      overflow: hidden !important; }
      #locpagewrap #map .infoBox {
        border-radius: 15px;
        box-shadow: -30px -30px 31px -30px #000000; }
        .bdlocpg.scrWsmall #locpagewrap #map .infoBox {
          -moz-transform: scale(0.9);
          -webkit-transform: scale(0.9);
          transform: scale(0.9); }

        .bdlocpg.scrWsmaller #locpagewrap #map .infoBox {
          -moz-transform: scale(0.8);
          -webkit-transform: scale(0.8);
          transform: scale(0.8); }

        .bdlocpg.scrWsmallest #locpagewrap #map .infoBox {
          -moz-transform: scale(0.7);
          -webkit-transform: scale(0.7);
          transform: scale(0.7); }
    #locpagewrap #side_bar {
      display: none !important; }
    #locpagewrap #locpgsb2 {
      text-align: center;
      border-radius: 10px;
      background-color: #EEEEEE;
      bottom: 0;
      box-shadow: 0 0 3px #999999;
      margin: 2% 0;
      overflow: hidden;
      padding: 0;
      text-shadow: 1px 0 1px #FFFFFF;
      width: auto; }
      #locpagewrap #locpgsb2 .sb2cat {
        margin: 0 !important;
        color: #333;
        height: 20px;
        overflow: hidden;
        background: #ccc;
        display: block;
        padding: 2px 0; }
      #locpagewrap #locpgsb2 .ad {
        display: none !important; }
      #locpagewrap #locpgsb2 .ty {
        display: flex !important;
        height: 16px;
        overflow: hidden;
        justify-content: center;
        align-items: center; }
        #locpagewrap #locpgsb2 .ty b {
          border-bottom: dotted 1px #6a75ff; }
        #locpagewrap #locpgsb2 .ty i {
          margin: 0 2px 0 0;
          color: #555; }
      #locpagewrap #locpgsb2 .de {
        max-height: 77px;
        overflow-y: auto;
        text-overflow: ellipsis;
        display: block; }
      #locpagewrap #locpgsb2 i {
        width: 20px;
        display: inline-block;
        visibility: hidden; }
      #locpagewrap #locpgsb2 i:before {
        font-family: "Font Awesome 5 Free";
        visibility: visible;
        font-size: 16px; }
      #locpagewrap #locpgsb2 .ty i:before {
        content: "\f07c"; }
      #locpagewrap #locpgsb2 .ad i:before {
        content: "\f1ad"; }
      #locpagewrap #locpgsb2 .de i:before {
        content: "\f022"; }
      #locpagewrap #locpgsb2 .ty b {
        text-transform: uppercase; }
      #locpagewrap #locpgsb2 .lps2fl {
        display: none; }
      #locpagewrap #locpgsb2 a {
        text-decoration: none;
        color: inherit; }
      #locpagewrap #locpgsb2 .de a {
        background: #ccc;
        display: inline-block;
        padding: 3px 10px;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 11px;
        border-radius: 20px; }
      #locpagewrap #locpgsb2 .de a[href^="/"], #locpagewrap #locpgsb2 .de a[href*="www.paktive.com"] {
        color: blue !important;
        background: gold;
        padding: 2px;
        border: none;
        font-size: 107%; }
      #locpagewrap #locpgsb2 p {
        margin: 0;
        padding: 0; }
      #locpagewrap #locpgsb2 .p1 .spMedAll {
        display: none !important; }
      #locpagewrap #locpgsb2 .p1 .na, #locpagewrap #locpgsb2 .p1 .ty, #locpagewrap #locpgsb2 .p1 .ad, #locpagewrap #locpgsb2 .p1 .de, #locpagewrap #locpgsb2 .p1 .fr {
        display: block;
        margin: 2px 0;
        padding: 0; }
      #locpagewrap #locpgsb2 .p1 .ty, #locpagewrap #locpgsb2 .p1 .fr {
        font-size: 70% !important; }
      #locpagewrap #locpgsb2 .p1 span i {
        text-transform: uppercase;
        font-style: normal;
        font-size: 75%;
        vertical-align: baseline; }
      #locpagewrap #locpgsb2 .p1 > span:last-of-type {
        border: medium none; }
      #locpagewrap #locpgsb2 h4 {
        display: none; }
    #locpagewrap #allfooter .ftrtbl {
      width: 99.9%; }
    #locpagewrap #allfooter .cmmthrtbl {
      width: 100%;
      margin: 0 auto;
      overflow: hidden; }
      #locpagewrap #allfooter .cmmthrtbl tr {
        vertical-align: top; }
    #locpagewrap #allfooter .asaffbott {
      display: none !important; }
    #locpagewrap .aslinkubot {
      background-color: #f5f5f5;
      border: 1px solid #aaa;
      box-shadow: 0 0 10px #aaa;
      margin: 12px;
      padding: 2px 0;
      text-align: center;
      border-radius: 10px; } }
/* _mob-mp.scss */
@media (max-width: 760px) {
  .bdmppgcust #copy,
  .mdiwrpN .amtbl td:not(:nth-child(1)), .mdiwrpS .amtbl td:not(:nth-child(2)), .mdiwrpE .amtbl td:not(:nth-child(3)), .mdiwrpW .amtbl td:not(:nth-child(4)) {
    display: none !important; }

  #mppageswrap {
    background-color: #FFFFFF;
    margin: 0px auto;
    min-height: 100%;
    padding: 0px;
    width: 99%;
    overflow: hidden; }
    #mppageswrap .mapheader {
      position: relative;
      height: 80px; }
    #mppageswrap #headsec {
      position: absolute;
      top: 30px;
      width: 99%; }
    #mppageswrap .asmppgmido {
      min-height: 60px; }
    #mppageswrap #copy {
      min-height: 190px; }
    #mppageswrap #legend {
      background: none; }
      #mppageswrap #legend li a {
        font: 11px/1em sans-serif; }
    #mppageswrap #contentdiv {
      width: 100%; }
      #mppageswrap #contentdiv .condvtbl {
        width: 100%; }
      #mppageswrap #contentdiv #allmenu {
        margin: 10px;
        background: #f5f5f5;
        box-shadow: 0 0 5px #555;
        min-height: 300px;
        padding: 5px; }
      #mppageswrap #contentdiv #div1, #mppageswrap #contentdiv #feBuBuzz, #mppageswrap #contentdiv #expndrlnk {
        display: none !important; }
      #mppageswrap #contentdiv .leftbartd {
        display: none !important; }
      #mppageswrap #contentdiv .asmppgmido {
        clear: both;
        border-top: solid 1px #fff; }
      #mppageswrap #contentdiv .as_mp_RB {
        display: none !important; }
      #mppageswrap #contentdiv #output {
        top: 65px;
        left: 100px;
        width: 60%;
        min-width: 200px;
        max-width: 80%; }
      #mppageswrap #contentdiv #copy {
        font-size: 70%;
        padding: 0;
        margin: 0;
        text-align: left;
        line-height: 12px; }
        #mppageswrap #contentdiv #copy h3 {
          margin: 0;
          padding: 2px 0;
          background-color: #999;
          color: #fff; }
        #mppageswrap #contentdiv #copy a {
          color: blue;
          display: block;
          padding: 5px;
          text-decoration: none; }
          #mppageswrap #contentdiv #copy a:hover {
            background-color: #ddd;
            color: black; }
        #mppageswrap #contentdiv #copy .copyitem, #mppageswrap #contentdiv #copy p {
          margin: 0;
          padding: 0; }
        #mppageswrap #contentdiv #copy .copyitem img {
          float: left;
          margin: 2px 2px 0 0;
          padding: 0; }
    #mppageswrap #header .smallerfont {
      display: none !important; }
    #mppageswrap #header .pgs {
      display: none; }
    #mppageswrap h1 {
      font-family: "Times New Roman", Times, serif;
      font-size: 13px;
      text-align: center;
      text-transform: uppercase;
      padding: 4px 0;
      letter-spacing: normal;
      height: 30px;
      overflow-y: hidden;
      text-overflow: ellipsis;
      max-width: 99vw; }
      #mppageswrap h1 i {
        display: none !important; }
    #mppageswrap #map {
      height: 300px;
      width: 63%;
      float: left; }
      #mppageswrap #map .infoBox {
        border-radius: 15px;
        box-shadow: -30px -30px 31px -30px #000000;
        width: auto;
        max-width: 70%; }
    #mppageswrap #side_bar {
      background-color: #f5f5f5;
      border: 1px solid #659048;
      display: block;
      height: 300px;
      overflow: auto;
      width: 33%;
      float: right; }
      #mppageswrap #side_bar .sbitem {
        align-items: start;
        height: 30px;
        overflow: hidden;
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        text-decoration: none;
        color: black;
        background-color: #ddd;
        border-color: #fff #bbb #bbb #fff;
        border-style: solid;
        border-width: 1px;
        box-shadow: 3px 0 10px #aaa; }
        #mppageswrap #side_bar .sbitem .spTinAll {
          min-width: 7px; }
        #mppageswrap #side_bar .sbitem .name {
          margin: 2px 0 0 2px;
          font-size: 11px;
          line-height: 1em;
          font-weight: bold; }
        #mppageswrap #side_bar .sbitem a {
          text-decoration: none; }
      #mppageswrap #side_bar .pupa {
        display: none !important; }
      #mppageswrap #side_bar::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 4px; }
      #mppageswrap #side_bar::-webkit-scrollbar-thumb {
        border-radius: 4px;
        background-color: rgba(0, 0, 0, 0.5);
        -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5); } }
/* _dtpmob-lp.scss */
#locpagewrap #comments .pgs {
  min-height: 60px; }
#locpagewrap #locpgsb2 .na, #locpagewrap #locpgsb2 .us, #locpagewrap #locpgsb2 .fr {
  display: none !important; }
#locpagewrap .pgs, #locpagewrap .pgs a {
  display: inline-block !important; }
#locpagewrap .pgs:nth-child(3) {
  display: none !important; }
#locpagewrap #header #mpcse, #locpagewrap .addbutton {
  z-index: 500; }
#locpagewrap .ptMrkr {
  background-image: url(//www.paktive.com/a/i/pkt-sprt.png) !important;
  background-repeat: no-repeat;
  background-position: 0 -111px;
  display: block;
  height: 30px;
  width: 30px;
  opacity: 0.8; }
@media (max-width: 760px) {
  #locpagewrap #locpagewrap #locpgsb2 {
    max-width: 96%;
    overflow: hidden;
    margin: 2% auto; } }

.locpgthrd #locpagewrap h1 {
  position: inherit;
  height: auto; }
  .locpgthrd #locpagewrap h1 em {
    display: block !important; }
@media (max-width: 760px) {
  .locpgthrd #locpagewrap .ritd {
    display: none; } }
@media (min-width: 760px) {
  .locpgthrd #locpagewrap h1 em {
    font-size: 20px !important;
    background: none !important;
    border: none !important;
    color: black !important; }
  .locpgthrd #locpagewrap .condvtbl {
    display: none; }
  .locpgthrd #locpagewrap #contentdiv {
    height: auto; } }

/* _dtpmob-mp.scss */
#mppageswrap #mppgPaktivePlaces {
  margin: 0;
  padding: 0; }
#mppageswrap li {
  font: 11px/1em sans-serif;
  display: inline-block;
  border-bottom: solid 1px #aaa;
  width: 100%;
  margin: 2px 0;
  padding: 2px 0; }

/* _all-mixins.scss */
.slogan {
  position: absolute;
  font-family: "Times New Roman", Times, serif;
  font-style: italic;
  text-transform: lowercase;
  font-weight: bold;
  color: #bbb;
  line-height: 72%;
  letter-spacing: -1px; }

@media (min-width: 760px) {
  #header {
    width: 750px; }

  .slogan {
    left: 0;
    top: 30px;
    width: 100px;
    font-size: 26px;
    text-align: center; } }
@media (max-width: 760px) {
  #header #util {
    display: none; }

  .slogan {
    left: 10px;
    top: 20px;
    max-width: 78px;
    font-size: 18px;
    text-align: right; } }
.subhd,
.afsnpt {
  display: none !important; }

#header {
  background-repeat: repeat-x;
  margin: 0 auto;
  padding: 0;
  position: relative; }
  #header #util {
    display: none;
    position: absolute;
    right: 0;
    text-align: right;
    top: 50px;
    width: 84px; }
    #header #util a {
      color: #999999;
      display: inline-block;
      text-transform: uppercase;
      font-size: 11px;
      font-weight: bold;
      text-decoration: none;
      border-bottom: solid 1px #aaa; }
  #header #headsec {
    margin: 0px; }
  #header .hdtbtop {
    width: 100%; }
    #header .hdtbtop .hdtbttd2 {
      display: block; }
    #header .hdtbtop td {
      vertical-align: top; }
    #header .hdtbtop .hdtbttd {
      display: table;
      margin: 0 auto; }
  #header .spLogo {
    height: 92px;
    width: 171px;
    background-position: 0 0;
    transform: scale(0.8);
    -moz-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    margin: -10px 0; }

.sprt {
  background-image: url(//i.paktive.com/i/pkt-sprt.png) !important;
  background-repeat: no-repeat; }

.spTinAll {
  background-color: #ddd;
  border: 2px solid #ddd;
  float: left;
  height: 7px;
  margin: 0 0 5px;
  width: 7px; }

.pktstar {
  width: 24px;
  height: 30px;
  background-position: 0 -111px;
  background-repeat: no-repeat; }

.spAll {
  overflow: hidden;
  display: inline-block; }

.spMedA {
  background-position: 0 -266px; }

.spMedB {
  background-position: 0 -279px; }

.spMedC {
  background-position: 0 -292px; }

.spMedD {
  background-position: 0 -305px; }

.spTinA {
  background-position: 0 -322px; }

.spTinB {
  background-position: 0 -331px; }

.spTinC {
  background-position: 0 -341px; }

.spTinD {
  background-position: 0 -350px; }

.spLogo {
  width: 171px;
  height: 108px;
  background-position: 0 0; }

.spPup {
  width: 8px;
  height: 5px;
  background-position: 0 -145px; }

.spTrans {
  width: 150px;
  height: 150px;
  background-position: 0 -826px;
  width: 150px;
  height: 150px;
  background-position: 0 -826px; }

.spFlck {
  width: 33px;
  height: 11px;
  background-position: 0 -155px; }

.spPano {
  width: 50px;
  height: 9px;
  background-position: -152px -378px; }

.spLtBg {
  width: 50px;
  height: 23px;
  background-position: 0 -991px;
  display: block; }

.spMedAll {
  width: 12px;
  height: 11px;
  display: inline-block;
  margin: 0; }

@media (min-width: 760px) {
  #navigation {
    display: block; }

  .bdmppgcust #navigation .second .on {
    color: inherit !important;
    box-shadow: none; } }
@media (max-width: 760px) {
  #navigation {
    display: none; } }
#navigation {
  text-align: center; }
  #navigation .first, #navigation .second {
    display: flex;
    justify-content: center;
    flex-flow: wrap; }
  #navigation a {
    text-decoration: none;
    color: #000;
    background: #eee;
    display: inline-block;
    border: solid 1px #ddd;
    margin: 2px;
    line-height: 80%; }
  #navigation .on {
    color: green !important;
    font-weight: bold;
    background: #f5f5f5;
    border: solid 1px #ccc;
    box-shadow: 0 0.3em 1em #e6ed37 inset; }
  #navigation .first {
    margin: 0 auto;
    font-weight: bold;
    font-size: 11px; }
    #navigation .first a {
      padding: 5px;
      text-transform: uppercase;
      color: #777; }
  #navigation .second {
    margin: 0 auto;
    font-size: 12px; }
    #navigation .second a {
      padding: 6px 8px; }

@media (min-width: 760px) {
  .pgs {
    margin: 0px;
    padding: 0;
    z-index: 999;
    font-weight: bold;
    display: table;
    width: 100%;
    text-align: center; }
    .pgs a {
      color: green;
      overflow: hidden;
      display: table-cell;
      text-decoration: none;
      vertical-align: middle; }
    .pgs .curr {
      background: #fff; }
      .pgs .curr:nth-of-type(2) {
        background: #fff; } }
@media (max-width: 760px) {
  .pgs {
    margin: 0px;
    padding: 0;
    z-index: 999;
    font-weight: bold;
    display: table;
    width: 100%;
    text-align: center; }
    .pgs a {
      color: green;
      overflow: hidden;
      display: table-cell;
      text-decoration: none;
      vertical-align: middle; }
    .pgs .curr {
      background: #fff; }
      .pgs .curr:nth-of-type(2) {
        background: #fff; } }

@media (max-width: 760px) {
  .infoBox .gwes_html,
  .infoBox .gwes_html .ibgwifr {
    display: none !important; } }
@media (min-width: 760px) {
  #map #infoBoxWrap {
    position: relative; }
  #map .infoBox {
    border-radius: 15px;
    box-shadow: -30px -30px 31px -30px #000; }
    #map .infoBox .bgbott {
      background-image: url(//i.paktive.com/i/pkt-sprt.png);
      background-position: -200px -70px;
      background-repeat: no-repeat;
      height: 30px;
      clear: both; }
  #map img a {
    border: none;
    margin: 0;
    padding: 0; }
  #map .infwfnop a {
    color: red !important;
    font: bold 10px/1em Arial;
    display: block; } }
@media (max-width: 760px) {
  #map .infoBox .bgbott {
    background-image: url(//i.paktive.com/i/pkt-sprt.png);
    background-position: -200px -70px;
    background-repeat: no-repeat;
    clear: both;
    height: 30px; }
  #map #infowindow {
    background-color: rgba(232, 232, 232, 0.85);
    color: #000;
    margin: 0;
    text-align: left; }
    #map #infowindow .piwbg {
      position: absolute;
      right: 20px;
      top: -15px; } }
#addbutton {
  position: relative; }

.addbutton {
  display: table;
  padding: 0;
  position: absolute;
  text-decoration: none;
  z-index: 5;
  background: rgba(6, 84, 249, 0.67);
  color: white;
  line-height: 90%;
  font-size: 0.8rem;
  font-weight: bold; }
  .addbutton:hover {
    background: #EFDE29; }
  .addbutton img {
    height: 26px;
    margin: 3px 0 3px 5px; }
  .addbutton > span:nth-child(1) {
    display: table-cell; }
  .addbutton > span:nth-child(2) {
    display: table-cell;
    vertical-align: middle;
    padding: 5px; }

.addplcrInfoBox {
  background: #eee;
  width: 450px;
  height: 230px;
  background: #eee;
  border: solid 4px #000;
  color: #000;
  padding: 3px;
  z-index: 99; }
  @media (max-width: 760px) {
    .addplcrInfoBox {
      width: 220px;
      height: 250px; } }
  .addplcrInfoBox a {
    opacity: 0.7; }

.rating {
  display: none !important; }

.lps2fl {
  overflow: hidden;
  background: #ccc;
  float: right; }
  @media (max-width: 760px) {
    .lps2fl {
      width: 155px;
      height: 155px; } }
  @media (min-width: 760px) {
    .lps2fl {
      width: 175px;
      height: 175px;
      outline: solid #ccc 2px; } }
  .lps2fl i {
    display: none; }

.flimglocin img {
  width: auto;
  height: auto; }
  @media (max-width: 760px) {
    .flimglocin img {
      max-width: 155px;
      max-height: 155px; } }
  @media (min-width: 760px) {
    .flimglocin img {
      max-width: 175px;
      max-height: 175px; } }

#globalbott {
  position: relative;
  clear: both;
  border-top: solid 50px white;
  border-bottom: solid 300px white; }
  #globalbott .signoff {
    clear: both;
    color: #222;
    font-size: 100%;
    text-align: center;
    margin: 0; }
    #globalbott .signoff a {
      color: #555; }
    #globalbott .signoff .ppwl {
      color: #555; }

/*  ------ PT_COMMENTS_SUITE 1/2 -------  */
#divlinker {
  width: 400px;
  height: 300px;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-top: -150px;
  margin-left: -200px;
  border: solid 2px #aaa;
  background-color: #fff;
  z-index: 1099;
  display: none;
  box-shadow: 0 0 30px #333; }
  #divlinker > * {
    margin-left: 10px;
    margin-right: 10px; }
  @media (max-width: 760px) {
    #divlinker {
      width: 300px !important;
      height: 300px !important;
      margin-top: -150px !important;
      margin-left: -150px !important; } }
  #divlinker .close {
    float: right;
    padding: 3px;
    border: solid 1px #aaa; }
    #divlinker .close a {
      font-weight: bold;
      text-decoration: none; }
  #divlinker #addplcrOKStart {
    font-size: 2rem;
    color: green; }
  #divlinker #addplcrCancel {
    display: block;
    padding: 10px 0;
    margin: 5px 0;
    text-align: center;
    width: 100%; }

.cmemblnk {
  background: #ddd;
  color: #333 !important;
  font-size: 88%;
  padding: 5px;
  margin: 3px !important;
  display: inline-block;
  border-radius: 20px; }

.cmemblnk::after {
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAQElEQVR42qXKwQkAIAxDUUdxtO6/RBQkQZvSi8I/pL4BoGw/XPkh4XigPmsUgh0626AjRsgxHTkUThsG2T/sIlzdTsp52kSS1wAAAABJRU5ErkJggg==);
  margin: 0 3px 0 5px;
  filter: invert(10%) sepia(100%) saturate(6241%) hue-rotate(246deg) brightness(89%) contrast(148%); }

.places_mentioned_in_comment_v1 {
  opacity: 0.80;
  display: block;
  margin: 10px 0 20px;
  padding: 5px;
  border-top: dotted 1px #aaa; }

.places_mentioned_in_comment_v1 .pmichead {
  color: #222;
  font: 8px/1em normal Arial, sans-serif;
  display: block;
  margin: 0 0 5px;
  letter-spacing: 1px; }

.places_mentioned_in_comment_v1 a {
  line-height: 2em;
  background: #c4e9c4;
  margin: 0 3px;
  padding: 3px 6px;
  border-radius: 6px; }

.places_mentioned_in_comment_v2 {
  min-height: 150px;
  opacity: 0.80;
  display: block;
  font-family: "Times New Roman", Times, serif;
  font-weight: bold;
  font-size: 120%;
  line-height: 1em;
  font-variant: small-caps;
  text-align: center; }

.places_mentioned_in_comment_v2 a {
  display: inline-block;
  text-decoration: none;
  background: #c4e9c4;
  margin: 0 5px;
  padding: 8px;
  border-radius: 6px; }

#comments {
  font-size: 1rem;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  margin: 0 1%;
  padding: 0px; }
  @media (max-width: 760px) {
    #comments {
      margin: 7px;
      padding: 7px;
      box-shadow: 0 0 7px;
      background: #eee; }
      #comments h2 {
        font-size: 2rem;
        background: none !important;
        box-shadow: none !important; } }
  @media (min-width: 760px) {
    #comments h2 {
      font-size: 3em; } }
  #comments .nocommtxt {
    margin: 15px 0;
    font: bold 15px Arial; }
  #comments .nocommfn {
    background: #CC0000;
    color: #fff !important;
    display: block;
    font-family: "Times New Roman", Times, serif;
    font-weight: bold;
    font-size: 15px;
    line-height: 15px;
    margin: 15px;
    padding: 15px; }
  #comments .cminf {
    margin: 10px 0 15px; }
  #comments .sep {
    clear: both;
    height: 1px; }
  #comments h2 {
    font-family: "Times New Roman", Times, serif;
    border: none;
    clear: both;
    color: #008000;
    letter-spacing: -0.03em;
    line-height: 90%;
    display: block;
    margin: 1% 0;
    padding: 3%;
    text-shadow: 1px 1px 2px #ccc; }
    #comments h2 .comm_write_now {
      font-size: 1rem;
      font-weight: bold;
      line-height: 1em;
      margin: 10px 0;
      color: #000;
      display: block;
      float: right;
      letter-spacing: normal;
      padding: 8px 5px;
      text-decoration: none;
      width: 40%; }
      #comments h2 .comm_write_now:hover {
        text-decoration: none; }
  #comments .revinf {
    font-size: 0.9em;
    margin: 10px 0px 0px; }
    #comments .revinf p {
      display: inline;
      margin: 0px;
      padding: 0px; }
  #comments .ascommbw {
    background-color: #eeeeee;
    border: none;
    box-shadow: 1px 1px 3px #666666;
    margin: 7px auto;
    overflow: hidden;
    text-align: center; }

.singlecomm {
  word-wrap: break-word;
  background-color: #EEEEEE;
  box-shadow: 1px 1px 3px #AAAAAA;
  clear: both;
  margin: 1.5rem 0;
  padding: 0.2rem;
  text-shadow: -1px 0px 1px #FFFFFF;
  max-width: 99%;
  overflow: hidden;
  position: relative; }
  .singlecomm p {
    word-wrap: break-word;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    color: #333333;
    display: block;
    font-weight: bold;
    line-height: 1.3em;
    margin: 1rem;
    padding: 0; }
    .singlecomm p:first-letter {
      text-transform: uppercase; }
    .singlecomm p i a:nth-child(1) {
      font-weight: normal;
      color: #444;
      font-style: normal;
      position: relative;
      text-decoration: none;
      border-bottom: dotted 1px blue;
      margin: 0 !important; }
  .singlecomm .cmrtng {
    display: none; }
  .singlecomm .cmnum,
  .singlecomm .commauth {
    box-shadow: 0px 0px 5px #CCCCCC;
    padding: 0.4rem; }
  .singlecomm .cmnum {
    display: none;
    letter-spacing: -2px;
    width: 35px; }
  .singlecomm .commauth {
    color: #339900;
    text-transform: capitalize; }
    .singlecomm .commauth em {
      text-transform: none; }
  .singlecomm[data-ucmlks="0"] .cmlike {
    display: none; }
  .singlecomm .cmtbx .cmntflrs {
    display: flex;
    justify-content: space-between;
    margin: 20px 30px 15px 30px; }
  .singlecomm .cmtbx .cmlike {
    color: darkturquoise;
    font-weight: bold;
    text-shadow: 1px 1px 1px #ddd; }
  .singlecomm .cmtbx .cmthmb {
    color: #555;
    font-size: 14px;
    margin-left: 3px; }
  .singlecomm .cmtbx .cmreplyto {
    color: #555;
    font-size: 13px; }
  .singlecomm .cmtbx .repabu {
    position: absolute;
    top: 3px;
    right: 3px;
    opacity: 0.25;
    display: block;
    font-size: 12px; }

.comformdiv {
  background-color: #F5F5F5;
  border: 2px solid #AAAAAA;
  box-shadow: 0px 0px 10px #AAAAAA;
  margin: 10px 0px;
  padding: 20px; }
  .comformdiv .comformdiv form {
    font-size: 1em; }
  .comformdiv input[type=text] {
    width: 99%; }
  .comformdiv input[type=submit] {
    font-size: 1em;
    border-width: 2px;
    display: block;
    font-weight: bold;
    height: 60px;
    margin: 1% auto;
    max-height: 60px;
    max-width: 300px;
    min-height: 40px;
    width: 100%; }
  .comformdiv textarea {
    font-family: Arial, Helvetica, sans-serif;
    width: 99%; }
  .comformdiv .tbl {
    width: 99%; }
    .comformdiv .tbl td {
      display: block;
      vertical-align: top; }
  .comformdiv .donot p,
  .comformdiv .note,
  .comformdiv .note p {
    font-size: 0.9rem;
    color: #F50707 !important; }
  .comformdiv .commtitle {
    font-size: 1em;
    font-weight: bold; }
  .comformdiv .dis {
    font-size: 70%; }
  .comformdiv .tbl .astd {
    padding: 0px;
    text-align: center;
    vertical-align: middle; }
  .comformdiv .cmntrFrmClss_Submit {
    border-width: 2px;
    display: block;
    font-weight: bold;
    max-height: 60px;
    max-width: 300px;
    min-height: 40px;
    width: 100%; }

.rating_vote .rvcn {
  text-align: center;
  margin: 0 auto;
  display: table; }
.rating_vote label,
.rating_vote input {
  display: inline-block; }
.rating_vote label {
  background-image: url("//i.paktive.com/i/pkt-sprt.png");
  background-repeat: no-repeat;
  border-top: 1px dotted #AAAAAA;
  cursor: pointer;
  height: 14px;
  margin: 3px 0;
  overflow: hidden;
  width: 140px; }
.rating_vote input {
  cursor: pointer;
  max-width: 25px;
  max-height: 25px; }
.rating_vote .rvcont {
  background-color: #FFFFFF;
  padding: 1% 2% !important; }
.rating_vote i {
  color: green; }
.rating_vote .rvlb1 {
  background-position: -136px -471px; }
.rating_vote .rvlb2 {
  background-position: -136px -485px; }
.rating_vote .rvlb3 {
  background-position: -136px -499px; }
.rating_vote .rvlb4 {
  background-position: -136px -513px; }
.rating_vote .rvlb5 {
  background-position: -136px -528px; }

x-replies * {
  display: inline-block; }

x-replies {
  font-size: 95%;
  display: block;
  margin: 10px 5% 20px 10%;
  box-shadow: 0 0 8px #bbb;
  padding: 5px; }
  x-replies .image-responsive {
    width: 100px;
    height: 100px;
    display: table !important; }
  x-replies .hasvideo {
    width: 200px;
    height: 150px;
    float: right; }
  x-replies .hasvideo, x-replies .hasvideo .video_wrap, x-replies .hasvideo .video-responsive {
    display: block; }

x-reply {
  display: block;
  margin: 5px 0;
  border-top: dotted 1px #aaa;
  padding: 5px 0; }

x-reply > * {
  margin: 0 2px; }

x-reply a {
  color: inherit; }

x-rep1 a {
  font-size: 95%;
  text-decoration: underline; }

.x-rep1-link {
  text-decoration: none;
  border-bottom: dotted 1px blue; }

x-rep2 {
  font-weight: bold;
  color: green;
  text-transform: capitalize; }

x-rep4 {
  display: none; }

x-rep3 a[href*="paktive.com"] {
  display: none; }

x-rep2 span {
  font-weight: normal !important;
  text-transform: lowercase;
  font-style: italic !important; }

x-rep3 {
  color: #222; }

x-repHead {
  font-size: 80%;
  font-weight: bold; }

/*  ------ /PT_COMMENTS_SUITE 1/2 -------  */
.ppsites {
  margin: 50px auto;
  text-align: center; }
  .ppsites a {
    display: inline-block;
    margin: 0 4px;
    vertical-align: middle; }
  .ppsites h3 {
    margin: 10px 0;
    padding: 0 0 10px 0;
    border-bottom: dotted 1px #aaa;
    font-size: 12px;
    letter-spacing: 3px;
    text-transform: uppercase;
    word-spacing: 3px; }

.pkismico {
  width: 120px;
  height: 34px;
  background-position: 0 -459px; }

.ppico {
  width: 82px;
  height: 48px;
  background-position: 0 -493px; }

.pbico {
  width: 120px;
  height: 16px;
  background-position: 0 -541px; }

.ppphico {
  width: 81px;
  height: 48px;
  background-position: 0 -557px; }

.ppopico {
  width: 80px;
  height: 50px;
  background-position: 0 -605px; }

.pkstcico {
  width: 82px;
  height: 49px;
  background-position: 0 -657px; }

.pknlgyico {
  width: 100px;
  height: 41px;
  background-position: 0 -418px; }

.mdiwrpN #map {
  border: solid 3px #E8E800; }
.mdiwrpN #legend li {
  border-top: solid 2px #E8E800; }
.mdiwrpN .fr a u, .mdiwrpN #legend {
  background-color: #E8E800; }

.mdiwrpS #map {
  border: solid 3px #00BFFF; }
.mdiwrpS #legend li {
  border-top: solid 2px #00BFFF; }
.mdiwrpS .fr a u, .mdiwrpS #legend {
  background-color: #00BFFF; }

.mdiwrpE #map {
  border: solid 3px #FFA500; }
.mdiwrpE #legend li {
  border-top: solid 2px #FFA500; }
.mdiwrpE .fr a u, .mdiwrpE #legend {
  background-color: #FFA500; }

.mdiwrpW #map {
  border: solid 3px #7FFF00; }
.mdiwrpW #legend li {
  border-top: solid 2px #7FFF00; }
.mdiwrpW .fr a u, .mdiwrpW #legend {
  background-color: #7FFF00; }
.bdcomrec {
  margin: 0;
  padding: 0;
  background: none; }
  .bdcomrec .imwrp {
    background-repeat: no-repeat !important;
    float: left;
    height: 90px;
    margin: 0;
    overflow: hidden;
    width: 110px; }
    .bdcomrec .imwrp span {
      overflow: hidden;
      border: none;
      display: block;
      width: 110px;
      height: 90px; }

.addform {
  font-size: 11px;
  line-height: 11px; }
  .addform h3 {
    font-size: 12px;
    display: inline; }
  .addform table {
    width: 99%; }
  .addform td {
    padding: 2px 0;
    vertical-align: middle;
    border-bottom: solid 1px #aaa; }
  .addform td:nth-child(1) {
    width: 20%;
    font-size: 0.8rem; }
  .addform input[type="text"] {
    width: 100%; }

.gwes_res {
  background: rgba(232, 232, 232, 0.85);
  padding: 2px; }
  .gwes_res a {
    color: #000000;
    text-decoration: none; }
  .gwes_res a span {
    display: block;
    font: bold 9px/1em Arial; }
    .gwes_res a span:nth-child(1) {
      color: blue;
      float: left;
      max-height: 19px;
      overflow: hidden; }

#feBuBuzz {
  margin: 2% 0; }
  #feBuBuzz #feBuBuzz_comments, #feBuBuzz #feBuBuzz_latest {
    float: left;
    width: 48%; }
  #feBuBuzz ul {
    list-style: none outside none;
    margin: 2%;
    padding: 0px; }
  #feBuBuzz li {
    border-bottom: 1px solid #AAAAAA;
    padding: 2% 0; }
  #feBuBuzz a {
    font: 100%/100% Arial;
    text-decoration: none; }

.gfg-title {
  visibility: hidden !important;
  display: none !important; }

.gfg-root .gfg-entry .gf-result {
  padding: 0 !important; }

.bdcomrec .gsc-clear-button, .gsc-branding {
  display: none !important; }
@media (max-width: 760px) {
  #cityhomewrap #gcsecdv2,
  #cityhomewrap #mpcse2res,
  #cityhomewrap .srchtbl,
  #cityhomewrap #search,
  #cityhomewrap #mpcse,
  #cityhomewrap #mpcse2bx,
  #cityhomewrap .stri, #mppageswrap #gcsecdv2,
  #mppageswrap #mpcse2res,
  #mppageswrap .srchtbl,
  #mppageswrap #search,
  #mppageswrap #mpcse,
  #mppageswrap #mpcse2bx,
  #mppageswrap .stri, #locpagewrap #gcsecdv2,
  #locpagewrap #mpcse2res,
  #locpagewrap .srchtbl,
  #locpagewrap #search,
  #locpagewrap #mpcse,
  #locpagewrap #mpcse2bx,
  #locpagewrap .stri, #pcwrap #gcsecdv2,
  #pcwrap #mpcse2res,
  #pcwrap .srchtbl,
  #pcwrap #search,
  #pcwrap #mpcse,
  #pcwrap #mpcse2bx,
  #pcwrap .stri, #othermapshome #gcsecdv2,
  #othermapshome #mpcse2res,
  #othermapshome .srchtbl,
  #othermapshome #search,
  #othermapshome #mpcse,
  #othermapshome #mpcse2bx,
  #othermapshome .stri {
    display: none !important; } }
#srchbx, #search {
  margin: 0;
  text-align: right;
  padding: 3px;
  position: absolute;
  right: 0;
  z-index: 999;
  overflow: hidden;
  top: 10px; }

.gsc-wrapper.gsc-thinWrapper, .gsc-above-wrapper-area {
  border: none !important; }

#search .stri {
  width: 230px; }
#search .stle {
  width: 88px; }
  #search .stle img {
    margin: 0 5px 0 0; }

#srchbx table {
  margin: 0 auto; }

#search table {
  margin: 0 0 0 auto;
  width: 100%; }

.gsc-search-box {
  margin: 0 !important;
  padding: 0 !important; }

.cse .gsc-control-cse, .gsc-control-cse, form.gsc-search-box {
  margin: 0 !important;
  padding: 0 !important;
  width: auto !important; }

input.gsc-input {
  padding: 0 !important; }

td.gsc-input {
  padding: 0 !important; }
td.gsc-search-button {
  border: none !important;
  height: auto !important;
  border-radius: 0 !important; }
td.gsc-clear-button {
  width: 0 !important; }

input.gsc-search-button {
  color: #fff !important;
  margin: 0 !important;
  background-color: #659048 !important;
  border: none !important;
  background-image: none !important; }
input.gsc-search-button-v2 {
  margin: 0 !important; }

#ch_search, #om_search, .se_searchbox {
  background: #659048;
  border: 2px solid #659048; }

#ch_search input.gsc-input, #om_search input.gsc-input {
  font: bold 12px Arial !important;
  width: 99% !important; }

#mpcse .gsc-search-button {
  font: bold 14px/1em Arial; }
#mpcse .gsc-result {
  min-height: 30px; }
#mpcse td.gsc-clear-button {
  display: none !important; }
#mpcse div.gsc-clear-button {
  display: block !important;
  margin: 0 1px !important;
  padding: 0 !important;
  visibility: visible !important;
  width: auto !important; }

#mpcse2res .gsc-result * {
  color: green !important;
  font: bold 15px / 16px Arial !important;
  height: auto !important;
  overflow: visible !important;
  text-decoration: none !important; }
#mpcse2res .gsc-result-info-container * {
  margin: 0;
  padding: 0; }
#mpcse2res > .gsc-control-cse {
  font: 11px / 1em Arial !important; }
  #mpcse2res > .gsc-control-cse .gs-spelling * {
    font-size: 12px !important; }
#mpcse2res .gsc-result-info {
  font: 11px Arial !important; }
#mpcse2res .gs-snippet, #mpcse2res a.gs-visibleUrl, #mpcse2res .gs-visibleUrl {
  display: none !important;
  visibility: hidden !important; }

#copy {
  font-size: 11px;
  padding: 0;
  margin: 0;
  text-align: left;
  line-height: 12px; }
  #copy .amtbl td {
    width: 25%;
    vertical-align: top;
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa; }
  #copy .lilsquare {
    color: #000;
    font: bold 11px Arial;
    letter-spacing: 2px;
    margin: 0;
    padding: 0;
    text-align: center;
    text-shadow: 1px 0 0 #fff;
    text-transform: uppercase; }
  #copy h3 {
    font-size: 9px;
    margin: 0;
    padding: 2px 0;
    background-color: #999;
    color: #fff; }
  #copy a {
    color: blue;
    display: block;
    padding: 5px;
    text-decoration: none; }
    #copy a:hover {
      background-color: #ddd;
      color: black; }
  #copy .copyitem, #copy p {
    margin: 0;
    padding: 0; }
  #copy .copyitem img {
    float: left;
    margin: 2px 2px 0 0;
    padding: 0; }

.dbN {
  background-position: -180px -250px;
  left: 20px; }

.dbS {
  background-position: -180px -264px;
  left: 20px;
  top: 32px; }

.dbE {
  background-position: -180px -278px;
  left: 40px;
  top: 16px; }

.dbW {
  background-position: -180px -292px;
  left: 0;
  top: 16px; }

.dblnk {
  display: table;
  margin: 5px auto 0 auto; }
  .dblnk .dbNSEW {
    border: 2px solid #fff;
    height: 14px;
    left: 0;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 40px;
    top: auto !important;
    position: relative;
    left: auto !important;
    display: inline-block; }
    .dblnk .dbNSEW a {
      display: block;
      width: 40px;
      height: 14px; }
  .dblnk .dblb {
    display: block;
    height: 14px;
    width: 40px;
    overflow: hidden; }

#dbnorth .dbN, #dbsouth .dbS, #dbeast .dbE, #dbwest .dbW {
  border: none;
  outline: 1px solid #aaa;
  box-shadow: 3px 3px 4px #000000 inset; }

#dbnorth .dbN {
  background-position: -180px -306px; }

#dbsouth .dbS {
  background-position: -180px -320px; }

#dbeast .dbE {
  background-position: -180px -334px; }

#dbwest .dbW {
  background-position: -180px -348px; }
