.ui.inverted.menu {
  background: #ffffff;
}

p {
  line-height: 1.7em;
}

.summary a {
  color: #dbab27 !important;
  margin: 0 0.7%;
  text-decoration: none;
  font-weight: bolder;
}

.ui .list a,
.extra {
  font-size: 13px;
}

.ui.dropdown .menu > .item {
  color: #dbab27;
}

.event .label {
  min-height: 100%;
  margin-right: 2%;
  float: left;
}

.event img {
  border-radius: 100%;
}

.border-top {
  height: 10px;
  width: 100%;
  float: left;
  background: #dbab27;
}

.socialbtn {
  text-align: right;
  font-size: 13px;
  margin-top: 4%;
}

/**
 * Accordion
 */

.ui.accordion .title ~ .content {
  margin-left: 1%;
  border-left: 2px solid #dbab274f;
}

.ui.accordion:not(.styled) .accordion .title ~ .content:not(.ui),
.ui.accordion:not(.styled) .title ~ .content:not(.ui) {
  background-image: none !important;
}

.ui.accordion:not(.styled) .accordion .title ~ .content:not(.ui),
.ui.accordion:not(.styled) .title ~ .content:not(.ui) {
  padding: 1rem 2rem 1rem 2rem;
}

.socialbtn1 {
  margin: 2% 0%;
}

.background-y {
  min-height: 380px;
  background: #ddaa00;
  position: absolute;
  width: 100%;
}

.styles hr {
  border-color: #dbab2738;
}

.styles .title {
  background-image: url(/images/arrow1drop.png?453457f6cc9d211b1ee6840d2e75a412);
  background-position: 98% center;
  font-weight: 100;
  background-repeat: no-repeat;
  background-size: 2%;
}

.styles .title i {
  font-size: 0px !important;
}

.styles .active {
  background-image: url(/images/arrow1drop1.png?a50b65dae5e61b5938f4f7b3c35b62fd);
  background-position: 98% center;
  font-weight: 100;
  background-repeat: no-repeat;
  background-size: 2%;
}

.border {
  display: inline-block;
  position: relative;
}

.border::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-box-shadow: inset 0 0 0 0 #dbab27;
          box-shadow: inset 0 0 0 0 #dbab27;
  -webkit-transition: -webkit-box-shadow .1s ease;
  transition: -webkit-box-shadow .1s ease;
  transition: box-shadow .1s ease;
  transition: box-shadow .1s ease, -webkit-box-shadow .1s ease;
}

.border:hover::after {
  -webkit-box-shadow: inset 0 0 0 3px #dbab27;
          box-shadow: inset 0 0 0 3px #dbab27;
  border-radius: 50%;
}

.contact-space {
  background: #fff;
  padding: 3rem 3rem !important;
  -webkit-box-shadow: 0px 2px 10px #aaaab1;
          box-shadow: 0px 2px 10px #aaaab1;
}

.ui.menu .item,
.ui.secondary.menu .active.item {
  color: #fff;
}

.date h4 {
  color: #a80;
  font-size: 14px;
}

.ui.link.menu .item:hover {
  color: #fff;
}

.searchedit {
  float: right;
  margin-top: -1%;
}

.searchedit .ui.search {
  margin-top: 3%;
}

.searchedit .ui.icon.input input {
  width: 380px;
  border: 1px solid #dbab27;
}

.ui.header {
  color: #dbab27;
}

.spacetop {
  margin-top: 30%;
}

.sidelogo {
  width: 55%;
  padding-left: 10%;
}

.colorhead {
  color: #fff;
  margin-top: 1% !important;
  font-weight: 100;
}

h1.ui.header {
  color: #aa8800;
  font-weight: 100;
}

h5 .ui.header {
  color: #aa8800 !important;
}

h3.ui.header {
  color: #dbab27;
  font-weight: 100;
}

.ui.accordion .title:not(.ui) {
  font-size: 15px;
  font-weight: 100;
  color: #DDAA00;
  text-transform: capitalize;
}

