.none {
  display: none !important;
}
.fc-red {
  color:#cc0001 !important;
}
.fc-white {
  color:#fff !important;
}
/* twitter widget */
.tw-timeline {
    max-width: 100%;
    /*margin-right: 20px;*/
}

.tw-timeline .tw-content {
    height: 650px;
    overflow-y: scroll;
}

.tw-timeline .tw-content::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.tw-timeline .tw-content::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
.tw-timeline .tw-content::-webkit-scrollbar-thumb {
  background: #cc0001; 
  border-radius: 10px;
}

/* Handle on hover */
.tw-timeline .tw-content::-webkit-scrollbar-thumb:hover {
  background: #b30000; 
}

#mobile-view .tw-timeline {
  max-width: 100%;
  margin-bottom: 20px;
  /*margin-right: 20px;*/
}

#mobile-view .tw-timeline .tw-header {
  padding: 20px;
  background: #fff;
}

#mobile-view .tw-timeline .tw-content {
  margin-bottom: 20px;
  background: #fff;
}

#mobile-view .tw-timeline .tw-content {
    height: 300px;
}

#mobile-view .tw-timeline .tw-content::-webkit-scrollbar {
  width: 10px;
}

/* Track */
#mobile-view .tw-timeline .tw-content::-webkit-scrollbar-track {
  box-shadow: inset 0 0 10px grey; 
  border-radius: 15px;
}
 
/* Handle */
#mobile-view .tw-timeline .tw-content::-webkit-scrollbar-thumb {
  background: #cc0001; 
  border-radius: 15px;
}

/* Handle on hover */
#mobile-view .tw-timeline .tw-content::-webkit-scrollbar-thumb:hover {
  background: #b30000; 
}

.bootstrap-tagsinput, .custom-tagsinput{
  padding: 8px 15px !important;
  border-radius: 4px !important;
  border: 1px solid #ced4da !important;
}

.bootstrap-tagsinput .tag{
  margin: 2px auto;
  display: inline-block;
}

.search-content .btn-next{
    display: inline-block;
    position: absolute;
}
.search-content #search-overlay-input{
  max-width: 85%;
  display: inline-block;
  border: 2px solid #cc0001 !important;
}
.search-content mark{
  background: #c30000;
  color: #fff;
  padding: 0 5px;
  border-radius: 5px;
}

@media only screen and (min-width: 1432px){
/*  #homepage section#intro{
    background: url(../img/assets/background/bg2726px.png) center left no-repeat;
    background-size: cover;
  }*/

  .desktop-Welcome-Message{
    width: 95%;
  }

}
@media only screen and (max-width: 736px){
  .tt-menu {
    width: 100%;
  }
  .tt-suggestion {
    white-space: normal !important;
  }
}