.head-nav {
    background-color: #222;
    height: 30px;
    padding: 15px 0px 10px 0px;
    width: 100%;
    position: fixed;
	left: 0;
	top: 0;
	right: 0;
    z-index: 999999;
    border-bottom: 2px solid #50584B;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

.g-2 { display: block!important; }
.g-2 a:active {color:#ceccc4;}
.g-2 a:link {color:#ceccc4;}
.g-2 a:hover {color:#ceccc4;}
.g-2 a:visited {color:#ceccc4;}

.head-nav h1 {
    position: relative;
    color: #fff;
    float: left;
    width: auto;
    text-align: left;
    padding: 0px;
    margin: 2px 0px 0px 115px;
    text-transform: uppercase;
    font-size: 1.3em;
    font-family: 'Barrio', cursive;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

.head-nav h1 a:link {color:#fff;}
.head-nav h1 a:active {color:#fff;}
.head-nav h1 a:hover {color:#fff;}
.head-nav h1 a:visited {color:#fff;}

.head-nav .h2 {
    position: absolute;
    top: 37px;
    letter-spacing: 1px;
    left: 130px;
    color: #899680;
    /* float: left; */
    width: auto;
    text-align: left;
    /* padding: 0px; */
    /* margin: 11px 0px 0px 115px; */
    text-transform: uppercase;
    font-size: 10px;
    font-family: 'Calibri';
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    font-style: italic;
}

.head-nav .h2 a:link {color:#899680;}
.head-nav .h2 a:hover {color:#899680;}
.head-nav .h2 a:visited {color:#899680;}

.head-ava {
    width: 70px;
    height: 61px;
    border: 4px double #50584B;
    margin: 5px 10px 5px 20px;
    position: absolute;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    background-color: #222;
}

.head-right {
    float: right;
    margin-right: 21px;
    margin-top: -8px;
	color: #fff;
	font-family: 'Calibri';
}

.head-right li {
    list-style-type: none;
    display: inline-block;
    padding: 5px 10px;
    font-size: 18px;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}