@font-face {
  font-family: FontAwesome;
  src: url(../fonts/Font_Awesome/fontawesome-webfont.eot);
  src:
    url(../fonts/Font_Awesome/fontawesome-webfont.eot)
      format("embedded-opentype"),
    url(../fonts/Font_Awesome/fontawesome-webfont.svg#fontawesomeregular)
      format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Roboto-Bold";
  src: url(../fonts/Roboto-Bold/Roboto-Bold.eot);
  src:
    url(../fonts/Roboto-Bold/Roboto-Bold.eot) format("embedded-opentype"),
    url(../fonts/Roboto-Bold/Roboto-Bold.woff2) format("woff2"),
    url(../fonts/Roboto-Bold/Roboto-Bold.woff) format("woff"),
    url(../fonts/Roboto-Bold/Roboto-Bold.ttf) format("truetype"),
    url(../fonts/Roboto-Bold/Roboto-Bold.svg#Roboto-Bold) format("svg");
}
@font-face {
  font-family: "Roboto-Light";
  src: url(../fonts/Roboto-Light/Roboto-Light.eot);
  src:
    url(../fonts/Roboto-Light/Roboto-Light.eot) format("embedded-opentype"),
    url(../fonts/Roboto-Light/Roboto-Light.woff2) format("woff2"),
    url(../fonts/Roboto-Light/Roboto-Light.woff) format("woff"),
    url(../fonts/Roboto-Light/Roboto-Light.ttf) format("truetype"),
    url(../fonts/Roboto-Light/Roboto-Light.svg#Roboto-Light) format("svg");
}
@font-face {
  font-family: "Roboto-Medium";
  src: url(../fonts/Roboto-Medium/Roboto-Medium.eot);
  src:
    url(../fonts/Roboto-Medium/Roboto-Medium.eot) format("embedded-opentype"),
    url(../fonts/Roboto-Medium/Roboto-Medium.woff2) format("woff2"),
    url(../fonts/Roboto-Medium/Roboto-Medium.woff) format("woff"),
    url(../fonts/Roboto-Medium/Roboto-Medium.ttf) format("truetype"),
    url(../fonts/Roboto-Medium/Roboto-Medium.svg#Roboto-Medium) format("svg");
}
@font-face {
  font-family: "Roboto-Regular";
  src: url("../fonts/Roboto-Regular/Roboto-Regular.eot");
  src:
    url("../fonts/Roboto-Regular/Roboto-Regular.eot")
      format("embedded-opentype"),
    url("../fonts/Roboto-Regular/Roboto-Regular.woff2") format("woff2"),
    url("../fonts/Roboto-Regular/Roboto-Regular.woff") format("woff"),
    url("../fonts/Roboto-Regular/Roboto-Regular.ttf") format("truetype"),
    url("../fonts/Roboto-Regular/Roboto-Regular.svg#Roboto-Regular")
      format("svg");
}
a{
    text-decoration: none;
}
.top_head{
    background-color: #000;
    padding-top: 20px;
    padding-bottom: 5px;
}
.top_head_left p{
    color: #c69232;
    font-size: 13px;
    line-height: 16px;
    font-family: 'Roboto-Light';
}
.top_head_right ul li a{
    color: #c69232 !important;
    font-size: 13px;
    line-height: 16px;
    font-family: 'Roboto-Light';
}
.top_head_right ul li{
    color: #c69232;
    font-size: 13px;
    line-height: 16px;
    font-family: 'Roboto-Light';
}
.aa_nav.bg-light{
    background-color: #fff !important;
}
.aa_nav img{
        width: 380px;height: 125px;
}
.aa_nav_link ul li a{
    color: #000;
    font-size: 13px;
    line-height: 16px;
    font-family: 'Roboto-Bold';
}