﻿html, body
{
    margin: 0;
    width: 100%;
    height: auto;
    font-family: Lato, Arial;
    font-size: 16px;
    color: #2f2f2f;
}

form
{
    margin: 0;
}

table
{
    font-size: 100%;
}

.table
{
    display: table;
}

.tableCell
{
    display: table-cell;
}

.inner img, .inner iframe
{
    border: 0;
    max-width: 100%;
}

.inner
{
    max-width: 1280px;
    margin: 0 auto;
}

.inner img
{
}

a
{
    text-decoration: none;
    color: #009ec1;
}

h1
{
    font-weight: 300;
    font-size: 2.8em;
    margin: 0;
    padding: 0;
    line-height: 2;
    color: #ad6238;
}

h2
{
    font-weight: 400;
    font-size: 1.9em;
    margin: 0;
    padding: 0;
    line-height: 2;
    color: #ad6238;
}

h3
{
    font-weight: 400;
    font-size: 1.3em;
    margin: 0;
    padding: 0;
    line-height: 1.5;
    color: #ad6238;
}

p
{
    margin: 0 0 15px 0;
}

.inner h1
{
    font-size: 1.9em;
    font-weight: 400;
}

.inner h2
{
}

.inner h3
{
}

.clear
{
    clear: both;
}

.left
{
    float: left;
}

.right
{
    float: right;
}

.hidden
{
    display: none;
}
.copperBg
{
    background-image: url(../images/Copper.png);
    background-repeat: repeat;
    color: white;
    font-weight: 600;
}
.copperBg a
{
    color: white;
    line-height: 1.8;
    margin: 0 8px;
}
.copperBg a.instagram, .copperBg a.facebook
{
    font-size: 1.2em;
    line-height: 1.5;
    margin: 0 4px;
}
.copperBg a:hover
{
    text-decoration: none;
}
.standardContent
{
    padding: 10px;
}

.padded
{
    padding: 10px;
}

.headerSpacer
{
    height: 121px;
}

header
{
    border-bottom: solid 1px #665d54;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    background-color: white;
}

header .logo
{
    float: left;
}

header .logo img
{
    height: 80px;
    padding: 5px;
}

    header nav
    {
        float: right;
    }
    header nav.mobile
    {
        display: none;
    }

header.sticky .logo img
{
    height: 40px;
}

header .mobPhone
{
    display: none;
}

footer
{
    margin-top: 10px;
}

footer a
{

}

footer .inner
{
    font-size: 0.8em;
    line-height: 2.2;
    color: white;
    font-weight: bold;
}

footer .left
{
    margin-left: 5px;
}

footer .right
{
    margin-right: 5px;
}

footer .gamblingHelp
{
    line-height: 2;
    font-size: 0.8em;
    text-align: center;
}
footer .gamblingHelp span
{
    margin: 0 10px;
}
@media (max-width: 800px)
{
    header nav.mobile
    {
        display: block;
    }
    header nav.desktop
    {
        display: none;
    }
}
@media (max-width: 500px)
{
    body
    {
        font-size: 14px;
    }

    header .logo img
    {
        height: 40px;
    }

    header .mobPhone
    {
        display: block;
        float: left;
        margin: 18px 0 0 18px;
        font-size: 1.2em;
        font-weight: bold;
    }

    header .dtPhone
    {
        display: none;
    }
    .copperBg a.instagram, .copperBg a.facebook
    {
        margin: 0 8px;
    }

    h1
    {
        font-size: 1.8em;
        font-weight: 400;
    }

    h2
    {
        font-size: 1.6em;
    }

    h3
    {
        font-size: 1.2em;
    }

    footer .left, footer .right
    {
        margin: 0;
        float: initial;
        width: 100%;
        text-align: center;
    }

}

.fourPromosHorizontalContainer
{
    background-image: url(../images/Square.png);
}

.fourPromosHorizontalContainer .RadRotator_Default .rrItemsList
{
    background-image: url(../images/Square.png);
}

@media (max-width: 600px)
{
    .fourPromosHorizontalContainer
    {
        padding: 5px 0;
    }
}


.bannerSlide {
    position: relative;
    height: 100%;
}
.bannerSlide img
{
    max-width: 100%;
}
.bannerSlide .overlay
{
    position: absolute;
    top: 44%;
    bottom: 0;
    left: 0;
    width: 100%;
    display: table;
    text-align: center;
}
.bannerSlide h3
{
    padding: 10px 50px;
    font-size: 2em;
    display: inline-block;
    background-color: rgba(255,255,255,0.8);
    text-transform: uppercase;
    text-align: center;
    color: #2f2f2f;
}

