#content{
  line-height: 25px;
}

h3{
  margin-bottom: 30px;
}

h4{
    margin-top: 20px;
    margin-bottom: 20px;
    color: #444;
    font-weight: bold;
}

h5{
  color: #444;
  font-weight: bold;
}

.left-side{
  margin-left: 30px;
  margin-bottom:30px;
  width: 35%;
  min-width:255px;
}

.right-side{
  width: 60%;
  font-size:13px;
}

.cost{
  line-height:28px;
  /*color: #c5c4c4;*/
  /*font-size:15px*/
}
.cost .red{
  color: #db3c53;
  /*font-size: 15px;*/
}

.cost .price{
  font-size: 18px;
}

.separator{
  margin-top: 10px;
}

ul {
  margin: 0;
}

ul.dashed {
  list-style-type: none;
}
ul.dashed > li {
  text-indent: -5px;
}
ul.dashed > li:before {
  content: "-";
  text-indent: -5px;
  margin-right: 5px;
}

ol.numeric {
  list-style: decimal-leading-zero;
}

.tickets-container { text-align:center; }
.tickets{
  cursor:pointer;
  background: #e64960;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  text-transform: uppercase;
  font-size:19px;
  padding:15px 30px;
  display:inline-block;
}

.section{
  padding-left: 30px;
  margin-bottom: 70px;
}

 #map{
   width:500px;
   height:380px;
 }
