form {
  margin-bottom: 0px !important;
}
.ppv-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000000cc;
    z-index: 5;
    top: 0;
    left: 0;
    /* background-image: url("https://edge-80-252-162-14-se-iponly-dch.solidtango.com/cache/thumbnail/carousel/thumb_zit0nwwz_011.jpg?cb=4850f83ee736e5cd8331e7ae1079da68");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; */
}

.ppv-overlay .btn {
    font-size: 12px;
    width: 300px;
    display: inline-block;
    margin: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.centered-table {
    position: relative;
    width: 100%;
    height: 100%;
    display: table;
}
.centered-table .centered-table-cell {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}


.centered-outer {
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%
}

.centered-outer .centered-table {
	position: relative;
	width: 100%;
	height: 100%;
	display: table
}

.centered-outer .centered-table .centered-table-cell {
	display: table-cell;
	vertical-align: middle;
	text-align: center
}

.centered-outer .centered-table .centered-table-cell .centered-element {
	margin: 0 auto;
	left: 0;
	right: 0
}

.countdown-timer.overlay .countdown-background {
    display: inline-block;
    background: #fff;
    background: rgba(255,255,255,0.6);
    border-top: 1px solid #EEE;
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #999;
    -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 8px 6px -6px black;
    padding: 10px;
}

.rounded {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.countdown-timer.overlay .countdown-background ul.countdown {
    list-style: none;
    margin: 0;
    line-height: 0;
    padding-left: 0;
}

.countdown-timer.overlay .countdown-background ul.countdown li:first-child {
    margin-left: 0;
    margin-right: 3px;
}

#countdown-overlay-wrapper {
	width: 100%;
	height: 100%
}

.countdown-timer.overlay .countdown-background {
	display: inline-block;
	background: #fff;
	background: rgba(255, 255, 255, 0.6);
	border-top: 1px solid #EEE;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #999;
	-webkit-box-shadow: 0 8px 6px -6px black;
	-moz-box-shadow: 0 8px 6px -6px black;
	box-shadow: 0 8px 6px -6px black;
	padding: 10px
}

.countdown-timer.overlay .countdown-background .countdown-in-text {
	font-size: 30px;
	line-height: 30px;
	font-weight: 800;
	color: #FFF;
	text-shadow: 1px 1px #222;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, 0.9)
}

.countdown-timer.overlay .countdown-background ul.countdown {
	list-style: none;
	margin: 0;
	line-height: 0;
	padding-left: 0
}

.countdown-timer.overlay .countdown-background ul.countdown li {
	display: inline-block;
	color: #FFF;
	font-size: 40px;
	line-height: 40px;
	position: relative;
	overflow: hidden
}

.countdown-timer.overlay .countdown-background ul.countdown li .number,
.countdown-timer.overlay .countdown-background ul.countdown li .colon {
	position: relative
}

.countdown-timer.overlay .countdown-background ul.countdown li .number {
	padding: 10px 0
}


.countdown-timer.overlay .countdown-background ul.countdown li.num {
	background: #000000;
	background: -moz-linear-gradient(top, #000 0%, #232323 3%, #4c4c4c 50%, #232323 97%, #000 100%);
	background: -webkit-linear-gradient(top, #000 0%, #232323 3%, #4c4c4c 50%, #232323 97%, #000 100%);
	background: linear-gradient(to bottom, #000 0%, #232323 3%, #4c4c4c 50%, #232323 97%, #000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0);
	-moz-box-shadow: inset 0 0 5px #000000;
	-webkit-box-shadow: inset 0 0 5px #000000;
	box-shadow: inset 0 0 5px #000000;
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	padding: 0 10px
}

.countdown-timer.overlay .countdown-background ul.countdown li.col {
	text-shadow: 1px 1px #FFF;
	color: #000;
	padding: 10px 0
}

.countdown-timer.overlay .countdown-background ul.countdown li:first-child {
	margin-left: 0;
	margin-right: 3px
}

.countdown-timer.overlay .countdown-background ul.countdown li {
	margin-right: 3px;
	margin-left: 3px
}

.countdown-timer.overlay .countdown-background ul.countdown li:last-child {
	margin-right: 0;
	margin-left: 3px
}

.countdown-timer.overlay .countdown-background ul.countdown li.col {
	margin-left: 0;
	margin-right: 0
}


@media (max-width: 670px) {
	.countdown-timer.overlay .countdown-background {
		padding: 7px
	}
	.countdown-timer.overlay .countdown-background ul.countdown li {
		font-size: 30px;
		line-height: 30px
	}
	.countdown-timer.overlay .countdown-background ul.countdown li .number {
		padding: 7px 0
	}
	.countdown-timer.overlay .countdown-background ul.countdown li.num {
		padding: 0 7px
	}
}

@media (max-width: 480px) {
	.countdown-timer.overlay .countdown-background {
		padding: 7px
	}
	.countdown-timer.overlay .countdown-background ul.countdown li {
		font-size: 20px;
		line-height: 20px
	}
	.countdown-timer.overlay .countdown-background ul.countdown li .number {
		padding: 7px 0
	}
	.countdown-timer.overlay .countdown-background ul.countdown li.num {
		padding: 0 7px
	}
	.countdown-timer.overlay .countdown-background ul.countdown li.col {
		padding: 7px 0
	}
}

@media (max-width: 360px) {
	.countdown-timer.overlay .countdown-background {
		padding: 5px
	}
	.countdown-timer.overlay .countdown-background ul.countdown li {
		font-size: 14px;
		line-height: 14px
	}
	.countdown-timer.overlay .countdown-background ul.countdown li .number {
		padding: 5px 0
	}
	.countdown-timer.overlay .countdown-background ul.countdown li.num {
		padding: 0 5px
	}
	.countdown-timer.overlay .countdown-background ul.countdown li.col {
		padding: 5px 0
	}
}





.btn {
	font-weight: 400;
	font-size: 12px;
	border-radius: 3px;
}

.btn i {
	margin-right: 3px;
}

.btn:focus {
	outline: 0;
	box-shadow: none;
}

.btn-default {
	background: linear-gradient(#fbfbfb,#dddddd);
}

.btn-default:focus{
	border: 1px solid #c7c7c7;
}

.btn-info {
	background: linear-gradient(#57bddb,#3197b5);
}


.btn-info:focus{
	border: 1px solid #57bddb;
}

.btn-primary{
	background: linear-gradient(#0083c9,#0043c6);
}

.btn-primary:focus{
	border: 1px solid #0083c9;
}

.btn-success {
	background: linear-gradient(#5fc15f,#4d9b4c);
}

.btn-success:focus{
	border: 1px solid #5fc15f;
}

.btn-danger {
	background: linear-gradient(#f56f6b,#ba352f);
}

.btn-danger:focus{
	border: 1px solid #f56f6b;
}

.btn-warning {
	background: linear-gradient(#f4ad49,#ee8d04);
}

.btn-warning:focus{
	border: 1px solid #f4ad49;
}

.btn-black {
	background: linear-gradient(#3f3f3f,#242424);
	color: #fff;
}

.btn-love,.btn-love:hover,.btn-love:focus,.btn-love:active {
	background: linear-gradient(#ff005e,#d2004d);
	color: #fff;
}

.btn-login,.btn-login:hover,.btn-login:focus,.btn-login:active {
	background: linear-gradient(#213552,#15253c);
	color: #fff;
}

.btn-black:hover,.btn-black:focus,.btn-black:active {
	background: linear-gradient(#3f3f3f,#242424);
	color: #fff;
}

.btn:hover {
	opacity: 0.9;
}

.btn-req-dwnld {
	height: 26px;
	position: relative;
	float: left;
	font-weight: 400;
	top: 1px;
	border: 1px solid #ccc;
	background: linear-gradient(#fdfdfd,#ccc);
    padding: 2px 5px;
    margin: 0 !important;
}

.square {
	border-radius: 0;
}

.btn-sm {
	padding: 3px 10px;
	font-size: 12px;
}

.btn-80 {
	min-width: 80px;
}

.login-dv .btn {
height: 38px;
}

/*
*Switch
*/

.switch-o {
	position: relative;
	display: inline-block;
	width: 54px;
	height: 20px !important;
	top: 10px;
	left: 50px;
}

.switch-o input {
	display:none;
}

.switch-o .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ca2222;
	-webkit-transition: .4s;
	transition: .4s;
}

.switch-o .slider:before {
	position: absolute;
	content: "";
	height: 24px;
	width: 24px;
	left: -2px;
	bottom: -2px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
	box-shadow: 0 0 5px #000;
}

.switch-o input:checked + .slider {
	background-color: #2ab934;
}

.switch-o input:focus + .slider {
	box-shadow: 0 0 1px #2196F3;
}

.switch-o input:checked + .slider:before {
	-webkit-transform: translateX(34px);
	-ms-transform: translateX(34px);
	transform: translateX(34px);
}

.switch-o .on
{
	display: none;
}

.switch-o .on
{
	color: white;
	position: absolute;
	transform: translate(-50%,-50%);
	top: 45%;
	left: 18px;
	font-size: 12px;
	font-family: inherit;
}

.switch-o .off
{
	color: white;
	position: absolute;
	transform: translate(-50%,-50%);
	top: 45%;
	right: -5px;
	font-size: 12px;
	font-family: inherit;
}

.switch-o input:checked+ .slider .on{
	display: block;
}

.switch-o input:checked + .slider .off{
	display: none;
}

.switch-o .slider.round {
	border-radius: 34px;
	height: 20px !important;
}

.switch-o .slider.round:before {
	border-radius: 50%;
}

.btn-live,.btn-live:hover,.btn-live:focus {
	color: #f3f3f3;
	float: right;
	font-size: 12px;
	padding: 5px;
	text-decoration: none;
	text-transform: uppercase;
}

.btn-live .liv {
	color: #ff0000;
	font-size: 8px;
	position: relative;
	top: -1px;
	margin-right: 2px;
}

.fp-dv .btn {
	float: left;
	border-radius: 0;
	width: 60px;
	background: none;
	z-index: 5;
	cursor: pointer;
	position: relative;
	text-transform: uppercase;
}

.fp-dv .active {
	background: #008800;
	color: #fff;
}

.fp-dv2 .btn {
	float: left;
	border-radius: 0;
	width: 60px;
	background: none;
	z-index: 5;
	cursor: pointer;
	position: relative;
	text-transform: uppercase;
}

.sel-btn {
	background: #5ebd5d;
	position: absolute;
	top: 0;
	left: 0;
	width: 60px;
	height: 31px;
	z-index: 1;
	transition: all 0.4s;
}

.sel-btn2 {
	background: #223043;
	position: absolute;
	top: 0;
	left: 0;
	width: 60px;
	height: 31px;
	z-index: 1;
	transition: all 0.4s;
}
/*
.btn-free,.btn-free:hover {
	color: #fff;
}*/

.btn-free2,.btn-free2:hover {
	color: #fff;
}
