body {
    margin: 0px;
    padding: 0px;
    font-family: 'Open Sans Condensed', sans-serif;
    position: static !important;
}

#bg {
    position: absolute;
    z-index:-999;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

a
{
    color: #584285;
    cursor: pointer;
}

img {
    border:0;
}

#container {
    width: 960px;
    margin: auto;
}

#header {
    float: left;
    width: 100%;
    height: 460px;
}

#logo_section {
    float: left;
    width: 100%;
    height: 115px;
}

#logo {
    float: left;
    margin-top: 0px;
}

#login_section {
    float: right;
    margin-top: 30px;
    width:500px;
}

#login_section img{
    float: right;
    margin-left: 10px;
}

#commission {
    position: relative;
    float: left;
    left: 586px;
    top: 7px;
}


#innertext ul li {
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
}

#innertext ul li a {
    text-decoration: none;
    color: #c539ce;
}

#innertext ol li {
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
}

#innertext ol li a {
    text-decoration: none;
    color: #c539ce;
}

#innertext p a{
    color: #c539ce;
    text-decoration: none;
}

#innertext table {
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    text-align: left;
}

#idFeedback {
    position: absolute;
    right: 0px;
    top: 250px;
    right: 0px;

}

#main_menu:before {
    content: url('/images/menu-left-addon.png');
    position: absolute;
    top: 0px;
    left: -12px;
}

#main_menu:after {
    content: url('/images/menu-right-addon.png');
    position: absolute;
    top: 0px;
    right: -12px;
}

#main_menu {
    float: left;
    /* background-image: url('/images/menu_bg.jpg'); */
    background-color: #49838f;
    background-repeat: no-repeat;
    width: 100%;
    height: 31px;
    z-index: 1;
    position: relative;
}

#main_menu ul {
    float: left;
    list-style: none;
    font-size: 15px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

#main_menu li {
    float: left;
    padding: 5px 0;
    background-image: url('/images/menu_divider.png');
    background-repeat: no-repeat;
}

#main_menu li:first-child {
    background-image: none;
}

#main_menu ul a {
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    color: #ffffff;
    padding: 0 22px;
}

#main_menu ul a:hover {
    color: #584285;
    text-shadow: #ffffff -1;
}


#support {
    float: right;
    padding: 6px 0px;
    position: relative;
}

#support a {
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
    font-weight: 600;
}

#support a:hover {
    color: #584285;
}

#lngbox {
    float: right;
    margin: 0 -5px 0 0;
    position:relative;
    z-index:1;
    width:90px;
}

#curlng {
    color: #ffffff;
    font:600 12px 'Open Sans';
    cursor:pointer;
    text-align: center;
    *padding-top:7px; /* IE7 FIX */
}

#curlng:hover {
    color:#902797;
}

#lnglist {
    display:none;
    margin-top: 10px;
}

#lnglist ul{
    width:90px;
    background:#b9b9b9;
    *margin-top:-5px; /* IE7 FIX */
    *margin-bottom:-15px; /* IE7 FIX */
}

#lnglist li {
    margin: 0px 4px;
    background:none;
    text-align: center;
    float:none;
    padding:0;
    display: block;
}

#lnglist li a{
    font:bold 12px 'Open Sans';
    padding: 4px 0;
    text-transform: none;
}

#lnglist li a:hover {
    background:#902797;
    color:#ffffff;
}

#main_banner {
    float:left;
    height: 314px;
    width:100%;
    cursor:pointer;
    position: relative;
}

#navigation {
    position: absolute;
    bottom: 10px;
    left: 440px;
}


.HelpCashOutTimeCell {
    border: 2px solid #8c1299;
}

.StandardPageLeftSectionContentTitle {
    font-family: 'Open Sans', sans-serif;
    /* border-bottom: solid 2px #902797; */  font-size: 18px;
    margin: 0;
}

.ContentInnerTableHeaderCell {
    border: 2px solid #8c1299;
}
.ContentInnerTable {
    border: 2px solid #8c1299;
}
.ContentInnerTableCell {
    border: 2px solid #8c1299;
}

#content {
    float:left;
    width:100%;
    background-image: url('/images/content_bg.png');
    background-repeat: no-repeat;
    position: relative;
    /*min-height: 800px;*/
}

#content_bg {
    float: left;
    position: absolute;
    top: 15px;
    left: 0px;
    background-color: #ffffff;
    width: 959px;
    height: 100%;
    z-index: -1;
    *top:0; /* IE7 FIX */
}

#games {
    float: left;

    width: 670px;
}

#top_games_titles {
    float: left;
    height: 28px;
    width: 100%;
}

#top_games_titles:after {
    content: url('/images/divider.png');
    position: relative;
    top: 1px;

}

#top_games {
    float: left;
    width: 626px;
    padding: 7px 20px;
}
#top_games_titles ul {
    float: left;  list-style: none;
    font-size: 18px;  font-weight: bold;  margin: 0;  padding: 0;
}
#top_games_titles li {
    float: left;
}
#top_games_titles ul li {
    display: block;    text-decoration: none;  color: #000000;
    padding-right:30px;
    cursor:pointer;
}

