/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

@font-face {
  font-family: 'Sansus Webissimo';
  src: url('../fonts/Sansus_Webissimo-Italic.eot'); /* IE9 Compat Modes */
  src: url('../fonts/Sansus_Webissimo-Italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/Sansus_Webissimo-Italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/Sansus_Webissimo-Italic.ttf')  format('truetype') /* Safari, Android, iOS */
}

/* General styles */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight
 */

/*::-moz-selection {
    background: #f39519;
    text-shadow: none;
}

::selection {
    background: #f39519;
    text-shadow: none;
}*/
.flex-video {
    overflow: visible;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 5px solid #e9e9e9;
    margin: 1.5em 0;
    padding: 0;
    clear: both;
}

audio,
canvas,
img,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img,
object,
embed {
  max-width: 100%;
  height: auto;
}

a {
    outline: none !important;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

abbr {
    cursor: help;
}

/* ==========================================================================
   Browse Happy / no JS prompt
   ========================================================================== */

.ltie7, .noJS { margin: 0; padding: 7px 20px; background: #d40000; text-align: center; }
.ltie7, .noJS, .ltie7 a, .noJS a { color: white; }
.ltie7 a:hover, .ltie7 a:focus, .noJS a:hover, .noJS a:focus { text-decoration: none; }

/* ==========================================================================
   Custom styles
   ========================================================================== */

body {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: normal;
    background: #1f1b1b;
    color: #fff;
}

a {
    color: #ffd72c;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

/* Typo */
h1, h2, h3, h4 {
    font-family: 'Sansus Webissimo';
    font-weight: normal;
    text-shadow: 0 1px rgba(0,0,0,.75);
}
h2 {
    margin-bottom: 1em;
    font-size: 2.5em;
    color: #ffe05d;
    line-height: normal;
}
h3 {
    margin-bottom: 1em;
    font-size: 2em;
    color: #ffe05d;
    line-height: normal;
}
h4 {
    margin-bottom: 1em;
    font-size: 1.5em;
    color: #ffe05d;
    line-height: normal;
}
h2+h3 {
    margin-top: -1em;    
}
h2+h4 {
    margin-top: -1.5em;
}

@media only screen and (min-width: 40.063em) { /* >= 641px */
    h2 {
        font-size: 3em;
    }
    h3 {
        font-size: 2.25em;
    }
    h2+h3 {
        margin-top: -1.25em;
    }
    h2+h4 {
        margin-top: -1.875em;
    }
}

p {
    font-size: 1.125em;
    line-height: normal;
    font-style: italic;
}
.section-wrapper ul {
    font-size: 1.125em;
    line-height: normal;
}

/* Off canvas menu */
.move-left .exit-off-canvas {
    box-shadow: 4px 0 7px rgba(0, 0, 0, 0.3);
    background: none;
}

.right-off-canvas-menu {
    background: #333;
}

/* Mobile Navigation */

.right-off-canvas-toggle {
    width: 44px;
    height: 43px;
    margin: auto;
    font-size: 0.875em;
    text-align: center;
    text-decoration: none;
    padding: 1em;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1.25em;
    z-index: 100;
    background: #eb1e14;
}

main {
    /*overflow: hidden;*/
}

/* Flaregames topbar */
#flaregames {display: none;}

.logoClick {
    display: inline-block;
    height: 35px;
    width: 130px;
    position: absolute;
    top: 0;
    left: 0;
}
@media only screen and (min-width: 40.063em) {
    #flaregames {
        display: block;
        background-color: #5a3038;
        background-image: url(../img/city_left.png);
        background-position: left top;
        background-repeat: no-repeat;
        border-bottom: solid 1px #000000;
        box-shadow: inset 0 -3px 0 rgba(0,0,0,.2);
    }

    #flaregames select {
        display: inline-block;
    }

    #flaregames a {
        color: white;
    }
    #topbar {
        position: relative;
    }
    #topbar ul {
        text-align: center;
        background-image: url(../img/city_right.png);
        background-position: right top;
        background-repeat: no-repeat;
    }
    #topbar ul li {
        display: inline-block;
        position: relative;
    }
    #topbar ul li a {
        font-size: .8em;
        font-style: normal;
        text-decoration: none;
        display: block;
        padding: 7px 0;
        margin: 0 30px;
    }
    .dropdown a:after {
        content:'';
        display: inline-block;
        width: 0;
        height: 0;
        position: relative;
        top: 3px;
        line-height: 0;
        margin-left: 10px;
        border: 4px solid transparent;
        border-top: 5px solid #f39519;
    }

    #topbar ul li ul.sublevel {
        display: none;
        text-align: left;
        padding: 0 20px;
        width: 150px;
        background-color: #000000;
        position: absolute;
        top: 35px;
        left: 0;
        z-index: 11;
        box-shadow: 0 10px 10px -5px rgba(0,0,0,.7);
        -webkit-backface-visability: hidden;
    }
    #topbar ul li ul.sublevel li {
        display: block;
    }
    #topbar ul li ul.sublevel li a {
        margin: 0;
    }
    #topbar ul li ul.sublevel li a:hover {
        color: #f39519;
    }
    #topbar ul li ul.sublevel li a:after {
        content: none;
    }
}

/* Hero Header */
#hero {
    /*height: 450px;    */
    max-height: 1000px;
    /*min-height: 450px;*/
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;   
}
.lt-ie9 #hero {
    padding-bottom: 0;
}

