@import url(https://fonts.googleapis.com/css?family=Lato:300,400);
@import url(https://fonts.googleapis.com/css?family=Spectral:400,500,600,700);
@import url(https://fonts.googleapis.com/css?family=Fira+Sans);
@import url(https://fonts.googleapis.com/css?family=Playfair+Display:400,700,900i);
@import url(https://fonts.googleapis.com/css?family=Droid+Serif);

/** Port **/
@import url(https://fonts.googleapis.com/css?family=Martel);
@import url(https://fonts.googleapis.com/css?family=Libre+Franklin);
@import url(https://fonts.googleapis.com/css?family=Quattrocento:300,400);
@import url(https://fonts.googleapis.com/css?family=Lora:300,400);


/* ========================= */
/* MOBILE PORT ACCORDION UX */
/* ========================= */
@media (max-width: 767px) {

  .mobile-port-menu {
    background: #111;
    border: 1px solid #222;
  }

  .mobile-port-menu a {
    color: #fff !important;
  }

  .mobile-port-title {
    padding: 10px 15px;
    color: #fff;
  }

  .mobile-port-inner {
    padding: 0 10px 10px;
  }

  .mobile-subhead {
    margin-top: 10px;
  }

  /* Panels */
  .mobile-port-menu .panel {
    background: transparent;
    border: 1px solid #222;
    box-shadow: none;
    margin-bottom: 8px;
  }

  .mobile-port-menu .panel-heading {
    background: #1a1a1a;
    padding: 10px 12px;
  }

  .mobile-port-menu .panel-body {
    background: #111;
    padding: 10px 12px;
  }

  /* + / − icon */
  .acc-icon:before {
    content: "+";
  }

  .panel-title a[aria-expanded="true"] .acc-icon:before {
    content: "−";
  }

  .divider {
    background: #222;
  }
}


/******
Global
******/
body {
	font-family: 'Lora', sans-serif;
	letter-spacing: 0.02em;
	font-weight: 300;
}

a {
	color: #340306;
	/* border-bottom: 1px dotted #ccc; */
}

a:hover {
	color: #be8f1c;
}

.btn-default {
	background: #bea11c;
	border-radius: 0;
	border: none;
	transition: all 0.5s ease 0s;
	color: white;
}

.btn-default:hover {
	background: #286090;
	color: #ffffff;
}

.btn-primary {
	background: #bea11c;
	border-bottom: 2px solid #bea11c;
	border-radius: 0;
	border: none;
	transition: all 0.5s ease 0s;
}

.btn-primary:hover {
	background: #286090;
}

.pull-left {
	float: left;
}
.main-h{
	color:#340306
}

h1,
h2,
h3,
h4,
select,
input {
	font-family: 'Lora', sans-serif;;
	color: #fff;
}

p {
	letter-spacing: 1px;
}
.content-container p {
	font-size: 1.2em;
}

select {
	background-color: #f9f8f7;
    color: #555;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: .5px;
    border: 1px solid #e4e5e6;
    border-bottom: 2px solid #d1d1d1;
    border-radius: 4px;
    box-shadow: none;
    transition: all .3s;
    padding: 0.6em 0.9em;
}





/******
shopping-cart-banner
******/
.shopping-cart-banner {
	background-color:#340306;
	font-size: 1em;
	width: 100%;
	z-index: 9999;
}

.shopping-cart-banner .container {
	position: relative;
}

.shopping-cart-banner a:hover {
	text-decoration: none;
}

/* Telephone Content */
.telephone-container {
	float: left;
	color: #fff;
	background: url(/assets/images/icons/phone.png) no-repeat 0 15px;
	padding-left: 1em;
}

.telephone-container p {
	margin: 1.25em 2em;
}

.telephone-container  a {
	color: #fff;
	font-size: 15px;
}

.telephone-container  .fa {
	font-size: 2em;
	position: absolute;
	padding-top: 15px;
}

/* Search Banner */
.search-banner {
	background: #2e3338;
}
#search-field::-webkit-input-placeholder { color: white; }  /* WebKit, Blink, Edge */
#search-field:-moz-placeholder { color: white; }  /* Mozilla Firefox 4 to 18 */
#search-field::-moz-placeholder { color: white; }  /* Mozilla Firefox 19+ */
#search-field:-ms-input-placeholder { color: white; }  /* Internet Explorer 10-11 */
#search-field::-ms-input-placeholder { color: white; }  /* Microsoft Edge */

.search-icon-container input {
	border: 0;
    background: transparent;
	padding: 1em;
	margin-top: 5px;
    color: #fff;
}

.content-container {
	background: #340306;
}

#search-submit {
	background: transparent;
	border: none;
	padding: 0;
}

#search-submit .fa {
	background: #2e3338;
    color: #fff;
    font-size: 2em;
    border: none;
    padding: .5em;
}

#searchBar {
	/* border-bottom: 1px solid #e1e1e1;
	padding-bottom: 15px; */
}
:not(#myCarousel) + .content-container #searchBar {
	padding-top: 15px;
}

#searchBar select {
	background-color: #f9f8f7;
    color: #555;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: .5px;
    border: 1px solid #e4e5e6;
    border-bottom: 2px solid #d1d1d1;
    border-radius: 4px;
    box-shadow: none;
    transition: all .3s;
    padding: 0.6em;
}

#searchBar .btn {
	padding:14px 30px;
	text-transform: uppercase;
	font-weight: 300;
	font-family: 'Playfair Display', serif;
}

/** Drop down search bar **/
.search-icon-container {
	/* background: url("/assets/images/icons/search-icon.png") no-repeat 0 15px; */
	height: 56px;
	position: relative;
    display: inline-block;
	/* cursor: pointer; */
	float: left;
	margin-right: 1em;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #000;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    font-size: 1em;
    margin-top: 56px;
}

.dropdown-content li a {
	color: #fff;
	display: block;
	padding: .5em;
}

.dropdown-content li a:hover {
	text-decoration: none;
	background: #340306;
}

.search-icon-container:hover .dropdown-content {
    display: block;
}

/* Shopping Cart Icon */
.shopping-icon-container {
	background: url(/assets/images/icons/shopping-cart-icon.png) no-repeat 0 15px;
    padding-left: 1em;
    margin-left: 20px;
}

.shopping-icon-container  a {
	text-decoration: none;
	color: #fff;
}

.shopping-icon-container:hover .cart-amount {
	background-position:left bottom;
}

.shopping-icon .fa-shopping-cart {
	color:#fff;
	font-size: 2em;
	border: none;
	padding: .5em;
}

.cart-amount b {
	color:#fff;
}

.cart-amount p {
	padding: 20px 0 6px 20px;
}
/******
Nav col
******/
.navigation {
	background: #000; /* #340306; */
}

.navigation svg {
	height: 98px;
	padding-top: 2em;
}

.navbar {
	margin-bottom: 0;
	min-height: 0;
}

.navbar-inverse .navbar-nav>li>a {
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	padding-top: 0;
	padding-bottom: 0;
	transition: margin 0.1s;
}
.navbar-inverse .navbar-nav>.open .plus::after {
	display: none;
}

.nav > li.dropdown.open .dropdown-menu h2 {
	border-bottom: 1px solid #fff;
	padding-bottom: 10px;
	font-size: 1.5em;
}
.nav > li.dropdown.open .dropdown-menu {
	display: table;
	position: absolute;
    width: 100%;
    text-align: left;
    background: #340306;
    padding-bottom: 1.5em;
	border: 1px solid #000;
	border-radius: 5px;
}

.nav>li {
	position: inherit;
}

.navbar-nav>li {
	padding-bottom: 1em;
}

.nav>li>a {
	padding: 10px 0 10px 20px;
}

.nav > li.dropdown.open .dropdown-menu a,
.nav > li.dropdown.open .dropdown-menu h2 {
	color: #fff;
}

.nav > li.dropdown.open .dropdown-menu a:hover {
	color: #ccc;
	text-decoration: none;
}

.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
	background: transparent;
	
}
/* Navigation */
.navbar-inverse {
	background: transparent;
	border: none;
	margin-top: 85px;
}

.plus {
 	width: 23px;
    height: 23px;
    position: relative;
    float: left;
	top:-2px;
	
	
}
.plus::after {
    content: ">";
    position: absolute;
    display: block;
    left: 4px;
    top: 2px;
    bottom: 5px;
    z-index: 9;
}


.navbar-inverse .navbar-toggle {
	border: none;
}

.navbar-header {
	top: 5px;
	right: 5px;
	position: absolute;
	text-align: right;
}

.navbar-toggle .icon-bar {
	background: #fff;
}

.nav-icon3 {
	height: 45px;
	width: 45px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}

.nav-icon3 span {
  display: block;
  position: absolute;
  height: 4px;
  width: 35px;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}


.nav-icon3 span:nth-child(1) {
  top: 0px;
}

.nav-icon3 span:nth-child(2),
.nav-icon3 span:nth-child(3) {
  top: 10px;
}

.nav-icon3 span:nth-child(4) {
  top: 20px;
}

.nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
	background: none;
}

/* Call to actions in banner */
.action-buttons-header {
	padding: 0;
}
.action-buttons-header a {
	color: #fff;
    margin: 18px 0;
    border-radius: 0;
    background: transparent;
    padding: 0;
    -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
}
/* reinstate for login links
.action-buttons-header a:first-child {
	border-left: 1px solid #ccc;
	padding-right: 32px;
	padding-left: 15px;
}

.action-buttons-header a:nth-child(2) {
	padding-right: 15px;
}
*/
.action-buttons-header .btn-primary:hover,
.action-buttons-header .btn-primary:active,
.action-buttons-header .btn-primary:focus {
	background: transparent;
	color: #ccc;
	border: none;
}

/******
Header banner image
******/
header.carousel {
    height: 490px;
    text-align: left;
}

header .carousel-indicators .active {
	background: #be8f1c;
	border: 0;
}

header .angle-bottom {
	background: url(/assets/images/banner-bottom.png) no-repeat bottom;
    background-size: 100% 100%;
    position: absolute;
    bottom: 0;
    z-index: 9;
    width: 100%;
    height: 53px;
}

header.carousel .fill {
	width: 100%;
	height: 100%;
	background-position: right;
	background-repeat: no-repeat;
}

header.carousel .fill:after {
	background: #000;
	display: block;
	content: "";
	top: 0;
	right: 40%; 
	height: 490px; width: 200px;
	z-index: 999;
}

header .carousel-text {
	width: 70%;
    float: left;
    text-align: left;
}

header .carousel-caption {
	top: 10%;
	left: 6%;
	right: 6%;
	color: #fff;
	text-align: left;
}

header .carousel-caption p {
	font-size: 2em;
}

header .carousel-caption h1 {
	color: #fff;
	font-size: 3.5em;
}

header.carousel .item, header.carousel .item.active, header.carousel .carousel-inner {
    height: 100%;
    background: #000;
}

header .carousel-indicators {
	bottom: 50px;
}

/* Social Icons */
#social-icons {
	position: fixed;
	top: 45%;
	right:0;
	z-index: 9999;
}

#social-icons ul {
	list-style: none;
}

