@CHARSET "UTF-8";


.bwmMainSlide {
	width: 100%;
	padding-bottom: 20px;
  position: relative;
}

#slide_prop_ant,
#slide_prop {
	height: 620px;
	width: 100%;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: transparent;
	margin-top: 0px;
}

#slide_prop_ant {
	z-index: 1;
	position: relative;
	margin-top: -620px;
}

#slide_prop {
	z-index: 2;
	position: relative;
}

#slide_content {
	z-index: 3;
	position: relative;
	margin-top: -370px;
	text-align: center;
	height: 370px;
	margin:0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

#slide_content h1 {
  font-family: 'Lato', sans-serif;
	/* text-shadow: 1px 1px 1px #000000; */
	font-size: 28px;
	line-height: 32px;
  font-weight: 300;
	letter-spacing: 1px;
	color: white;
  font-size: 34px;
  text-transform: uppercase;
  margin: 7px 0;
}

#slide_content h1 p{
  font-family: 'Lato', sans-serif;
	/* text-shadow: 1px 1px 1px #000000; */
	font-size: 34px;
	line-height: 38px;
  font-weight: 300;
	letter-spacing: 1px;
	color: white;
  font-size: 40px;
  text-transform: uppercase;
  margin: 10px 0;
}

#slide_content h2 {
	color: #fff;
	font-size: 15px;
	line-height: 17px;
	letter-spacing: 1px;
	margin: 0;
	padding: 0;
	font-weight: 300;
	text-shadow: 1px 1px 3px #000000;
}

#slide_content .title {
	float: left;
	text-align: center;
	width: 100%;
	margin-top: 120px;
}

#slide_content .subtitle {
	float: left;
	text-align: center;
	width: 100%;
	margin-top: 60px;
}

#slidebuttons {
	position: absolute;
	right: 40px;
}

#slide_text {
	text-align: center;
	width: 50%;
  position: absolute;
	top: 50%;
	transform: translateY(-50%);
	/* text-shadow: 1px 1px 1px #030303; */
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
}

#slide_text img {
	width: 100%;
	height: auto;
	max-width: 500px;
}

#slide_text h3{
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 16px;
	color: white;
	margin-top: 0;
	margin-bottom: 10px;
}

#slide_text h3::before,
#slide_text h3::after {
  content: "\2014"
}

#slide_text h3::before {
  margin-right: 10px;
}

#slide_text h3::after {
  margin-left: 10px;
}

#slide_text p{
	text-transform:none;
}

/*
.bwm_arrows {
	float: left;
	width: 100%;
	font-size: 50px;
	z-index: 99;
	position: relative;
}

.bwm_arrows a.left {
	float: left;
	width: 45%;
	color: #ea7f24;
	margin-left: 5%;
	text-align: left;
	background-image: url('../img/arrow-left.png');
	height: 60px;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 25px;
}

.bwm_arrows a.right {
	float: right;
	width: 45%;
	color: #ea7f24;
	margin-right: 5%;
	text-align: right;
	background-image: url('../img/arrow-right.png');
	height: 60px;
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 25px;
}

*/
.bwm_bits{
  display: flex;
  flex-flow:column nowrap;
  justify-content: center;
	text-align: left;
	/* margin-left: 10%; */
}




.bwm_bits a.selected,
.bwm_bits a:hover {
	color: red;
}

.bwm_bits a{
	cursor: pointer;
	margin: 5px auto;
	display: block;
	width: 9px;
	height: 9px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	background-color: #fff;
	opacity: 0.5;
  text-align: center;
}


.bwm_bits .white{
	background-image:url('../img/btn-main-slide.png');
}
.bwm_bits .white:hover,
.bwm_bits .white.selected{
	opacity: 1;
  cursor: pointer;
  margin: 5px 0;
  display: block;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  background-color: #fff;
}

.bwm_bits .orange{
	background-image:url('../img/btn-slide.png');
}
.bwm_bits .orange:hover,
.bwm_bits .orange.selected{
	background-image:url('../img/btn-slide-selected.png');
}



span.arrow{
	background-image:url('../img/scroll-down.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	left: 45%;
	width: 10%;
	height: 40px;
	top: -20px;
	z-index: 9999999;
	display: none;
}

#bwmscroll {
	position: absolute;
	bottom: 0;
	left: 14%;
	display: flex;
}

#bwmlife {
	position: absolute;
	bottom: 85px;
	right: 14%;
	text-align: right;
	color: #fff;
	font-family: 'Oswald', sans-serif;
}

#bwmlife img {
	position: absolute;
	top: 1px;
	left: -40px;
}

#homeBanner {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 350px;
	min-height: 200px;
	max-height: 300px;
	position: absolute;
	top: 50%;
	left: -1000px;
	z-index: 1000;
	transform: translateY(-50%);
	transition: 2s all;
}

#homeBanner a {
	text-decoration: none;
}

#homeBanner .color-layer {
	width: 100%;
	min-height: 200px;
	max-height: 300px;
	background-color: rgba(138, 118, 81, 0.90);
}

#homeBanner .info {
	height: 100%;
	min-height: 200px;
	max-height: 300px;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	padding: 10px 30px;
}

#homeBanner .info * {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	color: #fff;
}

#homeBanner .info span {
	font-size: 12px;
}

#homeBanner .info h4 {
	font-size: 18px;
  line-height: 22px;
  font-weight: 300;
  text-align: center;
  margin: 10px 0;
}

#homeBanner .info span:last-of-type {
	padding: 10px 30px;
	border: 1px solid #fff;
	border-radius: 5px;
	font-size: 14px;
	font-weight: 300;
}

@media screen and (max-width: 1300px) {

	#homeBanner {
		background-size: 0;
		width: 100%;
		min-height: 200px;
		max-height: 300px;
		position: unset;
		top: 0;
		left: 0;
		transform: translateY(0%);
	}

	#homeBanner .color-layer,
	#homeBanner .info {
		min-height: 200px;
		max-height: 200px;
	}

	#homeBanner .info {
		padding: 40px 30px 40px;
	}

}



@media screen and (max-width: 1000px) {

	#slide_content h1 {
		margin-left: 10px;
	}

}

@media screen and (max-width: 800px) {

	#slide_content .subtitle {
		margin-top: 0;
	}

  #slide_text {
    width: 90%;
    top: 150px;
  }

  .bwm_bits {
    display: none;
  }

}

@media screen and (max-width: 767px) {

	.beez_full.beez_header {
		border-bottom: none;
	}

}

@media screen and (max-width: 500px) {

	#slide_content .title {
		display: none;
	}

	#slide_content .subtitle {
		margin-top: 50px;
	}

	.bwm_arrows {
		display: none;
	}

}

@media screen and (max-width: 400px) {

  #slide_text h1 p {
    font-size: 30px;
		line-height: 35px;
  }

  #slide_text h3 {
    font-size: 12px;
		line-height: 14px;
  }

}
