@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700);

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, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-weight: inherit;
    font-style: inherit;
    font-family: inherit;
    vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary{ display: block; }

@font-face {
    font-family: 'bebas';
    src: url('fonts/bebas/BebasNeue-webfont.eot');
    src: url('fonts/bebas/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/bebas/BebasNeue-webfont.woff') format('woff'),
         url('fonts/bebas/BebasNeue-webfont.ttf') format('truetype'),
         url('fonts/bebas/BebasNeue-webfont.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal; }

/* Universal */
* { 
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased; }

/* General styles */
::-moz-selection {  }
::selection {  }

:required{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none; }

a{  
    color: #fff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s; 
    text-decoration: none; }

    a:hover{ color: #fff; }
    a:active{ color: #111; }
    a:visited{ opacity: 0.5; }

address{  }

aside{  }

b, strong{ font-weight: 700; }

body{ 
    background: #000 url(img/bg.jpg) no-repeat center top;
    color: #fff;
    font: normal normal 10px/10px 'Open Sans', Helvetica, Arial, Verdana, sans-serif;
    height: auto;
    text-align: center; }

blockquote, q{ quotes: "" ""; }
blockquote:before, blockquote:after, q:before,  q:after{ content: ""; }

button,
button, input[type="button"]{ 
    border: 0 none;
    cursor: pointer; }

button:hover{  }
button:active{  }

caption, th, td{
    text-align: left;
    font-weight: normal;
    vertical-align: middle; }

em, i{ font-style: italic; }

h1, h2, h3, h4, h5, h6{
    -moz-font-feature-settings: "liga=1, dlig=1";
    -ms-font-feature-settings: "liga", "dlig";
    -webkit-font-feature-settings: "liga", "dlig";
    -o-font-feature-settings: "liga", "dlig";
    font-feature-settings: "liga", "dlig"; }

header{ margin: 360px 0 0 0; }

h1{ display: block;
    clear: both;
    font-size: 3.5em; 
    line-height: 1.1em;
    margin-top: 40px ;
    font-weight:bold;
    text-transform: uppercase;
}

h2{ 
    font-size: 1.4em;
    margin: 0 0 30px 0; }

    h2 span{ text-decoration: underline; }

h3{  }
h4{ 
    font-family: bebas; 
    font-size: 2.4em; }
    
h5{ font-weight: 700; }
h6{ font-weight: 700; }

html{ height: 100%; }

img{ -ms-interpolation-mode: bicubic; }

input, select, textarea{
    -webkit-appearance: none;
    -moz-appearance: none; 
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    clear: both;
    float: left;
    font-family: 'Open Sans', Helvetica, Arial, Verdana, sans-serif; }

input[type=radio]{  }
input[type=checkbox]{  }

label{  }

li{  }

nav{  }

p{ 
    /* START Hyphenation */

    -ms-word-break: break-all;
    word-break: break-all;

    word-break: break-word;

    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;

    -webkit-hyphenate-before: 2;
    -webkit-hyphenate-after: 3;
    hyphenate-lines: 3;
    /* END Hyphenation */

    font-size: 1.4em;
    line-height: 1.6em;
    margin:0 0 1em 0; }

pre, code{ font-family: Monaco, Courier, monospace; }

pre{
    white-space: pre;
    white-space: pre-wrap;
    white-space: pre-line;
    word-wrap: break-word; }

select{  }
select option{  }

table{ 
    border: 0; 
    border-collapse: collapse;
    border-spacing: 0; 
    empty-cells: show; }

textarea{ resize: none; }

u{ text-decoration: underline; }

ul, ol{ list-style: none; }

/* Custom styles */
aside, div, dl, fieldset, footer, form, header, iframe, nav, ul, ol, section, table{ width: 100%; }

label,
input,
button{ float: left; }

label{ clear: left; }

/* Structures */
.wrap{
    margin: 0 auto;
    width: 1000px; }

    header p.gambleOnline{
        font-family: bebas;
        font-size: 1.6em;
        font-style: normal;
        line-height: 1;
        margin: 20px 0 0;
        text-shadow: 0 2px 2px rgba(0,0,0,0.5); }

        .logo{
            margin: 20px 0 0;
            text-align: center; }

            .logo a{
                display: inline-block;
                font-size: 0;
                line-height: 0; }

                .logo img{
                    float: left; }

    .ssc{
        margin: 25px auto 0;
        width: 80%; 
        font-size: 1.3em;
        line-height: 1.4em;
        text-align: justify;}

/* CONTENT */
    .content{
        float: left;
        font-family: bebas;
        font-size: 4em;
        font-style: normal;
        line-height: 1;
        margin: 0px 0 0; }

        .content-info{
            display: block;
            width: 100%;
            margin-top: 20px;
            color:#000;}
            .content-info a{color:#000;}
            .content-info li{
                width: 33%;
                display: inline-block;
                vertical-align: top;}

        .first-links{
            background: url(img/bg1.png) center center no-repeat;
            float: left;
            margin: 0px !important;
            max-width: 1000px;
            text-align: center;
            width: 100%; }

        .content li{
            margin: 0px 0 0; }

            .content li:hover{
                color: #fff;
                -webkit-transform: scale(1.05);
                -moz-transform: scale(1.05);
                transform: scale(1.05);
                -webkit-transition: all .3s;
                -moz-transition: all .3s;
                transition: all .3s; }

            .playButtons strong{
                color: #eed72a; }

                .playButtons span{
                    color: #000;
                    font-size: 0.8em;
                    float: left;
                    padding: 15px 0 0;
                    width: 100%; }

            li.playEuros, li.playPounds{
                margin: 110px 0 0; }

        .content ul{
            float: left;
            padding: 0px;
            margin: 60px 0 0; }
        .content ul.first-links li{
            background: url('img/stool1.png') no-repeat center bottom;
            min-height: 535px;}

        .content ul li{       
            padding-top: 0px;
            float: left;
            text-align: center;
            width: 33%; 
            margin-top: 35px;
            }
            .content ul li img{
                max-width: 300px;
                width: auto;
                padding-left: 0;
                border: 12px solid #af0202;
                border-radius: 15px;}
            .content > ul > li > a > p{
                    font: normal normal 15px/10px 'Open Sans', Helvetica, Arial, Verdana, sans-serif;
                    color: #ffcd35;
                    line-height: 1.5em;
                    padding: 10px 0;
                    font-style: italic;
                    margin-bottom: 0;}
            
            .content ul li:nth-child(2){
                margin-top:0px;
                padding-top:0px;}

    .content-text{
        display: block;
        clear: both;
        padding-top: 20px; }                
            .content-text h1 i{
                display: block;
                font-size: 0.6em;
                line-height: 1em;
                font-family: Open Sans;}
            .content-text p{
                font: normal normal 15px/10px 'Open Sans', Helvetica, Arial, Verdana, sans-serif;
            }

/* BANNERS */
    .banners{
        float: left;
        margin: 60px 0 0;
        width: 100%; }

        .wide{
            background: url(img/banner.jpg) center center no-repeat;
            height: 100px;
            padding: 0 10px;
            width: 100%; }

            .wide a{
                float: left;
                font-family: bebas;
                font-size: 3.6em;
                font-style: normal;
                line-height: 1;
                padding: 16px 0 0 20px;
                text-align: left; }

                .wide span{
                    color: #c00;
                    float: left; }

            .casinos a{
                float: left;
                width: 100%; }

            .casinos span{
                float: left;
                font-family: bebas;
                font-size: 2.2em;
                font-style: normal;
                line-height: 1;
                margin: 20px 0 0;
                text-shadow: 0 2px 2px rgba(0,0,0,0.5);
                width: 100%; }

            .casinos img{
                width: 468px; }

footer{
    float: left;
    margin: 40px 0 20px;
     }
     footer p{font-size: 1.1em;}