@charset "UTF-8";
/* CSS Document */

html{
    background:url('../images/background_2.jpg') no-repeat center center;
    min-height:100%;
    background-size:cover;
    background-attachment: fixed, fixed;
}

body{
    min-height:100%;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color:transparent;
}

a:hover, a:focus{
	color:#99d538;
	text-decoration:none;
}

.sidebar a.link { 
	color: #fff; 
	padding: 5px;
	margin-top: 5px;
	display: block;
}
a.link:hover { 	background-color: rgba(196, 172, 105, 0.8); }

.top-wine{
	height: 125px;
	width: 220px;
	background-color: rgba(68, 7, 60, 0.9);
	margin-left:5px;
	color:white;
}

.top-wine-row{
	margin-top:30px;
	position:relative;
}

.login .dropdown-menu > li > a { color:white; }
.login .dropdown-menu > li > a:hover { color:#262626; }


@media (min-width: 768px) {
	.top-wine-row{
		bottom: 5%;
		position: absolute;
		right: 0;
		width: 100%;
	}
}

#filters a.list-group-item.active, #filters a.list-group-item.active:hover, #filters a.list-group-item.active:focus {
background-color: #44073c;
border-color: #44073c;
}


.cat-link{
	display: block;
	width: 100%;
	margin-right: 20px;
	margin-bottom: 20px;
	background-color: #44053f;
	color: white;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	padding-top: 15px;
}
.cat-link p{
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
}
@media (min-width: 768px){
	.top-wine-row { padding-left: 50px; }
	.cat-link{
		width: 235px;
		padding-top: 0;
	}
}


.comments .prop_bar {
	margin: 0;
	font-size: 12px;
}
.comments .prop_bar > strong {
	font-size: 14px;
}
.comments .prop_bar .bar {
	height: 12px;
	margin: 6px 0;
}

