@media only screen and (max-width: 767px)
{
	.desktop{ display:none !important; }
}
@media only screen and (min-width: 768px)
{
	.mobile { display: none !important; }
}

p{font: Normal 18px/32px 'Roboto',sans-serif;}
.btn-yellow {
	background: #eac500;
	background: rgb(233,197,0);
	background: -moz-linear-gradient(left,  rgba(233,197,0,1) 0%, rgba(248,212,4,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(233,197,0,1) 0%,rgba(248,212,4,1) 100%);
	background: linear-gradient(to right,  rgba(233,197,0,1) 0%,rgba(248,212,4,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9c500', endColorstr='#f8d404',GradientType=1 );
	border-radius: 0;
	color: #0a3855;
}
.btn-yellow:hover {
	color: #0a3855;
	border-color: transparent;
}
.btn-shadow {
	-webkit-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.35);
	box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.35);
}
body {
	color: #3b464c;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	min-width: 320px;
}
[id$=tblInquiry] {
    width: 100%;
	background: #e5e7e9;
}
[id$=tblInquiry] input[type=text], [id$=tblInquiry] textarea {
    width: 100% !important;
    padding: 8px 10px;
    border: 1px solid #ccc;
}
[id$=tblInquiry] input[type=text] {
    height: auto !important;
}
[id$=tblInquiry] textarea {
    height: 181px !important;
    resize: none;
    display: block;
	font-size:inherit!important;
}
[id$=tblInquiry] .yellowbutton {
	border: 0;
	margin-bottom: 1em;
}

.topNav {
	background: #0a3855;
	color: #5c90b1;
	font-family: 'Roboto Slab', sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 11px 0;
}
.topNav .links > * {
	display: inline-block;
	text-transform: uppercase;
	margin-left: 6px;
	margin-right: 6px;
}
.topNav .number {
	color: #fff;
}
.topNav .links, .topNav .links a {
	color: #fcf34c;
}
.language select {
	background: transparent;
	border: 0;
	text-transform: uppercase;
}
.links .account {
	background: #f0cc02;
	padding: 10px;
	/* margin: -8px 6px; */
}

.account input{
	background: #e9c500;
	background: -moz-linear-gradient(left, #e9c500 0%, #f8d404 100%);
	background: -webkit-linear-gradient(left, #e9c500 0%,#f8d404 100%);
	background: linear-gradient(to right, #e9c500 0%,#f8d404 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9c500', endColorstr='#f8d404',GradientType=1 );
	-webkit-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.35);
	box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.35);
	color: #0a3855;
	font-family: 'Roboto Slab', sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	display: table;
	padding: 18px 23px;
	margin: auto;
	cursor: pointer;
}


.links .account a {
	color: #0a3855;
}

.nav .container > * {
	display: inline-block;
	vertical-align: middle;
}
.nav {
    padding: 20px 0 16px;
	background-color: #f0f0f0;
}
.logo {
	padding: 10px 0;
	width: calc(100% - 110px);
	padding-right: calc(100% - 215px);
}
.logo img {
    max-width: 100%;
}
.nav .cart.mobile {
    border-left: 1px solid #b6c2c9;
    padding: 18px 0px 17px 20px;
}
.ham.mobile {
    width: 32px;
    height: 19px;
    margin-right: 20px;
    position: relative;
    cursor: pointer;
}
.ham.mobile span, .ham.mobile:before, .ham.mobile:after {
	content: '';
	height: 3px;
	width: 100%;
	background: #009ee8;
	display: inline-block;
	position: absolute;
	border-radius: 3px;
	transition: all 0.3s ease-in;
}
.ham.mobile:before {
    top: 0;
}
.ham.mobile:after {
    bottom: 0;
}
.ham.mobile span {
    top: 8px;
}
.ham.mobile.active:before {
    transform: rotate(45deg);
}
.ham.mobile.active:after {
    transform: rotate(-45deg);
}
.ham.mobile.active span {
    opacity: 0;
}
.ham.mobile.active:before, .ham.mobile.active:after {
    width: 28px;
    top: 50%;
}
#slideNav {
	text-align: center;
	background: #f0f0f0;
	padding-top: 10px;
	position: absolute;
	width: 100%;
	z-index: 1001;
	left: 0;
	transition: left .3s ease-in;
	top:134px;
	bottom:0px;
}
#slideNav:not(.expanded) {
	left: -100%;
}
#slideNav a {
	color: #3b464c;
	font-size: 18px;
	display: block;
}
#slideNav li a {
    padding: 5px 0;
    cursor: pointer;
}
#slideNav li:not(:last-child) {
    border-bottom: 1px solid;
    margin-bottom: 5px;
}
#slideNav ul ul {
    width: 90%;
    margin: auto;
    opacity: .7;
}
#slideNav li li a {
    font-size: 16px;
}
#slideNav li:not(.active) ul {
    display: none;
}

