html {

}
body {
	background: #f2f2f2;
}

/*** Containers */

.outer-container:after,
.inner-container:after,
#mainInner:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.outer-container {
	width: 100%;
	display: block;
	clear: both;
}
.inner-container {
    -webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	clear: both;
	width: 1140px;
	margin: 0px auto;
	padding: 2em 2em 0 2em;
	background: #FFFFFF;
}

.left {
	float: left;
}
.right {
	float: right;
}


/*** SIDHUVUD */
#header-outer {
	background: #FFFFFF;
}

#topper .inner-container {
	background: #222222;
	padding: 15px 20px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#topper a,
#topper a i,
#topper a span {
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: middle;
}
#topper a i {
	color: #335a82;
}
#topper a span {
	color: #9f9f9f;
}
#topper .left a i {
	margin-right: 10px;
}
#topper .right a i {
	margin-left: 10px;
}
#topper .right a span {
	margin-left: 10px;
}

#header {
	background: #ffffff;
	position: relative;
	padding: 45px 0;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.contact-header {
	position: relative;
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: middle;
	padding-left: 55px;
	margin-left: 30px;
}
.contact-header i {
    position: absolute;
    top: 50%;
    left: -9px;
    width: 25px;
    text-align: center;
    font-size: 19px;
    margin-top: -21px;
    color: white;
    background: #FF6C2C;
    padding: 10px;
    border-radius: 50%;
    height: 23px;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;    
}

.contact-header:hover i {
-webkit-transform: translate(-6px);
         transform: translate(-6px);
}

.contact-header span {
	display: block;
	font-size: 17px;
	color: #656565;
}
.contact-header .heading {
	font-weight: 700;
    letter-spacing: 1px;
    font-size: 18px;
    color: #656565;
    padding-bottom: 10px;
}

.contact-infobox {
	position: relative;
	padding: 10px 22px;
	background: #f4f4f4;
	border-left: solid 3px #FF6C2C;
}

.contact-infobox:after {
	position: absolute;
    content: "";
    top: 50%;
    margin-top: -7px;
    left: -18px;
    border: 7px solid rgba(0,0,0,0);
    border-right: 8px solid #FF6C2C;
}

.contact-infobox .intro {

}

#header #homeLink {
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
	max-width: 80%;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
#homeLink img {
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	max-width: 100%;
}

/*** Meny */

#contactMenu {
	display: none;
	position: absolute;
	top: 0;
	right: 15px;
	line-height: 60px
}
#contactMenu a {
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
	position: relative;
	color: #333E4A;
	font-size: 20px;
	margin-left: 8px;
}
#contactMenu a:hover {
	color: #fff;
}
#contactMenu a i,
#contactMenu a span {
	display: table-cell;
	height: 60px;
	vertical-align: middle;
}
#contactMenu a span {
	font-size: 16px;
	font-weight: 600;
	padding-right: 10px;
}

.main-navigation {
	background: #007f61;
	padding: 10px 0;
}

/*** CONTENT */

#content {
	padding: 40px 0 50px 0;
	background: none;
	border-bottom: 1px solid #ece8e8;
}
#content #mainCol {
	width: 100%;
	float: left;
	/*padding-right: 20px;*/
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#content #mainCol .pageContainer {
    width: 70%;
    margin: 0 auto;
}

#content #mainCol .pageContainer ul {
	background: #f9f8f7;
    padding: 15px 40px;
}

#content #secCol {
	width: 50%;
	float: right;
	padding-left: 20px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #EEEEEE;
}
#content #mainInner {
	
}
#content #mainCol.wideCol #mainInner .pageContainer {
	width: 70%;	
}
#content #mainCol.wideCol #mainInner #subMenuRight .pageContainer {
	width: 100%;	
}
#content #mainCol.wideCol,
.widePage #content #mainCol {
	width:100%;
	float:none;
}
#content #mainCol.wideCol,
.widePage #content #mainCol {
	padding: 0;
}
#content #mainInner img {
	max-width: 100% !important;
	height: auto !important;
}
.column-2 {
	float: left;
	width: 48.611111111111%;
	margin: 0 2.777777777778% 30px 0;
}
.column-2:nth-child(2n) {
	margin-right: 0;
}
.column-3 {
	float: left;
	width: 31.48148148148133%;
	margin: 0 2.777777777778% 30px 0;
}
.column-3:nth-child(3n) {
	margin-right: 0;
}

