/* WEB FONTS */

@font-face {
  font-family: "Neuropol";
  src: url("/neuropol/NEUROPOL.eot?") format("eot"), url("/neuropol/NEUROPOL.woff") format("woff"), url("/neuropol/NEUROPOL.ttf") format("truetype"),
    url("/neuropol/NEUROPOL.svg#Neuropol") format("svg");
}
@font-face {
  font-family: "ExoRegular";
  font-style: normal;
  font-weight: normal;
  src: url("/exo-fontfacekit/Exo-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("/exo-fontfacekit/Exo-Regular-webfont.woff") format("woff"),
    url("/exo-fontfacekit/Exo-Regular-webfont.ttf") format("truetype"), url("/exo-fontfacekit/Exo-Regular-webfont.svg#ExoRegular") format("svg");
}
@font-face {
  font-family: "ExoDemiBold";
  font-style: normal;
  font-weight: normal;
  src: url("/exo-fontfacekit/Exo-DemiBold-webfont.eot?#iefix") format("embedded-opentype"), url("exo-fontfacekit/Exo-DemiBold-webfont.woff") format("woff"),
    url("/exo-fontfacekit/Exo-DemiBold-webfont.ttf") format("truetype"), url("/exo-fontfacekit/Exo-DemiBold-webfont.svg#ExoDemiBold") format("svg");
}
@font-face {
  font-family: "ExoBold";
  font-style: normal;
  font-weight: normal;
  src: url("/exo-fontfacekit/Exo-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("/exo-fontfacekit/Exo-Bold-webfont.woff") format("woff"),
    url("/exo-fontfacekit/Exo-Bold-webfont.ttf") format("truetype"), url("/exo-fontfacekit/Exo-Bold-webfont.svg#ExoBold") format("svg");
}
/* BASE */
html {
  height: 100%;
  width: 100%;
  margin: 0 auto;
  font-size: 12px;
  -webkit-text-size-adjust: 100%;
} /* Force scrollbar in non-IE and Remove iOS text size adjust without disabling user zoom */
body {
  line-height: 20px;
  margin: 0;
  min-height: 100%;
  text-rendering: optimizeLegibility;
} /* Improve default text rendering, handling of kerning pairs and ligatures */
/* DEFAULT FONT SETTINGS */
body,
button,
input,
select,
textarea {
  font-size: 12px;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  color: #666;
}

body {
  color: #fff;
  background: #050505;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
small,
blockquote,
dl,
ol,
ul,
form,
table,
fieldset,
legend,
img {
  margin: 0;
  padding: 0;
}
p {
  margin-bottom: 15px;
}
h2 {
  border-bottom: 1px dotted #e5e5e5;
  color: #e5e5e5;
  font-family: "ExoRegular", Arial, Verdana, Helvetica;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
h3 {
  color: #e5e5e5;
  font-family: "ExoRegular", Arial, Verdana, Helvetica;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.05em;
  padding-right: 15px;
  display: inline-block;
  float: left;
}

.whatsnewdate {
  top: 0;
  right: 0;
  position: absolute;
  font-size: 12px;
  font-family: Arial, Helvetica, Verdana, sans-serif;
}
#header {
  height: 50px;
  margin: 0;
}
#site-title {
  background: #d20010;
  background: -moz-linear-gradient(#d20010, #cc0000, #a4000c);
  background: -o-linear-gradient(#d20010, #cc0000, #a4000c);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d20010), to(#a4000c));
  background: -webkit-linear-gradient(#d20010, #cc0000, #a4000c);
  border-bottom: 1px solid #540006;
  border-top: 1px solid #e45e68;
  font-family: "Neuropol", Arial, Verdana, Helvetica;
  position: absolute;
  left: 0;
  top: 0;
  height: 48px;
  line-height: 48px;
  z-index: 200;
}
#site-title:after {
  border-bottom: 23px solid transparent;
  border-right: 23px solid #050505;
  content: "";
  position: absolute;
  right: 0;
  top: -1px;
}

#site-title a {
  font-size: 26px;
  font-style: normal;
  font-weight: 100;
  letter-spacing: 0.05em;
  text-decoration: none;
  padding: 11px 45px;
}
#site-description {
  background: #cc0000;
  background: -moz-linear-gradient(#d20010, #a4000c);
  background: -o-linear-gradient(#d20010, #a4000c);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d20010), to (#a4000c));
  background: -webkit-linear-gradient(#d20010, #a4000c);
  border-bottom: 1px solid #540006;
  border-top: 1px solid #e45e68;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  font-family: "ExoRegular", Arial, Verdana, Helvetica;
  height: 25px;
  line-height: 25px;
  margin: 0;
  position: absolute;
  right: 0;
  font-size: 14px;
  text-align: right;
  top: 23px;
  z-index: 100;
  width: 100%;
}

#site-description span {
  padding: 0 15px;
}
#site-title a,
#site-title a:hover,
#site-title a:focus,
#site-title a:active,
#site-description {
  color: #ffffff !important;
}
/* HYPERLINKS */
a,
a:visited {
  text-decoration: none;
  color: #fff;
}
a:hover {
  color: #e5e5e5;
  text-decoration: underline;
}
a:active {
  color: #af1724;
}
a:focus {
  outline: none;
  color: #fff;
}
ul {
  list-style: square;
  list-style-position: outside;
  margin-bottom: 10px;
  margin-left: 20px;
}
ul li {
  margin-bottom: 2px;
  color: #fff;
}

#wrapper {
  width: 900px;
  margin: 40px auto;
  position: relative;
}
#main {
  display: block;
  position: relative;
  border-left: 1px solid #af1724;
  border-right: 1px solid #af1724;
}

#main:after,
#main:before {
  display: table;
  content: "";
}
#main:after {
  clear: both;
}

