
@media (min-width: 1200px) {
    .container {
        max-width: 1400px;
    }
    .slider-content .img-fluid {
        min-height : 500px !important;
        max-height : 500px !important;
    }
    .slider-sidebar img {
        max-height: 246px;
        min-height: 246px;
        width: 100%;
    }
}
.menu-area {
    background: #fff;
    height: auto;
    border-top: none;
    border-bottom : none;
    padding: 3px;
}

.logo-area {
    height: auto;
}
.mean-container .mean-bar {
   background: #fff !important; 
}
.mobile-menu {
    background: #fff !important;
    color : black;
}
.mean-container .mean-bar nav.mean-nav ul li a {
    color: #969696;
    display: block;
    padding: 8px 0;
    border-bottom: 1px solid #e3e3e3;
    letter-spacing: 0.5px;
}
.btn-custom {
    background : #fff;
    color : black;
    min-width : 100px;
    border : 1px solid #eee;
}
.menu-area .main-menu ul li a i {
    color : #444444;
}
.mean-container .mean-bar .meanmenu-reveal span {
    display: block;
    background: black;
    height: 2px;
    margin-top: 4px;
}
.mean-container .mean-bar {
    border-bottom: 1px solid #eeeeee;
}
.logo-area .logo {
    margin-top: 8px;
}
.logo-area .searchbar {
    margin-top: 20px;
}
.menu-area .main-menu {
    margin-top: 1px;
}
.slider-area .owl-slider .slider-content .slider-layer {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.5) 25%);
}
.slider-area .owl-slider .slider-content .slider-layer p a {    
    font-weight: 800;
}
.searchbar span {
    margin-right : 10px;
}

.favorapp_video .image-gallery {
    max-height :250px;
}

.favorapp_video .image-gallery .sec-title h5 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 25px;
}

.favorapp_video .image-gallery .sec-title h5 i {
  font-size: 18px;
  color: #d32f2f;
  margin-left: 8px;
}

.favorapp_video .image-gallery .image-gallery-box {
  margin-bottom: 17px;
}

.favorapp_video .image-gallery .image-gallery-box .gallery-slider {
  position: relative;
}

.favorapp_video .image-gallery .image-gallery-box .gallery-slider .gallery-item {
  position: relative;
}

.favorapp_video .image-gallery .image-gallery-box .gallery-slider .gallery-item .gallery-content {
  position: absolute;
  width: 100%;
  bottom: -100px;
  left: 0;
  background: #444444;
  padding: 18px 25px;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  opacity: 0;
  visibility: hidden;
}

.favorapp_video .image-gallery .image-gallery-box .gallery-slider .gallery-item .gallery-content p a {
  color: #fff;
  line-height: 25px;
  font-weight: 300;
}

.favorapp_video .image-gallery .image-gallery-box .gallery-slider .gallery-item .gallery-content p a:hover {
  text-decoration: underline;
}

.favorapp_video .image-gallery .image-gallery-box .gallery-slider .gallery-item:hover .gallery-content {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}

.favorapp_video .image-gallery .image-gallery-box .gallery-slider .owl-nav div {
  position: absolute;
  top: 50%;
  left: 0;
  width: 42px;
  height: 38px;
  background: rgba(0, 0, 0, 0.5);
  font-size: 18px;
  color: #fff;
  text-align: center;
  padding-top: 6px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  z-index: 999;
  margin-top: -20px;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  opacity: 0;
  visibility: hidden;
}

.favorapp_video .image-gallery .image-gallery-box .gallery-slider .owl-nav div:hover {
  background: #d32f2f;
}

.favorapp_video .image-gallery .image-gallery-box .gallery-slider .owl-nav div.owl-next {
  left: inherit;
  right: 0;
}

.favorapp_video .image-gallery .image-gallery-box .gallery-slider:hover .owl-nav div {
  opacity: 1;
  visibility: visible;
}

.favorapp_video .image-gallery .image-gallery-list .gallery-list-item {
  position: relative;
}

.favorapp_video .image-gallery .image-gallery-list .gallery-list-item img.gallery-img {
  max-width: 170px;
}

.favorapp_video .image-gallery .image-gallery-list .gallery-list-item .fc-icon {
  position: absolute;
  bottom: 0;
  left: 0;
}

.favorapp_video .image-gallery .image-gallery-list .gallery-list-item .fc-icon a i {
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  padding: 6px;
}

