
/* ---------------------------------------------------------------------- */
/*	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;
	}

}

@media (max-width: 480px){
.fullwidthbanner-container {
    margin-top: -4px;
}

}

.fullwidthbanner-container{
    margin-top: 0px;
}


/*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 {
	color: #7B8793;
	font-size: 14px;
	line-height: 24px;
}
.slide_desc_bordered {
	border-left: 3px solid #DDDDDD !important;
	padding-left: 5px;
}



.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.68);
    color: #111;
    padding: 0 20px!important;
    border: 1px solid rgba(238, 238, 238, 0.76)!important;
    border-radius: 0px;
}


.slide_desc {
    font-size: 20px!important;
    line-height: 24px;
    background-color: #557A80;
    color: #eee;
    padding: 6px 20px!important;
    /* border: 1px solid rgba(238, 238, 238, 0.76)!important; */
    border-radius: 7px;
    text-shadow: 0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000;
}

.slide_desc a {
    
    color: #ccc!important;
}

.slide_subtitle {
    background-color: rgba(0, 34, 40, 0.85);
    color: #002228;
    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 10px #fff,0 0 10px #fff,0 0 10px #fff; */
    /* border: 1px solid rgba(238, 238, 238, 0.76)!important; */
    /* border-radius: 9px; */
}


@media (max-width: 991px) {

    /*slider*/
    .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;
    }
    
}