/*** STARTPUFFAR */
.puff-img {
	overflow: hidden;
}

ul#startPuffs, ul#startPuffs li {
	margin:0;
	padding:0;
	list-style:none;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
ul#startPuffs {
	display: block;
	font-size: 0;

}
ul#startPuffs li {
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
	margin-bottom: 2%;
	margin-top: 2em;
	width: 23.5% !important;
	font-size: 14px;
	margin-right: 2%;
}
ul#startPuffs li.lastOnRow {
	margin-right: 0;
}

ul#startPuffs li .inner {
	
}
ul#startPuffs li .puffMainImg {
	display: block;
	width: 100%;
	position: relative;
	height: 0;
	padding: 67% 0 0 0;
	overflow: hidden;
	background: #eee;
	background-size: cover !important;
}

ul#startPuffs li .puffMainImg:hover {
	transform: scale(1.2);
}

ul#startPuffs li .inner div.introButton {
	position: relative;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
ul#startPuffs li h2 {
	margin: 0 0 0 0;
}
ul#startPuffs li h2 a {
    display: block;
    position: relative;
    color: #FFF;
    background: #FF6C2C;
    font-size: 16px;
    padding: 24px 15px;
    text-align: center;
    /* min-height: 40px; */
    font-weight: 600;
}
ul#startPuffs li:nth-child(2) a {
	background: #fd7c44;
}
ul#startPuffs li:nth-child(3) a {
	background: #ff8c5b;
}
ul#startPuffs li:nth-child(4) a {
	background: #fda782;
}

ul#startPuffs li:hover h2 a {
	color: #fff;
	background: #424154;
}
ul#startPuffs li div.introButton p {
	display: block;
	margin:0;
	padding:0;
}
ul#startPuffs li div.introButton p, 
ul#startPuffs li div.introButton p a {
	color:#201e4b;
}
ul#startPuffs li .inner .puffBtn a {
	position: absolute;
	display: none;
}
ul#startPuffs li .inner:hover .puffBtn a {
	
}


/****************************************
	   	Page Styles, Pages, Sidor
****************************************/

/** Puffar **/

.puff-container {
	padding: 2em 0;
}

/** Nyhetssidan, arkiv och single page **/
#news-page div.news-archive-link-container {
	display: none;
}

#news-page #news-inner {
	padding: 2em 2em 1em 2em;
}

p.single-news-backto-link {
	text-align: center;
	padding: 15px;
	margin-top: 2em;
}


p.single-news-backto-link a {
    padding: 15px 30px;
    background: #FF6C2C;
    color: #FFFFFF;
}

p.single-news-backto-link a:hover {
    background: rgba(51, 62, 82, 0.7);
}

p.single-news-backto-link i {
	
}

/*** NYHETER BUBBLE-STYLE */

#news-outer {
	background: #f2f2f2;
}
#news-inner {
	padding: 2em 2em 4em 2em;
    box-sizing: border-box;
}