.favorapp_video .image-gallery .image-gallery-list .gallery-list-item .fc-icon a i:hover {
  background: #d32f2f;
}

.favorapp_video .video-gallery {  
  max-height: 246px;  
}

.favorapp_video .video-gallery .sec-title h5 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 25px;
}

.favorapp_video .video-gallery .sec-title h5 i {
  font-size: 18px;
  color: #d32f2f;
  margin-left: 8px;
}

.favorapp_video .video-gallery .video-lg {  
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 246px;  
}

.favorapp_video .video-gallery .video-lg .video-table {
  display: table;
  width: 100%;
  height: 100%;
}

.favorapp_video .video-gallery .video-lg .video-table .video-tablecell {
  display: table-cell;
  vertical-align: middle;
}

.favorapp_video .video-gallery .video-lg .video-table .video-tablecell a {
  font-size: 16px;
  color: #fff;
  background: #444444;
  padding: 10px 20px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}

.favorapp_video .video-gallery .video-lg .video-table .video-tablecell a:hover {
  color: #d32f2f;
}

.favorapp_video .video-gallery .video-list .video-list-item {
  border-bottom: 1px solid #222222;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.favorapp_video .video-gallery .video-list .video-list-item .vid-img {
  position: relative;
}

.favorapp_video .video-gallery .video-list .video-list-item .vid-img img {
  margin-right: 15px;
}

.favorapp_video .video-gallery .video-list .video-list-item .vid-img a {
  position: absolute;
  bottom: 0;
  left: 0;
}

.favorapp_video .video-gallery .video-list .video-list-item .vid-img a i {
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  padding: 6px;
}

.favorapp_video .video-gallery .video-list .video-list-item .vid-img a i:hover {
  background: #d32f2f;
}

.favorapp_video .video-gallery .video-list .video-list-item .img-content p {
  margin-bottom: 6px;
}

.favorapp_video .video-gallery .video-list .video-list-item .img-content p a {
  color: #969696;
}

.favorapp_video .video-gallery .video-list .video-list-item .img-content p a:hover {
  color: #d32f2f;
}

.favorapp_video .video-gallery .video-list .video-list-item .img-content span {
  font-size: 13px;
  color: #444444;
  font-weight: 500;
}

