/* NightWing Enterprises Pty Ltd */

/*links*/
a.c1:link    {color:#33ffff; font-size:75%; text-decoration:underline;}
a.c1:visited {color:#3399ff; text-decoration:underline;}
a.c1:active  {color:#33ffff; text-decoration:underline;}
a.c1:hover   {color:#ffcc00; text-decoration:underline;}
a.c2:link    {color:#ffffff; text-decoration:none;}
a.c2:visited {color:#ffffff; text-decoration:none;}
a.c2:active  {color:#ffffff; text-decoration:none;}
a.c2:hover   {color:#ffcc00; text-decoration:underline;}
a.c3:link    {color:#ffffff; text-decoration:none;}
a.c3:visited {color:#ffffff; text-decoration:none;}
a.c3:active  {color:#ffffff; text-decoration:none;}
a.c3:hover   {color:#cc66cc; text-decoration:underline;}
a.c4:link    {color:#180033; text-decoration:none;}
a.c4:visited {color:#180033; text-decoration:none;}
a.c4:active  {color:#180033; text-decoration:none;}
a.c4:hover   {color:#dd0066; text-decoration:underline;}
a.c5:link    {color:#667799; text-decoration:none;}
a.c5:visited {color:#667799; text-decoration:none;}
a.c5:active  {color:#667799; text-decoration:none;}
a.c5:hover   {color:#333333; text-decoration:underline;}
a.c6:link    {color:#6699ff; text-decoration:none;}
a.c6:visited {color:#6699ff; text-decoration:none;}
a.c6:active  {color:#6699ff; text-decoration:none;}
a.c6:hover   {color:#6699ff; text-decoration:none;}
a.c7:link    {color:#ffffff; text-decoration:none;}
a.c7:visited {color:#ffffff; text-decoration:none;}
a.c7:active  {color:#ffffff; text-decoration:none;}
a.c7:hover   {color:#ffffff; text-decoration:none;}
a.c8:link    {color:#330066; text-decoration:none;}
a.c8:visited {color:#330066; text-decoration:none;}
a.c8:active  {color:#330066; text-decoration:none;}
a.c8:hover   {color:#ffcc00; text-decoration:underline;}
a.c9:link    {color:#33ffff; text-decoration:underline;}
a.c9:visited {color:#3399ff; text-decoration:underline;}
a.c9:active  {color:#33ffff; text-decoration:underline;}
a.c9:hover   {color:#000000; text-decoration:underline;}
a.c10:link    {color:#cc9933; text-decoration:none;}
a.c10:visited {color:#cc9933; text-decoration:none;}
a.c10:active  {color:#cc66cc; text-decoration:underline;}
a.c10:hover   {color:#cc66cc; text-decoration:underline;}
a.c11:link    {color:#99ccff; text-decoration:underline;}
a.c11:visited {color:#99ccff; text-decoration:underline;}
a.c11:active  {color:#99ccff; text-decoration:underline;}
a.c11:hover   {color:#bbeeff; text-decoration:underline;}
a.cc1:link    {color:#ffffff; text-decoration:none;}
a.cc1:visited {color:#ffffff; text-decoration:none;}
a.cc1:active  {color:#ffffff; text-decoration:none;}
a.cc1:hover   {color:#33ffff; text-decoration:underline;}
a.icon		  {color:#000000;}


/*font*/
font.footer {color: #ffffff;}
font.halfHeightLine {line-height: 25%;}

/*footer*/
.footer {
  position: relative;
  height: 53px;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0rem;
}


body {
  position: relative;
  margin: 0;
  padding-bottom: 30px;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  color: #6688aa;
  a:link {#6699ff};
  a:visited {#6699ff};
  a:active {#6699ff};
  background-image: url('http://nightwingenterprises.com/images/NWE_BodyGround.jpg');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center top;
  background-color: #ffffff;
}

/*top navigation menu*/
ul.topnav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: transparent;
}

ul.topnav li {float: left;}

ul.topnav li a {
  display: inline-block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  transition: 0.3s;
  font-size: 17px;
}

ul.topnav li a:hover {background-color: transparent;}

ul.topnav li.icon {display: none;}

ul.topnav img.responsiveCTR {
    padding: 6px 2px 2px 2px;
    width: auto;
    display: block;
    margin: auto;
    border: none;
}

@media screen and (max-width:799px) {
  ul.topnav li {display: none;}
  ul.topnav li.icon {
    float: right;
    display: inline-block;
  }
  ul.topnav img.responsiveCTR {display: none;}
}

@media screen and (max-width:799px) {
  ul.topnav img.responsiveCTR {display: none;}
  ul.topnav.responsive {position: relative;}
  ul.topnav.responsive li.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  ul.topnav.responsive li {
    float: none;
    display: inline;
  }
  ul.topnav.responsive li a {
    display: block;
    text-align: left;
  }
}

/*drop-down menu, right aligned*/
ul.topnavRT {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: transparent;
}

ul.topnavRT li {float: right;}

ul.topnavRT li a {
  display: inline-block;
  color: #f2f2f2;
  text-align: center;
  padding: 10px 16px;
  text-decoration: none;
  transition: 0.3s;
  font-size: 17px;
}

ul.topnavRT li a:hover {background-color: transparent;}

ul.topnavRT li.icon {display: none;}

ul.topnavRT img.responsive {
    padding: 12px 12px 12px 12px;
    float: left;
    width: 100%;
    max-width: 200px;
    min-height: 70px;
}

@media only screen and (max-width: 600px){
    .responsive {
        width: 100%;
        margin: 0px 12px 0px 0px;
    }
}

@media screen and (min-width:800px) {
  ul.topnavRT li {display: none;}
  ul.topnavRT li.icon {display: none;}
  ul.topnavRT img.responsive {display: none;}
  ul.topnavRT img.responsiveCTR {display: none;}
  ul.topnavRT img.responsiveBlankCTR {display: none;}
  td.toggle {display: none;}
}

@media screen and (max-width:799px) {
  ul.topnavRT li {display: none;}
  ul.topnavRT li.icon {
    float: right;
    display: inline-block;
    font-size:15px;
    color:#ffffff;
    background:transparent;
  }
  ul.topnavRT notResp {display: none;}
  table.center {display: none;}
}

@media screen and (max-width:680px;) {
ul.topnavRT img.responsiveBlankCTR {
    padding: 0px 12px 12px 12px;
    float: none;
    width: 24.99999%;
  }
}

@media screen and (min-width:633px;) and (max-width:799px) {
  ul.topnavRT img.responsiveCTR {
    padding: 12px 12px 0px 12px;
    float: none;
    width: 24.99999%;
    vertical-align: text-top;
  }
  ul.topnavRT img.responsiveBlankCTR {display: none;}
}

@media screen and (max-width:633px) {
  ul.topnavRT img.responsiveCTR {display: none;}
}

@media screen and (max-width:799px) {
  div.backgroundBlue {display: none;}
  ul.topnavRT.responsive {position: relative;}
  ul.topnavRT.responsive li.icon {
    position: absolute;
    right: 0;
    top: 0;
    height: 17px;
  }
   ul.topnavRT.responsive li {
    float: none;
    display: inline;
  }
  ul.topnavRT.responsive li a {
    display: block;
    text-align: right;
  }
  ul.topnavRT.responsive li a:nth-child(even) {
    background: #4e5482;  
  }
  ul.topnavRT.responsive li a:nth-child(odd) {
    background: #12193e;
  }
}


/*div*/
div.content {max-width: 5000px; margin: auto; text-align:center; text-format:italic;}
div.background {background-color: #00122a;}
div.backgroundBlue {background-color: #858db1;}
div.backgroundGrey {background-color: #747474;}
div.backgroundWhite {background-color: #ffffff;}
div.separatorgradient {max-width: 5000px; margin: auto; text-align:center; text-format:italic; background-image: url('http://nightwingenterprises.com/images/SeparatorGradient.png'); background-repeat: no-repeat;}

/*span*/
span.content {max-width: 1000px; margin: auto; text-align:center; text-format:italic;}
span.background {background-color: #00122a;}
span.backgroundBlue {background-color: #011675;}
span.backgroundGrey {background-color: #747474;}
span.backgroundWhite {background-color: #ffffff;}
span.separatorgradient {max-width: 5000px; margin: auto; text-align:center; text-format:italic; background-image: url('http://nightwingenterprises.com/images/SeparatorGradient.png'); background-repeat: no-repeat;}

/*tables*/
table.center {border: 0px; width: 100%; background-size: 100% 100%;}
table.centerRT {border: 0px; width: 100%; background-size: 100% 100%;}
table.centerRT.responsive {border: 0px; width: 100%; background-size: 100% 100%;}
table.right {position:relative; float:right; margin:0; width: fit-content;}
table.dynamic {width: fit-content;}
@media screen and {max-width:799px} {
table.dynamic {display: none;}
}

/*tr & td*/
tr.border {height: 10px; width: 100%; background-color: #00122a;}
td.center {margin-left: auto; margin-right: auto;}
td.w100 {width:100px;}
td.verticalmiddle {vertical-align:middle;}
td.toggle {}
td.RT {height: 38px; background-size: 100% 28px;  background-repeat: no-repeat;}

@media (min-width: 50em) and (max-width: 61.250em) {
td.RT {background-size: 100% 50%;}
	 

table.nwebar {width: fit-content; background-color: #00122a; margin: auto;}

@media screen and (max-width:799px) {
table.nwebar {width: 100%; background-image: url('http://nightwingenterprises.com/images/NWE_embossed_175.gif'); background-repeat: no-repeat; background-color: #00122a; float: right;}
}

@media screen and (max-width:600px) {
table.nwebar {width: 100%; background-image: url('http://nightwingenterprises.com/images/NWE_embossed_150.gif'); background-repeat: no-repeat; background-color: #00122a; float: right;}
}

div.nwebar {width: fit-content; background-color: #00122a; margin: auto;}

@media screen and (max-width:799px) {
div.nwebar {width: 100%; background-image: url('http://nightwingenterprises.com/images/NWE_embossed_175.gif'); background-repeat: no-repeat; background-color: #00122a; float: right;}
}

@media screen and (max-width:600px) {
div.nwebar {width: 100%; background-image: url('http://nightwingenterprises.com/images/NWE_embossed_150.gif'); background-repeat: no-repeat; background-color: #00122a; float: right;}
}

/*header logo*/
div.header_logo__wrap{background-color: #00122a; width:100%;float:left;padding-left:0.625rem;padding-right:0.625rem}
@media screen and (max-width:799px) {div.header_logo__wrap{width:100%;float:left;padding-left:0.625rem;padding-right:0.625rem}}

div.header__logo_link{display:block;width:100%}
@media screen and (max-width:799px) {div.header__logo_link{width:50px;margin-top:3.125rem}}


/*title*/
title {color:#ffffff;}

table.footer {
  border-style: solid;
  border-top: thick #913900;
  border-bottom: none;
  border-left: none;
  border-right: none;
}

img.fullWidth {margin-left: auto; margin-right: auto; width: 100%; height: 8px; position: absolute; top: 0; right: 0; left:0;}