﻿@charset "utf-8";
/* CSS Document */

.h-banner {
width: 100%;
    margin: 0 auto; 
    height: 80vh;
    min-height: 0;
    min-width: 0;
}

.h-banner { display: none; }
.h-banner.slick-initialized { display: block; }
.h-banner {
	cursor: default;
	-webkit-user-select: auto;
	-moz-user-select: auto;
	-ms-user-select: auto;
	user-select: auto;
	-ms-touch-action: auto;
	touch-action: auto;
}
a .h-banner { cursor: pointer; }
.h-banner {
	position: relative;
	margin: 0;
	overflow: hidden;
	list-style: none;
}
.slidehome {
width: 100%;
    height: 80vh;
background-image: url('/LS/UI/painting1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.banner-title {width: 100%;	position: absolute;
height:auto;
	top: 40%;
	margin: 0 auto;
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 5rem;
  background-image: url('/LSC/img/trans.png');
  font-weight: 100;
  color: red;
}

@media screen and (max-width: 60em) {.h-banner, .slidehome {height: 80vh;}
}

@media screen and (max-width: 40em) {.h-banner, .slidehome {height: 80vh;}
}

/** ARROWS **/

.myslider-previous i,
.myslider-next i {display: none}

@media screen and (min-width: 64em) {
.myslider-previous i,
.myslider-next i {display: block}
[data-whatinput='mouse'] .myslider-previous,
[data-whatinput='mouse'] .myslider-next { outline: 0; }
.myslider-previous:hover,
.myslider-next:hover,
.myslider-previous:active,
.myslider-next:active,
.myslider-previous:focus,
.myslider-next:focus { 
	/*background-color: rgba(10, 10, 10, 0.5); */
    color:  rgba(255, 255, 255, 1);}
.myslider-previous { left: 0; }
.myslider-next {left: auto;	right: 0;}
}


@media screen and (min-width: 40em) {
.myslider-previous,
.myslider-next {cursor: pointer;
	position: absolute;
	top: 50%;
        height: 100%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 10;
	padding: 1rem;
	color:  rgba(255, 255, 255, 0.5);}
}

/** DOTS **/

.myslider-dots {display: none;}

@media screen and (min-width: 40em) {.myslider-dots {
	position: absolute;
	text-align: center;
	list-style: none;
	bottom: 1rem;
	padding: 0;
	margin: 0;
	width: 100%;}}

[data-whatinput='mouse'] .myslider-dots { outline: 0; }

.myslider-dots li {
	width: 1.2rem;
	height: 1.2rem;
	margin: 0 0.5rem;
	background-color: rgba(255, 255, 255, 0);
	border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.5);
	display: inline-block;	
	cursor: pointer;
}

.myslider-dots li:hover { background-color: rgba(255, 255, 255, 0.25);  }
.myslider-dots li.slick-active { background-color: #ffffff; }
.myslider-dots li button {
	font-size: 0;
	line-height: 0;
	color: transparent;
	outline: none;
	background: transparent;
}