#top_games_titles ul li:hover {
    color: #584285;
}

#top_games li.active {
    color:#584285;
}

.games_images {
    float: left;
    padding-top: 14px;
}

.game_block {
    float: left;
    margin-right: 10px;
    margin-bottom: 13px;
    width: 202px;
    height: 126px;
    overflow: hidden;
    cursor: pointer;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position:relative;
    *margin-right: 7px; /* IE7 FIX */
}

.no-margin {
    margin: 0 !important;
}

.game_txt {
    position: relative;
    z-index: 9;
    /* background-image: url('/images/gametxt_bg.png'); */
    background-color: rgba(42, 110, 127, 0.8);
    background-repeat: repeat-x;
    background-position: bottom center;
    height: 16px;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    padding: 7px 5px;
}

.demoplaylink  {
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    line-height: 14px;
    text-shadow: 1px 1px 5px #000000;
    font-family: 'Open Sans Condensed';
}

.loginplaylink {
    color: #bbff00;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
    text-decoration: none;
    border-bottom: 1px solid #bbff00;
}

.game_name {
    color:#ffffff;
    font-size: 12px;
    text-decoration: none;
}

.game_txt a {
    float: right;
    *margin-top: -2px; /* IE7 FIX */
}

#new_games {
    float: left;
    width: 626px;
    padding: 0 20px 20px 20px;
}

#new_games_title {
    float: left;
    height: 28px;
    width: 100%;
    border-bottom: antiquewhite;
    font-size: 18px;
    font-weight: bold;
}

#new_games_title:after {
    content: url('/images/divider.png');
    position: relative;
    top: 0px;
}

#right_section {
    float: left;
    width: 280px;
    padding-left: 10px;
    padding-top: 10px;
}

.jackpot_side_bg {
    background-image: url('/images/jackpot_bg.png');
    width: 257px;
    height: 50px;
}

#jackpot {
    margin-bottom: 10px;
    width: 237px;
    height: 53px;
    background-color: #abb0b7;
    color: #000000;
    font-weight: bold;
    font-size: 20px;
    padding: 0 10px;
    line-height: 1.1;
    padding-top: 7px;
}

#total_jackpot {
    float: left;
}

#jackpot_num {
    float: right;
    text-align: center;
    width: 150px;
    font-size: 21px;
    padding-top: 10px;
    font-family: 'Open Sans Condensed';
    font-weight: bold;
    color: #4b327d;
}

#wintercontent #jackpot_num {
    top: 133px !important;
    right: 365px !important;
    position: relative;
}

/*#jackpot_num {
    position: absolute;
    top: 77px;
    right: 49px;
    float: left;
    text-align: center;
    font-size: 18px;
    font-family: arial;
    text-decoration: none;
    color: #fed841;
}*/

#tv {
    margin-bottom: 32px;
    padding-top: 10px;
}

#winners {
    float: left;
    width: 257px;
    position: relative;
}

#winners_title:before {
    content: url('/images/winners-title-left-addon.png');
    position: absolute;
    top: 0px;
    left: -12px;
}

#winners_title {
    float: left;
    width: 100%;
    font-size: 20px;
    line-height: 39px;
    text-align: center;
    font-weight: bold;
    color: #ffffff;
    background-image: url('/images/winning_bg.png');
    height: 55px;
    background-position-x: -11px;
    position: relative;
    z-index: 0;
}

#winners_title:after {
    content: url('/images/winners-title-right-addon.png');
    position: absolute;
    top: 0px;
    right: -12px;
}

#winners_content {
    float: left;
    position: relative;
    z-index: 1;
    margin-top: -10px;
    height: 513px;
    overflow: hidden;
    -webkit-box-shadow: 0px 2px 11px 1px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 2px 11px 1px rgba(0,0,0,0.5);
    box-shadow: 0px 2px 11px 1px rgba(0,0,0,0.5);
}

#home_text {
    float: left;
    padding: 0 20px;
    margin-top: 39px;
    /* height: 157px; */
    /* background-color: #ffffff; */
    width: 100%;
}

h1:after, h2:after,h3:after,.StandardPageLeftSectionContentTitle:after {
    content: url('/images/divider.png');
    display: block;
    margin-bottom: -10px;
    position: relative;
    top: 1px;
}

#home_text h1 {
    font-size: 21px;
    margin: 0;
    padding-bottom: 5px;
    /* border-bottom: solid 2px #902797; */
}

#home_text h1 b {
    font-family: 'Open Sans Condensed', sans-serif;
}

#home_text h2 {
    font-size: 19px;
    margin: 0;
    padding-bottom: 5px;
    /* border-bottom: solid 2px #902797; */
}

#home_text h2 b {
    font-family: 'Open Sans Condensed', sans-serif;
}

#home_text h3 {
    font-size: 17px;
    margin: 0;
    padding-bottom: 5px;
    /* border-bottom: solid 2px #902797; */
    font-family: 'Open Sans Condensed', sans-serif;
}

