body {
	font-family: 'Montserrat', sans-serif;
	background-color: #F2F4F4;
}

@media screen and (max-width: 767px) {
	.navbar-custom .navbar-nav>li>a {
		text-align: center;
	}
	.dropdown-menu {
		text-align: center;
	}
	.dropdown-menu>li>a {
		color: #fff;
		font-size: 16px;
	}
	.dropdown-menu>li>a:hover,
	.dropdown-menu>li>a:focus {
		background-color: transparent;
		color: #fff;
	}
}

.navbar-custom .navbar-nav>li>a {
	color: #fff;
}

.navbar-custom .navbar-nav>.active>a {
	color: transparent;
	background-color: transparent;
}

.navbar-custom .navbar-nav>li>a:hover,
.navbar-custom .navbar-nav>li>a:focus,
.navbar-custom .navbar-nav>.active>a:hover,
.navbar-custom .navbar-nav>.active>a:focus,
.navbar-custom .navbar-nav>.open>a {
	text-decoration: none;
	background-color: transparent;
}

.navbar-custom .icon-bar {
	background-color: #fff;
}

.navbar-custom .navbar-toggle {
	background-color: transparent;
}

.navbar-nav>.active>a {
	background-color: #fff;
}

.navbar-custom {
	background: transparent;
	border-color: transparent;
}

.navbar-custom .navbar-nav>li>a {
	color: #fff;
	font-size: 16px;
}

.navbar-custom .navbar-brand {
	color: #fff;
	font-size: 30px;
}

.navbar {
	min-height: 80px;
}

.navbar-brand {
	padding-top: 21px;
	height: 80px;
	line-height: 60px;
}

.navbar-toggle {
	/* (80px - button height 34px) / 2 = 23px */
	margin-top: 23px;
	padding: 9px 10px !important;
}

@media (min-width: 768px) {
	.navbar-nav>li>a {
		/* (80px - line-height of 27px) / 2 = 26.5px */
		padding-top: 26.5px;
		padding-bottom: 26.5px;
		line-height: 27px;
	}
}

input[type="text"][disabled] {
   background-color: #fff;
}

/* width */

::-webkit-scrollbar {
	width: 5px;
}


/* Track */

::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px grey;
	border-radius: 0px;
}


/* Handle */

::-webkit-scrollbar-thumb {
	background: #FF4B7C;
	border-radius: 0px;
}

.well {
	background-color: #fff;
}

.well_hero {
	font-size: 24px;
	text-align: center;
	padding-bottom: 5px;
}

.well_des {
	font-size: 13px;
	padding-top: 15px;
	padding-bottom: 10px;
	text-align: center;
	color: #777;
}

.well_hero_top {
	font-size: 18px;
}

.approve_button {
	background-color: #BDFFB7;
	border: none;
	border-radius: 5px;
	color: #129400;
	padding: 3px 6px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 13px;
}

.decline_button {
	background-color: #FDC3C3;
	border: none;
	border-radius: 5px;
	color: #CF0000;
	padding: 3px 6px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 13px;
}

label {
	font-size: 16px;
	font-weight: 400;
	padding-bottom: 10px;
	padding-top: 10px;
}

tr,
th {
	font-size: 12.5px;
}

.select_game_icon1 {
	float: left;
	width: 60%;
	padding: 2px;
}

.select_game_icon2 {
	float: left;
	width: 40%;
	padding: 2px;
}

.checkout_card {
	height: 520px;
	border: 1px solid #ccc;
}

.confirm_payment {
	background-color: #00A6FF;
	border: none;
	border-radius: 5px;
	color: white;
	padding: 4px 40px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 14px;
}

