


body {max-width: 100%; overflow-x: hidden}
ul, ol {list-style: none; margin: 0}
p {color: #777}
a, a:hover, a:focus {color: inherit; text-decoration: none}
h1, h2, h3, h4, h5, h6 { font-family: 'Lato';}
.container-custom {
    width: 100%;
    max-width: 1500px;
    /*padding: 0 15px*/
}

/*a   {
        color:#014c8c;
    }
a:hover
    {
        color:#f08f02;
    }*/
/* ------------------------------- Start Header ------------------------------------------------- */


/* ------------------------------- End Header --------------------------------------------------- */
/* ------------------------------- Start nav-one ------------------------------------------ */
.nav-one {
    text-align: right;
    font-size: 0;
    margin-bottom: 7px
}
.nav-one li {
    background: #ffec01;
    display: inline-block;
    min-width: 50px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
.nav-one li:hover {
    background: #333;
    color: #ffec01
}
.nav-one li a {
    font-size: 14px;
    display: inline-block;
    width: 100%;
    height: 100%;
    /*padding: 10px;*/
}
/* ------------------------------- End nav-one ------------------------------------------ */
/* ------------------------------- Start logo-nav ------------------------------------------ */
.logo-nav {
    border-bottom: 3px solid #dddddd;
    height: 90px;
    position: relative;
	
}
.logo {
    float: left;
	margin-left:30px;
}
.logo-nav > .fa {display: none}
.logo span {
    color: #ffec01;
    font-family: Impact, sans-serif;
}
.nav-two {
    float: right;
    position: relative;
	margin-right:30px;
	margin-top: 20px;
}
.nav-two li {
    /*height: 70px;
    line-height: 70px;*/
    display: inline-block;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 15px;
    color: #0052a1;
    padding: 10px 10px 0px 10px; 
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}


@media(max-width: 1000px) {
    a   {
        color:#ffffff;
    }
a:hover
    {
        color:#f08f02;
    }
    
    .logo {
        width: auto;
		max-height: 70px;
    }
    .nav-two {
        width: 100%;
        float: none;
        position: absolute;
        right: 0;
        top: 70px;
        display: none;
		margin-right:0px;
		padding: 0px;
    }
    .nav-two li {
        width: 100%;
        height: 75px;
        line-height: 75px;
        background: #0052a1;
        text-align: right;
        margin-bottom: 2px;
        font-size: 25px;
        font-weight: normal;
        color:#ffffff;
    }
	.nav-two li:a {
        padding-right: 25px;
        background: rgba(0,0,0,1);
       
    }
    .nav-two li:hover {
        padding-right: 25px;
        background: rgba(0,0,0,.5);
        
    }
    
    .logo-nav > .fa {
        display: block;
        position: absolute;
        right: 10px;
        bottom: 18px;
        color: #0052a1;
    }
    .logo-nav > .fa:hover {
        cursor: pointer
    }
}
/* ------------------------------- End logo-nav ------------------------------------------ */