html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  background: #5BA2CC url(../img/bg.jpg) top center no-repeat;
  font-family: 'Open Sans', sans-serif;
}
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.wraper {
  position: relative;
  height: auto !important;
  height: 100%;
  min-height: 100%;
  background: url(../img/circle_bottom.png) bottom center no-repeat;
  padding-bottom: 50px;
}
footer {
  position: absolute;
  width: 100%;
  bottom: 0;
  text-align: center;
  color: #FFF;
  margin-bottom: 10px;
}
footer .top {
  font-size: 16px;
  font-weight: lighter;
}
footer .top a {
  color: #FFF !important;
  text-decoration: none;
}
footer .bottom {
  font-size: 9px;
}
header {
  text-align: center;
}
.column-outer {
  margin-bottom: 5%;
  text-align: center;
}
.column-outer #offer-1 {
  background: #FFF url(../img/offer_1_bg.jpg) top center no-repeat;
}
.column-outer #offer-1 .header {
  width: 100%;
  height: 205px;
  padding-top: 118px;
}
.column-outer #offer-2 {
  background: #FFF url(../img/offer_2_bg.jpg) top center no-repeat;
  background-size: 100% 205px;
}
.column-outer #offer-2 .header {
  width: 100%;
  height: 205px;
  padding-top: 118px;
}
.column-outer #offer-3 {
  background: #FFF url(../img/offer_3_bg.jpg) top center no-repeat;
  background-size: 100% 205px;
}
.column-outer #offer-3 .header {
  width: 100%;
  height: 205px;
  padding-top: 118px;
}
.column-outer #offer-4 {
  background: #FFF url(../img/offer_4_bg.jpg) top center no-repeat;
  background-size: 100% 205px;
}
.column-outer #offer-4 .header {
  width: 100%;
  height: 205px;
  padding-top: 118px;
}
.column-outer .column {
  background: #FFF;
  width: 100%;
  margin: 0px auto;
  max-width: 263px;
  height: 100%;
}
.column-outer .column .header {
  text-align: center;
  color: #FFF;
}
.column-outer .column .header .top {
  font-size: 15px;
  font-weight: lighter;
}
.column-outer .column .header .bottom {
  font-size: 19px;
  line-height: 18px;
}
.column-outer .column img {
  display: block;
  max-width: 100%;
  margin: 0px auto;
}
.column-outer .column ul {
  padding-top: 20px;
  height: 205px;
  border-bottom: solid 1px #D8D8D8;
  padding-left: 60px;
  text-align: left;
  list-style: none;
  line-height: 22px;
}
.column-outer .column ul li .tick {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url(../img/accept_ico.png) center center no-repeat;
  position: relative;
  left: -10px;
}
.column-outer .column .btn {
  background: #5BA2CC;
  border-color: #5BA2CC;
  width: 140px;
  margin-bottom: 12px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .column-outer .column ul {
    padding-left: 56px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .column-outer .column ul {
    padding-left: 40px;
  }
}
.column-outer.mid {
  height: 515px;
}
.column-outer.sides {
  height: 475px;
}
.column-outer.margin-top {
  padding-top: 20px;
}
.slogan {
  margin-top: 0px auto;
  margin-bottom: 20px;
  text-shadow: 0px 1px 4px #2a7592;
}
.slogan .top {
  color: #FFF;
  text-align: center;
}
.slogan .top .small {
  font-size: 32px;
  line-height: 21px;
  font-weight: lighter;
}
.slogan .top .large {
  font-size: 32px;
  font-weight: bold;
}
.slogan .bottom {
  font-size: 12px;
  color: #FFF;
  text-align: center;
  line-height: 20px;
  font-weight: lighter;
}
#offer-dialog {
  font-family: 'Open Sans', sans-serif;
}
#offer-dialog .modal-content {
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
#offer-dialog .modal-content .tooltip.right .tooltip-arrow {
  border-right-color: #ff4136;
}
#offer-dialog .modal-content .tooltip.left .tooltip-arrow {
  border-left-color: #ff4136;
}
#offer-dialog .modal-content .tooltip.top .tooltip-arrow {
  border-top-color: #ff4136;
}
#offer-dialog .modal-content .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #ff4136;
}
#offer-dialog .modal-content .tooltip-inner {
  background: white;
  border: solid 1px #ff4136;
  color: #ff4136;
}
#offer-dialog .modal-content .modal-header {
  color: #5BA2CC;
  padding-bottom: 0px;
  border-bottom: none;
}
#offer-dialog .modal-content .modal-header .close {
  background: url(../img/close_ico.png) center center no-repeat;
  width: 27px;
  height: 26px;
  opacity: 1;
}
#offer-dialog .modal-content .modal-header .modal-title-top {
  font-size: 15px;
  font-weight: lighter;
}
#offer-dialog .modal-content .modal-header .modal-title-bottom {
  font-size: 22px;
}
#offer-dialog .modal-content .modal-header .modal-title-bottom .price {
  font-weight: bold;
}
#offer-dialog .modal-content .modal-footer {
  border-top: none;
  margin-top: 0px;
  padding-top: 0px;
  background: #F5F5F5;
}
#offer-dialog .modal-content .modal-footer button {
  margin-bottom: 10px;
}
#offer-dialog .modal-content .modal-footer button.print-btn {
  background-image: url(../img/print_ico.png);
  background-position: 5px center;
  background-repeat: no-repeat;
  padding-left: 35px;
}
@media (min-width: 340px) {
  #offer-dialog .modal-content .modal-footer button.reset-btn {
    float: left;
  }
}
#offer-dialog .modal-content .modal-footer #contact-form {
  width: 100%;
  float: left;
  margin-top: 10px;
  margin-bottom: 20px;
}
#offer-dialog .modal-content .modal-footer #contact-form .form-header {
  font-weight: bold;
  text-align: left;
  font-size: 20px;
  color: #6d6d6d;
  padding: 10px 0px;
}
@media (min-width: 992px) {
  #offer-dialog .modal-content .modal-footer #contact-form .padding-right {
    padding-right: 22px;
  }
  #offer-dialog .modal-content .modal-footer #contact-form .padding-left {
    padding-left: 22px;
  }
}
#offer-dialog .modal-content .modal-footer #contact-form input,
#offer-dialog .modal-content .modal-footer #contact-form textarea {
  width: 100%;
  margin: 5px 0;
  border: none;
  border-bottom: solid 1px #d8d8d8;
  background: #F5F5F5;
}
#offer-dialog .modal-content .modal-footer #contact-form ::-webkit-input-placeholder {
  color: #6d6d6d;
}
#offer-dialog .modal-content .modal-footer #contact-form :-moz-placeholder {
  color: #6d6d6d;
}
#offer-dialog .modal-content .modal-footer #contact-form ::-moz-placeholder {
  color: #6d6d6d;
}
#offer-dialog .modal-content .modal-footer #contact-form :-ms-input-placeholder {
  color: #6d6d6d;
}
#offer-dialog .modal-content .modal-footer #contact-form textarea {
  height: 89px;
  max-height: 89px;
  resize: none;
}
#offer-dialog .modal-content .modal-body {
  padding-top: 0px;
  overflow: hidden;
  padding-bottom: 0px;
}
#offer-dialog .modal-content .modal-body h2,
#offer-dialog .modal-content .modal-body h3 {
  display: inline-block;
}
#offer-dialog .modal-content .modal-body .h2-outer {
  background: #5BA2CC;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: -20px;
  margin-right: -20px;
  margin-top: 20px;
  margin-bottom: 10px;
}
#offer-dialog .modal-content .modal-body .h2-outer h2 {
  line-height: 38px;
  margin-bottom: 0px;
  margin-top: 0px;
  font-size: 22px;
  color: #FFF;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
}
#offer-dialog .modal-content .modal-body .h2-outer .description {
  color: white;
  top: -2px;
  position: relative;
  display: inline-block;
}
#offer-dialog .modal-content .modal-body .h2-outer .required {
  color: white;
  position: relative;
  top: -2px;
  display: inline-block;
}
@media (min-width: 768px) {
  #offer-dialog .modal-content .modal-body .h2-outer .required {
    float: right;
    padding: 1px 15px;
    position: relative;
  }
}
#offer-dialog .modal-content .modal-body .h3-outer {
  padding: 0px 20px;
}
#offer-dialog .modal-content .modal-body .h3-outer .required {
  display: inline-block;
}
@media (min-width: 768px) {
  #offer-dialog .modal-content .modal-body .h3-outer .required {
    float: right;
    padding: 1px 15px;
    position: relative;
    top: 2px;
  }
}
@media (max-width: 767px) {
  #offer-dialog .modal-content .modal-body .red {
    padding: 0px 5px;
    display: inline-block;
  }
}
#offer-dialog .modal-content .modal-body .red {
  background-color: white !important;
  color: #ff4136 !important;
  border: 1px solid #ff4136;
  border-radius: 4px;
}
#offer-dialog .modal-content .modal-body #menu-form > ul {
  margin-left: -20px;
  margin-right: -20px;
}
#offer-dialog .modal-content .modal-body ul {
  padding-left: 0px;
  list-style: none;
}
#offer-dialog .modal-content .modal-body ul li label {
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: 600;
  padding-left: 20px;
  line-height: 25px;
  border-bottom: solid 1px transparent;
  width: 100%;
}
#offer-dialog .modal-content .modal-body ul li label:hover,
#offer-dialog .modal-content .modal-body ul li label.active {
  background-color: lightblue;
  border-bottom: solid 1px #56c6eb;
}
#offer-dialog .modal-content .modal-body ul li label span {
  display: inline-block;
  min-width: 175px;
  position: relative;
}
#offer-dialog .modal-content .modal-body ul li label .text {
  padding-left: 20px;
  padding-right: 20px;
}
#offer-dialog .modal-content .modal-body ul li label .description {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 12px;
}

