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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

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

a img {
  border: none;
}

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

/* 
	Following HTML/CSS magic was made by FrontLabs Kamil Mendelski
	  * http://frontlabs.pl	  * kontakt@frontlabs.pl	  * http://facebook.com/emendelski
*/
/* =TOUCH */
@media only screen and (max-device-width: 480px) {
  html {
    -webkit-text-size-adjust: none;
  }

  a {
    -webkit-tap-highlight-color: rgba(200, 0, 0, 0.4);
  }
}
/* =FONTS */
@font-face {
  font-family: "Signika Negative Regular";
  src: url("../fonts/signikanegative-regular.eot");
  src: url("../fonts/signikanegative-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/signikanegative-regular.woff") format("woff"), url("../fonts/signikanegative-regular.ttf") format("truetype"), url("../fonts/signikanegative-regular.svg#signikanegative-regular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "BodoniStd-Italic";
  src: url("../fonts/bodonistd-italic.eot");
  src: url("../fonts/bodonistd-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/bodonistd-italic.woff") format("woff"), url("../fonts/bodonistd-italic.ttf") format("truetype"), url("../fonts/bodonistd-italic.svg#bodonistd-italic") format("svg");
  font-weight: normal;
  font-style: italic;
}

/* GLOBAL */
body {
  color: #fff;
  background: url(../images/wall.jpg) no-repeat fixed 50% 50%;
  font: 62.5%/1.6 "Signika Negative Regular", Arial, Helvetica, sans-serif;
  position: relative;
  width: 100%;
  direction: ltr;
}

#wrap {
  width: 990px;
  margin: 0 auto;
  font-size: 1.2em;
  padding-top: 60px;
}
#wrap h1 {
  font-weight: normal;
  text-align: center;
  font-size: 5em;
  margin-bottom: 25px;
  text-shadow: #000 0 2px 2px;
  font-family: "BodoniStd-Italic", Georgia, "Times New Roman", Times, serif;
  color: #fff;
}
#wrap h1 b {
  color: #cfb491;
}

.cols:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.cols .col {
  float: left;
  display: inline;
}
.cols .left, .cols .right {
  width: 258px;
}
.cols .center {
  margin: 0 32px;
  width: 410px;
  font-size: 1.55em;
  line-height: 1.55;
  text-align: center;
  padding-top: 15px;
  text-shadow: #000 0 1px 1px;
  color: #ddd;
}
.cols .center p {
  margin-bottom: 15px;
}
.cols .center p strong, .cols .center p a {
  color: #cfb491;
  text-decoration: none;
}
.cols .center p a:hover {
  text-decoration: underline;
}
.cols .center p.signature {
  text-align: right;
  font-size: 1.15em;
  color: #fff;
  text-shadow: #000 0 2px 2px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-weight: normal;
  line-height: 1.15;
  margin-top: 30px;
}

.frame {
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  height: 390px;
  width: 258px;
  background-position: 0 0;
  background-repeat: no-repeat;
  box-shadow: black 0 0 15px;
  -moz-box-shadow: black 0 0 15px;
  -webkit-box-shadow: black 0 0 15px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=65);
  opacity: 0.65;
}
.frame:hover {
  box-shadow: black 0 0 55px;
  -moz-box-shadow: black 0 0 55px;
  -webkit-box-shadow: black 0 0 55px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.frame.videos {
  background-image: url(../images/img-videos.jpg);
}
.frame.photos {
  background-image: url(../images/img-photos.jpg);
}

/* Modiffied by <[reed]> */
.download
{
	font-family: sans-serif;
    font-size: 2.4em;
    padding: 25px;
    text-align: center;
}

.download p strong, .download p a {
  color: #cfb491;
  text-decoration: none;
}

.download p a:hover {
  text-decoration: underline;
}

.download img
{
vertical-align:middle;
padding: 5px;
}