.fa-facebook,
.fa-twitter,
.fa-google-plus {
	font-size: 3em;
	color: #fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
}

.fa-facebook {
	background: #3b5998;
	padding: 20px;
}

.fa-facebook:hover {
	background:#1b4396;
}

.fa-twitter {
	background: #1da1f2;
	padding: 18px 17px 18px 18px;
}

.fa-twitter:hover {
	background: #0c6ba5;
}

.fa-google-plus {
	background: #cb2027;
	padding: 17px 17px 17px 18px;
}

.fa-google-plus:hover {
	background: #9f060d;
}

/******
Intro Homepage
*******/
.intro-homepage {
	padding: 1em 0;
}

.intro-homepage .categories {
	margin-top:2em;
}

.intro-homepage-box {
	text-align: center;
    padding: 1em;
}

.intro-homepage-box a {
	margin-bottom: 1em;
}

.intro-homepage-box h2 {
	font-family: 'Spectral', serif;
	color: #fff;
	font-size: 2em;
	margin-bottom: .5em;
}

.intro-homepage-box h3 {
	font-size: 1em;
	font-weight: bold;
	margin:0;
	font-family: 'Lato', sans-serif;
	padding-bottom: 5px;
	color: #fff;
}


.intro-homepage .intro-homepage-box p {
	font-size: 1.2em;
	color: #fff;
	margin:0;
	padding-bottom: 15px;
}

