@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 600;
    src: local('Open Sans Semibold Italic'), local('OpenSans-SemiboldItalic'), url(http://themes.googleusercontent.com/static/fonts/opensans/v6/PRmiXeptR36kaC0GEAetxn5HxGBcBvicCpTp6spHfNo.woff) format('woff')
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(http://themes.googleusercontent.com/static/fonts/opensans/v6/MTP_ySUJH_bn48VBG8sNSnhCUOGz7vYGh680lGh-uXM.woff) format('woff')
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    src: local('Open Sans Italic'), local('OpenSans-Italic'), url(http://themes.googleusercontent.com/static/fonts/opensans/v6/xjAJXh38I15wypJXxuGMBobN6UDyHWBl620a-IRfuBk.woff) format('woff')
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local('OpenSans'), url(http://themes.googleusercontent.com/static/fonts/opensans/v6/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff')
}

.boxLink {
    width: 100%;
    clear: both;
    padding: 65px 0 0;
    text-align: center
}

.submit-big {
    padding: 14px 40px;
    color: #fff;
    background: #b3311d;
    border: 1px solid #9c2a18;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.submit-big:hover {
    background: #c93a24
}

input[type=email], input[type=text], textarea {
    font-family: 'Open Sans', Arial;
    outline: 0
}

a {
    text-decoration: none
}

a img {
    border: 0
}

.clearfix:after, .clearfix:before {
    content: "";
    display: table
}

.clearfix:after {
    clear: both
}

.clearfix {
    zoom: 1
}

::-moz-selection {
    background: #b3311d;
    color: #fff
}

::selection {
    background: #b3311d;
    color: #fff
}

body {
    margin: 0;
    padding-top: 50px;
    line-height: 1.5;
    font-family: 'Open Sans', Arial;
    font-size: 14px
}

header {
    top: 0;
    height: 50px;
    width: 100%;
    padding: 0;
    position: fixed;
    background: #2e2d2a;
    z-index: 9999
}

header a {
    float: left
}

header img {
    width: 175px;
    height: 14px;
    margin: 16px 0 0
}

header .lang {
    font-size: 13px;
    float: left;
    margin: 0 0 0 22px;
    padding: 14px 12px 0;
    background: #272623;
    height: 36px
}

header .lang span {
    color: #9d9a98;
    margin: 0 2px
}

header .lang a {
    color: #9d9a98
}

header .lang a.current {
    color: #f2efed
}

header .lang span {
    float: left
}

nav {
    float: right;
    font-size: 13px;
    font-weight: 600
}

nav a, nav span {
    height: 34px;
    padding: 16px 0 0;
    color: #fff
}

nav a.nav {
    text-transform: uppercase;
    padding: 16px 12px 0;
    border-right: 1px solid #282724;
    border-left: 1px solid #282724
}

nav a.first {
    margin-left: 0;
    border-left: 0
}

nav a.last {
    border-right: 0
}

nav span {
    float: left;
    margin: 0 15px
}

nav a.current, nav a:hover:not(.submit) {
    background: #fff;
    color: #2E2D2A
}

nav a.submit, nav a.submit.current {
    height: 20px;
    background: #b3311d;
    margin: 9px 0 0 20px;
    color: #fff;
    padding: 6px 9px 7px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

nav a.submit:hover {
    background: #c93a24
}

.centerContent, section > div {
    width: 940px;
    margin: auto;
    position: relative
}

section h1, section h2 {
    margin: 0
}

#first-section > div {
    padding: 80px 0 50px;
    background: url(../img/design/bg-top.png) no-repeat top right
}

#first-section h1 {
    color: #b3311d;
    font-size: 23px;
    font-weight: 400
}

#first-section h2, #first-section h2 a {
    color: #2e2d2a;
    font-size: 15px;
    font-weight: 400;
    margin: 62px 0 29px;
    text-transform: uppercase
}

#second-section {
    background: #dfdfd6;
    padding: 0 0 86px
}

