/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }






.ftco-no-pb {
  padding-bottom: 0; }

.heading-section {
  font-size: 28px;
  color: #000; }
  .ftco-section{
    padding-top: 0;
  }

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

.content {
  overflow: none;
  width: 100%;
  max-width: 100%;
  padding: 0px 0;
  height: 100%;
  position: relative;
   }
.pr8{
  padding-right: 8px;
}
#texts{
  padding-top: 8px;
}


/*  Events display 
@media only screen and (min-width: 1349px) {
  .events-container { height: 189px !important;}
}
@media only screen and (min-width: 1381px) {
  .events-container { height: 165px !important; }
}
@media only screen and (min-width: 1442px) {
  .events-container { height: 165px !important; }
}*/
/*
@media (min-width: 1499px){
  .events-container {
    height: 165px;    }

    .calendar-container{padding: 56px !important ;}

    
}



@media (max-width: 1449px){
  .events-container {
    height: 235px;   }

    .calendar-container{padding: 20px !important ;}

    
}

@media (max-width: 1349px){
  .events-container {
    height: 190px;    }

    .calendar-container{padding: 20px !important ;}

    
}

@media only screen and (max-width: 1181px) {
  .events-container {
          height: 120px ;
    }
    .calendar-container{padding: 0px ;}
   
}

@media only screen and (max-width: 1091px) {
  .events-container {
    height: 160px;
    }
    .calendar-container{padding: 0px !important;}
   
}



@media only screen and (max-width: 1001px) {
  .events-container {
          height: 70px ;
    }
    .calendar-container{padding: 0px ;}
   
}



*/



.events-container {
  overflow-y: scroll;
  overflow: auto;
  width: 100%;
  float: left;
  height:186px !important;
    margin: 0px auto;
  display: inline-block;
  padding: 0px;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
  background-color: #c4c1ae  !important;
    opacity: 1;
  padding: 0; }
  @media (max-width: 767.98px) {
    .events-container {
      width: 100%;
      /*height: auto; */} }

.events-container:after {
  clear: both; }
  .pt5{
    margin-top: 50px;

  }

.event-card {
  max-width: 100%;
  display: block;
  background:#AFAB91 !important;
  border: none !important;
  margin: 20px;
  color: #fff;
  margin-left: 12px;
  border-radius: 0px;
  margin: 0;
  opacity: 1;

 }
 .event-card:hover{
  background:#989267 !important; cursor: pointer ;
 }
  

.event-count, .event-name, .event-cancelled {
  display: inline;
  padding: 0 10px;
  font-size: 1rem; }

  .event-name a{
    text-decoration: none;
    color: #fff;
  }
  .calendar .frame{
    height: 280px;
        min-height: 280px;
    }
.event-name {
  padding-right: 0;
  text-align: right;
display: block;
font-size: 12px;
font-family: 'GE_SS_TWO_MEDIUM';
margin-bottom: 5px;
}
.event-date ,.event-time{
  font-size: 10px;
  font-family: 'GE_SS_TWO_MEDIUM';

}
.event-time{
  font-family: Myriad Pro;
  margin-top: 5px;
}
.event-cancelled {
  color:#F38122;
  text-align: right; }

/*  Calendar wrapper */
.calendar-container {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 400px;
  background: #fff;
  font: 13px Helvetica, Arial, san-serif;
  display: inline-block;
  padding: 20px;
  float: right; }
  @media (max-width: 991.98px) {
    .calendar-container {
    /*  padding: 0;*/ } }
  @media (max-width: 767.98px) {
    .calendar-container {
     /* padding: 0;*/
      width: 100%; } }

.calendar-container:after {
  clear: both; }

.calendar {
  width: 100%;
  padding: 0; }

/* Calendar Header */
.year-header {
  background: #fff;
  height: 40px;
  text-align: center;
  position: relative;
  color: #fff;
  border-top-left-radius: 3px;
  margin-top: 20px; }

