/*Font Includes*/
/*GLobal Colors*/
/*GLobal Variables*/
/*GLobal Variables*/
/*Functions and Mixin*/
/* Mixin and Function End*/
body {
  /*Common Body Styles Start*/
  font-family: theme_font;
  background-color: #0e0e26;
  /*Common Elements Style*/
  /*Common Body Responsive Styles Start*/
}

body p,
body .content_ul li {
  color: #000;
  padding: 0;
  margin: 0;
  padding-top: 30px;
  line-height: 1.8em;
}

body p.primary,
body .content_ul li.primary {
  color: #000;
}

body p.accent,
body .content_ul li.accent {
  color: #000;
}

body p.secondary,
body .content_ul li.secondary {
  color: #000;
}

body p.white,
body .content_ul li.white {
  color: #fff;
}

body p.align_justify,
body .content_ul li.align_justify {
  text-align: justify;
}

body p.align_left,
body .content_ul li.align_left {
  text-align: left;
}

body p.align_right,
body .content_ul li.align_right {
  text-align: right;
}

body .content_ul ul,
body .content_ul ol {
  padding-top: 30px;
}

body .content_ul li {
  padding-top: 0;
}

body .common_header {
  padding: 0;
  margin: 0;
  padding-top: 30px;
  color: #000;
  line-height: 1.2em;
}

body .common_header.primary {
  color: #000;
}

body .common_header.accent {
  color: #000;
}

body .common_header.secondary {
  color: #000;
}

body .common_header.white {
  color: #fff;
}

body .common_header.align_justify {
  text-align: justify;
}

body .common_header.align_left {
  text-align: left;
}

body .common_header.align_right {
  text-align: right;
}

body .common_header span {
  font-family: theme_font;
  color: #000;
}

body .common_header span.primary {
  color: #000;
}

body .common_header span.accent {
  color: #000;
}

body .common_header span.secondary {
  color: #000;
}

body .common_header span.white {
  color: #fff;
}

body .common_header span.align_justify {
  text-align: justify;
}

body .common_header span.align_left {
  text-align: left;
}

body .common_header span.align_right {
  text-align: right;
}

body .common_anchor {
  display: inline-block;
  padding: 0;
  margin: 0;
  margin-top: 30px;
  padding: 12px;
  font-family: theme_font;
  padding-left: 30px;
  padding-right: 30px;
  color: #fff;
  text-decoration: none;
  position: relative;
  font-size: 18px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #000;
  border-radius: 8px;
}

body .common_anchor:hover {
  text-decoration: none;
  color: #fff;
  background-color: #000;
}

body .common_anchor.secondary {
  background-color: #000;
  color: #fff;
}

body .common_anchor.secondary:hover {
  background-color: #000;
  color: #fff;
}

body .common_anchor.white {
  background-color: #fff;
  color: #000;
}

body .common_anchor.white:hover {
  background-color: #000;
  color: #fff;
}

body .gridContainer {
  margin: auto;
  clear: none;
  float: none;
  margin-left: auto;
}

body .table_wrap {
  display: table;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

body .cell_wrap {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

body .btn-group {
  display: inline-block;
  margin-top: 30px;
}

body .btn-group button {
  padding: 12px;
  font-family: theme_font;
  background-color: #fff !important;
  background: none;
  border-color: #ccc;
  border-radius: 8px;
}

body .btn-group a:hover {
  background: none;
  background-color: #000 !important;
  color: #000;
}

body .form_field {
  margin-top: 30px;
  padding: 15px;
  border-radius: 8px;
  border: 1px solid #ccc;
  width: 100%;
  background: #f5f5f5;
}

body .form_field::-webkit-input-placeholder {
  font-family: theme_font;
  color: #999;
}

body .form_field:-ms-input-placeholder {
  font-family: theme_font;
  color: #999;
}

body .form_field::-ms-input-placeholder {
  font-family: theme_font;
  color: #999;
}

body .form_field::placeholder {
  font-family: theme_font;
  color: #999;
}

body .nav.nav-tabs {
  margin-top: 30px !important;
}

body .nav.nav-tabs li a {
  color: #000;
}

body .nav.nav-tabs li.active a {
  background-color: #000;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}

@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}

@-webkit-keyframes rotation_minus {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-359deg);
  }
}

@keyframes rotation_minus {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-359deg);
  }
}

@media only screen and (min-width: 1600px) {
  body p,
  body .btn-group a,
  body .btn-group,
  body .btn-group button,
  body .form_field,
  body .content_ul li,
  body .nav.nav-tabs li a {
    font-size: 18px;
  }
  body .common_header {
    font-size: 40px;
  }
  body .common_header.large {
    font-size: 70px;
  }
  body .gridContainer {
    width: 95.5%;
    min-width: 1250px;
    padding-left: 0.75%;
    padding-right: 0.75%;
  }
}