.newsBillsWrap {
	display: block;
	margin: 0;
}
.newsBills ul, 
.newsBills ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.newsBills ul {
	margin: 0 -25px;
}
.newsBills ul li {
	position: relative;
	float: left;
	width: 33.3333333333333333%;
	padding: 0 25px;
	margin: 0 0 50px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/*.newsBills ul li:first-child {
	width: 66.6666666666666666%;
	float: left;
	margin-bottom: 0;
}*/
.newsBills ul li .clearFix {
	position: relative;
}
/*.newsBills ul li:first-child .clearFix {
	height: 500px;
	background-color: #fff;
	padding-left: 50%;
}*/
.newsBills ul li .news-img {
	position: relative;
	display: block;
	padding-bottom: 225px;
	background-size: cover !important;
}
.newsBills ul li .news-img:before {
	position: absolute;
	content: "";
	opacity: 0;
	top: 0; right: 0; bottom: 0; left: 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#FF6C2C+0,333e48+100 */
	background: rgb(247,168,0); /* Old browsers */
	background: -moz-linear-gradient(45deg, rgba(247,168,0,1) 0%, rgba(51,62,72,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, rgba(247,168,0,1) 0%,rgba(51,62,72,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, rgba(247,168,0,1) 0%,rgba(51,62,72,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF6C2C', endColorstr='#333e48',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	z-index: 5;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.newsBills ul li:hover .news-img:before {
	opacity: 0.6;
}
.newsBills ul li .news-img:after {
	position: absolute;
	content: "\F01C";
	top: 50%;
	right: 50%;
	font: normal normal normal 14px/1 "Black Tie";
	font-weight: 900;
	font-size: 60px;
	margin: -30px -30px 0 0;
	z-index: 10;
	color: #fff;
	opacity: 0;
	-webkit-transform: scale(1.8);
	-ms-transform: scale(1.8);
	transform: scale(1.8);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.newsBills ul li:hover .news-img:after {
	opacity: 0.8;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
/*.newsBills ul li:first-child .news-img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	padding: 0;
	width: 50%;
}*/
.newsBills ul li .text {
	display: block;
}
.newsBills ul li img.tn {
	float: left;
	margin: 0 10px 0 0;
}
.newsBills ul li h3 {
	margin-bottom: 5px;
}
.newsBills ul li:first-child h3 {
	/*margin-bottom: 20px;*/
}
.newsBills ul li h3, 
.newsBills ul li h3 a {
	font-size: 20px;
    color: #333E48;
    font-weight: bold;
    letter-spacing: 1px;
    padding-top: 1em;
}
.newsBills ul li .text h3 a:hover {
	color: #646464;
}
.newsBills ul li span,
.newsBills ul li span p {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.newsBills ul li span.news-date {
	position: absolute;
	top: 25px;
	left: 25px;
	font-size: 24px;
	font-weight: 500;
	line-height: 24px;
	padding: 9px 0;
	width: 50px;
	color: #FFF;
	background-color: rgba(247, 168, 0, 0.9);
	text-align: center;
	z-index: 15;
}
.newsBills ul li:hover span.news-date {
	background: #494949;
	color: #fff;
}
.newsBills ul li span.news-date p {
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 0;
}
.newsBills ul li .news-content {
/*	position: absolute;
	right: 0; bottom: 0; left: 0;
	padding: 10px 25px;
	background: rgba(255,255,255,0.85);
	z-index: 15;*/
}
.newsBills ul li:first-child .news-content {
/*	position: relative;
	right: auto; bottom: auto; left: auto;
	padding: 25px;*/
}
.newsBills ul li .news-content p {
	display: none;
}
.newsBills ul li:first-child .news-content p {
	/*display: block;*/
}
.newsBills ul li .newsBtn {
	display: block;
	color: #646464;
	font-family: 'Open Sans', sans-serif;
}
.newsBills ul li:first-child .newsBtn {
	/*margin-top: 15px;*/
}
.newsBills ul li .news-date-full {
    color: #858686;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
}
.newsBills ul li .newsBtn:hover {
	color: rgba(51, 62, 82, 0.7);
}
.newsBills ul li .newsBtn i,
.newsBills ul li .news-date-full i {
	color: #FF6C2C;
}

/****************************************
	Social Media - Facebook/Instagram
****************************************/

/*a.prodCatImg {
  display: block;
  width: 100%;
  position: relative;
  height: 0;
  padding: 66.25% 0 0 0;
  overflow: hidden;
}
 
a.prodCatImg img
{
  position: absolute;
  display: block;
  max-width: 100%;
  max-height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}*/

.map-container {
    position: relative;
    padding-bottom: 28%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-bottom: 20px;
}
 
.map-container iframe,   
.map-container object,  
.map-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#socialWrapper {
	float: left;
	width: 100%;
	font-size: 0;
	margin: 0 -15px;
}
.socialContainer {
	/*display: inline-block;*/
	zoom: 1;
	vertical-align: top;
	width: 50%;
	font-size: 14px;
	padding: 0 15px;
	margin-bottom: 10px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#instagramContainer {
	float: left;
}

#facebookContainer {
	float: right;
}

#socialWrapper .inner-container {
	padding: 2em 0;
}

.socialContainer h2 a {
	color: #C60070;
}
.socialContainer h2 a:hover {
	color: #2b2c5f;
}
#instagramContainer ul {
	display: block;
	font-size: 0;
}
#instagramContainer ul li {
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
	list-style-type: none;
	font-size: 14px;
	width: 33.333333333333333%;
	margin: 0;
}
#instagramContainer ul li a {
	position: relative;
	display: block;
	padding-bottom: 100%;
	background-size: cover !important;
	width: 100%;
	overflow: hidden;
}
#instagramContainer ul li a:before {
	position: absolute;
	content: "";
	top: -10px; right: -10px; bottom: -10px; left: -10px;
	background: #C60070;
	opacity: 0;
	z-index: 2;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#instagramContainer ul li:hover a:before {
	opacity: 0.6;
}
#instagramContainer ul li a img {
	width: 100%;
	margin-top: -1px;
}

