/*@media screen and (max-width: 1300px) {
    .owl-item {
        margin-right: 50px !important;
    }
    
    .owl-stage {
        margin-left: 10px !important;
    }
}

@media screen and (max-width: 1120px) {
    .owl-item {
        margin-right: 70px !important;
    }
    
    .owl-stage {
        margin-left: 0px !important;
    }
}

@media screen and (max-width: 1040px) {
    .owl-item {
        margin-right: 90px !important;
    }
    
    .owl-stage {
        margin-left: -20px !important;
    }
}*/

@media screen and (max-width: 1100px) {
    .card-text h3 {
        font-size: 16px;
    }
}

@media screen and (max-width: 948px) {
    div p.desk-small-screen {
        display: block;
    }

    div.begin-container {
        opacity: 0;
    }

    .pop-up-container,
    .owl-wrap,
    .unlock-mask,
    .background-elements,
    .cards-container,
    .unlocked-char-title {
        display: none;
    }
}

@media screen and (max-width: 665px) {
div.sfx .pop-up {
    opacity: 0;
}

div.sfx .pop-up:hover {
    opacity: 1;
}
}

@media screen and (max-width: 575px) {
div.to-website .pop-up {
    opacity: 0;
}

div.to-website .pop-up:hover {
    opacity: 1;
}
}

@media only screen and (max-device-width: 667px) 
    and (-webkit-device-pixel-ratio: 2) {
div p.desk-small-screen {
    display: block;
}
}

@media screen and (min-device-width : 414px) 
    and (-webkit-device-pixel-ratio: 3) {
div p.desk-small-screen {
    display: block;
}
}

body {
    font-family: "Permanent Marker", Source Sans Pro, Helvetica, Arial, sans-serif;
    background-color: white;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    overflow: hidden;
    margin: 0;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
}

h1, h2, h3, h4, p {
    line-height: 150%;
    font-weight: 400;
    color: #404040;
    text-align: center;
}

a {
    text-decoration: none !important;
    color: inherit;
}

a:hover {
    text-decoration: none !important;
}

h1 {
    font-size: 40px;
    line-height: normal;
    margin-bottom: 0;
}

h1 .small {
    position: relative;
    top: -20px;
    font-size: 16px;
    background-color: #404040;
    border: 1px solid #404040;
    color: white;
    border-radius: 4px;
    padding: 0 10px 3px 10px;
}

h2 {
    font-size: 26px;
}

h3 {
    font-size: 20px;
}

p {
    font-size: 20px;
    line-height: normal;
}

p.desk-small-screen {
    padding: 20px 10px;
    display: none;
    width: 450px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    border: 3px solid #404040;
    border-radius: 4px;
}

img.got-logo {
    width: 300px;
    margin-top: -20px;
    margin-bottom: -10px;
}

.header {
    text-align: center;
    padding-top: 50px;
}

.to-website {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 1;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 999;
}

