/*!/wp-content/themes/svenska2018/style.css*//**********************************************

	THEME NAME: SVENSKA CASINON 2018
	AUTHOR: PRASATH
	AUTHOR URI: https://www.skarosoft.com/
	VERSION: 2.0
	THEME URI: https://www.skarosoft.com/

***********************************************/


/************************ font importing css styles ************************/
/* latin-ext */
@font-face{font-family:'Lato';font-style:normal;font-weight:400;font-display:fallback;src:local('Lato Regular'), local('Lato-Regular'), url(/wp-content/themes/svenska2018/fonts/v13/UyBMtLsHKBKXelqf4x7VRQ.woff2) format('woff2');unicode-range:U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;}
/* latin */
@font-face{font-family:'Lato';font-style:normal;font-weight:400;font-display:fallback;src:local('Lato Regular'), local('Lato-Regular'), url(/wp-content/themes/svenska2018/fonts/v13/1YwB1sO8YE1Lyjf12WNiUA.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;}
/* latin 
@font-face{font-family:'Lato';font-style:italic;font-weight:300;font-display:fallback;src:local('Lato Light Italic'), local('Lato-LightItalic'), url(/wp-content/themes/svenska2018/fonts/v11/2HG_tEPiQ4Z6795cGfdivFtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;} */

/* latin-ext */
@font-face{font-family:'Belleza';font-style:normal;font-weight:400;font-display:fallback;src:local('Belleza Regular'), local('Belleza-Regular'), url(/wp-content/themes/svenska2018/fonts/vYHNZGtjIhSuSm0Cr2rDtPY6323mHUZFJMgTvxaG2iE.woff2) format('woff2');unicode-range:U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;}
latin 
@font-face{font-family:'Belleza';font-style:normal;font-weight:400;font-display:fallback;src:local('Belleza Regular'), local('Belleza-Regular'), url(/wp-content/themes/svenska2018/fonts/I8LNHlDzrs_tdd1DZmKgcQ.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;} 
/***************** New Fonts ******************/
@font-face{font-family:'Chewy';
font-display:fallback;src:url(/wp-content/themes/svenska2018/newfonts/Chewy.ttf);}
@font-face{font-family:'BalooRegular';
font-display:fallback;src:url(/wp-content/themes/svenska2018/newfonts/BalooRegular.ttf);}
/******************************************************************************************************/

body {
	background-repeat-x: repeat;
	background-position:top left;
	background-attachment: scroll;
	font-family: 'Lato';
	color:#a5a5a5;
}

.vc_row {
    margin-left: auto !important;
    margin-right: auto !important;
}
.wpb_column > vc_column-inner > .wpb_wrapper > *:last-child {
    margin-bottom: 0 !Important;
}
.vc_row:last-child .vc_sep_width_100 {
    margin-bottom: 0;
}
/*@media (min-width: 1200px)
{
	.container { 
		width:870px; 
		padding:0;
	}
}*/
.content-border-right {
	border-right: 1px solid #c5cacd;
}
.vc_empty_space {
    /*height: 10px !important;**/
}
@-webkit-keyframes bounceIn_custom 
{
	0% { -webkit-transform: scale(1); }
	25% { -webkit-transform: scale(.8); }
	50% { -webkit-transform: scale(1.05); }
	70% { -webkit-transform: scale(.9); }
	100% { -webkit-transform: scale(1); }
}

@-moz-keyframes bounceIn_custom 
{
	0% { -moz-transform: scale(1); }
	25% { -moz-transform: scale(.8); }
	50% { -moz-transform: scale(1.05); }
	70% { -moz-transform: scale(.9); }
	100% { -moz-transform: scale(1); }
}

@-o-keyframes bounceIn_custom 
{
	0% { -o-transform: scale(1); }
	25% { -o-transform: scale(.8); }
	50% { -o-transform: scale(1.05); }
	70% { -o-transform: scale(.9); }
	100% { -o-transform: scale(1); }
}

@keyframes bounceIn_custom 
{
	0% { transform: scale(1); }
	25% { transform: scale(.8); }
	50% { transform: scale(1.05); }
	70% { transform: scale(.9); }
	100% { transform: scale(1); }
}


/********* Home Header Styles Starts Here ***********/
div#top_slider_part {
    background: #02cbd7;
    padding: 36px 0;
    margin-bottom: 10px;
}
.slider_h2 {
    color: #fddb00;
    font-size: 40px !important;
    font-family: BalooRegular;
}
p.slider_p {
    font-size: 24px;
    line-height: 36px;
    font-family: 'Lato';
    font-weight: normal;
	color:#fff;
}
p.slider_p br {
    line-height: normal !important;
    /*font-size: inherit !important;*/
}
@media (max-width:767px) 
{
	div#top_slider_part {
	    padding: 30px 0;	
	}
	.slider_h2 {
		font-size: 30px !important;
		margin: 5px 0;
	}
	p.slider_p {
		font-size: 16px;
		line-height: 22px;
	}
}
/********* Home Header Styles Ends Here ***********/


/********* Header Styles Starts Here ***********/
.contain {
	/*background-color:#f1f1f1 !important;
	height: 100px !important;
	position:fixed !important;
	top: 0px !important;*/
	z-index:3000 !important;
	width:100% !important;
	box-shadow: 0px 2px 4px #666;
}
#topbar {
    position: fixed;
    top: 0px;
    display: block;
    z-index: 10;
    margin-top: -100px;
    -webkit-transition: 0.6s all ease;
    background:#E6E6E6 !important;
    box-shadow: 0px 2px 4px #666;
    opacity: 0;
}
#topbar.isSticky {
    margin-top: 0px;
    opacity: 1;
}
#topbar { 
	z-index: 100; 
	width: 100%;
}
.top_menu_part { 
	background:#fff; 
    box-shadow: -1px 4px 2px #000;
	padding:0;
}
.topend {
    text-align: right;
    background: #fddb00;
    padding: 0;
	height:21px;
}
.topend a {
    /* font-weight: bold; */
    color: #02cbd7;
    padding-left: 30px;
    font-size: 14px;
    font-family: BalooRegular;
}
form#searchform {
    position: absolute;
    top: 60px;
    right: 50px;
    z-index: 2000;
}
input#search_form_term {
    height: 50px;
    width: 210px;
    padding: 5px 10px;
    border: 3px solid #79423F;
}
.search_form_btn {
    margin-top: 12px;
    background: none;
    border: 0;
    color: #fff;
    font-size: 20px;
    text-align: center;
}

