﻿@charset "utf-8";
.sidenav {
	display: none;
}
.colorchange {
	background-color: #ffffff;
}
.closeBtn {
	padding-top: 20px;
	padding-right: 8px;
	padding-left: 18px;
	padding-bottom: 15px;
	text-decoration: none;
	font-size: 1.1em;
	color: #FFFFFF;
	display: block;
	transition: 0.3s;
	cursor: pointer;
	text-align: center;
	background-color: #d95a24;
	font-family: "Times New Roman", Times, serif;
	letter-spacing: 0.1em;
	height: 5px;
	line-height: 0px;
}

@media screen and (max-width:1000px) {
.container {
	display: inline-block;
	cursor: pointer;
	padding: 1px 3px 1px 3px;
	margin-right: 30px;
	margin-left: 0px;
	margin-bottom: 0px;
	float: right;
	clear: both;
	border: none;
	border-radius: 5px;
	z-index: 99;
	position: fixed;
	width: auto;
	text-align: center;
	top: 0;
	right: 0;
	margin-top: 20px;
}
.bar1, .bar2, .bar3 {
	width: 30px;
	height: 1px;
	background-color: white;
	margin: 8px 0;
	transition: 0.4s;
}
.change .bar1 {
	-webkit-transform: rotate(-45deg) translate(-7.5px, 6.5px);
	transform: rotate(-45deg) translate(-7.5px, 6.5px);
}
.change .bar2 {
	opacity: 0;
}
.change .bar3 {
	-webkit-transform: rotate(45deg) translate(-6px, -7px);
	transform: rotate(45deg) translate(-6px, -7px);
}
.cont {
	margin: 5px 230px 0px 0px;
	transition: 0.5s;
}
.sidenav {
	display: block;
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 10;
	top: 0px;
	right: 0;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 15px;
	padding-bottom: 10px;
	background-color: #707C74; 
}
    .txtspan {
        position: fixed;
        margin: 10px 0px 0px 5px;
    }
    .imgico {
        margin: 0px 0px 0px 0px;
    }
    .sidenav a {
        padding-top: 10px;
        padding-right: 8px;
        padding-left: 18px;
        padding-bottom: 15px; /*15px*/
        text-decoration: none;
        font-size: 1.1em;
        color: white;
        display: block;
        transition: 0.3s;
    }

	
.sidenav a:hover {
	color: #000000;
}

.sideBarAnimA {
	width: 230px;
	transition: 0.5s;
}
.sideBarAnimB {
	margin-right: 230px;
	transition: 0.5s;
}
.sideBarAnimC {
	margin-right: 230px;
	transition: 0.5s;
}
}
@media screen and (max-width:375px) {
.container {
	display: inline-block;
	cursor: pointer;
	padding: 1px 3px 1px 3px;
	margin-right: 15px;
	margin-left: 0px;
	margin-bottom: 0px;
	float: right;
	clear: both;
	border: none;
	border-radius: 5px;
	z-index: 99;
	position: fixed;
	width: auto;
	text-align: center;
	top: 0;
	right: 0;
	margin-top: 10px;
}
}
@media screen and (max-width:320px) {
.container {
	display: inline-block;
	cursor: pointer;
	padding: 1px 3px 1px 3px;
	margin-right: 15px;
	margin-left: 0px;
	margin-bottom: 0px;
	float: right;
	clear: both;
	border: none;
	border-radius: 5px;
	z-index: 99;
	position: fixed;
	width: auto;
	text-align: center;
	top: 0;
	right: 0;
	margin-top: 0px;
}
}
