/* ========================================================================== */
/* Body base styles
/* ========================================================================== */
body {
    font-size: 16px;
    color: #1d1d1b;
    font-family: 'Avenir Book';
    background-color: #f9fafa;
}


/* ========================================================================== */
/* Global base styles
/* ========================================================================== */
p {
    letter-spacing: 0.045em;
    font-family: 'Avenir Next Regular';
}
h1 {
    font-size: 500%;
    font-family: 'Centennial LT Std';
    margin-bottom: 0;
}
h2 {
    font-size: 390%;
    line-height: 1.3em;
    font-family: 'Centennial LT Std';
    margin-bottom: 0;
}
h3 {
    font-size: 210%;
    font-family: 'Centennial LT Std';
}
h4 {
    font-size: 185%;
    margin-bottom: 0;
    font-family: 'Trade Gothic LT Std';
}
h5 {
    font-size: 125%;
    margin-bottom: 0;
    text-decoration: underline;
    font-family: 'Avenir Next Bold';
}
hr {
    border: 0;
    color: #1d1d1b;
    background-color: #1d1d1b;
    height: 4px;
    width: 70px;
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
}
hr.small {
    color: #1d1d1b;
    height: 2px;
    width: 30px;
}
a {
    color: #1d1d1b;
}
a:focus, a:hover {
    color: #1d1d1b;
    text-decoration: underline;
}
blockquote {
    border: 0;
    padding: 0;
    margin-bottom: 40px;
    font-size: 130%;
	font-family: 'Centennial LT Std';
}
blockquote p {
	font-family: 'Centennial LT Std';
}
.container {
    position: relative;
}
ul {
    letter-spacing: 0.045em;
    font-family: 'Avenir Next Regular';
}
.list-inline {
    margin-left: -3px;
}


/* ========================================================================== */
/* Button base styles
/* ========================================================================== */
.btn {
    padding: 16px 12px;
    font-size: 105%;
    font-family: 'Avenir Next Bold' !important;
    text-transform: uppercase;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}
.btn-default {
    color: #fff;
    background-color: #cfc2b4;
    border-color: #cfc2b4;
}
.btn-default:active:focus, 
.btn-default:active:hover {
    color: #fff;
    background-color: #a48d73;
    border-color: #a48d73;
}
.btn-default:hover {
    color: #fff;
    background-color: #a48d73;
    border-color: #a48d73;
}
.btn-default.focus, .btn-default:focus {
    color: #fff;
    background-color: #a48d73;
    border-color: #a48d73;
}
.btn-primary {
    color: #fff;
    background-color: #383838;
    border-color: #383838;
}
.btn-primary:active:focus, 
.btn-primary:active:hover {
    color: #fff;
    background-color: #5E5E5E;
    border-color: #5E5E5E;
}
.btn-primary:hover {
    color: #fff;
    background-color: #5E5E5E;
    border-color: #5E5E5E;
}
.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #a48d73;
    border-color: #a48d73;
}
.btn-success {
    color: #fff;
    background-color: #cfc2b2;
    border-color: #cfc2b2;
}
.btn-success:active:focus, 
.btn-success:active:hover {
    color: #fff;
    background-color: #a48d73;
    border-color: #a48d73;
}
.btn-success:hover {
    color: #fff;
    background-color: #a48d73;
    border-color: #a48d73;
}
.btn-success.focus, .btn-success:focus {
    color: #fff;
    background-color: #a48d73;
    border-color: #a48d73;
}

.btn-info {
    color: #fff;
    background-color: #5cbdb6;
    border-color: #5cbdb6;
}
.btn-info:active:focus, 
.btn-info:active:hover {
    color: #fff;
    background-color: #a48d73;
    border-color: #a48d73;
}
.btn-info:hover {
    color: #fff;
    background-color: #a48d73;
    border-color: #a48d73;
}
.btn-info.focus, .btn-info:focus {
    color: #fff;
    background-color: #a48d73;
    border-color: #a48d73;
}

.btn-warning {
    color: #fff;
    background-color: #5cbdb6;
    border-color: #5cbdb6;
}
.btn-warning:active:focus, 
.btn-warning:active:hover {
    color: #fff;
    background-color: #a48d73;
    border-color: #a48d73;
}
.btn-warning:hover {
    color: #fff;
    background-color: #a48d73;
    border-color: #a48d73;
}
.btn-warning.focus, .btn-warning:focus {
    color: #fff;
    background-color: #a48d73;
    border-color: #a48d73;
}

