/*@import url(https://fonts.googleapis.com/css?family=Lato);*/
/*@import url('https://fonts.googleapis.com/css?family=Droid+Sans|Hanuman|Open+Sans');*/
/*@font-face {
  font-family: 'Droid Sans';
  src: url('https://fonts.googleapis.com/css?family=Droid+Sans|Hanuman|Open+Sans');
}*/
body,
html {
    /*background-color: #14213D;*/
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    font-family: 'Hanuman', sans-serif,'Droid Sans', 'Open Sans';
}
div.content {
    height: 60px;
    line-height: 40px;
    -webkit-display: flex;
    display:flex;
    justify-content: space-around;
    align-items: center;
}
div.second {
    width: 150px;
}
.o-hide {
    overflow: hidden;
}
.select-bg {
    background-image: url(../img/top-bg.png);
}
.top-bg {
    height: 60px;
    background-image: url(../img/top.png);
    background-size: cover;
}
.nav {
    position: relative;
    width: auto;
    display: inline-block;
    border: none;
}

.btn-nav {
    position: fixed;
    top: 0px;
    left: 0px;
    /*background: transparent;*/
    background: #A23668;
    border: none;
    padding: 10px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    cursor: pointer;
    z-index: 99999;
}
.float{ position:fixed; z-index:999999; top:0px;}
* html .float{ position:absolute; _top:expression(documentElement.scrollTop-0);}
/*.pf{ 
    text-align: center; 
    width:100%;
    margin-left:21px;
    height:57px; 
    background:linear-gradient(to right, #A73465, #BB2C53); 
    line-height:55px; 
    color:#fff;
    padding:5px 0 0 36%;
}*/
.btn-nav:focus {
    outline: 0;
}

.icon-bar {
    display: block;
    margin: 7px 0;
    width: 30px;
    height: 3px;
    background-color: #FFFFFF;
}

.btn-nav:hover .icon-bar {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    background-color: #FCA311;
}

.nav-content {
    position: fixed;
    top: -100%;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url(../img/top-bg.png);
    background-size: cover;
    display: block;
    height: 100%;
    z-index: 9;
}

.nav-list {
    list-style: none;
    padding: 0;
    position: relative;
    top: 7%;
    width: 60%;
    margin-left: 20%;
}

.item-anchor:after {
    content: "";
    position: absolute;
    width: 3px;
    height: 3px;
    left: 0;
    bottom: 0;
    z-index: 9;
    background: transparent;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.item-anchor {
    color: #fff;
    font-size: 12px;
    /*text-transform: uppercase;*/
    position: relative;
    text-decoration: none;
    padding: 10px;
}

.item-anchor:hover,
.item-anchor:focus {
    color: #FCA311;
    /*  -webkit-transition: all 1s ease;
      -moz-transition: all 1s ease;
      -ms-transition: all 1s ease;
      -o-transition: all 1s ease;
      transition: all 1s ease;*/
}

.item-anchor:hover:after,
.item-anchor:focus:after{
    /*width: 100%;*/
    background: #FCA311;
    /*-webkit-transition: all 1s ease;*/
    /*  -moz-transition: all 1s ease;
      -ms-transition: all 1s ease;
      -o-transition: all 1s ease;
      transition: all 1s ease;*/
}
ul.nav-list li:not(:last-child) {
    border-bottom: solid 1px white;
}

.nav-item {
    /*margin: 40px auto;*/
    /*text-align: center;*/
    /*padding-left: 50px;*/
}
.nav-selected {
    background-image: url(../img/nav-select.png);
    background-size: contain;
}

.animated {
    display: block;
    margin: 0 auto;
}

.animated:hover .icon-bar,
.animated:focus .icon-bar{
    background-color: #FCA311;
}

.animated:focus {
    /*  cursor: pointer;
      z-index: 9999;*/
}

.middle {
    margin: 0 auto;
}

.icon-bar {
    /*  -webkit-transition: all .7s ease;
      -moz-transition: all .7s ease;
      -ms-transition: all .7s ease;
      -o-transition: all .7s ease;
      transition: all .7s ease;
      z-index: 999999;*/
}

.animated .icon-bar {
    z-index: 999999;
    background-color: #FCA311;
}

.animated .top {
    -webkit-transform: translateY(10px) rotateZ(45deg);
    -moz-transform: translateY(10px) rotateZ(45deg);
    -ms-transform: translateY(10px) rotateZ(45deg);
    -o-transform: translateY(10px) rotateZ(45deg);
    transform: translateY(10px) rotateZ(45deg);
}

.animated .bottom {
    -webkit-transform: translateY(-11px) rotateZ(-45deg);
    -moz-transform: translateY(-11px) rotateZ(-45deg);
    -ms-transform: translateY(-11px) rotateZ(-45deg);
    -o-transform: translateY(-11px) rotateZ(-45deg);
    transform: translateY(-11px) rotateZ(-45deg);
}

.animated .middle {
    width: 0;
}

@keyframes showNav {
    from {
        top: -100%;
    }
    to {
        top: 0;
    }
}

@-webkit-keyframes showNav {
    from {
        top: -100%;
    }
    to {
        top: 0;
    }
}

@-moz-keyframes showNav {
    from {
        top: -100%;
    }
    to {
        top: 0;
    }
}

@-o-keyframes showNav {
    from {
        top: -100%;
    }
    to {
        top: 0;
    }
}

.showNav {
    -webkit-animation: showNav 1s ease forwards;
    -moz-animation: showNav 1s ease forwards;
    -o-animation: showNav 1s ease forwards;
    animation: showNav 1s ease forwards;
}

@keyframes hideNav {
    from {
        top: 0;
    }
    to {
        top: -100%;
    }
}

@-webkit-keyframes hideNav {
    from {
        top: 0;
    }
    to {
        top: -100%;
    }
}

@-moz-keyframes hideNav {
    from {
        top: 0;
    }
    to {
        top: -100%;
    }
}

@-o-keyframes hideNav {
    from {
        top: 0;
    }
    to {
        top: -100%;
    }
}

.hideNav {
    -webkit-animation: hideNav 1s ease forwards;
    -moz-animation: hideNav 1s ease forwards;
    -o-animation: hideNav 1s ease forwards;
    animation: hideNav 1s ease forwards;
}

.hidden {
    display: none;
}