/*
Theme Name: Subnautica blog
Text Domain: sn
Theme URI: http://wordpress.org/themes/subnautica
Author: Lukas Nowaczek, Rantology
Author URI: http://zirio.com/
Description: Custom theme designed by Rantology and coded by Lukas Nowaczek
Version: 1.0
License: Propertiary
License URI: http://unknownworlds.com
*/

/***********************************************************************************************************************
* 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, 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;
}

input, textarea {
    outline: none;
    font-family: Tahoma, Arial, sans-serif;
}

::-webkit-input-placeholder {
    color: #f2f2f2;
}

::-ms-clear {
    display: none;
}

/***********************************************************************************************************************
* FONTS
*/

@font-face {
    font-family: 'OrbitronMedium';
    src: url('fonts/orbitron-medium-webfont.eot');
    src: url('fonts/orbitron-medium-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/orbitron-medium-webfont.woff') format('woff'), url('fonts/orbitron-medium-webfont.ttf') format('truetype'), url('fonts/orbitron-medium-webfont.svg#orbitronmedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OrbitronRegular';
    src: url('fonts/orbitron-regular-webfont.eot');
    src: url('fonts/orbitron-regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/orbitron-regular-webfont.woff') format('woff'), url('fonts/orbitron-regular-webfont.ttf') format('truetype'), url('fonts/orbitron-regular-webfont.svg#orbitronregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/***********************************************************************************************************************
* BASICS
*/

body {
    font-size: 13px;
    font-family: Tahoma, Arial, sans-serif;
    color: #fff;
    /*background: url('images/footerShadow.png') center bottom no-repeat, url('images/mainBg.jpg') center top no-repeat #042649;*/
    background: url('images/mainBg.jpg') center top no-repeat #042649;
    position: relative;
    min-width: 1005px;
}

#wrapper {
    width: 1005px;
    margin: 0 auto;
    position: relative;
}

.clear {
    clear: both;
}

a {
    text-decoration: none;
    color: #2ac0fb;
}

a:hover {
    color: #38b2ff;
}

em {
    font-style: italic;
}

strong, b {
    font-weight: bold;
}

/***********************************************************************************************************************
* HEADER
*/

#mainHeader {
}

a#logo {
    float: left;
    margin-top: 82px;
    margin-left: 46px;
    width: 475px;
    height: 60px;
}

.loginBox {
    width: 371px;
    height: 105px;
    float: right;
    margin-top: 15px;
    position: relative;
    margin-right: 19px;
}

#loginBox {
    background: url('images/loginBoxBg.png') center top no-repeat;
}

.loginBox .uwelogo {
    position: absolute;
    right: 9px;
    top: 6px;
    display: block;
    width: 80px;
    height: 88px;
    background: url('images/uweLogo.png') center top no-repeat;
}

.loginBox .uwelogo:hover {
    background-position: center bottom;
}

#loginBox .loginNow {
    position: absolute;
    left: 100px;
    bottom: 12px;
    display: block;
    width: 149px;
    height: 25px;
    background: url('images/loginNow.png') center top no-repeat;
}

#loginBox .loginNow:hover {
    background-position: center bottom;
}

#loginBoxOnline {
    background: url('images/loginBoxBgOnline.png') center top no-repeat;
    display: none;
}

#loginBoxOnline .avatar {
    border-radius: 2px;
    height: 56px;
    left: 19px;
    position: absolute;
    top: 24px;
    width: 56px;
}

#loginBoxOnline .name {
    left: 100px;
    position: absolute;
    top: 33px;
}

#loginBoxOnline .links {
    left: 100px;
    position: absolute;
    top: 68px;
}

#loginBoxOnline .links a {
    background: url('images/loginBoxSprite.png') no-repeat;
    height: 25px;
    width: 30px;
    display: inline-block;
    margin-left: -3px;
}

#loginBoxOnline .links .notificationsIcon {
    width: 37px;
    background-position: 0 0;
    margin-left: 0;
}

