/*
Theme Name: nyklineindia
*/

/* NULL */

HTML, BODY, DIV, SPAN, APPLET, OBJECT, IFRAME, H1, H2, H3, H4, H5, H6, P, BLOCKQUOTE, PRE, A, ABBR, ACRONYM, ADDRESS, BIG, CITE, CODE, DEL, DFN, EM, FONT, IMG, INS, KBD, Q, S, SAMP, SMALL, STRIKE, STRONG, TT, VAR, B, U, I, CENTER, DL, DT, DD, OL, UL, LI, FIELDSET, FORM, LABEL, LEGEND {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;}
SUP, SUB {line-height: 1px;}
BODY {line-height: 1;}
UL {list-style: none;}
:focus {outline: 0;}
INS {text-decoration: none;}
DEL {text-decoration: line-through;}
input::-moz-focus-inner {border: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary, .block {display: block;}
audio, canvas, video {display: inline-block;}
audio:not([controls]) {display: none;height: 0;}

[hidden] {display: none;}
.none, .hidden, .on980, .on760, .on320, .only980, .only760 {display: none;}

.clear, .clr {clear: both;}
hr.clear, hr.clr {padding: 0;margin: 0;height: 1px;overflow: hidden;border: 0;}
.clearfix:before, .clearfix:after, .clf:before, .clf:after {content: " ";display: table;}
.clearfix:after, .clf:after {clear: both;}
.clearfix, .clf {*zoom: 1;}

.alignright, .right { float: right; }
.alignleft, .left { float: left; }
.center { text-align: center; }
.centered, .aligncenter {
	display: block;
	margin: 0 auto;
	}

img.alignright, img.right {
	margin: 0 0 7px 20px;
	display: inline;
	}
img.alignleft, img.left {
	margin: 0 20px 7px 0;
	display: inline;
	}
a img {
	border: none;
	}
img {
	max-width: 100%;
	}

.entry img {
	height: auto;
	}

/* END NULL */


/* BASE */

body {
	color: #cbcbcb;
	font-size: 16px;
	line-height: 22px;
	font-family: 'Open Sans', sans-serif;
	background: #151515;
	text-align: center;
	}

.wrap {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	}

input, textarea {
	color: #000;
	font-size: 15px;
	line-height: 22px;
	font-family: 'Open Sans', sans-serif;
	}

a {
	color: #CBBF1C;
	text-decoration: none;
	transition: all 0.3s 0.02s ease;
	}

a:hover {
	color: #b4ab2d;
	text-decoration: underline;
	}


p, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .title, .entry table, .entry form, .entry ul, .entry ol, .entry hr, blockquote {
	margin: 0 0 25px 0;
	}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .title {
	color: #ececec;
	font-weight: bold;
	text-transform: uppercase;
	}
h1, .h1, .title{
	font-size: 30px;
	line-height: 34px;
	margin: 0 0 30px 0;
	}
h2, .h2{
	font-size: 26px;
	line-height: 30px;
	}
h3, .h3{
	font-size: 24px;
	line-height: 28px;
	}
h4, .h4{
	font-size: 22px;
	line-height: 26px;
	}
h5, .h5{
	font-size: 21px;
	line-height: 24px;
	}
h6, .h6{
	font-size: 20px;
	line-height: 24px;
	}

.black{
	color: #000;
	}
.white{
	color: #fff;
	}
.grey{
	color: #808080;
	}
.green{
	color: #34c924;
	}
.red{
	color: #ff0000;
	}
.orange{
	color: #ffa500;
	}
.yellow{
	color: #ffff00;
	}
.blue{
	color: #0000ff;
	}
.purple{
	color: #8b00ff;
	}
.pink{
	color: #ffc0cb;
	}



.table, .entry table {
	border-spacing: 0;
	border-collapse: collapse;
	border-top: 1px solid #424242;
	border-left: 1px solid #424242;
	}

.table tr th, .entry table tr th{
	border-bottom: 1px solid #424242;
	border-right: 1px solid #424242;
	background: #f4f4f4;
	padding: 8px 10px;
	}

.table tr td, .entry table tr td{
	border-bottom: 1px solid #424242;
	border-right: 1px solid #424242;
	padding: 8px 10px;
	}

.entry table.nobord, .entry table.nobord tr th, .entry table.nobord tr td {
	border: 0;
	padding: 0;
	background: none;
	}

.entry ul, ul.list {
	padding: 0;
	list-style: none;
	text-align:left;
	margin: 0 0 25px 15px;
	}

.entry ol, ol.list {
	margin: 0 0 25px 15px;
	padding: 0 0 0 15px;
	list-style: none;
	text-align:left;
	}

.entry ul ul, .entry ol ol, .entry ol ul, .entry ul ol, ul.list ul, ol.list ol, ol.list ul, ul.list ol {
	margin: 5px 0 0 0;
	}

.entry ol > li, ol.list > li {
	margin: 7px 0 7px 10px;
	list-style: decimal outside;
	}

.entry ul > li, ul.list > li {
	margin: 7px 0;
	padding: 0 0 0 30px;
	background: url('images/entry_li.svg') no-repeat 0px 3px / auto 18px;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}
acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
	}
