.navbar-menu h1 {
font-size:16px;
font-weight:500;
margin-top:0;
margin-bottom:10px;
color:#00b3f1;
	    font-family: 'Oswald-Bold';
}
.navbar-menu input{ height: auto !important;}
.navbar-menu p {
font-size:11px;
font-weight:100;
color:#4CA5A2;
margin-top:0;
text-align:justify;
line-height:1.3em;
}

.animate {
-webkit-transition:all .3s ease-in-out;
-moz-transition:all .3s ease-in-out;
-o-transition:all .3s ease-in-out;
-ms-transition:all .3s ease-in-out;
transition:all .3s ease-in-out;
}

.navbar-fixed-bottom-right {
position:fixed;
right:0;
bottom:0;
border-radius:0;
}

.navbar-contactpanel {
    width: 114px;
    min-height: 72px;
max-height:100%;
background-color:#00b3f1;
z-index:1000;
}
.track{   font-size: 16px;
    font-weight: normal;
       padding-top: 2px;
    font-family: 'Oswald-SemiBold';
    color: #fff; text-align:center}
.navbar-toggler-bottom-right:hover {
cursor:pointer;
}


.navbar-contactpanel.open > .navbar-toggler-bottom-right,.navbar-contactpanel > .navbar-toggler-bottom-right:focus {
background-image:url(../images/close.png);
position:absolute;
right:1%;
width: 100%;
    height: 100%;
background-repeat:no-repeat;
background-position:center;
}

.navbar-contactpanel > .navbar-toggler-bottom-right > span {
position:absolute;
	bottom:-2vh;
	    width: 114px;
    min-height: 69px;
background-image:url(../images/contact.png);
background-repeat:no-repeat;
background-position:center;
background-size:100% 100%;
}

.navbar-contactpanel > .navbar-menu {
position:absolute;
right:-1500px;
list-style:none;
z-index:50;
background:rgba(255,255,255,1);
bottom:50px;
width:500px;
margin:0;
padding:0;
}

.navbar-contactpanel.open > .navbar-toggler-bottom-right > span {
background-position:0 -60px;
-webkit-transform:rotate(-180deg);
-moz-transform:rotate(-180deg);
-o-transform:rotate(-180deg);
-ms-transform:rotate(-180deg);
transform:rotate(-180deg);
}

.navbar-contactpanel.open > .navbar-menu {
	-webkit-box-shadow: -2px -2px 47px -13px rgba(0,0,0,0.75);
-moz-box-shadow: -2px -2px 47px -13px rgba(0,0,0,0.75);
box-shadow: -2px -2px 47px -13px rgba(0,0,0,0.75);
    right: 0%;
    bottom: 49px;
width:320px;
min-height:100%;
padding-top:15px;
padding-bottom:15px;
}
@media only screen and (max-width: 480px) {		.track{display: none;}
	.navbar-contactpanel {
    width: 50px;
        min-height: 55px;
    max-height: 100%;
    background-color: #00b3f1;
    z-index: 1000;
}
	.navbar-contactpanel > .navbar-toggler-bottom-right > span{ background-size:auto;    width: 60px;
 }
}