/*
* @Author: Mircea Marghitas
* @Date:   2016-07-14 14:58:39
* @Last Modified by:   KODI
* @Last Modified time: 2016-08-14 19:35:28
* master.css
*/
/* Backgrounds will cover all the section
    * --------------------------------------- */
@import url(https://fonts.googleapis.com/css?family=Raleway:400,400italic,500,500italic,600,700,600italic,700italic,800,300italic,300);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,700,400italic,500italic,700italic);
html, body {
  margin: 0;
  width: 100%;
  height: 100%;
  background: #885bf9;
  font-family: "Raleway", sans-serif; }

a, nav, p, img {
  -webkit-transition: all .6s ease-in-out;
  -moz-transition: all .6s ease-in-out;
  -ms-transition: all .6s ease-in-out;
  -o-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out; }
/** {
  -webkit-overflow-scrolling: touch;
}*/
#wrapper {
  height: 100%;
  width: 100%; }

.homepage_box {
  display: table;
  width: 100%;
  height: 100%;
  padding-bottom: 115px; }
  .homepage_box .holder {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    text-align: center; }
    .homepage_box .holder img {
      margin: 0 auto;
      padding: 15px; }

.navbar {
  /*position: fixed;*/
  min-height: 115px;
  margin-bottom: 0;
  border: 0;
  background: rgba(136, 91, 249, 0.75);
  border-radius: 0;
  font-family: "Roboto", sans-serif;
  width: 100%; }
  .navbar img {
    height: 85px; }

.navbar-nav > li > a, .navbar-nav > li > p {
  height: 115px;
  line-height: 115px;
  padding: 0 20px;
  margin: 0;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  cursor: pointer; }

.navbar-nav > li > p {
  cursor: none; }
  .navbar-nav > li > p span {
    margin-right: 20px;
    color: #000;
    font-weight: bold; }

.navbar-inverse .navbar-nav > li > a {
  color: #fff; }
  .navbar-inverse .navbar-nav > li > a:hover {
    color: #000; }

.navbar.navbar-fixed-top {
  min-height: 80px;
  background: #885bf9; }
  .navbar.navbar-fixed-top .navbar-nav > li > a, .navbar.navbar-fixed-top .navbar-nav > li > p {
    height: 80px;
    line-height: 80px; }
  .navbar.navbar-fixed-top img {
    height: 50px; }

#canvasloader-container {
  position: absolute;
  z-index: 9999;
  background: #180e32;
  width: 100%;
  height: 100%; }
  #canvasloader-container img {
    width: 180px;
    height: auto;
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%); }

#canvasLoader {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute; }

section#events div.title, section#promo div.title, section#contact div.title {
  background: #fff;
  padding: 100px 0; }
  section#events div.title h1, section#promo div.title h1, section#contact div.title h1 {
    color: #885bf9;
    font-size: 80px;
    font-weight: 600;
    margin: 0 0 30px;
    background: url("../images/arrow_down.png") no-repeat 50% bottom;
    padding-bottom: 30px; }
section#events .events, section#promo .events, section#contact .events {
  padding: 150px 15px;
  background-image: url("../images/3.jpg");
  background-size: cover;
  background-position: 50% 50%; }
section#events .promo, section#promo .promo, section#contact .promo {
  padding: 150px 15px;
  background-image: url("../images/2.jpg");
  background-size: cover;
  background-position: 50% 50%; }
section#events .contact, section#promo .contact, section#contact .contact {
  padding: 150px 15px;
  background: url("../images/pattern.png"); }

a.goDown {
  position: absolute;
  bottom: 60px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #885bf9 url("../images/arrow_white.png") no-repeat 50% 50%;
  left: 50%;
  margin-left: -30px; }

