html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, dl, dt, dd, ol, nav ul, nav li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  border-top-width: 0px;
  border-top-style: none;
  border-top-color: -moz-initial;
  border-right-width: 0px;
  border-right-style: none;
  border-right-color: -moz-initial;
  border-bottom-width: 0px;
  border-bottom-style: none;
  border-bottom-color: -moz-initial;
  border-left-width: 0px;
  border-left-style: none;
  border-left-color: -moz-initial;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after, q::before, q::after {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0px;
}

a {
  text-decoration: none;
}

.txt-rt {
  text-align: right;
}

.txt-lt {
  text-align: left;
}

.txt-center {
  text-align: center;
}

.float-rt {
  float: right;
}

.float-lt {
  float: left;
}

.clear {
  clear: both;
}

.pos-relative {
  position: relative;
}

.pos-absolute {
  position: absolute;
}

.vertical-base {
  vertical-align: baseline;
}

.vertical-top {
  vertical-align: top;
}

.underline {
  padding-bottom: 5px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #eeeeee;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
}

nav.vertical ul li {
  display: block;
}

nav.horizontal ul li {
  display: inline-block;
}

img {
  max-width: 100%;
}

body {
  background-color: transparent;
  background-image: url("../images/bg.png");
  background-repeat: repeat-x;
  background-attachment: scroll;
  background-position: 0% 0%;
}

.wrap {
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  width: 80%;
}

h1 {
  font-family: "Audiowide", cursive;
  font-size: 3em;
  color: white;
  text-transform: uppercase;
  text-align: center;
  font-weight: normal;
  margin-top: 10%;
  margin-bottom: 2%;
}

.main {
  background-color: #ebebeb;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
box-shadow: 0px 0px 10px #5f5f5f;
  text-align: center;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  border-radius: 1em;
}

.banner {
  float: left;
  width: 14.33%;
  margin-right: 2.33%;
}

.text {
  float: left;
  width: 74.33%;
  margin-top: 2%;
}

h2 {
  font-size: 2em;
  color: #45a09b;
  text-transform: capitalize;
  font-weight: bold;
}

h3 {
  font-size: 1.4em;
  color: #d5a307;
  text-transform: capitalize;
  text-align: left;
}

.clock-ticker {
  margin-top: 3.33%;
  margin-right: 0px;
  margin-bottom: 3.33%;
  margin-left: 0px;
  width: 100%;
  display: inline-block;
}

.clock-ticker .block:nth-child(4) {
  margin-right: 0px;
}

.clock-ticker .block {
  width: 23.33%;
  position: relative;
  color: #45a09b;
  float: left;
  margin-right: 2%;
  background-color: white;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  border-radius: 6px;
box-shadow: 0px 0px 10px #999999;
}

.clock-ticker .block .flip-top {
  font-size: 3em;
  text-align: center;
}

.label {
  color: #46afa9;
  font-weight: normal;
  font-size: 0.9em;
  text-transform: capitalize;
  margin-bottom: 8px;
}