#hero:after {
    content: "";
    width: 100%;
    height: 342px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../img/hero-shader.png) repeat-x;
    background: -moz-linear-gradient(top, rgba(22,1,1,0) 0%, rgba(22,1,1,0.07) 11%, rgba(22,1,1,0.27) 31%, rgba(22,1,1,0.67) 62%, rgba(22,1,1,0.87) 80%, rgba(22,1,1,1) 98%, rgba(22,1,1,0.97) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(22,1,1,0)), color-stop(11%,rgba(22,1,1,0.07)), color-stop(31%,rgba(22,1,1,0.27)), color-stop(62%,rgba(22,1,1,0.67)), color-stop(80%,rgba(22,1,1,0.87)), color-stop(98%,rgba(22,1,1,1)), color-stop(100%,rgba(22,1,1,0.97)));
    background: -webkit-linear-gradient(top, rgba(22,1,1,0) 0%,rgba(22,1,1,0.07) 11%,rgba(22,1,1,0.27) 31%,rgba(22,1,1,0.67) 62%,rgba(22,1,1,0.87) 80%,rgba(22,1,1,1) 98%,rgba(22,1,1,0.97) 100%);
    background: -o-linear-gradient(top, rgba(22,1,1,0) 0%,rgba(22,1,1,0.07) 11%,rgba(22,1,1,0.27) 31%,rgba(22,1,1,0.67) 62%,rgba(22,1,1,0.87) 80%,rgba(22,1,1,1) 98%,rgba(22,1,1,0.97) 100%);
    background: -ms-linear-gradient(top, rgba(22,1,1,0) 0%,rgba(22,1,1,0.07) 11%,rgba(22,1,1,0.27) 31%,rgba(22,1,1,0.67) 62%,rgba(22,1,1,0.87) 80%,rgba(22,1,1,1) 98%,rgba(22,1,1,0.97) 100%);
    background: linear-gradient(to bottom, rgba(22,1,1,0) 0%,rgba(22,1,1,0.07) 11%,rgba(22,1,1,0.27) 31%,rgba(22,1,1,0.67) 62%,rgba(22,1,1,0.87) 80%,rgba(22,1,1,1) 98%,rgba(22,1,1,0.97) 100%);
    z-index: 0;
}
@media only screen and (max-width: 40em) { /* <= 640px */
    #hero {
        background-image: url(../img/hero_royal-revolt2_mobile.jpg) !important;
    }
}
@media only screen and (min-width: 40.063em) { /* >= 641px */
    #hero {
        height: 650px;         
    }    
}
@media (min-height: 500px) and (min-width: 1024px) { /* >= 500px */
    #hero {
        height: 89%;
    }
    #hero h1 {
        margin-top: 160px;
    }
}
@media only screen and (min-width: 90.063em) { /* >= 1441px */ 
    #hero {
        /*height: 850px;*/
        padding-bottom: 0;
    }
}
#hero h1 {
    max-width: 498px;
    width: 80%;
    margin: 20% auto 0;
    padding-bottom: 40%;
    background: url(../img/royalrevolt2_logo.png) bottom center no-repeat;
    background-size: contain;
    position: relative;
    z-index: 1;
}
.full-container {
    width: 100%;
    height: 100%;
    position: relative;
}
.top-bricks {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    height: 12px;
    background: url(../img/mauer_top_pattern.png) repeat-x;
}
.postertext {
    height: 100%;
    text-align: center;
    position: relative;
}
#hero .bottom-wrapper {
    height: 100%;
    padding-bottom: 12%;    
    padding-top: 105px;
    vertical-align: bottom;
}
@media only screen and (min-width: 40.063em) { /* >= 641px */
    #hero h1 {
        width: 70%;
        margin-left: 0;
        padding-bottom: 33%;
    }
    .postertext {
        text-align: left;
    }
    .full-container {
        position: absolute;
    }
    #hero .bottom-wrapper {
        padding: 0; 
    }    
}

@media only screen and (min-width: 48em) { /* >= 768px */
    #hero h1 {
        margin-top: 160px;
        margin-left: 8%;
        margin-bottom: 40px;
        padding: 0;
        width: 498px;
        height: 256px;
    }
}
@media only screen and (min-width: 90.063em) { /* >= 1441px */ 
    #hero h1 {
        margin-top: 230px;
    }    
}    
.poster-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

/* Navigation */

#main-nav {
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 5;
}
.nav-container {
    padding-bottom: 11px;
    position: relative;
    background: url(../img/mauer_bottom_pattern.png) center bottom repeat-x;
    /*background-size: 619.5px 6px;*/
}
#main-nav.sticky {
    top: -10px;
    z-index: 100;
}
.nav-wall {
    padding: 13px 0;
    position: relative;
    z-index: 2;
    background: #444 url(../img/mauer_pattern.png) center bottom;
    background-size: 280px 280px;
}
.nav-wall>.column {
    padding: 0;
}
#stores-wrapper {
    position: relative;
    z-index: 1;    
}

@media only screen and (min-width: 40.063em) { /* >= 641px */
    #stores-wrapper {
        position: absolute;
        top: 0;   
    }     
    .nav-container, .stores-container {
        padding: 0;
        background: none;
    }
    .nav-wall {
        height: 106px;
        padding: 1.125em 0;
        background: url(../img/navi-wall.png) center top no-repeat;
        background-size: auto;
    }
    .stores-wall {
        height: 417px;
        background: none;
    }
    .stakes-left {
        width: 109px;
        height: 152px;
        position: absolute;
        left: 5.7%;
        top: -72px;
        background: url(../img/stakes-left.png);
    }
    .stakes-right {
        width: 109px;
        height: 146px;
        position: absolute;
        right: 5.7%;
        top: -63px;
        background: url(../img/stakes-right.png); 
    }    
}
#main-nav ul {
    list-style: none;
    text-align: center;
}
#main-nav li {
    margin-bottom: .5em;
    display: block;
}
#main-nav li.social + li.social {
    margin-left: 0;
}
#main-nav li:first-child {
    margin-left: 0;
}
#main-nav li .btn {
    min-width: 40%;
}

li.social .icon {
    position: relative;
    top: -7px;
}