#second-section h1 {
    float: left;
    width: 210px;
    font-size: 15px;
    color: #2e2d2a;
    margin: 57px 0 48px;
    word-wrap: break-word;
}

.pub-container-1 {
    float: right;
    width: 728px;
    height: 90px;
    margin: 18px 0 0
}

.pub-container-2 {
    width: 160px;
    height: 600px;
    float: right;
    clear: right
}

.pub-container-3 {
    width: 250px;
    height: 250px;
    float: right;
    margin: 0 0 20px
}

.styled-select {
    display: none
}

.containerFakeSelect {
    float: left;
    width: 300px;
    position: relative;
    margin: -7px 0 30px 0;
    cursor: pointer
}

.valSelect {
    float: left;
    width: 180px;
    border: 1px solid #c6c6ba;
    border-right: 0;
    padding: 7px 10px 6px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    background: #eeeee9;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#e8e8e3), to(#eeeeea));
    background: -webkit-linear-gradient(top, #eeeeea, #e8e8e3);
    background: -moz-linear-gradient(top, #eeeeea, #e8e8e3);
    background: -ms-linear-gradient(top, #eeeeea, #e8e8e3);
    background: -o-linear-gradient(top, #eeeeea, #e8e8e3)
}

.arrowSelect {
    position: absolute;
    float: left;
    width: 35px;
    height: 34px;
    border: 1px solid #c6c6ba;
    border-left: 0;
    background: url(../img/design/select_button.png) no-repeat;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.contVal {
    display: none;
    list-style: none;
    position: absolute;
    height: 204px;
    width: 228px;
    overflow: auto;
    border: 1px solid #c6c6ba;
    border-top: 0;
    padding: 0;
    left: 4px;
    top: 22px;
    background: #fff;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.contVal li {
    padding: 2px 0 2px 10px;
    cursor: pointer
}

.contVal li:hover {
    background: #eeeee9
}

.contVal.withImages li {
    height: 40px;
    padding: 4px 0 4px 10px
}

.contVal.withImages img {
    float: left;
    width: 40px
}

.contVal.withImages span {
    float: left;
    margin: 9px 0 0 5px
}

#suspects {
    width: 100%;
    background: 0;
    clear: both;
    padding: 0
}

#suspects .suspectBox {
    margin-top: 30px
}

section .suspectBox:nth-of-type(3n+3) {
    margin-right: 0
}

.suspectBox {
    float: left;
    width: 300px;
    height: 91px;
    font-size: 15px;
    margin-right: 20px
}

.suspectBox .info-suspect, .suspectBox img {
    float: left
}

.suspectBox img {
    width: 91px;
    height: 91px
}

.suspectBox .info-suspect {
    margin: 20px 0 0 25px
}

.suspectBox .info-suspect a {
    color: #b3311d
}

.suspect7Box {
    font-weight: bolder;
    color: #777;
    float: left;
    width: 120px;
    height: 115px;
    text-align: center;
    font-size: 15px;
    margin: 0 10px 40px 0
}

.suspect7Box.thomasWidth {
    width: 143px
}

.suspect7Box img {
    width: 91px;
    height: 91px
}

.suspect7Box:last-of-type {
    margin-right: 0
}

.topTheories {
    float: left
}

.topTheoriesSelect {
    margin: 55px 0 0 15px;
    float: left
}

.topTheoriesSelect .valSelect {
    width: 100px
}

.topTheoriesSelect ul {
    width: 148px;
    height: 78px
}

article {
    width: 780px;
    background: #fff;
    margin: 0 0 32px;
    padding: 42px 80px 42px 77px;
    clear: both;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

article p {
    float: left;
    width: 540px;
    margin: 0 0 0 20px;
    color: #2e2d2a;
    line-height: 1.7;
    word-wrap: break-word
}

article.good {
    border-left: 3px solid #89b173
}

article.middle {
    border-left: 3px solid #f5da47
}

article.bad, article.bad-hide {
    border-left: 3px solid #dd4c17
}

article.bad-hide .clearfix {
    display: none
}

article.bad-hide.visible .clearfix {
    display: block
}

article.pending {
    border-left: 3px solid #aeaea5
}

aside {
    float: left;
    width: 220px
}

aside img {
    margin-top: 30px;
    width: 91px;
    height: 91px
}

aside .nbComment, aside .nbVote {
    font-size: 13px;
    color: #7a7974
}

.min-info div {
    float: right;
    cursor: pointer;
    color: #b3311d
}

.min-info span, aside span, aside .member, aside time {
    color: #b3311d
}

.min-info strong a, aside strong a {
    color: #000
}

.voteTheory {
    text-align: left;
    width: 540px;
    clear: both;
    float: left;
    margin: 60px 0 0 240px;
    font-style: italic
}

.voteTheory a {
    color: #b3311d
}

.voteTheory .vote {
    color: #fff;
    font-weight: 600px;
    font-style: normal;
    float: left;
    padding: 4px 9px;
    margin: 13px 18px 0 0;
    position: relative;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.voteTheory .plausible {
    background: #89b173
}

.voteTheory .unlikely {
    background: #dd4c17
}

.voteTheory .current {
    -webkit-box-shadow: inset 0 1px 6px 0 rgba(0, 0, 0, .6);
    box-shadow: inset 0 1px 6px 0 rgba(0, 0, 0, .6);
    padding: 5px 9px 3px
}

.older_theories {
    color: #b3311d
}

.containerOlderTheories .next, .containerOlderTheories .prev {
    display: block;
    border: 1px solid #aba59a;
    color: #efefe7;
    background: #c9c1b3;
    width: 118px;
    padding: 10px;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.containerOlderTheories .next {
    float: right
}

.containerOlderTheories .prev {
    float: left
}

.socialSharing {
    height: 65px;
    margin: 20px 0 0 -10px;
    padding: 10px;
    width: 162px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.socialSharing.hightlightsocial {
    animation: hightlightsocial 3s;
    -moz-animation: hightlightsocial 3s;
    -webkit-animation: hightlightsocial 3s;
    -o-animation: hightlightsocial 3s
}

.socialSharing .fb-like {
    clear: both;
    margin-bottom: 5px
}

@keyframes hightlightsocial {
    0% {
        background: #ff9
    }
    25% {
        background: rgba(255, 255, 153, .75)
    }
    50% {
        background: rgba(255, 255, 153, .5)
    }
    75% {
        background: rgba(255, 255, 153, .25)
    }
    100% {
        background: rgba(255, 255, 153, 0)
    }
}

@-moz-keyframes hightlightsocial {
    0% {
        background: #ff9
    }
    25% {
        background: rgba(255, 255, 153, .75)
    }
    50% {
        background: rgba(255, 255, 153, .5)
    }
    75% {
        background: rgba(255, 255, 153, .25)
    }
    100% {
        background: rgba(255, 255, 153, 0)
    }
}

@-webkit-keyframes hightlightsocial {
    0% {
        background: #ff9
    }
    25% {
        background: rgba(255, 255, 153, .75)
    }
    50% {
        background: rgba(255, 255, 153, .5)
    }
    75% {
        background: rgba(255, 255, 153, .25)
    }
    100% {
        background: rgba(255, 255, 153, 0)
    }
}

@-o-keyframes hightlightsocial {
    0% {
        background: #ff9
    }
    25% {
        background: rgba(255, 255, 153, .75)
    }
    50% {
        background: rgba(255, 255, 153, .5)
    }
    75% {
        background: rgba(255, 255, 153, .25)
    }
    100% {
        background: rgba(255, 255, 153, 0)
    }
}

#disqus_thread a, .dsq-brlink {
    color: #B3311D;
    font-family: 'Open Sans'
}

.errorSubmit {
    width: 100%;
    clear: both;
    margin: 0 0 40px;
    color: #b3311d
}

#addTheory {
    float: left;
    width: 640px;
    clear: both;
    padding: 0 0 80px
}

#addTheory h2 {
    font-size: 15px;
    color: #2e2d2a;
    margin: 0 0 48px;
    clear: both
}

.groupInput {
    width: 300px;
    height: 75px;
    float: left;
    margin: 0 20px 55px 0
}

.groupInput input {
    width: 278px;
    padding: 10px;
    background: #f2f2ed;
    border: 1px solid #c6c6ba;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.groupInput input:focus {
    background: #fff;
    border: 1px solid #b3311d
}

.groupInput span {
    display: block;
    margin: 23px 0 0;
    font-size: 12px
}

label {
    font-size: 14px;
    float: left;
    width: 60px;
    margin-right: 20px
}

label.labelCheckbox span {
    width: 12px;
    height: 12px;
    float: left;
    cursor: pointer;
    margin: 4px 17px 0 0;
    background: url(../img/design/sprite-checkbox.png) no-repeat
}

label.labelCheckbox span.active {
    background-position: -12px 0
}

label.labelCheckbox {
    width: 100%;
    clear: both;
    font-size: 13px;
    margin: 0 0 30px
}

#toolbar {
    width: 606px;
    height: 29px;
    margin: 70px 0 0;
    padding: 5px 6px;
    border: 1px solid #c6c6ba;
    background: #ebebe6;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

#toolbar .command {
    width: 27px;
    height: 27px;
    display: inline-block;
    background: url(../img/design/sprites-wysiwig.png) no-repeat
}

#toolbar .command.italic {
    background-position: -27px 0
}

#toolbar .command.underline {
    background-position: -54px 0
}

#toolbar .command.wysihtml5-command-active.bold {
    background-position: 0 -27px
}

