/***************************/
/* css for bannerContainer */
/***************************/

.bannerContainer {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}

.bannerImagePosition, .bannerImagePosition img{
	width: 100%;
	height: auto;
	float: left;
}

.bannerImagePosition img
{
    padding-bottom: 115px;
}

.bannerContainerEdit {
	display: none;
}
.bannerContainer .banner, .bannerContainer .bannerEdit {
    display: none;
}
.bannerContainer .default {
    display: block;
	width: 100%;
	height: auto;
	float: left;
}
.bannerText {
    position: absolute;
    bottom: 0 !important;
  /*  bottom: 0;  this is the fix to make it work when javascript unabled */
	width: 100%;
	height: 115px;
	left: 0;
}
.bannerTextContent{
	margin: 0 auto;
	width: 680px;
	height: 100px;
	text-align: center;
    padding: 15px 150px 0px 150px;
    overflow: hidden;
    z-index: 50;
    color: #333;
    font-size: 14px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	-webkit-backface-visibility: hidden; /* Chrome */
}

.bannerTextContent p{
	margin: 0 !important;
}

.bannerText h1, .bannerText h2, .bannerText h3, .bannerText h4, .bannerText h5, .bannerText h6 {
    font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
    font-size: 36px!important;
	line-height: 42px!important;
    font-weight: normal !important;
    padding: 0px !important;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 5px!important;
    margin-left: 0px;
    color: #000;
}

.bannerTextContent
{
    overflow: hidden;
}

.bannerImage{
	float: left;
	width: 100%;
	height: auto;
	padding-bottom: 115px;
}

.bannerImage p
{
    margin: 0 !important;
}

.banner, .banner img
{
    width:100%;
	float: left;
	height: auto;
}

/* Navigation */
.bannerNav {
    height: 10px;
    position: absolute;
    right: 50%;
	margin-right: -490px;
    bottom: 132px;
    z-index: 51;
    width: 83px !important;
}
.navButton {
	width: 13px;
	height: 13px;
	float: left;
	margin: 0 0 0 3px;
}
.navButton a {
    width:13px;
    height: 13px;
    float: left;
	background: url(../images/structure/bannerNav.png) 0 0 no-repeat;
    font-size: 1px;
	text-indent: -9999em;
	overflow: hidden;
}
.navButton a:hover, .navButton a:focus {
    background-position: 0 -13px;
}
.navButton .selected {
    background-position: 0 -13px;
}

#bannerPrev{
	width: 29px;
    height: 48px;
	position: absolute;
	left: 50%;
	margin-left: -490px;
	bottom: 34px;
}
.bannerNavLeft {
	width: 29px;
    height: 48px;
	float: left;
}
.bannerNavLeft a {
    width: 29px;
    height: 48px;
    float: left;
    font-size: 1%;
    text-indent: -9999px;
    overflow: hidden;
    background: url(../images/structure/bannerNavLeft.png) 0 0 no-repeat;
}
.bannerNavLeft a:hover, .bannerNavLeft a:focus {
    background-position: 0px -48px;
}

#bannerNext{
	width: 29px;
    height: 48px;
	position: absolute;
	right: 50%;
	margin-right: -490px;
	bottom: 34px;
}
.bannerNavRight {
	width: 29px;
    height: 48px;
	float: left;
}
.bannerNavRight a {
    background: url(../images/structure/bannerNavRight.png) 0 0 no-repeat;
    position: absolute;
    font-size: 1%;
	width: 29px;
    height: 48px;
    overflow: hidden;
    text-indent: -9999px;
	float: left;
}
.bannerNavRight a:hover, .bannerNavRight a:focus {
    background-position: 0px -48px;
}

/* Edit Controls */
.bannerControls {
    height: 10px;
    position: absolute;
    right: 50%;
	margin-right: -490px;
    top: 60px;
    z-index: 50;
}
.bannerControls div {
	float: left;
}
.bannerControls div.last {
	border-right: none;
}
.bannerControls a {
	background: #f9f8f6;
	padding: 5px 10px;
}
.bannerControls a, .bannerControls a:link, .bannerControls a:visited {
    color: #333;
    text-decoration: none;
}
.bannerControls a:hover, .bannerControls a:focus {
    background: #d6e4f0;
    text-decoration: none;
}


.bannerContainerEdit .bannerText{
	bottom: 0;
	 right: 50%; 
	 margin-right: -490px;
	 width: 980px;
	 left: auto;
}

.bannerContainerEdit .bannerImagePosition, .bannerContainerEdit .bannerImagePosition img{
	float: none;
	height: 388px;
	width: 1407px;
}


.bannerContainerEdit .banner{
	position: relative;
	right: 50%;
	left: auto !important;
	margin: 0 -703px 0 0 !important;
	height: 388px;
	width: 1407px;
	padding-bottom: 115px;
}

.bannerContainerEdit .bannerImage img{
	height: 388px;
	width: 1407px;
}

/* Sorting */
ul.sortableBanner { list-style-type: none; margin: 0; padding: 0; }
ul.sortableBanner li { margin: 3px 3px 3px 0; padding: 1px; float: left; width: 100px; height: 90px; font-size: 4em; text-align: center; overflow: hidden; line-height: 1.6; }
ul.sortableBanner li img { height: 100px; }




.new_homepage .bannerImagePosition img {
    padding-bottom: 0;
}

.new_homepage .bannerText {
    position: absolute;
    bottom: 40px !important;
	width: 100%;
	height: auto;
	left: 0;
	z-index: 2;
	transition: all 0.3s ease-in-out;
}

.new_homepage .banner:hover .bannerText, .new_homepage .banner:focus .bannerText {
	transform: scale(1.05);
}
.new_homepage .bannerTextContent{
	width: auto;
	height: auto;
	margin: 0 auto;
	text-align: left;
    padding: 15px 100px 0px 100px;
    overflow: hidden;
    z-index: 50;
    color: #fff;
	font-size: 17px;
	line-height: 22px;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	-webkit-backface-visibility: hidden; /* Chrome */
	font-weight: 400;
}
.new_homepage .bannerText h1, .new_homepage .bannerText h2, .new_homepage .bannerText h3, .new_homepage .bannerText h4, .new_homepage .bannerText h5, .new_homepage .bannerText h6 {
	font-weight: 300;
    color: #fff;
}

.new_homepage .bannerImage{
	width: 100%;
	height: auto;
	position: relative;
	padding-bottom: 0;
}
.new_homepage .bannerImage:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 50%);
}

.new_homepage .bannerNav {
    height: 20px;
    position: absolute;
    right: 20px;
	bottom: 18px;
	margin-right: 0;
    z-index: 51;
    width: auto !important;
}
.new_homepage .navButton {
	width: 16px;
	height: 16px;
	float: left;
	margin: 0 0 0 6px;
}
.new_homepage .navButton a {
    width:16px;
    height: 16px;
    float: left;
    font-size: 1px;
	text-indent: -9999em;
	overflow: hidden;
	background: white;
	border-radius: 16px;
}
.new_homepage .navButton a:hover, .new_homepage .navButton a:focus {
    background: #808080;
}
.new_homepage .navButton .selected {
    background: #808080;
}


