﻿@charset "UTF-8";
/* CSS Document */
.buttonSlide {
    font-style: normal;
    font-size: 1.1em;
    display: block;
    text-align: center;
	-moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
	 transition: all 0.3s ease-out 0s;
z-index: 3000;
}

.buttonSlide:hover, .buttonSlide:active, .buttonSlide:focus {text-decoration: none;}

#wrapper.sidebar-open {
    left: -235px;
}
#wrapper.sidebar-open, #wrapper.nav-open{
	
	overflow-x:visible;
	
}

#wrapper.sidebar-open {border-right: solid 1px #ccc;}

#wrapper.nav-open {border-left: solid 1px #ccc;}

#wrapper.sidebar-open  .buttonSlide{
    right: 235px;
}
#wrapper{
	overflow-x:hidden;	
}
#wrapper.nav-open .buttonSlide{
	right:-276px;
}


.clearfix:after{
		clear:both;
		zoom:1;
		display:table;
		content:'';
}




@media only screen and (min-width: 1220px){
.buttonSlide {

}

}
@media only screen and (min-width: 768px){




}




/* Mobile*/

@media only screen and (max-width: 767px) {





}



/* Tablet*/

@media only screen and (min-width: 768px) and (max-width: 1220px)  {


}