@media only screen and (min-width: 40.063em) { /* >= 641px */  
    #main-nav {
        height: 106px;
        top: auto;
        bottom: -55px;
    }    
    #main-nav li {
        display: inline-block;
    }    
}
@media only screen and (min-width: 55.625em) { /* >= 890px */
    #main-nav li {
        margin-left: 1.5em;
    }   
}

#stores-wrapper .flag, #royal-history .flag {
    display: none;
}
.flag {
    width: 257px;
    height: 79px;
    background: url(../img/playforfreeflag.png) left top no-repeat;
    display: block;
}
.flag.mobile {
    position: absolute;
    right: 0;
    bottom: -25px;
    z-index: 3;
    background-position: 10px top;    
}

.stores {
    margin: 0;
    list-style: none;
    position: relative;
}
.stores li {
    margin-bottom: 1.25em;
    text-align: center;
}
.stores li a {
    max-width: 146px;    
    display: inline-block;
    position: relative;
    -webkit-transition: -webkit-transform 200ms ease 0s;
       -moz-transition: -moz-transform 200ms ease 0s;
        -ms-transition: -ms-transform 200ms ease 0s;
         -o-transition: -o-transform 200ms ease 0s;
            transition: transform 200ms ease 0s;
}
.stores li a:hover,
.stores li a:focus {
    -webkit-backface-visibility: hidden;            
    -webkit-transform: translate3d(0,0,0) scale(1.06);
    -moz-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
}

.stores li a span {
    content: "";
    margin: 0;
    width: 106%;
    height: 123%;
    position: absolute;
    left: -5px;
    top: -2px;
    background: url(../img/store-button-frame.png) no-repeat;
    background-size: contain;  
}

@media only screen and (min-width: 40.063em) { /* >= 641px */
    .stores-wall {
        padding-top: 36%;        
    }
    #stores-wrapper .flag {
        display: block;
        position: absolute;
        top: 33px;
    }
    .flag.mobile {
        display: none;
    }
    #stores-wrapper {
        width: 257px;
        padding-top: 20px;
        padding-bottom: 110px;
        background: url(../img/flagpole.png) right top no-repeat;
        position: absolute;
        right: 11.5%;
        top: auto;
        bottom: 0;
        z-index: 1;
    }   
    #stores-wrapper .stores li {
        margin-bottom: 0.75em;
        text-align: right;
    }
    #stores-wrapper .stores li a {
        max-width: none;
        width: 60%;
        margin-right: -27%;
    }
    .stores-container .stores:before {
        content:"";
        position: absolute;
        top: -13px;
        left: 81%;
        width: 81px;
        height: 14px;
        background: url(../img/scroll-top.png) no-repeat;
        z-index: 1;
        pointer-events: none;
    }

    .stores-container .stores:after {
        content:"";
        position: absolute;
        bottom: -1px;
        left: 81%;
        width: 81px;
        height: 14px;
        background: url(../img/scroll-bottom.png) no-repeat;
        z-index: 1;
        pointer-events: none;
    }    
}

/* Section 'Game' */
.section-wrapper {
    padding: 2.5em 0;
}

.section-wrapper > .row, .section-wrapper .vertical-center {
    height: 100%;
}

#game {
    background: url(../img/mauer_pattern.png);
    position: relative;
    padding-bottom: 0;  
    background-size: 280px 280px;
}
@media only screen and (min-width: 40.063em) {
    #game {
        background-size: 560px 560px;
    }
}
.wall-shadow {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+);
    background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.6) 0, rgba(0,0,0,0) 45%);
    background-image: -o-linear-gradient(bottom, rgba(0,0,0,.6) 0, rgba(0,0,0,0) 45%);
    background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.6) 0, rgba(0,0,0,0) 45%);
    background-image: linear-gradient(bottom, rgba(0,0,0,.6) 0, rgba(0,0,0,0) 45%);  
}

#game .wall-shadow {
    padding-bottom: 170px;     
}

@media only screen and (min-width: 40.063em) { /* >= 641px */
    .section-wrapper {
        padding: 6em 0;
    }    
    #game {
        padding: 6.25em 0 0;
    }
}

#game .intro {
    margin-bottom: 1.5em;
}
.intro p {
    font-size: 20px;
}

#game .content {
    position: relative;
}
#game .intro, #game .movies {
    position: relative;
    z-index: 10;
}
.movies {
    text-align: center;
}
.movies .movie {
    margin-bottom: 10px;
}

.lawn {
    height: 239px;
    margin-top: -90px;
    background-image: url(../img/lawn_min.png);
    background-repeat: repeat-x;
    position: relative;
    bottom: -22px;
    z-index: 3;
    text-align: center;
}
.lawn .row {
    height: 100%;
    position: relative;
}
#rich-prince {
    margin: -180px auto 0;
    max-width: 500px;
    z-index: 1;
}

@media only screen and (min-width: 40.063em) { /* >= 641px */
    .lawn {
        text-align: right;
    }
    #rich-prince {
        max-width: 670px;
        width: auto;
        position: absolute;
        right: 0;
        bottom: 80px;
    }   
}
@media only screen and (min-width: 64em) { /* >= 1024px */
    #rich-prince {
        max-width: none;
        width: 783px;
        height: 509px;
        right: 0;
    }
}

/* Section 'Royal Revolt 2 features' */
#features {
    background: #232c3c;
    position: relative;
    -webkit-box-shadow: inset 0 -120px 90px -90px rgba(0,0,0,0.5), inset 0 120px 90px -90px rgba(0,0,0,0.5);
       -moz-box-shadow: inset 0 -120px 90px -90px rgba(0,0,0,0.5), inset 0 120px 90px -90px rgba(0,0,0,0.5);
            box-shadow: inset 0 -120px 90px -90px rgba(0,0,0,0.5), inset 0 120px 90px -90px rgba(0,0,0,0.5);    
}
#features > .row {
    position: relative;
    z-index: 3;
}
#features h3+ul {
    margin-top: 2.25em;
}

