
.header2 {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    box-shadow: none;

    position: fixed;

    overflow: hidden;
    z-index:9999;
}
/*
.main {
    margin: 0 auto;
    display: block;
    
    margin-top:70px;
}
.mainInner{
    display: table;
    
    width: 100%;
    text-align: center;
}
.mainInner div{
    display:table-cell;
    vertical-align: middle;
    font-size: 3em;
    font-weight: bold;
    letter-spacing: 1.25px;
}*/
#sidebarMenu {
    
    position: fixed;
    right: 0; z-index:9999;
    width: 250px;

    transform: translateX(250px);
    transition: transform 250ms ease-in-out;
    /*background: linear-gradient(180deg, #FC466B 0%, #3F5EFB 100%);*/
	background-color:#051a3a;
}
.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:300;
    padding: 20px;
    cursor: pointer;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}
.sidebarMenuInner li:hover {transition: 0.4s all; background-color:aliceblue;}
/*
.sidebarMenuInner li span{
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.50);
}
*/
.sidebarMenuInner li a{
    color: #fff; font-family:'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight:400; font-size:18px;
    cursor: pointer;
    text-decoration: none;
}
.sidebarMenuInner li a:hover {transition: 0.4s all; color:#B70003;}

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: 99;
    height: 100%;
    width: 100%;
    top:65px;
    right:1.33rem;
    height: 65px;
    width: 65px;
	color: #051a3a;
	font-size:2rem;
}
.sidebarIconToggle:hover {color:#03a8e5; transition:0.4s all;}
@media screen and (max-width: 1100px) {
.sidebarIconToggle {right:0.95rem;}
}
@media screen and (max-width: 1000px) {
.sidebarIconToggle {right:0.65rem;}
}
@media screen and (max-width: 900px) {
.sidebarIconToggle {right:0.35rem;}
}
/*
@media screen and (max-width: 800px) {
.sidebarIconToggle {right:0rem;}
}
@media screen and (max-width: 700px) {
.sidebarIconToggle {right:-0.25rem;}
}
@media screen and (max-width: 600px) {
.sidebarIconToggle {right:-0.45rem;}
}
@media screen and (max-width: 500px) {
.sidebarIconToggle {right:-0.7rem;}
}
@media screen and (max-width: 400px) {
.sidebarIconToggle {right:-1.2rem;}
}
@media screen and (max-width: 320px) {
.sidebarIconToggle {right:-1.8rem;}
}
*/




/*
.spinner {
    transition: all 0.3s;
    box-sizing:border-box;
    position: absolute;
    height: 3px;
    width: 100%;
    background-color:red;
	font-family: FontAwesome;
	content: "\f095"; color:aqua;

}
*/	




/*
.sidebarIconToggle {
    transition: all 0.3s;
    box-sizing: border-box;
    cursor: pointer;
    position: absolute;
    z-index: 99;
    height: 100%;
    width: 100%;
    top: 80px;
    right: 53px;
    height: 22px;
    width: 22px;
}
.spinner {
    transition: all 0.3s;
    box-sizing:border-box;
    position: absolute;
    height: 3px;
    width: 100%;
    background-color:red;
}
.spinner:hover {background-color: aqua;}
.horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: right;
    margin-top: 3px;
}
.diagonal.part-1 {
    position: relative;
    transition: all 0.3s;
    box-sizing: border-box;
    float: right;
}
.diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: right;
    margin-top: 3px;
}
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: 8px;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(-135deg);
    margin-top: -9px;
}*/