acronym, abbr {
	border-bottom: 1px dashed #999;
	}
blockquote {
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}
blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.grid {
	clear: both;
	*zoom: 1;
	}
.grid:after {
	content: "";
	display: table;
	clear: both;
	}


/* END BASE */


/* FORM */

.form_line{
	padding: 0 0 15px 0;
	}

.lab{
	display: block;
	padding: 0 0 2px 0;
	}

.inp{
	box-sizing: border-box;
	width: 100%;
	height: 40px;
	padding: 10px 20px;
	background: #fff;
	border: 1px solid #b2b2b2;
	border-radius: 3px;
	-webkit-appearance: none;
	color: #000;
	font-size: 15px;
	line-height: 18px;
	}

.ta{
	box-sizing: border-box;
	width: 100%;
	height: 100px;
	padding: 10px 20px;
	background: #fff;
	border: 1px solid #b2b2b2;
	border-radius: 3px;
	-webkit-appearance: none;
	color: #000;
	font-size: 15px;
	line-height: 18px;
	vertical-align: bottom;
	}

.form_sub {
	position: relative;
	}

.btn {
	display: inline-block;
	box-sizing: border-box;
	min-height: 40px;
	padding: 10px 20px;
	background: #ffd700;
	border-radius: 5px;
	transition: all 0.3s 0.02s ease;
	-webkit-appearance: none;
	color: #000000;
	font-size: 16px;
	line-height: 18px;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	}

.btn:hover{
	border-color: #ca2a3c;
	background-color: #ca2a3c;
	color: #fff;
	text-decoration: none;
	}

.form_sub .ajax-loader {
	position: absolute;
	top: -5px;
	right: -5px;
	}

/* END FORM */




/* HEADER */

header {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    background: #000000;
    box-sizing: border-box;
    box-shadow: 0 0 14px rgb(185 185 185 / 30%);
}
.header_list{
	display: flex;	
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	}
.logo{
	padding: 0 0 0 0;
	margin: 5px 0;
	}
.logo a{
	color: #CBBF1C;
	font-size: 24px;
	line-height: 26px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 700;
	}
.logo a span{
	color: #ececec;
	transition: all 0.3s 0.02s ease;
	}
.logo a:hover{
	color: #ececec;
	}
.logo a:hover span{
	color: #CBBF1C;
	}
	
.nav_top{
	}
.nav_top > ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	align-items:center;
	}
.nav_top > ul > li{
	display:block;
	margin: 0 0 0 30px;
	position:relative;
	}
.nav_top > ul > li:first-child{
	margin: 0 0 0 0;
	}
.nav_top > ul > li > a{
	display: block;
	color: #ececec;
	font-size: 14px;
	line-height: 20px;
	text-decoration: none;
	font-weight: 500;
	position:relative;
	padding: 20px 0 20px 0;
	text-transform: uppercase;
	}
.nav_top > ul > li:hover > a{
	color: #CBBF1C;
	}
.nav_top > ul > li > a:before{
	content:"";
	display:block;
	position:absolute;
	z-index:1;
	bottom:0;
	left:0;
	height: 2px;
	width: 0;
	background: #CBBF1C;
	transition: all 0.3s 0.02s ease;
	}
.nav_top > ul > li:hover > a:before, .nav_top > ul > li.active > a:before{
	width: 100%;
	}	
.nav_top > ul > li > ul{
	display:none;
	position:absolute;
	z-index: 999;
	top: 100%;
	right: 0;
	width: 160px;
	background: #000;
	box-sizing:border-box;
	padding: 10px 15px;
	box-shadow: 0 5px 14px rgba(0, 0, 0, 0.2);
	}