#home_text h3 b {
    font-family: 'Open Sans Condensed', sans-serif;
}

#home_text p {
    font-size: 10px;
    font-family: 'Open Sans';
    color: #808388;
}

#home_text {
    font-size: 12px;
    font-family: 'Open Sans';
    text-align: justify;
}

#read_more {
    font-family: 'Open Sans';
    font-size: 12px;
    color: #584285;
    cursor:pointer;
}

#innertext strong {
    font-size: 12px;
    color: #444444;
    font-family: 'Open Sans', sans-serif;
}

#innertext strong span {
    font-size: 12px;
    color: #444444;
    font-family: 'Open Sans', sans-serif;
}


#lower_menu_holder {
    background-color: #939393;
    width: 100%;
    height: 40px;
    float: left;
}

#lower_menu {
    width: 960px;
    margin: auto;
}

#lower_menu ul {
    float: left;
    list-style: none;
    font-size: 11px;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    padding: 12px 0px;
}

#lower_menu li {
    float: left;
}

#lower_menu ul a {
    display: block;
    color: #ffffff;
    padding-right: 10px;
    text-decoration: underline;
}

#lower_menu ul a:hover {
    color: #5d1262;
}

#seo_links {
    /* padding-left: 180px; */
    margin-top: 26px;
}

#footer_section_holder {
    background-color: #d8dae0;
    width: 100%;
    /* background-image: url('/images/footer_bg.jpg'); */
    background-position: top center;
    float: left;
}

#footer_section {
    width: 960px;
    margin: auto;
}

#contact_us {
    width: 194px;
    float: left;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: bold;
    color: #4d4d4d;
    line-height: 110%;
    margin-left: 14px;
    margin-top: 40px;
}

#contact_icons {
    float:right;

}

#contact_text {
    float: left;
}

#contact_us img{
    cursor:pointer;
}

#contact_us img:hover{
    opacity: 0.8;
}

#icons {
    position: relative;
    float: right;
    top: 82px;
    padding-right: 20px;
}

#disclaimer {
    float: left;
    text-align: justify;
    font-size: 10px;
    font-family: 'Open Sans', sans-serif;
    padding: 0 20px;
    margin: 18px 0 20px 0;
    color: #808388;
    width: 100%



























}

#siteseal {
    position: absolute;
    left: 163px;
    top: 36px;
}

.cover_play {
    margin-top: -126px;
    display: none;
    *margin-top: -148px; /* IE7 FIX */
}

.cover_playnow {
    background-color: rgba(42, 110, 127, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    text-align: center;
    display: none;
}

.cover_playnow button {
    font-size: 20px;
    font-family: 'Open Sans Condensed';
    font-weight: bold;            text-align: center;
    border: 0;
    background-color: #c6238a;    text-transform: uppercase;
    color: #ffffff;
    padding: 4px 15px;
    width: auto;
    position: relative;
    cursor: pointer;
    top: 45px;
}

#read_more {
    float: left;
    padding: 10px 0 25px 20px;
    *width: 939px;
    background-color: #ffffff;
}

#NGTickerContainer {
    float: left;
}
.NGTickerWrapper {
    float: left;
    color:#882d8e;

}
#NGTickerContainer ul {
    float: left;
    list-style: none;
    font-size:16px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    width: 257px !important;
    left:0 !important;
}


.NGTickerItem,.NGTickerItemBigWin {
    height:37px;
    background-color:#d2d5d9;
    margin:0;
    padding: 10px;
    *margin:-2px 0; /** IE7 FIX **/
}

.NGTickerItem:after,.NGTickerItemBigWin:after {
    content: url('/images/ticker_seperator.png');
    position: relative;
    left: -8px;
}

.NGTickerItemName {
    float:left;
}

.NGTickerItemDate {
    float:left;
    clear:left;
    font-family:'Open Sans', sans-serif;
    font-weight:normal;
    font-size:11px;
}

.NGTickerItemAmount {
    float:right;
    line-height:35px;
    font-size:17px;
}

#ngtracker {
    display: none;
}



#inner_left {
    float: left;
    width: 228px;
    margin: 18px 0 0 21px;
}
#inner_right {
    float: left;
    width: 660px;
    margin: 0 17px 0 34px;
}

#inner_right p {
    font-size: 12px;
    color:#444444;
    font-family: 'Open Sans', sans-serif;
}

#inner_right h1, h2 {
    font-size: 21px;
    margin: 0;
    margin-top: 8px;
    /* border-bottom: solid 2px #902797; */
}

#page_title {
    float: left;
    width: 213px;
    height: 34px;
    font-weight: bold;
    color: #000000;
    background-color: #abb0b7;
    text-align: left;
    line-height: 30px;
    font-size: 18px;
    padding-left: 15PX;
}


#inner_banner {
    float: left;
}
#innertext {
    float: left;
}

#innertext h1,#innertext h2,#innertext h3 {
    /* border-bottom: solid 2px #902797; */
    font-size:18px;
    margin:0;
}


