/*
Theme Name: casino
Version:
Description: 
Author: Mendax, skype: saitodel1;
Author URI: www.sitedesign.kz
*/

/* Eric Meyer's CSS Reset */

@font-face {
	font-family: 'FontAwesome';
	src: url('fonts/fontawesome-webfont.eot?v=4.7.0');
	src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

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, 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, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	background-color: #fff;
}
body {
	font-family: 'Roboto Condensed',sans-serif;
	font-size: 16px;
	background-color: #32B5D2;
	background-attachment: fixed;
	background-position: 0 0;
	background-size: cover;
	width: 100%;
	height: 100%;
}


blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
img {
	max-width: 100%;
	height: auto;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html {
	height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}
a{background-color:transparent}a:active,a:hover{outline:0}
b,strong{font-weight:700}
button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}
button{overflow:visible}
button,select{text-transform:none}
button,html input[type="button"],
input[type="reset"],input[type="submit"]
{-webkit-appearance:button;cursor:pointer}
button[disabled],
html input[disabled]{cursor:default}
button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}
input {line-height: normal;padding: 5px;border: 1px solid #eaeaea;}
input[type="checkbox"],
input[type="radio"]{box-sizing:border-box;padding:0}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button{height:auto}
input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}
textarea{overflow:auto}
table{border-collapse:collapse;border-spacing:0}
td,th{padding:0}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
.btn-group-vertical>.btn-group:after, .btn-group-vertical>.btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
	display: table;
	content: " ";
}
li {
    color: silver; /* Цвет маркеров */
   }






.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
	content: "\f0c9";
}
.fa {
	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;
}
.fa-map-marker:before {
	content: "\f041";
	color: #006337;
}
img.alignright {
	float: right;
	margin: 0 0 15px 20px;
}
img.alignleft {
	float: left;
	margin: 0 20px 15px 0;
}
img.aligncenter {
	margin: 20px auto;
	display: block;
}

/*header*/
nav.menu {
	display: block;
	padding-top: 0;
	position: inherit;
	background: #4E5F75;
	height: 50px;
	border-radius: 10px 0 0 0;
	width: 100%;
	clear: both;
}
.menu ul {
	display: block;
	padding: 0;
	margin: 0;
	text-align: left;

}
.menu ul li {
	display: block;
	list-style: none;
	padding: 0;
	float: left;
	position: relative;
}
.menu ul li a {
	color: #ffffff;
	font-size: 17px;
	font-weight: 400;
	line-height: 50px;
	padding: 0 12px;
	height: 50px;
	text-decoration: none;
	display: block;
}

.menu ul li a:hover, .menu ul li:hover a {
	background: #e2e2e2;
	color: #000;
}