.nav_top > ul > li:hover > ul{
	display: block;
	}
.nav_top > ul > li > ul > li{
	display:block;
	padding: 0 0 8px 0;
	}
.nav_top > ul > li > ul > li > a{
	color: #ececec;
	font-size: 15px;
	line-height: 20px;
	text-decoration: none;
	font-weight: 500;
	position:relative;
	}
.nav_top > ul > li > ul > li > a:hover{
	color: #CBBF1C;
	}




.adapt_menu{
	position: relative;
	display: none;
	width: 28px;
    height: 17px;
	cursor: pointer;
    transition: all .3s ease-in-out;
	}
.adapt_menu span{
    position: absolute;
    left: 0;
    top: 0;
	display: block;
    width: 100%;
    height: 3px;
    background: #fff;
	border-radius: 3px;
    transition: all .2s ease-in-out;
	}
.adapt_menu span:nth-child(2){
	top: 7px;
	}
.adapt_menu span:nth-child(3){
	top: 14px;
	}
.adapt_menu.adapt_menu_active span{
    top: 7px;
    background: #CBBF1C;
	}
.adapt_menu.adapt_menu_active span:nth-child(1){
    transform: rotate(45deg);
	}
.adapt_menu.adapt_menu_active span:nth-child(2){
	opacity: 0;
	}
.adapt_menu.adapt_menu_active span:nth-child(3){
    transform: rotate(-45deg);
	}				
	
	
/* END HEADER */


/* HOME */


.main_top_bg {
	min-height: 600px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: relative;
	background: linear-gradient( rgb(159, 156, 156, 40%), rgb(16, 16, 16) ), url('images/background_homepage_betting.webp') no-repeat;
	background-size: cover;
	}
.main_top_bg:before{
	content:"";
	display:block;
	position:absolute;
	z-index:1;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	}
.main_top_bg_c{
	position:relative;
	z-index:3;
	max-width: 800px;
	text-shadow: 1px 1px 0px #000; 
	}	
.main_top_bg_c h1{
	font-size: 40px;
	line-height: 44px;
	}	
.main_top_bg_c p{
	font-size: 20px;
	line-height: 28px;
	}	
	
	
.main_text{
	margin: 0 0 40px 0;
	padding-top: 30px;
	}		
	

a.main_sub{
	display: block;
	width: 200px;
	margin: 0 auto 7px auto;
	box-sizing:border-box;
	height: 54px;
	background: #CBBF1C;
	border-radius: 9px;
	color: #000;
	font-size: 18px;
	line-height: 54px;
	font-weight: 500;
	text-align:center;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: 0 0 0px #000; 
	}	
a.main_sub:hover{
	background: #b4ab2d;
	box-shadow: 0 0 24px rgba(203, 191, 28, 0.3);
	}			
	

.main_b_widget_list{
	margin: 0 0 30px 0;
	}
.main_b_widget{
	max-width: 1100px;
	margin: 0 auto 30px auto;
	text-align:center;
	}


.main_bets{
    padding: 30px 0;
	background: linear-gradient( rgba(0, 0, 0, 50%), rgba(21, 21, 21) ), url('/wp-content/uploads/2022/06/background-betting-sites.webp');
	}
.main_bets_bottom {
    padding: 30px 0;
    background: linear-gradient( rgba(0, 0, 0, 50%), rgba(32, 32, 32, 95%) ), url('/wp-content/uploads/2022/06/background-betting-sites.webp');
}
.bet_block{
	max-width: 1100px;
	margin: 0 auto 20px auto;
	display: flex;	
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	background: #292929;
	border: 1px solid #b4ab2d;
	border-radius: 5px;
	min-height: 100px;
	padding: 10px;
	box-sizing:border-box;
	transition: all 0.3s 0.02s ease;   
	}
.bet_block:hover{
	background: #000;
	border: 1px solid #CBBF1C;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.32);
	}
	
.bet_block_img{
	width: 25%;
	text-align:center;
	}
.bet_block_img img {
    width: 150px;
    height: 36px;
	padding: 5px;
    vertical-align: bottom;
}
.bet_block_title{
	width: 20%;
	font-size: 18px;
	text-transform:uppercase;
	font-weight: 400;
	}
.bet_block_title a{
	color: #fff;
	text-decoration: none;
	}		