.year-header span {
  display: inline-block;
  font-size: 20px;
  line-height: 40px;
  color: #000; }

.left-button, .right-button {
  cursor: pointer;
  width: 28px;
  text-align: center;
  position: absolute;
  color: #cccccc !important;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-size: 14px !important; }
  @media (prefers-reduced-motion: reduce) {
    .left-button, .right-button {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  .left-button:hover, .right-button:hover {
    color:#F38122 !important; }

.left-button {
  left: 0; }

.right-button {
  right: 0;
  top: 0; }

/* Buttons */
.button {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  font-size: 1rem;
  border-radius: 25px;
  padding: 0.65rem 1.9rem;
  -webkit-transition: .2s ease all;
  -o-transition: .2s ease all;
  transition: .2s ease all;
  color: white;
  border: none;
  background:#F38122; }
  .button.button-white {
    background: #fff;
    color: #000; }
  .button:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none; }

#cancel-button {
  background: #000; }

#add-button {
  display: block;
  position: absolute;
  right: 20px;
  bottom: 20px; }

#add-button:hover, #ok-button:hover, #cancel-button:hover {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03); }

#add-button:active, #ok-button:active, #cancel-button:active {
  -webkit-transform: translateY(3px) scale(0.97);
  -ms-transform: translateY(3px) scale(0.97);
  transform: translateY(3px) scale(0.97); }

/* Days/months tables */
.days-table, .dates-table, .months-table {
  border-collapse: separate;
  text-align: center; }

.day {
  height: 26px;
  width: 26px;
  padding: 0 10px;
  line-height: 26px;
  border: 2px solid transparent;
  text-transform: uppercase;
  font-size: 10px;
  color: #000; }

.month {
  cursor: default;
  height: 26px;
  width: 26px;
  padding: 0 2px;
  padding-top: 10px;
  line-height: 26px;
  text-transform: uppercase;
  font-size: 11px;
  color: #cccccc;
  -webkit-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms; }
  @media (max-width: 991.98px) {
    .month {
      font-size: 8px; } }
  @media (max-width: 767.98px) {
    .month {
      font-size: 10.5px; } }

.active-month {
  font-weight: 700;
  color:#F38122; }

.month:hover {
  color:#F38122; }

/*  Dates table */
.table-date {
  cursor: default;
  color: #2b2b2b;
  height: 26px;
  width: 26px;
  font-size: 15px;
  padding: 10px;
  line-height: 26px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid transparent;
  -webkit-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
  position: relative;
  z-index: 0; }
  .table-date:before {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    content: '';
    margin: 0 auto;
    border-radius: 50%;
    z-index: -1; }
    hr{
      background-color: #8080803d;
    }
    .line hr {
      border-top: 1px solid #c3c1ae;
      opacity: 1;
      margin: 0;
  }
.event-date {
color: #2b2b2b;
    font-family: Helvetica, Arial, san-serif; }
  .event-date:after {
    position: absolute;
    bottom: 0px;
    right: 44%;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    content: '';
    background: #ffc107;
    border: 1px solid white; }
    .dates_s:after {
      position: absolute;
      bottom: 0px;
      left: 25px;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      content: '';
      background: transparent !important;
      border: 1px solid transparent !important;  }

.active-date {
  color: #fff; }
  .active-date:before {
    background:#F38122; }

.event-date.active-date {
  background: transparent;
  border: none; }

/* input dialog */
.dialog {
  z-index: 5;
  background:#F38122;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  display: none; }
  @media (max-width: 767.98px) {
    .dialog {
      width: 100%; } }

.dialog-header {
  margin: 20px;
  margin-top: 30px;
  color: #fff;
  text-align: center;
  font-size: 28px; }

.form-container {
  margin-top: 0; }

.form-label {
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.9); }

.input {
  border: none;
  background: none;
  border: 1px rgba(255, 255, 255, 0.2) solid;
  display: block;
  margin-bottom: 30px;
  width: 300px;
  height: 40px;
  text-align: center;
  -webkit-transition: border-color 250ms;
  -o-transition: border-color 250ms;
  transition: border-color 250ms;
  border-radius: 40px;
  color: #fff; }

.input:focus {
  outline: none;
  border-color: #fff; }

.error-input {
  border-color:#F38122; }
  .dates_s{
    color: #fff;
    font-family: 'GE_SS_TWO_MEDIUM';
  }
.time_undefinde{
  font-family: Myriad Pro;
}
#style-2::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2);
	background-color: #F5F5F5;
}

#style-2::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

#style-2::-webkit-scrollbar-thumb
{
	background-color: #bdb7b7;
}