.ui.accordion .title.active {
  color: #AA8800;
}

.prices {
  color: #fff;
  background: #dbab27;
  padding: 17% 0%;
  font-size: 30px;
  margin-bottom: 25%;
  text-align: center;
  border-radius: 4%;
  min-height: 198px;
}

.prices:hover {
  cursor: pointer;
  background: #AA8800;
}

.prices p {
  font-size: 15px;
  margin-bottom: 11%;
  text-align: center;
  padding: 0 10px;
  min-height: 40px;
}

.prices p:nth-child(1) {
  padding: 0 26px;
}

.prices p + span {
  font-size: 18px;
}

.ui.secondary.vertical.menu > .item:hover {
  color: #fff;
}

.relatedlinks {
  margin: 2% 0;
}

.relatedlinks a {
  width: 100%;
  float: left;
  color: #444;
}

.events {
  margin: 12% 0;
}

.footer {
  text-align: left;
  margin-top: 4%;
  background: #dbab27;
  color: #fff;
}

form.add-review textarea.form-control {
  font-size: 1.5rem;
}

.icon-star-empty.highlighted:before,
.icon-star:before {
  color: #DA0;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-5ths {
  width: 20%;
  float: left;
}

.leftnav {
  margin-top: -10px;
  min-height: 280px;
}

@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}

/* Mobile */

@media only screen and (max-width: 767px) {
  .socialbtn {
    text-align: left;
  }

  .searchedit .ui.icon.input input {
    width: 300px;
    border: 1px solid #dbab27;
  }

  .border-top {
    height: 10px;
    width: 100%;
    float: none;
    background: #dbab27;
  }

  .searchedit {
    float: none;
  }

  .searchedit .ui.search {
    margin-top: 15%;
    margin-left: 14%;
  }

  .leftnav {
    background: #dbab27 !important;
    width: 100% !important;
    margin: 0px 0 10px 0 !important;
    padding: 0px;
    float: left;
    margin-top: -10px;
  }

  .prices {
    color: #fff;
    background: #dbab27;
    padding: 6% 0%;
    font-size: 30px;
    margin-bottom: 0%;
    text-align: center;
    border-radius: 4%;
  }

  .sidelogo {
    width: 111%;
    margin-left: -3%;
  }
}

/* Tablet / iPad Portrait */

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .searchedit {
    float: right;
    position: absolute;
    top: 16%;
    right: -66%;
  }

  .searchedit .ui.icon.input input {
    width: 380px;
    border: 1px solid #dbab27;
  }

  .searchedit .ui.search {
    margin-top: 3%;
  }

  .prices {
    color: #fff;
    background: #dbab27;
    padding: 17% 0%;
    font-size: 22px;
    margin-bottom: 0%;
    text-align: center;
    border-radius: 4%;
  }

  .spacetop {
    margin-top: 50%;
  }

  .sidelogo {
    width: 100%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1060px) {
  .background-y {
    min-height: 360px;
    background: #dbab27;
    position: absolute;
    top: 10%;
    width: 100%;
  }

  .searchedit {
    float: right;
    position: absolute;
    top: 16%;
    right: -66%;
  }

  .searchedit .ui.icon.input input {
    width: 380px;
    border: 1px solid #dbab27;
  }

  .searchedit .ui.search {
    margin-top: 3%;
  }

  .prices {
    color: #fff;
    background: #dbab27;
    padding: 17% 0%;
    font-size: 22px;
    margin-bottom: 0%;
    text-align: center;
    border-radius: 4%;
  }

  .spacetop {
    margin-top: 50%;
  }

  .sidelogo {
    width: 100%;
  }
}

.btn-social {
  color: #fff;
  border-radius: 50%;
  padding: .78571429em .78571429em .78571429em;
}

.btn-facebook {
  background-color: #3b579d;
}

.btn-twitter {
  background-color: #00acee;
}

.btn-youtube {
  background-color: #e07c66;
}