.bet_block_title a:hover{
	color: #CBBF1C;
	}
	
.main_bet_reyt{
	padding: 10px 0 0 0;
	line-height: 18px;
	font-size: 14px;
	font-weight: 500;
	}
.main_bet_reyt span{
	display:inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	background: url('images/star2.svg') no-repeat center;
	background-size: 20px;
	}		
.main_bet_reyt span.active{
	background: url('images/star.svg') no-repeat center;
	background-size: 20px;
	}	
	
	
.bet_block_bonus{
	width: 30%;
	font-weight: bold;
	font-size: 22px;
	line-height: 26px;
	text-align:center;
	}

.bet_block_sub{
	width: 25%;
	}	
.bet_block_sub a{
	display: block;
	width: 80%;
	max-width: 200px;
	margin: 0 0 0 auto;
	box-sizing:border-box;
	height: 44px;
	background: #CBBF1C;
	border-radius: 9px;
	color: #000;
	font-size: 16px;
	line-height: 44px;
	font-weight: 500;
	text-align:center;
	text-decoration: none;
	text-transform: uppercase;
	}	
.bet_block_sub a:hover{
	background: #dbcf2c;
	box-shadow: 0 0 24px rgba(203, 191, 28, 0.3);
	}	
	

.main_text_black{
	padding: 30px 0;
	background: #202020;
	}	
.main_text_comments	{
	padding:30px;
	background:202020;
}

.main_otlichiy{
	padding: 40px 0;
	background: url('images/Background_homepage_betting_4.webp') no-repeat center top;
	background-attachment:fixed;
	background-size: cover;
	}	
	
.main_otlichiy ul{
	display: flex;	
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 30px;
	}	
.main_otlichiy li{
	display:block;
	width: 47%;
	margin: 0 0 20px 0;
	box-sizing:border-box;
	padding: 0 0 0 20px;
	position:relative;
	}		
/*.main_otlichiy li:before{
	content:"";
	display:block;
	position:absolute;
	z-index:1;
	top: 9px;
	left:0;
	width: 6px;
	height: 6px;
	background: #fff;
	border-radius: 50%;
	}*/

.main_otlichiy ul>li, ul.list>li {
    margin: 7px 0;
    padding: 0 0 0 30px;
    background: url('images/entry_li.svg') no-repeat 0px 3px/auto 18px;
}

.pop_game{
	background: #000;
	padding: 30px 0;
	}
.pop_game_b{
	display: flex;	
	justify-content: flex-start;
	margin: 0 0 25px 0;
	padding: 0 0 25px 0;
	border-bottom: 1px solid #b4ab2d;
	}
.pop_game_b_i{
	width: 320px;
	flex: 0 0 320px;
	margin: 0 20px 0 0;
	}
.pop_game_b_z{
	font-weight: bold;
	font-size: 20px;
	margin: 0 0 10px 0;
	}	
	
	

.how_play{
	padding: 40px 0;
	}	
.how_play_list{
	display: flex;	
	flex-wrap: wrap;
	justify-content: space-around;
	}	
.how_play_b{
    background: #000;
    border: 1px solid #b4ab2d;
	border-radius: 5px;
	max-width: 360px;
	}	
.how_play_b span{
	display:block;
	padding: 15px 0;
    background: #b4ab2d;
	border-radius: 5px 5px 0 0;
	text-align:center;
	font-size: 36px;
	line-height: 40px;
	font-weight: bold;
	text-shadow: 1px 1px 0px #000; 
	}	
.how_play_b_t{
	padding: 15px;
	}	
	
	
	
	

.plus_minus{
	padding: 40px 0;
	}	
.plus_minus_list{
	display: flex;	
	flex-wrap: wrap;
	justify-content: space-around;
	}	
.plus_minus_b{
    background: #000;
    border: 1px solid #b4ab2d;
	border-radius: 5px;
	max-width: 540px;
	}	
.plus_minus_title{
	display:block;
	padding: 15px 0;
    background: #CBBF1C;
	border-radius: 5px 5px 0 0;
	text-align:center;
	font-size: 28px;
	line-height: 30px;
	font-weight: 500;
	text-transform: uppercase;
	text-shadow: 1px 1px 0px #000; 
	}	
.plus_minus_b:nth-child(2) .plus_minus_title{
    background: #b4ab2d;
	}
.plus_minus_b ul{
	padding: 15px;
	}	