.form-control {
    padding: 8px 12px;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    font-size: 90%;
    height: auto;
    color: inherit;
    outline: none;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}
input.error,
select.error {
    background-color: #cfc2b4;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #1d1d1b !important;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #1d1d1b !important;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #1d1d1b !important;
}
:-moz-placeholder { /* Firefox 18- */
  color: #1d1d1b !important;
}


/* ========================================================================== */
/* Tool base styles
/* ========================================================================== */
.spacer70 {
    margin-bottom: 70px;
}
.spacer60 {
    margin-bottom: 60px;
}
.spacer50 {
    margin-bottom: 50px;
}
.spacer40 {
    margin-bottom: 40px;
}
.spacer30 {
    margin-bottom: 30px;
}
.spacer20 {
    margin-bottom: 20px;
}
.table-container {
    height: 100%;
    width: 100%;
    display: table;
}
.table-cell {
    vertical-align: middle;
    display: table-cell;
}
.full-height {
    height: 100%;
}
.error {
    background-color: #dadada;
}


#loading {
    background:url(../img/loader/loader.gif) no-repeat center center;
    height: 64px;
    width: 64px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -16px 0 0 -16px;
    z-index: 1000;
}


/* ========================================================================== */
/* Catalog summary style
/* ========================================================================== */
table.table-basket {
    width: 100%;
    font-size: 120%;
}
table.table-basket td {
    padding: 20px 15px;
	font-family: 'Centennial LT Std';
}
table.table-basket h3 {
    font-size: 150%;
    margin: 0;
}
table.table-basket tr {
    border-bottom: 1px solid #cacacc;
}


/* ========================================================================== */
/* Table overview style
/* ========================================================================== */
table.table-overview {
    width: 100%;
}
table.table-overview td {
    padding: 20px 15px;
    vertical-align: top;
}
table.table-overview td:last-child {
    text-align: right;
	font-family: 'Centennial LT Std';
}
table.table-overview h3 {
    font-size: 150%;
    margin: 0;
}
table.table-overview tr {
    border-bottom: 1px solid #cacacc;
}
table.table-overview .total {
    font-size: 120%;
    color: #a48d73;
}
table.table-overview .total strong {
    color: #000;
}


/* ========================================================================== */
/* Bootstrap override styles
/* ========================================================================== */
.alert {
    margin: 0;
    border-radius: 0;
    background-image: none;
}
.alert a {
    color: #fff;
    font-weight: bold;
}
.alert-warning {
    color: #fff;
    background-color: rgba(0,0,0,0.8);
    border-color: #000;
}


/* ========================================================================== */
/* Modal content styles
/* ========================================================================== */
.modal-header {
    padding: 10px 15px 0 15px;
    border: 0;
}
.modal-footer {
    border: 0;
}
.modal-content {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}
.modal-content .close {
    font-size: 190%;
    text-shadow: none;
    filter: alpha(opacity=100);
    opacity: 1;
}
.modal-content h1  {
    font-size: 380%;
    margin: 0 0 50px;
}


