@font-face {
  font-family: 'AGENCYR';
  src:url('../fonts/AGENCYR.eot') format('embedded-opentype'), 
      url('../fonts/AGENCYR.TTF') format('truetype');
}
@font-face {
  font-family: 'Helvetica_LT';src: url('../fonts/Helvetica_LT_Condensed_Light.eot') format('embedded-opentype');
  font-family: 'Helvetica_LT';src: url('../fonts/Helvetica_LT_Condensed_Light.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.layout-boxed .body-innerwrapper {
  max-width: 1240px;
  margin: 0 auto;
  box-shadow: 0 0 0px rgba(0,0,0,0.2);
}
#sp-header {
  background: #ffffff none repeat scroll 0 0;
  box-shadow: 0 0px 0px rgba(0,0,0,0.05);
  height: 90px;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 99;
}
.sp-megamenu-parent {
  list-style: none;
  padding-top: 4.5%;
  margin: 0;
  z-index: 99;
  float: right;
  position: relative;
  font-family: AGENCYR;
}
.sp-megamenu-parent >li >a,
.sp-megamenu-parent >li >span {
  display: inline-block;
  padding-top: 33px;
  padding-left: 5px;
  padding-right: 0px;
  padding-bottom: 0px;
  line-height: 90px;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000;
  margin: 0;
}
.sp-megamenu-parent >li.sp-has-child>a:after,
.sp-megamenu-parent >li.sp-has-child>span:after {
  font-family: "FontAwesome";
  color: #fff;
  content: " \f107";
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  background-color: rgba(255, 255, 255, 0.4);
  box-shadow: 0 0px 0px 0 rgba(0,0,0,0.2);
  padding: 0px;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub .sp-dropdown-inner {
  box-shadow: 0 0 0px rgba(0,0,0,0.2);
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item span {
  display: block;
  padding-left: 5px;
  color: #141414;
  cursor: pointer;
}
#offcanvas-toggler {
  float: right;
  line-height: 87px;
  margin-left: 15px;
  padding-top: 8%;
  font-size: 20px;
  font-color: #cac700;
}
.close-offcanvas {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
  border-radius: 100%;
  width: 25px;
  height: 25px;
  line-height: .5;
  text-align: center;
  font-size: 16px;
  border: 1px solid #fff;
  color: #cac700;
  padding-top: 3px;
}
.offcanvas-menu {
  font-family: AGENCYR;
  width: 420px;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  color: #cac700;
  position: fixed;
  top: 0;
  right: 0;
  -webkit-transform: translateX(320px);
  transform: translateX(320px);
  visibility: hidden;
  overflow: inherit;
  -webkit-transition: .5s;
  transition: .5s;
  z-index: 10000;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a {
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  padding: 10px 20px;
  font-size: 16px;
  text-transform: uppercase;
  color: #cac700;;
  font-weight: 500;
  line-height: 28px;
}
a {
  color: #cac700;
}
a:hover {
  color: #cac700;
}
.sp-megamenu-parent >li.active>a,
.sp-megamenu-parent >li:hover>a {
  color: #cac700;
  background-color: rgba(255, 255, 255, 0.5);
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a:hover {
  background-color: rgba(255, 255, 255, 0.5);
  color: #cac700;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active>a {
  color: #cac700;
  background-color: rgba(255, 255, 255, 0.5);
}
#offcanvas-toggler >i {
  color: #000000;
}
#offcanvas-toggler >i:hover {
  color: #cac700;
}
.sp-module ul >li >a:hover {
  color: #cac700;
}
.sp-module .latestnews >div >a {
  color: #000000;
}
.sp-module .latestnews >div >a:hover {
  color: #cac700;
}