.popupSubscribe
{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 100000;
    background-color: rgba(0,0,0,0.7)
}
.popupSubscribe .popupSubscribeInner
{
    width: 280px;
    padding: 15px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 288px;
    background-color: rgba(248,248,248,0.66);
    text-align: center
}
.popupSubscribe .popupSubscribeInner h3
{
}
.popupSubscribe .popupSubscribeInner p
{
    margin: 15px 0;
}
.popupSubscribe .popupSubscribeInner input[type="text"]
{
    width: 220px;
    padding: 5px;
    margin-bottom: 10px;
    border: none;
}
.popupSubscribe .popupSubscribeInner input[type="radio"]
{
    transform: scale(1.5);
}
.popupSubscribe .popupSubscribeInner input[type="button"], .popupSubscribe .popupSubscribeInner input[type="submit"]
{
    padding: 8px 12px;
    background-color: #e7e7e7;
    color: #665d54;
    border: solid 1px #665d54;
    cursor: pointer;
}
.popupSubscribe .popupSubscribeInner input[type="button"]:hover, .popupSubscribe .popupSubscribeInner input[type="submit"]:hover
{
    background-color: #665d54;
    color: #e7e7e7;
}
.popupSubscribe .close
{
    position: absolute;
    padding: 3px;
    cursor: pointer;
    top: -15px;
    right: -15px;
    font-size: 1.5em;
    color: #665d54;
}
.formFieldLabel
{
    font-weight: 600;
}

input[type="text"], input[type="password"], select, textarea
{
    border: solid 1px #ad6238;
    padding: 4px;
}

input[type="button"], input[type="reset"], input[type="submit"]
{
    background-color: #ad6238;
    border: none;
    padding: 7px 15px;
    color: white;
    cursor: pointer;
    margin: 0 5px 0 0;
}
/*--------------------------------------------------Smart Templates--------------------------------------------------------*/
.homeIcons .iconContainer
{
    width: 23%;
    margin: 20px 1%;
    float: left;
}

.homeIcons .iconContainer .icon
{
    width: 100%;
    text-align: center;
    margin: 10px 0;
}

.homeIcons .iconContainer .icon span
{
    color: white;
    background-color: #40E0D0;
    display: inline-block;
    font-size: 3em;
    border-radius: 90px;
    width: 90px;
    line-height: 90px;
    border: solid 1px #40E0D0;
}

.homeIcons .iconContainer a
{
    color: #000000;
}

.homeIcons .iconContainer h2
{
    color: #40E0D0;
    font-weight: normal;
    font-size: 1.2em;
    line-height: 1.5;
    margin: 0;
    padding: 0;
}

.homeIcons .iconContainer a:hover .icon span
{
    color: #40E0D0;
    background-color: white;
}

.homeIcons .iconContainer .text
{
    width: 100%;
    text-align: center;
}

.homeIcons .iconContainer:nth-child(2) .icon span
{
    background-color: #32cd32;
    border-color: #32cd32;
}

.homeIcons .iconContainer:nth-child(2) h2
{
    color: #32cd32;
}

.homeIcons .iconContainer:nth-child(2) a:hover .icon span
{
    color: #32cd32;
    background-color: white;
}

.homeIcons .iconContainer:nth-child(3) .icon span
{
    background-color: #ad6238;
    border-color: #ad6238;
}

.homeIcons .iconContainer:nth-child(3) h2
{
    color: #ad6238;
}

.homeIcons .iconContainer:nth-child(3) a:hover .icon span
{
    color: #ad6238;
    background-color: white;
}

.homeIcons .iconContainer:nth-child(4) .icon span
{
    background-color: #665d54;
    border-color: #665d54;
}

.homeIcons .iconContainer:nth-child(4) h2
{
    color: #665d54;
}

.homeIcons .iconContainer:nth-child(4) a:hover .icon span
{
    color: #665d54;
    background-color: white;
}
@media (max-width: 600px)
{
    .homeIcons .iconContainer
    {
        width: 98%;
        margin: 30px 1%;
        float: none;
    }
}
/*----------------------------------------------------------------------------------------------------------*/
.fourPromosHorizontal
{
    margin: 9px;
    text-align: center;
}
.fourPromosHorizontal a
{
    color: white;
}

.fourPromosHorizontal a:hover
{
    text-decoration: none;
}

.fourPromosHorizontal h3
{
    font-size: 17px;
    line-height: 1.2;
    color: white;
}

.fourPromosHorizontal span
{
    font-size: 14px;
    line-height: 2;
}

.fourPromosHorizontal img
{
    width: 100%;
    display: block;
}

@media (max-width: 1400px)
{
    .fourPromosHorizontal h3
    {
        font-size: 15px;
    }

    .fourPromosHorizontal span
    {
        font-size: 13px;
    }
}

@media (max-width: 1200px)
{
    .fourPromosHorizontal h3
    {
        font-size: 14px;
    }

    .fourPromosHorizontal span
    {
        font-size: 12px;
    }
}

@media (max-width: 1000px)
{
    .fourPromosHorizontal h3
    {
        line-height: 1;
        font-size: 13px;
    }

    .fourPromosHorizontal span
    {
        line-height: 1.4;
        font-size: 11px;
    }
}

