@media print {
	body {
		margin: 1cm;
	}
}


* {
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

.sprite {
	background-image: url(../images/sprite.png);
	background-repeat: no-repeat;	
}

.fade08 {
	opacity:0.8;
	filter:alpha(opacity=80); /* For IE8 and earlier */
}

.fade08:hover  {
	opacity:1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}

.hr-bottom {
	border-bottom: 1px #999 solid;
}

@font-face {
    font-family: 'vodafone';
    src: url('../fonts/vodafone.eot');
    src: url('../fonts/vodafone.eot?#iefix') format('embedded-opentype'),
         url('../fonts/vodafone.woff') format('woff'),
         url('../fonts/vodafone.ttf') format('truetype'),
         url('../fonts/vodafone.svg#vodafone') format('svg');
    font-weight: normal;
    font-style: normal;
}


.cfont {
	font-family: 'vodafone';
	font-weight: bold;
}

.cfont20 {	 	
	font-size: 22px;
}

.cfont25 {	 	
	font-size: 26px;
}

.cfont30 {	
	font-size: 31px;
}

.cfont40 {	
	font-size: 40px;
}

.cfont50 {	
	font-size: 50px;
}


.semi80 {
	background: url(../images/semi80.png) repeat;
}

.color1 	{color: #2E2E2E; }
.color1-bg 	{background-color: #F1F1F1;}

.color2 	{color: #FF3300;}
.color2-bg 	{background-color: #FF3300;}

.color3 	{color: #33528C;}
.color3-bg 	{background-color: #33528C;}

.color4 	{color: #F1F1F1;}
.color4-bg 	{background-color: #F1F1F1;}

a:hover {
	color: #FF3300;
	text-decoration: none;
}

.top-offset {
	margin: 120px auto 0 auto;
}

.top-offset-index {
	margin: 110px auto 0 auto;
}

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

.top-margin-20 {
	margin-top: 20px;
}

.top-margin-30 {
	margin-top: 30px;
}

.alert-floating {
  -webkit-box-shadow: 0px 20px 100px rgba(10, 0, 0, 1);
  -moz-box-shadow: 0px 20px 100px rgba(10, 0, 0, 1);
  box-shadow: 0px 20px 100px rgba(10, 0, 0, 1);
  width: 50%;
  margin: 0 auto 0 auto;	
}


.subbar {
	height: 50px;
	padding-top: 10px;
	background-color: #FFF;
	 -webkit-box-shadow: 0px 1px 30px #333;
  -moz-box-shadow: 0px 1px 30px #333;
  box-shadow: 0px 1px 30px #333;
}

.subbar .free-delivery{
	color: #CC0000;
	font-size: 14px;
	font-weight: bold;	
	
}



.subbar .shop-search {
	width: 300px;
	-webkit-box-shadow: inset 1px 1px 3px 1px #DDD;
	box-shadow: inset 1px 1px 3px 1px #DDD; 
	border: 1px #DDD solid;
	border-radius: 30px;	
	padding: 4px 4px 4px 10px;
	margin-right: 15px;
}


@media (max-width: 768px){
	.subbar .shop-search {
		width: 200px;
	}
}


.subbar button {
	background: none;
	border: none;
	padding: 0px;
	margin: 0px 0 0 -35px;	
}

.subbar button:hover {
	color: #990000;	
}

.basket_preview {
	font-size: 20px !important;
}


footer {	
	line-height: 20px;
	padding: 20px 0 20px 0;		 
}

footer .paypal {
	width: 130px;
	height: 55px;
	background-position: 0 -60px;
	margin: 10px 0 0 0;
}

footer .rzf {
	width: 124px;
	height: 53px;
	background-position: 0 -200px;
	margin: 20px 0 0 0;
}


footer .fwf {
	width: 135px;
	height: 42px;
	background-position: 0 -270px;
	margin: 20px 0 0 0;
}

footer .separator {
	height: 10px;
	margin-bottom: 10px; 
}

footer ul {
	margin: 0px;
	padding: 0px;
}

footer ul li {
	list-style-type: none;
	display: block;
	margin: 0 0 10px 0;
}

footer ul li i {
	margin: 0 5px 0 0;
}

footer ul li a {
	padding: 3px;
}


footer .contact .phonemail {
	font-size: 1.1em;
	margin: 0 0 0 0;
	font-weight: bold;
}

footer .contact .phonemail i{
	margin: 0 5px 0 0;
}

footer .social {
	text-align: right;	
}

footer .newsletter-form {
	line-height: 120%;
	font-size: 0.8em;
}

.social-icon {
	display: inline-block;
	margin: 0 0 0 10px;
	width: 19px;
	height: 19px;	
}

.facebook {
	background-position: 0 -620px;
}

.googleplus {
	background-position: -23px -620px;
}

.twitter {
	background-position: -46px -620px;
}


.facebook:hover {
	background-position: 0 -640px;
}

.googleplus:hover {
	background-position: -23px -640px;
}

.twitter:hover {
	background-position: -46px -640px;
}

.credits {
	font-size: 0.8em;
	color: #999;
	margin-top: 10px;
}

.credits a{	
	color: inherit;
}


/* ITEMS */

.entry {
	position: relative;
	height: 220px;
	overflow: hidden;	
}

.entry .pic_wrapper {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 120px;
	overflow:hidden;
	margin: 0px;
	background-size: cover;
	backkground-position: center center;
}

.entry .caption{
	position: absolute;
	top: 120px;
	left: 0px;	
	text-align: left;
	width: 100%;		
	color: #FFF;
	padding: 5px;
	height: 150px;
}

.entry .shadow{
	position: absolute;
	top: 68px;
	left: 0px;	
	width: 100%;
	height: 52px;		
	background: url(../images/item_shadow.png) bottom repeat-x;
}

.entry:hover .shadow{
	-webkit-transform: translate(0,10px);
   -moz-transform: translate(0,10px);
   -o-transform: translate(0,10px);
   -ms-transform: translate(0,10px);
   transform: translate(0,10px);
}

.entry .shadow_top{
	position: absolute;
	top: -52px;
	left: 0px;	
	width: 100%;
	height: 52px;		
	background: url(../images/item_shadow_top.png) bottom repeat-y;
}

.entry:hover .shadow_top{
	-webkit-transform: translate(0,52px);
   -moz-transform: translate(0,52px);
   -o-transform: translate(0,52px);
   -ms-transform: translate(0,52px);
   transform: translate(0,52px);
}



.entry:hover .caption {
	
	
   
}

.entry  a{
	color: #FFF;		
}

.entry .name{
	position: absolute;
	text-align: left;
	top: 105px;
	left: 5px;
	margin-right: 5px;	
	font-size: 16px;
}


.entry:hover .name{
	
   
}

.entry .buy{
	position: absolute;
	bottom: 5px;
	width: 50px;
	left: 5px;
	background-color: #FFF;
	color: #000 !important;
	text-align: center;
	display: block;
	margin: 0px;
	
	-webkit-transform: translate(0,35px);
   -moz-transform: translate(0,35px);
   -o-transform: translate(0,35px);
   -ms-transform: translate(0,35px);
   transform: translate(0,35px);			
}

.entry:hover .buy{
	color: #34528D !important;
	
	-webkit-transform: translate(0,0);
   -moz-transform: translate(0,0);
   -o-transform: translate(0,0);
   -ms-transform: translate(0,0);
   transform: translate(0,0);	
}

.entry .price{
	position: absolute;	
	bottom: 0px;
	right: 5px;
	margin: 0px;
	font-weight: bold;
	font-size: 24px;
}


.entry .size{
	position: absolute;
	bottom: 250px;
	font-size: 25px;	
	color: #FFF !important;
	text-align: center;
	display: block;
	margin: 0px;
	width: 100%;	
	-webkit-transform: translate(0,35px);
   -moz-transform: translate(0,35px);
   -o-transform: translate(0,35px);
   -ms-transform: translate(0,35px);
   transform: translate(0,35px);			
}

.entry:hover .size{	
	position: absolute;	
	bottom: 200px;
	font-size: 25px;	
	color: #FFF !important;
	text-align: center;
	display: block;
	margin: 0px;
	
	-webkit-transform: translate(0,20px);
   -moz-transform: translate(0,20px);
   -o-transform: translate(0,20px);
   -ms-transform: translate(0,20px);
   transform: translate(0,20px);			
}


.ribbon-wrapper {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: -3px;
  right: -3px;
}

.ribbon-wrapper .ribbon {
  display: block;
  font-family: Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  position: relative;
  padding: 7px 0;
  left: -5px;
  top: 15px;
  width: 120px;
  line-height: 20px;
  background-color: #797979;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}
.ribbon-wrapper .ribbon:before,
.ribbon-wrapper .ribbon:after {
  content: "";
  border-top: 2px solid #797979;
  border-left: 2px solid transparent;
  border-right: 2px solid transparent;
  position: absolute;
  bottom: -2px;
}
.ribbon-wrapper .ribbon:before {
  left: 0;
  bottom: -1px;
}
.ribbon-wrapper .ribbon:after {
  right: 0;
}
.ribbon-wrapper .ribbon.primary {
  background-color: #e04545;
}
.ribbon-wrapper .ribbon.success {
  background-color: #609450;
}
.ribbon-wrapper .ribbon.warning {
  background-color: #ab7a4b;
}
.ribbon-wrapper .ribbon.danger {
  background-color: #bd362f;
}
.ribbon-wrapper .ribbon.default {
  background-color: #e5e5e5;
  color: #595959;
}
.ribbon-wrapper .ribbon.default:before,
.ribbon-wrapper .ribbon.default:after {
  border-top: 2px solid #ccc;
}
.ribbon-wrapper.small {
  width: 65px;
  height: 68px;
}
.ribbon-wrapper.small .ribbon {
  width: 90px;
  padding: 0;
  font-size: 13px;
}
.ribbon-wrapper.small .ribbon:before {
  bottom: -2px;
}


.ui-autocomplete {	
	max-height: 120px;
	overflow-y: auto;	
	overflow-x: hidden;
	transition: none !important;
	
}
/* IE 6 doesn't support max-height
* we use height instead, but this forces the menu to always be this tall
*/
* html .ui-autocomplete {
	height: 120px;
}

.ui-autocomplete-loading {
	background: white url('../images/loading-animation.gif') right center no-repeat;
	transition: none !important;
}

.basket_icon {
	width: 23px;
	height: 23px;
	background-position: -10px -150px;
}


/* This parent can be any width and height */
.block {
  text-align: center;
}

.top20 {
	margin-top: 20px;
}

.bottom20 {
	margin-bottom: 20px;
}
 
/* The ghost, nudged to maintain perfect centering */
.block:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em; /* Adjusts for spacing */
}

/* The element to be centered, can
   also be of any width and height */ 
.centered {
  display: inline-block;
  vertical-align: middle;  
}

.vcenter {
   	display: table-cell;
	vertical-align: middle;
}

.nowrap {
	white-space: nowrap;
}

#waiting {
	position: relative;
}

#waiting_animation {
	position: absolute;
}
.modal-wide {
	width: 800px;
}



.cookies_alert {
	width: 100%;
	position: fixed;
	bottom: 0px;
	z-index: 100;
	margin: 0px;
}

.cookies_alert a {
	color: inherit;
	text-decoration: underline;
}

.mb20 {
	margin-bottom: 20px;
}