/* CSS Decktop */
@media all and (min-width: 994px) {
.sectionheaderwrap {
	display:block;
}
.sectionheader .content {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	margin-left: auto;
	margin-right: auto;
	max-width: 994px;
	min-height: 250px;
	background-repeat: no-repeat;
    background-position: center;
}
.sectionheader .content .copy-left {
	position:relative;
	display:block;
	top: 60px;
	left: 10%;
	width: 40%;
	min-height:50%;
	max-height: 50%;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #FFF;
}
.sectionheader .content .copy-right {
	position:relative;
	display:block;
	top: 60px;
	left: 50%;
	width: 40%;
	min-height:50%;
	max-height: 50%;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #FFF;
}
.sectionheader .content a {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	text-decoration:none;
}
.sectionheader .content a:hover {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration:underline;
}
.sectionheader h2 {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size: 32px;
	text-decoration: none;
	font-weight: 100;
	margin-bottom: 0px;
	margin-top: 0px;
	color: #FFF;
	font-style: normal;
}

.sectionheaderwrap .bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	top: 220px;
	width: 100%;
	z-index:50;
	margin-top:0px;
	margin-bottom: 0px;
	padding: 0px;
	height: 15px;
}

.sectionheaderwrap .bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
}
.sectionheaderwrap .bx-wrapper {
	position: relative;
	margin: 0px;
	padding: 0;
	*zoom: 1;
}
.sectionheader .Buy {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#fff;
	margin-bottom: 10px;
}
.sectionheader .Buy a {
	display:block;
	background-color:#2B8400;
	color:#fff;
	width: 100%;
	padding-top:5px;
	padding-bottom: 5px;
	text-align:center;
}
.sectionheader .Buy a:hover {
	color:#fff;
	background-color:#339D00;
	text-decoration:none;
}
}

/* CSS tablet */
@media all and (max-width: 993px) {
.sectionheaderwrap {
	display:block;
}
.sectionheader .content {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	min-height: 250px;
	background-repeat: no-repeat;
    background-position: center;
}
.sectionheader .content .copy-left {
	position:relative;
	display:block;
	top: 60px;
	left: 10%;
	width: 40%;
	min-height:50%;
	max-height: 50%;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #FFF;
}
.sectionheader .content .copy-right {
	position:relative;
	display:block;
	top: 60px;
	left: 50%;
	width: 40%;
	min-height:50%;
	max-height: 50%;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #FFF;
}
.sectionheader .content a {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	text-decoration:none;
}
.sectionheader .content a:hover {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration:underline;
}
.sectionheader h2 {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size: 32px;
	text-decoration: none;
	font-weight: 100;
	margin-bottom: 0px;
	margin-top: 0px;
	color: #FFF;
	font-style: normal;
}

.sectionheaderwrap .bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	top: 220px;
	width: 100%;
	z-index:50;
	margin-top:0px;
	margin-bottom: 0px;
	padding: 0px;
	height: 15px;
}

.sectionheaderwrap .bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
}
.sectionheaderwrap .bx-wrapper {
	position: relative;
	margin: 0px;
	padding: 0;
	*zoom: 1;
}
.sectionheader .Buy {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#fff;
	margin-bottom: 10px;
}
.sectionheader .Buy a {
	display:block;
	background-color:#2B8400;
	color:#fff;
	width: 100%;
	padding-top:5px;
	padding-bottom: 5px;
	text-align:center;
}
.sectionheader .Buy a:hover {
	color:#fff;
	background-color:#339D00;
	text-decoration:none;
}
}
/* CSS Mobile */
@media all and (max-width: 479px) {

.sectionheaderwrap {
	display:none;
}
}

