.amp {
font-family: Baskerville, 'Goudy Old Style', Palatino, 'Book Antiqua', serif;
font-style: italic;
font-weight: normal;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
.list-styled-disc {
  padding-left: 40px;
  list-style: disc;
}
.list-styled-circle {
  padding-left: 40px;
  list-style: circle;
}
.list-styled-circle-btn {
  padding-left: 40px;
  line-height: 2.142857145;  
  list-style: circle;
}
.list-styled-square {
  padding-left: 40px;
  list-style: square;
}
.list-styled-decimal {
  padding-left: 50px;
  list-style: decimal;
}
.list-styled-home li {
  padding-left: 10px;
  margin-bottom: 10px;
  list-style: decimal;
}
.list-styled-decimal-leading-zero {
  padding-left: 50px;
  list-style: decimal-leading-zero;
}
.list-styled-lower-roman {
  padding-left: 50px;
  list-style: lower-roman;
}
.list-styled-upper-roman {
  padding-left: 50px;
  list-style: upper-roman;
}
.list-styled-lower-greek {
  padding-left: 50px;
  list-style: lower-greek;
}
.list-styled-lower-latin {
  padding-left: 50px;
  list-style: lower-latin;
}
.list-styled-upper-latin {
  padding-left: 50px;
  list-style: upper-latin;
}
.list-styled-armenian{
  padding-left: 50px;
  list-style: armenian;
}
.list-styled-georgian {
  padding-left: 50px;
  list-style: georgian;
}
.list-styled-lower-alpha {
  padding-left: 50px;
  list-style: lower-alpha;
}
.list-styled-upper-alpha {
  padding-left: 50px;
  list-style: upper-alpha;
}
.list-styled-none {
  padding-left: 20px;
  list-style: none;  
}
.list-styled-awards-circle {
  padding-left: 40px;
  line-height: 2.142857145;
  list-style: circle;
}
.list-styled-car-circle {
  padding-left: 40px;
  line-height: 2.142857145;  
  list-style: circle;
}
.list-styled-circle-info {
  padding-left: 40px;
  line-height: 2.142857145;  
  list-style: circle;
}

hr {
  margin-top: 3px;
  margin-bottom: 4px;
  border: 0;
  border-top: 1px solid #426592;
}
.pull-right {
  float: right !important;
  padding-left: 10px;  
}
.pull-left {
  float: left !important;
  padding-right: 10px;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #000;
}

.panel-funeral {
  border-color: #000;
}
.panel-funeral > .panel-heading {
  color: #fff;
  background-color: #000;
  border-color: #000;
  
}

.pagination-mtht {
  display: inline-block;
  padding-left: 0;
  margin: 2.5px 0;
  border-radius: 4px;
}
.pagination-mtht > li {
  display: inline;
}
.pagination-mtht > li > a,
.pagination-mtht > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination-mtht > li:first-child > a,
.pagination-mtht > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination-mtht > li:last-child > a,
.pagination-mtht > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination-mtht > li > a:hover,
.pagination-mtht > li > span:hover,
.pagination-mtht > li > a:focus,
.pagination-mtht > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination-mtht > .active > a,
.pagination-mtht > .active > span,
.pagination-mtht > .active > a:hover,
.pagination-mtht > .active > span:hover,
.pagination-mtht > .active > a:focus,
.pagination-mtht > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination-mtht > .disabled > span,
.pagination-mtht > .disabled > span:hover,
.pagination-mtht > .disabled > span:focus,
.pagination-mtht > .disabled > a,
.pagination-mtht > .disabled > a:hover,
.pagination-mtht > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.glyphicon-asterisk
 {
	color: red;
}