/*EVENTS*/
#lightSlider li .event_wrapper {
  height: 400px;
  background: rgba(255, 255, 255, 0.55);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: relative;
  padding: 0;
  font-family: "Roboto", sans-serif;
  margin: 20px 0; }
  #lightSlider li .event_wrapper .pricing {
    width: 25%;
    top: 0;
    right: 0;
    background-color: #885bf9;
    text-align: center;
    color: #fff;
    padding: 10px 0; }
    #lightSlider li .event_wrapper .pricing span {
      font-size: 50px;
      margin-bottom: 0;
      font-weight: bold; }
    #lightSlider li .event_wrapper .pricing p {
      font-size: 18px;
      color: #000;
      font-weight: bold; }
  #lightSlider li .event_wrapper h1 {
    font-size: 40px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    position: absolute;
    width: 100%;
    bottom: 30%;
    text-align: center; }
  #lightSlider li .event_wrapper h2 {
    background: rgba(0, 0, 0, 0.75);
    color: #885bf9;
    position: absolute;
    bottom: 0;
    text-align: center;
    padding: 15px 30px;
    font-weight: bold;
    font-family: verdana;
    font-size: 16px;
    width: 100%;
    margin-bottom: 0;
    line-height: 22px; }

/*PROMO*/
#lightSlider1 li .promo_wrapper {
  background: rgba(0, 0, 0, 0.5);
  border: 3px solid #885bf9;
  position: relative;
  padding: 15px;
  margin: 35px 0;
  display: inline-block; }
  #lightSlider1 li .promo_wrapper .promo_pricing {
    font-family: "Roboto", sans-serif;
    background: #885bf9;
    display: inline-block;
    width: 100%;
    position: relative;
    top: 0;
    overflow: hidden;
    text-align: center;
    padding: 10px 0;
    border-bottom: 3px solid #fff;
    border-radius: 5px; }
    #lightSlider1 li .promo_wrapper .promo_pricing p {
      color: #fff;
      font-weight: bold;
      font-size: 22px;
      text-align: center; }
  #lightSlider1 li .promo_wrapper .right_side h1 {
    font-size: 34px;
    margin-bottom: 10px;
    color: #fff;
    margin-top: 0px; }
  #lightSlider1 li .promo_wrapper .right_side h2 {
    font-size: 22px;
    color: #885bf9;
    text-transform: uppercase;
    margin-bottom: 10px;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.25);
    padding-bottom: 10px; }
  #lightSlider1 li .promo_wrapper .right_side p {
    font-size: 16px;
    color: #fff;
    text-align: left;
    width: initial;
    margin-bottom: 20px;
    text-transform: capitalize; }
  #lightSlider1 li .promo_wrapper .right_side a {
    text-decoration: none;
    background: #fff;
    padding: 8px 20px 9px;
    text-align: center;
    margin-bottom: 10px;
    border-radius: 5px;
    color: #885bf9;
    display: inline-block; }
    #lightSlider1 li .promo_wrapper .right_side a:hover {
      background: #885bf9;
      color: #fff; }

/*input boxes*/
.form-group label {
  color: #fff;
  font-weight: initial;
  font-family: "arial", sans-serif;
  letter-spacing: 1px; }
.form-group .form-control {
  background: #523795;
  border: 3px solid #38246b;
  height: 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  letter-spacing: .75px; }
.form-group .input-group-addon {
  background-color: #38246b;
  border: none;
  color: #885bf9; }
.form-group ::-webkit-input-placeholder, .form-group textarea::-webkit-input-placeholder {
  color: #885bf9;
  opacity: 1;
  transition: opacity 250ms ease-in-out; }
.form-group :-moz-placeholder, .form-group textarea:-moz-placeholder {
  color: #885bf9;
  opacity: 1; }
.form-group ::-moz-placeholder, .form-group textarea::-moz-placeholder {
  color: #885bf9;
  opacity: 1; }
.form-group :-ms-input-placeholder, .form-group textarea:-ms-input-placeholder {
  color: #885bf9;
  opacity: 1; }

.btn {
  display: inline-block;
  padding: 15px 30px; }

.btn-default {
  color: #ffffff;
  background-color: #38246b;
  border-color: #38246b;
  border-bottom: 3px solid #000; }

.modal-content {
  background: initial;
  height: 100%; }

#payment {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 5px;
  padding: 30px; }
  #payment h1 {
    color: #885bf9;
    font-size: 50px;
    font-weight: 600;
    margin: 0 0 30px;
    background: url("../images/arrow_down.png") no-repeat 50% bottom;
    padding-bottom: 30px;
    text-align: center; }
  #payment .form-group {
    margin-bottom: 40px; }
    #payment .form-group .form-control {
      background: #e7e7e7; }

