/*SEARCH BAR IN THE HOMEPAGE*/
.searchbar_home_image {
    width: 100%!important;
    height: 36em;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
	background-image: url(https://www.litepik.com/static/backgrounds/background-home-test.jpg);
}

@media (max-width: 1000px){
  .searchbar_home_image{
    height: 22em;
  }
}

@media (min-width: 1px){
  .searchbar_div{
    width:80vw;
  }  
}

@media (min-width: 1200px){
  .searchbar_div {
    width:900px;
  }  
}

#title_home {
	color:white;
	text-shadow: 1px 1px 2px black;
}

#newest_title_home {
	text-align:center;
	width:100%!important;	
	background-color: white;
}

.item-grid {
    overflow:hidden;
}

.item-grid {
     /*transition: 2s all ease-in-out;*/
}

/*UNIVERSAL SEARCH BAR*/
.search_bar_outer {
	padding: 5px;
	background-color:white;
	border-radius: 5px;
}

#bar_drop1 {
	color:#202020;
}

#searchBarSubmit {
	font-size:20px;
	border-left: 1px solid black; 
	padding-left:10px; 
	padding-right:5px;
	cursor: pointer;
}

#searchBarSubmit:hover {
	font-size:23px;
	color:black;
}

#reverseSearchButton {
	font-size:20px;
	padding-right:10px;
	color:grey;
	cursor: pointer;
	display:none;
}

#reverseSearchButton:hover {
	font-size:23px;
	color:black;
}

#instantSearchBox {
	display:none; 
	position:absolute;
	background-color:white;
	padding-left:20px;
	padding-right:20px;
	margin-top:10px; 
	margin-right: 30px; 
	padding-top:10px; 
	border-radius:10px;
	padding-bottom:20px;
	z-index: 10;
}

.hintResult {
	cursor: pointer;
	padding:5px;
	margin:0;
	color:grey;
}

.hintResult:hover {
	 color:black;
}

.sbar1 {
	border-radius: 0px;
	border: 1px solid white!important;
	-webkit-appearance: none;
	box-shadow: none!important;
	
}

.drop1 {
	background-color:white;
	color:#202020;
	border: 1px solid white;
	height: 38px;
	-webkit-appearance: none;
	box-shadow: none!important;
}

.drop_item1 {
	padding:10px;
	cursor: pointer;
}

.drop_item1:hover {
	background-color: lightgrey;
}
.drop_item2:hover {
	background-color: lightgrey;
}

.drop_item2 {
	padding:10px;
	cursor: pointer;
}
/*UNIVERSAL SEARCH BAR END*/

/*FULLSCREEN OVERLAY*/
#fullscreen_overlay {
		position: fixed;
		width: 100%;
		height: 100%;
		text-align: center;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background-color: rgba(0,0,0,0.8);
		z-index: 1000;
		justify-content: center;
		align-items: center;
		display: none; /*flex*/
}

#overlay_content {
		background-color: rgba(255,255,255,0.9);
		padding: 30px;
		position: absolute;
		top: 10%;
		display: block;
		z-index: 1001;
}
/*FULLSCREEN OVERLAY END*/

.bg-join {
    width: 100%!important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
	background-image: url(https://www.litepik.com/static/backgrounds/background-join2.jpg);
	min-height: 80vh;
	text-shadow: 1px 1px 2px white;
}

.bg-contact {
    width: 100%!important;
	min-height: 80vh;
	color: white;
}

.bg-signin {
    width: 100%!important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
	background-image: url(https://www.litepik.com/static/backgrounds/background-signin.jpg);
	min-height: 80vh;
	text-shadow: 1px 1px 2px white;
}

.bg-license {
    width: 100%!important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
	background-image: url(https://www.litepik.com/static/backgrounds/background-license.jpg);
	min-height: 34vh;
	color:white;
	text-shadow: 1px 1px 2px black;
}

/*SEARCH MOSAIC*/
#container_base {
	padding: 20px;
	padding-top: 0px;
}
.container1 {
	cursor: pointer;
}

.stickysearch {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 54px;
  z-index: 10;
  background-color: #f8f9fa;
  padding:10px;
  padding-top:20px;
  margin-left: -20px;
  margin-right: -20px;

}

.stickynavbar {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 54px;
  z-index: 10;
  background-color: #f8f9fa;
  padding:10px;
  padding-top:20px;
  margin-left: -20px;
  margin-right: -20px;
}

.hiddensearch {
	display:hidden;
}

.home_preview {
	padding:6px;
}

.container1 { 
	position: relative; 
}
.home_preview { 
	display: block; 
}
.overlay1 { 
	position: absolute; 
	width:100%;
	top:5px; 
	left:6px; 
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding:5px;
	padding-bottom:8px;
	color:white;
	text-shadow: 1px 1px 4px #303030;
	display:none;
}

.overlay2 { 
	position: absolute; 
	bottom:5px; 
	right:10px;
	text-align:right;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding:5px;
	padding-bottom:8px;
	color:white;
	text-shadow: 1px 1px 4px #303030;
	display:block;
}

.container1:hover .overlay1 {
	display:block;
}
.container1:hover .overlay2 {
	display:block;
}

.home_preview_video {
	object-fit: cover;
	max-width: 100%;
	padding:4px;
	
}

/*GENERIC OVERLAY TO SHOW SINGLE IMAGES, LOGIN ETC*/
#overlay_generic {
  position: fixed; /* Sit on top of the page content */
  display: none; /* Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  text-align:center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.8); /* Black background with opacity */
  z-index: 100; /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer; /* Add a pointer on hover */
  justify-content: center;
  align-items: center;
}

/*FILTER SEARCH*/

.filter_button {
	cursor:pointer; 
	margin: 10px;
	background-color:#e1e1e1;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-top: 5px;
	padding-bottom: 5px;
	border-radius: 5px;
	font-size:14px;
}

.filter_button:hover {
	background-color:grey;
	color:white;
}

.filter_title {
	font-size:15px;
	font-weight: bold;
	color: #474747;
	margin-top: 0px;
	margin-bottom:10px;
}

.filter_subtitle {
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 10px;
}

.filter_active {
	border: 2px solid #afafaf;
}

.filter_or {
	padding: 7px;
	margin: 5px;
}

.color_pick_box {
	padding-right:2px;
	padding-left:2px;
}

.icon-rotate-90 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    display: inline-block;
}

