@font-face {
	font-family: DB-Heavent-cond;
	src: url("../fonts/DB-Heavent-Cond-v3.2.woff") format("woff"), url("../fonts/DB-Heavent-Cond-v3.2.ttf") format("truetype")
}

@font-face {
	font-family: DB-Heavent-li;
	src: url("../fonts/DB-Heavent-Li-v3.2.woff") format("woff"), url("../fonts/DB-Heavent-Li-v3.2.ttf") format("truetype")
}

@font-face {
	font-family: DB-Heavent-reg;
	src: url("../fonts/DB-Heavent-v3.2.woff") format("woff"), url("../fonts/DB-Heavent-v3.2.ttf") format("truetype")
}

.bg-main {
	background: url(../img/main_bg.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
}

#main-header .container {
	height: 50px
}

#main-header .container ul li {
	border-right: 1px solid #ced4da;
	padding-right: 15px
}

#main-header .container ul li:last-child {
	border: 0;
	padding-right: 0
}

.box-shadow {
	box-shadow: 0 15px 20px rgba(0, 0, 0, .631372549);
	-webkit-box-shadow: 0 15px 20px rgba(0, 0, 0, .631372549);
	-moz-box-shadow: 0 15px 20px rgba(0, 0, 0, .631372549);
	-o-box-shadow: 0 15px 20px rgba(0, 0, 0, .631372549)
}

.slider {
	background: url(../img/bg-slider.jpg) center top repeat-x transparent;
	background-size: contain;
	height: 795px
}

.slider .carousel-item {
	padding-top: 80px
}

.jackpot {
	background: url(../img/bg-jackpot.png) center top no-repeat transparent;
	background-size: contain;
	height: 70px;
	position: relative;
	z-index: 2;
	margin-top: -75px
}

.bg-bottom-slider {
	background: url(../img/bg-bottom-slider.png) center top repeat-x transparent;
	background-size: contain;
	height: 306px;
	position: relative;
	z-index: 2;
	margin-top: -170px
}

.login-box {
	position: relative;
	z-index: 4;
	margin-top: -225px
}

.login-box header {
	position: relative;
	z-index: 5;
	margin-bottom: 0px
}

.login-box .container {
	background: #f9efee;
	border: 10px solid #fdbbb8;
	border-radius: 25px;
	padding: 15px;
	color: #fff;
	position: relative;
}

.login-box .container .form-group {
	margin-bottom: 0
}

.login-box .container a {
	width: 100%;
	font-weight: 700;
	box-shadow: 0 0px 10px rgba(0, 0, 0, .631372549);
	-webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, .631372549);
	-moz-box-shadow: 0 0px 10px rgba(0, 0, 0, .631372549);
	-o-box-shadow: 0 0px 10px rgba(0, 0, 0, .631372549);
	font-size: 30px;
	border: 0;
	outline: none;
	border-radius: 15px;
	align-items: center;
	display: flex;
	justify-content: center;
}

.login-box .container a i {
	margin-right: 10px;
}

.login-box .container:after {
	content: '';
	position: absolute;
	top: -20px;
	left: -20px;
	right: -20px;
	bottom: -20px;
	background: #ff9a96;
	z-index: -1;
	border-radius: 30px;
}

#main-content {
	position: relative;
}

#main-content .char1 {
	position: absolute;
	z-index: 1;
	top: 0;
	-webkit-animation: char-1-bg 7s infinite;
	/* Safari 4+ */
	-moz-animation: char-1-bg 7s infinite;
	/* Fx 5+ */
	-o-animation: char-1-bg 7s infinite;
	/* Opera 12+ */
	animation: char-1-bg 7s infinite;
	/* IE 10+, Fx 29+ */
}

@-webkit-keyframes char-1-bg {
	0% {
		left: 0;
	}
	25% {
		left: 2vw;
		top: 0;
	}
	50% {
		left: 1vw;
		top: 2vh;
	}
	100% {
		left: 0;
		top: 0;
	}
}

@-moz-keyframes char-1-bg {
	0% {
		left: 0;
	}
	25% {
		left: 2vw;
		top: 0;
	}
	50% {
		left: 1vw;
		top: 2vh;
	}
	100% {
		left: 0;
		top: 0;
	}
}

