

@font-face {
    font-family: 'keep_calm_medregular';
    src: url('keepcalm-medium-webfont.woff2') format('woff2'),
         url('keepcalm-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'cocogoose';
    src: url('cocogoose-webfont.woff2') format('woff2'),
         url('cocogoose-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.leftside {
	width:250px;
	float:left;
}

.closebtn-logo {
	height: 45px;
    width: 230px;
}

.menu_logo {
	float:right;
	margin-top: 3px;
}

.rightside {
	background: rgba(0, 0, 0, 0.25);
    width: 35px;
    float: right;
    position: relative;
    height: 100%;
	cursor:pointer
}

.rightside img{
    position: absolute;
	height:65px;
	width:55px;
    top: 0;
    bottom: 0;
	left: -8px;
    margin: auto !important;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color:#29364E;
    overflow: scroll;
    overflow-x: hidden;
    transition: 0.5s;
	padding-bottom:2em;
	border-right:solid;
	border-right-color:#000000;
	border-right-width:4px;
}

::-webkit-scrollbar {
    width: 0px;  /* remove scrollbar space */
    background: transparent;  /* optional: just make scrollbar invisible */
}
/* optional: show position indicator in red */
::-webkit-scrollbar-thumb {
    background: #FF0000;
}

.sidenav a {

}
.sidenav a:hover, .offcanvas a:focus{
   color: #ffff00;
}

.sidenav .blockLink {
	background-color:#354768;
		font-family: 'cocogoose'; 
		text-align:left;
    padding: 6px 6px 6px 32px;
	margin: 4px 8px 4px 8px;
    text-decoration: none;
    font-size: 16px;
    color: #ffffff;
    display: block;
    transition: 0.3s
	
}

.sidenav .blockLinkSmall {
	background-color:#354768;
		font-family: 'cocogoose'; 
		text-align:left;
    padding: 2px 4px 2px 32px;
	margin: 3px 6px 3px 6px;
    text-decoration: none;
    font-size: 14px;
    color: #ffffff;
    display: block;
    transition: 0.3s
	
}

.sidenav .h1_play {
	font-family: 'cocogoose'; 
	text-align:center;
	margin: 3px 6px 12px 10px;
    text-decoration: none;
    font-size: 18px;
    color: #ffffff;	
}





.sidenav .closebtn {
	float: left;
	width:40px;
	height:40px;
	font-family: 'keep_calm_medregular'; 
	background-image:url("https://m.bubblebox.com/images/cross.png");
	background-size: 32px 32px;
	background-repeat: no-repeat;
	background-position: 4px 4px; 
	
	background-color:#394D6F;
	
}
.sidenav .closebtn a{
	font-family: 'keep_calm_medregular'; 
	font-size: 36px;
	line-height: 36px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	position:absolute;
	

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}