.top_header_row {
    /*padding: 9px 0 5px 0*/;
}
/*********** Logo Shine Effect ************/
.top_header_row a {
	/*position: relative;*/
}
.top_header_row a#site-logo::before,
.mobile_menu a#site-logo::before {
	position: absolute;
	top: 0;
	/*left: -75%;*/
	left: 0;
	z-index: 2;
	display: block;
	content: '';
	width: 50px;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
	-webkit-animation: infinite shine 5s;
	animation: infinite shine 5s;
}
.top_header_row a#site-logo:hover::before,
.mobile_menu a#site-logo:hover::before  {
	/*-webkit-animation: shine .75s;
	animation: shine .75s;*/
}
@-webkit-keyframes shine {
	100% {
		left: 100%;
	}
}
@keyframes shine {
	100% {
		left: 100%;
	}
}
/*********** Logo Shine Effect ************/
.navbar-header { text-align: center; }
.navbar-toggle { float:none; }
.navbar-brand { 
    padding: 11px 15px 10px 15px;
	height:auto;
}
.navbar-brand>i {
    font-size: 20px;
    color: #fff;
}
.navbar-header .navbar-brand:hover { background:#26282c; }
.navbar-default {
    background: none;
    border: 0;
    min-height: auto;
    margin-bottom: 0;
}
.navbar-collapse { padding:0; float: right; }
.navbar-collapse ul li:hover { /*background: #212428;*/ }
.navbar-default .navbar-nav>li>a:hover { 
	/*color:#666666; 
	box-shadow: inset 0px -4px 0px 0px #fddb00;*/
}
.navbar-nav li a:hover:after {
    content: "";
    height: 4px;
    background: #fddb00;
    width: 100%;
    position: absolute;
    bottom: 8px;
    left: 0;
}
.navbar-nav li .sub-menu a:hover:after {
    content: "";
    height: 0px;
    /*background: #fddb00;
    width: 100%;
    position: absolute;
    bottom: 8px;
    left: 0;*/
}
.navbar-nav>li>a {
	color: #999;	
    padding: 21.5px 0px ;
    font-size: 14px;
    transition: all .05s ease-in;
	line-height: normal;
}
.isSticky .navbar-nav>li>a 
{ 
	padding: 23.5px 0;
    font-size: 11.5px;
    font-weight: bold;
    text-transform: uppercase;
    transition: all .05s ease-in;
}

.isSticky nav.navbar.navbar-default {
    background: none;
    border: 0;
    /* float: right; */
    min-height: 40px;
    /* width: 100%;
    padding-top: 13px;
    padding-bottom: 13px; */
    margin-bottom: 0;
}
.navbar-nav>li {
	padding:0 12px;
    /*border-right: 2.5px solid #fff;*/
}

li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-has-children.menu-item-2790 {
    border-right: none !important;
}

@media (min-width: 1200px)
{
	.navbar-header { width:auto; }
	.navbar-brand { 
		float:right; 

		padding: 11px 15px 10px 15px; 
	}	
}

@media (max-width:767px) 
{
	.top_header_row .col-md-3 #site-logo img { /*float:left;*/ margin:0 auto; }
	.navbar-nav { margin: 0; }
	.navbar-nav>li>a {
		padding: 10px 0px 10px 0px;
		margin: 5px 15px;
		border-bottom: 1px solid #666;
		font-size: 16px;
		/*text-transform: capitalize;*/
		transition: all .05s ease-in;
	}
	.top_flag_right { margin-top:10px; margin-left: 30%; float:none; }
	.navbar { margin-bottom:0; }
	.navbar-collapse { 
		float:none; 
		overflow: hidden;
	    border-color: transparent !important;
	}	
	.menu-item-683 ul.sub-menu { width: 481px; }
	.menu-item-683 ul.sub-menu li 
	{
		float: none !important;
		width: 30%;
	}
	.navbar-toggle { float: left; }
	.navbar-toggle {
		position: relative;
		float: left;
		padding: 9px 10px;
		margin-top: 9px;
		margin-right: 1px;
		margin-left: -21px;
		margin-bottom: 8px;
		background-color: transparent;
		background-image: none;
		border: 1px solid transparent;
		border-radius: 4px;
	}
	.navbar-nav>li { padding:0; }
	/* .navbar-nav>li:last-child a { border: 0; } */
}

/*sub-menu items*/
.menu-item-683 ul.sub-menu {
    width: 900px;
}
.menu-item-683 ul.sub-menu li {
    float: left;
    width: 20%;
}
/*.menu-item-2790 .sub-menu {
    width: 400px;
}
.menu-item-2790 ul.sub-menu li {
    float: left;
    width: 50%;
}*/
.menu-item-2220 ul.sub-menu {
    width: 220px;
}
	   
.menu-item-2784 ul.sub-menu {
    width: 686px;
 }

.menu-item-2784 ul.sub-menu li {
    float: left;
    width: 30%;
}


.menu-item-2786 ul.sub-menu {
    width: 690px;
 }

.menu-item-2786 ul.sub-menu li {
    float: left;
    width: 30%;
}

.menu-item-2788 ul.sub-menu {
        width: 471px;
 }

.menu-item-2788 ul.sub-menu li {
    float: left;
    width: 30%;
}

.sub-menu {
    z-index: 1000;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
}
.sub-menu li {
 /*margin-bottom: 10px;*/
 list-style: none;
}
.sub-menu li:last-child { margin-bottom: 0; }
.sub-menu a  {
	color: #999;
	text-decoration:none;
	padding: 10px 15px;
	display: block;
	/*width: 100%;
	text-transform: uppercase;
	font-size: 12px;*/
}
.sub-menu a:hover  { 
    color: #555;
	font-weight:bold;
    text-decoration: none;
    background-color: #f3f3f3;
    /*padding: 10px 25px;
    font-family: 'Arimo',Arial, Helvetica, sans-serif;*/
    transition: padding 400ms;
}

@media (min-width:768px) {
	.sub-menu {
		display: none;
		position: absolute;
		width: 200px;
		background: #fff;
		padding: 0;
		left: -15px;
		/*-webkit-box-shadow: inset 0 0 7px rgba(0,0,0,0.1), 1px 3px 3px rgba(0,0,0,0.1);
		-moz-box-shadow: inset 0 0 7px rgba(0,0,0,0.1), 1px 3px 3px rgba(0,0,0,0.1);
		box-shadow: inset 0 0 7px rgba(0,0,0,0.1), 1px 3px 3px rgba(0,0,0,0.1); 
		text-shadow: 1px 1px 0 rgba(0,0,0,0.2); */ 
	 }
	 li:hover .sub-menu { display: block; }
	 .sub-menu li .sub-menu {
		display: none !important;
		position: absolute;
		right: 8px !important;
		left: 100%;
		top: 0;
	}
	.sub-menu li:hover .sub-menu { display: block !important; }
}


/********* Header Styles Ends Here ***********/


/********* Footer Styles Starts Here ***********/
footer {
    background: #333;


    padding: 50px 0px 20px 0;
}
footer .col-md-3.logopart {
    padding-top: 20px;
}
footer .row #site-logoo img { 
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}
.foot_col_1 {
    margin-top: 25px;
    text-align: center;
}
.foot_col_1 img {
    display: inline-block;
    width: 85px !important;
    padding: 2px;
    margin: 9px auto;
}
.foot_social {
    text-align: center;
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
    margin-top: 32.18px;
    padding: 13.5px 15px;
}
.foot_social a {
    color: #e8d101;
    font-size: 25px;
    margin: 0 13px;
}
footer h3 {
    color: #02cbd7;
    margin: 10px 0 20px 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
}
footer .col-md-6 h3, 
footer .col-md-5 h3, 
footer .col-md-4 h3 {
    text-align: left;
    padding-left: 25px;
}
footer .col-md-4 h3 {
    padding-left: 0px;
}
.col-md-4 .foot_links a {
    margin-left: 0;
}
.foot_links a {
    float: left;
    width: 100%;
    display: inline-block;
    padding-left: 25px;
    margin: 13px 0;
    font-size: 14px;
    margin-left: 20px;
    color: #e0e0e0;
    background: url(https://www.svenska-casinon.com/wp-content/uploads/2019/01/liststyle.png) no-repeat;
}
.no_padding {
	padding: 5px;
}
.foot_logo_part {
    display: inline-block;
}
.flag_part {
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
    padding: 15px 0;
    text-align: center;
    /*display:inline-block;*/
}
.flag_part .shown_a {
    color: #e8d101;
    letter-spacing: 0.3px;
   display: inline-block;
    padding: 6px 0 6px 70px;
    background: url(https://www.svenska-casinon.com/wp-content/uploads/2018/06/swedish-flag.png) left center no-repeat;
}
.flag_part .shown_a i {
    padding-left: 5px;
}
.flag_show:hover .hidden_flag {
    display: block;
}
.hidden_flag {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    background: #444;
    display: none;
}
.hidden_flag a {
    display: block;
    padding: 6px 0 6px 60px;
    letter-spacing: 0.3px;
    color: #e8d101;
    margin: 10px 0 10px 9px;
}
.hidden_flag a i {
    padding-left: 5px;
}
.hidden_flag .sweden_flag {
	background: url(https://www.rahapelit-netissa.com/wp-content/uploads/2017/08/svenska-flag.png) left center no-repeat;	
}
.hidden_flag .spain_flag {
	background: url(https://www.rahapelit-netissa.com/wp-content/uploads/2017/08/spanish-flag.png) left center no-repeat;	
}
.hidden_flag .italy_flag {
	background: url(https://www.rahapelit-netissa.com/wp-content/uploads/2017/08/italy-flag.png) left center no-repeat;	
}
.hidden_flag .finnish_flag {
	background: url(https://www.svenska-casinon.com/wp-content/uploads/2018/08/suomi-flag.png) left center no-repeat;	
}
.fa-angle-down:before {
    content: "\f107";
    position: absolute;
    /*top: 10px;*/
}
.flag_show .fa-angle-down:before { top: 10px; }

/*footer .col-md-3 i { font-size:30px; float:right; padding-left:10px; color:#ccc; }
footer .col-md-3 i:hover { color:#fff; }*/

.dropdown {
    position: relative;
    display: inline-block;
}
.dropdown .dropdown-menu1 {
    position: absolute;
    display: none;
    bottom: 0;
    margin-bottom: 30px;
    list-style: none;
    min-width: 126px !important;
    padding: 0;
	border: 2px solid #79423F;
}
.dropdown:hover .dropdown-menu1 { display: block; }
.dropdown button {
    color: #FFF;
    border: none;
    margin: 0;
    padding: 6px 14px 6px 8px;
    font-size: 1em;
    background: transparent;
    background-position: 105px 8px;
}
.dropdown a {
    display: block;
    padding: 0.2em 0.8em;
    text-decoration: none;
    background: #B5B0B6;
   /* color: #333333; */
}
.dropdown a:hover { background: #FDF3EC; text-decoration:none !important; }
.dropdown button { 
	min-width: 9em;
    margin-top: 10px;
	font-weight:bold;
}
.dropdown button::after {
    font: normal normal normal 16px/1 FontAwesome;
    content: "\f103";
    right: -10px;
    top: 1px; 
    position: relative;
}


@media (max-width:767px) 
{
	footer {
	    padding: 30px 0px;
	}
	.foot_social { margin-top:15px; }
	footer h3 {
		padding: 0 !important;
		margin-top: 30px;
		font-size:12px;
	}
	.foot_links a { 
		margin-left:0; 
	    padding-left: 20px;
	}
	.col-md-4.col-xs-6.col-sm-4 .foot_links {
		display: inline-block;
		/*border-left: 1px solid #666;*/
	}
	.col-md-4 .foot_links a {
		margin-left: 10px;
	}
	.foot_logo_part {
		padding:0 20px;	
	}
	footer .col-md-4 h3 {
		padding-left: 15px !important;
	}
	.foot_col_1 {
		margin-top: 30px;
	}
	.col-md-5.col-sm-5.col-xs-6 { padding:0; }
	.col-md-4.col-xs-6.col-sm-4 { padding: 0; }
	.hidden_flag {
		left: 85px;
		width: 150px;	
	}
	.foot_bot_line p { font-size:12px !important; }
}
/********* Footer Styles Ends Here ***********/


/************** New Big Blue Part Styles **************/
.big_blue_part {
    padding: 60px 0;
    /*background-image: url("https://www.rahapelit-netissa.com/wp-content/uploads/2017/08/congruent_pentagon_blue.png");*/
}

/*.big_blue_part.visible { 
	padding: 60px 0;
    background-image: url("https://www.rahapelit-netissa.com/wp-content/uploads/2017/08/congruent_pentagon_blue.png") !important;
} */
.big_blue_part h2 {
    margin: 0px 0 20px 0;
    font-family: BalooRegular;
    color: #666;
}
.big_blue_part .top_para p {
    margin-bottom: 20px;
    color: #666;
}

.row2 .item { padding:10px; }
.row2 .well {
    margin-bottom: 0;
    padding: 20px;
    background: #fff;
    box-shadow: 0px 2px 1px 0px rgba(132, 132, 132, 0.4);
    -webkit-box-shadow: 0px 2px 1px 0px rgba(132, 132, 132, 0.4);
}
.row2 .well .have_all {
    text-align: center;
}
.row2 .well .have_all .img_part {
    margin-bottom: 5px;
    margin: 0 auto;
    padding: 10px 5px;
    text-align: center;
    /* display: inline-block; 
    border-radius: 50%; 
    box-shadow: 0px 0px 0px 3px #02cbd7; 
    width: 60px; 
    height: 60px; */
}
.row2 .well .have_all .img_part img {
    border-radius: 10px;
    /* padding: 2px;
    box-shadow: 0px 0px 0px 3px #02cbd7;
    width: 45px; */
}
.row2 .well .have_all h3 {
    text-align: center;
    display: inline-block;
    margin: 30px 0 40px 0;
    color: #666;
    /*font-family: BalooRegular;*/
    font-weight: bold;
    font-size: 18px;
    line-height: normal
}

.row2 .well .have_all .ch {
    text-align: center;
    display: inline-block;
    margin: 15px 0 20px 0;
    color: #666;
    /*font-family: BalooRegular;*/
    font-weight: bold;
    font-size: 18px;
    line-height: normal
}

.height_80px {// height:80px; }
.row2 .well .have_all p {
    color: #a5a5a5;
    /*height: 80px;*/
    overflow: hidden;
    margin-bottom: 20px;
}
@media (max-width:767px) 
{
	.row2 .well .have_all p { height: auto; }
}
.row2 .well .have_all .bot_btn {
    text-align: left;
}
.row2 .well .have_all .bot_btn a.gotobtn {
    display: block;
    margin-left: auto;
    width: 60%;
    text-align: center;
    margin-right: auto;
    padding: 2px 10px;
    background: #fddb00;
    border-bottom: 3px solid #e3c400;
    font-weight: 700;
    color: #fff;
    font-size: 15px;
    border-radius: 3px;
}
.row2 .well .have_all .bot_btn a.gotobtn:hover {
    background: #e3c400;
    border-bottom: 3px solid #fddb00;
    text-decoration: none;
}
.row2 .well .have_all .bot_btn div a {
    color: #02cbd7;
    font-size: 15px;
    cursor: pointer;
    padding: 3.5px 0;
    display: inline-block;
}
/*.row2 .well .have_all .bot_btn .clickable {
    color: #02cbd7;
    font-size: 15px;
    cursor: pointer;
    padding: 3.5px 0;
}
.row2 .well .have_all .bot_btn .clickable i {
    font-weight: bold;
}*/

#grid[data-columns]::before {
	/*content: '3 .column.size-1of3';*/
}
/* These are the classes that are going to be applied: */
.column { float: left; }
.size-1of3 { width: 33.333%; }
@media screen and (max-width: 480px){
	#grid[data-columns]::before {
		/*content: '1 .column.size-1of1';*/
	}
}
@media screen and (min-width: 481px) and (max-width: 768px) {
	#grid[data-columns]::before {
		/*content: '2 .column.size-1of2';*/
	}
}
@media screen and (min-width: 769px) {
	#grid[data-columns]::before {
		/*content: '3 .column.size-1of3';*/
	}
}
@media screen and (min-width: 851px) {
	#grid[data-columns]::before {
        /*content: '4 .column.size-1of4';*/
    }
}

/* Again, you’re free to use and define the classes: */
.column { float: left; }
.size-1of1 { width: 100%; }
.size-1of2 { width: 50%; }
.size-1of3 { width: 33.333%; }
.size-1of4 { width: 25%; }
/************** New Big Blue Part Styles **************/


/************** Bottom 4 Row Part Styles **************/
.bot_row .font_16px {
    font-size: 16px;
}
.bot_row {
    border-bottom: 1px solid #666;
}
.bot_row h2 {
    font-family: BalooRegular;
    font-size: 26px;
    color: #666666;
    margin-top: 20px;
    margin-bottom: 15px;
}
.col-md-12:first-child .bot_row h2 {
    margin-top: 0;
}
.bot_row .content_para p:first-child { margin:0; }
.bot_row .bot_clickable {
    text-align: right;
    margin-top: -10px;
    margin-bottom: 5px;
}
.bot_row .bot_clickable i {
    color: #fddb00;
    font-size: 20px;
    cursor: pointer;
}
@media (max-width:767px) 
{
	.bot_row { margin-bottom: 10px; }
	.bot_row h2 { 
		margin-top: 10px;
		margin-bottom:10px; 
		font-size:19px;
	}
	.col-md-12:first-child .bot_row h2 { margin-top:10px; }
	.bot_row .bot_clickable {
	    margin-top: 0px;
		position: absolute;
		/*top: 10px;*/
		bottom: 15px;
		right: 15px;
	}
	.col-md-9.col-lg-9.col-sm-12.col-xs-12 .col-md-12:last-child .bot_row {
		margin-bottom: 30px;
	}
}
/************** Bottom 4 Row Part Styles **************/


/************** Innerpage Top 4 Tab Part ****************/
/*#desktop_top_4_part .vc_tta-container {
    box-shadow: 0px 0px 1px 1px #ccc;
}
#desktop_top_4_part li.vc_tta-tab {
	padding:0 20px;	
}
#desktop_top_4_part .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
    background-color: transparent;	
}
#desktop_top_4_part .vc_tta.vc_tta-style-classic .vc_tta-tab > a {
	border-width:0;	
}
#desktop_top_4_part .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active > a {
	border-color:transparent;
}
#desktop_top_4_part li.vc_tta-tab > a {
    font-family: BalooRegular;
    font-size: 18px;
    background: none !important;
    border: 0;
    border-bottom: 5px solid transparent;
    padding: 10px 0 3px 0 !important;
}
#desktop_top_4_part .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab > a:hover {
	background:transparent;
    color: #02cbd7;	
}
li.vc_active a {
    border-bottom: 5px solid #02cbd7 !important;
}
#desktop_top_4_part .vc_tta-panel ul {
	padding:0;	
}
#desktop_top_4_part .vc_tta-panel ul li.bonus-value {
    padding: 5px 0;
    font-size: 16px;
}
#desktop_top_4_part .vc_tta.vc_general .vc_tta-panel-body > :first-child {
    margin-bottom: 15px;
}
#desktop_top_4_part .inside_top4 a {
    display: inline-block;
    margin: 5px 0;
    color: #666;
    font-family: BalooRegular;
    font-size: 15px;
    padding: 10px;
    border-radius: 50%;
    box-shadow: 0px 0px 0px 3px #02cbd7;
}
#desktop_top_4_part .inside_top4:hover a {
    box-shadow: 0px 0px 0px 3px #fddb00;
}
#desktop_top_4_part .inside_top4 a.goto_btn {
    display: inline-block;
    width: 100%;
    box-shadow: none;
    padding: 0;
    text-decoration: none;
}
#desktop_top_4_part .inside_top4:hover a.goto_btn {
    color: #e3c400;
}
#desktop_top_4_part .inside_top4_3 a {
    display: inline-block;
    margin: 5px 0;
    color: #666;
    font-family: BalooRegular;
    font-size: 15px;
}
#desktop_top_4_part .inside_top4_3 a img {
    width: 100px;
    height: 60px;
}
#desktop_top_4_part .inside_top4_3:hover a img {
    
}
#desktop_top_4_part .inside_top4_3 a.goto_btn {
    display: inline-block;
    width: 100%;
}
#desktop_top_4_part .inside_top4_3:hover a.goto_btn {
    color: #e3c400;
}
#desktop_top_4_part .inside_top4_4 img {
    padding: 20px 0;
}
#desktop_top_4_part .inside_top4_4 p:first-child {
    color: #02cbd7;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 5px;
}*/
.top_desktop_4_part {
    box-shadow: 0px 0px 1px 1px #ccc;
    margin-bottom: 35px;
}
.top_desktop_4_part ul.nav.nav-tabs {
    border: 0;
}
.top_desktop_4_part ul.nav li {
    padding: 0 20px;
}
.top_desktop_4_part .nav-tabs li a {
    font-family: BalooRegular;
    font-size: 18px;
    background: none !important;
    border: 0 !important;
    border-bottom: 5px solid transparent !important;
    padding: 10px 0 3px 0 !important;
    color: #666666;
}
.top_desktop_4_part .nav-tabs li.active a,
.top_desktop_4_part .nav-tabs li:hover a {
    color: #02cbd7;
	border-bottom: 5px solid #02cbd7 !important;
}
.top_desktop_4_part .tab-content {
    border-top: 1px solid #f0f0f0;
}
.top_desktop_4_part .tab-content .tab-pane .col-md-10 {
	padding:0;	
}
.top_desktop_4_part .tab-content .tab-pane .col-md-10 .col-md-2 {
    width: 20%;
    padding: 0 0px;
}
.top_desktop_4_part .tab-content .tab-pane {
    padding: 30px 20px;
}
.top_desktop_4_part .tab-content .tab-pane .row {
	margin: 0;
}
.top_desktop_4_part .tab-content .tab-pane ul { 
	padding:0;
	margin-bottom: 0;
	list-style: none;
}
.top_desktop_4_part .tab-content .tab-pane ul li {
    padding: 5px 0;
    font-size: 16px;
    width: 50%;
    float: left;
}
.top_desktop_4_part .tab-content .tab-pane ul li:before {
    content: "\f087";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 20px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #02cbd7;
    padding-right: 10px;
}
.top_desktop_4_part .tab-content .tab-pane .inside_top4 a {
    display: inline-block;
    margin: 5px 0;
    color: #666;
    font-family: BalooRegular;
    font-size: 15px;
    padding: 10px;
    border-radius: 50%;
    box-shadow: 0px 0px 0px 3px #02cbd7;
}
.top_desktop_4_part .tab-content .tab-pane .inside_top4 div {
    display: inline-block;
    margin: 5px 0;
    color: #666;
    font-family: BalooRegular;
    font-size: 15px;
    padding: 10px;
    border-radius: 50%;
    box-shadow: 0px 0px 0px 3px #02cbd7;
}
.top_desktop_4_part .tab-content .tab-pane .inside_top4 span {
    display: inline-block;
    margin: 5px 0;
    color: #666;
    font-family: BalooRegular;
    font-size: 15px;
    padding: 10px;
    border-radius: 50%;
    box-shadow: 0px 0px 0px 3px #02cbd7;
}
.top_desktop_4_part .tab-content .tab-pane .inside_top4:hover a {
    box-shadow: 0px 0px 0px 3px #fddb00;
}
.top_desktop_4_part .tab-content .tab-pane .inside_top4:hover div {
    box-shadow: 0px 0px 0px 3px #fddb00;
}
.top_desktop_4_part .tab-content .tab-pane .inside_top4 a img {
    width: 45px;
}
.top_desktop_4_part .tab-content .tab-pane .inside_top4 div img {
    width: 45px;
}
.top_desktop_4_part .tab-content .tab-pane .inside_top4 a.goto_btn {
    display: inline-block;
    width: 100%;
    box-shadow: none;
    padding: 0;
    text-decoration: none;
}
.top_desktop_4_part .tab-content .tab-pane .inside_top4 span.goto_btn {
    display: inline-block;
    width: 100%;
    box-shadow: none;
    padding: 0;
    text-decoration: none;
}
.top_desktop_4_part .tab-content .tab-pane .inside_top4:hover a.goto_btn {
    color: #e3c400;
}
.top_desktop_4_part .tab-content .tab-pane .inside_top4:hover span.goto_btn {
    color: #e3c400;
}
.top_desktop_4_part .tab-content .tab-pane .inside_top4_3 a {
    display: inline-block;
    margin: 5px 0;
    color: #666;
    font-family: BalooRegular;
    font-size: 15px;
}
.top_desktop_4_part .tab-content .tab-pane .inside_top4_3 div {
    display: inline-block;
    margin: 5px 0;
    color: #666;
    font-family: BalooRegular;
    font-size: 15px;
}
.top_desktop_4_part .tab-content .tab-pane .inside_top4_3 span {
    display: inline-block;
    margin: 5px 0;
    color: #666;
    font-family: BalooRegular;
    font-size: 15px;
}
.top_desktop_4_part .tab-content .tab-pane .inside_top4_3 a img {
    width: 80px;
    /*height: 60px;*/
}
.top_desktop_4_part .tab-content .tab-pane .inside_top4_3 div img {
    width: 80px;
    /*height: 60px;*/
}
.top_desktop_4_part .tab-content .tab-pane .inside_top4_3 a.goto_btn {
    display: inline-block;
    width: 100%;
}
.top_desktop_4_part .tab-content .tab-pane .inside_top4_3 span.goto_btn {
    display: inline-block;
    width: 100%;
}
.top_desktop_4_part .tab-content .tab-pane .inside_top4_3:hover a.goto_btn {
    color: #e3c400;
}
.top_desktop_4_part .tab-content .tab-pane .inside_top4_3:hover span.goto_btn {
    color: #e3c400;
}
.top_desktop_4_part .tab-content .tab-pane .inside_top4_4 img {
    margin: 20px 0;
    width: 100%;
}
.top_desktop_4_part .tab-content .tab-pane .inside_top4_4 p:first-child a {
    color: #02cbd7;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 5px;
}
.top_desktop_4_part .tab-content .tab-pane .inside_top4_4 p.notag_p {
    color: #02cbd7;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 5px;
}
/*************** Mobile Top 4 *******************/
#mobile_top_4_part .lvca-accordion.lvca-style1 .lvca-panel {
    border-radius: 0;
    background: none;
    margin: 0 15px;
    box-shadow: 0px 0px 1px 1px #ccc;
}
#mobile_top_4_part .lvca-accordion.lvca-style1 .lvca-panel .lvca-panel-title {
    font-family: BalooRegular;
	color: #666;
	font-size: 18px;
    padding: 20px 15px;
	font-weight:normal;
}
#mobile_top_4_part .lvca-accordion.lvca-style1 .lvca-panel:hover .lvca-panel-title {
    background: none;
}
#mobile_top_4_part .lvca-accordion.lvca-style1 .lvca-panel.lvca-active .lvca-panel-title {
    color: #666;
    background: none;
    font-family: BalooRegular;
    font-weight: normal;
    font-size: 18px;
    border-bottom: 1px solid #dadada;
}
#mobile_top_4_part .lvca-accordion.lvca-style1 .lvca-panel .lvca-panel-title:after {
    content: "\f055";
    display: inline-block;
    font-family: FontAwesome !important;
    transform: none;
    font-size: 24px;
    color: #fddb00;
    position: absolute;
    top: 21px;
    right: 15px;
}
#mobile_top_4_part .lvca-accordion.lvca-style1 .lvca-panel.lvca-active .lvca-panel-title:after {
	content: "\f056";
    display: inline-block;
    font-family: FontAwesome !important;
    transform: none;
    font-size: 24px;
    color: #fddb00;
    position: absolute;
    top: 21px;
    right: 15px;
}
#mobile_top_4_part .lvca-accordion.lvca-style1 .lvca-panel .lvca-panel-content {
	background: none;
    padding: 15px 15px;	
}
#mobile_top_4_part .lvca-accordion.lvca-style1 .lvca-panel .lvca-panel-content p {
    margin: 0;
}
#mobile_top_4_part .lvca-accordion.lvca-style1 .lvca-panel .lvca-panel-content ul {
    padding: 0;
}
#mobile_top_4_part .lvca-accordion.lvca-style1 .lvca-panel .lvca-panel-content ul li.bonus-value {
    padding: 5px 0;
    font-size: 16px;
}
#mobile_top_4_part .inside_top4 a {
    display: inline-block;
    margin: 5px 0;
    color: #666;
    font-family: BalooRegular;
    font-size: 15px;
}
#mobile_top_4_part .inside_top4 a img {
    border-radius: 50%;
    padding: 5px;
    box-shadow: 0px 0px 0px 3px #02cbd7;
}
#mobile_top_4_part .inside_top4:hover a img {
    box-shadow: 0px 0px 0px 3px #fddb00;
}
#mobile_top_4_part .inside_top4 a.goto_btn {
    display: inline-block;
    width: 100%;
}
#mobile_top_4_part .inside_top4:hover a.goto_btn {
    color: #e3c400;
}
#mobile_top_4_part .inside_top4_3 a {
    display: inline-block;
    margin: 5px 0;
    color: #666;
    font-family: BalooRegular;
    font-size: 15px;
}
#mobile_top_4_part .inside_top4_3 a img {
    border-radius: 50%;
    padding: 5px;
}
#mobile_top_4_part .inside_top4_3:hover a img {
    /*box-shadow: 0px 0px 0px 3px #fddb00;*/
}
#mobile_top_4_part .inside_top4_3 a.goto_btn {
    display: inline-block;
    width: 100%;
}
#mobile_top_4_part .inside_top4_3:hover a.goto_btn {
    color: #e3c400;
}
#mobile_top_4_part .inside_top4_4 {
	text-align:center;
    font-size: 16px;
}
#mobile_top_4_part .inside_top4_4 img {
    margin: 20px 0;
}
#mobile_top_4_part .inside_top4_4 p:nth-child(2) {
    color: #02cbd7;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px !important;
}
#mobile_top_4_part .inside_top4_4 p:last-child {
    margin: 30px 0 20px 0 !important;
}
/************** Innerpage Top 4 Tab Part ****************/