@-o-keyframes char-1-bg {
	0% {
		left: 0;
	}
	25% {
		left: 2vw;
		top: 0;
	}
	50% {
		left: 1vw;
		top: 2vh;
	}
	100% {
		left: 0;
		top: 0;
	}
}

@keyframes char-1-bg {
	0% {
		left: 0;
	}
	25% {
		left: 2vw;
		top: 0;
	}
	50% {
		left: 1vw;
		top: 2vh;
	}
	100% {
		left: 0;
		top: 0;
	}
}

#main-content .char2 {
	position: absolute;
	z-index: 1;
	right: 0;
	top: 40vh;
	-webkit-animation: char-2-bg 5s infinite;
	-moz-animation: char-2-bg 5s infinite;
	-o-animation: char-2-bg 5s infinite;
	animation: char-2-bg 5s infinite;
}

@-webkit-keyframes char-2-bg {
	0% {
		right: 0;
	}
	50% {
		right: 1vw;
	}
	100% {
		right: 0;
	}
}

@-moz-keyframes char-2-bg {
	0% {
		right: 0;
	}
	50% {
		right: 1vw;
	}
	100% {
		right: 0;
	}
}

@-o-keyframes char-2-bg {
	0% {
		right: 0;
	}
	50% {
		right: 1vw;
	}
	100% {
		right: 0;
	}
}

@keyframes char-2-bg {
	0% {
		right: 0;
	}
	50% {
		right: 1vw;
	}
	100% {
		right: 0;
	}
}

#main-content .char3 {
	position: absolute;
	z-index: 1;
	bottom: 200px;
	-webkit-animation: char-3-bg 3s infinite;
	/* Safari 4+ */
	-moz-animation: char-3-bg 3s infinite;
	/* Fx 5+ */
	-o-animation: char-3-bg 3s infinite;
	/* Opera 12+ */
	animation: char-3-bg 3s infinite;
	/* IE 10+, Fx 29+ */
}

@-webkit-keyframes char-3-bg {
	0% {
		bottom: 0;
	}
	50% {
		bottom: 3vw;
	}
	100% {
		bottom: 0;
	}
}

@-moz-keyframes char-3-bg {
	0% {
		bottom: 0;
	}
	50% {
		bottom: 3vw;
	}
	100% {
		bottom: 0;
	}
}

@-o-keyframes char-3-bg {
	0% {
		bottom: 0;
	}
	50% {
		bottom: 3vw;
	}
	100% {
		bottom: 0;
	}
}

@keyframes char-3-bg {
	0% {
		bottom: 0;
	}
	50% {
		bottom: 3vw;
	}
	100% {
		bottom: 0;
	}
}

#main-content .char4 {
	position: absolute;
	z-index: 1;
	bottom: 200px;
	right: 0;
	-webkit-animation: char-4-bg 3s infinite;
	/* Safari 4+ */
	-moz-animation: char-4-bg 3s infinite;
	/* Fx 5+ */
	-o-animation: char-4-bg 3s infinite;
	/* Opera 12+ */
	animation: char-4-bg 3s infinite;
	/* IE 10+, Fx 29+ */
}

@-webkit-keyframes char-4-bg {
	0% {
		bottom: 2vw;
	}
	50% {
		bottom: 6vw;
	}
	100% {
		bottom: 2vw;
	}
}

@-moz-keyframes char-4-bg {
	0% {
		bottom: 2vw;
	}
	50% {
		bottom: 6vw;
	}
	100% {
		bottom: 2vw;
	}
}

@-o-keyframes char-4-bg {
	0% {
		bottom: 2vw;
	}
	50% {
		bottom: 6vw;
	}
	100% {
		bottom: 2vw;
	}
}

@keyframes char-4-bg {
	0% {
		bottom: 2vw;
	}
	50% {
		bottom: 6vw;
	}
	100% {
		bottom: 2vw;
	}
}

#main-content .char5 {
	position: absolute;
	z-index: 1;
	top: 50vh;
	left: 0;
	-webkit-animation: char-5-bg 3s infinite;
	/* Safari 4+ */
	-moz-animation: char-5-bg 3s infinite;
	/* Fx 5+ */
	-o-animation: char-5-bg 3s infinite;
	/* Opera 12+ */
	animation: char-5-bg 3s infinite;
	/* IE 10+, Fx 29+ */
}

