﻿body {
    padding-top: 50px;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 22px;
    color: #666;
}

h3 {
    font-size: 20px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-left {
    clear: left;
}

.clear-right {
    clear: right;
}

.clear-both {
    clear: both;
}

/* Padding */
.with-padding {
    padding: 20px !important;
}

.with-mid-padding {
    padding: 10px !important;
}

.with-small-padding {
    padding: 5px !important;
}

.no-padding {
    padding: 0 !important;
}

/* Margins */
.large-margin-top {
    margin-top: 30px !important;
}

.margin-top {
    margin-top: 16px !important;
}

.mid-margin-top {
    margin-top: 8px !important;
}

.small-margin-top {
    margin-top: 4px !important;
}

.no-margin-top {
    margin-top: 0 !important;
}

.large-margin-right {
    margin-right: 30px !important;
}

.margin-right {
    margin-right: 16px !important;
}

.mid-margin-right {
    margin-right: 8px !important;
}

.small-margin-right {
    margin-right: 4px !important;
}

.no-margin-right {
    margin-right: 0 !important;
}

.large-margin-left {
    margin-left: 30px !important;
}

.margin-left {
    margin-left: 16px !important;
}

.mid-margin-left {
    margin-left: 8px !important;
}

.small-margin-left {
    margin-left: 4px !important;
}

.no-margin-left {
    margin-left: 0 !important;
}

.large-margin-bottom {
    margin-bottom: 30px !important;
}

.margin-bottom {
    margin-bottom: 16px !important;
}

.mid-margin-bottom {
    margin-bottom: 8px !important;
}

.small-margin-bottom {
    margin-bottom: 4px !important;
}

.no-margin-bottom {
    margin-bottom: 0 !important;
}

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

.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}

.navbar-brand {
    padding-top: 10px;
    padding-right: 40px;
}

.navbar-nav {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

.nav > li.langSelector {
    padding-right: 20px;
}

.nav > li.langSelector > a {
    display: inline-block;
    padding: 15px 0px 15px 0;
}

.nav > li.langSelector > a:hover {
    text-decoration: underline;
}

.nav > li.langSelector > a > img {
    text-decoration: underline;
    margin-top: -2px;
    margin-right: 0;
}

.slider-size {
    height: 348px;
}

.carousel {
    width: 100%;
    margin: 0 auto; /* center your carousel if other than 100% */
}

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 50px;
    right: 10px;
    overflow: hidden;
    width: 51px;
    height: 51px;
    border: none;
    text-indent: 100%;
    background: url(img/ui.totop.png) no-repeat left top;
}

#toTopHover {
    background: url(img/ui.totop.png) no-repeat left -51px;
    width: 51px;
    height: 51px;
    display: block;
    overflow: hidden;
    float: left;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}

#toTop:active, #toTop:focus {
    outline: none;
}

section.subheader {
    margin-bottom: 30px;
}

.section-title {
    font-family: 'Open Sans', sans-serif;
    padding: 0 0 5px 0;
}

h3.section-title {
    font-size: 20px;
}

h2.section-title {
    font-size: 24px;
}

.section-title.underline {
    border-bottom: 1px solid #f8f8f8;
}

.panel-title {
    font-size: 18px;
}

.pg-opt {
    background: none repeat scroll 0 0 #fcfcfc;
    border-bottom: 1px solid #e0eded;
    color: #666;
}

.pg-opt .breadcrumb {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 0;
    float: right;
    margin: 0;
    padding: 16px 0;
}

.pg-opt h2 {
    font-size: 22px;
    line-height: 100%;
    margin: 0;
    padding: 14px 0;
}

.footer-nav > li + li:before {
    font-family: 'FontAwesome';
    content: '\f111\a0';
    padding-right: 5px;
    color: #ccc;
    font-size: 6px;
}

input:focus:invalid, textarea:focus:invalid, select:focus:invalid {
    border-color: #ee5f5b;
    color: #b94a48;
}

input:focus:invalid:focus, textarea:focus:invalid:focus, select:focus:invalid:focus {
    border-color: #e9322d;
    box-shadow: 0 0 6px #f8b9b7;
}

.cake-container h1 {
    padding: 0 0 8px 0;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 26px;
}

.cake-container .radio {
    margin-top: 0px;
    margin-bottom: 0px;
}

.cake-desc, .cake-category-desc {
    font-size: 15px;
    line-height: 1.3em;
}

.cake-container .tab-content {
    padding-top: 10px;
    line-height: 1.3em;
}

.cake-ingredient h4 {
    padding: 0;
    margin: 0;
    font-size: 16px;
}

.cake-container .pricing {
    /*display: table;*/
    width: 100%;
}

.cake-container .add-to-cart {
    /*display: table-cell;*/
    margin-top: 10px;
    text-align: right;
}

.cake-container .option-selector {
    width: 100%;
    white-space: nowrap;
    vertical-align: top;
    padding-right: 5px;
}

.cake-container .add-to-cart {
    white-space: nowrap;
}

.nav-tabs > .active > a, .nav-tabs > .active > a:hover {
    outline: 0;
    color: #555555;
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default;
}

.tab-content {
    border: 1px solid #ddd;
    border-top: 0 transparent;
    background-color: #fff;
}

table.cart-table td {
    white-space: nowrap;
}

.homefooterlink {
    line-height: 80px;
}

.homefooterlink a {
    color: #262424;
    text-transform: uppercase;
    text-decoration: underline;
    font-size: 20px;
}

.homefooterlink a:hover {
    color: #b3272d;
    text-decoration: none;
}

.homeCitation {
    font-size: 20px;
    line-height: 1.2em;
}

.mediaCitation {
    font-weight: bold;
    font-style: italic;
}

.cartAsterix {
    font-size: 13px;
    font-style: italic;
}

.inventory-table label {
    font-weight: normal;
    padding-left: 5px;
}

.small-product-id {
    font-size: 13px;
    font-style: italic;
    font-weight: normal;
}

.blockUI{
    border-radius: 8px;
}

.cake_certification_logo_container{
    text-align: right;
    padding-top: 10px;
}
