@charset "UTF-8";
.slick-loading .slick-list {
	background: #fff url(../libs/slick/ajax-loader.gif) center center no-repeat
}
@font-face {
	font-family: slick;
	font-weight: 400;
	font-style: normal;
	src: url(../libs/slick/fonts/slick.eot);
	src: url(../libs/slick/fonts/slick.eot?#iefix) format('embedded-opentype'), url(../libs/slick/fonts/slick.woff) format('woff'), url(../libs/slick/fonts/slick.ttf) format('truetype'), url(../libs/slick/fonts/slick.svg#slick) format('svg')
}
.slick-next, .slick-prev {
	position: absolute;
	display: block;
	height: 20px;
	width: 20px;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	background: 0 0;
	color: transparent;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	padding: 0;
	border: none;
	outline: 0
}
.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
	outline: 0;
	background: 0 0;
	color: transparent
}
.slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
	opacity: 1
}
.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
	opacity: .25
}
.slick-next:before, .slick-prev:before {
	font-family: slick;
	font-size: 20px;
	line-height: 1;
	color: #fff;
	opacity: .75;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.slick-prev {
	left: -25px
}
.slick-prev[dir=rtl] {
	left: auto;
	right: -25px
}
.slick-prev:before {
	content: "←"
}
.slick-prev:before[dir=rtl] {
content:"→"
}
.slick-next {
	right: -25px
}
.slick-next[dir=rtl] {
	left: -25px;
	right: auto
}
.slick-next:before {
	content: "→"
}
.slick-next:before[dir=rtl] {
content:"←"
}
.slick-dotted .slick-slider {
	margin-bottom: 30px
}
.slick-dots {
	position: absolute;
	bottom: -25px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
	width: 100%
}
.slick-dots li {
	position: relative;
	display: inline-block;
	height: 20px;
	width: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer
}
.slick-dots li button {
	border: 0;
	background: 0 0;
	display: block;
	height: 20px;
	width: 20px;
	outline: 0;
	line-height: 0;
	font-size: 0;
	color: transparent;
	padding: 5px;
	cursor: pointer
}
.slick-dots li button:focus, .slick-dots li button:hover {
	outline: 0
}
.slick-dots li button:focus:before, .slick-dots li button:hover:before {
	opacity: 1
}
.slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "•";
	width: 20px;
	height: 20px;
	font-family: slick;
	font-size: 6px;
	line-height: 20px;
	text-align: center;
	color: #000;
	opacity: .25;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.slick-dots li.slick-active button:before {
	color: #000;
	opacity: .75
}
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}
.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0
}
.slick-list:focus {
	outline: 0
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}
.slick-slider .slick-list, .slick-slider .slick-track {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block
}
.slick-track:after, .slick-track:before {
	content: "";
	display: table
}
.slick-track:after {
	clear: both
}
.slick-loading .slick-track {
	visibility: hidden
}
.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none
}
[dir=rtl] .slick-slide {
	float: right
}
.slick-slide img {
	display: block
}
.slick-slide.slick-loading img {
	display: none
}
.slick-slide.dragging img {
	pointer-events: none
}
.slick-initialized .slick-slide {
	display: block
}
.slick-loading .slick-slide {
	visibility: hidden
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}
.slick-arrow.slick-hidden {
	display: none
}
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}
body {
	line-height: 1
}
ol, ul {
	list-style: none
}
blockquote, q {
	quotes: none
}
blockquote:after, blockquote:before, q:after, q:before {
	content: '';
	content: none
}
.width100 {
	width: 100%
}
.width75 {
	width: 75%
}
.width50 {
	width: 50%
}
.width25 {
	width: 25%
}
.text-left {
	text-align: left
}
.text-right {
	text-align: right
}
.text-center {
	text-align: center
}
.text-justify {
	text-align: justify
}
.text-nowrap {
	white-space: nowrap
}
.text-lowercase {
	text-transform: lowercase
}
.text-uppercase {
	text-transform: uppercase
}
.txt-capitalize {
	text-transform: capitalize
}
.fl-left {
	float: left
}
.fl-right {
	float: right
}
.fl-none {
	float: none
}
.clear {
	clear: both
}
.show {
	display: block
}
.none {
	display: none
}
.visible {
	visibility: visible
}
.hidden {
	visibility: hidden
}
.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px
}
@media (min-width:768px) {
.container {
	width: 750px
}
}
@media (min-width:992px) {
.container {
	width: 970px
}
}
@media (min-width:1200px) {
.container {
	width: 1200px
}
}
.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px
}
.row {
	margin-left: -15px;
	margin-right: -15px
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-13, .col-lg-14, .col-lg-15, .col-lg-16, .col-lg-17, .col-lg-18, .col-lg-19, .col-lg-2, .col-lg-20, .col-lg-21, .col-lg-22, .col-lg-23, .col-lg-24, .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-13, .col-md-14, .col-md-15, .col-md-16, .col-md-17, .col-md-18, .col-md-19, .col-md-2, .col-md-20, .col-md-21, .col-md-22, .col-md-23, .col-md-24, .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-13, .col-sm-14, .col-sm-15, .col-sm-16, .col-sm-17, .col-sm-18, .col-sm-19, .col-sm-2, .col-sm-20, .col-sm-21, .col-sm-22, .col-sm-23, .col-sm-24, .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-13, .col-xs-14, .col-xs-15, .col-xs-16, .col-xs-17, .col-xs-18, .col-xs-19, .col-xs-2, .col-xs-20, .col-xs-21, .col-xs-22, .col-xs-23, .col-xs-24, .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-left: 15px;
	padding-right: 15px
}
.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-13, .col-xs-14, .col-xs-15, .col-xs-16, .col-xs-17, .col-xs-18, .col-xs-19, .col-xs-2, .col-xs-20, .col-xs-21, .col-xs-22, .col-xs-23, .col-xs-24, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	float: left
}
.col-xs-24 {
	width: 100%
}
.col-xs-23 {
	width: 95.83333333%
}
.col-xs-22 {
	width: 91.66666667%
}
.col-xs-21 {
	width: 87.5%
}
.col-xs-20 {
	width: 83.33333333%
}
.col-xs-19 {
	width: 79.16666667%
}
.col-xs-18 {
	width: 75%
}
.col-xs-17 {
	width: 70.83333333%
}
.col-xs-16 {
	width: 66.66666667%
}
.col-xs-15 {
	width: 62.5%
}
.col-xs-14 {
	width: 58.33333333%
}
.col-xs-13 {
	width: 54.16666667%
}
.col-xs-12 {
	width: 50%
}
.col-xs-11 {
	width: 45.83333333%
}
.col-xs-10 {
	width: 41.66666667%
}
.col-xs-9 {
	width: 37.5%
}
.col-xs-8 {
	width: 33.33333333%
}
.col-xs-7 {
	width: 29.16666667%
}
.col-xs-6 {
	width: 25%
}
.col-xs-5 {
	width: 20.83333333%
}
.col-xs-4 {
	width: 16.66666667%
}
.col-xs-3 {
	width: 12.5%
}
.col-xs-2 {
	width: 8.33333333%
}
.col-xs-1 {
	width: 4.16666667%
}
.col-xs-pull-24 {
	right: 100%
}
.col-xs-pull-23 {
	right: 95.83333333%
}
.col-xs-pull-22 {
	right: 91.66666667%
}
.col-xs-pull-21 {
	right: 87.5%
}
.col-xs-pull-20 {
	right: 83.33333333%
}
.col-xs-pull-19 {
	right: 79.16666667%
}
.col-xs-pull-18 {
	right: 75%
}
.col-xs-pull-17 {
	right: 70.83333333%
}
.col-xs-pull-16 {
	right: 66.66666667%
}
.col-xs-pull-15 {
	right: 62.5%
}
.col-xs-pull-14 {
	right: 58.33333333%
}
.col-xs-pull-13 {
	right: 54.16666667%
}
.col-xs-pull-12 {
	right: 50%
}
.col-xs-pull-11 {
	right: 45.83333333%
}
.col-xs-pull-10 {
	right: 41.66666667%
}
.col-xs-pull-9 {
	right: 37.5%
}
.col-xs-pull-8 {
	right: 33.33333333%
}
.col-xs-pull-7 {
	right: 29.16666667%
}
.col-xs-pull-6 {
	right: 25%
}
.col-xs-pull-5 {
	right: 20.83333333%
}
.col-xs-pull-4 {
	right: 16.66666667%
}
.col-xs-pull-3 {
	right: 12.5%
}
.col-xs-pull-2 {
	right: 8.33333333%
}
.col-xs-pull-1 {
	right: 4.16666667%
}
.col-xs-pull-0 {
	right: auto
}
.col-xs-push-24 {
	left: 100%
}
.col-xs-push-23 {
	left: 95.83333333%
}
.col-xs-push-22 {
	left: 91.66666667%
}
.col-xs-push-21 {
	left: 87.5%
}
.col-xs-push-20 {
	left: 83.33333333%
}
.col-xs-push-19 {
	left: 79.16666667%
}
.col-xs-push-18 {
	left: 75%
}
.col-xs-push-17 {
	left: 70.83333333%
}
.col-xs-push-16 {
	left: 66.66666667%
}
.col-xs-push-15 {
	left: 62.5%
}
.col-xs-push-14 {
	left: 58.33333333%
}
.col-xs-push-13 {
	left: 54.16666667%
}
.col-xs-push-12 {
	left: 50%
}
.col-xs-push-11 {
	left: 45.83333333%
}
.col-xs-push-10 {
	left: 41.66666667%
}
.col-xs-push-9 {
	left: 37.5%
}
.col-xs-push-8 {
	left: 33.33333333%
}
.col-xs-push-7 {
	left: 29.16666667%
}
.col-xs-push-6 {
	left: 25%
}
.col-xs-push-5 {
	left: 20.83333333%
}
.col-xs-push-4 {
	left: 16.66666667%
}
.col-xs-push-3 {
	left: 12.5%
}
.col-xs-push-2 {
	left: 8.33333333%
}
.col-xs-push-1 {
	left: 4.16666667%
}
.col-xs-push-0 {
	left: auto
}
.col-xs-offset-24 {
	margin-left: 100%
}
.col-xs-offset-23 {
	margin-left: 95.83333333%
}
.col-xs-offset-22 {
	margin-left: 91.66666667%
}
.col-xs-offset-21 {
	margin-left: 87.5%
}
.col-xs-offset-20 {
	margin-left: 83.33333333%
}
.col-xs-offset-19 {
	margin-left: 79.16666667%
}
.col-xs-offset-18 {
	margin-left: 75%
}
.col-xs-offset-17 {
	margin-left: 70.83333333%
}
.col-xs-offset-16 {
	margin-left: 66.66666667%
}
.col-xs-offset-15 {
	margin-left: 62.5%
}
.col-xs-offset-14 {
	margin-left: 58.33333333%
}
.col-xs-offset-13 {
	margin-left: 54.16666667%
}
.col-xs-offset-12 {
	margin-left: 50%
}
.col-xs-offset-11 {
	margin-left: 45.83333333%
}
.col-xs-offset-10 {
	margin-left: 41.66666667%
}
.col-xs-offset-9 {
	margin-left: 37.5%
}
.col-xs-offset-8 {
	margin-left: 33.33333333%
}
.col-xs-offset-7 {
	margin-left: 29.16666667%
}
.col-xs-offset-6 {
	margin-left: 25%
}
.col-xs-offset-5 {
	margin-left: 20.83333333%
}
.col-xs-offset-4 {
	margin-left: 16.66666667%
}
.col-xs-offset-3 {
	margin-left: 12.5%
}
.col-xs-offset-2 {
	margin-left: 8.33333333%
}
.col-xs-offset-1 {
	margin-left: 4.16666667%
}
.col-xs-offset-0 {
	margin-left: 0
}
@media (min-width:768px) {
.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-13, .col-sm-14, .col-sm-15, .col-sm-16, .col-sm-17, .col-sm-18, .col-sm-19, .col-sm-2, .col-sm-20, .col-sm-21, .col-sm-22, .col-sm-23, .col-sm-24, .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-24 {
	width: 100%
}
.col-sm-23 {
	width: 95.83333333%
}
.col-sm-22 {
	width: 91.66666667%
}
.col-sm-21 {
	width: 87.5%
}
.col-sm-20 {
	width: 83.33333333%
}
.col-sm-19 {
	width: 79.16666667%
}
.col-sm-18 {
	width: 75%
}
.col-sm-17 {
	width: 70.83333333%
}
.col-sm-16 {
	width: 66.66666667%
}
.col-sm-15 {
	width: 62.5%
}
.col-sm-14 {
	width: 58.33333333%
}
.col-sm-13 {
	width: 54.16666667%
}
.col-sm-12 {
	width: 50%
}
.col-sm-11 {
	width: 45.83333333%
}
.col-sm-10 {
	width: 41.66666667%
}
.col-sm-9 {
	width: 37.5%
}
.col-sm-8 {
	width: 33.33333333%
}
.col-sm-7 {
	width: 29.16666667%
}
.col-sm-6 {
	width: 25%
}
.col-sm-5 {
	width: 20.83333333%
}
.col-sm-4 {
	width: 16.66666667%
}
.col-sm-3 {
	width: 12.5%
}
.col-sm-2 {
	width: 8.33333333%
}
.col-sm-1 {
	width: 4.16666667%
}
.col-sm-pull-24 {
	right: 100%
}
.col-sm-pull-23 {
	right: 95.83333333%
}
.col-sm-pull-22 {
	right: 91.66666667%
}
.col-sm-pull-21 {
	right: 87.5%
}
.col-sm-pull-20 {
	right: 83.33333333%
}
.col-sm-pull-19 {
	right: 79.16666667%
}
.col-sm-pull-18 {
	right: 75%
}
.col-sm-pull-17 {
	right: 70.83333333%
}
.col-sm-pull-16 {
	right: 66.66666667%
}
.col-sm-pull-15 {
	right: 62.5%
}
.col-sm-pull-14 {
	right: 58.33333333%
}
.col-sm-pull-13 {
	right: 54.16666667%
}
.col-sm-pull-12 {
	right: 50%
}
.col-sm-pull-11 {
	right: 45.83333333%
}
.col-sm-pull-10 {
	right: 41.66666667%
}
.col-sm-pull-9 {
	right: 37.5%
}
.col-sm-pull-8 {
	right: 33.33333333%
}
.col-sm-pull-7 {
	right: 29.16666667%
}
.col-sm-pull-6 {
	right: 25%
}
.col-sm-pull-5 {
	right: 20.83333333%
}
.col-sm-pull-4 {
	right: 16.66666667%
}
.col-sm-pull-3 {
	right: 12.5%
}
.col-sm-pull-2 {
	right: 8.33333333%
}
.col-sm-pull-1 {
	right: 4.16666667%
}
.col-sm-pull-0 {
	right: auto
}
.col-sm-push-24 {
	left: 100%
}
.col-sm-push-23 {
	left: 95.83333333%
}
.col-sm-push-22 {
	left: 91.66666667%
}
.col-sm-push-21 {
	left: 87.5%
}
.col-sm-push-20 {
	left: 83.33333333%
}
.col-sm-push-19 {
	left: 79.16666667%
}
.col-sm-push-18 {
	left: 75%
}
.col-sm-push-17 {
	left: 70.83333333%
}
.col-sm-push-16 {
	left: 66.66666667%
}
.col-sm-push-15 {
	left: 62.5%
}
.col-sm-push-14 {
	left: 58.33333333%
}
.col-sm-push-13 {
	left: 54.16666667%
}
.col-sm-push-12 {
	left: 50%
}
.col-sm-push-11 {
	left: 45.83333333%
}
.col-sm-push-10 {
	left: 41.66666667%
}
.col-sm-push-9 {
	left: 37.5%
}
.col-sm-push-8 {
	left: 33.33333333%
}
.col-sm-push-7 {
	left: 29.16666667%
}
.col-sm-push-6 {
	left: 25%
}
.col-sm-push-5 {
	left: 20.83333333%
}
.col-sm-push-4 {
	left: 16.66666667%
}
.col-sm-push-3 {
	left: 12.5%
}
.col-sm-push-2 {
	left: 8.33333333%
}
.col-sm-push-1 {
	left: 4.16666667%
}
.col-sm-push-0 {
	left: auto
}
.col-sm-offset-24 {
	margin-left: 100%
}
.col-sm-offset-23 {
	margin-left: 95.83333333%
}
.col-sm-offset-22 {
	margin-left: 91.66666667%
}
.col-sm-offset-21 {
	margin-left: 87.5%
}
.col-sm-offset-20 {
	margin-left: 83.33333333%
}
.col-sm-offset-19 {
	margin-left: 79.16666667%
}
.col-sm-offset-18 {
	margin-left: 75%
}
.col-sm-offset-17 {
	margin-left: 70.83333333%
}
.col-sm-offset-16 {
	margin-left: 66.66666667%
}
.col-sm-offset-15 {
	margin-left: 62.5%
}
.col-sm-offset-14 {
	margin-left: 58.33333333%
}
.col-sm-offset-13 {
	margin-left: 54.16666667%
}
.col-sm-offset-12 {
	margin-left: 50%
}
.col-sm-offset-11 {
	margin-left: 45.83333333%
}
.col-sm-offset-10 {
	margin-left: 41.66666667%
}
.col-sm-offset-9 {
	margin-left: 37.5%
}
.col-sm-offset-8 {
	margin-left: 33.33333333%
}
.col-sm-offset-7 {
	margin-left: 29.16666667%
}
.col-sm-offset-6 {
	margin-left: 25%
}
.col-sm-offset-5 {
	margin-left: 20.83333333%
}
.col-sm-offset-4 {
	margin-left: 16.66666667%
}
.col-sm-offset-3 {
	margin-left: 12.5%
}
.col-sm-offset-2 {
	margin-left: 8.33333333%
}
.col-sm-offset-1 {
	margin-left: 4.16666667%
}
.col-sm-offset-0 {
	margin-left: 0
}
}
@media (min-width:992px) {
.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-13, .col-md-14, .col-md-15, .col-md-16, .col-md-17, .col-md-18, .col-md-19, .col-md-2, .col-md-20, .col-md-21, .col-md-22, .col-md-23, .col-md-24, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
	float: left
}
.col-md-24 {
	width: 100%
}
.col-md-23 {
	width: 95.83333333%
}
.col-md-22 {
	width: 91.66666667%
}
.col-md-21 {
	width: 87.5%
}
.col-md-20 {
	width: 83.33333333%
}
.col-md-19 {
	width: 79.16666667%
}
.col-md-18 {
	width: 75%
}
.col-md-17 {
	width: 70.83333333%
}
.col-md-16 {
	width: 66.66666667%
}
.col-md-15 {
	width: 62.5%
}
.col-md-14 {
	width: 58.33333333%
}
.col-md-13 {
	width: 54.16666667%
}
.col-md-12 {
	width: 50%
}
.col-md-11 {
	width: 45.83333333%
}
.col-md-10 {
	width: 41.66666667%
}
.col-md-9 {
	width: 37.5%
}
.col-md-8 {
	width: 33.33333333%
}
.col-md-7 {
	width: 29.16666667%
}
.col-md-6 {
	width: 25%
}
.col-md-5 {
	width: 20.83333333%
}
.col-md-4 {
	width: 16.66666667%
}
.col-md-3 {
	width: 12.5%
}
.col-md-2 {
	width: 8.33333333%
}
.col-md-1 {
	width: 4.16666667%
}
.col-md-pull-24 {
	right: 100%
}
.col-md-pull-23 {
	right: 95.83333333%
}
.col-md-pull-22 {
	right: 91.66666667%
}
.col-md-pull-21 {
	right: 87.5%
}
.col-md-pull-20 {
	right: 83.33333333%
}
.col-md-pull-19 {
	right: 79.16666667%
}
.col-md-pull-18 {
	right: 75%
}
.col-md-pull-17 {
	right: 70.83333333%
}
.col-md-pull-16 {
	right: 66.66666667%
}
.col-md-pull-15 {
	right: 62.5%
}
.col-md-pull-14 {
	right: 58.33333333%
}
.col-md-pull-13 {
	right: 54.16666667%
}
.col-md-pull-12 {
	right: 50%
}
.col-md-pull-11 {
	right: 45.83333333%
}
.col-md-pull-10 {
	right: 41.66666667%
}
.col-md-pull-9 {
	right: 37.5%
}
.col-md-pull-8 {
	right: 33.33333333%
}
.col-md-pull-7 {
	right: 29.16666667%
}
.col-md-pull-6 {
	right: 25%
}
.col-md-pull-5 {
	right: 20.83333333%
}
.col-md-pull-4 {
	right: 16.66666667%
}
.col-md-pull-3 {
	right: 12.5%
}
.col-md-pull-2 {
	right: 8.33333333%
}
.col-md-pull-1 {
	right: 4.16666667%
}
.col-md-pull-0 {
	right: auto
}
.col-md-push-24 {
	left: 100%
}
.col-md-push-23 {
	left: 95.83333333%
}
.col-md-push-22 {
	left: 91.66666667%
}
.col-md-push-21 {
	left: 87.5%
}
.col-md-push-20 {
	left: 83.33333333%
}
.col-md-push-19 {
	left: 79.16666667%
}
.col-md-push-18 {
	left: 75%
}
.col-md-push-17 {
	left: 70.83333333%
}
.col-md-push-16 {
	left: 66.66666667%
}
.col-md-push-15 {
	left: 62.5%
}
.col-md-push-14 {
	left: 58.33333333%
}
.col-md-push-13 {
	left: 54.16666667%
}
.col-md-push-12 {
	left: 50%
}
.col-md-push-11 {
	left: 45.83333333%
}
.col-md-push-10 {
	left: 41.66666667%
}
.col-md-push-9 {
	left: 37.5%
}
.col-md-push-8 {
	left: 33.33333333%
}
.col-md-push-7 {
	left: 29.16666667%
}
.col-md-push-6 {
	left: 25%
}
.col-md-push-5 {
	left: 20.83333333%
}
.col-md-push-4 {
	left: 16.66666667%
}
.col-md-push-3 {
	left: 12.5%
}
.col-md-push-2 {
	left: 8.33333333%
}
.col-md-push-1 {
	left: 4.16666667%
}
.col-md-push-0 {
	left: auto
}
.col-md-offset-24 {
	margin-left: 100%
}
.col-md-offset-23 {
	margin-left: 95.83333333%
}
.col-md-offset-22 {
	margin-left: 91.66666667%
}
.col-md-offset-21 {
	margin-left: 87.5%
}
.col-md-offset-20 {
	margin-left: 83.33333333%
}
.col-md-offset-19 {
	margin-left: 79.16666667%
}
.col-md-offset-18 {
	margin-left: 75%
}
.col-md-offset-17 {
	margin-left: 70.83333333%
}
.col-md-offset-16 {
	margin-left: 66.66666667%
}
.col-md-offset-15 {
	margin-left: 62.5%
}
.col-md-offset-14 {
	margin-left: 58.33333333%
}
.col-md-offset-13 {
	margin-left: 54.16666667%
}
.col-md-offset-12 {
	margin-left: 50%
}
.col-md-offset-11 {
	margin-left: 45.83333333%
}
.col-md-offset-10 {
	margin-left: 41.66666667%
}
.col-md-offset-9 {
	margin-left: 37.5%
}
.col-md-offset-8 {
	margin-left: 33.33333333%
}
.col-md-offset-7 {
	margin-left: 29.16666667%
}
.col-md-offset-6 {
	margin-left: 25%
}
.col-md-offset-5 {
	margin-left: 20.83333333%
}
.col-md-offset-4 {
	margin-left: 16.66666667%
}
.col-md-offset-3 {
	margin-left: 12.5%
}
.col-md-offset-2 {
	margin-left: 8.33333333%
}
.col-md-offset-1 {
	margin-left: 4.16666667%
}
.col-md-offset-0 {
	margin-left: 0
}
}
@media (min-width:1200px) {
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-13, .col-lg-14, .col-lg-15, .col-lg-16, .col-lg-17, .col-lg-18, .col-lg-19, .col-lg-2, .col-lg-20, .col-lg-21, .col-lg-22, .col-lg-23, .col-lg-24, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
	float: left
}
.col-lg-24 {
	width: 100%
}
.col-lg-23 {
	width: 95.83333333%
}
.col-lg-22 {
	width: 91.66666667%
}
.col-lg-21 {
	width: 87.5%
}
.col-lg-20 {
	width: 83.33333333%
}
.col-lg-19 {
	width: 79.16666667%
}
.col-lg-18 {
	width: 75%
}
.col-lg-17 {
	width: 70.83333333%
}
.col-lg-16 {
	width: 66.66666667%
}
.col-lg-15 {
	width: 62.5%
}
.col-lg-14 {
	width: 58.33333333%
}
.col-lg-13 {
	width: 54.16666667%
}
.col-lg-12 {
	width: 50%
}
.col-lg-11 {
	width: 45.83333333%
}
.col-lg-10 {
	width: 41.66666667%
}
.col-lg-9 {
	width: 37.5%
}
.col-lg-8 {
	width: 33.33333333%
}
.col-lg-7 {
	width: 29.16666667%
}
.col-lg-6 {
	width: 25%
}
.col-lg-5 {
	width: 20.83333333%
}
.col-lg-4 {
	width: 16.66666667%
}
.col-lg-3 {
	width: 12.5%
}
.col-lg-2 {
	width: 8.33333333%
}
.col-lg-1 {
	width: 4.16666667%
}
.col-lg-pull-24 {
	right: 100%
}
.col-lg-pull-23 {
	right: 95.83333333%
}
.col-lg-pull-22 {
	right: 91.66666667%
}
.col-lg-pull-21 {
	right: 87.5%
}
.col-lg-pull-20 {
	right: 83.33333333%
}
.col-lg-pull-19 {
	right: 79.16666667%
}
.col-lg-pull-18 {
	right: 75%
}
.col-lg-pull-17 {
	right: 70.83333333%
}
.col-lg-pull-16 {
	right: 66.66666667%
}
.col-lg-pull-15 {
	right: 62.5%
}
.col-lg-pull-14 {
	right: 58.33333333%
}
.col-lg-pull-13 {
	right: 54.16666667%
}
.col-lg-pull-12 {
	right: 50%
}
.col-lg-pull-11 {
	right: 45.83333333%
}
.col-lg-pull-10 {
	right: 41.66666667%
}
.col-lg-pull-9 {
	right: 37.5%
}
.col-lg-pull-8 {
	right: 33.33333333%
}
.col-lg-pull-7 {
	right: 29.16666667%
}
.col-lg-pull-6 {
	right: 25%
}
.col-lg-pull-5 {
	right: 20.83333333%
}
.col-lg-pull-4 {
	right: 16.66666667%
}
.col-lg-pull-3 {
	right: 12.5%
}
.col-lg-pull-2 {
	right: 8.33333333%
}
.col-lg-pull-1 {
	right: 4.16666667%
}
.col-lg-pull-0 {
	right: auto
}
.col-lg-push-24 {
	left: 100%
}
.col-lg-push-23 {
	left: 95.83333333%
}
.col-lg-push-22 {
	left: 91.66666667%
}
.col-lg-push-21 {
	left: 87.5%
}
.col-lg-push-20 {
	left: 83.33333333%
}
.col-lg-push-19 {
	left: 79.16666667%
}
.col-lg-push-18 {
	left: 75%
}
.col-lg-push-17 {
	left: 70.83333333%
}
.col-lg-push-16 {
	left: 66.66666667%
}
.col-lg-push-15 {
	left: 62.5%
}
.col-lg-push-14 {
	left: 58.33333333%
}
.col-lg-push-13 {
	left: 54.16666667%
}
.col-lg-push-12 {
	left: 50%
}
.col-lg-push-11 {
	left: 45.83333333%
}
.col-lg-push-10 {
	left: 41.66666667%
}
.col-lg-push-9 {
	left: 37.5%
}
.col-lg-push-8 {
	left: 33.33333333%
}
.col-lg-push-7 {
	left: 29.16666667%
}
.col-lg-push-6 {
	left: 25%
}
.col-lg-push-5 {
	left: 20.83333333%
}
.col-lg-push-4 {
	left: 16.66666667%
}
.col-lg-push-3 {
	left: 12.5%
}
.col-lg-push-2 {
	left: 8.33333333%
}
.col-lg-push-1 {
	left: 4.16666667%
}
.col-lg-push-0 {
	left: auto
}
.col-lg-offset-24 {
	margin-left: 100%
}
.col-lg-offset-23 {
	margin-left: 95.83333333%
}
.col-lg-offset-22 {
	margin-left: 91.66666667%
}
.col-lg-offset-21 {
	margin-left: 87.5%
}
.col-lg-offset-20 {
	margin-left: 83.33333333%
}
.col-lg-offset-19 {
	margin-left: 79.16666667%
}
.col-lg-offset-18 {
	margin-left: 75%
}
.col-lg-offset-17 {
	margin-left: 70.83333333%
}
.col-lg-offset-16 {
	margin-left: 66.66666667%
}
.col-lg-offset-15 {
	margin-left: 62.5%
}
.col-lg-offset-14 {
	margin-left: 58.33333333%
}
.col-lg-offset-13 {
	margin-left: 54.16666667%
}
.col-lg-offset-12 {
	margin-left: 50%
}
.col-lg-offset-11 {
	margin-left: 45.83333333%
}
.col-lg-offset-10 {
	margin-left: 41.66666667%
}
.col-lg-offset-9 {
	margin-left: 37.5%
}
.col-lg-offset-8 {
	margin-left: 33.33333333%
}
.col-lg-offset-7 {
	margin-left: 29.16666667%
}
.col-lg-offset-6 {
	margin-left: 25%
}
.col-lg-offset-5 {
	margin-left: 20.83333333%
}
.col-lg-offset-4 {
	margin-left: 16.66666667%
}
.col-lg-offset-3 {
	margin-left: 12.5%
}
.col-lg-offset-2 {
	margin-left: 8.33333333%
}
.col-lg-offset-1 {
	margin-left: 4.16666667%
}
.col-lg-offset-0 {
	margin-left: 0
}
}
.clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .row:after, .row:before {
	content: " ";
	display: table
}
.clearfix:after, .container-fluid:after, .container:after, .row:after {
	clear: both
}
.jq-checkbox, .jq-radio {
	position: relative;
	display: inline-block;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.jq-checkbox input, .jq-radio input {
	position: absolute;
	z-index: -1;
	margin: 0;
	padding: 0;
	opacity: 0
}
.jq-file {
	position: relative;
	display: inline-block;
	overflow: hidden
}
.jq-file input {
	position: absolute;
	top: 0;
	right: 0;
	height: auto;
	margin: 0;
	padding: 0;
	opacity: 0;
	font-size: 100px;
	line-height: 1em
}
.jq-file__name {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}
.jq-select-multiple, .jq-selectbox {
	position: relative;
	display: inline-block
}
.jq-select-multiple select, .jq-selectbox select {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 0;
	opacity: 0
}
.jq-select-multiple li, .jq-selectbox li {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap
}
.jq-selectbox {
	z-index: 10
}
.jq-selectbox__select {
	position: relative
}
.jq-selectbox__select-text {
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	text-overflow: ellipsis
}
.jq-selectbox__dropdown {
	position: absolute
}
.jq-selectbox__search input {
	-webkit-appearance: textfield
}
.jq-selectbox__search input::-webkit-search-cancel-button, .jq-selectbox__search input::-webkit-search-decoration {
-webkit-appearance:none
}
.jq-selectbox__dropdown ul {
	position: relative;
	overflow: auto;
	overflow-x: hidden;
	list-style: none;
	-webkit-overflow-scrolling: touch
}
.jq-select-multiple ul {
	position: relative;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch
}
.jq-number {
	display: inline-block
}
.jq-number__field input {
	-moz-appearance: textfield;
	text-align: left
}
.jq-number__field input::-webkit-inner-spin-button, .jq-number__field input::-webkit-outer-spin-button {
margin:0;
-webkit-appearance:none
}
.jq-checkbox, .jq-radio {
	vertical-align: -4px;
	width: 16px;
	height: 16px;
	margin: 0 4px 0 0;
	border: 1px solid #c3c3c3;
	background: linear-gradient(#fff, #e6e6e6);
	box-shadow: 0 1px 1px rgba(0,0,0,.05), inset -1px -1px #fff, inset 1px -1px #fff;
	cursor: pointer
}
.jq-checkbox.focused, .jq-radio.focused {
	border: 1px solid #08c
}
.jq-checkbox.disabled, .jq-radio.disabled {
	opacity: .55
}
.jq-checkbox {
	border-radius: 3px
}
.jq-checkbox.checked .jq-checkbox__div {
	width: 8px;
	height: 4px;
	margin: 3px 0 0 3px;
	border-bottom: 2px solid #666;
	border-left: 2px solid #666;
	-webkit-transform: rotate(-50deg);
	transform: rotate(-50deg)
}
.jq-radio {
	border-radius: 50%
}
.jq-radio.checked .jq-radio__div {
	width: 10px;
	height: 10px;
	margin: 3px 0 0 3px;
	border-radius: 50%;
	background: #777;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,.7)
}
.jq-file {
	width: 270px;
	border-radius: 4px;
	box-shadow: 0 1px 2px rgba(0,0,0,.1)
}
.jq-file input {
	cursor: pointer
}
.jq-file__name {
	box-sizing: border-box;
	width: 100%;
	height: 34px;
	padding: 0 80px 0 10px;
	border: 1px solid #ccc;
	border-bottom-color: #b3b3b3;
	border-radius: 4px;
	background: #fff;
	box-shadow: inset 1px 1px #f1f1f1;
	font: 14px/32px Arial, sans-serif;
	color: #333
}
.jq-file__browse {
	position: absolute;
	top: 1px;
	right: 1px;
	padding: 0 10px;
	border-left: 1px solid #ccc;
	border-radius: 0 4px 4px 0;
	background: linear-gradient(#fff, #e6e6e6);
	box-shadow: inset 1px -1px #f1f1f1, inset -1px 0 #f1f1f1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px/32px Arial, sans-serif;
	color: #333;
	text-shadow: 1px 1px #fff
}
.jq-file:hover .jq-file__browse {
	background: linear-gradient(#f6f6f6, #e6e6e6)
}
.jq-file:active .jq-file__browse {
	background: #f5f5f5;
	box-shadow: inset 1px 1px 3px #ddd
}
.jq-file.focused .jq-file__name {
	border: 1px solid #5794bf
}
.jq-file.disabled, .jq-file.disabled .jq-file__browse, .jq-file.disabled .jq-file__name {
	border-color: #ccc;
	background: #f5f5f5;
	box-shadow: none;
	color: #888
}
.jq-number {
	position: relative;
	vertical-align: middle;
	padding: 0 36px 0 0
}
.jq-number__field {
	width: 100px;
	border: 1px solid #ccc;
	border-bottom-color: #b3b3b3;
	border-radius: 4px;
	box-shadow: inset 1px 1px #f1f1f1, 0 1px 2px rgba(0,0,0,.1)
}
.jq-number__field:hover {
	border-color: #b3b3b3
}
.jq-number__field input {
	box-sizing: border-box;
	width: 100%;
	padding: 8px 9px;
	border: none;
	outline: 0;
	background: 0 0;
	font: 14px Arial, sans-serif;
	color: #333
}
.jq-number__spin {
	position: absolute;
	top: 0;
	right: 0;
	width: 32px;
	height: 14px;
	border: 1px solid #ccc;
	border-bottom-color: #b3b3b3;
	border-radius: 4px;
	background: linear-gradient(#fff, #e6e6e6);
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
	box-shadow: inset 1px -1px #f1f1f1, inset -1px 0 #f1f1f1, 0 1px 2px rgba(0,0,0,.1);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-shadow: 1px 1px #fff;
	cursor: pointer
}
.jq-number__spin.minus {
	top: auto;
	bottom: 0
}
.jq-number__spin:hover {
	background: linear-gradient(#f6f6f6, #e6e6e6)
}
.jq-number__spin:active {
	background: #f5f5f5;
	box-shadow: inset 1px 1px 3px #ddd
}
.jq-number__spin:after {
	content: '';
	position: absolute;
	top: 4px;
	left: 11px;
	width: 0;
	height: 0;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #999;
	border-left: 5px solid transparent
}
.jq-number__spin.minus:after {
	top: 5px;
	border-top: 5px solid #999;
	border-right: 5px solid transparent;
	border-bottom: none;
	border-left: 5px solid transparent
}
.jq-number__spin.minus:hover:after {
	border-top-color: #000
}
.jq-number__spin.plus:hover:after {
	border-bottom-color: #000
}
.jq-number.focused .jq-number__field {
	border: 1px solid #5794bf
}
.jq-number.disabled .jq-number__field, .jq-number.disabled .jq-number__spin {
	border-color: #ccc;
	background: #f5f5f5;
	box-shadow: none;
	color: #888
}
.jq-number.disabled .jq-number__spin:after {
	border-bottom-color: #aaa
}
.jq-number.disabled .jq-number__spin.minus:after {
	border-top-color: #aaa
}
.jq-selectbox {
	vertical-align: middle;
	cursor: pointer
}
.jq-selectbox__select {
	height: 32px;
	padding: 0 45px 0 10px;
	border: 1px solid #ccc;
	border-bottom-color: #b3b3b3;
	border-radius: 4px;
	background: linear-gradient(#fff, #e6e6e6);
	box-shadow: inset 1px -1px #f1f1f1, inset -1px 0 #f1f1f1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px/32px Arial, sans-serif;
	color: #333;
	text-shadow: 1px 1px #fff
}
.jq-selectbox__select:hover {
	background: linear-gradient(#f6f6f6, #e6e6e6)
}
.jq-selectbox__select:active {
	background: #f5f5f5;
	box-shadow: inset 1px 1px 3px #ddd
}
.jq-selectbox.focused .jq-selectbox__select {
	border: 1px solid #5794bf
}
.jq-selectbox.disabled .jq-selectbox__select {
	border-color: #ccc;
	background: #f5f5f5;
	box-shadow: none;
	color: #888
}
.jq-selectbox__select-text {
	display: block;
	width: 100%
}
.jq-selectbox .placeholder {
	color: #888
}
.jq-selectbox__trigger {
	position: absolute;
	top: 0;
	right: 0;
	width: 34px;
	height: 100%;
	border-left: 1px solid #ccc
}
.jq-selectbox__trigger-arrow {
	position: absolute;
	top: 14px;
	right: 12px;
	width: 0;
	height: 0;
	border-top: 5px solid #999;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow {
	border-top-color: #000
}
.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
	border-top-color: #aaa
}
.jq-selectbox__dropdown {
	box-sizing: border-box;
	width: 100%;
	margin: 2px 0 0;
	padding: 0;
	border: 1px solid #ccc;
	border-radius: 4px;
	background: #fff;
	box-shadow: 0 2px 10px rgba(0,0,0,.2);
	font: 14px/18px Arial, sans-serif
}
.jq-selectbox__search {
	margin: 5px
}
.jq-selectbox__search input {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 5px 27px 6px 8px;
	border: 1px solid #ccc;
	border-radius: 3px;
	outline: 0;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==) no-repeat 100% 50%;
	box-shadow: inset 1px 1px #f1f1f1;
	color: #333
}
.jq-selectbox__not-found {
	margin: 5px;
	padding: 5px 8px 6px;
	background: #f0f0f0;
	font-size: 13px
}
.jq-selectbox ul {
	margin: 0;
	padding: 0
}
.jq-selectbox li {
	min-height: 18px;
	padding: 5px 10px 6px;
	color: #231f20
}
.jq-selectbox li.selected {
	background-color: #a3abb1;
	color: #fff
}
.jq-selectbox li:hover {
	background-color: #08c;
	color: #fff
}
.jq-selectbox li.disabled {
	color: #aaa
}
.jq-selectbox li.disabled:hover {
	background: 0 0
}
.jq-selectbox li.optgroup {
	font-weight: 700
}
.jq-selectbox li.optgroup:hover {
	background: 0 0;
	color: #231f20;
	cursor: default
}
.jq-selectbox li.option {
	padding-left: 25px
}
.jq-select-multiple {
	box-sizing: border-box;
	padding: 1px;
	border: 1px solid #ccc;
	border-bottom-color: #b3b3b3;
	border-radius: 4px;
	background: #fff;
	box-shadow: inset 1px 1px #f1f1f1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px/18px Arial, sans-serif;
	color: #333;
	cursor: default
}
.jq-select-multiple.focused {
	border: 1px solid #5794bf
}
.jq-select-multiple.disabled {
	border-color: #ccc;
	background: #f5f5f5;
	box-shadow: none;
	color: #888
}
.jq-select-multiple ul {
	margin: 0;
	padding: 0
}
.jq-select-multiple li {
	padding: 3px 9px 4px;
	list-style: none
}
.jq-select-multiple li:first-child {
	border-radius: 3px 3px 0 0
}
.jq-select-multiple li:last-child {
	border-radius: 0 0 3px 3px
}
.jq-select-multiple li.selected {
	background: #08c;
	color: #fff
}
.jq-select-multiple li.disabled {
	color: #aaa
}
.jq-select-multiple li.optgroup {
	font-weight: 700
}
.jq-select-multiple li.option {
	padding-left: 25px
}
.jq-select-multiple li.selected.disabled, .jq-select-multiple.disabled li.selected {
	background: #ccc;
	color: #fff
}
input[type=email].styler, input[type=password].styler, input[type=search].styler, input[type=tel].styler, input[type=text].styler, input[type=url].styler, textarea.styler {
	padding: 8px 9px;
	border: 1px solid #ccc;
	border-bottom-color: #b3b3b3;
	border-radius: 4px;
	box-shadow: inset 1px 1px #f1f1f1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px Arial, sans-serif;
	color: #333
}
input[type=search].styler {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}
textarea.styler {
	overflow: auto
}
input[type=email].styler:hover, input[type=password].styler:hover, input[type=search].styler:hover, input[type=tel].styler:hover, input[type=text].styler:hover, input[type=url].styler:hover, textarea.styler:hover {
	border-color: #b3b3b3
}
input[type=email].styler:hover:focus, input[type=password].styler:hover:focus, input[type=search].styler:hover:focus, input[type=tel].styler:hover:focus, input[type=text].styler:hover:focus, input[type=url].styler:hover:focus, textarea.styler:hover:focus {
	border-color: #ccc;
	border-top-color: #b3b3b3;
	outline: 0;
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1)
}
button.styler, input[type=button].styler, input[type=reset].styler, input[type=submit].styler {
	overflow: visible;
	padding: 8px 11px;
	border: 1px solid #ccc;
	border-bottom-color: #b3b3b3;
	border-radius: 4px;
	outline: 0;
	background: linear-gradient(#fff, #e6e6e6);
	box-shadow: inset 1px -1px #f1f1f1, inset -1px 0 #f1f1f1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px Arial, sans-serif;
	color: #333;
	text-shadow: 1px 1px #fff;
	cursor: pointer
}
button.styler.styler::-moz-focus-inner, input[type=button].styler.styler::-moz-focus-inner, input[type=reset].styler.styler::-moz-focus-inner, input[type=submit].styler.styler::-moz-focus-inner {
padding:0;
border:0
}
button.styler:not([disabled]):hover, input[type=button].styler:not([disabled]):hover, input[type=reset].styler:hover, input[type=reset].styler:not([disabled]):hover, input[type=submit].styler:not([disabled]):hover {
	background: linear-gradient(#f6f6f6, #e6e6e6)
}
button.styler:active, input[type=button].styler:active, input[type=reset].styler:active, input[type=submit].styler:active {
	background: #f5f5f5;
	box-shadow: inset 1px 1px 3px #ddd
}
button.styler[disabled], input[type=button].styler[disabled], input[type=submit].styler[disabled] {
	border-color: #ccc;
	background: #f5f5f5;
	box-shadow: none;
	color: #888
}/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
	font-family: FontAwesome;
	src: url(../libs/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0);
	src: url(../libs/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'), url(../libs/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'), url(../libs/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'), url(../libs/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'), url(../libs/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');
	font-weight: 400;
	font-style: normal
}
.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-lg {
	font-size: 1.33333333em;
	line-height: .75em;
	vertical-align: -15%
}
.fa-2x {
	font-size: 2em
}
.fa-3x {
	font-size: 3em
}
.fa-4x {
	font-size: 4em
}
.fa-5x {
	font-size: 5em
}
.fa-fw {
	width: 1.28571429em;
	text-align: center
}
.fa-ul {
	padding-left: 0;
	margin-left: 2.14285714em;
	list-style-type: none
}
.fa-ul>li {
	position: relative
}
.fa-li {
	position: absolute;
	left: -2.14285714em;
	width: 2.14285714em;
	top: .14285714em;
	text-align: center
}
.fa-li.fa-lg {
	left: -1.85714286em
}
.fa-border {
	padding: .2em .25em .15em;
	border: solid .08em #eee;
	border-radius: .1em
}
.fa-pull-left {
	float: left
}
.fa-pull-right {
	float: right
}
.fa.fa-pull-left {
	margin-right: .3em
}
.fa.fa-pull-right {
	margin-left: .3em
}
.pull-right {
	float: right
}
.pull-left {
	float: left
}
.fa.pull-left {
	margin-right: .3em
}
.fa.pull-right {
	margin-left: .3em
}
.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear
}
.fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8)
}
@-webkit-keyframes fa-spin {
0% {
-webkit-transform:rotate(0);
transform:rotate(0)
}
100% {
-webkit-transform:rotate(359deg);
transform:rotate(359deg)
}
}
@keyframes fa-spin {
0% {
-webkit-transform:rotate(0);
transform:rotate(0)
}
100% {
-webkit-transform:rotate(359deg);
transform:rotate(359deg)
}
}
.fa-rotate-90 {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}
.fa-rotate-180 {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}
.fa-rotate-270 {
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg)
}
.fa-flip-horizontal {
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1)
}
.fa-flip-vertical {
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1)
}
:root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-rotate-90 {
	filter: none
}
.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle
}
.fa-stack-1x, .fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center
}
.fa-stack-1x {
	line-height: inherit
}
.fa-stack-2x {
	font-size: 2em
}
.fa-inverse {
	color: #fff
}
.fa-glass:before {
	content: "\f000"
}
.fa-music:before {
	content: "\f001"
}
.fa-search:before {
	content: "\f002"
}
.fa-envelope-o:before {
	content: "\f003"
}
.fa-heart:before {
	content: "\f004"
}
.fa-star:before {
	content: "\f005"
}
.fa-star-o:before {
	content: "\f006"
}
.fa-user:before {
	content: "\f007"
}
.fa-film:before {
	content: "\f008"
}
.fa-th-large:before {
	content: "\f009"
}
.fa-th:before {
	content: "\f00a"
}
.fa-th-list:before {
	content: "\f00b"
}
.fa-check:before {
	content: "\f00c"
}
.fa-close:before, .fa-remove:before, .fa-times:before {
	content: "\f00d"
}
.fa-search-plus:before {
	content: "\f00e"
}
.fa-search-minus:before {
	content: "\f010"
}
.fa-power-off:before {
	content: "\f011"
}
.fa-signal:before {
	content: "\f012"
}
.fa-cog:before, .fa-gear:before {
	content: "\f013"
}
.fa-trash-o:before {
	content: "\f014"
}
.fa-home:before {
	content: "\f015"
}
.fa-file-o:before {
	content: "\f016"
}
.fa-clock-o:before {
	content: "\f017"
}
.fa-road:before {
	content: "\f018"
}
.fa-download:before {
	content: "\f019"
}
.fa-arrow-circle-o-down:before {
	content: "\f01a"
}
.fa-arrow-circle-o-up:before {
	content: "\f01b"
}
.fa-inbox:before {
	content: "\f01c"
}
.fa-play-circle-o:before {
	content: "\f01d"
}
.fa-repeat:before, .fa-rotate-right:before {
	content: "\f01e"
}
.fa-refresh:before {
	content: "\f021"
}
.fa-list-alt:before {
	content: "\f022"
}
.fa-lock:before {
	content: "\f023"
}
.fa-flag:before {
	content: "\f024"
}
.fa-headphones:before {
	content: "\f025"
}
.fa-volume-off:before {
	content: "\f026"
}
.fa-volume-down:before {
	content: "\f027"
}
.fa-volume-up:before {
	content: "\f028"
}
.fa-qrcode:before {
	content: "\f029"
}
.fa-barcode:before {
	content: "\f02a"
}
.fa-tag:before {
	content: "\f02b"
}
.fa-tags:before {
	content: "\f02c"
}
.fa-book:before {
	content: "\f02d"
}
.fa-bookmark:before {
	content: "\f02e"
}
.fa-print:before {
	content: "\f02f"
}
.fa-camera:before {
	content: "\f030"
}
.fa-font:before {
	content: "\f031"
}
.fa-bold:before {
	content: "\f032"
}
.fa-italic:before {
	content: "\f033"
}
.fa-text-height:before {
	content: "\f034"
}
.fa-text-width:before {
	content: "\f035"
}
.fa-align-left:before {
	content: "\f036"
}
.fa-align-center:before {
	content: "\f037"
}
.fa-align-right:before {
	content: "\f038"
}
.fa-align-justify:before {
	content: "\f039"
}
.fa-list:before {
	content: "\f03a"
}
.fa-dedent:before, .fa-outdent:before {
	content: "\f03b"
}
.fa-indent:before {
	content: "\f03c"
}
.fa-video-camera:before {
	content: "\f03d"
}
.fa-image:before, .fa-photo:before, .fa-picture-o:before {
	content: "\f03e"
}
.fa-pencil:before {
	content: "\f040"
}
.fa-map-marker:before {
	content: "\f041"
}
.fa-adjust:before {
	content: "\f042"
}
.fa-tint:before {
	content: "\f043"
}
.fa-edit:before, .fa-pencil-square-o:before {
	content: "\f044"
}
.fa-share-square-o:before {
	content: "\f045"
}
.fa-check-square-o:before {
	content: "\f046"
}
.fa-arrows:before {
	content: "\f047"
}
.fa-step-backward:before {
	content: "\f048"
}
.fa-fast-backward:before {
	content: "\f049"
}
.fa-backward:before {
	content: "\f04a"
}
.fa-play:before {
	content: "\f04b"
}
.fa-pause:before {
	content: "\f04c"
}
.fa-stop:before {
	content: "\f04d"
}
.fa-forward:before {
	content: "\f04e"
}
.fa-fast-forward:before {
	content: "\f050"
}
.fa-step-forward:before {
	content: "\f051"
}
.fa-eject:before {
	content: "\f052"
}
.fa-chevron-left:before {
	content: "\f053"
}
.fa-chevron-right:before {
	content: "\f054"
}
.fa-plus-circle:before {
	content: "\f055"
}
.fa-minus-circle:before {
	content: "\f056"
}
.fa-times-circle:before {
	content: "\f057"
}
.fa-check-circle:before {
	content: "\f058"
}
.fa-question-circle:before {
	content: "\f059"
}
.fa-info-circle:before {
	content: "\f05a"
}
.fa-crosshairs:before {
	content: "\f05b"
}
.fa-times-circle-o:before {
	content: "\f05c"
}
.fa-check-circle-o:before {
	content: "\f05d"
}
.fa-ban:before {
	content: "\f05e"
}
.fa-arrow-left:before {
	content: "\f060"
}
.fa-arrow-right:before {
	content: "\f061"
}
.fa-arrow-up:before {
	content: "\f062"
}
.fa-arrow-down:before {
	content: "\f063"
}
.fa-mail-forward:before, .fa-share:before {
	content: "\f064"
}
.fa-expand:before {
	content: "\f065"
}
.fa-compress:before {
	content: "\f066"
}
.fa-plus:before {
	content: "\f067"
}
.fa-minus:before {
	content: "\f068"
}
.fa-asterisk:before {
	content: "\f069"
}
.fa-exclamation-circle:before {
	content: "\f06a"
}
.fa-gift:before {
	content: "\f06b"
}
.fa-leaf:before {
	content: "\f06c"
}
.fa-fire:before {
	content: "\f06d"
}
.fa-eye:before {
	content: "\f06e"
}
.fa-eye-slash:before {
	content: "\f070"
}
.fa-exclamation-triangle:before, .fa-warning:before {
	content: "\f071"
}
.fa-plane:before {
	content: "\f072"
}
.fa-calendar:before {
	content: "\f073"
}
.fa-random:before {
	content: "\f074"
}
.fa-comment:before {
	content: "\f075"
}
.fa-magnet:before {
	content: "\f076"
}
.fa-chevron-up:before {
	content: "\f077"
}
.fa-chevron-down:before {
	content: "\f078"
}
.fa-retweet:before {
	content: "\f079"
}
.fa-shopping-cart:before {
	content: "\f07a"
}
.fa-folder:before {
	content: "\f07b"
}
.fa-folder-open:before {
	content: "\f07c"
}
.fa-arrows-v:before {
	content: "\f07d"
}
.fa-arrows-h:before {
	content: "\f07e"
}
.fa-bar-chart-o:before, .fa-bar-chart:before {
	content: "\f080"
}
.fa-twitter-square:before {
	content: "\f081"
}
.fa-facebook-square:before {
	content: "\f082"
}
.fa-camera-retro:before {
	content: "\f083"
}
.fa-key:before {
	content: "\f084"
}
.fa-cogs:before, .fa-gears:before {
	content: "\f085"
}
.fa-comments:before {
	content: "\f086"
}
.fa-thumbs-o-up:before {
	content: "\f087"
}
.fa-thumbs-o-down:before {
	content: "\f088"
}
.fa-star-half:before {
	content: "\f089"
}
.fa-heart-o:before {
	content: "\f08a"
}
.fa-sign-out:before {
	content: "\f08b"
}
.fa-linkedin-square:before {
	content: "\f08c"
}
.fa-thumb-tack:before {
	content: "\f08d"
}
.fa-external-link:before {
	content: "\f08e"
}
.fa-sign-in:before {
	content: "\f090"
}
.fa-trophy:before {
	content: "\f091"
}
.fa-github-square:before {
	content: "\f092"
}
.fa-upload:before {
	content: "\f093"
}
.fa-lemon-o:before {
	content: "\f094"
}
.fa-phone:before {
	content: "\f095"
}
.fa-square-o:before {
	content: "\f096"
}
.fa-bookmark-o:before {
	content: "\f097"
}
.fa-phone-square:before {
	content: "\f098"
}
.fa-twitter:before {
	content: "\f099"
}
.fa-facebook-f:before, .fa-facebook:before {
	content: "\f09a"
}
.fa-github:before {
	content: "\f09b"
}
.fa-unlock:before {
	content: "\f09c"
}
.fa-credit-card:before {
	content: "\f09d"
}
.fa-feed:before, .fa-rss:before {
	content: "\f09e"
}
.fa-hdd-o:before {
	content: "\f0a0"
}
.fa-bullhorn:before {
	content: "\f0a1"
}
.fa-bell:before {
	content: "\f0f3"
}
.fa-certificate:before {
	content: "\f0a3"
}
.fa-hand-o-right:before {
	content: "\f0a4"
}
.fa-hand-o-left:before {
	content: "\f0a5"
}
.fa-hand-o-up:before {
	content: "\f0a6"
}
.fa-hand-o-down:before {
	content: "\f0a7"
}
.fa-arrow-circle-left:before {
	content: "\f0a8"
}
.fa-arrow-circle-right:before {
	content: "\f0a9"
}
.fa-arrow-circle-up:before {
	content: "\f0aa"
}
.fa-arrow-circle-down:before {
	content: "\f0ab"
}
.fa-globe:before {
	content: "\f0ac"
}
.fa-wrench:before {
	content: "\f0ad"
}
.fa-tasks:before {
	content: "\f0ae"
}
.fa-filter:before {
	content: "\f0b0"
}
.fa-briefcase:before {
	content: "\f0b1"
}
.fa-arrows-alt:before {
	content: "\f0b2"
}
.fa-group:before, .fa-users:before {
	content: "\f0c0"
}
.fa-chain:before, .fa-link:before {
	content: "\f0c1"
}
.fa-cloud:before {
	content: "\f0c2"
}
.fa-flask:before {
	content: "\f0c3"
}
.fa-cut:before, .fa-scissors:before {
	content: "\f0c4"
}
.fa-copy:before, .fa-files-o:before {
	content: "\f0c5"
}
.fa-paperclip:before {
	content: "\f0c6"
}
.fa-floppy-o:before, .fa-save:before {
	content: "\f0c7"
}
.fa-square:before {
	content: "\f0c8"
}
.fa-bars:before, .fa-navicon:before, .fa-reorder:before {
	content: "\f0c9"
}
.fa-list-ul:before {
	content: "\f0ca"
}
.fa-list-ol:before {
	content: "\f0cb"
}
.fa-strikethrough:before {
	content: "\f0cc"
}
.fa-underline:before {
	content: "\f0cd"
}
.fa-table:before {
	content: "\f0ce"
}
.fa-magic:before {
	content: "\f0d0"
}
.fa-truck:before {
	content: "\f0d1"
}
.fa-pinterest:before {
	content: "\f0d2"
}
.fa-pinterest-square:before {
	content: "\f0d3"
}
.fa-google-plus-square:before {
	content: "\f0d4"
}
.fa-google-plus:before {
	content: "\f0d5"
}
.fa-money:before {
	content: "\f0d6"
}
.fa-caret-down:before {
	content: "\f0d7"
}
.fa-caret-up:before {
	content: "\f0d8"
}
.fa-caret-left:before {
	content: "\f0d9"
}
.fa-caret-right:before {
	content: "\f0da"
}
.fa-columns:before {
	content: "\f0db"
}
.fa-sort:before, .fa-unsorted:before {
	content: "\f0dc"
}
.fa-sort-desc:before, .fa-sort-down:before {
	content: "\f0dd"
}
.fa-sort-asc:before, .fa-sort-up:before {
	content: "\f0de"
}
.fa-envelope:before {
	content: "\f0e0"
}
.fa-linkedin:before {
	content: "\f0e1"
}
.fa-rotate-left:before, .fa-undo:before {
	content: "\f0e2"
}
.fa-gavel:before, .fa-legal:before {
	content: "\f0e3"
}
.fa-dashboard:before, .fa-tachometer:before {
	content: "\f0e4"
}
.fa-comment-o:before {
	content: "\f0e5"
}
.fa-comments-o:before {
	content: "\f0e6"
}
.fa-bolt:before, .fa-flash:before {
	content: "\f0e7"
}
.fa-sitemap:before {
	content: "\f0e8"
}
.fa-umbrella:before {
	content: "\f0e9"
}
.fa-clipboard:before, .fa-paste:before {
	content: "\f0ea"
}
.fa-lightbulb-o:before {
	content: "\f0eb"
}
.fa-exchange:before {
	content: "\f0ec"
}
.fa-cloud-download:before {
	content: "\f0ed"
}
.fa-cloud-upload:before {
	content: "\f0ee"
}
.fa-user-md:before {
	content: "\f0f0"
}
.fa-stethoscope:before {
	content: "\f0f1"
}
.fa-suitcase:before {
	content: "\f0f2"
}
.fa-bell-o:before {
	content: "\f0a2"
}
.fa-coffee:before {
	content: "\f0f4"
}
.fa-cutlery:before {
	content: "\f0f5"
}
.fa-file-text-o:before {
	content: "\f0f6"
}
.fa-building-o:before {
	content: "\f0f7"
}
.fa-hospital-o:before {
	content: "\f0f8"
}
.fa-ambulance:before {
	content: "\f0f9"
}
.fa-medkit:before {
	content: "\f0fa"
}
.fa-fighter-jet:before {
	content: "\f0fb"
}
.fa-beer:before {
	content: "\f0fc"
}
.fa-h-square:before {
	content: "\f0fd"
}
.fa-plus-square:before {
	content: "\f0fe"
}
.fa-angle-double-left:before {
	content: "\f100"
}
.fa-angle-double-right:before {
	content: "\f101"
}
.fa-angle-double-up:before {
	content: "\f102"
}
.fa-angle-double-down:before {
	content: "\f103"
}
.fa-angle-left:before {
	content: "\f104"
}
.fa-angle-right:before {
	content: "\f105"
}
.fa-angle-up:before {
	content: "\f106"
}
.fa-angle-down:before {
	content: "\f107"
}
.fa-desktop:before {
	content: "\f108"
}
.fa-laptop:before {
	content: "\f109"
}
.fa-tablet:before {
	content: "\f10a"
}
.fa-mobile-phone:before, .fa-mobile:before {
	content: "\f10b"
}
.fa-circle-o:before {
	content: "\f10c"
}
.fa-quote-left:before {
	content: "\f10d"
}
.fa-quote-right:before {
	content: "\f10e"
}
.fa-spinner:before {
	content: "\f110"
}
.fa-circle:before {
	content: "\f111"
}
.fa-mail-reply:before, .fa-reply:before {
	content: "\f112"
}
.fa-github-alt:before {
	content: "\f113"
}
.fa-folder-o:before {
	content: "\f114"
}
.fa-folder-open-o:before {
	content: "\f115"
}
.fa-smile-o:before {
	content: "\f118"
}
.fa-frown-o:before {
	content: "\f119"
}
.fa-meh-o:before {
	content: "\f11a"
}
.fa-gamepad:before {
	content: "\f11b"
}
.fa-keyboard-o:before {
	content: "\f11c"
}
.fa-flag-o:before {
	content: "\f11d"
}
.fa-flag-checkered:before {
	content: "\f11e"
}
.fa-terminal:before {
	content: "\f120"
}
.fa-code:before {
	content: "\f121"
}
.fa-mail-reply-all:before, .fa-reply-all:before {
	content: "\f122"
}
.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
	content: "\f123"
}
.fa-location-arrow:before {
	content: "\f124"
}
.fa-crop:before {
	content: "\f125"
}
.fa-code-fork:before {
	content: "\f126"
}
.fa-chain-broken:before, .fa-unlink:before {
	content: "\f127"
}
.fa-question:before {
	content: "\f128"
}
.fa-info:before {
	content: "\f129"
}
.fa-exclamation:before {
	content: "\f12a"
}
.fa-superscript:before {
	content: "\f12b"
}
.fa-subscript:before {
	content: "\f12c"
}
.fa-eraser:before {
	content: "\f12d"
}
.fa-puzzle-piece:before {
	content: "\f12e"
}
.fa-microphone:before {
	content: "\f130"
}
.fa-microphone-slash:before {
	content: "\f131"
}
.fa-shield:before {
	content: "\f132"
}
.fa-calendar-o:before {
	content: "\f133"
}
.fa-fire-extinguisher:before {
	content: "\f134"
}
.fa-rocket:before {
	content: "\f135"
}
.fa-maxcdn:before {
	content: "\f136"
}
.fa-chevron-circle-left:before {
	content: "\f137"
}
.fa-chevron-circle-right:before {
	content: "\f138"
}
.fa-chevron-circle-up:before {
	content: "\f139"
}
.fa-chevron-circle-down:before {
	content: "\f13a"
}
.fa-html5:before {
	content: "\f13b"
}
.fa-css3:before {
	content: "\f13c"
}
.fa-anchor:before {
	content: "\f13d"
}
.fa-unlock-alt:before {
	content: "\f13e"
}
.fa-bullseye:before {
	content: "\f140"
}
.fa-ellipsis-h:before {
	content: "\f141"
}
.fa-ellipsis-v:before {
	content: "\f142"
}
.fa-rss-square:before {
	content: "\f143"
}
.fa-play-circle:before {
	content: "\f144"
}
.fa-ticket:before {
	content: "\f145"
}
.fa-minus-square:before {
	content: "\f146"
}
.fa-minus-square-o:before {
	content: "\f147"
}
.fa-level-up:before {
	content: "\f148"
}
.fa-level-down:before {
	content: "\f149"
}
.fa-check-square:before {
	content: "\f14a"
}
.fa-pencil-square:before {
	content: "\f14b"
}
.fa-external-link-square:before {
	content: "\f14c"
}
.fa-share-square:before {
	content: "\f14d"
}
.fa-compass:before {
	content: "\f14e"
}
.fa-caret-square-o-down:before, .fa-toggle-down:before {
	content: "\f150"
}
.fa-caret-square-o-up:before, .fa-toggle-up:before {
	content: "\f151"
}
.fa-caret-square-o-right:before, .fa-toggle-right:before {
	content: "\f152"
}
.fa-eur:before, .fa-euro:before {
	content: "\f153"
}
.fa-gbp:before {
	content: "\f154"
}
.fa-dollar:before, .fa-usd:before {
	content: "\f155"
}
.fa-inr:before, .fa-rupee:before {
	content: "\f156"
}
.fa-cny:before, .fa-jpy:before, .fa-rmb:before, .fa-yen:before {
	content: "\f157"
}
.fa-rouble:before, .fa-rub:before, .fa-ruble:before {
	content: "\f158"
}
.fa-krw:before, .fa-won:before {
	content: "\f159"
}
.fa-bitcoin:before, .fa-btc:before {
	content: "\f15a"
}
.fa-file:before {
	content: "\f15b"
}
.fa-file-text:before {
	content: "\f15c"
}
.fa-sort-alpha-asc:before {
	content: "\f15d"
}
.fa-sort-alpha-desc:before {
	content: "\f15e"
}
.fa-sort-amount-asc:before {
	content: "\f160"
}
.fa-sort-amount-desc:before {
	content: "\f161"
}
.fa-sort-numeric-asc:before {
	content: "\f162"
}
.fa-sort-numeric-desc:before {
	content: "\f163"
}
.fa-thumbs-up:before {
	content: "\f164"
}
.fa-thumbs-down:before {
	content: "\f165"
}
.fa-youtube-square:before {
	content: "\f166"
}
.fa-youtube:before {
	content: "\f167"
}
.fa-xing:before {
	content: "\f168"
}
.fa-xing-square:before {
	content: "\f169"
}
.fa-youtube-play:before {
	content: "\f16a"
}
.fa-dropbox:before {
	content: "\f16b"
}
.fa-stack-overflow:before {
	content: "\f16c"
}
.fa-instagram:before {
	content: "\f16d"
}
.fa-flickr:before {
	content: "\f16e"
}
.fa-adn:before {
	content: "\f170"
}
.fa-bitbucket:before {
	content: "\f171"
}
.fa-bitbucket-square:before {
	content: "\f172"
}
.fa-tumblr:before {
	content: "\f173"
}
.fa-tumblr-square:before {
	content: "\f174"
}
.fa-long-arrow-down:before {
	content: "\f175"
}
.fa-long-arrow-up:before {
	content: "\f176"
}
.fa-long-arrow-left:before {
	content: "\f177"
}
.fa-long-arrow-right:before {
	content: "\f178"
}
.fa-apple:before {
	content: "\f179"
}
.fa-windows:before {
	content: "\f17a"
}
.fa-android:before {
	content: "\f17b"
}
.fa-linux:before {
	content: "\f17c"
}
.fa-dribbble:before {
	content: "\f17d"
}
.fa-skype:before {
	content: "\f17e"
}
.fa-foursquare:before {
	content: "\f180"
}
.fa-trello:before {
	content: "\f181"
}
.fa-female:before {
	content: "\f182"
}
.fa-male:before {
	content: "\f183"
}
.fa-gittip:before, .fa-gratipay:before {
	content: "\f184"
}
.fa-sun-o:before {
	content: "\f185"
}
.fa-moon-o:before {
	content: "\f186"
}
.fa-archive:before {
	content: "\f187"
}
.fa-bug:before {
	content: "\f188"
}
.fa-vk:before {
	content: "\f189"
}
.fa-weibo:before {
	content: "\f18a"
}
.fa-renren:before {
	content: "\f18b"
}
.fa-pagelines:before {
	content: "\f18c"
}
.fa-stack-exchange:before {
	content: "\f18d"
}
.fa-arrow-circle-o-right:before {
	content: "\f18e"
}
.fa-arrow-circle-o-left:before {
	content: "\f190"
}
.fa-caret-square-o-left:before, .fa-toggle-left:before {
	content: "\f191"
}
.fa-dot-circle-o:before {
	content: "\f192"
}
.fa-wheelchair:before {
	content: "\f193"
}
.fa-vimeo-square:before {
	content: "\f194"
}
.fa-try:before, .fa-turkish-lira:before {
	content: "\f195"
}
.fa-plus-square-o:before {
	content: "\f196"
}
.fa-space-shuttle:before {
	content: "\f197"
}
.fa-slack:before {
	content: "\f198"
}
.fa-envelope-square:before {
	content: "\f199"
}
.fa-wordpress:before {
	content: "\f19a"
}
.fa-openid:before {
	content: "\f19b"
}
.fa-bank:before, .fa-institution:before, .fa-university:before {
	content: "\f19c"
}
.fa-graduation-cap:before, .fa-mortar-board:before {
	content: "\f19d"
}
.fa-yahoo:before {
	content: "\f19e"
}
.fa-google:before {
	content: "\f1a0"
}
.fa-reddit:before {
	content: "\f1a1"
}
.fa-reddit-square:before {
	content: "\f1a2"
}
.fa-stumbleupon-circle:before {
	content: "\f1a3"
}
.fa-stumbleupon:before {
	content: "\f1a4"
}
.fa-delicious:before {
	content: "\f1a5"
}
.fa-digg:before {
	content: "\f1a6"
}
.fa-pied-piper-pp:before {
	content: "\f1a7"
}
.fa-pied-piper-alt:before {
	content: "\f1a8"
}
.fa-drupal:before {
	content: "\f1a9"
}
.fa-joomla:before {
	content: "\f1aa"
}
.fa-language:before {
	content: "\f1ab"
}
.fa-fax:before {
	content: "\f1ac"
}
.fa-building:before {
	content: "\f1ad"
}
.fa-child:before {
	content: "\f1ae"
}
.fa-paw:before {
	content: "\f1b0"
}
.fa-spoon:before {
	content: "\f1b1"
}
.fa-cube:before {
	content: "\f1b2"
}
.fa-cubes:before {
	content: "\f1b3"
}
.fa-behance:before {
	content: "\f1b4"
}
.fa-behance-square:before {
	content: "\f1b5"
}
.fa-steam:before {
	content: "\f1b6"
}
.fa-steam-square:before {
	content: "\f1b7"
}
.fa-recycle:before {
	content: "\f1b8"
}
.fa-automobile:before, .fa-car:before {
	content: "\f1b9"
}
.fa-cab:before, .fa-taxi:before {
	content: "\f1ba"
}
.fa-tree:before {
	content: "\f1bb"
}
.fa-spotify:before {
	content: "\f1bc"
}
.fa-deviantart:before {
	content: "\f1bd"
}
.fa-soundcloud:before {
	content: "\f1be"
}
.fa-database:before {
	content: "\f1c0"
}
.fa-file-pdf-o:before {
	content: "\f1c1"
}
.fa-file-word-o:before {
	content: "\f1c2"
}
.fa-file-excel-o:before {
	content: "\f1c3"
}
.fa-file-powerpoint-o:before {
	content: "\f1c4"
}
.fa-file-image-o:before, .fa-file-photo-o:before, .fa-file-picture-o:before {
	content: "\f1c5"
}
.fa-file-archive-o:before, .fa-file-zip-o:before {
	content: "\f1c6"
}
.fa-file-audio-o:before, .fa-file-sound-o:before {
	content: "\f1c7"
}
.fa-file-movie-o:before, .fa-file-video-o:before {
	content: "\f1c8"
}
.fa-file-code-o:before {
	content: "\f1c9"
}
.fa-vine:before {
	content: "\f1ca"
}
.fa-codepen:before {
	content: "\f1cb"
}
.fa-jsfiddle:before {
	content: "\f1cc"
}
.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-ring:before, .fa-life-saver:before, .fa-support:before {
	content: "\f1cd"
}
.fa-circle-o-notch:before {
	content: "\f1ce"
}
.fa-ra:before, .fa-rebel:before, .fa-resistance:before {
	content: "\f1d0"
}
.fa-empire:before, .fa-ge:before {
	content: "\f1d1"
}
.fa-git-square:before {
	content: "\f1d2"
}
.fa-git:before {
	content: "\f1d3"
}
.fa-hacker-news:before, .fa-y-combinator-square:before, .fa-yc-square:before {
	content: "\f1d4"
}
.fa-tencent-weibo:before {
	content: "\f1d5"
}
.fa-qq:before {
	content: "\f1d6"
}
.fa-wechat:before, .fa-weixin:before {
	content: "\f1d7"
}
.fa-paper-plane:before, .fa-send:before {
	content: "\f1d8"
}
.fa-paper-plane-o:before, .fa-send-o:before {
	content: "\f1d9"
}
.fa-history:before {
	content: "\f1da"
}
.fa-circle-thin:before {
	content: "\f1db"
}
.fa-header:before {
	content: "\f1dc"
}
.fa-paragraph:before {
	content: "\f1dd"
}
.fa-sliders:before {
	content: "\f1de"
}
.fa-share-alt:before {
	content: "\f1e0"
}
.fa-share-alt-square:before {
	content: "\f1e1"
}
.fa-bomb:before {
	content: "\f1e2"
}
.fa-futbol-o:before, .fa-soccer-ball-o:before {
	content: "\f1e3"
}
.fa-tty:before {
	content: "\f1e4"
}
.fa-binoculars:before {
	content: "\f1e5"
}
.fa-plug:before {
	content: "\f1e6"
}
.fa-slideshare:before {
	content: "\f1e7"
}
.fa-twitch:before {
	content: "\f1e8"
}
.fa-yelp:before {
	content: "\f1e9"
}
.fa-newspaper-o:before {
	content: "\f1ea"
}
.fa-wifi:before {
	content: "\f1eb"
}
.fa-calculator:before {
	content: "\f1ec"
}
.fa-paypal:before {
	content: "\f1ed"
}
.fa-google-wallet:before {
	content: "\f1ee"
}
.fa-cc-visa:before {
	content: "\f1f0"
}
.fa-cc-mastercard:before {
	content: "\f1f1"
}
.fa-cc-discover:before {
	content: "\f1f2"
}
.fa-cc-amex:before {
	content: "\f1f3"
}
.fa-cc-paypal:before {
	content: "\f1f4"
}
.fa-cc-stripe:before {
	content: "\f1f5"
}
.fa-bell-slash:before {
	content: "\f1f6"
}
.fa-bell-slash-o:before {
	content: "\f1f7"
}
.fa-trash:before {
	content: "\f1f8"
}
.fa-copyright:before {
	content: "\f1f9"
}
.fa-at:before {
	content: "\f1fa"
}
.fa-eyedropper:before {
	content: "\f1fb"
}
.fa-paint-brush:before {
	content: "\f1fc"
}
.fa-birthday-cake:before {
	content: "\f1fd"
}
.fa-area-chart:before {
	content: "\f1fe"
}
.fa-pie-chart:before {
	content: "\f200"
}
.fa-line-chart:before {
	content: "\f201"
}
.fa-lastfm:before {
	content: "\f202"
}
.fa-lastfm-square:before {
	content: "\f203"
}
.fa-toggle-off:before {
	content: "\f204"
}
.fa-toggle-on:before {
	content: "\f205"
}
.fa-bicycle:before {
	content: "\f206"
}
.fa-bus:before {
	content: "\f207"
}
.fa-ioxhost:before {
	content: "\f208"
}
.fa-angellist:before {
	content: "\f209"
}
.fa-cc:before {
	content: "\f20a"
}
.fa-ils:before, .fa-shekel:before, .fa-sheqel:before {
	content: "\f20b"
}
.fa-meanpath:before {
	content: "\f20c"
}
.fa-buysellads:before {
	content: "\f20d"
}
.fa-connectdevelop:before {
	content: "\f20e"
}
.fa-dashcube:before {
	content: "\f210"
}
.fa-forumbee:before {
	content: "\f211"
}
.fa-leanpub:before {
	content: "\f212"
}
.fa-sellsy:before {
	content: "\f213"
}
.fa-shirtsinbulk:before {
	content: "\f214"
}
.fa-simplybuilt:before {
	content: "\f215"
}
.fa-skyatlas:before {
	content: "\f216"
}
.fa-cart-plus:before {
	content: "\f217"
}
.fa-cart-arrow-down:before {
	content: "\f218"
}
.fa-diamond:before {
	content: "\f219"
}
.fa-ship:before {
	content: "\f21a"
}
.fa-user-secret:before {
	content: "\f21b"
}
.fa-motorcycle:before {
	content: "\f21c"
}
.fa-street-view:before {
	content: "\f21d"
}
.fa-heartbeat:before {
	content: "\f21e"
}
.fa-venus:before {
	content: "\f221"
}
.fa-mars:before {
	content: "\f222"
}
.fa-mercury:before {
	content: "\f223"
}
.fa-intersex:before, .fa-transgender:before {
	content: "\f224"
}
.fa-transgender-alt:before {
	content: "\f225"
}
.fa-venus-double:before {
	content: "\f226"
}
.fa-mars-double:before {
	content: "\f227"
}
.fa-venus-mars:before {
	content: "\f228"
}
.fa-mars-stroke:before {
	content: "\f229"
}
.fa-mars-stroke-v:before {
	content: "\f22a"
}
.fa-mars-stroke-h:before {
	content: "\f22b"
}
.fa-neuter:before {
	content: "\f22c"
}
.fa-genderless:before {
	content: "\f22d"
}
.fa-facebook-official:before {
	content: "\f230"
}
.fa-pinterest-p:before {
	content: "\f231"
}
.fa-whatsapp:before {
	content: "\f232"
}
.fa-server:before {
	content: "\f233"
}
.fa-user-plus:before {
	content: "\f234"
}
.fa-user-times:before {
	content: "\f235"
}
.fa-bed:before, .fa-hotel:before {
	content: "\f236"
}
.fa-viacoin:before {
	content: "\f237"
}
.fa-train:before {
	content: "\f238"
}
.fa-subway:before {
	content: "\f239"
}
.fa-medium:before {
	content: "\f23a"
}
.fa-y-combinator:before, .fa-yc:before {
	content: "\f23b"
}
.fa-optin-monster:before {
	content: "\f23c"
}
.fa-opencart:before {
	content: "\f23d"
}
.fa-expeditedssl:before {
	content: "\f23e"
}
.fa-battery-4:before, .fa-battery-full:before, .fa-battery:before {
	content: "\f240"
}
.fa-battery-3:before, .fa-battery-three-quarters:before {
	content: "\f241"
}
.fa-battery-2:before, .fa-battery-half:before {
	content: "\f242"
}
.fa-battery-1:before, .fa-battery-quarter:before {
	content: "\f243"
}
.fa-battery-0:before, .fa-battery-empty:before {
	content: "\f244"
}
.fa-mouse-pointer:before {
	content: "\f245"
}
.fa-i-cursor:before {
	content: "\f246"
}
.fa-object-group:before {
	content: "\f247"
}
.fa-object-ungroup:before {
	content: "\f248"
}
.fa-sticky-note:before {
	content: "\f249"
}
.fa-sticky-note-o:before {
	content: "\f24a"
}
.fa-cc-jcb:before {
	content: "\f24b"
}
.fa-cc-diners-club:before {
	content: "\f24c"
}
.fa-clone:before {
	content: "\f24d"
}
.fa-balance-scale:before {
	content: "\f24e"
}
.fa-hourglass-o:before {
	content: "\f250"
}
.fa-hourglass-1:before, .fa-hourglass-start:before {
	content: "\f251"
}
.fa-hourglass-2:before, .fa-hourglass-half:before {
	content: "\f252"
}
.fa-hourglass-3:before, .fa-hourglass-end:before {
	content: "\f253"
}
.fa-hourglass:before {
	content: "\f254"
}
.fa-hand-grab-o:before, .fa-hand-rock-o:before {
	content: "\f255"
}
.fa-hand-paper-o:before, .fa-hand-stop-o:before {
	content: "\f256"
}
.fa-hand-scissors-o:before {
	content: "\f257"
}
.fa-hand-lizard-o:before {
	content: "\f258"
}
.fa-hand-spock-o:before {
	content: "\f259"
}
.fa-hand-pointer-o:before {
	content: "\f25a"
}
.fa-hand-peace-o:before {
	content: "\f25b"
}
.fa-trademark:before {
	content: "\f25c"
}
.fa-registered:before {
	content: "\f25d"
}
.fa-creative-commons:before {
	content: "\f25e"
}
.fa-gg:before {
	content: "\f260"
}
.fa-gg-circle:before {
	content: "\f261"
}
.fa-tripadvisor:before {
	content: "\f262"
}
.fa-odnoklassniki:before {
	content: "\f263"
}
.fa-odnoklassniki-square:before {
	content: "\f264"
}
.fa-get-pocket:before {
	content: "\f265"
}
.fa-wikipedia-w:before {
	content: "\f266"
}
.fa-safari:before {
	content: "\f267"
}
.fa-chrome:before {
	content: "\f268"
}
.fa-firefox:before {
	content: "\f269"
}
.fa-opera:before {
	content: "\f26a"
}
.fa-internet-explorer:before {
	content: "\f26b"
}
.fa-television:before, .fa-tv:before {
	content: "\f26c"
}
.fa-contao:before {
	content: "\f26d"
}
.fa-500px:before {
	content: "\f26e"
}
.fa-amazon:before {
	content: "\f270"
}
.fa-calendar-plus-o:before {
	content: "\f271"
}
.fa-calendar-minus-o:before {
	content: "\f272"
}
.fa-calendar-times-o:before {
	content: "\f273"
}
.fa-calendar-check-o:before {
	content: "\f274"
}
.fa-industry:before {
	content: "\f275"
}
.fa-map-pin:before {
	content: "\f276"
}
.fa-map-signs:before {
	content: "\f277"
}
.fa-map-o:before {
	content: "\f278"
}
.fa-map:before {
	content: "\f279"
}
.fa-commenting:before {
	content: "\f27a"
}
.fa-commenting-o:before {
	content: "\f27b"
}
.fa-houzz:before {
	content: "\f27c"
}
.fa-vimeo:before {
	content: "\f27d"
}
.fa-black-tie:before {
	content: "\f27e"
}
.fa-fonticons:before {
	content: "\f280"
}
.fa-reddit-alien:before {
	content: "\f281"
}
.fa-edge:before {
	content: "\f282"
}
.fa-credit-card-alt:before {
	content: "\f283"
}
.fa-codiepie:before {
	content: "\f284"
}
.fa-modx:before {
	content: "\f285"
}
.fa-fort-awesome:before {
	content: "\f286"
}
.fa-usb:before {
	content: "\f287"
}
.fa-product-hunt:before {
	content: "\f288"
}
.fa-mixcloud:before {
	content: "\f289"
}
.fa-scribd:before {
	content: "\f28a"
}
.fa-pause-circle:before {
	content: "\f28b"
}
.fa-pause-circle-o:before {
	content: "\f28c"
}
.fa-stop-circle:before {
	content: "\f28d"
}
.fa-stop-circle-o:before {
	content: "\f28e"
}
.fa-shopping-bag:before {
	content: "\f290"
}
.fa-shopping-basket:before {
	content: "\f291"
}
.fa-hashtag:before {
	content: "\f292"
}
.fa-bluetooth:before {
	content: "\f293"
}
.fa-bluetooth-b:before {
	content: "\f294"
}
.fa-percent:before {
	content: "\f295"
}
.fa-gitlab:before {
	content: "\f296"
}
.fa-wpbeginner:before {
	content: "\f297"
}
.fa-wpforms:before {
	content: "\f298"
}
.fa-envira:before {
	content: "\f299"
}
.fa-universal-access:before {
	content: "\f29a"
}
.fa-wheelchair-alt:before {
	content: "\f29b"
}
.fa-question-circle-o:before {
	content: "\f29c"
}
.fa-blind:before {
	content: "\f29d"
}
.fa-audio-description:before {
	content: "\f29e"
}
.fa-volume-control-phone:before {
	content: "\f2a0"
}
.fa-braille:before {
	content: "\f2a1"
}
.fa-assistive-listening-systems:before {
	content: "\f2a2"
}
.fa-american-sign-language-interpreting:before, .fa-asl-interpreting:before {
	content: "\f2a3"
}
.fa-deaf:before, .fa-deafness:before, .fa-hard-of-hearing:before {
	content: "\f2a4"
}
.fa-glide:before {
	content: "\f2a5"
}
.fa-glide-g:before {
	content: "\f2a6"
}
.fa-sign-language:before, .fa-signing:before {
	content: "\f2a7"
}
.fa-low-vision:before {
	content: "\f2a8"
}
.fa-viadeo:before {
	content: "\f2a9"
}
.fa-viadeo-square:before {
	content: "\f2aa"
}
.fa-snapchat:before {
	content: "\f2ab"
}
.fa-snapchat-ghost:before {
	content: "\f2ac"
}
.fa-snapchat-square:before {
	content: "\f2ad"
}
.fa-pied-piper:before {
	content: "\f2ae"
}
.fa-first-order:before {
	content: "\f2b0"
}
.fa-yoast:before {
	content: "\f2b1"
}
.fa-themeisle:before {
	content: "\f2b2"
}
.fa-google-plus-circle:before, .fa-google-plus-official:before {
	content: "\f2b3"
}
.fa-fa:before, .fa-font-awesome:before {
	content: "\f2b4"
}
.fa-handshake-o:before {
	content: "\f2b5"
}
.fa-envelope-open:before {
	content: "\f2b6"
}
.fa-envelope-open-o:before {
	content: "\f2b7"
}
.fa-linode:before {
	content: "\f2b8"
}
.fa-address-book:before {
	content: "\f2b9"
}
.fa-address-book-o:before {
	content: "\f2ba"
}
.fa-address-card:before, .fa-vcard:before {
	content: "\f2bb"
}
.fa-address-card-o:before, .fa-vcard-o:before {
	content: "\f2bc"
}
.fa-user-circle:before {
	content: "\f2bd"
}
.fa-user-circle-o:before {
	content: "\f2be"
}
.fa-user-o:before {
	content: "\f2c0"
}
.fa-id-badge:before {
	content: "\f2c1"
}
.fa-drivers-license:before, .fa-id-card:before {
	content: "\f2c2"
}
.fa-drivers-license-o:before, .fa-id-card-o:before {
	content: "\f2c3"
}
.fa-quora:before {
	content: "\f2c4"
}
.fa-free-code-camp:before {
	content: "\f2c5"
}
.fa-telegram:before {
	content: "\f2c6"
}
.fa-thermometer-4:before, .fa-thermometer-full:before, .fa-thermometer:before {
	content: "\f2c7"
}
.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
	content: "\f2c8"
}
.fa-thermometer-2:before, .fa-thermometer-half:before {
	content: "\f2c9"
}
.fa-thermometer-1:before, .fa-thermometer-quarter:before {
	content: "\f2ca"
}
.fa-thermometer-0:before, .fa-thermometer-empty:before {
	content: "\f2cb"
}
.fa-shower:before {
	content: "\f2cc"
}
.fa-bath:before, .fa-bathtub:before, .fa-s15:before {
	content: "\f2cd"
}
.fa-podcast:before {
	content: "\f2ce"
}
.fa-window-maximize:before {
	content: "\f2d0"
}
.fa-window-minimize:before {
	content: "\f2d1"
}
.fa-window-restore:before {
	content: "\f2d2"
}
.fa-times-rectangle:before, .fa-window-close:before {
	content: "\f2d3"
}
.fa-times-rectangle-o:before, .fa-window-close-o:before {
	content: "\f2d4"
}
.fa-bandcamp:before {
	content: "\f2d5"
}
.fa-grav:before {
	content: "\f2d6"
}
.fa-etsy:before {
	content: "\f2d7"
}
.fa-imdb:before {
	content: "\f2d8"
}
.fa-ravelry:before {
	content: "\f2d9"
}
.fa-eercast:before {
	content: "\f2da"
}
.fa-microchip:before {
	content: "\f2db"
}
.fa-snowflake-o:before {
	content: "\f2dc"
}
.fa-superpowers:before {
	content: "\f2dd"
}
.fa-wpexplorer:before {
	content: "\f2de"
}
.fa-meetup:before {
	content: "\f2e0"
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0
}
.sr-only-focusable:active, .sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto
}/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
	font-family: FontAwesome;
	src: url(../libs/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0);
	src: url(../libs/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'), url(../libs/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'), url(../libs/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'), url(../libs/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'), url(../libs/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');
	font-weight: 400;
	font-style: normal
}
.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-lg {
	font-size: 1.33333333em;
	line-height: .75em;
	vertical-align: -15%
}
.fa-2x {
	font-size: 2em
}
.fa-3x {
	font-size: 3em
}
.fa-4x {
	font-size: 4em
}
.fa-5x {
	font-size: 5em
}
.fa-fw {
	width: 1.28571429em;
	text-align: center
}
.fa-ul {
	padding-left: 0;
	margin-left: 2.14285714em;
	list-style-type: none
}
.fa-ul>li {
	position: relative
}
.fa-li {
	position: absolute;
	left: -2.14285714em;
	width: 2.14285714em;
	top: .14285714em;
	text-align: center
}
.fa-li.fa-lg {
	left: -1.85714286em
}
.fa-border {
	padding: .2em .25em .15em;
	border: solid .08em #eee;
	border-radius: .1em
}
.fa-pull-left {
	float: left
}
.fa-pull-right {
	float: right
}
.fa.fa-pull-left {
	margin-right: .3em
}
.fa.fa-pull-right {
	margin-left: .3em
}
.pull-right {
	float: right
}
.pull-left {
	float: left
}
.fa.pull-left {
	margin-right: .3em
}
.fa.pull-right {
	margin-left: .3em
}
.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear
}
.fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8)
}
@-webkit-keyframes fa-spin {
0% {
-webkit-transform:rotate(0);
transform:rotate(0)
}
100% {
-webkit-transform:rotate(359deg);
transform:rotate(359deg)
}
}
@keyframes fa-spin {
0% {
-webkit-transform:rotate(0);
transform:rotate(0)
}
100% {
-webkit-transform:rotate(359deg);
transform:rotate(359deg)
}
}
.fa-rotate-90 {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}
.fa-rotate-180 {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}
.fa-rotate-270 {
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg)
}
.fa-flip-horizontal {
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1)
}
.fa-flip-vertical {
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1)
}
:root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-rotate-90 {
	filter: none
}
.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle
}
.fa-stack-1x, .fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center
}
.fa-stack-1x {
	line-height: inherit
}
.fa-stack-2x {
	font-size: 2em
}
.fa-inverse {
	color: #fff
}
.fa-glass:before {
	content: "\f000"
}
.fa-music:before {
	content: "\f001"
}
.fa-search:before {
	content: "\f002"
}
.fa-envelope-o:before {
	content: "\f003"
}
.fa-heart:before {
	content: "\f004"
}
.fa-star:before {
	content: "\f005"
}
.fa-star-o:before {
	content: "\f006"
}
.fa-user:before {
	content: "\f007"
}
.fa-film:before {
	content: "\f008"
}
.fa-th-large:before {
	content: "\f009"
}
.fa-th:before {
	content: "\f00a"
}
.fa-th-list:before {
	content: "\f00b"
}
.fa-check:before {
	content: "\f00c"
}
.fa-close:before, .fa-remove:before, .fa-times:before {
	content: "\f00d"
}
.fa-search-plus:before {
	content: "\f00e"
}
.fa-search-minus:before {
	content: "\f010"
}
.fa-power-off:before {
	content: "\f011"
}
.fa-signal:before {
	content: "\f012"
}
.fa-cog:before, .fa-gear:before {
	content: "\f013"
}
.fa-trash-o:before {
	content: "\f014"
}
.fa-home:before {
	content: "\f015"
}
.fa-file-o:before {
	content: "\f016"
}
.fa-clock-o:before {
	content: "\f017"
}
.fa-road:before {
	content: "\f018"
}
.fa-download:before {
	content: "\f019"
}
.fa-arrow-circle-o-down:before {
	content: "\f01a"
}
.fa-arrow-circle-o-up:before {
	content: "\f01b"
}
.fa-inbox:before {
	content: "\f01c"
}
.fa-play-circle-o:before {
	content: "\f01d"
}
.fa-repeat:before, .fa-rotate-right:before {
	content: "\f01e"
}
.fa-refresh:before {
	content: "\f021"
}
.fa-list-alt:before {
	content: "\f022"
}
.fa-lock:before {
	content: "\f023"
}
.fa-flag:before {
	content: "\f024"
}
.fa-headphones:before {
	content: "\f025"
}
.fa-volume-off:before {
	content: "\f026"
}
.fa-volume-down:before {
	content: "\f027"
}
.fa-volume-up:before {
	content: "\f028"
}
.fa-qrcode:before {
	content: "\f029"
}
.fa-barcode:before {
	content: "\f02a"
}
.fa-tag:before {
	content: "\f02b"
}
.fa-tags:before {
	content: "\f02c"
}
.fa-book:before {
	content: "\f02d"
}
.fa-bookmark:before {
	content: "\f02e"
}
.fa-print:before {
	content: "\f02f"
}
.fa-camera:before {
	content: "\f030"
}
.fa-font:before {
	content: "\f031"
}
.fa-bold:before {
	content: "\f032"
}
.fa-italic:before {
	content: "\f033"
}
.fa-text-height:before {
	content: "\f034"
}
.fa-text-width:before {
	content: "\f035"
}
.fa-align-left:before {
	content: "\f036"
}
.fa-align-center:before {
	content: "\f037"
}
.fa-align-right:before {
	content: "\f038"
}
.fa-align-justify:before {
	content: "\f039"
}
.fa-list:before {
	content: "\f03a"
}
.fa-dedent:before, .fa-outdent:before {
	content: "\f03b"
}
.fa-indent:before {
	content: "\f03c"
}
.fa-video-camera:before {
	content: "\f03d"
}
.fa-image:before, .fa-photo:before, .fa-picture-o:before {
	content: "\f03e"
}
.fa-pencil:before {
	content: "\f040"
}
.fa-map-marker:before {
	content: "\f041"
}
.fa-adjust:before {
	content: "\f042"
}
.fa-tint:before {
	content: "\f043"
}
.fa-edit:before, .fa-pencil-square-o:before {
	content: "\f044"
}
.fa-share-square-o:before {
	content: "\f045"
}
.fa-check-square-o:before {
	content: "\f046"
}
.fa-arrows:before {
	content: "\f047"
}
.fa-step-backward:before {
	content: "\f048"
}
.fa-fast-backward:before {
	content: "\f049"
}
.fa-backward:before {
	content: "\f04a"
}
.fa-play:before {
	content: "\f04b"
}
.fa-pause:before {
	content: "\f04c"
}
.fa-stop:before {
	content: "\f04d"
}
.fa-forward:before {
	content: "\f04e"
}
.fa-fast-forward:before {
	content: "\f050"
}
.fa-step-forward:before {
	content: "\f051"
}
.fa-eject:before {
	content: "\f052"
}
.fa-chevron-left:before {
	content: "\f053"
}
.fa-chevron-right:before {
	content: "\f054"
}
.fa-plus-circle:before {
	content: "\f055"
}
.fa-minus-circle:before {
	content: "\f056"
}
.fa-times-circle:before {
	content: "\f057"
}
.fa-check-circle:before {
	content: "\f058"
}
.fa-question-circle:before {
	content: "\f059"
}
.fa-info-circle:before {
	content: "\f05a"
}
.fa-crosshairs:before {
	content: "\f05b"
}
.fa-times-circle-o:before {
	content: "\f05c"
}
.fa-check-circle-o:before {
	content: "\f05d"
}
.fa-ban:before {
	content: "\f05e"
}
.fa-arrow-left:before {
	content: "\f060"
}
.fa-arrow-right:before {
	content: "\f061"
}
.fa-arrow-up:before {
	content: "\f062"
}
.fa-arrow-down:before {
	content: "\f063"
}
.fa-mail-forward:before, .fa-share:before {
	content: "\f064"
}
.fa-expand:before {
	content: "\f065"
}
.fa-compress:before {
	content: "\f066"
}
.fa-plus:before {
	content: "\f067"
}
.fa-minus:before {
	content: "\f068"
}
.fa-asterisk:before {
	content: "\f069"
}
.fa-exclamation-circle:before {
	content: "\f06a"
}
.fa-gift:before {
	content: "\f06b"
}
.fa-leaf:before {
	content: "\f06c"
}
.fa-fire:before {
	content: "\f06d"
}
.fa-eye:before {
	content: "\f06e"
}
.fa-eye-slash:before {
	content: "\f070"
}
.fa-exclamation-triangle:before, .fa-warning:before {
	content: "\f071"
}
.fa-plane:before {
	content: "\f072"
}
.fa-calendar:before {
	content: "\f073"
}
.fa-random:before {
	content: "\f074"
}
.fa-comment:before {
	content: "\f075"
}
.fa-magnet:before {
	content: "\f076"
}
.fa-chevron-up:before {
	content: "\f077"
}
.fa-chevron-down:before {
	content: "\f078"
}
.fa-retweet:before {
	content: "\f079"
}
.fa-shopping-cart:before {
	content: "\f07a"
}
.fa-folder:before {
	content: "\f07b"
}
.fa-folder-open:before {
	content: "\f07c"
}
.fa-arrows-v:before {
	content: "\f07d"
}
.fa-arrows-h:before {
	content: "\f07e"
}
.fa-bar-chart-o:before, .fa-bar-chart:before {
	content: "\f080"
}
.fa-twitter-square:before {
	content: "\f081"
}
.fa-facebook-square:before {
	content: "\f082"
}
.fa-camera-retro:before {
	content: "\f083"
}
.fa-key:before {
	content: "\f084"
}
.fa-cogs:before, .fa-gears:before {
	content: "\f085"
}
.fa-comments:before {
	content: "\f086"
}
.fa-thumbs-o-up:before {
	content: "\f087"
}
.fa-thumbs-o-down:before {
	content: "\f088"
}
.fa-star-half:before {
	content: "\f089"
}
.fa-heart-o:before {
	content: "\f08a"
}
.fa-sign-out:before {
	content: "\f08b"
}
.fa-linkedin-square:before {
	content: "\f08c"
}
.fa-thumb-tack:before {
	content: "\f08d"
}
.fa-external-link:before {
	content: "\f08e"
}
.fa-sign-in:before {
	content: "\f090"
}
.fa-trophy:before {
	content: "\f091"
}
.fa-github-square:before {
	content: "\f092"
}
.fa-upload:before {
	content: "\f093"
}
.fa-lemon-o:before {
	content: "\f094"
}
.fa-phone:before {
	content: "\f095"
}
.fa-square-o:before {
	content: "\f096"
}
.fa-bookmark-o:before {
	content: "\f097"
}
.fa-phone-square:before {
	content: "\f098"
}
.fa-twitter:before {
	content: "\f099"
}
.fa-facebook-f:before, .fa-facebook:before {
	content: "\f09a"
}
.fa-github:before {
	content: "\f09b"
}
.fa-unlock:before {
	content: "\f09c"
}
.fa-credit-card:before {
	content: "\f09d"
}
.fa-feed:before, .fa-rss:before {
	content: "\f09e"
}
.fa-hdd-o:before {
	content: "\f0a0"
}
.fa-bullhorn:before {
	content: "\f0a1"
}
.fa-bell:before {
	content: "\f0f3"
}
.fa-certificate:before {
	content: "\f0a3"
}
.fa-hand-o-right:before {
	content: "\f0a4"
}
.fa-hand-o-left:before {
	content: "\f0a5"
}
.fa-hand-o-up:before {
	content: "\f0a6"
}
.fa-hand-o-down:before {
	content: "\f0a7"
}
.fa-arrow-circle-left:before {
	content: "\f0a8"
}
.fa-arrow-circle-right:before {
	content: "\f0a9"
}
.fa-arrow-circle-up:before {
	content: "\f0aa"
}
.fa-arrow-circle-down:before {
	content: "\f0ab"
}
.fa-globe:before {
	content: "\f0ac"
}
.fa-wrench:before {
	content: "\f0ad"
}
.fa-tasks:before {
	content: "\f0ae"
}
.fa-filter:before {
	content: "\f0b0"
}
.fa-briefcase:before {
	content: "\f0b1"
}
.fa-arrows-alt:before {
	content: "\f0b2"
}
.fa-group:before, .fa-users:before {
	content: "\f0c0"
}
.fa-chain:before, .fa-link:before {
	content: "\f0c1"
}
.fa-cloud:before {
	content: "\f0c2"
}
.fa-flask:before {
	content: "\f0c3"
}
.fa-cut:before, .fa-scissors:before {
	content: "\f0c4"
}
.fa-copy:before, .fa-files-o:before {
	content: "\f0c5"
}
.fa-paperclip:before {
	content: "\f0c6"
}
.fa-floppy-o:before, .fa-save:before {
	content: "\f0c7"
}
.fa-square:before {
	content: "\f0c8"
}
.fa-bars:before, .fa-navicon:before, .fa-reorder:before {
	content: "\f0c9"
}
.fa-list-ul:before {
	content: "\f0ca"
}
.fa-list-ol:before {
	content: "\f0cb"
}
.fa-strikethrough:before {
	content: "\f0cc"
}
.fa-underline:before {
	content: "\f0cd"
}
.fa-table:before {
	content: "\f0ce"
}
.fa-magic:before {
	content: "\f0d0"
}
.fa-truck:before {
	content: "\f0d1"
}
.fa-pinterest:before {
	content: "\f0d2"
}
.fa-pinterest-square:before {
	content: "\f0d3"
}
.fa-google-plus-square:before {
	content: "\f0d4"
}
.fa-google-plus:before {
	content: "\f0d5"
}
.fa-money:before {
	content: "\f0d6"
}
.fa-caret-down:before {
	content: "\f0d7"
}
.fa-caret-up:before {
	content: "\f0d8"
}
.fa-caret-left:before {
	content: "\f0d9"
}
.fa-caret-right:before {
	content: "\f0da"
}
.fa-columns:before {
	content: "\f0db"
}
.fa-sort:before, .fa-unsorted:before {
	content: "\f0dc"
}
.fa-sort-desc:before, .fa-sort-down:before {
	content: "\f0dd"
}
.fa-sort-asc:before, .fa-sort-up:before {
	content: "\f0de"
}
.fa-envelope:before {
	content: "\f0e0"
}
.fa-linkedin:before {
	content: "\f0e1"
}
.fa-rotate-left:before, .fa-undo:before {
	content: "\f0e2"
}
.fa-gavel:before, .fa-legal:before {
	content: "\f0e3"
}
.fa-dashboard:before, .fa-tachometer:before {
	content: "\f0e4"
}
.fa-comment-o:before {
	content: "\f0e5"
}
.fa-comments-o:before {
	content: "\f0e6"
}
.fa-bolt:before, .fa-flash:before {
	content: "\f0e7"
}
.fa-sitemap:before {
	content: "\f0e8"
}
.fa-umbrella:before {
	content: "\f0e9"
}
.fa-clipboard:before, .fa-paste:before {
	content: "\f0ea"
}
.fa-lightbulb-o:before {
	content: "\f0eb"
}
.fa-exchange:before {
	content: "\f0ec"
}
.fa-cloud-download:before {
	content: "\f0ed"
}
.fa-cloud-upload:before {
	content: "\f0ee"
}
.fa-user-md:before {
	content: "\f0f0"
}
.fa-stethoscope:before {
	content: "\f0f1"
}
.fa-suitcase:before {
	content: "\f0f2"
}
.fa-bell-o:before {
	content: "\f0a2"
}
.fa-coffee:before {
	content: "\f0f4"
}
.fa-cutlery:before {
	content: "\f0f5"
}
.fa-file-text-o:before {
	content: "\f0f6"
}
.fa-building-o:before {
	content: "\f0f7"
}
.fa-hospital-o:before {
	content: "\f0f8"
}
.fa-ambulance:before {
	content: "\f0f9"
}
.fa-medkit:before {
	content: "\f0fa"
}
.fa-fighter-jet:before {
	content: "\f0fb"
}
.fa-beer:before {
	content: "\f0fc"
}
.fa-h-square:before {
	content: "\f0fd"
}
.fa-plus-square:before {
	content: "\f0fe"
}
.fa-angle-double-left:before {
	content: "\f100"
}
.fa-angle-double-right:before {
	content: "\f101"
}
.fa-angle-double-up:before {
	content: "\f102"
}
.fa-angle-double-down:before {
	content: "\f103"
}
.fa-angle-left:before {
	content: "\f104"
}
.fa-angle-right:before {
	content: "\f105"
}
.fa-angle-up:before {
	content: "\f106"
}
.fa-angle-down:before {
	content: "\f107"
}
.fa-desktop:before {
	content: "\f108"
}
.fa-laptop:before {
	content: "\f109"
}
.fa-tablet:before {
	content: "\f10a"
}
.fa-mobile-phone:before, .fa-mobile:before {
	content: "\f10b"
}
.fa-circle-o:before {
	content: "\f10c"
}
.fa-quote-left:before {
	content: "\f10d"
}
.fa-quote-right:before {
	content: "\f10e"
}
.fa-spinner:before {
	content: "\f110"
}
.fa-circle:before {
	content: "\f111"
}
.fa-mail-reply:before, .fa-reply:before {
	content: "\f112"
}
.fa-github-alt:before {
	content: "\f113"
}
.fa-folder-o:before {
	content: "\f114"
}
.fa-folder-open-o:before {
	content: "\f115"
}
.fa-smile-o:before {
	content: "\f118"
}
.fa-frown-o:before {
	content: "\f119"
}
.fa-meh-o:before {
	content: "\f11a"
}
.fa-gamepad:before {
	content: "\f11b"
}
.fa-keyboard-o:before {
	content: "\f11c"
}
.fa-flag-o:before {
	content: "\f11d"
}
.fa-flag-checkered:before {
	content: "\f11e"
}
.fa-terminal:before {
	content: "\f120"
}
.fa-code:before {
	content: "\f121"
}
.fa-mail-reply-all:before, .fa-reply-all:before {
	content: "\f122"
}
.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
	content: "\f123"
}
.fa-location-arrow:before {
	content: "\f124"
}
.fa-crop:before {
	content: "\f125"
}
.fa-code-fork:before {
	content: "\f126"
}
.fa-chain-broken:before, .fa-unlink:before {
	content: "\f127"
}
.fa-question:before {
	content: "\f128"
}
.fa-info:before {
	content: "\f129"
}
.fa-exclamation:before {
	content: "\f12a"
}
.fa-superscript:before {
	content: "\f12b"
}
.fa-subscript:before {
	content: "\f12c"
}
.fa-eraser:before {
	content: "\f12d"
}
.fa-puzzle-piece:before {
	content: "\f12e"
}
.fa-microphone:before {
	content: "\f130"
}
.fa-microphone-slash:before {
	content: "\f131"
}
.fa-shield:before {
	content: "\f132"
}
.fa-calendar-o:before {
	content: "\f133"
}
.fa-fire-extinguisher:before {
	content: "\f134"
}
.fa-rocket:before {
	content: "\f135"
}
.fa-maxcdn:before {
	content: "\f136"
}
.fa-chevron-circle-left:before {
	content: "\f137"
}
.fa-chevron-circle-right:before {
	content: "\f138"
}
.fa-chevron-circle-up:before {
	content: "\f139"
}
.fa-chevron-circle-down:before {
	content: "\f13a"
}
.fa-html5:before {
	content: "\f13b"
}
.fa-css3:before {
	content: "\f13c"
}
.fa-anchor:before {
	content: "\f13d"
}
.fa-unlock-alt:before {
	content: "\f13e"
}
.fa-bullseye:before {
	content: "\f140"
}
.fa-ellipsis-h:before {
	content: "\f141"
}
.fa-ellipsis-v:before {
	content: "\f142"
}
.fa-rss-square:before {
	content: "\f143"
}
.fa-play-circle:before {
	content: "\f144"
}
.fa-ticket:before {
	content: "\f145"
}
.fa-minus-square:before {
	content: "\f146"
}
.fa-minus-square-o:before {
	content: "\f147"
}
.fa-level-up:before {
	content: "\f148"
}
.fa-level-down:before {
	content: "\f149"
}
.fa-check-square:before {
	content: "\f14a"
}
.fa-pencil-square:before {
	content: "\f14b"
}
.fa-external-link-square:before {
	content: "\f14c"
}
.fa-share-square:before {
	content: "\f14d"
}
.fa-compass:before {
	content: "\f14e"
}
.fa-caret-square-o-down:before, .fa-toggle-down:before {
	content: "\f150"
}
.fa-caret-square-o-up:before, .fa-toggle-up:before {
	content: "\f151"
}
.fa-caret-square-o-right:before, .fa-toggle-right:before {
	content: "\f152"
}
.fa-eur:before, .fa-euro:before {
	content: "\f153"
}
.fa-gbp:before {
	content: "\f154"
}
.fa-dollar:before, .fa-usd:before {
	content: "\f155"
}
.fa-inr:before, .fa-rupee:before {
	content: "\f156"
}
.fa-cny:before, .fa-jpy:before, .fa-rmb:before, .fa-yen:before {
	content: "\f157"
}
.fa-rouble:before, .fa-rub:before, .fa-ruble:before {
	content: "\f158"
}
.fa-krw:before, .fa-won:before {
	content: "\f159"
}
.fa-bitcoin:before, .fa-btc:before {
	content: "\f15a"
}
.fa-file:before {
	content: "\f15b"
}
.fa-file-text:before {
	content: "\f15c"
}
.fa-sort-alpha-asc:before {
	content: "\f15d"
}
.fa-sort-alpha-desc:before {
	content: "\f15e"
}
.fa-sort-amount-asc:before {
	content: "\f160"
}
.fa-sort-amount-desc:before {
	content: "\f161"
}
.fa-sort-numeric-asc:before {
	content: "\f162"
}
.fa-sort-numeric-desc:before {
	content: "\f163"
}
.fa-thumbs-up:before {
	content: "\f164"
}
.fa-thumbs-down:before {
	content: "\f165"
}
.fa-youtube-square:before {
	content: "\f166"
}
.fa-youtube:before {
	content: "\f167"
}
.fa-xing:before {
	content: "\f168"
}
.fa-xing-square:before {
	content: "\f169"
}
.fa-youtube-play:before {
	content: "\f16a"
}
.fa-dropbox:before {
	content: "\f16b"
}
.fa-stack-overflow:before {
	content: "\f16c"
}
.fa-instagram:before {
	content: "\f16d"
}
.fa-flickr:before {
	content: "\f16e"
}
.fa-adn:before {
	content: "\f170"
}
.fa-bitbucket:before {
	content: "\f171"
}
.fa-bitbucket-square:before {
	content: "\f172"
}
.fa-tumblr:before {
	content: "\f173"
}
.fa-tumblr-square:before {
	content: "\f174"
}
.fa-long-arrow-down:before {
	content: "\f175"
}
.fa-long-arrow-up:before {
	content: "\f176"
}
.fa-long-arrow-left:before {
	content: "\f177"
}
.fa-long-arrow-right:before {
	content: "\f178"
}
.fa-apple:before {
	content: "\f179"
}
.fa-windows:before {
	content: "\f17a"
}
.fa-android:before {
	content: "\f17b"
}
.fa-linux:before {
	content: "\f17c"
}
.fa-dribbble:before {
	content: "\f17d"
}
.fa-skype:before {
	content: "\f17e"
}
.fa-foursquare:before {
	content: "\f180"
}
.fa-trello:before {
	content: "\f181"
}
.fa-female:before {
	content: "\f182"
}
.fa-male:before {
	content: "\f183"
}
.fa-gittip:before, .fa-gratipay:before {
	content: "\f184"
}
.fa-sun-o:before {
	content: "\f185"
}
.fa-moon-o:before {
	content: "\f186"
}
.fa-archive:before {
	content: "\f187"
}
.fa-bug:before {
	content: "\f188"
}
.fa-vk:before {
	content: "\f189"
}
.fa-weibo:before {
	content: "\f18a"
}
.fa-renren:before {
	content: "\f18b"
}
.fa-pagelines:before {
	content: "\f18c"
}
.fa-stack-exchange:before {
	content: "\f18d"
}
.fa-arrow-circle-o-right:before {
	content: "\f18e"
}
.fa-arrow-circle-o-left:before {
	content: "\f190"
}
.fa-caret-square-o-left:before, .fa-toggle-left:before {
	content: "\f191"
}
.fa-dot-circle-o:before {
	content: "\f192"
}
.fa-wheelchair:before {
	content: "\f193"
}
.fa-vimeo-square:before {
	content: "\f194"
}
.fa-try:before, .fa-turkish-lira:before {
	content: "\f195"
}
.fa-plus-square-o:before {
	content: "\f196"
}
.fa-space-shuttle:before {
	content: "\f197"
}
.fa-slack:before {
	content: "\f198"
}
.fa-envelope-square:before {
	content: "\f199"
}
.fa-wordpress:before {
	content: "\f19a"
}
.fa-openid:before {
	content: "\f19b"
}
.fa-bank:before, .fa-institution:before, .fa-university:before {
	content: "\f19c"
}
.fa-graduation-cap:before, .fa-mortar-board:before {
	content: "\f19d"
}
.fa-yahoo:before {
	content: "\f19e"
}
.fa-google:before {
	content: "\f1a0"
}
.fa-reddit:before {
	content: "\f1a1"
}
.fa-reddit-square:before {
	content: "\f1a2"
}
.fa-stumbleupon-circle:before {
	content: "\f1a3"
}
.fa-stumbleupon:before {
	content: "\f1a4"
}
.fa-delicious:before {
	content: "\f1a5"
}
.fa-digg:before {
	content: "\f1a6"
}
.fa-pied-piper-pp:before {
	content: "\f1a7"
}
.fa-pied-piper-alt:before {
	content: "\f1a8"
}
.fa-drupal:before {
	content: "\f1a9"
}
.fa-joomla:before {
	content: "\f1aa"
}
.fa-language:before {
	content: "\f1ab"
}
.fa-fax:before {
	content: "\f1ac"
}
.fa-building:before {
	content: "\f1ad"
}
.fa-child:before {
	content: "\f1ae"
}
.fa-paw:before {
	content: "\f1b0"
}
.fa-spoon:before {
	content: "\f1b1"
}
.fa-cube:before {
	content: "\f1b2"
}
.fa-cubes:before {
	content: "\f1b3"
}
.fa-behance:before {
	content: "\f1b4"
}
.fa-behance-square:before {
	content: "\f1b5"
}
.fa-steam:before {
	content: "\f1b6"
}
.fa-steam-square:before {
	content: "\f1b7"
}
.fa-recycle:before {
	content: "\f1b8"
}
.fa-automobile:before, .fa-car:before {
	content: "\f1b9"
}
.fa-cab:before, .fa-taxi:before {
	content: "\f1ba"
}
.fa-tree:before {
	content: "\f1bb"
}
.fa-spotify:before {
	content: "\f1bc"
}
.fa-deviantart:before {
	content: "\f1bd"
}
.fa-soundcloud:before {
	content: "\f1be"
}
.fa-database:before {
	content: "\f1c0"
}
.fa-file-pdf-o:before {
	content: "\f1c1"
}
.fa-file-word-o:before {
	content: "\f1c2"
}
.fa-file-excel-o:before {
	content: "\f1c3"
}
.fa-file-powerpoint-o:before {
	content: "\f1c4"
}
.fa-file-image-o:before, .fa-file-photo-o:before, .fa-file-picture-o:before {
	content: "\f1c5"
}
.fa-file-archive-o:before, .fa-file-zip-o:before {
	content: "\f1c6"
}
.fa-file-audio-o:before, .fa-file-sound-o:before {
	content: "\f1c7"
}
.fa-file-movie-o:before, .fa-file-video-o:before {
	content: "\f1c8"
}
.fa-file-code-o:before {
	content: "\f1c9"
}
.fa-vine:before {
	content: "\f1ca"
}
.fa-codepen:before {
	content: "\f1cb"
}
.fa-jsfiddle:before {
	content: "\f1cc"
}
.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-ring:before, .fa-life-saver:before, .fa-support:before {
	content: "\f1cd"
}
.fa-circle-o-notch:before {
	content: "\f1ce"
}
.fa-ra:before, .fa-rebel:before, .fa-resistance:before {
	content: "\f1d0"
}
.fa-empire:before, .fa-ge:before {
	content: "\f1d1"
}
.fa-git-square:before {
	content: "\f1d2"
}
.fa-git:before {
	content: "\f1d3"
}
.fa-hacker-news:before, .fa-y-combinator-square:before, .fa-yc-square:before {
	content: "\f1d4"
}
.fa-tencent-weibo:before {
	content: "\f1d5"
}
.fa-qq:before {
	content: "\f1d6"
}
.fa-wechat:before, .fa-weixin:before {
	content: "\f1d7"
}
.fa-paper-plane:before, .fa-send:before {
	content: "\f1d8"
}
.fa-paper-plane-o:before, .fa-send-o:before {
	content: "\f1d9"
}
.fa-history:before {
	content: "\f1da"
}
.fa-circle-thin:before {
	content: "\f1db"
}
.fa-header:before {
	content: "\f1dc"
}
.fa-paragraph:before {
	content: "\f1dd"
}
.fa-sliders:before {
	content: "\f1de"
}
.fa-share-alt:before {
	content: "\f1e0"
}
.fa-share-alt-square:before {
	content: "\f1e1"
}
.fa-bomb:before {
	content: "\f1e2"
}
.fa-futbol-o:before, .fa-soccer-ball-o:before {
	content: "\f1e3"
}
.fa-tty:before {
	content: "\f1e4"
}
.fa-binoculars:before {
	content: "\f1e5"
}
.fa-plug:before {
	content: "\f1e6"
}
.fa-slideshare:before {
	content: "\f1e7"
}
.fa-twitch:before {
	content: "\f1e8"
}
.fa-yelp:before {
	content: "\f1e9"
}
.fa-newspaper-o:before {
	content: "\f1ea"
}
.fa-wifi:before {
	content: "\f1eb"
}
.fa-calculator:before {
	content: "\f1ec"
}
.fa-paypal:before {
	content: "\f1ed"
}
.fa-google-wallet:before {
	content: "\f1ee"
}
.fa-cc-visa:before {
	content: "\f1f0"
}
.fa-cc-mastercard:before {
	content: "\f1f1"
}
.fa-cc-discover:before {
	content: "\f1f2"
}
.fa-cc-amex:before {
	content: "\f1f3"
}
.fa-cc-paypal:before {
	content: "\f1f4"
}
.fa-cc-stripe:before {
	content: "\f1f5"
}
.fa-bell-slash:before {
	content: "\f1f6"
}
.fa-bell-slash-o:before {
	content: "\f1f7"
}
.fa-trash:before {
	content: "\f1f8"
}
.fa-copyright:before {
	content: "\f1f9"
}
.fa-at:before {
	content: "\f1fa"
}
.fa-eyedropper:before {
	content: "\f1fb"
}
.fa-paint-brush:before {
	content: "\f1fc"
}
.fa-birthday-cake:before {
	content: "\f1fd"
}
.fa-area-chart:before {
	content: "\f1fe"
}
.fa-pie-chart:before {
	content: "\f200"
}
.fa-line-chart:before {
	content: "\f201"
}
.fa-lastfm:before {
	content: "\f202"
}
.fa-lastfm-square:before {
	content: "\f203"
}
.fa-toggle-off:before {
	content: "\f204"
}
.fa-toggle-on:before {
	content: "\f205"
}
.fa-bicycle:before {
	content: "\f206"
}
.fa-bus:before {
	content: "\f207"
}
.fa-ioxhost:before {
	content: "\f208"
}
.fa-angellist:before {
	content: "\f209"
}
.fa-cc:before {
	content: "\f20a"
}
.fa-ils:before, .fa-shekel:before, .fa-sheqel:before {
	content: "\f20b"
}
.fa-meanpath:before {
	content: "\f20c"
}
.fa-buysellads:before {
	content: "\f20d"
}
.fa-connectdevelop:before {
	content: "\f20e"
}
.fa-dashcube:before {
	content: "\f210"
}
.fa-forumbee:before {
	content: "\f211"
}
.fa-leanpub:before {
	content: "\f212"
}
.fa-sellsy:before {
	content: "\f213"
}
.fa-shirtsinbulk:before {
	content: "\f214"
}
.fa-simplybuilt:before {
	content: "\f215"
}
.fa-skyatlas:before {
	content: "\f216"
}
.fa-cart-plus:before {
	content: "\f217"
}
.fa-cart-arrow-down:before {
	content: "\f218"
}
.fa-diamond:before {
	content: "\f219"
}
.fa-ship:before {
	content: "\f21a"
}
.fa-user-secret:before {
	content: "\f21b"
}
.fa-motorcycle:before {
	content: "\f21c"
}
.fa-street-view:before {
	content: "\f21d"
}
.fa-heartbeat:before {
	content: "\f21e"
}
.fa-venus:before {
	content: "\f221"
}
.fa-mars:before {
	content: "\f222"
}
.fa-mercury:before {
	content: "\f223"
}
.fa-intersex:before, .fa-transgender:before {
	content: "\f224"
}
.fa-transgender-alt:before {
	content: "\f225"
}
.fa-venus-double:before {
	content: "\f226"
}
.fa-mars-double:before {
	content: "\f227"
}
.fa-venus-mars:before {
	content: "\f228"
}
.fa-mars-stroke:before {
	content: "\f229"
}
.fa-mars-stroke-v:before {
	content: "\f22a"
}
.fa-mars-stroke-h:before {
	content: "\f22b"
}
.fa-neuter:before {
	content: "\f22c"
}
.fa-genderless:before {
	content: "\f22d"
}
.fa-facebook-official:before {
	content: "\f230"
}
.fa-pinterest-p:before {
	content: "\f231"
}
.fa-whatsapp:before {
	content: "\f232"
}
.fa-server:before {
	content: "\f233"
}
.fa-user-plus:before {
	content: "\f234"
}
.fa-user-times:before {
	content: "\f235"
}
.fa-bed:before, .fa-hotel:before {
	content: "\f236"
}
.fa-viacoin:before {
	content: "\f237"
}
.fa-train:before {
	content: "\f238"
}
.fa-subway:before {
	content: "\f239"
}
.fa-medium:before {
	content: "\f23a"
}
.fa-y-combinator:before, .fa-yc:before {
	content: "\f23b"
}
.fa-optin-monster:before {
	content: "\f23c"
}
.fa-opencart:before {
	content: "\f23d"
}
.fa-expeditedssl:before {
	content: "\f23e"
}
.fa-battery-4:before, .fa-battery-full:before, .fa-battery:before {
	content: "\f240"
}
.fa-battery-3:before, .fa-battery-three-quarters:before {
	content: "\f241"
}
.fa-battery-2:before, .fa-battery-half:before {
	content: "\f242"
}
.fa-battery-1:before, .fa-battery-quarter:before {
	content: "\f243"
}
.fa-battery-0:before, .fa-battery-empty:before {
	content: "\f244"
}
.fa-mouse-pointer:before {
	content: "\f245"
}
.fa-i-cursor:before {
	content: "\f246"
}
.fa-object-group:before {
	content: "\f247"
}
.fa-object-ungroup:before {
	content: "\f248"
}
.fa-sticky-note:before {
	content: "\f249"
}
.fa-sticky-note-o:before {
	content: "\f24a"
}
.fa-cc-jcb:before {
	content: "\f24b"
}
.fa-cc-diners-club:before {
	content: "\f24c"
}
.fa-clone:before {
	content: "\f24d"
}
.fa-balance-scale:before {
	content: "\f24e"
}
.fa-hourglass-o:before {
	content: "\f250"
}
.fa-hourglass-1:before, .fa-hourglass-start:before {
	content: "\f251"
}
.fa-hourglass-2:before, .fa-hourglass-half:before {
	content: "\f252"
}
.fa-hourglass-3:before, .fa-hourglass-end:before {
	content: "\f253"
}
.fa-hourglass:before {
	content: "\f254"
}
.fa-hand-grab-o:before, .fa-hand-rock-o:before {
	content: "\f255"
}
.fa-hand-paper-o:before, .fa-hand-stop-o:before {
	content: "\f256"
}
.fa-hand-scissors-o:before {
	content: "\f257"
}
.fa-hand-lizard-o:before {
	content: "\f258"
}
.fa-hand-spock-o:before {
	content: "\f259"
}
.fa-hand-pointer-o:before {
	content: "\f25a"
}
.fa-hand-peace-o:before {
	content: "\f25b"
}
.fa-trademark:before {
	content: "\f25c"
}
.fa-registered:before {
	content: "\f25d"
}
.fa-creative-commons:before {
	content: "\f25e"
}
.fa-gg:before {
	content: "\f260"
}
.fa-gg-circle:before {
	content: "\f261"
}
.fa-tripadvisor:before {
	content: "\f262"
}
.fa-odnoklassniki:before {
	content: "\f263"
}
.fa-odnoklassniki-square:before {
	content: "\f264"
}
.fa-get-pocket:before {
	content: "\f265"
}
.fa-wikipedia-w:before {
	content: "\f266"
}
.fa-safari:before {
	content: "\f267"
}
.fa-chrome:before {
	content: "\f268"
}
.fa-firefox:before {
	content: "\f269"
}
.fa-opera:before {
	content: "\f26a"
}
.fa-internet-explorer:before {
	content: "\f26b"
}
.fa-television:before, .fa-tv:before {
	content: "\f26c"
}
.fa-contao:before {
	content: "\f26d"
}
.fa-500px:before {
	content: "\f26e"
}
.fa-amazon:before {
	content: "\f270"
}
.fa-calendar-plus-o:before {
	content: "\f271"
}
.fa-calendar-minus-o:before {
	content: "\f272"
}
.fa-calendar-times-o:before {
	content: "\f273"
}
.fa-calendar-check-o:before {
	content: "\f274"
}
.fa-industry:before {
	content: "\f275"
}
.fa-map-pin:before {
	content: "\f276"
}
.fa-map-signs:before {
	content: "\f277"
}
.fa-map-o:before {
	content: "\f278"
}
.fa-map:before {
	content: "\f279"
}
.fa-commenting:before {
	content: "\f27a"
}
.fa-commenting-o:before {
	content: "\f27b"
}
.fa-houzz:before {
	content: "\f27c"
}
.fa-vimeo:before {
	content: "\f27d"
}
.fa-black-tie:before {
	content: "\f27e"
}
.fa-fonticons:before {
	content: "\f280"
}
.fa-reddit-alien:before {
	content: "\f281"
}
.fa-edge:before {
	content: "\f282"
}
.fa-credit-card-alt:before {
	content: "\f283"
}
.fa-codiepie:before {
	content: "\f284"
}
.fa-modx:before {
	content: "\f285"
}
.fa-fort-awesome:before {
	content: "\f286"
}
.fa-usb:before {
	content: "\f287"
}
.fa-product-hunt:before {
	content: "\f288"
}
.fa-mixcloud:before {
	content: "\f289"
}
.fa-scribd:before {
	content: "\f28a"
}
.fa-pause-circle:before {
	content: "\f28b"
}
.fa-pause-circle-o:before {
	content: "\f28c"
}
.fa-stop-circle:before {
	content: "\f28d"
}
.fa-stop-circle-o:before {
	content: "\f28e"
}
.fa-shopping-bag:before {
	content: "\f290"
}
.fa-shopping-basket:before {
	content: "\f291"
}
.fa-hashtag:before {
	content: "\f292"
}
.fa-bluetooth:before {
	content: "\f293"
}
.fa-bluetooth-b:before {
	content: "\f294"
}
.fa-percent:before {
	content: "\f295"
}
.fa-gitlab:before {
	content: "\f296"
}
.fa-wpbeginner:before {
	content: "\f297"
}
.fa-wpforms:before {
	content: "\f298"
}
.fa-envira:before {
	content: "\f299"
}
.fa-universal-access:before {
	content: "\f29a"
}
.fa-wheelchair-alt:before {
	content: "\f29b"
}
.fa-question-circle-o:before {
	content: "\f29c"
}
.fa-blind:before {
	content: "\f29d"
}
.fa-audio-description:before {
	content: "\f29e"
}
.fa-volume-control-phone:before {
	content: "\f2a0"
}
.fa-braille:before {
	content: "\f2a1"
}
.fa-assistive-listening-systems:before {
	content: "\f2a2"
}
.fa-american-sign-language-interpreting:before, .fa-asl-interpreting:before {
	content: "\f2a3"
}
.fa-deaf:before, .fa-deafness:before, .fa-hard-of-hearing:before {
	content: "\f2a4"
}
.fa-glide:before {
	content: "\f2a5"
}
.fa-glide-g:before {
	content: "\f2a6"
}
.fa-sign-language:before, .fa-signing:before {
	content: "\f2a7"
}
.fa-low-vision:before {
	content: "\f2a8"
}
.fa-viadeo:before {
	content: "\f2a9"
}
.fa-viadeo-square:before {
	content: "\f2aa"
}
.fa-snapchat:before {
	content: "\f2ab"
}
.fa-snapchat-ghost:before {
	content: "\f2ac"
}
.fa-snapchat-square:before {
	content: "\f2ad"
}
.fa-pied-piper:before {
	content: "\f2ae"
}
.fa-first-order:before {
	content: "\f2b0"
}
.fa-yoast:before {
	content: "\f2b1"
}
.fa-themeisle:before {
	content: "\f2b2"
}
.fa-google-plus-circle:before, .fa-google-plus-official:before {
	content: "\f2b3"
}
.fa-fa:before, .fa-font-awesome:before {
	content: "\f2b4"
}
.fa-handshake-o:before {
	content: "\f2b5"
}
.fa-envelope-open:before {
	content: "\f2b6"
}
.fa-envelope-open-o:before {
	content: "\f2b7"
}
.fa-linode:before {
	content: "\f2b8"
}
.fa-address-book:before {
	content: "\f2b9"
}
.fa-address-book-o:before {
	content: "\f2ba"
}
.fa-address-card:before, .fa-vcard:before {
	content: "\f2bb"
}
.fa-address-card-o:before, .fa-vcard-o:before {
	content: "\f2bc"
}
.fa-user-circle:before {
	content: "\f2bd"
}
.fa-user-circle-o:before {
	content: "\f2be"
}
.fa-user-o:before {
	content: "\f2c0"
}
.fa-id-badge:before {
	content: "\f2c1"
}
.fa-drivers-license:before, .fa-id-card:before {
	content: "\f2c2"
}
.fa-drivers-license-o:before, .fa-id-card-o:before {
	content: "\f2c3"
}
.fa-quora:before {
	content: "\f2c4"
}
.fa-free-code-camp:before {
	content: "\f2c5"
}
.fa-telegram:before {
	content: "\f2c6"
}
.fa-thermometer-4:before, .fa-thermometer-full:before, .fa-thermometer:before {
	content: "\f2c7"
}
.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
	content: "\f2c8"
}
.fa-thermometer-2:before, .fa-thermometer-half:before {
	content: "\f2c9"
}
.fa-thermometer-1:before, .fa-thermometer-quarter:before {
	content: "\f2ca"
}
.fa-thermometer-0:before, .fa-thermometer-empty:before {
	content: "\f2cb"
}
.fa-shower:before {
	content: "\f2cc"
}
.fa-bath:before, .fa-bathtub:before, .fa-s15:before {
	content: "\f2cd"
}
.fa-podcast:before {
	content: "\f2ce"
}
.fa-window-maximize:before {
	content: "\f2d0"
}
.fa-window-minimize:before {
	content: "\f2d1"
}
.fa-window-restore:before {
	content: "\f2d2"
}
.fa-times-rectangle:before, .fa-window-close:before {
	content: "\f2d3"
}
.fa-times-rectangle-o:before, .fa-window-close-o:before {
	content: "\f2d4"
}
.fa-bandcamp:before {
	content: "\f2d5"
}
.fa-grav:before {
	content: "\f2d6"
}
.fa-etsy:before {
	content: "\f2d7"
}
.fa-imdb:before {
	content: "\f2d8"
}
.fa-ravelry:before {
	content: "\f2d9"
}
.fa-eercast:before {
	content: "\f2da"
}
.fa-microchip:before {
	content: "\f2db"
}
.fa-snowflake-o:before {
	content: "\f2dc"
}
.fa-superpowers:before {
	content: "\f2dd"
}
.fa-wpexplorer:before {
	content: "\f2de"
}
.fa-meetup:before {
	content: "\f2e0"
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0
}
.sr-only-focusable:active, .sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto
}
@font-face {
	font-family: Digital-7;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/Digital/Digital-7.eot);
	src: url(../fonts/Digital/Digital-7.eot?#iefix) format("embedded-opentype"), url(../fonts/Digital/Digital-7.woff) format("woff"), url(../fonts/Digital/Digital-7.ttf) format("truetype")
}
@font-face {
	font-family: Digital-7Mono;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/Digital/Digital-7Mono.eot);
	src: url(../fonts/Digital/Digital-7Mono.eot?#iefix) format("embedded-opentype"), url(../fonts/Digital/Digital-7Mono.woff) format("woff"), url(../fonts/Digital/Digital-7Mono.ttf) format("truetype")
}
@font-face {
	font-family: Aldrich-Regular;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/Digital/Aldrich-Regular.eot);
	src: url(../fonts/Digital/Aldrich-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/Digital/Aldrich-Regular.woff) format("woff"), url(../fonts/Digital/Aldrich-Regular.ttf) format("truetype")
}
@font-face {
	font-family: Roboto-RegularRobotoCondensed-Bold;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/Roboto/Roboto-Regular.eot);
	src: url(../fonts/Roboto/Roboto-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/Roboto/Roboto-Regular.woff) format("woff"), url(../fonts/Roboto/Roboto-Regular.ttf) format("truetype")
}
@font-face {
	font-family: RobotoCondensed-Bold;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/RobotoCondensed/RobotoCondensed-Bold.eot);
	src: url(../fonts/RobotoCondensed/RobotoCondensed-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoCondensed/RobotoCondensed-Bold.woff) format("woff"), url(../fonts/RobotoCondensed/RobotoCondensed-Bold.ttf) format("truetype")
}
@font-face {
	font-family: RobotoCondensed-BoldItalic;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/RobotoCondensed/RobotoCondensed-BoldItalic.eot);
	src: url(../fonts/RobotoCondensed/RobotoCondensed-BoldItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoCondensed/RobotoCondensed-BoldItalic.woff) format("woff"), url(../fonts/RobotoCondensed/RobotoCondensed-BoldItalic.ttf) format("truetype")
}
@font-face {
	font-family: RobotoCondensed-Italic;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/RobotoCondensed/RobotoCondensed-Italic.eot);
	src: url(../fonts/RobotoCondensed/RobotoCondensed-Italic.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoCondensed/RobotoCondensed-Italic.woff) format("woff"), url(../fonts/RobotoCondensed/RobotoCondensed-Italic.ttf) format("truetype")
}
@font-face {
	font-family: RobotoCondensed-Light;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/RobotoCondensed/RobotoCondensed-Light.eot);
	src: url(../fonts/RobotoCondensed/RobotoCondensed-Light.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoCondensed/RobotoCondensed-Light.woff) format("woff"), url(../fonts/RobotoCondensed/RobotoCondensed-Light.ttf) format("truetype")
}
@font-face {
	font-family: RobotoCondensed-LightItalic;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/RobotoCondensed/RobotoCondensed-LightItalic.eot);
	src: url(../fonts/RobotoCondensed/RobotoCondensed-LightItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoCondensed/RobotoCondensed-LightItalic.woff) format("woff"), url(../fonts/RobotoCondensed/RobotoCondensed-LightItalic.ttf) format("truetype")
}
@font-face {
	font-family: RobotoCondensed-Regular;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/RobotoCondensed/MonoMono.eot);
	src: url(../fonts/RobotoCondensed/MonoMono.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoCondensed/MonoMono.woff) format("woff"), url(../fonts/RobotoCondensed/MonoMono.ttf) format("truetype")
}
@font-face {
	font-family: RobotoCondensed-Regular;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/RobotoCondensed/MonoMono.eot);
	src: url(../fonts/RobotoCondensed/MonoMono.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoCondensed/MonoMono.woff) format("woff"), url(../fonts/RobotoCondensed/MonoMono.ttf) format("truetype")
}
@font-face {
	font-family: Digital-7;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/Digital/Digital-7.eot);
	src: url(../fonts/Digital/Digital-7.eot?#iefix) format("embedded-opentype"), url(../fonts/Digital/Digital-7.woff) format("woff"), url(../fonts/Digital/Digital-7.ttf) format("truetype")
}
@font-face {
	font-family: Digital-7Mono;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/Digital/Digital-7Mono.eot);
	src: url(../fonts/Digital/Digital-7Mono.eot?#iefix) format("embedded-opentype"), url(../fonts/Digital/Digital-7Mono.woff) format("woff"), url(../fonts/Digital/Digital-7Mono.ttf) format("truetype")
}
@font-face {
	font-family: Aldrich-Regular;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/Digital/Aldrich-Regular.eot);
	src: url(../fonts/Digital/Aldrich-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/Digital/Aldrich-Regular.woff) format("woff"), url(../fonts/Digital/Aldrich-Regular.ttf) format("truetype")
}
@font-face {
	font-family: Roboto-RegularRobotoCondensed-Bold;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/Roboto/Roboto-Regular.eot);
	src: url(../fonts/Roboto/Roboto-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/Roboto/Roboto-Regular.woff) format("woff"), url(../fonts/Roboto/Roboto-Regular.ttf) format("truetype")
}
@font-face {
	font-family: RobotoCondensed-Bold;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/RobotoCondensed/RobotoCondensed-Bold.eot);
	src: url(../fonts/RobotoCondensed/RobotoCondensed-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoCondensed/RobotoCondensed-Bold.woff) format("woff"), url(../fonts/RobotoCondensed/RobotoCondensed-Bold.ttf) format("truetype")
}
@font-face {
	font-family: RobotoCondensed-BoldItalic;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/RobotoCondensed/RobotoCondensed-BoldItalic.eot);
	src: url(../fonts/RobotoCondensed/RobotoCondensed-BoldItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoCondensed/RobotoCondensed-BoldItalic.woff) format("woff"), url(../fonts/RobotoCondensed/RobotoCondensed-BoldItalic.ttf) format("truetype")
}
@font-face {
	font-family: RobotoCondensed-Italic;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/RobotoCondensed/RobotoCondensed-Italic.eot);
	src: url(../fonts/RobotoCondensed/RobotoCondensed-Italic.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoCondensed/RobotoCondensed-Italic.woff) format("woff"), url(../fonts/RobotoCondensed/RobotoCondensed-Italic.ttf) format("truetype")
}
@font-face {
	font-family: RobotoCondensed-Light;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/RobotoCondensed/RobotoCondensed-Light.eot);
	src: url(../fonts/RobotoCondensed/RobotoCondensed-Light.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoCondensed/RobotoCondensed-Light.woff) format("woff"), url(../fonts/RobotoCondensed/RobotoCondensed-Light.ttf) format("truetype")
}
@font-face {
	font-family: RobotoCondensed-LightItalic;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/RobotoCondensed/RobotoCondensed-LightItalic.eot);
	src: url(../fonts/RobotoCondensed/RobotoCondensed-LightItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoCondensed/RobotoCondensed-LightItalic.woff) format("woff"), url(../fonts/RobotoCondensed/RobotoCondensed-LightItalic.ttf) format("truetype")
}
@font-face {
	font-family: RobotoCondensed-Regular;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/RobotoCondensed/MonoMono.eot);
	src: url(../fonts/RobotoCondensed/MonoMono.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoCondensed/MonoMono.woff) format("woff"), url(../fonts/RobotoCondensed/MonoMono.ttf) format("truetype")
}
@font-face {
	font-family: RobotoCondensed-Regular;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/RobotoCondensed/MonoMono.eot);
	src: url(../fonts/RobotoCondensed/MonoMono.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoCondensed/MonoMono.woff) format("woff"), url(../fonts/RobotoCondensed/MonoMono.ttf) format("truetype")
}
.header_top_mob {
	display: none;
	min-height: 50px;
	background-color: #282828;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}
.header_top_mob .logo_top_mob img {
	vertical-align: middle
}
.header_top_mob .account_mob {
	width: 30px;
	height: 30px;
	margin-left: 10px;
	background-color: #646f7a;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	cursor: pointer;
	text-align: center;
	color: #fff;
	-webkit-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s
}
.header_top_mob .account_mob:after {
	content: '\f207';
	display: inline-block;
	padding-top: 6px;
	font: normal normal normal 14px/1 Material-Design-Iconic-Font;
	font-size: 17px;
	vertical-align: top
}
.header_top_mob .account_mob:active, .header_top_mob .account_mob:focus, .header_top_mob .account_mob:hover {
	color: #ff0b31
}
.header_top_mob .account_mob_active {
	color: #ff0b31
}
.header_top_mob img {
	width: 170px
}
.header_top_mob .menu_mob {
	width: 30px;
	height: 30px;
	margin-right: 10px;
	cursor: pointer;
	text-align: center;
	color: #fff;
	-webkit-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s
}
.header_top_mob .menu_mob:after {
	content: '\f197';
	display: inline-block;
	padding-top: 3px;
	font: normal normal normal 14px/1 Material-Design-Iconic-Font;
	font-size: 21px;
	vertical-align: top
}
.header_top_mob .menu_mob:active, .header_top_mob .menu_mob:focus, .header_top_mob .menu_mob:hover {
	color: #ff0b31
}
.header_top_mob .menu_mob_active {
	color: #ff0b31
}
.header_top {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	background-color: #282828;
	border-bottom: 1px solid #ff0b31
}
.header_top .ht_left .btn_htl {
	position: relative;
	margin-top: 8px;
	margin-right: 20px;
	padding-left: 25px
}
.header_top .ht_left .btn_htl:after {
	position: absolute;
	width: 25px;
	top: 9px;
	left: 0;
	content: '\f29d';
	font: normal normal normal 14px/1 Material-Design-Iconic-Font;
	text-align: center
}
.header_top .ht_left .btn_htl1 {
	display: none
}
.header_top .ht_left ul {
	float: right
}
.header_top .ht_left ul li {
	padding: 0 12px;
	display: inline-block;
	line-height: 50px
}
.header_top .ht_left a {
	font-size: 12px;
	font-family: Roboto-Regular, sans-serif;
	color: #fff
}
.header_top .ht_left .ht_mail {
	color: #9f9f9f;
	-webkit-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s
}
.header_top .ht_left .ht_mail:active, .header_top .ht_left .ht_mail:focus, .header_top .ht_left .ht_mail:hover {
	color: #fff
}
.header_top .ht_left .ht_tel {
	-webkit-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s
}
.header_top .ht_left .ht_tel:active, .header_top .ht_left .ht_tel:focus, .header_top .ht_left .ht_tel:hover {
	color: #9f9f9f
}
.header_top .ht_center ul {
	float: right
}
.header_top .ht_center ul li {
	display: inline-block;
	line-height: 50px
}
.header_top .ht_center a {
	padding: 0 10px;
	display: inline-block;
	font-size: 12px;
	font-family: Roboto-Regular, sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	color: #9f9f9f;
	line-height: 49px;
	border-top: 1px solid #282828
}
.header_top .ht_center a:active, .header_top .ht_center a:focus, .header_top .ht_center a:hover {
	color: #fff;
	border-top: 1px solid #ff0b31
}
.header_top .ht_center .active_not_registered a {
	color: #fff;
	border-top: 1px solid #ff0b31
}
.header_top .ht_center .nav_not_registered {
	padding-right: 40px;
	padding-left: 150px;
	text-align: center
}
.header_top .ht_center .nav_registered {
	padding-right: 10px;
	padding-left: 100px
}
.header_top .ht_right {
	position: relative;
	float: right;
	width: 50px;
	height: 50px;
	border-left: 1px solid #5c5c5c
}
.header_top .ht_right:after {
	position: absolute;
	top: 18px;
	right: 9px;
	content: '\f2f2';
	font: normal normal normal 14px/1 Material-Design-Iconic-Font;
	color: #9f9f9f
}
.header_top .ht_right .ht_wrap_flag {
	position: relative;
	z-index: 3;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 50px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer
}
.header_top .ht_right .ht_flag {
	width: 18px;
	margin-right: 10px
}
.header_top .ht_right .ht_wrap_flag_hidden {
	display: none
}
.header_top .ht_right .ht_wrap_flag_hidden span {
	background-color: #282828
}
.header_top .ht_right .ht_wrap_flag_hidden span:active, .header_top .ht_right .ht_wrap_flag_hidden span:focus, .header_top .ht_right .ht_wrap_flag_hidden span:hover {
	background-color: #313840
}
.hb_left {
	padding: 0;
	border-right: 1px solid #4e545b
}
.hbl_top {
	padding: 22px 0;
	background-image: -webkit-linear-gradient(310deg, #292a2c 0, #2a2c2d 30%, #30363d 45%, #313840 100%);
	background-image: -o-linear-gradient(310deg, #292a2c 0, #2a2c2d 30%, #30363d 45%, #313840 100%);
	background-image: linear-gradient(140deg, #292a2c 0, #2a2c2d 30%, #30363d 45%, #313840 100%)
}
.hbl_top .logo_header {
	margin: 0;
	padding: 0;
	display: inline-block;
	float: left;
	border: none
}
.hbl_top .logo_header:active, .hbl_top .logo_header:focus, .hbl_top .logo_header:hover {
	border: none
}
.hbl_top .logo_header img {
	max-width: 100%;
	margin: -4px 0 0 0;
	padding: 0 29px 0 90px;
	display: inline-block
}
.hbl_top ul {
	padding-left: 15px
}
.hbl_top ul li {
	position: relative;
	display: inline-block
}
.hbl_top ul li:after {
	position: absolute;
	top: 8px;
	right: -2px;
	content: '';
	display: block;
	width: 1px;
	height: 11px;
	background-color: #6d7277
}
.hbl_top ul li:first-child {
	padding-left: 5px
}
.hbl_top ul li:first-child:before {
	position: absolute;
	top: 4px;
	left: 0;
	content: '\f2fb';
	font: normal normal normal 14px/1 Material-Design-Iconic-Font;
	font-size: 18px;
	color: #c8c8c8;
	display: block
}
.hbl_top ul li:last-child:after {
	display: none
}
.hbl_top .hbl_top_active a {
	color: #fff;
	border-bottom: 1px solid #ff0b31;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.hbl_top a {
	margin: 0 5px;
	padding: 0 7px;
	font-size: 16px;
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 400;
	color: #c8c8c8;
	border-bottom: 1px solid transparent
}
.hbl_top a:active, .hbl_top a:focus, .hbl_top a:hover {
	color: #fff;
	border-bottom: 1px solid #ff0b31;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.hbl_bottom {
	background-color: #292f36;
	padding-bottom: 1px;
}
.hbl_bottom ul {
	padding-left: 75px
}
.hbl_bottom ul li {
	display: inline-block
}
.hbl_bottom a {
	padding: 2px 14px 0;
	font-size: 12px;
	text-transform: uppercase;
	font-family: Roboto-Regular, sans-serif;
	font-weight: 300;
	color: #9f9f9f;
	line-height: 37px
}
.hbl_bottom a:active, .hbl_bottom a:focus, .hbl_bottom a:hover {
	color: #fff
}
.hbl_bottom .hbl_bottom_active a {
	color: #fff
}
.hb_right {
	padding: 12px 25px 11px 20px;
	background-color: #313840;
	min-height: 114px !important;
}
.hb_right input[type=text], .hb_right input[type=password]{
	height: 27px;
	width: 137px;
	margin-top: 5px;
	margin-right: 5px;
	padding-left: 13px;
	background: 0 0;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #9da1a4;
	color: #9da1a4;
	font-size: 11px;
	outline: 0
}
.hb_right .btn_registered {
	padding: 10px 15px;
	font-size: 11px;
	font-family: Roboto-Regular, sans-serif;
	text-transform: uppercase;
	color: #fff;
	background-color: transparent;
	border: 2px solid #ff0b31;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	outline: 0;
	cursor: pointer;
	-webkit-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s
}
.hb_right .btn_registered:active, .hb_right .btn_registered:focus, .hb_right .btn_registered:hover {
	background-color: #ff0b31
}
.not_reg_bottom {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 15px;
	padding-bottom: 2px
}
.user_unknown {
	width: 100px;
	padding-top: 2px;
	color: #909294;
	font-size:12px;
}
.user_unknown .icon_account {
	display: inline-block;
	width: 27px;
	height: 27px;
	color: #313840;
	background-color: #646f7a;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid #313840;
	text-align: center;
	vertical-align: middle;
	-webkit-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s;
	float: left
}
.user_unknown .icon_account:active, .user_unknown .icon_account:focus, .user_unknown .icon_account:hover {
	color: #fff;
	border: 1px solid #fff
}
.user_unknown .icon_account:after {
	content: '\f1ff';
	display: inline-block;
	padding-top: 5px;
	font: normal normal normal 14px/1 Material-Design-Iconic-Font;
	font-size: 16px;
	vertical-align: top
}
.user_unknown .join_how {
	display: inline-block;
	margin-left: 8px;
	padding-top: 5px;
	font-size: 14px;
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 1.2;
	color: #c8c8c8;
	border-bottom: 1px solid #ff0b31;
	/*float: right;*/
	-webkit-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s
}
.user_unknown .join_how:active, .user_unknown .join_how:focus, .user_unknown .join_how:hover {
	color: #fff
}
.hb_right_hidden {
	/*padding: 15px 15px 10px*/
	padding: 15px 10px 0px
}
.user_not_registered .user_unknown_reg {
	width: 130px;
	float: left
}
.user_not_registered p {
	padding-left: 5px;
	display: inline-block;
	font-size: 12px
}
.user_not_registered .credit_top {
	color: #fff;
	font-size:12px;
}
.user_not_registered .bonus_top {
	color: #fff;
	font-size:12px;
}
.user_not_registered .logout {
	margin-top: -4px;
	padding: 7px 15px
}
.ww_clock {
	position: relative;
	width: 68px;
	height: 31px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#d5d3d3), to(#040407));
	background-image: -webkit-linear-gradient(top, #d5d3d3 0, #040407 100%);
	background-image: -o-linear-gradient(top, #d5d3d3 0, #040407 100%);
	background-image: linear-gradient(to bottom, #d5d3d3 0, #040407 100%)
}
.wrap_clock {
	position: absolute;
	top: 1px;
	left: 1px;
	width: 66px;
	text-align: center;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#30373f), to(#15181b));
	background-image: -webkit-linear-gradient(top, #30373f 0, #15181b 100%);
	background-image: -o-linear-gradient(top, #30373f 0, #15181b 100%);
	background-image: linear-gradient(to bottom, #30373f 0, #15181b 100%)
}
.clock {
	display: inline-block;
	font-size: 23px;
	font-family: Digital-7, sans-serif;
	color: #fff;
	line-height: 29px;
	vertical-align: middle
}
.wrap_clock .sec {
	-webkit-animation: sec 1.1s infinite;
	animation: sec 1.1s infinite;
	color:#fff;
	font-size:24px;
}
@font-face {
	font-family: Digital-7;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/Digital/Digital-7.eot);
	src: url(../fonts/Digital/Digital-7.eot?#iefix) format("embedded-opentype"), url(../fonts/Digital/Digital-7.woff) format("woff"), url(../fonts/Digital/Digital-7.ttf) format("truetype")
}
@font-face {
	font-family: Digital-7Mono;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/Digital/Digital-7Mono.eot);
	src: url(../fonts/Digital/Digital-7Mono.eot?#iefix) format("embedded-opentype"), url(../fonts/Digital/Digital-7Mono.woff) format("woff"), url(../fonts/Digital/Digital-7Mono.ttf) format("truetype")
}
@font-face {
	font-family: Aldrich-Regular;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/Digital/Aldrich-Regular.eot);
	src: url(../fonts/Digital/Aldrich-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/Digital/Aldrich-Regular.woff) format("woff"), url(../fonts/Digital/Aldrich-Regular.ttf) format("truetype")
}
@font-face {
	font-family: Roboto-RegularRobotoCondensed-Bold;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/Roboto/Roboto-Regular.eot);
	src: url(../fonts/Roboto/Roboto-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/Roboto/Roboto-Regular.woff) format("woff"), url(../fonts/Roboto/Roboto-Regular.ttf) format("truetype")
}
@font-face {
	font-family: RobotoCondensed-Bold;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/RobotoCondensed/RobotoCondensed-Bold.eot);
	src: url(../fonts/RobotoCondensed/RobotoCondensed-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoCondensed/RobotoCondensed-Bold.woff) format("woff"), url(../fonts/RobotoCondensed/RobotoCondensed-Bold.ttf) format("truetype")
}
@font-face {
	font-family: RobotoCondensed-BoldItalic;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/RobotoCondensed/RobotoCondensed-BoldItalic.eot);
	src: url(../fonts/RobotoCondensed/RobotoCondensed-BoldItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoCondensed/RobotoCondensed-BoldItalic.woff) format("woff"), url(../fonts/RobotoCondensed/RobotoCondensed-BoldItalic.ttf) format("truetype")
}
@font-face {
	font-family: RobotoCondensed-Italic;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/RobotoCondensed/RobotoCondensed-Italic.eot);
	src: url(../fonts/RobotoCondensed/RobotoCondensed-Italic.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoCondensed/RobotoCondensed-Italic.woff) format("woff"), url(../fonts/RobotoCondensed/RobotoCondensed-Italic.ttf) format("truetype")
}
@font-face {
	font-family: RobotoCondensed-Light;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/RobotoCondensed/RobotoCondensed-Light.eot);
	src: url(../fonts/RobotoCondensed/RobotoCondensed-Light.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoCondensed/RobotoCondensed-Light.woff) format("woff"), url(../fonts/RobotoCondensed/RobotoCondensed-Light.ttf) format("truetype")
}
@font-face {
	font-family: RobotoCondensed-LightItalic;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/RobotoCondensed/RobotoCondensed-LightItalic.eot);
	src: url(../fonts/RobotoCondensed/RobotoCondensed-LightItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoCondensed/RobotoCondensed-LightItalic.woff) format("woff"), url(../fonts/RobotoCondensed/RobotoCondensed-LightItalic.ttf) format("truetype")
}
@font-face {
	font-family: RobotoCondensed-Regular;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/RobotoCondensed/MonoMono.eot);
	src: url(../fonts/RobotoCondensed/MonoMono.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoCondensed/MonoMono.woff) format("woff"), url(../fonts/RobotoCondensed/MonoMono.ttf) format("truetype")
}
@font-face {
	font-family: RobotoCondensed-Regular;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/RobotoCondensed/MonoMono.eot);
	src: url(../fonts/RobotoCondensed/MonoMono.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoCondensed/MonoMono.woff) format("woff"), url(../fonts/RobotoCondensed/MonoMono.ttf) format("truetype")
}
.footer_contact_us {
	min-height: 150px;
	background-color: #3b3b3b;
	padding: 25px 60px
}
.footer_contact_us h4 {
	text-transform: uppercase
}
.wrap_contact_us {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.bl_icon1 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 26%;
	-ms-flex: 0 1 26%;
	flex: 0 1 26%
}
.bl_icon2, .bl_icon3, .bl_icon4, .bl_icon5 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 17.3%;
	-ms-flex: 0 1 17.3%;
	flex: 0 1 17.3%
}
.icon_cus {
	position: relative;
	padding: 3px 10px 3px 40px;
	font-size: 16px;
	color: #fff;
	-webkit-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s;
	border: 1px solid #3b3b3b;
	-webkit-border-radius: 30px;
	border-radius: 30px
}
.icon_cus:active, .icon_cus:focus, .icon_cus:hover {
	border: 1px solid #ff0b31
}
.icon_cus:after {
	position: absolute;
	width: 40px;
	top: 4px;
	left: 0;
	text-align: center;
	font: normal normal normal 24px/1 Material-Design-Iconic-Font;
	color: #fff
}
.icon_cus1:after {
	content: '\f15a'
}
.icon_cus2:after {
	content: '\f2b6'
}
.icon_cus3:after {
	content: '\f214'
}
.icon_cus4:after {
	content: '\f3ff'
}
.icon_cus5:after {
	content: '';
	height: 25px;
	background: url(../img/icon_cus5.png) no-repeat center
}
.icon_cus6:after {
	content: '';
	height: 25px;
	background: url(../img/icon_cus6.png) no-repeat center
}
.icon_cus7:after {
	content: '';
	height: 25px;
	background: url(../img/icon_cus7.png) no-repeat center
}
.icon_cus8:after {
	content: '\f405'
}
.icon_cus9:after {
	content: '\f099';
	font: normal normal normal 24px/1 FontAwesome
}
.icon_cus10:after {
	content: '\f34d'
}
.icon_cus11:after {
	content: '';
	height: 25px;
	background: url(../img/ig2_black.png) no-repeat center
}
.footer_center {
	background-color: #282828;
	padding: 35px 0 20px
}
.footer_center .fc_item h4 {
	padding-bottom: 20px;
	text-transform: uppercase
}
.footer_center .fc_item1 {
	width: 100%;
	padding-left: 45px;
	padding-right: 50px;
	border-right: 1px solid #525252
}
.footer_center .fc_item1 img:active, .footer_center .fc_item1 img:focus, .footer_center .fc_item1 img:hover {
	opacity: .6
}
.footer_center .fc_item2 {
	width: 100%;
	padding: 0 45px;
	border-right: 1px solid #525252
}
.footer_center .fc_item2 h4 {
	padding-bottom: 10px;
	text-align: center
}
.footer_center .fc_item2 img {
	opacity: .4
}
.footer_center .fc_item3 {
	width: 100%;
	padding: 0 45px;
	border-right: 1px solid #525252
}
.footer_center .fc_item3 h4 {
	text-align: center
}
.footer_center .fc_item3 .soc_net_footer ul {
	text-align: center
}
.footer_center .fc_item3 .soc_net_footer ul a {
	width: 37px;
	height: 37px
}
.footer_center .fc_item3 .soc_net_footer ul .icon_soc:after {
	padding-top: 8px;
	font-size: 21px
}
.footer_bottom {
	text-align: center;
	line-height: 30px;
	background-color: #000
}
.footer_bottom p {
	font-size: 10px;
	font-family: Roboto-Regular, sans-serif;
	font-weight: 300
}
@font-face {
	font-family: Digital-7;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/Digital/Digital-7.eot);
	src: url(../fonts/Digital/Digital-7.eot?#iefix) format("embedded-opentype"), url(../fonts/Digital/Digital-7.woff) format("woff"), url(../fonts/Digital/Digital-7.ttf) format("truetype")
}
@font-face {
	font-family: Digital-7Mono;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/Digital/Digital-7Mono.eot);
	src: url(../fonts/Digital/Digital-7Mono.eot?#iefix) format("embedded-opentype"), url(../fonts/Digital/Digital-7Mono.woff) format("woff"), url(../fonts/Digital/Digital-7Mono.ttf) format("truetype")
}
@font-face {
	font-family: Roboto-RegularRobotoCondensed-Bold;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/Roboto/Roboto-Regular.eot);
	src: url(../fonts/Roboto/Roboto-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/Roboto/Roboto-Regular.woff) format("woff"), url(../fonts/Roboto/Roboto-Regular.ttf) format("truetype")
}
@font-face {
	font-family: RobotoCondensed-Bold;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/RobotoCondensed/RobotoCondensed-Bold.eot);
	src: url(../fonts/RobotoCondensed/RobotoCondensed-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoCondensed/RobotoCondensed-Bold.woff) format("woff"), url(../fonts/RobotoCondensed/RobotoCondensed-Bold.ttf) format("truetype")
}
@font-face {
	font-family: RobotoCondensed-BoldItalic;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/RobotoCondensed/RobotoCondensed-BoldItalic.eot);
	src: url(../fonts/RobotoCondensed/RobotoCondensed-BoldItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoCondensed/RobotoCondensed-BoldItalic.woff) format("woff"), url(../fonts/RobotoCondensed/RobotoCondensed-BoldItalic.ttf) format("truetype")
}
@font-face {
	font-family: RobotoCondensed-Italic;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/RobotoCondensed/RobotoCondensed-Italic.eot);
	src: url(../fonts/RobotoCondensed/RobotoCondensed-Italic.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoCondensed/RobotoCondensed-Italic.woff) format("woff"), url(../fonts/RobotoCondensed/RobotoCondensed-Italic.ttf) format("truetype")
}
@font-face {
	font-family: RobotoCondensed-Light;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/RobotoCondensed/RobotoCondensed-Light.eot);
	src: url(../fonts/RobotoCondensed/RobotoCondensed-Light.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoCondensed/RobotoCondensed-Light.woff) format("woff"), url(../fonts/RobotoCondensed/RobotoCondensed-Light.ttf) format("truetype")
}
@font-face {
	font-family: RobotoCondensed-LightItalic;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/RobotoCondensed/RobotoCondensed-LightItalic.eot);
	src: url(../fonts/RobotoCondensed/RobotoCondensed-LightItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoCondensed/RobotoCondensed-LightItalic.woff) format("woff"), url(../fonts/RobotoCondensed/RobotoCondensed-LightItalic.ttf) format("truetype")
}
@font-face {
	font-family: RobotoCondensed-Regular;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/RobotoCondensed/MonoMono.eot);
	src: url(../fonts/RobotoCondensed/MonoMono.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoCondensed/MonoMono.woff) format("woff"), url(../fonts/RobotoCondensed/MonoMono.ttf) format("truetype")
}
@font-face {
	font-family: RobotoCondensed-Regular;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/RobotoCondensed/MonoMono.eot);
	src: url(../fonts/RobotoCondensed/MonoMono.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoCondensed/MonoMono.woff) format("woff"), url(../fonts/RobotoCondensed/MonoMono.ttf) format("truetype")
}
@font-face {
	font-family: Digital-7;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/Digital/Digital-7.eot);
	src: url(../fonts/Digital/Digital-7.eot?#iefix) format("embedded-opentype"), url(../fonts/Digital/Digital-7.woff) format("woff"), url(../fonts/Digital/Digital-7.ttf) format("truetype")
}
@font-face {
	font-family: Digital-7Mono;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/Digital/Digital-7Mono.eot);
	src: url(../fonts/Digital/Digital-7Mono.eot?#iefix) format("embedded-opentype"), url(../fonts/Digital/Digital-7Mono.woff) format("woff"), url(../fonts/Digital/Digital-7Mono.ttf) format("truetype")
}
@font-face {
	font-family: Roboto-RegularRobotoCondensed-Bold;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/Roboto/Roboto-Regular.eot);
	src: url(../fonts/Roboto/Roboto-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/Roboto/Roboto-Regular.woff) format("woff"), url(../fonts/Roboto/Roboto-Regular.ttf) format("truetype")
}
@font-face {
	font-family: RobotoCondensed-Bold;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/RobotoCondensed/RobotoCondensed-Bold.eot);
	src: url(../fonts/RobotoCondensed/RobotoCondensed-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoCondensed/RobotoCondensed-Bold.woff) format("woff"), url(../fonts/RobotoCondensed/RobotoCondensed-Bold.ttf) format("truetype")
}
@font-face {
	font-family: RobotoCondensed-BoldItalic;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/RobotoCondensed/RobotoCondensed-BoldItalic.eot);
	src: url(../fonts/RobotoCondensed/RobotoCondensed-BoldItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoCondensed/RobotoCondensed-BoldItalic.woff) format("woff"), url(../fonts/RobotoCondensed/RobotoCondensed-BoldItalic.ttf) format("truetype")
}
@font-face {
	font-family: RobotoCondensed-Italic;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/RobotoCondensed/RobotoCondensed-Italic.eot);
	src: url(../fonts/RobotoCondensed/RobotoCondensed-Italic.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoCondensed/RobotoCondensed-Italic.woff) format("woff"), url(../fonts/RobotoCondensed/RobotoCondensed-Italic.ttf) format("truetype")
}
@font-face {
	font-family: RobotoCondensed-Light;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/RobotoCondensed/RobotoCondensed-Light.eot);
	src: url(../fonts/RobotoCondensed/RobotoCondensed-Light.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoCondensed/RobotoCondensed-Light.woff) format("woff"), url(../fonts/RobotoCondensed/RobotoCondensed-Light.ttf) format("truetype")
}
@font-face {
	font-family: RobotoCondensed-LightItalic;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/RobotoCondensed/RobotoCondensed-LightItalic.eot);
	src: url(../fonts/RobotoCondensed/RobotoCondensed-LightItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoCondensed/RobotoCondensed-LightItalic.woff) format("woff"), url(../fonts/RobotoCondensed/RobotoCondensed-LightItalic.ttf) format("truetype")
}
@font-face {
	font-family: RobotoCondensed-Regular;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/RobotoCondensed/MonoMono.eot);
	src: url(../fonts/RobotoCondensed/MonoMono.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoCondensed/MonoMono.woff) format("woff"), url(../fonts/RobotoCondensed/MonoMono.ttf) format("truetype")
}
@font-face {
	font-family: RobotoCondensed-Regular;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/RobotoCondensed/MonoMono.eot);
	src: url(../fonts/RobotoCondensed/MonoMono.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoCondensed/MonoMono.woff) format("woff"), url(../fonts/RobotoCondensed/MonoMono.ttf) format("truetype")
}
h1 {
	font-size: 36px;
	font-family: Roboto, sans-serif;
	font-weight: 800;
	color: #fff;
	line-height: 1.3
}
h2 {
	font-size: 36px;
	font-family: Roboto, sans-serif;
	font-weight: 800;
	color: #fff;
	line-height: 1.3
}
h3 {
	font-size: 27px;
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 800;
	color: #30363d;
	line-height: 1.3
}
h4 {
	font-size: 20px;
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 400;
	color: #fff
}
p {
	font-size: 16px;
	font-family: Roboto-Regular, sans-serif;
	font-weight: 400;
	color: #909294
}
a {
	display: inline-block;
	font-size: 20px;
	font-family: Roboto-Regular, sans-serif;
	font-weight: 400;
	text-decoration: none
}
a:active, a:focus, a:hover {
	text-decoration: none
}
.head_text {
	padding-top: 25px!important;
	font-size: 20px;
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 800;
	color: #30363d;
	line-height: 1.3
}
.none {
	display: none!important
}
.btn_red {
	display: inline-block;
	padding: 0 10px;
	font-size: 20px;
	text-transform: uppercase;
	font-family: Roboto-Regular, sans-serif;
	font-weight: 400;
	line-height: 30px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #ff0b31;
	color: #fff;
	background-image: -webkit-linear-gradient(135deg, rgba(255,255,255,.1) 45%, rgba(0,0,0,.1) 0, rgba(0,0,0,.1) 50%, rgba(255,255,255,.1) 0, rgba(255,255,255,.1) 95%, rgba(0,0,0,.1) 0);
	background-image: -o-linear-gradient(135deg, rgba(255,255,255,.1) 45%, rgba(0,0,0,.1) 0, rgba(0,0,0,.1) 50%, rgba(255,255,255,.1) 0, rgba(255,255,255,.1) 95%, rgba(0,0,0,.1) 0);
	background-image: linear-gradient(-45deg, rgba(255,255,255,.1) 45%, rgba(0,0,0,.1) 0, rgba(0,0,0,.1) 50%, rgba(255,255,255,.1) 0, rgba(255,255,255,.1) 95%, rgba(0,0,0,.1) 0);
	-webkit-background-size: 8px 8px;
	background-size: 8px 8px;
	-webkit-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s
}
.btn_red:active, .btn_red:focus, .btn_red:hover {
	border: 1px solid #fff;
	background-image: -webkit-linear-gradient(135deg, rgba(255,11,49,.8) 45%, rgba(0,0,0,.1) 0, rgba(0,0,0,.1) 50%, rgba(255,11,49,.8) 0, rgba(255,11,49,.8) 95%, rgba(0,0,0,.1) 0);
	background-image: -o-linear-gradient(135deg, rgba(255,11,49,.8) 45%, rgba(0,0,0,.1) 0, rgba(0,0,0,.1) 50%, rgba(255,11,49,.8) 0, rgba(255,11,49,.8) 95%, rgba(0,0,0,.1) 0);
	background-image: linear-gradient(-45deg, rgba(255,11,49,.8) 45%, rgba(0,0,0,.1) 0, rgba(0,0,0,.1) 50%, rgba(255,11,49,.8) 0, rgba(255,11,49,.8) 95%, rgba(0,0,0,.1) 0)
}
.wrap_btn_faq {
	text-align: center
}
.btn_faq {
	display: inline-block;
	margin-top: 40px;
	margin-bottom: 30px;
	padding: 5px 40px;
	font-size: 20px;
	text-transform: uppercase;
	font-family: Roboto-Regular, sans-serif;
	font-weight: 400;
	line-height: 30px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 2px solid #ff0b31;
	color: #fff;
	background-color: rgba(0,0,0,.5);
	-webkit-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s
}
.btn_faq:active, .btn_faq:focus, .btn_faq:hover {
	background-color: rgba(0,0,0,.9)
}
.span_red {
	color: #ff0b31
}
.span_bold {
	font-weight: 700
}
.text_dec {
	text-decoration: underline
}
@-webkit-keyframes sec {
0% {
opacity:0
}
70% {
opacity:0
}
71% {
opacity:1
}
100% {
opacity:1
}
}
@keyframes sec {
0% {
opacity:0
}
70% {
opacity:0
}
71% {
opacity:1
}
100% {
opacity:1
}
}
.nav_slider {
	position: relative
}
.next:active:before, .next:focus:before, .next:hover:before, .prev:active:before, .prev:focus:before, .prev:hover:before {
	color: #fff
}
.next, .prev {
	position: absolute;
	z-index: 1;
	display: block;
	width: 40px;
	height: 50px;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	background: 0 0;
	color: transparent;
	top: 120px;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	padding: 0;
	border: none;
	outline: 0
}
.next:active, .next:focus, .next:hover, .prev:active, .prev:focus, .prev:hover {
	outline: 0;
	background: 0 0;
	color: transparent
}
.next:active:before, .next:focus:before, .next:hover:before, .prev:active:before, .prev:focus:before, .prev:hover:before {
	opacity: 1
}
.next.slick-disabled:before, .prev.slick-disabled:before {
	opacity: .8
}
.next:before, .prev:before {
	width: 40px;
	height: 50px;
	font: normal normal normal 30px/1 Material-Design-Iconic-Font;
	color: #ff0b31;
	line-height: 1;
	opacity: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.prev {
	left: 20px
}
[dir=rtl] .prev {
	left: auto;
	right: 20px
}
.prev:before {
	content: '\f2fa'
}
[dir=rtl] .prev:before {
	content: '\f2fb'
}
.next {
	right: 20px
}
[dir=rtl] .next {
	left: 20px;
	right: auto
}
.next:before {
	content: '\f2fb'
}
[dir=rtl] .next:before {
	content: '\f2fa'
}
.slick-dotted.slick-slider {
	margin-bottom: 0
}
.slick-dots {
	width: auto;
	height: 40px;
	top: 10px;
	right: 20px;
	text-align: right
}
.slick-dots li {
	width: 12px;
	margin: 0
}
.slick-dots li button {
	width: 10px;
	padding: 0
}
.slick-dots li button:active, .slick-dots li button:focus, .slick-dots li button:hover {
	outline: 0
}
.slick-dots li button:active:before, .slick-dots li button:focus:before, .slick-dots li button:hover:before {
	padding-top: 1px;
	color: #ff0b31;
	font-size: 10px;
	opacity: 1
}
.slick-dots li button:before {
	content: "•";
	width: 10px;
	height: 20px;
	font-family: slick;
	font-size: 6px;
	text-align: center;
	color: #fff;
	opacity: .8;
	vertical-align: center
}
.slick-dots li.slick-active button:before {
	padding-top: 1px;
	color: #ff0b31;
	font-size: 10px;
	opacity: 1
}
.soc_net ul li {
	display: inline-block;
	margin-right: 5px
}
.soc_net ul li a {
	width: 27px;
	height: 27px;
	color: #313840;
	background-color: #646f7a;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid #313840;
	text-align: center;
	vertical-align: middle;
	-webkit-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s
}
.soc_net ul li a:active, .soc_net ul li a:focus, .soc_net ul li a:hover {
	color: #fff;
	border: 1px solid #fff
}
.soc_net ul li .icon_soc:after {
	display: inline-block;
	padding-top: 5px;
	font: normal normal normal 14px/1 Material-Design-Iconic-Font;
	font-size: 16px;
	vertical-align: top
}
.soc_net ul li .icon_facebook:after {
	content: '\f343'
}
.soc_net ul li .icon_google:after {
	content: '\f34d'
}
.soc_net ul li .icon_youtube:after {
	content: '\f408'
}
.soc_net ul li .icon_twitter:after {
	content: '\f360'
}
.banner_bottom h1, .banner_top h1 {
	padding-top: 80px;
	padding-right: 15px;
	padding-left: 15px;
	text-align: center;
	text-transform: uppercase
}
.banner_bottom h2, .banner_top h2 {
	padding-top: 40px;
	padding-right: 15px;
	padding-left: 15px;
	text-align: center;
	text-transform: uppercase
}
.banner_bottom p, .banner_top p {
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 20px;
	font-family: Roboto, sans-serif;
	font-weight: 800;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	line-height: 1.5
}
.banner_bottom p span, .banner_top p span {
	display: inline-block;
	padding: 0 5px;
	background-color: #ff0b31;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	line-height: 1.3;
	color: #fff;
    font-size: 20px;
}
.img_right {
	float: right;
	padding: 10px 0 10px 25px
}
.img_left {
	float: left;
	padding: 10px 25px 10px 0
}
.home_slide1 .hs1_item {
	outline: 0
}
.home_slide1 .hs1_item .banner_dec {
	width: 100%
}
.home_slide1 .hs1_item .banner_mob {
	display: none
}
.ticker {
	height: 31px;
	border-top: 1px solid #282828;
	background-image: -webkit-linear-gradient(135deg, #0d1332 49.9%, #090f2e 49.9%, #090f2e 55%, #0d1332 55%), -webkit-linear-gradient(135deg, #0d1332 10%, #090f2e 10%);
	background-image: -o-linear-gradient(135deg, #0d1332 49.9%, #090f2e 49.9%, #090f2e 55%, #0d1332 55%), -o-linear-gradient(135deg, #0d1332 10%, #090f2e 10%);
	background-image: linear-gradient(-45deg, #0d1332 49.9%, #090f2e 49.9%, #090f2e 55%, #0d1332 55%), linear-gradient(-45deg, #0d1332 10%, #090f2e 10%);
	-webkit-background-size: 30px 30px;
	background-size: 30px 30px
}
.ticker marquee {
	line-height: 31px;
	color: rgba(255,255,255,.49);
	font-family: Aldrich-Regular, sans-serif;
	cursor: default
}
.home2_left {
	background: url(../img/home_banner_left.jpg) no-repeat center;
	min-height: 300px
}
.home2_left .jp {
	padding: 20px 80px 0 0;
	font-size: 55px;
	font-family: "Roboto Condensed", sans-serif;
	color: #fff;
	text-align: center
}
.home2_left .jp span {
	font-size: 35px;
	vertical-align: top
}
.home2_left .wrap_counter {
	width: 510px;
	margin: 0 auto;
	padding: 20px 0;
	background-image: -webkit-linear-gradient(135deg, rgba(255,255,255,.1) 45%, rgba(0,0,0,.1) 0, rgba(0,0,0,.1) 50%, rgba(255,255,255,.1) 0, rgba(255,255,255,.1) 95%, rgba(0,0,0,.1) 0);
	background-image: -o-linear-gradient(135deg, rgba(255,255,255,.1) 45%, rgba(0,0,0,.1) 0, rgba(0,0,0,.1) 50%, rgba(255,255,255,.1) 0, rgba(255,255,255,.1) 95%, rgba(0,0,0,.1) 0);
	background-image: linear-gradient(-45deg, rgba(255,255,255,.1) 45%, rgba(0,0,0,.1) 0, rgba(0,0,0,.1) 50%, rgba(255,255,255,.1) 0, rgba(255,255,255,.1) 95%, rgba(0,0,0,.1) 0);
	-webkit-background-size: 10px 10px;
	background-size: 10px 10px
}
.home2_left .wrap_counter .counter {
	margin: 0 auto;
	font-size: 38px;
	font-family: Roboto-Regular, sans-serif;
	font-weight: 700;
	line-height: 38px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(20%, #fff), color-stop(50%, #bdb7b6), to(#fff));
	background-image: -webkit-linear-gradient(top, #fff 0, #fff 20%, #bdb7b6 50%, #fff 100%);
	background-image: -o-linear-gradient(top, #fff 0, #fff 20%, #bdb7b6 50%, #fff 100%);
	background-image: linear-gradient(to bottom, #fff 0, #fff 20%, #bdb7b6 50%, #fff 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display: table
}
.home2_left .playtech {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding-top: 30px;
	font-size: 18px;
	font-family: Roboto-Regular, sans-serif;
	font-weight: 400;
	font-style: italic;
	color: rgba(255,255,255,.588);
	vertical-align: bottom
}
.home2_left .playtech span {
	display: inline-block;
	padding-top: 5px
}
.home2_left .playtech img {
	padding: 0 15px
}
.home2_right {
	padding: 0;
	background: url(../img/home_banner_right.jpg) no-repeat center;
	min-height: 300px;
	-webkit-background-size: cover;
	background-size: cover
}
.home2_right .h2l_top {
	position: relative;
	background-color: rgba(41,47,54,.5);
	text-align: center;
	border-bottom: 1px solid rgba(255,255,255,.3)
}
.home2_right .h2l_top:after {
	content: '';
	position: absolute;
	bottom: -4px;
	left: 50%;
	margin-left: -5px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 3px solid rgba(255,255,255,.3)
}
.home2_right .h2l_top p {
	font-size: 27px;
	font-family: Roboto-Regular, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	line-height: 70px
}
.slick2-prev {
	top: 120px;
	left: 0;
	width: 20px
}
.slick2-next {
	top: 120px;
	right: 0;
	width: 20px
}
.home_slide2 {
	padding: 0 10px
}
.home_slide2 .slick-dots {
	width: auto;
	height: 40px;
	top: 80%;
	right: -webkit-calc(50% - 20px);
	right: calc(50% - 20px);
	text-align: center
}
.home_slide2 .hs2_wrap_item {
	min-height: 200px;
	padding: 15px 10px;
	text-align: center;
	outline: 0
}
.home_slide2 .hs2_item {
	position: relative;
	width: 100%;
	display: inline-block;
	border: 2px solid rgba(255,255,255,.6);
	-webkit-border-radius: 4px;
	border-radius: 4px;
	outline: 0
}
.home_slide2 .hs2_item:after, .home_slide2 .hs2_item:before {
	content: '';
	display: block;
	position: absolute
}
.home_slide2 .hs2_item1:after {
	top: -8px;
	right: -20px;
	width: 132px;
	height: 13px;
	background: url(../img/home_slid2_shadow2.png) no-repeat
}
.home_slide2 .hs2_item1:before {
	bottom: -7px;
	left: -20px;
	width: 132px;
	height: 13px;
	background: url(../img/home_slid2_shadow2.png) no-repeat
}
.home_slide2 .hs2_item2:after {
	top: -8px;
	left: -20px;
	width: 132px;
	height: 13px;
	background: url(../img/home_slid2_shadow2.png) no-repeat
}
.home_slide2 .hs2_item2:before {
	bottom: -7px;
	right: -20px;
	width: 132px;
	height: 13px;
	background: url(../img/home_slid2_shadow2.png) no-repeat
}
.home_slide2 .hs2_item3:after {
	top: 40%;
	right: -8px;
	width: 13px;
	height: 132px;
	background: url(../img/home_slid2_shadow1.png) no-repeat
}
.home_slide2 .hs2_item3:before {
	top: -15px;
	left: -7px;
	width: 13px;
	height: 132px;
	background: url(../img/home_slid2_shadow1.png) no-repeat
}
.home_slide2 .hs2_item_top {
	position: relative;
	min-height: 45px;
	padding-top: 6px;
	background-color: rgba(0,0,0,.2)
}
.home_slide2 .hs2_item_top:before {
	content: '';
	position: absolute;
	bottom: -8px;
	left: 50%;
	margin-left: -10px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 8px solid rgba(0,0,0,.2)
}
.home_slide2 .hs2_item_top .flaf_win {
	display: inline-block;
	vertical-align: middle;
	width: 34px
}
.home_slide2 .hs2_item_top .country_win {
	display: inline-block;
	padding-left: 10px;
	font-size: 16px;
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 900;
	font-style: italic;
	text-transform: uppercase;
	color: #fff;
	vertical-align: middle
}
.home_slide2 .hs2_item_bottom {
	padding-bottom: 10px
}
.home_slide2 .hs2_item_bottom .res_win {
	display: block;
	padding: 18px 0;
	font-size: 43px;
	font-family: Roboto, sans-serif;
	font-weight: 800;
	background-image: -webkit-gradient(linear, left top, right top, from(#bdb7b6), to(#fff));
	background-image: -webkit-linear-gradient(left, #bdb7b6 0, #fff 100%);
	background-image: -o-linear-gradient(left, #bdb7b6 0, #fff 100%);
	background-image: linear-gradient(to right, #bdb7b6 0, #fff 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent
}
.home_slide2 .hs2_item_bottom .win_date {
	color: rgba(255,255,255,.8)
}
.home3 {
	padding: 40px 50px;
	background-color: #282828
}
.home3 ul li {
	position: relative;
	display: inline-block;
	width: 24.6%;
	opacity: 0
}
.home3 ul li:after {
	position: absolute;
	top: -webkit-calc(50% - 15px);
	top: calc(50% - 15px);
	right: -6px;
	content: '\f2fb';
	font: normal normal normal 14px/1 Material-Design-Iconic-Font;
	font-size: 30px;
	display: block;
	color: #ff0b31
}
.home3 ul li:last-child:after {
	display: none
}
.home3 .home3_item {
	max-width: 230px;
	margin: 0 auto;
	color: #fff;
	border: 1px solid #909090;
	background-image: -webkit-linear-gradient(135deg, rgba(255,255,255,.05) 45%, rgba(0,0,0,.1) 0, rgba(0,0,0,.1) 50%, rgba(255,255,255,.05) 0, rgba(255,255,255,.05) 95%, rgba(0,0,0,.1) 0);
	background-image: -o-linear-gradient(135deg, rgba(255,255,255,.05) 45%, rgba(0,0,0,.1) 0, rgba(0,0,0,.1) 50%, rgba(255,255,255,.05) 0, rgba(255,255,255,.05) 95%, rgba(0,0,0,.1) 0);
	background-image: linear-gradient(-45deg, rgba(255,255,255,.05) 45%, rgba(0,0,0,.1) 0, rgba(0,0,0,.1) 50%, rgba(255,255,255,.05) 0, rgba(255,255,255,.05) 95%, rgba(0,0,0,.1) 0);
	-webkit-background-size: 8px 8px;
	background-size: 8px 8px;
	-webkit-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s
}
.home3 .home3_item span {
	display: inline-block;
	padding-left: 20px;
	font-size: 84px;
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 400;
	line-height: 100px;
	color: #fff;
}
.home3 .home3_item img {
	display: inline-block;
	vertical-align: top;
	padding-top: 25px
}
.home3 .home3_text {
	width: 100px;
	padding-top: 5px;
	padding-right: 5px;
	float: right;
	text-align: left
}
.home3 .home3_text h5 {
	font-size: 19px;
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 400
}
.home3 .home3_text p {
	font-size: 12px;
	font-family: Roboto-Regular, sans-serif;
	font-weight: 300;
	line-height: 1.5;
	color: #fff
}
.home4 {
	padding: 0 40px 85px;
	background-color: #f2f2f2
}
.home4_tabs .hom4_wrap_tab {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}
.home4_tabs .hom4_wrap_tab .hom4_tab {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 18%;
	-ms-flex: 0 1 18%;
	flex: 0 1 18%;
	text-align: center;
	text-transform: uppercase;
	color: #515151;
	border-bottom: 3px solid #3b3b3b;
	cursor: pointer;
	line-height: 50px;
	font-family: Roboto, sans-serif;
	font-size: 16px;
}
.home4_tabs .hom4_wrap_tab .hom4_tab:active, .home4_tabs .hom4_wrap_tab .hom4_tab:focus, .home4_tabs .hom4_wrap_tab .hom4_tab:hover {
	background-color: #e0e0e0;
	border-bottom: 3px solid #ff0b31;
	font-family: Roboto, sans-serif;
	font-weight: 500
}
.home4_tabs .hom4_wrap_tab .hom4_tab_w {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 25%;
	-ms-flex: 0 1 25%;
	flex: 0 1 25%
}
.hom4_tab_active {
	color: #282828!important;
	font-family: Roboto, sans-serif;
	font-weight: 500;
	background-color: #e0e0e0;
	border-bottom: 3px solid #ff0b31!important
}
.h4t_item {
	display: none;
	padding: 45px 45px 55px;
	background-color: #fff;
	-webkit-transition: opacity .5s;
	-o-transition: opacity .5s;
	transition: opacity .5s
}
.h4t_item h3 img {
	vertical-align: top;
	padding-left: 7px
}
.h4t_item p {
	padding-top: 5px;
	line-height: 1.5
}
.h4t_item .wrap_item_tabs1 {
	padding-bottom: 30px;
	border-bottom: 1px solid #ebebeb
}
.h4t_item .wrap_item_tabs1 img {
	max-width: 100%;
	padding-left: 15px;
	float: right
}
.h4t_item .wrap_item_tabs1 h3 img {
	padding-left: 7px;
	float: none
}
.h4t_item .lottery_schedule {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}
.h4t_item .lottery_schedule, .h4t_item .wrap_bank_offline {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	border-bottom: none
}
.h4t_item .lottery_schedule a, .h4t_item .lottery_schedule li, .h4t_item .wrap_bank_offline a, .h4t_item .wrap_bank_offline li {
	padding-right: 15px;
	line-height: 35px;
	font-size: 16px;
	font-family: Roboto, sans-serif;
	font-weight: 400;
	border-bottom: 1px solid #ebebeb;
	color: #909294
}
.h4t_item .lottery_schedule li:first-child, .h4t_item .wrap_bank_offline li:first-child {
	padding-bottom: 5px;
	color: #414141;
	text-transform: uppercase
}
.h4t_item .lottery_schedule a, .h4t_item .wrap_bank_offline a {
	color: #232f3e;
	border-bottom: none
}
.h4t_item .lottery_schedule a:active, .h4t_item .lottery_schedule a:focus, .h4t_item .lottery_schedule a:hover, .h4t_item .wrap_bank_offline a:active, .h4t_item .wrap_bank_offline a:focus, .h4t_item .wrap_bank_offline a:hover {
	color: #ff0b31
}
.h4t_item .wrap_bank_offline {
	padding-top: 30px;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.h4t_item .wrap_bank_offline li {
	padding-right: 50px;
	border-bottom: none
}
.h4t_item .wrap_bank_offline li:first-child {
	padding-bottom: 0;
	color: #909294
}
.h4t_item .wrap_bank_offline .bank_off_item {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 50%;
	-ms-flex: 0 1 50%;
	flex: 0 1 50%
}
.h4t_item .wrap_bank_offline .boff_item_img1 {
	width: 150px;
	height: 80px;
	float: left
}
.h4t_item .wrap_bank_offline .boff_item_img2 {
	width: 180px;
	height: 80px;
	float: left
}
.h4t_item .wrap_bank_offline .boff_item_img22 {
	padding-top: 17px
}
.h4t_item .wrap_bank_offline img {
	float: left;
	padding: 10px 10px 10px 0
}
.h4t_item .wrap_item_tabs2 {
	padding: 30px 0;
	border-bottom: 1px solid #ebebeb
}
.h4t_item .wrap_item_tabs2 img {
	max-width: 100%;
	padding-right: 40px;
	float: left
}
.h4t_item .wrap_item_tabs3 {
	padding: 30px 0 40px
}
.h4t_item .wrap_item_tabs4 {
	padding: 30px 0
}
.h4t_item .wrap_item_tabs4 li {
	font-family: Roboto-Regular, sans-serif;
	color: #909294
}
.h4t_item .wrap_item_tabs4 img {
	padding-top: 20px;
	max-width: 41%;
	float: right
}
.h4t_item .wrap_item_tabs4 .wit4_icon {
	position: relative;
	padding-left: 40px;
	line-height: 44px
}
.h4t_item .wrap_item_tabs4 .wit4_icon:after {
	position: absolute;
	width: 20px;
	top: 13px;
	left: 8px;
	text-align: center;
	font: normal normal normal 16px/1 FontAwesome;
	color: #ff0630
}
.h4t_item .wrap_item_tabs4 .wit4_icon1:after {
	content: '\f01d'
}
.h4t_item .wrap_item_tabs4 .wit4_icon2:after {
	content: '\f0ce'
}
.h4t_item .wrap_item_tabs4 .wit4_icon3:after {
	content: '\f0d6'
}
.h4t_item .wrap_item_tabs4 .wit4_icon4:after {
	content: '\f18e'
}
.h4t_item .wrap_item_tabs4 .wit4_icon5:after {
	content: '\f055'
}
.h4t_item .wrap_item_tabs4 .wit4_icon6:after {
	content: '\f023'
}
.h4t_item .wrap_item_tabs4 .wit4_icon7:after {
	content: '\f0eb'
}
.h4t_item .wrap_item_tabs4 .wit4_icon8:after {
	content: '\f1cd'
}
.h4t_item .wrap_item_tabs4 .wit4_icon9:after {
	content: '\f025'
}
.h4t_item .wrap_item_tabs4 .wit4_icon10:after {
	content: '\f1e3'
}
.h4t_item .wrap_item_tabs4 .wit4_icon11:after {
	content: '\f10b'
}
.h4t_item .h4t1_bottom {
	padding: 20px 45px 40px;
	background-color: #f2f2f2
}
.h4t_item .h4t1_bottom p {
	color: #65676a
}
.h4t_item .h4t1_bottom p .span_red {
	font-size: inherit
}
.h4t_item .tabs_cus {
	float: left;
	padding-top: 20px;
	padding-right: 150px
}
.h4t_item .tabs_cus li a {
	margin: 3px 0;
	color: #909294;
	border-color: #fff
}
.h4t_item .tabs_cus li a:active, .h4t_item .tabs_cus li a:focus, .h4t_item .tabs_cus li a:hover {
	color: #232f3e;
	border-color: #ff0b31
}
.h4t_item .tabs_cus li a:after {
	color: #232f3e
}
.h4t_item .tabs_cus li .icon_cus5:after {
	background: url(../img/icon_cus5_black.png) no-repeat center
}
.h4t_item .tabs_cus li .icon_cus6:after {
	background: url(../img/icon_cus6_black.png) no-repeat center
}
.h4t_item .tabs_cus li .icon_cus7:after {
	background: url(../img/icon_cus7_black.png) no-repeat center
}
.h4t_item .tabs_cus li .icon_cus11:after {
	background: url(../img/ig2_black.png) no-repeat center
}
.h4t_item .lottery_schedule_mob {
	display: none
}
.h4t_item .lottery_schedule_mob .ls_mob_item {
	margin-bottom: 5px
}
.h4t_item .lottery_schedule_mob .country_ls_mob {
	background-color: #363535;
	cursor: pointer;
	-webkit-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s
}
.h4t_item .lottery_schedule_mob .country_ls_mob:active, .h4t_item .lottery_schedule_mob .country_ls_mob:focus, .h4t_item .lottery_schedule_mob .country_ls_mob:hover {
	background-color: #545454
}
.h4t_item .lottery_schedule_mob .country_ls_mob span {
	padding-left: 15px;
	font-size: 18px;
	line-height: 60px;
	color: #fff
}
.h4t_item .lottery_schedule_mob .country_ls_mob .ls_mob_link {
	width: 40px;
	margin-right: 15px;
	padding-top: 3px;
	display: inline-block;
	color: #ff0b31;
	font-size: 26px;
	text-align: center;
	line-height: 57px;
	float: right
}
.h4t_item .lottery_schedule_mob .country_ls_mob_hid {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}
.h4t_item .lottery_schedule_mob .country_ls_mob_hid ul {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 60px;
	-ms-flex: 1 1 60px;
	flex: 1 1 60px
}
.h4t_item .lottery_schedule_mob .country_ls_mob_hid ul:first-child {
	-webkit-box-flex: 2;
	-webkit-flex: 2 1 60px;
	-ms-flex: 2 1 60px;
	flex: 2 1 60px
}
.h4t_item .lottery_schedule_mob .country_ls_mob_hid li {
	padding: 12px 10px;
	line-height: 18px;
	font-size: 16px;
	font-family: Roboto, sans-serif;
	font-weight: 400;
	color: #909294;
	border: 1px solid #e3e3e3;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}
.h4t_item .lottery_schedule_mob .country_ls_mob_hid li:first-child {
	background-color: #eaeaea
}
.h4t_item .lottery_schedule_mob .country_ls_mob_hid .tab_day {
	text-transform: none;
	font-size: 12px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start
}
.active_tab_h4 {
	display: block
}
@font-face {
	font-family: Digital-7;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/Digital/Digital-7.eot);
	src: url(../fonts/Digital/Digital-7.eot?#iefix) format("embedded-opentype"), url(../fonts/Digital/Digital-7.woff) format("woff"), url(../fonts/Digital/Digital-7.ttf) format("truetype")
}
@font-face {
	font-family: Digital-7Mono;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/Digital/Digital-7Mono.eot);
	src: url(../fonts/Digital/Digital-7Mono.eot?#iefix) format("embedded-opentype"), url(../fonts/Digital/Digital-7Mono.woff) format("woff"), url(../fonts/Digital/Digital-7Mono.ttf) format("truetype")
}
@font-face {
	font-family: Aldrich-Regular;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/Digital/Aldrich-Regular.eot);
	src: url(../fonts/Digital/Aldrich-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/Digital/Aldrich-Regular.woff) format("woff"), url(../fonts/Digital/Aldrich-Regular.ttf) format("truetype")
}
@font-face {
	font-family: Roboto-RegularRobotoCondensed-Bold;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/Roboto/Roboto-Regular.eot);
	src: url(../fonts/Roboto/Roboto-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/Roboto/Roboto-Regular.woff) format("woff"), url(../fonts/Roboto/Roboto-Regular.ttf) format("truetype")
}
@font-face {
	font-family: RobotoCondensed-Bold;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/RobotoCondensed/RobotoCondensed-Bold.eot);
	src: url(../fonts/RobotoCondensed/RobotoCondensed-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoCondensed/RobotoCondensed-Bold.woff) format("woff"), url(../fonts/RobotoCondensed/RobotoCondensed-Bold.ttf) format("truetype")
}
@font-face {
	font-family: RobotoCondensed-BoldItalic;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/RobotoCondensed/RobotoCondensed-BoldItalic.eot);
	src: url(../fonts/RobotoCondensed/RobotoCondensed-BoldItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoCondensed/RobotoCondensed-BoldItalic.woff) format("woff"), url(../fonts/RobotoCondensed/RobotoCondensed-BoldItalic.ttf) format("truetype")
}
@font-face {
	font-family: RobotoCondensed-Italic;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/RobotoCondensed/RobotoCondensed-Italic.eot);
	src: url(../fonts/RobotoCondensed/RobotoCondensed-Italic.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoCondensed/RobotoCondensed-Italic.woff) format("woff"), url(../fonts/RobotoCondensed/RobotoCondensed-Italic.ttf) format("truetype")
}
@font-face {
	font-family: RobotoCondensed-Light;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/RobotoCondensed/RobotoCondensed-Light.eot);
	src: url(../fonts/RobotoCondensed/RobotoCondensed-Light.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoCondensed/RobotoCondensed-Light.woff) format("woff"), url(../fonts/RobotoCondensed/RobotoCondensed-Light.ttf) format("truetype")
}
@font-face {
	font-family: RobotoCondensed-LightItalic;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/RobotoCondensed/RobotoCondensed-LightItalic.eot);
	src: url(../fonts/RobotoCondensed/RobotoCondensed-LightItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoCondensed/RobotoCondensed-LightItalic.woff) format("woff"), url(../fonts/RobotoCondensed/RobotoCondensed-LightItalic.ttf) format("truetype")
}
@font-face {
	font-family: RobotoCondensed-Regular;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/RobotoCondensed/MonoMono.eot);
	src: url(../fonts/RobotoCondensed/MonoMono.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoCondensed/MonoMono.woff) format("woff"), url(../fonts/RobotoCondensed/MonoMono.ttf) format("truetype")
}
@font-face {
	font-family: RobotoCondensed-Regular;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/RobotoCondensed/MonoMono.eot);
	src: url(../fonts/RobotoCondensed/MonoMono.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoCondensed/MonoMono.woff) format("woff"), url(../fonts/RobotoCondensed/MonoMono.ttf) format("truetype")
}
.casino1 {
	min-height: 270px;
	background: url(../img/casino_banner1.jpg) no-repeat center;
	-webkit-background-size: cover;
	background-size: cover
}
.casino2 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 40px 60px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #f2f2f2
}
.cas2_item {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 23.2%;
	-ms-flex: 0 1 23.2%;
	flex: 0 1 23.2%;
	min-height: 215px;
	margin: 8px 7px;
	text-align: center;
	background-color: #292f36;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 2px solid #292f36
}
.cas2_item:active, .cas2_item:focus, .cas2_item:hover {
	background-image: -webkit-linear-gradient(135deg, rgba(255,255,255,.1) 45%, rgba(0,0,0,.1) 0, rgba(0,0,0,.1) 50%, rgba(255,255,255,.1) 0, rgba(255,255,255,.1) 95%, rgba(0,0,0,.1) 0);
	background-image: -o-linear-gradient(135deg, rgba(255,255,255,.1) 45%, rgba(0,0,0,.1) 0, rgba(0,0,0,.1) 50%, rgba(255,255,255,.1) 0, rgba(255,255,255,.1) 95%, rgba(0,0,0,.1) 0);
	background-image: linear-gradient(-45deg, rgba(255,255,255,.1) 45%, rgba(0,0,0,.1) 0, rgba(0,0,0,.1) 50%, rgba(255,255,255,.1) 0, rgba(255,255,255,.1) 95%, rgba(0,0,0,.1) 0);
	-webkit-background-size: 8px 8px;
	background-size: 8px 8px;
	border: 2px solid #ff0b31
}
.cas2_item:active .btn_cas2, .cas2_item:focus .btn_cas2, .cas2_item:hover .btn_cas2 {
	background-image: none;
	border: 2px solid #ff0b31!important
}
.cas2_item .btn_cas2 {
	border: 2px solid #ff0b31
}
.cas2_item .cas2_wrap_img {
	min-height: 100px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}
.cas2_item p {
	font-size: 20px;
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 800;
	color: #fff
}
.cas2_item .btn_cas2 {
	margin-top: 8px;
	padding: 5px 15px;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 18px;
	-webkit-border-radius: 4px;
	border-radius: 4px
}
.cas2_item .btn_cas2:active, .cas2_item .btn_cas2:focus, .cas2_item .btn_cas2:hover {
	border: 1px solid #ff0b31;
	background-image: none
}
.casino3 {
	padding: 0 40px 50px;
	background-color: #f2f2f2
}
.casino3 .cas3_wrap_item {
	margin-bottom: 40px;
	padding: 40px 30px 80px;
	background-color: #fff;
	border-top: 3px solid #282828
}
.casino3 .cas3_wrap_item h3 {
	padding-top: 20px
}
.casino3 .cas3_wrap_item p {
	padding-top: 10px
}
.casino3 .p50 {
	padding-top: 50px
}
.casino3 .cas3_item_left {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}
.casino3 .cas3_item_right {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}
.casino4 {
	min-height: 270px;
	background: url(../img/casino_banner2.jpg) no-repeat center;
	-webkit-background-size: cover;
	background-size: cover
}
@font-face {
	font-family: Digital-7;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/Digital/Digital-7.eot);
	src: url(../fonts/Digital/Digital-7.eot?#iefix) format("embedded-opentype"), url(../fonts/Digital/Digital-7.woff) format("woff"), url(../fonts/Digital/Digital-7.ttf) format("truetype")
}
@font-face {
	font-family: Digital-7Mono;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/Digital/Digital-7Mono.eot);
	src: url(../fonts/Digital/Digital-7Mono.eot?#iefix) format("embedded-opentype"), url(../fonts/Digital/Digital-7Mono.woff) format("woff"), url(../fonts/Digital/Digital-7Mono.ttf) format("truetype")
}
@font-face {
	font-family: Aldrich-Regular;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/Digital/Aldrich-Regular.eot);
	src: url(../fonts/Digital/Aldrich-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/Digital/Aldrich-Regular.woff) format("woff"), url(../fonts/Digital/Aldrich-Regular.ttf) format("truetype")
}
@font-face {
	font-family: Roboto-RegularRobotoCondensed-Bold;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/Roboto/Roboto-Regular.eot);
	src: url(../fonts/Roboto/Roboto-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/Roboto/Roboto-Regular.woff) format("woff"), url(../fonts/Roboto/Roboto-Regular.ttf) format("truetype")
}
@font-face {
	font-family: RobotoCondensed-Bold;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/RobotoCondensed/RobotoCondensed-Bold.eot);
	src: url(../fonts/RobotoCondensed/RobotoCondensed-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoCondensed/RobotoCondensed-Bold.woff) format("woff"), url(../fonts/RobotoCondensed/RobotoCondensed-Bold.ttf) format("truetype")
}
@font-face {
	font-family: RobotoCondensed-BoldItalic;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/RobotoCondensed/RobotoCondensed-BoldItalic.eot);
	src: url(../fonts/RobotoCondensed/RobotoCondensed-BoldItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoCondensed/RobotoCondensed-BoldItalic.woff) format("woff"), url(../fonts/RobotoCondensed/RobotoCondensed-BoldItalic.ttf) format("truetype")
}
@font-face {
	font-family: RobotoCondensed-Italic;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/RobotoCondensed/RobotoCondensed-Italic.eot);
	src: url(../fonts/RobotoCondensed/RobotoCondensed-Italic.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoCondensed/RobotoCondensed-Italic.woff) format("woff"), url(../fonts/RobotoCondensed/RobotoCondensed-Italic.ttf) format("truetype")
}
@font-face {
	font-family: RobotoCondensed-Light;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/RobotoCondensed/RobotoCondensed-Light.eot);
	src: url(../fonts/RobotoCondensed/RobotoCondensed-Light.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoCondensed/RobotoCondensed-Light.woff) format("woff"), url(../fonts/RobotoCondensed/RobotoCondensed-Light.ttf) format("truetype")
}
@font-face {
	font-family: RobotoCondensed-LightItalic;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/RobotoCondensed/RobotoCondensed-LightItalic.eot);
	src: url(../fonts/RobotoCondensed/RobotoCondensed-LightItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoCondensed/RobotoCondensed-LightItalic.woff) format("woff"), url(../fonts/RobotoCondensed/RobotoCondensed-LightItalic.ttf) format("truetype")
}
@font-face {
	font-family: RobotoCondensed-Regular;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/RobotoCondensed/MonoMono.eot);
	src: url(../fonts/RobotoCondensed/MonoMono.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoCondensed/MonoMono.woff) format("woff"), url(../fonts/RobotoCondensed/MonoMono.ttf) format("truetype")
}
@font-face {
	font-family: RobotoCondensed-Regular;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/RobotoCondensed/MonoMono.eot);
	src: url(../fonts/RobotoCondensed/MonoMono.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoCondensed/MonoMono.woff) format("woff"), url(../fonts/RobotoCondensed/MonoMono.ttf) format("truetype")
}
.games1 {
	min-height: 270px;
	background: url(../img/games_banner1.jpg) no-repeat center;
	-webkit-background-size: cover;
	background-size: cover
}
.games2 {
	background-color: #f2f2f2;
	text-align: center
}
.games2 h3 {
	padding: 20px 50px
}
.g2_wrap_item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 40px 40px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}
.g2_item {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 23.4%;
	-ms-flex: 0 1 23.4%;
	flex: 0 1 23.4%;
	margin: 8px 7px;
	text-align: center;
	background-color: #292f36;
	border: 2px solid #292f36
}
.g2_item:active, .g2_item:focus, .g2_item:hover {
	background-image: -webkit-linear-gradient(135deg, rgba(255,255,255,.1) 45%, rgba(0,0,0,.1) 0, rgba(0,0,0,.1) 50%, rgba(255,255,255,.1) 0, rgba(255,255,255,.1) 95%, rgba(0,0,0,.1) 0);
	background-image: -o-linear-gradient(135deg, rgba(255,255,255,.1) 45%, rgba(0,0,0,.1) 0, rgba(0,0,0,.1) 50%, rgba(255,255,255,.1) 0, rgba(255,255,255,.1) 95%, rgba(0,0,0,.1) 0);
	background-image: linear-gradient(-45deg, rgba(255,255,255,.1) 45%, rgba(0,0,0,.1) 0, rgba(0,0,0,.1) 50%, rgba(255,255,255,.1) 0, rgba(255,255,255,.1) 95%, rgba(0,0,0,.1) 0);
	-webkit-background-size: 8px 8px;
	background-size: 8px 8px;
	border: 2px solid #ff0b31
}
.g2_item:active .btn_g2, .g2_item:focus .btn_g2, .g2_item:hover .btn_g2 {
	background-image: none;
	border: 2px solid #ff0b31!important
}
.g2_item .g2_wrap_img {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	box-sizing: border-box
}
.g2_item .g2_wrap_img img {
	width: 100%;
	padding: 15px 15px
}
.g2_item p {
	font-size: 20px;
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 800;
	color: #fff
}
.g2_item .btn_g2 {
	margin-top: 8px;
	margin-bottom: 25px;
	padding: 5px 15px;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 18px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 2px solid #ff0b31
}
.g2_item .btn_g2:active, .g2_item .btn_g2:focus, .g2_item .btn_g2:hover {
	border: 1px solid #ff0b31;
	background-image: none
}
.games3 {
	padding: 0 40px 50px;
	background-color: #f2f2f2
}
.games3 .games3_wrap_item {
	margin-bottom: 40px;
	padding: 40px 30px 80px;
	background-color: #fff;
	border-top: 3px solid #282828
}
.games3 .games3_wrap_item h3 {
	padding-top: 20px
}
.games3 .games3_wrap_item p {
	padding-top: 10px
}
.games3 .p30 {
	padding-top: 30px
}
.games4 {
	min-height: 270px;
	background: url(../img/games_banner2.jpg) no-repeat center;
	-webkit-background-size: cover;
	background-size: cover
}
@font-face {
	font-family: Digital-7;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/Digital/Digital-7.eot);
	src: url(../fonts/Digital/Digital-7.eot?#iefix) format("embedded-opentype"), url(../fonts/Digital/Digital-7.woff) format("woff"), url(../fonts/Digital/Digital-7.ttf) format("truetype")
}
@font-face {
	font-family: Digital-7Mono;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/Digital/Digital-7Mono.eot);
	src: url(../fonts/Digital/Digital-7Mono.eot?#iefix) format("embedded-opentype"), url(../fonts/Digital/Digital-7Mono.woff) format("woff"), url(../fonts/Digital/Digital-7Mono.ttf) format("truetype")
}
@font-face {
	font-family: Aldrich-Regular;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/Digital/Aldrich-Regular.eot);
	src: url(../fonts/Digital/Aldrich-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/Digital/Aldrich-Regular.woff) format("woff"), url(../fonts/Digital/Aldrich-Regular.ttf) format("truetype")
}
@font-face {
	font-family: Roboto-RegularRobotoCondensed-Bold;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/Roboto/Roboto-Regular.eot);
	src: url(../fonts/Roboto/Roboto-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/Roboto/Roboto-Regular.woff) format("woff"), url(../fonts/Roboto/Roboto-Regular.ttf) format("truetype")
}
@font-face {
	font-family: RobotoCondensed-Bold;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/RobotoCondensed/RobotoCondensed-Bold.eot);
	src: url(../fonts/RobotoCondensed/RobotoCondensed-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoCondensed/RobotoCondensed-Bold.woff) format("woff"), url(../fonts/RobotoCondensed/RobotoCondensed-Bold.ttf) format("truetype")
}
@font-face {
	font-family: RobotoCondensed-BoldItalic;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/RobotoCondensed/RobotoCondensed-BoldItalic.eot);
	src: url(../fonts/RobotoCondensed/RobotoCondensed-BoldItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoCondensed/RobotoCondensed-BoldItalic.woff) format("woff"), url(../fonts/RobotoCondensed/RobotoCondensed-BoldItalic.ttf) format("truetype")
}
@font-face {
	font-family: RobotoCondensed-Italic;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/RobotoCondensed/RobotoCondensed-Italic.eot);
	src: url(../fonts/RobotoCondensed/RobotoCondensed-Italic.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoCondensed/RobotoCondensed-Italic.woff) format("woff"), url(../fonts/RobotoCondensed/RobotoCondensed-Italic.ttf) format("truetype")
}
@font-face {
	font-family: RobotoCondensed-Light;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/RobotoCondensed/RobotoCondensed-Light.eot);
	src: url(../fonts/RobotoCondensed/RobotoCondensed-Light.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoCondensed/RobotoCondensed-Light.woff) format("woff"), url(../fonts/RobotoCondensed/RobotoCondensed-Light.ttf) format("truetype")
}
@font-face {
	font-family: RobotoCondensed-LightItalic;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/RobotoCondensed/RobotoCondensed-LightItalic.eot);
	src: url(../fonts/RobotoCondensed/RobotoCondensed-LightItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoCondensed/RobotoCondensed-LightItalic.woff) format("woff"), url(../fonts/RobotoCondensed/RobotoCondensed-LightItalic.ttf) format("truetype")
}
@font-face {
	font-family: RobotoCondensed-Regular;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/RobotoCondensed/MonoMono.eot);
	src: url(../fonts/RobotoCondensed/MonoMono.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoCondensed/MonoMono.woff) format("woff"), url(../fonts/RobotoCondensed/MonoMono.ttf) format("truetype")
}
@font-face {
	font-family: RobotoCondensed-Regular;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/RobotoCondensed/MonoMono.eot);
	src: url(../fonts/RobotoCondensed/MonoMono.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoCondensed/MonoMono.woff) format("woff"), url(../fonts/RobotoCondensed/MonoMono.ttf) format("truetype")
}
.number1 {
	min-height: 270px;
	background: url(../img/number_banner1.jpg) no-repeat center;
	-webkit-background-size: cover;
	background-size: cover
}
.number2 {
	background-color: #f2f2f2;
	text-align: center
}
.number2 h3 {
	padding: 20px 0
}
.nb2_wrap_item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 40px 40px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}
.nb2_item {
	position: relative;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 23.4%;
	-ms-flex: 0 1 23.4%;
	flex: 0 1 23.4%;
	min-height: 200px;
	margin: 8px 7px;
	text-align: center;
	background-color: #212b35;
	border: 2px solid #212b35
}
.nb2_item:active, .nb2_item:focus, .nb2_item:hover {
	border: 2px solid #ff0b31
}
.nb2_item:active .btn_nb2, .nb2_item:focus .btn_nb2, .nb2_item:hover .btn_nb2 {
	background-image: none;
	border: 2px solid #ff0b31!important
}
.nb2_item .nb2_wrap_img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	box-sizing: border-box
}
.nb2_item .nb2_wrap_img img {
	width: 100%
}
.nb2_item p {
	font-size: 20px;
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 800;
	color: #fff
}
.nb2_item .btn_nb2 {
	margin-top: 8px;
	margin-bottom: 25px;
	padding: 5px 15px;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 18px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 2px solid #ff0b31
}
.nb2_item .btn_nb2:active, .nb2_item .btn_nb2:focus, .nb2_item .btn_nb2:hover {
	border: 1px solid #ff0b31;
	background-image: none
}
.nb2_item_text {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	padding-top: 88px
}
.nb2_item_text:active, .nb2_item_text:focus, .nb2_item_text:hover {
	background-image: -webkit-linear-gradient(135deg, rgba(255,255,255,.1) 45%, rgba(0,0,0,.1) 0, rgba(0,0,0,.1) 50%, rgba(255,255,255,.1) 0, rgba(255,255,255,.1) 95%, rgba(0,0,0,.1) 0);
	background-image: -o-linear-gradient(135deg, rgba(255,255,255,.1) 45%, rgba(0,0,0,.1) 0, rgba(0,0,0,.1) 50%, rgba(255,255,255,.1) 0, rgba(255,255,255,.1) 95%, rgba(0,0,0,.1) 0);
	background-image: linear-gradient(-45deg, rgba(255,255,255,.1) 45%, rgba(0,0,0,.1) 0, rgba(0,0,0,.1) 50%, rgba(255,255,255,.1) 0, rgba(255,255,255,.1) 95%, rgba(0,0,0,.1) 0);
	-webkit-background-size: 8px 8px;
	background-size: 8px 8px
}
.nb2_item_text:active .btn_nb2, .nb2_item_text:focus .btn_nb2, .nb2_item_text:hover .btn_nb2 {
	background-image: none;
	border: 2px solid #ff0b31!important
}
.nb2_cf {
	position: absolute;
	top: 15px;
	left: 8%;
	z-index: 1;
	padding: 2px 5px 0;
	font-size: 16px;
	font-family: Roboto, sans-serif;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	line-height: 1.4;
	display: inline-block;
	background-color: #ff0b31;
	-webkit-border-radius: 15px;
	border-radius: 15px
}
.nb2_live {
	position: absolute;
	top: 10px;
	right: 5%;
	z-index: 1;
	padding: 1px 20px 0 5px;
	font-size: 12px;
	font-family: Roboto, sans-serif;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	line-height: 1.4;
	display: inline-block;
	background-color: #ff0b31;
	-webkit-border-radius: 15px;
	border-radius: 15px
}
.nb2_live:after {
	position: absolute;
	top: 3px;
	right: 6px;
	content: '\f2db';
	font: normal normal normal 12px/1 Material-Design-Iconic-Font
}
.number3 {
	padding: 0 40px 50px;
	background-color: #f2f2f2
}
.number3 .number3_wrap_item {
	margin-bottom: 40px;
	padding: 40px 30px 80px;
	background-color: #fff;
	border-top: 3px solid #282828
}
.number3 .number3_wrap_item h3 {
	padding-top: 20px
}
.number3 .number3_wrap_item p {
	padding-top: 10px;
	line-height: 1.5
}
.number_img5 {
	padding: 10px 100px
}
.number_img6 {
	padding: 35px 30px 30px 0
}
.number_img7 {
	padding: 10px 70px
}
.number4 {
	min-height: 270px;
	background: url(../img/number_banner2.jpg) no-repeat center;
	-webkit-background-size: cover;
	background-size: cover
}
@font-face {
	font-family: Digital-7;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/Digital/Digital-7.eot);
	src: url(../fonts/Digital/Digital-7.eot?#iefix) format("embedded-opentype"), url(../fonts/Digital/Digital-7.woff) format("woff"), url(../fonts/Digital/Digital-7.ttf) format("truetype")
}
@font-face {
	font-family: Digital-7Mono;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/Digital/Digital-7Mono.eot);
	src: url(../fonts/Digital/Digital-7Mono.eot?#iefix) format("embedded-opentype"), url(../fonts/Digital/Digital-7Mono.woff) format("woff"), url(../fonts/Digital/Digital-7Mono.ttf) format("truetype")
}
@font-face {
	font-family: Aldrich-Regular;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/Digital/Aldrich-Regular.eot);
	src: url(../fonts/Digital/Aldrich-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/Digital/Aldrich-Regular.woff) format("woff"), url(../fonts/Digital/Aldrich-Regular.ttf) format("truetype")
}
@font-face {
	font-family: Roboto-RegularRobotoCondensed-Bold;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/Roboto/Roboto-Regular.eot);
	src: url(../fonts/Roboto/Roboto-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/Roboto/Roboto-Regular.woff) format("woff"), url(../fonts/Roboto/Roboto-Regular.ttf) format("truetype")
}
@font-face {
	font-family: RobotoCondensed-Bold;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/RobotoCondensed/RobotoCondensed-Bold.eot);
	src: url(../fonts/RobotoCondensed/RobotoCondensed-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoCondensed/RobotoCondensed-Bold.woff) format("woff"), url(../fonts/RobotoCondensed/RobotoCondensed-Bold.ttf) format("truetype")
}
@font-face {
	font-family: RobotoCondensed-BoldItalic;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/RobotoCondensed/RobotoCondensed-BoldItalic.eot);
	src: url(../fonts/RobotoCondensed/RobotoCondensed-BoldItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoCondensed/RobotoCondensed-BoldItalic.woff) format("woff"), url(../fonts/RobotoCondensed/RobotoCondensed-BoldItalic.ttf) format("truetype")
}
@font-face {
	font-family: RobotoCondensed-Italic;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/RobotoCondensed/RobotoCondensed-Italic.eot);
	src: url(../fonts/RobotoCondensed/RobotoCondensed-Italic.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoCondensed/RobotoCondensed-Italic.woff) format("woff"), url(../fonts/RobotoCondensed/RobotoCondensed-Italic.ttf) format("truetype")
}
@font-face {
	font-family: RobotoCondensed-Light;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/RobotoCondensed/RobotoCondensed-Light.eot);
	src: url(../fonts/RobotoCondensed/RobotoCondensed-Light.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoCondensed/RobotoCondensed-Light.woff) format("woff"), url(../fonts/RobotoCondensed/RobotoCondensed-Light.ttf) format("truetype")
}
@font-face {
	font-family: RobotoCondensed-LightItalic;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/RobotoCondensed/RobotoCondensed-LightItalic.eot);
	src: url(../fonts/RobotoCondensed/RobotoCondensed-LightItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoCondensed/RobotoCondensed-LightItalic.woff) format("woff"), url(../fonts/RobotoCondensed/RobotoCondensed-LightItalic.ttf) format("truetype")
}
@font-face {
	font-family: RobotoCondensed-Regular;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/RobotoCondensed/MonoMono.eot);
	src: url(../fonts/RobotoCondensed/MonoMono.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoCondensed/MonoMono.woff) format("woff"), url(../fonts/RobotoCondensed/MonoMono.ttf) format("truetype")
}
@font-face {
	font-family: RobotoCondensed-Regular;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/RobotoCondensed/MonoMono.eot);
	src: url(../fonts/RobotoCondensed/MonoMono.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoCondensed/MonoMono.woff) format("woff"), url(../fonts/RobotoCondensed/MonoMono.ttf) format("truetype")
}
.poker1 {
	min-height: 270px;
	background: url(../img/poker_banner1.jpg) no-repeat center;
	-webkit-background-size: cover;
	background-size: cover
}
.poker2 {
	background-color: #f2f2f2;
	text-align: center
}
.poker2 h3 {
	padding: 20px 0
}
.pk2_wrap_item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 40px 40px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}
.pk2_item {
	position: relative;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 23.4%;
	-ms-flex: 0 1 23.4%;
	flex: 0 1 23.4%;
	min-height: 200px;
	margin: 8px 7px;
	text-align: center;
	background-color: #212b35;
	border: 2px solid #212b35
}
.pk2_item:active, .pk2_item:focus, .pk2_item:hover {
	border: 2px solid #ff0b31
}
.pk2_item:active .btn_pk2, .pk2_item:focus .btn_pk2, .pk2_item:hover .btn_pk2 {
	background-image: none;
	border: 2px solid #ff0b31!important
}
.pk2_item .pk2_wrap_img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	box-sizing: border-box
}
.pk2_item .pk2_wrap_img img {
	width: 100%
}
.pk2_item p {
	font-size: 20px;
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 800;
	color: #fff
}
.pk2_item .btn_pk2 {
	margin-top: 20px;
	margin-bottom: 25px;
	padding: 5px 15px;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 18px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 2px solid #ff0b31
}
.pk2_item .btn_pk2:active, .pk2_item .btn_pk2:focus, .pk2_item .btn_pk2:hover {
	border: 1px solid #ff0b31;
	background-image: none
}
.pk2_item_text {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	padding-top: 72px
}
.pk2_item_text:active, .pk2_item_text:focus, .pk2_item_text:hover {
	background-image: -webkit-linear-gradient(135deg, rgba(255,255,255,.1) 45%, rgba(0,0,0,.1) 0, rgba(0,0,0,.1) 50%, rgba(255,255,255,.1) 0, rgba(255,255,255,.1) 95%, rgba(0,0,0,.1) 0);
	background-image: -o-linear-gradient(135deg, rgba(255,255,255,.1) 45%, rgba(0,0,0,.1) 0, rgba(0,0,0,.1) 50%, rgba(255,255,255,.1) 0, rgba(255,255,255,.1) 95%, rgba(0,0,0,.1) 0);
	background-image: linear-gradient(-45deg, rgba(255,255,255,.1) 45%, rgba(0,0,0,.1) 0, rgba(0,0,0,.1) 50%, rgba(255,255,255,.1) 0, rgba(255,255,255,.1) 95%, rgba(0,0,0,.1) 0);
	-webkit-background-size: 8px 8px;
	background-size: 8px 8px
}
.pk2_item_text:active .btn_pk2, .pk2_item_text:focus .btn_pk2, .pk2_item_text:hover .btn_pk2 {
	background-image: none;
	border: 2px solid #ff0b31!important
}
.poker3 {
	padding: 0 40px 50px;
	background-color: #f2f2f2
}
.poker3 .poker3_wrap_item {
	margin-bottom: 40px;
	padding: 40px 30px 80px;
	background-color: #fff;
	border-top: 3px solid #282828
}
.poker3 .poker3_wrap_item h3 {
	padding-top: 20px
}
.poker3 .poker3_wrap_item p {
	padding-top: 10px;
	line-height: 1.5
}
.poker_img5 {
	padding: 30px 30px 10px 0
}
.poker_img6 {
	padding: 10px 0 0 30px
}
.poker4 {
	min-height: 270px;
	background: url(../img/poker_banner2.jpg) no-repeat center;
	-webkit-background-size: cover;
	background-size: cover
}
.poker4 h2 img {
	display: inline-block;
	vertical-align: middle
}
@font-face {
	font-family: Digital-7;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/Digital/Digital-7.eot);
	src: url(../fonts/Digital/Digital-7.eot?#iefix) format("embedded-opentype"), url(../fonts/Digital/Digital-7.woff) format("woff"), url(../fonts/Digital/Digital-7.ttf) format("truetype")
}
@font-face {
	font-family: Digital-7Mono;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/Digital/Digital-7Mono.eot);
	src: url(../fonts/Digital/Digital-7Mono.eot?#iefix) format("embedded-opentype"), url(../fonts/Digital/Digital-7Mono.woff) format("woff"), url(../fonts/Digital/Digital-7Mono.ttf) format("truetype")
}
@font-face {
	font-family: Aldrich-Regular;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/Digital/Aldrich-Regular.eot);
	src: url(../fonts/Digital/Aldrich-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/Digital/Aldrich-Regular.woff) format("woff"), url(../fonts/Digital/Aldrich-Regular.ttf) format("truetype")
}
@font-face {
	font-family: Roboto-RegularRobotoCondensed-Bold;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/Roboto/Roboto-Regular.eot);
	src: url(../fonts/Roboto/Roboto-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/Roboto/Roboto-Regular.woff) format("woff"), url(../fonts/Roboto/Roboto-Regular.ttf) format("truetype")
}
@font-face {
	font-family: RobotoCondensed-Bold;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/RobotoCondensed/RobotoCondensed-Bold.eot);
	src: url(../fonts/RobotoCondensed/RobotoCondensed-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoCondensed/RobotoCondensed-Bold.woff) format("woff"), url(../fonts/RobotoCondensed/RobotoCondensed-Bold.ttf) format("truetype")
}
@font-face {
	font-family: RobotoCondensed-BoldItalic;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/RobotoCondensed/RobotoCondensed-BoldItalic.eot);
	src: url(../fonts/RobotoCondensed/RobotoCondensed-BoldItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoCondensed/RobotoCondensed-BoldItalic.woff) format("woff"), url(../fonts/RobotoCondensed/RobotoCondensed-BoldItalic.ttf) format("truetype")
}
@font-face {
	font-family: RobotoCondensed-Italic;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/RobotoCondensed/RobotoCondensed-Italic.eot);
	src: url(../fonts/RobotoCondensed/RobotoCondensed-Italic.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoCondensed/RobotoCondensed-Italic.woff) format("woff"), url(../fonts/RobotoCondensed/RobotoCondensed-Italic.ttf) format("truetype")
}
@font-face {
	font-family: RobotoCondensed-Light;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/RobotoCondensed/RobotoCondensed-Light.eot);
	src: url(../fonts/RobotoCondensed/RobotoCondensed-Light.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoCondensed/RobotoCondensed-Light.woff) format("woff"), url(../fonts/RobotoCondensed/RobotoCondensed-Light.ttf) format("truetype")
}
@font-face {
	font-family: RobotoCondensed-LightItalic;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/RobotoCondensed/RobotoCondensed-LightItalic.eot);
	src: url(../fonts/RobotoCondensed/RobotoCondensed-LightItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoCondensed/RobotoCondensed-LightItalic.woff) format("woff"), url(../fonts/RobotoCondensed/RobotoCondensed-LightItalic.ttf) format("truetype")
}
@font-face {
	font-family: RobotoCondensed-Regular;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/RobotoCondensed/MonoMono.eot);
	src: url(../fonts/RobotoCondensed/MonoMono.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoCondensed/MonoMono.woff) format("woff"), url(../fonts/RobotoCondensed/MonoMono.ttf) format("truetype")
}
@font-face {
	font-family: RobotoCondensed-Regular;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/RobotoCondensed/MonoMono.eot);
	src: url(../fonts/RobotoCondensed/MonoMono.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoCondensed/MonoMono.woff) format("woff"), url(../fonts/RobotoCondensed/MonoMono.ttf) format("truetype")
}
.togel1 {
	min-height: 270px;
	background: url(../img/togel_banner1.jpg) no-repeat center;
	-webkit-background-size: cover;
	background-size: cover
}
.forex {
	min-height: 270px;
	background: url(../img/forex_banner.jpg) no-repeat center;
	-webkit-background-size: cover;
	background-size: cover
}
.togel2 {
	background-color: #f2f2f2;
	text-align: center
}
.togel2 h3 {
	padding: 20px 0
}
.tg2_wrap_item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 40px 40px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}
.tg2_item {
	position: relative;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 31%;
	-ms-flex: 0 1 31%;
	flex: 0 1 31%;
	min-height: 200px;
	margin: 8px 7px;
	text-align: center;
	background-color: #212b35;
	border: 2px solid #212b35
}
.tg2_item:active, .tg2_item:focus, .tg2_item:hover {
	border: 2px solid #ff0b31
}
.tg2_item:active .btn_tg2, .tg2_item:focus .btn_tg2, .tg2_item:hover .btn_tg2 {
	background-image: none;
	border: 2px solid #ff0b31!important
}
.tg2_item .tg2_wrap_img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	box-sizing: border-box
}
.tg2_item .tg2_wrap_img img {
	width: 100%
}
.tg2_item p {
	font-size: 20px;
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 800;
	color: #fff
}
.tg2_item .btn_tg2 {
	margin-top: 20px;
	margin-bottom: 25px;
	padding: 2px 20px;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 18px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 2px solid #ff0b31
}
.tg2_item .btn_tg2:active, .tg2_item .btn_tg2:focus, .tg2_item .btn_tg2:hover {
	border: 1px solid #ff0b31;
	background-image: none
}
.tg2_item_text {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	padding-top: 78px
}
.tg2_item_text:active, .tg2_item_text:focus, .tg2_item_text:hover {
	background-image: -webkit-linear-gradient(135deg, rgba(255,255,255,.1) 45%, rgba(0,0,0,.1) 0, rgba(0,0,0,.1) 50%, rgba(255,255,255,.1) 0, rgba(255,255,255,.1) 95%, rgba(0,0,0,.1) 0);
	background-image: -o-linear-gradient(135deg, rgba(255,255,255,.1) 45%, rgba(0,0,0,.1) 0, rgba(0,0,0,.1) 50%, rgba(255,255,255,.1) 0, rgba(255,255,255,.1) 95%, rgba(0,0,0,.1) 0);
	background-image: linear-gradient(-45deg, rgba(255,255,255,.1) 45%, rgba(0,0,0,.1) 0, rgba(0,0,0,.1) 50%, rgba(255,255,255,.1) 0, rgba(255,255,255,.1) 95%, rgba(0,0,0,.1) 0);
	-webkit-background-size: 8px 8px;
	background-size: 8px 8px
}
.tg2_item_text:active .btn_tg2, .tg2_item_text:focus .btn_tg2, .tg2_item_text:hover .btn_tg2 {
	background-image: none;
	border: 2px solid #ff0b31!important
}
.togel3 {
	padding: 0 40px 10px;
	background-color: #f2f2f2
}
.togel3 .togel3_wrap_item {
	margin-bottom: 40px;
	padding: 10px 30px 50px;
	border-top: 3px solid #282828;
	background-color: #fff
}
.togel3 .togel3_wrap_item h3 {
	padding-top: 20px
}
.togel3 .togel3_wrap_item p {
	padding-top: 10px;
	line-height: 1.5
}
.togel3 .red_item {
	padding: 0 30px 30px;
	border-top: 3px solid #ff0b31
}
.togel3 .tg3_wraper_item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.togel3 .tg3_wraper_item .red_item {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 48%;
	-ms-flex: 0 1 48%;
	flex: 0 1 48%
}
.togel3 .tg3_item ul {
	padding-left: 0
}
.togel3 .tg3_item ul li {
	position: relative;
	padding-left: 25px;
	font-size: 16px;
	font-family: Roboto-Regular, sans-serif;
	font-weight: 400;
	color: #909294
}
.togel3 .tg3_item ul li:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	content: '•';
	text-align: center;
	color: #ff0b31
}
.togel_img4 {
	padding: 20px 30px 10px 0
}
.togel4 {
	min-height: 270px;
	background: url(../img/togel_banner2.jpg) no-repeat center;
	-webkit-background-size: cover;
	background-size: cover
}
.togel4 h2 img {
	display: inline-block;
	vertical-align: middle
}
@font-face {
	font-family: Digital-7;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/Digital/Digital-7.eot);
	src: url(../fonts/Digital/Digital-7.eot?#iefix) format("embedded-opentype"), url(../fonts/Digital/Digital-7.woff) format("woff"), url(../fonts/Digital/Digital-7.ttf) format("truetype")
}
@font-face {
	font-family: Digital-7Mono;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/Digital/Digital-7Mono.eot);
	src: url(../fonts/Digital/Digital-7Mono.eot?#iefix) format("embedded-opentype"), url(../fonts/Digital/Digital-7Mono.woff) format("woff"), url(../fonts/Digital/Digital-7Mono.ttf) format("truetype")
}
@font-face {
	font-family: Aldrich-Regular;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/Digital/Aldrich-Regular.eot);
	src: url(../fonts/Digital/Aldrich-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/Digital/Aldrich-Regular.woff) format("woff"), url(../fonts/Digital/Aldrich-Regular.ttf) format("truetype")
}
@font-face {
	font-family: Roboto-RegularRobotoCondensed-Bold;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/Roboto/Roboto-Regular.eot);
	src: url(../fonts/Roboto/Roboto-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/Roboto/Roboto-Regular.woff) format("woff"), url(../fonts/Roboto/Roboto-Regular.ttf) format("truetype")
}
@font-face {
	font-family: RobotoCondensed-Bold;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/RobotoCondensed/RobotoCondensed-Bold.eot);
	src: url(../fonts/RobotoCondensed/RobotoCondensed-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoCondensed/RobotoCondensed-Bold.woff) format("woff"), url(../fonts/RobotoCondensed/RobotoCondensed-Bold.ttf) format("truetype")
}
@font-face {
	font-family: RobotoCondensed-BoldItalic;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/RobotoCondensed/RobotoCondensed-BoldItalic.eot);
	src: url(../fonts/RobotoCondensed/RobotoCondensed-BoldItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoCondensed/RobotoCondensed-BoldItalic.woff) format("woff"), url(../fonts/RobotoCondensed/RobotoCondensed-BoldItalic.ttf) format("truetype")
}
@font-face {
	font-family: RobotoCondensed-Italic;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/RobotoCondensed/RobotoCondensed-Italic.eot);
	src: url(../fonts/RobotoCondensed/RobotoCondensed-Italic.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoCondensed/RobotoCondensed-Italic.woff) format("woff"), url(../fonts/RobotoCondensed/RobotoCondensed-Italic.ttf) format("truetype")
}
@font-face {
	font-family: RobotoCondensed-Light;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/RobotoCondensed/RobotoCondensed-Light.eot);
	src: url(../fonts/RobotoCondensed/RobotoCondensed-Light.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoCondensed/RobotoCondensed-Light.woff) format("woff"), url(../fonts/RobotoCondensed/RobotoCondensed-Light.ttf) format("truetype")
}
@font-face {
	font-family: RobotoCondensed-LightItalic;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/RobotoCondensed/RobotoCondensed-LightItalic.eot);
	src: url(../fonts/RobotoCondensed/RobotoCondensed-LightItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoCondensed/RobotoCondensed-LightItalic.woff) format("woff"), url(../fonts/RobotoCondensed/RobotoCondensed-LightItalic.ttf) format("truetype")
}
@font-face {
	font-family: RobotoCondensed-Regular;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/RobotoCondensed/MonoMono.eot);
	src: url(../fonts/RobotoCondensed/MonoMono.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoCondensed/MonoMono.woff) format("woff"), url(../fonts/RobotoCondensed/MonoMono.ttf) format("truetype")
}
@font-face {
	font-family: RobotoCondensed-Regular;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/RobotoCondensed/MonoMono.eot);
	src: url(../fonts/RobotoCondensed/MonoMono.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoCondensed/MonoMono.woff) format("woff"), url(../fonts/RobotoCondensed/MonoMono.ttf) format("truetype")
}
.sportbook1 {
	min-height: 270px;
	background: url(../img/sportbook_banner1.jpg) no-repeat center;
	-webkit-background-size: cover;
	background-size: cover
}
.sportbook2 {
	background-color: #f2f2f2;
	text-align: center
}
.sportbook2 h3 {
	padding: 20px 0
}
.sb2_wrap_item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 20px 40px 40px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}
.sb2_item {
	position: relative;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 30%;
	-ms-flex: 0 1 30%;
	flex: 0 1 30%;
	min-height: 207px;
	margin: 8px 7px;
	text-align: center;
	border: 2px solid transparent;
	overflow: hidden
}
.sb2_item:active, .sb2_item:focus, .sb2_item:hover {
	border: 2px solid #ff0b31
}
.sb2_item:active .btn_sb2, .sb2_item:focus .btn_sb2, .sb2_item:hover .btn_sb2 {
	background-image: none;
	border: 2px solid #ff0b31!important
}
.sb2_item .sb2_wrap_img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	box-sizing: border-box
}
.sb2_item .sb2_wrap_img img {
	width: 100%
}
.sb2_item p {
	font-size: 20px;
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 800;
	color: #fff
}
.sb2_item .btn_sb2 {
	margin-top: 20px;
	margin-bottom: 25px;
	padding: 2px 20px;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 18px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 2px solid #ff0b31
}
.sb2_item .btn_sb2:active, .sb2_item .btn_sb2:focus, .sb2_item .btn_sb2:hover {
	border: 1px solid #ff0b31;
	background-image: none
}
.sb2_item_text {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	padding-top: 89px
}
.sb2_item_text:active, .sb2_item_text:focus, .sb2_item_text:hover {
	background-image: -webkit-linear-gradient(135deg, rgba(255,255,255,.1) 45%, rgba(0,0,0,.1) 0, rgba(0,0,0,.1) 50%, rgba(255,255,255,.1) 0, rgba(255,255,255,.1) 95%, rgba(0,0,0,.1) 0);
	background-image: -o-linear-gradient(135deg, rgba(255,255,255,.1) 45%, rgba(0,0,0,.1) 0, rgba(0,0,0,.1) 50%, rgba(255,255,255,.1) 0, rgba(255,255,255,.1) 95%, rgba(0,0,0,.1) 0);
	background-image: linear-gradient(-45deg, rgba(255,255,255,.1) 45%, rgba(0,0,0,.1) 0, rgba(0,0,0,.1) 50%, rgba(255,255,255,.1) 0, rgba(255,255,255,.1) 95%, rgba(0,0,0,.1) 0);
	-webkit-background-size: 8px 8px;
	background-size: 8px 8px
}
.sb2_item_text:active .btn_tg2, .sb2_item_text:focus .btn_tg2, .sb2_item_text:hover .btn_tg2 {
	background-image: none;
	border: 2px solid #ff0b31!important
}
.sportbook_icon1 {
	position: absolute;
	top: 10px;
	right: 7%
}
.sportbook_icon2 {
	position: absolute;
	top: 20px;
	right: 7%
}
.sportbook_icon3 {
	position: absolute;
	top: 10px;
	right: 7%
}
.sportbook3 {
	padding: 0 40px 30px;
	background-color: #f2f2f2
}
.sportbook3 .sportbook3_wrap_item {
	margin-bottom: 40px;
	padding: 10px 30px 40px;
	border-top: 3px solid #282828;
	background-color: #fff
}
.sportbook3 .sportbook3_wrap_item h3 {
	padding-top: 20px
}
.sportbook3 .sportbook3_wrap_item p {
	padding-top: 10px;
	line-height: 1.5
}
.sportbook3 .red_item {
	position: relative;
	padding: 0 30px 30px;
	border-top: 3px solid #ff0b31
}
.sportbook3 .red_item .sb3_icon {
	position: absolute;
	top: 15px;
	right: 10%
}
.sportbook3 .sb3_wraper_item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.sportbook3 .sb3_wraper_item .red_item {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 31.5%;
	-ms-flex: 0 1 31.5%;
	flex: 0 1 31.5%
}
.sportbook3 .sb3_item ul {
	padding-left: 0
}
.sportbook3 .sb3_item ul li {
	position: relative;
	padding-left: 25px;
	font-size: 16px;
	font-family: Roboto-Regular, sans-serif;
	font-weight: 400;
	color: #909294
}
.sportbook3 .sb3_item ul li:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	content: '•';
	text-align: center;
	color: #ff0b31
}
.sportbook3 .sb3_flex {
	padding-top: 10px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}
.sportbook3 .sb3_flex h3 {
	padding-top: 0
}
.sportbook_img4 {
	padding: 20px 0 10px 25px
}
.sportbook_img5 {
	padding: 25px 25px 10px 0
}
.sportbook_img7 {
	padding: 60px 0 30px 25px
}
.sportbook_icon4 {
	padding: 10px 50px
}
.sportbook4 {
	min-height: 270px;
	background: url(../img/sportbook_banner2.jpg) no-repeat center;
	-webkit-background-size: cover;
	background-size: cover
}
.sportbook4 h2 img {
	display: inline-block;
	vertical-align: middle
}
@font-face {
	font-family: Digital-7;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/Digital/Digital-7.eot);
	src: url(../fonts/Digital/Digital-7.eot?#iefix) format("embedded-opentype"), url(../fonts/Digital/Digital-7.woff) format("woff"), url(../fonts/Digital/Digital-7.ttf) format("truetype")
}
@font-face {
	font-family: Digital-7Mono;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/Digital/Digital-7Mono.eot);
	src: url(../fonts/Digital/Digital-7Mono.eot?#iefix) format("embedded-opentype"), url(../fonts/Digital/Digital-7Mono.woff) format("woff"), url(../fonts/Digital/Digital-7Mono.ttf) format("truetype")
}
@font-face {
	font-family: Aldrich-Regular;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/Digital/Aldrich-Regular.eot);
	src: url(../fonts/Digital/Aldrich-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/Digital/Aldrich-Regular.woff) format("woff"), url(../fonts/Digital/Aldrich-Regular.ttf) format("truetype")
}
@font-face {
	font-family: Roboto-RegularRobotoCondensed-Bold;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/Roboto/Roboto-Regular.eot);
	src: url(../fonts/Roboto/Roboto-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/Roboto/Roboto-Regular.woff) format("woff"), url(../fonts/Roboto/Roboto-Regular.ttf) format("truetype")
}
@font-face {
	font-family: RobotoCondensed-Bold;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/RobotoCondensed/RobotoCondensed-Bold.eot);
	src: url(../fonts/RobotoCondensed/RobotoCondensed-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoCondensed/RobotoCondensed-Bold.woff) format("woff"), url(../fonts/RobotoCondensed/RobotoCondensed-Bold.ttf) format("truetype")
}
@font-face {
	font-family: RobotoCondensed-BoldItalic;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/RobotoCondensed/RobotoCondensed-BoldItalic.eot);
	src: url(../fonts/RobotoCondensed/RobotoCondensed-BoldItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoCondensed/RobotoCondensed-BoldItalic.woff) format("woff"), url(../fonts/RobotoCondensed/RobotoCondensed-BoldItalic.ttf) format("truetype")
}
@font-face {
	font-family: RobotoCondensed-Italic;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/RobotoCondensed/RobotoCondensed-Italic.eot);
	src: url(../fonts/RobotoCondensed/RobotoCondensed-Italic.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoCondensed/RobotoCondensed-Italic.woff) format("woff"), url(../fonts/RobotoCondensed/RobotoCondensed-Italic.ttf) format("truetype")
}
@font-face {
	font-family: RobotoCondensed-Light;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/RobotoCondensed/RobotoCondensed-Light.eot);
	src: url(../fonts/RobotoCondensed/RobotoCondensed-Light.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoCondensed/RobotoCondensed-Light.woff) format("woff"), url(../fonts/RobotoCondensed/RobotoCondensed-Light.ttf) format("truetype")
}
@font-face {
	font-family: RobotoCondensed-LightItalic;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/RobotoCondensed/RobotoCondensed-LightItalic.eot);
	src: url(../fonts/RobotoCondensed/RobotoCondensed-LightItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoCondensed/RobotoCondensed-LightItalic.woff) format("woff"), url(../fonts/RobotoCondensed/RobotoCondensed-LightItalic.ttf) format("truetype")
}
@font-face {
	font-family: RobotoCondensed-Regular;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/RobotoCondensed/MonoMono.eot);
	src: url(../fonts/RobotoCondensed/MonoMono.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoCondensed/MonoMono.woff) format("woff"), url(../fonts/RobotoCondensed/MonoMono.ttf) format("truetype")
}
@font-face {
	font-family: RobotoCondensed-Regular;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/RobotoCondensed/MonoMono.eot);
	src: url(../fonts/RobotoCondensed/MonoMono.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoCondensed/MonoMono.woff) format("woff"), url(../fonts/RobotoCondensed/MonoMono.ttf) format("truetype")
}
.rg3 {
	padding: 0 40px 10px;
	background-color: #f2f2f2
}
.rg3 h3 {
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center
}
.rg3 .rg_head_text {
	position: relative;
	margin-bottom: 20px;
	font-size: 18px;
	font-family: Roboto, sans-serif;
	font-weight: 500;
	font-style: italic;
	color: #282828;
	text-align: center
}
.rg3 .rg_head_text:after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 40px
}
.rg3 .rg_head_text img {
	padding-left: 5px;
	display: inline-block;
	vertical-align: top
}
.rg3 .rg3_wraper_item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.rg3 .rg3_wraper_item .red_item {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 48%;
	-ms-flex: 0 1 48%;
	flex: 0 1 48%
}
.rg3 .regulation3_wrap_item {
	margin-bottom: 40px;
	padding: 10px 30px 50px;
	border-top: 3px solid #282828;
	background-color: #fff;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 49%;
	-ms-flex: 0 1 49%;
	flex: 0 1 49%
}
.rg3 .regulation3_wrap_item p {
	padding-top: 5px;
	line-height: 1.5
}
.rg3 .rg3_block_item1 {
	padding-bottom: 2px;
	background-color: #f2f2f2;
	border: 1px solid #e8e8e8
}
.rg3 .rg3_block_item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #f2f2f2;
	border: 1px solid #e8e8e8
}
.rg3 .red_item {
	padding: 15px 30px 30px;
	border-top: 3px solid #ff0b31
}
.rg3 .rg_text {
	padding: 10px 20px;
	font-size: 14px
}
.rg3 .rg_text p {
	font-size: 14px
}
.rg3 .rg_text a {
	font-size: 14px
}
.rg3 .rg_img2 {
	padding: 0 20px 10px 0
}
@font-face {
	font-family: Digital-7;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/Digital/Digital-7.eot);
	src: url(../fonts/Digital/Digital-7.eot?#iefix) format("embedded-opentype"), url(../fonts/Digital/Digital-7.woff) format("woff"), url(../fonts/Digital/Digital-7.ttf) format("truetype")
}
@font-face {
	font-family: Digital-7Mono;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/Digital/Digital-7Mono.eot);
	src: url(../fonts/Digital/Digital-7Mono.eot?#iefix) format("embedded-opentype"), url(../fonts/Digital/Digital-7Mono.woff) format("woff"), url(../fonts/Digital/Digital-7Mono.ttf) format("truetype")
}
@font-face {
	font-family: Aldrich-Regular;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/Digital/Aldrich-Regular.eot);
	src: url(../fonts/Digital/Aldrich-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/Digital/Aldrich-Regular.woff) format("woff"), url(../fonts/Digital/Aldrich-Regular.ttf) format("truetype")
}
@font-face {
	font-family: Roboto-RegularRobotoCondensed-Bold;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/Roboto/Roboto-Regular.eot);
	src: url(../fonts/Roboto/Roboto-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/Roboto/Roboto-Regular.woff) format("woff"), url(../fonts/Roboto/Roboto-Regular.ttf) format("truetype")
}
@font-face {
	font-family: RobotoCondensed-Bold;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/RobotoCondensed/RobotoCondensed-Bold.eot);
	src: url(../fonts/RobotoCondensed/RobotoCondensed-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoCondensed/RobotoCondensed-Bold.woff) format("woff"), url(../fonts/RobotoCondensed/RobotoCondensed-Bold.ttf) format("truetype")
}
@font-face {
	font-family: RobotoCondensed-BoldItalic;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/RobotoCondensed/RobotoCondensed-BoldItalic.eot);
	src: url(../fonts/RobotoCondensed/RobotoCondensed-BoldItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoCondensed/RobotoCondensed-BoldItalic.woff) format("woff"), url(../fonts/RobotoCondensed/RobotoCondensed-BoldItalic.ttf) format("truetype")
}
@font-face {
	font-family: RobotoCondensed-Italic;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/RobotoCondensed/RobotoCondensed-Italic.eot);
	src: url(../fonts/RobotoCondensed/RobotoCondensed-Italic.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoCondensed/RobotoCondensed-Italic.woff) format("woff"), url(../fonts/RobotoCondensed/RobotoCondensed-Italic.ttf) format("truetype")
}
@font-face {
	font-family: RobotoCondensed-Light;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/RobotoCondensed/RobotoCondensed-Light.eot);
	src: url(../fonts/RobotoCondensed/RobotoCondensed-Light.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoCondensed/RobotoCondensed-Light.woff) format("woff"), url(../fonts/RobotoCondensed/RobotoCondensed-Light.ttf) format("truetype")
}
@font-face {
	font-family: RobotoCondensed-LightItalic;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/RobotoCondensed/RobotoCondensed-LightItalic.eot);
	src: url(../fonts/RobotoCondensed/RobotoCondensed-LightItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoCondensed/RobotoCondensed-LightItalic.woff) format("woff"), url(../fonts/RobotoCondensed/RobotoCondensed-LightItalic.ttf) format("truetype")
}
@font-face {
	font-family: RobotoCondensed-Regular;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/RobotoCondensed/MonoMono.eot);
	src: url(../fonts/RobotoCondensed/MonoMono.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoCondensed/MonoMono.woff) format("woff"), url(../fonts/RobotoCondensed/MonoMono.ttf) format("truetype")
}
@font-face {
	font-family: RobotoCondensed-Regular;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/RobotoCondensed/MonoMono.eot);
	src: url(../fonts/RobotoCondensed/MonoMono.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoCondensed/MonoMono.woff) format("woff"), url(../fonts/RobotoCondensed/MonoMono.ttf) format("truetype")
}
.promotions_wrapper {
	padding-bottom: 50px;
	background-color: #f2f2f2
}
.promotions_wrapper h3 {
	padding: 30px 0 30px;
	text-align: center
}
.pr_wrapper {
	margin: 0 60px 20px;
	padding: 5px;
	background-color: #fff;
	-webkit-border-radius: 3px;
	border-radius: 3px
}
.pr_wrapper_active {
	margin: 10px 35px;
	padding: 40px 30px;
	border-top: 3px solid #282828;
	-webkit-border-radius: 0;
	border-radius: 0
}
.pr_wrap_item_top {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background: #31383d;
	cursor: pointer
}
.pr_wrap_item_top .pr_item_top {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 50%;
	-ms-flex: 0 1 50%;
	flex: 0 1 50%
}
.pr_top_left {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}
.pr_top_left img {
	max-width: 100%
}
.pr_top_left .pr_2d {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -54px;
	padding-left: 30px
}
.pr_top_left .pr_2d p {
	padding: 5px 0;
	font-size: 26px;
	font-family: Roboto, sans-serif;
	font-weight: 800;
	color: #fff;
	line-height: 1
}
.pr_top_left .pr_2d .red_2d {
	display: inline-block;
	padding: 0 5px;
	background-color: #ff0b31;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	text-transform: uppercase
}
.pr_top_right {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	text-align: center;
	background-image: -webkit-linear-gradient(135deg, rgba(255,255,255,.1) 45%, rgba(0,0,0,.1) 0, rgba(0,0,0,.1) 50%, rgba(255,255,255,.1) 0, rgba(255,255,255,.1) 95%, rgba(0,0,0,.1) 0);
	background-image: -o-linear-gradient(135deg, rgba(255,255,255,.1) 45%, rgba(0,0,0,.1) 0, rgba(0,0,0,.1) 50%, rgba(255,255,255,.1) 0, rgba(255,255,255,.1) 95%, rgba(0,0,0,.1) 0);
	background-image: linear-gradient(-45deg, rgba(255,255,255,.1) 45%, rgba(0,0,0,.1) 0, rgba(0,0,0,.1) 50%, rgba(255,255,255,.1) 0, rgba(255,255,255,.1) 95%, rgba(0,0,0,.1) 0);
	-webkit-background-size: 8px 8px;
	background-size: 8px 8px
}
.pr_top_right h3 {
	padding: 0;
	color: #fff;
	text-transform: uppercase
}
.pr_top_right p {
	padding-bottom: 5px;
	font-size: 21px;
	font-family: Roboto, sans-serif;
	font-weight: 800;
	color: #fff;
	line-height: 1.2
}
.pr_top_right .pr_live {
	position: absolute;
	top: 15px;
	right: 10px;
	z-index: 1;
	padding: 2px 20px 0 7px;
	font-size: 12px;
	font-family: Roboto, sans-serif;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	line-height: 1.4;
	display: inline-block;
	background-color: #ff0b31;
	-webkit-border-radius: 15px;
	border-radius: 15px
}
.pr_top_right .pr_live:after {
	position: absolute;
	top: 4px;
	right: 6px;
	content: '\f2db';
	font: normal normal normal 12px/1 Material-Design-Iconic-Font
}
.btn_pr {
	display: inline-block;
	padding: 3px 20px;
	font-size: 18px;
	text-transform: uppercase;
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 400;
	line-height: 30px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 2px solid #ff0b31;
	color: #fff
}
.pr_wrap_item_bottom {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	background-color: #f2f2f2;
	border: 1px solid #e8e8e8
}
.pr_wrap_item_bottom .pr_bottom_left {
	position: relative
}
.pr_wrap_item_bottom .pr_bottom_left:before {
	content: '';
	display: block;
	position: absolute;
	top: 20%;
	right: 0;
	width: 2px;
	height: 60%;
	background-color: #e8e8e8
}
.pr_wrap_item_bottom .pr_item_bottom {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 50%;
	-ms-flex: 0 1 50%;
	flex: 0 1 50%;
	padding: 25px 15px 30px 25px
}
.pr_wrap_item_bottom .pr_bottom_right {
	padding-top: 50px
}
.pr_wrap_item_bottom p {
	color: #7b7c7e;
	font-size: 14px
}
.pr_wrap_item_bottom li {
	font-size: 14px;
	font-family: Roboto, sans-serif;
	font-weight: 300;
	color: #909294
}
.pr_wrap_item_bottom .span_red {
	font-family: Roboto, sans-serif;
	font-weight: 500
}
.pr_close {
	position: absolute;
	bottom: -1px;
	right: -1px;
	display: block;
	width: 40px;
	height: 30px;
	-webkit-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	border: 2px solid #ff0b31;
	text-align: center;
	vertical-align: middle;
	cursor: pointer
}
.pr_close:after {
	content: '\f303';
	font: normal normal normal 18px/1 Material-Design-Iconic-Font;
	color: #ff0b31
}
.pr_wrapper .pr_last_item {
	position: relative;
	display: block;
	background-image: -webkit-linear-gradient(135deg, rgba(255,255,255,.1) 45%, rgba(0,0,0,.1) 0, rgba(0,0,0,.1) 50%, rgba(255,255,255,.1) 0, rgba(255,255,255,.1) 95%, rgba(0,0,0,.1) 0);
	background-image: -o-linear-gradient(135deg, rgba(255,255,255,.1) 45%, rgba(0,0,0,.1) 0, rgba(0,0,0,.1) 50%, rgba(255,255,255,.1) 0, rgba(255,255,255,.1) 95%, rgba(0,0,0,.1) 0);
	background-image: linear-gradient(-45deg, rgba(255,255,255,.1) 45%, rgba(0,0,0,.1) 0, rgba(0,0,0,.1) 50%, rgba(255,255,255,.1) 0, rgba(255,255,255,.1) 95%, rgba(0,0,0,.1) 0);
	-webkit-background-size: 8px 8px;
	background-size: 8px 8px
}
.pr_wrapper .pr_last_item:before {
	content: '\f2fe';
	font: normal normal normal 18px/1 Material-Design-Iconic-Font;
	color: #ff0b31;
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
	width: 40px;
	height: 30px;
	padding-top: 3px;
	-webkit-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	border: 2px solid #ff0b31;
	text-align: center;
	vertical-align: middle;
	cursor: pointer
}
.pr_wrapper .pr_last_item .info_png {
	display: inline-block;
	padding: 8px 22px 2px;
	background-color: #ff0b31;
	vertical-align: middle
}
.pr_wrapper .pr_last_item h3 {
	display: inline-block;
	padding: 0 0 0 15px;
	color: #fff;
	vertical-align: middle
}
.pr_wrapper .pr_last_item_open:before {
	content: '\f303'
}
.pr_item_bottom_last {
	display: block;
	text-align: left
}
.pr_item_bottom_last h3 {
	padding-bottom: 5px;
	text-align: left
}
@font-face {
	font-family: Digital-7;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/Digital/Digital-7.eot);
	src: url(../fonts/Digital/Digital-7.eot?#iefix) format("embedded-opentype"), url(../fonts/Digital/Digital-7.woff) format("woff"), url(../fonts/Digital/Digital-7.ttf) format("truetype")
}
@font-face {
	font-family: Digital-7Mono;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/Digital/Digital-7Mono.eot);
	src: url(../fonts/Digital/Digital-7Mono.eot?#iefix) format("embedded-opentype"), url(../fonts/Digital/Digital-7Mono.woff) format("woff"), url(../fonts/Digital/Digital-7Mono.ttf) format("truetype")
}
@font-face {
	font-family: Aldrich-Regular;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/Digital/Aldrich-Regular.eot);
	src: url(../fonts/Digital/Aldrich-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/Digital/Aldrich-Regular.woff) format("woff"), url(../fonts/Digital/Aldrich-Regular.ttf) format("truetype")
}
@font-face {
	font-family: Roboto-RegularRobotoCondensed-Bold;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/Roboto/Roboto-Regular.eot);
	src: url(../fonts/Roboto/Roboto-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/Roboto/Roboto-Regular.woff) format("woff"), url(../fonts/Roboto/Roboto-Regular.ttf) format("truetype")
}
@font-face {
	font-family: RobotoCondensed-Bold;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/RobotoCondensed/RobotoCondensed-Bold.eot);
	src: url(../fonts/RobotoCondensed/RobotoCondensed-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoCondensed/RobotoCondensed-Bold.woff) format("woff"), url(../fonts/RobotoCondensed/RobotoCondensed-Bold.ttf) format("truetype")
}
@font-face {
	font-family: RobotoCondensed-BoldItalic;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/RobotoCondensed/RobotoCondensed-BoldItalic.eot);
	src: url(../fonts/RobotoCondensed/RobotoCondensed-BoldItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoCondensed/RobotoCondensed-BoldItalic.woff) format("woff"), url(../fonts/RobotoCondensed/RobotoCondensed-BoldItalic.ttf) format("truetype")
}
@font-face {
	font-family: RobotoCondensed-Italic;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/RobotoCondensed/RobotoCondensed-Italic.eot);
	src: url(../fonts/RobotoCondensed/RobotoCondensed-Italic.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoCondensed/RobotoCondensed-Italic.woff) format("woff"), url(../fonts/RobotoCondensed/RobotoCondensed-Italic.ttf) format("truetype")
}
@font-face {
	font-family: RobotoCondensed-Light;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/RobotoCondensed/RobotoCondensed-Light.eot);
	src: url(../fonts/RobotoCondensed/RobotoCondensed-Light.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoCondensed/RobotoCondensed-Light.woff) format("woff"), url(../fonts/RobotoCondensed/RobotoCondensed-Light.ttf) format("truetype")
}
@font-face {
	font-family: RobotoCondensed-LightItalic;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/RobotoCondensed/RobotoCondensed-LightItalic.eot);
	src: url(../fonts/RobotoCondensed/RobotoCondensed-LightItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoCondensed/RobotoCondensed-LightItalic.woff) format("woff"), url(../fonts/RobotoCondensed/RobotoCondensed-LightItalic.ttf) format("truetype")
}
@font-face {
	font-family: RobotoCondensed-Regular;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/RobotoCondensed/MonoMono.eot);
	src: url(../fonts/RobotoCondensed/MonoMono.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoCondensed/MonoMono.woff) format("woff"), url(../fonts/RobotoCondensed/MonoMono.ttf) format("truetype")
}
@font-face {
	font-family: RobotoCondensed-Regular;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/RobotoCondensed/MonoMono.eot);
	src: url(../fonts/RobotoCondensed/MonoMono.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoCondensed/MonoMono.woff) format("woff"), url(../fonts/RobotoCondensed/MonoMono.ttf) format("truetype")
}
.news1 {
	min-height: 270px;
	background: url(../img/news_banner1.jpg) no-repeat center;
	-webkit-background-size: cover;
	background-size: cover
}
.news1 h1 img {
	vertical-align: middle
}
.news2_wrapper {
	padding: 40px;
	background-color: #f2f2f2
}
.news2_wrap_item {
	margin-bottom: 30px;
	padding: 20px;
	background-color: #fff;
	border: 1px solid #e8e8e8;
	border-top: 3px solid #282828
}
.news2_item {
	position: relative;
	background-color: #f2f2f2;
	padding-right: 20px
}
.news2_item p {
	padding-top: 10px;
	padding-left: 25px;
	font-size: 14px
}
.news2_item .news_date {
	position: absolute;
	top: 10px;
	right: 20px;
	font-size: 12px;
	font-family: Roboto, sans-serif;
	font-weight: 300;
	color: #909294
}
.news2_item .head_news {
	padding: 20px 100px 10px 0;
	font-size: 18px;
	font-family: Roboto, sans-serif;
	font-weight: 500;
	font-style: italic;
	color: #232f3e
}
.news2_item_active {
	padding-bottom: 85px
}
.news2_left {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-right: 30px;
	padding-right: 15px;
	float: left;
	background-color: #fff
}
.news2_left_active {
	margin-bottom: 15px;
	padding-bottom: 15px
}
.news_menu {
	position: absolute;
	left: 25px;
	bottom: 28px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-right: 90px
}
.news_menu li {
	margin: 0 4px;
	border: 1px solid #e4e5e6;
	-webkit-border-radius: 4px;
	border-radius: 4px
}
.news_menu a {
	margin: 5px 10px;
	padding: 0 5px;
	font-size: 12px;
	font-family: Roboto, sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	color: #232f3e;
	-webkit-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s
}
.news_menu a:active, .news_menu a:focus, .news_menu a:hover {
	background-color: #ff0b31;
	color: #fff
}
.open_news {
	position: absolute;
	bottom: 25px;
	right: 25px;
	padding: 4px 15px 3px 25px;
	font-size: 14px;
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 400;
	color: #292f36;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 2px solid #ff0b31;
	-webkit-transition: background .3s, color .3s;
	-o-transition: background .3s, color .3s;
	transition: background .3s, color .3s
}
.open_news:active, .open_news:focus, .open_news:hover {
	background-color: #ff0b31;
	color: #fff
}
.open_news:after {
	padding-left: 8px;
	content: '\f2f9';
	font: normal normal normal 14px/1 Material-Design-Iconic-Font
}
.open_news_active {
	padding: 5px 15px
}
.open_news_active span {
	display: none
}
.open_news_active:after {
	padding-left: 0;
	text-align: center;
	content: '\f2fc'
}
@font-face {
	font-family: Digital-7;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/Digital/Digital-7.eot);
	src: url(../fonts/Digital/Digital-7.eot?#iefix) format("embedded-opentype"), url(../fonts/Digital/Digital-7.woff) format("woff"), url(../fonts/Digital/Digital-7.ttf) format("truetype")
}
@font-face {
	font-family: Digital-7Mono;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/Digital/Digital-7Mono.eot);
	src: url(../fonts/Digital/Digital-7Mono.eot?#iefix) format("embedded-opentype"), url(../fonts/Digital/Digital-7Mono.woff) format("woff"), url(../fonts/Digital/Digital-7Mono.ttf) format("truetype")
}
@font-face {
	font-family: Aldrich-Regular;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/Digital/Aldrich-Regular.eot);
	src: url(../fonts/Digital/Aldrich-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/Digital/Aldrich-Regular.woff) format("woff"), url(../fonts/Digital/Aldrich-Regular.ttf) format("truetype")
}
@font-face {
	font-family: Roboto-RegularRobotoCondensed-Bold;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/Roboto/Roboto-Regular.eot);
	src: url(../fonts/Roboto/Roboto-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/Roboto/Roboto-Regular.woff) format("woff"), url(../fonts/Roboto/Roboto-Regular.ttf) format("truetype")
}
@font-face {
	font-family: RobotoCondensed-Bold;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/RobotoCondensed/RobotoCondensed-Bold.eot);
	src: url(../fonts/RobotoCondensed/RobotoCondensed-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoCondensed/RobotoCondensed-Bold.woff) format("woff"), url(../fonts/RobotoCondensed/RobotoCondensed-Bold.ttf) format("truetype")
}
@font-face {
	font-family: RobotoCondensed-BoldItalic;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/RobotoCondensed/RobotoCondensed-BoldItalic.eot);
	src: url(../fonts/RobotoCondensed/RobotoCondensed-BoldItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoCondensed/RobotoCondensed-BoldItalic.woff) format("woff"), url(../fonts/RobotoCondensed/RobotoCondensed-BoldItalic.ttf) format("truetype")
}
@font-face {
	font-family: RobotoCondensed-Italic;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/RobotoCondensed/RobotoCondensed-Italic.eot);
	src: url(../fonts/RobotoCondensed/RobotoCondensed-Italic.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoCondensed/RobotoCondensed-Italic.woff) format("woff"), url(../fonts/RobotoCondensed/RobotoCondensed-Italic.ttf) format("truetype")
}
@font-face {
	font-family: RobotoCondensed-Light;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/RobotoCondensed/RobotoCondensed-Light.eot);
	src: url(../fonts/RobotoCondensed/RobotoCondensed-Light.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoCondensed/RobotoCondensed-Light.woff) format("woff"), url(../fonts/RobotoCondensed/RobotoCondensed-Light.ttf) format("truetype")
}
@font-face {
	font-family: RobotoCondensed-LightItalic;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/RobotoCondensed/RobotoCondensed-LightItalic.eot);
	src: url(../fonts/RobotoCondensed/RobotoCondensed-LightItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoCondensed/RobotoCondensed-LightItalic.woff) format("woff"), url(../fonts/RobotoCondensed/RobotoCondensed-LightItalic.ttf) format("truetype")
}
@font-face {
	font-family: RobotoCondensed-Regular;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/RobotoCondensed/MonoMono.eot);
	src: url(../fonts/RobotoCondensed/MonoMono.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoCondensed/MonoMono.woff) format("woff"), url(../fonts/RobotoCondensed/MonoMono.ttf) format("truetype")
}
@font-face {
	font-family: RobotoCondensed-Regular;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/RobotoCondensed/MonoMono.eot);
	src: url(../fonts/RobotoCondensed/MonoMono.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoCondensed/MonoMono.woff) format("woff"), url(../fonts/RobotoCondensed/MonoMono.ttf) format("truetype")
}
.guide2 {
	padding: 20px 40px;
	background-color: #f2f2f2
}
.guide2 h3 {
	text-align: center
}
.guide2 .guide_head {
	padding: 10px 0 20px;
	font-size: 18px;
	font-family: Roboto, sans-serif;
	font-weight: 400;
	color: #646f7a;
	text-transform: uppercase;
	text-align: center
}
.guide2 .guide_head span {
	padding: 0 7px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	background-color: #ff0b31;
	color: #fff;
	font-size: 20px;
}
.gd2_block {
	margin-bottom: 30px;
	padding: 0 30px 40px;
	background-color: #fff;
	border: 1px solid #c9c9c9;
	border-top: 3px solid #282828
}
.wrap_head_item {
	text-align: left
}
.guide_head_item {
	position: relative;
	margin-right: 40px;
	padding: 15px 0;
	font-size: 18px;
	font-family: Roboto, sans-serif;
	font-weight: 500;
	font-style: italic;
	color: #232f3e;
	display: inline-block
}
.guide_head_item:after {
	content: '';
	position: absolute;
	top: -3px;
	left: 0;
	display: block;
	width: 100%;
	height: 3px;
	background-color: #ff0b31
}
.guide_head_item:before {
	content: '';
	position: absolute;
	bottom: -webkit-calc(50% - 11px);
	bottom: calc(50% - 11px);
	right: -35px;
	display: block;
	width: 25px;
	height: 25px;
	background: url(../img/guide_icon1.png) no-repeat center
}
.guide_head_item2 {
	margin-right: 0;
	margin-left: 40px
}
.gd2_wrap_item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.gd2_wrap_item .gd2_item {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 24%;
	-ms-flex: 0 1 24%;
	flex: 0 1 24%
}
.gd2_wrap_item .gd2_wrap_img {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}
.gd2_wrap_item .gd2_wrap_img img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%
}
.gd2_wrap_item .wrap_btn_gd2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%
}
.gd2_wrap_item .btn_gd2 {
	margin: 25px 15px;
	padding: 3px 10px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	font-size: 18px;
	font-weight: 500;
	border: 1px solid transparent;
	line-height: 1.4
}
.gd2_wrap_item .btn_gd2:active, .gd2_wrap_item .btn_gd2:focus, .gd2_wrap_item .btn_gd2:hover {
	border: 1px solid #ff0b31;
	background-image: -webkit-linear-gradient(135deg, rgba(255,255,255,.1) 45%, rgba(0,0,0,.1) 0, rgba(0,0,0,.1) 50%, rgba(255,255,255,.1) 0, rgba(255,255,255,.1) 95%, rgba(0,0,0,.1) 0);
	background-image: -o-linear-gradient(135deg, rgba(255,255,255,.1) 45%, rgba(0,0,0,.1) 0, rgba(0,0,0,.1) 50%, rgba(255,255,255,.1) 0, rgba(255,255,255,.1) 95%, rgba(0,0,0,.1) 0);
	background-image: linear-gradient(-45deg, rgba(255,255,255,.1) 45%, rgba(0,0,0,.1) 0, rgba(0,0,0,.1) 50%, rgba(255,255,255,.1) 0, rgba(255,255,255,.1) 95%, rgba(0,0,0,.1) 0)
}
.gd2_wrap_item .gd2_item_text {
	min-height: 160px;
	padding: 20px 15px;
	border: 1px solid #c9c9c9;
	background-color: #f2f2f2
}
.gd2_wrap_item .gd2_item_text p {
	font-size: 14px;
	font-weight: 300
}
.gd_live {
	position: absolute;
	top: 10px;
	right: 7px;
	z-index: 1;
	padding: 2px 20px 0 7px;
	font-size: 12px;
	font-family: Roboto, sans-serif;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	line-height: 1.4;
	display: inline-block;
	background-color: #ff0b31;
	-webkit-border-radius: 15px;
	border-radius: 15px
}
.gd_live:before {
	position: absolute;
	top: 4px;
	right: 6px;
	content: '\f2db';
	font: normal normal normal 12px/1 Material-Design-Iconic-Font
}
.wrap_head_item2 {
	text-align: right
}
.guide_head_item2:before {
	right: 0;
	left: -35px;
	background: url(../img/guide_icon2.png) no-repeat center
}
.guide4 {
	min-height: 270px;
	background: url(../img/guide_banner.jpg) no-repeat center;
	-webkit-background-size: cover;
	background-size: cover
}
.guide4 .guide4_text {
	max-width: 760px;
	margin: 0 auto;
	text-align: left
}
.guide4 .guide4_text h2 {
	padding-right: 20px;
	padding-left: 20px;
	text-align: left;
	font-size: 39px
}
.guide4 .guide4_text h3 {
	padding: 5px 20px;
	font-size: 26px;
	font-family: Roboto, sans-serif;
	color: #fff;
	text-transform: uppercase;
	text-align: left
}
.guide4 .guide4_text .guide4_p {
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	text-align: left;
	font-size: 19px;
	font-family: Roboto, sans-serif;
	font-weight: 500;
	font-style: italic;
	text-transform: none
}
.guide4 .guide4_text img {
	display: inline-block;
	vertical-align: middle
}
.guide4 .guide4_text .btn_gd {
	margin-top: 30px;
	font-size: 14px;
	border: 2px solid #ff0b31;
	-webkit-border-radius: 4px;
	border-radius: 4px
}
@font-face {
	font-family: Digital-7;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/Digital/Digital-7.eot);
	src: url(../fonts/Digital/Digital-7.eot?#iefix) format("embedded-opentype"), url(../fonts/Digital/Digital-7.woff) format("woff"), url(../fonts/Digital/Digital-7.ttf) format("truetype")
}
@font-face {
	font-family: Digital-7Mono;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/Digital/Digital-7Mono.eot);
	src: url(../fonts/Digital/Digital-7Mono.eot?#iefix) format("embedded-opentype"), url(../fonts/Digital/Digital-7Mono.woff) format("woff"), url(../fonts/Digital/Digital-7Mono.ttf) format("truetype")
}
@font-face {
	font-family: Aldrich-Regular;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/Digital/Aldrich-Regular.eot);
	src: url(../fonts/Digital/Aldrich-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/Digital/Aldrich-Regular.woff) format("woff"), url(../fonts/Digital/Aldrich-Regular.ttf) format("truetype")
}
@font-face {
	font-family: Roboto-RegularRobotoCondensed-Bold;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/Roboto/Roboto-Regular.eot);
	src: url(../fonts/Roboto/Roboto-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/Roboto/Roboto-Regular.woff) format("woff"), url(../fonts/Roboto/Roboto-Regular.ttf) format("truetype")
}
@font-face {
	font-family: RobotoCondensed-Bold;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/RobotoCondensed/RobotoCondensed-Bold.eot);
	src: url(../fonts/RobotoCondensed/RobotoCondensed-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoCondensed/RobotoCondensed-Bold.woff) format("woff"), url(../fonts/RobotoCondensed/RobotoCondensed-Bold.ttf) format("truetype")
}
@font-face {
	font-family: RobotoCondensed-BoldItalic;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/RobotoCondensed/RobotoCondensed-BoldItalic.eot);
	src: url(../fonts/RobotoCondensed/RobotoCondensed-BoldItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoCondensed/RobotoCondensed-BoldItalic.woff) format("woff"), url(../fonts/RobotoCondensed/RobotoCondensed-BoldItalic.ttf) format("truetype")
}
@font-face {
	font-family: RobotoCondensed-Italic;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/RobotoCondensed/RobotoCondensed-Italic.eot);
	src: url(../fonts/RobotoCondensed/RobotoCondensed-Italic.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoCondensed/RobotoCondensed-Italic.woff) format("woff"), url(../fonts/RobotoCondensed/RobotoCondensed-Italic.ttf) format("truetype")
}
@font-face {
	font-family: RobotoCondensed-Light;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/RobotoCondensed/RobotoCondensed-Light.eot);
	src: url(../fonts/RobotoCondensed/RobotoCondensed-Light.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoCondensed/RobotoCondensed-Light.woff) format("woff"), url(../fonts/RobotoCondensed/RobotoCondensed-Light.ttf) format("truetype")
}
@font-face {
	font-family: RobotoCondensed-LightItalic;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/RobotoCondensed/RobotoCondensed-LightItalic.eot);
	src: url(../fonts/RobotoCondensed/RobotoCondensed-LightItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoCondensed/RobotoCondensed-LightItalic.woff) format("woff"), url(../fonts/RobotoCondensed/RobotoCondensed-LightItalic.ttf) format("truetype")
}
@font-face {
	font-family: RobotoCondensed-Regular;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/RobotoCondensed/MonoMono.eot);
	src: url(../fonts/RobotoCondensed/MonoMono.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoCondensed/MonoMono.woff) format("woff"), url(../fonts/RobotoCondensed/MonoMono.ttf) format("truetype")
}
@font-face {
	font-family: RobotoCondensed-Regular;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/RobotoCondensed/MonoMono.eot);
	src: url(../fonts/RobotoCondensed/MonoMono.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoCondensed/MonoMono.woff) format("woff"), url(../fonts/RobotoCondensed/MonoMono.ttf) format("truetype")
}
.mob1 {
	min-height: 270px;
	background: url(../img/mobile_banner.jpg) no-repeat center;
	-webkit-background-size: cover;
	background-size: cover
}
.mob1 h1 {
	padding-top: 60px;
	font-size: 39px
}
.mob1 p {
	padding-top: 5px;
	font-size: 30px;
	line-height: 1.3
}
.mob1 .mob_tex_p {
	padding-top: 10px;
	font-size: 19px;
	font-weight: 500;
	font-style: italic;
	text-transform: none
}
.mob2 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	background-color: #f2f2f2;
	padding: 40px 40px 0
}
.mob2_text {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 600px;
	-ms-flex: 0 1 600px;
	flex: 0 1 600px;
	padding-right: 50px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.mob2_text h3 {
	padding-bottom: 10px
}
.mob2_text h3 img {
	max-width: 177px;
	vertical-align: middle
}
.mob2_text .mob_arrow {
	padding: 20px;
	display: inline-block;
	float: right
}
.wrap_qr {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.qr_item {
	text-align: center
}
.qr_item img {
	max-width: 70%
}
.btn_mob {
	width: 100%;
	max-width: 147px;
	margin-top: 10px;
	font-size: 16px;
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 400;
	color: #30363d;
	border: 2px solid #ff0b31;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: background .3s, color .3s;
	-o-transition: background .3s, color .3s;
	transition: background .3s, color .3s
}
.btn_mob:hover {
	background-color: #ff0b31;
	color: #fff
}
.mob_img3 {
	padding-left: 50px
}
.mob3 {
	padding: 0 40px 30px;
	background-color: #f2f2f2
}
.mob3 .mob3_wrap_item {
	margin-bottom: 40px;
	padding: 0 30px 30px;
	background-color: #fff;
	border: 1px solid #e8e8e8;
	border-top: 3px solid #ff0b31;
	text-align: center
}
.mob3 .mob3_wrap_item h3 {
	padding-top: 20px;
	color: #30363d
}
.mob3 .mob3_wrap_item .mob3_p {
	padding-top: 10px;
	padding-bottom: 30px;
	font-size: 18px;
	font-family: Roboto, sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	color: #646f7a
}
.mob3_block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.mob3_block li {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 23.5%;
	-ms-flex: 0 1 23.5%;
	flex: 0 1 23.5%;
	position: relative;
	margin-bottom: 20px;
	background-color: #282828;
	opacity: 0
}
.mob3_block li:hover span {
	color: #fff
}
.mob3_block li:hover img {
	opacity: .5
}
.mob3_block li span {
	position: absolute;
	top: 0;
	left: 15px;
	font-size: 37px;
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 800;
	color: rgba(255,255,255,.5);
	line-height: 1.3;
	-webkit-transition: color .3s;
	-o-transition: color .3s;
	transition: color .3s
}
.mob3_block li img {
	padding-top: 30px;
	-webkit-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s
}
.mob3_block li p {
	padding: 10px 10px 20px;
	font-size: 12px;
	color: #fff;
	line-height: 1.4
}
@font-face {
	font-family: Digital-7;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/Digital/Digital-7.eot);
	src: url(../fonts/Digital/Digital-7.eot?#iefix) format("embedded-opentype"), url(../fonts/Digital/Digital-7.woff) format("woff"), url(../fonts/Digital/Digital-7.ttf) format("truetype")
}
@font-face {
	font-family: Digital-7Mono;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/Digital/Digital-7Mono.eot);
	src: url(../fonts/Digital/Digital-7Mono.eot?#iefix) format("embedded-opentype"), url(../fonts/Digital/Digital-7Mono.woff) format("woff"), url(../fonts/Digital/Digital-7Mono.ttf) format("truetype")
}
@font-face {
	font-family: Aldrich-Regular;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/Digital/Aldrich-Regular.eot);
	src: url(../fonts/Digital/Aldrich-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/Digital/Aldrich-Regular.woff) format("woff"), url(../fonts/Digital/Aldrich-Regular.ttf) format("truetype")
}
@font-face {
	font-family: Roboto-RegularRobotoCondensed-Bold;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/Roboto/Roboto-Regular.eot);
	src: url(../fonts/Roboto/Roboto-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/Roboto/Roboto-Regular.woff) format("woff"), url(../fonts/Roboto/Roboto-Regular.ttf) format("truetype")
}
@font-face {
	font-family: RobotoCondensed-Bold;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/RobotoCondensed/RobotoCondensed-Bold.eot);
	src: url(../fonts/RobotoCondensed/RobotoCondensed-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoCondensed/RobotoCondensed-Bold.woff) format("woff"), url(../fonts/RobotoCondensed/RobotoCondensed-Bold.ttf) format("truetype")
}
@font-face {
	font-family: RobotoCondensed-BoldItalic;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/RobotoCondensed/RobotoCondensed-BoldItalic.eot);
	src: url(../fonts/RobotoCondensed/RobotoCondensed-BoldItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoCondensed/RobotoCondensed-BoldItalic.woff) format("woff"), url(../fonts/RobotoCondensed/RobotoCondensed-BoldItalic.ttf) format("truetype")
}
@font-face {
	font-family: RobotoCondensed-Italic;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/RobotoCondensed/RobotoCondensed-Italic.eot);
	src: url(../fonts/RobotoCondensed/RobotoCondensed-Italic.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoCondensed/RobotoCondensed-Italic.woff) format("woff"), url(../fonts/RobotoCondensed/RobotoCondensed-Italic.ttf) format("truetype")
}
@font-face {
	font-family: RobotoCondensed-Light;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/RobotoCondensed/RobotoCondensed-Light.eot);
	src: url(../fonts/RobotoCondensed/RobotoCondensed-Light.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoCondensed/RobotoCondensed-Light.woff) format("woff"), url(../fonts/RobotoCondensed/RobotoCondensed-Light.ttf) format("truetype")
}
@font-face {
	font-family: RobotoCondensed-LightItalic;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/RobotoCondensed/RobotoCondensed-LightItalic.eot);
	src: url(../fonts/RobotoCondensed/RobotoCondensed-LightItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoCondensed/RobotoCondensed-LightItalic.woff) format("woff"), url(../fonts/RobotoCondensed/RobotoCondensed-LightItalic.ttf) format("truetype")
}
@font-face {
	font-family: RobotoCondensed-Regular;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/RobotoCondensed/MonoMono.eot);
	src: url(../fonts/RobotoCondensed/MonoMono.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoCondensed/MonoMono.woff) format("woff"), url(../fonts/RobotoCondensed/MonoMono.ttf) format("truetype")
}
@font-face {
	font-family: RobotoCondensed-Regular;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/RobotoCondensed/MonoMono.eot);
	src: url(../fonts/RobotoCondensed/MonoMono.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoCondensed/MonoMono.woff) format("woff"), url(../fonts/RobotoCondensed/MonoMono.ttf) format("truetype")
}
.account .account_wrapper {
	background: #f2f2f2;
	padding: 25px 55px 60px
}
.account .account_in {
	border-top: 3px #292f36 solid;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	background: #fff;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative
}
.account .wrapper_menu {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}
.account .wrapper_menu .burger {
	top: 0;
	width: 100%;
	background: #282828;
	height: 50px;
	display: inline-block;
	position: absolute;
	cursor: pointer;
	display: none
}
.account .wrapper_menu .burger:before {
	content: '\f160';
	font: normal normal normal 14px/1 Material-Design-Iconic-Font;
	position: absolute;
	font-size: 42px;
	color: #fff;
	width: 42px;
	height: 42px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	text-align: center;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}
.account .wrapper_menu .burger:active:before, .account .wrapper_menu .burger:focus:before, .account .wrapper_menu .burger:hover:before {
	color: #ff0b31
}
.account .menu {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 270px;
	-ms-flex: 0 1 270px;
	flex: 0 1 270px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	z-index: 10
}
.account .menu li {
	background: #292f36;
	border: 1px #9a9da0 solid;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}
.account .menu li a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 55px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	padding: 0 10px 0 20px
}
.account .menu li.current a {
	color: #ff0b31
}
.account .menu li.current .icon {
	background-position: -5px -65px
}
.account .menu li.current .icon.icon_2 {
	background-position: -45px -65px
}
.account .menu li.current .icon.icon_3 {
	background-position: -90px -65px
}
.account .menu li.current .icon.icon_4 {
	background-position: -143px -65px
}
.account .menu li.current .icon.icon_5 {
	background-position: -190px -65px
}
.account .menu li.current .icon.icon_6 {
	background-position: -230px -65px
}
.account .menu li.current .icon.icon_7 {
	background-position: -275px -65px
}
.account .menu li.current .icon.icon_8 {
	background-position: -320px -65px
}
.account .menu li.current .icon.icon_9 {
	background-position: -365px -67px
}
.account .menu li:active a, .account .menu li:focus a, .account .menu li:hover a {
	color: #ff0b31
}
.account .menu li .icon {
	width: 40px;
	height: 40px;
	background: url(../img/sprite_menu_account.png) 0 0 no-repeat;
	background-position: -5px -15px
}
.account .menu li .icon.icon_2 {
	background-position: -45px -15px
}
.account .menu li .icon.icon_3 {
	background-position: -90px -15px
}
.account .menu li .icon.icon_4 {
	background-position: -143px -15px
}
.account .menu li .icon.icon_5 {
	background-position: -190px -15px
}
.account .menu li .icon.icon_6 {
	background-position: -230px -15px
}
.account .menu li .icon.icon_7 {
	background-position: -275px -15px
}
.account .menu li .icon.icon_8 {
	background-position: -320px -15px
}
.account .menu li .icon.icon_9 {
	background-position: -365px -17px
}
.account .menu li:active .icon, .account .menu li:focus .icon, .account .menu li:hover .icon {
	background-position: -5px -65px
}
.account .menu li:active .icon.icon_2, .account .menu li:focus .icon.icon_2, .account .menu li:hover .icon.icon_2 {
	background-position: -45px -65px
}
.account .menu li:active .icon.icon_3, .account .menu li:focus .icon.icon_3, .account .menu li:hover .icon.icon_3 {
	background-position: -90px -65px
}
.account .menu li:active .icon.icon_4, .account .menu li:focus .icon.icon_4, .account .menu li:hover .icon.icon_4 {
	background-position: -143px -65px
}
.account .menu li:active .icon.icon_5, .account .menu li:focus .icon.icon_5, .account .menu li:hover .icon.icon_5 {
	background-position: -190px -65px
}
.account .menu li:active .icon.icon_6, .account .menu li:focus .icon.icon_6, .account .menu li:hover .icon.icon_6 {
	background-position: -230px -65px
}
.account .menu li:active .icon.icon_7, .account .menu li:focus .icon.icon_7, .account .menu li:hover .icon.icon_7 {
	background-position: -275px -65px
}
.account .menu li:active .icon.icon_8, .account .menu li:focus .icon.icon_8, .account .menu li:hover .icon.icon_8 {
	background-position: -320px -65px
}
.account .menu li:active .icon.icon_9, .account .menu li:focus .icon.icon_9, .account .menu li:hover .icon.icon_9 {
	background-position: -365px -67px
}
.account .bl_info {
	color: #30363d;
	margin: 0 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 -webkit-calc(100% - 340px);
	-ms-flex: 0 1 calc(100% - 340px);
	flex: 0 1 calc(100% - 340px)
}
.account .bl_info h4 {
	color: #30363d;
	font-size: 28px;
	font-weight: 900;
	margin-bottom: 10px
}
.account .bl_info .item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 10px
}
.account .bl_info .item h6 {
	margin: 0;
	color: #0d1332;
	font-size: 16px;
	margin-right: 5px
}
.account .bl_info .item span {
	color: #909294;
	font-size: 16px
}
.account .bl_info .item .btn_copy {
	margin-left: 20px;
	background: #ff0b31;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	text-transform: uppercase;
	height: 25px;
	line-height: 25px;
	padding: 0 10px;
	font-size: 12px;
	cursor: pointer;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	border: 1px transparent solid;
	outline: 0;
	font-weight: 500
}
.account .bl_info .item .btn_copy:active, .account .bl_info .item .btn_copy:focus, .account .bl_info .item .btn_copy:hover {
	background: 0 0;
	border-color: #ff0b31;
	color: #ff0b31
}
.account .bl_info .main_info {
	background: #f2f2f2;
	width: 100%;
	padding: 25px 20px 15px;
	margin-top: 40px
}
.account .bl_info .main_info .item span {
	color: #ff0b31;
	font-weight: 500;
	font-family: Roboto, sans-serif
}
.account .time_login {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 100%;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin: 45px 0 40px;
	margin-right: 40px
}
.account .time_login .item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-left: 10px
}
.account .time_login .item h6 {
	font-size: 14px;
	font-weight: 300;
	font-style: italic
}
.account .time_login .item span {
	font-size: 14px;
	font-weight: 300;
	font-style: italic
}
.account .deposit_wrapepr {
	padding-bottom: 270px;
	position: relative
}
.account .deposit_wrapepr #deposit {
	width: 510px;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	margin-top: 35px
}
.account .deposit_wrapepr .nav_tabs {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 1px
}
.account .deposit_wrapepr .nav_tabs a {
	color: #30363d;
	font-family: RobotoCondensed-Bold, sans-serif;
	line-height: 50px;
	display: inline-block;
	min-width: 190px;
	text-align: center;
	background: #f2f2f2;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	border-bottom: 1px transparent solid;
	cursor: pointer;
	font-size: 28px;
	padding: 0 50px
}
.account .deposit_wrapepr .nav_tabs a.current {
	background: 0 0;
	border-bottom: 1px #ff0b31 solid
}
.account .deposit_wrapepr .nav_tabs a:active, .account .deposit_wrapepr .nav_tabs a:focus, .account .deposit_wrapepr .nav_tabs a:hover {
	background: 0 0;
	border-bottom: 1px #ff0b31 solid
}
.account .input-group {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 510px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 25px
}
.account .input-group label {
	font-size: 16px;
	font-weight: 500;
	font-family: Roboto, sans-serif;
	color: #0d1332;
	margin-right: 20px
}
.account .input-group input {
	border: 1px #f2f2f2 solid;
	height: 50px;
	width: 370px;
	padding-left: 15px;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none
}
.account .select_wrapper {
	position: relative
}
.account .select {
	border: 1px #f2f2f2 solid;
	height: 50px;
	width: 370px;
	position: relative;
	cursor: pointer;
	padding-left: 15px
}
.account .select:before {
	content: '\f2f2';
	position: absolute;
	font: normal normal normal 18px/1 Material-Design-Iconic-Font;
	width: 18px;
	height: 18px;
	top: 0;
	bottom: 0;
	right: 5px;
	margin: auto;
	color: #ff0b31;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}
.account .select_hide {
	position: absolute;
	top: 100%;
	width: 100%;
	display: none
}
.account .select_hide span {
	border: 1px #e3e3e3 solid;
	background: #f2f2f2;
	height: 30px;
	left: 0;
	width: 100%;
	display: inline-block;
	line-height: 30px;
	padding-left: 15px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	margin-top: -1px;
	cursor: pointer;
	color: #909294;
	font-size: 16px;
	font-family: Roboto, sans-serif
}
.account .select_hide span:active, .account .select_hide span:focus, .account .select_hide span:hover {
	color: #292f36;
	background: #fff
}
.account .select_hide:active:before, .account .select_hide:focus:before, .account .select_hide:hover:before {
	color: #000
}
.account .text {
	background: #f2f2f2;
	display: inline-block;
	font-family: Roboto, sans-serif;
	font-weight: 300;
	font-style: italic;
	font-size: 14px;
	color: #292f36;
	line-height: 25px;
	padding: 0 15px;
	margin: 15px 0 80px
}
.account button.submit {
	background: #ff0b31;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-family: "Roboto Condensed", sans-serif;
	color: #fff;
	font-size: 18px;
	line-height: 45px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 0 20px;
	min-width: 150px;
	float: right;
	text-transform: uppercase;
	border: 1px transparent solid;
	cursor: pointer;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}
.account button.submit:active, .account button.submit:focus, .account button.submit:hover {
	border: 1px #ff0b31 solid;
	background: 0 0;
	color: #ff0b31
}
.account #deposit-list {
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	position: absolute;
	top: 52px;
	width: 100%;
	opacity: 0;
	z-index: -1
}
.account #deposit-list .table {
	width: 100%;
	margin-bottom: 20px
}
.account #deposit-list .table .title {
	background: #f2f2f2;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 65px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}
.account #deposit-list .table .title li {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 15%;
	-ms-flex: 0 1 15%;
	flex: 0 1 15%;
	text-align: center;
	font-family: Roboto, sans-serif;
	color: #0d1332;
	font-size: 16px
}
.account #deposit-list .table .title li:first-child {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 10%;
	-ms-flex: 0 1 10%;
	flex: 0 1 10%
}
.account #deposit-list .table .title li:nth-child(3) {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 30%;
	-ms-flex: 0 1 30%;
	flex: 0 1 30%
}
.account #deposit-list .table .body_table ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 50px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px #f2f2f2 solid;
	margin-top: -1px
}
.account #deposit-list .table .body_table ul li {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 15%;
	-ms-flex: 0 1 15%;
	flex: 0 1 15%;
	text-align: center;
	font-family: Roboto, sans-serif;
	font-weight: 500;
	color: #0d1332;
	font-size: 16px
}
.account #deposit-list .table .body_table ul li:first-child {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 10%;
	-ms-flex: 0 1 10%;
	flex: 0 1 10%
}
.account #deposit-list .table .body_table ul li:nth-child(3) {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 30%;
	-ms-flex: 0 1 30%;
	flex: 0 1 30%
}
.account #deposit-list .pagination {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	float: right
}
.account #deposit-list .pagination .fa {
	width: 25px;
	height: 25px;
	color: #ff0b31;
	font-size: 18px;
	text-align: center;
	background: #f2f2f2;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	line-height: 25px;
	cursor: pointer;
	margin: 0 5px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}
.account #deposit-list .pagination .fa:active, .account #deposit-list .pagination .fa:focus, .account #deposit-list .pagination .fa:hover {
	color: #000
}
.account #deposit-list .pagination .number {
	width: 25px;
	height: 25px;
	color: #ff0b31;
	font-weight: 500;
	font-size: 18px;
	text-align: center;
	border: 1px #ff0b31 solid;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	line-height: 25px;
	margin: 0 3px
}
.account #deposit-list .pagination .arrow-last .fa {
	background: #646f7a;
	color: #fff;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}
.account #deposit-list .pagination .arrow-last .fa:active, .account #deposit-list .pagination .arrow-last .fa:focus, .account #deposit-list .pagination .arrow-last .fa:hover {
	color: #ff0b31
}
.account .time_wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 15px;
	width: -webkit-calc(100% - 65px);
	width: calc(100% - 65px)
}
.account .time_wrapper>div {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 40px
}
.account .time_wrapper>div h6 {
	font-size: 16px;
	color: #0d1332;
	font-family: Roboto, sans-serif;
	font-weight: 500;
	background: #f2f2f2;
	line-height: 40px;
	padding: 0 20px
}
.account .time_wrapper>div span {
	color: #0d1332;
	font-family: Roboto, sans-serif;
	font-size: 16px;
	line-height: 40px;
	border: 1px #f2f2f2 solid;
	padding: 0 20px;
	min-width: 210px;
	text-align: center
}
.account .bl_btn {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 35px;
	width: -webkit-calc(100% - 65px);
	width: calc(100% - 65px)
}
.account .bl_btn span {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 14%;
	-ms-flex: 0 1 14%;
	flex: 0 1 14%;
	margin-left: 20px;
	font-family: Roboto, sans-serif;
	font-size: 16px;
	font-weight: 500
}
.account .bl_btn button {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 16%;
	-ms-flex: 0 1 16%;
	flex: 0 1 16%;
	margin-left: 10px;
	background: 0 0;
	border: 1px #646f7a solid;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: 0;
	cursor: pointer;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	height: 35px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	white-space: nowrap
}
.account .bl_btn button:active, .account .bl_btn button:focus, .account .bl_btn button:hover {
	border-color: #ff0b31;
	background-color: #ff4a66;
	background-image: -webkit-linear-gradient(135deg, rgba(255,255,255,.1) 45%, #ff0b31 0, #ff0b31 50%, rgba(255,255,255,.1) 0, rgba(255,255,255,.1) 95%, #ff0b31 0);
	background-image: -o-linear-gradient(135deg, rgba(255,255,255,.1) 45%, #ff0b31 0, #ff0b31 50%, rgba(255,255,255,.1) 0, rgba(255,255,255,.1) 95%, #ff0b31 0);
	background-image: linear-gradient(-45deg, rgba(255,255,255,.1) 45%, #ff0b31 0, #ff0b31 50%, rgba(255,255,255,.1) 0, rgba(255,255,255,.1) 95%, #ff0b31 0);
	-webkit-background-size: 8px 8px;
	background-size: 8px 8px;
	color: #fff
}
.account .wrapper_checkbox {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 20px;
	width: -webkit-calc(100% - 65px);
	width: calc(100% - 65px)
}
.account .wrapper_checkbox .row_table {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 25%;
	-ms-flex: 0 1 25%;
	flex: 0 1 25%
}
.account .wrapper_checkbox .input-group {
	width: auto;
	text-align: left;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-bottom: 5px
}
.account .wrapper_checkbox .input-group .checkbox_turnover {
	width: 20px;
	height: 20px;
	margin-right: 10px;
	background: 0 0;
	outline: 0
}
.account .wrapper_checkbox .input-group .checkbox_turnover .jq-checkbox__div {
	border-color: #ff0b31;
	width: 12px;
	height: 6px;
	margin: 4px 0 0 3px
}
.account .wrapper_checkbox .input-group label {
	font-size: 14px;
	font-family: Roboto, sans-serif;
	font-weight: 400;
	color: #282828
}
.account button.submit.page_turnover {
	margin-right: 65px
}
.account .table_turnover {
	width: 100%;
	margin: 50px 0 70px
}
.account .table_turnover .title {
	background: #f2f2f2;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 65px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}
.account .table_turnover .title li {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 22.5%;
	-ms-flex: 0 1 22.5%;
	flex: 0 1 22.5%;
	text-align: center;
	font-family: Roboto, sans-serif;
	color: #0d1332;
	font-size: 16px;
	text-transform: uppercase
}
.account .table_turnover .title li:first-child {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 10%;
	-ms-flex: 0 1 10%;
	flex: 0 1 10%
}
.account .table_turnover .body_table ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: -1px
}
.account .table_turnover .body_table ul li {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 22.5%;
	-ms-flex: 0 1 22.5%;
	flex: 0 1 22.5%;
	height: 50px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-family: Roboto, sans-serif;
	font-weight: 500;
	color: #0d1332;
	font-size: 16px;
	text-transform: uppercase;
	border: 1px #f2f2f2 solid
}
.account .table_turnover .body_table ul li:first-child {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 10%;
	-ms-flex: 0 1 10%;
	flex: 0 1 10%
}
.account .table_turnover .body_table ul li span {
	color: #ff0b31;
	margin-left: 2px
}
.account .account_register {
	padding: 30px 0;
	background: #fff;
	max-width: 650px;
	margin: 35px auto;
	border-top: 4px #ff0b31 solid;
	text-align: center
}
.account .account_register h3 {
	margin: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 25px
}
.account .account_register h3 span {
	margin-left: 15px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}
.account .account_register .form_regist {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 40px;
	padding-bottom: 25px;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start
}
.account .account_register .form_regist .input-group {
	margin-bottom: 20px;
	text-align: left
}
.account .account_register .form_regist .input-group.bl_capcha label {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 30%;
	-ms-flex: 0 1 30%;
	flex: 0 1 30%
}
.account .account_register .form_regist .input-group.bl_capcha input {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 45%;
	-ms-flex: 0 1 45%;
	flex: 0 1 45%
}
.account .account_register .form_regist .input-group.bl_capcha .capcha {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	margin-left: 10px
}
.account .account_register .form_regist .input-group label {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 30%;
	-ms-flex: 0 1 30%;
	flex: 0 1 30%
}
.account .account_register .form_regist .input-group input {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 70%;
	-ms-flex: 0 1 70%;
	flex: 0 1 70%
}
.account .account_register .form_regist .input-group .capcha {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}
.account .account_register .form_regist button.submit {
	float: none;
	margin-top: 20px;
	margin-left: -40px
}
.center {
	width: 100%;
	text-align: center
}
.faq_wrapper_big {
	text-align: center;
	background: #f2f2f2;
	padding: 25px 35px 50px
}
.faq_wrapper_big img {
	max-width: 100%
}
.faq_wrapper_big h3 {
	margin-bottom: 25px
}
.faq_wrapper_big .faq_item {
	text-align: left;
	color: #282828;
	background: #fff;
	border-top: 2px #3b3b3b solid;
	margin-bottom: 30px
}
.faq_wrapper_big .faq_item.small_height {
	min-height: 300px
}
.faq_wrapper_big .faq_item .title {
	background: #e8e8e8;
	padding: 0 20px 0 30px;
	position: relative;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: table;
	width: 100%
}
.faq_wrapper_big .faq_item .title h5 {
	position: relative;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: inline-block;
	font-family: Roboto, sans-serif;
	font-weight: 500;
	font-style: italic;
	font-size: 18px;
	letter-spacing: .7px;
	line-height: 65px
}
.faq_wrapper_big .faq_item .title h5 .text_red {
	display: inline-block
}
.faq_wrapper_big .faq_item .title h5 .text_red pre {
	font-family: inherit;
	color: #ff0b31
}
.faq_wrapper_big .faq_item .title h5.line_top:before {
	content: '';
	position: absolute;
	top: -2px;
	left: 0;
	width: 100%;
	height: 2px;
	background: #ec0a2e
}
.faq_wrapper_big .faq_item .info_wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 15px 30px 25px 30px
}
.faq_wrapper_big .faq_item .info_wrapper>.bl_img {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 12%;
	-ms-flex: 0 1 12%;
	flex: 0 1 12%;
	margin-bottom: 20px
}
.faq_wrapper_big .faq_item .info_wrapper>.bl_text {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 88%;
	-ms-flex: 0 1 88%;
	flex: 0 1 88%;
	margin-bottom: 20px
}
.faq_wrapper_big .faq_item .info_wrapper>.bl_text p .text_red {
	color: #ff0b31
}
.faq_wrapper_big .faq_item .info_wrapper.type_1 .bl_left {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 54%;
	-ms-flex: 0 0 54%;
	flex: 0 0 54%;
	margin-right: 1%
}
.faq_wrapper_big .faq_item .info_wrapper.type_1 .bl_right {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 45%;
	-ms-flex: 0 0 45%;
	flex: 0 0 45%
}
.faq_wrapper_big .faq_item .info_wrapper.type_2 .bl_right {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 45%;
	-ms-flex: 0 0 45%;
	flex: 0 0 45%
}
.faq_wrapper_big .faq_item .info_wrapper .bl_left {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 48%;
	-ms-flex: 0 0 48%;
	flex: 0 0 48%
}
.faq_wrapper_big .faq_item .info_wrapper .bl_left .bl_img {
	margin: 0 15px 15px 0
}
.faq_wrapper_big .faq_item .info_wrapper .bl_left .bl_img img {
	max-width: 100%
}
.faq_wrapper_big .faq_item .info_wrapper p {
	font-size: 14px
}
.faq_wrapper_big .faq_item .info_wrapper .centr_block {
	margin: auto 0
}
.faq_wrapper_big .faq_item .info_wrapper .list_w_circle {
	list-style: disc;
	list-style-position: inside
}
.faq_wrapper_big .faq_item .info_wrapper .list_w_circle li {
	font-family: Roboto, sans-serif;
	font-size: 14px;
	position: relative;
	margin-bottom: 5px;
	padding-left: 20px;
	line-height: 1.6
}
.faq_wrapper_big .faq_item .info_wrapper .list_w_circle li span {
	color: #909294
}
.faq_wrapper_big .faq_item .info_wrapper .list_w_circle li span.text_red {
	color: #ff0b31;
	font-weight: 500
}
.faq_wrapper_big .faq_item .info_wrapper .list {
	margin-bottom: 10px
}
.faq_wrapper_big .faq_item .info_wrapper .list li {
	color: #292f36;
	font-family: Roboto, sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.8
}
.faq_wrapper_big .faq_item .info_wrapper .bl_right .bl_img {
	margin: 10px 0 10px
}
.faq_wrapper_big .faq_item .info_wrapper .bl_right .bl_img img {
	max-width: 100%
}
.faq_wrapper_big .faq_item .info_wrapper .text_info {
	background: #f2f2f2;
	padding: 5px 5px 15px;
	font-family: Roboto, sans-serif;
	font-weight: 400
}
.faq_wrapper_big .faq_item .info_wrapper .text_info .icon {
	background: #ff0b31;
	display: inline-block;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	padding: 0 9px;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 20px;
	margin-bottom: 5px
}
.faq_wrapper_big .faq_item .info_wrapper .text_info p {
	font-size: 12px;
	margin: 0 10px 0 15px;
	line-height: 1.7
}
.faq_wrapper_big .faq_item .info_wrapper .btn_htl {
	color: #3b3b3b;
	position: relative;
	margin-top: 8px;
	margin-right: 20px;
	padding-left: 25px;
	background: 0 0;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	line-height: 35px;
	font-size: 12px;
	font-family: Roboto, sans-serif
}
.faq_wrapper_big .faq_item .info_wrapper .btn_htl:after {
	position: absolute;
	width: 25px;
	height: 14px;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: '\f29d';
	font: normal normal normal 14px/1 Material-Design-Iconic-Font;
	text-align: center
}
.faq_wrapper_big .faq_item .info_wrapper .btn_htl:active, .faq_wrapper_big .faq_item .info_wrapper .btn_htl:focus, .faq_wrapper_big .faq_item .info_wrapper .btn_htl:hover {
	background: #ff0b31;
	color: #fff
}
.faq_wrapper_big .faq_item .info_wrapper .text_wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.faq_wrapper_big .faq_item .info_wrapper .text_wrapper p:first-child {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 75%;
	-ms-flex: 0 1 75%;
	flex: 0 1 75%;
	margin-bottom: 10px
}
.faq_wrapper_big .faq_item .info_wrapper .text_wrapper .bl_img {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 20%;
	-ms-flex: 0 1 20%;
	flex: 0 1 20%;
	margin-left: auto;
	margin-top: 20px
}
.faq_wrapper_big .faq_item .info_wrapper .text_wrapper .bl_img img {
	max-width: 100%
}
.faq_wrapper_small {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.faq_wrapper_small .faq_item {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 -webkit-calc(50% - 12.5px);
	-ms-flex: 0 0 calc(50% - 12.5px);
	flex: 0 0 calc(50% - 12.5px);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 510px
}
.faq_wrapper_small .faq_item .info_wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 100%
}
.faq_wrapper_small .faq_item .info_wrapper .text_info {
	min-height: 130px;
	letter-spacing: .5px
}
.faq_wrapper_small .faq_item .title {
	min-height: 95px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}
.faq_wrapper_small .faq_item .title h5 {
	line-height: 2
}
.faq_wrapper_small .faq_item .title h5:before {
	display: none
}
.faq_wrapper_big .faq_item {
	margin-bottom: 30px
}
.faq_wrapper_big .faq_item .list_gray li {
	color: #909294;
	font-size: 14px;
	font-family: Roboto, sans-serif;
	margin-bottom: 10px
}
.faq_wrapper_big .faq_item .list_gray li b {
	color: #404348;
	font-weight: 500
}
.faq_wrapper_big .faq_item .info_wrapper.bg_icon1 {
	background: url(../img/icon_handicap.png) 98% 50% no-repeat
}
.faq_wrapper_small .faq_item {
	min-height: 325px;
	border-color: #ff0b31;
	margin-bottom: 30px
}
.faq_wrapper_small .faq_item .title {
	background: #dcdcdc
}
.table_handicap {
	text-align: left;
	background: url(../img/bg_table.jpg) 0 0 no-repeat;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 50px;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.table_handicap .bottom_text {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 74%;
	-ms-flex: 0 0 74%;
	flex: 0 0 74%;
	padding-left: 20px;
	color: #fff;
	font-family: Roboto, sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 18px;
	background-color: rgba(255,11,49,.63);
	min-height: 30px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}
.table_handicap ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 74%;
	-ms-flex: 0 0 74%;
	flex: 0 0 74%
}
.table_handicap ul li {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	background-color: rgba(41,47,54,.48);
	color: #fff;
	padding-left: 20px;
	font-size: 18px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	min-height: 30px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px #fff solid;
	font-family: Roboto, sans-serif;
	font-weight: 500;
	text-transform: uppercase
}
.table_handicap ul li:last-child {
	background-color: rgba(49,56,64,.85)
}
.banner_handicap .banner_handicap_in {
	background: url(../img/bg_banner_handicap.png) 50% 0 no-repeat;
	padding: 40px 0;
	padding-left: 80px;
	-webkit-background-size: cover;
	background-size: cover
}
.banner_handicap h2 {
	font-size: 42px;
	font-family: Roboto, sans-serif;
	font-weight: 900;
	text-transform: uppercase;
	display: inline-block
}
.banner_handicap .btn_sb2 {
	margin-top: 20px;
	margin-bottom: 25px;
	padding: 2px 20px;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 18px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 2px solid #ff0b31;
	cursor: pointer;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}
.card_10 .card_10_wrapper {
	padding: 0 35px 100px;
	background: #f2f2f2
}
.card_10 .card_10_in {
	background: url(../img/bg_card_10.png) 50% 0 no-repeat;
	-webkit-background-size: cover;
	background-size: cover
}
.card_10 .card_10_in .title {
	background: #313840;
	padding: 10px 80px 10px 20px;
	min-height: 90px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 15px
}
.card_10 .card_10_in .title h5 {
	font-family: Roboto, sans-serif;
	font-size: 20px;
	font-weight: 400;
	color: #fff
}
.card_10 .card_10_in .info_wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 20px 30px
}
.card_10 .card_10_in .info_wrapper.type_2 p {
	line-height: 1.8;
	font-size: 12px;
	padding: 10px 20px
}
.card_10 .card_10_in .info_wrapper p {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 49%;
	-ms-flex: 0 0 49%;
	flex: 0 0 49%;
	border: 1px #fff solid;
	padding: 15px 25px 25px 40px;
	letter-spacing: -.2px;
	line-height: 2.3;
	font-family: Roboto, sans-serif;
	font-weight: 500;
	font-size: 14px;
	color: #fff
}
.card_10 .card_10_in .info_wrapper span.bg_red {
	background: #ff0b31;
	color: #fff;
	padding: 2px 10px;
	margin-top: 40px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	font-family: Roboto, sans-serif;
	font-size: 14px;
	font-weight: 500;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 20px;
	line-height: 20px
}
.card_10 .card_10_in .img_match {
	margin: 30px 20px 25px
}
.card_10 .card_10_in .img_match img {
	max-width: 100%
}
@font-face {
	font-family: Digital-7;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/Digital/Digital-7.eot);
	src: url(../fonts/Digital/Digital-7.eot?#iefix) format("embedded-opentype"), url(../fonts/Digital/Digital-7.woff) format("woff"), url(../fonts/Digital/Digital-7.ttf) format("truetype")
}
@font-face {
	font-family: Digital-7Mono;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/Digital/Digital-7Mono.eot);
	src: url(../fonts/Digital/Digital-7Mono.eot?#iefix) format("embedded-opentype"), url(../fonts/Digital/Digital-7Mono.woff) format("woff"), url(../fonts/Digital/Digital-7Mono.ttf) format("truetype")
}
@font-face {
	font-family: Aldrich-Regular;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/Digital/Aldrich-Regular.eot);
	src: url(../fonts/Digital/Aldrich-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/Digital/Aldrich-Regular.woff) format("woff"), url(../fonts/Digital/Aldrich-Regular.ttf) format("truetype")
}
@font-face {
	font-family: Roboto-RegularRobotoCondensed-Bold;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/Roboto/Roboto-Regular.eot);
	src: url(../fonts/Roboto/Roboto-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/Roboto/Roboto-Regular.woff) format("woff"), url(../fonts/Roboto/Roboto-Regular.ttf) format("truetype")
}
@font-face {
	font-family: RobotoCondensed-Bold;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/RobotoCondensed/RobotoCondensed-Bold.eot);
	src: url(../fonts/RobotoCondensed/RobotoCondensed-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoCondensed/RobotoCondensed-Bold.woff) format("woff"), url(../fonts/RobotoCondensed/RobotoCondensed-Bold.ttf) format("truetype")
}
@font-face {
	font-family: RobotoCondensed-BoldItalic;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/RobotoCondensed/RobotoCondensed-BoldItalic.eot);
	src: url(../fonts/RobotoCondensed/RobotoCondensed-BoldItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoCondensed/RobotoCondensed-BoldItalic.woff) format("woff"), url(../fonts/RobotoCondensed/RobotoCondensed-BoldItalic.ttf) format("truetype")
}
@font-face {
	font-family: RobotoCondensed-Italic;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/RobotoCondensed/RobotoCondensed-Italic.eot);
	src: url(../fonts/RobotoCondensed/RobotoCondensed-Italic.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoCondensed/RobotoCondensed-Italic.woff) format("woff"), url(../fonts/RobotoCondensed/RobotoCondensed-Italic.ttf) format("truetype")
}
@font-face {
	font-family: RobotoCondensed-Light;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/RobotoCondensed/RobotoCondensed-Light.eot);
	src: url(../fonts/RobotoCondensed/RobotoCondensed-Light.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoCondensed/RobotoCondensed-Light.woff) format("woff"), url(../fonts/RobotoCondensed/RobotoCondensed-Light.ttf) format("truetype")
}
@font-face {
	font-family: RobotoCondensed-LightItalic;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/RobotoCondensed/RobotoCondensed-LightItalic.eot);
	src: url(../fonts/RobotoCondensed/RobotoCondensed-LightItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoCondensed/RobotoCondensed-LightItalic.woff) format("woff"), url(../fonts/RobotoCondensed/RobotoCondensed-LightItalic.ttf) format("truetype")
}
@font-face {
	font-family: RobotoCondensed-Regular;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/RobotoCondensed/MonoMono.eot);
	src: url(../fonts/RobotoCondensed/MonoMono.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoCondensed/MonoMono.woff) format("woff"), url(../fonts/RobotoCondensed/MonoMono.ttf) format("truetype")
}
@font-face {
	font-family: RobotoCondensed-Regular;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/RobotoCondensed/MonoMono.eot);
	src: url(../fonts/RobotoCondensed/MonoMono.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoCondensed/MonoMono.woff) format("woff"), url(../fonts/RobotoCondensed/MonoMono.ttf) format("truetype")
}
.aft_sports1 {
	min-height: 270px;
	background: url(../img/AFB-Sports_banner.jpg) no-repeat center;
	-webkit-background-size: cover;
	background-size: cover
}
.aft_sports2 {
	padding: 40px 0;
	background-color: #f2f2f2
}
.aft_item {
	margin-bottom: 20px;
	padding: 20px 0;
	background-color: #fff;
	border-top: 3px solid #282828;
	overflow: auto
}
.sbo_sports1 {
	min-height: 270px;
	background: url(../img/SBO-Sports_banner.jpg) no-repeat center;
	-webkit-background-size: cover;
	background-size: cover
}
.sbo_sports2 {
	padding: 40px 0;
	background-color: #f2f2f2
}
.sbo_item {
	margin-bottom: 20px;
	padding: 20px 0;
	background-color: #fff;
	border-top: 3px solid #282828;
	overflow: auto
}
.ibc_sports1 {
	min-height: 270px;
	background: url(../img/IBC-Sports_banner.jpg) no-repeat center;
	-webkit-background-size: cover;
	background-size: cover
}
.ibc_sports2 {
	padding: 30px 0 40px;
	background-color: #f2f2f2
}
.ibc_sports2 h3 {
	padding-bottom: 30px;
	text-align: center
}
.ibc_item {
	margin-bottom: 20px;
	padding: 20px 0;
	background-color: #fff;
	border-top: 3px solid #282828;
	overflow: auto
}
@font-face {
	font-family: Digital-7;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/Digital/Digital-7.eot);
	src: url(../fonts/Digital/Digital-7.eot?#iefix) format("embedded-opentype"), url(../fonts/Digital/Digital-7.woff) format("woff"), url(../fonts/Digital/Digital-7.ttf) format("truetype")
}
@font-face {
	font-family: Digital-7Mono;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/Digital/Digital-7Mono.eot);
	src: url(../fonts/Digital/Digital-7Mono.eot?#iefix) format("embedded-opentype"), url(../fonts/Digital/Digital-7Mono.woff) format("woff"), url(../fonts/Digital/Digital-7Mono.ttf) format("truetype")
}
@font-face {
	font-family: Aldrich-Regular;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/Digital/Aldrich-Regular.eot);
	src: url(../fonts/Digital/Aldrich-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/Digital/Aldrich-Regular.woff) format("woff"), url(../fonts/Digital/Aldrich-Regular.ttf) format("truetype")
}
@font-face {
	font-family: Roboto-RegularRobotoCondensed-Bold;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/Roboto/Roboto-Regular.eot);
	src: url(../fonts/Roboto/Roboto-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/Roboto/Roboto-Regular.woff) format("woff"), url(../fonts/Roboto/Roboto-Regular.ttf) format("truetype")
}
@font-face {
	font-family: RobotoCondensed-Bold;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/RobotoCondensed/RobotoCondensed-Bold.eot);
	src: url(../fonts/RobotoCondensed/RobotoCondensed-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoCondensed/RobotoCondensed-Bold.woff) format("woff"), url(../fonts/RobotoCondensed/RobotoCondensed-Bold.ttf) format("truetype")
}
@font-face {
	font-family: RobotoCondensed-BoldItalic;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/RobotoCondensed/RobotoCondensed-BoldItalic.eot);
	src: url(../fonts/RobotoCondensed/RobotoCondensed-BoldItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoCondensed/RobotoCondensed-BoldItalic.woff) format("woff"), url(../fonts/RobotoCondensed/RobotoCondensed-BoldItalic.ttf) format("truetype")
}
@font-face {
	font-family: RobotoCondensed-Italic;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/RobotoCondensed/RobotoCondensed-Italic.eot);
	src: url(../fonts/RobotoCondensed/RobotoCondensed-Italic.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoCondensed/RobotoCondensed-Italic.woff) format("woff"), url(../fonts/RobotoCondensed/RobotoCondensed-Italic.ttf) format("truetype")
}
@font-face {
	font-family: RobotoCondensed-Light;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/RobotoCondensed/RobotoCondensed-Light.eot);
	src: url(../fonts/RobotoCondensed/RobotoCondensed-Light.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoCondensed/RobotoCondensed-Light.woff) format("woff"), url(../fonts/RobotoCondensed/RobotoCondensed-Light.ttf) format("truetype")
}
@font-face {
	font-family: RobotoCondensed-LightItalic;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/RobotoCondensed/RobotoCondensed-LightItalic.eot);
	src: url(../fonts/RobotoCondensed/RobotoCondensed-LightItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoCondensed/RobotoCondensed-LightItalic.woff) format("woff"), url(../fonts/RobotoCondensed/RobotoCondensed-LightItalic.ttf) format("truetype")
}
@font-face {
	font-family: RobotoCondensed-Regular;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/RobotoCondensed/MonoMono.eot);
	src: url(../fonts/RobotoCondensed/MonoMono.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoCondensed/MonoMono.woff) format("woff"), url(../fonts/RobotoCondensed/MonoMono.ttf) format("truetype")
}
@font-face {
	font-family: RobotoCondensed-Regular;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/RobotoCondensed/MonoMono.eot);
	src: url(../fonts/RobotoCondensed/MonoMono.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoCondensed/MonoMono.woff) format("woff"), url(../fonts/RobotoCondensed/MonoMono.ttf) format("truetype")
}
.livescore1 {
	min-height: 270px;
	background: url(../img/livescore_banner.jpg) no-repeat center;
	-webkit-background-size: cover;
	background-size: cover
}
.livescore1 p {
	font-weight: 500
}
.livescore2 {
	padding: 40px 0;
	background-color: #f2f2f2
}
.livescore_item {
	margin-bottom: 20px;
	padding: 20px 0;
	background-color: #fff;
	border-top: 3px solid #282828;
	overflow: auto
}
@font-face {
	font-family: Digital-7;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/Digital/Digital-7.eot);
	src: url(../fonts/Digital/Digital-7.eot?#iefix) format("embedded-opentype"), url(../fonts/Digital/Digital-7.woff) format("woff"), url(../fonts/Digital/Digital-7.ttf) format("truetype")
}
@font-face {
	font-family: Digital-7Mono;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/Digital/Digital-7Mono.eot);
	src: url(../fonts/Digital/Digital-7Mono.eot?#iefix) format("embedded-opentype"), url(../fonts/Digital/Digital-7Mono.woff) format("woff"), url(../fonts/Digital/Digital-7Mono.ttf) format("truetype")
}
@font-face {
	font-family: Aldrich-Regular;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/Digital/Aldrich-Regular.eot);
	src: url(../fonts/Digital/Aldrich-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/Digital/Aldrich-Regular.woff) format("woff"), url(../fonts/Digital/Aldrich-Regular.ttf) format("truetype")
}
@font-face {
	font-family: Roboto-RegularRobotoCondensed-Bold;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/Roboto/Roboto-Regular.eot);
	src: url(../fonts/Roboto/Roboto-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/Roboto/Roboto-Regular.woff) format("woff"), url(../fonts/Roboto/Roboto-Regular.ttf) format("truetype")
}
@font-face {
	font-family: RobotoCondensed-Bold;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/RobotoCondensed/RobotoCondensed-Bold.eot);
	src: url(../fonts/RobotoCondensed/RobotoCondensed-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoCondensed/RobotoCondensed-Bold.woff) format("woff"), url(../fonts/RobotoCondensed/RobotoCondensed-Bold.ttf) format("truetype")
}
@font-face {
	font-family: RobotoCondensed-BoldItalic;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/RobotoCondensed/RobotoCondensed-BoldItalic.eot);
	src: url(../fonts/RobotoCondensed/RobotoCondensed-BoldItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoCondensed/RobotoCondensed-BoldItalic.woff) format("woff"), url(../fonts/RobotoCondensed/RobotoCondensed-BoldItalic.ttf) format("truetype")
}
@font-face {
	font-family: RobotoCondensed-Italic;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/RobotoCondensed/RobotoCondensed-Italic.eot);
	src: url(../fonts/RobotoCondensed/RobotoCondensed-Italic.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoCondensed/RobotoCondensed-Italic.woff) format("woff"), url(../fonts/RobotoCondensed/RobotoCondensed-Italic.ttf) format("truetype")
}
@font-face {
	font-family: RobotoCondensed-Light;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/RobotoCondensed/RobotoCondensed-Light.eot);
	src: url(../fonts/RobotoCondensed/RobotoCondensed-Light.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoCondensed/RobotoCondensed-Light.woff) format("woff"), url(../fonts/RobotoCondensed/RobotoCondensed-Light.ttf) format("truetype")
}
@font-face {
	font-family: RobotoCondensed-LightItalic;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/RobotoCondensed/RobotoCondensed-LightItalic.eot);
	src: url(../fonts/RobotoCondensed/RobotoCondensed-LightItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoCondensed/RobotoCondensed-LightItalic.woff) format("woff"), url(../fonts/RobotoCondensed/RobotoCondensed-LightItalic.ttf) format("truetype")
}
@font-face {
	font-family: RobotoCondensed-Regular;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/RobotoCondensed/MonoMono.eot);
	src: url(../fonts/RobotoCondensed/MonoMono.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoCondensed/MonoMono.woff) format("woff"), url(../fonts/RobotoCondensed/MonoMono.ttf) format("truetype")
}
@font-face {
	font-family: RobotoCondensed-Regular;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/RobotoCondensed/MonoMono.eot);
	src: url(../fonts/RobotoCondensed/MonoMono.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoCondensed/MonoMono.woff) format("woff"), url(../fonts/RobotoCondensed/MonoMono.ttf) format("truetype")
}
.pt15 {
	padding-top: 15px!important
}
.wrap_marker {
	position: relative;
	line-height: 1.5;
	padding-left: 36px
}
.span_marker {
	position: absolute;
	left: 0;
	padding-left: 12px;
	font-weight: 600;
	color: #000
}
.rg_bottom_p {
	position: relative;
	padding-top: 15px!important;
	margin-bottom: 30px!important;
	text-align: center;
	font-weight: 600;
	color: #000
}
.rg_bottom_p:before {
	content: '';
	display: block;
	position: absolute;
	bottom: -30px;
	left: 10%;
	width: 80%;
	height: 1px;
	background-color: #e8e8e8
}
.rg_c {
	padding: 0 40px 10px;
	background-color: #f2f2f2
}
.rg_c h3 {
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center
}
.rg_c .rg_c_block_item {
	margin-bottom: 40px;
	padding: 30px 30px 50px;
	border-top: 3px solid #282828;
	background-color: #fff;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 49%;
	-ms-flex: 0 1 49%;
	flex: 0 1 49%
}
.rg_c .rg_c_block_item p {
	padding-top: 5px;
	line-height: 1.5;
	font-size: 14px
}
.rg_c .rg_c_block_item p a {
	font-size: inherit
}
.rg_c .rg_c_block_item ul {
	padding-left: 35px
}
.rg_c .rg_c_block_item ul li {
	position: relative;
	padding: 5px 0;
	font-size: 16px;
	font-family: Roboto-Regular, sans-serif;
	font-weight: 400;
	color: #909294;
	line-height: 1.5;
	font-size: 14px
}
.rg_c .rg_c_block_item ul li:before {
	position: absolute;
	top: 11px;
	left: -20px;
	content: '\f26d';
	font: normal normal normal 8px/1 Material-Design-Iconic-Font;
	color: #000
}
.rg_c .red_item {
	padding: 15px 30px 30px;
	border-top: 3px solid #ff0b31
}
.rg_c .dr_c_img {
	max-width: 100%;
	margin: 20px 12px;
	border: 5px solid #dcdcdc
}
.text_bc {
	margin: 10px 12px;
	padding: 15px;
	border: 1px solid #dcdcdc
}
.text_bc p {
	font-weight: 600;
	color: #292f36!important
}
.ou1 {
	padding: 0 40px 10px;
	background-color: #f2f2f2
}
.ou1 h3 {
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center
}
.ou1 .ou1_wrap_item {
	margin-bottom: 40px;
	border-top: 3px solid #282828;
	border: 1px solid #e8e8e8
}
.ou1 .ou1_red {
	border-top: 3px solid #ff0b31
}
.ou1 .head_item {
	background-color: #dcdcdc
}
.ou1 .head_item .head_item_p {
	font-size: 18px;
	font-family: Roboto, sans-serif;
	font-weight: 500;
	font-style: italic;
	color: #282828;
	text-align: center;
	line-height: 58px
}
.ou1 .ou1_block_item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.ou1 .ou1_block_item p {
	padding-top: 5px;
	line-height: 1.5;
	font-size: 14px
}
.ou1 .ou1_item {
	background-color: #fff
}
.ou1 .ou1_item2 {
	padding: 20px 35px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 49.8%;
	-ms-flex: 0 1 49.8%;
	flex: 0 1 49.8%
}
.ou1 .ou1_item3 {
	padding: 20px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 33.05%;
	-ms-flex: 0 1 33.05%;
	flex: 0 1 33.05%
}
.ou1 .ou1_item4 {
	padding: 20px 15px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 24.75%;
	-ms-flex: 0 1 24.75%;
	flex: 0 1 24.75%
}
.faq.page_panduan .faq_item.icon_podium {
	background: #fff url(../img/icon_podium.png) 95% 95% no-repeat
}
.faq.page_panduan .faq_wrapper_small .faq_item .info_wrapper {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start
}
.faq.page_panduan .faq_item_wr {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 -webkit-calc(50% - 12.5px);
	-ms-flex: 0 0 calc(50% - 12.5px);
	flex: 0 0 calc(50% - 12.5px);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom: 35px
}
.faq.page_panduan .faq_item_wr .faq_item .info_wrapper {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row
}
.faq.page_panduan .list_w_circle {
	width: 100%
}
.faq.page_panduan .list_w_circle.type_2 {
	list-style-position: outside;
	margin-left: 15px
}
.faq.page_panduan .list_w_circle.type_2 li {
	padding-left: 0
}
.faq.page_panduan .faq_wrapper_big .faq_item .info_wrapper.type_1 .bl_left {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	margin-right: 5%
}
.faq_wrapper_big .faq_item .info_wrapper .bl_img_p {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: -webkit-calc(100% - 20px);
	width: calc(100% - 20px);
	margin: 20px 0
}
.faq_wrapper_big .faq_item .info_wrapper .bl_img_p.left {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start
}
.faq_wrapper_big .faq_item .info_wrapper .bl_img_p.border {
	border: 2px #dcdcdc solid;
	padding: 20px;
	margin: 20px 0 20px 20px
}
.faq_wrapper_big .faq_item .info_wrapper .bl_img_p.border2 {
	border: 3px #dcdcdc solid
}
.faq_wrapper_big .faq_item .info_wrapper .text_centr {
	text-align: center;
	color: #292f36;
	font-size: 14px;
	font-family: Roboto, sans-serif;
	font-weight: 500;
	margin: 20px 0 0;
	width: 100%
}
.faq_wrapper_big .faq_item .info_wrapper .list_gray li .big_letter {
	text-transform: uppercase;
	color: #292f36;
	font-weight: 500;
	font-size: 18px
}
.faq_wrapper_big .faq_item .info_wrapper .list_p {
	padding: 20px;
	border: 1px #dcdcdc solid;
	margin: 20px 0
}
.faq_wrapper_big .faq_item .info_wrapper .list_p li {
	padding: 3px 0;
	font-size: 14px;
	color: #292f36;
	font-family: Roboto, sans-serif;
	font-weight: 500
}
.faq_wrapper_big .faq_item .info_wrapper a {
	font-size: inherit
}
.faq_wrapper_big .faq_item .list_gray li {
	color: #292f36
}
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
:after, :before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
::-webkit-input-placeholder {
color:#666;
opacity:1
}
:-moz-placeholder {
color:#666;
opacity:1
}
::-moz-placeholder {
color:#666;
opacity:1
}
:-ms-input-placeholder {
color:#666;
opacity:1
}
body input:focus:required:invalid, body textarea:focus:required:invalid {
color:#666
}
body input:required:valid, body textarea:required:valid {
color:#666
}
body, html {
	height: 100%
}
body {
	font-size: 16px;
	min-width: 320px;
	position: relative;
	line-height: 1.75;
	font-family: Roboto-Regular, sans-serif;
	font-weight: 400;
	overflow-x: hidden;
	opacity: 1;
	margin: auto
}
.img-responsive {
	display: block;
	max-width: 100%;
	height: auto
}
.betting {
	max-width: 1200px;
	margin: 0 auto
}
@media only screen and (max-width:1200px) {
.header_top .ht_center .nav_registered {
	padding-left: 50px
}
.hbl_top .logo_header img {
	padding: 0 15px
}
.hbl_top a {
	padding: 0 4px
}
.hbl_bottom ul {
	text-align: center;
	padding-left: 15px
}
.hbl_bottom a {
	padding: 2px 8px 0
}
.hb_right {
	padding: 13px 15px
}
.hb_right input[type=text] {
	width: 115px
}
.hb_right .btn_registered {
	padding: 6px 10px
}
.hb_right .ww_clock {
	display: none
}
.hb_right_hidden {
	padding: 10px 15px 9px
}
.hb_right_hidden .user_not_registered {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.hb_right_hidden .user_not_registered .not_reg_top {
	width: 140px
}
.hb_right_hidden .user_not_registered .not_reg_bottom {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 150px;
	padding-top: 0;
	padding-left: 8px
}
.hb_right_hidden .user_not_registered .logout {
	margin: 10px auto
}
.footer_center .fc_item1 {
	padding-left: 60px;
	padding-right: 50px
}
.footer_center .fc_item2 {
	padding: 0 10px
}
}
@media only screen and (max-width:992px) {
.header_top .ht_left ul {
	display: none
}
.header_bottom_wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse
}
.hb_right_hidden .user_not_registered .not_reg_top {
	padding-top: 3px;
	width: 50%
}
.hb_right_hidden .user_not_registered .not_reg_bottom {
	width: 50%;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end
}
.hb_right_hidden .user_not_registered .not_reg_bottom .soc_net {
	padding-top: 3px
}
.hb_right_hidden .user_not_registered .logout {
	margin: 0 5px 0 30px
}
.user_not_registered {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}
.user_not_registered .not_reg_top {
	width: 50%
}
.user_not_registered .not_reg_bottom {
	width: 50%;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding-top: 5px
}
.hbl_top .logo_header img {
	padding: 0 40px
}
.hbl_bottom ul {
	padding-left: 60px
}
.footer_center .fc_item1 {
	width: 104%;
	padding-left: 25px;
	padding-right: 10px
}
.footer_center .fc_item2 {
	width: 109%;
	padding: 0 0
}
.footer_center .fc_item3 {
	padding: 0 15px 0 0
}
.footer_contact_us h4 {
	text-align: center
}
.wrap_contact_us {
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around
}
.wrap_contact_us .bl_icon1 {
	padding: 5px 0;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 26%;
	-ms-flex: 0 1 26%;
	flex: 0 1 26%
}
.wrap_contact_us .bl_icon2, .wrap_contact_us .bl_icon3, .wrap_contact_us .bl_icon4, .wrap_contact_us .bl_icon5 {
	padding: 5px 0;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 24%;
	-ms-flex: 0 1 24%;
	flex: 0 1 24%
}
}
@media only screen and (max-width:768px) {
.header_top_mob {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}
.header_bottom_wrap {
	position: relative
}
.header_top {
	display: none;
	position: relative;
	padding-left: 10px;
	background-color: #313840;
	border-bottom: 1px solid #fff;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.header_top .ht_left {
	float: left
}
.header_top .ht_left .btn_htl {
	border-color: #fff;
	background: 0 0
}
.header_top .ht_left .btn_htl1 {
	display: inline-block
}
.header_top .ht_left .btn_htl1:after {
	content: '\f2b6'
}
.header_top .ht_center .nav_not_registered {
	display: none;
	position: absolute;
	top: 107px;
	left: 0;
	z-index: 2;
	width: 100%;
	padding: 0;
	text-align: center;
	background-color: #282828
}
.header_top .ht_center .nav_not_registered li {
	display: block;
	line-height: 40px
}
.header_top .ht_center a {
	width: 100%;
	line-height: 40px
}
.header_top .ht_center a:active, .header_top .ht_center a:focus, .header_top .ht_center a:hover {
	color: #ff0b31;
	border-top: none
}
.header_top .ht_center .nav_registered {
	display: none;
	position: absolute;
	top: 108px;
	left: 0;
	z-index: 2;
	width: 100%;
	padding: 0;
	text-align: center;
	background-color: #282828
}
.header_top .ht_center .nav_registered li {
	display: block;
	line-height: 40px
}
.header_top .ht_center .active_not_registered a {
	color: #ff0b31;
	border-top: 1px solid transparent
}
.header_top .ht_right {
	width: 70px;
	float: right;
	border-left: none
}
.header_top .ht_right .ht_flag {
	width: 30px
}
.hb_right {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	border-bottom: 1px solid #fff
}
.hb_right input[type=text] {
	margin-top: 0
}
.not_hidden {
	display: none
}
.not_hidden .user_not_registered .not_reg_bottom {
	display: none
}
.not_hidden .user_not_registered .not_reg_top {
	width: 100%;
	text-align: center
}
.hb_right_hidden {
	display: none
}
.hb_right_hidden .user_not_registered {
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.hb_right_hidden .user_not_registered .not_reg_top {
	width: auto;
	padding-top: 5px;
	text-align: left
}
.hb_right_hidden .user_not_registered .not_reg_top .user_unknown {
	width: auto
}
.hb_right_hidden .user_not_registered .not_reg_top .icon_account {
	display: none
}
.hb_right_hidden .user_not_registered .not_reg_bottom {
	width: auto
}
.hb_right_hidden .user_not_registered .not_reg_bottom .soc_net {
	display: none
}
.hbl_top {
	width: 100%;
	padding: 0;
	background-image: none;
	background-color: #282828;
	overflow: hidden
}
.hbl_top .logo_header img {
	display: none
}
.hbl_top ul {
	width: -webkit-calc(100% + 30px);
	width: calc(100% + 30px);
	margin-left: -15px;
	padding-left: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}
.hbl_top ul li {
	margin: 1px 1px 1px 0;
	text-align: center;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 32%;
	-ms-flex: 0 1 32%;
	flex: 0 1 32%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #313840
}
.hbl_top ul li:after {
	display: none
}
.hbl_top ul li:first-child {
	padding-left: 0
}
.hbl_top ul li:first-child:before {
	display: none
}
.hbl_top a {
	width: 100%;
	padding: 0;
	margin: 0;
	border-bottom: 2px solid transparent;
	line-height: 37px
}
.hbl_top a:active, .hbl_top a:focus, .hbl_top a:hover {
	border-bottom: 2px solid #ff0b31
}
.hbl_bottom {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2
}
.hbl_bottom ul {
	padding: 0
}
.hbl_bottom ul li {
	text-align: center;
	display: block;
	border-bottom: 1px solid rgba(255,255,255,.5)
}
.hbl_bottom ul .mob_none {
	display: none
}
.hbl_bottom a {
	width: 100%
}
footer {
	overflow: hidden
}
.footer_contact_us {
	padding: 25px 20px
}
.wrap_contact_us {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0 20px
}
.wrap_contact_us .bl_icon1 {
	padding: 0;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 100%;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%;
	text-align: center
}
.wrap_contact_us .bl_icon2, .wrap_contact_us .bl_icon3, .wrap_contact_us .bl_icon4, .wrap_contact_us .bl_icon5 {
	padding: 0;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 100%;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%;
	text-align: center
}
.footer_center .fc_item1 {
	width: 250px;
	margin: 0 auto;
	padding: 0 15px;
	text-align: center;
	border-right: none
}
.footer_center .fc_item2 {
	width: 310px;
	margin: 0 auto;
	padding: 20px 0 0;
	text-align: center;
	border-right: none
}
.footer_center .fc_item3 {
	width: 100%;
	padding: 20px 15px 0;
	text-align: center
}
}
@media only screen and (max-width:480px) {
.header_top .ht_center .nav_not_registered {
	top: 188px
}
.header_top .ht_center .nav_registered {
	top: 157px
}
.not_hidden .user_not_registered .not_reg_top {
	width: 100%;
	text-align: center
}
.hb_right_hidden {
	display: none
}
.hb_right_hidden .user_not_registered {
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}
.hb_right_hidden .user_not_registered .not_reg_top {
	width: 150px;
	padding-top: 5px;
	text-align: left
}
.hb_right_hidden .user_not_registered .not_reg_bottom .logout {
	margin: 49px 10px 0 30px
}
.user_unknown .join_how {
	margin-bottom: 5px
}
.hb_right {
	padding: 10px
}
.hb_right input[type=text] {
	display: block;
	width: 180px;
	margin: 10px auto;
	float: none
}
.hb_right .btn_registered {
	padding: 8px
}
.wrap_contact_us .bl_icon2, .wrap_contact_us .bl_icon3, .wrap_contact_us .bl_icon4, .wrap_contact_us .bl_icon5 {
	padding: 0;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 100%;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%
}
.header_top .ht_left .btn_htl {
	margin-right: 15px
}
}
@media only screen and (max-width:1200px) {
.next, .prev {
	top: 60px
}
.slick-next, .slick-prev {
	top: 100px
}
.home2_left .wrap_counter {
	width: auto;
	margin: 0 20px
}
.home2_left .wrap_counter .counter {
	font-size: 32px
}
.home_slide2 .hs2_item_bottom .res_win {
	padding: 4px 0
}
.slick2-next, .slick2-prev {
	top: 115px
}
.home3 .home3_text {
	width: 94px
}
.home3 .home3_item {
	max-width: 200px
}
.home3 .home3_item span {
	padding-left: 5px;
	font-size: 72px
}
.home4_tabs .hom4_wrap_tab .hom4_tab {
	font-size: 15px
}
.h4t_item .lottery_schedule li {
	font-size: 15px
}
.h4t_item .lottery_schedule a {
	font-size: 15px
}
.h4t_item .wrap_item_tabs1 .tabs1_img1 {
	padding-top: 10px;
	padding-bottom: 20px;
	max-width: 35%
}
.h4t_item .wrap_item_tabs3 img {
	padding-top: 15px
}
.h4t_item .wrap_bank_offline .boff_item_img1 {
	width: 100px;
	height: 110px
}
.h4t_item .wrap_bank_offline .boff_item_img2 {
	width: 170px
}
.h4t_item .wrap_bank_offline li {
	padding-right: 0;
	font-size: 15px
}
.h4t_item .wrap_item_tabs4 img {
	max-width: 34%
}
}
@media only screen and (max-width:992px) {
.next, .prev {
	top: 75px
}
.home2_left {
	-webkit-background-size: cover;
	background-size: cover;
	background-position: top
}
.home2_right {
	-webkit-background-size: cover;
	background-size: cover;
	background-position: top
}
.home_slide2 .hs2_item_bottom .res_win {
	padding: 18px 0
}
.slick2-next, .slick2-prev {
	top: 120px
}
.home3 ul li {
	margin: 10px 0;
	width: 49.6%
}
.home3 ul li:after {
	display: none
}
.home3 .home3_item {
	max-width: 250px
}
.home3 .home3_item span {
	padding-left: 25px
}
.home3 .home3_item img {
	padding: 25px 15px 0
}
.home4_tabs .hom4_wrap_tab {
	padding: 10px 0;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.home4_tabs .hom4_wrap_tab .hom4_tab {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 30%;
	-ms-flex: 0 1 30%;
	flex: 0 1 30%;
	margin: 10px 0;
	background-color: #fff
}
.h4t_item .lottery_schedule li {
	font-size: 15px
}
.h4t_item .lottery_schedule a {
	font-size: 15px
}
.h4t_item .wrap_item_tabs1 .tabs1_img1 {
	max-width: 43%
}
.h4t_item .wrap_item_tabs3 {
	padding: 30px 0
}
.h4t_item .wrap_item_tabs3 img {
	padding-right: 20px
}
.h4t_item .wrap_item_tabs4 img {
	max-width: 42%
}
.h4t_item .lottery_schedule {
	display: none
}
.h4t_item .lottery_schedule_mob {
	display: block
}
.h4t_item .wrap_bank_offline .bank_off_item {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 100%;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%
}
.h4t_item .wrap_bank_offline .bank_off_item .boff_item_img1 {
	width: 170px
}
.h4t_item .wrap_bank_offline .bank_off_item .h40 {
	height: 40px
}
.h4t_item .tabs_cus {
	padding-right: 80px
}
}
@media only screen and (max-width:768px) {
.banner_bottom h1, .banner_top h1 {
	font-size: 28px
}
.banner_bottom h2, .banner_top h2 {
	font-size: 28px
}
.banner_bottom p, .banner_top p {
	font-size: 18px
}
.next, .prev {
	top: 70px
}
h3 {
	font-size: 24px
}
.home2_left .jp {
	font-size: 48px
}
.home2_left .jp span {
	font-size: 28px
}
.home2_left .wrap_counter {
	margin: 20px;
	padding: 15px
}
.home2_left .wrap_counter .counter {
	font-size: 28px
}
.home2_right .description_result .country_win {
	font-size: 28px
}
.home2_right .description_result .data_win {
	font-size: 18px
}
.home2_right .description_result .resultat_win {
	font-size: 18px
}
.home_slide2 .hs2_item_top .country_win {
	padding-left: 0
}
.home_slide2 .hs2_item_bottom .res_win {
	padding: 18px 0
}
.slick2-next, .slick2-prev {
	top: 120px
}
.home3 {
	padding: 40px 20px
}
.home3 ul li {
	width: 49.5%
}
.home3 .home3_item span {
	padding-left: 15px
}
.home3 .home3_item img {
	padding: 25px 8px 0
}
.home3 .home3_item .home3_text {
	width: 95px
}
.home4_tabs .hom4_wrap_tab .hom4_tab {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 48%;
	-ms-flex: 0 1 48%;
	flex: 0 1 48%
}
.h4t_item {
	padding: 30px 20px 40px
}
.h4t_item .wrap_item_tabs1 .tabs1_img1 {
	max-width: 100%;
	padding: 0 0 20px 0;
	float: none
}
.h4t_item .wrap_item_tabs3 img {
	max-width: 100%;
	padding: 0 0 20px 0;
	float: none
}
.h4t_item .wrap_item_tabs4 img {
	max-width: 100%;
	padding: 0 0 20px 0;
	float: none
}
.h4t_item .h4t1_bottom {
	padding: 20px 20px 40px
}
.h4t_item .lottery_schedule_mob .country_ls_mob span {
	font-size: 16px
}
.h4t_item .lottery_schedule_mob .country_ls_mob_hid ul:first-child {
	-webkit-box-flex: 3;
	-webkit-flex: 3 1 60px;
	-ms-flex: 3 1 60px;
	flex: 3 1 60px
}
.h4t_item .lottery_schedule_mob .country_ls_mob_hid li {
	font-size: 14px
}
.h4t_item .lottery_schedule_mob .country_ls_mob_hid li:last-child {
	padding: 10px 5px;
	min-height: 60px
}
.h4t_item p {
	padding-bottom: 20px
}
.h4t_item .tabs_cus {
	padding: 0
}
.h4t_item .wrap_bank_offline {
	padding-top: 0
}
}
@media only screen and (max-width:480px) {
.next, .prev {
	display: none
}
.home_slide1 .hs1_item .banner_dec {
	display: none
}
.home_slide1 .hs1_item .banner_mob {
	display: block
}
.home_slide1 .hs1_item1 img, .home_slide1 .hs1_item2 img, .home_slide1 .hs1_item3 img, .home_slide1 .hs1_item4 img, .home_slide1 .hs1_item5 img, .home_slide1 .hs1_item6 img, .home_slide1 .hs1_item7 img {
	width: 100%
}
.home2_left {
	min-height: 200px
}
.home2_left .jp {
	padding: 20px 0 0 0;
	font-size: 40px
}
.home2_left .wrap_counter {
	margin: 20px 10px;
	padding: 10px 15px
}
.home2_left .wrap_counter .counter {
	font-size: 20px
}
.home2_left .playtech {
	padding: 15px 0
}
.home2_right .description_result .flag_win {
	width: 25px
}
.home2_right .description_result .country_win {
	font-size: 22px
}
.home2_right .description_result .resultat_win {
	padding: 0 5px
}
.home2_right .description_result .data_win {
	padding: 20px 5px
}
.home_slide2 .hs2_wrap_item {
	padding: 20px 10px
}
.home_slide2 .hs2_item_bottom .res_win {
	padding: 10px 0
}
.home3 ul li {
	width: 99%
}
.home4 {
	padding: 0 30px 50px
}
.h4t_item .wrap_item_tabs4 {
	padding: 0 0 15px 0
}
.h4t_item .wrap_item_tabs4 img {
	padding-top: 0
}
.h4t_item .wrap_item_tabs4 .wit4_icon {
	padding-top: 15px;
	line-height: 28px
}
.h4t_item .wrap_item_tabs4 .wit4_icon:after {
	top: 20px
}
.h4t_item .lottery_schedule_mob .country_ls_mob_hid li {
	padding: 12px 5px;
	font-size: 12px;
	text-align: center
}
.h4t_item .lottery_schedule_mob .country_ls_mob_hid li:last-child {
	min-height: 76px
}
.h4t_item .lottery_schedule_mob .country_ls_mob_hid .tab_day {
	font-size: 10px
}
.h4t_item .wrap_bank_offline .boff_item_img1 {
	height: 50px!important;
	padding-top: 10px;
	float: none
}
.h4t_item .wrap_bank_offline .boff_item_img2 {
	height: 60px;
	padding-top: 10px;
	float: none
}
.h4t_item .wrap_bank_offline li {
	font-size: 14px;
	line-height: 25px
}
.home4_tabs .hom4_wrap_tab .hom4_tab {
	font-size: 11px
}
}
@media only screen and (max-width:992px) {
.cas2_item {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 47%;
	-ms-flex: 0 1 47%;
	flex: 0 1 47%
}
.casino3 {
	padding: 0 15px 50px
}
.casino3 .cas3_wrap_item {
	margin-bottom: 0;
	padding: 20px 20px 50px
}
.casino3 .cas3_item_left {
	display: block
}
.casino3 .cas3_item_right {
	display: block
}
.img_left, .img_right {
	float: none;
	width: 100%;
	margin: 0 auto;
	padding: 20px 0;
	display: block
}
}
@media only screen and (max-width:768px) {
.casino2 {
	padding: 20px 15px
}
.cas2_item {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 46.7%;
	-ms-flex: 0 1 46.7%;
	flex: 0 1 46.7%
}
}
@media only screen and (max-width:480px) {
.cas2_item {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 100%;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%
}
}
@media only screen and (max-width:992px) {
.g2_item {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 22.9%;
	-ms-flex: 0 1 22.9%;
	flex: 0 1 22.9%
}
}
@media only screen and (max-width:768px) {
.games2 {
	padding: 0 0 20px 0
}
.g2_wrap_item {
	padding: 0 10px 20px
}
.g2_item {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 46.3%;
	-ms-flex: 0 1 46.3%;
	flex: 0 1 46.3%
}
.games3 {
	padding: 0 15px 50px
}
.games3 .games3_wrap_item {
	margin-bottom: 0;
	padding: 20px 15px 30px
}
.games4 {
	background-position: 30%
}
}
@media only screen and (max-width:480px) {
.g2_item {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 100%;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%
}
}
@media only screen and (max-width:1200px) {
.nb2_item {
	min-height: 162px
}
.nb2_item_text {
	padding-top: 50px
}
.number_img5 {
	padding: 10px 30px
}
.number_img6 {
	padding: 35px 30px 10px 0
}
.number_img7 {
	padding: 30px
}
}
@media only screen and (max-width:992px) {
.nb2_item {
	min-height: 180px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 22.8%;
	-ms-flex: 0 1 22.8%;
	flex: 0 1 22.8%
}
.nb2_item_text {
	padding-top: 64px
}
.number_img5 {
	float: right!important;
	width: 250px
}
.number_img6 {
	padding: 35px 0 10px
}
.number_img7 {
	width: 270px;
	padding: 20px 40px 10px 40px;
	float: left!important
}
}
@media only screen and (max-width:768px) {
.number2 {
	padding: 0 0 20px 0
}
.nb2_item {
	min-height: 180px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 46.3%;
	-ms-flex: 0 1 46.3%;
	flex: 0 1 46.3%;
	overflow: hidden
}
.nb2_wrap_item {
	padding: 0 10px 20px
}
.nb2_item_text {
	padding-top: 64px
}
.number_img5 {
	width: 200px
}
.number_img7 {
	width: 180px;
	padding: 30px 30px 10px 0
}
.number3 {
	padding: 0 15px 50px
}
.number3 .number3_wrap_item {
	margin-bottom: 0;
	padding: 20px 15px 30px
}
.number4 {
	background-position: 60%
}
}
@media only screen and (max-width:480px) {
.nb2_item {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 100%;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%
}
.nb2_item .nb2_wrap_img {
	left: -webkit-calc(50% - 129px);
	left: calc(50% - 129px)
}
.number_img5 {
	float: none!important
}
.number_img6 {
	padding: 35px 0 10px
}
.number_img7 {
	width: 200px;
	padding: 10px 30px;
	float: none!important
}
.number4 {
	background-position: 65%
}
}
@media only screen and (max-width:1200px) {
.pk2_item_text {
	padding-top: 72px
}
}
@media only screen and (max-width:992px) {
.pk2_item {
	min-height: 180px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 22.8%;
	-ms-flex: 0 1 22.8%;
	flex: 0 1 22.8%
}
.pk2_item_text {
	padding-top: 55px
}
}
@media only screen and (max-width:768px) {
.poker2 {
	padding: 0 0 20px 0
}
.pk2_item {
	min-height: 180px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 46.3%;
	-ms-flex: 0 1 46.3%;
	flex: 0 1 46.3%;
	overflow: hidden
}
.pk2_wrap_item {
	padding: 0 10px 20px
}
.pk2_item_text {
	padding-top: 64px
}
.poker3 {
	padding: 0 15px 50px
}
.poker3 .poker3_wrap_item {
	margin-bottom: 0;
	padding: 20px 15px 30px
}
}
@media only screen and (max-width:480px) {
.pk2_item {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 100%;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%
}
.pk2_item .pk2_wrap_img {
	left: -webkit-calc(50% - 135px);
	left: calc(50% - 135px)
}
}
@media only screen and (max-width:768px) {
.togle2 {
	padding: 0 0 20px 0
}
.tg2_item {
	min-height: 180px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 46%;
	-ms-flex: 0 1 46%;
	flex: 0 1 46%;
	overflow: hidden
}
.tg2_item:last-child {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 100%;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%
}
.tg2_item .tg_last {
	left: -webkit-calc(50% - 180px);
	left: calc(50% - 180px)
}
.tg2_wrap_item {
	padding: 0 10px 20px
}
.tg2_item_text {
	padding-top: 64px
}
.togel3 {
	padding: 0 15px 50px
}
.togel3 .togel3_wrap_item {
	margin-bottom: 0;
	padding: 10px 15px 30px
}
}
@media only screen and (max-width:480px) {
.tg2_item {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 100%;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%
}
.tg2_item .tg2_wrap_img {
	left: -webkit-calc(50% - 180px);
	left: calc(50% - 180px)
}
.togel3 .tg3_wraper_item {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.togel3 .tg3_wraper_item .red_item {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 100%;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%
}
}
@media only screen and (max-width:1200px) {
.sb2_item {
	min-height: 169px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 31%;
	-ms-flex: 0 1 31%;
	flex: 0 1 31%
}
.sb2_item .btn_sb2 {
	margin-top: 10px
}
.sportbook_img5 {
	padding: 75px 25px 40px 0
}
}
@media only screen and (max-width:992px) {
.sb2_wrap_item {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}
.sb2_item {
	min-height: 180px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 47.8%;
	-ms-flex: 0 1 47.8%;
	flex: 0 1 47.8%
}
.sportbook_icon4 {
	width: auto;
	max-width: 100%
}
.sportbook3 .red_item .sb3_icon {
	right: 4%
}
.sportbook3 .sb3_flex {
	display: block
}
}
@media only screen and (max-width:768px) {
.sportbook2 {
	padding: 0 0 20px 0
}
.sb2_item {
	min-height: 180px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 338px;
	-ms-flex: 0 1 338px;
	flex: 0 1 338px;
	overflow: hidden
}
.sb2_item .sb_last {
	left: -webkit-calc(50% - 180px);
	left: calc(50% - 180px)
}
.sb2_wrap_item {
	padding: 0 10px 20px
}
.sb2_item_text {
	padding-top: 68px
}
.sportbook3 {
	padding: 0 15px 50px
}
.sportbook3 .togel3_wrap_item {
	margin-bottom: 0;
	padding: 10px 15px 30px
}
.sportbook3 .sb3_wraper_item {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.sportbook3 .sb3_wraper_item .red_item {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 100%;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%
}
}
@media only screen and (max-width:480px) {
.sportbook1 h1 {
	padding-top: 50px
}
.tg2_item {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 100%;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%
}
.tg2_item .tg2_wrap_img {
	left: -webkit-calc(50% - 180px);
	left: calc(50% - 180px)
}
.togel3 .tg3_wraper_item {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.togel3 .tg3_wraper_item .red_item {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 100%;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%
}
}
@media only screen and (max-width:1200px) {
.rg3 .rg3_wraper_item {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.rg3 .regulation3_wrap_item {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 100%;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%
}
.rg3 .rg3_block_item1 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}
.rg3 .rg_img2 {
	padding: 0
}
}
@media only screen and (max-width:992px) {
.rg3 .red_item .rg3_block_item {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}
.rg_img3 {
	padding: 10px 0 30px
}
}
@media only screen and (max-width:768px) {
.rg3 {
	padding: 0 15px 50px
}
.rg3 .regulation3_wrap_item {
	margin-bottom: 0;
	padding: 10px 15px 30px
}
.rg3 .rg3_block_item, .rg3 .rg3_block_item1 {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}
.rg3 .rg_img1 {
	padding: 10px 0 30px 0
}
.rg3 .rg_img2 {
	width: auto;
	max-width: 100%
}
.rg3 .rg_img3 {
	max-width: 100%
}
.rg3 .rg_img4 {
	padding: 20px 0 10px 0
}
}
@media only screen and (max-width:480px) {
.rg3 .rg_img1 {
	max-width: 100%
}
}
@media only screen and (max-width:992px) {
.pr_wrapper {
	margin: 0 40px 20px
}
.pr_wrapper_active {
	margin: 10px 15px
}
.pr_top_left img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}
}
@media only screen and (max-width:768px) {
.pr_wrap_item_top {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.pr_wrap_item_top .pr_item_top {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 100%;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%
}
.pr_top_left img {
	width: 100%
}
.pr_top_right {
	padding: 5px 0 10px
}
.pr_wrap_item_bottom {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.pr_wrap_item_bottom .pr_item_bottom {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 100%;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%
}
.pr_wrap_item_bottom .pr_bottom_left {
	padding-bottom: 0
}
.pr_wrap_item_bottom .pr_bottom_left:before {
	display: none
}
.pr_wrap_item_bottom .pr_bottom_right {
	padding-top: 0
}
}
@media only screen and (max-width:480px) {
.promotions_wrapper h3 {
	padding: 15px 0
}
.pr_wrapper_active {
	padding: 15px 5px
}
.pr_wrapper {
	margin: 0 20px 20px
}
.pr_top_right h3 {
	font-size: 20px
}
.pr_top_right p {
	padding-left: 5px;
	padding-right: 5px;
	font-size: 16px
}
.pr_top_left .pr_2d {
	margin-top: -39px
}
.pr_top_left .pr_2d p {
	font-size: 16px
}
.btn_pr {
	font-size: 16px
}
}
@media only screen and (max-width:992px) {
.news1 h1 {
	padding-top: 60px
}
.news2_left {
	min-height: 200px
}
.news2_left img {
	-o-object-fit: cover;
	object-fit: cover
}
.news2_item .head_news {
	padding: 40px 0 10px 0;
	line-height: 1.3
}
.news_menu {
	left: 10px;
	padding-right: 0
}
.news_menu a {
	margin: 2px 5px;
	padding: 2px 5px 0
}
.open_news_active {
	right: 20px
}
}
@media only screen and (max-width:768px) {
.news1 {
	background-position: left
}
.news1 h1 {
	padding-top: 70px
}
.news2_wrapper {
	padding: 30px 15px 40px
}
.news2_item {
	padding-right: 0;
	padding-bottom: 80px
}
.news2_item .head_news {
	padding: 20px 15px 10px;
	text-align: center
}
.news2_item .news_date {
	top: 5px
}
.news2_item p {
	padding: 10px 15px 0
}
.news2_item_active {
	padding-bottom: 100px
}
.news2_left {
	width: 100%;
	margin: 0;
	padding: 30px 0 0 0;
	float: none;
	background-color: #f2f2f2
}
.news2_left img {
	width: 100%
}
.open_news {
	right: 50%;
	margin-right: -68px
}
.open_news_active {
	right: 25px;
	bottom: 30px;
	margin-right: 0
}
.news_menu {
	bottom: 10px;
	padding-right: 80px;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around
}
.news_menu li {
	margin: 5px 0
}
.news_menu a {
	margin: 2px 10px;
	line-height: 1.2
}
}
@media only screen and (max-width:480px) {
.news1 h1 {
	padding: 40px 15px 0
}
.news2_item_active {
	padding-bottom: 190px
}
.news_menu {
	bottom: 70px;
	padding-right: 0;
	-webkit-box-pack: end;
	-webkit-justify-content: end;
	-ms-flex-pack: end;
	justify-content: end
}
.news_menu li {
	margin: 3px 5px
}
.open_news_active {
	right: 50%;
	bottom: 20px;
	margin-right: -20px
}
}
@media only screen and (max-width:1200px) {
.gd2_wrap_item .gd2_item_text {
	min-height: 210px
}
.faq.page_panduan .faq_item.icon_podium {
	background: #fff
}
.faq.page_panduan .faq_wrapper_small .faq_item .info_wrapper {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start
}
}
@media only screen and (max-width:992px) {
.gd2_wrap_item {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.gd2_wrap_item .gd2_item {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 48%;
	-ms-flex: 0 1 48%;
	flex: 0 1 48%;
	margin-top: 15px
}
.gd2_wrap_item .gd2_item_text {
	min-height: 160px
}
}
@media only screen and (max-width:768px) {
.gd2_block {
	padding: 0 15px 40px
}
.guide2 {
	padding: 20px 15px
}
.guide2 .guide_head {
	font-size: 16px;
	line-height: 1.5
}
.guide_head_item {
	line-height: 1.4
}
.gd2_wrap_item .btn_gd2 {
	font-size: 14px
}
.gd2_wrap_item .gd2_item_text {
	min-height: 210px
}
.guide4 .guide4_text h2 {
	padding-right: 50px;
	font-size: 26px
}
.guide4 .guide4_text h3 {
	font-size: 22px
}
.guide4 .guide4_text .guide4_p {
	font-size: 16px
}
.guide4 .guide4_text .btn_gd {
	margin-bottom: 30px
}
}
@media only screen and (max-width:480px) {
.gd2_wrap_item .gd2_item {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 100%;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%
}
.gd2_wrap_item .gd2_item_text {
	min-height: 100px
}
}
@media only screen and (max-width:1200px) {
.mob2_text {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 350px;
	-ms-flex: 0 1 350px;
	flex: 0 1 350px
}
}
@media only screen and (max-width:992px) {
.mob2_text {
	padding-right: 20px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 460px;
	-ms-flex: 0 1 460px;
	flex: 0 1 460px
}
.mob_img3 {
	display: none
}
}
@media only screen and (max-width:768px) {
.mob2 {
	padding: 20px 15px;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.wrap_qr {
	width: 100%;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}
.mob2_text {
	padding-bottom: 20px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 768px;
	-ms-flex: 0 1 768px;
	flex: 0 1 768px
}
.mob2_text .mob_arrow {
	display: none
}
.mob3 {
	padding: 0 15px 50px
}
.mob3 .mob3_wrap_item {
	padding: 0 15px 20px
}
.mob3 .mob3_wrap_item .mob3_p {
	font-size: 16px
}
.mob3_block {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.mob3_block li {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 48%;
	-ms-flex: 0 1 48%;
	flex: 0 1 48%
}
}
@media only screen and (max-width:480px) {
.mob1 h1 {
	padding-right: 50px;
	padding-left: 50px
}
.qr_item {
	padding: 0 15px
}
.qr_item img {
	max-width: 100%
}
.mob3_block li {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 100%;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%
}
}
@media only screen and (max-width:1200px) {
.account #deposit-list .table .body_table ul li {
	font-size: 14px
}
.account .time_wrapper {
	width: 100%
}
.account .time_wrapper>div h6 {
	font-size: 14px;
	padding: 0 10px;
	white-space: nowrap
}
.account .time_wrapper>div span {
	min-width: 0;
	font-size: 14px;
	padding: 0 10px;
	white-space: nowrap
}
.account .bl_btn {
	width: 100%
}
.account .bl_btn span {
	margin-left: 0
}
.account .bl_btn button {
	font-size: 12px
}
.account .wrapper_checkbox {
	width: 100%
}
.account .wrapper_checkbox .row_table {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 50%;
	-ms-flex: 0 1 50%;
	flex: 0 1 50%
}
.account .wrapper_checkbox .input-group label {
	white-space: nowrap
}
.account button.submit.page_turnover {
	margin-right: 0
}
}
@media only screen and (max-width:992px) {
.account .account_wrapper {
	padding: 0
}
.account .menu {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 240px;
	-ms-flex: 0 1 240px;
	flex: 0 1 240px;
	width: 240px
}
.account .menu li a {
	font-size: 14px
}
.account .bl_info {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 -webkit-calc(100% - 300px);
	-ms-flex: 0 1 calc(100% - 300px);
	flex: 0 1 calc(100% - 300px);
	margin: 0 20px
}
.account .bl_info h4 {
	font-size: 24px
}
.account .bl_info .item h6 {
	font-size: 14px
}
.account .bl_info .item span {
	font-size: 14px
}
.account .bl_info .main_info {
	margin-top: 90px
}
.account .deposit_wrapepr .nav_tabs a {
	font-size: 22px
}
.account .deposit_wrapepr #deposit {
	width: 100%
}
.account .deposit_wrapepr .text {
	font-size: 12px
}
.account .deposit_wrapepr .input-group {
	width: 100%
}
.account .deposit_wrapepr .input-group label {
	font-size: 14px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 30%;
	-ms-flex: 0 0 30%;
	flex: 0 0 30%;
	margin-right: 0;
	padding-right: 20px
}
.account .deposit_wrapepr .input-group .select_wrapper {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 70%;
	-ms-flex: 0 0 70%;
	flex: 0 0 70%
}
.account .deposit_wrapepr .input-group .select {
	width: 100%
}
.account .deposit_wrapepr .input-group input {
	width: 100%;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 70%;
	-ms-flex: 0 0 70%;
	flex: 0 0 70%
}
.account #deposit-list .table .title li {
	font-size: 14px
}
.account #deposit-list .table .title li:first-child {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 10%;
	-ms-flex: 0 1 10%;
	flex: 0 1 10%
}
.account #deposit-list .table .title li:nth-child(3) {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 30%;
	-ms-flex: 0 1 30%;
	flex: 0 1 30%
}
.account #deposit-list .table .body_table ul li {
	font-size: 12px
}
.account #deposit-list .table .body_table ul li:first-child {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 10%;
	-ms-flex: 0 1 10%;
	flex: 0 1 10%
}
.account #deposit-list .table .body_table ul li:nth-child(3) {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 30%;
	-ms-flex: 0 1 30%;
	flex: 0 1 30%
}
.account .time_wrapper {
	width: 100%
}
.account .time_wrapper>div h6 {
	font-size: 14px;
	padding: 0 10px;
	white-space: nowrap
}
.account .time_wrapper>div span {
	min-width: 0;
	font-size: 14px;
	padding: 0 10px;
	white-space: nowrap
}
.account .bl_btn {
	width: 100%
}
.account .bl_btn span {
	margin-left: 0
}
.account .bl_btn button {
	font-size: 12px
}
.account .wrapper_checkbox {
	width: 100%
}
.account .wrapper_checkbox .row_table {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 50%;
	-ms-flex: 0 1 50%;
	flex: 0 1 50%
}
.account .wrapper_checkbox .input-group label {
	white-space: nowrap
}
.account.register .account_wrapper {
	padding: 25px 55px 60px
}
.account.register .form_regist {
	padding: 0 20px
}
.account.register .form_regist .input-group {
	width: 100%
}
.account.register .form_regist .input-group.bl_capcha label {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 29%;
	-ms-flex: 0 0 29%;
	flex: 0 0 29%
}
.account.register .form_regist .input-group.bl_capcha input {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto
}
.account.register .form_regist .input-group.bl_capcha .capcha {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 19%;
	-ms-flex: 0 1 19%;
	flex: 0 1 19%
}
.account.register .form_regist button.submit {
	margin-left: 0
}
}
@media only screen and (max-width:768px) {
.account .account_in {
	padding-top: 50px
}
.account .wrapper_menu .burger {
	display: block
}
.account .wrapper_menu .menu {
	position: absolute;
	top: 50px;
	left: -240px
}
.account .wrapper_menu.current .menu {
	left: 0
}
.account .wrapper_menu.current .burger:before {
	color: #ff0b31
}
.account .bl_info {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 100%;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%;
	margin: 10px 15px
}
.account .table_turnover .title li {
	font-size: 14px
}
.account button.submit.page_turnover {
	margin-right: 0
}
.account.register .account_wrapper {
	padding: 25px 20px 60px
}
.account.register .account_wrapper .input-group label {
	font-size: 14px
}
.account.register .account_wrapper .input-group input {
	width: 100%
}
.account button.submit.page_turnover {
	float: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 30px
}
.account .time_wrapper>div h6 {
	font-size: 16px
}
.account .time_wrapper>div span {
	font-size: 16px
}
}
@media only screen and (max-width:540px) {
.account .time_wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}
.account .time_wrapper>div {
	margin-bottom: 10px
}
.account .time_wrapper>div h6 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 32%;
	-ms-flex: 0 0 32%;
	flex: 0 0 32%;
	text-align: center
}
.account .time_wrapper>div span {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	padding: 0 20px
}
.account .bl_btn {
	margin-bottom: 15px;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.account .bl_btn span {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 30%;
	-ms-flex: 0 0 30%;
	flex: 0 0 30%;
	margin-right: auto
}
.account .bl_btn button {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 20%;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	margin-bottom: 10px
}
.account .table_turnover .title li {
	font-size: 12px
}
.account.register .account_wrapper .form_regist .input-group {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start
}
.account.register .account_wrapper .form_regist .input-group.bl_capcha .capcha {
	margin-left: auto;
	margin-top: 10px
}
.account.register .account_wrapper .form_regist .input-group button.submit {
	margin-left: 0
}
.deposit_wrapepr .text {
	line-height: 1.5;
	padding: 5px 15px
}
}
@media only screen and (max-width:480px) {
.account .bl_info .item {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start
}
.account .bl_info .item .btn_copy {
	margin-left: 0;
	height: 35px;
	line-height: 35px;
	padding: 0 15px
}
.account .bl_info .main_info {
	margin-top: 30px
}
.account .time_login {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.account .time_login .item {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-left: 15px;
	margin-bottom: 10px
}
.account .table_turnover .title li {
	font-size: 10px
}
.account .table_turnover .body_table ul li {
	font-size: 12px
}
.account .wrapper_checkbox .input-group label {
	font-size: 12px
}
.account .deposit_wrapepr .nav_tabs a {
	font-size: 18px;
	padding: 0 30px;
	min-width: 0
}
.account .deposit_wrapepr #deposit-list .table {
	margin-bottom: 50px
}
.account .deposit_wrapepr #deposit-list .table .title li {
	font-size: 12px
}
.account .deposit_wrapepr #deposit-list .table .body_table ul li {
	font-size: 10px
}
.account .deposit_wrapepr #deposit-list .pagination {
	float: none;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}
.account .deposit_wrapepr #deposit-list .pagination .arrow-last {
	display: none
}
.account .deposit_wrapepr #deposit-list .pagination .fa {
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 20px
}
.account .deposit_wrapepr #deposit-list .pagination .number {
	display: none
}
.account .time_login .item h6 {
	font-size: 12px
}
.account .time_login .item span {
	font-size: 12px
}
.account .wrapper_checkbox .input-group {
	margin-bottom: 10px
}
.account .wrapper_checkbox .input-group label {
	margin-right: 0;
	font-size: 14px
}
}
@media only screen and (max-width:1200px) {
.faq_wrapper_big .faq_item .title {
	padding: 0 20px
}
.faq_wrapper_big .faq_item .info_wrapper {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 15px 20px 25px 20px
}
.faq_wrapper_big .faq_item .info_wrapper.type_2 .bl_right {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 52%;
	-ms-flex: 0 0 52%;
	flex: 0 0 52%
}
.faq_wrapper_big .faq_item .info_wrapper.type_2 .list_w_circle li {
	padding-left: 10px
}
}
@media only screen and (max-width:992px) {
.faq_wrapper_big .faq_item .title h5 {
	line-height: 1.7;
	padding: 10px 0;
	font-size: 16px
}
.faq_wrapper_big .faq_item .info_wrapper>.bl_img {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 12%;
	-ms-flex: 0 1 12%;
	flex: 0 1 12%;
	margin-right: 2%
}
.faq_wrapper_big .faq_item .info_wrapper>.bl_text {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 86%;
	-ms-flex: 0 1 86%;
	flex: 0 1 86%
}
.faq_wrapper_big .faq_item .info_wrapper .bl_left {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}
.faq_wrapper_big .faq_item .info_wrapper.type_2 .bl_right {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%
}
.faq_wrapper_big .faq_item .info_wrapper .list_w_circle li {
	padding-left: 0
}
.faq_wrapper_big .faq_item .info_wrapper.type_1 .bl_left {
	margin-right: 2%;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 53%;
	-ms-flex: 0 0 53%;
	flex: 0 0 53%
}
}
@media only screen and (max-width:768px) {
.faq_wrapper_big .faq_item .title h5 {
	padding: 15px 0
}
.faq_wrapper_big .faq_item .info_wrapper.type_1 .bl_left {
	display: block
}
.faq_wrapper_big .faq_item .info_wrapper.type_1 .bl_right {
	display: block
}
.faq_wrapper_big .faq_item .info_wrapper.type_1 .bl_right .bl_img {
	text-align: center
}
.faq_wrapper_big .faq_item .info_wrapper>.bl_img {
	display: block;
	text-align: center
}
.faq_wrapper_big .faq_item .info_wrapper>.bl_text {
	display: block
}
}
@media only screen and (max-width:992px) {
.table_handicap ul li {
	font-size: 16px
}
.faq_wrapper_big {
	padding-bottom: 20px
}
.faq_wrapper_big .faq_item .info_wrapper.bg_icon1 ul {
	max-width: 70%
}
.card_10 .card_10_wrapper {
	padding-bottom: 50px
}
.card_10 .card_10_in .title {
	margin-bottom: 30px
}
.card_10 .card_10_in .title h5 {
	font-size: 18px
}
.card_10 .card_10_in .info_wrapper p {
	padding: 10px 20px
}
.banner_handicap h2 {
	font-size: 30px
}
}
@media only screen and (max-width:768px) {
.faq_wrapper_big {
	padding: 25px 20px 50px;
	display: block
}
.faq_wrapper_big .faq_item {
	display: block
}
.faq_wrapper_small .faq_item {
	display: block
}
.card_10 .card_10_wrapper {
	padding: 0 20px 50px
}
.table_handicap ul li {
	font-size: 14px
}
.table_handicap .bottom_text {
	font-size: 14px
}
.faq_wrapper_small {
	display: block
}
.banner_handicap .banner_handicap_in {
	background-position: 70% 0;
	padding-left: 40px
}
}
@media only screen and (max-width:540px) {
.faq_wrapper_big .faq_item .info_wrapper.bg_icon1 {
	padding-bottom: 120px;
	background-position: 95% 95%;
	-webkit-background-size: 100px;
	background-size: 100px
}
.faq_wrapper_big .faq_item .info_wrapper.bg_icon1 ul {
	max-width: 100%
}
.card_10 .card_10_in .title {
	padding: 10px 20px
}
.card_10 .card_10_in .title h5 {
	font-size: 16px
}
.card_10 .card_10_in .info_wrapper p {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	display: block;
	margin-bottom: 20px
}
.table_handicap ul {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%
}
.table_handicap .bottom_text {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%
}
.card_10 .card_10_in .info_wrapper span.bg_red {
	display: none
}
}
@media only screen and (max-width:480px) {
.table_handicap {
	-webkit-background-size: cover;
	background-size: cover
}
.table_handicap ul {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%
}
.table_handicap ul li {
	font-size: 12px;
	padding-left: 10px;
	white-space: normal
}
.table_handicap .bottom_text {
	font-size: 12px;
	padding: 5px 10px
}
.faq_wrapper_big .faq_item .title {
	padding: 0 20px
}
.faq_wrapper_big .faq_item .title h5 {
	line-height: 50px;
	font-size: 16px
}
.faq_wrapper_big .faq_item .info_wrapper {
	padding: 15px 20px 30px
}
.faq_wrapper_small .faq_item .title {
	min-height: 50px;
	padding: 10px 20px
}
.faq_wrapper_small .faq_item .title h5 {
	line-height: 1.7
}
.banner_handicap .banner_handicap_in {
	padding-left: 20px
}
.banner_handicap .banner_handicap_in h2 {
	font-size: 24px
}
}
@media only screen and (max-width:992px) {
.sbo_sports1 h1 {
	padding-top: 60px
}
.ibc_sports1 h1 {
	padding-top: 50px
}
}
@media only screen and (max-width:480px) {
.aft_sports1 h1 {
	padding-top: 50px
}
.sbo_sports1 h1 {
	padding-top: 40px
}
.ibc_sports1 h1 {
	padding-top: 40px
}
}
@media only screen and (max-width:992px) {
.livescore1 h1 {
	padding-top: 50px
}
}
@media only screen and (max-width:480px) {
.livescore1 h1 {
	max-width: 330px;
	padding-top: 30px;
	margin: 0 auto
}
.livescore1 p {
	max-width: 360px;
	margin: 0 auto
}
.livescore_item {
	overflow: auto
}
.livescore_item iframe {
	width: 480px!important
}
}
@media only screen and (max-width:768px) {
.ou1, .rg_c {
	padding: 0 15px 10px
}
.ou1 .rg_c_block_item, .rg_c .rg_c_block_item {
	padding: 15px 15px 40px
}
.ou1 .ou1_item4 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 49%;
	-ms-flex: 0 1 49%;
	flex: 0 1 49%
}
.ou1 .ou1_item4:nth-child(1), .ou1 .ou1_item4:nth-child(2) {
	margin-bottom: 5px
}
.faq.page_panduan .faq_wrapper_big .faq_item .info_wrapper.type_1 .bl_left, .faq.page_panduan .faq_wrapper_big .faq_item .info_wrapper.type_1 .bl_right {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%
}
.faq_wrapper_big .faq_item .info_wrapper .bl_img_p.border {
	margin-left: 0
}
.ou1_block_item4 {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
}
@media only screen and (max-width:480px) {
.ou1 .ou1_item2 {
	padding: 20px 15px
}
.ou1 .ou1_block_item3 {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.ou1 .ou1_item3 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 100%;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%;
	padding: 20px 15px
}
.ou1 .ou1_item3:nth-child(1), .ou1 .ou1_item3:nth-child(2) {
	margin-bottom: 5px
}
}
.home2_left p{
	line-height:inherit;
}
.home2_left p span{
	color:#fff;
}
.playtech span{
	display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-top: 30px;
    font-size: 18px;
    font-family: Roboto-Regular, sans-serif;
    font-weight: 400;
    font-style: italic;
    color: rgba(255,255,255,.588);
    vertical-align: bottom;	
}
<!--- english home -->
.zmdi{
	color:#fff !important;
}
/*new dropdown*/
li.bola{position: relative;}
li.bola:hover ol.sub-menu{display: block;}
ol.sub-menu {
    width: 130px;
    display: none;
    position: absolute;
    top: 100%;
    left: 0px;
    z-index: 9999;
    border-radius: 0 0 3px 3px;
    -webkit-box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 30%);
    background: none repeat scroll 0 0 #F6F6F6;
}
ol.sub-menu li {
    /*border: 1px solid #CCCCCC;*/
    border-top: 1px solid #CCCCCC;
   display: block;
    font-weight: normal;
}
ol.sub-menu li a:hover{color: #555;}