/************************ GLOBAL CSS STARTS HERE ************************/
@font-face {
  font-family: 'evencalendar';
  src: url('../fonts/evencalendar.eot');
  src: url('../fonts/evencalendar.eot') format('embedded-opentype'),
  url('../fonts/evencalendar.ttf') format('truetype'),
  url('../fonts/evencalendar.woff') format('woff'),
  url('../fonts/evencalendar.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="ec-ico-"], [class*=" ec-ico-"] {
  font-family: 'evencalendar' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ec-ico-arrow-right:before {
  content: "\e900";
}
.ec-ico-arrow-left:before {
  content: "\e901";
}
.ec-ico-arrow-down:before {
  content: "\e902";
}
.ec-ico-arrow-up:before {
  content: "\e903";
}
*,*:focus{
  outline: none;
}
body{
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  background-color:#ffffff !important ;
}
img{
  max-width: 100%;
}
a{
  text-decoration: none;
}
a:hover,a:focus{
  text-decoration: none;
}
.ec-tableCont.isLoading:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 9;
}
.es-loader {
  position: absolute;
  width: 120px;
  height: 24px;
  text-align: center;
  left: 0px;
  right: 0px;
  top: 50%;
  margin: -12px auto 0px;
  z-index: 10;
}
.es-loader > div {
  width: 24px;
  height: 24px;
  background-color: #fff;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.mrg-btm {
  margin-bottom:-6px !important;
}
.es-loader > div + div{
  margin-left: 6px;
}
.es-loader .es-load1 {
 -webkit-animation-delay: -0.32s;
 animation-delay: -0.32s;
}
.es-loader .es-load2 {
 -webkit-animation-delay: -0.16s;
 animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
 0%, 80%, 100% {
   -webkit-transform: scale(0) 
 }
 40% {
   -webkit-transform: scale(1.0) 
 }
}
@keyframes sk-bouncedelay {
 0%, 80%, 100% {
   -webkit-transform: scale(0);
   transform: scale(0);
 }
 40% {
   -webkit-transform: scale(1.0);
   transform: scale(1.0);
 }
}
::-webkit-scrollbar{
  width:6px;
  height:6px;
  border-radius:20px
}
::-webkit-scrollbar-button{
  display:none
}
::-webkit-scrollbar-track{
  background-color:#575757
}
::-webkit-scrollbar-track-piece{
  background-color:#eaeaea
}
::-webkit-scrollbar-thumb{
  background-color:#d4d4d4
}
::-webkit-scrollbar-thumb:hover{
  background-color:#d4d4d4
}
::-webkit-scrollbar-corner{
  display:none
}
::-webkit-resizer{
  display:none
}
.ec-smooth{
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
}
/************************ GLOBAL CSS ENDS HERE ************************/

/************************ HEADER CSS STARTS HERE ************************/
.ec-header {
  position: fixed;
  background-color: #ffa500; 
  left: 0px;
  right: 0px;
  top: 0px;
  z-index: 99;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
  -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
  -moz-box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
}
.ec-header h1 {
  margin: 12px auto;
  font-size: 24px;
  text-transform: uppercase;
  color: #000000;/* header color*/
  text-align: center;
}
/************************ HEADER CSS ENDS HERE ************************/

/************************ EVENTS SEARCH CSS STARTS HERE ************************/
.ec-eventSearch {
  position: relative;
  margin: 24px auto 32px;
  font-size: 0px;
}
.ec-eventSearch > form {
  position: relative;
  margin: 0px -24px;
}
.ec-eventSearch > form > .form-group {
  display: inline-block;
  font-size: 14px;
  padding: 0px 24px;
  vertical-align: middle;
  width: 33.33%;
}
.ec-eventSearch > form > .form-group > label {
  display: block;
  text-transform: capitalize;
  margin: 0px auto 5px;
}
.ec-eventSearch > form > .form-group > .form-control {
  display: block;
  border: none;
  width: 100%;
  padding: 6px 12px 6px 0px;
  height: 38px;
  background-color: transparent;
  border-bottom: 1px solid #dcdcdc;
}
.searchEvents {
  display: block;
  text-align: center;
  min-width: 250px;
  padding: 10px 12px;
  text-transform: uppercase;
  background-color: #22a6ff;
  color: #fff !important;
}
/************************ EVENTS SEARCH CSS ENDS HERE ************************/

/************************ CALENDAR CSS STARTS HERE ************************/
.ec-calendarCont {
  position: relative;
  margin: 24px auto;
}
.ec-calendarCont > h2 {
  margin: 0px auto 24px;
  text-transform: capitalize;
  font-size: 28px;
  text-align: center;
  line-height: normal;
  color:#f816d2; /*current month color*/
}
.ec-calCont {
  position: relative;
}

/************************ CALENDAR MONTH CSS STARTS HERE ************************/
.ec-calCont > .ec-monthTab {
  position: relative;
  padding: 12px 24px;
  background-color: #333333;/*month div background-color (right arrow and left arrow) used ffa500*/
  border: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}
.ec-calCont > .ec-monthTab > ul {
  font-size: 0px;
  margin: 0px -12px;
}
.ec-calCont > .ec-monthTab > ul > li {
  padding: 0px 12px;
  font-size: 16px;
  width: 50%;
}
.ec-calCont > .ec-monthTab > ul > li > a {
  color: #fff;/* month color*/
  text-transform: uppercase;
  font-weight: 500;
}
.ec-calCont > .ec-monthTab > ul > li:last-child {
  text-align: right;
}
.ec-calCont > .ec-monthTab > ul > li > a > i {
  font-size: 24px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
/************************ CALENDAR MONTH CSS ENDS HERE ************************/

/************************ CALENDAR TABLE CSS STARTS HERE ************************/
.ec-tableCont {
  position: relative;
  text-align: center;
}
.ec-tableCont>table{
  margin: 0px auto 8px;
}
.ec-tableCont>.table-bordered>thead>tr>th {
  border-bottom-width: 1px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  background-color: #555;/*days division background-color:*/ 
  color: #fff;/*days color*/
  padding: 8px;
  border: 1px solid #dcdcdc;
  width: 14.28%;
}
.ec-tableCont>.table-bordered>thead>tr>td, .ec-tableCont>.table-bordered>tbody>tr>td{
  padding: 0px;
  font-weight: 500;
  border: 1px solid #dcdcdc;
  background-color: #ececec;   /*cell background*/ 
  width: 14.28%;
  height: 145px;
}
.ec-tableCont>.table-bordered>tbody>tr>td>span{
  display: block;
  padding: 4px 8px;
  text-align: left;
  background-color: #d2d2d2; /*date background */
  font-size: 12px;
  font-weight: 600;
}
.ec-tableCont>.table-bordered>tbody>tr>td.current>span {
  background-color: #f816d2;/* current date background */
  color: #fff;/* current date color */
}
.ec-evntCont {
  position: relative;
}
.ec-evntCont > a {
  display: block;
  color: #4b7fbc;
  padding: 4px 8px;
  position: relative;
}
.ec-evntCont > a > p {
  margin: 0px;
  text-align: left;
  color: #333;
  font-size: 12px;
}
.ec-evntCont > a + a {
  margin: 12px auto;
}
.ec-evntCont > a + a:before{
  content: '';
  position: absolute;
  width: 90%;
  height: 1px;
  border: 0.5px dotted #bdbdbd;
  left: 0px;
  right: 0px;
  top: -6px;
  margin: 0px auto;
}
.ec-popCont {
  position: absolute;
  text-align: left;
  background-color: #fff;
  padding: 8px;
  left: -65px;
  right: 0px;
  top: 50px;
  z-index: 9;
  min-width: 280px;
  display: none;
  box-shadow: 3px 4px 21px rgba(0,0,0,.38);
}
.ec-popCont:before, .ec-popCont:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 12px 12px;
  border-color: transparent transparent #fff transparent;
  top: -12px;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  z-index: 2;
}
.ec-popCont:after{
  border-color: transparent transparent #dcdcdc transparent;
  top: -13px;
  z-index: 1;
}
.ec-evntCont > .ec-eventTime {
  background-color: #ff7e8a;
  display: block;
  color: #fff;
  padding: 8px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}
.ec-evntCont > .ec-eventTitle {
  margin: 8px;
  position: relative;
}
.ec-evntCont > .ec-eventCTA {
  display: block;
  background-color: #660000;
  color: #fff !important;
  text-transform: uppercase;
  padding: 8px;
  margin: 0px auto;
}
.ec-xsEveCont {
  display: none;
}
.ec-evntCont > .eventMoreInfo {
  position: absolute;
  top: -110px;
  min-width: 200px;
  background-color: #fff;
  padding: 12px;
  left: -20px;
  border: 1px solid #e3e3e3;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
}
.ec-evntCont > .eventMoreInfo:after, .ec-evntCont > .eventMoreInfo:before{
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 12px 0 12px;
  border-color: #fff transparent transparent transparent;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  z-index: 2;
  bottom: -12px;
}
.ec-evntCont > .eventMoreInfo:before{
  z-index: -1;
  border-color: #e3e3e3 transparent transparent transparent;
  bottom: -13px;
}
.ec-evntCont > .eventMoreInfo.showItDude{
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
}
.ec-evntCont > .eventMoreInfo > h3 {
  font-size: 18px;
  text-transform: capitalize;
  margin: 0px auto 6px;
}
.ec-evntCont > .eventMoreInfo > .ec-xsEve > h4 {
  font-size: 14px;
  margin: 0px auto;
  line-height: 18px;
  max-height: 40px;
  overflow: hidden;
}
.ec-evntCont > .eventMoreInfo > .ec-xsEve > span {
  display: block;
}
.ec-evntCont > .eventMoreInfo > .ec-xsEve > .ec-eventCTA {
  display: none;
  padding: 8px;
  text-transform: uppercase;
  color: #fff !important;
  background-color: #737373;
  margin: 8px auto 0px;
}
.ec-popCont > b {
  display: block;
  font-weight: 500;
  line-height: 22px;
  font-size: 16px;
  margin: 0px auto;
  color: #333; /*popup header color*/
}
.ec-popCont > span {
  display: block;
  margin: 6px auto;
  line-height: 20px;
  color: #333; /*popup-time color: */
}
.ec-descCont {
  position: relative;
  font-size: 0px;
}
.ec-descCont > .ec-dcLeft, .ec-descCont > .ec-dcRight {
  position: relative;
  font-size: 12px;
  line-height: 16px;
}
.ec-descCont > .ec-dcLeft {
  max-width: 130px;
  float: left;
  margin-right: 8px;
}
.ec-descCont > .ec-dcRight > p{
  margin: 0px auto;
  color: #333; /*popup description color*/
}
.soldoutMessage {
  color: #f816d2;
}
.offSale {
  color: #f816d2;
}
.hasOldvent > span, .hasOldvent .ec-evntCont > a > p {
  opacity:0.5;
}
.ec-tableCont>.table-bordered>tbody>tr>td.curDay > span {
  background-color: #f816d2;/*current date background*/
  color: #fff;/*current date color*/
}
/************************ CALENDAR TABLE CSS ENDS HERE ************************/
/************************ CALENDAR CSS STARTS HERE ************************/
@media only screen and (max-width: 767px){
  .ec-tableCont>.table-bordered>tbody>tr>td>.ec-evntCont{
    display: none;
  }
  .ec-eventSearch > form{
    margin: 0px;
  }
  .ec-eventSearch > form > .form-group{
    width: 100%;
    padding: 0px;
  }
  .ec-eventSearch > form > .form-group + .form-group{
    margin: 12px auto 0px;
  }
  .ec-eventSearch > form > .form-group > label{
    margin: 0px;
  }
  .searchEvents{
    min-width: initial;
  }
  .ec-calCont > .ec-monthTab{
    padding: 12px;
  }
  .ec-tableCont{
    white-space: nowrap;
    overflow: hidden;
    overflow-x: auto;
  }
  .ec-tableCont>.table-bordered>thead>tr>td, .ec-tableCont>.table-bordered>tbody>tr>td{
    height: auto;
  }
  .ec-eventSearch{
    margin: 24px auto;
  }
  .hasEvent {
    position: relative;
  }
  .hasEvent:after {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    background-color: #000000;  /*the mobile dots*/
    border-radius: 50%;
    left: 0px;
    right: 0px;
    text-align: center;
    margin: 0px auto;
    bottom: 8px;
  }
  .hasEvent > span{
    padding: 8px 8px 24px 8px !important;
    cursor: pointer;
  }
  .ec-xsEveCont {
    position: relative;
    margin: 4px auto 0px;
  background-color: #ffffff;/*the mobile event content*/
  }
  .ec-xsEveCont > .ec-popCont{
    display: block;
    position: relative;
    min-width: initial;
    left: 0px;
    top: 0px;
    box-shadow: none;
    background-color: #ffffff !important;  /*mobile background for text description*/
    padding: 10px;   /*padding for mobile text description*/
  }
  .ec-xsEveCont > .ec-popCont + .ec-popCont {
    margin: 24px auto 0px;
  }
  .ec-xsEveCont > .ec-popCont + .ec-popCont:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    border: 0.5px dotted #333;
    top: -12px;
    left: 0px;
  }
  .ec-popCont > b{
    font-size: 14px;
    line-height: 18px;
  }
  .ec-popCont > span{
    list-style: 18px;
    margin: 4px auto 8px;
  }
  .ec-tableCont>.table-bordered>tbody>tr>td>span{
    text-align: center;
  }
  .ec-tableCont>.table-bordered>tbody>tr>td>span{
    min-height: 58px;
    /* line-height: 50px; */
  }
  .ec-tableCont>.table-bordered>tbody>tr>td.hasEvent>span{
    line-height: normal;
  }
  .ec-tableCont>.table-bordered>thead>tr>th{
    font-size: 0px;
  }
  .ec-tableCont>.table-bordered>thead>tr>th:before {
    content: 'sun';
    font-size: 14px;
  }
  .ec-tableCont>.table-bordered>thead>tr>th.Monday:before{
    content: 'mon';
  }
  .ec-tableCont>.table-bordered>thead>tr>th.Tuesday:before{
    content: 'tue';
  }
  .ec-tableCont>.table-bordered>thead>tr>th.Wednesday:before{
    content: 'wed';
  }
  .ec-tableCont>.table-bordered>thead>tr>th.Thursday:before{
    content: 'thu';
  }
  .ec-tableCont>.table-bordered>thead>tr>th.Friday:before{
    content: 'fri';
  }
  .ec-tableCont>.table-bordered>thead>tr>th.Saturday:before{
    content: 'sat';
  }
  .ec-xsEveCont > .ec-eventTitle {
    display: block;
    font-weight: 500;
    font-size: 18px;
    color: #333;
    line-height: 24px;
  }
  .ec-xsEveCont > span {
    display: block;
    margin: 4px auto 8px;
    font-size: 16px;
    color: #333;
  }
  .ec-descCont > .ec-dcLeft{
    max-width: 42%;
  }
  .ec-descCont > .ec-dcRight{
    font-size: 12px;
    line-height: 18px;
  }
  .ec-calCont > .ec-monthTab > ul > li{
    padding: 0px;
    font-size: 14px;
  }
  .ec-popCont:before, .ec-popCont:after{
    content: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
  .ec-evntCont > .eventMoreInfo{
    left: -34px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait){
  .searchEvents{
    min-width: initial;
  }
}
@media only screen and (min-width: 993px) and (max-width: 1199px){
  .ec-evntCont > .eventMoreInfo{
    left: -34px;
  }
}