/********* Common Styles Starts Here ***********/
h2 {
    font-family: BalooRegular;
    color: #666;	
}
.h1_font_size_30px h1 {
    font-size: 30px;
    font-family: BalooRegular;
    color: #666;
}
.font_family_lato {
    font-family: 'Lato';
}
.justify_font_16px {
	/*text-align:justify;*/
	font-size:16px;	
}
.btn_404 {
	background-color: #3D7932;
    border-color: #4cae4c;
    border-color: #3b6e22 #3b6e22 #2c5115;
    font-family: 'Lato';
    font-weight: normal !important;
    text-rendering: optimizelegibility;
    min-width: 120px;
    padding: 10px 15px !important;
    text-align: center;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #fff !important;
    text-decoration: none !important;
    cursor: pointer;
    display: inline-block;
    position: relative;	
	font-size: 18px !important;
	box-shadow: 2px 2px 5px #222;
}
a.btn_404:hover {
    background-color: #449d44;
    border-color: #398439;
    color: #fff !important;
    -webkit-animation: bounceIn_custom 0.7s ease-in-out;
    -moz-animation: bounceIn_custom 0.7s ease-in-out;
    -o-animation: bounceIn_custom 0.7s ease-in-out;
    animation: bounceIn_custom 0.7s ease-in-out;
}

#innerpage_middle_blue_part {
    background: #02cbd7;
    padding: 45px 30px;
}
#innerpage_middle_blue_part .wpb_content_element {
    margin: 0;
}
#innerpage_middle_blue_part,
#innerpage_middle_blue_part p {
    /*text-align: justify;*/
    font-size: 18px;
    color: #fff;
}
#innerpage_middle_blue_part a.page_cta_btn {
    display: inline-block;
    padding: 5px 40px;
    background: #fddb00;
    border-bottom: 3px solid #e3c400;
    color: #fff;
    font-size: 26px;
    margin: 30px 0;
    font-family: BalooRegular;
    font-weight: normal;
    border-radius: 3px;
}
#innerpage_middle_blue_part a.page_cta_btn:hover {
    background: #e3c400;
    border-bottom: 3px solid #fddb00;
    text-decoration: none;
}
#top_small_h3_turqoise_header h3 {
    font-size: 24px;
    margin: 0;
    padding: 15px 25px 10px 25px;
    color: #02cbd7;
    border-bottom: 4px solid;
    font-family: BalooRegular;
    display: inline-block;
}
@media (max-width: 767px) {
	#innerpage_middle_blue_part { padding: 0 0 30px 0; }
	#innerpage_middle_blue_part .vc_col-sm-6:first-child {
		padding: 0;
	}
	#innerpage_middle_blue_part,
	#innerpage_middle_blue_part p {
		font-size:16px;	
	}
}
/********* Common Styles Ends Here ***********/