/*Ð¾Ñ„Ð¾Ñ€Ð¼Ð»ÐµÐ½Ð¸Ðµ ÐºÐ¾Ð½Ñ‚Ð°ÐºÑ‚Ð½Ñ‹Ñ… Ñ„Ð¾Ñ€Ð¼*/
span.ajax-loader, span.wpcf7-not-valid-tip  {
	display: none !important;
}
input.wpcf7-form-control {
	background-color: #fff;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
input.wpcf7-form-control.wpcf7-submit {
	background-color: rgb(40, 113, 181);
	border-color: rgb(40, 113, 181);
	color: rgb(255, 255, 255);
	box-shadow: none;
}


input.wpcf7-not-valid::-webkit-input-placeholder { 
	color: #f00;
}
input.wpcf7-not-valid:-moz-placeholder { 
	color: #f00;
}
input.wpcf7-not-valid::-moz-placeholder { 
	color: #f00;
}
input.wpcf7-not-valid:-ms-input-placeholder { 
	color: #f00;
}
input.wpcf7-not-valid {
	border-color: #f00 !important;
}

/*Ð¾Ñ„Ð¾Ñ€Ð¼Ð»ÐµÐ½Ð¸Ðµ Ð²ÑÐ¿Ð»Ñ‹Ð²Ð°ÑŽÑ‰Ð¸Ñ… Ð¾ÐºÐ¾Ð½*/
.overlay {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
	display: none;
	background-color: rgba(0, 0, 0, 0.65);
	position: fixed; 
	cursor: default; 
}
.overlay:target {
	display: block;
}
.popup {
	top: -100%;
	right: 0;
	left: 50%;
	font-size: 14px;
	z-index: 20;
	margin: 0;
	width: 85%;
	min-width: 320px;
	max-width: 600px;
	position: fixed;
	padding: 35px 43px 35px;
	background: #e2e2e2;
	border-radius: 10px 0 0 0;
	-webkit-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
	-moz-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
	-ms-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
	box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
	-webkit-transform: translate(-50%, -500%);
	-ms-transform: translate(-50%, -500%);
	-o-transform: translate(-50%, -500%);
	transform: translate(-50%, -500%);
	-webkit-transition: -webkit-transform 0.6s ease-out;
	-moz-transition: -moz-transform 0.6s ease-out;
	-o-transition: -o-transform 0.6s ease-out;
	transition: transform 0.6s ease-out;
}
.popup .form-title {
	font-size: 23px;
	text-align: center;
}
.popup .form-title p {
	margin-bottom: 20px;
	line-height: 27px;
}

.overlay:target+.popup {
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	top: 20%;
}
.overlay:target+.popup.top-10 {
	top: 5%;
}

.close {
	top: 1px;
	right: 0;
	width: 25px;
	height: 25px;
	position: absolute;
	padding: 3px;
	text-decoration: none;
}
.popup p {margin: 0; padding: 5px 0}
/*ÐºÐ¾Ð½ÐµÑ† Ð¾Ñ„Ð¾Ñ€Ð¼Ð»ÐµÐ½Ð¸Ðµ Ð²ÑÐ¿Ð»Ñ‹Ð²Ð°ÑŽÑ‰Ð¸Ñ… Ð¾ÐºÐ¾Ð½*/

.col2 {
	display: inline-block;
	width: 49%;
	padding: 0 10px;
	margin-bottom: 20px;
	vertical-align: top;
}
.col3 {
	display: inline-block;
	width: 32%;
	padding: 0 10px;
	margin-bottom: 20px;
	vertical-align: top;
}
.col4 {
	display: inline-block;
	width: 24%;
	padding: 0 10px;
	margin-bottom: 20px;
	vertical-align: top;
}
.hidden-lg {
	display: none;
}

.bg-container {
	background-color: rgba(0,0,0,.4);
	margin: 10px 5px;
	border-radius: 8px;
	padding: 15px;
}
.logo {
	display: inline-block;
	vertical-align: middle;
	width: 25%;
}
.header-wrp .textwidget {
	display: inline-block;
	width: 50%;
}
.social-btn {
	display: inline-block;
	vertical-align: middle;
	width: 24%;
	text-align: center;
}
.logo img {
	height: 120px;
	padding-left: 30px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
}
.h1, .h2, .h3, h1, h2, h3 {
	margin-top: 20px;
	margin-bottom: 10px;
}
.h2, h2 {
	font-size: 30px;
}
.header-wrp .textwidget h2 {
	color: #fff;
}
ol, ul {
	margin-top: 0;
	margin-bottom: 10px;
}

.main-menu ul {
	padding: 0;
	margin: 0 auto;
	display: table;
	width: 98%;
}
.main-menu li {
	display: table-cell;
	width: 20%;
	float: left;
	padding: 10px 0;
	text-align: center;
	background-color: rgba(0,0,0,.9);
	border: 1px solid #fff;
}
.main-menu li:first-of-type {
	border-radius: 8px 0 0 8px;
}
.main-menu li img {
	display: inline-block;
	vertical-align: middle;
	width: 25px;
	padding-right: 5px;
}
a:focus, a:hover, a:visited, a {
	text-decoration: none;
	outline: 0;
}
.main-menu ul>li>a {
	display: block;
	font-size: 15px;
	color: #3297d0;
}
.bg-container {
	background-color: rgba(0,0,0,.8);
	margin: 10px 5px;
	border-radius: 8px;
	padding: 15px;
}
.head-table div {
	display: inline-block;
	font-size: 17px;
	color: #3297d0;
	padding: 20px 0 0;
	text-transform: uppercase;
	border-bottom: 1px solid;
	text-align: center;
}
.head-table div:nth-child(1) {
	width: 40%;
}
.head-table div:nth-child(4) {
	width: 22%;
	color: transparent;
	border-bottom: 1px solid #3297d0;
}
.head-table div:nth-child(2) {
	width: 13%;
}
.head-table div:nth-child(3) {
	width: 23%;
}
.text-block p {
	color: rgba(255,255,255,.7);
}
.text-block p {
	color: rgba(255,255,255,.7);
}
.text-block h2 {
	margin: 0;
	padding-bottom: 4px;
	margin-bottom: 15px;
	padding-right: 40px;
	color: #3297d0;
	font-size: 24px;
	display: inline-block;
	border-bottom: 1px solid;
}
.copy-right {
	color: #3297d0;
	font-size: 18px;
	display: inline-block;
	width: 49%;
}
p {
	margin: 0 0 10px;
}
.text-block h1 {
	color: #3297d0;
	text-align: center;
}
.h1, h1 {
	font-size: 36px;
}
.content-table {
	padding: 15px 0;
	border-bottom: 1px dotted #fff;
	margin: 0 15px;
}
.tumb {
	display: inline-block;
	vertical-align: middle;
	width: 18%;
	padding-right: 15px;
}
.tumb img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

img {
	vertical-align: middle;
}
.casino-name {
	display: inline-block;
	vertical-align: middle;
	width: 21%;
	color: #fff;
}
.rating {
	display: inline-block;
	width: 16%;
}
.bonus {
	display: inline-block;
	vertical-align: middle;
	width: 22%;
	color: #fff;
}
.btns-more {
	display: inline-block;
	width: 21%;
	text-align: center;
	font-size: 18px;
}
.btns-more a:first-child {
	color: #bf262f;
	padding: 5px;
	border-bottom: 1px solid;
	transition: .4s;
}
.btns-more a:last-child {
	color: #24a247;
	padding: 5px;
	border-bottom: 1px solid;
	transition: .4s;
}
.btns-more a:hover:first-child, .btns-more a:hover:last-child {
	font-size: 22px;
}
.rating img {
	display: inline-block;
	width: auto;
	height: 24px;
}
.single-block p {
	padding-bottom: 10px;
	color: #d4d3d3;
}
.single-block .tablepress tbody td:last-child {
	width: 55%;
}
.single-block .tablepress tbody td, .single-block .tablepress tfoot th {
	border-top: 1px solid transparent;
}

.single-text .column-2 {
	color: #fff;
}
.single-block .tablepress tbody td:first-child {
	width: 25%;
}
.single-block .tablepress tbody td, .single-block .tablepress tfoot th {
	border-top: 1px solid transparent;
}
.single-text .column-1 {
	color: #b4262f;
}
.single-text {
	padding: 15px;
}
.single-block h2 {
	margin: 0;
	padding-bottom: 4px;
	margin-bottom: 15px;
	padding-right: 40px;
	color: #3297d0;
	font-size: 24px;
	display: inline-block;
	border-bottom: 1px solid;
}
.tablepress tbody td {
	vertical-align: top;
}

.tablepress td, .tablepress th {
	padding: 8px;
	border: none;
	background: 0 0;
	text-align: left;
	float: none!important;
}
.tablepress img {
	margin: 0;
	padding: 0;
	border: none;
	max-width: none;
}
.single-text table img {
	display: inline-block;
	padding-right: 5px;
	padding-bottom: 5px;
}
.single-block h1 {
	margin: 0;
	color: #fff;
	font-size: 28px;
	padding-bottom: 10px;
}
.rating-2 {
	display: block;
	padding-bottom: 20px;
}
.single-block p {
	padding-bottom: 10px;
	color: #d4d3d3;
}
a.go-to-site {
	color: #24a247;
	border: 1px solid;
	padding: 10px;
	font-size: 16px;
	transition: .4s;
}
b, strong {
	font-weight: 700;
}

.text-block ul li {
	color: rgba(255,255,255,.7);
}
















.row {
	margin-right: -15px;
	margin-left: -15px;
}
.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.btn-group-vertical>.btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .modal-header:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
	clear: both;
}
.btn-group-vertical>.btn-group:after, .btn-group-vertical>.btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
	display: table;
	content: " ";
}