#features ul li {
    font-style: italic;
    margin-bottom: .75em;
    padding-left: 40px;
    background: url(../img/crown.png) no-repeat;
}

@media only screen and (min-width: 48em) { /* >= 768px */
    #features {
        height: 630px;
    }
}

.golden-seperator {
    height: 23px;
    margin-top: -4px;
    /* margin-bottom: -8px; */
    margin-bottom: -12px;
    background: url(../img/sprite.png) left -60px repeat-x;
    position: relative;
    z-index: 2;
}

.lt-ie9 .golden-seperator {
    z-index: 0;
}

/* Section 'screenshots' */

#screenshots {
    background: url(../img/mauer_pattern.png);
    position: relative;
    padding: 0;    
    background-size: 280px 280px;
}
@media only screen and (min-width: 40.063em) {
    #screenshots {
        background-size: 560px 560px;
    }
}
#screenshots .zoom.goldenborder {
    margin-bottom: 2.25em;
}
a.zoom {
    max-width: 100%;
    display: inline-block;
    position: relative;
}
#screenshots a {
    cursor: default;
}
h3 + .goldenborder {
    margin-top: -1em;
}
.goldenborder, .flexslider.goldenborder {
    margin-bottom: 2.25em;
    position: relative;
    border: 2px solid #eaa37d;    
    -webkit-box-shadow: 0 10px 30px rgba(0,0,0,1);
       -moz-box-shadow: 0 10px 30px rgba(0,0,0,1);
            box-shadow: 0 10px 30px rgba(0,0,0,1);
}
span.goldenborder, a.goldenborder {
    display: inline-block;
    max-width: 100%;
}
@media only screen and (min-width: 40.063em) { /* >= 641px */
    .goldenborder, .flexslider.goldenborder {
        border: 0;
    }
}
a.zoom .enlarge {
    left: 50%;
    position: absolute;
    margin-left: -28px;
    bottom: -30px;
    z-index: 4;
}

.goldenborder:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    -webkit-box-shadow: inset 0 0 20px rgba(0,0,0,1), inset 0 0 30px rgba(0,0,0,1);
       -moz-box-shadow: inset 0 0 20px rgba(0,0,0,1), inset 0 0 30px rgba(0,0,0,1);
            box-shadow: inset 0 0 20px rgba(0,0,0,1), inset 0 0 30px rgba(0,0,0,1);
    pointer-events: none;
}

.goldenborder.video:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEQTQxQ0ZBOTFDQjIxMUU0QTc1NTlCMjU3NjkxNTQyMyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEQTQxQ0ZBQTFDQjIxMUU0QTc1NTlCMjU3NjkxNTQyMyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkRBNDFDRkE3MUNCMjExRTRBNzU1OUIyNTc2OTE1NDIzIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkRBNDFDRkE4MUNCMjExRTRBNzU1OUIyNTc2OTE1NDIzIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+KgDuWQAAAB5JREFUeNpiZGBg8GWgJmAcNRGvwv///xNlIkCAAQDnHQSFTZqUygAAAABJRU5ErkJggg==);
    z-index: 0;
}
.no-datauri .goldenborder.video:before {
    background: url(../img/scanlines.png);
}
.icon.play {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -38.5px;
    margin-top: -38.5px;
}
@media only screen and (min-width: 40.063em) { /* >= 641px */
    .icon.play.large {
        margin-left: -66px;
        margin-top: -66px;   
    }
}

.overlay {
    padding: 20px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,.8);
    -webkit-transition: all .3s ease-in-out;
       -moz-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
    opacity: 0;
}

.overlay ul a {
    display: none;
}

.goldenborder:hover .overlay, .goldenborder:focus .overlay,
.goldenborder.hover .overlay {
    opacity: 1;
}
.goldenborder:hover .overlay ul a, .goldenborder:focus .overlay ul a,
.goldenborder.hover .overlay ul a {
    display: block;
}

.no-rgba .goldenborder .overlay {
    display: none;
    background: url(../img/black_alpha80.png);
}

.no-rgba .goldenborder:hover .overlay, .no-rgba .goldenborder:focus .overlay {
    display: block;
}

.overlay li {
    width: 50%;
    display: block;
    float: left;
}



/* Frame sprite */
.frame {
    position: absolute;
    pointer-events: none;
    /*display: none;*/
}
.frame.tl, .frame.tr, .frame.br, .frame.bl, .frame.lt, .frame.rt {
    background: url(../img/bigborders.png) no-repeat;
    z-index: 4;    
}
.frame.tp, .frame.rt, .frame.bt, .frame.lt {
    z-index: 3;    
}
.frame.tp, .frame.bt {
    left: 0;
    background: url(../img/bigborders_horz.png) repeat-x;
}
.frame.tl, .frame.tr, .frame.br, .frame.bl {   
    width: 68px;
    height: 68px;
}
.frame.tl {
    left: -4px;
    top: -5px;
    background-position: 0 0;
}
.frame.tr {
    right: -5px;
    top: -5px;
    background-position: -68px 0;
}
.frame.br {
    right: -5px;
    bottom: -10px;
    background-position: -68px -68px;
}
.frame.bl {
    left: -4px;
    bottom: -10px;
    background-position: 0 -68px;
}
.frame.tp, .frame.bt {
    left: 5px;
    right: 5px;
}
.frame.tp {
    height: 26px;
    top: -5px;
    background-position: 0 0;    
}
.frame.bt {
    height: 32px;
    bottom: -10px;
    background-position: 0 -28px;    
}
.frame.rt, .frame.lt {
    width: 25px;
    margin: auto;
    top: 5px;
    bottom: 5px;
    background-repeat: repeat;
}
.frame.rt {
    right: -5px;
    background-position: -182px 0;    
}
.frame.lt {
    left: -5px;
    background-position: -155px 0;    
}

