@import url('http://fonts.googleapis.com/css?family=Oswald:400,700');
@import url('http://fonts.googleapis.com/css?family=Open Sans:400');
/*--------------------------*/
/*--------------------------*/
/*--------------------------*/
/*--------------------------*/
/*--------------------------*/
/*--------------------------*/
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: visible !important;
}
#cboxWrapper {
  max-width: none;
}
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}
#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}
#cboxContent {
  position: relative;
}
#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#cboxTitle {
  margin: 0;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}
#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #000;
}
#colorbox {
  outline: 0;
}
#cboxContent {
  background: #000;
}
.cboxIframe {
  background: #fff;
}
#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}
#cboxLoadedContent {
  background: #000;
}
#cboxTitle {
  position: absolute;
  top: -20px;
  left: 0;
  color: #ccc;
}
#cboxCurrent {
  position: absolute;
  top: -20px;
  right: 0px;
  color: #ccc;
}
/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}
/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
  outline: 0;
}
#cboxClose {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  width: 38px;
  height: 19px;
  text-indent: -9999px;
  z-index: 5000;
}
/**
 * slippry v1.2.1 - Simple responsive content slider
 * http://slippry.com
 *
 * Author(s): Lukas Jakob Hafner - @saftsaak
 *            Thomas Hurd - @SeenNotHurd
 *
 * Copyright 2013, booncon oy - http://booncon.com
 *
 * Thanks @ http://bxslider.com for the inspiration!
 *
 * Released under the MIT license - http://opensource.org/licenses/MIT
 */