#loginBoxOnline .links .notificationsIcon:hover {
    background-position: 0 -25px;
}

#loginBoxOnline .links .messagesIcon {
    background-position: -40px 0;
}

#loginBoxOnline .links .messagesIcon:hover {
    background-position: -40px -25px;
}

#loginBoxOnline .links .bookmarksIcon {
    background-position: -72px 0;
}

#loginBoxOnline .links .bookmarksIcon:hover {
    background-position: -72px -25px;
}

#loginBoxOnline .links .settingsIcon {
    background-position: -104px 0;
}

#loginBoxOnline .links .settingsIcon:hover {
    background-position: -104px -25px;
}

#mainMenuContainer {
    background: url('images/mainMenuBg.png') center top no-repeat;
    width: 1005px;
    height: 164px;
    position: relative;
    font-size: 0px;
}

#mainMenuContainer li {
    display: inline-block;
}

#mainNav {
    position: absolute;
    top: 0;
    left: 0;
}

#mainNav li a {
    background: url('images/mainMenuSprite.png') no-repeat;
    height: 164px;
    display: inline-block;
}

#mainNav li a.home {
    background-position: 0 0;
    width: 92px;
}

#mainNav li a.home:hover {
    background-position: 0 -164px;
}

#mainNav li a.game-guide {
    background-position: -92px 0;
    width: 97px;
}

#mainNav li a.game-guide:hover {
    background-position: -92px -164px;
}

#mainNav li a.community {
    background-position: -189px 0;
    width: 98px;
}

#mainNav li a.community:hover {
    background-position: -189px -164px;
}

#mainNav li a.media {
    background-position: -287px 0;
    width: 73px;
}

#mainNav li a.media:hover {
    background-position: -287px -164px;
}

#mainNav li a.forums {
    background-position: -360px 0;
    width: 74px;
}

#mainNav li a.forums:hover {
    background-position: -360px -164px;
}

#mainNav li a.store {
    background-position: -434px 0;
    width: 74px;
}

#mainNav li a.store:hover {
    background-position: -434px -164px;
}

#socialNav {
    position: absolute;
    top: 0;
    right: 36px;
}

#socialNav li a {
    background: url('images/mainMenuSprite.png') no-repeat;
    height: 164px;
    display: inline-block;
    width: 45px;
}

#socialNav li a.steam-icon {
    background-position: -789px 0;
}

#socialNav li a.steam-icon:hover {
    background-position: -789px -164px;
}

#socialNav li a.twitter-icon {
    background-position: -834px 0;
}

#socialNav li a.twitter-icon:hover {
    background-position: -834px -164px;
}

#socialNav li a.facebook-icon {
    background-position: -879px 0;
}

#socialNav li a.facebook-icon:hover {
    background-position: -879px -164px;
}

#socialNav li a.youtube-icon {
    background-position: -924px 0;
}

#socialNav li a.youtube-icon:hover {
    background-position: -924px -164px;
}

#searchBox {
    position: absolute;
    top: 72px;
    left: 518px;
}

#searchBox input[type="text"] {
    border: 0;
    width: 185px;
    height: 28px;
    background: none;
    padding: 0 10px;
    color: #f2f2f2;
}

#searchBox input[type="submit"] {
    border: 0;
    background: url('images/magnifier.png') no-repeat;
    width: 22px;
    height: 22px;
    cursor: pointer;
}

/***********************************************************************************************************************
* CONTENT - COMMON
*/

#content {
    background: url('images/contentBg.png') repeat-y;
    padding: 0 26px;
    padding-bottom: 100px;
}

#leftColumn {
    width: 648px;
    float: left;
    padding: 20px 0px 0 0px;
}

#rightColumn {
    width: 266px;
    float: right;
    padding-top: 20px;
    padding-right: 10px;
}

.postDivider {
    width: 100%;
    height: 50px;
    background: url('images/leftColumnDivider.png') top center no-repeat;
}

article.news {
    padding-left: 30px;
}

