/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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,
hgroup,
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;
}
html,
body {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  background: #000;
  font-size: 20px;
  line-height: 30px;
}
h1 {
  font-weight: 400;
}
p {
  margin-top: 10px;
}
a {
  color: #666;
  text-decoration: none;
}
#slides {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
#slides .iosSlider {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#slides .iosSlider .slider {
  width: 100%;
  height: 100%;
}
#slides .iosSlider .slider .slide {
  float: left;
  height: 100%;
}
#slides .iosSlider .slider .slide img {
  height: 100%;
  width: auto;
}
.arrow {
  position: fixed;
  top: 50%;
  width: 70px;
  height: 140px;
  margin-top: -60px;
  background-image: url(../img/arrows.png);
  background-repeat: no-repeat;
  opacity: 0.6;
  cursor: pointer;
}
.arrow:hover {
  opacity: 1;
}
#btn_info {
  position: absolute;
  display: none;
  top: 10px;
  right: 20px;
  width: 30px;
  height: 30px;
  text-align: center;
  z-index: 40;
  color: #fff;
  background: url(../img/i.png);
  cursor: pointer;
}
#press_wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: #000000;
  background: rgba(0, 0, 0, 0.8);
  display: none;
}
#press_wrapper .close {
  position: absolute;
  top: 40px;
  right: 50%;
  width: 30px;
  height: 30px;
  margin-right: -335px;
  text-align: center;
  z-index: 10;
  background: url(../img/x.png);
  cursor: pointer;
}
#press_wrapper #press {
  top: 50px;
  width: 650px;
  position: absolute;
  left: 50%;
  z-index: 9;
  margin-left: -325px;
  margin-bottom: 40px !important;
  text-align: justify;
}
#press_wrapper #press .content {
  padding: 45px;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
}
#next {
  right: 0px;
}
#previous {
  left: 0px;
  background-position: -70px;
}
.go-back {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 30px;
    position: fixed;
    z-index: 100;
    color: #fff;
    top: 12px;
    left: 45px;
    text-transform: uppercase;  
}