#block-cheeseburgermenu{
	position:fixed;
	top:0px;
	left:0px;
	display:none;
	    width: 50px;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: landscape) {
  body {
		-webkit-text-size-adjust: none; /* none for no scaling */
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  body {
		-webkit-text-size-adjust: none; /* none for no scaling */
  }
}
@media only screen and (min-width: 320px) and (max-width: 414px) {
  /* layout */
  .container {
    width: 100%;
    max-width: 414px !important;
    padding: 0 6px;
  }
  /* Header */
  .header {
    padding: 8px 0;
  }
  .site-branding img {
    max-height: 40px;
    width: auto;
  }
  /* Slider */
  #slider {
    max-height: 240px;
  }
  .home-slider p {
    font-size: 0.9em;
    margin: 8px 0;
    width: 100%;
  }
  .home-slider h1 {
    font-size: 1.3em;
  }
  .home-slider h2 {
    font-size: 1.2em;
  }
  .home-slider h3 {
    font-size: 1em;
  }
  .home-slider h4 {
    font-size: 1em;
  }
  .home-slider a.button {
    padding: 4px 10px;
  }
  /* sidebar */
  .sidebar, #sidebar-left, #sidebar-right, .two-sidebar #sidebar-left {
    float: none;
    width: 100%;
    margin: 0;
    padding: 0;
  }
}
@media only screen and (min-width: 415px) and (max-width: 767px) {
  /* sidebar */
  .sidebar, #sidebar-left, #sidebar-right, .two-sidebar #sidebar-left {
    float: left;
    width: 50%;
    margin: 0;
    height: 100%;
  }
  #sidebar-left {
    float: left;
    padding: 0 1% 0 0;
  }
  #sidebar-right {
    float: right;
    padding: 0 0 0 1%;
  }
}

@media only screen and (min-width: 320px) and (max-width: 500px) {
  .full, .one_half, .one_three, .one_four, .one_four_first, .one_four_last {
    width: 100%;
    padding: 2% 0;
  }
  .footer-block {
    margin-bottom: 16px;
  }
  #footer-bottom .text_right {
    text-align: left;
  }
}
@media only screen and (min-width: 501px) and (max-width: 767px) {
  .one_four, .one_four_first, .one_four_last {
    width: 50%;
    padding: 2%;
  }
  .full, .one_half, .one_three {
    width: 100%;
    padding: 2%;
  }
  /* slider */
  .home-slider h1, .home-slider h2, .home-slider h3 {
    font-size: 2em;
  }
  .home-slider p {
    font-size: 1.4em;
    display: block;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
#block-cheeseburgermenu{
	display:block;
	}  

body {
    font-size: 0.9em;
  }
  /* header */
  #header-top .one_half {
    text-align: center;
    margin: 0 0 6px 0;
    padding: 0;
  }
  .header-top-left i, ul.social-icons li {
    font-size: 0.8em;
  }
  .header-top-left i, ul.social-icons li a {
    width: 30px;
    height: 30px;
    line-height: 26px;
  }
  .search-icon, .sliding-panel-icon, .mobile-menu {
    padding: 10px;
    line-height: 1;
  }
  .search-icon i, .sliding-panel-icon i, .mobile-menu i {
    font-size: 1.2em;
    line-height: 1;
  }
  .search-box-content {
    top: 30%;
    width: 90%;
  }
  .main-menu {
    display: none;
  }
  .active-menu .main-menu {
    display: block;
  }
  .mobile-menu {
    display: none;
    float: right;
  }
  .menu-wrap {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background: transparent;
    margin-left: -1000px;
    z-index: 100;
    transition: all 0.4s ease;
  }
  .active-menu .menu-wrap {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 90%;
    max-width: 320px;
    background: rgba(0, 0, 0, 0.9);
    z-index: 100;
    margin-left: 0;
    transition: all 0.4s ease;
  }
  .active-menu .menu-wrap ul.main-menu {
    overflow-y: scroll;
  }
  .active-menu .menu-wrap ul.main-menu > li {
    display: block;
    float: none;
  }
  .active-menu .menu-wrap ul.main-menu a {
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .active-menu .menu-wrap .dropdown-arrow {
    position: absolute;
    right: 10px;
  }
  .active-menu ul.main-menu ul.submenu {
    position: relative;
    display: block;
    opacity: 1;
    top: 0;
  }
  .active-menu ul.main-menu ul.submenu::before, .active-menu ul.main-menu ul.submenu::after {
    content: '';
    display: table;
    clear: both;
  }
  .active-menu ul.main-menu ul.submenu li {
    position: relative;
    background: none;
    width: 100%;
    text-align: right;
    padding: 0 10px;
  }
  .active-menu ul.main-menu ul.submenu li a {
    width: 100%;
    display: block;
  }
  .active-menu ul.main-menu li a {
    border-bottom: 1px solid #434343;
  }
  .active-menu .close-mobile-menu {
    position: absolute;
    display: block;
    right: 1px;
    top: 10px;
  }
  .sliding-sidebar-container {
    width: 90%;
  }
  /* breadcrumb */
  #breadcrumb {
    padding: 6px 0;
  }
  .breadcrumb {
    font-size: 0.8em;
  }
  .breadcrumb-item-seperator {
    margin: 0 6px;
  }
  /* page layout */
  .no-sidebar #main, .two-sidebar #main, .sidebar-left #main, .sidebar-right #main {
    width: 100%;
    float: none;
    margin: 0;
    padding: 0;
  }
  #main::before, #main::after {
    content: '';
    display: table;
    clear: both;
  }
  /* page content */
  .page-title-wrap {
    padding: 16px 10px;
  }
  .page-title-wrap h1.page-title {
    font-size: 1.6em;
  }
  #node-comment .indented {
    margin-left: 20px;
  }
  /* footer */
  #footer {
    position: relative;
    z-index: 2;
  }
  /* form */
  .page-content input[type="text"], .page-content input[type="email"], .page-content input[type="password"], .page-content input[type="search"] {
    width: 100%;
    max-width: 100%;
  }
  input {
    max-width: 100%;
  }
  /* homepage */
  .service, .project {
    width: 100%;
    max-width: 385px;
    padding: 4% 2%;
    margin: 0 auto 20px auto;
    float: none;
  }
  
  #toolbar-administration {
	padding-bottom: 4em;
  }
  
  .toolbar .toolbar-bar {
    color: #ddd;
    /* background-color: White; */
    box-shadow: -1px 0 3px 1px rgba(0, 0, 0, 0.3333);
	z-index:15;
	margin-left:3em;
	}
}
/* ipad pro, Small Devices, Tablets
------------------------------------------------- */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .container {
     width: 100%;
     max-width: 991px;
  }
}

/* Medium Devices, Laptop, Desktop
------------------------------------------------- */
@media only screen and (min-width: 992px) and (max-width: 1170px) {
  .container {
     width: 100%;
     max-width: 1170px;
  }
}
/* Screen widger than container
------------------------------------------------- */
@media screen and (min-width: 1170px) {
   .container {
      width: 100%;
      max-width: 1170px;
   }
}