.btn-googleplus {
  background-color: #e14747;
}

.bs-callout {
  padding: 10px;
  margin: 5px 0;
  border-left: 3px solid #DDAA00;
}

.bs-callout:first-child {
  margin-top: 0 !important;
}

.bs-callout.active {
  border-left: 3px solid #fff;
}

.bs-callout:hover {
  cursor: pointer;
  border-left: 3px solid #fff;
}

.bs-callout:first-child {
  margin-top: 0 !important;
}

.bs-callout h4 {
  margin-top: 0;
  margin-bottom: 5px;
}

.bs-callout p:last-child {
  margin-bottom: 0;
}

.bs-callout code {
  border-radius: 3px;
}

.bs-callout + .bs-callout {
  margin-top: -5px;
}

.bs-callout-default {
  color: #fff;
}

.bs-callout-default h4 {
  color: #777;
}

.bs-callout-default h3 {
  margin-top: 4px;
  color: #fff;
  font-size: 1.1em;
}

.bs-callout-default a.link {
  color: #fff;
  font-size: 0.9em;
}

.bs-callout-primary {
  border-left-color: #428bca;
}

.bs-callout-primary h4 {
  color: #428bca;
}

.bs-callout-success {
  border-left-color: #5cb85c;
}

.bs-callout-success h4 {
  color: #5cb85c;
}

.bs-callout-danger {
  border-left-color: #d9534f;
}

.bs-callout-danger h4 {
  color: #d9534f;
}

.bs-callout-warning {
  border-left-color: #f0ad4e;
}

.bs-callout-warning h4 {
  color: #f0ad4e;
}

.bs-callout-info {
  border-left-color: #5bc0de;
}

.bs-callout-info h4 {
  color: #5bc0de;
}

.spaced-row {
  padding: 3rem 1rem !important;
}

.color-white {
  color: #fff;
}

.color-primary {
  color: #DDAA00;
}

.mt-30 {
  margin-top: 30px;
}

.mb-20 {
  margin-bottom: 20px;
}

.nav-pills > li {
  margin-right: 0.5em;
}

.nav-pills-primary > li > a {
  color: #fff;
}

.nav-pills.nav-pills-primary > li > a {
  background: #DDAA00;
}

.nav-pills.nav-pills-primary > li.active > a {
  background: #A80;
}

.nav-pills.nav-pills-primary > li:hover > a {
  background: #A80;
  font-weight: normal;
}

.pt-0 {
  padding-top: 0 !important;
}

.btn.focus,
.btn:focus,
.btn:hover {
  color: #FFF;
}

.text-md {
  font-size: 20px;
}

.prices-container.disabled {
  pointer-events: none;
}

.prices-container.disabled div {
  opacity: 0.5;
}

.prices-container.disabled p.notify {
  font-size: 22px;
  z-index: 10;
  position: absolute;
  top: 45%;
  text-shadow: 0 0 5px #f9f3f3;
  left: 0%;
  right: 0%;
  text-align: center;
}

.cart-item.prices:after {
  height: 20px;
  width: 20px;
  z-index: 999;
  position: absolute;
  top: 10px;
  right: 10px;
  content: '\C9';
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  line-height: 1em;
  margin: 0;
  padding: 0;
  font-size: inherit;
  text-rendering: auto;
  content: '\EE77';
  -webkit-font-smoothing: antialiased;
  font-size: 17px;
}

/* lg */

@media (min-width: 1200px) {
  .flex-column {
    padding: 30px;
  }
}

/* md */

/* sm */

/* xs */

@media (max-width: 767px) {
  .background-y {
    min-height: 500px;
  }

  .cta-column {
    clear: both;
    top: 35px;
    text-align: center;
    font-size: 1em;
  }

  .prices-container .prices * {
    font-size: 0.8em;
  }

  a.button-theme {
    width: 100%;
    font-size: 0.9em;
  }

  .prices-container .col-md-5ths {
    width: 85%;
    margin: 10px auto;
  }
}

/* mobile */