.searchbox {
  position: relative;
  border-top-width: 2px;
  border-top-style: solid;
  border-top-color: #dddddd;
  border-right-width: 2px;
  border-right-style: solid;
  border-right-color: #dddddd;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #dddddd;
  border-left-width: 2px;
  border-left-style: solid;
  border-left-color: #dddddd;
  background-color: white;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  border-radius: 10px;
  width: 99%;
  padding-top: 4px;
  padding-right: 4px;
  padding-bottom: 4px;
  padding-left: 4px;
  overflow: hidden;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

.search {
  position: relative;
  padding-top: 6px;
  padding-right: 9px;
  padding-bottom: 6px;
  padding-left: 9px;
  height: 26px;
  width: 96.33%;
  border-top-width: medium;
  border-top-style: none;
  border-top-color: -moz-initial;
  border-right-width: medium;
  border-right-style: none;
  border-right-color: -moz-initial;
  border-bottom-width: medium;
  border-bottom-style: none;
  border-bottom-color: -moz-initial;
  border-left-width: medium;
  border-left-style: none;
  border-left-color: -moz-initial;
  color: #555555;
  outline-width: medium;
  outline-style: none;
  outline-color: -moz-initial;
  background-color: #f3f3f3;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  border-radius: 6px;
}

.submit {
  position: absolute;
  right: 10px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #c08c32;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #c08c32;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #c08c32;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #c08c32;
box-shadow: 0px -1px 1px rgba(0, 0, 0, 0.2) inset, 0px 1px 1px rgba(255, 255, 255, 0.8) inset, 1px 2px 2px -1px rgba(0, 0, 0, 0.3);
  color: #7b540b;
text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  height: 38px;
  width: 18.9%;
  cursor: pointer;
  font-size: 1.2em;
}

.submit:hover {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #c08c32;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #c08c32;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #c08c32;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #c08c32;
box-shadow: 0px -1px 1px rgba(0, 0, 0, 0.2) inset, 0px 1px 1px rgba(255, 255, 255, 0.8) inset, 1px 2px 2px -1px rgba(0, 0, 0, 0.3);
  color: #7b540b;
text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
}

.icons {
  float: left;
  width: 40.33%;
}

.left {
  float: left;
}

.icons ul li {
  display: inline;
}

.icons ul li a {
  display: inline-block;
}

.icons ul li a img {
  border-radius: 4px;
}

.icons ul li a img:hover, .icons1 ul li a img:hover {
  opacity: 0.8;
}

.icons p {
  color: #f09000;
  line-height: 1.4em;
  font-size: 1.4em;
  margin-right: 2.33%;
  text-transform: capitalize;
}

.content {
  margin-top: 2%;
}

.footer {
  font-family: "Century Gothic";
  position: absolute;
  right: 20px;
  bottom: 20px;
}

.footer p {
  font-size: 1em;
  color: #f09000;
}

.footer a {
  color: #45a09b;
}

.footer a:hover {
  text-decoration: underline;
}

@media all and (max-width: 1366px) and (min-width: 1280px) {
  .wrap { width: 90%; }
}

@media all and (max-width: 1280px) and (min-width: 1024px) {
  .wrap { width: 90%; }
  h1 { font-size: 2.6em; }
  h3 { font-size: 1.4em; }
  .icons1 { width: 18.33%; }
}

@media all and (max-width: 1024px) and (min-width: 800px) {
  .wrap { width: 90%; }
  h1 { font-size: 2.4em; }
  h3 { font-size: 1.2em; }
  .icons p, .icons1 p { font-size: 1.3em; }
  .search { width: 76.33%; }
  .icons1 { width: 28.33%; }
}

@media all and (max-width: 800px) and (min-width: 640px) {
  .wrap { width: 90%; }
  h1 { font-size: 2.4em; }
  h3 { font-size: 1.2em; }
  .icons p, .icons1 p { font-size: 1em; }
  .search { width: 74.33%; }
  .icons1 { width: 24.33%; }
}

@media all and (max-width: 640px) and (min-width: 480px) {
  .wrap { width: 90%; }
  h1 { font-size: 2em; }
  h3 { font-size: 1em; }
  .icons p, .icons1 p { font-size: 0.9em; }
  .search { width: 74.33%; }
  .clock-ticker .block .flip-top { font-size: 2em; }
  .icons { width: 60.33%; }
  .icons1 { width: 26.33%; }
}

@media all and (max-width: 480px) and (min-width: 320px) {
  .wrap { width: 90%; }
  h1 { font-size: 2em; }
  h2 { font-size: 1.4em; }
  h3 { font-size: 1em; }
  .clock-ticker .block .flip-top { font-size: 1.6em; }
  .icons p, .icons1 p { font-size: 0.9em; }
  .banner { float: none; width: 100%; }
  .text { float: none; width: 100%; }
  .search { width: 72.33%; }
  .icons, .icons1 { float: none; width: 100%; }
  .icons1 { margin-top: 1%; }
}

@media all and (max-width: 320px) {
  .wrap { width: 90%; }
  h1 { font-size: 1.6em; }
  h2 { font-size: 1em; font-weight: normal; }
  h3 { font-size: 0.9em; }
  .clock-ticker .block .flip-top { font-size: 1.6em; }
  .icons p, .icons1 p, .submit { font-size: 0.9em; }
  .banner { float: none; width: 100%; }
  .text { float: none; width: 100%; }
  .search { width: 68.33%; }
  .icons, .icons1 { float: none; width: 100%; }
  .icons1 { margin-top: 1%; }
}

#ID-001 {
  font-size: 0%;
}