.filter_select {
	max-width: 200px;
	margin-left: 15px;
	font-size: 14px;
}

.filter_check {
	cursor: pointer;
	font-size: 14px;
}

.size_input_w {
	max-width: 180px;
	margin-left: 27px;
	margin-top: 20px;
	height: 28px;
}

.size_input_h {
	max-width: 180px;
	margin-left: 27px;
	margin-top: 15px;
	height: 28px;
}

.size_input_dpi {
	max-width: 130px;
	height: 28px;
}

.size_input_dpi_caption {
	height: 28px;
	margin-left: 27px;
}

.dpi-group {
	margin-top: 15px;
	margin-bottom: 0px!important;
}

.ttip {
	cursor: pointer;
}

.media_icon {
	padding: 5px;
}

#editorial_banner {
	text-align:center;
	background-color: orange;
	padding: 10px 5px 0px 10px;
	margin-left: -12px;
	margin-right: -12px;
}

.duration {
	text-align:center;
	max-height: 28px;
}

#min_duration {
	margin-left: 56px;
	
}

#max_duration {
	margin-left: 10px;
}

.vid_main_container {
	margin-top: 20px;
}

#license_selector {
	text-align:center;
	width: 100%;
	margin-top: 20px;
}

.license-button {
	margin-left: 5px;
	margin-right: 5px;
}
#std-license {
	max-width: 125px;
	white-space: normal;
	
}
#ext-license {
	max-width: 125px;
	white-space: normal;
	
}
.btn-cart {
	margin-top: 5px;
	margin-bottom: 10px;
}

.kwcloud {
	text-align:center;
	margin-top: 25px;
}
.btn-kwcloud {
	
	max-width: 200px;
	margin: 5px;
}
.carousel_text {
	font-size: 16px;
	text-align:center;
	margin-top: 16px;
}
.carousel {
	text-align:center;
	width: 100%;
    height: 169px;
	overflow-x: auto;
    white-space: nowrap;
}

.carousel-slide {
    display: inline-block;
	border: 2px solid transparent;
}

.slider-images:hover {
	opacity: 0.7;
}

.slider-images {
	max-width: 600px;
	height: 150px;
}

.prices_column {
	min-height: 300px;
	position: relative;
	overflow: hidden;
}

.background_blur2 {
	position:absolute;
	z-index:-1;
	height: 100%;
	width: 100%;
	background-color: #dddee0;
}

.background_blur {
	position:absolute;
	z-index:-1;
	height: 100%;
	width: 100%;
	background-color: #f8f9fa;
}

.main-image-cnt {
	text-align: center;
	position: relative;
	overflow: hidden;
	
}

.padding-0{
    padding-right:0;
    padding-left:0;
}

.main-image {
	max-width: 100%;
	max-height: 800px;
	padding: 20px;
}

.main-image-title {
	color: #111111;
	font-size:18px;
	padding: 20px 10px 0px 10px;
	
	text-align:center;
	font-weight:normal;
}
.main-image-desc {
	font-size:14px;
	color: #111111;
	padding: 0px 10px 0px 10px;
	/* padding-left: 4%; */
	text-align:center;
	font-weight:normal;
}

.similar_series {
	position: relative;
	overflow: hidden;
}

.video_price_select {
	margin-bottom: 7px;
}

#cart_quantity {
	font-size: 10px;
}

#contact_div {
	width: 600px;
}

.home_gallery_title {
	margin-top: 0;
	background-color: #4a5e80;
	margin-bottom: 0;
	padding: 10px 0 10px 0;
	color: white;
}

#tbl_signup {
	font-size: 12px;
}

#signupDiv {
	max-width: 600px;
	
}

#loginDiv {
	max-width: 600px;
}

.download_row {
	margin-bottom: 20px;
	border: 1px solid #eeeeee;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #f8f9fa;
}

.member_nav {
	width: 100%;
   
	background-color: #111!important;
}

@media only screen and (min-width: 800px) {
  .member_nav {
	font-size: 16px;
	}
}

.nv_active {
	color:white!important;
}

footer {
	box-shadow: 0 50vh 0 50vh #f8f9fa;
}
	
@media only screen and (max-width: 991px) {
  #cart_desktop {
	  display:none;
  }
}
@media only screen and (min-width: 992px) {
  #cart_mobile {
	  display:none;
  }
}


.lang_sel_div {
	border: none;
	padding:10px;
	border-radius: 10px;
	background-color: #f8f9fa;
	cursor: pointer;
}
