.search-results {
	display: none;
	position: relative;
}

.search-close {
	position: absolute;
	top: 0;
	right: 0;
}

/*image gallery*/
.image-checkbox {
	cursor: pointer;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 4px solid transparent;
	margin-bottom: 0;
	outline: 0;
}
.image-checkbox input[type="checkbox"] {
	display: none;
}

.image-checkbox-checked {
	border-color: #4484CE;
}
.image-checkbox .fa {
  position: absolute;
  color: #4484CE;
  background-color: #fff;
  padding: 10px;
  top: 12;
  right: 13;
}
.image-checkbox-checked .fa {
  display: block !important;
}

.hidden {
	display: none;
}

.footer {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	color: white;
	text-align: center;
}

.footer-add-movies {
	display: none;
}

.bg-primary, .btn-primary {
	background-color: #4484CE;
}

.primary-screen {
	display: none;
}

.search-screen {
	max-width: 800px;
}

.card-icon-color {
	color: #4484CE;
}

.hover-icon:hover {
	transform: scale(1.25);
	cursor: pointer;
}