/* ========================================================================== */
/* Header styles
/* ========================================================================== */
header {
    padding: 25px 0;
    background-color: #fff;
    font-family: 'Centennial LT Std';
}
header a {
    font-size: 125%;
    color: #1d1d1b;
    font-family: 'Centennial LT Std';
}
header a:hover {
    color: #1d1d1b;
}
header .navbar-optiat {
    margin-top: 7px;
    margin-bottom: 0;
    border: 0;
}
header .navbar-header {
    position: relative;
}
header .navbar-header ul {
    float: left;
    position: absolute;
    right: 50px;
    top: 13px;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
header .navbar-header ul li {
    float: left;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
header .navbar-optiat .navbar-toggle {
    margin-top: 12px;
    margin-bottom: 4px;
    margin-right: 0;
}
header .navbar-optiat .navbar-toggle .icon-bar {
    background-color: #1d1d1b;
}
header .navbar-optiat .navbar-nav > li > a {
    padding: 10px 20px;
}
header .navbar-optiat .nav > li > a:focus, 
header .navbar-optiat .nav > li > a:hover {
    text-decoration: underline;
    background-color: transparent;
}
header .navbar-optiat .navbar-nav > li > a.basket {
    padding: 0 15px;
}
header ul span {
    margin-top: 5px;
    margin-left: 10px;
    color: #fff;
    height: 32px;
    width: 32px;
    text-align: center;
    line-height: 32px;
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #5cbdb6;
    padding-top: 1px;
}


/* ========================================================================== */
/* Box styles
/* ========================================================================== */
.box h3 {
    margin: 0;
    padding: 35px 0 15px;
}
.box p.summary {
    padding: 20px 0;
    text-align: left;
    margin: 0;
}
.box p.price {
    font-size: 210%;
    letter-spacing: 1px;
    font-family: 'Centennial LT Std';
    margin: 0 0 10px;
}
.box h4 {
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Centennial LT Std';
    padding: 20px 0 15px;
    border: 0;
}
.box-rocks h4 {
    font-size: 195%;
    font-family: 'Trade Gothic LT Std';
}
.box .fa-star {
    color: #d0c3b5;
}
.box .fa-star.active {
    color: #e6e7e9;
}
.box .panel {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
}
.box .panel-group .panel {
    margin: 0;
    border: 0;
}
.box .panel-default > .panel-heading {
    color: #333;
    background-color: transparent;
    border: 0;
    padding: 8px 0;
}
.box .panel-default > .panel-heading h4 {
    padding: 0;
    font-weight: normal;
    font-size: 160%;
    text-transform: none;
}
.box .panel-group .panel-heading+.panel-collapse>.list-group, 
.box .panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 0;
}
.box .panel-body {
    padding: 10px 0;
}
.box ul.quantity {
    font-size: 160%;
}
.box ul.quantity li {
    display: inline;
    padding: 0;
    font-family: 'Centennial LT Std';
}
.box ul.quantity .form-control {
    border: 0;
    padding: 0;
    font-size: 100%;
    width: 40px;
    margin: 0;
    border: 0;
    display: inline-block;
    background-color: transparent;
}
.box-product h3 {
    padding: 35px 0;
}


/* ========================================================================== */
/* Meet the products styles
/* ========================================================================== */
.meet-products {
    background-color: #eae3db;
    padding-top: 3%;
    padding-bottom: 3%;
}
.meet-products .product p {
    font-size: 85%;
}
.meet-products .product p.price {
    font-size: 240%;
    letter-spacing: 1px;
    font-family: 'Centennial LT Std';
}
.meet-products .slick-prev {
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -20px;
}
.meet-products .slick-next {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -20px;
}
.meet-products .fa-icon {
    padding: 13px;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-color: #cfc2b4;
    color: #fff;
    z-index: 99999999;
}



/* ========================================================================== */
/* Eyecatcher styles
/* ========================================================================== */
.eye-catcher {
    height: 775px;
    color: #fff;
    background-size: cover;
    background-position: 50% 50%;
}
.eye-catcher hr {
    color: #fff;
    background-color: #fff;
}


/* ========================================================================== */
/* articles styles
/* ========================================================================== */
.articles .carousel-control {
	left: -12px;
    height: 40px;
	width: 40px;
    color: #1d1d1b;
    background: none;
    top: 50%;
    margin-top: -20px;
}
.articles .carousel-control.left {
	/*right: -12px;*/
}
.articles .carousel-control.left .fa:before  {
	margin-left: 0px;
}
.articles .carousel-control.right {
	right: -12px;
    left: auto !important;
}
.articles .carousel-control.right .fa:before {
	margin-left: 4px;
}
.articles .carousel-indicators {
	right: 50%;
	top: auto;
	bottom: -10px;
	margin-right: -19px;
}
.articles .carousel-indicators li {
	background: #cecece;
}
.articles .carousel-indicators .active {
    background: #428bca;
}
.articles .carousel-inner.onebyone-carosel { 
    margin: auto; 
    width: 90%; 
}
.articles .advert {
    border: 1px solid #000;
}
.articles .advert img {
    border: 15px solid #fff;
}
.articles .carousel-tight img {
    border: 0;
}
.articles .advert p {
    font-size: 75%;
    padding: 15px;
}
.articles a:hover {
    color: #cfc2b4;
}
.articles .fa-icon {
    width: 40px;
    height: 40px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-color: #cfc2b4;
    color: #fff;
}
.articles .fa-chevron-left {
    padding: 12px 12px 12px 10px;
}
.articles .fa-chevron-right {
    padding: 12px 10px 12px 12px;
}
.articles a:hover .fa-icon {
    background-color: #a48d73;
}
.articles .wrapper {
    padding: 4% 0;
}
.articles .wrapper .carousel-control.left {
    left: 12px !important;
}
.articles .wrapper .carousel-control.right {
    right: 12px !important;
}
.articles .carousel {
    padding: 0 60px;
}
.articles .carousel .slick-prev {
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -20px;
}
.articles .carousel .slick-next {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -20px;
}


/* ========================================================================== */
/* Wrapper styles
/* ========================================================================== */
.wrapper {
    padding-left: 8%;
    padding-right: 8%;
}
.wrapper-white {
    background-color: #fff;
}


/* ========================================================================== */
/* Commitment styles
/* ========================================================================== */
.commitment {
    margin-top: -74px;
}
.commitment h3.title {
    padding: 20px;
    margin: 0 50px; 
    background-color: #fff;
}
.commitment .wrapper {
    padding-top: 20px;
    padding-bottom: 40px;
}
.commitment .article h3 {
    padding: 30px 0 15px ;
    border: 0;
}
.commitment .box {
    padding-top: 30px;
}


/* ========================================================================== */
/* Whats new styles
/* ========================================================================== */
.whats-new .wrapper {
    padding-top: 20px;
    padding-bottom: 60px;
}
.highlight h3.title {
    padding: 20px;
    margin: 0 50px;
    margin-top: -74px;
    background-color: #fff;
}


/* ========================================================================== */
/* Higflight styles
/* ========================================================================== */
.highlight .wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
}