#slideNav li.hasChild > a {
	position: relative;
}
#slideNav .menu{background-color:#FFF;}
@media only screen and (min-width: 768px)
{
	.nav .container {
		display: table;
	}
	.logo {
		padding-right: 10px;
		display: table-cell !important;
		width: 105px;
	}
	.nav nav {
		text-align: right;
		display: table-cell !important;
	}
	.nav .menu li {
		display: inline-block;
		padding-left: 10px;
		vertical-align: middle;
	}
	.nav .menu li ul {
		display: none;
	}
	.nav .menu li a {
		color: #3b464c;
		font-size: 15px;
	}
	.nav .menu li.active > a, .nav .menu li:hover > a {
		border-bottom: 3px solid #009ee8;
		margin-bottom: -3px;
		text-decoration: none;
	}
	.nav .menu > li:last-child > a {
		border-bottom: 0 !important;
		margin-bottom: 0 !important;
	}
}
@media only screen and (min-width: 992px)
{
	.logo {
		width: auto;
	}
	.nav .menu li {
		padding-left: 18px;
	}
	.nav .menu li a {
		font-size: 18px;
	}
}

.rotator {
	color: #fff;
	padding-top: 25px;
}
.rotator img {
	max-width: 100%;
	margin-bottom: -8%;
}
.rotator .title {
	font-size: 32px;
	font-family: 'Roboto Slab',sans-serif;
	text-shadow: 0px 14px 6px rgba(0, 0, 0, 0.35);
	padding-bottom: 25px;
	border-bottom: 2px solid #fff048;
	margin-bottom: 25px;
}
.rotator .title:not(:empty):before {
	content: '';
	display: block;
	background: url('../images/design/BakerTitleInsert.png') no-repeat top center;
	width: 58px;
	height: 13px;
	background-size: contain;
}
.rotator .description p {
	font-size: 18px;
	margin-bottom: 25px;
}
.rotator .description .emph {
	color: #fff048;
	font-weight: bold;
}
.rotator .description .link {
	background: #e9c500;
	background: -moz-linear-gradient(left, #e9c500 0%, #f8d404 100%);
	background: -webkit-linear-gradient(left, #e9c500 0%,#f8d404 100%);
	background: linear-gradient(to right, #e9c500 0%,#f8d404 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9c500', endColorstr='#f8d404',GradientType=1 );
	-webkit-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.35);
	box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.35);
	color: #0a3855;
	font-family: 'Roboto Slab', sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	display: table;
	padding: 18px 23px;
	margin: auto;
	cursor: pointer;
}
@media only screen and (min-width: 768px)
{
	.rotator .container {
		width: 90%;
		margin: auto;
		max-width: 1160px;
		position: relative;
	}
	.rotator .description {
		position: absolute;
		right: 0;
		width: 50%;
		max-width: 600px;
	}
	.rotator .title:not(:empty):before {
		width: 122px;
		height: 27px;
	}
	.rotator .title {
		font-size: 40px;
	}
	.rotator .description p {
		font-size: 16px;
	}
	.rotator .description .link {
		float: right;
	}
}
@media only screen and (min-width: 992px)
{
	.rotator .description {
		top: 45px;
	}
	.rotator .title {
		font-size: 48px;
	}
	.rotator .description p {
		font-size: 20px;
	}
}

.weBuild {
	padding: 50px 0 135px;
	text-align: center;
	font-family: 'Roboto Slab', sans-serif;
	color: #fff;
	font-size: 14px;
}
.weBuild .emph {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 25px;
	text-shadow: 0px 14px 6px rgba(0,0,0,0.35);
	margin-bottom: 1em;
}

.featuredProducts {
	background: #f5f8fa;
}
.product-base {
	margin-top: -100px;
}
.product {
    background: #fff;
	-webkit-box-shadow: 0px 10px 24px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 10px 24px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 10px 24px 0px rgba(0,0,0,0.2);
	text-align: center;
	margin-bottom:30px;
	margin-right:20px;
}
.product-inner {
	padding: 30px 15px 10px;
	min-height:350px;
    max-width:310px;
    margin: 0 auto;
}
.ProductDetail .product-inner {
    position: relative;
}

.product img {
    margin: auto;
	/*max-height:130px;*/
}
.ProductDetail .product-inner img {
    max-height: 200px;
}
.ProductDetail .product-inner {
    position: relative;
    display: flex;
    flex-direction: column;
}
.ProductDetail .product-inner .product-details {
    align-items: flex-start;
    margin-top: auto;
}

@media all and (max-width:860px)
{
	.product-parent table td{width:100%; display:inline-block;}
	.product {margin-right:0px;}
}
.product-name {
	font-family: 'Roboto Slab', sans-serif;
	font-size: 22px;
	font-weight: bold;
	margin: 10px 0px;
	min-height:100px;
}
.product a  {
	font-family: 'Roboto Slab', sans-serif;
	font-weight: bold;
	padding-top: 1em;
	padding-bottom: 1em;
	text-transform: uppercase;
}
.btn.view-all {
	color: #009ee8;
	font-family: 'Roboto Slab', sans-serif;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	margin: auto;
	display: table;
	width: auto;
}
.featuredProducts .view-all {
	margin: 30px auto;
}
.featuredProducts .container {
	border-bottom: 1px solid #cdd5d9;
}
@media only screen and (max-width: 767px)
{
	.product-base {
		max-width: 275px;
		margin-left: auto;
		margin-right: auto;
	}
	.product-base #myCarousel {
		padding-bottom: 60px;
	}
	.product-base .carousel-inner {
		-webkit-box-shadow: 0px 10px 24px 0px rgba(0,0,0,0.2);
		-moz-box-shadow: 0px 10px 24px 0px rgba(0,0,0,0.2);
		box-shadow: 0px 10px 24px 0px rgba(0,0,0,0.2);
	}
	.product-base .carousel-indicators li {
		border-color: #3a454b;
		border-width: 2px;
		margin: 1px 3px;
	}
	.product-base .carousel-indicators li.active {
		width: 10px;
		height: 10px;
		margin: 1px 3px;
		background: #3a454b;
		border-color: #3a454b;
	}
}
@media only screen and (min-width: 768px)
{
	.weBuild {
		padding-top: 120px;
		background-repeat: no-repeat;
		background-size: cover;
		font-size: 26px;
	}
	.weBuild .emph {
		font-size: 42px;
	}
	.featuredProducts .view-all {
		margin: 45px auto 40px;
	}
}