#innertext p {
    font-size:12px;
    color:#444444;
    font-family: 'Open Sans', sans-serif;
}

#innertext p span {
    color:#000000;
    font-weight:bold;
    font-size:14px;
}

#side_menu {
    float: left;
    width: 228px;
    margin-bottom: 15px;
    margin-top: 5px;
}

a.side_menu {
    display: block;
    margin-top: 5px;
    width: 160px;
    height: 20px;
    text-decoration: none;
    padding-left: 15px;
    padding-top: 5px;
    font: bold 14px arial;
    color: #e42f2d;
    background-repeat: no-repeat;

}
a.side_menu:hover {
    color: #ffffff;
    background-repeat: repeat-x;
}


#side_menu ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

#side_menu ul li a {
    display: block;
    margin-top: 2px;
    width: 207px;
    height: 25px;
    text-decoration: none;
    padding-left: 21px;
    padding-top: 4px;
    font-weight: bold;
    font-size: 14px;
    font-family: 'Open Sans';
    color: #ffffff;
    background-image: url('/images/side_menu_arrow.png');
    background-repeat: no-repeat;

    background-color: #584285;
    background-position: 5px 8px;
}

#side_menu ul li a.active {
    background-image: url('/images/side_menu_arrow_active.png');
    background-repeat: no-repeat;
}

#side_menu ul li ul li a.active {
    color: #584285;
    text-decoration: underline;
    background-image:none;
}


#side_menu ul li a:hover {
    color: #ffffff;
}

/* Sub Menu */

#side_menu li ul li a{
    margin: 0;
    background: #c1b9c3;
    color: #444444;
    width: 207px;
    font-size: 12px;
    height: 23px;
}

#side_menu li ul li a:hover {
    color: #000000;
    background-image: none;
}

#breadcrumbs {
    margin: 0;
    font-family: 'Open Sans',sans-serif;
    font-weight:bold;
    font-size: 12px;
    color:#333333;
    padding: 8px;
}
#breadcrumbs a {
    color:#333333;
}

#inner_right #top_games {
    padding: 0;
    margin-top: 14px;
    width: 660px;
}

#inner_right .game_block {
    margin-right: 27px;
    margin-bottom: 15px;
}

#left_content_section {
    float: left;
    width: 628px;
    margin: 8px 22px 15px 20px;
}

#left_content_section_iframe {
    float: left;
    width: 628px;
    margin: 8px 29px 15px 13px;
}

.reward_link {
    padding: 7px;
    width: 127px;
    text-align: center;
    font-size: 11px;
    cursor: pointer;
}

#playnow_side {
    position: relative;
    bottom: 50px;      text-align: center;  font-size: 18px;
    font-family: arial;
    text-decoration: none;
    color: #000000;
    margin-left: -7%;
}

/** INNER PAGES **/

.promotions_box {
    float: left;
    width: 291px;
    margin-right: 44px;
    font-size: 12px;
    color:#444444;
    font-family: 'Open Sans', sans-serif;
}

.promotions_box a {
    text-decoration:none;
    color: #af21ad;
}

#iframe_holder {
    float: left;
    overflow: hidden;
}
.link_to_bonus {
    display: block; padding: 10px; font:15px calibri; color: #000;
}


/** All Games **/
#allgames {
    float: left;
    width: 919px;
    padding: 20px;
}

#allgames_menu {
    float: left;
    width: 180px;
}

#allgames_menu ul {
    float: left;
    width: 100%;
    list-style: none;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

#allgames_menu ul li {
    display: block;
    text-decoration: none;
    color: #000000;
    margin-bottom: 7px;
    padding-bottom: 7px;
    cursor: pointer;
    border-bottom: solid 1px #000000;
}

#allgames_menu ul li:hover {
    color: #584285;
}

.allgames_images {
    float: right;
    width: 627px;
    margin-bottom: 30px;
}

.games_title {
    float: left;
    height: 28px;
    width: 100%;
    /* border-bottom: solid 2px #902797; */
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

#allgames_menu li.active {
    color:#584285;
}

.allgames_link {
    display: block;
    text-decoration: none;
    color: #000000;
    padding-right: 30px;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
}

.allgames_link:hover {
    color:#584285;
}
.status.new, .status.exlusive {
    position: absolute;
    z-index: 1;
    /* left: -8px; */
    /*  top: 14px; */
}

/** BG text **/
#banner_text {
    font-family: 'Open Sans', sans-serif;
    opacity: 1;
}

#banner_text .offer {
    color: #ffffff;
    font-size: 39px;
    text-align: center;
    position: absolute;
    top: 50px;
    left: 75px;
    line-height: 46px;
    text-transform: uppercase;
}

#banner_text .offer span {
    font-size: 50px;
    font-weight: bold;
}

#banner_text .cta {
    color: #000000;
    background: #dfbd01;
    display: inline-block;
    padding: 14px 47px;
    font-size: 26px;
    position: absolute;
    top: 164px;
    left: 103px;
}

