/* open-sans-condensed-300 - latin-ext_latin */
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/open-sans-condensed-v21-latin-ext_latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-condensed-v21-latin-ext_latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-condensed-v21-latin-ext_latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-condensed-v21-latin-ext_latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-condensed-v21-latin-ext_latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-condensed-v21-latin-ext_latin-300.svg#OpenSansCondensed') format('svg'); /* Legacy iOS */
}

/* open-sans-regular - latin-ext_latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v27-latin-ext_latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v27-latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v27-latin-ext_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v27-latin-ext_latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v27-latin-ext_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v27-latin-ext_latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

body 
{
  font-family: 'Open Sans',sans-serif;
}
p {color: #808080; font-size: 1.3em}
h1,h2,h3,h4,h5 {font-family:'Open Sans Condensed',sans-serif; font-weight: bold; color: #306DA8;}
ul, li {color:#808080; }
ul.tiny, li.tiny {color:#808080; margin-left: 1.5em; font-size: 1.3em;}

div.promoted {
border:1px dotted #306DA8;
margin:0px;
padding: 1.5em;
text-align:left;
float:left;
font-size:0.8em;
}

.basket {color: #fff; font-size: 1em; padding:0.4em}
.fontsmall {font-size: 0.8em;}
.data {width: 100px;}

.top-bar ul li {background: none repeat scroll 0 0 #306DA8}
.top-bar {background: none repeat scroll 0 0 #306DA8}
.top-bar a {color: #fff}
.top-bar a:hover {color: #ffff00}
.top-bar a:active {color: #fff000}
.top-bar a:focus {color: #fff000}
.top-bar .menu-text {color: #fff}

.orbit {
   z-index: -1000}
  
.smaller
{
	font-size: 0.8em;
	color: #808080;
}
.discount
{
	font-decoration: line-through;
	}
	
.price {
  line-height: auto; 
  vertical-align: bottom;
  color: #E91756;
}

.fluidMedia {
    position: relative;
    padding-bottom: 56.25%; /* proportion value to aspect ratio 16:9 (9 / 16 = 0.5625 or 56.25%) */
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.fluidMedia iframe {
    position: absolute;
    top: 0; 
    left: 0;
    width: 100%;
    height: 100%;
}

div.paginate {
width:700px;
clear:both;
padding:10px 0 10px 0;
margin:0px;
text-align:left;
float:left;
clear:both;
font-size:12px;
}

div.paginate a {
padding: 2px 5px 2px 5px;
margin-right: 2px;
border: 1px solid #306DA8;
text-decoration: none; 
color: #306DA8;
}

div.paginate a:hover, div.paginate a:active {
border:1px solid #306DA8;
color: #fff;
background-color: #306DA8;
}

div.paginate span.current {
padding: 2px 5px 2px 5px;
margin-right: 2px;
border: 1px solid #306DA8;
font-weight: bold;
background-color: #306DA8;
color: #FFF;
}

div.paginate span.disabled {
padding: 2px 5px 2px 5px;
margin-right: 2px;
border: 1px solid #f3f3f3;
color: #091346;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
/*	--------------------------------------------------
	Reveal Modals
	-------------------------------------------------- */
		
	.reveal-modal-bg { 
		position: fixed; 
		height: 100%;
		width: 100%;
		background: #000;
		background: rgba(0,0,0,.8);
		z-index: 100;
		display: none;
		top: 0;
		left: 0; 
		}
	
	.reveal-modal {
		visibility: hidden;
		top: 100px; 
		left: 25%;
		margin-left: -300px;
		width: 75%;
		background: #eee url(modal-gloss.png) no-repeat -200px -80px;
		position: absolute;
		z-index: 101;
		padding: 30px 40px 34px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		-moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
		-webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
		-box-shadow: 0 0 10px rgba(0,0,0,.4);
		}
		
	.reveal-modal.small 		{ width: 200px; margin-left: -140px;}
	.reveal-modal.medium 		{ width: 400px; margin-left: -240px;}
	.reveal-modal.large 		{ width: 600px; margin-left: -340px;}
	.reveal-modal.xlarge 		{ width: 800px; margin-left: -440px;}
	
	.reveal-modal .close-reveal-modal {
		font-size: 22px;
		line-height: .5;
		position: absolute;
		top: 8px;
		right: 11px;
		color: #aaa;
		text-shadow: 0 -1px 1px rbga(0,0,0,.6);
		font-weight: bold;
		cursor: pointer;
		} 
	/*
	
	/* shop */
	
	 .shopim {
                width:auto;
                height:250px;
            }
	