html
{
 position: relative;
 min-height: 100%;
 /*background: url('../images/background.jpg') no-repeat center 50px fixed;
 */
 -webkit-background-size: cover;
 -moz-background-size: cover;
 background-size: cover;
 -o-background-size: cover;
}

body
{
 padding-top: 70px;
 padding-bottom: 20px;
 margin-bottom: 50px;
 background: none;
 min-height: 100%;
}

div.feature.body
{
 font-size: 21px;
}

.breadcrumb
{
 background: white;
 font-size: 24px;
}

.btn-group.hover .dropdown-menu
{
 margin-top: 0px;
}

.carousel-home
{
 min-height: 200px;
 height: 33vh;
 margin-top: -20px;
 margin-bottom: 20px;
 background: white;
}

.carousel-home .item,
.carousel-home .carousel-inner
{
 height: 100%;
}

.fill
{
 width: 100%;
 height: 100%;
 background-position: center;
 background-size: cover;
}

/* Responsive Styles */
@media (max-width: 767px)
{
 .carousel-home
 {
  height: 70%; /* increases the carousel height so it looks good on phones */
 }
}


.navbar-default
{
 background:rgba(248, 248, 248, 0.9);
 transition: all 0.4s ease;
 min-height: 50px;
}

.navbar-default .navbar-nav > li > a
{
 transition: all 0.4s ease;
}

.navbar-default div.navbar-right
{
 transition: all 0.4s ease;
}

.navbar-brand
{
 padding: 0px;
 min-width: 50px;
}

.footer
{
 position: absolute;
 bottom: 0;
 width: 100%;
 height: 50px;
 background: rgba(248, 248, 248, 0.9);
 font-size: 12px;
}

.footer > .container
{
 margin-top: 10px;
 padding-right: 15px;
 padding-left: 15px;
}

.footer > .container p
{
 margin-bottom: 0px;
}

div.product-thumbnail
{
 height:150px;
}

div.product-thumbnail img
{
 margin-right: auto;
 margin-left: auto;
 max-width: 100%;
 display: block;
}

div.thumbnail-footer
{
 text-align: center;
 padding: 9px;
 color: #333;
}

div.product-title
{
 overflow: auto;
}

div.product-title div.add-to-basket
{
 margin-top: 20px;
 margin-bottom: 10px;
 text-align: right;
}

div.product-title div.add-to-basket span.gko_ex_tax
{
 font-size:30px;
 font-weight: 500;
 line-height: 1.1;
}

div.shopping-basket span.gko_ex_tax
{
 font-size:18px;
 line-height: 1.1;
}

div.shopping-basket div.row .alert
{
 margin-bottom: 0px;
 text-align: center;
}

div.product-title div.add-to-basket input
{
 margin-top: -14px;
}

div.footer-container
{
 position: relative;
 bottom: 0;
}

div.product-footer
{
 position: relative;
 bottom: 0;
 width: 100%;
 font-size: 11px;
 padding: 0 9px;
 margin-bottom: 10px;
}

div.product-footer p
{
 margin: 0px;
}

div.product-title div.footer-container
{
 padding: 0px;
 position: clear;
 bottom: auto;
 margin-top: -10px;
}

div.product-title div.product-footer
{
 padding: 0px;
 position: clear;
 bottom: auto;
}

input.input-xs
{
 height: auto;
 padding: 1px 5px;
 font-size: 12px;
 line-height: 1.5;
 border-radius: 3px;
}

div.product-price
{
 margin-left: 8px;
 margin-right: 8px;
}

div.add-to-basket input.quantity
{
 width: 35px;
}

div.thumbnail div.gko_select select
{
 width: 100%;
}

div.thumbnail div.gko_product-option.form-group
{
 margin-bottom: 0px;
}

p.footnote
{
 font-size: 11px;
 padding-bottom: 5px;
}

div.product-image
{
 margin-left: 20px;
 margin-bottom: 20px;
}

div.body
{
 margin-bottom: 20px;
}


div.navbar-right
{
 margin-right: 15px;
}

img.centered
{
 margin-left: auto;
 margin-right: auto;
}


.carousel-control.right
{
 background: none;
}

.carousel-control.left
{
 background: none;
}

.carousel-indicators li
{
 border-color: #000;
}

ul.nav-tabs li.first-tab
{
 padding-left: 15px;
}

.noborder
{
 border: none;
}

.noshadow
{
 box-shadow: none;
 -webkit-box-shadow: none;
}

div.shopping-basket div.product-thumbnail
{
 height: 100px;
 max-width: 200px;
}

div.shopping-basket div.product-details h4
{
 margin-top: 0px;
}


div.product-actions input.product-quantity
{
 width: 50px;
}


div.shopping-basket div.panel.row div.panel-body
{
 padding: 10px 0;
}

div.shopping-basket div.product-options
{
 margin-top: -10px;
 margin-bottom: 10px;
}


div.product div.gko_product-options .form-control
{
 width: 100%;
 display: block;
}


div.product div.gko_product-options .form-group
{
 display: block;
 margin-bottom: 15px;
}

div.spacer
{
 font-size: 0;
 height: 15px;
 line-height: 0;
}


.nowrap { white-space: nowrap; }

table .expand
{
 width: 95%;
 white-space: normal;
}

table tbody tr td.gko_label
{
 white-space: nowrap;
 padding-right: 100px;
}

.progress-bar-none
{
 background-color: transparent;
 color: black;
 -webkit-box-shadow: none;
 box-shadow: none;
}

h2.panel-title
{
 font-size: 20px;
}

.table-style
{
 display: table;
 width: 100%;
}

.table-style .title
{
 display: table-cell;
 vertical-align: middle;
 text-align: left;
}

.table-style .button-wrap
{
 display: table-cell;
 vertical-align: middle;
 text-align: right;
}

.no-bottom-margin
{
 margin-bottom: 0px;
}

.no-top-margin
{
 margin-top: 0px;
}

.well.has-warning
{
 background-color:#fcf8e3;
 border-color: #8a6d3b;
 color: #8a6d3b;
}

table .right
{
 text-align: right;
}

table .left
{
 text-align: left;
}

table tr.href
{
 cursor: pointer;
}

.table tbody tr td.status-icon
{
 width: 1px;
 padding: 0 0 0 inherit;
 font-size: 1.5em;
 vertical-align: middle;
}

span.product-footer
{
 font-size: 11px;
 font-weight: bold;
}

.btn.btn-left
{
 text-align: left;
}

.input-group-addon.button
{
 padding: 0px;
 border: none;
 background-color: transparent;
}

.input-group-addon.button a.btn
{
 border-top-left-radius: 0px;
 border-bottom-left-radius: 0px;
}

.radio label
{
 width: 100%;
}

.icon-white
{
 color: white;
}

.address-book-entry .panel-heading
{
 padding: 2px;
}

@media print
{
 .container { width: 970px; }
 
 a[href]:after
 {
  content: none;
 }
 
}

.page-header small {
 font-size: 1.3em;
 font-weight: 400;
 line-height: 1;
 color: #777;
}

.page-header.first-entry {
 margin-top: 0px;
}

div.gko_categories
{
 position: fixed;
 top: 71px;
 background: rgba(248, 248, 248, 0.9);
 padding-bottom: 10px;
 border: 1px solid #e7e7e7;
 border-radius: 4px;
}

div.skew-right
{
 padding-right: 0px;
 padding-left: 30px;
}