#banner_text .offer_mobile {
    color: #ffffff;
    text-align: center;
    position: absolute;
    top: 50px;
    line-height: 46px;
    text-transform: uppercase;
    font: 42px calibri;
    font-weight: 900;
}

#banner_text .cta_mobile {
    color: #000000;
    background: #feda00;
    display: inline-block;
    /* padding: 14px 47px; */
    padding: 10px 25px;
    font-size: 27px;
    position: absolute;
    top: 164px;
    left: 61px;
}

#banner_text .small_txt {
    font-size: 12px;
    color: #ffffff;
    float: left;
    margin-top: 261px;
}

#videoWatchAgain {
    float: right;
    padding: 4px 0;
    margin-right: 15px;
    color: #cc2193;
    font: bold 16px 'Open Sans';
    cursor: pointer;
}

/** BLOG **/
.post_pic {
    float: left;
    width: 239px;
    height: 128px;
    overflow: hidden;
}

.short_post {
    float: left;
    width: 625px;
    border-bottom: solid 1px #3b371c;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.post_shorttext {
    float: left;
    width: 345px;
    padding-left: 25px;
    color: #000000;
    font-family: 'Open Sans';
    font-size: 13px;
}

a.blog_btn {
    background-color: #8f219d;
    color: #ffffff;
    text-decoration: none;
    padding: 3px 15px;
    font-size: 15px;
    font-weight: bold;
    font-family: 'Open Sans';
}

.post_shorttext p {
    height: 54px;  overflow: hidden;
}

img.post_img {
    max-width: 239px;
    height: auto;
}

#regulation_txt {
    position: absolute;
    bottom: 5px;
    right: 15px;
}

#regulation_block {
    position: relative;
    bottom: 58px;
    left: 0;
    float: left;
    color: #000000;
    font-size: 17px;
    font-weight:bold;
    font-family: 'Open Sans', sans-serif;
}

/*** Template Iframe full page***/

#full_page_without_right_sidebar {width: 960px;}
.list_icons { list-style: none; text-align: center; padding: 2px 20px; margin: 0; font-family:'Open Sans', sans-serif ;}
.list_icons img {}
.list_icons li {display: inline-block; width: 30%; padding: 16px 10px 20px 10px; float:left;}
.list_icons .description_link_promotion p {text-align: left; color: #000000; font-family:'Open Sans', sans-serif ;font-size: 14px;
    line-height: 18px; padding: 0 25px; height: 110px;}
.list_icons h3 { color:#00a2a9; text-align: left;text-transform: uppercase;  padding: 0 10px 0 25px; font-size: 15px;}
.link_promotion {padding: 6px 17px; background: #584284; text-decoration: none; color: #ffffff; font-weight: bold;font-size: 13px;}
.image_border {width: 98%;}
.description_link_promotion {}
.inner_text {  min-height: 139px;}

/***  Template Mobile***/

#MobileTable {padding: 158px 0 0 54px; height: 150px; font: 15px calibri; color:#584285;}

.MobileTable_right {padding-left: 30px;display:block; float:left;  width: 400px; }
.MobileTable_left  img , .MobileTable_right img { margin-right: 21px; margin-top: 19px; float:left;}
.MobileTable_left  img { width: 100px;}
.MobileTable_left h5, .MobileTable_right h5 {font-size: 27px; padding:0; margin:10px 0 0 0 ; font-size:20px; float: left;}
.MobileTable_left p, .MobileTable_right p {  width:250px; margin:10px 0 0 0 ;float: left;}
#Mobileheader p {margin: 0;}

#MobileContent {position: relative; float: left; width: 100%; padding: 0px; height: 550px; margin-top:20px; margin-left: 21px;}
#Mobileheader {color: #584285; padding-left: 15px; width: 100%;font: bold 31px calibri; }
#Mobileheader h3 {font: 40px calibri;padding: 0; margin: 0 0 10px 0; }
#Mobileheader h3:after { content: none;}
.MobileTable_right #contact {   margin-left: 135px; margin-top: 5px;  display: block;
    float: left; }
.MobileTable_right #email {}
.MobileTable_right #submit{}
#MobileContent .msg-error {  width: 400px;float: right; color: #F50000;margin-top: 0;}

.msg-error {
    color: rgb(136, 1, 1);
    text-align: left;
    font: 14px 'Open sans';
    float: left;
    margin-top: -11px;padding-right:50px;
}
input#email {
    padding:2px;
    font-size: 14px;
    font-family: arial;
    font-style: italic;
    color: #ccc;
    border-radius: 5px;
    box-shadow: 2px 1px 5px #ccc;
    background: #eee;
}
input#submit {
    padding: 6px 10px;
    color: #ffffff;
    background-color: #584285;
    border: 0;
    font-size: 11px;
    cursor: pointer;
    margin-left: 12px;
    text-transform: uppercase;}
#success-email {
    color: rgb(0, 97, 0);  text-align: left;
    font: 14px 'Open sans';
    padding-right: 50px;
}

#MobileContent #success-email {
    float: right;  margin-top: 0;
}
.inner_text h3:after {content: none;}