.comments .prop_bar .bar div {
	top: -1px;
	height: 14px;
	width: 14px;
}
.comments .date { color: #ad9961; }







.navbar{
	min-height:38px;
	margin-bottom:0;
	padding:0 15px;
}

.navbar-form{
	margin-top:5px;
	margin-bottom:5px;
}

.search .form-control{
	height:24px;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	color: #98d538;
	background-color: transparent;
}

.login .form-control{
	border: 1px inset #400c3d;
	height: 25px;
	width: 205px;
	margin-top: 10px;
	padding-left: 15px;
	color: #fff;
	background-color: #400c3d;
}

.login .dropdown-menu
{
	background-color:#44073c;
	border:none;
}

.login .navbar-form a {
	border: none;
	background: #44073c;
	color: #fff;
	float: right;
	margin: 9px 0px 9px 9px;
	line-height:29px;
	height: 29px;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
}

.navbar .login .btn {
	border: none;
	background: #44073c;
	color: #fff;
	float: left;
	margin: 9px 9px 9px 0px;
	width: 60px;
	height: 29px;
	font-size: 15px;
	font-weight: bold;
	outline:none;
}

.navbar .btn.search {
	padding:3px 12px;
	background-color:transparent;
}

.navbar-nav > li > a {
	font-size:12px;
	padding:9px 10px;
	font-weight: bold;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
background-color: rgba(255,255,255,0.15);
}

.navbar .login, .navbar-form, .navbar-right { display:none; }
@media (min-width: 768px) {
.navbar .login, .navbar-form { display:block; }
.navbar-right { display:table; }	
}

.sidebar {
	height:auto;
	padding-left:15px;
	padding-bottom:10px;
	margin-left:-5px;
	background:rgba(68, 7, 60, 0.9) url('../images/nav_fade.png') top left repeat-x;
}
.sidebar h2 {
	padding-top:5px;
	color:white;
}
.content {
	background:rgba(255, 255, 255, 0.9);
	padding-bottom:15px;
	margin:5px 0 0 5px;
}

.content h1 {
	padding-top:8px;
	font-weight:normal;
	font-size:28px;
}
.content b {
	color:#44073c;
}

.content table a {
	color: #44073c;
	text-decoration: none;
	font-weight: bold;
	font-size:12px;
}
.content table a:hover {
	color:#98d538;
}


.content.wine-detail .info em
{
	color: #ad9961;
	font-weight: bold;
}
.content.wine-detail .title h1
{
	font-size: 20px;
	text-transform: uppercase;
	padding:20px 0 0;
	margin-bottom: 0;
}
.content.wine-detail .title p
{
	font-size: 20px;
	font-weight: 200;
	color: #ad9961;
	margin-bottom: 30px;
}
.content.wine-detail  .col-md-6, .content.wine-detail .col-md-12
{
	padding-left: 45px;
}
.content.wine-detail .actions  .col-md-6, .content.wine-detail .actions .col-md-12
{
	padding-left: 0;
}
.content.wine-detail .rating-info
{
	float: left;
	color: #44053f;
	line-height: 17px;
	font-weight: 300;
	margin-bottom: 15px;
}
.content.wine-detail .hr:first-child { margin-top: 0; }
.content.wine-detail .hr
{
	margin: 20px 0;
	height: 1px;
	max-width: 436px;
	width: 100%;
	background: transparent url('../images/hr.png') top right repeat-y;
}
.content.wine-detail button
{
	margin: 10px 0;
}

.content .rating img {
	height: 23px !important;
	margin-right: 4px !important;
	margin-bottom: -2px !important;
	margin-top: 2px !important;	
}
.content .detail.rating img {
	height:auto !important;
}

.modal-header {
	background-color: #44073c;
	color: white;
}
.sidebar .logo_home {
	display:none;
	width:100%;
	max-width:176px;
	height:176px;
	margin:20px auto;
	margin-top: -20px;
	background:transparent url('../images/logo.png') center center no-repeat;
    background-size:contain;

}
.sidebar .logo_home:hover {
		background-image:url('../images/logo_hover.png');
}
@media (min-width: 768px) {
	.sidebar .logo_home { display:block; }
}

.prop_bar {
	margin:0px 0;
	padding:0;
	color: #45073e;
}
.prop_bar .bar {
	height: 5px;
	background-color: #45073e;
	padding: 0px;
	margin: 0px 0;
}
.prop_bar .bar div {
	background-color: #ad9961;
	position: relative;
	height: 12px;
	width: 12px;
	top: -3px;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
	border-radius: 2px;
	}
.prop_bar > strong {
	font-size: 13px;
	padding-left:0;
}

.gallery {
	padding: 0 !important;
	margin-bottom: 29px;
	position:relative;
	min-height: 200px;
	overflow: hidden;
}
.gallery ul {
	list-style:none outside none;
    overflow:hidden;
    position:absolute;
    padding: 0;
    width: 100%;
    height: 100%;
}
.gallery li{
    position:absolute;
    display:none;
    z-index:10;
    width: 100%;
}

.gallery li:first-child{
    display:block;
    z-index:1000;
}

.gallery .slideActive{
    z-index:1000;
}

.gallery canvas{
    display:none;
    position:absolute;
    z-index:100;
}
.gallery .arrow
{
	text-shadow: 1px 1px 2px rgba(0, 0, 0, .5);
	position: absolute;
	height: 100%;
	line-height: 200px;
	font-size: 20px;
	top: 0;
	z-index: 5000;
	color: #fff;
	cursor: pointer;
	padding:0 10px;
}

.gallery .previous { left:0; }
.gallery .next { right:0; }
.gallery .previous:hover, .gallery .next:hover { 	text-shadow: 1px 1px 2px rgba(0, 0, 0, 1); /*background-color: rgba(255,255,255,0.1);*/ }

.gallery .gallery-info {
	text-shadow: 1px 1px 2px rgba(0, 0, 0, .5);
	text-align: center;
	position: absolute;
	width: 100%;
	bottom: -30px;
	height: 30px;
	line-height: 30px;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 4900;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}

.gallery > img { display: none; }
.gallery .slides div { z-index:5 !important; }
.gallery .slides { height: 200px; width: 100%; overflow: hidden;}

table.table thead .sorting,
table.table thead .sorting_asc,
table.table thead .sorting_desc,
table.table thead .sorting_asc_disabled,
table.table thead .sorting_desc_disabled {
    cursor: pointer;
    *cursor: hand;
}
 
table.table thead .sorting { background: url('../images/sort_both.png') no-repeat center right; }
table.table thead .sorting_asc { background: url('../images/sort_asc.png') no-repeat center right; }
table.table thead .sorting_desc { background: url('../images/sort_desc.png') no-repeat center right; }
 
table.table thead .sorting_asc_disabled { background: url('../images/sort_asc_disabled.png') no-repeat center right; }
table.table thead .sorting_desc_disabled { background: url('../images/sort_desc_disabled.png') no-repeat center right; }

dl.detail-list dt { width: 60px; }
dl.detail-list dd { margin-left: 80px; }

.vintager
{
	padding: 0;
	margin: 5px 0 0 5px;
}
.vintager .header
{
	position: relative;
	height: 240px;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
	padding: 0;
	overflow: hidden;
}

.vintager .header .content
{
	float: left;
	min-height: 170px;
	margin: 0 0 0 35px;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
	z-index: 1;	
	background:rgba(255, 255, 255, 0.8);
}
.vintager .header .content blockquote
{
	padding: 0 20px;
}
.vintager .header .content blockquote:before, .vintager .header .content blockquote:after 
{
	content: none;
}
.vintager .header .content .actions
{
	position: absolute;
	bottom: 6px;
	right: 10px;
}
.vintager .list .item
{
	padding: 0 5px 5px 0;
}
.vintager .list .item:first-child
{
	padding: 5px 5px 5px 0;
}
@media (min-width: 768px) {
	.vintager .list .item
	{
		padding: 5px 0 0 5px;
	}
	.vintager .list .item:first-child
	{
		padding: 5px 0 0 0;
	}
}

.vintager .list .content
{

	box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.2);

	margin: 0;
	padding: 10px;
	background:rgba(255, 255, 255, 0.8);

	border-radius: 2%;
	-moz-border-radius: 2%;
	-webkit-border-radius: 2%;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
}
.vintager .list .content:hover
{
	border-radius: 2%;
	-moz-border-radius: 2%;
	-webkit-border-radius: 2%;
}
.vintager .list .content .glyphicon
{
	font-size: 1.5em;
	float: right;
	cursor: pointer;
}
.vintager .list .content .rating img
{
	height: 40px !important;
}
#map-canvas
{
	height: 110% !important;
	position: absolute;
	width: 100%;
	z-index: 0;
}