article.news h2 a {
    color: #fff;
    font-size: 20px;
    font-family: 'OrbitronMedium', "Calibri", sans-serif;
    background: url('images/headerLight.png') left center no-repeat;
    padding-left: 35px;
    margin-bottom: 15px;
}

article.news h1 a {
    color: #fff;
    font-size: 20px;
    font-family: 'OrbitronMedium', "Calibri", sans-serif;
    background: url('images/headerLight.png') left center no-repeat;
    padding-left: 35px;
    margin-bottom: 15px;
}

article.news h2 {
    color: #fff;
    font-size: 20px;
    font-family: 'OrbitronMedium', "Calibri", sans-serif;
    margin-bottom: 10px;
    margin-top: 25px;
}

article.news .posted {
    margin-bottom: 20px;
    color: #7e857e;
    padding-left: 35px;
}

article.news .img {
    margin-bottom: 20px;
}

article.news .text {
    margin: 20px 0;
    text-align: justify;
    line-height: 16px;
}

article.news .readMore {
    display: block;
    margin: 25px 0;
}

article.news ul {
    padding-left: 15px;
}

article.news ul li {
    list-style: outside disc;
    padding-bottom: 10px;
}

article p {
    margin-bottom: 15px;
}

#twitterWidget {
    width: 266px;
    background: url('images/twitterWidgetBg.png') repeat-y;
}

#twitterWidgetTop {
    height: 3px;
    background: url('images/twitterWidgetTop.png') no-repeat;
}

#twitterWidgetBottom {
    height: 3px;
    background: url('images/twitterWidgetBottom.png') no-repeat;
    margin-bottom: 35px;
}

#twitterWidget a.follow {
    display: block;
    width: 264px;
    height: 74px;
    background: url('images/twitterLinkBg.png') no-repeat;
    margin-left: 1px;
}

#twitterWidget .tweets {
    padding-left: 15px;
}

/* Hot topics */
.vf_widget_discussions {
    margin-bottom: 50px;
}

.vf_widget_discussions h3 {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-family: 'OrbitronRegular', "Calibri", sans-serif;
    background: url('images/headerLight.png') left center no-repeat;
    padding-left: 35px;
}

.vf_widget_discussions li {
    background: url("images/hotTopicsBg.png") no-repeat;
    padding-top: 5px;
}

.vf_widget_discussions a {
    display: block;
    background: url("images/arrowRight.png") no-repeat top right;
    min-height: 36px;
    padding-right: 40px;
    margin: 10px 0;
}

.vf_widget_discussions a:hover {
    background: url("images/arrowRight.png") no-repeat bottom right;
}

.paginationContainer {
    text-align: center;
}

.paginationContainer .archive {
    display: inline-block;
    width: 138px;
    height: 53px;
    background: url('images/archive.png') top center no-repeat;
}

.paginationContainer .archive:hover {
    background: url('images/archive.png') bottom center no-repeat;
}

.wp-caption-text {
    text-align: center;
    font-style: italic;
}

/*#snakeOverlap {*/
/*width: 56px;*/
/*height: 252px;*/
/*position: absolute;*/
/*top: 787px;*/
/*left: 11px;*/
/*background: url('images/snakeOverlap.png');*/
/*}*/

/***********************************************************************************************************************
* CONTENT - front page
*/

#frontPage {
    background: url('images/frontPageBg.png') no-repeat top center;
    min-height: 885px;
}

#frontPage .widgetsWrapper {
    height: 382px;
}

#frontPage .sliderWrapper {
    float: left;
    height: 354px;
    margin-left: 29px;
    margin-top: 10px;
    position: relative;
    width: 628px;
}

#frontPage .sliderBox {
    width: 615px;
    height: 285px;
    overflow: hidden;
    margin: 6px 0 0 6px;
}

#frontPage .bannerBox {
    float: right;
    height: 310px;
    margin-right: 26px;
    margin-top: 19px;
    width: 225px;
}

#frontPage .sliderBox ul, .sliderBox ul li {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

