body {
  margin: 0;
  padding: 0;
  background-image: url(/sites/all/modules/winsold/images/bg-offer03.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  font-family: Oswald sans-serif;
}

.ws-credit-desc {
	color:#fff;
}

.dropdown-menu {
  background-color: #000;
}

h1.page-header {
  display: none;
}
.section-none {
  margin: 30px auto;
  max-width: 760px;
  overflow: hidden;
}
.section-none h1 {
  font-size: 30px;
  text-transform: uppercase;
}
.section-none h2 {
  font-size: 45px;
}
h1, h2, h3, h4 {
  text-align: center;
  font-weight: normal;
  color: #fff;
  font-family: Oswald;
}
h2 span, h4 span {
  color: #ff0000;
}

#winsold-tour-book-form {
  font-size: 20px;
  font-family: Oswald,Arial,sans-serif;
}

.help-block .ws-error {
  font-size: 17px;
}

.ws-fp-opt {
  color: #fff;
  text-align: center;
  width: 100%;
}

.booking-form {
  overflow: hidden;
}

.section {
  padding: 4em 25px;
  margin: 25px auto;
  background: rgba(120, 109, 118, 0.36);
  max-width: 760px;
  color: #fff;
  font-family: Oswald;
  overflow: hidden;
  border-radius: 5px;
}

.page-book .section {
  font-family: 'sans-serif';
}

.section .ws-dropzone-inner {
  background-color: #fff;
}

.section p, .section ul.ws-ul li {
  line-height: 2.3em;
  color: #ccc;
  text-align: justify;
}

.section ul.ws-ul li:before { content:"\2713\0020"; color: #ff0000; }
.section ul.ws-ul { list-style-type: none; padding-left: 0px; }


.ws-offer-name {
  text-align: center;
  font-size: 18px;
}

.ws-offer-name a {
  color: yellow;
}
.ws-offer-name span {
  font-size: 40px;
  text-transform: uppercase;
}
.ws-offer-name span.ws-price {
  color:red;
}
.ws-offer-name .ws-cross {
  text-decoration: line-through;
}

#ws-product-info span.pull-right.ws-item-tax {
  color: #fff;
}

.ws-yellow {
  color: #8ada55;
}

.ws-item {
  text-align: center;
  text-transform: uppercase;
  margin: 15px 0;
}

.ws-conditions {
  /* font-size: 12px; */
  color: #ccc;
  font-size: 16px;
  line-height: 1.6em;
}

.form-group.error input, .form-group.has-error input, .form-group.error textarea, .form-group.has-error textarea, .form-group.error select, .form-group.has-error select, .form-group.error .uneditable-input, .form-group.has-error .uneditable-input {
  color:#fff;
}

.ws-item.ws-3d {
  font-size: 14px;
}

.ws-item b {
  font-size: 1.3em;
  font-weight: bold;
  color: #ff0000;
}

.ws-item .ws-icon.ws-mls {
  font-size: 30px;
}

.ws-item.ws-3d .ws-mls {
  font-size: 60px;
  color: #ff0000;
}
span.ws-r::after {
  content:"®";
  top: -2em;
  font-size: 30%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.ws-item .ws-icon {
  border: solid 2px #fff;
  border-radius: 80px;
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 75px;
  text-align: center;
  font-size: 40px;
  margin-bottom: 5px;
}

.ws-item.ws-3d .ws-icon {
  border-radius: 100px;
  width: 100px;
  height: 100px;
  line-height: 95px;
  text-align: center;
}

.ws-item .ws-icon i.glyphicon-play {
  margin-left: 5px;
}

#ws-product-desc {
  display: none;
}

.ws-form-item {
  margin-bottom: 0px;
  height: 78px;
}

.ws-form-item.ws-form-item-area {
  height: 150px;
  margin-bottom: 40px;
}

.form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  height: 46px;
}