/********* Iframe Game Styles Starts Here ***********/
.game-container {
    margin-bottom: 15px;
}
.right_side_info_top {
    background: rgba(12, 0, 0, 0.611765);
    padding: 10px 15px;
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
object#netentgame {
    width: 100% !important;
}
.x-promo-image-wrap img {
    height: auto;
    margin: 0 auto;
}
.x-promo-content {
    background-color: rgba(255,255,255,0.45);
    border-radius: 10px;
    margin-top: 15px;
    padding: 25px 15px 26px 15px;
    text-align: center;
    color: #FFF;
}

.x-promo-content1 {
    background-color: rgba(255,255,255,0.45);
    border-radius: 10px;
    margin-top: 15px;
    padding: 23px 20px 17px 10px;
    /* text-align: center; */
    color: #FFF;
}


a.btn_iframe_side {
    background-color: #3D7932;
    border-color: #4cae4c;
    border-color: #3b6e22 #3b6e22 #2c5115;
    font-family: 'Lato';
    font-weight: normal !important;
    text-rendering: optimizelegibility;
    min-width: 180px;
    padding: 10px 0px;
    text-align: center;
    /* border: 1px solid; */
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #fff !important;
    text-decoration: none !important;
    cursor: pointer;
    display: inline-block;
    position: relative;

	margin-top: 5px;

}
a.btn_iframe_side:hover {
    background-color: #449d44;
    border-color: #398439;
    color: #fff !important;
    -webkit-animation: bounceIn_custom 0.7s ease-in-out;
    -moz-animation: bounceIn_custom 0.7s ease-in-out;
    -o-animation: bounceIn_custom 0.7s ease-in-out;
    animation: bounceIn_custom 0.7s ease-in-out;
}

a.btn_iframe_side1 {
    background-color: #3D7932;
    border-color: #4cae4c;
    border-color: #3b6e22 #3b6e22 #2c5115;
    font-family: 'Lato';
    font-weight: normal !important;
    text-rendering: optimizelegibility;
    min-width: 118px;
    padding: 10px 0px;
    text-align: center;
    /* border: 1px solid; */
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #fff !important;
    text-decoration: none !important;
    cursor: pointer;
    display: inline-block;
    position: relative;
	margin-top: 5px;
}
a.btn_iframe_side1:hover {
    background-color: #449d44;
    border-color: #398439;
    color: #fff !important;
    -webkit-animation: bounceIn_custom 0.7s ease-in-out;
    -moz-animation: bounceIn_custom 0.7s ease-in-out;
    -o-animation: bounceIn_custom 0.7s ease-in-out;
    animation: bounceIn_custom 0.7s ease-in-out;
}
/********* Iframe Game Styles Ends Here ***********/

/*************LOGO STRIPE****************/
@media (min-width: 1200px)
{
.wide {
    width: 11.10%;
}
}
/*********LOGO STRIP END***************/



/********* Tablepress Styles Starts Here ***********/
#tablepress-1 { width:100% !important; }
.tablepress_button {
    background-color: #ffd400;
    font-family: BalooRegular;
    font-size: 20px;
    font-weight: normal !important;
    text-rendering: optimizelegibility;
    min-width: 120px;
    padding: 2px 0 0 0;
    border-bottom: 4px solid #e3c400;
    text-align: center;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    position: relative;
    margin-top: 10px;
    text-decoration: none !important;
}
.tablepress_button:hover {
    color: #fff !important;
    -webkit-animation: bounceIn_custom 0.7s ease-in-out;
    -moz-animation: bounceIn_custom 0.7s ease-in-out;
    -o-animation: bounceIn_custom 0.7s ease-in-out;
    animation: bounceIn_custom 0.7s ease-in-out;



    background-color: #bf9f00;
    border-radius: 1px;
    border-bottom: 4px solid #ffd400;
}
#tablepress-2_wrapper, #tablepress-1_wrapper { 
	box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.45); 
}
.tablepress {
  margin: 0;
  padding: 0;
  width: 100%;
  /*box-shadow: 5px 5px 3px #a39e9e;*/
  border: 0 solid #a39e9e;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
}
.tablepress thead th {
  background: #dedede !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#917d7d");
  background: -o-linear-gradient(top,#fff,#917d7d);
  background-color: #fff;
  padding: 2px 10px;
}
.tablepress thead th:first-child {
    padding: 2px 10px 2px 15px;
}
.tablepress thead tr { color:#666 !important; }
.tablepress thead th, .tablepress tbody td {
  text-align: center;
  vertical-align: middle !important;
}
.tablepress tbody td {
  /*font-weight: 700;*/
}
.entry-content td, .comment-content td {
  /*border-top: 1px solid #ddd;*/
  padding: 6px 10px 6px 0;
}
.column-2 > a { color: #2a9ed4;text-decoration: none !important; }
.column-2 > a:hover { color: #074e66;text-decoration: none !important; }
img.size-full {
  max-width: 100%;
  width: auto;
}
.tablepress img {
  margin: 0;
  padding: 0;
  border: none; 
  max-width: none;
}
#tablepress-1 .column-2 a {
    text-transform: uppercase;
}
img.site_logo { margin-left:-15px !important; }

.column-1 img.alignnone { margin-bottom: 0px !important; }

@media (max-width: 767px) {
	.tablepress_button
	 {
    background-color: #3D7932;
    border-color: #4cae4c;
    border-color: #3b6e22 #3b6e22 #2c5115;
    font-family: 'Lato';
    font-weight: normal !important;
    text-rendering: optimizelegibility;
    min-width: 18px;
    padding: 7px 6px;
    text-align: center;
    /* border: 1px solid; */
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    position: relative;
    /* box-shadow: 1px 1px 2px #333; */
    /* text-shadow: 0 1px 2px rgba(0,0,0,.5); */
    }

	#tablepress-1_wrapper .column-2,
	#tablepress-1_wrapper .column-3 {
		display: none !important;
	}
	
	#tablepress-2 .column-2,
	#tablepress-2 .column-3
	{
	   display: none !important;
	}
	#tablepress-3 .column-2,
	#tablepress-3 .column-3
	{
	   display: none !important;
	}
	#tablepress-4 .column-2,
	#tablepress-4 .column-3
	{
	   display: none !important;
	}
	#tablepress-5 .column-2,
	#tablepress-5 .column-3
	{

	   display: none !important;
	}
	#tablepress-6 .column-2,
	#tablepress-6 .column-3
	{
	   display: none !important;
	}
	#tablepress-7 .column-2,
	#tablepress-7 .column-3
	{
	   display: none !important;
	}
	#tablepress-12 .column-2,
	#tablepress-12 .column-3
	{
	   display: none !important;
	}
	#tablepress-11 .column-2,
	#tablepress-11 .column-3
	{
	   display: none !important;
	}
	#tablepress-13 .column-2,
	#tablepress-13 .column-3
	{
	   display: none !important;
	}
	#tablepress-14 .column-2,
	#tablepress-14 .column-3
	{
	   display: none !important;
	}
	#tablepress-15 .column-2,
	#tablepress-15 .column-3
	{
	   display: none !important;
	}
}
@media (max-width: 350px) {
	.tablepress_button { min-width:75px; }	
}

@media (max-width: 360px) {
	.tablepress_button { min-width:0px; }
}
/********* Tablepress Styles Ends Here ***********/


/********* New Tablepress Script Styles Starts Here ***********/
.tablepress td.column-1 {
    padding: 8px 19px;
    text-align: center;
}
.tablepress .column-4 ul { 
	padding-left: 0px; 
}
.tablepress .column-3 .fa-star.star-5:before {
    content: "\f005\f005\f005\f005\f005";
    color: #ffd400;
    font-size: 18px;
}
.tablepress .column-3 i.fa.fa-star.star-5.first-top:before {
    content: "\f005\f005\f005\f005\f005" !important;
    color: #ff1654 !important;
    font-size: 20px;
}
.tablepress .column-3 .fa-star.star-4:before {
    content: "\f005\f005\f005\f005\f123" !important;
    color: #ffd400;
    font-size: 20px;		
}
.tablepress .column-3 .fa-star.star-3:before {
    content: "\f005\f005\f005\f006\f006";
    color: #ffd400;
    font-size: 20px;		
}
.tablepress .column-3 .fa-star.star-2:before {
    content: "\f005\f005\f006\f006\f006";
    color: #ffd400;
    font-size: 20px;		
}
/*.tablepress .column-3 .fa-star.star-4:before {
    content: "\f005\f006\f006\f006\f006" !important;
    color: #ffd400;
    font-size: 18px;		
}*/

.tablepress .column-2 div div {
    text-align: left;
}
#tablepress-1 .column-2 div div img {
    display: inline-block;
    /*padding: 0 12px;*/
	width: 80%;
} 
#tablepress-2 .column-2 div div img {
    display: inline-block;
    padding: 0 12px;
	width: 50%;
}
#tablepress-3 .column-2 div div img{
    display: inline-block;
    padding: 0 12px;
	width: 50%;
}
#tablepress-4 .column-2 div div img {
    display: inline-block;
    padding: 0 12px;
	width: 50%;
} 
#tablepress-5 .column-2 div div img {
    display: inline-block;
    padding: 0 12px;
	width: 50%;
}
#tablepress-6 .column-2 div div img {
    display: inline-block;
    padding: 0 12px;
	width: 50%;
}
/*#tablepress-1 .column-2 .casinoname,
#tablepress-2 .column-2 .casinoname,
#tablepress-3 .column-2 .casinoname,
#tablepress-4 .column-2 .casinoname,
#tablepress-5 .column-2 .casinoname,
#tablepress-6 .column-2 .casinoname,
#tablepress-7 .column-2 .casinoname,
#tablepress-8 .column-2 .casinoname,
#tablepress-9 .column-2 .casinoname,
#tablepress-10 .column-2 .casinoname*/
.tablepress .column-2 .casinoname {
    padding: 28px 0px;
}
/*#tablepress-1 .column-2 .casinoicon,
#tablepress-2 .column-2 .casinoicon,
#tablepress-3 .column-2 .casinoicon,
#tablepress-4 .column-2 .casinoicon,
#tablepress-5 .column-2 .casinoicon,
#tablepress-6 .column-2 .casinoicon,
#tablepress-7 .column-2 .casinoicon,
#tablepress-8 .column-2 .casinoicon,
#tablepress-9 .column-2 .casinoicon,
#tablepress-10 .column-2 .casinoicon,*/
.tablepress .column-2 .casinoicon {
    padding: 0px 10px;
}
button#allcasino {
    background: transparent;
    color: #666;
    border: hidden;
    cursor: pointer;
    outline: none;
    margin: 10px 0px 15px 0;
    padding: 0 6px 0 0;
}
/*button#allcasino:before {
    content: "\f0a1";
    display: inline-block; 
	font: normal normal normal 14px/1 FontAwesome; 
	font-size: inherit; 
	text-rendering: auto; 
	-webkit-font-smoothing: antialiased; 
    -moz-osx-font-smoothing: grayscale;
    margin: 0 5px 0 0;
    color: #666;
}*/
button.icon_img {
    font-size: 13.5px;
}
button.icon_img img.img_22 {
    display: none;
}
button.remove.icon_img.active img.img_11,
button.icon_img:hover img.img_11 {
    display: none;
}
button.remove.icon_img.active img.img_22,
button.icon_img:hover img.img_22 {
    display: inline;
}
button#popularcasino {
    background: transparent;
    color: #666;
    border: hidden;
    cursor: pointer;
    outline: none;
    /*margin: 15px 0px;*/
    padding: 0 6px 0 0;
}
/*button#popularcasino:before {
    content: "\f219";
    display: inline-block; 
	font: normal normal normal 14px/1 FontAwesome; 
	font-size: inherit; 
	text-rendering: auto; 
	-webkit-font-smoothing: antialiased; 
    -moz-osx-font-smoothing: grayscale;
    margin: 0 5px;
    color: #666;	
}*/
button#topratings {
    background: transparent;
    color: #666;
    border: hidden;
    cursor: pointer;
    outline: none;
    /*margin: 15px 0px;*/
    padding: 0 6px 0 0;
}
/*button#topratings:before {
    content: "\f0c0";
    display: inline-block; 
	font: normal normal normal 14px/1 FontAwesome; 
	font-size: inherit; 
	text-rendering: auto; 
	-webkit-font-smoothing: antialiased; 
    -moz-osx-font-smoothing: grayscale;
    margin: 0 5px;
    color: #666;		
}*/
button#topbonus {
    background: transparent;
    color: #666;
    border: hidden;
    cursor: pointer;
    outline: none;
    /*margin: 15px 0px;*/
    padding: 0 6px 0 0;
}
button.icon_img img {
    width: 28px;
    height: 28px;
    margin: 0 4px 0 4px;
    /*border: 2px solid transparent;
    background: #02cbd7;
    border-radius: 50%;
    box-shadow: 0 0 0px 2px #02cbd7;*/
}
button.remove.icon_img.active img,
button.icon_img:hover img {
    width: 28px;
    height: 28px;
    margin: 0 4px 0 4px;
    /*border: 2px solid transparent;
    background: #02cbd7;
    border-radius: 50%;
    box-shadow: 0 0 0px 2px #02cbd7;*/
	transition: all 0.5s ease;
}
/*button#topbonus:before {
    content: "\f1e3";
    display: inline-block; 
	font: normal normal normal 14px/1 FontAwesome; 
	font-size: inherit; 
	text-rendering: auto; 
	-webkit-font-smoothing: antialiased; 
    -moz-osx-font-smoothing: grayscale;
    margin: 0 5px;
    color: #666;		
}*/
button#topsquare {
    background: transparent;
    color: #666;
    border: hidden;
    cursor: pointer;
    outline: none;
    /*margin: 15px 0px;*/
    padding: 0 6px 0 0;
}
/*button#topsquare:before {
    content: "\f153";
    display: inline-block; 
	font: normal normal normal 14px/1 FontAwesome; 
	font-size: inherit; 
	text-rendering: auto; 
	-webkit-font-smoothing: antialiased; 
    -moz-osx-font-smoothing: grayscale;
    margin: 0 5px;
    color: #666;		
}*/
button#staro {
    background: transparent;
    color: #666;
    border: hidden;
    cursor: pointer;
    outline: none;
    /*margin: 15px 0px;*/
    padding: 0 ;
}
/*button#staro:before {
    content: "\f006";
    display: inline-block; 
	font: normal normal normal 14px/1 FontAwesome; 
	font-size: inherit; 
	text-rendering: auto; 
	-webkit-font-smoothing: antialiased; 
    -moz-osx-font-smoothing: grayscale;
    margin: 0 5px;
    color: #666;		
}*/
button.readmorebutton,
button.readlessbutton {
    margin: 0 auto 50px auto;
    /* text-align: center; */
    display: block;
    background: transparent;
    border: 0px;
    color: #02cbd7;
    font-size: 22px;
}
button.readmorebutton:after {
    content: "\f107";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 22px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0px 6px 0 6px;
    color: #02cbd7;
    border: 2px solid;
    border-radius: 50%;
    padding: 0 5px 0 4px;
}
button.readlessbutton:after {
    content: "\f106";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 22px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0px 6px 0 6px;
    color: #02cbd7;
    border: 2px solid;
    border-radius: 50%;
    padding: 0 5px 0 4px;	
}
.column-1 span.rank {
    position: relative;
    float: left;
    /*background: #7b7b7b;*/
	background:url('https://www.svenska-casinon.com/wp-content/uploads/2019/01/numbers_bg.png');
    width: 33px;
    height: 65px;
    text-align: center;
    color: #fff;
    padding: 10px 0 25px 0;
	border-radius: 7px;
    font-weight: bold;
    font-size: 24px;
}
.tablepress .column-3 a.reviewbtn {
    color: #02cbd7 !important;
    text-decoration: none;	
}
.column-1 span.rank:after {
    /*content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 1px;
    height: 1px;
    border: 16px solid transparent;
    border-bottom: 24px solid #f5f5f5;
    z-index: 0;*/
}
span.rank.first-top {
    /*background: #ff1654;*/
	background: url(https://www.svenska-casinon.com/wp-content/uploads/2019/01/top3_numbers_bg.png);
}
span.rank.first-top:after {
    /*content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 1px;
    height: 1px;
    border: 16px solid transparent;
    border-bottom: 24px solid #f5f5f5;
    z-index: 0;*/
}
.tablepress .even td {
    background-color: transparent !important;
}
.tablepress .row-hover tr:hover td {
    background-color: transparent !important;
}
.tablepress .odd td {
    background-color: transparent !important;
}
.tablepress td.column-5 {
    color: #666;
	font-size: 18px;	
}
.tablepress .column-4 ul li,
.tablepress .column-4 ul li.bonus-value {
    list-style-type: none;
    color: #a5a5a5;
    padding: 2px 0;
    font-size: 13.5px;
}
.tablepress .column-4 ul li:before,
.tablepress .column-4 ul li.bonus-value:before {
    content: "\f087";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 20px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #02cbd7;
    padding-right: 10px;
}
a.tablepress_button.top-tablebutton.first_3 {
    background-color: #ff1654;
    border-bottom: 4px solid #e6144c;
}
.tablepress_button.top-tablebutton {
    background-color: #fddb00;
    border-bottom: 4px solid #e3c400;
    font-size: 22px;
    font-family: BalooRegular;
    padding: 3px 0 0 0;
    margin-top: 10px;
    border-radius: 5px;
    width: 100%;
}
.tablepress_button.top-tablebutton:hover {
    color: #fff !important;
    -webkit-animation: bounceIn_custom 0.7s ease-in-out;
    -moz-animation: bounceIn_custom 0.7s ease-in-out;
    -o-animation: bounceIn_custom 0.7s ease-in-out;
    animation: bounceIn_custom 0.7s ease-in-out;
    background-color: #fddb00;
    border-bottom: 4px solid #e3c400;
	/*background-color: #00a288;
    border-bottom: 4px solid #00b99b;*/
}
.tablepress tbody td.column-3 {
    padding-left: 15px;
    padding-right: 10px;
}
.tablepress tbody td.column-4 {
    padding: 15px 5px;
    /*min-width: 245px;*/
    text-align: left;
}


/*@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
@-webkit-keyframes blink-animation {
  to {
    visibility: hidden;
  }
}*/
@media (max-width: 767px) {
#tablepress_section .wpb_text_column .wpb_wrapper {
    text-align: center;
}
.wpb_text_column.wpb_content_element.tablepress_title_tagline p {
    padding-bottom: 5px;
}
}
@media (max-width: 320px) {
button#allcasino, button#popularcasino, button#topbonus {
	font-size: 12px;
}	
button.readmorebutton, button.readlessbutton {
	font-size: 18px;
}
}