/* Section 'Media' */
#media {
    position: relative;
    background: url(../img/vorhang_pattern.png) 0 -90px;
    position: relative;
    -webkit-box-shadow: inset 0 -120px 90px -90px rgba(0,0,0,0.5), inset 0 120px 90px -90px rgba(0,0,0,0.5);
       -moz-box-shadow: inset 0 -120px 90px -90px rgba(0,0,0,0.5), inset 0 120px 90px -90px rgba(0,0,0,0.5);
            box-shadow: inset 0 -120px 90px -90px rgba(0,0,0,0.5), inset 0 120px 90px -90px rgba(0,0,0,0.5);
}
#media:before {
    content: "";
    width: 100%;
    height: 4px;
    position: absolute;
    left: 0;
    top: 10px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAECAYAAABV5LW0AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2lpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo2MzQ3QzA5QjgxNTdFMzExQTM3OUVGNjhENzU2QTEzRiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo4QzJERDcxNTFDQTAxMUU0QTlGQUMzMUM3Njk1QTYxMSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo4QzJERDcxNDFDQTAxMUU0QTlGQUMzMUM3Njk1QTYxMSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6ODNjNDI1MDYtOGM5OS00NjQ2LTg0NzYtMGM4MzhmZDg4NDcwIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjYzNDdDMDlCODE1N0UzMTFBMzc5RUY2OEQ3NTZBMTNGIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+vyS0lAAAAGxJREFUeNpiZGBgUAdiSSDmYkAFd4D4ORB/RhNnYDTi4xNduTEg+8/P9ygSz199Z9BTrJ8kYmv7DkPTrY4OYVZeXhVuVVVpZAlmTs4frMLCD/m0tK5iaDpoZsYGpHmBmA1N7hfUab/QNQEEGACvNhgyvbUSZwAAAABJRU5ErkJggg==") repeat-x;
    z-index: 0;
}

#media-slider {
    margin-bottom: 0;
}
.mediaslider-wrapper {
    margin-bottom: 1em;
    position: relative;
}
#media .princess {
    position: absolute;
    left: 0;
    bottom: -70px;
    display: none;
}

@media only screen and (min-width: 40.063em) { /* >= 641px */
    #media:after {
        content: "";
        position: absolute;
        left: 50%;
        top: -60px;
        width: 118px;
        height: 137px;
        margin-left: -59px;
        background: url(../img/sprite.png) no-repeat;
        background-position: -58px -85px;
        z-index: 2;
    }
}

@media only screen and (min-width: 64em) { /* >= 1024px */
    .mediaslider-wrapper {
        background: url(../img/lancesnswords.png) 12% top no-repeat;
        padding-top: 2em;
        margin-top: -2em;
        margin-bottom: 3em;
    }    
    #media .princess {
        margin-left: -30px;
        display: block;
    }
}

/* Section 'Royal Revolt' */
#royal-history {
    padding: 0;
    position: relative;
}

ul.tabs{
    list-style: none;
    position: absolute;
    z-index: 3;
    top: 30px;
    width: 100%;
    text-align: center;
}
ul.tabs li {
    font-style: italic;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    height: 54px;
    text-shadow: 0 2px 4px rgba(0,0,0,.8);
    padding: 15px 0 15px 30px;
    margin-right: 30px;
    width: 70%;
}
ul.tabs li:hover {
    color: #ffe05d;
}
ul.tabs li.current {
    position: relative;
    color: #ffe05d;
    background: url(../img/menu-frames.png) repeat-x left;
}
ul.tabs li.current:after {
    content: '';
    position: absolute;
    right: -30px;
    display: inline-block;
    width: 30px;
    height: 54px;
    top:0;
    background: url(../img/menu-frames.png) no-repeat right;
}

.tab-content{
    display: none;
    padding: 10em 0 6em;
    box-shadow: inset 0 -60px 120px -20px rgba(0,0,0,.8);
    text-align: center;
    color: #ffe05d;
    background-repeat: no-repeat;
    background-position: right top;
    background-size: cover;    
}

.tab-content.current{
    display: inherit;
}


.rr-logo-big {
    margin-bottom: 25px;
}

@media only screen and (min-width: 40.063em) { /* >= 641px */
    ul.tabs{
        text-align: left;
        top: 75px;
        padding-left: 50px;
    }
    ul.tabs li {
        display: inline-block;
        width: auto;
    }
    .tab-content{
        min-height: 650px;
    }
    .lt-ie9 .tab-content{
        min-height: 0;
    }
    #royal-history .flag {
        position: absolute; 
        top: 50px;
        right: 0;
        display: block;
    }
}

/*.no-backgroundsize #hero h1,*/
/*.no-backgroundsize #hero,*/
.no-backgroundsize .stores li a span,
.bg-slider li,
.content-switch-wrapper .tab-content,
.tab-content .stores a span {
    -ms-behavior: url(js/backgroundsize.min.htc);
    behavior: url(js/backgroundsize.min.htc);
}

/* ==========================================================================
   Footer
   ========================================================================== */

footer#footer {
    background: url(../img/mauer_pattern.png);
    position: relative;
    min-height: 300px;
    padding-bottom: 60px;
    text-align: center;
    background-size: 280px 280px;
}
@media only screen and (min-width: 40.063em) {
    footer#footer {
        background-size: 560px 560px;
    }
}
footer#footer .top-bricks {
    top:-12px;
}

footer#footer li,
footer#footer li a,
.support p {
    color: white;
    font-size: 1.2rem;
}
footer#footer li a {
    text-decoration: none;
}

