@charset "utf-8";

.bgmain {
    position: fixed;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	background-repeat: no-repeat;
	background-image: url(../images/bg1.jpg);
	background-size: cover;
	background-color: #5C5C5C;
}

body, html {
    height: 100%;
}

.bgmain-alt { 
    /* The image used */
   

    /* Full height */
    height: 100%; 

    background-image: url(../images/bg1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
} 


.bg-slide {
	background-position: center center;
	width: 100%;
	height: 500px;
	z-index: -50;
	background-repeat: no-repeat;
	background-image: url(../images/bglake.jpg);
		
}

.bg-wc {
	background-position: center center;
	width: 100%;
	z-index: -50;
	background-repeat: no-repeat;
	background-image: url(../images/bgwc.jpg);
	padding-top: 60px;
	padding-bottom: 60px;
		
}
.bg-cal-tiles {
    background: rgba(255,1,1,0.50);
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
	padding-right: 25px;
}

.bg-cal-banner {
    background: rgba(255,1,1,0.50);
	padding-top: 10px;
	padding-left: 25px;
	padding-right: 25px;
	
	margin-bottom: 10px;
	font-size: 40px;
	color: white;
	font-weight: 600;
}

.bg-one {
	background-color: rgba(131,56,35,0.5);
	padding-bottom: 50px;
}

.bg-two {
	background-color: rgba(1,66,7,0.50);
	padding-bottom: 50px;
}

.bg-three {
	background-color: rgba(61,0,60,0.50);
	padding-bottom: 50px;
}

.bg-red {
	background-color: rgba(255,1,1,0.50);
	padding-bottom: 50px;
}

.bg-cyan {
	background-color: rgba(17,78,83,0.50);
	padding-bottom: 50px;
}

.row-sp {
	padding-top: 50px;
}

.img-slide {
	padding: 0;
	margin-left: 0;
	margin-right: 0;
	width: 100%;
}

.spacer {
	height: 1200px;
}

.imageover {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.imgover:hover .imageover {
  opacity: 0.3;
}