.welcome_offer {}
#innertext .welcome_offer p {padding: 0; margin: 0 0 10px 0;}

#Content_div .wrapper {  margin-top: 20px;}

#Content_div {
    height: auto;
    font: 15px calibri;
    color: #584285;
    float: left;
    background: #ffffff url("/images/content_bg.png") no-repeat;
    margin-top: 90px;
    width: 918px;
    margin-left: -19px;
    padding: 20px;
}

h1:after, h2:after, h3:after, .StandardPageLeftSectionContentTitle:after {
    content: none;
}
.Title { text-align: center;  font-size: 25px;margin-bottom: 15px;}

#Content_div h2 {font-size: 35px; margin: 0; padding: 0;}

.package1, .package2, .package3 {padding-left:10px;display:block; float:left;  width: 289px;  min-height: 275px; }
.package1  img , .package2 img , .package3 img { margin:0 5px; float:left;}
.package1  img { width: auto;}
.package1 h5, .package2 h5 , .package3 h5 {font-size: 27px; padding:0; margin:10px 10px 0 0 ; font-size:20px;
    text-align: center;text-transform: uppercase; padding: 0 10px; }
.package1 p, .package2 p , .package3 p{  width:250px; margin:10px 10px 0 0 ;float: left;text-transform: uppercase;}

#MobileContent2{position: relative; float: left; width: 100%; padding: 0px;   height: auto; margin-top:-284px; margin-left: 21px;}
.package1, .package2 {background: url('/images/shadow.png') center right no-repeat;}

.Offer_day {background: url("/images/bg_Package.png") no-repeat;margin: 0;
    height: 50px; display: block;width: 265px;  text-align: center;  color: #fff; line-height: 34px;}



#solidbg #text_more_info {
    float: left;
    text-align: justify;
    padding: 0 14px ;
    overflow: hidden;
    height: 0px;
    background-color: #ffffff;
    width: 915px;
    font-size: 12px;
    font-family: 'Open Sans';
    margin: 20px 0 0 -19px;
}
#more_info {
    float: left;
    padding: 10px 0 25px 50px;
    background-color: #ffffff;
    font-family: 'Open Sans';
    font-size: 12px;
    color: #584285;
    cursor: pointer;
    margin-left: -18px;
    width: 906px;
}
.Offer_day_wide_bg , .Offer_day_wide_bg_1 {
    background: url("/images/bg_Package_wide.png") no-repeat;
    margin: 0;
    height: 80px;
    display: block;
    width: 265px;
    text-align: center;
    color: #fff;
    line-height: 18px;
    padding-top: 10px;
}

.Offer_day_wide_bg_1 {
    line-height: 34px;
}
.link_to_Karamba .link_button{
    padding: 7px 18px;
    background:#58437e ;
    border: none;
    color: #fff;
    float: right;
    margin-right: 110px;
    text-transform: uppercase;
    text-decoration: none;
    font: 17px calibri;
}
.play_now { padding: 10px 40px; background:#c8268d; color: #ffffff;margin: 16px 0 0 40px;display: block;
    text-transform: uppercase; text-decoration: none; font-size:21px;width: 100px;}

/** Midsummer page**/

#midsummer {
    position: relative;
    float: left;
    width: 818px;
    height: auto;
    margin-top: -33px;
    margin-left: 2px;
    background: linear-gradient(to top,  #ffffff 40%, #d1d4d8 100%);
    padding: 30px 70px 100px 70px;
}
#midsummer h1 {
    text-transform: uppercase;
    background: url("/images/title_line.png") no-repeat;
    margin: 0 auto;
    height: 85px;
    display: block;
    width: 770px;
    text-align: center;
    color: #fff;
    font: 41px calibri;
    padding-top: 6px;
    font-weight: bold;
}
.midsummer_image {
    float: left;
    width: 210px;
    margin-left: 30px;
}
.midsummer_text {
    float: left;
    width: 430px;
    padding-left: 25px;
}
.midsummer_content {
    color: #584285;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;

}
.midsummer_content h4 {  font-size: 15px; text-transform: uppercase; }
.midsummer_content span { color: #ca248c; font-weight: bold;}
.midsummer_content p  {padding: 0; margin: 0;}
.midsummer_big_text {margin-bottom: 10px !important;}
.midsummer_content p.midsummer_small_text { font-size: 11px;}

.midsummer_button a {
    background: #cc2990;
    color:#fff;
    padding: 10px;
    margin-left: 0;
}
.midsummer_button {
    margin:25px 0;
}
.link_midsummer {text-decoration: none;}

/*** Template Full page***/
.header-full {
    text-align: center;
    line-height: 37px;
    font-family: 'open sans';
    font-size: 36px;
    color: #584284;
    font-weight: 600;
    margin-top: 35px;
}
.header-full.green{
    color: #2a541c;
    font-weight: bolder;
    text-transform: uppercase;
    font-size: 30px;
}
.text-full {
    padding-top: 20px;
    margin-left: 15% ;
    margin-right: 15%;
    font-family: Open Sans;
    font-size: 15px;
    text-align: center;
}

.text-full2 {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: 20% ;
    margin-right: 20%;
    font-family: Open Sans;
    font-size: 16px;
    text-align: center;
    font-style: italic;
}

.text-full-xmas {
    padding-top: 20px;
    margin-left: 6% ;
    margin-right: 6%;
    font-family: Open Sans;
    font-size: 18px;
    text-align: center;
}

.text-full-xmas .red{
    color: red;
    font-weight: bold;
}

h3.list-full { color:#00a2a9; text-align: left;text-transform: uppercase;  font-size: 20px;line-height:25px;margin-top: -2px;font-family: Open Sans;}
p.list-full-pink { color:#c81990; text-align: left;text-transform: uppercase;  font-size: 20px; font-weight: bolder;line-height:22px;margin-top: -20px;font-family: Open Sans;}
p.list-full-black { color:black; text-align: left;  font-size: 16px; font-weight: normal;line-height:22px;margin-top: -15px;font-family: Open Sans;padding-bottom: 20px;max-height: 50px;}

#qualified-players, #full-terms {
    padding: 5px 32px 0 32px;
    overflow: hidden;
    height: 1px;
    background-color: #ffffff;
    display: block;
    font-family: 'Open Sans';
}
#full-terms a:hover{
    color: blue;
}
#read_qualified, #read-terms {
    font-family: 'Open Sans';
    font-size: 18px;
    color: #584285;
    cursor:pointer;
    text-align: center;
    padding-top: 30px;
    text-decoration: underline;
    font-weight: bolder;
}

