-%%-////---/-.+/--+------/------/--0+--/-/-----.-----ÿÀ  ¥2" ÿÄ               ÿÄ J  	     ! 1AQ"aq2‘#BR‚¡ÁÑ3br’¢±Âð$CSƒ²á4c“%DsÓñÿÄ              ÿÄ *        !1AQa‘"2q3±ð#b¡ÿÚ   ? ¼QxJQaÍuò¸Zö Úü8,ÐÚú
"SSn<rçù–´âE—^ªBÖ9À\†¸ÔÁT­ÃÛ5
ëd´³Í#Ý;Þ38œî ¶H£M:wÎ3…³…âpÔF&‚FK¸9„â4àGEõªfÿ ‘ñ(ßw­pŽF|È¥ù®häðÍÑ¶¹‘[ÒinÙW¶ùñY˜Q{›K"išÒ[Ú8žë\F¹@-?v"ÔU”,ìöžkÿ {I‡£šÍ?e
ríV
..............................................................................................................................................................................
.............................................................................                                                  
                                                                                                                                                                                     ÿØÿà JFIF      ÿÛ „ 	 ( %!1!%)+//.383,7(-.+



-%%-////---/-.+/--+------/------/--0+--/-/-----.-----ÿÀ  ¥2" ÿÄ               ÿÄ J  	     ! 1AQ"aq2‘#BR‚¡ÁÑ3br’¢±Âð$CSƒ²á4c“%DsÓñÿÄ              ÿÄ *        !1AQa‘"2q3±ð#b¡ÿÚ   ? ¼QxJQaÍuò¸Zö Úü8,ÐÚú
"SSn<rçù–´âE—^ªBÖ9À\†¸ÔÁT­ÃÛ5
ëd´³Í#Ý;Þ38œî ¶H£M:wÎ3…³…âpÔF&‚FK¸9„â4àGEõªfÿ ‘ñ(ßw­pŽF|È¥ù®häðÍÑ¶¹‘[ÒinÙW¶ùñY˜Q{›K"išÒ[Ú8žë\F¹@-?v"ÔU”,ìöžkÿ {I‡£šÍ?e
ríV
..............................................................................................................................................................................
.............................................................................                                                  
                                                                                                                                                                                     PK       ! +  +    buttons.cssnu ̗        .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(#07abda,#0f7b9a);
    border-color: #0f94bb;
}


.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(#f70700,#a90800);
}

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

.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;
	color: #333;
}

.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: #223043;
	position: absolute;
	top: 0;
	left: 0;
	width: 60px;
	height: 31px;
	z-index: 1;
	transition: all 0.4s;
}

/*.fp-dv .btn-free {
	color: #fff;
}*/

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

.btn-paid3 {
	width: auto !important;
}

.btn-upload {
    padding: 4px 15px;
    margin-top: -7px;
}

.ppv-overlay .btn {
	position: relative;
	border: none;
	text-transform: uppercase;
	text-shadow: 2px 2px 5px #666;
	color: #f3f3f3;
}

.ppv-overlay .btn i {
	position: absolute;
	left: 8px;
	font-size: 14px;
	padding: 2px;
}

.ppv-overlay .btn-success {
	border-bottom: 3px solid #327332;
	padding-right: 100px;
    padding-left: 35px;
}

.ppv-overlay .btn-success::before {
	content:"";
	width: 30px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #488848;
	color: #fff;
	border-radius: 4px 0 0 4px;
}

.ppv-overlay .btn-info {
	border-bottom: 3px solid #10637b;
}

.ppv-overlay .btn-info::before {
	content:"";
	width: 30px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #2c86a0;
	color: #fff;
	border-radius: 3px 0 0 3px;
}

.ppv-overlay .btn-primary {
	border-bottom: 3px solid #11459a;
}

.ppv-overlay .btn-primary::before {
	content:"";
	width: 30px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #134fb1;
	color: #fff;
	border-radius: 3px 0 0 3px;
}

/*.fp-dv .btn-free,.fp-dv .btn-free:hover {
	color: #fff;
}*/

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

.btn-playlist {
	padding: 3px 10px;
	border-radius: 0;
	background: none;
	color: #ccc;
	border: 1px solid #ccc;
	margin-top: 5px;
	font-size: 12px;
	transition: all 0.4s;
}

