﻿/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html, body{
    width: 100%;
    height: 100%;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    font-weight: normal;
    font-family: "lucida grande","lucida sans unicode","lucida sans",lucida,sans-serif;
    background: no-repeat #009FE3;
    background-position: 50% 0%;
}
.clear{
    clear:both;
    display: block;
    content: "";
}
h1 {
    font-size: 28px;
    color: #FFF;
}
.button{
    background: #ffda4e; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffda4e 0%, #ff9c08 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffda4e), color-stop(100%,#ff9c08)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffda4e 0%,#ff9c08 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffda4e 0%,#ff9c08 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffda4e 0%,#ff9c08 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffda4e 0%,#ff9c08 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffda4e', endColorstr='#ff9c08',GradientType=0 ); /* IE6-9 */

    border-radius: 5px;
    color: #FFF;
    padding: 15px 20px;
    width: 200px;
    cursor: pointer;
    text-align: center;
    font-size: 22px;
    display: block;
    text-decoration: none;
    margin: 0 auto;
    clear: both;
    outline: 0;
    border: 0;
}
.button.grey{
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.5),inset 0 -3px 3px rgba(0,0,0,0.2);
    background: #8a8a8a;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zd…JHcmFkaWVudD48cGF0aCBkPSJNMCwwdjFoMVYweiIgZmlsbD0idXJsKCNnKSIvPjwvc3ZnPg==);
    background: -webkit-linear-gradient(top,#a7a7a7,#727272);
    background: linear-gradient(180deg,#a7a7a7,#727272);
    width: 130px;
    padding: 9px 15px;
    font-size: 13px;
    float: left;
}
.button.grey.actived{
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.5),inset 0 -3px 3px rgba(0,0,0,0.2);
    background: #f0830e;

    width: 130px;
    padding: 9px 15px;
    font-size: 13px;
    float: left;
}


#wrapper{
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background: #009FE3;
    background-image: url(../casino-bg.jpg);
    background-size: cover;
    background-position: 50% 50%;
    border-radius: 6px;
}

#header-container {
    width: 100%;
    background: #d22469;
    height: 35px;
    border-radius: 6px 6px 0px 0px;
}
#header {
    margin: 0 auto;
    text-align: center;
}
#logo {
    background: url(../logo-vj.png) no-repeat;
    background-position: 0 0;
    background-size: cover;
    width: 75px;
    height: 75px;
    z-index: 999;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
#logo img {
    width: 150px;
}
#header-text{
    text-align: center;
    display: table;
    width: 100%;
    position:relative;
}
#header-text h1{
    display: table-cell;
    vertical-align: middle;
    height: 35px;
    font-size: 14px;
}

#header-text img {position:absolute; top:7px; right:7px;}

#container {
    width: 950px;
    margin: 0 auto;
}
#container #image{

}
.content{
    margin: 0 auto;
    padding: 0px 0 10px;
    display:inline-block;
    width:48%;
}
.content .text, .image p{
    font-size: 14px;
    width: 100%;
    float: left;
    color: #FFF;
	text-align:center;
}
#container .content .text h1, #container .image h1{
    font-size: 22px!important;
	margin:20px 0 10px 0;
    color: #ffea00;
	text-align:center;
}
.yellow{
    color: #ffea00;
    border-bottom: 2px dotted #85CEEF;
    text-decoration: none;
}
.yellow:hover{
    border-bottom: 1px solid #FFEA00;
}
#container .image{
    /*float: right;*/
    display:inline-block;
    width:48%;
    vertical-align:top;
}