@media (max-width: 900px)
{
    .fourPromosHorizontal h3
    {
        font-size: 12px;
    }

    .fourPromosHorizontal span
    {
        line-height: 1;
        font-size: 11px;
    }
}

/*------------------------------------------------------------------------------------------------------------*/

.twoColLeft
{
    float: left;
    width: 49%;
}

.twoColRight
{
    float: right;
    width: 49%;
}

@media (max-width: 800px)
{
    .twoColLeft, .twoColRight
    {
        float: none;
        width: 100%;
    }
}

/*-----------------------------------------------------------------------------------------------------------*/

.h3OverCopperButton
{
    background-image: url(../images/Copper.png);
    padding: 15px;
    margin-bottom: 15px;
}

.h3OverCopperButton a:hover
{
    text-decoration: none;
}

.h3OverCopperButton h3
{
    font-size: 17px;
    font-weight: 400;
    color: white;
    border: solid 1px #dfdfdf;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    line-height: 2.5;
}

/*******************************************************************************************************************************/

.articleWithImage img
{
    float: right;
    margin-left: 10px;
}

.articleWithImage a
{
    display: block;
    margin-top: 10px;
    text-transform: uppercase;
}

/*******************************************************************************************************************************/

.verticalPromoEvent
{
    float: left;
    width: 23%;
    margin: 1%;
}

@media (max-width: 800px)
{
    .verticalPromoEvent
    {
        width: 48%;
    }
    .verticalPromoEvent img
    {
        width: 100%;
    }
}

@media (max-width: 400px)
{
    .verticalPromoEvent
    {
        float: initial;
        width: 100%;
        margin: 1% 0;
    }
}


/*******************************************************************************************************************************/

.voucherContainer
{
    width: 447px;
    margin: 9px;
}

.voucher
{
    width: 447px;
    background-image: url(../images/bgvoucher.jpg);
    background-size: 100% 100%;
    position: relative;
    font-size: 0.9em;
}

.voucher .voucherLogo
{
    width: 110px;
    padding: 10px;
}

.voucher .address
{
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: white;
    font-size: 0.85em;
    line-height: 1em;
}

.voucher .right
{
    width: 70%;
    /*background-color: rgba(255,255,255,0.5);*/
    background-color: rgba(0,0,0,0.4);
}

.voucher h2
{
    display: block;
    padding: 10px;
    font-size: 2.2em;
    color: #f3e294;
    text-align: center;
    margin: 0;
}

.voucher .details
{
    background-color: white;
    margin: 0 15px 15px 15px;
    padding: 10px;
    border-radius: 5px;
    min-height: 200px;
    text-align: center;
    font-size: 1.1em;
}

.voucher h3
{
    font-weight: bold;
    padding: 0;
    font-size: 1.1em;
    color: black;
    margin: 0 0 10px 0;
}

/****************************************************** Button Shimmer Effect ***************************************************/
@keyframes shimmerBackground
{
    0%
    {
        background-position: -1000px 0
    }

    100%
    {
        background-position: 1000px 0
    }
}

.shimmer
{
    background-image: linear-gradient(100deg, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 35%,rgba(255,255,255,0.3) 50%,rgba(255,255,255,0) 65%, rgba(255,255,255,0) 100%);
    background-repeat: repeat-y;
    background-position: -1000px 0;
    animation: shimmerBackground 2.5s linear infinite;
}
/*******************************************************************************************************/
.thirdWidthVArticleSummary
{
    display: block;
    float: left;
    width: 31.3333333333333%;
    margin: 1% 1% 3% 1%;
    text-align: center;
}

.thirdWidthVArticleSummary .copperBorder
{
    border: solid 1px #ad6238;
}

.thirdWidthVArticleSummary .articleImage
{
    width: 100%;
}

.thirdWidthVArticleSummary .titleContent
{
    padding: 5px 0;
}

.thirdWidthVArticleSummary .titleContent p
{
    margin: 0;
}

.thirdWidthVArticleSummary h3
{
    padding: 10px 0;
    margin: 0;
}

.thirdWidthVArticleSummary a
{
    color: #665d54;
}

.thirdWidthVArticleSummary a:hover
{
    text-decoration: none;
}

.thirdWidthVArticleSummary .readMore
{
    display: none;
}

.thirdWidthVArticleSummary a .readMore
{
    display: block;
    background-color: #ad6238;
    color: white;
    margin: 10px auto;
    width: 100px;
    padding: 5px 12px;
    text-transform: uppercase;
    font-size: 0.9em;
}

@media (max-width: 800px)
{
    .thirdWidthVArticleSummary
    {
        width: 46%;
        margin: 2%;
    }
}

@media (max-width: 400px)
{
    .thirdWidthVArticleSummary
    {
        width: 98%;
        margin: 2%;
    }
}