.sfx {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    z-index: 1;
    opacity: 1;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.begin-container {
    position: absolute;
    width: 100%;
    opacity: 1;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.begin-container .pop-up {
    position: relative;
    top: 0;
    z-index: 10;
    background-color: white;
    left: 50%;
    margin-left: -270px;
    padding-top: 5px;
    width: 400px;
    height: auto;
    border-radius: 4px;
    border: 20px solid #404040;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 10px;
    padding-bottom: 20px;
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.4);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.drop-card {
    transform: rotateZ(30deg);
    -o-transform: rotateZ(30deg);
    -moz-transform: rotateZ(30deg);
    -webkit-transform: rotateZ(30deg);
}

.begin-container .pop-up h2:first-child {
    text-align: center;
}

.begin-container .pop-up h2 {
    text-align: left;
}

.begin-container .pop-up ol {
    margin-bottom: 40px;
}

.begin-container .pop-up ol li {
    margin-bottom: 20px;
}

.begin-container .back {
    background-size: 220px;
    position: fixed;
    border: 0;
    border-radius: 4px;
    width: 220px;
    height: 300px;
    padding: 0;
    top: 280px;
    left: 50%;
    margin-left: -110px;
    z-index: 1;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transform: scale(0.8);
    -o-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -webkit-transform: scale(0.8);
}

.begin-container .back.one {
    z-index: 9;
    background-image: url(GOT-characters/iron-throne.png);
}

.begin-container .back.two {
    z-index: 8;
    background-image: url(GOT-characters/you-win.png);
}

.begin-container .back.three {
    z-index: 7;
    background-image: url(GOT-characters/you-die.png);
}

.begin-container .back.four {
    z-index: 6;
    background-image: url(GOT-characters/no-middle-ground.png);
}

.scale-down {
    transform: scale(0.95) !important;
    -o-transform: scale(0.95) !important;
    -moz-transform: scale(0.95) !important;
    -webkit-transform: scale(0.95) !important;
}

.scale-up {
    transform: scale(1.05) !important;
    -o-transform: scale(1.05) !important;
    -moz-transform: scale(1.05) !important;
    -webkit-transform: scale(1.05) !important;
}

.scale-norm {
    transform: scale(1) !important;
    -o-transform: scale(1) !important;
    -moz-transform: scale(1) !important;
    -webkit-transform: scale(1) !important;
}

.drop-card-scale {
    transform: scale(1) rotateZ(30deg) !important;
    -o-transform: scale(1) rotateZ(30deg) !important;
    -moz-transform: scale(1) rotateZ(30deg) !important;
    -webkit-transform: scale(1) rotateZ(30deg) !important;
}

.point {
    font-size: 24px;
    opacity: 0;
    transform: rotateZ(0);
    -o-transform: rotateZ(0);
    -moz-transform: rotateZ(0);
    -webkit-transform: rotateZ(0);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.to-website .pop-up {
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 5px;
    height: auto;
    text-align: center;
    opacity: 1;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.to-website h3 {
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-left: 20px;
    border-radius: 1000px;
    border: 3px solid black;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.to-website h3:hover {
    background-color: #404040;
    color: white;
}

.safari-only {
    display: none;
}
.IE-note {
    margin-top: 100px !important;
}

.IE-only {
    display: none;
}

.start-btn {
    position: relative;
    width: auto;
    cursor: pointer;
    z-index: 1000;
    margin-right: auto;
    margin-left: auto;
}

.start-btn h2 {
    text-align: center !important;
    border-radius: 4px;
    background-color: white;
    color: #404040;
    width: 100%;
    height: 100%;
    border: 3px solid #404040;
    padding: 5px 0 10px;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.start-btn h2:hover {
    background-color: #404040;
    color: white;
}

.dark-button {
    background-color: #404040 !important;
    color: white !important;
}

.cards-container {
    width: 100%;
    height: 300px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    padding: 0;
    opacity: 1;
    transition: all 0.5s;
}

.card {
    width: 220px;
    height: 300px;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    cursor: pointer;
    transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform: rotateZ(0);
    -o-transform: rotateZ(0);
    -moz-transform: rotateZ(0);
    -webkit-transform: rotateZ(0);
    position: absolute;
    top: 920px;
    opacity: 1;
    border-radius: 5px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.6);
}

.hideCard {
    transform: rotateZ(0) !important;
    -o-transform: rotateZ(0) !important;
    -moz-transform: rotateZ(0) !important;
    -webkit-transform: rotateZ(0) !important;
    left: 50% !important;
    top: 900px !important;
}

.card:hover {
    background-color: white;
    box-shadow: 0 20px 35px rgba(0, 0, 0, 0.25);
    transform: rotateZ(-1deg) !important;
    -o-transform: rotateZ(-1deg) !important;
    -moz-transform: rotateZ(-1deg) !important;
    -webkit-transform: rotateZ(-1deg) !important;
}

.card:active {
    transform: rotateZ(-1deg) scale(0.95, 0.95)!important;
    -o-transform: rotateZ(-1deg) scale(0.95, 0.95)!important;
    -moz-transform: rotateZ(-1deg) scale(0.95, 0.95)!important;
    -webkit-transform: rotateZ(-1deg) scale(0.95, 0.95)!important;
}

.white-card {
    background: white;
}

#card1 {
    transform: rotateZ(-10deg);
    -o-transform: rotateZ(-10deg);
    -moz-transform: rotateZ(-10deg);
    -webkit-transform: rotateZ(-10deg);
    left: 44%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#card2 {
    transform: rotateZ(-10deg);
    -o-transform: rotateZ(-10deg);
    -moz-transform: rotateZ(-10deg);
    -webkit-transform: rotateZ(-10deg);
    right: 44%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.card-text {
    width: 350px;
    height: auto;
    top: 560px;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    position: absolute;
    opacity: 0;
}

#card-text-1 {
    left: 25%;
    transform: translate(-65px,0) !important;
}

#card-text-2 {
    right: 25%;
    transform: translate(65px, 0) !important;
}

.pop-up-container {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -100;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.pop-up-container .background {
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    cursor: pointer;
}

.pop-up-container .pop-up {
    position: relative;
    top: -85%;
    left: 50%;
    margin-left: -210px;
    padding-top: 5px;
    width: 400px;
    height: auto;
    background-color: white;
    border: 20px solid #404040;
    border-radius: 4px;
    text-align: center;
    z-index: 100;
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.4);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.pop-up-container .pop-up img {
    max-width: 300px;
    margin-top: 20px;
    margin-bottom: -2px;
}

.pop-up-container .pop-up h2 {
    font-weight: 200;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 18px;
}

.pop-up-container p {
    margin-bottom: 30px;
}

.btn-unlock,
.btn-challenge {
    display: inline-block;
    cursor: pointer;
    background-color: white;
    color: #404040;
    border: 3px solid #404040;
    padding-top: 7px;
    padding-bottom: 9px;
    padding-left: 19px;
    padding-right: 19px;
    border-radius: 4px;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.btn-unlock:hover,
.btn-challenge:hover {
    color: white;
    background-color: #404040;
}

.pad-btm-20 {
    padding: 5px;
}

.high {
    color: #2aae96 !important;
}

.medium {
    color: cornflowerblue !important;
}

.low {
    color: #f17c72 !important;
}

.bad {
    color: #c41e1e !important;
}

.line {
    position: relative;
    width: 60%;
    margin-right: auto;
    margin-left: auto;
    margin-top: -4px;
    margin-bottom: 0;
    background-color: #404040;
    height: 3px;
    border-radius: 100px;
}

.line2 {
    margin-top: 0;
    margin-bottom: 30px;
}

.comment {
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 10px !important;
}

.no-click-mask {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
}

.image-loader {
    opacity: 0;
}

.point-jump {
    font-size: 30px;
    color: #c41e1e;
    margin-top: 20px;
    transform: rotateZ(-10deg) !important;
    -o-transform: rotateZ(-10deg) !important;
    -moz-transform: rotateZ(-10deg) !important;
    -webkit-transform: rotateZ(-10deg) !important;
}

.point-jump-2 {
    font-size: 30px;
    color: #c41e1e;
    margin-top: 20px;
    transform: rotateZ(10deg) !important;
    -o-transform: rotateZ(10deg) !important;
    -moz-transform: rotateZ(10deg) !important;
    -webkit-transform: rotateZ(10deg) !important;
}

.best-browser p {
    position: fixed;
    bottom: 15px;
    width: 500px;
    left: 50%;
    margin-left: -250px;
    font-size: 16px;
    display: none;
    opacity: 0;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.background-elements {
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.background-elements .stark {
    position: fixed;
    width: 350px;
    margin-left: -350px;
    margin-top: -100px;
    -o-transition: all 2s;
    -moz-transition: all 2s;
    -webkit-transition: all 2s;
    transition: all 2s;
    opacity: 0;
}

.background-elements .lannister {
    position: fixed;
    width: 320px;
    right: 0;
    margin-right: -350px;
    margin-top: 140px;
    -o-transition: all 2s;
    -moz-transition: all 2s;
    -webkit-transition: all 2s;
    transition: all 2s;
    opacity: 0;
}

.owl-wrap {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: -10000;
}

.owl-carousel {
    position: absolute;
    bottom: 270px;
    z-index: 1000 !important;
    opacity: 0;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.owl-carousel img {
    width: 200px !important;
    border-radius: 4px;
    cursor: move;
    cursor: grab;
}

.owl-carousel .unlock-card-text h3 {
    color: white;
    width: 200px;
}

.unlock-mask {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1000;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    opacity: 0;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    cursor: pointer;
}

.unlocked-char-title {
    position: absolute;
    top: 70px;
    width: 500px;
    left: 50%;
    margin-left: -250px;
    z-index: -1000;
    opacity: 0;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    cursor: pointer;
}

.unlocked-char-title h1,
.unlocked-char-title p {
    color: white;
}

.unlocked-char-title .navigate {
    position: fixed;
    bottom: 40px;
    left: 0;
    right: 0;
}

.unlocked-char-title .highlight {
    padding: 0 15px 5px;
    position: relative;
    top: 10px;
    margin-left: 5px; 
    margin-right: 5px;
    border: 2px solid white;
    border-radius: 4px;
}

.owl-item {
    opacity: 0.2;
}

.owl-item.center {
    opacity: 1;
}

.owl-stage {
    width: 20000px !important;
    margin-left: 20px;
}

.owl-close {
    position: fixed;
    top: 10px;
    right: 30px;
    cursor: pointer;
}

.owl-close p {
    line-height: 0;
    font-size: 40px;
    color: white;
}