﻿/* ============================================
   KABLANIM AD PAGE STYLES
   ============================================ */

/* ============================================
   GALLERY COMPONENT
   ============================================ */
.gallery {
  width: 100%;
  height: auto;
  overflow: hidden;
  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  z-index: 1;
  background-image: url('/Content/materials/images/homless_FULL_bg_wide.jpg');
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
  /*.closeBig {display:none;}*/
}

.gallery .arrow {
  width: 30px;
  height: 30px;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: absolute;
  z-index: 9;
  background-repeat: no-repeat;
  background-position: center center;
}

.gallery .arrow.R {
  right: 0;
  background-image: url('/Content/materials/images/ad_dialog_multimedia_arrow_right.gif');
}

.gallery .arrow.L {
  left: 0;
  background-image: url('/Content/materials/images/ad_dialog_multimedia_arrow_left.gif');
}

.gallery img {
  height: auto;
  width: 100%;
  display: block;
}

.gallery .gallery-wrapper {
  height: auto;
  position: relative;
  overflow: hidden;
  left: 0;
  /*width:auto !important;*/
}

.gallery .gallery-wrapper .gallery-image {
  height: auto;
  overflow: hidden;
  /*width:auto !important;*/
  max-width: 100%;
  float: left;
  margin-right: 5px;
  border: none !important;
}

.maxHeight.gallery {
  width: 100%;
  height: 300px;
  z-index: 1;
  background-image: url('/Content/materials/images/homless_FULL_bg_wide.jpg');
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}

.maxHeight.gallery .closeBig {
  width: 27px;
  height: 27px;
  left: 10px;
  top: 10px;
  display: block;
  background-image: url('/Content/materials/images/close_gallery.png');
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}

.maxHeight.gallery img {
  height: auto;
  width: 100%;
  display: block;
}

.maxHeight.gallery .bigGallery-wrapper {
  height: inherit;
  width: 100%;
  overflow: hidden !important;
  position: absolute;
  left: 0;
  width: auto !important;
}

.maxHeight.gallery .bigGallery-wrapper .gallery-image {
  height: inherit;
  overflow: hidden;
  width: auto !important;
  max-width: 100%;
  float: left;
  margin-right: 5px;
}

/* ============================================
   GALLERY INDICATOR
   ============================================ */
.indicator {
  height: 10px;
  margin: 130px auto;
  position: absolute;
  z-index: 9;
  display: none;
}

.indicator .gallery-indicator {
  width: 10px;
  height: inherit;
  border: 1px solid #ffc50a;
  border-radius: 10px;
  float: left;
  margin-left: 3px;
}

.indicator .gallery-indicator.on {
  background: #ffc50a;
}

/* ============================================
   KABLAN SHARE BUTTON
   ============================================ */
.KablanShareBtn {
  padding-top: 0;
  padding-bottom: 0;
}

.KablanShareBtn ul {
  margin-top: -12px;
}

.KablanShareBtn li {
  height: 50px;
  width: 23% !important;
}

.KablanShareBtn li:first-child {
  width: 31% !important;
  padding: 5px;
  line-height: 40px;
}

.KablanShareBtn li img {
  height: 20px;
}

.KablanShareBtn li span {
  margin: 15px 0 0;
  font-size: 14px;
  padding-top: 0;
}

.KablanShareBtn li span:active {
  text-decoration: underline;
}

/* ============================================
   ITEM DESCRIPTION
   ============================================ */
.item-description section {
  padding: 5px;
}

.ui-input-text:nth-child(3) {
  border: 0;
}

.ui-mobile label {
  display: none;
}

/* ============================================
   KABLAN CONTACT FORM
   ============================================ */
.KablanContact legend {
  width: 40%;
  color: #fff;
  padding-right: 5px;
  font-weight: bold;
}

.KablanContact .ui-input-text {
  width: 100%;
  margin: 0;
  float: right;
  height: 55px;
  border: 0;
}

.KablanContact .ui-input-text input {
  height: 53px;
}

.KablanContact .ui-input-text input[type=email] {
  border-bottom: 1px solid lightgray;
}

.KablanContact .ui-input-text input[placeholder] {
  text-align: right;
  font-size: 23px;
}

.KablanContact .ui-input-text:nth-child(4) {
  width: 80%;
  border: 0;
}

.KablanContact .ui-input-btn {
  width: 100%;
  padding: 10px;
  margin: 0;
  float: left;
  font-size: 23px;
  color: #fff;
  height: 55px;
  border: 0;
  background-color: #b73d76;
  border-radius: 0;
}

.KablanContact .ui-input-btn input {
  height: 55px;
}

.KablanContact .ui-input-btn input .ui-input-btn:active {
  text-decoration: underline;
}

form {
  border-bottom: 1px solid lightgray;
}

/* ============================================
   EDITOR FIELD
   ============================================ */
.editor-field .ui-input-text {
  border-top: 2px solid #7cb600;
  border-right: 1px solid #7cb600;
  border-left: 1px solid #7cb600;
}

.editor-field:nth-child(7) .ui-input-text {
  border-top: 0 solid #7cb600;
}

.editor-field .field-validation-error {
  position: absolute;
  width: 100%;
  right: 15px;
  bottom: 115px;
}

.editor-field .field-validation-error span {
  color: red;
  position: relative;
  font-size: 13px;
}

/*.editor-field:first-child {
    .field-validation-error {bottom:6px; right:15px;
                    span {}
}}*/

.editor-field:nth-child(5) .field-validation-error {
  right: 15px;
  bottom: 57.5px;
}

/*.editor-field:nth-child(3) {
    .field-validation-error {right:15px; bottom:60px; 
                    span {}
}}*/

/* ============================================
   OPEN CONTACT BUTTON
   ============================================ */
#OpenContact {
  height: 40px;
  z-index: 2;
  text-align: center;
  bottom: 0;
  color: #fff;
  font-size: 24px;
  line-height: 38px;
}

#OpenContact div {
  width: 50%;
  height: inherit;
}

#OpenContact div:active {
  text-decoration: underline;
}

/* ============================================
   FORM WRAPPER
   ============================================ */
#FormWrapper {
  width: 100%;
  z-index: 3;
  position: relative;
  background-color: #fff;
  transform: translate3d(0,0,0);
  -webkit-transform: translate3d(0,0,0);
}

/*# sourceMappingURL=KablanimAd.css.map */