/** Mobile tablepress coding
*********************************/
.tablepress tr {
    /* border-bottom: 1px solid #dedede; */
}
.tablepress tr:last-child {
    border-bottom: 0px !important;
}
.tablepress tbody td, 
.tablepress tfoot th {
	border:0 !important;	
}
.mobile_only_tp .tablepress tr {
    border-bottom: 0px solid #dedede;
}
.mobile_only_tp .tablepress td.column-1 {
    padding: 8px;
}
.mobile_only_tp .tablepress_button.top-tablebutton {
	border-radius:0;
}
ul.mobile-tablepress {
    padding-left: 0px !important;
    border: 1px solid #e2e2e2;
    /*border-bottom: 0px;*/
    display: inline-block;
    margin: 0;
	border-radius:5px;
    /*border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;*/
    overflow: hidden;
	width:100%;
}
.mobile-tablepress li.nameplace {
    list-style-type: none;
    float: left;
    width: 100%;
    background-color: #dedede;
    margin: 0px;
}
.column-1 .mobile-tablepress .rank {
    position: absolute;
    float: left; 
    background: #666666;
    width: 30px;
    height: 20px;
    text-align: center;
    color: #fff;
    padding: 0;
    border-radius: 0;
    font-size: 14px;
    font-weight: bold;
}
.mobile-tablepress .rank.first-top {
    background: #ff1654;
    position: absolute;
    width: 30px;
    height: 35px;
    text-align: center;
    color: #fff;
    padding: 1px 0 13px 0;
    border-radius: 4px;
    font-size: 14px;
}
.mobile-tablepress .rank.first-top:after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 1px;
    height: 1px;
    border: 15px solid transparent !important;
    border-bottom: 15px solid #f5f5f5 !important;
    z-index: 0;
}
.mobile-tablepress .rank:after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 1px;
    height: 1px;
    border: 0px solid transparent !important;
    border-bottom: 0px solid #f5f5f5 !important;
    z-index: 0;
}
.nameplace .col-xs-2 {
    padding: 0;
    text-align: left;
}
.nameplace .casino-label {
    padding: 0;
    text-align: left;
    color: #333333;
    font-weight: bold;
}
.nameplace span.col-xs-4 {
    padding-right: 5px;
}
.nameplace .fa-star.star-5:before {
    content: "\f005\f005\f005\f005\f005";
    color: #ff1654;
    font-size: 14px;	
}
.nameplace .fa-star.star-4:before {
    content: "\f005\f005\f005\f005\f123";
    color: #666666;
    font-size: 14px;		
}
.logo-bonus span.col-xs-6 {
    padding: 0px;
	/*padding-right:5px;*/
}
.mobile-tablepress li.row.logo-bonus {
    list-style-type: none;
    margin-top: 20px !important;
    padding: 15px 0px 15px 10px;
    width: 100%;
    margin: 0px;
}
.mobile-tablepress .img-reponsive {
    max-width: 100%;
    width: auto;
	margin-top: 2px;
}
.mobile-tablepress li.row.logo-bonus .bonus-space {
    text-align: center;
    padding: 0;
    padding-top: 9px;
    padding-left: 10px;
    text-align: left;
    color: #7b7b7b;
    font-weight: bold;
    font-size: 15px;
}
.mobile-tablepress li.row.casino-read {
    list-style-type: none;
    text-align: left;
    width: 100%;
    margin: 0px;
}
.mobile-tablepress li.row.casino-read ul {
    padding-left:15px;	
}
.mobile-tablepress li.row.casino-read ul li,
.mobile-tablepress li.row.casino-read ul li.bonus-value {
    list-style-type: none;
    padding: 3px 0;
    font-weight: normal;
    color: #7b7b7b;
    font-size: 16px;
}
.mobile-tablepress li.row.casino-read ul li:before,
.mobile-tablepress li.row.casino-read ul li.bonus-value:before {
    content: "\f087";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 20px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #02cbd7;
    padding-right: 10px;
}
.mobile-tablepress li.row.casino-read ul li.stat-read:before {
    content: none !important;
}
.mobile-tablepress li.stat-read {
    list-style-type: none;
    padding: 10px 0 !important;
    display: inline-block;
    width: 100%;
}
.mobile-tablepress li.stat-read a.reviewbtn {
    color: #02cbd7;
    font-weight: normal;
    padding-bottom: 3px;
    border-bottom: 1px solid;
    font-size: 15px;
}
.mobile-tablepress li.stat-read .fa-star.star-5:before {
    content: "\f005\f005\f005\f005\f005";
    color: #fddb00;
    font-size: 20px;
}
.mobile-tablepress li.stat-read .fa-star.star-5:before {
    color: #fddb00;
}
.mobile-tablepress li.stat-read .fa-star.star-4:before {
    content: "\f005\f005\f005\f005\f123";
    color: #fddb00;
    font-size: 20px;		
}
.mobile-tablepress li.row.button-fields {
    list-style-type: none;
    float: left;
    width: 100%;
    margin: 0px;
}
.button-fields span.col-xs-6,
.button-fields span.col-xs-7,
.button-fields span.col-xs-5 {
    padding: 0;
}
.button-fields .tablepress_button.top-tablebutton {
    width: 100%;
    margin: 0;
}
.mobile-tablepress li.row.button-fields .rmc_clickable {
    background-color: #02cbd7;
    border-bottom: 4px solid #02b2bd;
}
span.read-more-content.luelisaa {
    padding: 8px 20px 8px 5px;
}
span.read-more-content.luelisaa i {
    font-size: 16px;
    position: absolute;
    top: 10px;
    margin-left: 5px;
}
span.read-more-content.luevahemman {
    padding: 8px 20px 8px 5px;
}
span.read-more-content.luevahemman i {
    font-size: 16px;
    position: absolute;
    top: 9px;
    margin-left: 5px;
}
.button-fields .read-more-content {
    background-color: #02cbd7;
    border-bottom: 4px solid #02b2bd;
    font-family: 'Lato';
    font-weight: normal !important;
    font-size: 13px;
    text-rendering: optimizelegibility;
    width: 100%;
    padding: 13px 5px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    position: relative;
    /*text-transform: lowercase;*/
}
.button-fields .read-more-content:hover {
	/*color: #fff !important;
    -webkit-animation: bounceIn_custom 0.7s ease-in-out;
    -moz-animation: bounceIn_custom 0.7s ease-in-out;
    -o-animation: bounceIn_custom 0.7s ease-in-out;
    animation: bounceIn_custom 0.7s ease-in-out;
    background-color: #2d3a31;
    border-radius: 1px;
    border-bottom: 4px solid #555e58;
	cursor: pointer;*/
}
.casino-read {
    /*max-height: 0px;*/
    overflow: hidden;
    padding-bottom: 0px;
	-webkit-transition: max-height 0.5s ease-in-out;
	-moz-transition: max-height 0.5s ease-in-out;
	-o-transition: max-height 0.5s ease-in-out;
	transition: max-height 0.5s ease-in-out;
}
.casino-less {
	/*height: auto;*/
	list-style-type: none;
    text-align: left;
    width: 100%;
    margin: 0px;
    padding-bottom: 10px;
	-webkit-transition: max-height 0.5s ease-in-out;
	-moz-transition: max-height 0.5s ease-in-out;
	-o-transition: max-height 0.5s ease-in-out;
	transition: max-height 0.5s ease-in-out;
}
li.bonus-value {
    list-style-type: none;
}
ul#vmenu {
    list-style-type: none;
    padding: 0px;
    margin: 0;
}
#sub_sorting {
    padding-left: 0px;
}
.submenu_button {
    list-style-type: none;
}
button#mean:after {
    content: "\f078";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 12px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0 5px;
    color: #02cbd7;
}
button#mean {
    background: transparent;
    color: #02cbd7;
    border: hidden;
    cursor: pointer;
    outline: none;
    margin: 15px 5px 15px 5px;
    font-size: 16px;
	padding:0;
    /* font-weight: 600; */
}
button.afr_clk {
    background: #f3f3f3 !important;
    color: #02cbd7 !important;
    font-weight: bold;
}
button.afr_clk:before {
    color: #02cbd7 !important;
}
button.afr_clk:after {
    content: "\f00c";
	color: #02cbd7;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 20px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-top: 4px;
    position: absolute;
    right: 10px;
}
button#click1,
button#click2,
button#click3,
button#click4,
button#click5,
button#click6 {
	background: transparent;
    color: #999;
    border: hidden;
    cursor: pointer;
    outline: none;
    font-size: 18px;
    width: 100%;
    text-align: left;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 15px;
	font-size: 15px;
}
/*button#click1:before {
    content: "\f0a1";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 20px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0 15px 0 5px;
    color: #999;
    width: 25px;
}
button#click2:before {
    content: "\f219";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 20px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0 15px 0 5px;
    color: #999;
    width: 25px;
}
button#click3:before {
	content: "\f0c0";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 20px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0 15px 0 5px;
    color: #999;
    width: 25px;
}
button#click4:before {
	content: "\f1e3";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 20px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0 15px 0 5px;
    color: #999;
    width: 25px;
}
button#click5:before {
	content: "\f153";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 20px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0 10px 0 10px;
    color: #999;
    width: 25px;
}
button#click6:before {
	content: "\f006";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 20px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0 15px 0 5px;
    color: #999;
    width: 25px;
}*/
button.active {
    color: #02cbd7 !important;
    font-weight: bolder;
}
button.active:before {
    background: #02cbd7;
    color: #fff !important;
    border: 2px solid #fff !important;
    border-radius: 50%;
    padding: 8px;
}
button#topsquare.active:before {
    padding-left: 12px;
    padding-right: 12px;
}

