
	.paginationWrap {
		margin-top: 20px;
		min-height: 50px;
	}

	.pagination {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 6px;
		margin: 30px 0;
		flex-wrap: wrap;
	}

	.pagination a,
	.pagination strong {
		display: inline-block;
		padding: 8px 12px;
		min-width: 38px;
		text-align: center;
		border-radius: 8px;
		text-decoration: none;
		font-family: Arial, sans-serif;
		font-size: 14px;
	}

	.pagination a {
		background: #fd9fe1;
		color: #fff;
		transition: 0.2s ease;
		border: 1px solid hotpink;
	}

	.pagination a:hover {
		background: #71daff;
		transform: translateY(-1px);
	}

	.pagination strong {
		background: #71daff;
		color: white;
		border: 1px solid #fd9fe1;
	}

	.pagination .nav {
		background: #fd9fe1;
		color: #FFF;
	}
	.pagination .nav:hover {
		color: white;
	}


		#formatSelect {
			background: #0a0a0f;
			color: #ff4df0;
			border: 2px solid #a020f0;
			padding: 8px 12px;
			font-size: 14px;
			border-radius: 8px;
			outline: none;
			cursor: pointer;

			box-shadow: 
				0 0 6px #fd9fe1,
				0 0 12px #a020f0;

			transition: all 0.25s ease;
		}

		#formatSelect:hover {
			box-shadow: 
				0 0 10px #fd9fe1,
				0 0 20px #a020f0;
		}

		#formatSelect:focus {
			border-color: #fd9fe1;
			box-shadow: 
				0 0 12px #ff00ff,
				0 0 24px #fd9fe1;
		}

		#formatSelect option {
			background: #0a0a0f;
			color: #fd9fe1;
		}

	.vidPan
	{
		padding:10px;
		border-radius:7px;	
		width:300px;
		background:#9c4dad;
		display:inline-block;
		margin-left:6;
		margin-bottom: 10px;
	}

	.vidPan:hover
	{
		background:#71daff;
	}

	body
	{
		color:#FFF;
		font-family:arial;

		background-image:url(../images/74861.jpg);
		background-repeat:no-repeat;
		background-position:center center;
		background-attachment:fixed;
		background-size:cover;

		margin:0;
	}

	.container
	{
		width:1100px;
		margin:0px auto;
		opacity:0.9;
		max-width:1200px;
	}

	.topbar
	{
		width:1100px;
		height:53px;
		background:#fd9fe1;
		border-bottom:2px white solid;
		box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);

	}

	.topbar-l
	{
		float:left;
	}

	.topbar-r
	{
		float:right;
	}


	nav li
	{
		padding:18px;
		list-style-type:none;
		display:inline-block;
	}

	nav li:hover
	{
		background:#d1a3f9;
	}

	.movView
	{
		background:#d5ace9;
		width:860px;
	}

	a:link
	{
		color:#FFF;
		text-decoration:none;
	}

	a:visited
	{
		color:#FFF;
		text-decoration:none;
	}

	a:active
	{
		color:#FFF;
		text-decoration:none;
	}

	a:hover
	{
		color:#FFF;
		text-decoration:none;
	}

	.content
	{
		margin:auto;
		text-align:center;
		width:100%;
		background:#d5ace9;
	}

	.fixedspacingbar
	{
		padding:23px;
	}

	h1
	{
		width:100%;
		background:#47dff9;
		margin:0px;
	}

	input[type=text] {
	width: 130px;
	-webkit-transition: width 0.4s ease-in-out;
	transition: width 0.4s ease-in-out;
	}

	input[type=text]:focus {
	width: 100%;
	}

	.footer
	{
		width:1100px;
		height:55px;
		background:#fd9fe1;
		font-weight:bold;
		margin:0px auto;
		border-top:1px white solid;
		position: fixed;
		bottom: 0;
	}
