/* Put your custom CSS here */

/*WHISKY ETC FEED*/

.ui-page{
	background: url(../img/achtergrond.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#feed{
	margin-left:auto;
	margin-right:auto;
	width:900px;
	max-width:100%;
}
a{
	color:#be9e38;
	text-decoration:none;
}

/*Definition page*/
.definitionimg{
	float:left;
	margin-right:10px;
	max-width: 95%;
}
.clearleft
{
	clear:left;
	margin-top:10px;
	border-top: 1px dashed #ffcc33;
}
.maxsp{
	max-width: 900px;
}

/*List highlight*/
.highlight{
	border: 1px solid #FFFFec /*{a-bhover-border}*/;
	background: #ffcc33 /*{a-bhover-background-color}*/;
	font-weight: bold;
	color: #000000 /*{a-bhover-color}*/;
	text-shadow: 0 /*{a-bhover-shadow-x}*/ 1px /*{a-bhover-shadow-y}*/ 0 /*{a-bhover-shadow-radius}*/ #eeeeee /*{a-bhover-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #FFea3a /*{a-bhover-background-start}*/), to( #d8ad2b /*{a-bhover-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #FFea3a /*{a-bhover-background-start}*/, #d8ad2b /*{a-bhover-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #FFea3a /*{a-bhover-background-start}*/, #d8ad2b /*{a-bhover-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #FFea3a /*{a-bhover-background-start}*/, #d8ad2b /*{a-bhover-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #FFea3a /*{a-bhover-background-start}*/, #d8ad2b /*{a-bhover-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #FFea3a /*{a-bhover-background-start}*/, #d8ad2b /*{a-bhover-background-end}*/);
}

/*Password check CSS */

.bar {
    height: 2px;
}

.pw-very-weak .bar {
    background: #d00;
    width: 30px;
}

.pw-very-weak .label {
    color: #d00;
}

.pw-weak .bar {
    background: #d00;
    width: 60px;
}

.pw-weak .label {
    color: #d00;
}

.pw-mediocre .bar {
    background: #f3b31a;
    width: 90px;
}

.pw-mediocre .label {
    color: #f3b31a;
}

.pw-strong .bar {
    background: #66AA66;
    width: 120px;
}

.pw-strong .label {
    color: #66AA66;
}

.pw-very-strong .bar {
    background: #0d0;
    width: 150px;
}

.pw-very-strong .label {
    color: #0d0;
}

/*Einde password check CSS*/

.horizbuttons{
	clear:both;
	margin-left:auto;
	margin-right:auto;
	width:auto;
	max-width:900px;
}
.imagebutton a{
	
}

a.ui-link-inherit
{
	max-width:200px;
}
	
#whiskylist{
	padding:5px;
	max-width:100%;
	font-size:13px;
}
#whiskylist li{
	height:auto !important;
}

#whiskylist li a{
	font-size:14px;
	height:auto;
	white-space:normal !important;
	min-width:20px;
}

.imagebutton{
	width:40%;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:20px;
	max-width:250px;
	min-width:100px;
	opacity:0.8;
	filter:alpha(opacity=80); /* For IE8 and earlier */
	-moz-border-radius: 15px;
	border-radius: 15px;
	border:1px solid white;
	box-shadow: 10px 10px 5px #888888;
}



.ui-icon-buy {
	background-image: url("../img/buy.png");
}

.imagebutton:hover{
	position:relative;
	bottom:-1px;
	right:-1px;
	box-shadow: 5px 5px 3px #888888;

	opacity:1.0;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}

#buybuttons, #page3buybuttons
{
	clear:both;
	margin-bottom:5px;
}

#headerimage
{
	pointer-events: none;
}

.taster{
	color:#840;
}

.note{
	margin-left:10px;
	padding:3px;
}



#aftertaste, #nosing, #tasting,#page3aftertaste,#page3nosing,#page3tasting{

	
	height: auto; 
	border: 10px #be9e38 solid; 
	padding: 10px;
	-moz-border-radius-bottomright: 50px 25px;
	border-bottom-right-radius: 50px 25px;
	-moz-border-radius-bottomleft: 50px 25px;
	border-bottom-left-radius: 50px 25px;
}
#prijs, #page3prijs{
	color:#080;
	float:right; 
	clear:right;
}

#bottlediv, #page3bottlediv
{
 float:left;   margin-left: 16px; margin-top: 18px;
 max-width:40%; min-height:64px; max-height:260px;

}

#bottleimg{
	max-width: 100%;
	max-height:100%;
	margin: auto;
	-webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(40%, transparent), to(rgba(255,255,255,0.15)));
}

#brandimg, #page3brandimg
{
	float:right; max-width:30%; margin-left: 16px; margin-top: 18px;
	max-height:100px;
}
#statblock{
	clear:left;
	float:left; 
	width:100%;
}

#statblock2{
	clear:left;
}
#statblock2 img{
	float:left;
	width:18%;
	max-width: 128px;
	margin:10px;
}

.lowopacity{
	opacity:0.2;
	filter:alpha(opacity=20); /* For IE8 and earlier */
}

@media all and (max-width : 300px){
	#whiskylist li a{
		font-size:13px;
		}
}

@media all and (orientation:landscape) { 
	.imagebutton{
		width:10%;
	}
	.horizbuttons{
		max-width:70%;
	}
}

/*tablets and pc's*/
@media only screen and (min-width : 700px){
	.imagebutton{
		width:30%;
	}

	.horizbuttons{
		max-width:900px;
	}
	
	#whiskylist{
		width:380px;
	}

	#splitcontent{
		width:200px;
	}
	#homebutton{
		display:none;
	}

	#bottlediv, #page3bottlediv
	{
	 float:left;   margin-left: 16px; margin-top: 18px;
	 width: 200px;
	 height:303px;
	 max-height:303px;
	}

	#brandimg, #page3brandimg
	{
		margin-left:10px;
		float:left; max-width:30%; margin-left: 16px; margin-top: 18px;
		max-height:150px;
	}
	#statblock
	{
		position:relative;
		right: -260px;
		top:-120px;
		height:85px;
		width:60%;
		
	}
	#prijs, #page3prijs
	{
		margin-left:10px;
		margin-right:20px;
		float:right;
	}
}