@import url('https://fonts.googleapis.com/css?family=Nanum+Gothic:400,700,800');

.nivo-caption,
.hero-static-caption {
	background-color: transparent;
	bottom: auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	left: 0;
	opacity: 1;
	padding: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	z-index: 8;
}

/*-- Hero Video Content --*/
.hero-video-caption {
	background-color: rgba(240, 240, 240, 0.8);
	padding: 250px 0;
}

/*-- Slider Content --*/
.hero-slider-content {}

.hero-slider-content h1 {
	color: #fff;
	font-size: 35px !important;
	line-height: 45px !important;
	font-weight: 400;
	margin-bottom: 10px !important;
	text-align: left !important;
	opacity: 0.9;
	letter-spacing: 1.3px;
	font-family: "Anton", sans-serif;
	/* -moz-text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
	-webkit-text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5); */
	text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
}

.hero-slider-content p {
	color: #ffce1a;
	font-size: 15px !important;
	font-weight: 700;
	line-height: 28px;
	text-transform: uppercase;
	/* -moz-text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
	-webkit-text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
	text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5); */
}

.hero-slider-content .p-two {
	color: #fff;
	font-size: 18px !important;
	opacity: 0.9;
	clear: left;
	-moz-text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
	-webkit-text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
	text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
}

/*
.hero-slider-content span.brdr{ height:2px; background:#f87805; width:50px; float:left;margin: 10px 0 15px;} */
.hero-slider-content a {
	color: #fff !important;
	padding: 14px 30px !important;
	display: inline-block;
	font-size: 15px;
	outline: none;
	cursor: pointer;
	outline: none;
	border-width: 0;
	border-style: solid;
	border-color: #efb007;
	background: #efb007;
	line-height: 1.42857;
	border-radius: 3px;
	font-weight: 600;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	position: relative;
	position: relative;
	overflow: hidden;
	z-index: 1;
	margin-top: 20px !important;
}


.hero-slider-content a:before,
.hero-slider-content a:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-color: rgba(0, 0, 0, 0.5);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-transform: translate(-100%, 0);
	transform: translate(-100%, 0);
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.1);
}

.hero-slider-content a:after {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
	background: #b99306;
}

.hero-slider-content a:hover:before,
.hero-slider-content a:hover:after {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}

/*-- Nivo Direction Nav --*/
.nivo-directionNav {}

.nivo-directionNav a {
	background: rgba(255, 126, 0, .8) !important;
	border-radius: 0;
	color: #fff !important;
	display: block;
	height: 58px;
	margin-top: -29px;
	text-align: center;
	top: 90%;
	width: 58px;
}

.nivo-directionNav a::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background: #644e28;
	transition: .2s all ease-in-out;
	z-index: 0;
}

.nivo-directionNav a:hover:before {
	width: 100%;
}

.nivo-directionNav a i {
	position: relative;
	display: block;
	font-size: 24px;
	line-height: 58px;
	z-index: 1;
}

.nivo-prevNav {
	right: 115px;
	left: unset;
}

.nivo-nextNav {
	right: 57px;
}

.nivo-controlNav {
	display: none;
}

@media only screen and (min-width:320px) and (max-width:767px) {

	.hero-slider-content .p-one {
		font-size: 12px !important;
		line-height: 24px;
		margin-bottom: 0 !important;
	}

	.hero-slider-content h1 {
		font-size: 18px !important;
		line-height: 26px !important;
		margin-bottom: 5px !important;
	}
	
	.hero-slider-content p {
		font-size: 12px !important;
		margin-bottom: 0 !important;
	}

	.hero-slider-content h1 br {
		display: none;
	}

	.hero-slider-content span.brdr {
		width: 50px;
		margin: 7px 0 10px;
		height: 1px;
	}

	.nivo-directionNav a i {
		display: none;
	}

	.nivo-directionNav a {
		display: none;
	}

	.hero-slider-content a {
		min-width: 120px;
		font-size: 12px;
		line-height: 20px;
		padding: 10px 10px !important;
		margin-top: 10px !important;
	}

	.nivoSlider {
		top: 1px;
		height: 220px !important;
	}

	.nivoSlider img {
		height: 220px !important;
	}

	.hero-slider-content .p-two {
		font-size: 15px !important;
	}

	.nivo-controlNav {
		top: 45%;
		right: 20px;
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.hero-slider-content .p-one {
		font-size: 12px !important;
		line-height: 24px;
	}

	.hero-slider-content h1 {
		font-size: 27px !important;
		line-height: 35px !important;
		margin-bottom: 10px !important;
	}

	.hero-slider-content span.brdr {
		width: 50px;
		margin: 7px 0 10px;
	}

	.hero-slider-content a {
		width: 120px;
		font-size: 13px;
		line-height: 20px;
		padding: 7px 10px !important;
		margin-top: 20px !important;
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.hero-slider-content {
		margin-left: 70px;
	}

	.hero-slider-content .p-one {
		font-size: 13px !important;
		line-height: 22px;
	}

	.hero-slider-content h1 {
		font-size: 35px !important;
		line-height: 45px !important;

	}

	.hero-slider-content a {
		margin-top: 10px !important;
	}

	.nivo-controlNav {
		top: 48%;
		right: 50px;
	}

	.hero-slider-content span.brdr {
		width: 50px;
		margin: 6px 0 10px;
	}
}