@-webkit-keyframes char-5-bg {
	0% {
		left: 0vw;
	}
	50% {
		left: 2vw;
	}
	100% {
		left: 0vw;
	}
}

@-moz-keyframes char-5-bg {
	0% {
		left: 0vw;
	}
	50% {
		left: 2vw;
	}
	100% {
		left: 0vw;
	}
}

@-o-keyframes char-5-bg {
	0% {
		left: 0vw;
	}
	50% {
		left: 2vw;
	}
	100% {
		left: 0vw;
	}
}

@keyframes char-5-bg {
	0% {
		left: 0vw;
	}
	50% {
		left: 2vw;
	}
	100% {
		left: 0vw;
	}
}

@media(max-width:767px) {
	.char1,
	.char2,
	.char3,
	.char4,
	.char5 {
		display: none;
	}
}

#main-content .container {
	background-color: #f9f9f9;
	box-shadow: 0 5px 8px rgba(0, 0, 0, 0.1);
	padding: 15px;
	position: relative;
	z-index: 3;
}

#main-content .container .bg-content-main {
	margin: -15px;
	padding: 15px;
	background: url(../img/p2-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 400px;
}

#main-content .container .bg-content-main .content-main {
	padding: 15px;
	min-height: 200px;
	color: #333333;
}

#main-content .container .bg-content-main .content-main .content {
	padding: 15px
}

#main-content .container h1 {
	font-size: 2.75rem;
	color: #ff9a96;
}

@media(max-width:767px) {
	#main-content .container h1 {
		font-size: 1.75rem;
	}
}

#main-content .container h3 {
	font-size: 1.75rem;
	font-weight: bold;
	color: #8DA7E3;
}

@media(max-width:767px) {
	#main-content .container  h3 {
		font-size: 1.75rem;
	}
}

#main-content .container .promotion {
	padding: 15px;
	margin-top: -45px;
}

.promotion-item {
	padding: 15px 0;
}

.promotion-item h2 {
	font-size: 1.75rem;
	font-weight: bold;
	color: #8DA7E3;
}

.promotion-item img {
	border-radius: 5px;
	width: 100%;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.431372549);
	-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.431372549);
	-moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.431372549);
	-o-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.431372549);
}

#main-content .container .promotion figure img {
	box-shadow: 0 5px 20px rgba(0, 0, 0, .631372549);
	-webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, .631372549);
	-moz-box-shadow: 0 5px 20px rgba(0, 0, 0, .631372549);
	-o-box-shadow: 0 5px 20px rgba(0, 0, 0, .631372549);
	border-radius: 4px
}

#main-content .container .news {
	padding: 15px;
	overflow: hidden
}

#main-content .container .news article ul {
	list-style: none;
	padding: 0;
	margin: 0
}

#main-content .container .news article ul li {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 5px 0px;
	width: 100%;
	float: left;
}

#main-content .container .news article ul li a {
	text-decoration: none
}

#main-content .container .news article ul li a:hover {
	opacity: .5
}

#main-content .container .news article ul li span {
	color: #adb5bd
}

#main-content .container .news article ul li img {
	width: 150px;
	height: 100px;
	min-width: 150px;
	margin-right: 15px;
	box-shadow: 0 5px 20px #adb5bd;
	-webkit-box-shadow: 0 5px 20px #adb5bd;
	-moz-box-shadow: 0 5px 20px #adb5bd;
	-o-box-shadow: 0 5px 20px #adb5bd;
	border-radius: 4px
}

#main-content .container .news h1 {
	font-size: 2.75rem;
	color: #ff9a96;
}

#main-content .container .news article ul li header h3 {
	margin: 5px 0
}

#main-content .container .news article ul li header h3 a {
	color: #6c757d
}

#main-content .container .news article ul li small {
	color: #adb5bd
}

#main-content .container .why-us {
	margin: 15px -15px;
	padding: 30px;
	background: #f8f9fa
}

#main-content .container .why-us .row {
	align-items: center
}

#main-content .container .why-us .row ul {
	color: #888
}

#main-content .container .why-us .row figure {
	margin: 0
}