#frontPage .sliderBox ul, .sliderBox ul li {
    position: relative;
}

#frontPage .sliderBox ul li {
    float: left;
    height: 283px;
    overflow: hidden;
}

#frontPage .sliderBox ul li .text-hold {
    position: absolute;
    left: 33px;
    top: 185px;
    z-index: 1;
    width: 540px;
}

#frontPage .sliderBox ul li .text-hold h2 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 0px;
    font-family: 'OrbitronMedium', "Calibri", sans-serif;
}

#frontPage .sliderBox ul li .text-hold h2 a {
    color: #fff;
}

#frontPage .sliderBox ul li .text-hold h2 a:hover {
    text-decoration: none;
}

#frontPage .sliderBox ul li .text-hold p {
    margin-bottom: 5px;
    color: #7e857e;
}

#frontPage .sliderBox .shadow {
    background: url("images/homeSliderShadow.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    bottom: 0;
    height: 283px;
    left: 0;
    position: absolute;
    width: 608px;
    z-index: 0;
}

#frontPage #controls {
    bottom: 25px;
    display: block;
    position: absolute;
    text-align: center;
    width: 615px;
    float: left;
}

#frontPage ol.controls {
    list-style-type: none;
}

#frontPage ol.controls li {
    display: inline-block;
}

#frontPage ol.controls li a {
    background: url("images/slideIndicator.png") no-repeat top center;
    width: 25px;
    height: 25px;
    display: block;
    font-size: 0;
}

#frontPage ol.controls li.current a, #frontPage .custom-controls ol.controls li a.current {
    background: url("images/slideIndicator.png") no-repeat 0px -25px;
}

/***********************************************************************************************************************
* CONTENT - game guide
*/

#gameGuide {
    min-height: 500px;
}

#gameGuide .title {
    padding: 0px 35px 15px 35px;
}

#gameGuide .title h1 {
    /*float: left;*/
    font-size: 24px;
    font-family: 'OrbitronMedium', "Calibri", sans-serif;
    line-height: 24px;
}

#gameGuide .title p {
    line-height: 24px;
    text-align: justify;
    /*text-indent: 5px;*/
}

.gameGuideBox {
    float: left;
    background: url('images/gameGuideBox.png') no-repeat;
    width: 470px;
    height: 403px;
    position: relative;
    margin: 10px 0;
}

.gameGuideBox:nth-child(even) {
    margin-left: 10px;
}

.gameGuideBox:nth-child(even) {
    margin-left: 10px;
}

.gameGuideBox .video {
    height: 278px;
    left: 13px;
    position: absolute;
    top: 10px;
    width: 436px;
}

.gameGuideBox .thumbnails {
    height: 47px;
    left: 0px;
    position: absolute;
    bottom: 45px;
    width: 100%;
    text-align: center;
}

.gameGuideBox h4 {
    font-size: 14px;
    font-family: 'OrbitronRegular', "Calibri", sans-serif;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.gameGuideBox li {
    display: inline;
}

.gameGuideBox .playIcon {
    display: block;
    width: 146px;
    height: 139px;
    background: url('images/videoPlay.png') top center no-repeat;
    position: absolute;
    top: 77px;
    left: 160px;
    z-index: 10;
}

.gameGuideBox .playIcon:hover {
    background: url('images/videoPlay.png') bottom center no-repeat;
}

#gameGuide .resources {
    padding: 0px 40px;
}

#gameGuide .resources li {
    float: left;
    width: 250px;
    height: 175px;
    position: relative;
}

#gameGuide .resources a.cover {
    position: absolute;
    width: 247px;
    height: 137px;
    background: url('images/gameGuideSmallBox.png') no-repeat;
    padding: 16px 0 0 20px;
    bottom: 0;
    left: 0;
}

#gameGuide .resources h4 {
    background: url("images/headerLight.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    font-family: 'OrbitronRegular', "Calibri", sans-serif;
    font-size: 18px;
    height: 22px;
    left: 7px;
    line-height: 22px;
    padding-left: 30px;
    position: absolute;
    top: 0;
}