.shop-image img {
	border: 4px solid #340306 !important;
	width: 100%;
	-webkit-box-shadow: 0px 0px 8px 2px #000000;
     -moz-box-shadow: 0px 0px 8px 2px #000000;
          box-shadow: 0px 0px 8px 2px #000000;
}

.intro-homepage-box-img {
	border: 1px solid #fff;
	padding: 1em;
}

.intro-homepage-box-img  img {
	border: 1px solid #fff;
	width: 99%;
}

.intro-homepage h1 {
	font-weight: 400;
	color: #fff;
	font-size: 3em;
}
.intro-homepage p {
	color: #fff;
	font-size: 1.3em;
	padding-bottom: 1.25em;
}

div.round {
	background-image:
		radial-gradient(circle at 0 0, rgba(204,0,0,0) 14px, #c00 15px),
		radial-gradient(circle at 100% 0, rgba(204,0,0,0) 14px, #c00 15px),
		radial-gradient(circle at 100% 100%, rgba(204,0,0,0) 14px, #c00 15px),
		radial-gradient(circle at 0 100%, rgba(204,0,0,0) 14px, #c00 15px);

	z-index: 99999;
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
}

.categories>div>div {
	border:1px solid #ccc;
	padding:1em;
}

/******
Shopping Cart
*******/
.shopping-container .shopping-title,
.anniversary-container .shopping-title {
	background: #000;
	color: #fff;
	padding-top: 1em;
	padding-bottom: 1em;
	margin-bottom: 1em;
}

.shopping-container h1,
.anniversary-container h1 {
	margin-bottom: 1em;
	margin-top:0;
}

.shopping-cart-box {
	text-align: center;
	margin-bottom: 1em;
}

.shopping-button {
	position: absolute;
    top: 16px;
    left: 31px;
}

.shopping-button .btn-primary {
	padding: 1em;
}

.shopping-hover .btn-primary {
	background: #bea11c;
	border: 2px solid #bea11c;
	color: #fff;
	width: 80%;
	margin-top: 2em;
}

.shopping-hover .btn-primary:hover {
	background: #337ab7;
	border: 2px solid #337ab7;
	color: #fff;
}

.shopping-cart-box .shopping-cart-img .shopping-hover {
	background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    z-index: 999999999;
    width: 88%;
    top: 15px;
    left: 15px;
    height: 218px;
    display: none;
    padding-top: 15%;
}

.shopping-cart-box .shopping-cart-img {
	position: relative;
	height: 250px;
	overflow: hidden;
	border: 1px solid #fff;
	padding: 1em;
}

.shopping-cart-box .shopping-cart-img img {
	width: 100%;
	height: 220px;
	border: 1px solid #fff;

}
.shopping.carousel .shopping-cart-box .shopping-cart-img {
	width: 100%;
    border: 1px solid #fff;
    height: 221px;
}

.shopping.carousel .shopping-cart-box .shopping-cart-img img {
	width: auto;
	height: 98%;
	margin-top: 1%;
	/* margin-left: 50%;
	transform: translateX(-50%); */
}

.shopping-cart-box .shopping-cart-img p {
	margin-bottom: 0;
}

.shopping-cart-box .shopping-cart-img .new p,
.shopping-cart-box .shopping-cart-img .last p,
.shopping-cart-box .shopping-cart-img .sale p {
	color: #fff;
}

.shopping-cart-box .shopping-cart-img .new,
.shopping-cart-box .shopping-cart-img .last,
.shopping-cart-box .shopping-cart-img .sale {
	color: #fff;
	position: absolute;
	z-index: 9999;
	font-family: 'Spectral', serif;
	text-transform: uppercase;
	padding:10px;
}

.shopping-cart-box .shopping-cart-img .new {
	background: #000;
	top:0;
	left: 0;
}

.shopping-cart-box .shopping-cart-img .sale {
	background: #340306;
	top:0;
	right: 0;
}
.shopping-cart-box .shopping-cart-img .last {
	background: #000;
	bottom:0;
	right: 0;
}

.shopping-cart-box h2 {
	font-family: 'Spectral', serif;
	color: #fff;
	font-size: 1.5em;
	margin-bottom: .5em;
}

.shopping-cart-box h3 {
	font-size: 1em;
	font-weight: bold;
	margin:0;
	font-family: 'Lato', sans-serif;
	padding-bottom: 5px;
	color: #000;
}


.shopping-cart-box p {
	font-size: 1em;
	color: #fff;
	margin:0;
	padding-bottom: 5px;
}


.shopping-cart-box p.price {
	color: #340306;
	font-weight: bold;
	font-size: 1em;
}

/******
Anniversary Cart
*******/
.anniversary-cart-box {
	border:5px solid #eeeeee;
	text-align: center;
	padding:0;
}

.anniversary-cart-box .anniversary-cart-content {
	padding:2em;
}

.anniversary-cart-box figure {
	overflow: hidden;
	height: 330px;
}

.anniversary-cart-box figure img {
	width: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.anniversary-cart-box figure:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}

.anniversary-cart-box .btn-primary {
	background: transparent;
    color: #000;
    border:2px solid #cfcdce;
    padding: 1em;
    transition: all 0.5s ease 0s;
}

.anniversary-cart-box .btn-primary:hover {
	background: #340306;
	color: #fff;
	border: 2px solid #340306;
}

.anniversary-cart-box h1 {
	background: #000;
    padding: 10px;

    color: #fff;
    margin-bottom: 0;
}

.anniversary-cart-box p {
	font-weight: bold;
	margin-bottom: 1em;
}

/******
Feature One
*******/
.feature-one {
	background: url("/assets/images/homepage-scroll.jpg") no-repeat bottom;
	background-size: 100% auto;
	background-attachment: fixed;
	color: #fff;
	margin: 4em 0;
	padding:2em 0;
	text-align: center;
}

footer section.feature-one {
	margin: 0 0;
}

.feature-one .col-sm-8 a {
	color: #fff;
	text-decoration: underline;
}

.feature-one .col-sm-8 a:hover {
	color: #fff;
	text-decoration: none;
}

.feature-one a.btn-primary {
	text-decoration: none;
	margin-top: 1em;
}

.feature-one img {
	border: 2px solid #fff;
	margin-top: 22px;
	width: 100%;
}

.feature-one h1 {
	color: #fff;
	margin-top: 1em;
}

.feature-one .btn-primary {
	border: 2px solid #fff;
	color: #fff;
	background: transparent;
}

.feature-one .btn-primary:hover {
	background: #be8f1c;
	border: 2px solid #be8f1c;
	color:#fff;
}

/******
Popular Wines
*******/
.popularWines h1 {
	margin-bottom: 1em;
	margin-top: 0;
}

.popularWines .col-sm-4 {
	margin-bottom: 1em;
}

.popularWines .popular-wines-container {
	position: relative;
	border: 4px solid #fff;
	height: 160px;
	overflow: hidden;
}

.popularWines .popular-wines-container a:hover {
	text-decoration: none;
}

.popularWines .popular-wines-container h2 {
	color: #fff;
	font-size: 1.5em;
	font-weight: 100;
	padding:0 1em;
}

.popularWines .popular-wines-container img {
	width: 100%;
}
.popularWines .popular-wines-container .popular-tag {
	background: #bea11c;
    position: absolute;
    left: 1px;
    z-index: 5;
    color: #fff;
    top: 20%;
    height: 60px;
	transition: all 0.5s ease 0s;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
}

.popularWines .popular-wines-container .popular-tag:after {
  	/* width: 0px;
    height: 0px;
    content: "";
    position: absolute;
    top: 0;
    left: -41px;
    border-right: 60px solid red;
    border-top: 30px solid #be8f1c;
    border-left: 41px solid transparent;
    border-bottom: 30px solid #be8f1c;
    border-top-left-radius: 0;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    transition: all 0.5s ease 0s; */
}

.popularWines .popular-wines-container:hover .popular-tag {
	background: #204d74;

}

.popularWines .popular-wines-container:hover .popular-tag:after {

    border-top: 30px solid #340306;
    border-left: 41px solid transparent;
    border-bottom: 30px solid #340306;
    border-top-left-radius: 0;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.enter-shop {
	position: absolute;
	bottom: 1em;
	right: 1em;
}

.shopping-container {
	padding-bottom: 4em;
}
/******
Footer
******/
footer {
	background-color: black;
	background: url("/images/banner-new/footer.jpg") no-repeat bottom;
	background-attachment: fixed;
	/* background-size: 100% auto; */
}

footer img {
	border: 0 !important;
}

footer .top20 {
	padding-top: 3em;
	padding-bottom: 3em;
}

footer h4 {
	color: #fff;
}

footer a {
	color: #fff;
	text-decoration: none;
}

footer a:hover {
	color: #fff;
	text-decoration: underline;
}

footer .footer-address-cont {
	background:#000;
	color: #fff;
	margin-top: 1em;
	padding-top: 3em;
	padding-bottom: 2em;
}

footer .footer-address-cont p {
	line-height: 12px;
}

footer .footer-address-cont a {
	color: #fff;
	text-decoration: underline;
}

footer .footer-address-cont a:hover {
	text-decoration: none;
}
/* carousel */
/* Previous button  */
#media .carousel-control,
div.shopping .controls-carousel .carousel-control,
#events-carousel .carousel-control {
	opacity: 10;
	font-size: 3em;
	background:#bea11c;
	color: #fff;
}

#media .carousel-control:hover,
div.shopping .controls-carousel .carousel-control:hover,
#events-carousel .carousel-control:hover {
	background:#337ab7;
}
.media-carousel .carousel-control.left,
.media-carousel .carousel-control.right {
	background-image: none;
	background: none repeat scroll 0 0 #fff;
	border: 1px solid #ddd;
	border-radius: 23px 23px 23px 23px;
	height: 40px;
	width : 40px;
	margin-top: 105px;
	line-height: 29px;
}

.media-carousel .carousel-control.left
{
	left: -60px;
}
/* Next button  */
.media-carousel .carousel-control.right
{
	right: -60px !important;
}
/* Changes the position of the indicators */
.media-carousel .carousel-indicators
{
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
/* Changes the colour of the indicators */
.media-carousel .carousel-indicators li
{
  background: #c0c0c0;
}
.media-carousel .carousel-indicators .active
{
  background: #333333;
}
/* End carousel */

/* 2017-07-04 STCR copied from previous version for testing */
.pagination>li>a, .pagination>li>span {
	color: #340306;
	background-color: #fff;
	border-color: #ddd;
}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
	color: #000;
	background-color: #eadcbf;
	border-color: #eadcbf;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
	color: #fff;
	background-color: #340306;
	border-color: #340306;
}
.mini-search-results h3 {
	font-size: 18px;
}
.mini-search-results .thumbnail {
	position: relative;
	min-height: 221px;
}
.mini-search-results .thumbnail a {
	line-height: 221px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	text-align: center;
}
.mini-search-results .thumbnail a img {
	vertical-align: middle;
	display: inline-block;
}
.mini-search-results img.awaiting-photo {
	height: 206px;
}

ul.bullet-list {
	list-style: outside;
	list-style-image: url(/images/site_v2/bullet.png);
	padding-left: 15px;
	margin-left: 15px;
	font-size: 1.2em;
}

ul.bullet-list li {
	padding-left: 10px;
	margin-bottom: 5px;
}

.mini-search-results .caption p.product-name a {
	color: #333;
}
.sort-form {
	margin-top:20px;
}
.product_info .product_type {
	font-weight: bold;
}
.search-results-count {
	margin-top: 20px;
	font-weight: bold;
}
.search-results .search-result {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #340306;
}
.search-results .search-result h2 {
	margin-top: 5px;
}

/* tinybox modal responsive fixes migrated from old site prior to conversion to bootstrap modals */

.tbox {
	width: 900px !important;
	max-width: 99% !important;
}
.tbox .tinner#frameless {
	max-width: 99%;
}
.tbox .tinner .tcontent iframe,
.tbox .tinner .tcontent>img {
	max-width: 99%;
	padding-top: 10px;
	padding-left: 5px;
	border-radius: 5px;
	border-bottom: 1px solid #333;
}

#creammask.tmask {
	/* Prevent unnecessary horizontal scroll occasionally caused
		when there is some wide debug in the footer which tricks the tinybox auto resizing */
	max-width: 100%;
}
#basketTable,
#basketTable tbody th {
	font-weight: normal;
}
#basketTable thead th,
#basketTable th.packaging-options-rowgroup {
	font-weight: bold;
}
#basketTable a {
	color: #340306;
}
#basketTable caption {
	display: none;
}
#basketTable tbody th,
#basketTable tbody td,
#basketTable tfoot th,
#basketTable tfoot td {
	border: 2px solid white;
	/* border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px; */
	background-color: #eadcbf;
}
#basketTable thead th {
	background-color: #340306;
	color: white;
}
#basketTable thead th:first-child {
	border-top-left-radius:4px;
}
#basketTable thead th:last-child {
	border-top-right-radius:4px;
}
/* Rebellious media queries inside the main css until the basket/order/packaging forms are overhauled. Sorry Sandra ;-) */
@media (max-width: 451px) {
	.tbox {
		left: 1% !important;
		max-width: 99% !important;
		padding-left: 0px !important;
		padding-right:0px !important;
	}
	.tbox .tinner#frameless {
		max-width: 100%;
	}
	.tbox .tinner .tcontent iframe {
		padding-left: 2px;
	}

	#frmUpdateBasket .btn,
	#frmOrderForm .btn {
		padding-left: 10px;
		padding-right: 10px;
	}
	section.row  > article {
		padding-left: 5px;
		padding-right: 5px;
	}
}
@media (max-width: 400px) {
	section.row  > article.col-sm-12,
	section.row  > article.col-xs-12	{
		padding-left: 0px;
		padding-right: 0px;
	}
	section.row  > article.col-sm-12 .panel-body {
		padding-left: 5px;
		padding-right: 5px;
	}
	#basketTable.table>tbody>tr>td,
	#basketTable.table>tbody>tr>th,
	#basketTable table>tfoot>tr>td,
	#basketTable.table>tfoot>tr>th,
	#basketTable.table>thead>tr>td,
	#basketTable.table>thead>tr>th {
		font-size: 12px;
		padding: 6px 4px;
	}
}