/* Royal Revolt Tabs */
nav.rr-tab-wrapper.row {
    margin-top: -10px;
    margin-bottom: 2em;
    overflow: hidden;
}
ul.rr-tabs {
    list-style: none;
    position: relative;
    left: 50%;
    float: left;
}
ul.rr-tabs li {
    width: 50%;
    float: left;
    position: relative;
    right: 50%;
}
ul.rr-tabs li a {
    max-width: 100%;
    padding: 18px 31px 16px;    
    display: inline-block;
    background: rgba(0,0,0,.4);
    background: url(../img/tab.png) repeat-x center bottom;
    background-size: contain;  
}
@media only screen and (min-width: 28.125em) { /* >= 450px */
    ul.rr-tabs li a {
        padding: 35px 49px 20px;
    }
}

ul.rr-tabs li a {
    position: relative;    
    left: -6px;
}
ul.rr-tabs li:first-child a {
    left: auto;
    right: -6px;
}

ul.rr-tabs li a.active {
    background: url(../img/tab-active.png) no-repeat center bottom;
    background-size: contain;
    position: relative;
    z-index: 1;
}
.rr-tab-content {
    display: none;
}
.rr-tab-content .stores {
    text-align: center;
}
#royal-revolt-ii-tab {
    display: block;
}

.rr-tab-content .stores li {
    margin: 0 10px 20px;
    display: inline-block;
}
.rr-tab-content .stores a {
    max-width: 100%;    
    position: relative;
    display: inline-block;
}

.rr-tab-content .stores a img {
    display: inline-block;
}

.rr-tab-content .stores a span {
    margin: 0;
    width: 106%;
     height: 123%; 
    /*height: 254%;*/
    position: absolute;
    left: -3px;
    /* top: -5px; */
    top: -1px;
    background: url(../img/store-button-frame.png) no-repeat;
    background-size: contain;  
}

.footerlogo {
    display: inline-block;
}

.legal, .support {
    margin-top: 1px;
    margin-bottom: 1px;
    padding-top: 40px;
    padding-bottom: 40px;
}
.legal {
    border-bottom: solid 1px rgba(0,0,0,.3);    
}
.support {
    margin-top: 0px;
}
.support {
    border-top: solid 1px rgba(255,255,255,.1);
}
.wappen, .credits {
    margin-top: 30px;
    text-align: center;
}
.credits h4 {
    padding-top: 20px;
    font-size: 1.125em;
    color: #1e1f23;
    font-weight: bold;
    text-shadow: 0 1px 0 rgba(255,255,255,.11);
}
@media only screen and (min-width: 40.063em) { /* >= 641px */
    footer#footer {
        text-align: left;
    }
    .legal, .support {
        padding-top: 0;
        padding-bottom: 0;
    }
    .rr-downloads {
        margin-top: 50px;
    }
    .ico-footer {
        float: left;
    }
    .ico-footer.book {
        padding-top: 20px;
    }
    .foot-content-wrapper {
        padding-left: 115px;
    }
    section.footer-content {
        margin-top: 30px;
    }
    footer#footer li,
    footer#footer li a,
    .support p {
        font-size: 0.875em;
    }
    .legal, .support, .rr-downloads {
        border-top: none;
        border-bottom: none;
    }
    .legal {
        position: relative;
        border-right: solid 1px rgba(255,255,255,.1);
    }
    .legal:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        border-left: solid 1px rgba(0,0,0,.4);
    }
    .support {
        
    }
}
@media only screen and (min-width: 64em) { /* >= 1024px */
    .support {
        /*border-right: solid 1px rgba(0,0,0,.4);*/
    }
    .rr-downloads {
        margin-top: 0;
        /*border-left: solid 1px rgba(255,255,255,.1);*/
    }
}

@media only screen and (max-width: 40em) { /* <= 640px */
    .rr-downloads {
        overflow: hidden;
        padding-top: 120px;
    }
    .rr-downloads:before {
        content: "";
        width: 257px;
        height: 79px;
        position: absolute;
        right: -3px;
        top: 0;
        background: url(../img/playforfreeflag.png) left top no-repeat;
        display: block;
    }
}

/* ==========================================================================
   Icons / Buttons
   ========================================================================== */

.icon, .btn[href^="http://"]:after, .flex-direction-nav a {
    display: inline-block;
    vertical-align: middle;
    background: url(../img/sprite.png) left top no-repeat;
}
.btn .icon {
    width: 20px;
    height: 20px;
}
.icon.home {
    background-position: -160px 1px;
}
.icon.download {
    height: 18px;
    background-position: -238px 0px;
}
.icon.enlarge {
    width: 55px;
    height: 56px;
    text-indent: -9999px;    
    background-position: 0 -85px;
}
.icon.play {
    width: 77px;
    height: 77px;
    background-position: -292px -85px;
}
@media only screen and (min-width: 40.063em) { /* >= 641px */
    .icon.play.large {
        width: 132px;
        height: 132px;
        background-position: -174px -148px;
    }
}
a.flex-prev {
    width: 55px;
    height: 56px;
    text-indent: -9999px;    
    background-position: -177px -85px;
}
a.flex-next {
    width: 55px;
    height: 56px;
    text-indent: -9999px;    
    background-position: -235px -85px;
}

a.flex-disabled {
    opacity: 0 !important;
}

.btn {
    font-family: 'Sansus Webissimo';    
    margin-right: 17px;
    padding-left: 17px;
    color: #6a1a07;
    font-size: 1.25em;
    text-shadow: 0 1px 0 #fff;    
    line-height: 2.4em;
    display: inline-block;
    height: 53px;
    background: url(../img/buttons.png) left top no-repeat;
    text-decoration: none;    
}
.lt-ie9 .btn {
    margin-right: 60px;
}
.btn:before {
    content: "";
    width: 17px;
    height: 53px;
    margin-right: -17px;
    display: block;
    background: url(../img/buttons.png) right top no-repeat;
    float: right;
}
.btn:hover,
.btn:focus {
    color: #6a1a07;
    background-position: left bottom;
    text-decoration: none;
}
.btn:hover:before,
.btn:focus:before {
    background-position: right bottom;
}
.btn[href^="http://"]:after {
    content: "";
    width: 15px;
    height: 17px;
    margin-left: 6px;
    background-position: -120px 0;
}
.btn.small {
    padding-left: 22px;
}
.btn.small:before {
    width: 22px;
    margin-right: -22px;
    padding-right: 22px;
}