/* ========================================================================== */
/* Latest news styles
/* ========================================================================== */
.latest-news  {

}

.latest-news .wrapper {
    padding-top: 20px;
    padding-bottom: 60px;
}


/* ========================================================================== */
/* Social media styles
/* ========================================================================== */
.social-media .list-inline > li {
    padding-left: 15px;
    padding-right: 15px;
}
.social-media a {
    color: #1d1d1b;
}
.social-media a:hover {
    color: #cfc2b4;
}
.social-media .fa-icon {
    padding: 10px;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-color: #cfc2b4;
    color: #fff;
}
.social-media a:hover .fa-icon {
    background-color: #a48d73;
}

/* ========================================================================== */
/* Newsletter styles
/* ========================================================================== */
.newsletter .form-control {
    padding: 12px 20px;
    height: 2.4em;
    font-weight: bold;
    color: #1d1d1b;
    border: 0;
    font-size: 105%;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: 'Avenir Next Bold';
}
.newsletter .btn {
    width: 40px;
    padding: 12px 40px 11px 40px;
}
.newsletter .fa {
    font-size: 16px;
    margin-left: -5px;
}


/* ========================================================================== */
/* Footer styles
/* ========================================================================== */
footer h5 {
    font-size: 105%;
    text-decoration: none;
    text-transform: uppercase;
}
footer ul {
    padding: 6px 0;
    list-style-type: none;
}
footer ul li {
    padding: 6px 0;
}


/* ========================================================================== */
/* Content styles
/* ========================================================================== */
.content  h3 {
    padding: 0;
    margin: 0;
    background-color: #fff;
}
.content .wrapper {
    padding-top: 60px;
    padding-bottom: 10px;
}
.content ul.logos li {
    padding: 15px;
}


/* ========================================================================== */
/* Blog listing styles
/* ========================================================================== */
.blog-listing .wrapper {
    padding-top: 50px;
    padding-bottom: 20px;
}
.blog-listing h3 {
    margin-bottom: 25px;
}
.blog-listing .item-large h3 {
    margin-top: 35px;
    margin-bottom: 35px;
}
.blog-listing p {
    padding-bottom: 15px;
}
.blog-listing .item-large p {
    padding-bottom: 25px;
}


/* ========================================================================== */
/* Blog styles
/* ========================================================================== */
.blog .wrapper {
    padding-top: 50px;
    padding-bottom: 20px;
}
.blog h1 {
    font-size: 360%;
}
.blog p {
    padding-bottom: 0;
    margin-bottom: 40px;
}
.blog p strong {
	font-family: 'Avenir Next Bold';
}
.blog .news-article h3 {
    margin: 0;
    padding: 30px 0 15px ;
}
.blog .blog-content img {
    max-height: 470px;
}



/* ========================================================================== */
/* Widget styles
/* ========================================================================== */
.widget {
    margin-bottom: 50px;
}
.widget h4 {
    font-size: 130%;
    margin-bottom: 20px;
    margin-top: 0;
    font-family: 'Centennial LT Std';
}
.widget .widget-item {
    margin-bottom: 20px;
}
.widget .widget-item img {
    margin-bottom: 20px;
}
.widget .widget-item p {
    margin: 0px 0 10px;
}
.widget hr {
    float: left;
}
.widget.social-media .list-inline > li {
    padding: 0 10px 0 0;
}



