.NOfullwidthabnner{
    width: auto!important;
    /* border: 1px solid #F29803; */
    border-radius: 3px;
}

.NOfullwidthabnner ul{
    padding:0;
    float: left;
}

.NOfullwidthabnner ul li{
    padding:0;
}

.NOfullwidthbanner_container{
    
}

section.fullwidthbanner-container{
    left:0!important;
    padding: 5px;
    /* background: #FFDFAC; */
    border-radius: 5px;
    /* border: 1px solid #F29803; */
    margin-bottom: 6px;
}

/* ---------------------------------------------------------------------- */
/*	Slider Revolution  Elements
/* ---------------------------------------------------------------------- */
.bannercontainer {
	background-color: #fff;
	width: 960px;
	position: relative;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

.banner {
	width: 960px;
	height: 500px;
	position: relative;
	overflow: hidden;
}

.bannercontainer-simple {
	padding: 0px;
	background-color: #fff;
	width: 960px;
	position: relative;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

.banner-simple {
	width: 960px;
	height: 500px;
	position: relative;
	overflow: hidden;
}

.fullwidthbanner-container {
	width: 100% !important;
	position: relative;
	padding: 0;
	overflow: hidden;
}
.fullwidthbanner-container .fullwidthabnner {
	/* width: 100% !important; */
	max-height: 450px !important;
	position: relative;
	border-bottom: 1px solid #E7E7E7;
	overflow: hidden;
	background: rgb(246, 246, 246);
}
.fullwidthbanner-container .fullwidthabnner > ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.fullwidthbanner-container .fullwidthabnner > ul li {
	position: absolute;
	padding: 0;
}

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

	.banner, .bannercontainer {
		width: 760px;
		height: 396px;
	}

}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	.banner, .bannercontainer {
		width: 480px;
		height: 250px;
	}

}

@media only screen and (min-width: 0px) and (max-width: 479px) {
	.banner, .bannercontainer {
		width: 320px;
		height: 167px;
	}

}
/*Revolution*/
.slide_title {
	color: #555555;
	font-family: 'Open Sans';
	font-size: 45px;
	font-weight: 300;
	text-transform: uppercase;
}
.slide_subtitle {
	font-family: 'Open Sans';
	font-size: 18px;
	font-weight: 400;
	padding: 5px;
	text-transform: uppercase;
}
.slide_list_item {
	background-color: #0088CC;
	color: #FAFAFA;
	font-family: 'Open Sans';
	font-size: 14px;
	font-weight: 400;
	padding: 5px;
	text-transform: uppercase;
}

.slide_desc_bordered {
	border-left: 3px solid #DDDDDD !important;
	padding-left: 5px;
}

.slide_subtitle {
	background-color: rgba(0, 0, 0, 0.56);
	color: #D81717;
	padding: 10px 20px!important;
	font-size: 20px!important;
	letter-spacing: 0px;
	font-weight: bold;
	text-shadow: 0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff;
	border: 1px solid rgba(238, 238, 238, 0.76)!important;
	border-radius: 9px;
}
/*teo*/
.slide_title {
    color: #555555;
    font-family: 'Open Sans';
    font-size: 45px;
    font-weight: 300;
    text-transform: uppercase;
    background-color: rgba(0, 119, 0, 0.7);
    color: #eee;
    padding: 0 20px!important;
    border: 1px solid rgba(238, 238, 238, 0.76)!important;
    border-radius: 9px;
}
.slide_title {
    color: #555555;
    font-family: 'Open Sans';
    font-size: 45px;
    font-weight: 300;
    text-transform: uppercase;
    background-color: rgba(255, 255, 255, 0.7);
    color: #111;
    padding: 0 20px!important;
    border: 1px solid rgba(238, 238, 238, 0.76)!important;
    border-radius: 9px;
}


.slide_desc {
    font-size: 20px!important;
    line-height: 24px;
    background-color: rgba(0, 0, 0, 0.9);
    color: #F69507;
    padding: 16px 16px!important;
    background-color: rgba(0, 95, 172, 0.57);
    color: #f7cf4b;
    text-shadow: 0 0 3px #000,0 0 3px #000,0 0 3px #000;
    width: 120%!important;
    margin-left: -20px!important;
    top: 161px!important;
    text-indent: 40px;
}
.slide_desc:hover {
    /* background:#000; */
}
.slide_desc a {
    
    color: #ccc!important;
}


@media (max-width: 991px) {
    .slide_title {
        left:10px!important;
        padding: 7px 20px!important;
        font-size: 27px!important;
        line-height: 27px!important;
    }
    
    .slide_subtitle {
        left: 10px!important;
        padding: 10px!important;
        font-size: 18px!important;
        line-height: 18px!important;
    }
    
    .slide_desc{
        left: 10px!important;
        padding: 6px 10px 6px 10px!important;
        font-size: 18px!important;
        line-height: 18px!important;
    }
    
}