.accountHomeBox {border: 1px solid #999999; border-radius: 5px; margin-bottom: 20px; display:table;}
.accountHomeBox .boxTitle {background-color: #EEEEEE; border-top-left-radius: 5px; border-bottom-left-radius: 5px; display:table-cell; height:100%;}
.accountHomeBox .boxTitle, .accountHomeBox .boxDetails, .accountHomeBox .boxSpanned {padding: 5px 5px 5px 5px; }
.accountHomeBox .boxDetails {/* float: left; */ display:table-cell; width:50%; height:100%;}
.accountHomeBox .boxTitle, .accountHomeBox .boxSpanned a {font-size: 10pt; font-weight: bold;}


.breadcrumbs ul li {
    display: inline-block;
}
/* */
#frmAddProduct select {
	padding: 0.4em 0.9em;
}

#frmAddProduct .btn {
	margin-left: 1em;
}

.product_info {
	margin-top: 1em;
}

/* Blog */
.blog-homepage .blog-image {
	height: 250px;
	overflow: hidden;
	margin-bottom: 1em;
}
.blog-homepage .blog-image img {
	width: 100%;
}	

.blog-homepage .panel {
	-webkit-box-shadow: 0 8px 6px -6px #999;
	   -moz-box-shadow: 0 8px 6px -6px #999;
	        box-shadow: 0 8px 6px -6px #999;
}