#toolbar .command.wysihtml5-command-active.italic {
    background-position: -27px -27px
}

#toolbar .command.wysihtml5-command-active.underline {
    background-position: -54px -27px
}

.wysiwyg-text-decoration-underline {
    text-decoration: underline
}

.wysihtml5-sandbox {
    font-family: 'Open Sans'
}

#textarea {
    background: #fff;
    width: 598px;
    border: 1px solid #c6c6ba;
    border-top: 0;
    padding: 15px 10px;
    margin: 0 0 35px;
    height: 175px;
    resize: vertical
}

.clues {
    width: 460px
}

.clues a {
    color: #b3311d
}

.clues + ul {
    width: 420px;
    background: #c24e4e;
    color: #fff;
    padding: 15px 10px 15px 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

#timeline {
    width: 720px;
    height: 650px;
    float: left;
    clear: left
}

footer {
    background: #2e2d2a;
    height: 107px;
    width: 100%
}

footer .logo {
    float: left;
    width: 110px;
    height: 107px;
    background: url(../img/design/footer-logo.png) no-repeat
}

footer .websiteName {
    float: left;
    width: 176px;
    height: 14px;
    margin: 47px 0 0 8px;
    background: url(../img/design/footer-website-name.png) no-repeat
}

footer .socialBox {
    margin: auto;
    padding: 40px 0 0;
    width: 105px
}