#read_qualified:hover, #read-terms:hover{
    color: blue;
}


#read-terms {
    padding-bottom: 30px;
}

.fly-to{
    color: #000000;
    font-family: 'Open Sans';
    font-size: 22px;
    text-align: center;
    text-decoration: underline;
    font-weight: 900;
    padding-bottom: 10px;
    padding-top: 10px;
}
.fest-play{
    min-height: 40px;
    /*height: 50px;*/
    margin-top: 5px;
}

.left-promo{
    float: left; width: 30%; margin-left: 18%; height: 400px;
}
.right-promo{
    float: right; width: 30%; margin-right: 12%; height: 400px;
}

.left-promo .promo-button, .right-promo .promo-button{
    margin-top: 30px;
}

.inner-promo{
    height:325px;
    margin-top: 10px;
}
.link-promotion-full {padding: 6px 25px; background: #584284; text-decoration: none; color: #ffffff; font-weight: bold;font-size: 18px;}
.link-promotion-xmas {padding: 10px 45px; background: #c31f8f; text-decoration: none; color: #ffffff; font-weight: bold;font-size: 24px;}

.lowered{
    margin-top: 50px !important;
}
.no-rep{
    background-repeat: no-repeat;
}
.no-rep.bold{
    font-weight: bolder;
    color: #676767;
    font-size: 20px;
}
.no-rep-flake{
    background-repeat: no-repeat;
    height: 40px;
}

.xmas-txt{
    padding-left: 100px;
    font-size: 17px;
    font-family: 'Open Sans';
}
#prize1{
    width: 270px;
    height: 156px;
    position: absolute;
    top: -800px;
    left: -230px;
    display: none;
}

#prize2{
    width: 270px;
    height: 156px;
    position: absolute;
    top: -840px;
    left: 183px;
    display: none;
}

#prize3{
    width: 270px;
    height: 156px;
    position: absolute;
    top: -850px;
    left: 530px;
    display: none;
}

#prize4{
    width: 270px;
    height: 156px;
    position: absolute;
    top: -755px;
    left: 389px;
    display: none;
}

#prize5{
    width: 270px;
    height: 156px;
    position: absolute;
    top: -686px;
    left: 86px;
    display: none;
}

#prize6{
    width: 270px;
    height: 156px;
    position: absolute;
    top: -576px;
    left: -246px;
    display: none;
}

#prize7{
    width: 270px;
    height: 156px;
    position: absolute;
    top: -377px;
    left: 144px;
    display: none;
}

#prize8{
    width: 270px;
    height: 156px;
    position: absolute;
    top: -586px;
    left: 597px;
    display: none;
}

#prize-click1{
    width: 70px;
    height: 70px;
    position: absolute;
    top: -661px;
    left: 10px;
    cursor: pointer;
}

#prize-click2{
    width: 94px;
    height: 70px;
    position: absolute;
    top: -696px;
    left: 432px;
    cursor: pointer;
}

#prize-click3{
    width: 110px;
    height: 97px;
    position: absolute;
    top: -698px;
    left: 780px;
    cursor: pointer;
}

#prize-click4{
    width: 100px;
    height: 93px;
    position: absolute;
    top: -601px;
    left: 636px;
    cursor: pointer;
}

#prize-click5{
    width: 170px;
    height: 90px;
    position: absolute;
    top: -551px;
    left: 284px;
    cursor: pointer;
}

#prize-click6{
    width: 170px;
    height: 140px;
    position: absolute;
    top: -453px;
    left: -45px;
    cursor: pointer;
}