input {
  /*
  -webkit-writing-mode: horizontal-tb !important;
  text-rendering: auto;
  color: -internal-light-dark-color(black, white);
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  display: inline-block;
  text-align: start;
  -webkit-appearance: textfield;
  background-color: -internal-light-dark-color(white, black);
  -webkit-rtl-ordering: logical;
  cursor: text;
  margin: 0em;
  font: 400 11px system-ui;
  padding: 1px;
  border-width: 2px;
  border-style: inset;
  border-color: initial;
  border-image: initial;
  */
}

input[type="text"].form-control, input[type="email"].form-control, select.form-control, textarea.form-control {
  outline: none;
  background: rgba(120, 109, 118, 0.36);
  padding: 10px;
  font-size: 20px;
  color: #fff;
  border: 1px solid rgba(152, 149, 149, 0.42);
  color: -internal-light-dark-color(black, white);
  -moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

input[type="text"].form-control::-webkit-input-placeholder { /* Edge */
  color: #fff;
}

input[type="text"].form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

input[type="text"].form-control::placeholder {
  color: #fff;
}

select.form-control {
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='white'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat;
  background-size: 12px;
  background-position: calc(100% - 15px) calc(100% - 12px);
  background-repeat: no-repeat;
  background-color: rgba(120, 109, 118, 0.36);
}

.has-error .input-group-addon, .has-error .form-control {
  border: 1px solid rgba(152, 149, 149, 0.42);
}
.input-group-addon {
  background: rgba(120, 109, 118, 0.36);
  border: 1px solid rgba(152, 149, 149, 0.42);
  color: #fff;
}
.page-book button.ws-btn-submit {
  background-image: none;
  background-color: #cd31c1;
  color: #fff;
  height: 58px;
  width: 100%;
  max-width: 100%;
  font-size: 20px;
}

.ws-list {
  display: none;
}

.ws-list .btn {
  width: 100%;
  height: 50px;
  line-height: 36px;
  margin-bottom: 20px;
  margin-top: 10px;
}

.ws-divide {
  clear: both;
  width: 100%;
  height: 10px;
}

.ws-list .btn.btn-primary {
  border:solid 1px #fff;
  font-weight: normal;
  background-color: transparent;
  font-family: Oswald
}

.ws-list .btn.btn-danger {
  background-color: #cd31c1;
}

.ws-fp-opts {
  margin-bottom: 15px;
  width: 100%;
  height: 20px;
}

.ws-head {
  cursor: pointer;
}

.ws-offer-name span.ws-condo3d1 {
  font-size: 32px;
}
.ws-offer-name span.ws-condo3d-cond {
  font-size: 16px;
}

@media screen and (min-width: 1200px) {
  .page-book {
    background-image: url(/sites/all/modules/winsold/images/bg-offer03.jpg);
  }
  .page-book .main-container.container {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .page-book .main-container.container {
    max-width: none;
    margin: 0 auto;
    background-color: transparent;
    padding: 20px;
    border: 0;
    border-radius: 0;
  }
}

@media only screen and (max-width: 760px) {
  body {
    background-image: url(/sites/all/modules/winsold/images/bg-offer03.jpg);
  }
  .section {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }
  .section.ws-sec {
    padding-left: 10px;
    padding-right: 10px;
  }
  .ws-offer-name {
    font-size: 12px;
  }
  .ws-offer-name span {
    font-size: 25px;
  }
  .ws-item {
    font-size: 11px;
    padding-left: 0;
    padding-right: 0;
  }
  .ws-item b {
    font-size: 1.3em;
  }
  .ws-item .ws-icon.ws-mls {
    font-size: 25px;
  }
  .ws-item.ws-3d .ws-mls {
    font-size: 50px;
    color: #ff0000;
  }
  .ws-item .ws-icon {
    border: solid 1px #fff;
    width: 60px;
    height: 60px;
    line-height: 55px;
    font-size: 26px;
    color: #ccc;
  }
  .ws-offer-name span.ws-condo3d1 {
    font-size: 20px;
  }
  .ws-offer-name span.ws-condo3d-cond {
    font-size: 10px;
  }
}