.yearSelect{
	font-size: 16px;
	font-weight: 700;
}


/* Search results */

.product_info .new p,
.product_info .last p,
.product_info .sale p {
	color: #fff;
	margin: 1px 4px 1px;
}

.product_info .new,
.product_info .last,
.product_info .sale {
	color: #fff;
	position: absolute;
	z-index: 9999;
	font-family: 'Spectral', serif;
	text-transform: uppercase;
	padding:5px;
}

.product_info .new {
	background: #000;
	top:0;
	right: 60px;
}

.product_info .sale {
	background: #340306;
	top:0;
	right: 0;
}
.product_info .last {
	background: #000;
	bottom:0;
	right: 0;
}



/* Product Detail */

.panel {
 background-color: #fdfaed;
}
.caption a{
    color: #ffffff;
}

.panel .caption a{
    color: #333;
}

.caption{
    color: #ffffff;
}

.panel .caption{
    color: #333;
}


.panel-heading .new p,
.panel-heading .last p,
.panel-heading .sale p {
	color: #fff;
	margin: 2px 4px 3px;
}

.panel-heading .new,
.panel-heading .last,
.panel-heading .sale {
	color: #fff;
	position: absolute;
	z-index: 9999;
	font-family: 'Spectral', serif;
	text-transform: uppercase;
	padding:5px;
}