.submit_button {
	background: linear-gradient(to bottom right, #9900cc 0%, #cc0099 100%);
	border: none;
	border-radius: 5px;
	color: white;
	padding: 12px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 18px;
}

.backend_button {
	background-color: #5728a8;
	border: none;
	border-radius: 5px;
	color: white;
	padding: 7px 14px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 14px;
}

.mobile_button{
	background-color: #fff;
	border: 1px solid #5728a8;
	border-radius: 5px;
	color: white;
	padding: 3px 11px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 12px;
}

.buy_now_button {
	background-color: #6AB917;
	border: none;
	border-radius: 5px;
	color: white;
	padding: 12px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 18px;
}

.register_button {
	background: linear-gradient(to bottom right, #9900cc 0%, #ff6600 100%);
	border: none;
	border-radius: 5px;
	color: white;
	padding: 20px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 24px;
}

.signin_button {
	background: linear-gradient(to bottom right, #009933 0%, #6AB917 100%);
	border: none;
	border-radius: 5px;
	color: white;
	padding: 20px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 24px;
}

#error_message {
	color: red;
}

#success_message {
	color: green;
}

.alert_text {
	font-size: 18px;
}

.trc {
	background-color: #FFFF00;
}

.affiliate_tr {
	font-size: 16px;
	font-weight: 400;
}

.hero_text {
	font-size: 48px;
	color: #fff;
	font-weight: bold;
	padding-top: 180px;
	padding-bottom: 50px;
}

.hero_des_text {
	font-size: 22px;
	color: #fff;
}

.button_p {
	padding-top: 50px;
	text-align: center;
}

#home {
	height: 100vh;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(images/bg.jpg);
}

#features {
	padding-top: 90px;
	padding-bottom: 90px;
}

#plans {
	padding-bottom: 90px;
}

.overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #080d15;
	opacity: .5;
}

.hero_1 {
	font-size: 30px;
	text-align: center;
	font-weight: bold;
	padding-top: 90px;
}

.des_1 {
	font-size: 16px;
	text-align: center;
	color: #777;
	padding-bottom: 90px;
}

.iconn {
	font-size: 30px;
}

.iconn_hero {
	font-size: 20px;
	font-weight: bold;
	color: #555;
}

.iconn_des {
	font-size: 16px;
	color: #777;
}

.decline_button1{
	background-color: #fff;
	border: 1px solid #CF0000;
	border-radius: 5px;
	color: #CF0000;
	padding: 2px 15px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 13px;
}

.approve_button1{
	background-color: #129400;
	border: none;
	border-radius: 5px;
	color: #fff;
	padding: 3px 15px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 13px;
}

.disabled_button{
	background-color: #D5D8DC;
	border: none;
	border-radius: 5px;
	color: #555;
	padding: 3px 6px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 13px;
}

