/*Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*Reset basic styles browser*/
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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	outline: none;
}
body {
	font-size: 100%;
	line-height: 1;
	font-family: Arial, Tahoma, Verdana, sans-serif;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
ol, ul { list-style: none; padding: 0; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
strong { font-weight: bold; } 
input { outline: none; }
table { border-collapse: collapse; border-spacing: 0; }
img { border: 0; }
a { text-decoration: none; }
a:hover { text-decoration: none; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; }
div,span,p,a,ul,li {
	box-sizing: border-box;
}
div {
	display: block;
}

/*body*/
@font-face {
	font-family: OpenSans-Regular;
	src: url(../../../wp-content/themes/onlinefreeslots_net/fonts/OpenSans-Regular.ttf);
}
@font-face {
	font-family: OpenSans-Light;
	src: url(../../../wp-content/themes/onlinefreeslots_net/fonts/OpenSans-Light.ttf);
}
@font-face {
	font-family: OpenSans-Bold;
	src: url(../../../wp-content/themes/onlinefreeslots_net/fonts/OpenSans-Bold.ttf);
}
body {
	background: #dfdfdf;
	font-family: 'OpenSans-Regular',Arial,Verdana,sans-serif;
	color: #808387;
}
a,a:hover,a:active,a:visited {
	color: #03a9f4;
}
.clear:before,
.clear:after {
	content: "";
	display: table;
}
.clear:after {
	clear: both;
}
.container{
	padding: 0;
	margin-right: auto;
    margin-left: auto;
	max-width: 1620px;
}
.container:before,
.container:after{
	display: table;
  	content: " ";
}
.container:after{
	clear: both;
}
.counter{
   display: none;
}
.logged-in .counter {
   display: block;
}
.alignleft{
	display: block;
	float: left;
	margin-right: 10px;
}
.alignright{
	display: block;
	float: right;
	margin-left: 10px;
}
.aligncenter{
	display: block;
	margin: 0 auto;
}
/*end-body*/

/*header*/
.fres_header_top_block{
	position: relative;
	height: 60px;
	line-height: 60px;
	padding: 0 20px;
	background: #fff;
}
.fres_h_logo{
	display: inline-block;
	vertical-align: middle;
	height: 42px;
	width: 182px;
}
.fres_search_form{
	display: inline-block;
	width: 220px;
	height:32px;
	position: relative;
	vertical-align: middle;
	margin:0 35px;
}
.fres_search_form input{
	display: block;
	width: 100%;
	height: 100%;
	border: 1px solid #d4d4d4;
	padding: 0 30px 0 10px;
	color: #808387;
	outline: none;
	box-sizing: border-box;
	border-radius: 3px;
}
::-webkit-input-placeholder {color:#d4d4d4;}
::-moz-placeholder          {color:#d4d4d4;}
:-moz-placeholder           {color:#d4d4d4;}
:-ms-input-placeholder      {color:#d4d4d4;}
.fres_search_form button{
	position: absolute;
	right: 8px;
	top:7px;
	display: block;
	width: 18px;
	height:18px;
	padding: 0;
	border: none;
	outline:none;
	cursor: pointer;
	background: url("../../../wp-content/themes/onlinefreeslots_net/images/search-ico.png") no-repeat top;
}
.fres_search_form button:hover{
	background-position-y: -38px;
}
.fres_header_top_menu{
	display: inline-block;
	font-size: 0;
}
.fres_header_top_menu li{
	display: inline-block;
}
.fres_header_top_menu li a{
	position: relative;
	margin: 0 10px;
	font-size: 14px;
	color: #808387;
	transition: all .3s;
}
.fres_header_top_menu li a:hover,
.fres_header_top_menu .current-menu-item a{
	color: #606060;
}
.fres_header_top_menu li a:before{
	position: absolute;
	content: '';
	width: 0;
	left: 50%;
	height: 2px;
	bottom: -2px;
	background: #606060;
	transition: all .3s;
}
.fres_header_top_menu li a:hover:before,
.fres_header_top_menu .current-menu-item a:before{
	width: 100%;
	left: 50%;
	margin-left: -50%;
}
.fres_log_down_block {
	display: inline-block;
	float: right;
	line-height: normal;
}
.fres_log_down_block span{
	position: relative;
	display: inline-block;
	height:60px;
	width: 64px;
	padding-top: 37px;
	text-align: center;
	color: #898c90;
	font-size: 12px;
	font-weight: 700;
	cursor: pointer;
}
.fres_log_down_block .fres_downl_btn{
	border-left: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
}
.fres_log_down_block .fres_log_btn{
	border-right: 1px solid #dbdbdb;
}
.fres_log_down_block .fres_downl_btn:before{
	position: absolute;
	content: '';
	left: 50%;
	margin-left: -16px;
	top:8px;
	width: 32px;
	height:24px;
	background: url("../../../wp-content/themes/onlinefreeslots_net/images/download-ico.png") no-repeat top;
}
.fres_log_down_block .fres_log_btn:before{
	position: absolute;
	content: '';
	left: 50%;
	margin-left: -12px;
	top:10px;
	width: 24px;
	height:24px;
	background: url("../../../wp-content/themes/onlinefreeslots_net/images/enter-ico.png") no-repeat top;
}
.fres_log_down_block .fres_downl_btn:hover,
.fres_log_down_block .fres_log_btn:hover{
	color: #03a9f4;
}
.fres_log_down_block .fres_downl_btn:hover:before,
.fres_log_down_block .fres_log_btn:hover:before {
	background-position-y: bottom;
}
.fres_mob_menu_btn{
	display: none;
	float: right;
	width: 50px;
	height: 40px;
	padding: 10px;
	margin-top: 10px;
	cursor: pointer;
}
.fres_mob_menu_btn span{
	display: block;
	width: 30px;
	height:4px;
	background: #898c90;
	margin-bottom: 4px;
}
.fres_mob_menu_btn:hover span{
	background: #03a9f4;
}
/*header_slider*/
.bx-wrapper .bx-viewport{
	box-shadow:none;
	border: none;
	left: 0;
	background: none;
}
.fres_header_slider_container{
	max-width: 1920px;
	margin: 0 auto;
}
.fres_header_slider_container .bx-wrapper .bx-controls-direction a{
	margin-top: -15px;
	width: 16px;
	height: 30px;
}
.fres_header_slider_container .bx-wrapper .bx-controls-direction a:hover{
	background-position-y: bottom;
}
.fres_header_slider_container .bx-wrapper .bx-prev{
	left:20px;
}
.fres_header_slider_container .bx-wrapper .bx-next{
	right:20px;
}
.fres_header_slider_container .bx-wrapper .bx-prev{
	background: url("../../../wp-content/themes/onlinefreeslots_net/images/left-arrow-ico.png") no-repeat top;
 }
.fres_header_slider_container .bx-wrapper .bx-next{
	background: url("../../../wp-content/themes/onlinefreeslots_net/images/right-arrow-ico.png") no-repeat top;
}
/*bottom-creators-menu*/
.fres_h_creators_menu{
	font-size: 0;
	text-align: left;
	height:45px;
	line-height: 45px;
	background: #fff;
}
.fres_h_creators_menu li{
	display: inline-block;
}
.fres_h_creators_menu li a{
	padding: 3px 8px;
	margin: 0 10px;
	color: #808387;
	border-radius: 3px;
	font-size: 15px;
	transition: all .3s;
}
.fres_h_creators_menu li a:hover,
.fres_h_creators_menu .current-menu-item a{
	background: #03a9f4;
	color: #fff;
}
/*content*/
.fres_text_box{
	padding: 0 20px;
}
.fres_text_box h1, .fres_text_box h2, .fres_text_box h3{
	margin: 15px 0 10px;
	text-transform: uppercase;
	text-align: left;
}
.fres_text_box h1{
	font-size: 28px;
	margin: 20px 0;
}
.fres_text_box h2,
.fres_cat_title{
	margin: 10px 0 10px;
	font-size: 24px;
	text-transform: uppercase;
}
.fres_text_box h3{
	margin: 10px 0 10px;
	font-size: 20px;
}
.fres_text_box p{
	margin-bottom: 20px;
	line-height: 1.3;
	font-size: 16px;
	font-family: 'OpenSans-Regular',Arial,Verdana,sans-serif;
}
.fres_text_box ul, .fres_text_box ol{
	margin: 10px 10px 10px 50px;
}
.fres_text_box ul{
	list-style-type: disc;
}
.fres_text_box ol{
	list-style-type: decimal;
}
.fres_text_box ul li, .fres_text_box ol li{
	margin: 10px 0;
	line-height: 1.25;
	font-size: 16px;
	list-style-position: inside;
}
.page404_text{
	padding: 140px 20px 20px 20px;
	font-size: 20px;
	position: relative;
	text-align:center;
	margin: 80px 0;
}
.page404_text:before {
	content: '404';
	position: absolute;
	text-align: center;
	color: #2e2e2e;
	top: 0;
	left: 0;
	width: 100%;
	font-size: 132px;
}
.search_page_no_result_text{
	text-align: center;
	font-size: 16px;
}
/*thumb*/
.fres_thumb_slider_container{
	padding: 0 10px;
}
.fres_thumb_title{
	display: block;
	padding-left: 10px;
	margin: 20px 0 10px;
	font-size: 26px;
	text-transform: uppercase;
}
.pop_ttl{
	width: 210px;
	color: #808387;
	background: url("../../../wp-content/themes/onlinefreeslots_net/images/title-arrow.png") no-repeat center right;
	transition: all .2s;
}

.slick-prev:before, .slick-next:before{
	font-size: 0!important;
}
.slick-prev{
	left: -10px;
}
.slick-next{
	right: -10px;
}
.fres_thumb_slider_container .slick-prev, .slick-next{
	width: 64px;
	height: 64px;
	top:50%;
	font-size: 0;
	z-index: 20;
}
.fres_thumb_slider_container .slick-prev{
	background: url("../../../wp-content/themes/onlinefreeslots_net/images/left-slot-arrow.png") no-repeat top;
}
.fres_thumb_slider_container .slick-next{
	background: url("../../../wp-content/themes/onlinefreeslots_net/images/right-slot-arrow.png") no-repeat top;
}
.fres_thumb_slider_container .slick-prev:hover,
.fres_thumb_slider_container .slick-next:hover{
	background-position-y: bottom;
}
.fres_thumb_list{
	font-size: 0;
	text-align: center;
	margin-bottom: 20px;
}
.flt_right_thumb{
	text-align: right;
}
.fres_thumb_list .fres_thumb_item{
	display: inline-block;
	width: 270px;
	padding: 9px;
}
.fre_thumb_inner_wrap{
	border-radius: 4px;
	overflow: hidden;
	-webkit-box-shadow: 0px 0px 12px 0px rgba(161,161,161,1);
	-moz-box-shadow: 0px 0px 12px 0px rgba(161,161,161,1);
	box-shadow: 0px 0px 12px 0px rgba(161,161,161,1);
}
.fres_img_box a{
	position: relative;
	display: block;
	width: 100%;
	height:155px;
}
.fres_img_box a img{
	width: 100%;
	height:100%;
}
.fres_img_box a:before{
	position: absolute;
	opacity: 0;
	content: '';
	left:0;
	top:0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .8);
	transition: all .5s;
}
.fres_img_box a:after{
	position: absolute;
	opacity:0;
	content: '';
	left: 50%;
	top:50%;
	width: 24px;
	height: 26px;
	margin: -13px 0 0 -12px;
	background: url("../../../wp-content/themes/onlinefreeslots_net/images/play-slot-btn.png") no-repeat bottom;
	transition: all .5s;
}
.fres_img_box a:hover:before,
.fres_img_box a:hover:after{
	opacity: 1;
}
.fres_info_box{
	padding: 10px;
	text-align:left;
	background: #fff;
}
.fres_info_box .fres_game_title{
	display: block;
	font-size: 16px;
	font-weight: 700;
	height: 19px;
	overflow: hidden;
	margin: 8px 0;
	color: #54575b;
	transition: all .3s;
}

.fres_info_box .fres_game_rating{
	position: relative;
	overflow: hidden;
	height: 30px;
	width: 120px;
	zoom: 0.9;
}
.fres_game_chracter{
	color: #808387;
	font-size: 13px;
	margin-top:10px;
}
.fres_game_chracter span{
	color: #54575b;
	height:15px;
	overflow: hidden;
}
.fres_summ_win{
	position: relative;
	margin-top: 10px;
	height:16px;
	font-size: 13px;
	color: #808387;
	line-height: 16px;
	padding-left: 30px;
	background: url("../../../wp-content/themes/onlinefreeslots_net/images/eye-ico.png") no-repeat top left;
}

/*news_thumb*/
.fres_news_thumb .fres_img_box a:after{
	width: 30px;
	height: 30px;
	margin: -15px 0 0 -15px;
	background: url("../../../wp-content/themes/onlinefreeslots_net/images/plus-ico.png") no-repeat top;
}
.fres_news_thumb .fres_news_title{
	display: block;
	height: 32px;
	font-weight: 700;
	overflow: hidden;
	font-size: 15px;
	color: #54575b;
}

.fres_news_excerpt{
	margin: 10px 0;
	font-size: 13px;
	color: #808387;
	overflow: hidden;
	height: 80px;
}
a.fres_news_btn{
	display: block;
	width: 100px;
	height:28px;
	line-height: 28px;
	background: #03a9f4;
	color: #fff;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	border-radius: 3px;
	margin: 15px auto 0;
	transition: all .5s;
}
a.fres_news_btn:hover{
	box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
/*archive-page*/

/*casino_creators_page*/
.fres_cat_info_container{
	display: block;
	width: 690px;
	float: left;
	margin-right: 10px;
}
.fres_info_table_block{
	padding: 0 20px;
}
.fres_info_table_block .table_ttl{
	font-size: 24px;
	text-transform: uppercase;
	margin: 20px 0;
}
.info_table{
	display: table;
	width: 100%;
}
.info_tb_row{
	display: table-row;
}
.tbale_col{
	display: table-cell;
	width: 50%;
	padding: 13px;
	background: #fff;
	border: 1px solid #c2c2c4;
}
/*archive_casino_thumb*/
.fres_cas_thumb{
	display: block;
	font-size: 0;
	text-align: center;
	margin-bottom: 30px;
}
.fres_cas_thumb li{
	display: inline-block;
	overflow: hidden;
	vertical-align: top;
	width: 255px;
	height: 205px;
	margin: 7px;
	background: #fff;
	border: 1px solid #cfcfd0;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 6px 0px rgba(156,156,156,1);
	-moz-box-shadow: 0px 0px 6px 0px rgba(156,156,156,1);
	box-shadow: 0px 0px 6px 0px rgba(156,156,156,1);
	transition: all .3s;
}
.fres_cas_thumb li a{
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}
.fres_cas_thumb li a img{
	position: absolute;
	width: 90%;
	height:auto;
	top:0;
	left: 0;
	right:0;
	bottom: 0;
	margin: auto;
}
.fres_cas_thumb li:hover{
	background: transparent;
}
.fres_cas_title{
	position: absolute;
	left:0;
	bottom: 10px;
	width: 100%;
	text-align: center;
	font-weight: 700;
	font-size: 16px;
	color: #54575b;
}
.fres_load_more_btn{
	display: block;
	margin: 20px auto;
	color: #fff;
	font-size: 18px;
	text-align: center;
	width: 120px;
	height: 35px;
	line-height: 35px;
	border-radius: 5px;
	background: #03a9f4;
	transition: all .3s;
	cursor: pointer;
}
.fres_load_more_btn:hover{
	box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}

/*single_game_page*/
.fres_game_page_container{
	padding: 0 20px;
	margin-bottom: 20px;
}
.fres_frame_block{
	display: inline-block;
	max-width: 1310px!important;
}
.fres_frame_block iframe{
	width: 100%;
	height: 760px!important;
}
.fres_game_block{
	height: 760px;
	float: right;
	width: 270px;
}
a.fres_play_money_btn{
	display: block;
	margin: 0 auto;
	width: 250px;
	height: 45px;
	line-height: 45px;
	background: #eb4803;
	border-radius: 5px;
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
}
a.fres_play_money_btn:hover{
	text-decoration: underline;
}
.fres_game_info_table{
	display: table;
	width: 250px;
	background: #fff;
	border-radius: 5px;
	float: right;
	margin-right: 30px;
	margin-left: 15px;
	padding: 10px 15px;
}
.fres_game_info_table .game_info_row{
	display: table-row;
}
.fres_game_info_table .game_info_col{
	display: table-cell;
	padding: 8px 0;
	font-size: 12px;
	font-weight: 700;
}
.fres_game_info_table .game_info_col:first-child{
	width: 70%;
}
.fres_game_info_table .game_info_col:nth-child(2){
	width: 30%;
}
/*breadcrums*/
.breadcrumbs{
	display: block;
	margin: 20px 0 10px;
	padding: 0 20px;
	color: #979a9d;
}
.breadcrumbs a{
	color: #54575b;
}
.breadcrumbs a:hover{
	text-decoration: underline;
}
/*footer*/
.fres_footer{
	position: relative;
	background: #fff;
	height: 85px;
	line-height: 85px;
	margin-top: 20px;
}
.fres_footer_container{
	padding: 0 20px;
}
.fres_footer_menu{
	display: inline-block;
	font-size: 0;
}
.fres_footer_menu li{
	display: inline-block;
}
.fres_footer_menu li a{
	font-size: 16px;
	color: #8a8c8e;
	margin: 0 10px;
}
.fres_footer_menu li:first-child a{
	margin-left: 0;
}
.fres_footer_menu li a:hover{
	text-decoration: underline;
}
.fres_footer_logo{
	float: right;
	margin-top: 10px;
}
.copyr{
	position: absolute;
	right: 20px;
	line-height: normal;
	bottom: 10px;
	font-size: 12px;
	color: #b5b5b5;
}

/*media queries*/

@media(max-width: 1520px){
	.fres_mob_menu_btn{
		display: block;
	}
	.fres_header_top_menu{
		display: none;
		position: absolute;
		top:100%;
		right: 0;
		width: 230px;
		background: #fff;
		z-index: 999;
		line-height: normal;
		-webkit-box-shadow: 0px 0px 6px 0px rgba(156,156,156,1);
		-moz-box-shadow: 0px 0px 6px 0px rgba(156,156,156,1);
		box-shadow: 0px 0px 6px 0px rgba(156,156,156,1);
	}
	.fres_header_top_menu li{
		display: block;
		margin: 10px 0;
	}
	
}

@media(max-width: 1250px){
	.fres_creators_mob_menu{
		display: block;
		width: 50px;
		padding: 10px;
		cursor: pointer;
		background: #03a9f4;
	}
	.fres_creators_mob_menu span{
		display: block;
		width: 30px;
		height: 4px;
		margin-bottom: 4px;
		background: #fff;
	}
	.fres_h_creators_menu{
		display: none;
		position: absolute;
		left: 0;
		width: 300px;
		background: #fff;
		line-height: normal;
		height: auto;
		padding: 10px;
		z-index: 999;
		-webkit-box-shadow: 0px 0px 6px 0px rgba(156,156,156,1);
		-moz-box-shadow: 0px 0px 6px 0px rgba(156,156,156,1);
		box-shadow: 0px 0px 6px 0px rgba(156,156,156,1);
	}
	.fres_h_creators_menu li{
		display: inline-block;
		width: 50%;
		margin: 5px 0;
	}
}

@media(max-width: 800px){
	.fres_frame_block{
		width: 100%!important;
	}
	.fres_game_block{
		width: 100%;
		height: auto;
	}
	.fres_game_block .fres_thumb_list{
		display: none;
	}
	a.fres_play_money_btn{
		margin: 20px auto;
	}
	.fres_frame_block iframe{
		width: 100%;
		height: 300px!important;
	}
	.fres_text_box h1{
		font-size: 24px;
	}
	.fres_text_box h2{
		font-size: 20px;
	}
	.fres_text_box h3{
		font-size: 18px;
	}
}
@media(max-width: 780px){
	.fres_header_slider_container{
		display: none;
	}
	.fres_search_form{
		margin: 0 10px;
	}
	.fres_footer{
		height: auto;
		line-height: normal;
		padding: 20px;
	}
	.fres_footer_menu{
		display: block;
		text-align: center;
	}
	.fres_footer_menu li{
		display: block;
	}
	.fres_footer_menu li a{
		margin: 0;
	}
	.fres_footer_logo{
		float: none;
		margin: 20px auto 20px;
		display: block;
	}
}

@media(max-width: 680px){
	.fres_header_top_block{
		height: auto;
		line-height: normal;
		padding-top: 20px;
	}
	.fres_h_logo{
		display: block;
		margin: 0 auto 20px;
	}
	.fres_log_down_block .fres_downl_btn,
	.fres_log_down_block .fres_log_btn{
		border: none;
	}
}
@media(max-width: 600px){
	.fres_game_info_table{
		float: none;
		margin: 0 auto 20px;
	}
}

@media(max-width: 500px){
	.fres_search_form{
		display: block;
		margin: 0 auto 20px;
	}
}

/*
playback timings (ms):
  captures_list: 0.482
  exclusion.robots: 0.02
  exclusion.robots.policy: 0.01
  esindex: 0.011
  cdx.remote: 6.47
  LoadShardBlock: 95.683 (3)
  PetaboxLoader3.datanode: 94.423 (4)
  load_resource: 205.383
  PetaboxLoader3.resolve: 170.428
*/