#mainImage {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 500px;
  overflow: hidden;
}
#mainImage img {
  position: relative;
  object-fit: cover;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#listing {
  position: relative;
  width: 340px;
  padding: 30px;
  float: right;
  background-image: url(/imagesgeneric/red_special_bg1.jpg);
  background-position: right top;
  background-repeat: no-repeat;
  background-color: #000;
  min-height: 430px;
  border-left: 1px solid #af1724;
}
#listingHeader {
  position: relative;
}

#searchbox {
  margin-top: 30px;
  width: 340px;
}
#footer {
  background: #d20010;
  background: -moz-linear-gradient(#d20010, #cc0000, #a4000c);
  background: -o-linear-gradient(#d20010, #cc0000, #a4000c);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d20010), to(#a4000c));
  background: -webkit-linear-gradient(#d20010, #cc0000, #a4000c);
  border-bottom: 1px solid #540006;
  border-top: 1px solid #e45e68;
  height: 20px;
}
#footer > * {
  padding: 0 15px;
  margin: 0;
}
#footer span {
  float: right;
}
#menu {
  list-style: none;
  background: #d20010;
  background: -moz-linear-gradient(#d20010, #cc0000, #a4000c);
  background: -o-linear-gradient(#d20010, #cc0000, #a4000c);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d20010), to(#a4000c));
  background: -webkit-linear-gradient(#d20010, #cc0000, #a4000c);
  border-bottom: 1px solid #540006;
  border-top: 1px solid #e45e68;
  display: block;
  height: 28px;
  position: relative;
  padding: 0 15px;
  margin: 0;
}


#menu ul{
  margin: 0 auto !important;
}

#menu li {
  display: block;
  float: left;
  height: 100%;
  font-family: "ExoRegular";
}
#menu li a {
  line-height: 28px;
  display: block;
  height: 100%;
  border-left: 1px solid #e45e68;
  border-right: 1px solid #540006;
  color: #ffffff;
  padding: 0 10px;
  font-size: 14px;
}
#menu li a:hover,
#menu li a.active,
#menu li a.active:hover {
  font-weight: normal;
  background: #f9f9f9;
  background: -moz-linear-gradient(#f9f9f9, #e5e5e5);
  background: -o-linear-gradient(#f9f9f9, #e5e5e5);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9f9f9), to (#e5e5e5));
  background: -webkit-linear-gradient(#f9f9f9, #e5e5e5);
  color: #373737;
  border-left: 1px solid #d5d5d5;
  border-right: 1px solid #555555;
  text-decoration: none;
}
.jcarousel-container-horizontal {
  width: auto;
}
.jcarousel-clip-horizontal {
  width: auto;
  overflow: hidden;
}
#bannercarousel {
  border-left: 1px solid #af1724;
  border-bottom: 1px solid #af1724;
  border-right: 1px solid #af1724;
  background-image: url(/images/bg_line1.gif);
  background-position: left top;
  background-repeat: repeat;
  display: block;
  padding: 14px 45px;
}
#carousel {
  list-style: none;
  display: block;
  margin: 0;
}
#carousel li {
  padding: 0;
  margin: 0;
  text-align: center;
}
#carousel li a {
  display: block;
}
.arrowright,
.arrowleft {
  position: absolute;
  right: -30px;
  top: 37px;
  width: 24px;
  height: 24px;
  text-align: center;
  vertical-align: middle;
  background: #999;
  cursor: pointer;
  font-weight: 700;
  line-height: 24px;
}
.arrowleft {
  left: -30px;
}
.arrowright:hover,
.arrowleft:hover {
  background-color: #af1724;
}
.arrowright[disabled="disabled"],
.arrowleft[disabled="disabled"] {
  background: #454545;
  color: #656565;
  cursor: auto;
}
.clear {
  clear: both;
  display: block;
}
.social {
  padding: 10px 15px;
}
.addthis_default_style {
  display: block;
  width: 100%;
}
.addthis_toolbox a,
.addthis_16x16_style a,
.addthis_default_style a {
  margin-right: 12px;
  text-decoration: none;
}
.addthis_toolbox a:hover {
  text-decoration: none;
}
.addthis_default_style a span {
  padding-right: 6px;
}

.hidden-text {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  overflow: hidden;
}