#prize-click7{
    width: 244px;
    height: 90px;
    position: absolute;
    top: -217px;
    left: 290px;
    cursor: pointer;
}

#prize-click8{
    width: 270px;
    height: 170px;
    position: absolute;
    top: -398px;
    left: 778px;
    cursor: pointer;
}

.prize-txt{
    color: #ffffff;
    letter-spacing: 0.02em;
    line-height: 1px;
}
.prize-txt.gift {
    text-transform: uppercase;
}
.popap_box {
    padding-left:30px;
    float:left;
    margin-top: 12px;
}
.prize-txt.bold{
    font-size: 22px;
    font-weight: bolder;
}

.xmas-close{
    float: right;
    cursor: pointer;
    width: 15px;
    height: 15px;
    right: 18px;
    top: 16px;
    position: absolute;
}
.xmas-cta{
    margin-left: 25px;
    width: 216px;
    height: 36px;
    cursor: pointer;
}

.xmas_red{
    margin-top: -15px;
    font-weight: 900;
    color: #ca0000;
    font-family: 'Open Sans';
    font-size: 20px;
}

#home-search{
    width: 325px;
    z-index: 999;
    position: absolute;
    margin-top: -8px;
    opacity: 0.95;

}

.search-line {
    float: left;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    /*border-bottom: 1px solid transparent;*/
    background-color: #ffffff;
    background-clip: content-box;
}

.search-line:nth-of-type(1){
   /* border-top: 1px solid grey;*/
}

.home-search-thumb{
    width: 70%;
    height: 52px;
    color:  #8FADB2;
    background-size: 80px 60px;
    background-repeat: no-repeat;
    text-overflow: ellipsis;
    font-size: 14px;
    font-family: 'Open Sans';
    padding: 2px;
    float: left;
}

.home-search-thumb img{
    height: 44px;
    background-color: #808080;
    cursor: pointer;
}

.home-search-thumb label{
    margin-top: -25px;
    margin-left: 80px;
    display: block;

}
.all-search-block{
    height: 31px;
    display: none;
    float: left;
    width: 25%;
    padding: 2px;
    padding-top: 23px;
}

.allsearch-play{
    padding: 3px 6px;
    background: #CC2A99;
    text-decoration: none;
    color: #ffffff;
    font-weight: bold;
    font-size: 12px;
    margin-left: -10px;
}

.allsearch-demo{
    padding: 3px 6px;
    background: #584284;
    text-decoration: none;
    color: #ffffff;
    font-weight: bold;
    font-size: 12px;
    margin-left: 10px;
}
#game_search{
    /*width: 200px;
    height: 28px;
    box-shadow: -1px -1px 3px grey;  */
    background-repeat: no-repeat !important;
    /*background-position: 100% 7px !important;*/
    background-position: 96% 12px, left center !important;
    font-size: 16px;
    font-family: 'Open sans';
    margin-bottom: 10px;
    margin-top: -40px;
    width: 142px;
    height: 36px;
    padding: 0 5px;
    border: 0;
    background-color: #D2D5D9;
}

h1.xmas{
    background: -webkit-linear-gradient(top, #f3f3f6, #C2B4DC);
    background: linear-gradient(#f3f3f6, #C2B4DC);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Open Sans";
    text-transform: uppercase;
    font-size: 48px;
}

.xmas-header{
    position: absolute;
    top: -945px;
    left: 113px;
}

.xmas-header p{
    font-size: 17px;
    text-align: center;
    font-family: 'Open sans';
    margin-top: -30px;
}

p.xmas{
    color: #584285;
    font-family: "Open Sans";
    font-size: 31px;
    padding-left: 93px;
    line-height: 40px;
    margin-top: -62px !important;
    text-transform: uppercase;
    text-align: left;
    white-space: nowrap;
}

.xmas-click{
    width: 100%;
    height: 40px;
    padding: 5px;
    text-align: center;
    color: #000000;
    font-family: 'Open Sans';
    font-size: 16px;
    position: absolute;
    top: -714px;
    left: -499px;
    font-weight: bold;
}

.xmas-search{
    margin-top: -20px;
    height: 40px;
    padding: 5px 5px 5px 153px;
    width: 100%;
}

.xmas-search input{
    height: 22px;
    width: 35%;
    display: none;
    background-color: #d4dfe5;
    border: 1px solid #85898c;
    font-family: 'Open Sans';
    font-size: 15px;
    float: left;
}

.xmas-search div{
    display: none;
    background-color: #584283;
    color: #ffffff;
    font-family: 'Open Sans';
    text-align: center;
    padding: 3px 23px;
    float: left;
    text-transform: uppercase;
    cursor: pointer;
    margin-left: 5px;
    font-size: 14px;
}
.xmas-search #user_label{
    display: inline-block;
    margin-top: -7px;
    font-size: 15px;
    font-weight: bold;
    margin-left: 10px;
    font-family: "Open Sans";
    max-width: 245px;
}

.xmas-header h1{
    margin-left: -40px;
    text-transform: uppercase;
}