.newsBills ul li .newsBtn {
	padding: 10px 0;
	color: #333E48;
	font-size: 15px;
}

.newsBills ul li .news-content p {
    display: block;
    font-size: 16px;
    padding-top: 1em;
}

div.news-archive-link-container {
	text-align: center;
    padding-top: 2em;
}

div.news-archive-link-container a:hover {
	background: rgba(51, 62, 82, 0.7);
}


div.news-archive-link-container a {
    padding: 15px 30px;
    background: #FF6C2C;
    color: #FFFFFF;
}


/*** SIDFOT */

#footer-outer {
	background: #f2f2f2;
	overflow: hidden;
}
#footer-inner {
	padding: 0 2em 0 2em;
}
#footer {
	color: #fff;
	position: relative;
	padding: 49px 30px 21px 30px;
}
#footer-inner .pageContainer {
	
}
#footer-inner,
#footer-inner a,
#footer-inner p {
	color: #bcbdbd;
	font-size: 15px;
    font-weight: 400;
    background: #555d65;
}
#footer-inner h3,
#footer-inner h4,
#footer-inner a:hover {
	color: #fff;
	font-weight: 400;
}
#footer-inner h3 { font-size: 22px; font-weight: 600; letter-spacing: 1px; }
#footer-inner h4 { font-size: 14px; }

#footer ul {
	font-size: 0;
	padding: 0;
}
#footer ul .footer-column {
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
	margin: 0 4.807692307692% 0 0;
    width: 30.12820512820533%;
	font-size: 14px;
	list-style-type: none;
}
#footer ul .footer-column:nth-child(3n) {
	margin-right: 0;
	text-align: center;
}
#footer ul .footer-column img {
    max-width: 100% !important;
    height: auto !important;
    padding-top: 9px;
    width: 300px;

}
#footer ul .footer-column #social {
	margin-top: 25px;
}

#copyrightLinkOuter {
	overflow: hidden;
}
#copyrightLinkInner {
	width: 1140px;
	overflow: hidden;
	margin: 0 auto;
}
#copyrightLink {
	padding: 2em;
	text-align: center;
}

#copyrightLink,
#copyrightLink a {
	color: #333e48;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	background: #FF6C2C;
}
#copyrightLink a {

}

#copyrightLink a:hover {
	color: #fff;
}