.panel-heading .new {
	background: #000;
	top:0;
	right: 80px;
}

.panel-heading .sale {
	background: #340306;
	top:0;
	right: 16px;
}
.panel-heading .last {
	background: #000;
	bottom:0;
	right: 0;
}
.panel-heading h1 {
	margin-top: 3px;
	margin-bottom: 2px;
	color: #000;
}
.panel-body > h3:first-child,
.panel-body > h2:first-child,
.panel-body > h1:first-child {
	margin-top: 0px;
	color: #340306;
}
.panel-body{
	color: #340306;
}
.panel h2,
.panel h4{
	color: #340306;
}

/** Port Top Bar */
.profile-top {
	background: url("/assets/images/icons/profile-icon.png") no-repeat 0 15px;
	width: 30px;
	height: 56px;
	position: relative;
    display: inline-block;
    cursor: pointer;
}

.panel-default>.panel-heading {
    color: #333;
    background-color: transparent;
    border-color: transparent;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #340306;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 999999;
	right: 0;
    font-size: 1em;
    margin-top: 56px;
}

.dropdown-content li a {
	color: #fff;
	display: block;
	padding: .5em;
}

.dropdown-content li a:hover {
	text-decoration: none;
	background: #000;
}

.profile-top:hover .dropdown-content {
    display: block;
}