#gameGuide .resources h4 a {
    color: #fff;
}

/***********************************************************************************************************************
* CONTENT - community
*/

#content .community {
    background: url('images/communityBg.png') top center no-repeat;
    min-height: 892px;
}

.community .text {
    padding: 10px 45px 0px 45px;
    height: 353px;
    line-height: 16px;
}

.community .text p {
    margin-bottom: 15px;
}

.community .text ul {
    padding: 15px 0 15px 15px;
}

.community .text li {
    list-style: disc outside;
}

.community .links {
    padding: 30px 0px 20px 15px;
}

.community .links .image {
    float: left;
    background: url('images/communityBoxBg.png') no-repeat;
    width: 319px;
    height: 159px;
    padding-right: 12px;
}

.community .links .image a {
    display: block;
    margin: 13px 0 0 14px;
}

.community .links .description {
    width: 300px;
    float: right;
    line-height: 18px;
}

.community .links h2 a {
    background: url("images/headerLight.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    font-family: 'OrbitronRegular', "Calibri", sans-serif;
    font-size: 16px;
    height: 25px;
    line-height: 25px;
    padding-left: 30px;
    margin-bottom: 10px;
    display: block;
    color: #fff;
}

/***********************************************************************************************************************
* CONTENT - media
*/

#media .title {
    padding: 0px 35px 15px 35px;
}

#media .title h1 {
    /*float: left;*/
    font-size: 24px;
    font-family: 'OrbitronMedium', "Calibri", sans-serif;
    line-height: 24px;
}

#media .title p {
    line-height: 24px;
    text-align: justify;
    /*text-indent: 5px;*/
}

.media-box .title-hold h1 {
    float: left;
    margin: 0px 17px 12px 3px;
}

.media-box p {
    font-size: 14px;
    line-height: 24px;
}

/*media-hold */
.row-hold {
    clear: both;
}

.media-hold {
    float: left;
    margin-left: 14px;
    margin-bottom: 15px;
}

.media-hold:first-child, .media-hold.first {
    margin-left: 0px;
}

.media-hold .self-media-box {
    background: url("images/mediaBox.png") no-repeat scroll 0 0 transparent;
    width: 458px;
    height: 342px;
    position: relative;
    padding: 10px 0 0 18px;
}

.media-hold .media-img, .game-hold .game-img, .media-slider-box {
    width: 436px;
    height: 279px;
    text-align: center;
    overflow: hidden;
}

/*------------media-slider-box--------------*/
.media-slider-box {
    position: relative;
}

.media-slider-box ul, .media-slider-box ul li {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    height: 279px;
    position: relative;
}

.media-slider-box ul li a {
    display: block;
}

.play-icon {
    display: block;
    position: absolute;
    width: 146px;
    height: 139px;
    top: 0px;
    left: 50%;
    z-index: 1;
    margin-left: -73px;
    margin-top: 75px;
    background: url("images/videoPlay.png") top center no-repeat;
    cursor: pointer;
}

.play-icon:hover {
    background-position: bottom center;
}

.zoom-icon {
    display: block;
    position: absolute;
    z-index: 5;
    background: url("images/zoom.png") top right no-repeat;
    width: 100%;
    height: 100%;
    right: 2px;
    top: 2px;
    cursor: pointer;
}

.zoom-icon:hover, .media-slider-box ul li:hover .zoom-icon {
    background: url("images/zoomHover.png") top right no-repeat;
}

/*controls-hold*/
.controls-hold, .title-box {
    bottom: -10px;
    position: absolute;
    text-align: center;
    width: 436px;
    top: 8px;
}

.controls-hold h4, .title-box h4, .thumb-box h4 {
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    font-family: 'OrbitronRegular', "Calibri", sans-serif;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    border-radius: 0 0 5px 5px;
    display: inline-block;
    padding: 0 10px;
}

.controls-hold ul, .thumb-box ul.thumb-elem {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    float: left;
    margin-top: -2px;
}