@media screen and (max-width: 600px) {

	.decline_button1{
		background-color: #fff;
		border: 1px solid #CF0000;
		border-radius: 5px;
		color: #CF0000;
		padding: 2px 12px;
		text-align: center;
		text-decoration: none;
		display: inline-block;
		font-size: 11px;
	}

	.approve_button1{
		background-color: #129400;
		border: none;
		border-radius: 5px;
		color: #fff;
		padding: 3px 12px;
		text-align: center;
		text-decoration: none;
		display: inline-block;
		font-size: 11px;
	}


	.hero_text {
		font-size: 22px;
		color: #fff;
		font-weight: 400;
		padding-top: 180px;
		padding-bottom: 20px;
	}
	.hero_des_text {
		font-size: 15px;
		color: #fff;
	}
	.button_p {
		padding-top: 85px;
		text-align: center;
	}
	.register_button {
		background: linear-gradient(to bottom right, #9900cc 0%, #ff6600 100%);
		border: none;
		border-radius: 5px;
		color: white;
		padding: 12px 32px;
		text-align: center;
		text-decoration: none;
		display: inline-block;
		font-size: 16px;
	}
	.signin_button {
		background: linear-gradient(to bottom right, #009933 0%, #00ff00 100%);
		border: none;
		border-radius: 5px;
		color: white;
		padding: 12px 32px;
		text-align: center;
		text-decoration: none;
		display: inline-block;
		font-size: 16px;
	}
	.navbar-custom {
		background: linear-gradient(to bottom, #5728a8 0%, #5728a8 100%);
		border-color: #5728a8;
	}
	.navbar-custom .navbar-nav>li>a {
		color: #fff;
		font-size: 14px;
	}
	.iconn {
		font-size: 30px;
		text-align: center;
	}
	.iconn_hero {
		font-size: 20px;
		font-weight: bold;
		color: #555;
		text-align: center;
	}
	.iconn_des {
		font-size: 16px;
		color: #777;
		text-align: center;
	}
	.des_1 {
		font-size: 14px;
		text-align: center;
		color: #777;
		padding-bottom: 90px;
	}
	.register-image,
	.login-image {
		display: none;
	}
	.icon_din {
		padding-top: 50px;
	}
	#features {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	#plans {
		padding-bottom: 30px;
	}

	tr,
	th {
		font-size: 11px;
	}

	.affiliate_tr {
		font-size: 13px;
		font-weight: 400;
	}

	.mobile_button{
		background-color: #fff;
		border: 1px solid #5728a8;
		border-radius: 5px;
		color: white;
		padding: 2px 8px;
		text-align: center;
		text-decoration: none;
		display: inline-block;
		font-size: 12px;
	}

}

.panel {
	text-align: center;
}

.panel:hover {
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4), 0 1px 5px rgba(130, 130, 130, 0.35);
}

.panel-body {
	padding: 0px;
	text-align: center;
}

.the-price {
	background-color: rgba(220, 220, 220, .17);
	box-shadow: 0 1px 0 #dcdcdc, inset 0 1px 0 #fff;
	padding: 20px;
	margin: 0;
}

.the-price h1 {
	line-height: 1em;
	padding: 0;
	margin: 0;
}

.subscript {
	font-size: 25px;
}


/* CSS-only ribbon styles    */

.cnrflash {
	/*Position correctly within container*/
	position: absolute;
	top: -9px;
	right: 4px;
	z-index: 1;
	/*Set overflow to hidden, to mask inner square*/
	overflow: hidden;
	/*Set size and add subtle rounding  		to soften edges*/
	width: 100px;
	height: 100px;
	border-radius: 3px 5px 3px 0;
}

.cnrflash-inner {
	/*Set position, make larger then 			container and rotate 45 degrees*/
	position: absolute;
	bottom: 0;
	right: 0;
	width: 145px;
	height: 145px;
	-ms-transform: rotate(45deg);
	/* IE 9 */
	-o-transform: rotate(45deg);
	/* Opera */
	-moz-transform: rotate(45deg);
	/* Firefox */
	-webkit-transform: rotate(45deg);
	/* Safari and Chrome */
	-webkit-transform-origin: 100% 100%;
	/*Purely decorative effects to add texture and stuff*/
	/* Safari and Chrome */
	-ms-transform-origin: 100% 100%;
	/* IE 9 */
	-o-transform-origin: 100% 100%;
	/* Opera */
	-moz-transform-origin: 100% 100%;
	/* Firefox */
	background-image: linear-gradient(90deg, transparent 50%, rgba(255, 255, 255, .1) 50%), linear-gradient(0deg, transparent 0%, rgba(1, 1, 1, .2) 50%);
	background-size: 4px, auto, auto, auto;
	background-color: #aa0101;
	box-shadow: 0 3px 3px 0 rgba(1, 1, 1, .5), 0 1px 0 0 rgba(1, 1, 1, .5), inset 0 -1px 8px 0 rgba(255, 255, 255, .3), inset 0 -1px 0 0 rgba(255, 255, 255, .2);
}

.cnrflash-inner:before,
.cnrflash-inner:after {
	/*Use the border triangle trick to make  				it look like the ribbon wraps round it's 				container*/
	content: " ";
	display: block;
	position: absolute;
	bottom: -16px;
	width: 0;
	height: 0;
	border: 8px solid #800000;
}

.cnrflash-inner:before {
	left: 1px;
	border-bottom-color: transparent;
	border-right-color: transparent;
}

.cnrflash-inner:after {
	right: 0;
	border-bottom-color: transparent;
	border-left-color: transparent;
}

.cnrflash-label {
	/*Make the label look nice*/
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	padding-bottom: 5px;
	color: #fff;
	text-shadow: 0 1px 1px rgba(1, 1, 1, .8);
	font-size: 0.95em;
	font-weight: bold;
	text-align: center;
}

.footer {
	height: 100px !important;
	background-color: #474747;
	color: #fff;
	font-size: 13px;
}

.row-footer {
	padding-top: 20px;
}

.header {
	background-color: #5728a8;
	height: 80px;
}

.page_hero {
	font-size: 26px;
	padding-top: 30px;
}

.page_des {
	font-size: 18px;
	color: #666;
	padding-bottom: 30px;
}

.register-image {
	padding-top: 100px;
}

.login-image {
	padding-top: 80px;
}