.line {
	width: 1px;
    height: 18px;
    margin-top: 19px;
    margin-left: 20px;
    margin-right: 20px;
    background: #fff;
}

/** Logo **/
.nav-logo {
	background: #000;
	padding-bottom: 1.5em;
	padding-top: 1.5em;
}

.nav-logo:after {
	/* content: "";
    display: block;
    position: absolute;
    height: 56px;
    background: rgba(0,0,0,.8);
    top: 58px;
    width: 100%;
	z-index: 1;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12); */
}

.logo-container {
	/* position: absolute;
    left: 0;
    top: 90px;
    color: #fff;
    font-size: 3em;
    z-index: 2; */
}

.logo-container .logo {
	background: url(/assets/images/vintagelogo.png) no-repeat;
    background-size: 246px auto;
    width: 320px;
    height: 90px;
}
/** Nav **/
.navigation-container {
	/* position: absolute;
	top:20px;
	width: 100%;
	right: 0;
	z-index: 99999; */
}





/* Saqui */
.button.button--saqui {
	overflow: hidden;
	color: #fff;
	background: #37474f;
	-webkit-transition: background-color 0.3s ease-in, color 0.3s ease-in;
	transition: background-color 0.3s ease-in, color 0.3s ease-in;
}
.button--saqui.button--inverted {
	background: #fff;
	color: #37474f;
}
.button--saqui::after {
	content: attr(data-text);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 1em 2em;
	color: #37474f;
	-webkit-transform-origin: -25% 50%;
	transform-origin: -25% 50%;
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
	-webkit-transition: -webkit-transform 0.3s ease-in;
	transition: transform 0.3s ease-in;
}
.button--saqui.button--inverted::after {
	color: #fff;
}
.button--saqui:hover::after,
.button--saqui:hover {
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.button--saqui:hover {
	background-color: #7986cb;
	color: #7986cb;
}
.button--saqui.button--inverted:hover {
	background-color: #3f51b5;
	color: #3f51b5;
}
.button--saqui:hover::after {
	-webkit-transform: rotate3d(0, 0, 1, 0deg);
	transform: rotate3d(0, 0, 1, 0deg);
}

/* Wapasha */
.button.button--wapasha {
	background: #37474f;
	color: #fff;
	-webkit-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
}
.button--wapasha.button--inverted {
	background: #fff;
	color: #37474f;
}
.button--wapasha::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 2px solid #3f51b5;
	z-index: -1;
	border-radius: inherit;
	opacity: 0;
	-webkit-transform: scale3d(0.6, 0.6, 1);
	transform: scale3d(0.6, 0.6, 1);
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.button--wapasha.button--inverted::before {
	border-color: #7986cb;
}
.button--wapasha:hover {
	background-color: #fff;
	color: #3f51b5;
}
.button--wapasha.button--inverted:hover {
	background-color: #37474f;
	color: #7986cb;
}
.button--wapasha:hover::before {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	opacity: 1;
}
/* Style the tab */
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

/* Style the buttons that are used to open the tab content */
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
	margin: 0px 0px 30px 0px;
    max-height: 500px;
	overflow:auto;

}
a.currency-link {
	padding-left:0px;
	padding-right:10px;
	margin:16px 10px 16px 0px;
	border-right:1px solid #ccc;
	font-size: 17px;
}
.action-buttons-header a.currency-link:first-child {
	border-right:none;
}