.controls-hold ul li {
    float: left;
    margin-left: -7px;
}

.controls-hold ul li a {
    display: block;
    background: url("images/slideIndicator.png") top center;
    width: 25px;
    height: 25px;
    font-size: 0;
}

.controls-hold ul li.current a {
    background-position: bottom center;
}

.btn-prev, .btn-next, .self-media-box #controls .prevBtn,
.self-media-box #controls .nextBtn, .custom-controls .prevBtn, .custom-controls .nextBtn {
    background: url("images/sliderArrows.png") no-repeat right center;
    display: block;
    width: 19px;
    height: 25px;
    position: absolute;
    bottom: 8px;
    z-index: 21;
    cursor: pointer;
    text-indent: -9000px;
}

.btn-prev:hover, .btn-next:hover, .self-media-box #controls .prevBtn:hover,
.self-media-box #controls .nextBtn:hover,
.custom-controls .prevBtn:hover, .custom-controls .nextBtn:hover {
    /*background-position: 0 0;*/
}

.btn-prev {
    left: 5px;
}

.btn-next, .self-media-box #controls .nextBtn, .custom-controls .nextBtn {
    background: url("images/sliderArrows.png") no-repeat left center;
    right: 5px;
}

.self-media-box #controls {
    float: none;
    bottom: 9px;
    left: 162px;
}

.self-media-box #controls .prevBtn {
    left: 45px;
    bottom: 24px;
}

/*fixed media page controls*/

.self-media-box #controls {
    width: 335px !important;
}

.self-media-box #controls .nextBtn {
    bottom: 24px;
    right: 45px;
}

.self-media-box.video span#controls {
    display: none;
}

/*------Video media slider---------*/
.self-media-box.video .title-box {
    float: left;
}

.self-media-box.video .controls a {
    font-size: 0;
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url('images/slideIndicator.png') top center;
}

.self-media-box.video .media-img {
    border: none;
    border-radius: 0;
}

.custom-controls .prevBtn, .custom-controls .nextBtn {
    display: block !important;
}

.custom-controls .prevBtn {
    bottom: 24px;
    left: 45px;
}

.custom-controls .nextBtn {
    bottom: 24px;
    right: 45px;
}

#media ol.controls {
    bottom: 19px;
    position: absolute;
    text-align: center;
    width: 443px;
}

#media ol.controls li {
    margin-left: -7px;
    display: inline-block;
}

#media ol.controls li a {
    background: url("images/slideIndicator.png") top center no-repeat;
    display: inline-block;
    height: 25px;
    font-size: 0;
    width: 30px;
}

#media ol.controls li.current a, #media ol.controls li a.current {
    background: url("images/slideIndicator.png") bottom center no-repeat;
}

/*--------------fancybox-----------*/
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #2C9FC1;
    z-index: 8020;
    border-radius: 16px;
}

