/* Comments
-------------------------------------------- */
#qrform tr:nth-child(2),
#postform tr:nth-child(2){
  display: none;
  }

.comments {
  padding: 49px 0 0 0;
  }
  .comments #qrform {
    margin: 0 0 49px;
    }
.comment-item {
  position: relative;
  background: #FAF9F1;
  -webkit-border-radius: 5px;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius: 5px;
  -moz-border-radius-bottomleft: 0;
  border-radius: 5px;
  border-bottom-left-radius: 0;
  margin: 0 0 69px;
  padding: 18px 12px 0 21px;
  }
  .comment-item:after {
    position: absolute;
    left: 0;
    content: '';
    overflow: hidden;
    width: 0;
    height: 0;
    border-top: 12px solid #FAF9F1;
    border-left: 12px solid #FAF9F1;
    border-right: 12px solid transparent;
    border-bottom: 12px solid transparent;
    background: transparent;
    font:0/0 sans;
    }

/* Comment Header */
.comment-head-in {
  position: relative;
  margin: 0 0 0 107px;
  background: #FFF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 3px 3px 9px #D8D7D0;
    -moz-box-shadow: 3px 3px 9px #D8D7D0;
    box-shadow: 3px 3px 9px #D8D7D0;
  }
  .comment-head-in H5 {
    display: none;
    padding: 6px 0 0 12px;
    }

/* Comment Userpic */
.comment-upic {
  float: left;
  overflow: hidden;
  width: 100px;
  margin: -49px 0 0 -12px;
  background: #D8D7D0;
  border: 3px solid #FFF;
  -webkit-box-shadow: 3px 3px 9px #D8D7D0;
    -moz-box-shadow: 3px 3px 9px #D8D7D0;
    box-shadow: 3px 3px 9px #D8D7D0;
  }
.comment-upic-inner {
  display: table-cell;
  width: 100px;
  height: 100px;
  overflow: hidden;
  vertical-align: middle;
  text-align: center;
  }
  .comment-upic-inner IMG {
    display: block;
    margin: 0 auto;
    }

/* Comment Meta */
.comment-poster {
  padding: 6px 0 0 8px;
  }
.comment-date {
  padding: 9px 5px 13px 26px;
  line-height: 1;
  font-size: 11px;
  color: #898989;
  }

/* Comment Controls */
.comment-controls {
  position: absolute;
  top: 6px;
  right: 8px;
  }
.hide-comment-controls .comment-controls {
  display: none;
  }
.hide-comment-controls:hover .comment-controls {
  display: block;
  }

/* Comment Links */
.comment-links {
  position: absolute;
  right: 0;
  padding: 5px 0 0;
  }
  .comment-links A {
    display: inline-block;
    padding: 0 13px;
    background: #FFE216;
    font: 16px/22px Georgia,'Times New Roman',serif;
    }

/* Comment Text */
.comment-text {
  clear: both;
  padding: 18px 0 19px;
  }
  .comment-text H1 {
    margin: 1em 0 0.5em 0;
    padding: 0;
    font: normal 24px/1 sans-serif;
    }
  .comment-text H2 {
    margin: 1em 0 0.5em 0;
    padding: 0;
    font: normal 20px/1 sans-serif;
    }
  .comment-text H3 {
    margin: 1em 0 0.5em 0;
    padding: 0;
    font: normal 18px/1 sans-serif;
    }
  .comment-text H4 {
    margin: 1em 0 0.5em 0;
    padding: 0;
    font: normal 16px/1 sans-serif;
    }
  .comment-text H5 {
    margin: 1em 0 0.5em 0;
    padding: 0;
    font: bold 14px/1 sans-serif;
    }
  .comment-text H6 {
    margin: 1em 0 0.5em 0;
    padding: 0;
    font: italic 14px/1 sans-serif;
    }
  .comment-text P {
    margin: 0 0 0.75em;
    }
  .comment-text PRE,
  .comment-text CODE {
    font: 100% Monaco,Consolas,"Courier New",monospace;
    }
  .comment-text PRE {
    margin: 0 0 1.384em;
    }
  .comment-text Q {
    font: italic 1.1em Georgia,'Times New Roman',serif;
    }
  .comment-text BLOCKQUOTE {
    background: #CCC;
    padding: 1em 1.25em 0.5em;
    margin: 0 0 0.5em;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font: italic 1.2em Georgia,'Times New Roman',serif;
    }
  .comment-text BLOCKQUOTE:before,
  .comment-text BLOCKQUOTE:after,
  .comment-text Q:before,
  .comment-text Q:after {
    content: '';
    content: none;
    }
  .comment-text UL,
  .comment-text OL {
    margin: 1.384em 0;
    padding: 0;
    }
  .comment-text LI{
    margin: 0 0.2em 0 2.5em;
    padding: 0;
    }
    .comment-text OL LI {
      list-style: decimal;
      }
    .comment-text UL LI {
      list-style: disc;
      }
  .comment-text ABBR[title] {
    border-bottom: 1px dotted;
    cursor: help;
    }
  .comment-text TABLE {
    margin: 0 0 10px;
    border-collapse: separate;
    border-spacing: 1px;
    }
  .comment-text TH,
  .comment-text TD {
    padding: 6px 17px;
    background: #cecece;
    text-align: left;
    }
  .comment-text TH {
    font-weight: normal;
    color: #000;
    }
  .comment-text STRONG,
  .comment-text B {
    font-weight: bold;
    }
  .comment-text EM,
  .comment-text I {
    font-style: italic;
    }