button#allcasino:hover,
button#popularcasino:hover,
button#topratings:hover,
button#topbonus:hover,
button#topsquare:hover,
button#staro:hover {
    color: #02cbd7;
    font-weight: bolder;
	/*transition: all 0.5s ease;*/
}
button#allcasino:hover:before,
button#popularcasino:hover:before,
button#topratings:hover:before,
button#topbonus:hover:before,
button#topsquare:hover:before,
button#staro:hover:before {
    background: #02cbd7;
    color: #fff !important;
    border: 2px solid #fff !important;
    border-radius: 50%;
    padding: 8px;
	transition: all 0.5s ease;
}
button#topsquare:hover:before {
    padding-left: 12px;
    padding-right: 12px;
	transition: all 0.5s ease;
}
.sort-by-heading {
    background: transparent;
    color: #02cbd7;
    border: hidden;
    cursor: pointer;
    outline: none;
    margin: 0px 0px 0px 0px;
    font-size: 20px;
}
#main_sorting .ri_top_mob {
    float: right;
    margin: 7px 5px;
}
#main_sorting .ri_top_mob a {
    display: block;
    color: #02cbd7;
    font-weight: bold;
    background: #fddb00;
    text-transform: uppercase;
    font-size: 11px;
    padding: 10px;
    border-bottom: 3px solid #e3c400;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
@media (max-width: 767px) {
	span#readmore-content-abovetable {
		margin-top: -25px;
		font-size: 10px;
		padding-right: 6px;
		padding-left: 6px;

	}
	span#readless-content-abovetable {
		margin-top: -25px;
		font-size: 10px;
		padding-right: 6px;
		padding-left: 6px;
	}
}
/********* New Tablepress Script Styles Ends Here ***********/


/********* New Tablepress Row/Column wise Styles Starts Here ***********/
.vc_row.wpb_row.vc_row-fluid.new_tp_row {
    margin-bottom: 15px;
}
.new_tp_row .vc_col-sm-3 {
    padding: 5px 10px;
}
.vc_row.wpb_row.vc_row-fluid.new_tp_row .vc_col-sm-3 .vc_col-sm-12 {
	padding-top: 20px !important;	
}
.new_tp_row .vc_column-inner .vc_col-sm-12 .vc_column-inner {
    padding: 0;
}
.new_tp_row .wpb_content_element {
    margin-bottom: 25px;
}
.new_tp_row .new_tp_bonus p {
    font-size: 18px;
    color: #222;
	text-align:center;
}
.new_tp_row .new_tp_pelaa_btn {
    background-color: #ff1654;
    border-bottom: 4px solid #e6144c;
    border-radius: 5px;
    font-size: 22px;
    padding: 3px 0 0 0;
    width: 100%;
    font-family: BalooRegular;
    color: #fff;
    display: inline-block;
    text-decoration: none;
}
.new_tp_row .new_tp_pelaa_btn:hover {
	-webkit-animation: bounceIn_custom 0.7s ease-in-out;
    -moz-animation: bounceIn_custom 0.7s ease-in-out;
    -o-animation: bounceIn_custom 0.7s ease-in-out;
    animation: bounceIn_custom 0.7s ease-in-out;	
}
.new_tp_row .tp_new_lue_btn {
    color: #02cbd7;
    /*text-decoration: none;*/
}
/**** It located in the row After this new tablepress last ROW ****/
div#margin_top_30px {
    margin-top: 40px;
}
@media (max-width: 768px) {
	.new_tp_row .wpb_content_element {
		margin-bottom: 20px !important;	
	}
	#top_small_h3_turqoise_header h3 {
		font-size: 20px;
		width: 100%;
		text-align: center;
		padding: 15px 0 10px 0;
	}
	.new_tp_row .new_tp_bonus p {
		font-size: 15px;	
	}
}
/********* New Tablepress Row/Column wise Styles Ends Here ***********/


/********************** popular_spel styles only **********************/
#top_noticias {
    color: #333;
    font-size: 23px;
    text-transform: uppercase;
}
.popular_slot_vc_col_sm_12_pad_zero {  }
.popular_slot_vc_col_sm_12_pad_zero .vc_col-sm-12 { padding-left:0;padding-right:0; }
.popular_spel {  }
.popular_slots_title {
    color: #fff;
    font-size: 25px;
}

.zero_bot_margin { margin:0 !important; }
.popular_spel_img { padding-top:20px;/* width:840px;*/ }
.popular_spel_img .vc_col-sm-3 { 
	height:135px;
	/*width:20%;
	padding-left:7.5px;
	padding-right:7.5px;*/ 
	margin-bottom: 15px;
}

.popular_spel_img .wpb_content_element { margin-bottom:15px; }
.popular_spel_img .wpb_content_element img { 
	border-radius:12%; 
	/*border: solid 1px #fff;*/
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.5); /*0 8px 17px 0 rgba(0, 0, 0, 0.2);*/
}

.popular_spel_img .vc_col-sm-3:hover { cursor:pointer; }
.popular_spel_img .vc_col-sm-3:hover .vc_single_image-wrapper {  }
.popular_spel_img div.slotbtn { 
	display:none;
	width:160px;
	height:120px;
	border-radius:12%; 
	/*border: solid 1px #fff;*/
	margin-bottom:0;
	margin-top:-71%;
	padding: 25px 16px;/*43px 16px;*/
	position: absolute;
	background: rgba(121,66,63,0.8) /*rgba(0,0,0,0.6)*/;
}
a.slot_play_now_btn.btn_review.luelisaa {
    margin-top: 5px;
    padding: 5px 10px;
}

/*.popular_spel_img .vc_col-sm-3:hover div.slotbtn*/
.wpb_column.vc_column_container.vc_col-sm-3.vc_col-md-2.vc_col-lg-2.vc_col-xs-6:hover .slotbtn {
	display:block; 

	text-align:center;
}

a.slot_play_now_btn { 
	text-decoration:none; 
	color: #fff !important;
    border-radius: 0px !important;
    width: auto !important;
    display: inline-block;
    font-weight: normal;
	background-color: #3D7932;
    border-color: #4cae4c;
    box-shadow: 1px 1px 2px #333;
	-webkit-border-radius: 5px;
    border-radius: 5px;
    font-family: 'Lato';
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFEEB5, endColorstr=#AE8913) no-repeat;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#AE8913, endColorstr=#AE8913)" no-repeat;

    /*text-shadow: -1px -1px 0 #e0c887,1px -1px 0 #e0c887,-1px 1px 0 #e0c887,1px 1px 0 #e0c887 !important;*/
}

a.slot_play_now_btn:hover {
	background-color: #449d44;
    border-color: #398439;
    color: #fff !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#AE8913, endColorstr=#FFEEB5) no-repeat;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#AE8913, endColorstr=#AE8913)" no-repeat;
    -webkit-animation: bounceIn_custom 0.7s ease-in-out;
    -moz-animation: bounceIn_custom 0.7s ease-in-out;
    -o-animation: bounceIn_custom 0.7s ease-in-out;
    animation: bounceIn_custom 0.7s ease-in-out;
}

.popular_spel_img .slot_play_now_btn {
	padding: 7px 10px;
	font-size: 14px;
    border-radius: 5px !important;
}
@media (min-width: 1200px)
{
.wide_popular {
    width: 25% !important;
}
}

@media (min-width: 1200px)
{
.wide_iframe{
    width: 44% !important;
}
}


@media (max-width:767px) {
   .popular_spel_img .vc_col-sm-3 { width:50%; height: auto; float:left; }
   .popular_spel_img div.slotbtn {		
   		display: none;
        height: auto;
        margin-top: -47%;
        padding-bottom: 0;		
		padding-top: 38px;
        background: none;
        border: 0;
        text-align: center;		
   }
  a.slot_play_now_btn:hover {
    display: none;
  }
   .popular_spel h2 { margin-top: 15px !important; }
   .popular_spel_img .slot_play_now_btn {     display: none; padding: 5px 10px; }
footer .row img {     /*padding:0px 0px 0px 10px !important;*/  }
}
@media (max-width: 350px) {
	.popular_spel_img div.slotbtn {
		display: block;
		height: auto;
		margin-top: -40%;
		padding-bottom: 0;
		/*padding-top: 35px;*/
		background: none;
		border: 0;
		text-align: center;
		width: auto;
		    padding: 35px 15px;

	}
	.popular_spel_img .slot_play_now_btn {
		padding: 5px 5px;
		width: auto !Important;
	}
}
/********************** popular_spel styles only **********************/

/*********************** Popular Games Styles Starts ***********************************/

/*********************** Popular Games Styles Starts ***********************************/


/********* Blog Styles Starts Here ***********/
.blog_top_noticias{ 
	color: #fff; 
	font-size: 16px;
	margin-bottom:10px;
	margin-top: 0px;
	padding: 10px 15px;
    font-weight: bold;
    background: #79423F;
} 
.top_post_title { 
    text-decoration: none;
    color: #474248;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 0 15px 0;

    display: inline-block;
 }