/*** Scroll top */
#to-top {
	display: none;
	position: absolute;
	bottom: 5px;
	right: 0;
	top: auto;
	width: 69px;
	height: 69px;
	z-index: 996;
	cursor: pointer;
}
#to-top.to-top-show {
	display: block;
}
#to-top-text {
	position: fixed;
	width: 45px;
	height: 50px;
	right: 20px;
	bottom: 20px;
	background: rgba(0,0,0,0.3);
	color: #FFF;
	font-size: 24px;
	overflow: hidden;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#to-top-text:hover {
	background: rgba(0,0,0,0.8);
}
#to-top-text i {
	width: 45px;
	text-align: center;
	position: absolute;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#to-top-text i.angle-1 {
	top: 12px;
}
#to-top-text i.angle-2 {
	top: 52px;
}
#to-top-text:hover i.angle-1 {
	top: -32px;
}
#to-top-text:hover i.angle-2 {
	top: 12px;
}

/*** UNDERMENY */
#subMenuButton {
	display: none;
	width: 100%;
	background: #FF6C2C;
	cursor: pointer;
}
#subMenuButton.expanded {
	background: #FF6C2C;
}
#subMenuButton span {
	float: left;
	padding: 15px;
	color: #FFF;
	padding-left: 40px;
	position: relative;
}
#subMenuButton span i {
	position: absolute;
	top: 50%;
    left: 15px;
    margin-top: -10px;
	font-size: 20px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#subMenuButton.expanded span i {
	-ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
}
#content #subMenuWrap {
	float: left;
	width: 30%;
	margin: 0 0 30px 0;
	padding-right: 30px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#content #subMenuWrap h2 {
	margin: 0;
	font-size: 19px;
	background: #FF6C2C;
	color: #FFF;
	padding: 15px;
}
#content #subMenuWrap h2 i {
	margin: 0 5px 0 0;
}
#content ul#subMenu {
	display: block;
	margin: 0;
	background: #f5f5f5;
}
#content ul#subMenu,
#content ul#subMenu li {
    margin: 0;
	padding:0;
	list-style:none;
	background: #555d65;
	border: 8px solid rgb(93, 100, 107);
    border-width: 0 0 1px;	
}
#content ul#subMenu li {
	display: block;
    margin: 0;
}
#content ul#subMenu li a {
	display: block;
	position: relative;
	padding: 12px 15px;
	color: #fff;
	font-size: 16px;
}
#content ul#subMenu li a:hover,
#content ul#subMenu li a.current {
	color: #fff;
	/*background-color: #f5edde;*/
	position: relative;
	padding-left: 25px;
}
#content ul#subMenu li a:after {
	content: "";
	display: block;
	position: absolute;
	right: -7px;
	top: 50%;
	margin-top: -7px;
	border-bottom: 7px solid rgba(0, 0, 0, 0);
	border-top: 7px solid rgba(0, 0, 0, 0);
	border-left: 7px solid rgba(0, 0, 0, 0);
	border-right: 7px solid #fff;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#content ul#subMenu li a:hover:after,
#content ul#subMenu li a.current:after {
	right: 0px;
}
#subMenuRight {
	float: right;
	width: 70%;
}


ul#newsPics,
ul#newsPics li,
ul#newsThumbs,
ul#newsThumbs li {
	list-style-type:none;
	margin:0;
	padding:0;
}
ul#newsPics {
	position:relative;
}
ul#newsPics li {
	display:none;
}
ul#newsPics li.active {
	display:block;
}
ul#newsPics li .captionWrap {
	position:absolute;
	bottom:4px;
	left:0;
	width:100%;
	display:block;
	background: url(/grafik/alpha_black_60.png);
}

ul#newsPics li span {
	display:block;
	padding:10px;
}
ul#newsPics li span,
ul#newsPics li span a {
	font-size:13px;
	color:#fff;
}
ul#newsThumbs {
	padding:10px 0 10px 0;
	margin: 0 0 15px;
	border-bottom:1px solid #ccc;
}
ul#newsThumbs li {
	float:left;
	cursor:pointer;
	margin:0 12px 12px 0;
}
ul#newsThumbs li img {
	display:block;
}
ul#newsThumbs li.active {
	cursor:default;

	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	/* IE 5-7 */
	filter: alpha(opacity=50);
	/* Netscape */
	-moz-opacity: 0.5;
	/* Safari 1.x */
	-khtml-opacity: 0.5;
	/* Good browsers */
	opacity: 0.5;
}