@media (min-width: 768px){
	.navbar .center.nav {
		margin-right: -184px;
	}

	.navbar .center.nav,
	.navbar .center.nav > li {
	    float:none;
	    display:inline-block;
	    *display:inline; /* ie7 fix */
	    *zoom:1; /* hasLayout ie7 trigger */
	    vertical-align: top;
	    text-align: left;
	}

	#main-navigation {
	    text-align:center;
	}

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




.search-results a { display: block; height: 100%; }
.search-results a:hover { color:#43053e; }

.search-results .fluid { float: left; width: 100%; margin: 0 0 0 -70px; }
.search-results .inner-block { margin: 0 0 0 80px; }
.search-results .fixed-width { float: left;}

.fluid { float: left; width: 100%; margin: 0; }
.inner-block { margin:0; }
.fixed-width { float:left; }


#main-search .form-group {
	margin: 0px;
	padding: 12px 5px 12px 5px; 
	background-color: #43053e;
}
#main-search .form-control {
	height: 40px;
	font-size: 24px;
	line-height: 40px;
	border-radius: 4px;
	font-weight: bold;
}
#main-search .form-control:focus {
	border-color: #c4ac69;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(196, 172, 105, 0.9);
}

#main-search .square {
	display: none;
}

#main-search { padding: 0; }

	.search-results {
		padding-bottom: 10px;
	}

	#main-search .search-results {
		padding-bottom: 10px;
		min-height: 85px;
		border:1px solid #ccc;
		border-radius: 0 0 4px 4px;
		background-color: rgba(255, 255, 255, 0.8);
		box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
	}

	.search-results .image img, .wine-link .image img {
		position: absolute;
		left: -43%;
		top: -5%;
	}
	.search-results .image, .wine-link .image {
		width: 60px;
		height: 60px;
		overflow: hidden;
		position: relative;
		margin-left: 10px;
		border-radius: 4px;
		box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
	}
	.search-results .info {
		padding-left: 10px;
	}

	#nav-search .search-results h3:first-child
	{
		margin-top: 15px; 
	}

	.search-results h3
	{
		font-style: italic;
		font-size: 14px;
		padding:7px 0 5px 5px;
		margin:5px 0;
		color: #fff;
		background-color: #c4ac69;
	}

	.winery-result.padding { 
		padding: 5px 10px;
	}
	.wine-result.padding { 
		padding: 5px 0; 
	}
	.wine-result, .winery-result { 
		padding: 0;
		overflow: hidden;
		height: 0px;
		-webkit-transition: height ease-in-out 0.5s;
		transition: height ease-in-out 0.5s;
	}
	.wine-result:hover, .winery-result:hover { 
		background-color: rgba(238, 238, 238, 0.5); 
	}