.tagline {
    color: #3b464c;
    font-size: 25px;
    font-weight: bold;
    font-family: 'Roboto Slab', sans-serif;
    text-align: center;
    margin: 1em 0;
}
.custom {
	position: relative;
	background: #f5f8fa;
}
.custom:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url('../images/design/logend.jpg') no-repeat center right;
	z-index: 0;
}
.custom .container {
	position: relative;
	z-index: 1;
	min-height: 871px;
}
.custom .pod {
	background: #045588;
	margin-bottom: 25px;
	box-shadow: 0 10px 24px rgba(0,0,0,0.44);
}
.custom .pod .image img {
	width: 100%;
	display: block;
}
.custom .pod .content {
	padding: 45px;
	color: #fff;
}
.custom .pod .title {
	font-size: 25px;
	font-weight: bold;
	font-family: 'Roboto Slab', sans-serif;
}
.custom .pod .text {
	margin: 1em 0;
}
.custom .pod .link {
	font-size: 14px;
	font-weight: bold;
	font-family: 'Roboto Slab', sans-serif;
	color: #fff048;
	text-transform: uppercase;
}
@media only screen and (min-width: 768px)
{
	.custom:after {
		content: '';
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		background: url('../images/design/logpile.jpg') no-repeat center left;
		z-index: 0;
	}
	.custom .pod .title {
		font-size: 30px;
	}
	.tagline {
		font-size: 35px;
	}
}


