@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: 91;
}

/*-- 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: #ffd22c;
	font-size: 32px !important;
	line-height: 40px !important;
	font-weight: 900;
	margin-bottom: 15px !important;
	text-align: right; 
	text-transform: capitalize;
    font-family: "Fredoka", sans-serif;
    margin-bottom: 15px !important;
    letter-spacing: 1px;
}

.hero-slider-content p {
    color: #fff;
    font-size: 22px !important;
	line-height:30px !important;
    font-weight: 500;
    text-align: center;
    margin-bottom: 22px !important;
    text-align: right;
}
 
.hero-slider-content a { 
    display: inline-block;
    text-align: center; 
    background-color: #d9251e;
	border-color: #d9251e;
    color: #fff !important; 
    text-transform: uppercase;
    letter-spacing: 1.5px;
	float:right;
	border-radius: 25% 10% !important;
    font-size: 15px !important;
    line-height: 25px;
    text-align: center;
    display: table;
    margin: 20px auto 0;
    color: #fff !important;
    width: 150px !important;
    padding: 10px 15px !important;
}


.hero-slider-content a:hover {
	background-color: #f97704 !important;
}

/*-- 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: 45%;
	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) {

	.hero-slider-content h1 {
		font-size: 18px !important;
		line-height: 25px !important;
		margin-bottom: 0px !important;
	}
	
	.hero-slider-content p { 
		font-size: 14px !important; 
		line-height: 20px !important;
		margin-bottom: 5px !important;
	}

	.hero-slider-content a { 
		font-size: 10px;
		line-height: 20px;
		padding: 5px 10px !important;
		margin-top: 0px !important;
	}

	.nivo-directionNav a i {
		display: none;
	}

	.nivo-directionNav a {
		display: none;
	}

	.nivo-controlNav {
		top: 45%;
		right: 20px;
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	 
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	 
}