.btn-xl{
	font-size: 25px;
	display: inline-block;
	text-align: center;
}

.landing-container{
	max-width: 1000px;
}

.main-button{
	font-size: 30px;
}

.container-lg{
	max-width: 1300px;
}


.text-heading{
	line-height: 1;
	font-weight: 400;
}


@media (max-width: 640px) {
	.countdown-item{
		margin-right: 0;
		background: none;
		width: 100px;
	}
}

.countdown-item .display-2{
	line-height: 1;
}

.bg-light-gradient-top{
	background: linear-gradient(-180deg, rgba(249, 196, 48, 0.3) 0%, rgba(255, 255, 255, 0) 80%);
}

.bg-light-gradient-top-2{
	background: linear-gradient(-180deg, rgba(0, 0, 0, 11) 0%, rgba(255, 255, 255, 0) 80%);
}

.bg-light-gradient-top-3{
	background: linear-gradient(-180deg, rgba(168, 18, 21, 0.6) 0%, rgba(17, 18, 64, 1) 80%);
}

.video-container{
	width: 100%;
    position: relative;
}

.video-wrapper{
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}

.video-wrapper iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.block-video-player{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0.2;
}

.video-controls{
    position: absolute;
    top: 0;
    width: 100%;
    right: 0;
    bottom: 0;
    cursor: pointer;
}

.play-button{
    background: url('../img/play.jpg');
    background-size: 100%;
    width: 100%;
    height: 100%;
    text-indent: -9999em;
    border: 0;
    position: absolute;
    top: 0;
}

.pause-button{
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border: 0;
    opacity: 0;
    display: none;
    position: absolute;
}

.wrap-header{
	background: url('../images/background.jpg');
	background-size: normal;
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #000;
}


.btn3d{
	padding: 10px 26px;
	line-height: 1.3333333;
	border-radius: 6px;
	font-weight: bold;
}

.btn{
	display: inline-block;
	padding: 15px 25px;
	margin-bottom: 0;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	text-decoration: none;
	color: #000;
}

.btn3d {
	position: relative;
	border: 0;
	transition: all 40ms linear;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 2px;
	margin-right: 2px;
}

.btn3d:active:focus,
.btn3d:focus:hover,
.btn3d:focus {
	-moz-outline-style: none;
	outline: medium none;
}

.btn3d:active,
.btn3d.active {
	top: 2px;
}

.btn3d.btn-white {
	color: #666666;
	box-shadow: 0 0 0 1px #ebebeb inset, 0 0 0 2px rgba(255, 255, 255, 0.10) inset, 0 8px 0 0 #f5f5f5, 0 8px 8px 1px rgba(0, 0, 0, .2);
	background-color: #fff;
}

.btn3d.btn-white:active,
.btn3d.btn-white.active {
	color: #666666;
	box-shadow: 0 0 0 1px #ebebeb inset, 0 0 0 1px rgba(255, 255, 255, 0.15) inset, 0 1px 3px 1px rgba(0, 0, 0, .1);
	background-color: #fff;
}

.btn3d.btn-default {
	color: #666666;
	box-shadow: 0 0 0 1px #ebebeb inset, 0 0 0 2px rgba(255, 255, 255, 0.10) inset, 0 8px 0 0 #BEBEBE, 0 8px 8px 1px rgba(0, 0, 0, .2);
	background-color: #f9f9f9;
}

.btn3d.btn-default:active,
.btn3d.btn-default.active {
	color: #666666;
	box-shadow: 0 0 0 1px #ebebeb inset, 0 0 0 1px rgba(255, 255, 255, 0.15) inset, 0 1px 3px 1px rgba(0, 0, 0, .1);
	background-color: #f9f9f9;
}

.btn3d.btn-primary {
	box-shadow: 0 0 0 1px #417fbd inset, 0 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 8px 0 0 #4D5BBE, 0 8px 8px 1px rgba(0, 0, 0, 0.5);
	background-color: #4274D7;
}

.btn3d.btn-primary:active,
.btn3d.btn-primary.active {
	box-shadow: 0 0 0 1px #417fbd inset, 0 0 0 1px rgba(255, 255, 255, 0.15) inset, 0 1px 3px 1px rgba(0, 0, 0, 0.3);
	background-color: #4274D7;
}

