html, body{
    height: 100%;
}

*{
    font-family: 'Open Sans', Arial, sans-serif;
}

*::selection {
    color: #df2828;
    background: #1a1a1a;
}

.header{
    position: relative;
    height: 100%;
    background: #420101 url(../img/bg_solitare.jpg) 50% 50% no-repeat;
    background-size: cover;
}
.darken{
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/darken_pattern.png);
    height: 100%;
    width: 100%;
    z-index: 1;
}

.introduce_container{
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    white-space: nowrap;
    z-index: 2;
}

.introduce_container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.head_content {
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  color: #fff;
  width: 70%;
}

.head_content h1{
    font-weight: 800;
    font-size: 96px;
    margin: 0;
}

.head_content h2{
    font-weight: 300;
    font-size: 74px;
    margin: 30px;
}

.head_content p{
    font-size: 24px;
    margin: 10px 0;
    font-weight: 400;
}

.head_content a{
    display: inline-block;
    font-size: 24px;
    margin: 20px 0;
    padding: 0 50px;
    height: 60px;
    line-height: 60px;
    border-radius: 30px;
    font-weight: 400;
    background: #1a1a1a;
    color: #fff;
    text-decoration: none;
}
.head_content a:hover{
    background: #bf1c22;
}

/*SUBSCRIBE_BLOCK*/
.subscribe_block{
    background: #1a1a1a;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    line-height: 20px;
    padding: 40px 0;
}

.subscribe_block p{
    display: inline-block;
    margin: 0;
}

.subscribe_block a{
    display: inline-block;
    padding: 10px 30px;
    margin: 10px;
    background: #bf1c22;
    border-radius: 30px;
    color: #fff;
    text-decoration: none;
    font-weight: 400;
}

.subscribe_block a:hover{
    color: #1a1a1a;
    background: #fff;
}

/*ORNAMENT*/
.ornament.checker{
    height: 55px;
    background: url(../img/ornament_checker.png) repeat-x;
}

/*TEXT BLOCK*/
.text_block{
    text-align: center;
    padding: 100px 0;
}

.text_block h1{
    color: #414141;
    font-size: 40px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0;
}

.text_block h1 b{
    font-weight: 700;
}

.text_block h3{
    color: #414141;
    font-size: 22px;
    font-weight: 400;
    margin: 0;
    margin-bottom: 30px;
}

.text_block p{
    display: inline-block;
    width: 70%;
}

/*GAME RULES BLOCK*/
.gr_block{
    position: relative;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b41919+0,481919+100 */
    background: rgb(180,25,25); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I0MTkxOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0ODE5MTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left,  rgb(180,25,25) 0%, rgb(72,25,25) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgb(180,25,25)), color-stop(100%,rgb(72,25,25))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgb(180,25,25) 0%,rgb(72,25,25) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgb(180,25,25) 0%,rgb(72,25,25) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgb(180,25,25) 0%,rgb(72,25,25) 100%); /* IE10+ */
    background: linear-gradient(to right,  rgb(180,25,25) 0%,rgb(72,25,25) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b41919', endColorstr='#481919',GradientType=1 ); /* IE6-8 */


    padding: 100px;
    box-sizing:border-box;

}


.common_table{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 0 50px;
    box-sizing:border-box;
}

.common_table tr:first-child h1{
    margin: 0px;
    font-size: 48px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    text-align: right;
}

.desc_table td{
    vertical-align: middle;
    color: #fff;
    padding: 20px 0;
}

.desc_table td:first-child{
    min-height: 10px;
    padding-left: 200px;
    box-sizing:border-box;
}

.desc_table td.desc{
    padding-left: 50px;
    box-sizing:border-box;
    text-align: right;
    background: url(../img/punkt.png) no-repeat 0% 50%;
}

.desc.d1{
    width: 40%;
}

.desc.d2{
    width: 55%;
}

.desc.d3{
    width: 50%;
}

.line{
    height: 100%;
    background: url(../img/line.png) repeat-x 0% 50%;
}

.gr_container{
    position: relative;
    background: url(../img/deck_contour.png) no-repeat;
    z-index: 2;
    background-size: contain;
    


}

.deck{
    width: 100% !important;
    max-width: 600px !important;
    position: relative;
    z-index: 3;
    width: auto;
    height: auto;
}

/*FOOTER*/
.footer{
    background: #1a1a1a;
    padding: 100px 0 50px;
    text-align: center;
    vertical-align: middle;
}

.element{
    display: inline-block;
    margin: 0 20px;

}

.element h1{
    color: #fff;
    margin: 0;
    font-size: 24px;
    color: #b7b6b6;
    font-weight: 400;
    text-transform: uppercase;
}

.elem_container{
    line-height: 40px;
}

.elem_container form{
    width: 100%;
    display: flex;
}

.elem_container a{
    text-decoration: none;
    text-transform: uppercase;
    color: #727272;
}

.elem_container a:hover{
    text-decoration: underline;

}

.elem_container input[type="text"]{
    background: #323232;
    border:1px solid #323232;
    border-radius: 5px;
    color: #727272;
    padding: 7px;
    margin: 0 3px;
    flex:3;
}

.elem_container input[type="text"]:focus{
    outline:2px solid #bf1c22;
}

.elem_container input[type="submit"]{
    background: #bf1c22;
    border:1px solid #bf1c22;
    border-radius: 5px;
    color: #fff;
    padding: 7px;
    text-transform: uppercase;
    margin: 0 3px;
    flex:1;
}

.element.middle{
    padding: 0 20px;
    border-right: 2px solid #727272;
    border-left: 2px solid #727272;

}

@media (max-width: 1600px) {

    .desc.d1, .desc.d2, .desc.d3{
        width: 50%;
        font-size: 14px;
    }


}

@media (max-width: 1500px) {

    .desc.d1, .desc.d2, .desc.d3{
        width: auto;
    }

    .l1{
        width: 610px;
    }


}

@media (max-width: 1300px) {


    .desc.d1, .desc.d2, .desc.d3{
        width: auto;
        font-size: 13px;
    }

    .l1{
        width: 410px;
    }

    .deck{
        width: 400px!important;
    }

    .common_table{
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        padding: 0;
        box-sizing:border-box;
    }

    .common_table tr:first-child h1{
        margin: 0px;
        font-size:24px;
        color: #fff;
        text-transform: uppercase;
        font-weight: 700;
        text-align: right;
    }

    .desc_table td{
        vertical-align: middle;
        color: #fff;
        padding: 5px 0;
    }

    .gr_block{
        padding: 20px;
    }

}

@media (max-width: 1100px) {


    .gr_container{
        position: relative;
        background: none;
        z-index: 2;
        background-size: contain;
        


    }

    .deck{
        margin: 0 auto !important;
        width: 100%!important;
    }

    .l1{
        display: none;
    }

    .common_table{
        width: 100%;
        position: static;
    }

    .header{
        height: auto!important;
    }

    .head_content h1{
        font-weight: 800;
        font-size: 60px;
        margin: 0;
    }

}

#flinks {
    background: #1a1a1a none repeat scroll 0 0;
    line-height: 1.5;
    padding-bottom: 50px;
    text-align: center;
}
#flinks a {
    color: #b7b6b6;
    font-size: 14px;
    display: inline-block;
    margin-right: 50px;
}