.col-xs-12 {
	width: 100%;
}

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	float: left;
}

@media (min-width: 768px) {
	.container {
		width: 750px;
	}
	.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
		float: left;
	}
	.col-sm-6 {
		width: 50%;
	}
}
@media (min-width: 992px) {
	.container {
		width: 970px;
	}
	.col-md-6 {
		width: 50%;
	}
	.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
		float: left;
	}

}
@media (min-width: 1200px) {
	.container {
		width: 1170px;
	}
	.col-lg-6 {
		width: 50%;
	}
	.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
		float: left;
	}
}

@media (max-width: 1200px) {
	.casino-name {
		width: 20%;
	}
	.rating {
		width: 14%;
	}

}
@media (max-width: 991px) {
	.rating {
		width: 16%;
	}
	.casino-name {
		width: 16%;
		font-size: 14px;
	}
	.main-menu ul>li>a {
		font-size: 14px;
	}
	.logo {
		display: block;
		width: 100%;
	}
	.header-wrp .textwidget {
		display: inline-block;
		width: 100%;
		color: #fff;
	}
	.social-btn {
		display: block;
		width: 100%;
		padding: 15px;
	}
	.logo img {
		padding-left: 0;
	}
	.logo img {
		margin: 0 auto;
		display: block;
	}
	.tumb {
		width: 22%;
		padding-right: 3px;
	}
	.bonus {
		width: 25%;
	}
	.btns-more {
		width: 17%;
		vertical-align: middle;
		font-size: 18px;
	}
	.btns-more a:first-child {
		border-bottom: 0;
	}
	.btns-more a:last-child {
		border-bottom: 0;
	}





}

