@font-face {
  font-family: 'PFDinTextPro-Medium';
  src: url('/fonts/PFDinTextPro-Medium.eot') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'PFDinTextPro-Medium';
  src: url('/fonts/PFDinTextPro-Medium.woff') format('woff'), url('/fonts/PFDinTextPro-Medium.ttf') format('truetype'), url('/fonts/PFDinTextPro-Medium.svg#PFDinTextPro-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'PTSans-Narrow';
  src: url('/fonts/PTSans-Narrow.eot') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'PTSans-Narrow';
  src: url('/fonts/PTSans-Narrow.woff') format('woff'), url('/fonts/PTSans-Narrow.ttf') format('truetype'), url('/fonts/PTSans-Narrow.svg#PTSans-Narrow') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'PTSans-NarrowBold';
  src: url('/fonts/PTSans-NarrowBold.eot') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'PTSans-NarrowBold';
  src: url('/fonts/PTSans-NarrowBold.woff') format('woff'), url('/fonts/PTSans-NarrowBold.ttf') format('truetype'), url('/fonts/PTSans-NarrowBold.svg#PTSans-NarrowBold') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Eric Meyer's CSS Reset */
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,
center,
dl,
dt,
dd,
ol,
ul,
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: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  /*font: inherit;*/
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* End of Eric Meyer's CSS Reset */
html {
  height: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
body {
  font-size: 12px;
  line-height: 18px;
  font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
  width: 100%;
  height: 100%;
}
.wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  overflow-x: hidden;
}
/* Header
-----------------------------------------------------------------------------*/
.header {
  height: 49px;
  background: #adadad;
  border-bottom: 1px solid #ffffff;
}
.header-content {
  width: 1125px;
  margin: 0 auto;
  position: relative;
}
/* Middle
-----------------------------------------------------------------------------*/
.middle {
  margin: 0 auto;
  padding: 0 0 430px;
  position: relative;
}
.middle:after {
  display: table;
  clear: both;
  content: '';
}
.centered {
  width: 1125px;
  margin: 0 auto;
}
/* Right Sidebar
-----------------------------------------------------------------------------*/
.right-sidebar {
  display: none;
  float: left;
  width: 250px;
  margin-left: -250px;
  position: relative;
  background: #FFACAA;
}
/* Footer
-----------------------------------------------------------------------------*/
.footer {
  margin: -430px auto 0;
  height: 424px;
  position: relative;
  background: #909090;
  border-top: 6px solid #9c9c9c;
  overflow: hidden;
}
.footer__top {
  overflow: hidden;
  padding: 10px 0;
}
.footer__first-column {
  float: left;
}
.footer__second-column {
  float: left;
}
.footer__third-column {
  overflow: hidden;
}
.footer__fourth-column {
  float: right;
  width: 330px;
}
.footer__bottom {
  position: relative;
  background: url(/image/layout/redesign/backgorund-lines-dark.jpg);
  -webkit-box-shadow: inset 0 10px 30px -10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 10px 30px -10px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 10px 30px -10px rgba(0, 0, 0, 0.5);
  padding: 30px 0;
}
.footer__bottom:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40px;
  -webkit-box-shadow: inset 0 -10px 30px -10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 -10px 30px -10px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 -10px 30px -10px rgba(0, 0, 0, 0.5);
}
.social-block {
  margin-bottom: 20px;
}
.social-block a {
  text-decoration: none;
  margin: 0px 8px 0px 0px;
}