#offer-dialog .modal-content .modal-body ul li input {
  position: absolute;
  top: 3px;
}
#offer-dialog .modal-content .modal-body h3 {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 17px;
  font-weight: bold;
  min-width: 100px;
}
#offer-dialog .modal-content .modal-body .drinks {
  font-size: 14px;
  font-weight: 600;
  padding-left: 0px;
  line-height: 25px;
  padding-bottom: 5px;
}
#offer-dialog .modal-content .modal-body .drinks-list {
  margin-bottom: 0px;
}
#offer-dialog .modal-content .modal-body .blue-box {
  color: #6d6d6d;
  padding: 15px 30px;
  margin: 20px 0 15px;
  border: solid 1px #5BA2CC;
}
#offer-dialog .modal-content .modal-body .blue-box .header {
  color: #5BA2CC;
  font-weight: bold;
}
#offer-dialog .modal-content .modal-body .blue-box .header-top {
  margin-bottom: 10px;
}
#offer-dialog .modal-content .modal-body .blue-box ul {
  list-style: initial;
  padding-left: 20px;
}
#offer-dialog .modal-content .modal-body .additional-info {
  font-size: 12px;
  color: #6d6d6d;
  margin: 0px 25px;
}
#offer-dialog .modal-content .modal-body .additional-info ul {
  list-style: initial;
  padding-left: 20px;
}
#offer-dialog .modal-content .modal-body .summary {
  color: #5BA2CC;
  border-bottom: solid 1px #d8d8d8;
  border-top: solid 1px #d8d8d8;
  font-size: 22px;
  padding: 12px 20px;
  margin: 20px -20px 0px;
}
#offer-dialog .modal-content .modal-body input[type="checkbox"][data-required] {
  cursor: not-allowed;
}
form .errorSummary {
  border: 2px solid #C00;
  padding: 7px 7px 12px 7px;
  margin: 0 0 20px 0;
  background: #FEE;
  font-size: 0.9em;
  text-align: left;
}
form .errorMessage {
  color: red;
  font-size: 0.9em;
}
form .errorSummary p {
  margin: 0;
  padding: 5px;
}
form .errorSummary ul {
  margin: 0;
  padding: 0 0 0 20px;
}
#modal-alert .modal-footer {
  margin-top: 0px;
}
.top-button {
  position: fixed;
  bottom: 100px;
  z-index: 10000;
}
@media (max-width: 450px) {
  .top-button {
    right: 14px;
  }
}
@media (min-width: 451px) and (max-width: 767px) {
  .top-button {
    right: 40px;
  }
}
@media (min-width: 768px) {
  .top-button {
    right: 8%;
  }
}
@media (min-width: 992px) {
  .top-button {
    right: 15%;
  }
}
@media (min-width: 1200px) {
  .top-button {
    right: 22%;
  }
}
