/* edit from the original one */

.main-nav .navbar-brand {
  padding: 5px 15px 5px 25px;
  border-right: 1px solid #e5e5e5;
}

.bg-banner-one2 {
  background: url(../images/banner.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}

/* color orange change */

.overlay-primary:before {
  content: "";
  /* background: rgba(255, 102, 0, 0.93); */
  background: rgba(44,201,161, 0.83);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
/* .main-nav .ticket {
  background: #0d273b; */
  /* display: block;
  padding: 34px 32px; */
/* } */
/* a:focus, a:hover {
  color: #0d273b; */
  /* text-decoration: none; */
/* } */

/* .main-nav .navbar-nav .nav-item:hover .nav-link, .main-nav .navbar-nav .nav-item.active .nav-link {
  color: #2cc9a1;
  ff6600
}

.btn-transparent-md:hover {
  background: #0d273b;
  border-color: #0d273b;
  color: #fff;
} */

.footer-logo img {
  height: 140px;
  width: 400px;
}

.menulogo {
  width: 250px;
  height: 90px;
}

.pageContent {
  width: 100%;
}

.fixed-action-btn {
  position: fixed;
  right: 2.1875rem;
  bottom: 2.1875rem;
  z-index: 1030;
  display: flex;
  flex-flow: column-reverse nowrap;
  align-items: center;
  padding: .9375rem 20px 20px;
  margin-bottom: 0;
  height: auto;
  overflow: hidden;
}

.fixed-action-btn>.btn-floating {
  position: relative;
  transform: scale(1.2);
  z-index: 10;
}

.btn-floating.btn-lg, .btn-group-lg>.btn-floating.btn {
  width: 2.8125rem;
  height: 2.8125rem;
}

.btn-floating {
  width: 2.3125rem;
  height: 2.3125rem;
}

.link2 {
  margin-right: 0rem!important;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
  margin-top: 5px;
}

.content .btn-info {
  margin-top: 5px;
}

.pageContent{
  white-space: pre-wrap;
}

input .change-submit{
  text-align: right;
}

.otherImage img{
  max-height: 180px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

.location-item .image img{
  max-height: 130px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

.topButtons{
  text-align: right;
}

.form-group {
  height: fit-content;
}

.close-icon{  
  border-radius: 50%;  
  position: absolute;  
  right: 5px;  
  top: 5px;  
  padding: 5px 8px;  
  }  

.edit-icon{  
  border-radius: 50%;  
  position: absolute;  
  right: 80px;  
  top: 5px;  
  padding: 5px 8px;  
  }  

.custom-checkboxGallery{
  border-radius: 50%;
  position: absolute;
  /* right: 5px; */
  top: 5px;
  padding: 5px 8px;
  background-color: white;
}

.form-group img {
    max-height: 200px;
}

.form-group.image {
  text-align: center;
}

.form-control{
  color: #404040 !important;
}

.non-enabled{
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.nextprev a {
  font-size: 18px;
  font-family: 'Source Sans Pro', sans-serif;
  padding-left: 19px;
  padding-right: 19px;
  border: 1px solid #cccccc;
  border-radius: 5px;
}
/* {
   position: absolute; 
   top: 0; 
   left: 0; 
   width: 100%;
   height: 100%; 
   background: #2cc9a1; 
   opacity: 0; 
   transform: scale(0.8); 
   transition: 0.3s ease; 
}*/

.location-item{
  background: #eae9ec;
}

.gallery-wrapper {
  height: auto;
}

.form-control2{
  width: auto;
  height: auto;
}

@import url('https://fonts.googleapis.com/css?family=Assistant');

body {
    background: #eee;
    font-family: Assistant, sans-serif
}

.cell-1 {
    border-collapse: separate;
    border-spacing: 0 4em;
    background: #ffffff;
    border-bottom: 5px solid transparent;
    background-clip: padding-box;
    cursor: pointer
}

thead {
    background: #dddcdc
}

.table-elipse {
    cursor: pointer
}

#demo {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s 0.1s ease-in-out;
    transition: all 0.3s ease-in-out
}

.row-child {
    background-color: #000;
    color: #fff
}

.single-speaker .details {
  white-space: pre-wrap;
}

.single-speaker .block .content-block .details p:not(:last-child) {
  margin-bottom: 0px;
}

.mt-alerts {
  position:fixed;
  z-index:99999;
  width:100%;
  text-align: center;
  top: 100px;
}

.alert-danger{
  white-space: pre-line;
}

@media (max-width: 767px){
  .mt-alerts {
    position:relative;
  }
}
.pricing .pricing-item.featured .pricing-heading .title h6 {
  color: #fff;
  border-bottom: 1px solid #fff;
}

.mfp-wrap { z-index: 2000 }


.blink {
  transition: 0.5s;
}

.sponsors .block .image-block img {
  height: 70px;
}