.btn3d.btn-success-3d {
	box-shadow: 0 0 0 1px #31c300 inset, 0 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 8px 0 0 #5eb924, 0 8px 8px 1px rgba(0, 0, 0, 0.5);
	background-color: #78d739;
}

.btn3d.btn-success-3d:active,
.btn3d.btn-success-3d.active {
	box-shadow: 0 0 0 1px #30cd00 inset, 0 0 0 1px rgba(255, 255, 255, 0.15) inset, 0 1px 3px 1px rgba(0, 0, 0, 0.3);
	background-color: #78d739;
}

.btn3d.btn-success-3d:hover{
	color: #FFF;
}

.btn3d.btn-info {
	box-shadow: 0 0 0 1px #00a5c3 inset, 0 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 8px 0 0 #348FD2, 0 8px 8px 1px rgba(0, 0, 0, 0.5);
	background-color: #39B3D7;
}

.btn3d.btn-info:active,
.btn3d.btn-info.active {
	box-shadow: 0 0 0 1px #00a5c3 inset, 0 0 0 1px rgba(255, 255, 255, 0.15) inset, 0 1px 3px 1px rgba(0, 0, 0, 0.3);
	background-color: #39B3D7;
}

.btn3d.btn-warning {
	box-shadow: 0 0 0 1px #d79a47 inset, 0 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 8px 0 0 #D79A34, 0 8px 8px 1px rgba(0, 0, 0, 0.5);
	background-color: #FEAF20;
}

.btn3d.btn-warning:active,
.btn3d.btn-warning.active {
	box-shadow: 0 0 0 1px #d79a47 inset, 0 0 0 1px rgba(255, 255, 255, 0.15) inset, 0 1px 3px 1px rgba(0, 0, 0, 0.3);
	background-color: #FEAF20;
}

.btn3d.btn-danger {
	box-shadow: 0 0 0 1px #b93802 inset, 0 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 8px 0 0 #AA0000, 0 8px 8px 1px rgba(0, 0, 0, 0.5);
	background-color: #D73814;
	color: #FFF;
}

.btn3d.btn-danger:active,
.btn3d.btn-danger.active {
	box-shadow: 0 0 0 1px #b93802 inset, 0 0 0 1px rgba(255, 255, 255, 0.15) inset, 0 1px 3px 1px rgba(0, 0, 0, 0.3);
	background-color: #D73814;
	color: #FFF;
}

.btn3d.btn-magick {
	color: #fff;
	box-shadow: 0 0 0 1px #9a00cd inset, 0 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 8px 0 0 #9823d5, 0 8px 8px 1px rgba(0, 0, 0, 0.5);
	background-color: #bb39d7;
}

.btn3d.btn-magick:active,
.btn3d.btn-magick.active {
	box-shadow: 0 0 0 1px #9a00cd inset, 0 0 0 1px rgba(255, 255, 255, 0.15) inset, 0 1px 3px 1px rgba(0, 0, 0, 0.3);
	background-color: #bb39d7;
}

body{
	padding-top: 50px;
}

.upsell{
	padding-top: 0;
}

.upsell .text-success{
	color: green !important;
}

.copy-text p{
	font-size: 17px;
}	

.copy-text small{
	font-size: 12px;
}	

.upsell .wrap-header{
	background: #2b2828;
}

.upsell-1 .wrap-header{
	background: #0b373c;
}

.toolbar{
	height: 65px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 2;
	text-align: center;
}

.toolbar .label{
	font-size: 16px;
	color: #FFF;
	margin-top: 20px;
	margin-right: 15px;
}

.tick{
	width: 175px;
	margin-top: 15px;
}

.tick-label{
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
	position: relative;
	top: 2px;
}

.pv{
	padding-top: 65px;
}

.tick-credits{
	display: none;
}

.tick-group{
	margin-right: 10px;
	text-align: center;
}

.tick-group:last-child{
	margin-right: 0;
}

@media (max-width: 840px) {
	.wrap-header{
		background: url(../images/background-mobile.jpg);
		text-align: center;
	}

	.upsell .wrap-header{
		text-align: justify;
	}

	.text-heading{
		font-size: 25px;
	}

	.text-sub-heading{
		font-size: 18px;
	}

	.text-sub-sub-heading{
		font-size: 16px;
	}

	.text-price{
		font-size: 62px;
	}

	body{
		padding-top: 65px;
	}

	.toolbar .label{
		font-size: 14px;
	}

	.tick{
		width: 180px;
		margin: 0 auto;
	}
}