.sales {
	background: #f5f8fa;
	padding-bottom: 55px;
}
.sales .image {
	text-align: center;
	padding-bottom: 30px;
}
.sales .image img {
	border-radius: 50%;
	box-shadow: 0px 22px 32px rgba(0,0,0,0.2);
}
.sales .title {
	font-family: 'Roboto Slab', sans-serif;
	font-size: 30px;
	font-weight: 300;
}
.sales .content .text {
	padding: 25px 0;
}
.sales .number {
    color: #0a3956;
    font-size: 20px;
    font-weight: bold;
    font-family: 'Roboto Slab', sans-serif;
}
@media only screen and (min-width: 768px)
{
	.sales .wrap {
		max-width: 860px;
		margin: auto;
	}
	.sales .image {
		width: 190px;
		display: inline-block;
		vertical-align: middle;
	}
	.sales .content {
		width: calc(100% - 210px);
		display: inline-block;
		vertical-align: middle;
	}
}
.videos {
    height: 722px;
    background: url('../images/design/vidbg.jpg') no-repeat center center;
	background-size: cover;
	position: relative;
}
.videos:before {
	content: '';
	background: rgba(15,48,58,.63);
	background: -moz-linear-gradient(top, rgba(15,45,58,0.63) 0%, rgba(7,71,111,0.63) 100%);
	background: -webkit-linear-gradient(top, rgba(15,45,58,0.63) 0%,rgba(7,71,111,0.63) 100%);
	background: linear-gradient(to bottom, rgba(15,45,58,0.63) 0%,rgba(7,71,111,0.63) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a10f2d3a', endColorstr='#a107476f',GradientType=0 );
	position: absolute;
	width: 100%;
	height: 100%;
}
.ftVidLink {
    color: #fff;
	position: absolute;
	height: 100%;
	box-sizing: border-box;
	left: 0;
	right: 0;
}
.videos .title {
    font-size: 16px;
    font-family: 'Roboto Slab', sans-serif;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
	margin-top: 200px;
}
.videos .vidName {
	font-family: 'Roboto Slab', sans-serif;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	margin-top: 35px;
}
.play-button {
    background: rgba(7,39,59,.4);
    height: 82px;
    width: 82px;
    border-radius: 50%;
    border: 3px solid #f7d304;
    box-shadow: 0px 0px 0px 4px rgba(7,39,59,.4);
    display: table;
    margin: 40px auto;
}
.play-button:before {
	content: '';
	display: inline-block;
	height: 0;
	width: 0;
	border-left: 44px solid #f7d304;
	border-top: 25px solid transparent;
	border-bottom: 25px solid transparent;
	margin-top: 14px;
	margin-left: 23px;
}
@media only screen and (min-width: 768px)
{
	.videos .title {
		font-size: 18px;
	}
	.videos .vidName {
		font-size: 35px;
	}
}

.ftVidLink:hover {
    color: #fff;
    text-decoration: none;
}
.videos .sub {
	font-family: 'Roboto Slab', sans-serif;
	color: #fff048;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}
.footer {
	background: #062539;
	color: #fff;
}
.footer {
	/*padding: 150px 0 40px;*/
	/*padding-bottom: 40px;*/
}
.footer .container {
	padding-top: 70px;
	position: relative;
}
.footer .name {
	text-align: center;
	font-family: 'Roboto Slab', sans-serif;
	font-size: 14px;
	font-weight: 300;
	text-transform: uppercase;
	padding: 0 0 50px;
}
.memberships {
	background: #fff;
	text-align: center;
	max-width: 865px;
	margin: auto;
	padding: 10px;
}
.sitemap {
	padding: 45px 0 0 0;
	border-color: #385161;
	border-style: solid;
	border-width: 1px 0 0 0;
	margin: 45px 0 0 0;
}
nav ul {
	padding: 0;
	list-style: none;
}
.sitemap li {
    margin-bottom: 25px;
}
.sitemap li a {
	color: #fff;
	font-size: 16px;
}
.sitemap ul ul {
    margin-top: 50px;
}
.sitemap nav > ul > li > a {
	color: #5c8aa8;
	font-size: 13px;
	text-transform: uppercase;
	font-family: 'Roboto Slab', sans-serif;
	font-weight: 700;
}
.sitemap nav > ul > li {
	float: left;
    margin-bottom: 35px;
    padding-right: 13px;
}
.sitemap nav > ul > li:last-child > ul > li:nth-last-child(2) > a {
    font-size: 0;
}
.sitemap nav > ul > li:last-child > ul > li:nth-last-child(2) > a:before {
	content: '';
	display: inline-block;
	height: 31px;
	width: 30px;
	background: url('../images/design/fb.png') no-repeat center center;
}
.sitemap nav > ul > li:last-child > ul > li:last-child > a {
    font-size: 0px;
}
.sitemap nav > ul > li:last-child > ul > li:last-child > a:before {
	content: '';
	display: inline-block;
	height: 22px;
	width: 30px;
	background: url('../images/design/yt.png') no-repeat center center;
}
@media only screen and (max-width: 660px)
{
	.sitemap nav > ul > li {
		width: calc(100% / 2);
	}
	.sitemap nav > ul > li:nth-child(2n+1) {
		clear: both;
	}
}
@media only screen and (min-width: 661px) and (max-width: 991px)
{
	.sitemap nav > ul > li {
		width: calc(100% / 4);
	}
	.sitemap nav > ul > li:nth-child(4n+1) {
		clear: both;
	}
}
@media only screen and (min-width: 992px)
{
	.sitemap nav > ul > li {
		width: calc(100% / 7);
	}
}
.subscribeFooter .title {
	font-family: 'Roboto Slab', sans-serif;
	font-size: 20px;
	font-weight: 300;
	text-align: center;
	margin-bottom: 25px;
}
.signUp {
	border-bottom: 4px solid #009ee8;
	padding-bottom: 10px;
}
.signUp .link {
	font-family: 'Roboto Slab', sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	float: right;
	line-height: 22px;
}
.subscribeBox .signUp .link {
	color: #0a3855;
}
.subscribeFooter .signUp .link {
	color: #f6d203;
}
.signUp .input-text {
	width: calc(100% - 65px);
	display: inline-block;
	vertical-align: middle;
	background: transparent;
	border: transparent;
	font-size: 14px;
	font-style: italic;
	font-weight: 300;
	text-indent: 35px;
	background-image: url('../images/design/envelope.png');
	background-repeat: no-repeat;
	background-size: 14px;
	background-position: left center;
}
.signUp .input-text::-webkit-input-placeholder {
	opacity: .5;
}
.signUp .input-text:-moz-placeholder {
	opacity: .5;
}
.signUp .input-text::-moz-placeholder {
	opacity: .5;
}
.signUp .input-text:-ms-input-placeholder {
	opacity: .5;
}
.subscribeBox {
    background: #fff;
    color: #3b464c;
    text-align: center;
    padding: 25px 15px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 865px;
    position: absolute;
    top: 0;
    width: calc(100% - 30px);
    left: 50%;
}
.subscribeBox .title {
    font-size: 20px;
    font-weight: 300;
    font-family: 'Roboto Slab', sans-serif;
	margin-bottom: 1.5em;
	margin-left: auto;
	margin-right: auto;
	max-width: 760px;
}
.subscribeBox .text {
	margin-bottom: 3.5em;
	opacity: .7;
}
.subscribeBox .signUp {
    max-width: 568px;
    margin: auto;
}
@media only screen and (min-width: 768px)
{
	.signUp .input-text {
		background-size: 28px;
		text-indent: 60px;
		font-size: 18px;
	}
	.signUp .link {
		font-size: 14px;
	}
	.subscribeBox .title {
		font-size: 28px;
	}
	.subscribeFooter .title {
		font-size: 30px;
		width: 48%;
		float: left;
	}
	.subscribeFooter .signUp {
		width: 48%;
		float: right;
	}
}
footer {
	background: #041926;
	color: #5c8aa8;
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
	line-height: 2.5;
}
footer .copy {
	margin: 2em;
}
footer .pip:before {
	content: '\25cf';
	display: inline-block;
	margin: 0 5px;
	font-size: .5em;
	vertical-align: middle;
	line-height: 2.75;
}
footer .links {
	margin: 2em;
}
footer a {
	display: block;
	color: inherit;
}
@media only screen and (min-width: 768px)
{
	footer .copy {
		float: left;
		width: 50%;
		text-align: left;
		box-sizing: border-box;
		margin: 0;
		padding: 2em;
	}
	footer .links {
		float: left;
		width: 50%;
		text-align: right;
		box-sizing: border-box;
		margin: 0;
		padding: 2em;
	}
	footer a {
		display: inline-block;
		margin-left: 10px;
	}
}



/*--Secondary--*/
.headerImage {
    position: relative;
}
body:not(.edit) .headerImage {
    overflow: hidden;
    height: 437px;
}
body:not(.edit) .headerImage:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(15,45,58,.8);
	display: block;
	z-index: 1;
}
.headerImage img {
	display: block;
}
body:not(.edit) .headerImage img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-height: 100%;
    min-width: 100%;
}

