@import url('https://fonts.googleapis.com/css?family=Varela+Round');
html, body {
    height: 100vh;
}
.spheader {
    display: block;
    margin: 0 auto;
    width: 30%;
    max-width: 100%;
	max-height:100vh;
    box-shadow: none;
    background-color:none;
    position: fixed;
    height: 60px!important;
    overflow: hidden;
    z-index: 9999;
}
.main {
    margin: 0 auto;
    display: block;
    height: 100%;
    margin-top: 60px;
}
.mainInner{
    display: table;
    height: 100%;
    width: 100%;
    text-align: center;
}
.mainInner div{
    display:table-cell;
    vertical-align: middle;
    font-size: 3em;
    font-weight: bold;
    letter-spacing: 1.25px;
}

#sidebarMenu {
    height: 100%;
	width:100%;
	position: fixed;
	z-index: 9999;
	overflow: scroll;
    left: 0;
    pdding-top: 60px;
    transform: translateX(-100vw);
    transition: transform 250ms ease-in-out;
	background: -moz-linear-gradient(180deg, #00afcc 0%, #a688bd 100%);
	background: -webkit-linear-gradient(180deg, #00afcc 0%, #a688bd 100%);
	background: linear-gradient(180deg, #00afcc 0%, #a688bd 100%);
}

.sidebarMenuInner{
    margin:0;
    padding:0;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}
.sidebarMenuInner li{
    list-style: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    padding: 20px;
    cursor: pointer;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
	text-align:left;
	margin-left:100px;
}
.sidebarMenuInner li span{
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.50);
}
.sidebarMenuInner li a{
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
	text-align:left;
}
input[type="checkbox"]:checked ~ #sidebarMenu {
    transform: translateX(0);
}

input[type=checkbox] {
    transition: all 0.3s;
    box-sizing: border-box;
    display: none;
}
.sidebarIconToggle {
    transition: all 0.3s;
    box-sizing: border-box;
    cursor: pointer;
    position: absolute;
    z-index: 10000000;
    height: 100%;
    width: 100%;
    top: 22px;
    left: 15px;
    height: 22px;
    width: 22px;
}
.spinner {
    transition: all 0.3s;
    box-sizing: border-box;
    position: absolute;
    height: 5px;
    width: 50px;
    background-color: #000;
}
.horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    position: fixed;
    float: left;
    margin-top: 15px;
	margin-left:20px;
}
.diagonal.part-1 {
    position: fixed;
    transition: all 0.3s;
    box-sizing: border-box;
    float: left;
	margin-top: 5px;
	margin-left:20px;
}
.diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    position: fixed;
    float: left;
    margin-top: 25px;
	margin-left:20px;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    opacity: 0;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-1 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(135deg);
    margin-top: 10px;
	background-color: #fff;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(-135deg);
    margin-top: 11px;
	background-color: #fff;
}

@media screen and (max-width: 896px) and (orientation: landscape) {
.tabzoom {
	zoom:50%;
}
}