@media (min-width: 768px){
	#main-search {
		padding: 5% 0 0 50px;
		z-index: 1000;
	}
	#main-search .form-group {
		margin-bottom: 0px;
		padding: 12px 10px 12px 15px; 
		background-color: #43053e;
	}
	#main-search .form-control {
		height: 30px;
		line-height: 30px;
		font-size: 14px;
		border-radius: 0;
		font-weight: bold;
	}
	#main-search .form-control:focus {
		border-color: #c4ac69;
		box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(196, 172, 105, 0.9);
	}

	#main-search .icon-bar {
	  display: block;
	  width: 22px;
	  height: 2px;
	  border-radius: 1px;
	  background-color: #fff;
	}

	#main-search .icon-bar + .icon-bar {
	  margin-top: 4px;
	}

	#main-search .square {
		display: block;
		width: 30px;
		height: 30px;
		color: #fff;
		background-color: #ad9961;
		font-size: 18px;
	}

	#main-search .square.search-icon {
		width: 40px;
		border-radius:0 2px 2px 0;
		-webkit-transition: background-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
		transition: background-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	}

	#main-search:hover .square.search-icon {
		background-color: #c4ac69;
		box-shadow: 0px 0px 10px #c4ac69;
	}

	#main-search .wine-result:hover a, #main-search .winery-result:hover a { 
/*		background-color: rgba(196, 172, 105, 0.1); 
*/	}

	#main-search .fluid { float: left; width: 100%; margin: 0 -40px 0 -30px; }
	#main-search .inner-block { margin: 0 40px 0 50px; }
	#main-search .fixed-width { float: left;}


}

label.required { padding-right: 5px; }
label.required:after {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  position: relative;
  font-size: 7px;
  line-height: 0;
  vertical-align: baseline;
  top:-0.5em;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\00a0\00a0\f005";
}


.navbar .nav i { font-size: 14px; }


.uploadifive-queue {
	margin-bottom: 1em;
}
.uploadifive-queue-item {
	background-color: #F5F5F5;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font: 11px Verdana, Geneva, sans-serif;
	margin-top: 5px;
	max-width: 350px;
	padding: 10px;
}
.uploadifive-error {
	background-color: #FDE5DD !important;
}

.uploadifive-queue-item a:before {
  content: "\e014";
}

.uploadifive-queue-item a {
	float: right;
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-moz-osx-font-smoothing: grayscale;
	font-size: 16px;
}
.uploadifive-queue-item.completed {
	background-color: #E5E5E5;
}
.uploadifive-progress {
	background-color: #E5E5E5;
	margin-top: 10px;
	width: 100%;
}
.uploadifive-progress-bar {
	background-color: #0099FF;
	height: 3px;
	width: 1px;
}
.drop-target {
    display: none;
    width: 200px;
    height: 50px;
    background-color: transparent;
    border: 1px dashed #555;
    border-radius: 8px;
    text-align: center;
    line-height: 50px;
}
.drop-target.hover {
    background-color: #fff;
    border: 1px solid #ccc;
    color: #999;
}
.drop-target .glyphicon { pointer-events: none; color: #333; }

.rotate
{
	animation: rotate 1s linear infinite; 
    -webkit-animation: rotate 1s linear infinite; 
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to { 
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to { 
    transform: rotate(360deg);
  }
}