.plus_minus_b li{
	display:block;
	margin: 0 0 10px 0;
	padding: 0 0 0 20px;
	position:relative;
	}		
.plus_minus_b li:before{
	content:"";
	display:block;
	position:absolute;
	z-index:1;
	top: 9px;
	left:0;
	width: 6px;
	height: 6px;
	background: #fff;
	border-radius: 50%;
	}	
	
	
	
footer{
	background: #000000;
	padding: 30px 0;
	}	
	
.f_nav {
	padding: 0 0 30px 0;
	}	
.f_nav ul{
	display: flex;	
	flex-wrap: wrap;
	justify-content: flex-start;
	padding: 10px;
	}	
.f_nav li{
	display:block;
	width: 25%;
	box-sizing:border-box;
	/*padding: 0 20px 0 30px;
	background: url('images/f_nav.svg') no-repeat;*/
	background-size: 18px auto;
	margin: 0 0 12px 0;
	}	
.f_nav li a{
	text-decoration: none;
	color: #ffd700;
	text-transform: uppercase;
    font-size: 14px;
	}	
.f_nav li a:hover {
	color: #b4ab2d;
	}
	
.copu{
	border-top: 1px solid #424242;
	text-align:center;
	padding: 30px 0 0 0;
	font-size: 14px;
	}	



.nav_flag{
	border-top: 1px solid #b4ab2d;
	margin: 0 0 10px 0;
	padding: 20px 0 0 0;
	display: flex;	
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;	
	}
.nav_flag a{
	display: flex;	
	justify-content: flex-start;
	align-items: center;
    background: rgba(255,255,255,.12);
	padding: 1px 7px 1px 1px;
	border-radius: 10px;
	margin: 0 4px 10px 4px;
	color: #fff;
	line-height: 20px;
	font-size: 13px;
	text-decoration: none;
	}
.nav_flag a:hover{
    background: rgba(255,255,255,.2);
	}
.nav_flag a img{
	vertical-align: bottom;
	border-radius: 10px;
	width: 20px;
	margin: 0 6px 0 0;
	}
	

/* END HOME */

.post_list{
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #959596;
	}

.vn_top_bg{
	min-height: 200px;
	padding: 60px 0 30px 0;
	background: linear-gradient( rgb(159, 156, 156, 40%), rgb(16, 16, 16) ), url('images/background_homepage_betting.webp') no-repeat;
	background-size: cover;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	position:relative;
	display: flex;
    flex-direction: column;
	}
.vn_top_bg:before{
	content:"";
	display:block;
	position:absolute;
	z-index:1;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	}

.cat_des{
	padding: 40px 0 30px 0;
	background: #000;
	}
.cat_des_b{
	text-align: center;
	}
.vn_bet_preim {
	max-width: 1200px;
	margin: 20px;
	z-index: 5;
	}
.vn_bet_preim ul{
	display: flex;	
	flex-wrap: wrap;
	justify-content: center;
	}
.vn_bet_preim li{
	display:block;
	padding: 0 20px 20px 25px;
	background: url('images/entry_li.svg') no-repeat 0 2px;
	background-size: 16px;
	line-height: 24px;
	font-size: 16px;
	font-weight: 600;
	z-index: 5;
	}	
@media screen and (max-width:768px){
	.vn_bet_preim ul {
		display: block;	
		justify-content: center;
		text-align: left;
	}
}
/* COMMENTS */

.comments_list li {
	padding: 15px;
	margin: 0 0 15px 0;
	border: 1px solid #ddd;
	background: #f8f8f8;
	}

.comments_list li li {
	margin: 15px 0 0 0;
	}

.comments_list li.thread-even {
	background: #fff; 
	} 

.comments_list .even {
	background: #fff; 
	}

.comments_list .alt {
	background: #f8f8f8; 
	}

.comment_ava{
	float: left;
	padding: 0 10px 0 0;
	}

.comment_top{
	padding: 0 0 10px 0;
	}

.comment_a{
	font-weight: bold;
	}

.comment_d{
	font-style: italic;
	}

.comment_repl{
	text-align: right;
	}

#respond{
	padding: 15px;
	margin: 0 0 15px 0;
	}

.comments_list #respond{
	margin: 0 15px 15px 15px;
	}

#cancel-comment-reply-link{
	display: inline-block;
	margin: 0 0 15px 0;
	}

/* END COMMENTS */


/* WP OTHER */

