/* general */
/* colonna destra canvas */

@media only screen and (max-width: 64em) {

.inner-wrap {
  width: auto; }

.move-right .inner-wrap {
  /*-ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;*/
  transform: none;
  margin-left: 114px; }

.left-off-canvas-menu {
	background: #ffffff;
  /*-ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;*/
  transform: none;
  position: fixed;
  width: 0;
  height: 100%;
  z-index: 1001;}

.move-right .left-off-canvas-menu {
  width: 114px; }

.move-right .exit-off-canvas {
  display: none; }

.left-off-canvas-toggle {
  display: none;
  font-size: 3rem;
  color: #333;
  transition: all .25s ease-in-out; }
  .left-off-canvas-toggle:focus {
    color: #333; }
  .left-off-canvas-toggle:hover {
    color: #8c8c8c;
    transition: all .25s ease-in-out; }
    
/* destra colonna*/

.move-left .inner-wrap {
  /*-ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;*/
  transform: none;
  margin-right: 114px; }

.right-off-canvas-menu {
	background: #ffffff;
  /*-ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;*/
  transform: none;
  position: fixed;
  width: 0;
  height: 100%;
  z-index: 1001; }

.move-left .right-off-canvas-menu {
  width: 114px; }

.move-left .exit-off-canvas {
  display: none; }

.right-off-canvas-toggle {
  display: none;
  font-size: 3rem;
  color: #333;
  transition: all .25s ease-in-out; }
  .right-off-canvas-toggle:focus {
    color: #333; }
  .right-off-canvas-toggle:hover {
    color: #8c8c8c;
    transition: all .25s ease-in-out; }    
 } 
 
@media only screen and (min-width: 64em) {
	
	.tab-bar{
		display:none;
	}
	.left-small{
		display:none;
	}
	.right-small{
		display:none;
	}
	/*.left-off-canvas-menu{
		display:none;
	}
	.right-off-canvas-menu{
		display:none;
	}
	.inner-wrap{
		display:none;
	}
	.off-canvas-wrap{
		display:none;
	}*/ 
} 

@media only screen and (min-width:64.0625em) {

.left-off-canvas-menu {
	position: relative;
    transform: translate3d(0, 0, 0);
    width: auto;
    background: none;
 }

.right-off-canvas-menu {
	position: relative;
    transform: translate3d(0, 0, 0);
    width: auto;
    background: none;
 }
} 
.tab-bar {
    height: 2.8125rem;
    line-height: 2.8125rem;
    position: relative;
    color: #0C0808;
	background-color: #FFFFFF;
	margin-bottom: 10px;
}
.tab-bar .menu-icon span::after {
    content: "";
    display: block;
    height: 0;
    position: absolute;
    top: 50%;
    margin-top: -0.5rem;
    left: 0.90625rem;
    box-shadow: 0 0 0 1px #5191F0, 0 7px 0 1px #5191F0, 0 14px 0 1px #5191F0;
    width: 1rem;
}
*, *:before, *:after {
    /*-webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;*/
    box-sizing: inherit;
}
.left-small {
    height: 2.8125rem;
    position: absolute;
    top: 0;
    width: 2.8125rem;
    border-right: solid 0px #1a1a1a;
    right: 0;
}
.right-small {
    height: 2.8125rem;
    position: absolute;
    top: 0;
    width: 2.8125rem;
    border-left: solid 0px #1a1a1a;
    right: 0;
}