a.orange {
    color: #dfab26 !important;
}
.aside {
  width: 30%;
  min-width: 300px;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  /*background-color: #840912;*/
  background-color:#04235a;
  font-family: Helvetica, Arial, sans-serif;
  border-right: 1px solid #333;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  z-index: 2000;
  width: 0px;
  min-width: 0px;
  overflow:scroll;
  transition: 0.35s width ease, 0.35s min-width ease;
}
.aside input {
    color: #fff !important;
}

.aside input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: rgb(250, 255, 189) !important;
    background-image: none !important;
    color: rgb(0, 0, 0) !important;
}
.aside-contents li {
	list-style:none;
    font-family: "Montserrat"!important;
    text-align: left;
    color: #061336;
    border-bottom: 1px solid #dedede;
    padding: 4%;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
}
.aside-contents li a{
	list-style:none;
    font-family: "Montserrat"!important;
    text-align: left;
    color: #061336;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
	text-decoration:none;
}
.aside-contents li a:hover{
    color: #061336;
	text-decoration:none;
}



.aside-contents li:before {
  /*  content: "\f105";*/
    font-family: FontAwesome;
    color: #fff; /* or whatever color you prefer */
    margin-right: 7px;}
	
	

.aside-contents .btn-danger {
	width: 100%;
    background: #1d496e;
    border: 1px solid #1d496e;
    border-radius: 0px !important;
    color: #000;
    font-weight: 500;
    font-family: "Montserrat";
    font-size: 20px;
	}
	

.aside-contents p {
    color: #000 !important;
    font-size: 14px;
    font-weight: 300;
    Line-height: 19px;
    margin-top: 0px;
    text-align: left;
    font-family: 'Montserrat';
	padding:2% 0%;
}


.aside-contents h5{
	color: #fff !important;
    font-size: 17px !important;
    font-weight: 600 !important;
    padding: 0% !important;
    font-family: 'Montserrat' !important;
    text-align: left!important;
    display: block;
    width: 100%;
    margin: 0px !important;
    /* margin-bottom: 2% !important; */
    padding: 2% 0% !important;
    /* background: #f3f3f3; */
   /* background: #f3f3f3;*/
}

.aside .aside-header {
    /* background-color: #3498DB; */
    /* padding-left: 1em; */
    border-bottom: 1px solid #000; 
    font-size: 18px;
    color: #000;
    /* background: rgb(226, 226, 226); */
    /* text-transform: uppercase; */
    /* font-family: 'Oswald'; */
    font-weight: 600;
    text-align: left;
    background: #fff;
    font-family: 'Montserrat' !important;
	    padding: 15% 10% 2% 10%;
		text-transform: uppercase;
}

.aside-header img {
    width: 210px;
    margin-bottom: 2%;
}

.aside-header small{
    font-size: 13px!important;
    color: #a5a5a5!important;
}

.aside .aside-header .close {
    float: right;
    cursor: pointer;
    margin-top: -15px;
    font-size: 50px !important;
    font-weight: 100;
    font-family: 'Montserrat'!important;
    color: #000 !important;
    opacity: .9!important;
}

.aside .aside-contents {
  padding: 8%;
/*  padding-bottom: 1em;*/
  background:#fff;
}

.aside.in {
  width: 35%;
  min-width: 300px;
}

.aside-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
  transition: 0.2s opacity ease;
  opacity: 0;
  display: none;
}

.aside-backdrop.in {
  display: block;
  opacity: 0.7;
}

.aside .social-icon {  color: #ffffff; font-size: 1.2em;}

.aside h1 { color:#000 !important; text-align:left; margin:0px !important; }
.aside h2 { color:#000 !important; text-align:left;font-size:15px; margin:0px !important; }

img.navicon {    width: 125px;}

@media only screen and (min-width: 320px) and (max-width: 480px) {


}