/* Post
-------------------------------------------- */
.b-location {
  margin: 0 0 1em;
  }
  .b-location H4 {
    margin: 20px 0 0;
    font-size: 31px;
    }
  .b-location P {
    margin: 0 0 .75em;
    }
    .b-location .phone-set {
      margin: 0.75em 0;
      }

/* Price table */
.b-price {
  margin: 0 0 11px;
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
  font: 20px/1.2 Arial, Georgia, serif; /* 'Officina', 22  */
  }
  .b-price TH {
    width: 410px;
    padding: .5em 0;
    text-align: left;
    font-weight: normal;
    }
  .b-price TD {
    padding: .5em 0;
    vertical-align: top;
    }

    .rental {
      white-space: nowrap;
      }

/* Variable Phone Num */
.b-tel {
  position: relative;
  top: 2px;
  left: 2px;
  overflow: hidden;
  display: inline-block;
  text-shadow: 1px 1px 0 #FDFDFD;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  color: #797979;
  }
.b-tel-item {
  float: left;
  text-align: center;
  width: 16px;
  height: 16px;
  border: 2px solid #D5D5D5;
  border-right-color: #C6C6C6;
  border-bottom-color: #C6C6C6;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #E5E5E5;
  background-image: -moz-linear-gradient(top,  #DEDEDE 0%, #F5F5F5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#DEDEDE), color-stop(100%,#F5F5F5));
  background-image: -webkit-linear-gradient(top,  #DEDEDE 0%,#F5F5F5 100%);
  background-image: -o-linear-gradient(top,  #DEDEDE 0%,#F5F5F5 100%);
  background-image: -ms-linear-gradient(top,  #DEDEDE 0%,#F5F5F5 100%);
  background-image: linear-gradient(top,  #DEDEDE 0%,#F5F5F5 100%);
  -moz-box-shadow: inset 0 1px 1px #FFF;
  -webkit-box-shadow: inset 0 1px 1px #FFF;
  box-shadow: inset 0 1px 1px #FFF;
  line-height: 16px;
  }
.b-tel-icon {
  display: inline-block;
  text-align: center;
  width: 16px;
  height: 16px;
  margin: 0 0 0 2px;
  border: 2px solid #D5D5D5;
  border-right-color: #C6C6C6;
  border-bottom-color: #C6C6C6;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #E5E5E5 url(./img/icon-tel.png) no-repeat 50% 50%;
  -moz-box-shadow: inset 0 1px 1px #FFF;
  -webkit-box-shadow: inset 0 1px 1px #FFF;
  box-shadow: inset 0 1px 1px #FFF;
  line-height: 16px;
  }

/* Select location */
.b-location-select {
  margin: 0 0 1em;
  }

/* Terms and conditions */
.b-terms {
  display: block;
  margin: 1em 0 0;
  line-height: 11px;
  font-size: 9px;
  color: #959595;
  }
