.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.affix {
  position: fixed;
}
@font-face {
  font-family: 'Questrial';
  font-style: normal;
  font-weight: 400;
  src: url(http://fonts.gstatic.com/s/questrial/v18/QdVUSTchPBm7nuUeVf70viFg.ttf) format('truetype');
}
/* Generic color classes for the main accent color of each theme */
.accent-color-1 {
  color: #162F4B;
}
.accent-bkgd-color-1 {
  background-color: #162F4B;
}
.accent-border-color-1 {
  border-color: #162F4B;
}
.access-code-tt {
  border-left-color: #B0A121;
}
body {
  background: black url('https://res.cloudinary.com/eventservice/image/upload/saas/base/color-circles-background.jpg') repeat-x fixed center 200px;
  background-size: 100%;
  font-size: 14px;
}
h1 {
  color: #111;
}
h1 a {
  color: #111;
}
h1 a:hover {
  color: #000;
}
#eventName {
  font-family: 'Questrial', sans-serif;
  font-weight: normal;
  color: white;
}
#eventName a {
  color: white;
}
#eventDatePlace {
  color: #D6A025;
  font-weight: normal;
}
#header a.menu {
  color: #777;
  border-left-color: #eee;
}
.contentArea {
  background: #fff;
  color: #121212;
  line-height: 1.3em;
  border: 10px solid rgba(255, 255, 255, 0.2);
  -webkit-background-clip: padding-box;
  /* for Safari */
  background-clip: padding-box;
  /* for IE9+, Firefox 4+, Opera, Chrome */
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
  font-weight: normal;
}
.contentArea .content {
  border: 0px;
}
.contentArea .content p {
  line-height: 1.4em;
}
.contentArea .contentTitle {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-family: 'Questrial', sans-serif;
  font-weight: normal;
  font-size: 18px;
  padding: 10px 14px;
  background: #0d103f;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMGQxMDNmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTIlIiBzdG9wLWNvbG9yPSIjMmM0ZDY4IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzJhNTY0YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(45deg, #0d103f 0%, #2c4d68 52%, #2a564b 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #0d103f), color-stop(52%, #2c4d68), color-stop(100%, #2a564b));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(45deg, #0d103f 0%, #2c4d68 52%, #2a564b 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(45deg, #0d103f 0%, #2c4d68 52%, #2a564b 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(45deg, #0d103f 0%, #2c4d68 52%, #2a564b 100%);
  /* IE10+ */
  background: linear-gradient(45deg, #0d103f 0%, #2c4d68 52%, #2a564b 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0d103f', endColorstr='#2a564b', GradientType=1);
  /* IE6-8 fallback on horizontal gradient */
  margin: 6px 6px 0px;
}
.contentArea.sharethisArea .content {
  padding-right: 10px;
}
.btn {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-weight: 700;
}
.btn.btn-main,
.btn.btn-primary {
  background-color: #857a19;
  background-image: -webkit-linear-gradient(bottom, #857a19, #96891c);
  background-image: -moz-linear-gradient(bottom, #857a19, #96891c);
  background-image: -o-linear-gradient(bottom, #857a19, #96891c);
  background-image: -ms-linear-gradient(bottom, #857a19, #96891c);
  background-image: linear-gradient(bottom, #857a19, #96891c);
  border: 1px solid #706615;
  color: white;
}
.btn.btn-main:hover,
.btn.btn-primary:hover {
  background-color: #706615;
  background-image: -webkit-linear-gradient(bottom, #706615, #857a19);
  background-image: -moz-linear-gradient(bottom, #706615, #857a19);
  background-image: -o-linear-gradient(bottom, #706615, #857a19);
  background-image: -ms-linear-gradient(bottom, #706615, #857a19);
  background-image: linear-gradient(bottom, #706615, #857a19);
}
.btn.btn-sub {
  background-color: #D6A025;
  color: white;
}
.btn.btn-sub:hover {
  background-color: #c09021;
}
.btn.btn-neutral {
  background-color: #555;
  color: white;
}
.btn.btn-neutral:hover {
  background-color: #333;
}
.addthisevent-drop {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #9b8d1d !important;
}
.heading.alt {
  color: #c09021;
}
.heading.alt2 {
  color: #9b8d1d;
}
.subLabel {
  color: #c09021;
}
.revLabel {
  color: #c09021;
}
.alert-danger {
  color: white;
  background-color: #FF3300;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.error-message {
  color: white;
  background-color: #FF3300;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
#receiptArea .orderId {
  color: #555;
}
.form-control {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.form-control.form-error {
  border-left-color: #990D0D;
}
.ajax_loader_sm {
  height: 11px;
  width: 43px;
  background-image: url('https://res.cloudinary.com/eventservice/image/upload/saas/base/ajax_loader_sm.gif');
}
#process_bar .ticket_tab {
  background-color: #EEEEEE;
  color: #cccccc;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
#process_bar .timer_tab {
  color: #ffffff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
#process_bar .active {
  background-color: #162F4B;
  color: #ffffff;
}
#process_bar .ended {
  background-color: #800000;
}
.timer_tab {
  color: #111;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.galleryPhoto,
.inTextPhoto,
.map {
  border: 6px solid #fff;
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
}
#notice {
  background-color: #162F4B;
  color: white;
}
.videoModule .thumb a img {
  border-color: #162F4B;
}
.videoModule .thumb.at a img {
  border-color: #D6A025;
}
input:required,
select:required {
  border-left-color: #B0A121;
}
.checkbox-required {
  border-left: 6px solid #B0A121;
  padding-left: 10px;
}
.payment-element-classic {
  border-left: 6px solid #B0A121;
  padding: 8px 12px;
}
#orderTotalReview {
  color: #888;
}
#orderTotalReview .amount {
  color: #162F4B;
}
.btn-primary {
  background-color: #B0A121;
  border-color: #9b8d1d;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-color: #9b8d1d;
  border-color: #857a19;
}
hr {
  border-top-color: #ccc;
}
table td {
  border-top-color: #ccc !important;
}
#receiptArea .orderId {
  color: #999;
}
#design-addon-1 {
  display: block;
  width: 308px;
  height: 596px;
  position: absolute;
  right: 0;
  top: 45%;
  background: transparent url('https://res.cloudinary.com/eventservice/image/upload/saas/base/glass-splash-right-edge-02.png') no-repeat top right;
  z-index: -1;
}
@media (max-width: 768px) {
  body {
    background-position: center 340px;
  }
}
#orderPromoCodeArea .apply_button,
#orderPromoCodeArea_sm .apply_button {
  padding: 6px 10px 6px;
}