.top_post_title:hover { 
color:#79423F;
}
.top_post_content {
font-size:16px; 
}
.img-style {
    margin-top: 5px;
    width:100%;
}
. content-style {
     margin-top: 30px !important;
}
a.home_post_btn {
    padding: 10px 0;
    display: inline-block;
    color: #474248;
    text-decoration: underline;
    font-weight: bold;
}
a.home_post_btn:hover { color:#79423F; }
/********* Blog Styles Ends Here ***********/


/********* Sidebar Styles Starts Here ***********/
.widget {
    margin-bottom: 20px;
    padding: 0 10px;
    float: left;

    width: 100%;
    box-shadow: 0px 0px 1px 2px #ccc;
}
.widget:first-child {
    margin-top: 30px;
}
.widget-title {
    text-align: center;
    font-size: 24px;
    margin: 0;
    padding: 15px 0 10px 0;
    color: #02cbd7;
    border-bottom: 4px solid;
    font-family: BalooRegular;
}
.textwidget {
    /*width: 100%;
    height: 100%;*/
}
/***************************/

.sidebar_box_1 { padding: 15px 0; }
.sidebar_box_1 .row { 
	margin:0;
	margin-bottom:20px; 
}
.sidebar_box_1 .row:last-child { margin-bottom:5px; }
.sidebar_box_1 .col-md-6 {
    text-align: center;
}
.sidebar_box_1 .cas_logo img {
    /*width: 90px;
    height: 50px;*/
    margin: 13.5px auto;
}
.sidebar_box_1.Suositut_Lottopelit .cas_logo img {
    margin: 22px auto;
}
.sidebar_box_1 .col-md-6.right_col_6 { padding: 0 5px; }
.sidebar_box_1 .bonus_line {
    font-size: 12px;
    color: #95989a;
    font-weight: bold;
}
.sidebar_box_1 .bonus_line span.fa.fa-star:before {
    content: "\f005\f005\f005\f005\f005";
    font-size: 20px;
    margin: 5px auto 2px auto;
    display: block;
}
.sidebar_box_1 a.goto_btn {
    display: inline-block;
    margin-top: 5px;
    padding: 3px 15px;
    background: #fddb00;
    border-bottom: 3px solid #e3c400;
    font-weight: bold;
    color: #fff;
    font-size: 14px;
    border-radius: 5px;
}
.sidebar_box_1 a.goto_btn:hover {
    background: #e3c400;
    border-bottom: 3px solid #fddb00;
    text-decoration: none;
}
.sidebar_box_1 .see_all_posts {
    text-align: center;
}
.sidebar_box_1 .see_all_posts a {
    color: #02cbd7;
    font-weight: bold;
}
/***************************/
.sidebar_box_2 { padding: 15px 0; }
.sidebar_box_2 .row { 
	margin:0;
	margin-bottom:10px; 
}
.sidebar_box_2 .row:last-child { margin-bottom:0px; }
.sidebar_box_2 .col-md-5 { padding:0 10px; }
.sidebar_box_2 .col-md-7.right_col_7 { padding: 0 5px; }
.sidebar_box_2 .title_line a {
    font-size: 13px;
    color: #95989a;
    font-weight: bold;
    line-height: 16px !important;
    display: inline-block;
    margin-bottom: 5px;
}
.sidebar_box_2 .col-md-7.right_col_7 p {
    color: #aaa;
    line-height: 16px;
    font-size: 12.5px;
    overflow: hidden;
}
.sidebar_box_2 .see_all_posts {
    text-align: center;
}
.sidebar_box_2 .see_all_posts a {
    color: #02cbd7;
    font-weight: bold;
}
/***************************/
.widget .ss_srn {
    padding: 20px 0 30px 0;
    display: inline-block;
}
.widget .ss_srn .col-md-6.col-sm-6.col-xs-6 {
    margin-bottom: 10px;
    padding: 0 3px;
}
.widget .ss_srn a {
    display: inline-block;
    letter-spacing: 0.2px;
    font-weight: bold;
    margin: 5px 0;
    color: #666;
    font-family: BalooRegular;
    font-size: 13.3px;
    border-radius: 50%;
    padding: 10px 10px;
    box-shadow: 0px 0px 0px 3px #02cbd7;
}
.widget .ss_srn a.goto_btn {
    display: inline-block;
    width: 100%;
    box-shadow: none;
    padding: 0;
}
.widget .ss_srn .col-md-6.col-sm-6.col-xs-6:hover a.goto_btn {
    color: #e3c400;
    box-shadow: none;
    text-decoration: none;
}
.widget .ss_srn a img {
    /*border-radius: 50%;
    padding: 5px;
    box-shadow: 0px 0px 0px 3px #02cbd7;*/
}
.widget .ss_srn .col-md-6.col-sm-6.col-xs-6:hover a {
    box-shadow: 0px 0px 0px 3px #fddb00;
}
/********* Sidebar Styles Ends Here ***********/

/********** Header text top**************/
a.header_button {
    color: #fff !important;
    text-decoration: none !important;
    text-transform: uppercase;
}
.header_button {
    background-color: #3D7932;
    border-color: #4cae4c;
    border-color: #3b6e22 #3b6e22 #2c5115;
    font-family: 'Lato';
    font-weight: normal !important;
    text-rendering: optimizelegibility;
    min-width: 120px;
    padding: 10px 35px;
    text-align: center;
    /* border: 1px solid; */
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    position: relative;
    box-shadow: 1px 1px 2px #333;
    /* text-shadow: 0 1px 2px rgba(0,0,0,.5); */
}
a.header_button:hover {
    background-color: #449d44;
    border-color: #398439;
    color: #fff !important;
    -webkit-animation: bounceIn_custom 0.7s ease-in-out;
    -moz-animation: bounceIn_custom 0.7s ease-in-out;
    -o-animation: bounceIn_custom 0.7s ease-in-out;
    animation: bounceIn_custom 0.7s ease-in-out;
}

hr.heda_hr {
    width: 75%;
    border: 1px solid #aeaeae;
}

@media (max-width:767px) 
{
	h1.heading2 {
		font-size: 26px !important;
	}	
}

/********END*******************/


/********************* New Page Header Styles Starts ***********************/
/*.inner_head_part {
    background: url(https://www.rahapelit-netissa.com/wp-content/uploads/2017/09/inner_header_bg.jpg) no-repeat center /cover;
}*/
.inner_head_part .col-md-3,
.inner_head_part .col-md-4 { 
	padding:0; 
}
.inner_head_part .c1_bonuspart {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    background: rgba(191, 191, 191, 0.5);
    height: 350px;
	padding:10px;
}
.inner_head_part .c1_bonuspart img {
    margin-top: 20px;
}
.inner_head_part .c1_bonuspart .star_view {
    margin: 15px auto 10px auto;
}
.inner_head_part .c1_bonuspart .star_view .fa-star.star-5:before {
    content: "\f005\f005\f005\f005\f005";
    color: #ffd400;
    font-size: 20px;
}
.inner_head_part .c1_bonuspart .star_view .fa-star.star-4:before {
    content: "\f005\f005\f005\f005\f123" !important;
    color: #ffd400;
    font-size: 20px;
}
.inner_head_part .c1_bonuspart p {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    margin: 20px 0 10px 0;
    display: inline-block;
/*   font-family: 'Belleza';  */
}
.inner_head_part .c1_bonuspart .inner_head_top_tp_btn {
    background-color: #ffd400;
    font-family: BalooRegular;
    font-size: 22px;
    border-radius: 3px;
    padding: 5px 30px;
    border-bottom: 4px solid #e3c400;
    text-align: center;
    color: #fff;
    display: inline-block;
    margin-top: 10px;
    text-decoration: none !important;
    margin-bottom: 10px;
}
.inner_head_part .c1_bonuspart .inner_head_top_tp_btn:hover {
    color: #fff !important;
     -webkit-animation: bounceIn_custom 0.7s ease-in-out; 
    -moz-animation: bounceIn_custom 0.7s ease-in-out;
    -o-animation: bounceIn_custom 0.7s ease-in-out;
     animation: bounceIn_custom 0.7s ease-in-out; 
    background-color: #bf9f00;
    border-bottom: 4px solid #ffd400;
}
.inner_head_part .c3_parapart {
    padding-top: 40px;
    padding-left: 30px;
}
.inner_head_part  .c3_parapart p {
    font-size: 18px;
    color: #fff;
}
@media (min-width:767px) {
	.inner_head_part {
		height: 350px;
		overflow: hidden;
	}	
	.inner_head_part .col-md-4 img {
		height: 350px;
		width: 100%;
	}
}
@media (max-width:767px) {
	.inner_head_part {
		height: auto;
	}	
	.inner_head_part .container { padding:0; }
	.inner_head_part .c3_parapart { padding: 30px 10px; }
	.inner_head_part .c1_bonuspart p { margin:0; }
	.inner_head_part .col-md-4 img {
		height: auto;
		width: 100%;
	}
}
/********************* New Page Header Styles Ends ***********************/


/******************************************************/
/************ Mobile Pre-Loader Styles ***************/
/****************************************************/
.preloader-wrap {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0; 
  bottom: 0;
  background: #79423f;
  z-index : 1000; 
}
.percentage {
  z-index: 100;
  border: 1px solid #ccc;
  text-align:center;
  color: #fff;
  line-height: 30px;
  font-size : 15px;
}
.loader,
.percentage{
  height: 30px;
  max-width: 100%; 
  border: 2px solid #fff;
  border-radius: 20px;
  font-weight: 300;
  position: absolute; 
  top: 10% ;
  bottom: 0; 
  left: 0; 
  right: 0;
  margin : auto;
  color:#fff; 
}
.loader:after,
.percentage:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.trackbar {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  color: #fff !important;
  text-align: center;
  line-height: 30px;
  overflow: hidden;
  position: relative;
  opacity: 0.99;
}
.loadbar {
  width: 0%;
  height: 100%;
  background: #fff;
  box-shadow: 0px 0px 14px 1px #fff; 
  position: absolute;
  top: 0;
  left: 0;
  animation: flicker 5s infinite;
  overflow: hidden;
}
.glow {
  width: 0%;
  height: 0%;
  border-radius: 20px;
  box-shadow: 0px 0px 60px 10px #fff;
  position: absolute;
  bottom: -5px;
  animation: animation 5s infinite;
}

@keyframes animation {
  10% {
    opacity: 0.9;
  }
  30% {
    opacity: 0.86;
  }
  60% {
    opacity: 0.8;
  }
  80% {
    opacity: 0.75;
  }
}

#img_div img {
	/*width: 292px;
    height: 132px;*/
    margin: 0 auto;
	position: absolute;
    top: -30%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
/******************LOADING END***************************/

/*		EXTRA RESPONSIVE STYLES
*****************************************/
.mobile_port {
    display: none !important;
}
.mobile_port1 
{
    display: none!important;
   
}
.mobile_port_header
{

   display: none !important;
}
.mobile_port_header1
{
   display: none !important;
}
@media (min-width:320px) and (max-width: 414px) {
.desktop_port_upper
{
 display: none !important;
}
.mobile_port {
    display: block !important;
    z-index: 1000;
    float:inherit;
}
.mobile_port_header
{
   display: block !important;
    z-index: 1000;
    float:right;
}
.mobile_port_header1
{
   display: block !important;
}

.mobile_port1 
{
    display: block !important;
}

.mobile_port_none
{
display: none !important;

}
.sideimage {
    display: none !important;
}

.wpb_single_image.wpb_content_element.vc_align_left {
    text-align: center !important;
}
}
@media (max-width:767px) 
{
/*footer .col-md-3 { padding-bottom:20px; }*/
	.social_foot1 {
	        display: block;
                text-align: center;
                width: 100%;	
                padding-top: 16px !important;
                padding-right: 0px;
                float: none !important;
	}
	.social_foot1 a {
		text-align: center;
		width: 25%;
		float: left;	
	}
	
}
.icon-latest01 {
    font-size: 14px !important;
    float: left !important;
    padding: 7px !important;
    color: #fff !important;
    border-radius: 56% !important;
    border: 2px solid #fff;
    padding-right: 11px !important;
    padding-left: 11px !important;
}
i.icon-latest22.fa.fa-google-plus {
    font-size: 14px !important;
    float: left !important;
    padding: 7px !important;
    color: #fff !important;
    border-radius: 50% !important;
    border: 2px solid #fff;
    padding-right: 10px !important;
    padding-left: 10px !important;
    margin: 0 11px;
    margin-right: 4px;
}
.icon-latest11 {
    font-size: 14px !important;
    float: left !important;
    padding: 7px !important;
    color: #fff !important;
    border-radius: 50% !important;
    border: 2px solid #fff;
    padding-right: 10px !important;
    padding-left: 10px !important;
    margin: 0px 0px 0px 11px;
}

/* iphone 5
******************************/
@media (max-width: 320px) {

.wpb_column.vc_column_container {
    /*padding-left: 0px !important;
    padding-right: 0px !important;*/
}
.content-border-right {
	border-right: 0px solid #c5cacd !important;
	padding-left:0px !important;
	padding-right:0px !important;
}
#mobileshort {
    font-size: 12px !important;
}

.sideimage {
    display: none !important;
}

}

/* iphone 6
******************************/
@media (max-width: 375px) {

.desktop_port_upper
{
 display: none !important;
}	

.wpb_column.vc_column_container {
    /*padding-left: 0px !important;
    padding-right: 0px !important;*/
}
.content-border-right {
	border-right: 0px solid #c5cacd !important;
	padding-left:0px !important;
	padding-right:0px !important;
}
#mobileshort {
    font-size: 12px !important;
}

}

/* iphone 6 plus
******************************/
@media ( max-width: 414px) {
.wpb_column.vc_column_container {
    /*padding-left: 0px !important;
    padding-right: 0px !important;*/
}
.icon-latest01 {
    font-size: 18px !important;
    float: none !important;
    padding: 4px !important;
    color: #fff !important;
    border-radius: 50% !important;
    border: 2px solid #fff;

    padding-right: 8px  !important;
    padding-left: 9px !important;
}
.icon-latest11 {
    font-size: 18px !important;
    float: none !important;
    padding: 4px !important;
    color: #fff !important;
    border-radius: 50% !important;
    border: 2px solid #fff;
    padding-right: 7px !important;
    padding-left: 5px !important;
    margin: 0px 0px 0px 7px;
}
i.icon-latest22.fa.fa-google-plus {
    font-size: 18px !important;
    float: none !important;
    padding: 4px !important;
    color: #fff !important;
    border-radius: 50% !important;
    border: 2px solid #fff;
    padding-right: 7px !important;
    padding-left: 6px !important;
    margin: 0 6px;
}
.social_foot1 a {
    text-align: center;

    width: auto !important;
    float: left;
}

.wpb_column.vc_column_container {
    /*padding-left: 0px !important;
    padding-right: 0px !important;*/
}
.content-border-right {
	border-right: 0px solid #c5cacd !important;
	padding-left:0px !important;
	padding-right:0px !important;
}
#mobileshort {
    font-size: 14px; 
}


