.responsive-menu-title{
  display: none;
}
@media screen and (max-width: 1000px){

  /* Main rules */
  /**************/

  body.responsive #mainContain,
  body.responsive #sportnik-area,
  body.responsive #nav-main-top,
  body.responsive #wrapper,
  body.responsive .thin-column,
  body.responsive .content-mid,
  body.responsive .fullwidth-content,
  body.responsive .content-left-side,
  body.responsive .sportnik-panel,
    body.responsive .sportnik-panel-head,
      body.responsive .sportnik-panel-body{
    box-sizing: border-box;
  }

  body.responsive .responsive-calendar-control{
    display: block;
    width:100%;
  }

  body.responsive .responsive-calendar-control i{
    margin-right:10px;
  }

  body.responsive .calendar-control .control-content{
    display: none;
  }

  body.responsive #mainContain,
  body.responsive .fullwidth-content{
    margin:0px;
  }

  body.responsive #sportnik-area{
    padding:0px;
    min-height: 0px;
  }

  body.responsive #wrapper{
    width:auto !important;
  }

  body.responsive #top-head-push{
    display: none;
  }

  body.responsive .thin-column,
  body.responsive .thin-column li,
  body.responsive .thin-column ul.menu li a{
    width:100%;
    margin:0px !important;
    background-color:#f1f1f1;
  }

  body.responsive .thin-column:not(.expand) li:not(.expand-control){
    display:none;
  }
  body.responsive .thin-column:not(.expand) li.expand-control{
    padding-bottom: 10px;
  }
  body.responsive .thin-column li.expand-control{
    cursor: pointer;
  }

  body.responsive .thin-column li.expand-control:before{
    content: "\f0c9";
    font-family: "FontAwesome";
    margin-right:10px;
  }

  body.responsive .thin-column.expand li.expand-control{
    color:#000 !important;
  }

  body.responsive .content-mid,
  body.responsive .content-left-side,
  body.responsive .fullwidth-content{
    width:100% !important;
    border-left: 0px;
    padding-left: 5px;
    padding-right: 5px;
  }

  body.responsive .content-left-side{
    border-right: 0px;
    margin: 0px;
  }

  body.responsive .groups-column{
    display:none;
  }

  body.responsive .sportnik-panel-row{
    margin:0px;
  }

  /* widget-page responsive */
  /******************/

  body.responsive .group-page-content .gpc-big,
  body.responsive .group-page-content .gpc-padded-right,
  body.responsive .group-page-content .gpc-padded-left,
  body.responsive .group-page-content .gpc-middle{
    width:100%;
  }

  body.responsive .group-page-content .gpc-padded-right::before, 
  body.responsive .group-page-content .gpc-padded-half::before,
  body.responsive .group-page-content .gpc-padded-left::after{
    display:none;
  }

  body.responsive .group-page-content .gpc-padded-right,
  body.responsive .group-page-content .gpc-padded-left{
    padding:0px !important;
  }

  body.responsive .admin-widget-wrap{
    margin-top:15px;
  }
  body.responsive .widget-placement-area{
    margin: 10px 0px;
  }

  body.responsive .widget-placement-area.before{
    margin-top:0px;
  }

  body.responsive .sportnik-mini-footer{
    width:100% !important;
    min-width:100% !important;
  }

  body.responsive #index-top-header{
    width:100% !important;
    min-width:100% !important;
  }

  body.responsive .groupCover h1{
    width:100% !important;
    min-width:100% !important;
  }

  body.responsive #admin-status,
  body.responsive #admin-status-clone{
    width:100% !important;
    min-width:100% !important;
  }

  body.responsive #admin-status-clone{
    top:0px !important;
  }

  body.responsive .bx-wrapper .bx-viewport{
    background-color:rgba(0,0,0,0.9) !important;
  }

  body.responsive .bx-wrapper .bx-viewport li{
    background-repeat: no-repeat;
    background-size: cover;
  }

  body.responsive #admin-status-clone > span {
    padding-right: 0px;
  }



  /* Ads responsive */
  /******************/
  body.responsive #floatingad,
  body.responsive #rightside-ad-box{
    width: 100% !important;
    float:left;
    text-align: center;
  }

  body.responsive #floatingad .ad{
    float:none;
    display: inline-block;
  }

  body.responsive .annons{
    display: none;
  }
  body.responsive .annons2{
    display: block;
  }
  body.responsive #topad,
  body.responsive #topad  *,
  body.responsive #topad iframe{

    width:100% !important;
    margin:0px !important;
    margin-top:10px !important;
    margin-bottom:10px !important;
    height: auto;

  }


  body.responsive .rAd1,
  body.responsive .rAd2,
  body.responsive .rAd3,
  body.responsive .rAd4{
    display:block;
    float:left;
    text-align: center;
    width:100%;
  }

  body.responsive .rAd1 .ad,
  body.responsive .rAd2 .ad,
  body.responsive .rAd3 .ad,
  body.responsive .rAd4 .ad{
    max-width:280px;
    margin:0px 5px;
    width:45% !important;
    display:inline-block !important;
  }

  body.responsive .rAd1 .ad *,
  body.responsive .rAd2 .ad *,
  body.responsive .rAd3 .ad *,
  body.responsive .rAd4 .ad *{
    width:100% !important;
  }

  /* Text, headers and basic elements */
  /************************************/

  body.responsive .content-mid h2,
  body.responsive .content-left-side h2{
    margin:0px;
    width: 100%;
    box-sizing: border-box;
  }

  body.responsive .dl-horizontal dt{
    width:90px !important;
    clear: left !important;
    float:left !important;
    text-align: right;
  }
  body.responsive .dl-horizontal dd{
    margin-left:100px !important;
  }

  body.responsive table:not(#transactions),
  body.responsive tbody,
  body.responsive table:not(#transactions) tr,
  body.responsive form,
  body.responsive fieldset{
    border-bottom: 0px !important;
    width:100% !important;
    min-width: 100px;
  }

  /* Responsive topmenu */
  /**********************/

  body.responsive #nav-main-top:not(.responsive-expand) ul{
    display: none !important;
  }

   body.responsive #nav-main-top.responsive-expand div.responsive-handle{
    /*background-color: #fff !important;*/
    font-size: 0px;
   }

  body.responsive #nav-main-top div.responsive-handle{
    display: block;
    float: left;
    width: 100%;
    background-color: #333;
  }
  body.responsive #nav-main-top a.responsive-handle,
  body.responsive #nav-main-top a.admin-handle,
  body.responsive #nav-main-top a.user-handle{
    display: block !important;
    float: left;
    display: block;
    height:50px;
    background-color:rgba(0,0,0,0.1);
    color:inherit;
  }

  body.responsive #nav-main-top:not(.responsive-expand) a.admin-handle,
  body.responsive #nav-main-top:not(.responsive-expand) a.user-handle{
    float:right;
  }

  body.responsive #nav-main-top.responsive-expand a.responsive-handle,
  body.responsive #nav-main-top.responsive-expand a.admin-handle,
  body.responsive #nav-main-top.responsive-expand a.user-handle{
    background-color: rgba(0,0,0,0.3) !important;
  }

  body.responsive #nav-main-top.responsive-expand a.handle-active{
    background-color: transparent  !important;
  }

  body.responsive #nav-main-top .responsive-menu-title{
    display: block;
  }
  body.responsive #nav-main-top.responsive-expand .responsive-menu-title{
    display: block;
    background-color: rgba(0,0,0,0.3);
  }

  body.responsive #nav-main-top .responsive-menu-title{
    display: block;
    float: left;
    height: 50px;
    line-height: 50px;
    padding-left:10px;
    width:calc( 100% - 150px);
    box-sizing: border-box;
  }

  body.responsive #nav-main-top a.responsive-handle{
    background-color:rgba(0,0,0,0.2) !important;
  }

  body.responsive #nav-main-top a.user-handle{
  	right:0px;
  	/*background-color:rgba(0,0,0,0.2);*/
  }

  body.responsive #nav-main-top a.responsive-handle i,
  body.responsive #nav-main-top a.admin-handle i,
  body.responsive #nav-main-top a.user-handle i{
  	font-size: 22px;
	  line-height: 50px;
	  width:50px;
	  cursor: pointer;
    height: 50px;
    float: left;
  }

  body.responsive #nav-main-top > ul,
  body.responsive #nav-main-top > ul > li,
  body.responsive #nav-main-top > ul > li > a,
  body.responsive #nav-main-top > ul > li > a:hover{
    width:100%;
    box-sizing: border-box;
  }

  body.responsive #nav-main-top > ul > li,
  body.responsive #nav-main-top > ul > li > a,
   body.responsive #nav-main-top > ul > li > span{
    line-height: 40px;
    height:40px !important;
    padding:0px 10px !important;
  }
  body.responsive #nav-main-top > ul > li{
    padding:0px 0px !important;
  }

  body.responsive #nav-main-top > ul > li > ul{
    display: none !important;
  }

  /* Responsive panels */
  /*********************/

  body.responsive .sportnik-panel,
  body.responsive .vertical-row{
    width:100%!important;
  }

  body.responsive .sportnik-panel.last-in-row{
    left:0px !important;
    right:0px;
  }

  /* Responsive forms */
  /********************/

  body.responsive .inputbox{
    border: 0px;
  }

  button.comment{
    margin-top:10px;
  }

  body.responsive table.events-table td:hover,
  body.responsive table.events-table tr:hover{
    background-color: transparent !important;
  }

  body.responsive #zend-developer-toolbar
  {
    display: none !important;
  }

  body.responsive .no-responsive{
    display:none !important;
  }
   body.responsive .footer-push{
    height:200px !important;
    margin-bottom:-200px !important;
   }
   #wrapper{
    margin-bottom:-200px !important;
   }
  body.responsive .index-footer,
  body.responsive #index-footer-whiteborder,
  body.responsive .index-footer .dl-horizontal dd,
  body.responsive .index-footer dl,
  body.responsive .index-footer dt
  {
    max-height:200px;
    text-align: center !important;
    width:100% !important;
    min-width:100% !important;
    margin:0px !important;
  }
  body.responsive .index-footer .responsive-section{
    max-height:180px;
    position: absolute;
    width:100%!important;
    max-width:100%!important;
    min-width:100%!important;
    display: block;
    float:left;
    clear:both;
    text-align: center;
  }
  body.responsive .index-footer .responsive-section > *{
  }

  /* Ledgers table responsive... sigh */
  /************************************/

  body.responsive #transactions tr,
  body.responsive #transactions td{
    height:30px;
    line-height: 30px;
    /*margin:0px;*/
    float:none;

  }
  body.responsive #transactions{
    table-layout: auto !important;
    display: table;
    float:none;
    width:100%;
    border-collapse:collapse !important;
    border:1px solid #ddd !important;
    border-bottom: 2px solid #ddd !important;
  }
  body.responsive #transactions thead tr,
  body.responsive #transactions tbody tr,
  body.responsive #transactions tfoot tr
  {
    display: table-row;
    /*width:100%;*/
    float:none;
  }
  body.responsive #transactions .transaction-type,
  body.responsive #transactions .transaction-reg,
  body.responsive #transactions .transaction-effect,
  body.responsive #transactions .transaction-group,
  body.responsive #transactions .transaction-bgpg,
  body.responsive #transactions .transaction-ocr,
  body.responsive #transactions .transaction-print,
  body.responsive #transactions .transaction-fill-right,
  body.responsive #transactions .transaction-fill-col{
    display: none;
    float:none;
  }

  body.responsive #transactions .transaction-title
 {
    padding-left:15px;
    width:70% !important;
    display: table-cell;
  }
  body.responsive #transactions .transaction-value{
    width:15%;
    display: table-cell;
  }
  body.responsive #transactions .transaction-saldo{
    width:15%;
    display: table-cell;
  }

  body.responsive #transactions tfoot .transaction-value{
    padding-left: 15px;
  }

  body.responsive #manual_payment{
    display: none;
  }

  body.responsive .ui-dialog.ui-widget{
    max-width:90% !important;
  }

  body.responsive tr.ledgers-tb{
    margin-top:5px;
    border-top:2px solid #ddd;
  }

  body.responsive tr.ledgers-bb{
    margin-bottom:5px;
    border-bottom:2px solid #ddd;
  }

  body.responsive tr.no-display-tb-bb{
    margin-top:0px;
    border-top:0px;
    margin-bottom:0px;
    border-bottom:0px;
  }

  body.responsive .filter-options select{
    width:calc(100% - 10px) !important;
    box-sizing: border-box;
  }

  body.responsive .filter-options button#order-btn,
  body.responsive .filter-options select
  {
    clear:both !important;


  }
  body.responsive .filter-options button{
    padding-left: 2px;
    padding-right: 2px;
  }
  body.responsive .filter-options button,
  body.responsive .filter-options select{
    margin-left:5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    float:left !important;
    width:30%;
    margin-top:5px;
    box-sizing: border-box;
  }

  body.responsive .filter-payed{
    clear:both;
  }

  body.responsive .filter-options span{
    display:none !important;

  }

  /* Forms */
  /*********/

  body.responsive .centered_form form input{
    max-width:70%;
  }

  body.responsive table.edit-page-list{
    width:100%;
    box-sizing: border-box;
    table-layout: fixed;
  }
  body.responsive table.edit-page-list tbody,
  body.responsive table.edit-page-list tbody tr{
    max-width:100% !important;
    box-sizing: border-box;
    display: block;
  }

  body.responsive .edit-page-list tbody tr td.edit_tel,
  body.responsive .edit-page-list tbody tr td.edit_email{
    width: 70% !important;
    min-width: 70% !important;
  }

  body.responsive #attendance-holder{
    width:100%;
    text-align: center;
  }

  body.responsive #attedance-text{
    margin:0px !important;
    width:100% !important;
  }

  body.responsive #add-notice-row textarea,
  .in-col-edit td.txtarea textarea{
    max-width:95% !important;
    width:95% !important;
    min-width:95% !important;
  }

  body.responsive add-notice-row td.txtarea,
  .in-col-edit td.txtarea{
    width:80% !important;
  }
  body.responsive #add-notice-row td.narrow,
    #add-notice-row th.narrow{
   width:10% !important;
  }

  body.responsive #notices-table{
    table-layout: auto !important;
  }

  body.responsive #notices-table,
  body.responsive #notices-table thead,
  body.responsive #notices-table tbody,
  body.responsive #notices-table tr,
  body.responsive #add-notice-head{
    width:100% !important;
    max-width:100% !important;
    min-width:100% !important;
    box-sizing: border-box;
  }

  body.responsive .info-line .explanation{
    padding: 0px 2px;
    margin-right:0px !important;
  }
  body.responsive #visibility-form table{
    border-spacing: 2px !important
  }
  body.responsive #visibility-form th,
  body.responsive #visibility-form td{
    padding-left:1px;
  }


  /* Calendar */

  body.responsive .calendar-control{
    width:100% !important;
    box-sizing: border-box;
    float: right;
  }

  body.responsive .calendar-widget .sportnik-panel-head{
  	height:35px !important;
  }

  body.responsive .calendar-control select{
    width:51%;
    float:right;
  }

  body.responsive .sportnik-panel.calendar-widget.calendar-person .sportnik-panel-head{
    height:34px!important;
  }
  body.responsive #calendar-prev-month i{
    margin-right:10px;
    margin-top:3px;
  }
  body.responsive #calendar-next-month i{
    margin-top: 3px;
  }

  body.responsive .form-row-personal-id > div,
  body.responsive .form-row-personal-id > div label,
  body.responsive .form-row-personal-id > div input{
    width:100% !important;
    boz-sizing: border-box;
  }
  body.responsive .form-row-personal-id > div label,
  body.responsive .form-row-personal-id > div input{
    padding:6px 10px;
    height:15px;
    max-width: 70% !important;
    width:390px !important;
  }

  /* NAV TOP */
  body.responsive #index-top-header{
    width:100% !important;
    min-width:100% !important;
    position: absolute;
    left:0px;
    top:0px;
  }

  body.responsive #index-top-header #loggedin,
  body.responsive #index-top-header #not-loggedin{
    float:right;
    position: absolute;
    right:0px;
    top:0px;
  }

  body.responsive #index-top-header .lang-menu > a{
    position: absolute;
    left:0px;
    top:0px;
  }

  body.responsive #index-top-header .search-top,
  body.responsive #index-top-header .lang-menu > div,
  body.responsive #index-top-header .lang-menu > a:not(.corner-logo)
  {
    display:none;
  }

  body.responsive #index-top-header .lang-menu:hover > :not(.corner-logo){
    display:none!important;
  }

  .ui-dialog-content.ui-widget-content .popover-event-link{
    padding: 5px 5px !important;
    border: 1px solid #666;
  }
  .ui-dialog-content.ui-widget-content .popover-event-link:hover{
    background-color: inherit !important
  }
 .ui-dialog-content.ui-widget-content .popover-event-link .popover-time{
    padding-bottom: 5px !important;
    margin-bottom:5px !important;
    line-height:20px;
    border-bottom: 0px dotted #ddd;
    background-color:rgba(255,255,255, 0.1);
  }
  .ui-dialog-content.ui-widget-content .popover-event-link .popover-time i.icon-time{
    width:auto !important;
    margin-right:10px !important;
  }

  #slideinfo ul{
    max-width:100% !important;
    width:100% !important;
  }

}