@media screen and (max-width: 1250px){
#wrapper {
    background: none;
}
}
/*Buttons*/
.purchase-btn, input.btn-primary, button.btn-primary  {
	color: #ffffff;
    background-color: #567ba9;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    transition: all 200ms ease-in-out;
    padding: 9px 22px;
    border: 2px solid #567ba9;
    border-radius: 8px;
    line-height: 21.42857143px;
  	text-decoration: none;
}
.purchase-btn:hover, input.btn-primary:hover, button.btn-primary:hover {
 	background-color: #479449;
    text-decoration: none;
    border: 2px solid #479449;
	color: #ffffff;
}
/*Top shopping menu*/
.shop-menu a.shop-btn {
color: #777777;
    text-transform: none;
    font-size: 16px;
    font-weight: bold;
    margin: 0px 8px 0px 0px;
    padding: 7px 14px;
    border: 2px solid #e3e3e3;
    border-radius: 30px;
    display: inline-block;
    white-space: nowrap;
}
.shop-menu a.shop-btn:hover {
 	color: #777777;
    border: 2px solid #777777;
}
/*Eshop */
.eshop-quantity {
    margin: 0 5px 10px 0;
    display: flex;
}
/*eshop mod product list*/
.eshop-product .row-fluid.clearfix {
    margin: 20px 0;
}
.eshop_product.span4 {
    text-align: center;
}
.eshop_product span.price {
    font-size: 20px;
    font-weight: 600;
}
.eshop_product a.link {
    font-weight: 600;
}
@media screen and (max-width: 640px){
div.pagebuilderck .row-fluid .span4 {
    width: 100%;
}
}
.eshop_product.span3 {
    text-align: center;
}
@media screen and (max-width: 640px){
div.pagebuilderck .row-fluid .span3 {
    width: 100%;
}
}
.eshop-product {
    text-align: center;
}
/*GPS Table*/
table.gps {
  width: 100%;
  text-align: center;
}
table.gps td {
  padding: 0 5px;
}
.gps-header {
  background-color: #92CB79;
}
.gps-header th {
  text-align: center;
}
table:not([class]) tbody > tr:nth-child(odd) > td.page-row,
.bd-tagstyles:not(.bd-custom-table) table tbody > tr:nth-child(odd) > td.page-row,
.bd-table tbody > tr:nth-child(odd) > td.page-row,
table:not([class]) td.page-row,
.bd-tagstyles:not(.bd-custom-table) table td.page-row {
  background-color: #DFF0D8;
}