.wp-caption {
	box-sizing: border-box;
	max-width: 100%;
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding: 4px;
	margin: 10px;
	border-radius: 3px;
	}

.wp-caption img {
	max-width: 100%;
	height: auto;
	padding: 0;
	border: 0 none;
	}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
	}

.wpcf7-not-valid { 
	border-color: #ad2929 !important;
	color: #ad2929; 
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}

#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; 
	}

/* END WP OTHER */



@media (max-width: 1240px) {
	.wrap {
		width: 980px;
		}
	.nav_top > ul > li{
		margin: 0 0 0 20px;
		}
	.nav_top > ul > li:first-child{
		margin: 0 0 0 0;
		}
	.how_play_b {
		max-width: 300px;
		}
	.plus_minus_b {
		max-width: 460px;
		}
}


@media (max-width: 1020px) {
.wrap {
	width: 760px;
	box-sizing:border-box;
	padding: 0 10px;
	}	
header {
	position: absolute;
	}
.header_list{
	padding: 10px 0;
	}
.adapt_menu{
	display: block;
	}
.nav_top{
	display: none;
	width: 100%;
	padding: 20px 0 0 0;
	}
.nav_top > ul{
    display: block;
	}
.nav_top > ul > li{
	display:block;
	margin: 0 0 10px 0;
	position:relative;
	}
.nav_top > ul > li:first-child{
	margin: 0 0 10px 0;
	}
.nav_top > ul > li > a{
	display: inline-block;
	color: #ececec;
	font-size: 16px;
	line-height: 20px;
	text-decoration: none;
	font-weight: 500;
	position:relative;
	padding: 0 0 4px 0;
	}
.nav_top > ul > li:hover > a{
	color: #CBBF1C;
	}
.nav_top > ul > li > a:before{
	content:"";
	display:block;
	position:absolute;
	z-index:1;
	bottom:0;
	left:0;
	height: 2px;
	width: 0;
	background: #CBBF1C;
	transition: all 0.3s 0.02s ease;
	}
.nav_top > ul > li:hover > a:before, .nav_top > ul > li.active > a:before{
	width: 100%;
	}	
.nav_top > ul > li > ul{
	display: block;
	position: relative;
	z-index: 999;
	top: 0;
	right: 0;
	width: auto;
	background: none;
	box-sizing:border-box;
	padding: 10px 0 0 15px;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
	}
.nav_top > ul > li:hover > ul{
	display: block;
	}
.nav_top > ul > li > ul > li{
	display:block;
	padding: 0 0 7px 0;
	}
.nav_top > ul > li > ul > li > a{
	color: #ececec;
	font-size: 15px;
	line-height: 20px;
	text-decoration: none;
	font-weight: 500;
	position:relative;
	}
.nav_top > ul > li > ul > li > a:hover{
	color: #CBBF1C;
	}
.main_top_bg {
    min-height: 500px;
	}
.main_top_bg_c {
	padding: 0 10px;
	}
.main_top_bg_cbk {
	padding: 0 10px;
	}
.bet_block_img{
	width: 25%;
	}
.bet_block_img img{
	vertical-align: bottom;
	}
.bet_block_title{
	width: 25%;
	font-size: 16px;
	text-transform:uppercase;
	font-weight: 400;
	text-align:center;
	}
.bet_block_bonus{
	width: 25%;
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;
	text-align:center;
	}
.pop_game_b_i {
    width: 240px;
    flex: 0 0 240px;
    margin: 0 20px 0 0;
	}
.how_play_b {
	margin: 0 0 20px 0;
	}
.plus_minus_b {
	margin: 0 0 20px 0;
	}
.f_nav li {
    width: 33%;
	}
}