#container .image img{
    width: 100%;

}
#container .content .button{
    margin-top: 10px!important;
	float:none;
	margin:0 auto;
	text-align:center;
    width:auto;
	display: block;
    margin-left: auto;
    margin-right: auto;
}
#form{
    width: 80%;
	margin:0 auto;
}
#container .text #form .input-group input[type="text"],#container .text #form .input-group input[type="password"]{
    background: #FFF;
    border: 1px solid #2a87b0;
    border-radius: 5px;
    width: 100%;
    box-shadow: inset 0 3px 3px rgba(10,50,70,0.16);
    padding: 0 9px;
    height: 28px;
}
#container .text #form .input-group{
    margin-top: 20px;
    clear: both;
    display: inline-block;
    width: 100%;
    text-align:left;
}
#container .text #form #tc{
    float: left;
}
.form-checkbox{
    width: 14px;
    height: 14px;
    float: left;
    margin-right:5px;
}
form .title{
    padding-top: 4px;
    display: block;
    width: 90%;
    float: left;
}
#form .error{
    margin-top: 8px;
    display: none;
    background-color: #e6195d;
    position: relative;
    line-height: 17px;
    color: #FFF;
    font-size: 11px;
    padding: 3px 10px;
    width: 100%;
    border-radius: 5px;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,0.3);
}
#form .error::before{
    content: '';
    position: absolute;
    left: 50%;
    top: -7px;
    margin-left: -7px;
    width: 0;
    height: 0;
    border-bottom: 7px solid #e6195d;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
}
#form .no-value{
    border-color: #e6195d!important;
}
#form p.title{
    font-size: 13px;
    line-height: 1.5;
}
#footer{
    width: 100%;
    text-align: center;
    display: inline-block;
    min-height: 119px;
}
#footer .content{
    width:90%;

}

#footer .content .text{
    margin-top: 20px;
    border-top: 1px solid;
    padding-top: 20px;
    border-top-color: rgba(255,255,255,.3);
    text-align: center;
	font-size:11px;
	line-height:18px;
    width: 100%;
    padding: 25px 0 10px;
    font-weight:100;
}

#footer .content #wins{
    text-align: left;
}
#footer .content #wins h2{
    font-size: 20px;
    color: #FFF;
    font-weight: normal;
}
#footer .content #wins #games .game{
    float: left;
    padding: 5px;
}
#footer .content #wins #games .game a{
    padding: 5px 7px;
}
#footer .content #wins #games .game a:hover{
    background: rgba(255,255,255,0.2);
    border-radius: 5px;
}
#footer .content #wins #games .game .wintext{
    text-align: center;
}
#footer a{
    color: #049fe2;
    display: block;
    margin-bottom: 10px;
}
#container #promo-text i {
	color: #ffea00;
    font-style: normal;
}

#signup-headline  {
	color: #ffea00;
    margin-bottom: 8px;
}

@media (max-width:480px)  {
   body,html {
       background: #009FE3;
   }
    #wrapper, #container{
        width: 100% !important;
        background-size:cover;
        background-position: 100% 100%;
    }

    #logo {
        background-repeat: no-repeat;
        width: 5rem;
    	height: 3.75rem;
        margin-left:-5px;
    }
    #logo img {
        width: 100px;
    }

    #header-text h1 {font-size:0.75rem;}


    #container .image {
        float: none !important;
    }

    #container .image img {
        width: 100%;
    }

    #container .content {
        padding: 0;
    }
    #container h1 {
        font-size: 1.6rem !important;
        line-height: 1.1 !important;
    }

    body#fi-fi #container h1, body#sv-se #container h1, body#nb-no #container h1{
        font-size: 1.3rem !important;
    }

	#container #promo-text, #container #signup-text {
        font-size: 1rem;
        line-height:1.5rem;
    }

    .text {
        box-sizing: border-box;
    	padding: 0 2rem !important;
    }

    #form {
        width: 100%;
    }

    #form .input-group {
        /*width: 98% !important;*/
    }

    #form .form-checkbox {
    	width: 1.5rem !important;
        height: 1.5rem !important;
        margin-right: 1rem !important;
    }

    #form .title {
        font-size: 0.8rem !important;
    }

    #form .error {
        font-size: 1.0rem !important;
    }

    #btnOpenAccount {
        width: 100%;
        height: 3rem;
        font-size: 1.1rem;
        line-height: 1.2;
    }

    #footer .content .text {
    	text-align: center !important;
    }

    #footer .text {
        padding-top: 1rem !important;
        margin-bottom: 1rem;
    }

    #container .text #form .input-group input[type="text"], #container .text #form .input-group input[type="password"] {

        height: 2.5rem !important;
        font-size: 1rem !important;
        padding-left: 1rem;
    	box-sizing: border-box;
    }

    #form #submit-error {
        font-size: 1.5rem !important;
        padding-top: 2rem !important;
    }

    #container .content, #container .image, #footer .content {width: calc(100% - 40px); padding:5px 20px;}

    #footer .content img {width:100%; height: auto;}

}
