/*
 - Flipbook link
 - Filter form
 - Images
 - Other elements
 - Media max-width: 959
*/


.sep-decor {
  width: 100%;
  height: 18px;
  padding: 9px 0;
  margin: 0;
  text-align: center;
  line-height: 18px;
}


.box-icon {
  display: block;
  background: #f5f5f5;
  padding: 20px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

  .box-icon .image {
    float: left;
  }
  
  .box-icon > span {
    display: block;
    min-height: 24px;
    margin-left: 40px;
  }
  
    .box-icon .title {
      margin-bottom: 0;
      font-size: 18px;
      line-height: 24px;
    }

.apple-store-google-play {
	text-align: center;
}
.apple-store,
.google-play {
	display: inline-block;
	*display: inline;
	width: 130px;
	height: 39px;
	background: url(/profiles/voltimum/themes/voltimum2/images/apple-store.png) no-repeat;
	margin-top: 15px;
}
.google-play {
	background: url(/profiles/voltimum/themes/voltimum2/images/google-play.png) no-repeat;
}
/********************************
 * Filter form
 ********************************/

.vlt-pdflib-filter {
  background: #fff;
}

.vlt-pdflib-filter .views-exposed-widget {
  float: left;
}

.vlt-pdflib-filter .views-reset-button {
  float: right;
}

.vlt-pdflib-filter .views-exposed-widget + .views-exposed-widget {
  margin: 0 0 0 10px;
}

.vlt-pdflib-filter .views-submit-button {
  display: none;
}

.vlt-pdflib-filter .form-select {
  width: 206px;
  margin: 0;
}

.pdflib-exposed-topic .form-select {
  width: 286px;
}

.pdflib-exposed-year .form-select {
  width: 126px;
}

.vlt-pdflib-filter .ajax-loader {
  display: none;
  width: 32px;
  height: 32px;
  right: 27px;
  top: 18px;
}


/********************************
 * PDFS
 ********************************/

.vlt-pdflib-items > div {
  text-align: center;
}

.pdflib-title {
  margin-bottom: 2px;
}

.pdflib-brand a {
  color: #aaa;
}

.pdflib-brand-admin {
  min-height: 20px;
}

.pdflib-title-admin {
  min-height: 80px;
}

.product-catalog-grid-field-image {
  margin-bottom: 9px;
}

.ie7 .product-catalog-grid-field-image {
  zoom: 1;
}

  .product-catalog-grid-field-image a:first-child {
    display: block;
    background-color: #fff;
    height: 252px;
    padding: 1px;
    overflow: hidden;
    border: 1px solid #ccc;
  }


/********************************
 * Other elements
 ********************************/

.product-catalog-grid-admin-info {
  margin: 9px 0;
  font-size: 11px;
  color: #888;
}


/********************************
 * Media max-width: 959
 ********************************/

@media all and (max-width: 959px) {
  .vlt-media-filter .views-exposed-widget {
    float: none;
  }
  
  .vlt-media-filter .views-exposed-widget + .views-exposed-widget {
    margin: 9px 0 0 0;
  }
  
  .vlt-media-filter .views-exposed-widget select {
    width: 100%;
  }
  
  .vlt-media-filter .ajax-loader {
    margin: 9px 0 0 0;
    position: static;
  }
}