/* ========================================================================== */
/* Get in touch styles
/* ========================================================================== */
.get-in-touch h3 {
    margin-top: 0;
}


/* ========================================================================== */
/* Slider styles
/* ========================================================================== */
.slider .item img {
    position: absolute;
    bottom: 0;
}
.slider .item {
    height: 775px;
    background-size: cover;
    background-position: 50% 100%;
}
.slider .carousel-caption {
    position: initial;
    text-align: left;
    text-shadow: none;
}
.slider .carousel-caption .form-control {
    border: 0;
    padding: 0;
    font-size: 100%;
    width: 20%;
    margin: 0;
    border: 0;
    display: inline-block;
    background-color: transparent;
    text-align: right;
}
.slider .carousel-caption ul {
    color: #383838;
    font-size: 180%;
    padding: 20px 0;
    font-family: 'Centennial LT Std';
}
.slider .carousel-caption ul li {
    display: inline;
}
.slider .carousel-caption h3 {
    color: #383838;
    font-size: 300%;
}
.slider .carousel-indicators {
    bottom: -80px;
}
.slider .carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0 5px;
    background-color: #383838;
}
.slider .carousel-indicators li {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0;
    text-indent: -999px;
    cursor: pointer;
    background-color: #d0bfb4;
    border: 1px solid #fff;
    border-radius: 12px;
}
/* Makes images fully responsive */


/* ========================================================================== */
/* Meet the products styles
/* ========================================================================== */
.products h2 {
    font-size: 300%;
}
.products .wrapper {
    padding-top: 80px;
    padding-bottom: 3%;
}
.products .box-product img {
    margin-bottom: 20px;
}


/* ========================================================================== */
/* Checkout summary style
/* ========================================================================== */
.checkout h3 {
    font-size: 100%;
    font-family: 'Centennial LT Std';
}
.checkout h3 .fa {
    font-size: 1.5em;
    margin-right: 20px;
}
.checkout .ui-accordion-header,
.checkout .ui-accordion .ui-accordion-header {
    display: block;
    cursor: default;
    position: relative;
    margin: 20px 0 0 0;
    padding: 30px;
    font-size: 120%;
    color: #000;
    background-color: #e7e7e7;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0px 10px 21px -5px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 10px 21px -5px rgba(0,0,0,0.2);
    box-shadow: 0px 10px 21px -5px rgba(0,0,0,0.2);
}
.checkout h3,
.checkout .ui-state-default, 
.checkout .ui-widget-content .ui-state-default, 
.checkout .ui-widget-header .ui-state-default, 
.checkout .ui-button, 
html .checkout .ui-button.ui-state-disabled:hover, 
html .checkout .ui-button.ui-state-disabled:active {
    border: 0;
    background: none;
    font-weight: normal;
    color: #555555;
    outline: none;
    padding: 15px 0;
}
.checkout .ui-icon {
    display: none;
}
.checkout .ui-accordion .ui-accordion-header-active  {
    background-color: #fff !important;
    box-shadow: none;
}
.checkout .ui-widget-content {
    border: 0;
}
.checkout .highlight {
    display: inline-block;
    background-color: #a48d73;
    color: #fff;
    padding: 8px 40px;
    margin-left: 20px;
}
.checkout ul {
    list-style-type: none;
}
.checkout ul li {
    list-style-type: none;
}
.checkout label {
    font-size: 100%;
    font-weight: normal;
    font-family: 'Centennial LT Std';
}
.checkout h4 {
    font-size: 100%;
    text-transform: none;
}
.checkout .address {
    border: solid 1px #000;
    padding: 15px;
}
.checkout .ui-widget-content a {
    color: #fff;
}


/* ========================================================================== */
/* Confirmation extra style
/* ========================================================================== */
.confirmation-extra h2 {
    font-size: 300%;
}


#paymentForm label {
    font-family: 'Centennial LT Std';
}


/* ========================================================================== */
/* Grid styling style
/* ========================================================================== */
.umb-grid {
    margin-left: -15px;
    margin-right: -15px;
}
.umb-grid .container {
    width: 100%;
}
.umb-grid img {
    max-width: 100%; 
    display:block; 
    height: auto;
    margin-bottom: 40px;
}


/* ========================================================================== */
/* Panel style
/* ========================================================================== */
.overview-panel h4 {
    font-family: 'Centennial LT Std';
    margin-bottom: 10px;
}