@media only screen and (min-width: 48em) { /* >= 768px */
    .btn:before {
        width: 30px;
        margin-right: -30px;
    }
    .btn {
        margin-right: 30px;
        padding-left: 30px;        
    }
}

li.social {
    display: inline-block !important;
    padding-top: 20px;
}
li.social .icon {
    width: 62px;
    height: 62px;
    margin: 0;
    line-height: normal;
}
li.social .icon.twitter {
    background-position: -80px -240px;
}
li.social .icon.facebook {
    background-position: 0 -240px;    
}
/* li.social .icon.twitter {
    background-position: 0 0;    
}
li.social .icon.facebook {
    background-position: -54px 0;
} */

@media only screen and (min-width: 40.063em) { /* >= 641px */
    li.social {
        padding-top: 0;
        position: relative;
        top: 5px;
    }
}

/* Mobile menus */
#menu-toggle, #download-toggle {
    margin: 0;
    position: absolute;
    top: 13px;
    z-index: 3;
}
#menu-toggle {
    left: 10px;
}
#download-toggle {
    right: 30px;
}
#menu-toggle.open,
#download-toggle.open {
    z-index: 6;
}

@media only screen and (min-width: 40.063em) { /* >= 641px */
    #menu-toggle, #download-toggle {    
        display: none;
    }    
}
.menu-icon {
    width: 44px;
    height: 43px;
    margin: auto;
    text-align: center;
    text-decoration: none;
    padding: 1em;
    right: 1.25em;
    z-index: 100;
    background: #ffdf5d;
    position: absolute;
    top: 0;
    bottom: 0;
    display: block;
}
.hamburger {
    width: 17px;
    height: 17px;
    display: inline-block;    
    position: relative;
    vertical-align: middle;
}
.hamburger:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 0;
    top: 0;
    margin-left: -50%;
    left: 50%;
    box-shadow:
    0 0px 0 2px #6a1a07,
    0 1px 0 2px #fff,
    0 7px 0 2px #6a1a07,
    0 8px 0 2px #fff,
    0 14px 0 2px #6a1a07,
    0 15px 0 2px #fff;
}

/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */


/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
    font-family: 'flexslider-icon';
    src:url('../fonts/flexslider-icon.eot');
    src:url('../fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'),
        url('../fonts/flexslider-icon.woff') format('woff'),
        url('../fonts/flexslider-icon.ttf') format('truetype'),
        url('../fonts/flexslider-icon.svg#flexslider-icon') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
/*.flexslider { margin: 0 0; position: relative; zoom: 1; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }*/

/* Direction Nav */
/*.flex-direction-nav {*height: 0;}
.flex-direction-nav a  { text-decoration:none; display: block; width: 40px; height: 40px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color: rgba(0,0,0,0.8); text-shadow: 1px 1px 0 rgba(255,255,255,0.3); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }
.flex-direction-nav .flex-prev { left: -50px; }
.flex-direction-nav .flex-next { right: -50px; text-align: right; }
.flexslider:hover .flex-prev { opacity: 0.7; left: 10px; }
.flexslider:hover .flex-next { opacity: 0.7; right: 10px; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
.flex-direction-nav a:before  { font-family: "flexslider-icon"; font-size: 40px; line-height:1; display: inline-block; content: '\f001'; }
.flex-direction-nav a.flex-next:before  { content: '\f002'; }*/

/* Pause/Play */
/*.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.flex-pauseplay a:before  { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover  { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '\f003'; }*/

/* Control Nav */
/*.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); box-shadow: inset 0 0 3px rgba(0,0,0,0.3); }
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}*/

@media screen and (max-width: 1210px) {
  .flex-direction-nav .flex-prev { opacity: 1; left: -10px;}
  .flex-direction-nav .flex-next { opacity: 1; right: -10px;}
}