/* -------------------------- MIXINS ---------------------------------- */
/* -------------------------- END MIXINS ---------------------------------- */
/* kenBurns animations, very basic */
@-webkit-keyframes left-right {
  0% {
    -webkit-transform: translateY(-20%) translateX(-10%);
    -moz-transform: translateY(-20%) translateX(-10%);
    -ms-transform: translateY(-20%) translateX(-10%);
    -o-transform: translateY(-20%) translateX(-10%);
    transform: translateY(-20%) translateX(-10%);
  }
  100% {
    -webkit-transform: translateY(0%) translateX(10%);
    -moz-transform: translateY(0%) translateX(10%);
    -ms-transform: translateY(0%) translateX(10%);
    -o-transform: translateY(0%) translateX(10%);
    transform: translateY(0%) translateX(10%);
  }
}
@-moz-keyframes left-right {
  0% {
    -webkit-transform: translateY(-20%) translateX(-10%);
    -moz-transform: translateY(-20%) translateX(-10%);
    -ms-transform: translateY(-20%) translateX(-10%);
    -o-transform: translateY(-20%) translateX(-10%);
    transform: translateY(-20%) translateX(-10%);
  }
  100% {
    -webkit-transform: translateY(0%) translateX(10%);
    -moz-transform: translateY(0%) translateX(10%);
    -ms-transform: translateY(0%) translateX(10%);
    -o-transform: translateY(0%) translateX(10%);
    transform: translateY(0%) translateX(10%);
  }
}
@-ms-keyframes left-right {
  0% {
    -webkit-transform: translateY(-20%) translateX(-10%);
    -moz-transform: translateY(-20%) translateX(-10%);
    -ms-transform: translateY(-20%) translateX(-10%);
    -o-transform: translateY(-20%) translateX(-10%);
    transform: translateY(-20%) translateX(-10%);
  }
  100% {
    -webkit-transform: translateY(0%) translateX(10%);
    -moz-transform: translateY(0%) translateX(10%);
    -ms-transform: translateY(0%) translateX(10%);
    -o-transform: translateY(0%) translateX(10%);
    transform: translateY(0%) translateX(10%);
  }
}
@keyframes left-right {
  0% {
    -webkit-transform: translateY(-20%) translateX(-10%);
    -moz-transform: translateY(-20%) translateX(-10%);
    -ms-transform: translateY(-20%) translateX(-10%);
    -o-transform: translateY(-20%) translateX(-10%);
    transform: translateY(-20%) translateX(-10%);
  }
  100% {
    -webkit-transform: translateY(0%) translateX(10%);
    -moz-transform: translateY(0%) translateX(10%);
    -ms-transform: translateY(0%) translateX(10%);
    -o-transform: translateY(0%) translateX(10%);
    transform: translateY(0%) translateX(10%);
  }
}
@-webkit-keyframes right-left {
  0% {
    -webkit-transform: translateY(0%) translateX(10%);
    -moz-transform: translateY(0%) translateX(10%);
    -ms-transform: translateY(0%) translateX(10%);
    -o-transform: translateY(0%) translateX(10%);
    transform: translateY(0%) translateX(10%);
  }
  100% {
    -webkit-transform: translateY(-20%) translateX(-10%);
    -moz-transform: translateY(-20%) translateX(-10%);
    -ms-transform: translateY(-20%) translateX(-10%);
    -o-transform: translateY(-20%) translateX(-10%);
    transform: translateY(-20%) translateX(-10%);
  }
}
@-moz-keyframes right-left {
  0% {
    -webkit-transform: translateY(0%) translateX(10%);
    -moz-transform: translateY(0%) translateX(10%);
    -ms-transform: translateY(0%) translateX(10%);
    -o-transform: translateY(0%) translateX(10%);
    transform: translateY(0%) translateX(10%);
  }
  100% {
    -webkit-transform: translateY(-20%) translateX(-10%);
    -moz-transform: translateY(-20%) translateX(-10%);
    -ms-transform: translateY(-20%) translateX(-10%);
    -o-transform: translateY(-20%) translateX(-10%);
    transform: translateY(-20%) translateX(-10%);
  }
}
@-ms-keyframes right-left {
  0% {
    -webkit-transform: translateY(0%) translateX(10%);
    -moz-transform: translateY(0%) translateX(10%);
    -ms-transform: translateY(0%) translateX(10%);
    -o-transform: translateY(0%) translateX(10%);
    transform: translateY(0%) translateX(10%);
  }
  100% {
    -webkit-transform: translateY(-20%) translateX(-10%);
    -moz-transform: translateY(-20%) translateX(-10%);
    -ms-transform: translateY(-20%) translateX(-10%);
    -o-transform: translateY(-20%) translateX(-10%);
    transform: translateY(-20%) translateX(-10%);
  }
}
@keyframes right-left {
  0% {
    -webkit-transform: translateY(0%) translateX(10%);
    -moz-transform: translateY(0%) translateX(10%);
    -ms-transform: translateY(0%) translateX(10%);
    -o-transform: translateY(0%) translateX(10%);
    transform: translateY(0%) translateX(10%);
  }
  100% {
    -webkit-transform: translateY(-20%) translateX(-10%);
    -moz-transform: translateY(-20%) translateX(-10%);
    -ms-transform: translateY(-20%) translateX(-10%);
    -o-transform: translateY(-20%) translateX(-10%);
    transform: translateY(-20%) translateX(-10%);
  }
}
/* added to the original element calling slippry */
.sy-box.sy-loading {
  -webkit-background-size: 32px;
  -moz-background-size: 32px;
  -o-background-size: 32px;
  background-size: 32px;
  min-height: 40px;
}
.sy-box.sy-loading .sy-slides-wrap,
.sy-box.sy-loading .sy-pager {
  visibility: hidden;
}
/* element that wraps the slides */
.sy-slides-wrap {
  position: relative;
  height: 100%;
  width: 100%;
}
.sy-slides-wrap:hover .sy-controls {
  display: block;
}
/* element that crops the visible area to the slides */
.sy-slides-crop {
  height: 100%;
  width: 100%;
  position: absolute;
  overflow: hidden;
}
/* list containing the slides */
.sy-list {
  width: 100%;
  height: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
}
.sy-list.horizontal {
  -webkit-transition: left ease;
  -moz-transition: left ease;
  -o-transition: left ease;
  transition: left ease;
}
.sy-list.vertical {
  -webkit-transition: top ease;
  -moz-transition: top ease;
  -o-transition: top ease;
  transition: top ease;
}
/* single slide */
.sy-slide {
  position: absolute;
  width: 100%;
  z-index: 2;
}
.sy-slide.kenburns {
  width: 140%;
  left: -20%;
}
.sy-slide.kenburns.useCSS {
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.sy-slide.kenburns.useCSS.sy-ken:nth-child(1n) {
  -webkit-animation-name: left-right;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: left-right;
  -moz-animation-fill-mode: forwards;
  -o-animation-name: left-right;
  -o-animation-fill-mode: forwards;
  animation-name: left-right;
  animation-fill-mode: forwards;
}
.sy-slide.kenburns.useCSS.sy-ken:nth-child(2n) {
  -webkit-animation-name: right-left;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: right-left;
  -moz-animation-fill-mode: forwards;
  -o-animation-name: right-left;
  -o-animation-fill-mode: forwards;
  animation-name: right-left;
  animation-fill-mode: forwards;
}
.sy-slide.sy-active {
  z-index: 3;
}
.sy-slide > a {
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
}
.sy-slide > a > img {
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  border: 0;
}
/* next/ prev buttons, with arrows and clickable area a lot larger than the visible buttons */
.sy-controls {
  /* display: none; */
  list-style: none;
  height: 100%;
  width: 100%;
  position: absolute;
  padding: 0;
  margin: 0;
}
.sy-controls li {
  position: absolute;
  min-width: 1px;
  height: 100%;
  z-index: 33;
}
.sy-controls li.sy-prev {
  left: 0;
  top: 0;
}
.sy-controls li.sy-next {
  right: 0;
  top: 0;
}
.sy-controls li a {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  text-indent: -9999px;
}
.sy-controls li a:link,
.sy-controls li a:visited {
  /* opacity: 0.4; */
}
.sy-controls li a:hover,
.sy-controls li a:focus {
  /* opacity: 0.8; */
  outline: none;
}
@media only screen and (max-device-width: 600px) {
  .sy-controls {
    display: block;
  }
  .sy-controls li {
    min-width: 2.1em;
  }
  .sy-controls li a:after {
    width: 1.4em;
    height: 1.4em;
    margin-top: -0.7em;
    margin-left: -0.7em;
  }
}
/* captions, styled fo the overlay variant */
.sy-caption-wrap {
  position: absolute;
  bottom: 2em;
  z-index: 12;
  left: 50%;
}
.sy-caption-wrap .sy-caption {
  position: relative;
  left: -50%;
  background-color: rgba(0, 0, 0, 0.54);
  color: #fff;
  padding: 0.4em 1em;
  -webkit-border-radius: 1.2em;
  -moz-border-radius: 1.2em;
  -ms-border-radius: 1.2em;
  -o-border-radius: 1.2em;
  border-radius: 1.2em;
}
.sy-caption-wrap .sy-caption a:link,
.sy-caption-wrap .sy-caption a:visited {
  color: #e24b70;
  font-weight: 600;
  text-decoration: none;
}
.sy-caption-wrap .sy-caption a:hover,
.sy-caption-wrap .sy-caption a:focus {
  text-decoration: underline;
}
@media only screen and (max-device-width: 600px), screen and (max-width: 600px) {
  .sy-caption-wrap {
    left: 0;
    bottom: 0.4em;
  }
  .sy-caption-wrap .sy-caption {
    left: 0;
    padding: 0.2em 0.4em;
    font-size: 0.92em;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
  }
}
/* pager bubbles */
.sy-pager {
  overflow: hidden;
  *zoom: 1;
  display: block;
  width: 100%;
  margin: 1em 0 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.sy-pager li {
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  margin: 0 1em 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.sy-pager li.sy-active a {
  background-color: #e24b70;
}
.sy-pager li a {
  width: 100%;
  height: 100%;
  display: block;
  background-color: #cccccc;
  text-indent: -9999px;
  -webkit-background-size: 2em;
  -moz-background-size: 2em;
  -o-background-size: 2em;
  background-size: 2em;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.sy-pager li a:link,
.sy-pager li a:visited {
  /*   opacity: 1.0; */
}
.sy-pager li a:hover,
.sy-pager li a:focus {
  /*   opacity: 0.6; */
}
/* element to "keep/ fill" the space of the content, gets intrinsic height via js */
.sy-filler {
  width: 100%;
}
.sy-filler.ready {
  -webkit-transition: padding 600ms ease;
  -moz-transition: padding 600ms ease;
  -o-transition: padding 600ms ease;
  transition: padding 600ms ease;
}
/*---------------------------------------- Widget CSS ----------------------------------------*/
/*--------------------------*/
/*--------------------------*/
/*--------------------------*/
/*--------------------------*/
.gallery-widget .description-container > *:not(:first-child) {
  display: none;
}
.gallery-widget .description {
  overflow: hidden;
}
.gallery-widget .image-container {
  width: 100%;
  height: 100%;
}
.gallery-widget.thumbs-bottom .gallery-thumbs,
.gallery-widget.thumbs-top .gallery-thumbs {
  display: inline-block;
  *display: inline;
  zoom: 1;
  overflow: hidden;
}
.gallery-widget.thumbs-bottom .gallery-thumbs li,
.gallery-widget.thumbs-top .gallery-thumbs li {
  float: left;
}
.gallery-widget.thumbs-bottom .gallery-thumbs li:last-child,
.gallery-widget.thumbs-top .gallery-thumbs li:last-child {
  margin-right: 0;
}
.gallery-widget.thumbs-bottom .gallery-display,
.gallery-widget.thumbs-top .gallery-display {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
/*--------------------------*/
/*--------------------------*/
.item-list-widget .description {
  overflow: hidden;
}
.item-list-widget .item-list {
  overflow: hidden;
}
.item-list-widget .item-list li {
  float: left;
}
/*--------------------------*/
/*--------------------------*/
.profile-widget {
  overflow: hidden;
}
.profile-widget .image img {
  max-width: 100%;
}
.profile-widget.desc-left .description {
  float: left;
}
.profile-widget.desc-left .image {
  float: right;
}
.profile-widget.desc-right .description {
  float: right;
}
.profile-widget.desc-right .image {
  float: left;
}
/*--------------------------*/
/*--------------------------*/
.slider-widget .sy-controls li {
  width: 100px;
}
.slider-widget .slider-thumbs {
  overflow: hidden;
}
.slider-widget .slider-thumbs > * {
  cursor: pointer;
  float: left;
}
.slider-widget .slider-thumbs > *:last-child {
  margin-right: 0 !important;
}
.slider-widget .slider-thumbs > *.active {
  cursor: default;
}
/*--------------------------*/
/*--------------------------*/
/*--------------------------*/
/*--------------------------*/
.video-widget .video-container {
  position: relative;
  cursor: pointer;
}
.video-widget .video-container .video-button {
  position: absolute;
}
.video-widget .video-container video {
  width: 100%;
  height: 100%;
}
/*---------------------------------------- Modal CSS ----------------------------------------*/
#cboxWrapper .cbox-border {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#cboxWrapper .cbox-border > div {
  position: absolute;
}
#cboxWrapper .cbox-border .cbox-border-top,
#cboxWrapper .cbox-border .cbox-border-bottom {
  width: 100%;
}
#cboxWrapper .cbox-border .cbox-border-right,
#cboxWrapper .cbox-border .cbox-border-left {
  height: 100%;
}
#cboxWrapper .cbox-border .cbox-border-top,
#cboxWrapper .cbox-border .cbox-border-topleft {
  top: 0;
  left: 0;
}
#cboxWrapper .cbox-border .cbox-border-right,
#cboxWrapper .cbox-border .cbox-border-topright {
  top: 0;
  right: 0;
}
#cboxWrapper .cbox-border .cbox-border-bottom,
#cboxWrapper .cbox-border .cbox-border-bottomleft {
  bottom: 0;
  left: 0;
}
#cboxWrapper .cbox-border .cbox-border-left {
  top: 0;
  left: 0;
}
#cboxWrapper .cbox-border .cbox-border-bottomright {
  bottom: 0;
  right: 0;
}
/*--------------------------*/
/*--------------------------*/
.gallery-modal {
  cursor: pointer;
}
.gallery-modal-container {
  display: none;
}
/*--------------------------*/
/*--------------------------*/
.video-modal {
  cursor: pointer;
}
.video-modal-overlay iframe {
  position: relative;
  z-index: 5000;
}
/*--------------------------*/
/*--------------------------*/
.image-modal {
  cursor: pointer;
}
/*--------------------------*/
/*--------------------------*/
.image-reel-modal {
  cursor: pointer;
}
.image-reel-modal-container {
  display: none;
}
/*---------------------------------------- Extension CSS ----------------------------------------*/
/*--------------------------*/
/*--------------------------*/
.tabs-extension .tabs-navigation {
  overflow: hidden;
}
.tabs-extension .tabs-navigation li {
  cursor: pointer;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  /* No support for these yet, use at own risk */
  -o-user-select: none;
  user-select: none;
  text-align: center;
  float: left;
}
.tabs-extension .tabs-navigation li:last-child {
  margin: 0;
}
.tabs-extension .tabs-container > *:not(:first-child) {
  display: none;
}
/*--------------------------*/
/*--------------------------*/
.sliding-thumbs-extension {
  position: relative;
  overflow: hidden;
}
.sliding-thumbs-extension ul {
  position: absolute;
}
.sliding-thumbs-extension .arrow-left,
.sliding-thumbs-extension .arrow-right {
  cursor: pointer;
  position: absolute;
  z-index: 50;
}
.sliding-thumbs-extension .arrow-left {
  left: 0;
}
.sliding-thumbs-extension .arrow-right {
  right: 0;
}
/*---------------------------------------- Functions ----------------------------------------*/
/*--------------------------*/
/*--------------------------*/
/*--------------------------*/
/*--------------------------*/
/*--------------------------*/
/*--------------------------*/
/*--------------------------*/
/*--------------------------*/
/*--------------------------*/
/*--------------------------*/
/*--------------------------*/
/*--------------------------*/
/*--------------------------*/
/*--------------------------*/
html,
body {
  background: #000;
}
a {
  text-decoration: none;
}
a:focus {
  outline: 0;
}
#wrapper {
  min-width: 980px;
  overflow: hidden;
}
/*--------------------------*/
/*--------------------------*/
#header {
  position: relative;
  margin: 0 auto;
}
#header .header-background {
  position: relative;
  width: 2000px;
  margin: 0 auto;
  z-index: 10;
}
#header .header-background img {
  width: 100%;
}
#header .header-foreground {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 50;
}
#header .header-foreground .header-foreground-content {
  position: relative;
  width: 980px;
  margin: 0 auto;
}
#content {
  position: relative;
  margin: 0 auto;
}
#navigation {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 50;
}
#navigation .nav-container {
  width: 980px;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
}
#navigation .nav-container > * {
  cursor: pointer;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  /* No support for these yet, use at own risk */
  -o-user-select: none;
  user-select: none;
  float: left;
}
#navigation .nav-container > *.active,
#navigation .nav-container > *.disabled {
  cursor: default;
}
#top-button-container {
  position: fixed;
  width: 100%;
  bottom: 0;
  display: none;
  z-index: 9999;
}
#top-button-container .top-button-align {
  width: 980px;
  height: 1px;
  margin: 0 auto;
}
#top-button-container .top-button {
  cursor: pointer;
}
article {
  width: 980px;
  margin: 0 auto;
}
/*--------------------------*/
/*--------------------------*/
/*--------------------------*/
/*--------------------------*/
/* #z8-header {
	background-color: #000;
	width: 100%;
	height: 61px;
	overflow: hidden;
} */
.menu-spacer {
  height: 65px;
}
#wrapper {
  background: #121319 url('../img/bg.jpg') no-repeat center top;
}
#header {
  height: 650px;
}
#header .inner {
  width: 980px;
  margin: 0 auto;
  position: relative;
}
#header .inner .logo {
  display: block;
  background: url(../img/logo.png) no-repeat;
  height: 79px;
  width: 322px;
  position: absolute;
  top: 50px;
}
#header .inner .social {
  position: absolute;
  left: 630px;
  top: 80px;
}
#header .inner .video-btn {
  display: block;
  background: url(../img/play_button.png) 0 0 no-repeat;
  height: 93px;
  width: 91px;
  position: relative;
  margin: 0 auto;
  top: 512px;
}
#header .inner .video-btn:hover {
  background: url(../img/play_button.png) -91px 0 no-repeat;
}
#navigation {
  background: url(../img/menu_bg.png) top center no-repeat;
  height: 65px;
}
#navigation .nav-container {
  width: 955px;
}
#navigation li {
  margin-right: 1px;
  height: 59px;
  margin-top: 3px;
}
#navigation li:nth-child(1) {
  background: url(../img/nav_mapa.jpg) 0 0 no-repeat;
  width: 174px;
}
#navigation li:nth-child(1).active,
#navigation li:nth-child(1):hover {
  background: url(../img/nav_mapa.jpg) top right no-repeat;
}
#navigation li:nth-child(2) {
  background: url(../img/nav_modo.jpg) 0 0 no-repeat;
  width: 183px;
}
#navigation li:nth-child(2).active,
#navigation li:nth-child(2):hover {
  background: url(../img/nav_modo.jpg) top right no-repeat;
}
#navigation li:nth-child(3) {
  background: url(../img/nav_arsenal.jpg) 0 0 no-repeat;
  width: 190px;
}
#navigation li:nth-child(3).active,
#navigation li:nth-child(3):hover {
  background: url(../img/nav_arsenal.jpg) top right no-repeat;
}
#navigation li:nth-child(4) {
  background: url(../img/nav_novidades.jpg) 0 0 no-repeat;
  width: 223px;
}
#navigation li:nth-child(4).active,
#navigation li:nth-child(4):hover {
  background: url(../img/nav_novidades.jpg) top right no-repeat;
}
#navigation li:nth-child(5) {
  background: url(../img/nav_eventos.jpg) 0 0 no-repeat;
  width: 177px;
}
#navigation li:nth-child(5).active,
#navigation li:nth-child(5):hover {
  background: url(../img/nav_eventos.jpg) top right no-repeat;
}
#top-button-container .top-button {
  background: url('../img/top_button.png') no-repeat;
  width: 40px;
  height: 40px;
  margin-top: -40px;
  margin-left: 1004px;
}
#top-button-container .top-button:hover {
  background-position: -40px 0;
}
.top-button:hover {
  background: url(../img/top_button.png) !important;
}
h1 {
  font: 700 35px 'Oswald', sans-serif;
  color: #fdac00;
  line-height: 40px;
  margin-bottom: 24px;
  text-transform: uppercase;
}
h2 {
  font: 700 32px 'Oswald', sans-serif;
  color: #d2d2d2;
  line-height: 34px;
  margin-bottom: 3px;
  letter-spacing: 0.01em;
}
h3 {
  font: 700 18px 'Open Sans', sans-serif;
  color: #c89488;
  line-height: 26px;
  margin-bottom: 18px;
}
p {
  font: 400 14px 'Open Sans', sans-serif;
  color: #d2d2d2;
  line-height: 22px;
  margin-bottom: 8px;
}
article {
  padding-bottom: 30px;
}
.section3-gallery-display {
  width: 630px !important;
  height: 268px !important;
}
.description-container {
  position: relative;
}
.slider-thumbs {
  margin-top: 15px;
}
.side-text {
  display: block !important;
}
.side-text ul {
  color: #cda473;
  position: absolute;
  left: 690px;
  top: 120px;
  height: 500px;
  width: 300px;
  display: block;
  font-size: 24px;
  font-weight: bold;
}
.side-text ul li {
  background: url(../img/bullets.png) 0 0 no-repeat;
  padding-left: 20px;
  font-size: 15px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 26px;
  font-weight: 400;
}
.side-text ul li:nth-child(1) {
  margin-top: 10px;
}
section {
  background: #25120b;
  padding-top: 50px;
}
section.light {
  background: #35170e;
}
.section1 .gallery-container {
  text-align: left;
}
.section1 .gallery-display {
  background: url('../img/ajax_loader.gif') no-repeat center;
  width: 948px;
  height: 400px;
  margin: 10px 0;
}
.section1 .gallery-thumbs li {
  width: 130px;
  height: 67px;
  cursor: pointer;
  margin-right: 8px;
}
.section1 .gallery-thumbs li.active,
.section1 .gallery-thumbs li:hover {
  background-position: -130px 0;
}
.section1 .gallery-thumbs li.disabled {
  background-position: 0 0;
}
.section1 .gallery-thumbs li:nth-child( 4n + 4) {
  margin-right: 0;
}
.section1 .gallery-thumbs li.active,
.section1 .gallery-thumbs li.disabled {
  cursor: default;
}
.section1 .gallery-thumbs li:nth-child( 1) {
  background-image: url('../img/mapa/thumb1.png');
}
.section1 .gallery-thumbs li.active,
.section1 .gallery-thumbs li.disabled {
  cursor: default;
}
.section1 .gallery-thumbs li:nth-child( 2) {
  background-image: url('../img/mapa/thumb2.png');
}
.section1 .gallery-thumbs li.active,
.section1 .gallery-thumbs li.disabled {
  cursor: default;
}
.section1 .gallery-thumbs li:nth-child( 3) {
  background-image: url('../img/mapa/thumb3.png');
}
.section1 .gallery-thumbs li.active,
.section1 .gallery-thumbs li.disabled {
  cursor: default;
}
.section1 .gallery-thumbs li:nth-child( 4) {
  background-image: url('../img/mapa/thumb4.png');
}
.section1 .gallery-thumbs li.active,
.section1 .gallery-thumbs li.disabled {
  cursor: default;
}
.section1 .gallery-thumbs li:nth-child( 5) {
  background-image: url('../img/mapa/thumb5.png');
}
.section1 .gallery-thumbs li.active,
.section1 .gallery-thumbs li.disabled {
  cursor: default;
}
.section1 .gallery-thumbs li:nth-child( 6) {
  background-image: url('../img/mapa/thumb6.png');
}
.section1 .gallery-thumbs li.active,
.section1 .gallery-thumbs li.disabled {
  cursor: default;
}
.section1 .gallery-thumbs li:nth-child( 7) {
  background-image: url('../img/mapa/thumb7.png');
}
.section2 .gallery-container {
  text-align: left;
}
.section2 .gallery-display {
  background: url('../img/ajax_loader.gif') no-repeat center;
  width: 941px;
  height: 400px;
  margin: 10px 0;
}
.section2 .gallery-thumbs li {
  width: 151px;
  height: 77px;
  cursor: pointer;
  margin-right: 10px;
}
.section2 .gallery-thumbs li.active,
.section2 .gallery-thumbs li:hover {
  background-position: -151px 0;
}
.section2 .gallery-thumbs li.disabled {
  background-position: 0 0;
}
.section2 .gallery-thumbs li:nth-child( 4n + 4) {
  margin-right: 0;
}
.section2 .gallery-thumbs li.active,
.section2 .gallery-thumbs li.disabled {
  cursor: default;
}
.section2 .gallery-thumbs li:nth-child( 1) {
  background-image: url('../img/modo/thumb1.png');
}
.section2 .gallery-thumbs li.active,
.section2 .gallery-thumbs li.disabled {
  cursor: default;
}
.section2 .gallery-thumbs li:nth-child( 2) {
  background-image: url('../img/modo/thumb2.png');
}
.section2 .gallery-thumbs li.active,
.section2 .gallery-thumbs li.disabled {
  cursor: default;
}
.section2 .gallery-thumbs li:nth-child( 3) {
  background-image: url('../img/modo/thumb3.png');
}
.section2 .gallery-thumbs li.active,
.section2 .gallery-thumbs li.disabled {
  cursor: default;
}
.section2 .gallery-thumbs li:nth-child( 4) {
  background-image: url('../img/modo/thumb4.png');
}
.section2 .gallery-thumbs li.active,
.section2 .gallery-thumbs li.disabled {
  cursor: default;
}
.section2 .gallery-thumbs li:nth-child( 5) {
  background-image: url('../img/modo/thumb5.png');
}
.section2 .gallery-thumbs li.active,
.section2 .gallery-thumbs li.disabled {
  cursor: default;
}
.section2 .gallery-thumbs li:nth-child( 6) {
  background-image: url('../img/modo/thumb6.png');
}
.section2 .gallery-thumbs li.active,
.section2 .gallery-thumbs li.disabled {
  cursor: default;
}
.section2 .gallery-thumbs li:nth-child( 7) {
  background-image: url('../img/modo/thumb7.png');
}
.section3 .gallery-container {
  text-align: left;
}
.section3 .gallery-display {
  background: url('../img/ajax_loader.gif') no-repeat center;
  width: 940px;
  height: 328px;
  margin: 10px 0;
}
.section3 .gallery-thumbs li {
  width: 130px;
  height: 67px;
  cursor: pointer;
  margin-right: 5px;
}
.section3 .gallery-thumbs li.active,
.section3 .gallery-thumbs li:hover {
  background-position: -130px 0;
}
.section3 .gallery-thumbs li.disabled {
  background-position: 0 0;
}
.section3 .gallery-thumbs li:nth-child( 4n + 4) {
  margin-right: 0;
}
.section3 .gallery-thumbs li.active,
.section3 .gallery-thumbs li.disabled {
  cursor: default;
}
.section3 .gallery-thumbs li:nth-child( 1) {
  background-image: url('../img/arsenal/thumb1.png');
}
.section3 .gallery-thumbs li.active,
.section3 .gallery-thumbs li.disabled {
  cursor: default;
}
.section3 .gallery-thumbs li:nth-child( 2) {
  background-image: url('../img/arsenal/thumb2.png');
}
.section3 .gallery-thumbs li.active,
.section3 .gallery-thumbs li.disabled {
  cursor: default;
}
.section3 .gallery-thumbs li:nth-child( 3) {
  background-image: url('../img/arsenal/thumb3.png');
}
.section3 .gallery-thumbs li.active,
.section3 .gallery-thumbs li.disabled {
  cursor: default;
}
.section3 .gallery-thumbs li:nth-child( 4) {
  background-image: url('../img/arsenal/thumb4.png');
}
.section3 .gallery-thumbs li.active,
.section3 .gallery-thumbs li.disabled {
  cursor: default;
}
.section3 .gallery-thumbs li:nth-child( 5) {
  background-image: url('../img/arsenal/thumb5.png');
}
.section3 .gallery-thumbs li.active,
.section3 .gallery-thumbs li.disabled {
  cursor: default;
}
.section3 .gallery-thumbs li:nth-child( 6) {
  background-image: url('../img/arsenal/thumb6.png');
}
.section3 .gallery-thumbs li.active,
.section3 .gallery-thumbs li.disabled {
  cursor: default;
}
.section3 .gallery-thumbs li:nth-child( 7) {
  background-image: url('../img/arsenal/thumb7.png');
}
.section3 .gallery-thumbs li.active,
.section3 .gallery-thumbs li.disabled {
  cursor: default;
}
.section3 .gallery-thumbs li:nth-child( 8) {
  background-image: url('../img/arsenal/thumb8.png');
}
.section3 .gallery-thumbs li.active,
.section3 .gallery-thumbs li.disabled {
  cursor: default;
}
.section3 .gallery-thumbs li:nth-child( 9) {
  background-image: url('../img/arsenal/thumb9.png');
}
.section3 .gallery-thumbs li.active,
.section3 .gallery-thumbs li.disabled {
  cursor: default;
}
.section3 .gallery-thumbs li:nth-child( 10) {
  background-image: url('../img/arsenal/thumb10.png');
}
.section3 .gallery-thumbs li.active,
.section3 .gallery-thumbs li.disabled {
  cursor: default;
}
.section3 .gallery-thumbs li:nth-child( 11) {
  background-image: url('../img/arsenal/thumb11.png');
}
.section3 .gallery-thumbs li.active,
.section3 .gallery-thumbs li.disabled {
  cursor: default;
}
.section3 .gallery-thumbs li:nth-child( 12) {
  background-image: url('../img/arsenal/thumb12.png');
}
.section3 .gallery-thumbs li {
  margin-top: 5px;
}
.section3 .disabled {
  background: url(../img/arsenal/lock.png) !important;
}
.section3 .gallery-thumbs li:nth-child( 4n + 4) {
  margin-right: 5px;
}
.section3 .image-container {
  position: relative;
}
.section5 .side-text ul {
  top: 95px;
}
.item-list-widget.section6 .item-list li {
  margin-right: 25px !important;
  width: 213px;
  height: 271px;
}
.gallery-widget.thumbs-top .gallery-container {
  text-align: center;
}
.gallery-widget.thumbs-top .gallery-display {
  background: url('../img/ajax_loader.gif') no-repeat center;
  width: 941px;
  height: 400px;
  margin: 10px 0;
}
.gallery-widget.thumbs-top .gallery-thumbs li {
  width: 112px;
  height: 80px;
  cursor: pointer;
  margin-right: 10px;
}
.gallery-widget.thumbs-top .gallery-thumbs li.active,
.gallery-widget.thumbs-top .gallery-thumbs li:hover {
  background-position: -112px 0;
}
.gallery-widget.thumbs-top .gallery-thumbs li.disabled {
  background-position: 0 0;
}
.gallery-widget.thumbs-top .gallery-thumbs li:nth-child( 7n + 7) {
  margin-right: 0;
}
.gallery-widget.thumbs-top .gallery-thumbs li.active,
.gallery-widget.thumbs-top .gallery-thumbs li.disabled {
  cursor: default;
}
.gallery-widget.thumbs-top .gallery-thumbs li:nth-child( 1) {
  background-image: url('../img/rewards_disabled/thumb1.jpg');
}
.gallery-widget.thumbs-top .gallery-thumbs li.active,
.gallery-widget.thumbs-top .gallery-thumbs li.disabled {
  cursor: default;
}
.gallery-widget.thumbs-top .gallery-thumbs li:nth-child( 2) {
  background-image: url('../img/rewards_disabled/thumb2.jpg');
}
.gallery-widget.thumbs-top .gallery-thumbs li.active,
.gallery-widget.thumbs-top .gallery-thumbs li.disabled {
  cursor: default;
}
.gallery-widget.thumbs-top .gallery-thumbs li:nth-child( 3) {
  background-image: url('../img/rewards_disabled/thumb3.jpg');
}
.gallery-widget.thumbs-top .gallery-thumbs li.active,
.gallery-widget.thumbs-top .gallery-thumbs li.disabled {
  cursor: default;
}
.gallery-widget.thumbs-top .gallery-thumbs li:nth-child( 4) {
  background-image: url('../img/rewards_disabled/thumb4.jpg');
}
.gallery-widget.thumbs-top .gallery-thumbs li.active,
.gallery-widget.thumbs-top .gallery-thumbs li.disabled {
  cursor: default;
}
.gallery-widget.thumbs-top .gallery-thumbs li:nth-child( 5) {
  background-image: url('../img/rewards_disabled/thumb5.jpg');
}
.gallery-widget.thumbs-top .gallery-thumbs li.active,
.gallery-widget.thumbs-top .gallery-thumbs li.disabled {
  cursor: default;
}
.gallery-widget.thumbs-top .gallery-thumbs li:nth-child( 6) {
  background-image: url('../img/rewards_disabled/thumb6.jpg');
}
.gallery-widget.thumbs-top .gallery-thumbs li.active,
.gallery-widget.thumbs-top .gallery-thumbs li.disabled {
  cursor: default;
}
.gallery-widget.thumbs-top .gallery-thumbs li:nth-child( 7) {
  background-image: url('../img/rewards_disabled/thumb7.jpg');
}
.item-list-widget .item-list li {
  width: 278px;
  height: 250px;
  margin-right: 52px;
  margin-bottom: 40px;
}
.item-list-widget .item-list li:nth-child( 3n + 3) {
  margin-right: 0;
}
.profile-widget.desc-right .description {
  width: 710px;
}
.profile-widget.desc-right .image {
  width: 250px;
  text-align: auto;
  margin-bottom: 20px;
}
.profile-widget.desc-left .description {
  width: 710px;
}
.profile-widget.desc-left .image {
  width: 250px;
  text-align: auto;
  margin-bottom: 20px;
}
.profile-widget.desc-top .description {
  width: 860px;
}
.profile-widget.desc-top .image {
  width: 100%;
  text-align: auto;
  margin-bottom: 20px;
}
.profile-widget.desc-bottom .description {
  width: 860px;
}
.profile-widget.desc-bottom .image {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
#slider-1 .slider-thumbs li {
  width: 130px;
  height: 67px;
  cursor: pointer;
  margin-right: 6px;
}
#slider-1 .slider-thumbs li.active,
#slider-1 .slider-thumbs li:hover {
  background-position: -130px 0;
}
#slider-1 .slider-thumbs li.disabled {
  background-position: 0 0;
}
#slider-1 .slider-thumbs li:last-child {
  margin-right: 0;
}
#slider-1 .slider-thumbs li.active,
#slider-1 .slider-thumbs li.disabled {
  cursor: default;
}
#slider-1 .slider-thumbs li:nth-child( 1) {
  background-image: url('../img/mapa/thumb1.png');
}
#slider-1 .slider-thumbs li.active,
#slider-1 .slider-thumbs li.disabled {
  cursor: default;
}
#slider-1 .slider-thumbs li:nth-child( 2) {
  background-image: url('../img/mapa/thumb2.png');
}
#slider-1 .slider-thumbs li.active,
#slider-1 .slider-thumbs li.disabled {
  cursor: default;
}
#slider-1 .slider-thumbs li:nth-child( 3) {
  background-image: url('../img/mapa/thumb3.png');
}
#slider-1 .slider-thumbs li.active,
#slider-1 .slider-thumbs li.disabled {
  cursor: default;
}
#slider-1 .slider-thumbs li:nth-child( 4) {
  background-image: url('../img/mapa/thumb4.png');
}
#slider-1 .slider-thumbs li.active,
#slider-1 .slider-thumbs li.disabled {
  cursor: default;
}
#slider-1 .slider-thumbs li:nth-child( 5) {
  background-image: url('../img/mapa/thumb5.png');
}
#slider-1 .slider-thumbs li.active,
#slider-1 .slider-thumbs li.disabled {
  cursor: default;
}
#slider-1 .slider-thumbs li:nth-child( 6) {
  background-image: url('../img/mapa/thumb6.png');
}
#slider-1 .slider-thumbs li.active,
#slider-1 .slider-thumbs li.disabled {
  cursor: default;
}
#slider-1 .slider-thumbs li:nth-child( 7) {
  background-image: url('../img/mapa/thumb7.png');
}
#slider-2 .sy-prev a {
  background: url('../img/slider_leftarrow.png');
}
#slider-2 .sy-next a {
  background: url('../img/slider_rightarrow.png');
}
#slider-2 .sy-prev,
#slider-2 .sy-next {
  width: 60px;
}
#slider-2 .sy-prev a,
#slider-2 .sy-next a {
  width: 60px;
  height: 396px;
}
#slider-2 .sy-prev a:hover,
#slider-2 .sy-next a:hover {
  background-position: -60px;
}
#slider-2 .slider-thumbs li {
  width: 112px;
  height: 80px;
  cursor: pointer;
  margin-right: 6px;
}
#slider-2 .slider-thumbs li.active,
#slider-2 .slider-thumbs li:hover {
  background-position: -112px 0;
}
#slider-2 .slider-thumbs li.disabled {
  background-position: 0 0;
}
#slider-2 .slider-thumbs li:last-child {
  margin-right: 0;
}
#slider-2 .slider-thumbs li.active,
#slider-2 .slider-thumbs li.disabled {
  cursor: default;
}
#slider-2 .slider-thumbs li:nth-child( 1) {
  background-image: url('../img/rewards/thumb1.jpg');
}
#slider-2 .slider-thumbs li.active,
#slider-2 .slider-thumbs li.disabled {
  cursor: default;
}
#slider-2 .slider-thumbs li:nth-child( 2) {
  background-image: url('../img/rewards/thumb2.jpg');
}
#slider-2 .slider-thumbs li.active,
#slider-2 .slider-thumbs li.disabled {
  cursor: default;
}
#slider-2 .slider-thumbs li:nth-child( 3) {
  background-image: url('../img/rewards/thumb3.jpg');
}
#slider-2 .slider-thumbs li.active,
#slider-2 .slider-thumbs li.disabled {
  cursor: default;
}
#slider-2 .slider-thumbs li:nth-child( 4) {
  background-image: url('../img/rewards/thumb4.jpg');
}
#slider-2 .slider-thumbs li.active,
#slider-2 .slider-thumbs li.disabled {
  cursor: default;
}
#slider-2 .slider-thumbs li:nth-child( 5) {
  background-image: url('../img/rewards/thumb5.jpg');
}
#slider-2 .slider-thumbs li.active,
#slider-2 .slider-thumbs li.disabled {
  cursor: default;
}
#slider-2 .slider-thumbs li:nth-child( 6) {
  background-image: url('../img/rewards/thumb6.jpg');
}
#slider-2 .slider-thumbs li.active,
#slider-2 .slider-thumbs li.disabled {
  cursor: default;
}
#slider-2 .slider-thumbs li:nth-child( 7) {
  background-image: url('../img/rewards/thumb7.jpg');
}
#slider-3 .sy-prev a {
  background: url('../img/slider_leftarrow.png');
}
#slider-3 .sy-next a {
  background: url('../img/slider_rightarrow.png');
}
#slider-3 .sy-prev,
#slider-3 .sy-next {
  width: 60px;
}
#slider-3 .sy-prev a,
#slider-3 .sy-next a {
  width: 60px;
  height: 396px;
}
#slider-3 .sy-prev a:hover,
#slider-3 .sy-next a:hover {
  background-position: -60px;
}
#slider-3 .slider-thumbs li {
  width: 112px;
  height: 80px;
  cursor: pointer;
  margin-right: 6px;
}
#slider-3 .slider-thumbs li.active,
#slider-3 .slider-thumbs li:hover {
  background-position: -112px 0;
}
#slider-3 .slider-thumbs li.disabled {
  background-position: 0 0;
}
#slider-3 .slider-thumbs li:last-child {
  margin-right: 0;
}
#slider-3 .slider-thumbs li.active,
#slider-3 .slider-thumbs li.disabled {
  cursor: default;
}
#slider-3 .slider-thumbs li:nth-child( 1) {
  background-image: url('../img/arsenal/thumb1.jpg');
}
#slider-3 .slider-thumbs li.active,
#slider-3 .slider-thumbs li.disabled {
  cursor: default;
}
#slider-3 .slider-thumbs li:nth-child( 2) {
  background-image: url('../img/arsenal/thumb2.jpg');
}
#slider-3 .slider-thumbs li.active,
#slider-3 .slider-thumbs li.disabled {
  cursor: default;
}
#slider-3 .slider-thumbs li:nth-child( 3) {
  background-image: url('../img/arsenal/thumb3.jpg');
}
#slider-3 .slider-thumbs li.active,
#slider-3 .slider-thumbs li.disabled {
  cursor: default;
}
#slider-3 .slider-thumbs li:nth-child( 4) {
  background-image: url('../img/arsenal/thumb4.jpg');
}
#slider-3 .slider-thumbs li.active,
#slider-3 .slider-thumbs li.disabled {
  cursor: default;
}
#slider-3 .slider-thumbs li:nth-child( 5) {
  background-image: url('../img/arsenal/thumb5.jpg');
}
#slider-3 .slider-thumbs li.active,
#slider-3 .slider-thumbs li.disabled {
  cursor: default;
}
#slider-3 .slider-thumbs li:nth-child( 6) {
  background-image: url('../img/arsenal/thumb6.jpg');
}
#slider-3 .slider-thumbs li.active,
#slider-3 .slider-thumbs li.disabled {
  cursor: default;
}
#slider-3 .slider-thumbs li:nth-child( 7) {
  background-image: url('../img/arsenal/thumb7.jpg');
}
.swf-widget embed {
  width: 331px;
  height: 150px;
}
.video-widget.image-preview .video-container {
  background: url('../img/trailer_thumbnail.jpg');
  width: 265px;
  height: 144px;
}
.video-widget.image-preview .video-container .video-button {
  background: url('../img/button_play.png');
  width: 80px;
  height: 88px;
  top: 28px;
  left: 92.5px;
}
.video-widget.image-preview .video-container:hover .video-button {
  background-position: -80px 0;
}
.video-widget.video-preview .video-container {
  background: url('../img/trailer_thumbnail.jpg');
  width: 265px;
  height: 144px;
}
.video-widget.video-preview .video-container .video-button {
  background: url('../img/button_play.png');
  width: 80px;
  height: 88px;
  top: 28px;
  left: 92.5px;
}
.video-widget.video-preview .video-container:hover .video-button {
  background-position: -80px 0;
}
#cboxClose {
  background: url('../img/modal_close.png') no-repeat;
  width: 33px;
  height: 38px;
  top: -51px;
  right: -47px;
}
#cboxClose:hover {
  background-position: -33px 0;
}
#cboxWrapper {
  padding: 11px;
}
#cboxWrapper .cbox-border .cbox-border-top,
#cboxWrapper .cbox-border .cbox-border-bottom {
  background: url('../img/modal_border_horizontal.jpg');
  height: 11px;
  background-repeat: repeat-x;
}
#cboxWrapper .cbox-border .cbox-border-right,
#cboxWrapper .cbox-border .cbox-border-left {
  background: url('../img/modal_border_vertical.jpg');
  width: 11px;
  background-repeat: repeat-y;
}
#cboxWrapper .cbox-border .cbox-border-topleft,
#cboxWrapper .cbox-border .cbox-border-topright,
#cboxWrapper .cbox-border .cbox-border-bottomleft,
#cboxWrapper .cbox-border .cbox-border-bottomright {
  background: url('../img/modal_border_corners.jpg');
  width: 11px;
  height: 11px;
  background-repeat: no-repeat;
}
#cboxWrapper .cbox-border .cbox-border-topright {
  background-position: -11px 0;
}
#cboxWrapper .cbox-border .cbox-border-bottomleft {
  background-position: 0 -11px;
}
#cboxWrapper .cbox-border .cbox-border-bottomright {
  background-position: -11px -11px;
}
.gallery-modal-overlay #cboxLoadedContent {
  width: 941px;
  height: 400px;
}
.gallery-modal-overlay .sy-prev a {
  background: url('../img/slider_leftarrow.png');
}
.gallery-modal-overlay .sy-next a {
  background: url('../img/slider_rightarrow.png');
}
.gallery-modal-overlay .sy-prev,
.gallery-modal-overlay .sy-next {
  width: 60px;
}
.gallery-modal-overlay .sy-prev a,
.gallery-modal-overlay .sy-next a {
  width: 60px;
  height: 396px;
}
.gallery-modal-overlay .sy-prev a:hover,
.gallery-modal-overlay .sy-next a:hover {
  background-position: -60px;
}
.image-modal-overlay #cboxLoadedContent {
  width: auto;
  height: auto;
}
.image-reel-modal-overlay #cboxLoadedContent {
  width: 853px;
  height: 425px;
}
.image-reel-modal-overlay #cboxLoadedContent {
  background: url('../img/modal_background.jpg') no-repeat;
  padding-top: 55px;
}
.video-modal-unresponsive #cboxLoadedContent {
  width: 600px;
  height: 400px;
}
#sliding-thumbs-gallery .gallery-container {
  text-align: left;
}
#sliding-thumbs-gallery .gallery-display {
  background: url('../img/ajax_loader.gif') no-repeat center;
  width: 941px;
  height: 400px;
  margin: 10px 0;
}
#sliding-thumbs-gallery .gallery-thumbs li {
  width: 112px;
  height: 80px;
  cursor: pointer;
  margin-right: 10px;
}
#sliding-thumbs-gallery .gallery-thumbs li.active,
#sliding-thumbs-gallery .gallery-thumbs li:hover {
  background-position: -112px 0;
}
#sliding-thumbs-gallery .gallery-thumbs li.disabled {
  background-position: 0 0;
}
#sliding-thumbs-gallery .gallery-thumbs li:nth-child( 22n + 22) {
  margin-right: 0;
}
#sliding-thumbs-gallery .gallery-thumbs li.active,
#sliding-thumbs-gallery .gallery-thumbs li.disabled {
  cursor: default;
}
#sliding-thumbs-gallery .gallery-thumbs li:nth-child( 1) {
  background-image: url('../img/rewards/thumb1.jpg');
}
#sliding-thumbs-gallery .gallery-thumbs li.active,
#sliding-thumbs-gallery .gallery-thumbs li.disabled {
  cursor: default;
}
#sliding-thumbs-gallery .gallery-thumbs li:nth-child( 2) {
  background-image: url('../img/rewards/thumb2.jpg');
}
#sliding-thumbs-gallery .gallery-thumbs li.active,
#sliding-thumbs-gallery .gallery-thumbs li.disabled {
  cursor: default;
}
#sliding-thumbs-gallery .gallery-thumbs li:nth-child( 3) {
  background-image: url('../img/rewards/thumb3.jpg');
}
#sliding-thumbs-gallery .gallery-thumbs li.active,
#sliding-thumbs-gallery .gallery-thumbs li.disabled {
  cursor: default;
}
#sliding-thumbs-gallery .gallery-thumbs li:nth-child( 4) {
  background-image: url('../img/rewards/thumb4.jpg');
}
#sliding-thumbs-gallery .gallery-thumbs li.active,
#sliding-thumbs-gallery .gallery-thumbs li.disabled {
  cursor: default;
}
#sliding-thumbs-gallery .gallery-thumbs li:nth-child( 5) {
  background-image: url('../img/rewards/thumb5.jpg');
}
#sliding-thumbs-gallery .gallery-thumbs li.active,
#sliding-thumbs-gallery .gallery-thumbs li.disabled {
  cursor: default;
}
#sliding-thumbs-gallery .gallery-thumbs li:nth-child( 6) {
  background-image: url('../img/rewards/thumb6.jpg');
}
#sliding-thumbs-gallery .gallery-thumbs li.active,
#sliding-thumbs-gallery .gallery-thumbs li.disabled {
  cursor: default;
}
#sliding-thumbs-gallery .gallery-thumbs li:nth-child( 7) {
  background-image: url('../img/rewards/thumb7.jpg');
}
#sliding-thumbs-gallery .gallery-thumbs li.active,
#sliding-thumbs-gallery .gallery-thumbs li.disabled {
  cursor: default;
}
#sliding-thumbs-gallery .gallery-thumbs li:nth-child( 8) {
  background-image: url('../img/rewards/thumb8.jpg');
}
#sliding-thumbs-gallery .gallery-thumbs li.active,
#sliding-thumbs-gallery .gallery-thumbs li.disabled {
  cursor: default;
}
#sliding-thumbs-gallery .gallery-thumbs li:nth-child( 9) {
  background-image: url('../img/rewards/thumb9.jpg');
}
#sliding-thumbs-gallery .gallery-thumbs li.active,
#sliding-thumbs-gallery .gallery-thumbs li.disabled {
  cursor: default;
}
#sliding-thumbs-gallery .gallery-thumbs li:nth-child( 10) {
  background-image: url('../img/rewards/thumb10.jpg');
}
#sliding-thumbs-gallery .gallery-thumbs li.active,
#sliding-thumbs-gallery .gallery-thumbs li.disabled {
  cursor: default;
}
#sliding-thumbs-gallery .gallery-thumbs li:nth-child( 11) {
  background-image: url('../img/rewards/thumb11.jpg');
}
#sliding-thumbs-gallery .gallery-thumbs li.active,
#sliding-thumbs-gallery .gallery-thumbs li.disabled {
  cursor: default;
}
#sliding-thumbs-gallery .gallery-thumbs li:nth-child( 12) {
  background-image: url('../img/rewards/thumb12.jpg');
}
#sliding-thumbs-gallery .gallery-thumbs li.active,
#sliding-thumbs-gallery .gallery-thumbs li.disabled {
  cursor: default;
}
#sliding-thumbs-gallery .gallery-thumbs li:nth-child( 13) {
  background-image: url('../img/rewards/thumb13.jpg');
}
#sliding-thumbs-gallery .gallery-thumbs li.active,
#sliding-thumbs-gallery .gallery-thumbs li.disabled {
  cursor: default;
}
#sliding-thumbs-gallery .gallery-thumbs li:nth-child( 14) {
  background-image: url('../img/rewards/thumb14.jpg');
}
#sliding-thumbs-gallery .gallery-thumbs li.active,
#sliding-thumbs-gallery .gallery-thumbs li.disabled {
  cursor: default;
}
#sliding-thumbs-gallery .gallery-thumbs li:nth-child( 15) {
  background-image: url('../img/rewards/thumb15.jpg');
}
#sliding-thumbs-gallery .gallery-thumbs li.active,
#sliding-thumbs-gallery .gallery-thumbs li.disabled {
  cursor: default;
}
#sliding-thumbs-gallery .gallery-thumbs li:nth-child( 16) {
  background-image: url('../img/rewards/thumb16.jpg');
}
#sliding-thumbs-gallery .gallery-thumbs li.active,
#sliding-thumbs-gallery .gallery-thumbs li.disabled {
  cursor: default;
}
#sliding-thumbs-gallery .gallery-thumbs li:nth-child( 17) {
  background-image: url('../img/rewards/thumb17.jpg');
}
#sliding-thumbs-gallery .gallery-thumbs li.active,
#sliding-thumbs-gallery .gallery-thumbs li.disabled {
  cursor: default;
}
#sliding-thumbs-gallery .gallery-thumbs li:nth-child( 18) {
  background-image: url('../img/rewards/thumb18.jpg');
}
#sliding-thumbs-gallery .gallery-thumbs li.active,
#sliding-thumbs-gallery .gallery-thumbs li.disabled {
  cursor: default;
}
#sliding-thumbs-gallery .gallery-thumbs li:nth-child( 19) {
  background-image: url('../img/rewards/thumb19.jpg');
}
#sliding-thumbs-gallery .gallery-thumbs li.active,
#sliding-thumbs-gallery .gallery-thumbs li.disabled {
  cursor: default;
}
#sliding-thumbs-gallery .gallery-thumbs li:nth-child( 20) {
  background-image: url('../img/rewards/thumb20.jpg');
}
#sliding-thumbs-gallery .gallery-thumbs li.active,
#sliding-thumbs-gallery .gallery-thumbs li.disabled {
  cursor: default;
}
#sliding-thumbs-gallery .gallery-thumbs li:nth-child( 21) {
  background-image: url('../img/rewards/thumb21.jpg');
}
#sliding-thumbs-gallery .gallery-thumbs li.active,
#sliding-thumbs-gallery .gallery-thumbs li.disabled {
  cursor: default;
}
#sliding-thumbs-gallery .gallery-thumbs li:nth-child( 22) {
  background-image: url('../img/rewards/thumb22.jpg');
}
#sliding-thumbs-gallery .sliding-thumbs-extension {
  width: 980px;
  height: 80px;
}
#sliding-thumbs-gallery .sliding-thumbs-extension ul {
  left: 68px;
}
#sliding-thumbs-gallery .sliding-thumbs-extension .arrow-left {
  background: url('../img/slider_thumbs_left.jpg');
}
#sliding-thumbs-gallery .sliding-thumbs-extension .arrow-right {
  background: url('../img/slider_thumbs_right.jpg');
}
#sliding-thumbs-gallery .sliding-thumbs-extension .arrow-left,
#sliding-thumbs-gallery .sliding-thumbs-extension .arrow-right {
  width: 68px;
  height: 80px;
}
#sliding-thumbs-gallery .sliding-thumbs-extension .arrow-left:hover,
#sliding-thumbs-gallery .sliding-thumbs-extension .arrow-right:hover {
  background-position: -68px;
}
.tabs-extension .tabs-navigation {
  margin-bottom: 10px;
}
.tabs-extension .tabs-navigation li {
  background: url('../img/tile_dark.jpg');
  padding: 10px 30px;
}
.tabs-extension .tabs-navigation li.active,
.tabs-extension .tabs-navigation li:hover {
  background: url('../img/tile_light.jpg');
}
.tabs-extension .tabs-navigation li.active {
  cursor: default;
}
.tabs-extension .tabs-container > * {
  padding: 10px 15px;
}
.tabs-extension .tabs-navigation li {
  border: 1px solid #29472f;
  border-right: 0;
  text-transform: uppercase;
  font: 700 14px 'Open Sans', sans-serif;
  color: #f6f6f6;
  line-height: 30px;
  margin-bottom: 0;
}
.tabs-extension .tabs-navigation li.active,
.tabs-extension .tabs-navigation li:hover:not(.disabled) {
  font: 700 14px 'Open Sans', sans-serif;
  color: #fdac00;
  line-height: 30px;
  margin-bottom: 0;
}
.tabs-extension .tabs-navigation li:last-child {
  border-right: 1px solid #29472f;
}
#slider-tab-extension .sy-prev a,
#slider-tab-extension-2 .sy-prev a {
  background: url('../img/slider_leftarrow.png');
}
#slider-tab-extension .sy-next a,
#slider-tab-extension-2 .sy-next a {
  background: url('../img/slider_rightarrow.png');
}
#slider-tab-extension .sy-prev,
#slider-tab-extension-2 .sy-prev,
#slider-tab-extension .sy-next,
#slider-tab-extension-2 .sy-next {
  width: 60px;
}
#slider-tab-extension .sy-prev a,
#slider-tab-extension-2 .sy-prev a,
#slider-tab-extension .sy-next a,
#slider-tab-extension-2 .sy-next a {
  width: 60px;
  height: 396px;
}
#slider-tab-extension .sy-prev a:hover,
#slider-tab-extension-2 .sy-prev a:hover,
#slider-tab-extension .sy-next a:hover,
#slider-tab-extension-2 .sy-next a:hover {
  background-position: -60px;
}
#slider-tab-extension .slider-thumbs li,
#slider-tab-extension-2 .slider-thumbs li {
  width: 112px;
  height: 80px;
  cursor: pointer;
  margin-right: 6px;
}
#slider-tab-extension .slider-thumbs li.active,
#slider-tab-extension-2 .slider-thumbs li.active,
#slider-tab-extension .slider-thumbs li:hover,
#slider-tab-extension-2 .slider-thumbs li:hover {
  background-position: -112px 0;
}
#slider-tab-extension .slider-thumbs li.disabled,
#slider-tab-extension-2 .slider-thumbs li.disabled {
  background-position: 0 0;
}
#slider-tab-extension .slider-thumbs li:last-child,
#slider-tab-extension-2 .slider-thumbs li:last-child {
  margin-right: 0;
}
#slider-tab-extension .slider-thumbs li.active,
#slider-tab-extension-2 .slider-thumbs li.active,
#slider-tab-extension .slider-thumbs li.disabled,
#slider-tab-extension-2 .slider-thumbs li.disabled {
  cursor: default;
}
#slider-tab-extension .slider-thumbs li:nth-child( 1),
#slider-tab-extension-2 .slider-thumbs li:nth-child( 1) {
  background-image: url('../img/rewards/thumb1.jpg');
}
#slider-tab-extension .slider-thumbs li.active,
#slider-tab-extension-2 .slider-thumbs li.active,
#slider-tab-extension .slider-thumbs li.disabled,
#slider-tab-extension-2 .slider-thumbs li.disabled {
  cursor: default;
}
#slider-tab-extension .slider-thumbs li:nth-child( 2),
#slider-tab-extension-2 .slider-thumbs li:nth-child( 2) {
  background-image: url('../img/rewards/thumb2.jpg');
}
#slider-tab-extension .slider-thumbs li.active,
#slider-tab-extension-2 .slider-thumbs li.active,
#slider-tab-extension .slider-thumbs li.disabled,
#slider-tab-extension-2 .slider-thumbs li.disabled {
  cursor: default;
}
#slider-tab-extension .slider-thumbs li:nth-child( 3),
#slider-tab-extension-2 .slider-thumbs li:nth-child( 3) {
  background-image: url('../img/rewards/thumb3.jpg');
}
#slider-tab-extension .slider-thumbs li.active,
#slider-tab-extension-2 .slider-thumbs li.active,
#slider-tab-extension .slider-thumbs li.disabled,
#slider-tab-extension-2 .slider-thumbs li.disabled {
  cursor: default;
}
#slider-tab-extension .slider-thumbs li:nth-child( 4),
#slider-tab-extension-2 .slider-thumbs li:nth-child( 4) {
  background-image: url('../img/rewards/thumb4.jpg');
}
#slider-tab-extension .slider-thumbs li.active,
#slider-tab-extension-2 .slider-thumbs li.active,
#slider-tab-extension .slider-thumbs li.disabled,
#slider-tab-extension-2 .slider-thumbs li.disabled {
  cursor: default;
}
#slider-tab-extension .slider-thumbs li:nth-child( 5),
#slider-tab-extension-2 .slider-thumbs li:nth-child( 5) {
  background-image: url('../img/rewards/thumb5.jpg');
}
#slider-tab-extension .slider-thumbs li.active,
#slider-tab-extension-2 .slider-thumbs li.active,
#slider-tab-extension .slider-thumbs li.disabled,
#slider-tab-extension-2 .slider-thumbs li.disabled {
  cursor: default;
}
#slider-tab-extension .slider-thumbs li:nth-child( 6),
#slider-tab-extension-2 .slider-thumbs li:nth-child( 6) {
  background-image: url('../img/rewards/thumb6.jpg');
}
#slider-tab-extension .slider-thumbs li.active,
#slider-tab-extension-2 .slider-thumbs li.active,
#slider-tab-extension .slider-thumbs li.disabled,
#slider-tab-extension-2 .slider-thumbs li.disabled {
  cursor: default;
}
#slider-tab-extension .slider-thumbs li:nth-child( 7),
#slider-tab-extension-2 .slider-thumbs li:nth-child( 7) {
  background-image: url('../img/rewards/thumb7.jpg');
}
#slider-tab-extension .slider-thumbs li.active,
#slider-tab-extension-2 .slider-thumbs li.active,
#slider-tab-extension .slider-thumbs li.disabled,
#slider-tab-extension-2 .slider-thumbs li.disabled {
  cursor: default;
}
#slider-tab-extension .slider-thumbs li:nth-child( 8),
#slider-tab-extension-2 .slider-thumbs li:nth-child( 8) {
  background-image: url('../img/rewards/thumb8.jpg');
}
#slider-tab-extension .slider-thumbs li.active,
#slider-tab-extension-2 .slider-thumbs li.active,
#slider-tab-extension .slider-thumbs li.disabled,
#slider-tab-extension-2 .slider-thumbs li.disabled {
  cursor: default;
}
#slider-tab-extension .slider-thumbs li:nth-child( 9),
#slider-tab-extension-2 .slider-thumbs li:nth-child( 9) {
  background-image: url('../img/rewards/thumb9.jpg');
}
#slider-tab-extension .slider-thumbs li.active,
#slider-tab-extension-2 .slider-thumbs li.active,
#slider-tab-extension .slider-thumbs li.disabled,
#slider-tab-extension-2 .slider-thumbs li.disabled {
  cursor: default;
}
#slider-tab-extension .slider-thumbs li:nth-child( 10),
#slider-tab-extension-2 .slider-thumbs li:nth-child( 10) {
  background-image: url('../img/rewards/thumb10.jpg');
}
#slider-tab-extension .slider-thumbs li.active,
#slider-tab-extension-2 .slider-thumbs li.active,
#slider-tab-extension .slider-thumbs li.disabled,
#slider-tab-extension-2 .slider-thumbs li.disabled {
  cursor: default;
}
#slider-tab-extension .slider-thumbs li:nth-child( 11),
#slider-tab-extension-2 .slider-thumbs li:nth-child( 11) {
  background-image: url('../img/rewards/thumb11.jpg');
}
#slider-tab-extension .sliding-thumbs-extension,
#slider-tab-extension-2 .sliding-thumbs-extension {
  width: 980px;
  height: 80px;
}
#slider-tab-extension .sliding-thumbs-extension ul,
#slider-tab-extension-2 .sliding-thumbs-extension ul {
  left: 68px;
}
#slider-tab-extension .sliding-thumbs-extension .arrow-left,
#slider-tab-extension-2 .sliding-thumbs-extension .arrow-left {
  background: url('../img/slider_thumbs_left.jpg');
}
#slider-tab-extension .sliding-thumbs-extension .arrow-right,
#slider-tab-extension-2 .sliding-thumbs-extension .arrow-right {
  background: url('../img/slider_thumbs_right.jpg');
}
#slider-tab-extension .sliding-thumbs-extension .arrow-left,
#slider-tab-extension-2 .sliding-thumbs-extension .arrow-left,
#slider-tab-extension .sliding-thumbs-extension .arrow-right,
#slider-tab-extension-2 .sliding-thumbs-extension .arrow-right {
  width: 68px;
  height: 80px;
}
#slider-tab-extension .sliding-thumbs-extension .arrow-left:hover,
#slider-tab-extension-2 .sliding-thumbs-extension .arrow-left:hover,
#slider-tab-extension .sliding-thumbs-extension .arrow-right:hover,
#slider-tab-extension-2 .sliding-thumbs-extension .arrow-right:hover {
  background-position: -68px;
}
#footer {
  background: #000;
  height: 200px;
}
#footer .copyright {
  font: 400 14px 'Open Sans', sans-serif;
  color: #f6f6f6;
  line-height: 28px;
  margin-bottom: 16px;
  width: 980px;
  margin: 0 auto;
  padding-top: 30px;
}
.title_maps {
  background: url(../img/title_mapa.png) 0 0 no-repeat;
  height: 52px;
  width: 146px;
}
.title_modo {
  background: url(../img/title_modo.png) 0 0 no-repeat;
  height: 64px;
  width: 307px;
}
.title_novas {
  background: url(../img/title_novas.png) 0 0 no-repeat;
  height: 64px;
  width: 501px;
}
.title_arsenal {
  background: url(../img/title_arsenal.png) 0 0 no-repeat;
  height: 54px;
  width: 230px;
}
.title_apri {
  background: url(../img/title_apri.png) 0 0 no-repeat;
  height: 44px;
  width: 913px;
}
.title_eventos {
  background: url(../img/title_eventos.png) 0 0 no-repeat;
  height: 54px;
  width: 221px;
}