.favorapp_video .video-gallery .video-list .video-list-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.country_drp_dwn {
    width: 50%;    
}
.category1-area.news-area {
    padding-top : 0px;
    padding-bottom : 0px;
}
.category1-area.news-area .pop-news .sec-title h5:before {
    width: 160px;
}
.category1-area.news-area .pop-news .sec-title h5 .see_all, .see_all {
    text-transform: none !important;
    cursor: pointer;
}
.category-box .title_text {
    min-height: 40px;
    max-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;      
}
.category1-area.news-area .category-box ul.tag-dat li:first-child {
    background: none !important;        
    border : none !important;
    padding-left : 0px;
}
.category1-area.news-area .category-box ul.tag-dat li {    
    padding-left : 0px;
    color : inherit;
    font-size: 16px;
    font-family: "Source Sans Pro", sans-serif;
}
.category1-area.news-area .category-box ul.tag-dat li .fa-2x {
    font-size: 1.2em;
}
.txt-center {
    text-align: center;
}
.category1-area .category-box ul.tkt_details li:first-child a {
    color : black !important;
    font-weight: 400px;
    text-transform: uppercase;
   
}
.category1-area .category-box ul.tkt_details li:first-child {    
    min-width:100px;
    background: aliceblue;
}
.category1-area .category-box ul.tkt_details li.biz_match {
     border : 1px solid #eee !important;
}
.category1-area .category-box ul.tkt_details li.biz_match a {
    color : green;
    text-align: center;
    border-radius: 30px;
    min-width: 100px;    
    font-size : 14px;   
}
.category1-area .category-box ul.tkt_details li.biz_match a .fa {
    text-align: center;       
}
.category1-area .category-box ul.tkt_details li:hover {
      background : lightgray !important;
      font-weight : 500;
}
.category1-area .category-box ul.tkt_details li a:hover {
      color : black !important;      
}
.news-area .latest-news .tab-box .sec-title h5:before {
        bottom: -7px;
}
.news-area .int-lif {
    padding-top : 0px;
}
.latest_news_img {
    max-height: 250px;
    width: 100%;
    min-height: 250px;
}
.right_side_img {
    max-height: 81px;    
    min-height: 81px;
    width : 151px;
}
.add_box {
    padding-top: 50px;
}
.int-lif {
    padding-top : 0px;
}
.add-widget img {
    width : 100%;
    max-height :300px;
    min-height :300px;
}
.news-area .latest-news .tab-box .sec-title h5:before {
    width: 120px;
}
.news-area .latest-news .tab-box .sec-title h5 .see_all {
    text-transform: none !important;
    cursor: pointer;
}
.int-lif .more-news .more-slider .more-item .more-content .more-img a img {
    max-width: 260px;
    min-width: 260px;
}
.menu-area .main-menu ul li.menu a {
    color: #444444;
    display: inline-block;
    font-weight: 300;
    margin-right: 15px;
    padding: 5px 0 12px;
    padding-right: 25px;
    font-size : 16px;
}
.category1-area .category-box ul.red-com {
    padding-bottom: 20px;
    border-bottom: 1px solid #eeeeee;
}
.menu-area .main-menu ul li a:hover {   
    color : red;
}
.news-content .slider-area {
    padding-bottom: 0px;
}
.list-inline-item.menu.active a {
    color : red !important;
}
.mean-nav li.active a {
    color : red !important;
}
@media only screen and (max-width: 767px) {
    .category-details .news-content .padding-fix-r {
        display: block ;
    }
    .news-content .slider-area, .slider-area3, .slider-area2, .breadcrumb-area {
        margin-top: 40px !important;
    }
    .news_detail_page {
        padding-top: 100px;
    }
    .category-box .about_us_bottom {
        min-height: inherit !important;    
    }
    .about-us .sec-top h4:before {
        position: absolute;
        content: '';
        background: #d32f2f;
        width: 110px;
        height: 1px;
        bottom: -12px;
        left: 41% !important;
        margin-left: -26px;
    }
    .faq-section .faq-content-wrapper .faq-accordion .card .card-header .btn:after {
        right : 0px !important;
    }
}
.category-details .news-content p {
    overflow: hidden !important;
    overflow-x: auto !important;
    word-break: break-all !important;
}
/*#about-us-section-1 {
    margin-top : 20px !important;
    padding: 90px;
}
#about-us-section-3 {
    margin-bottom: 4%
}
#about-us-section-3 p {
    font-size: 16px;
}
#about-us-section-3 .contact-btn {
    margin-top: 20px;
    color : black;
}*/
.about_us_img {
    max-height: 250px;
    min-height: 250px;
    width: 100%;    
}
.category-box .about_us_bottom {
    min-height: 214px;  
    text-align:justify;
}
.about_us_bg {
    background-image: url(/web/web_event/assets/images/about_us/section-1.png);
    background-size: 100% 100%;
    padding: 119px 0px;
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: 25px !important;
}
.about_us_bg.about-us .sec-top p {
    max-width: unset;
}
.about_us_bg h4, .about_us_bg p {
    color: white !important;   
    font-weight: 400;
    
}
.about_us_bg p  {
    font-size : 20px !important;
}
.category1-area .category-box p.about_us_bottom {
    color: black; 
}
.about_us_category .category-box h6 a {
    font-size: 18px;
    color: red;
    font-weight: 600;
    text-align : center;
}
.about_us_category .category-box h6 {    
    text-align : center;
}
.about_us_category .category-box p {
    font-size: 16px;    
}
.about-us .sec-top h4:before {
    position: absolute;
    content: '';
    background: #d32f2f;
    width: 110px;
    height: 1px;
    bottom: -12px;
    left: 48% !important;
    margin-left: -26px;
}
.about-box p {
    color :black !important;
    font-size: 16px !important;
}
.bold_text {
    font-weight: 500;
}
.sublink {
    border : none !important;
    color : blue !important;    
}
.sublink:hover {
    border : none !important;
    color : red !important;  
    background : white !important;
    border-bottom : 1px solid blue !important;
    box-shadow: none !important;
}
.get_ek_img {
    margin-bottom: 0px;
}
.logo .social_icon {
    padding-right : 15px;
}
.search_booking_btn {
    font-weight: 300 !important;
    min-width: inherit !important;
}
.fa-facebook {
    color : #3b5998;
}
.fa-twitter {
    color : #1da1f2;
}
.fa-linkedin {
    color : #0073b1;
}
.fa-google-plus {
    color : red;
}
.img-fluid {
    cursor: pointer;
}
/* faq section - start
==================================================================================================== */
.faq-section .faq-content-wrapper .faq-accordion .card {
  border: none;
  position: relative;
  border-radius: 0px; }
  .faq-section .faq-content-wrapper .faq-accordion .card .card-header {
    padding: 0px;
    border: none;
    background: none;
    margin-bottom: 0;
    border-radius: 0px; }
    .faq-section .faq-content-wrapper .faq-accordion .card .card-header .btn {
      width: 100%;
      border: none;
      display: block;
      font-weight: 900;
      text-align: left;
      padding: 15px 30px;
      border-radius: 0px;
      position: relative;
      font-size: 18px;
      font-family: "Roboto", sans-serif;
      background-color: #ffffff;
      border-left: 3px solid transparent;
      border-bottom: 1px solid #f0f0f0; }
      .faq-section .faq-content-wrapper .faq-accordion .card .card-header .btn span {
        margin-right: 5px;
        color: #878787; }
      .faq-section .faq-content-wrapper .faq-accordion .card .card-header .btn:focus {
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none; }
      .faq-section .faq-content-wrapper .faq-accordion .card .card-header .btn:after {
        top: 50%;
        right: 30px;
        content: '\f062';
        font-weight: 900;
        position: absolute;
        color: #878787;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        font-family: 'Font Awesome 5 Free'; }
      .faq-section .faq-content-wrapper .faq-accordion .card .card-header .btn:not(.collapsed) {
        background-color: #f7f7f7;
        border-left: 3px solid #ffbe30;
        border-bottom: 1px solid #ffffff; }
        .faq-section .faq-content-wrapper .faq-accordion .card .card-header .btn:not(.collapsed):after {
          content: '\f063';
          color: #ffbe30; }
  .faq-section .faq-content-wrapper .faq-accordion .card .card-body {
    padding: 30px;
    color: #333333;
    background-color: #f7f7f7;
    border-left: 3px solid #ffbe30; }
    .faq-section .faq-content-wrapper .faq-accordion .card .card-body > h3 {
      font-weight: 700;
      margin-bottom: 15px;
      color: #ffbe30;
      font-size: 18px; }
    
.faq-section .faq-content-wrapper .faq-accordion .card .card-header .btn:after {
            content: '\f063' !important;
             font-family: FontAwesome;
             color : black !important;
    }
    .faq-section .faq-content-wrapper .faq-accordion .card .card-header .btn:not(.collapsed):after {
        content: '\f062' !important;
         font-family: FontAwesome;
         color : black !important;
    }
    .faq-section .faq-content-wrapper .faq-accordion .card .card-body img {
        width: auto;        
        max-width : 100%;
        padding : 30px;
    }
   
/* faq section - end
==================================================================================================== */
 /* padding - margin setting - start 
================================================== */
.sec-ptb-100 {
  padding: 100px 0px; }
.sec-ptb-50 {
  padding: 50px 0px; }
.mb-15 {
  margin-bottom: 15px; }

.mb-30 {
  margin-bottom: 30px; }

.mb-50 {
  margin-bottom: 50px; }

.mb-80 {
  margin-bottom: 80px; }

/* padding - margin setting - end
================================================== */
#faq-section,#faq-section p {
    color : black !important;
}
#faq-section .yellow-color {
    color : #fd1d1d !important;
}
.faq-section .faq-content-wrapper .faq-accordion .card .card-body > h3 {
    color : #fd1d1d !important;
}
.faq-section .big-title strong {
    color : black !important;
}
.faq-section .card-body a {
    color : #12D8FA!important;
}
.faq-section .card-header strong {
    color : black !important;
    font-weight: 500;
}
.faq-section .faq-content-wrapper .faq-accordion .card .card-header .btn:after {
    color : black !important;
}
.faq-section p {
    margin-top: 0;
    margin-bottom: 1rem !important;
    font-size: 17px;
}
.faq-section p  {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
.faq-section ol {
    margin-top: 0;
    margin-bottom: 1rem;
    display: block;
    list-style-type: decimal;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}
.faq-section ol li {
    font-size: 16px;
}
.faq-section .faq-content-wrapper .faq-accordion .card .card-header .btn {
    padding : 15px 15px;
}
/* title - start
================================================== */
.section-title {
  position: relative; }
  .section-title .line-style {
    z-index: 1;
    top: -30px;
    left: -30px;
    width: 70px;
    height: 3px;
    position: absolute;
    background-color: #ffbe30; }
  .section-title .sub-title {
    margin-bottom: 15px;
    letter-spacing: 5px;
    color: #878787;
    font-size: 18px;
    text-transform: uppercase; }
  .section-title .big-title {
    margin: 0px;
    padding: 0px;
    font-size: 24px;
    font-weight: 400;
    color: #333333; }
    .section-title .big-title strong {
      font-weight: 900; }

.title-xlarge {
  font-size: 36px; }

.title-large {
  font-size: 30px; }

.title-medium {
  font-size: 24px; }

.title-small {
  font-size: 18px; }

.title-xsmall {
  font-size: 16px; }

.title-xxsmall {
  font-size: 14px; }
.get_on_board.category-details .follow-widget .sec-title h5 {
    color: black;    
    font-size: 24px;
}
.get_on_board.category-details {
    padding : 0px !important;
}
.get_on_board.category-details .follow-widget .sec-title h5:before {
    width: 155px;    
}
.see_all a {
    font-size : 18px !important;
}
/* title - end
================================================== */
@media (min-width: 768px ) and (max-width: 800px) {
    .logo .social_icon {
        padding-right: 10px;
    }
    .searchbar span {
        margin-right: 5px;
    }
    .country_drp_dwn {
        width: 35%;
    }
    .country_drp_dwn select {
        height: calc(2.27rem + 0px);
    }
}
@media only screen and (max-width: 767px) {
    .slider-area .slider-fix .slider-sidebar {
        max-width: 100% !important;
    }
}
@media only screen and (max-width: 575px) {
    .slider-area .slider-fix .slider-sidebar {
        display: block !important;
        width: 100%;
    }
    
    .favorapp_video .video-gallery .video-lg .video-table {
        width: 100% !important;
    }
}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) { 
   .slider-area .slider-fix .slider-sidebar .img-fluid{
        min-height: 250px !important;
        width:100%;
       
    }
    .slider-area .slider-fix .slider-sidebar {
         max-width: 52% !important;
    }
    .slider-area .slider-content img {
        min-height: 401px !important;
        max-height: 401px !important;
    }
    .event_summary {
        min-height: 150px;
        max-height: 150px;         
    }
    .right_side_news {
        padding-top: 15px;
    }
    /*.category1-area .category-box ul.tkt_details li {
        width: 100% !important;
    }
    .category1-area .category-box ul.red-com {
        padding-bottom: 40px;
    } 
    .category1-area .category-box ul.red-com li {
        width: 100%;
        margin-bottom: 10px;
    }
    .category1-area .category-box ul.tkt_details li.biz_match {
        float : left !important;
        width : 100%;
    }*/
}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) { 
    .event_summary {
        min-height: 150px;
        max-height: 150px;         
    }
    .slider-area .slider-content img {
        min-height: 401px !important;
        max-height: 401px !important;
    }
}



#navigator footer#bottomBar {
    position: fixed;
    text-align: left;
    min-height: 32px;
    bottom: 0px;
    width: 100%;
    background: #fff;
    z-index: 7000;
    font-family: "Helvetica Neue", Helvetica, sans-serif;
    font-weight: normal;
    line-height: 1.67em;
    font-size: 15px;
    font-family: futura-pt;
    font-weight: 400;
    font-style: normal;
    line-height: 1.6em;
    padding: 1.5em 0 .7em;
    left: 0
}

#navigator footer#bottomBar #footerBlock {
    width: 48%;
    box-sizing: border-box;
    padding: 0 0 0 35px
}

#navigator footer#bottomBar div.social-accounts {
    padding: 0px 35px 0 0
}


#navigator footer#bottomBar {
    zoom: 1
}

#navigator footer#bottomBar:before,
#navigator footer#bottomBar:after {
    content: "";
    display: table
}

