/*

 */
body {
	font-size: 16px;
    color: #eee;
	background: url('casinos.jpg') 0 0 no-repeat fixed;
    background-color: #000;
	background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='casinos.jpg', sizingMethod='scale');
}

a { color: #9f4e81; }

.pure-img-responsive {
    max-width: 100%;
    height: auto;
}

h1 {
    letter-spacing: 0.15em;
    text-transform: uppercase;
    font-weight: bold;
}

h2 {
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-weight: bold;
	line-height: 1.6em;
}

h3, h4 {
    letter-spacing: 0.25em;
    text-transform: uppercase;
    font-weight: 200;
}

p {
    line-height: 1.6em;
}

.l-content {
    margin: 0 auto;
}

.l-box {
    padding: 0.5em 2em;
}

.header-table-header {
	margin: 0 auto;

}

.button-error {
            background: rgb(202, 60, 60);
        }
		
.button-success {
            background: rgb(28, 184, 65);
        }
		
.button-secondary {
            background: rgb(66, 184, 221);
        }
		
.content-tables,
 .information {
    margin: 0 auto;
 }
.content-tables {
    margin-bottom: 3.125em;
    text-align: center;
}

.content-table {
    border: 0px solid #ddd;
    margin: 0 0.5em 2em;
    padding: 0 0 3em;
}

.content-table-header {

    color: #fff;
}
    .content-table-header h2 {
        margin: 0;
        padding-top: 2em;
        font-size: 1em;
        font-weight: normal;

    }

.header-tables,
 .information {
    max-width: 980px;
    margin: 0 auto;
 }
.header-tables {
    margin-bottom: 3.125em;
    text-align: center;
}

.header-table {
    border: 0px solid #ddd;
    margin: 0 0.5em 2em;
    padding: 0 0 3em;
}

.header-table-header {

    color: #111;
}
    .header-table-header h2 {
        margin: 0;
        padding-top: 2em;
        font-size: 1em;
        font-weight: normal;
		color: #fff;
    }

.header-table-price {
    font-size: 2em;
    margin: 0.2em 0 0;
    font-weight: 100;
	color: #eee;
}
    .header-table-price span {
        display: block;
        text-transform: uppercase;
        font-size: 0.5em;
        padding-bottom: 2em;
        font-weight: 400;
        color: #fff;
    }

.header-table-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.header-table-list li {
    padding: 0.8em 0;
    background: transparent;
	color: #fff;
    border-bottom: 1px solid #fff;
}

.button-choose {
    border: 1px solid #ccc;
    background: #0099cc;
    color: #fff;
    border-radius: 2em;
    font-weight: bold;
    position: relative;
    bottom: -1.5em;
}

.information-head {
    color: black;
    font-weight: 250;
}

.footer {
    background: #111;
    color: #888;
    text-align: center;
}
    .footer a {
        color: #ddd;
    }


/*
 * -- TABLET MEDIA QUERIES --
 * On tablets, we want to slightly adjust the size of the banner
 * text and add some vertical space between the various header tables
 */
@media(min-width: 767px) {

    .banner-head {
        font-size: 4em;
    }
    .header-table {
        margin-bottom: 0;
    }

}

/*
 * -- PHONE MEDIA QUERIES --
 */
@media (min-width: 480px) {
    .banner {
        height: 100px;
    }
    .banner-head {
        font-size: 3em;
    }
}

/* YouTube Responsive CSS */

.vr-responsive-embed {
position: relative;
height: 0;
overflow: hidden;
padding-top: 0;
padding-left: 0;
padding-right: 0;
}

.vr-responsive-embed iframe,
.vr-responsive-embed object,
.vr-responsive-embed embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: 0;
}

.vr-responsive-embed,
.vr-responsive-embed.vr-responsive-embed-youtube,
.vr-responsive-embed.vr-responsive-embed-vimeo {
padding-bottom: 56.25%;
}
