/*------------------------
		Fonts
------------------------*/
@font-face {
  font-family: 'Chewy';
  src: url('../fonts/Chewy.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Chewy.woff') format('woff'),
       url('../fonts/Chewy.ttf')  format('truetype'),
       url('../fonts/Chewy.svg#Chewy') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'FrankfurterMediumPlain';
  src: url('../fonts/FrankfurterMediumPlain.eot?#iefix') format('embedded-opentype'),
       url('../fonts/FrankfurterMediumPlain.woff') format('woff'),
       url('../fonts/FrankfurterMediumPlain.ttf')  format('truetype'),
       url('../fonts/FrankfurterMediumPlain.svg#FrankfurterMediumPlain') format('svg');
  font-weight: normal;
  font-style: normal;
}

/*------------------------
		Grid
------------------------*/
.container { margin: 0 auto; position: relative; width: 960px; }
.container:before, .container:after { content: " "; display: table; }
.container:after { clear: both; }
.container { *zoom: 1; }
.container-fluid { width: 100%; padding: 0 15px; }

.clearfix:before,
.clearfix:after { content: " "; display: table; }

.clearfix:after { clear: both; }

* { box-sizing: border-box; }

.show-tablet{
    display: none;
}

/*
 * Grid helpers inspired from Twitter Bootstrap
 */
.row { margin: 0 -24px; }
.row:before, .row:after { content: " "; display: table; }
.row:after { clear: both; }
.row { *zoom: 1; }
.row>div { padding: 0 24px; }

.row-sm { margin: 0 -2px; }
.row-sm>div { padding: 0 2px; }

.row-md { margin: 0 -10px; }
.row-md>div { padding: 0 10px; }