#navigator footer#bottomBar:after {
    clear: both
}

.sqs-style-mode #navigator footer#bottomBar .social-accounts {
    width: 40%
}

.autohide-footer #navigator footer#bottomBar {
    bottom: -500px
}

.autohide-footer #navigator footer#bottomBar.viewable {
    bottom: 0
}

.autohide-footer.sqs-style-mode #navigator footer#bottomBar,
.autohide-footer.sqs-edit-mode #navigator footer#bottomBar {
    bottom: 0
}
html.touch .autohide-footer #navigator footer#bottomBar {
    bottom: 0;
    position: relative
}

@media only screen and (max-width:1024px) {
    body.collection-type-page #navigator article,
    body.collection-type-blog #navigator article {
        max-width: none
    }
    #container-content {
        padding: 45px 35px 75px
    }
    body.collection-type-template-page:not(.page-read-me) #container-content,
    body.collection-type-gallery #container-content,
    body.collection-type-index #container-content {
        padding: 0
    }
    #project .project-item>.meta {
        position: relative !important;
        float: none;
        width: auto;
        margin: 0;
        padding: 40px
    }
    #project .gallery {
        position: static;
        width: auto;
        max-width: none;
        min-width: 0;
        margin: 0;
        padding: 0 20px
    }
    #project .gallery .gallery-item {
        margin-bottom: 20px
    }
    #project .switcher {
        position: static;
        width: 118px;
        margin: 30px auto;
        text-align: center
    }
    #project .switcher .projectHome {
        display: block
    }
    #navigator .page {
        width: 100%
    }
    #navigator .page .row {
        display: block
    }
    .page div.content {
        padding: 45px 30px 23px 30px
    }
    .site-titlelogo-position-left .siteTitle h1 {
        float: none;
        text-align: left
    }
    body.index-detail #grid {
        height: 0 !important
    }
    body.index-detail #project .switcher {
        display: block
    }
    #navigator footer#bottomBar {
        position: static;
        bottom: 0
    }
    #navigator footer#bottomBar>div {
        max-width: 750px;
        margin: 0 auto
    }
    #navigator footer#bottomBar div.social-accounts {
        padding: 0 20px !important;
        margin: 0 !important;
        text-align: center;
        float: none;
        width: auto
    }
    #navigator footer#bottomBar div.social-accounts a.sqs-svg-icon--wrapper {
        display: inline-block;
        margin: 15px 10px;
        float: none
    }
    #navigator footer#bottomBar #footerBlock.sqs-layout {
        width: auto !important;
        padding: 0 20px !important;
        text-align: center
    }
}
@media only screen and (max-width:1024px) {
    #navigator footer#bottomBar {
        position: fixed;
        bottom: 0 !important
    }
}
#navigator footer#bottomBar .sqs-block-button {
    display: none !important
}