@media (max-width: 786px) {
	.rating img {
		display: block;
		width: auto;
		margin: 0 auto;
	}
	.head-table {
		display: none;
	}
	.tumb img {
		width: auto;
		margin: 0 auto;
		max-width: 200px;
	}
	.bonus {
		width: 100%;
		text-align: center;
		padding: 0 10px;
	}
	.btns-more {
		width: 100%;
	}
	.rating {
		width: 100%;
	}
	.casino-name {
		width: 100%;
		font-size: 18px;
		text-align: center;
		padding-top: 5px;
	}
	.tumb {
		width: 100%;
		padding-right: 0;
	}

	.single-block h1 {
		text-align: center;
		padding-top: 20px;
	}
	.rating-2 {
		padding-bottom: 10px;
	}
	.single-block .sing-bonus {
		text-align: center;
		padding-bottom: 10px;
	}
	.rating-2 img {
		display: block;
		width: auto;
		margin: 0 auto;
	}
	a.go-to-site {
		display: table;
		margin: 0 auto 10px;
	}
	.main-menu li {
		width: 100%;
		padding: 5px 0;
	}

}
@media (max-width: 670px) {

}

@media (max-width: 570px) {
	.single-text table img {
		display: inline-block;
		padding-right: 2px;
		padding-bottom: 2px;
		width: 46px;
		height: 25px;
	}
	.single-text table {
		font-size: 14px;
	}
	.header-wrp .textwidget h2 {
		font-size: 24px;
	}
	.text-block h1 {
		font-size: 27px;
	}

}


@media (max-width: 380px) {
	.popup {
		padding: 15px 10px 12px;
	}
}
