@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: #2d3c4a;
    font-size: 45px !important;
    line-height: 50px;
    font-weight: 700;
    margin-bottom: 10px!important;
    text-align: left!important;
    opacity: 0.9;
    -moz-text-shadow: 0px 2px 5px rgb(255 255 255 / 30%);
    -webkit-text-shadow: 0px 2px 5px rgb(255 255 255 / 30%);
    text-shadow: 0px 2px 5px rgb(255 255 255 / 30%);
}
.hero-slider-content p { 
	color: #2d3c4a;
	font-size: 15px!important	;
	
	-moz-text-shadow:0px 2px 5px rgb(255 255 255 / 30%);
	-webkit-text-shadow:0px 2px 5px rgb(255 255 255 / 30%);
	text-shadow:0px 2px 5px rgb(255 255 255 / 30%);
 
} 
.hero-slider-content a {
	background: linear-gradient(to right, #b47137, #fbe36e); 
	color: #333 !important;
	display: block;
	width:130px;
	margin:15px   0!important; 
	font-size: 14px;
	font-weight: 600; 
	padding: 12px 5px;
	text-transform: uppercase;
	text-align:center;
	float:left;
	clear: left;
	border-radius: 5px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
.hero-slider-content a:hover {
	background-color: #748c1a;
	color: #fff!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.2);
}
.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{ display:none  } */
.nivo-caption, .hero-static-caption {  
	top: 55%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	z-index: 8;
} 
.hero-slider-content p {
	font-size: 14px!important;
	line-height:24px;
	text-align:left;
	margin-left:0 !important;
	margin-right:0 !important;

} 
.hero-slider-content h1{  font-size:16px!important; line-height:20px !important;  margin-bottom:0!important }
.hero-slider-content p{   font-size:10px!important ; line-height:14px; max-width:250px; ;margin-bottom:0!important }
.hero-slider-content a {padding:6px 10px; margin:10px 0 5px !important; font-size:10px; height:auto!important; width:100px; text-align:center  }
.nivo-controlNav {
	right: 15px; 
	bottom: 10px; 
	top:60%;
}
.nivo-controlNav li {
    margin-bottom: 12px!important;
}
.nivo-directionNav a { 
	height: 30px;
	margin-top: -18px;
	width: 30px;  
}
.nivo-directionNav   {
   display: none;
}  
}
@media only screen and (min-width:768px) and (max-width:991px) {
 .hero-slider-content {
	margin-left:70px;
	}
	.hero-slider-content h1 { 
		font-size: 30px !important;
		line-height:35px;	 
	}
	.hero-slider-content p {  
		font-size: 13px!important	; 
	}  
}

@media only screen and (min-width:992px) and (max-width:1199px) {
.hero-slider-content {
margin-left:70px;
}
.hero-slider-content h1 { 
	font-size: 35px !important;
	line-height:45px;	 
}
 
}