@font-face{
	font-family: 'TINESariMedium';
	src: url('http://webfiles.tine.no/sari-font/SariWeb.eot');
	src: url('http://webfiles.tine.no/sari-font/SariWeb.eot?#iefix') format('embedded-opentype'),
	url('http://webfiles.tine.no/sari-font/SariWeb.woff') format('woff');
}
@font-face{
	font-family: 'TINESariBold';
	src: url('http://webfiles.tine.no/sari-font/SariWeb-Bold.eot');
	src: url('http://webfiles.tine.no/sari-font/SariWeb-Bold.eot?#iefix') format('embedded-opentype'),
	url('http://webfiles.tine.no/sari-font/SariWeb-Bold.woff') format('woff');
}

.footer {
	width:100%;
	overflow:hidden;
	background:url("http://webfiles.tine.no/tine.no_v2/images/footer_bg.jpg") repeat-x;
	clear: both;
}
.footer .footer-content {
	padding: 10px 2px;
}
.footer .footer-content .footer-navbar {
	
}
.footer .footer-content .footer-navbar ul li {
	display:inline;
	list-style-type:none;
	font-size:14px;
	padding-right:10px;
}
.footer .footer-aux {
	width:100%;
	overflow:hidden;
	position:relative;
}
.footer .footer-aux .footer-left {
	width:50%;
	float:left;
	padding-top:80px;
}
.footer .footer-aux .footer-left a {
	font-size: 14px;
	display:inline-block;
	display:-moz-inline-box;
	padding:5px 0px 5px 20px;
	border-top:1px solid #b7d1e3;
	border-bottom:1px solid #b7d1e3;
	background:url("http://webfiles.tine.no/tine.no_v2/images/bygderosa/icon-footerlink.jpg") no-repeat 5px center;
}
.footer .footer-aux .footer-right {
	width:50%;
	float:left;
}
.footer .footer-aux .footer-right .footer-contact {
	font-size:11px;
	line-height:14px;
	color:#5B5B5B;
	text-align:right;
}

/* Lightbox */

.lightbox-container {
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	z-index:9001;
/*	background:url("../img/bg-black80.png");	*/
	background: rgba(255,255,255,0.7);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#bfffffff, endColorstr=#bfffffff); 				
}

.lightbox-container .lightbox-frame {
	background:white;
	opacity:1;
	padding:10px;
	width:800px;
	margin:auto;
	position:fixed;
	top: 10%; /* was 150px; */	
	left: 50%;
	margin-left: -400px;
	border: 1px solid #888;
	-moz-box-shadow: 0 0 10px #888;
	-webkit-box-shadow: 0 0 10px  #888;
	box-shadow: 0 0 10px #000;
}

.lightbox-container .lightbox-frame .lightbox-close {
	display:block;
	width:20px;
	height:20px;
	background:url("http://webfiles.tine.no/tine.no_v2/images/bygderosa/btn-lightbox-close.jpg");
	float:right;
}
.lightbox-container .lightbox-frame .lightbox-content {
	margin-top:20px;
	padding:20px 30px 35px 35px;
}


/* AR demo */

.arlinks {
	padding:40px;
	text-align:center;
}
.arlinks a#link1 {
	margin-right:100px;
}
.arlinks p {
	margin-bottom:25px;
}

.main-header-links {
	position: relative;
	top: -125px;
	left: 800px;
	width: 200px;
}

.main-header .main-header-links a {
	padding-right: 5px;
	padding-left: 5px;
	position: relative;
	top: -5px;
	color: #000;
}

.main-header .main-header-links a:hover {
	color: red;
}

.main-header a.main-header-title {
	font-size: 24px;
	font-family: TINESariMedium;
	position: relative;
	top: -58px;
	left: 151px;
	color: #1B1B1B;
	text-decoration: none;
	font-weight: 400;
}