@media only screen and (max-width: 1599px) {
  body p,
  body .btn-group a,
  body .btn-group,
  body .btn-group button,
  body .form_field,
  body .content_ul li,
  body .nav.nav-tabs li a {
    font-size: 15px;
  }
  body .common_header {
    font-size: 35px;
  }
  body .common_header.large {
    font-size: 50px;
  }
  body .gridContainer {
    width: 85.5%;
    padding-left: 0.75%;
    padding-right: 0.75%;
  }
}

@media only screen and (max-width: 1100px) {
  body p,
  body .btn-group a,
  body .btn-group,
  body .btn-group button,
  body .form_field,
  body .content_ul li,
  body .nav.nav-tabs li a {
    font-size: 15px;
  }
  body .common_header {
    font-size: 35px;
  }
  body .common_header.large {
    font-size: 50px;
  }
  body .gridContainer {
    width: 95.675%;
    padding-left: 1.1625%;
    padding-right: 1.1625%;
    min-width: auto !important;
  }
}

@media only screen and (max-width: 786px) {
  body p,
  body .btn-group a,
  body .btn-group,
  body .btn-group button,
  body .form_field,
  body .content_ul li,
  body .nav.nav-tabs li a {
    font-size: 15px;
  }
  body .common_header {
    font-size: 35px;
  }
  body .common_header.large {
    font-size: 50px;
  }
  body .gridContainer {
    width: 95.675%;
    padding-left: 1.1625%;
    padding-right: 1.1625%;
    min-width: auto !important;
  }
}

@media only screen and (max-width: 480px) {
  body p,
  body .btn-group a,
  body .btn-group,
  body .btn-group button,
  body .form_field,
  body .content_ul li,
  body .nav.nav-tabs li a {
    font-size: 14px;
  }
  body .nav.nav-tabs li {
    float: none;
    display: inline-block;
  }
  body .nav.nav-tabs {
    white-space: nowrap;
    overflow-x: scroll;
  }
  body .common_header {
    font-size: 30px;
  }
  body .common_header.large {
    font-size: 40px;
  }
  body .gridContainer {
    width: 95.45%;
    padding-left: 2.275%;
    padding-right: 2.275%;
  }
  body a.common_anchor {
    font-size: 14px;
  }
}

body .gridContainer.small_test_wrap {
  max-width: 900px;
  min-width: auto;
  width: auto;
  background-color: #fff;
  padding: 30px !important;
  border-radius: 8px;
  margin-top: 30px;
  box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
}

.full_wrap {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
}

.half_wrap {
  width: 50%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
}

img,
video,
iframe {
  max-width: 100%;
}

.pre_footer_wrap {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  z-index: 11;
  text-align: center;
}

.pre_footer_wrap p {
  font-size: 11px;
}

/*Home starts*/
.error_full_wrap {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  text-align: left;
  color: maroon;
  margin-top: 5px;
}

.table_body {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.table_body .gridContainer {
  max-width: 700px;
  min-width: 700px;
}

.table_body .common_header {
  padding-top: 0;
}

.table_body .inner_wrap {
  height: 100%;
  text-align: center;
}

.table_body .event_form {
  border-top: 1px solid #d1d1d1;
  padding-top: 30px;
  margin-top: 20px;
}

.table_body .field_title {
  font-size: 15px;
  letter-spacing: 0.2em;
  color: #b4b4b4;
  text-transform: uppercase;
}

.table_body .table_wrap {
  height: 100vh;
  padding: 100px 0;
}

.table_body .result_wrap p {
  color: #000;
}

.table_body .result_wrap p span {
  background: #000;
  color: #fff;
  display: inline-block;
  padding: 2px 8px;
  margin: 2px 5px;
  text-transform: uppercase;
  background: #000;
  border-radius: 5px;
}

.autocomplete_wrap {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 100;
  background: #fff;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  margin-top: 5px;
}

.autocomplete_wrap:empty {
  display: none;
}

.autocomplete_wrap .item {
  text-align: left;
  cursor: pointer;
}

.autocomplete_wrap .item p {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  padding: 5px;
  font-size: 14px !important;
}

.autocomplete_wrap .item + .item {
  border-top: 1px solid rgba(0, 0, 0, 0.5);
}

.autocomplete_wrap .item:hover {
  background: rgba(0, 0, 0, 0.1);
}

/*Responsive Starts*/
body {
  overflow-x: hidden;
}

@media only screen and (min-width: 1100px) {
  .common_header .large {
    font-size: 50px;
  }
}

@media only screen and (min-width: 1600px) {
  .common_header .large {
    font-size: 60px;
  }
}

@media only screen and (max-width: 1100px) {
  .common_header .large {
    font-size: 40px;
  }
}

@media only screen and (max-width: 480px) {
  .common_header .large {
    font-size: 35px;
  }
}

.common_anchor {
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

/*Responsive Ends*/
/*# sourceMappingURL=table.css.map */