@charset "UTF-8";
/* CSS Document */

@media only screen and (min-width: 0px) and (max-width : 768px) {

.sidenav {
    z-index:10000 !important;
	height:100%;
    width: 0;
    position: absolute;
    top: 0;
    left: 0;
	bottom: 0;
    background-color: #121212;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 20px;
	overflow: hidden
}

.sidenav p {
    padding: 3px 3px 3px 15px;
    text-decoration: none;
    font-size: 18px;
    color: #f2f2f2;
    display: block;
	font-style:italic}

.links a {
    padding: 3px 3px 3px 15px;
    text-decoration: none;
    font-size: 18px;
    color: #818181;
    display: block;
    transition: 0.3s;
	background: black; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#252525, #121212); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#252525, #121212); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(252525, #121212); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#252525, #121212); /* Standard syntax */
}

.links a:hover, .offcanvas a:focus{
    color: #f1f1f1;
}

.closebtn {
    cursor: pointer;
	position: absolute;
	top: 10px;
	right: 0px;
	float: right;
    font-size: 28px;
	background: none;
	display: block;
	width: 40px;
	height: 40px;
	color: #ffffff;
	margin-bottom: 10px
}
.sidenav .closebtn:hover {
    cursor: pointer;
	
}

/* Side nav panel lower */ 
.sidenavlower {
    z-index:10000 !important;
	width: 0;
    position: fixed;
    left: 0;
	bottom: 0;
    background-color: #121212;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
	overflow: hidden;
}

.sidenavlower p {
    padding: 3px 3px 3px 15px;
    text-decoration: none;
    font-size: 18px;
    color: #f2f2f2;
    display: block;
	font-style:italic}

.linkslower a {
    padding: 3px 3px 3px 15px;
    text-decoration: none;
    font-size: 18px;
    color: #818181;
    display: block;
    transition: 0.3s;
	background: black; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#252525, #121212); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#252525, #121212); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(252525, #121212); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#252525, #121212); /* Standard syntax */
}
.linkslower a:hover {
    color: #f1f1f1;}

.closebtnlower {
    position: relative;
	float:right;
	clear: left;
    font-size: 28px;
	background: none;
	display: block;
	width: 40px;
	height: 40px;
	color: #ffffff;
	margin-top: 10px
}
.sidenavlower .closebtnlower:hover {
    cursor: pointer;
	}
}
@media only screen and (min-width: 769px) and (max-width : 5000px) {
/* Side nav panel */
.sidenav {
    z-index:10000 !important;
	height:100%;
    width: 0;
    position: absolute;
    top: 0;
    left: 0;
	bottom: 0;
    background-color: #121212;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 75px;
	overflow: hidden
}

.sidenav p {
    padding: 6px 6px 6px 26px;
    text-decoration: none;
    font-size: 22px;
    color: #f2f2f2;
    display: block;
	font-style:italic}

.links a {
    padding: 6px 6px 6px 26px;
    text-decoration: none;
    font-size: 22px;
    color: #818181;
    display: block;
    transition: 0.3s;
	background: black; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#252525, #121212); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#252525, #121212); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(252525, #121212); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#252525, #121212); /* Standard syntax */
}

.links a:hover, .offcanvas a:focus{
    color: #f1f1f1;
}

.closebtn {
    cursor: pointer;
	position: absolute;
	top: 20px;
	right: 0px;
	float: right;
    font-size: 36px;
	background: none;
	display: block;
	width: 40px;
	height: 75px;
	color: #ffffff;
	margin-bottom: 20px
}
.sidenav .closebtn:hover {
    cursor: pointer;
	
}

/* Side nav panel lower */ 
.sidenavlower {
    z-index:10000 !important;
	width: 0;
    position: fixed;
    left: 0;
	bottom: 0;
    background-color: #121212;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
	overflow: hidden;
}

.sidenavlower p {
    padding: 6px 6px 6px 26px;
    text-decoration: none;
    font-size: 22px;
    color: #f2f2f2;
    display: block;
	font-style:italic}

.linkslower a {
    padding: 6px 6px 6px 26px;
    text-decoration: none;
    font-size: 22px;
    color: #818181;
    display: block;
    transition: 0.3s;
	background: black; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#252525, #121212); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#252525, #121212); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(252525, #121212); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#252525, #121212); /* Standard syntax */
}
.linkslower a:hover {
    color: #f1f1f1;}

.closebtnlower {
    position: relative;
	float:right;
	clear: left;
    font-size: 36px;
	background: none;
	display: block;
	width: 40px;
	height: 75px;
	color: #ffffff;
	margin-top: 20px
}
.sidenavlower .closebtnlower:hover {
    cursor: pointer;
	}
}