#main-content .container .why-us .row figure img {
	box-shadow: 0 5px 20px #adb5bd;
	-webkit-box-shadow: 0 5px 20px #adb5bd;
	-moz-box-shadow: 0 5px 20px #adb5bd;
	-o-box-shadow: 0 5px 20px #adb5bd;
	border-radius: 4px;
	width: 100%
}

#main-footer {
	position: relative;
	background: #1b1c1e;
}

#main-footer .container {
	padding: 10px 15px;
	color: #777;
}

#main-footer .container span {
	font-size: 32px;
	color: #f9e34c;
}

#main-footer .container a,
#main-footer .container p {
	color: #777
}

#main-footer ul {
	padding-left: 0px;
}

#main-footer li {
	list-style: none;
}

#main-footer .copyright {
	text-align: center;
	font-size: 20px;
	padding-top: 10px;
	margin-bottom: 0px;
	border-top: 1px solid #333;
	margin-top: 15px;
}

#mobile-header {
	display: none;
	position: relative;
	overflow: hidden
}

#mobile-header header {
	position: fixed;
	width: 100%;
	z-index: 9999;
	background: #325fa4;
	background: -moz-linear-gradient(top, #325fa4 0%, #232471 39%, #232471 100%);
	background: -webkit-linear-gradient(top, #325fa4 0%, #232471 39%, #232471 100%);
	background: linear-gradient(to bottom, #325fa4 0%, #232471 39%, #232471 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#325fa4', endColorstr='#232471', GradientType=0);
	top: 0
}

#mobile-header header .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 50px
}

#mobile-header header .container a {
	color: #fff
}

#mobile-header header .container a i {
	font-size: 28px;
	opacity: .7
}

#mobile-header header .container a span {
	position: relative;
	font-size: 30px;
	font-weight: 700;
	top: 3px
}

#mobile-header header .container a img {
	width: 70px;
	margin-top: 0px
}

#mobile-header .nav-mobile-expend {
	background: #fff;
	position: fixed;
	width: 100%;
	top: 50px;
	z-index: 9999;
	overflow-x: scroll;
	border-bottom: 1px solid #f3f3f3
}

#mobile-header .nav-mobile-expend .container ul {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 1000px
}

#mobile-header .nav-mobile-expend .container ul li {
	padding: 10px;
	float: left
}

#mobile-header .nav-mobile-expend .container ul li a {
	font-family: sukhumvit;
	font-size: 12px;
	text-decoration: none;
	color: #8c8c8c
}

#mobile-header .nav-mobile-expend .container ul li:first-child {
	padding-left: 0
}

.page #main-content {
	position: relative;
	margin-top: 0!important;
	z-index: 3
}

.page #main-content .container {
	padding-top: 40px
}

.page #main-content .container figure.header-page {
	margin: -40px -15px 15px
}

.navigation {
	display: none;
	position: fixed;
	z-index: 99999;
	bottom: 0;
	width: 100%;
	background: #fff;
	padding: 5px 0;
	border-top: 1px solid #f3f3f3
}

.navigation ul {
	list-style: none;
	padding: 0;
	margin: 0
}

.navigation ul li {
	float: left;
	text-align: center;
	width: 20%;
	padding: 0px 10px;
}

.navigation ul li a {
	text-decoration: none;
	color: #ffffff;
	font-size: 18px;
}

.navigation ul li a i {
	font-size: 16px
}

@media(max-width:1740px) {
	.jackpot {
		margin-top: -125px
	}
	.bg-bottom-slider {
		margin-top: -120px
	}
	.slider {
		height: 685px
	}
}

@media(max-width:1490px) {
	.slider {
		height: 620px
	}
	.slider .carousel-item {
		padding-top: 30px
	}
	.jackpot {
		margin-top: -155px
	}
	.bg-bottom-slider {
		margin-top: -110px
	}
	.login-box {
		margin-top: -280px
	}
}

@media(max-width:1360px) {
	.slider {
		height: 550px
	}
	.jackpot {
		margin-top: -185px
	}
	.bg-bottom-slider {
		margin-top: -105px
	}
	.login-box {
		margin-top: -260px
	}
}

@media(max-width:1191px) {
	.slider {
		height: 500px
	}
	.slider .carousel-item {
		padding-top: 0
	}
	.bg-main {
		background-size: 140%
	}
}

