@import url(https://fonts.googleapis.com/css?family=Kreon:300,400,700);
.price-table:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -16px;
  left: 0;
  background: -webkit-linear-gradient(-135deg, #da5c22 50%, transparent 50%) 0 50%, -webkit-linear-gradient(-45deg, #da5c22 50%, transparent 50%) 0 50%, transparent;
  background-repeat: repeat-x;
  background-size: 16px 16px, 16px 16px, cover, cover;
  height: 16px;
  width: 100%;
}

.head {
  position: relative;
}
.head:after, .head:before {
      content: "";
    display: block;
    width: 13px;
    height: 13px;
    background-color: #fff;
    position: absolute;
    right: -21px;
    border-radius: 50%;
    z-index: 2000;
    bottom: -7px;
    border: 3px solid #da5c22;
}
.head:after {
  left: -22px;
}

button {
  display: inline-block;
    padding: 8px 12px;
    border-radius: 0;
    border: 2px solid #da5c22;
    background: #000;
    text-align: center;
    font-size: 1.35em;
    transition: all 200ms;
}
button:hover {
	border-radius: 0px; 
    background-color: #da5c22;
    color: #000;
    border: none;
}

* {
  box-sizing: border-box;
}

body {
  
  background-color: #fff;
  color: #000;
}

.bold {
  font-weight: 700;
}

.page-container {
  width: 100%;
  position: relative;
  padding-top: 10px;
  padding-bottom: 30px;
  margin: 0 auto;
  overflow: hidden;
}
.section-header h2::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 7px;
    left: 0;
    bottom: 40px;
    background: transparent;
    border-top: 1px solid #da5c22;
    border-bottom: 1px solid #da5c22;
    z-index: -1;
}
.section-header h2::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 7px;
    left: 0;
    top: 40px;
    background: transparent;
    border-top: 1px solid #da5c22;
    border-bottom: 1px solid #da5c22;
    z-index: -1;
}
.add-films h1 {
  color: ##000;
}
.add-films .price-table {
  padding-bottom: 18px;
  text-align: right;
}
.add-films .dollar {
  line-height: 2.5;
}
.add-films .year {
  vertical-align: middle;
  padding: 0 10px 0 10px;
  font-size: 0.2em;
}
.add-films .contents {
  text-align: center;
  font-size: 32px;
  margin-top: 55px;
  margin-bottom: 0;
}
.add-films a.proceed-anyway {
  display: block;
  color: #c5c5c5;
}
.add-films .price {
  margin-bottom: 40px;
  margin-top: -40px;
  margin-left: 0;
  text-align: center;
}
.add-films .price h2 {
  line-height: 1.5em;
}
.add-films button {
  margin-bottom: 10px;
  font-size: 1em;
}

.opening {
  float: left;
  margin-right: 40px;
  perspective: 1000;
}
.opening:nth-child(2) .price-table {
  transition-delay: 700ms;
}
.arise .opening {
  border-bottom: 0;
}

.flip-me {
  position: relative;
  transition: 0.6s;
  transform-style: preserve-3d;
}
.flip .flip-me {
  transform: rotateY(180deg);
}

.opening,
.front,
.back {
  display: inline-block;
}

.front,
.back {
  backface-visibility: hidden;
  transform-style: preserve-3d;
}

.front {
  z-index: 1;
  min-height:555px;
}

.back {
  position: absolute;
  top: 0;
  left: 0;
  transform: rotateY(-180deg);
}

.price-table {
  display: block;
  position: relative;
  width: 100%;
  min-height:525px;
  bottom: -1000px;
  margin-bottom: 20px;
  margin-right: 3%;
  padding: 0 1em;
  border-radius: 7px 7px 0px 0px;
  background-color: white;
  text-align: center;
  border:2px solid #da5c22;
  transition: bottom 400ms 200ms ease-in-out;
}
.arise .price-table {
  bottom: 0px;
}

.head {
  padding: 25px 7px;
  border-bottom: 1px solid #e6e6e6;
  text-align: left;
}

h1 {
  font-weight: 300;
  line-height: 0;
  font-size: 1.5em;
  display: inline-block;
}

.fa-barcode {
  float: right;
  font-size: 30px;
  font-weight: bold;
}

h2 {
  line-height: 2em;
  margin: 0;
  font-style:normal;
  font-size:55px;
}

.dollar {
  font-size: 14px;
  vertical-align: top;
  line-height: 3.3;
  
}

.year {
  font-size: 14px;
  font-weight: bold;
}

.price {
      font-size: 70px;
    color: #e6e6e6;
    /* margin-left: 20px; */
    /* margin-bottom: -30px; */
    background: #da5c22;
	padding:10px;
	border-radius:2%;
}

.submit {
  margin-bottom: 30px;
    color: #da5c22;
    display: inline-block;
    padding: 8px 12px;
    border-radius: 0;
    border: 2px solid #da5c22;
    background: #000;
    text-align: center;
    font-size: 1.35em;
    transition: all 200ms;
}
.submit:hover{
    border-radius: 0px; 
    background-color: #da5c22;
    color: #000;
    border: none;
}

.contents {
      text-align: left;
    line-height: 3;
    font-weight: 300;
    /* color: #e6e6e6; */
    /* margin-bottom: 70px;*/
	min-height:250px;
}
.contents li {
  list-style: none;
  border-bottom:1px solid #da5c22;
}
.contents li:last-child {
  margin-bottom: 1em;
  border-bottom:none;
}
.contents ul {
  margin: 0;
  padding:0px;
}
