@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: 60%;
	-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: 40px !important;
	line-height: 55px !important;
	font-weight: 700;
	margin-bottom: 10px !important;
	text-align: left !important;
	letter-spacing: 1px;
	-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);
	font-family: "Merriweather", serif;
}

.hero-slider-content h1 span {
	color: #e5063f;
}

.hero-slider-content p {
	color: #dcd3e4;
	font-size: 20px !important;
	font-weight: 700;
	line-height: 28px;
	text-transform: none;
	letter-spacing: 1.3px;
	font-family: 'Alice', 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 span {
	position: relative;
	padding-right: 70px !important;
	color: #fff;
}

.hero-slider-content p span::after {
	content: "";
	position: absolute;
	width: 50px;
	height: 2px;
	background: #fff;
	top: 12px;
	left: 32px;
}

.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 {
	display: inline-block;
	overflow: hidden;
	/* background: rgba(246, 147, 30); */
	background: linear-gradient(to right, #b3aabb 0%, #b3aabb 100%);
	color: #FFF !important;
	border-radius: 0px;
	font-size: 16px;
	line-height: 26px;
	font-weight: 600;
	padding: 13px 40px;
	/* border: 2px solid transparent;
	border-color: #f6931e; */
	box-shadow: none;
	transition: all .3s ease 0s;
	cursor: pointer;
	text-align: center;
	z-index: 1;
	position: relative;
	border-radius:5px;
	text-transform:capitalize;
	margin-top: 5px !important;
}

.hero-slider-content a:hover {
	box-shadow: none;
	color: #36668a !important;
    border: 1px solid #36668a;
}

.hero-slider-content a::after {
	position: absolute;
	content: "";
	z-index: -1;
	display: block;
	left: -20%;
	right: -20%;
	top: -4%;
	height: 150%;
	width: 150%;
	bottom: 0;
	background: #FFF;
	transform: skewX(45deg) scaleX(0);
	transition: all .5s ease 0s;
}

.hero-slider-content a:hover::after {
	transform: skewX(45deg) scale(1);
}

/*-- Nivo Direction Nav --*/
.nivo-directionNav {}

.nivo-directionNav a {
	background-color: rgba(255, 255, 255, 0.1);
	border-radius: 50%;
	color: #fff !important;
	display: block;
	height: 58px;
	margin-top: -29px;
	text-align: center;
	top: 53%;
	width: 58px;
}

.nivo-directionNav a:hover {
	background-color: rgba(255, 255, 255, 0.3) !important;
}

.nivo-directionNav a i {
	display: block;
	font-size: 24px;
	line-height: 58px;
}

.nivo-prevNav {
	left: 30px;
}

.nivo-nextNav {
	right: 30px;
}

@media only screen and (min-width:320px) and (max-width:767px) {

	.nivo-caption,
	.hero-static-caption {
		top: 52%;
	}

	.hero-slider-content .p-one {
		font-size: 12px !important;
		line-height: 24px;
		margin-bottom: 0 !important;
	}

	.hero-slider-content h1 {
		font-size: 22px !important;
		line-height: 32px !important;
		margin-bottom: 5px !important;
	}

	.hero-slider-content p {
		font-size: 13px !important;
	}

	.hero-slider-content p span::after {
		width: 20px;
		top: 8px;
		left: 22px;
	}

	.hero-slider-content p span {
		padding-right: 33px !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: 93%;
		right: 20px;
	}

	.nivo-controlNav a.active {
		font-size: 16px !important;
	}

	.nivo-controlNav li a {
		font-size: 14px !important;
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {

	.nivo-caption,
	.hero-static-caption {
		top: 69%;
	}

	.hero-slider-content {
		padding-left: 70px;
	}

	.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 p {
		font-size: 15px !important;
	}

	.hero-slider-content p span::after {
		width: 30px;
		top: 10px;
		left: 25px;
	}

	.hero-slider-content p span {
		padding-right: 45px !important;
	}

	.nivo-directionNav a {
		height: 48px;
		width: 48px;
		top: 64%;
	}

	.nivo-prevNav {
		left: 20px;
	}

	.nivo-nextNav {
		right: 20px;
	}

	.nivo-controlNav {
		top: 92%;
		right: 20px;
	}

	.nivo-directionNav a i {
		line-height: 48px;
	}

	.hero-slider-content span.brdr {
		width: 50px;
		margin: 7px 0 10px;
	}

	.hero-slider-content a {
		width: 120px;
		font-size: 13px;
		line-height: 20px;
		padding: 10px 10px !important;
		margin-top: 5px !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 {
		font-size: 14px;
		padding: 10px 30px;
	}

	.hero-slider-content a {
		margin-top: 10px !important;
	}

	.nivo-controlNav {
		top: 92%;
		right: 50px;
	}

	.hero-slider-content span.brdr {
		width: 50px;
		margin: 6px 0 10px;
	}
}