@media(max-width:1100px) {
	.jackpot {
		display: none
	}
	.bg-bottom-slider {
		margin-top: -23.5%
	}
	.login-box {
		margin-top: -27%
	}
	.slider {
		height: 590px
	}
	.bg-main {
		background-size: 150%
	}
}

@media(max-width:991px) {
	.navbar {
		display: none
	}
	#main-header {
		display: none
	}
	.bg-bottom-slider {
		margin-top: -10%
	}
	.slider {
		height: auto;
		margin-top: 98px
	}
	.login-box {
		margin-top: -30%
	}
	#main-content .container .news article ul li {
		width: 100%
	}
	#mobile-header,
	.navigation {
		display: block;
		background: #325fa4;
		background: -moz-linear-gradient(top, #325fa4 0%, #232471 39%, #232471 100%);
		background: -webkit-linear-gradient(top, #325fa4 0%, #232471 39%, #232471 100%);
		background: linear-gradient(to bottom, #325fa4 0%, #232471 39%, #232471 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#325fa4', endColorstr='#232471', GradientType=0);
	}
	#main-content {
		padding-bottom: 40px
	}
	.page #main-content {
		margin-top: 80px!important
	}
	.page #main-content figure.header-page {
		margin: 0 -15px 15px!important
	}
}

@media(max-width:767px) {
	.login-box .container {
		padding-top: 0px;
	}
	.login-box .container a {
		font-size: 20px;
		border-radius: 15px;
		box-shadow: none!important;
	}
	.box-shadow {
		box-shadow: none!important
	}
	.login-box {
		margin-top: -40%
	}
	.login-box .container a {
		margin-top: 15px
	}
}

@media(max-width:720px) {
	.login-box {
		margin-top: -50%
	}
	.bg-main {
		background-size: 130%;
		background: #ffffff;
	}
}

@media(max-width:580px) {
	#main-content .container {
		padding-top: 0
	}
	#main-content .container .bg-content-main .content-main {
		padding: 0px 15px;
		margin: 0px -10px -10px;
		border-radius: 0 0 30px 30px;
	}
	.bg-bottom-slider {
		height: 100px
	}
	.login-box {
		margin-top: -25%;
		margin-left: 20px;
		margin-right: 20px;
	}
	.login-box header img {
		width: 85%;
		height: auto
	}
	#main-content .container .bg-content-main {
		padding: 40px 10px 15px;
		background: #f9f9f9;
		box-shadow: none!important
	}
	.bg-content-main figure {
		display: none
	}
	.slider .carousel-item {
		padding-top: 35px
	}
	.carousel-item img {
		max-width: 140%;
		margin-left: -20%;
		margin-right: -20%
	}
	#main-footer {
		display: none
	}
	.slider {
		background-size: cover;
	}
	#main-content .container .promotion {
		padding: 0;
		margin-top: 15px;
	}
}

#main-content .container .news {
	padding: 30px 15px;
	overflow: hidden;
}

#main-content .container .news article ul li {
	padding: 5px 0
}

#main-content .container .news article ul li header h3 a {
	font-size: 16px
}

#main-content .container .news article ul li img {
	width: 120px;
	height: 80px
}

.content-main {
	font-size: 22px
}

.login-box label {
	display: none
}

.login-box input {
	margin-top: 15px
}

.page #main-content {
	margin-top: -15%
}

#main-content .container .why-us {
	padding: 30px 15px
}

#main-content .container .why-us img {
	margin: 15px 0
}

.page #main-content {
	margin-top: 50px!important
}


}