.btn-playlist i {
	color: #cc0000;
}

.btn-playlist:hover {
	color: #fff;
	border-color: #cc0000;
}

.recent-heading .btn {
    font-size: 12px;
    width: 250px;
    display: inline-block;
}

.recent-heading .btn-success {
    border-bottom: 3px solid #327332;
}

.recent-heading .btn-success::before {
    content: "";
    width: 30px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #488848;
    color: #fff;
    border-radius: 4px 0 0 4px;
}

.recent-heading .btn-danger::before {
    content: "";
    width: 30px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #ab0700;
    color: #fff;
    border-radius: 4px 0 0 4px;
}

.recent-heading .btn {
    position: relative;
    border: none;
    text-transform: uppercase;
    text-shadow: 2px 2px 5px #666;
    color: #f3f3f3;
    white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: 500;
	padding-left: 4rem;
	padding-right: 8rem;
}

.recent-heading .btn i {
    position: absolute;
    left: 8px;
    font-size: 14px;
    padding: 2px;
}

.btn-price {
	position: absolute;
    top: 6px;
    right: 0;
    height: 60%;
    padding: 0 15px;
    border-left: 1px solid #b2ccb2;
}

/*
	Old Checkbox settings
*/

.vids-checkbox {
	display: none;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: absolute;
	bottom: 50%;
	transform: translate(-50%);
}

.vids-checkbox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.vids-checkbox .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: #eee;
	border: 1px solid #ccc;
}

.vids-checkbox:hover input ~ .checkmark {
	background-color: #ccc;
}

.vids-checkbox input:checked ~ .checkmark {
	border: 1px solid #00cc00;
}

.vids-checkbox .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.vids-checkbox input:checked ~ .checkmark:after {
	display: block;
}

.vids-checkbox .checkmark:after {
	left: 7px;
	top: 3px;
	width: 5px;
	height: 10px;
	border: solid #00cc00;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

#delete_sel {
	display: none;
}

/*
	Custom Radio
*/

.custom-radio {
	position: relative;
    padding-left: 20px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
}

.custom-radio i {
	font-size: 12px;
	color: #666;
}

.custom-radio input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

.custom-radio .checkmark {
	position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
}

.custom-radio:hover input ~ .checkmark {
	background-color: #ccc;
}

.custom-radio input:checked ~ .checkmark {
	background-color: #2cc185;
	border: 1px solid #2cc185;
}

.custom-radio .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.custom-radio input:checked ~ .checkmark:after {
	display: block;
}

.custom-radio .checkmark:after {
	top: 50%;
    left: 50%;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #fff;
    transform: translate(-50%, -50%);
}

/*
	New Checkbox settings
*/

.enable-multiselect {
	display: inline-block;
	margin-left: 10px;
	border-radius: 3px;
	position: relative;
	bottom: -2px;
}

.enable-multiselect .btn,
.enable-multiselect .btn:hover,
.enable-multiselect .btn:focus {
	border: none;
	border-radius: 0;
	margin: 0;
	display: inline;
	background: none;
	margin-left: -3px;
	margin-top: -3px;
	color: #337ab7;
	padding-left: 4px;
	font-size: 14px;
	font-weight: 500;
}

.multi-check {
	display: inline;
}

.text-green {
	color: #00cc00;
}

.enab-chb {
	padding-left: 30px !important;
}

.enab-chb .vids-checkbox {
	display: block;
}

#s_all,
#ds_all {
	display: none;
}

.action-dropdown {
	display: none;
}

/*
	Custom Radio Thumbnail
*/

.custom-radio-tick {
	display: block;
	position: relative;
	padding-left: 25px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	opacity: 0;
	transition: opacity 0.4s;
}

.custom-radio-tick i {
	font-size: 12px;
	color: #666;
}

.custom-radio-tick input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

.custom-radio-tick .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #eee;
}

.custom-radio-tick:hover input ~ .checkmark {
	background-color: #ccc;
}

.custom-radio-tick input:checked ~ .checkmark {
	background-color: #2196F3;
}

.custom-radio-tick .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.custom-radio-tick input:checked ~ .checkmark:after {
	display: block;
}