@media (max-width: 767px) {
.wrap {
	width: auto;
	min-width: 320px;
	}
.main_top_bg_c h1 {
    font-size: 32px;
    line-height: 36px;
	}
.main_top_bg_c p {
    font-size: 20px;
    line-height: 24px;
	}
.main_top_bg_cbk h1 {
    font-size: 32px;
    line-height: 36px;
	}
.main_top_bg_cbk p {
    font-size: 20px;
    line-height: 24px;
	}
.bet_block{
	display: block;	 
	}
.bet_block_img{
	width: 100%;
	text-align:center;
	margin: 0 0 20px 0;
	}
.bet_block_title{
	width: 100%;
	text-align:center;
	margin: 0 0 20px 0;
	}
.bet_block_bonus{
	width: 100%;
	text-align:center;
	margin: 0 0 20px 0;
	}
.bet_block_sub{
	width: 100%;
	}
.bet_block_sub a{
	margin: 0 auto 0 auto;
	}
.pop_game{
	background: #000;
	padding: 30px 0;
	}
.pop_game_b{
	display: block;	
	margin: 0 0 25px 0;
	padding: 0 0 25px 0;
	border-bottom: 1px solid #b4ab2d;
	}
.pop_game_b_i{
	width: auto;
	flex: 0 0 0;
	margin: 0 0 20px 0;
	}
.main_otlichiy li {
    width: 100%;
	}
.f_nav li {
    width: 50%;
	}
}
.getbonus {
	display: block;
    width: 200px;
    margin: 0 auto 7px auto;
    box-sizing: border-box;
    height: 54px;
    background: #67c748;
    border-radius: 9px;
    color: #000;
    font-size: 18px;
    line-height: 54px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: 0 0 0px #000;
}
a.getbonus:hover{
	background: #478b32;
	box-shadow: 0 0 24px rgba(203, 191, 28, 0.3);
	text-decoration: none;
	}	
img.logotype {
    width: 150px;
    height: 52px;
}
.main_top_bg_c {
    margin-top: 95px;
}
p#breadcrumbs {
    margin: 10px 0;
}
.breadcr {
    padding: 5px;
    background: #000000;
}
.wrapx {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
div#ez-toc-container {
    margin: 30px auto;
}
#ez-toc-container a {
    color: #ffde4c!important;
}
.faqs_bg {
    background: #292929;
}

.faqs {
	padding: 50px 100px 40px 100px;
	}

.faqs .h1 {
	text-align: center;
	}

.faq {
    margin: 0 0 10px;
    color: #fff;
    border: 1px solid #424242;
    border-radius: 5px;
}

.faq_t {
	padding: 15px 40px 15px 20px;
	position: relative;
	background: #292929;
	border-radius: 6px;
	text-transform: uppercase;
	cursor: pointer;
	background-image: url(/wp-content/themes/nyklineindia/images/arrow-down.svg);
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: auto 20px;
	}

.faq_t.open {
	border-radius: 6px 6px 0 0;
	}

.faq_t:before {
	content: " ";
	display: block;
	width: 14px;
	height: 14px;
	position: absolute;
	top: 17px;
	right: 20px;
	transition: all 0.3s 0.02s ease;
	}

.faq_t.open:before {
	transform: rotate(180deg);
	}

.faq_e {
	display: none;
	padding: 20px;
	background: #424242;
	border-top: 1px solid #404040;
	border-radius: 0 0 6px 6px;
	}
h3.hfaq {
    font-size: 18px;
    margin: 0;
	border-bottom: none;
    padding-bottom: 0px;
}
table {
    width: 100%;
}
@media (max-width: 768px) {
	.faqs {
    padding: 10px;
}
}
.tablecontents_e ul>li, ul.list>li {
    margin: 7px 0;
    padding: 0 0 0 30px;
    background: url('images/entry_li.svg') no-repeat 0px 3px/auto 18px;
}
.tablecontents_bg {
    background: #292929;
}

.tablecontentss {
	padding: 50px 100px 40px 100px;
	}

.tablecontentss .h1 {
	text-align: center;
	}

.tablecontents {
    margin: 0 0 10px;
    color: #fff;
    border: 1px solid #424242;
    border-radius: 5px;
}

.tablecontents_t {
    padding: 15px 40px 15px 20px;
    position: relative;
    background: #202020;
    border-radius: 6px;
    text-transform: uppercase;
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    background-image: url('/wp-content/themes/nyklineindia/images/arrow-down.svg');
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: auto 20px;
}

.tablecontents_t.open {
	border-radius: 6px 6px 0 0;
	}

.tablecontents_t:before {
	content: " ";
	display: block;
	width: 14px;
	height: 14px;
	position: absolute;
	top: 17px;
	right: 20px;
	transition: all 0.3s 0.02s ease;
	}

.tablecontents_t.open:before {
	transform: rotate(180deg);
	}

.tablecontents_e {
	display: none;
	padding: 20px;
	background: #424242;
	border-top: 1px solid #404040;
	border-radius: 0 0 6px 6px;
	}
