/*custom slider styles start*/
#cus-slider{
	overflow: hidden;
}

#cus-slider ul {
	transition: all 0s linear 0s !important;
	-moz-transition: all 0s linear 0s !important;
	-webkit-transition: all 0s linear 0s !important;
	width: 15000px !important;
}
.custom{
	max-width: 1140px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}


/*.custom-fix{
	max-width: 1140px;
	width: 100%;
	overflow:hidden !important;
}*/
.custom li{
	list-style: none;
	/*display: table-cell;*/
	display: inline-block;
	float: left;
	position: relative;}
.custom li img{
	max-width: 100%;
	display: block;
	height: auto;
	cursor: pointer;
}
.custom .next, .custom .prev{
	background-image: url(../images/hero/sprite.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	width: 52px;
	height: 56px;
	line-height: 56px;
	margin-top: -28px;
	text-align: center;
	color: #ffffff;
	font-size: 14px;
	text-transform: uppercase;
	text-indent: -9999px;
}
/*.custom .next:hover {
	margin-right: -10px;
}
.custom .prev:hover {
	margin-left: -10px;
}*/
.custom .next{
	background-position: -51px 0;
    right: -76px;
    z-index: 9999;
}
.custom .prev{
	background-position: 10px 0;
    left: -81px;
    z-index: 9999;
}
.custom .prev:hover{

	  background-color: #DEDEDE;
    transition: all 0.3s ease-in-out 0s;
}
.custom .next:hover{
  background-color: #DEDEDE;
    transition: all 0.3s ease-in-out 0s;
}
.custom .left-overlay, .custom .right-overlay{
	cursor: pointer;
}
.custom .right-overlay {
	background:rgba(255, 255, 255, 1);
	z-index:99!important;
}
.custom .right-overlay:hover {
	background:rgba(255, 255, 255, 1)
}
.custom .left-overlay {
	background:rgba(255, 255, 255, 1);
	z-index:99 !important;
}
.custom .left-overlay:hover {
	background:rgba(255, 255, 255, 1)
}
.custom .pagination {
	bottom: 10px;
    position: absolute;
    right: 0;
}
.custom .pagination ol{
	padding: 0;
	margin: 0;
}
.custom .pagination li {
	background: url(../images/hero/num-bullet.png) 0 0 no-repeat;
	cursor:pointer;
	font-size: 12px;
	width: 32px;
	height: 22px;
	line-height: 1.5;
	text-align: center;
	color: #ffffff;
	display: block;
	clear: both;
}
.custom .pagination li.active {
	background: url(../images/hero/num-bullet-active.png) 0 0 no-repeat;
	color: #000000;
}
.custom .ctrl-wrap {
	position:absolute;
	right:0;
	bottom:6px;
	/*width:250px;*/
	/*height:40px;*/
}
.custom .timer {
	background:#656464;
	width:200px;
	height: 5px;
	margin: 18px 0;
	float: left;
	display: none !important;
}
.custom .play, .custom .pause {
	background-image: url(../images/hero/play-pause-btn.png); 
	background-repeat: no-repeat;
	float:right;
	width: 10px;
	height: 20px;
	margin: 0 10px 0 0;
	cursor:pointer;
}
.custom .play {
	background-position: 0 0;
}
.custom .pause {
	background-position: 0 -22px;
}
.res-caption{
	font: 20px/26px Arial,Helvetica,sans-serif;
    left: 0;
    position: absolute;
    top: 20px;
    width: 50%;
	color: #ffffff;
}
.res-head {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 10px 20px;
}
.res-head h2 {
    color: #000000;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.6;
    margin: 0;
}
.res-head h2 span{
	font-size: 40px;
}
.res-desc {
    margin-top: 10px;
    padding-left: 25px;
}
.res-desc a.button{
	background: #70AC00;
    border-bottom: 3px solid #5A8C00;
    color: white;
    cursor: pointer;
    display: inline-block;
  font-family: 'SegoeUISemilight';
    font-size: 20px;
/*    font-weight: bold;*/
    line-height: 1;
    padding: 24px;
    position: relative;
    text-align: center;
    text-decoration: none;
}
.res-desc a.button:hover{
	background: #806c14;
	border-bottom: 3px solid #6b5a0d;
}
.res-desc p{
	background: url(../images/hero/text-icon.gif) 0 9px no-repeat;
	margin: 0 0 5px;
	padding: 0 0 0 15px;
	text-shadow: 2px 2px 1px rgb(0, 0, 0);
}
.res-desc-alter p{
	/*text-shadow: 2px 2px 0px rgb(0, 0, 0);*/
}

/*for inner page slider styles only start*/
.inner-slide-banner h2{
	line-height: 1.3;
}
.inner-title-green{
	color: #5d8f00;
}
.inner-slide-banner .res-caption{
	width: auto;
	top: 10px;
}
.inner-slide-banner .button{
    padding: 15px 24px !important;
}
.inner-slide-banner .button:hover{
	background: #E39650;
}
/*for inner page slider styles only end*/

@media only screen and (max-width:1140px) {
	#cus-slider{
		overflow: hidden;
	}
	.custom .next {
		right:0;
	}
	.custom .prev {
		left:0;
	}
	.res-desc a.button{
		font-size: 20px;
		padding: 13px;
	}
	.res-head h2{
		font-size: 35px;
	}
}
@media only screen and (max-width: 991px){
	.res-head h2 {
	    font-size: 28px;
	}
}
@media only screen and (max-width: 940px){
	.res-desc p {
	    font-size: 14px;
	    margin: 0;
	    padding: 0 0 0 15px;
	}
	.res-head h2 {
	    font-size: 20px;
	}
	.res-caption{
		width: 50%;
	}
}
@media only screen and (max-width: 767px){
	.res-caption{
		display: none;
	}
	.custom .next, .custom .prev{
		display: none;
	}
}
@media only screen and (max-width: 445px){
	.custom .ctrl-wrap{
		display: none;
	}
}
/*custom slider styles end*/