.carousel .item img {
        max-height: 310px !important;
        min-height: 310px !important;
        min-width: auto;        
    }
    .event_info dl dt {
        font-size: 15px !important;
        color : #337ab7 !important;       
    }
    .event_info dl dd {
        font-size: 14px !important;
        padding : 1%;
        padding-left:8%;        
    }
    .org_list dl dt, .speaker_list dl dd {
        font-size: 14px !important;
        color : #000 !important;       
    }
    .org_list dl dd, .speaker_list dl dd {
        font-size: 13px !important;
        padding : 5px;
        padding-left:2%;        
    }
    /* Hide text in the navigation tabs by default */
    .nav-item span {
        display: none;          
    }
    /* Show the one that's active */
    .nav-item.active span {
        display: inline-block;
    }
    .carousel-inner>.item>img, .carousel-inner>.item>a>img {
        display: block;
        height: auto;
        max-width: 100%;
        line-height: 1;
        width: 100%; 
    }
    .users-list>li a {
        border-radius: 50%;
        max-width: 100%;
        height: auto;
    }

    .sub_agenda_info .timeline-item {
        background: #fff !important;
    }

    .products-list .product-info {
        margin-left: 0px;        
    }
    .xs-margin {
        margin-bottom: 120px;
    }
    .users-list-date {
        color : black;
    }   
    .btn {
        border-color : #ddd;
        
    }
    #rsvp_radio .noActive{
        color: #3276b1;
        background-color: #fff;
    }
    #like_radio .noActive{
        color: #3276b1;
        background-color: #fff;
    }
    .box-footer .input-group a{
          font-size: 15px !important;
          font-weight : 600;
          color : black !important;
    }
    .box-footer .input-group a.active{
        font-size: 15px !important;
        font-weight : 600;
        color : #fff !important;
      }
    @media only screen and (max-width: 600px) {
        .box-footer .pull-right {
          float: left !important;
        }
        .box-footer .input-group {
          padding-top: 10px !important;
        }
    }
    
.hidden {
    display:none;
}