.fancybox-skin {
    position: relative;
    text-shadow: none;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-outer, .fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

.fancybox-close, .fancybox-prev span, .fancybox-next span {

}

.fancybox-close {
    background: url("images/closeButton.png") no-repeat;
    cursor: pointer;
    display: block !important;
    height: 101px;
    position: absolute;
    right: -9px;
    top: -11px;
    width: 104px;
    z-index: 181;
}

/*.fancybox-close:hover {*/
/*background-position: 0 0;*/
/*}*/

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url('images/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-nav {
    background: url("images/videoPlay2.png") no-repeat 0 0;
    bottom: 0;
    cursor: pointer;
    display: block !important;
    width: 73px;
    height: 70px;
    outline: medium none;
    position: absolute;
    top: 50%;
    margin-top: -35px;
    z-index: 111;
}

.fancybox-prev {
    left: -10px;
    background: url("images/arrowsLeft.png") no-repeat top center;
}

.fancybox-prev:hover {
    background-position: bottom center;
}

.fancybox-next {
    background: url("images/arrowsRight.png") no-repeat top center;
    right: -10px;
}

.fancybox-next:hover {
    background-position: bottom center;
}

.fancybox-tmp {
    position: absolute;
    top: -9999px;
    left: -9999px;
    visibility: hidden;
}

/* Overlay helper */
.fancybox-lock {
    overflow: hidden;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    zoom: 1;
    background: url("images/fancybox/opacity-bg.png") repeat 0 0;
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
    color: #fff;
    display: block;
    font-weight: bold;
    font-size: 14px;
    position: relative;
    text-shadow: none;
    z-index: 8050;
    top: 65px;
}

.fancybox-title span.title {
    margin-bottom: 7px;
    padding-left: 12px;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title span.title, .fancybox-title .desc {
    color: #fff;
    display: block;
    font-weight: bold;
    font-size: 14px;
}

.fancybox-title span.title em {
    font-style: normal;
    font-weight: normal;
    color: #808285;
    padding-right: 5px;
}

.fancybox-title .desc {
    font-weight: normal;
    padding-left: 59px;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

/***********************************************************************************************************************
* FOOTER
*/

#pageFooter {
    background: url('images/footerBg.png') no-repeat;
    height: 164px;
    position: relative;
    padding: 0 26px;
    font-size: 11px;
}

#pageFooter nav {
    position: absolute;
    text-align: center;
    top: 25px;
    left: 0px;
    width: 100%;
    z-index: 100;
}

#pageFooter li {
    display: block;
    display: inline;
}

#pageFooter li a {
    padding: 0 12px;
}

#pageFooter li + li:before {
    content: " | ";
}

#footerUweLogo {
    width: 269px;
    height: 94px;
    background: url('images/footerUweLogo.png') no-repeat;
    display: block;
    position: absolute;
    left: 180px;
    top: 58px;
    z-index: 100;
}

#copyright {
    position: absolute;
    left: 470px;
    top: 107px;
    z-index: 100;
}

#footerShadow {
    background: url('images/footerShadow.png') center bottom no-repeat;
    width: 100%;
    height: 251px;
    position: absolute;
    left: 0;
    bottom: 0;
}

/*#overlapFish1 {*/
/*width: 214px;*/
/*height: 172px;*/
/*background: url('images/overlapFish1.png') no-repeat;*/
/*position: absolute;*/
/*left: -105px;*/
/*top: -140px;*/
/*}*/

/*#overlapFish2 {*/
/*width: 552px;*/
/*height: 233px;*/
/*background: url('images/overlapFish2.png') no-repeat;*/
/*position: absolute;*/
/*right: -480px;*/
/*top: -190px;*/
/*}*/

.build-calendar .countdown {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 95px;
    padding: 10px;
    position: absolute;
    text-align: center;
    top: 90px;
    width: 250px;
    z-index: 99;
}

.build-calendar .countdown ul {
    line-height: 1.2;
    margin-top: 15px;
}

/* jQuery Countdown styles 2.0.0. */
.is-countdown {
    padding: 10px 0;
}

.countdown-rtl {
    direction: rtl;
}

.countdown-holding span {
    color: #888;
}

.countdown-row {
    clear: both;
    width: 100%;
    padding: 0px 2px;
    text-align: center;
}

.countdown-show1 .countdown-section {
    width: 98%;
}

.countdown-show2 .countdown-section {
    width: 48%;
}

.countdown-show3 .countdown-section {
    width: 32.5%;
}

.countdown-show4 .countdown-section {
    width: 24.5%;
}

.countdown-show5 .countdown-section {
    width: 19.5%;
}

.countdown-show6 .countdown-section {
    width: 16.25%;
}

.countdown-show7 .countdown-section {
    width: 14%;
}

.countdown-section {
    display: block;
    float: left;
    font-size: 75%;
    text-align: center;
}

.countdown-amount {
    font-size: 200%;
}

.countdown-period {
    display: block;
}

.countdown-descr {
    display: block;
    width: 100%;
}

.aligncenter {
    display: block;
    margin: 0 auto;
}