.desktop_port_upper
{
 display: none !important;
}
}

/* ipad
******************************/
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1) {
.vc_row.wpb_row.vc_row-fluid.container.vc_custom_1471855010893 {
    width: auto !important;
}
.content-border-right {
	border-right: 0px solid #c5cacd !important;
	padding-left:0px !important;
	padding-right:0px !important;
}
.desktop_port_upper
{
 display: none !important;
}
} 
 
.border_read
{

 padding-bottom: 20px;
 border-bottom: solid 1px #000;
}

/************nav bar icon bar *****************/
.navbar-default .navbar-toggle .icon-bar
 {
    background-color: #fff !important;
}

.navbar-default .navbar-toggle {
    border-color: #fff !important;
}



/*****************footer style****************/
footer .cpy  {
    text-align: center;
    color: #fff;
    margin: 30px 0 0 0;
    padding-top: 10px;
    border-top: 1px solid #fff;
}
footer font {
    font-size: 18px;
    padding-bottom: 15px;
    display: inherit;
}
.col-md-10 font a{
	color: #fff !important;
}

footer .col-md-4 a {
    /*color: #fff;
    text-decoration: underline;*/
}
footer .col-md-4 a:hover {
    color: #fff;
    text-decoration: underline;
}
footer .col-md-3 a {
    /*color: #fff;*/
    
}
footer .col-md-3 a:hover {
    color: #fff;
    
}
footer .col-md-2 a {
    color: #fff;
    /*text-decoration: underline;*/
}
footer .col-md-2 a:hover {
    color: #fff;
    text-decoration: underline;
}

/***********NEW MENU STYLES************/


i.fa.fa-search {
    margin: 0 8px;
}

.dropdown .flag-top::after {
    content: none;
    right: 0px ;
    top: 0px;
    position: relative;
}
button.flag-top {
    min-width: 0em;
}

.dropdown:hover .dropdown-menu {
    display: block;
}
.dropdown .dropdown-menu {
    position: absolute;
    top: 81%;
    display: none;
    margin: 0;
 	min-width: 0em;
    list-style: none;
    width: 60%;
    text-align: right;
    left:10px;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 14px;
    z-index: 1000;
    display: none;
    float: left;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: transparent;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 5px;a
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0);
}
.dropdown ul {
    list-style: none;
    display: table;
    margin: 0px auto;
    padding: 10px 0;
}
.dropdown-menu>li>a {
    display: block;
    padding: 0px 0px 0px 0px !important;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    /*color: #FFF;*/
    white-space: nowrap;
	float:left;
}
.dropdown ol, ul {
    margin-top: 0;
    margin-bottom: 10px;
}
ul.dropdown-menu a.bg {
    background: transparent !important;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #262626;
    text-decoration: none;
    background-color: transparent !important;
}

.desktop_port {
    display: block !important;
}
.mobile_port {
    display: none !important;
}
.upperspace
{
   padding-top: 10px; 
}

.desktop_port_upper
{
 display: block !important;
}

@media (min-width:320px) and (max-width: 414px) {
}
@media (max-width: 768px) {

.menu-item-2784 ul.sub-menu li 
{
     float: left !important;
      width: 100%;
}

.menu-item-2786 ul.sub-menu li 
{
     float: left !important;
      width: 100%;
}
.menu-item-2788 ul.sub-menu li 
{
     float: left !important;
      width: 100%;
}
.desktop_port_upper
{
 display: none !important;
}
.upperspace
{
   padding-top:0px !important; 
}
}
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1) {
}

/*----------- iPhone 6+ -----------*/

/*Portrait*/
@media (max-width: 414px) { 

}
/*----------- iPhone 6 -----------*/

/*Portrait*/
@media (max-width: 375px) {
}


/* ----------- iPhone 5 ----------- */

/* Portrait */
@media (max-width: 320px) {
}

.col-md-12.top_header_right_part {
    
    left: -6px;
}	
.tophea {
    margin-right: -15px !important;
    margin-left: -15px !important;
}
/***********************FOOTER CODE****************************/
footer .col-md-4 h3 a {
    color: #02cbd7;
    text-decoration: none;
}
footer .col-md-4 h3 a:hover {
    color: #02cbd7;
    text-decoration: none;
}


.vc_row.wpb_row.vc_row-fluid:last-child {
    margin-bottom: 0 !important;
}

/**************HEADER LAST IMAGE****************/
.im-pad { padding-top: 60px; }
@media (max-width: 767px) {
    .im-pad { padding: 10px 0 15px 0; }
}

@media (max-width: 767px){
.col-md-12.col-sm-12.col-xs-12.right_col_12 a{
	font-size:12px!important;
}
}

.tablepress .column-3 ul { 
	padding-left: 0px; 
}
.tablepress .column-3 ul li,
.tablepress .column-3 ul li.bonus-value {
    list-style-type: none;
    color: #a5a5a5;
    padding: 2px 0;
    font-size: 13.5px;
    margin: 0px -12px;
}
.tablepress .column-3 ul li:before,
.tablepress .column-3 ul li.bonus-value:before {
    content: "\f087";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 20px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #02cbd7;
    padding-right: 10px;
}
.column-3 .points.col-md-7 {
    padding: 15px 3px 0 12px;
    /* min-width: 245px; */
    text-align: left;
}


li.search-icon {
       padding: 23px 0 0 0!important;
}
i.fa.fa-search.searchicon {
    padding-top: 23px;
	position: relative;
    right: 3px;
    top: 1px;
}

span.searchli {
    position: absolute;
       right: -16px;
    top: -29px;
    z-index: 1;
}
input.searchtext {
    border: 0.1em solid #777;
    font-size: 14px;
    padding: 4px 15px;
    margin-top: 0px;
    border-radius: 3px;
    transform: translateY(-50%);
    margin-right: 3px;
}
.searchlimbl {
 padding-left: 15px;
    list-style: none;
    padding-top: 25px;
   
}

@media only screen and (max-width: 768px) {
  /* For mobile phones:  */
.bg-grey {    
    margin-top: 0px !important;
}
}
span.fltrt {
    float: right;
  
}
input.searchtextmbl {
    border: 0.1em solid #777;
    font-size: 14px;
    padding: 4px 15px;
    margin-top: 0;
    border-radius: 3px;
    transform: translateY(-50%);
    margin-right: 3px;
} 

.firstletter p a,.firstletter li a  {
    text-transform: lowercase;
}
.firstletter p a::first-letter {
  text-transform: uppercase;
}

.firstletter p a  {display:inline-block}

.firstletter li a::first-letter {
  text-transform: uppercase;
}
/********************* Styles For Iframe Start Button ******************/
.slot-iframe-preload {
    height: 512px;
    width: 743px;
    /*display: none;*/
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    border: 8px solid rgba(0,0,0,.6);
    transition: border .3s ease;
    margin: 0 auto;
}
.slot-iframe-preload img {
    max-width: none;
    min-width: 100%;
    min-height: 100%;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: auto;
    position: absolute;
}
.slot-iframe-preload .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    text-shadow: 0 -1px 0 rgba(0,0,0,.12);
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    z-index: 5;
}
.slot-iframe-preload .btn:after {
    content: '';
    position: absolute;
    top: -16px;
    left: -16px;
    right: -16px;
    bottom: -16px;
    border-radius: 4px;
    background-color: rgba(0,0,0,.6);
    transition: .3s ease-out;
    z-index: -1;
    pointer-events: none;
}
.slot-iframe-preload:hover .btn:after {
    top: -800%;
    left: -210%;
    bottom: -800%;
    right: -210%;
    border-radius: 0;
}
.startiframe { background: none; }
.startiframe strong {
    background-color: #ffd400;
    border-bottom: 4px solid #e3c400;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    padding: 10px 25px;
	text-transform: uppercase;
	border-radius: 5px;
}
.startiframe strong:hover { background: #e3c400;border-bottom: 4px solid #fddb00; }
.startiframe i {
    width: 20px;
    font-size: 40px;
    color: #fff;
    vertical-align: middle;
    margin-top: -5px;
}
.btn2{
	padding: 12px 12px !important;
}
/*.startiframe {
    background-color: #00b99b;
    border-bottom: 4px solid #00a288;
    color: #fff;
	padding: 6px 12px 0px 12px;
    font-size: 20px;
    font-weight: 700;
}
.startiframe:hover {
    -webkit-animation: bounceIn_custom .7s ease-in-out;
    -moz-animation: bounceIn_custom .7s ease-in-out;
    -o-animation: bounceIn_custom .7s ease-in-out;
    animation: bounceIn_custom .7s ease-in-out;
} */
/********************* Styles For Iframe Start Button ******************/

/*blockquote design*/
.quote {
    margin-top: 10px;
    margin-bottom: 10px!important;
}
.quote blockquote p {
    margin: 16px!important;
    color: #02cbd7!important;
	font-size:20px;
}
.quote blockquote {
    border-left: 15px solid #fddb00!important;
	border-radius: 10px;
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.25);
}
i.qteicon {
    font-size: 35px;
    margin-right: 5px;
    color: #fddb00;
}
@media only screen and (max-width: 768px) {
.quote blockquote p {
    margin: 16px!important;
    color: #02cbd7!important;
    font-size: 16px;
    text-align: -webkit-center;
}
i.qteicon {
    font-size: 25px;
    margin-right: 5px;
    color: #fddb00;
}
.quote blockquote {
    border-left: 15px solid #fddb00!important;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,.25);
    -moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,.25);
    box-shadow: 0px 0px 5px 1px rgba(0,0,0,.25);
}
}
.fa-quote-left::after {
    content: "\f10d";
}

/********************* Styles For FAQs  ******************/
.faqhead:hover{
	color:#02cbd7;
}
.activefaq{
	color:#02cbd7!important;
}
.faq {
    padding: 19px;
    border-radius: 20px;
    box-sizing: border-box;
    margin-bottom: 20px!important;
	box-shadow: 0px 0px 4px 1px rgba(0,0,0,.25);
	-webkit-box-shadow: 0px 0px 4px 1px rgba(0,0,0,.25);
	-moz-box-shadow: 0px 0px 4px 1px rgba(0,0,0,.25);

}
.opens{
	display:none;
}
.opens span {
    margin-top: 15px;
    margin-bottom: 10px!important;
    display: inline-block;
}
h4.faqhead {
    font-size: 17px;
    font-weight: bold;
    color: #666;
	margin:0;
	width: 95%;
}
i.fa.fa.fa-plus-circle.clr, i.fa.fa.fa-minus-circle.clr {
	right: 30px;
    position: absolute;
    color: #fddb00;
    font-size: 17px;
}
h2.faqh2 {
    margin-bottom: 30px;
}
.collapsed{
	cursor:pointer;
}
@media (max-width:768px){
	h4.faqhead {
    width: 95%;
    font-size: 15px;
    font-weight: bold;
    color: #666;
}
}
/********************* Styles For FAQs  ******************/
/***********coloring the netticasinot ul and ol************************/
.list_color li{
    color: #00ceda;
    font-size: 18px;
    font-weight:bold;
}

/************************ Social Media Share Buttons ************************/
.shrare h3 {
    margin: 0;
    font-family:BalooRegular;
    margin-bottom:10px;
    color:#a5a5a5;
}
.shrare li{
    list-style:none;
    display:inline;
}
.shrare li i{
    font-size:25px;
    margin-left:5px;
	color:#a5a5a5
}
.aut_hid {
    width: 0;
    opacity: 0;
}
.col-md-3.shrare {
    margin-left: 0px;
}
.shrare ul {
    padding: 0;
}
@media (min-width: 767px) {

	.shrare ul {
    margin-right: 10px;
    float: right;
	}
	.shrare h3 {
    float: right;
	}
}
@media (max-width: 767px) {
		.shrare li i{
    font-size:20px;
    margin-left:2px;
	color:#a5a5a5
}		
	.shrare h3{
    font-size:21px;
}
	.col-md-9.rateshare {
    padding: 0;
	}
	.shrare ul {
    display:inline;
	}
	.shrare h3 {
    display:inline;
	}
}

/************************ Social Media Share Buttons ************************/
/************************ Casino Tablepress ************************/
	.ratecasino {
    background: #fff00000;
    font-weight: 700;
    font-size: 15px;
    color: #000;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
}
 	span.rate {
    display: block;
    height: 25px;
    width: 100px;
    background: url(https://www.svenska-casinon.com/wp-content/uploads/2021/01/outline-stars-yellow.png) 1px 0px;
    background-repeat: no-repeat;
    background-size: 100%;
}
	span.ratetotal {
    display: block;
    height: 25px;
    width: 100px;
    background: url(https://www.svenska-casinon.com/wp-content/uploads/2021/01/stars-yellow.png) 1px 0px;
    background-repeat: no-repeat;
    background-color: transparent;
} 
/************************ Casino Tablepress ************************/
.c1_bonuspart .ratecasino.yellow {
    margin-top: 10px;
}
.email-auth {
    color: #666;
}