body.edit .headerImage img {
	max-width: 100%;
}
.headerImage .pageTitle {
    position: absolute;
    top: 35%;
    left: 10%;
    right: 10%;
    text-align: center;
    color: #fff;
    transform: translateY(-50%);
    font-family: 'Roboto Slab',sans-serif;
    font-size: 32px;
    font-weight: 300;
    padding-bottom: 1em;
    border-bottom: 2px solid #fff048;
    z-index: 2;
}
.headerImage .pageTitle:after {
	content: '';
	display: inline-block;
	height: 11px;
	width: 11px;
	border-radius: 50%;
	background: #fff048;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 50%);
	transform: translate(-50%, 50%);
}
.whiteBox {
	font-family: 'Roboto Slab',sans-serif;
	font-weight: 300;
	font-size: 25px;
	background: #fff;
	position: relative;
	z-index: 3;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 40px;
	padding: 20px 5px;
	box-shadow: 0px 10px 24px rgba(0,0,0,.2);
}
body:not(.edit) .whiteBox {
	margin-top: -90px;
}
.mainContent {
    font-size: 18px;
	padding-bottom:100px;
}
.mainContent a.lightbox {
    display: block;
}
.mainContent img {
    margin: auto;
    display: block;
}
.subContent {
	height: 402px;
	color: #fff;
	font-family: 'Roboto Slab', sans-serif;
	font-size: 24px;
	font-weight: bold;
	display: table;
	position: relative;
	background: url('../images/design/subContBG.jpg') no-repeat center center;
	background-size: cover;
	width: 100%;
}
.subContent:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(15,45,58,.8);
	display: block;
	z-index: 1;
}
.subContent .wrap {
    position: relative;
    z-index: 2;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 20px;
}
.secPods {
    margin-top: -50px;
    position: relative;
    z-index: 2;
}
.secPods .pod {
	margin-bottom: 20px;
}
.secPods .pod > img {
    width: 100%;
	display: block;
}
.secPods .content {
    background: #045588;
    color: #fff;
    font-size: 16px;
    padding: 35px 30px;
	box-shadow: 0px 4px 13px rgba(0,0,0,.54);
}
.secPods .title {
	font-family: 'Roboto Slab', sans-serif;
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 30px;
}
.secPods .link {
	color: #fff048;
	font-family: 'Roboto Slab', sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
.secPods .text p {
	margin-bottom: 20px;
}
@media only screen and (min-width: 768px)
{
	.secondaryNav {
		background: #e5e7e9;
		text-align: center;
	}
	.secondaryNav nav > ul > li > a {
		display: none;
	}
	.secondaryNav nav li li {
		display: inline-block;
		margin: 5px 10px;
	}
	.secondaryNav nav ul {
		margin-bottom: 0;
	}
	.secondaryNav nav li li a {
		color: #778893;
		font-size: 14px;
	}
	.secondaryNav nav > ul > li:not(.active) > ul {
		display: none;
	}
	.headerImage .pageTitle {
		font-size: 68px;
		max-width: 860px;
		margin-left: auto;
		margin-right: auto;
		padding-bottom: 30px;
	}
	.headerImage .pageTitle:after {
		height: 27px;
		width: 27px;
	}
	.whiteBox {
		max-width: 1160px;
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		padding: 50px 140px;
	}
	.whiteBox .container {
		width: 100%;
	}
	.mainContent .container {
		max-width: 890px;
	}
	.subContent {
		font-size: 35px;
		height: 522px;
	}
	.subContent .wrap > span {
		max-width: 860px;
		display: block;
		margin: auto;
	}
	.secPods .title {
		font-size:21px !important;
	}
}

@media all and (min-width:992px)
{
	.secPods .title{
		font-size: 30px !important;
	}
	
}

.goog-te-menu-value span{color:#fcf34c!important; font-family: 'Roboto Slab', sans-serif;font-size: 12px;font-weight: bold; border:none!important;}
.goog-te-gadget-simple{background:none!important;border:none!Important; text-decoration:none!Important;}
.goog-te-menu-value:hover{text-decoration:none!important;}
.customtemplate .container{padding-top:50px!important;}


/* ADDED ON 08/17/16 */

@media all and (max-width:768px){
    
    .content-table td:empty{display: none}
    
    .content-table td{width: 100% !important; display: block;}
    
    .content-table thead {display: none;}
	    
	.content-table td:before {
      content: attr(data-label);
      /*float: left;*/
      display: block;        
      text-transform: uppercase;
      font-weight: bold;
    }
    	
	/*.content-table td:nth-of-type(odd){background:#e5e7e9;}*/
}

.content-table {width:100%; box-sizing: border-box;}
.content-table td{vertical-align: top; padding: 7px;}
.content-table td img{max-width: 100%; height: auto !important;}

/*--Staff Manager Code--*/

.staff-pod tr{width:49.33%; max-width:250px; margin:20px 15px; display:inline-table; text-align:center; box-sizing:border-box; vertical-align:top;}

.emp-container{/* max-width:400px; max-height:400px; */ display:inline-block; background-size:cover; background-repeat: no-repeat; width: 100%; height:0; padding-top: 100%; position:relative; }

/* .emp-image img{width:100%; max-width:400px; display:block; margin:0 auto; vertical-align:top;} */

/* .emp-image{padding:20px 0 0 0; background:#ededed;} */

.emp-email{
	position:absolute;
	bottom:0px;
	right:20px;
}

.emp-name{
	font-size:30px;
	color:#0e3590;
	font-family:'Kreon',serif;
	font-weight:bold;
	padding-top:30px;
	font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
	font-size: 22px;
	clear: both;
	padding-top: 10px;
}

.emp-position{
	font-size:24px;
	color:#333333;
	font-family:'Kreon',serif;
	/*font-weight:bold;*/
	padding-top:5px;
	font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
	font-size: 18px;
}

.staff-pod{text-align:center; width: 100%; box-sizing: border-box;}

@media all and (max-width: 600px){

	.staff-pod tr{width:100%; width: calc(100% - 30px); max-width:350px; box-sizing: border-box;}

	.emp-email img{width: 45px;}

	.special-list li:before{font-size: 15px;}

	.special-list h2{font-size: 1.23em;}
}


/*--End--*/

/*Additions*/

a:hover{text-decoration:none!important;}
.secondaryNav nav li li a.active{border-bottom:3px solid #009ee8;}

@media all and (max-width:767px)
{
	.menu .arrow{border-radius: 50%;
    background: #009ee8;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 30px;
    top: 20px;
    /* bottom: 154px; */
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    cursor: pointer;
    display: inline-block;}
	
.menu .arrow:before {
	content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-style: solid;
    border-width: 7px 0 7px 6px;
    border-color: transparent transparent transparent #fff;
    -webkit-transition: -webkit-transform .25s;
    transition: transform .25s;
    margin: 0 0 0 1px;
}

.menu .active-accordion .arrow:before, .menu .hasChild.active .arrow:before {
	-webkit-transform: translate(-50%, -50%) rotate(90deg);
	-ms-transform: translate(-50%, -50%) rotate(90deg);
	transform: translate(-50%, -50%) rotate(90deg);
	margin: 1px 0 0 0;
}

.menu li li a.active{color:#009ee8 !Important;}
}

@media all and (max-width:375px)
{
	.topNav .number{font-size:11px!important;}
}

.linkDetails {
    background: #f0cc02;
    padding: 10px 2px;
    white-space: nowrap;
    color: #0a3855;
    font-size: 12px;
    font-weight: bold;
    font-family: 'Roboto Slab', sans-serif;
    text-transform: uppercase;
	text-align: center;
	display: block;
	width: 100%;
}


/*raqform*/
    .style1
    {
        width: 100%;
    }
	label
	{
		font-weight:normal !Important;
	}
	div#tblInquiry .row > [class^=col-]:not(:empty) {
		margin-bottom: 1em;
	}
	.RadComboBox {
		width: 100% !important;
		font-family: inherit;
		font-size: inherit;
		color: inherit !important;
	}
	#tblInquiry .rcbInputCell {
		background: transparent;
	}
	#tblInquiry .rcbInputCell input[type=text] {
		background: #fff !important;
		color: inherit !important;
		font-family: inherit;
		font-size: inherit;
	}
	select {
		width: 100%;
		padding: 8px 10px;
		border: 1px solid #ccc;
	}
	td.rcbArrowCell.rcbArrowCellRight a {
		z-index: 1;
	}
	td.rcbArrowCell.rcbArrowCellRight:after {
		content: '\25bc';
		position: absolute;
		right: 0;
		top: 50%;
		width: 18px;
		text-align: center;
		display: inline-block;
		line-height: 22px;
		vertical-align: middle;
		transform: translateY(-50%);
		cursor: pointer;
	}
	td.rcbArrowCell.rcbArrowCellRight {
		background: none;
		position: relative;
	}
	/*input:not(:valid) {
		border-color: red !important;
	}
	input:not(:valid) ~ span[id*=RequiredFieldValidator],
	input:not(:valid) ~ span[id*=RegularExpressionValidator] {
		display: none !important;
	}*/
	input ~ span[id*=RequiredFieldValidator],
	input ~ span[id*=RegularExpressionValidator] {
		display: none !important;
	}

@media all and (max-width: 767px){

	.staff-table td{width: 100% !important; display: block;}

	.m-space{margin-left: 1em; display: inline-block;}

	.staff-table td img{float: none !important}
}	

.non-sp{color: inherit;}


/*Additional Stylings*/

@media all and (max-width:767px)
{
	.custom:before{top:100px;}
	.auctionList .listImage{width:100%;max-height:100%;}
	.BasePriceValue{font-size:24px !important;}
	.product{margin-left:15px;}
	.product-base .product{margin-left:0px; margin-bottom:0px;}
	.partsHeadingTitle .ProductInfo{min-height:50px !important;}
	.moreInfo p{padding:0px 15px;}
}
.ProductDetail .ImageSection img{max-width:100%;}

@media all and (max-width:991px)
{
	.auctionProductImage .panels{position:relative; width:100%; top:0px;}
    .topNav .links > * {margin-left:2px;margin-right:2px;}
}

@media all and (min-width:992px) and (max-width:1200px)
{
	.DescriptionSection .Description{min-height:550px !important;}
}

@media all and (min-width:1200px)
{
	.DescriptionSection .Description{min-height:400px !important;}
}

@media all and (min-width:861px) and (max-width:991px)
{
	.product-inner{padding:30px 0px;}
}
@media all and (min-width:768px) and (max-width:991px)
{
	.ProductMenuSection .menuHeader{padding:10px;}
	.ProductMenuSection #ChangeToCategory, .ProductMenuSection #ChangeToMachine, .MenuHeader #ChangeToCategory, .MenuHeader #ChangeToMachine{padding:10px;}
	.DescriptionMenu li{padding:0px 5px !important; font-size:10px;}
}
@media all and (max-width:1200px)
{
	.ProductHeader {display:inline-block; padding-top:15px;}
}

.subscribeBox {display:none;}

/* added on 7/11/2017 */
@media all and (max-width:991px)
{
	.call{
		padding-bottom:1%;
	}
}
@media all and (max-width:590px)
{
	.links .account {
		padding:1px 2px;
	}
}
@media all and (max-width:505px)
{
	.links .account{
		display:none;
	}
}
@media all and (max-width:370px)
{
	.watch-videos {
		display:none !important;
	}
}
/* added on 7/12/2017 */
@media all and (min-width:768px) and (max-width:992px)
{
	.rotator .description p{
		text-shadow: 1px 1px 5px #000;
	}
}
.ProductSummary p{
	padding:20px 0 40px 0;
}