@media only screen and (min-width : 768px) and (max-width : 1224px) {
  .item-head, .item-info {
    width: 100% !important;
    float: none!important;
  } 
  .item-head {
    margin-bottom: 5px !important;
  }
}

@media only screen and (max-width : 1224px) {
  .contact_info .item-head {
     float: none !important; 
     margin-bottom: 2px !important; 
  }

}

@media only screen and (min-width : 768px) {
    .shortcut-wrap {
      display:none;
    }
  
 
    .navbar-nav {
      margin-top: 20px;
    }

    .contact_content_row {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
/*
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
*/
    }

    .contact_content_row > [class*='col-']  {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
/*
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
*/
    }

    .about_content_row {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
/*
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
*/
    }

    .about_content_row > [class*='col-']  {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
/*  
    -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
*/
    }
}


@media only screen and (max-width : 500px) {
  .nav-shortcut {
     margin-top: 0 !important;
  }
}




@media only screen and (max-width : 991px) {
  .btn_dark {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  .evt-breadcrumb {
    display: none;
  }
}



@media only screen and (max-width : 767px) {
    .nav-shortcut-desktop {
      display: none;
    }

    .register-for-event {
      display:none !important;
    }
    .connect_social {
       margin-top:60px!important;
    }
    .contact_info {
       padding-left:13px !important;
    }

}

@media only screen and (max-width : 400px) {
  .header_bar {
    display: block !important;
  }

  .page-img-wrap, .page-header-wrap {
    width: 100%!important;
  }

  .evt-related-event-info {
    width: 100%!important;
  }

}

@media only screen and (max-width : 460px) {
  .page-header {
    font-size: 2.0em !important;
    padding-bottom: 0!important;
    margin-bottom:0 !important;
    //padding: 20px !important;
  }

  .breadcrumb {
    display: none!important;
  }
 
  .nav-tabs>li>a { 
    font-size: 12px !important;
    padding: 10px 10px !important;
  }

  h3 {
    font-size: 18px !important;
  }

}

@media only screen and (max-width : 360px) {

  .page-header {
    font-size: 1.6em !important;
  }

  .page-header-wrap {
    //min-height: 200px!important;
  }

  .logo {
    margin-bottom: 53px !important;
  }

  .shortcut-wrap {
    position: absolute !important;
    top: 40px !important;
    right: 0 !important;
    padding-right: 0 !important;
  }
  .latest_video > div {
    width: 100% !important;
    margin-top:10px !important;
  }

  .about_content > div > div {
    overflow: hidden;
  }

}
  

@media only screen and (min-width : 768px) and (max-width : 991px)  {
  .navbar-collapse {
    margin-top: -90px !important;
  }
  .event-head-wrap .event-logo-title h3 {
    font-size: 20px !important;
  }
}

