
/*---------------------------------------*
 ## Reset
 *---------------------------------------*/
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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}
html {
    font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
    overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
    -webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
    -ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
    background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}
ol, ul {
    list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    font-weight: normal;
    text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}
a:focus {
    outline: none;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
    outline: none;
}
a img {
    border: 0;
}

sup {font-size:60%; vertical-align:top; padding:0 3px;}



/*---------------------------------------*
 ## Body, Container
 *---------------------------------------*/
body {
    font-family: Verdana, Arial, sans-serif;
    background: #000;
    color: #fff;
}
.container {
    width: 1238px;
    margin: 0 auto;
}



/*---------------------------------------*
 ## Buttons
 *---------------------------------------*/
.btn {
    display: inline-block;
    vertical-align: top;
    zoom: 1; /* Fix for IE7 */
    *display: inline; /* Fix for IE7 */

    font-family: Verdana, Arial, sans-serif;
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px 20px;
    border-radius: 5px;

    background: #002069;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMjA2OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMTM1YTIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #002069 0%, #0135a2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#002069), color-stop(100%,#0135a2));
    background: -webkit-linear-gradient(top,  #002069 0%,#0135a2 100%);
    background: -o-linear-gradient(top,  #002069 0%,#0135a2 100%);
    background: -ms-linear-gradient(top,  #002069 0%,#0135a2 100%);
    background: linear-gradient(to bottom,  #002069 0%,#0135a2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002069', endColorstr='#0135a2',GradientType=0 );
}
.btn:hover {
    background: #0135a2;
}
.btn-play {
    display: block;
    width: 86px;
    height: 33px;
    background: url('../images/btn-play.png') no-repeat 0 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.btn-play:hover {
    background-position: 0px -33px;
}
.take {
    font-weight: bold;
}



/*---------------------------------------*
 ## Main
 *---------------------------------------*/
.main {
    float: left;
    width: 826px;
    height: 660px;
    background: url('../images/bg-main-2.jpg') no-repeat center top;
    background-size: cover;
}
header {
    margin: 35px 0 0 50px;
}
.site-title {
    margin-bottom: 30px;
}
.site-title img {
    display: block;
    width: 203px;
    height: auto;
}
header nav a {
    font-family: "futura-pt", Arial, sans-serif;
    font-size: 20px;
    font-weight: 400;
    font-variant: small-caps;
    line-height: 32px;
    color: #f9ecdb;
    letter-spacing: 0.075em;
    text-decoration: none;
    padding: 0 14px;
}
header nav a:hover {
    color: #fff;
}
.main .btn {
    margin: 15px 0 0 12px;
}
.slider {
    position: relative;
    background: rgba( 0, 0, 0, 0.80 );
    padding: 20px 30px 0;
    margin-top: 40px;
}
#carousel {
    height: 140px;
}
#carousel ul {
    margin:0;
    list-style:none;
}
#carousel div {
    text-align:center;
    margin:0;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
#carousel div a {
    font-size: 12px;
    color: #f2d7b4;
    text-decoration: none;
}
#carousel div a span {
    display: block;
    line-height: 19px;
}
#carousel div img {
    width: 100%;
    max-width: 256px;
    height: auto;
}
#controls .next,
#controls .prev {
    display: block;
    position: absolute;
    top: 62px;
    text-indent:-1000em;
    width: 20px;
    height: 34px;
}
#controls .next {
    right: 4px;
    background:transparent url(../images/slider-nav-right.png) no-repeat 0px 0px;
}
#controls .prev {
    left: 4px;
    background:transparent url(../images/slider-nav-left.png) no-repeat 0px 0px;
}



/*---------------------------------------*
 ## Sidebar
 *---------------------------------------*/
.sidebar {
    position: relative;
    float: right;
    width: 412px;
}
.sidebar-item {
    height: 330px;
}
.sidebar-item img {
    display: block;
    width: 100%;
    height: auto;
}
.sidebar-item p {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.sidebar .casino {
    background: url('../images/card-casino.jpg') no-repeat 0 0;
    background-size: contain;
}
.sidebar .casino .btn-play {
    position: absolute;
    top: 245px;
    left: 24px;
}
.sidebar .casino .details {
    position: absolute;
    display: block;
    top: 308px;
    left: 20px;
    width: 100px;
    height: 15px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.sidebar .poker {
    background: url('../images/card-poker.jpg') no-repeat 0 0;
    background-size: contain;
}



/*---------------------------------------*
 ## Footer
 *---------------------------------------*/
footer {
    background: #000;
    color: #a79884;
    padding-bottom: 20px;
}
footer a {
    color: #a79884;
    text-decoration: none;
}
footer a:hover {
    color: #fff;
}
footer nav {
    text-align: center;
    margin: 20px 0 10px;
}
footer nav li {
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    text-align: center;
    margin: 0 15px;
}
footer nav li a {
    font-family: "futura-pt", Arial, sans-serif;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.075em;
    text-transform: uppercase;
}
footer .copyright {
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    text-align: center;
}



/*---------------------------------------*
 ## Misc.
 *---------------------------------------*/
.clearfix {
    *zoom: 1;
    clear: both;
}
.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
}
.clearfix:after {
    clear: both;
}