.col12{width:100%;float:left;}
.col11{width:91.666666666667%;float:left;}
.col10{width:83.333333333333%;float:left;}
.col9{width:75%;float:left;}
.col8{width:66.666666666667%;float:left;}
.col7{width:58.333333333333%;float:left;}
.col6{width:50%;float:left;}
.col5{width:41.666666666667%;float:left;}
.col45{width:37.5%;float:left;}
.col4{width:33.333333333333%;float:left;}
.col3{width:25%;float:left;}
.col2{width:16.666666666667%;float:left;}
.col1{width:8.3333333333333%;float:left;}
.table{
    display: table;
    width: 100%;
    height: 100%;
}
.cell{
    display: table-cell;
    vertical-align: middle;
}
.hide-desktop{
    display: none;
}
img { max-width: 100%; }
ul, li { list-style: none; padding: 0; margin: 0; }
p { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6 { font-weight: bold; margin: 0; line-height: 1.1em; padding: 0; }

/*------------------------
		General
------------------------*/
*, *:before, *:after { box-sizing: border-box; }
body{
	font-family: sans-serif;
	font-size: 14px;
    color: #888888;
}
a{
	text-decoration: none;
	color: #ce1071;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
b,
strong{
    font-weight: 400;
    color: #730e41;
}
p{
    line-height: 20px;
    margin-bottom: 15px;
}
.button, .button-primary, input.submit {
	line-height: 29px; border-radius: 4px;
    background-color: #941b58;
    box-shadow: 0 1px 1px rgba(0,0,0,.75), inset 0 1px rgba(255,255,255,.4), inset 0 0 2px rgba(255,255,255,.15);
    border: solid 1px #66153e;
    background-image: -webkit-linear-gradient(bottom, #842555, #b1085e);
    background-image: linear-gradient(to top, #842555, #b1085e);
    color: #fff;
    display: inline-block;
    font-size: 22px;
    text-transform: uppercase;
    padding: 0 18px;
    font-family:Chewy, sans-serif;
    -webkit-transition:all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.button:hover, .button-primary:hover, input.submit:hover {
    background: rgb(178,8,94); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2IyMDg1ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZDBiN2QiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(178,8,94,1)), color-stop(100%,rgba(237,11,125,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(178,8,94,1) 0%,rgba(237,11,125,1) 100%); /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
    background: linear-gradient(to bottom,  rgba(178,8,94,1) 0%,rgba(237,11,125,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2085e', endColorstr='#ed0b7d',GradientType=0 ); /* IE6-8 */
}
.button-alt {
    border: 1px solid #5c1487; /* stroke */
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#632b87+0,530087+100 */
    background: rgb(99,43,135); /* Old browsers */ /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(99,43,135,1) 0%,rgba(83,0,135,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(99,43,135,1) 0%,rgba(83,0,135,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#632b87', endColorstr='#530087',GradientType=0 ); /* IE6-9 */

}
.button-alt:hover{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#530087+0,632b87+100 */
    background: rgb(83,0,135); /* Old browsers */ /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(83,0,135,1) 0%,rgba(99,43,135,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(83,0,135,1) 0%,rgba(99,43,135,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#530087', endColorstr='#632b87',GradientType=0 ); /* IE6-9 */
}
.gradient{
    background: #fa2d95;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fa2d95), color-stop(41%,#de0e78), color-stop(63%,#ae1463), color-stop(99%,#9d165b), color-stop(100%,#7d1248));
    background: -webkit-linear-gradient(top,  #fa2d95 0%,#de0e78 41%,#ae1463 63%,#9d165b 99%,#7d1248 100%);
    background: linear-gradient(to bottom,  #fa2d95 0%,#de0e78 41%,#ae1463 63%,#9d165b 99%,#7d1248 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa2d95', endColorstr='#7d1248',GradientType=0 );
    box-shadow: inset -1px 1px 5px 0px rgba(0, 0, 0, 0.2);
}
.gradient-lighter{
    background: rgb(240,12,128);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(240,12,128,1)), color-stop(34%,rgba(221,14,120,1)), color-stop(66%,rgba(190,18,106,1)), color-stop(100%,rgba(166,21,95,1)));
    background: -webkit-linear-gradient(top,  rgba(240,12,128,1) 0%,rgba(221,14,120,1) 34%,rgba(190,18,106,1) 66%,rgba(166,21,95,1) 100%);
    background: linear-gradient(to bottom,  rgba(240,12,128,1) 0%,rgba(221,14,120,1) 34%,rgba(190,18,106,1) 66%,rgba(166,21,95,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f00c80', endColorstr='#a6155f',GradientType=0 );
}
.gradient-dark{
    background: rgb(160,19,90); /* Old browsers */ /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(160,19,90,1) 0%,rgba(133,36,85,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(160,19,90,1) 0%,rgba(133,36,85,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0135a', endColorstr='#852455',GradientType=0 ); /* IE6-9 */
}
.gradient-gray{
    background: #bdbdbd;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bdbdbd), color-stop(37%,#aaaaaa), color-stop(60%,#979797), color-stop(100%,#818181));
    background: -webkit-linear-gradient(top,  #bdbdbd 0%,#aaaaaa 37%,#979797 60%,#818181 100%);
    background: linear-gradient(to bottom,  #bdbdbd 0%,#aaaaaa 37%,#979797 60%,#818181 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bdbdbd', endColorstr='#818181',GradientType=0 );
}
.gradient-gray-alt{
    background: rgb(239,240,242);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(239,240,242,1)), color-stop(50%,rgba(229,231,235,1)), color-stop(51%,rgba(218,221,225,1)), color-stop(100%,rgba(231,233,235,1)));
    background: -webkit-linear-gradient(top,  rgba(239,240,242,1) 0%,rgba(229,231,235,1) 50%,rgba(218,221,225,1) 51%,rgba(231,233,235,1) 100%);
    background: linear-gradient(to bottom,  rgba(239,240,242,1) 0%,rgba(229,231,235,1) 50%,rgba(218,221,225,1) 51%,rgba(231,233,235,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eff0f2', endColorstr='#e7e9eb',GradientType=0 );
}

/*------------------------
        Header
------------------------*/
#header{background-image:url(../images/header-pattern.jpg);background-repeat:repeat-x}
#header .logo{display:block;margin:17px 0 12px 6px}
#header .logo img{display:block;max-width:100%;height:auto}
.top-menu{float:right;margin-bottom:15px;margin-right:-3px;border-radius:0 0 6px 6px;border:1px solid #834564;box-shadow:0 1px 2px rgba(0,0,0,.3)}
.top-menu li{float:left}
.top-menu li:first-child{padding-left:10px}
.top-menu li:last-child{padding-right:10px}
.top-menu li a{font-family:'Chewy',sans-serif;font-size:15.44px;color:#fff;display:inline-block;line-height:36px;padding:0 10px}
.top-menu li a:hover{color:#c2c2c2}
.mini-search{float:right}
.mini-search input[type=text]{font-family:sans-serif;font-size:12px;padding-left:10px;padding-right:5px;line-height:1;height:31px;border-radius:4px 0 0 4px;border:1px #d6d6d6 solid;border-right:none;width:180px;display:block;float:left}
.mini-search input[type=submit]{font-family:'Chewy',sans-serif;color:#fff;font-size:14px;border:none;cursor:pointer;width:67px;height:31px;line-height:1;text-align:center;display:block;float:left;background-color:transparent;border-radius:0 5px 5px 0}
.casino-filters{padding:7px 0;text-align:center;border-top:1px #8a8a8a solid;border-bottom:1px #8a8a8a solid}
.casino-filters label{font-family:'Chewy',sans-serif;display:block;letter-spacing:-.025em;font-size:19.15px;line-height:28.73px;color:#59133b;margin-bottom:6px}
.casino-filters li{display:inline-block;margin:0 2px}
.casino-filters li a{font-weight:700;line-height:28px;font-size:12px;color:#fff;display:inline-block;border-radius:14px;padding:0 12px;text-shadow:1px 1px 2px rgba(0,0,0,0.8);background:#ea0b7c;background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ea0b7c),color-stop(39%,#db0e77),color-stop(58%,#b61366),color-stop(99%,#921454),color-stop(100%,#6c0f3e));background:-webkit-linear-gradient(top,#ea0b7c 0%,#db0e77 39%,#b61366 58%,#921454 99%,#6c0f3e 100%);background:linear-gradient(to bottom,#ea0b7c 0%,#db0e77 39%,#b61366 58%,#921454 99%,#6c0f3e 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ea0b7c',endColorstr='#6c0f3e',GradientType=0)}
.casino-filters li.on a,.casino-filters li a:hover{background-color:rgba(255,255,255,0);box-shadow:inset 0 0 5px rgba(0,0,0,.35);background-image:-webkit-linear-gradient(bottom,#370851,#631691);background-image:linear-gradient(to top,#370851,#631691)}

/*------------------------
        Main
------------------------*/
#main{background-image:url(../images/body-pattern.jpg);padding:20px 0 27px}
.best-box{width:100%;background-color:#fff;border-radius:4px;margin-right:6px;margin-bottom:11px;box-shadow:1px 1px 2px 1px rgba(0,0,0,0.1);padding:10px 7px 6px 6px;position:relative}
.best-box:nth-child(2n){margin-right:0}
.best-box h2{font-family:'Chewy',sans-serif;color:#a0135a;font-size:22.88px;border-bottom:1px #a0135a dashed;margin-left:4px;width:225px;margin-bottom:8px}
.best-box h3{font-family:'Chewy',sans-serif;font-size:21.28px;color:#730e41;line-height:22px;padding:6px 0 8px}
.best-box h3 a{color:#730e41}
.best-box h3 a:hover{color:#cd2f7f}
.best-box .cup{background-image:url(../images/cup.png);width:22px;height:24px;display:block;position:absolute;top:9px;right:12px}
.best-box .star{background-image:url(../images/big-star.png);width:24px;height:22px;display:block;position:absolute;top:10px;right:8px}
.best-box .thumb{float:left;margin:0 10px 10px 4px}
.best-box .thumb img{display:block}
.best-box p{font-size:9.22px;line-height:12.06px;color:#888888}
.best-box .rating{overflow:hidden;margin-bottom:6px}
.best-box .extra-info{padding:16px 0;border-radius:4px;text-align:center}
.best-box .extra-info span{font-family:'Chewy',sans-serif;font-size:21.47px;color:#fff}
#sidebar .best-box .extra-info span{font-size:18px}
.best-box .extra-info span.bonus{margin-left:10px;margin-right:10px}
.best-box .extra-info .button{width:100px;line-height:36px;display:inline-block;color:#fff;font-family:'Chewy',sans-serif;font-size:23.47px;text-align:center;margin-left:6px}
.newsletter-box{padding:7px 18px 9px;border-radius:4px;width:100%;background-color:#5d1488;box-shadow:1px 1px 2px 1px rgba(0,0,0,0.1);margin-bottom:13px}
.newsletter-box p{font-size:8.51px;line-height:12.06px;color:#fff;margin-bottom:0}
.newsletter-box h2{font-family:'Chewy',sans-serif;font-size:24.31px;line-height:26px;color:#fff;margin-bottom:7px;margin-top:7px}
.newsletter-box h3{font-family:'Chewy',sans-serif;font-size:18.67px;line-height:26px;color:#fff;padding-top:9px;margin-bottom:9px}
.newsletter-form{background-color:#470d69;float:left;width:271px;padding:0 10px 0 13px;min-height:124px;border-radius:4px}
.newsletter-form input[type=text]{font-family:"Helvetica Neue",Arial,sans-serif;font-size:12.23px;padding-left:15px;padding-right:5px;line-height:1;height:29px;border-radius:4px 0 0 4px;border:1px #d6d6d6 solid;border-right:none;width:180px;display:block;float:left}
.newsletter-form input[type=submit]{font-family:'Chewy',sans-serif;color:#fff;font-size:13.11px;border:none;cursor:pointer;background-image:url(../images/subscribe-button.png);width:64px;height:29px;line-height:1;text-align:center;display:block;float:left;background-color:transparent}
.newsletter-form p{width:184px;margin:10px auto 0;text-align:center;font-size:7.8px;line-height:8.51px}

.widget{padding:13px 15px 8px 15px;background-color:#fff;border-radius:4px;box-shadow:1px 1px 2px 1px rgba(0,0,0,0.1)}
.widget h4{font-family:'Chewy',sans-serif;font-size:21.02px;color:#730e41;border-bottom:1px #730e41 dashed;margin-bottom:6px}
.widget li a{font-family:'Chewy',sans-serif;font-size:17.02px;color:#a0135a;line-height:29px}
.widget li a:hover{text-decoration:underline}
.widget h3 { font-family: 'FrankfurterMediumPlain', sans-serif; font-weight: normal; }

.top-sites{background-color:#fff;border-radius:4px;box-shadow:1px 1px 2px 1px rgba(0,0,0,0.1);padding:20px 22px 24px;margin-bottom:20px}
.top-sites h2{font-family:'Chewy',sans-serif;color:#ce1071;font-size:41.07px;margin-bottom:10px;padding-left:15px}
.header-bar{margin:0 8px 5px;padding:0 10px;border:1px #8e8e8e solid;border-radius:6px}
.header-bar dt{font-family:"Helvetica Neue",Arial,sans-serif;color:#fff;font-size:11px;line-height:29px;float:right;font-weight:700;text-transform:uppercase;width:125px;text-align:center}
.casino-row{margin:0 8px}
.casino-row .thumb{margin-left:20px;float:left;position:relative;width:125px;margin-right:15px;min-height:125px}
.casino-row .thumb span.new{font-family:'Chewy',sans-serif;color:#fff;font-size:21.6px;top:32px;left:-22px;line-height:60px;text-align:center;display:block;position:absolute;background-image:url(../images/new-legend.png);width:60px;height:60px}
.casino-row .thumb img{display:block}
.casino-row h3{font-family:'Chewy',sans-serif;font-size:30px;color:#730e41;float:left;margin-right:18px;padding-top:4px}
.casino-row .rating{overflow:hidden;padding-top:11px;font-size:18px;color:#d80f76}
.casino-row.top .rating{color:#fff}
.casino-row .description{float:left;width:360px;background-image:url(../images/col-sep.png);background-repeat:no-repeat;background-position:right center}
.casino-row .description p{font-size:13px;color:#888888;line-height:17px;padding-right:30px;margin-bottom:0}
.casino-row .free{font-family:'Chewy',sans-serif;width:120px;float:left;font-size:36px;line-height:32px;color:#d80f76;text-align:center;height:125px;background-image:url(../images/col-sep.png);background-repeat:no-repeat;background-position:right center}
.casino-row .bonus{font-family:'Chewy',sans-serif;width:120px;float:left;font-size:36px;line-height:32px;color:#d80f76;text-align:center;height:125px;background-image:url(../images/col-sep.png);background-repeat:no-repeat;background-position:right center}
.casino-row .games{text-align:center;width:120px;float:left;font-size:13px;line-height:17px;color:#888888;height:125px;background-image:url(../images/col-sep.png);background-repeat:no-repeat;background-position:right center}
.casino-row .games p{margin-bottom:0}
.casino-row .play-bar{border:1px #8a8a8a solid;border-radius:6px;margin-top:8px;margin-bottom:8px}
.play-bar{padding:3px 3px 5px;}
.play-bar .num{line-height:42px;font-family:'Chewy',sans-serif;color:#ce1071;font-size:28.93px;padding-left:10px;float:left;width:128px;margin-right:20px}
.play-bar .info{width:440px;float:left;padding-top:9px}
.play-bar .info p{font-size:18px;line-height:30px;color:#444444;margin-bottom:0;font-family:'Chewy',sans-serif}
.play-bar .button{color:#fff;font-family:'Chewy',sans-serif;display:inline-block;float:right;font-size:22px;line-height:43px;text-align:center}
.play-bar .button-alt{margin-right:10px}
.top-sites .more-btn{text-align:center;display:block;background-image:url(../images/more-btn.png);width:86px;height:32px;line-height:32px;font-size:22px;color:#fff;font-family:'Chewy',sans-serif;margin:22px auto 0}
.top-sites .more-btn:hover{background-image:url(../images/more-btn-h.png)}
.casino-row.top{padding:22px 8px 8px;border-radius:6px;border:1px #9d2261 solid;margin:-22px 0 14px;background:rgb(247,11,131);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(247,11,131,1)),color-stop(34%,rgba(226,13,122,1)),color-stop(66%,rgba(184,19,103,1)),color-stop(100%,rgba(157,22,91,1)));background:-webkit-linear-gradient(top,rgba(247,11,131,1) 0%,rgba(226,13,122,1) 34%,rgba(184,19,103,1) 66%,rgba(157,22,91,1) 100%);background:linear-gradient(to bottom,rgba(247,11,131,1) 0%,rgba(226,13,122,1) 34%,rgba(184,19,103,1) 66%,rgba(157,22,91,1) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f70b83',endColorstr='#9d165b',GradientType=0);box-shadow:inset -1px 1px 5px 0 rgba(0,0,0,0.2)}
.casino-row.top .play-bar{margin-bottom:0}
.casino-row.top h3,.casino-row.top .free,.casino-row.top .bonus,.casino-row.top .games,.casino-row.top .description p{color:#fff}
.casino-row.top .play-bar{background:none;background-color:#fff;border:none}
.casino-row.top .play-bar .info p{color:#ce1071}
.casino-row.top .description,.casino-row.top .free,.casino-row.top .bonus,.casino-row.top .games{background-image:url(../images/col-sep-dark.png)}
.header-bar.top{position:relative;border-color:#dc2c85;box-shadow:inset -1px 1px 5px 0 rgba(0,0,0,0.2)}
.popular-sites{background-color:#fff;border-radius:4px;box-shadow:1px 1px 2px 1px rgba(0,0,0,0.1);padding:20px 22px 32px;margin-bottom:20px}
.popular-sites h2{font-family:'Chewy',sans-serif;color:#ce1071;font-size:30px;margin-bottom:20px;padding-left:15px}
.casino-col{width:25%;float:left;text-align:center;padding:0 26px;background:url(../images/line.png) right center no-repeat}
.casino-col:nth-of-type(4){background:none}
.casino-col img{display:block;margin:0 auto 8px}
.casino-col h3{font-family:'Chewy',sans-serif;color:#d80f76;font-size:24px;margin-bottom:10px}
.casino-col h3 a{color:#d80f76}
.casino-col h3 a:hover{color:#b20f61}
.casino-col .rating{overflow:hidden;margin-bottom:2px}
.casino-col p{font-size:11px;line-height:14px;color:#888888;margin-bottom:18px}
.casino-col .price{float:left;width:50%}
.casino-col .price span{font-family:'Chewy',sans-serif;color:#d80f76;font-size:24px;display:block;line-height:14px}
.casino-col .price span:first-child{margin-bottom:10px;padding-top:4px}
.casino-col .price i{font-size:14px;font-weight:400;font-style:normal}
.casino-col .play{float:left;width:50%;text-align:center}
.casino-col .button{background-repeat:no-repeat;width:68px;height:63px;font-family:'Chewy',sans-serif;color:#fff;font-size:20px;display:inline-block;text-transform:uppercase;line-height:20px;padding-top:11px;padding-left:0;padding-right:0}
.content-intro,.content-area{background-color:#fff;border-radius:4px;box-shadow:1px 1px 2px 1px rgba(0,0,0,0.1);padding:20px 30px 32px;margin-bottom:20px}
.content-area{padding:20px 30px}
.content-intro h2{font-family:'Chewy',sans-serif;color:#ce1071;font-size:30px;margin-bottom:10px}
.content-intro p{margin:0 10px}
.content-area h3{font-family:'Chewy',sans-serif;color:#ce1071;font-size:19px;line-height:20px;margin-bottom:3px}
.content-intro .tabs{padding:0 5px;margin-bottom:15px}
.content-intro .tabs li{display:inline-block}
.content-intro .tabs li a{font-family:'Chewy',sans-serif;font-size:14px;color:#61103d;display:block;background-color:#efe7eb;line-height:36px;height:36px;padding:0 10px;border-radius:6px;text-transform:uppercase}
.content-intro .tabs li.active a,.content-intro .tabs li a:hover{background-color:#61103d;color:#fff}

.content-area>h1 { font-family:'Chewy',sans-serif; font-size: 38px; margin-bottom: 15px; color: #ce1071; }
.content-area>h2 { font-family:'Chewy',sans-serif; font-size: 26px; margin-bottom: 15px; color: #ce1071; }
.content-area>ul { margin-bottom: 20px; padding-left: 20px; }
.content-area>ul>li { list-style: disc; margin-bottom: 5px; }


/*------------------------
        Footer
------------------------*/
#footer{padding:30px 0;background-color:#61103d;}
#footer p{color:#fff;font-size:14px;line-height:22px;font-family:FrankfurterMediumPlain, sans-serif;}
#footer .link{color:#fff;margin-left:20px;}
#footer ul{margin-bottom:20px;}
#footer li a{color:#fff;font-size:14px;line-height:20px;font-family:FrankfurterMediumPlain, sans-serif;}
#footer li a:hover{text-decoration:underline;}
#footer .col-7{padding-left:65px;}
#footer .col-6{padding-left:15px;}
#footer .col-5{padding-left:18px;}
.copyright{margin-bottom:0;text-align:center;border-top:1px solid rgba(255,255,255,0.3);padding-top:10px;}
.copyright span{font-family:sans-serif;font-style:700;}
.share-buttons{margin-bottom:30px;text-align:center;max-width:180px;}
#footer p.share-title{margin-bottom:16px;display:block;color:#fff;font-size:20.25px;text-align:left;}
.social li{display:inline-block;}
.social li a,#footer .social li a{width:30px;line-height:30px;text-align:center;background:#fff;border-radius:100%;display:block;margin:0 2px;padding-top:2px;height:30px;}
.social li a i{color:#61103D;font-size:18px;display:inline-block;}
.social li a:hover{opacity:.7;}


/*------------------------
        News
------------------------*/
.box{border-radius:4px;background-color:#fff;box-shadow:0 2px 4px rgba(0,0,0,.15);}
.pad25{padding:25px;}
.news-list{font-family:Chewy, sans-serif;margin-bottom:15px;}
.news-list h1{font-size:41px;color:#ce1071;line-height:1em;font-family:Chewy, sans-serif;margin-bottom:25px;}
.news-list p{font-size:16px;color:#424242;font-family:Chewy, sans-serif;margin-bottom:20px;}
.news-list .info{font-size:16px;color:#730e41;margin-bottom:5px;}
.news-list .button { font-size: 16px; }
.news-list h4 { font-size: 18px; margin: 10px 0; color: #ce1071; }
.news-list p { font-family: sans-serif; font-size: 13px; }
.news-item{margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid #e8e8e8;}
.news-item .social{float:right;font-family:FrankfurterMediumPlain, sans-serif;}
.news-item .social li a{background-color:#ce1071;}
.news-item .social li a i{color:#fff;}
.post-info{margin-bottom:20px;color:#730e41;font-family:Chewy, sans-serif;}
.post-info .social{margin-top:-8px;}
.news-item .news-info{font-size:14px;color:#730e41;margin-bottom:5px;border-bottom:1px solid #e8e8e8;max-width:300px;padding-bottom:5px;}
.news-item h2 a{font-size:25px;color:#ce1071;display:block;margin-bottom:10px;}
.post-info-left{float:left;}
.news-item .button{font-size:16px;}
.btn-more{width:86px;margin:0 auto -30px;position:relative;display:block;bottom:-8px;}
.m15{margin-bottom:15px;}
.newsletter-form.full{width:100%;float:none;overflow:hidden;}
.newsletter-form.full h3{font-family:Chewy, sans-serif;font-size:23px;color:#fff;margin-bottom:14px;padding-top:10px;}
.newsletter-form.full p{color:#fff;margin:17px auto;}
.newsletter-form.full input[type="text"]{width:100%;padding-right:70px;display:block;border-radius:5px;}
.form-wrap{width:100%;overflow:hidden;position:relative;}
.newsletter-form.full input[type="submit"]{position:absolute;top:0;right:0;}
.news-post{margin-bottom:15px;}
.news-post h1{font-size:41px;color:#ce1071;line-height:1em;margin-bottom:5px;font-family:Chewy, sans-serif;}
.news-post .info{font-size:16px;color:#730e41;margin-bottom:25px;}
.news-post .info img{position:relative;top:5px;margin-left:4px;}
.news-post p{font-size:16px;color:#424242;margin-bottom:12px;}
.m45{margin-bottom:30px;}

.text-area h2{font-size:21px;color:#ce1071;line-height:1.1em;margin-bottom:10px;}
.text-area h3{font-size:16px;color:#ce1071;line-height:1.1em;margin-bottom:10px;}
.text-area h2 span{display:block;}
.text-area p{color:#424242;font-size:14px;}
.text-area a:not(.button){color:#ce1071;}


/*------------------------
        Offers
------------------------*/
.offers-page{font-family:Chewy, sans-serif;min-height:1087px;margin-bottom:15px;}
.offers-page h1{font-size:41px;color:#ce1071;margin-bottom:15px;}
.options-select{margin-bottom:20px;}
.option-wrapper{float:left;max-width:155px;margin-right:15px;width:100%;}
.offers-page h3 a{font-size:21px;color:#ce1071;line-height:1.1em;margin-bottom:10px;display:block;}
.offers-page .post{margin-bottom:25px;}
.offers-page h3 a span{display:block;}
.offers-page .post p{color:#424242;font-size:16px;}
.offers-page .post p a{color:#ce1071;}
.post-info p{margin-bottom:10px;}
.post-info a{color:#424242;}

/*------------------------
        Reviews
------------------------*/
.reviews-filters{padding-left:15px;margin-bottom:20px;}
.reviews-filters p{font-size:21px;color:#730e41;font-family:Chewy, sans-serif;margin-bottom:10px;}
.reviews-filters a{color:#ce1071;padding:0 3px;}
.pad20{padding:20px;}
.reviews-single .box{font-family:Chewy, sans-serif;position:relative;}
.review-top{padding-top:10px;}
.review-top img{float:left;margin-right:30px;margin-left:5px;}
.review-top h1{font-size:41px;color:#ce1071;max-width:460px;border-bottom:1px dashed #ce1071;margin-bottom:10px;}
.review-top h1>span{float:left;}
.review-top .rating{overflow:hidden;display:inline-block;font-size:18px;margin-bottom:0;margin-top:10px;}
.review-topright{position:absolute;top:20px;right:20px;}
.rating-wrapper{position:relative;display:block;text-align:center;}
.rating-user>i{cursor:pointer;display:inline-block;}
.rating-counter{font-size:11px;text-align:center;margin-top:-5px;color:#730e41;}
.rating-counter span{font-weight:bold;}
.rating-msg.error{color:red;}
.rating-msg.success{color:green;}
.rating-msg{font-size:12px;font-style:italic;}
.btn-play{line-height:50px;font-size:29px;padding:0 22px;}
.review-top p{font-size:22px;color:#730e41;line-height:1.1em;max-width:600px;}
.review-top .text{padding-left:150px;}
.review-info{border-bottom:1px dashed #ce1071;border-top:1px dashed #ce1071;padding:15px 0;margin-bottom:20px;margin-top:10px;}
.review-info>div{float:left;padding:0 15px;text-align:center;}
.review-info>div.col1{width:22%;}
.review-info>div.col2{width:34%;}
.review-info span{display:block;color:#d80f76;font-size:44px;line-height:1em;margin-bottom:4px;}
.review-info p{color:#730e41;font-size:22px;line-height:1em;margin:0;}
.review-info div.col2 span{font-size:24px;}
.carousel-wrapper{padding:0 15px;border-bottom:1px dashed #ce1071;margin-bottom:30px;}
.carousel a{display:block;margin:0 5px;}
.carousel-wrapper .controls{text-align:center;font-size:22px;color:#d32b80;line-height:1em;padding:10px 0 15px;}
.carousel-wrapper .controls span{display:inline-block;padding:0 15px;}
.carousel-wrapper .controls a{font-size:29px;color:#d32b80;}
.text-cols{margin-bottom:20px;}
.text-col{float:left;width:50%;padding-left:30px;}
.text-col h3{font-size:18px;color:#ce1071;margin-bottom:10px;}
.text-col p{font-size:18px;color:#730e41;margin-bottom:10px;}
p.tags{padding:0 30px;font-size:16px;color:#ce1071;margin-bottom:20px;}
p.tags a{color:#424242;}
p.tags span{padding-right:5px;}
p.center{text-align:center;}
.btn-play-sm{line-height:45px;}







/**
 * Customize at your own risk
 */
.jstyling-select {margin: 0; padding: 0; position:relative; z-index: 0;}
.jstyling-select-t {white-space: nowrap; overflow: hidden;}
.jstyling-select-l {margin: 0; padding: 0; width: 100%; display: none; position: absolute; overflow-y: auto; z-index: 1000;}
    .jstyling-select-l div {list-style: none; display: block; white-space: nowrap; overflow: hidden;}
    .jstyling-select-l div:hover {}
    .jstyling-select-l div.disabled {}
    .jstyling-select-l div.disabled:hover {}
.jstyling-select.active {z-index: 700; }
    .jstyling-select.active .jstyling-select-l {display: block;}
.jstyling-checkbox, .jstyling-radio {margin: 0; padding: 0; display: inline-block; z-index: 1;}
.jstyling-checkbox input[type=checkbox], .jstyling-radio input[type=radio] {opacity: 0; filter: alpha(opacity = 0); z-index: 0;}

/**
 * This you can customize
 */

/* Select wrapper */
.jstyling-select {width: 100%; border:2px solid #ce1071; cursor: pointer; border-radius: 8px; font-size: 19px; color: #ce1071; }
/* Select current option */
.jstyling-select-s { height: 38px; line-height: 38px; background: url(../images/icon-select.png) no-repeat 95% center;}
.jstyling-select-t { padding: 0 20px 0px 10px; }

/* Select options list*/
.jstyling-select-l {max-height: 164px; background: #FFFFFF; border: 2px solid #ce1071; border-top: 0; top: 33px; left: -2px; right: -2px;
width: auto; padding-top: 5px; }
    .jstyling-select-l div {line-height: 38px; border-top: 1px dotted #ce1071; padding: 0 10px; }
    .jstyling-select-l div:hover {background: #eeeeee;}
    .jstyling-select-l div.disabled {background: #E5E5E5;}
    .jstyling-select-l div.disabled:hover {color: #000000;}
    .jstyling-select-l div:first-child {border-top: 0}
.jstyling-select.active {background-position: 100% -28px;}
.jstyling-select.disabled {background-color: #E5E5E5;}

/* Checkbox */
.jstyling-checkbox {width: 16px; height: 16px;  background: url(../images/jcusel-checkbox-radio.png) no-repeat;  vertical-align: middle;}
.jstyling-checkbox.active {background-position: 100% -16px;}
.jstyling-checkbox.disabled {background-position: 100% -32px;}
.jstyling-checkbox.active.disabled {background-position: 100% -48px;}

/* Radio button */
.jstyling-radio {width: 16px; height: 16px;  background: url(../images/jcusel-checkbox-radio.png) no-repeat; background-position: 100% -64px;  vertical-align: middle;}
.jstyling-radio.active {background-position: 100% -80px;}
.jstyling-radio.disabled {background-position: 100% -96px;}
.jstyling-radio.active.disabled {background-position: 100% -112px;}



/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height{-webkit-transition:height 500ms ease-in-out;transition:height 500ms ease-in-out;}
/*
 *  Core Owl Carousel CSS File
 */.owl-carousel{display:none;width:100%;-webkit-tap-highlight-color:transparent;/* position relative and z-index fix webkit rendering fonts issue */position:relative;z-index:1;}
.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;}
.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0;}
.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;/* fix for flashing background */-webkit-transform:translate3d(0px,0px,0px);}
.owl-carousel .owl-controls .owl-nav .owl-prev,.owl-carousel .owl-controls .owl-nav .owl-next,.owl-carousel .owl-controls .owl-dot{cursor:pointer;cursor:hand;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}
.owl-carousel.owl-loaded{display:block;}
.owl-carousel.owl-loading{opacity:0;display:block;}
.owl-carousel.owl-hidden{opacity:0;}
.owl-carousel .owl-refresh .owl-item{display:none;}
.owl-carousel .owl-item{position:relative;min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}
.owl-carousel .owl-item img{display:block;width:100%;-webkit-transform-style:preserve-3d;}
.owl-carousel.owl-text-select-on .owl-item{-webkit-user-select:auto;-moz-user-select:auto;-ms-user-select:auto;user-select:auto;}
.owl-carousel .owl-grab{cursor:move;cursor:0;cursor:0;cursor:0;cursor:-webkit-grab;cursor:grab;}
.owl-carousel.owl-rtl{direction:rtl;}
.owl-carousel.owl-rtl .owl-item{float:right;}
/* No Js */.no-js .owl-carousel{display:block;}
/*
 * 	Owl Carousel - Lazy Load Plugin
 */.owl-carousel .owl-item .owl-lazy{opacity:0;-webkit-transition:opacity 400ms ease;transition:opacity 400ms ease;}
.owl-carousel .owl-item img{-webkit-transform-style:preserve-3d;transform-style:preserve-3d;}
/*
 * 	Owl Carousel - Video Plugin
 */.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000;}
.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;-webkit-transition:scale 100ms ease;transition:scale 100ms ease;}
.owl-carousel .owl-video-play-icon:hover{-webkit-transition:scale(1.3,1.3);transition:scale(1.3,1.3);}
.owl-carousel .owl-video-playing .owl-video-tn,.owl-carousel .owl-video-playing .owl-video-play-icon{display:none;}
.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;-webkit-transition:opacity 400ms ease;transition:opacity 400ms ease;}
.owl-carousel .owl-video-frame{position:relative;z-index:1;}





/* ==========================================================================
	Media Queries
   ========================================================================== */
@media only screen and (max-width: 1000px) {
    .container{width: 760px;}
    html, body { overflow-x: hidden; }

    /* Tablet grid */
    .col-md-12{width:100%;}
    .col-md-11{width:91.666666666667%;}
    .col-md-10{width:83.333333333333%;}
    .col-md-9{width:75%;}
    .col-md-8{width:66.666666666667%;}
    .col-md-7{width:58.333333333333%;}
    .col-md-6{width:50%;}
    .col-md-5{width:41.666666666667%;}
    .col-md-4{width:33.333333333333%;}
    .col-md-3{width:25%;}
    .col-md-2{width:16.666666666667%;}
    .col-md-1{width:8.3333333333333%;}

    #header .logo{margin:20px 0 20px 6px;}
    .top-menu{margin-bottom:10px;}
    .top-menu li a{font-size:14.44px;}
    .casino-filters label{margin-bottom:0;line-height:22.73px;padding-top:3px;}
    .casino-filters li{margin-top:9px;}
    .col-8 .best-box{width:100%;}
    .col-8 .best-box h2{font-size:21px;}
    .col-8 .best-box .extra-info span.bonus{margin-right:5px;}
    .widget{padding-left:15px;padding-right:15px;}
    .widget li a{font-size:16px;line-height:26px;}
    .show-tablet{display:block;}
    .hide-tablet{display:none;}
    .best-box .extra-info span{font-size:18.47px;}
    .best-box .extra-info .button{font-size:18.47px;}
    .newsletter-box{margin-top:13px;}
    #footer .col-7,#footer .col-6,#footer .col-5{padding-left:5px;}
    .content-intro{padding:10px 20px 15px;}
    .content-area{padding:15px 20px 5px;}
    .content-intro .tabs{margin-bottom:10px;}
    .content-intro .tabs li{margin-bottom:5px;}
    .casino-row .thumb{margin-left:0;margin-right:10px;}
    .casino-row h3{margin-right:0;float:none;padding-top:0;}
    .casino-row .rating{padding-top:0;margin-bottom:8px;}
    .casino-row .description{width:260px;height:145px;min-height:130px;}
    .casino-row .description p{padding-right:5px;}
    .casino-row .free,.casino-row .bonus,.casino-row .games{width:99px;height:145px;}
    .casino-row .description p,.casino-row .games p{font-size:12px;line-height:14px;}
    .casino-row .free,.casino-row .bonus{font-size:28px;line-height:28px;}
    .play-bar .num{width:60px;}
    .play-bar .info{width:360px;}
    .play-bar .info p { line-height: 1.2em; }
    .casino-col{padding:0 5px;}
    .reviews-filters p{font-size:19px;}
    .review-top p, .review-top h1 { max-width: 400px; }
    .best-box .extra-info .button { margin-left: 0; margin-top: 5px; }

}
@media only screen and (max-width: 767px) {
    .container{ width: 480px; }

    /* Mobile grid */
    .col-sm-12{width:100%;}
    .col-sm-11{width:91.666666666667%;}
    .col-sm-10{width:83.333333333333%;}
    .col-sm-9{width:75%;}
    .col-sm-8{width:66.666666666667%;}
    .col-sm-7{width:58.333333333333%;}
    .col-sm-6{width:50%;}
    .col-sm-5{width:41.666666666667%;}
    .col-sm-4{width:33.333333333333%;}
    .col-sm-3{width:25%;}
    .col-sm-2{width:16.666666666667%;}
    .col-sm-1{width:8.3333333333333%;}

    .hide-mobile{display:none;}
    .hide-desktop{display:block;}

    .top-menu{margin-right:0;}
    #header .logo{margin:10px auto 15px;}
    .mini-search{margin-bottom:15px;}
    #header{background-repeat:repeat;}
    .best-box{width:100%;}
    .show-tablet{display:none;}
    .hide-tablet{display:block;}
    .best-box .extra-info span{font-size:23.47px;}
    .best-box .extra-info .button{font-size:23.47px;background-size:auto;width:100px;margin-left:75px;}
    .best-box .extra-info span.bonus{margin-left:20px;margin-right:65px;}
    .newsletter-box{padding:7px 18px 9px;}
    .newsletter-form.full{margin-bottom:15px;}
    .newsletter-form{margin:0 auto;float:none;}
    .widget{margin-bottom:13px;}
    .header-bar{display:none;}
    .casino-row .description,.casino-row.top .description{background-image:none;}
    .casino-row .description{width:272px;height:auto;}
    .casino-row .free,.casino-row .bonus,.casino-row .games{width:33.33%;height:104px;}
    .casino-row .play-bar{text-align:center;}
    .play-bar .num{margin:0 auto 2px;font-size:30px;float:none;}
    .play-bar .info{width:100%;margin-bottom:10px;padding-top:0;}
    .play-bar .button{float:none;display:inline-block;margin:0 4px;}
    .play-bar .button-alt{margin:0 4px;}
    .casino-col{width:50%;margin-bottom:20px;}
    .popular-sites{padding-bottom:12px;}
    #footer .col-7,#footer .col-6,#footer .col-5{width:50%;}
    .casino-row{margin-bottom:40px;}
    .reviews-page .play-bar .num{display:none;}
    .reviews-page .play-bar .info{width:100%;padding:10px 15px; margin-bottom: 0;}
    .review-info > div.col1{width:33.3333%;}
    .review-info > div.col2{width:100%;padding-top:15px;}
    .btn-play{right:auto;left:30px;top:160px;font-size:22px;padding:0 17px;}
    .review-top h1{font-size:32px;}
    .review-top img{float:none;margin:0 auto;}
    .btn-play{right:20px;left:auto;top:30px;font-size:24px;}
    .review-top .text{padding-left:0; margin-top: 5px;}
    .text-col{padding:0 15px;float:none;width:100%;margin-bottom:10px;}
    p.tags{padding:0 15px;}
    .news-list{margin-bottom:25px;}
    .review-topright { top: 27px; right: 15%; }
    .news-list .item { margin-bottom: 20px; }

}
@media only screen and (max-width: 479px) {
    .container{width:320px;}
    .top-menu li a{padding-left:6px;padding-right:6px;}
    .top-menu li:first-child{padding-left:9px;}
    .top-menu li:last-child{padding-right:9px;}
    .best-box .extra-info span.bonus{margin-left:10px;margin-right:20px;}
    .best-box .extra-info .button{margin-left:8px;width:85px;}
    .top-sites h2{line-height:38px;padding-left:0;margin-bottom:25px;}
    .casino-row .thumb{float:none;margin:0 auto;}
    .casino-row .description,.play-bar .info{width:100%; margin-top: 8px;}
    .casino-col{width:100%;background:none;}
    .newsletter-form.full h3{font-size:21px;}
    .popular-sites h2{font-size:25px;}
    .option-wrapper{max-width:120px;margin:0 5px;}
    .review-info span{font-size:30px;}
    .review-info p{font-size:20px;}
    .reviews-filters{padding:0;}
    .reviews-filters p{font-size:15px;margin-bottom:5px;}
    .reviews-filters p a{padding:0 2px;}
    .review-topright { top: 27px; right: 0; }
}
