footer .socialBox .social {
    float: left;
    width: 25px;
    height: 26px;
    margin-right: 15px;
    background: url(../img/design/sprites-footer-social.png) no-repeat
}

footer .socialBox .social:last-child {
    margin-right: 0
}

footer .socialBox .social.twitter {
    background-position: 0 0
}

footer .socialBox .social.twitter:hover {
    background-position: -25px 0
}

footer .socialBox .social.facebook {
    background-position: 0 -26px
}

footer .socialBox .social.facebook:hover {
    background-position: -25px -26px
}

footer .socialBox .social.pinterest {
    background-position: 0 -52px
}

footer .socialBox .social.pinterest:hover {
    background-position: -25px -52px
}

.socialLeft {
    position: fixed;
    bottom: 20px;
    right: 4.5%;
    width: 95px;
    border: 1px solid #9c2a18;
    font-size: 11px;
    padding: 8px;
    color: #fff;
    background: #bb3620;
    background: -moz-linear-gradient(top, #bb3620 0, #af2f1c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bb3620), color-stop(100%, #af2f1c));
    background: -webkit-linear-gradient(top, #bb3620 0, #af2f1c 100%);
    background: -o-linear-gradient(top, #bb3620 0, #af2f1c 100%);
    background: -ms-linear-gradient(top, #bb3620 0, #af2f1c 100%);
    background: linear-gradient(to bottom, #bb3620 0, #af2f1c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bb3620', endColorstr='#af2f1c', GradientType=0);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.socialLeft .fb-like {
    margin: 2px 0
}

.socialLeft a {
    display: block;
    color: #fff;
    font-weight: 700;
    height: 16px;
    margin: 0 0 6px
}

.socialLeft a.twitter img {
    margin: 1px 8px 0 0
}

.socialLeft a img {
    float: left
}

#utilsbar {
    border-top: 1px solid #666;
    padding: 10px 0
}

#utilsbar .searchbox {
    width: 940px;
    margin: auto;
    text-align: right
}

#utilsbar .searchbox form {
    width: 300px;
    float: right
}

#utilsbar .searchbox input[type=text] {
    border: 1px solid #666;
    padding: 4px 5px;
    border-radius: 2px
}

#utilsbar .searchbox button {
    background: #CECECE url(../img/design/search_box_icon.png) no-repeat center center;
    border: 1px solid #666;
    min-width: 13px;
    border-radius: 2px;
    float: right;
    margin: 0 0 0 5px;
    padding: 12px 27px
}

