.rvs-video-container {
    max-width: 960px;
}

/* Loading Videos */
#wpvs-updating-text {
	text-align: center;
	font-size: 26px;
	list-style: none;
	margin: 0 auto;
    padding: 10% 0;
	clear: both;
}

.loadingCircle {
	width: 16px;
	height: 16px;
	margin: 10px 25px;
	background: #00a0d2;
	border-radius: 8px;
	display: inline-block;
}

.loadingCircle:nth-of-type(2) {
	-webkit-animation: 3s loading 0s infinite;
	-moz-animation: 3s loading 0s infinite;
	animation: 3s loading 0s infinite;
}

.loadingCircle:nth-of-type(3) {
	-webkit-animation: 3s loading 0.2s infinite;
	-moz-animation: 3s loading 0.2s infinite;
	animation: 3s loading 0.2s infinite;
}

.loadingCircle:nth-of-type(4) {
	-webkit-animation: 3s loading 0.4s infinite;
	-moz-animation: 3s loading 0.4s infinite;
	animation: 3s loading 0.4s infinite;
}

.loadingCircle:nth-of-type(5) {
	-webkit-animation: 3s loading 0.6s infinite;
	-moz-animation: 3s loading 0.6s infinite;
	animation: 3s loading 0.6s infinite;
}

@-webkit-keyframes loading {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}

	50% {
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
		opacity: 0.5;
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}

@keyframes loading {

	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		-moz-transform: scale(1);
		opacity: 1;
	}

	50% {
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
		-moz-transform: scale(1.5);
		opacity: 0.5;
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		-moz-transform: scale(1);
		opacity: 1;
	}

}

@-moz-keyframes loading {

	0% {
		transform: scale(1);
		-moz-transform: scale(1);
		opacity: 1;
	}

	50% {
		transform: scale(1.5);
		-moz-transform: scale(1.5);
		opacity: 0.5;
	}

	100% {
		transform: scale(1);
		-moz-transform: scale(1);
		opacity: 1;
	}

}

.wpvs-loading-text {
	display: block;
	clear: both;
	margin-bottom: 15px;
	font-size: 16px;
	color: #00a0d2;
}

.rvs-form-box input[type="submit"] {
    margin: 20px 0 0;
}

#rvs-upload-error {
    display: none;
    color: #c0392b;
    margin: 10px auto;
}

.rvs-type-area {
    display: none;
}

.rvs-display-area {
    display: block !important;
}

.rvs-hidden-code {
    display: none !important;
}

@media only screen and (min-width: 782px) {

#closeRVSVideoSelect {
    top: 5%;
}

.selectRVSVideo {
    width: 46%;
    float: left;
}
}

@media only screen and (min-width: 960px) {

.selectRVSVideo {
    width: 29.33%;
}
}