div.close-paymentModal {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 30px;
  height: 30px;
  display: inline-block;
  background: url("../images/closew.png") no-repeat 50% 50%;
  cursor: pointer;
  -webkit-transition: all .6s ease-in-out;
  -moz-transition: all .6s ease-in-out;
  -ms-transition: all .6s ease-in-out;
  -o-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
  z-index: 9999999; }
  div.close-paymentModal:hover {
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }

footer {
  padding: 100px 15px;
  background: black url("../images/pattern.png");
  color: #fff;
  font-family: "Roboto", sans-serif;
  border-top: 3px solid #fff; }
  footer p {
    margin-bottom: 0;
    padding-bottom: 0; }
  footer ul.social_footer {
    width: 100%;
    text-align: center;
    margin: 30px 0;
    padding: 0; }
    footer ul.social_footer li {
      display: inline-block;
      font-size: 22px;
      padding: 10px; }
      footer ul.social_footer li a {
        color: #885bf9; }
        footer ul.social_footer li a:hover {
          text-decoration: none;
          color: #fff; }
  footer img {
    margin-bottom: 40px; }
  footer ul {
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 30px 0;
    list-style: none; }
    footer ul li {
      display: inline-block; }
      footer ul li a {
        display: inline-block;
        font: "Raleway", sans-serif;
        font-weight: 500;
        font-size: 13px;
        text-transform: uppercase;
        color: #fff;
        margin: 0 10px;
        cursor: pointer;
        white-space: nowrap; }

.sep {
  width: 40%;
  margin: 0 auto;
  background: #885bf9;
  height: 1px;
  clear: both; }

.sep_mini {
  width: 100px;
  margin: 0 auto;
  background: #fff;
  height: 3px;
  clear: both; }

/*# sourceMappingURL=master.css.map */


/* kamalpreet custom styles */


.custom_form.form-group .input-group-addon {
  background-color: #f0efee;
  border: medium none;
  color: #333;
  max-width: 43px;
  min-width: 43px;
}
.custom_form .input-group {
  margin-bottom: 10px;
}
.custom_form.form-group .form-control {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #f0efee;
  box-shadow: none;
  color: #333;
  height: 50px;
  letter-spacing: 0.75px;
}









.custom_form textarea {
  max-width: 100%;
  min-height: 150px;
  width: 100%;
}



h3.title-text {
  border-bottom: 1px solid #ccc;
  font-size: 20px;
  margin-bottom: 30px;
  padding-bottom: 20px;
}
.custom_form .list-inline a {
  color: #555;
  font-size: 40px;
}
.amount {
  color: #885bf9;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 20px;
}
.clubname {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 0;
}

.flyer > img {
  margin: 0 auto;
  max-height: 100px;
  max-width: 100px;
  width: auto;
}
.event-details {
  float: left;
  margin-bottom: 20px;
  width: 100%;
}
.flyer {
  float: left;
  width: 100px;
}
.event-description {
  float: left;
}
.margin-top-20{
	margin-top:20px;
}
.margin-bot-20{
	margin-bottom:20px;
}
.margin-top-10{
	margin-top:10px;
}
.custom_form .list-inline {
  line-height: 30px;
  list-style: outside none none;
  margin-bottom: 30px;
  margin-left: -5px;
  padding-left: 0;
}

@media screen and (max-width:767px){
	
	#calendar_section .fc-scroller {
  min-height: 550px !important;
}

}