.bg-slider {
    height: 100%;
    width: 100%;
    list-style: none;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.bg-slider ul.slides {
    height: 100%;
}
.bg-slider ul.slides li {
    height: 100%;
    background-repeat: no-repeat;
    background-position: left 50%;
    background-size: cover !important;
    -webkit-box-shadow: inset 0 -120px 90px -90px rgba(0,0,0,0.5), inset 0 120px 90px -90px rgba(0,0,0,0.5);
       -moz-box-shadow: inset 0 -120px 90px -90px rgba(0,0,0,0.5), inset 0 120px 90px -90px rgba(0,0,0,0.5);
            box-shadow: inset 0 -120px 90px -90px rgba(0,0,0,0.5), inset 0 120px 90px -90px rgba(0,0,0,0.5);        
}
.bg-slider .flex-direction-nav {
    display: none;
}

.bg-slider .flex-control-nav:before,
.bg-slider .flex-control-nav:after,
.bg-slider .flex-control-nav,
.bg-slider .flex-control-paging li a {
    background-image: url(../img/pagination.png);
    background-repeat: no-repeat;
}
.bg-slider .flex-control-nav:before,
.bg-slider .flex-control-nav:after{
    height: 66px;
    position: absolute;
    z-index: 1;
}

.bg-slider .flex-control-nav {
    padding-top: 19px;
    padding-bottom: 19px;
    left: 48.5%;
    position: absolute;    
    bottom: -6px;
    z-index: 3;
    background-position: -43px top;
}
.bg-slider .flex-control-nav:before {
    content: "";
    width: 43px;
    left: -43px;
    top: 0;
    background-position: left top;
}
.bg-slider .flex-control-nav:after {
    content: "";
    width: 43px;
    height: 66px;
    right: -43px;
    top: 0;
    background-position: right top;
}
.bg-slider .flex-control-nav li {
    margin-left: 4px;
    margin-top: 5px;
    display: inline-block;
    position: relative;
    z-index: 2;
}
.bg-slider .flex-control-nav li:first-child {
    margin-left: -14px;
}
.bg-slider .flex-control-nav li:last-child {
    margin-right: -14px;
}
.bg-slider .flex-control-paging li a {
    width: 20px;
    height: 17px;
    display: block;
    cursor: pointer;
    text-indent: -9999px;
    background-position: -24px -66px;
}
.bg-slider .flex-control-paging li a.flex-active {
    background-position: 0 -66px;
}

/* Flexslider for Media */
.flexslider.stage {
    background: #000;    
    position: relative;
    z-index: 2;
}

.flexslider.carousel {
    margin-left: 5%;
    margin-right: 5%;
    background: #000;
    position: relative;
    z-index: 1;
    display: none;
}
.flexslider.carousel ul.slides li {
    -moz-user-select:none;    
    cursor: pointer;
    opacity: .4;
}
.flexslider.carousel ul.slides li.flex-active-slide {
    opacity: 1;
}
@media only screen and (min-width: 40.063em) { /* >= 641px */
    .bg-slider .flex-control-nav {
        left: 27%;
        bottom: 22px;
    }    
    .flexslider.carousel {    
        display: block;
    }
}

a.flex-prev {
    margin-top: -23px;    
    position: absolute;
    top: 50%;
    left: -25px;
    z-index: 5;
}
a.flex-next {
    margin-top: -23px;
    position: absolute;
    top: 50%;
    right: -25px;
    z-index: 5;    
}

.flexslider.carousel a.flex-prev {
    left: -25px !important;
}
.flexslider.carousel a.flex-next {
    right: -25px !important;
}

@media only screen and (min-width: 40.063em) { /* >= 641px */
    .flexslider.stage .flex-direction-nav a {
        opacity: 0;
        -webkit-transition: all .3s ease;
           -moz-transition: all .3s ease;
                transition: all .3s ease;
    }

    .flexslider.stage:hover .flex-direction-nav a {    
        opacity: 1;
    }
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.icon,
li.social a,
.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.icon:before,
li.social a:before,
.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders
 */

.visuallyhidden, .tagline {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix */


.clearfix:before,
.clearfix:after,
.nav-wall:before,
.nav-wall:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after,
.nav-wall:after {
    clear: both;
}

/*
 * extended clearfix for IE 6/7 only
 */

.clearfix
.nav-wall {
    *zoom: 1;
}
/* centering */

.text-center, .content-center { text-align: center; }

.vertical-center:before, .overlay:before {
  content: "";
  display: inline-block;
  height: 100%; 
  margin-left: -.32em; 
  vertical-align: middle;
 }
 
.text-center .centered, .content-center .centered, .vertical-center .centered, .overlay .centered {
    width: 100%;    
    display: inline-block;
}
.vertical-center .centered, .overlay .centered {
    vertical-align: middle;
}


/* Helper class to highlight undefined content like layout images or dummy text */

.lorem {
    color: fuchsia !important;
}

/* Debug class and Debug Monitor styles */

.debug { border: 1px solid #d66; background: rgba(221,102,102,.20); }
.debugMonitor {
    position: fixed;
    left: 0;
    top: 0;
    padding: 10px;
    color: white;
    background: rgba(0,0,0,0.5);
    z-index: 200;
}
.lt-ie9 .debugMonitor { background: #000; }

/* pos rel */
.relative { position: relative; }
.absolute { position: absolute; }

.sticky {
    position: fixed !important;
}

/* Remove iOS form input zoom */

select:focus,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] { font-size: 16px; }


/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) { /* >= 560px */

}

@media only screen and (max-width: 40em) { /* <= 640px */
    .stores-wall {        
        padding: 20px 0;
    }
    #main-nav {
        -webkit-transform: translate(0, -100%);
           -moz-transform: translate(0, -100%);
             -o-transform: translate(0, -100%);
                transform: translate(0, -100%);
        -webkit-transition: -webkit-transform 500ms ease-in-out 0s;
           -moz-transition: -moz-transform 500ms ease-in-out 0s;
            -ms-transition: -ms-transform 500ms ease-in-out 0s;
             -o-transition: -o-transform 500ms ease-in-out 0s;
                transition: transform 500ms ease-in-out 0s;                
    }
    #main-nav.open {
        -webkit-transform: translate(0, 0%);
           -moz-transform: translate(0, 0%);
             -o-transform: translate(0, 0%);
                transform: translate(0, 0%);    
    }
}

@media only screen and (min-width: 40.063em) { /* >= 641px */

}

@media only screen and (min-width: 48em) { /* >= 768px */

}

@media only screen and (min-width: 64em) { /* >= 1024px */

}

@media only screen and (min-width: 80em) { /* >= 1280px */

}

@media only screen and (min-width: 90.063em) { /* >= 1441px */    

}

/* Style adjustments for high resolution devices */
@media print, (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
    .sprite, .icon, .btn[href^="http://"]:after {
        background-size: 400px 400px;
        background-image: url(../img/sprite@2x.png);
    }
    .btn,
    .btn:before {
        line-height: 2.65em;
        background-size: 500px 106px;
        background-image: url(../img/buttons@2x.png);
    }
    .bg-slider .flex-control-nav:before,
    .bg-slider .flex-control-nav:after,
    .bg-slider .flex-control-nav,
    .bg-slider .flex-control-paging li a {
        background-size: 560px 84px;
        background-image: url(../img/pagination@2x.png);
    }
    #game, footer#footer, #screenshots {
        background-size: 280px 280px;
    }
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}