.cont_search {
    background: #DFDFD6
}

.search_page {
    min-height: 650px;
    width: 940px;
    margin: auto;
    padding: 10px 0 50px;
    color: #B3311D;
    font-weight: 400
}

.search_page .search_box {
    height: 60px
}

.search_page .search_box input {
    font-size: 13px
}

.voteBoxContainer {
    width: 770px;
    float: left
}

.suspectVoteBox {
    clear: both;
    height: 92px;
    padding: 5px;
    margin: 0 0 15px;
    position: relative
}

.suspectVoteBox .score {
    position: absolute;
    height: 102px;
    top: 0;
    left: 0;
    background: rgba(214, 214, 214, .6);
    z-index: 1
}

.suspectVoteBox a {
    color: #B3311D
}

.suspectVoteBox .voteSuspect {
    float: right;
    background: #B3311D;
    padding: 5px 10px;
    color: #fff;
    border-radius: 3px;
    margin: 32px 0 0;
    cursor: pointer
}

.suspectVoteBox img {
    float: left;
    position: relative;
    z-index: 99
}

.suspectVoteBox p {
    margin: 27px 0 0 20px;
    display: inline-block;
    position: relative;
    z-index: 99
}

@media only screen and (max-width: 980px) {
    .socialLeft {
        display: none;
    }

    .pub-container-1 {
        clear: both;
        float: none;
        margin: 20px auto;
    }

    #second-section h1 {
        float: none;
        width: 100%;
        text-align: center
    }
}

#error-section {
    padding: 80px 0 50px;
    min-height: 500px;
}

.game-of-thrones-who-is-night-king {
    font-size: 22px;
    margin-top: -40px;
    margin-bottom: 35px;
    border: 1px solid #62839E;
    display: inline-block;
    padding: 10px;
    color: #62839E;
    border-radius: 2px;
}

.game-of-thrones-who-is-night-king a {
    color: #62839E;
    font-weight: 600;
    text-decoration: underline;
}