@media (max-width: 768px) {
	.tablecontentss {
    padding: 30px 0 0 0;
}
}
.hfaq {
    font-size: 18px;
    margin: 0;
}
.wrapbk {
    width: 100%;
	max-width: 1200px;
    margin: 0 auto;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.sidebar {
	width: 100%;
	max-width:280px;
	position: sticky;
	top: 70px;
	padding: 15px;
}
@media screen and (max-width: 1200px){
.sidebar {
    width: 100%;
	max-width: 1200px;
	}	}

@media screen and (max-width: 1020px){
.wrapbk {
    width: 100%;
    margin: 0 0 30px 0;
	}
}
#content_one {
    padding: 15px;
    width: 100%;
    max-width: 850px;
}
@media screen and (max-width: 1200px){
#content_one {
    width: 100%;
    max-width: 1200px;
}
}
s_nav > ul > li > a > img {
    max-width: 70px;
    margin: 0 5px 0 0;
    vertical-align: bottom;
}
.s_nav > ul > li > a{
	display: flex;	
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	padding: 7px 24px 7px 10px;
	background-image: url("data:image/svg+xml,%3Csvg height='1792' fill='rgb(255, 215, 0)' viewBox='0 0 1792 1792' width='1792' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1152 896q0 26-19 45l-448 448q-19 19-45 19t-45-19-19-45v-896q0-26 19-45t45-19 45 19l448 448q19 19 19 45z'/%3E%3C/svg%3E");
	background-position: right 3px center;
	background-repeat: no-repeat;
	background-size: auto 17px;
	color: #eaeaea;
	font-size: 14px;
	line-height: 18px;
	text-decoration: none;
	}
.s_nav > ul > li > a > img {
    width: 70px;
	height: 70px;
    margin: 0 5px 0 0;
    vertical-align: bottom;
}
.s_nav > ul > li {
    display: block;
    border-bottom: 1px solid #545454;
}
.s_nav>ul>li:hover {
    background: #202020;
}
nav.f_nav {
    padding: 0 10px;
}
.widget_title {
    border-bottom: 2px solid #545454;
    padding: 5px 10px;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0;
    margin: 0;
    background: #333;
}
h2.widgettitle {
    font-size: 14px;
    font-weight: 100;
    margin: 0;
	border-bottom: none;
    padding-bottom: 0px;
}
.main_top_bg_cbk{
	position:relative;
	z-index:3;
	max-width: 800px;
	text-shadow: 1px 1px 0px #000; 
	}	
.main_top_bg_cbk h1{
	font-size: 40px;
	line-height: 44px;
	}	
.main_top_bg_cbk p{
	font-size: 24px;
	line-height: 28px;
	}
.main_top_bg_cbk {
    margin-top: 45px;
}
.footer-sub {
    display: flex;
    border-top: 1px solid #424242;
}
.footer_section {
    padding: 10px;
    width: 33%;
	font-size: 14px;
}
@media screen and (max-width: 759px){
.footer_section {
    width: 100%;
	margin: 30px 0;
}
.footer-sub {
    display: block;
	padding: 10px;
}
}
.footerwidgettitle {
    font-size: 16px;
	margin-bottom:10px;
}
.copus span {
    color: #d73f3f;
    font-size: 25px;
}
#ez-toc-container {
    border: 1px solid #545454!important;
}
.bet_img img {
    width: 270px;
    height: 65px;
}
.bet_block_bonuss {
    word-break: break-word;
    margin: 20px auto;
    padding: 10px;
    background: rgb(13 17 21 / 43%);
    border-radius: 10px;
    font-weight: 800;
}
@media screen and (max-width: 759px){
	.tablecontents_e ul {
		column-count: 1!important;
    	-webkit-columns: 1;
	}
}
@media screen and (max-width: 759px){
	.ez-toc-list {
		column-count: 1!important;
    	-webkit-columns: 1;
	}
}
.tablecontents_e ul {
		column-count: 2;
	}
.ez-toc-list {
		column-count: 2;
	}
.container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
	margin: 40px auto;
}
.video {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.mashsb-container {
    margin-top: 30px;
    border: 2px solid #272727;
    padding: 5px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	padding-bottom: 20px;
	border-bottom: 1px solid #424242;
}
.youtube {
	position: relative;
	padding-bottom: 56.25%; 
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin: 30px auto;
}
.youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
ul.columntwo {
    column-count: 2;
}
article.post.entry {
    margin: 30px auto;
}