/*------------------------------------------------------------------
	Global
-------------------------------------------------------------------*/

/* Modal */
.modal-backdrop.in {
	opacity: 0.6;
}
.modal-dialog {
	margin: 40px 10px;
}
.modal-title {
	font-family: 'Quantico', sans-serif;
	font-weight: bold;
	padding: 8px 15px;
	background-color: #f2f2f2;
}
.modal-body {
	padding: 25px 15px;
}
.modal-content {
	background-color: #000;
}
.modal-footer {
	text-align: left;
}
.video-modal-content {
	border: none;
	background: #000;		
}



/* smaller phone view */
@media (min-width: 481px) {

}
	
/* Small devices (tablets, 768px and up) .col-sm- */
@media (min-width: 768px) {
	.modal-dialog {
		margin: 100px auto;
	}
	.modal-body,
	.modal-footer {
		padding: 25px 30px;
	}
	.modal-title {
		padding: 8px 30px;
	}
}

/* Medium devices (desktops, 992px and up) .col-md- */
@media (min-width: 992px) {
	
}

/* Large devices (large desktops, 1200px and up) .col-lg- */
@media (min-width: 1200px) {
	.modal-dialog {
		margin: 220px auto;
	}
}

/*------------------------------------------------------------------
	Media Queries MAX-WIDTH - Wide to Small
-------------------------------------------------------------------*/
@media (max-width: 1199px) {

}

@media (max-width: 991px) {
	.modal.video-modal .modal-dialog .modal-content,
	.modal.video-modal .modal-dialog .modal-content .modal-body #ytplayer {
		height: 337px;
		max-height: none;
	}
}

@media (max-width: 767px) {
	.modal .close {
		right:0;
	}
	.modal.video-modal .modal-dialog {
		width: 93%;
		display: block;
		margin: auto;
	}
	.modal.video-modal .modal-dialog .modal-content,
	.modal.video-modal .modal-dialog .modal-content .modal-body #ytplayer {
		height: 100%;
	}
}

@media (max-width: 480px) {

}


/*
	KEEP THIS AREA CLEAN
*/