.custom-radio-tick .checkmark:after {
	left: 10px;
	top: 6px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.login-modal .btn-facebook,
.login-modal .btn-facebook:hover,
.login-modal .btn-facebook:focus {
	background: #3b5998;
	color: #fff;
	font-size: 12px !important;
	position: relative;
	height: auto;
}

.login-modal .btn-facebook i {
	position: absolute;
    left: 0;
    top: 0;
    background: #253f77;
    padding: 9px 13px;
} PK       ! *)<>  <>    style_user.cssnu ̗        @import url('https://fonts.googleapis.com/css?family=Poppins:200,200i,300,300i,400,400i,500,500i,600,600i&display=swap');

body{
    font-family: 'Poppins', sans-serif !important;
    font-size: 13px;
	background: #f7f7f7;
	padding-bottom: 40px;
}

.user-header{
	background: linear-gradient(0deg, #140131, #330863);
	margin-bottom: 3rem;
}

.user-header .logo-dv{
	height: 40px;
	float: left;
	margin: 1rem 0;
}

.logo-dv img{
	height: 100%;
}

.user-header .profile{
	float: right;
}

.profile {
	display: table;
}

.profile img{
	width: 30px;
}

.profile a{
	color: #fff;
	cursor: pointer;
	padding: 1.5rem;
	display: table-cell;
	vertical-align: middle;
}

.profile a:hover{
	text-decoration: none;
}

.profile i{
	font-size: 20px;
    margin-top: 0.5rem;
    float: right;
    margin-left: 5px;
}

.profile .dropdown-menu {
	right: 0;
	left: auto;
	top: 40px;
}

.pic-dv {
    background-color: #fff;
    box-shadow: 2px 2px 5px #ccc;
    float: left;
    width: 100%;
    min-height: 560px;
    margin-bottom: 2rem;
}

.profile-pic{
	padding: 3rem;
	background: #230449;
	text-align: center;
	color: #fff;
}

.profile-pic label {
	font-weight: 400;
	font-size: 16px;
	margin-top: 5px;
}

.pic-circle{
	width: 120px;
	height: 120px;
	background: #ccc;
	margin: auto;
	border-radius: 50%;
	overflow: hidden;
}

.pic-circle img{
	width: 100%;
}

.edit-menu a {
    padding: 1.3rem 2rem;
    background-color: #fff;
    float: left;
    width: 100%;
    color: #666;
    transition: all 0.4s;
    border-bottom: 1px solid #f3f3f3;
}

.edit-menu a:hover {
	text-decoration: none;
    background-color: #f3f3f3;
    transition: all 0.4s;
}

.edit-menu .active {
    background-color: #f3f3f3;
}

.edit-menu a i {
    margin-right: 5px;
}

.overview {
	background-color: #fff;
    box-shadow: 2px 2px 5px #ccc;
    border: 1px solid #f3f3f3;
    padding: 1.5rem;
    float: left;
    width: 100%;
    margin-bottom: 2rem;
    min-height: 170px;
}

.heading{
	font-weight: 400;
	font-size: 18px;
	border-bottom: 1px solid #f3f3f3;
	padding-bottom: 1rem;
	float: left;
	width: 100%;
    margin-top: 5px;
    margin-bottom: 2rem;
}

.overview label{
	margin: 0;
	font-weight: 500;
	color: #000;
}

.overview span{
	color: #333;
}

.overview .form-group {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

.overview .table-responsive{
	float: left;
	width: 100%;
}

.mb-3{
	margin-bottom: 3rem;
}

/*
	/*Footer
*/

.footer{
	padding: 1rem;
	text-align: center;
	border-top: 1px solid #ccc;
	font-size: 12px;
	position: fixed;
    bottom: 0;
    width: 100%;
    background: #fff;
    z-index: 999;
}

.dropdown-menu i{
	font-size: 14px;
    float: none;
    margin: 0;
}

.form-contr {
    width: 100%;
    height: 38px;
    border: none;
    border-bottom: 1px solid #f3f3f3;
    /*padding: 15px;*/
}

.form-contr:focus {
    border-bottom: 1px solid #2f323e;
    outline: none;
}

.notf p{
	font-size: 12px;
}

.edit-prof {
    margin: auto;
    width: 90%;
    padding: 2rem;
}

.edit-prof label {
	margin-top: 8px;
}

/*----------------------
		btn Style
----------------------*/

.btn-blue {
	display: inline-block;
	padding: .75rem 2rem;
	background: none;
	color: #2f323e;  
	position: relative;
	transition:color 0.25s ease;
	border: 1px solid #2f323e;
	z-index: 5;
	cursor: pointer;
}

.btn-blue:hover {
	color: #fff;
}

.btn-blue::after {
	position: absolute;
	content: '';
	top:0;
	left: 0;
	width: 0;
	height: 100%;
	background-color: #2f323e;
	transform-origin:left;
	transition: width 0.25s ease;
	z-index: -1;
}

.btn-blue:hover::after {
	width: 100%;
}

.blue-sm{
	padding: 3px 8px;
	font-size: 12px;
}

/*----------------------
		btn Style
----------------------*/

.mt-3{
	margin-top: 3rem;
}

.social-dv {
	float: left;
	width: 100%;
	margin-bottom: 3rem;
}

.social-dv img {
	float: left;
	width: 40px;
	margin-right: 1rem;
}

/*----------------------
		Switch
----------------------*/

.switch-o {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 25px;
}

.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: 23px;
	width: 25px;
	left: 1px;
	bottom: 1px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

.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(33px);
	-ms-transform: translateX(33px);
	transform: translateX(33px);
}

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

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

.switch-o .off
{
	color: white;
	position: absolute;
	transform: translate(-50%,-50%);
	top: 50%;
	right: -3px;
	font-size: 10px;
	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: 4px;
}

.switch-o .slider.round:before {
	border-radius: 4px;
}

.on-off{
	float: left;
	margin-right: 1rem !important;
}

/*----------------------
		Switch
----------------------*/

.thumb-upload-vid {
	width: 150px;
	float: left;
	cursor: pointer;
}

.thumb-upload-vid img {
	width: 100%;
	border: 1px solid #ddd;
	transition: all 0.4s;
}

.thumb-upload-vid img:hover {
	border: 1px solid #2f323e;
	transition: all 0.4s;
	box-shadow: 2px 2px 5px #ccc;
}

.desc-upload-vid {
	width: calc(100% - 150px);
	float: left;
	padding: 5px 10px;
}

.desc-upload-vid strong {
	font-weight: 500;
	color: #666;
}

.desc-upload-vid label {
	font-weight: 500;
	color: #444;
}

.desc-upload-vid span {
	color: #999;
}

.desc-upload-vid a {
	font-weight: 500;
	text-decoration: none;
}

.user-requested {
	float: left;
	width: 100%;
	padding: 1rem 0;
	border-bottom: 1px solid #f3f3f3;
}

.user-profile-heaedr {
	border-bottom: 1px solid #ddd;
}

.mb-1 {
	margin-bottom: 1rem;
}

.user-profile {
	background: #fff;
	min-height: 70vh;
}

.profile-image {
	width: 160px;
	border: 1px solid #ccc;
	box-shadow: 0 0 5px #ccc;
	position: relative;
	bottom: -40px;
	float: left;
}

.profile-image img {
	width: 100%;
	border: 5px solid #fff;
}

.profile-name {
    float: left;
    position: relative;
    top: 130px;
    padding: 0 10px;
    font-size: 20px;
    font-weight: 500;
}

.main-404 {
	width: 100%;
	height: 100%;
	position: absolute;
	background: #fff;
}

.header-404 {
	background: #141921;
	padding: 1rem;
}

.header-404 h1 {
	color: #fff;
	font-weight: 300;
	margin-bottom: 2rem;
}

.body-404 h3 {
	margin-top: 6em;
	font-weight: 300;
	text-align: center;
	line-height: 3rem;
}

.square {
	border-radius: 0;
}

.form-control {
	border-radius: 0;
    border: 1px solid #ccc;
    height: 38px;
    box-shadow: none;
}

.form-control:focus {
    border: 1px solid #141921;
    box-shadow: none;
}

.mt-2 {
	margin-top: 2rem;
}

.switch-chanel {
	border: 1px solid #ddd;
	background: #fff;
	display: table;
	width: 100%;
	border-radius: 5px;
	cursor: pointer;
	position: relative;
}

.chanel-select {
	position: absolute;
	top: 0;
	right: 0;
	border-radius: 0 4px 0 4px;
	width: 40px;
	height: 40px;
	background: #3bbd3b;
	color: #fff;
	padding-top: 9px;
	text-align: center;
	display: none;
}

.switch-chanel:hover .chanel-select{
	display: block;
}

.sc-thumb {
	background: #fff;
}

.sc-thumb img {
	width: 100%;
	border: 1px solid #f3f3f3;
}

.sc-heading {
	background: #fff;
	padding: 1rem 2rem;
	border-top: 1px solid #f3f3f3;
	text-align: center;
}

.channels-list {
	display: table;
	width: 100%;
	min-height: 80vh;
}

.not-found {
	min-height: 78vh;
	text-align: center;
}

.not-found p {
	font-size: 18px;
    color: #999;
}

.select-pass-dv {
	padding: 0 15px;
	max-width: 640px;
	margin: auto;
}

.select-pass {
	display: table;
	width: 100%;
	padding: 1rem 0;
}

.border-b {
	border-bottom: 1px solid #f3f3f3;
}

.select-pass span {
	font-size: 12px;
	color: #888;
}

.sea-pass {
	padding: 10px;
	background: #eee;
	float: left;
	width: 100%;
}

.credit-cards {
	text-align: center;
}

.credit-cards a {
	display: inline-block;
    width: 80px;
    height: 50px;
    position: relative;
    border-radius: 3px;
}

.credit-cards img {
	position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.credit-cards-h img {
	width: 30px;
}

.payment-tag {
	font-weight: bold;
	color: #333;
	background: #b3e1ff;
	padding: 5px 8px;
}

.season-pass {
	display: none;
}

#pur_using {
	display: none;
}

.success-div {
	padding: 1em;
    text-align: center;
    color: #666;
}

.success-icon {
	color: #419e3f;
}

.success-div h3 {
    font-size: 2.5em;
}

.success-div p {
    font-size: 1.3em;
}

.success-footer {
	padding: 1em;
}

.success-footer .btn {
	font-size: 14px;
	min-width: 250px;
	margin-bottom: 1rem;
}

.success-footer a {
	text-transform: uppercase;
	font-size: 12px;
}

.error-div {
	padding: 1em;
    text-align: center;
    color: #666;
}

.error-icon {
	color: #d44f4a;
}

.error-div h3 {
    font-size: 2.5em;
}

.error-div p {
    font-size: 1.3em;
}

.error-footer {
	padding: 1em;
}

.error-footer .btn {
	font-size: 14px;
	min-width: 250px;
	margin-bottom: 1rem;
}

.error-footer a {
	text-transform: uppercase;
	font-size: 12px;
}

/*
	/* CSS LOADER
*/

/* Absolute Center Spinner */
.loading {
	position: fixed;
	z-index: 999;
	height: 2em;
	width: 2em;
	overflow: show;
	margin: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: none;
}

/* Transparent Overlay */
.loading:before {
	content: '';
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: radial-gradient(#ffffff99, #cccccc99);
	background: -webkit-radial-gradient(#ffffff99, #cccccc99);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
	/* hide "loading..." text */
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

.loading:not(:required):after {
	content: '';
	display: block;
	font-size: 10px;
	width: 1em;
	height: 1em;
	margin-top: -0.5em;
	-webkit-animation: spinner 1500ms infinite linear;
	-moz-animation: spinner 1500ms infinite linear;
	-ms-animation: spinner 1500ms infinite linear;
	-o-animation: spinner 1500ms infinite linear;
	animation: spinner 1500ms infinite linear;
	border-radius: 0.5em;
	-webkit-box-shadow: #333 1.5em 0 0 0, #333 1.1em 1.1em 0 0, #333 0 1.5em 0 0, #333 -1.1em 1.1em 0 0, #333 -1.5em 0 0 0, #333 -1.1em -1.1em 0 0, #333 0 -1.5em 0 0, #333 1.1em -1.1em 0 0;
	box-shadow: #333 1.5em 0 0 0, #333 1.1em 1.1em 0 0, #333 0 1.5em 0 0, #333 -1.1em 1.1em 0 0, #333 -1.5em 0 0 0, #333 -1.1em -1.1em 0 0, #333 0 -1.5em 0 0, #333 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-moz-keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-o-keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.coupon-apply {
	margin-bottom: 15px;
	background: #f3f3f3;
	box-shadow: 2px 2px 5px #ccc;
	position: relative;
}

.coupon-inner {
	padding: 1rem 0;
}

.coupon-inner label {
	display: block;
	margin: 0;
}

.coupon-inner span {
	display: block;
}

.alert-coupon {
	position: absolute;
	background: #f3f3f3;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	padding: 1.4em;
	display: none;
}

.alert-coupon .form-control {
	display: inline-block;
	max-width: 200px;
	height: 31px;
	vertical-align: middle;
}

.alert-coupon .close {
	color: #333;
	opacity: 1;
	top: 5px;
	right: 15px;
	position: absolute;
}

.full-discount {
	color: #37b337;
	font-weight: bold;
}

.full-access {
	margin-bottom: 1rem;
	text-align: center;
	padding: 1rem;
}

.full-access img {
	max-width: 90%;
}

.access-btn {
	margin-bottom: 4rem;
	text-align: center;
}

/*
	/*Dropdown
*/

.dropdown-menu {
	border-radius: 0;
	border: none;
}

.dropdown-menu a {
	font-size: 13px;
    padding: 0.6rem 1.5rem !important;
    transition: all 0.4s;
}

.dropdown-menu a:hover {
    transition: all 0.4s;
    font-weight: 500 !important;
}

.policy-text {
	padding: 0 3rem 50px 3rem;
	position: absolute;
    top: 60px;
    width: 100%;
    height: calc(100% - 100px);
    overflow: auto;
    background: #fcfcfc
}

.refund-footer {
	position: fixed;
    bottom: 38px;
    width: calc(100% - 16px);
    left: 0;
    padding: 1rem;
    background: #f1f1f1;
    border-top: 1px solid #ccc;
    border-right: 1px solid #e8e8e8;
    text-align: center;
}

.refund-header {
	font-size: 22px;
	margin-bottom: 2rem;
}

.policy-text a {
	font-size: 14px;
    display: inline-block;
    background: linear-gradient(#14bfb7, #009688);
    color: #fff;
    padding: 6px;
    width: 36px;
    text-align: center;
    border-radius: 2px;
    float: right;
}

.policy-text ul,
.policy-text ol {
	padding-left: 2rem;
	margin-bottom: 2rem;
}

.back-link {
	text-align: center;
}

.back-link a {
	font-size: 16px;
}

.delete-sub-popup {
	padding: 1rem 2rem;
	text-align: left;
}

.delete-sub-popup h4 {
	font-size: 15px;
}

.delete-sub-popup h4 i {
	color: #ffb100;
}

.access-btn {
	margin-top: 2rem;
}

.change-payment {
	float: right;
}

.adyen-checkout__button__content span {
	color:#fff !important;
}

.StripeElement {
	box-sizing: border-box;
	height: 40px;
	padding: 10px 12px;
	border: 1px solid transparent;
	border-radius: 4px;
	background-color: white;
	box-shadow: 0 1px 3px 0 #e6ebf1;
	-webkit-transition: box-shadow 150ms ease;
	transition: box-shadow 150ms ease;
}

.StripeElement--focus {
	box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
	border-color: #fa755a;
}

.StripeElement--webkit-autofill {
	background-color: #fefde5 !important;
}

.stripe-form {
	background-color: #fff;
	padding: 2rem 0;
}

.form-row {
	margin-bottom: 2rem;
}

.form-row label {
	font-size: 14px;
	margin-bottom: 1rem;
}

.form-button {
	text-align: center;
}

.stripe-button {
	background-color: #00bcd4;
	padding: 10px 20px;
	border: 0;
	border-radius: 2px;
	font-family: 'Poppins',sans-serif;
	width: 220px;
	color: #fff;
	cursor: pointer;
}

#card-errors {
	font-size: 12px;
	color: #ff0000;
}

.content-type-h {
	border-bottom: 1px solid #eee;
    padding: 10px 0;
    font-size: 16px;
    margin-top: 0;
}

.select-pass-dv .alert {
    float: left;
    width: 100%;
    margin-top: 15px;
}

.all-cards {
	text-align: center;
    position: relative;
    margin-top: 3em;
}

.all-cards img {
	height: 30px;
}PK       ! 2(  (    ppv_style.cssnu ̗        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;
}
PK       ! -]p  p  
  public.cssnu ̗        .pl-border-div {
    width: 100%;
    height: auto;
}
.public-player {
    width: 100%;
    height: auto;
    padding-top: 56.25%;
}

#vod_player {
    width: 100%;
    height: 100%;
    position: absolute !important;
    top: 0;
    left: 0;
}

.public-player-dv {
    margin-bottom: 0;
}

.upcoming-videos-dv {
    display: none !important;
}PK       ! Ǟ      viewer_register.cssnu ̗        .player {
    position: relative;
    padding-top: 56.25%;
    background: #333;
    overflow: hidden;
}
.player-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}
.player-side {
   /* width: 65%;
    padding-right: 15px; */
}           
.ppv-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000000cc;
    z-index: 5;
    top: 0;
    left: 0;
}
.centered-table {
    position: relative;
    width: 100%;
    height: 100%;
    display: table;
    text-align: center;
    padding: 5px;
}
.centered-table .centered-table-cell {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.ppv-overlay .btn-success {
    /* padding-right: 100px;
    padding-left: 35px; */
}
.btn {
    font-weight: 400;
    font-size: 12px;
    border-radius: 3px;
    height: 38px;
}
.btn i {
    margin-right: 3px;
}
.btn:focus {
    outline: 0;
    box-shadow: none;
}
.btn-success {
    background: linear-gradient(#5fc15f,#4d9b4c);
}
.btn-success:focus{
    border: 1px solid #5fc15f;
}

.container {
    padding: 2rem 0rem;
  }
  
  @media (min-width: 576px){
    .modal-dialog {
      max-width: 400px;
      
      .modal-content {
        padding: 1rem;
      }
    }
  }
  
  .modal-header 
    .close {
      margin-top: -1.5rem;
    }

  
  .form-title {
    margin: -2rem 0rem 2rem;
  }
  
  .btn-round {
    border-radius: 3rem;
  }
  
  .delimiter {
    padding: 1rem;  
  }
  
  .social-buttons 
    .btn {
      margin: 0 0.5rem 1rem;
    }
  
  .signup-section {
    padding: 0.3rem 0rem;
  }PK       ! ĉ    	  style.cssnu ̗        *{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

img{
	max-width: 100%;
}

body{
	font-family: 'Open Sans', arial, sans-serif;
	font-size: 14px;
	color: #000;
}

.clearfix::after{
	content: "";
	display: block;
	clear: both;
}

h1, h2, h3, h4, h5, h6{
	font-family: 'Open Sans', arial, sans-serif;
	margin-bottom: 15px;
}

p{
	margin-bottom: 10px;
	font-size: 14px;
}

a{
	text-decoration: none;
    font-family: 'Open Sans', arial, sans-serif;	
}

h1{
	font-size: 50px;
}

h2 {
	font-size: 46px;
}

h3 {
	font-size: 42px;
}

h4 {
	font-size: 38px;
}

h5 {
	font-size: 34px;
}

h6 {
	font-size: 30px;
}

.btn{
	display: inline-block;
	cursor: pointer;
}

.container {
	max-width: 1650px;
	padding: 20px;
	margin: 0 auto;
}

.page-container {
	padding: 50px 25px;
	background-color: #7b96b4;
}

.top-heading {
	float: right;
	font-size: 20px;
	color: #fff;
}

.toggle-menu {
	display: none;
}

.header-menu {
	float: left;
}

.header-menu ul {
	list-style: none;
}

.header-menu ul {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}

.header-menu ul li {
	margin-right: 10px;
}

.header-menu ul li a {
	color: #fff;
	font-size: 16px;
}

.header-menu ul li a:hover {
	text-decoration: underline;
}

.inner-container {
	background-image: url('../images/header.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
}

.site-header {
	background-color: #255583;
	padding: 15px;
	border-radius: 15px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.site-header > div {
	width: 25%;
}

.site-header > .header-center {
	width: 50%;
	text-align: center;
}

.header-right {
	text-align: right;
}

.header-title {
	margin: 0;
	color: #fff;
	font-size: 32px;
	font-style: italic;
}

.main-container {
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
}

.left-section {
	width: calc(75% - 30px);
	margin-right: 30px;
}

.top-video iframe {
	width: 100%;
}

.right-section {
	width: 25%;
}

.section-thumbnail {
	margin-top: 20px;
}

.section-thumbnail-ul {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
}

.section-thumbnail-ul li {
	width: calc(33.333% - 7.5px);
	margin-right: 10px;
	margin-bottom: 10px;
}

.section-thumbnail-ul li:nth-child(3n) {
	margin-right: 0;
}

.private-msg {
	background-color: #fff;
	border: 10px solid #255583;
	padding: 30px 15px;
	border-bottom: none;
	width: 100%;
	margin-bottom: 10px;
	font-size: 32px;
	font-style: italic;
	color: #0c2373;
	font-weight: bold;
	font-family: 'Open Sans', arial, sans-serif;
}

.private-msg-wr ::placeholder {
	opacity: 1;
	text-align: center;
} 

.submit-btn-wr {
	text-align: right;
}

.submit-btn-wr button {
	background-color: #1d5586;
	color: #fff;
	cursor: pointer;
	padding: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	border: 2px solid #1d5586;
	border-radius: 5px;
}

.submit-btn-wr button:hover {
	background-color: #fff;
	color: #1d5586;
}

.right-section-inner {
	padding: 15px;
	margin-bottom: 15px;
}

.blue-section {
	background-color: #1d5586;
	color: #fff;
}

.section-img-para {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	padding-bottom: 15px;
	margin-bottom: 20px;
}

.section-img-para img {
	float: left;
	width: 100px;
	padding-bottom: 10px;
	padding-right: 10px;
}

.section-thumbnail-ul img {
	height: 150px;
	width: 100%;
	object-fit: cover;
	object-position: top;
}

.video-section-inner iframe {
	width: 100%;
	height: 340px;
}

@media screen and (max-width: 1300px){

.video-section-inner iframe {
	height: 210px;
}

}

@media screen and (max-width: 1200px){

h1{
	font-size: 30px;
}

h2{
	font-size: 28px;
}

h3{
	font-size: 26px;
}

h4{
	font-size: 24px;
}

h5{
	font-size: 22px;
}

h6{
	font-size: 20px;
}

p{
	font-size: 12px;
}	

.header-title,
.private-msg {
	font-size: 24px;
}

}

@media screen and (max-width: 991px){

.page-container {
	padding-top: 20px;
}

.section-thumbnail-ul img{
	height: auto;
}

.top-video iframe {
	height: 480px;
}

}

@media screen and (max-width: 767px){

.top-heading {
	text-align: center;
	font-size: 16px;
}

.left-section {
	width: 100%;
	margin-right: 0;
}

.right-section {
	width: 100%;
}

.header-title, .private-msg {
	font-size: 18px;
}

.top-main-section {
	position: relative;
}

.top-heading {
	float: left;
}

.toggle-menu {
	display: block;
	float: right;
	height: 20px;
	width: 20px;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	position: relative;
	cursor: pointer;
}

.toggle-menu::after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 2px;
	background-color: #fff;
	top: 7px;
}

.header-menu {
	float: none;
	position: absolute;
	width: 100%;
	background-color: #fff;
	top: 40px;
	display: none;
}

.header-menu ul {
	display: block;
}

.header-menu ul li {
	margin-right: 0;
}

.header-menu ul li a {
	display: block;
	padding: 10px;
	color: #1d5586;
	border-bottom: 1px solid #ccc;
}

.header-menu ul li a:hover {
	background-color: #1d5586;
	color: #fff;
	text-decoration: none;
}

.private-msg-wr {
	margin-bottom: 30px;
}

}

@media screen and (max-width: 480px){

.site-header > div {
	width: 50%;
}

.site-header > .header-center {
	width: 100%;
	order: 3;
	margin-top: 5px;
}

.top-video iframe {
	height: 210px;
}

}PK         ! +  +                  buttons.cssnu ̗        PK         ! *)<>  <>              
,  style_user.cssnu ̗        PK         ! 2(  (              j  ppv_style.cssnu ̗        PK         ! -]p  p  
            W  public.cssnu ̗        PK         ! Ǟ                  viewer_register.cssnu ̗        PK         ! ĉ    	            ћ  style.cssnu ̗        PK            