/*==========  Desktop First Method  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1376px) {}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
  .top_panel {
    padding-left: 15px;
    padding-right: 15px;
  }

  .navbar_nav>li>a {
    padding-left: 10px;
    padding-right: 10px;
  }

  .logo {
    /*width: 150px;*/
  }

  .top_panel>div {
    padding-right: 20px;
  }

  .plpr {
    padding-left: 15px;
    padding-right: 15px;
  }

  .custom-select {
    width: 130px;
  }
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
  .mobile_hidden {
    display: none !important;
  }

  .desk_hidden {
    display: block !important;
  }

  .inner_left {
    padding-right: 0px;
  }

  .inner_right {
    padding-left: 0px;
  }

  .navbar-nav {
    float: none;
  }

  .main_menu {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
  }

  header .container {
    position: relative;
  }

  .container {
    width: 768px;
  }

  .navbar_nav {
    display: block;
    margin-top: 69px;
    background-color: #fff;
    position: relative;
    z-index: 2;
  }

  .top_menu_wrapper {
    display: none;
  }

  .navbar_nav>li>a {
    padding-left: 25px;
    text-transform: uppercase;
  }

  .logo {
    position: absolute;
    top: 5px;
    margin-top: 0px;
    left: 10px;
  }

  .top_panel>div {
    padding-right: 0px;
  }

  .top_panel>div {
    display: block;
  }

  .navbar_nav>li {
    display: block;
    margin-right: 0px;
    float: none;
  }

  .navbar_nav {
    background: -moz-linear-gradient(90deg, rgba(209, 210, 212, 1) 0%, rgba(154, 156, 160, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(154, 156, 160, 1)), color-stop(100%, rgba(209, 210, 212, 1)));
    background: -webkit-linear-gradient(90deg, rgba(209, 210, 212, 1) 0%, rgba(154, 156, 160, 1) 100%);
    background: -o-linear-gradient(90deg, rgba(209, 210, 212, 1) 0%, rgba(154, 156, 160, 1) 100%);
    background: -ms-linear-gradient(90deg, rgba(209, 210, 212, 1) 0%, rgba(154, 156, 160, 1) 100%);
    background: linear-gradient(0deg, rgba(209, 210, 212, 1) 0%, rgba(154, 156, 160, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9A9CA0', endColorstr='#D1D2D4', GradientType=0);
  }

  .navbar_nav>li>a {
    background: transparent;
  }

  .navbar_nav>li.active>a:after {
    border: 0px;
  }

  .navbar_nav>li>a:hover {
    background: transparent;
    color: #fff;
  }

  .navbar_nav>li.active>a {
    background: transparent;
  }

  .breadcrumb {
    margin-right: 0px;
  }

  .filters_body {
    display: block;
    width: auto;
  }

  .filters_body>div {
    display: block;
    /*width: 33.333%;*/
    /*float: left;*/
    margin-bottom: 6px;
  }

  .check_wrapper .vote {
    padding-top: 15px;
    padding-bottom: 13px;
  }

  .custom-select {
    width: 100%;
  }

  .filter_wrapper {
    display: none;
  }

  .filters {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .user_name {
    font-size: 24px;
    display: block;
    float: none;
    padding-top: 20px;
    text-align: center;
  }

  .calendar_body {
    display: block;
  }

  .calendar_body>div {
    display: block;
  }

  .calendar_body>div:first-child {
    padding-right: 0px;
    padding-bottom: 20px;
  }

  .filters_body>div:last-child {
    padding-bottom: 20px;
  }

  .item_wrapper {
    display: block;
    width: auto;
  }

  .item_wrapper>div {
    display: block;
    width: auto;
  }

  .item_wrapper>div:first-child {
    padding-right: 0px;
    width: auto;
    padding-bottom: 15px;
  }

  .item_wrapper>div:last-child {
    padding-left: 0px;
    width: auto;
  }

  .table_group {
    display: block;
    width: auto;
  }

  .table_group>div {
    display: block;
    width: auto;
  }

  .table_group>div:first-child {
    padding-right: 0px;
    width: auto;
    padding-bottom: 15px;
  }

  .table_group>div:last-child {
    width: auto;
    padding-left: 0px;
  }

  .table_controls>div {
    width: 25%;
  }
}

/*=================================================================================================*/
/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
  .block {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .container {
    width: auto;
  }

  .filters {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .events_wrapper {
    display: block;
  }

  .events_wrapper>div {
    display: block;
  }

  .events_wrapper>div:first-child {
    padding-right: 0px;
    padding-bottom: 20px;
  }

  .events_wrapper>div:last-child {
    padding-left: 0px;
  }

  .events_box {
    margin-left: auto;
    margin-right: auto;
  }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 670px) {
  .page_header {
    padding-top: 20px;
  }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 640px) {
  .dataTables_wrapper .dataTables_filter {
    margin-bottom: 1em;
  }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 576px) {
  .logo {
    width: 270px;
    top: 11px;
  }

  .item_info_body {
    display: block;
    width: auto;
  }

  .item_info_body>div {
    display: block;
    width: auto;
  }

  .item_info_body>div:first-child {
    padding-right: 0px;

  }

  .item_info_body>div:last-child {
    padding-left: 0px;
    padding-bottom: 15px;
  }

  .table_controls {
    display: block;
    width: auto;
  }

  .table_controls>div {
    display: block;
    width: auto;
    padding-right: 0px;
    margin-bottom: 10px;
  }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
  .logo {
    width: 200px;
    top: 16px;
  }

  .logo {
    width: 230px;
    margin-left: auto;
    margin-right: auto;
    position: static;
    margin-top: 8px;
  }

  .top_panel {
    padding-bottom: 40px;
  }

  .menu_button {
    right: 6px;
    top: 45px;
  }

  .user_area {
    display: block;
    float: none;
  }

  .authorization {
    top: 54px;
    right: 100%;
    margin-right: -55px;
  }

  .login_out {
    top: 54px;
    right: 100%;
    margin-right: -100px;
  }

  .main_menu_wrapper {
    padding-top: 0px;
  }

  .navbar_nav {
    margin-top: 100px;
  }
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 400px) {}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {}

/* Custom, iPhone Retina */
@media only screen and (max-width : 310px) {}

/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
  .mobile_hidden {
    display: block !important;
  }

  .desk_hidden {
    display: none !important;
  }

  .to_right {
    position: relative;
    left: 50%;
  }

  .to_left {
    position: relative;
    right: 50%;
  }

  .top_menu_wrapper {
    display: block !important;
  }

  .main_menu_wrapper {
    display: table;
  }

  .main_menu_wrapper>div {
    display: table-cell;
    vertical-align: bottom;
  }

  .main_menu_wrapper>div:first-child {
    padding-right: 50px;
  }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {}


/*=================================================*/
/* Large Devices, Wide Screens */
@media only screen and (min-width : 1376px) {}

/*=============================*/
/* Large Devices, Wide Screens */
@media only screen and (min-width : 1700px) {}