html,
body {
  height: 100%;
}

.wrap {
  min-height: 100%;
  height: auto;
  margin: 0 auto -60px;
  padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
  height: 60px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  padding-top: 20px;
}

.jumbotron {
  text-align: center;
  background-color: transparent;
}

.jumbotron .btn {
  font-size: 21px;
  padding: 14px 24px;
}

.not-set {
  color: #c55;
  font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  padding-left: 5px;
}

a.asc:after {
  content: /*"\e113"*/ "\e151";
}

a.desc:after {
  content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
  content: "\e153";
}

.sort-numerical a.desc:after {
  content: "\e154";
}

.sort-ordinal a.asc:after {
  content: "\e155";
}

.sort-ordinal a.desc:after {
  content: "\e156";
}

.grid-view th {
    white-space: pre-wrap;
}

.hint-block {
  display: block;
  margin-top: 5px;
  color: #999;
}

.error-summary {
  color: #a94442;
  background: #fdf7f7;
  border-left: 3px solid #eed3d7;
  padding: 10px 20px;
  margin: 0 0 15px 0;
}

.file-preview-image {
  width: 100%;
}

.image-block {
  float: left;
  width: 280px;
  background-color: #F2F2F2;
  border-radius: 4px;
  margin-right: 20px;
  margin-bottom: 10px;
  padding: 20px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .3),
  -18px 0 20px -23px rgba(0, 0, 0, .8),
  18px 0 20px -23px rgba(0, 0, 0, .8),
  0 0 40px rgba(0, 0, 0, .1) inset;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .3),
  -18px 0 20px -23px rgba(0, 0, 0, .8),
  18px 0 20px -23px rgba(0, 0, 0, .8),
  0 0 40px rgba(0, 0, 0, .1) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .3),
  -23px 0 20px -23px rgba(0, 0, 0, .8),
  23px 0 20px -23px rgba(0, 0, 0, .8),
  0 0 40px rgba(0, 0, 0, .1) inset;
}

.image-block .image-image {
  width: 240px;
  height: 170px;
  border-radius: 4px;
  overflow: hidden;
}

.image-block .image-image img {
  width: 100%;
  border-radius: 4px;
}

.image-block .image-name {
  font-size: 16px;
  padding: 5px;
}

.image-block .image-cover {
  font-size: 16px;
  padding: 5px;
}

.image-block .result_text {
  color: #218225;
  font-weight: bold;
  padding-left: 5px;
}

.section {
//  width: 100%; 
  margin-bottom: 30px;
  border-bottom: 2px solid #815845;
}

.section_title {
  font-size: 20px; 
  font-weight: bold;
  padding-left: 20px;
  margin-bottom: 8px;
}

.item_title {
  text-align: center;
  margin-top: 8px;
  font-size: 14px;
  font-weight: bold;
}

.section_details {
  width: 100%; 
  float: left; 
  margin-left: 5px; 
  margin-right: 5px; 
  margin-bottom:35px;
}

.item_image {
  position: relative;
//  border: 3px solid #927C73;
}

.cover_ribbon {
  position: absolute;
}

.item_price {
  position: absolute;
  background: rgba(1,1,1,0.7);
  color: #fff;
  font-weight: bold;
  bottom: 28px;
  right: 0px;
  padding: 10px 20px;
  border-top-left-radius: 15px;
}

.item_price .glyphicon-asterisk {
  color: #FFC30F;
  padding-right: 5px; 
}

.item_size {
  position: absolute;
  background: rgba(1,1,1,0.7);
  color: #fff;
  font-weight: bold;
  bottom: 28px;
  left: 0px;
  padding: 10px 20px;
  border-top-right-radius: 15px;
}

.item_image_slick {
  position: relative;
  margin-left: 5px;
  margin-right: 5px;
  width: 350px;
}

.slick-slide img {
  width: 100%;
}

.slick-prev, .slick-next {
  background: #ccc;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  color: transparent;
  outline: none;
  background: #ccc;
}

.preview_image .image-block .image-image {
  width: auto;
  height: auto;
  border-radius: 4px;
  overflow: hidden;
}

.package_image {
  float: left;
  position: relative;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 20px;
  width: 350px;
  height: 250px;
}

.sections-view .another-packages {
  margin-top:20px;
  padding-top: 20px;
  border-top: 2px solid #815845;
}

.checkbox-item {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  background: rgba(1,1,1,0.5);
  cursor: pointer;
  padding: 10px;
  border-bottom-left-radius: 10px;
}

.period_item {
  margin-left: 3px;
  color: #3b3a3a;
  background-color: #fff;
  padding: 0px 10px;
  cursor: pointer;
  font-weight: normal;
  font-size: 16px;
  height: 30px;
  line-height: 30px;
}

.image-block .block_remove_image {
  text-align: right;
}

.image-block .block_remove_image .remove_image {
  cursor: pointer;
  color: red;
}


@media (max-width: 768px){
  .item_price {
    display: none;
  }

  .item_size {
    display: none;
  }

  .item_title {
    font-size: 12px;
    word-wrap: break-word;
  }
}