#games {
	display: block;
	width: 100%;
	margin: 0px;
}
#games #games-filters {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 25px;
	margin: 25px 0;
}
#games #games-filters ul {
	padding: 0;
	border-radius: 50px;
	overflow: hidden;
	margin: 0;
}
#games #games-filters ul:before {
	overflow: hidden;
}
#games #games-filters li {
	float: left;
	border-radius: 50px;
	margin: 0 5px;
	cursor: pointer;
	display: inline-block;
	padding: 10px 45px;
	font-size: 30px;
	line-height: 1;
	color: #ffffff;
	background-color: #fcd3a5;
	transition: all 0.3s ease-in-out;
}
#games #games-filters li:last-child {
	border-right: none;
}
#games #games-filters li:hover,
#games #games-filters li.filter-active {
	color: #fff;
	border: transparent;
	background: #fcd3a5;
	background: -moz-linear-gradient(top, #fcd3a5 0%, #d83c3d 100%);
	background: -webkit-linear-gradient(top, #fcd3a5 0%, #d83c3d 100%);
	background: linear-gradient(to bottom, #fcd3a5 0%, #d83c3d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcd3a5', endColorstr='#d83c3d', GradientType=0);
}
#games .games-item {
	text-align: center;
	position: relative;
	float: left;
	width: calc(20% - 10px);
	margin: 5px;
}
@media (max-width: 767px) {
	#games #games-filters {
		width: 100%;
		margin: 0;
		text-align: center;
	}
	
	#games #games-filters ul {
		width: 100%;
	}
	
	#games #games-filters li {
		padding: 10px;
		font-size: 22px;
		width: 33.33%;
		margin: 0;
	}
	
	#games .games-item {
		text-align: center;
		width: calc(50% - 10px);
		margin: 5px;
	}
}
#games .games-item .games-wrap {
	overflow: hidden;
	position: relative;
	margin: 0;
}
#games .games-item .games-wrap .games-info {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 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;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
	opacity: 0;
	transition: 0.2s linear;
	padding-top: 20px;
}
#games .games-item .games-wrap .games-info h4 {
	font-size: 28px;
	font-weight: 400;
	color: #ffffff;
	-webkit-background-clip: text;
	-webkit-text-fill-color: #ffffff;
}
#games .games-item .games-wrap:hover img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	transition-duration: 0.5s;
	opacity: 0.9;
}
#games .games-item .games-wrap:hover .games-info {
	opacity: 1;
}
@media (max-width: 767px) {
	#games.games-item .games-wrap .games-info h4 {
		font-size: 16px;
	}
}
.btn-play {
	padding: 5px 15px;
	font-size: 24px;
	margin-top: 15px;
	text-align: center;
	border-radius: 10px;
	color: #fff;
	border: transparent;
	background: #fcd3a5;
	background: -moz-linear-gradient(top, #fcd3a5 0%, #d83c3d 100%);
	background: -webkit-linear-gradient(top, #fcd3a5 0%, #d83c3d 100%);
	background: linear-gradient(to bottom, #fcd3a5 0%, #d83c3d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcd3a5', endColorstr='#d83c3d', GradientType=0);
	box-shadow: 4px 4px 12px 2px rgba(0, 0, 0, .35);
}
@media (max-width: 767px) {
	.btn-play {
		margin-top: 0px;
	}
}
.btn-play:hover {
	color: #fff;
	background: #d83c3d;
	background: -moz-linear-gradient(top, #d83c3d 0%, #fcd3a5 100%);
	background: -webkit-linear-gradient(top, #d83c3d 0%, #fcd3a5 100%);
	background: linear-gradient(to bottom, #d83c3d 0%, #fcd3a5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d83c3d', endColorstr='#fcd3a5', GradientType=0);
}
.text-line {
	color: #ffffff;
	font-size: 40px;
}
.text-line i {
	font-size: 44px;
	padding-right: 10px;
}
.text-line:hover {
	    color: #ff9a96;
}
.btn-login {
    min-width: 125px;
	color: #fff;
	border: transparent;
	background: #a699ff;
	background: -moz-linear-gradient(top, #a699ff 0%, #2681ab 100%);
	background: -webkit-linear-gradient(top, #a699ff 0%, #2681ab 100%);
	background: linear-gradient(to bottom, #a699ff 0%, #2681ab 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a699ff', endColorstr='#2681ab', GradientType=0);
}
.btn-login:hover {
	color: #fff;
	background: #2681ab;
	background: -moz-linear-gradient(top, #2681ab 0%, #a699ff 100%);
	background: -webkit-linear-gradient(top, #2681ab 0%, #a699ff 100%);
	background: linear-gradient(to bottom, #2681ab 0%, #a699ff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2681ab', endColorstr='#a699ff', GradientType=0);
}
.btn-register {
    min-width: 125px;
	color: #fff;
	border: transparent;
	background: #fcd3a5;
	background: -moz-linear-gradient(top, #fcd3a5 0%, #d83c3d 100%);
	background: -webkit-linear-gradient(top, #fcd3a5 0%, #d83c3d 100%);
	background: linear-gradient(to bottom, #fcd3a5 0%, #d83c3d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcd3a5', endColorstr='#d83c3d', GradientType=0);
}
.btn-register:hover {
	color: #fff;
	background: #d83c3d;
	background: -moz-linear-gradient(top, #d83c3d 0%, #fcd3a5 100%);
	background: -webkit-linear-gradient(top, #d83c3d 0%, #fcd3a5 100%);
	background: linear-gradient(to bottom, #d83c3d 0%, #fcd3a5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d83c3d', endColorstr='#fcd3a5', GradientType=0);
}
.btn-contact {
	color: #fff;
	border: transparent;
	background: #00f40c;
	background: -moz-linear-gradient(top, #00f40c 0%, #00c300 39%, #00c300 100%);
	background: -webkit-linear-gradient(top, #00f40c 0%, #00c300 39%, #00c300 100%);
	background: linear-gradient(to bottom, #00f40c 0%, #00c300 39%, #00c300 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f40c', endColorstr='#00c300', GradientType=0);
}
.btn-contact:hover {
	color: #fff;
	background: #00c300;
	background: -moz-linear-gradient(top, #00c300 1%, #00c300 61%, #00f40c 100%);
	background: -webkit-linear-gradient(top, #00c300 1%, #00c300 61%, #00f40c 100%);
	background: linear-gradient(to bottom, #00c300 1%, #00c300 61%, #00f40c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c300', endColorstr='#00f40c', GradientType=0);
}

/* Contact Section
--------------------------------*/
.contact-info {
	margin-bottom: 15px;
	margin: 25px 0;
}
@media (max-width: 767px) {
	.contact-info {
		margin-bottom: 15px;
		margin: 15px 0;
		padding: 10px;
		border-bottom: 3px solid #314790;
	}
}
.contact-info__icon {
	margin-right: 5px;
}
.contact-info__icon i,
.contact-info__icon span {
	color: #314790;
	background: -moz-linear-gradient(top, #e2d392 0%, #9b7b4a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2d392', endColorstr='#9b7b4a', GradientType=0);
	font-size: 60px;
	line-height: 1;
}
.contact-info .media-body h3 {
	font-size: 2.2rem;
	margin-bottom: 0;
	line-height: 1;
}
.contact-info .media-body a {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1;
	color: #314790;
}
.qrcode {
	width: 50%;
    text-align: center;
    float: left;
    float: left;
    padding: 25px;
}

.qrcode p{
	margin: 5px 0;
}

.qrcode label{
	    font-size: 1.75rem;
    font-weight: bold;
    color: #8DA7E3;
}

.qrcode img {
	border-radius: 10px;
	border: 10px solid #ffffff;
	margin: 0 auto;
	margin-bottom: 10px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.431372549);
	-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.431372549);
	-moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.431372549);
	-o-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.431372549);
}
.download-left {
	float: left;
	width: calc(50% - 20px);
	margin: 10px;
	text-align: center;
}
.download-right {
	float: left;
	width: calc(50% - 20px);
	margin: 10px;
}
.install-box {
	margin-top: 25px;
}
.install-box h2 {
	    color: #8DA7E3;
    font-size: 1.75rem;
}
.dl-btn {
	width: 50%;
	float: left
}
.dl-btn label {
	line-height: 1;
	color: #8DA7E3;
}
.dl-btn img {
	margin-bottom: 20px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, .631372549);
	-webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, .631372549);
	-moz-box-shadow: 0 5px 20px rgba(0, 0, 0, .631372549);
	-o-box-shadow: 0 5px 20px rgba(0, 0, 0, .631372549);
}
@media only screen and (max-width: 767px) {
	.download-left {
		float: left;
		width: calc(100% - 20px);
		margin: 10px;
	}
	
	.download-right {
		float: left;
		width: calc(100% - 20px);
		margin: 10px;
	}
	
	.dl-btn {
		width: 100%;
		float: left
	}
	
	.download-block {
		width: calc(100% - 20px);
		padding: 0 10px;
		margin: 10px
	}
	
	.qrcode {
		width: 100%;
	}
}


.download {
	padding: 15px;
}

.navbar-nav {
    margin-left: 115px;
}

.navbar-brand {
    width: 95px;
    padding-top: 5px;
}