.news h1 {
    margin-bottom: 2px;
}

.news h3 {
    margin-bottom: 7px;
}

.news .news-item {
	border-bottom: 1px solid #CCCCCC;
    margin: 0 0 10px 0;
    padding-bottom: 10px;
}

.news .news-item-date {
	color:#777;
	font-weight:bold;
	margin: 0 0 10px 0;
}

/* Previewnews */
.previewnews {
    margin: 55px 40px 30px 115px;
}

.previewnews h1 {
    margin-bottom: 2px;
}

.previewnews .previewnews-item {
	border-bottom: 2px solid #ffffff;
    margin: 0 0 15px 0;
    padding-bottom: 5px;
    color: #ffffff;
}

.previewnews .previewnews-item a {
    color: #ffffff;
    font-family: 'museo500';
    font-size: 16pt;
    font-weight: normal;
}

.previewnews .previewnews-item-link {
	font-weight:bold;
}

.previewnews .previewnews-item-date {
	color:#ffffff;
	font-family: 'museo500';
    font-size: 16pt;
	margin: 5px 0 5px 0;
	font-weight: normal;
}

.previewnews .previewnews-item-ingress {
	margin: 10px 0 5px 0;
}



/* Large desktop */
@media (min-width: 980px)  {
   
}
    
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
   
}
    
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {

	.previewnews {
 	   margin: 5px 0px 0px 0px;
	}	

  	.previewnews .previewnews-item {
		border-bottom: 0px none;
	    margin: 0 0 15px 0;
	    padding-bottom: 5px;
	    color: #535353;
	}

	.previewnews .previewnews-item a {
	    color: #ffa722;
	    font-family: 'museo500';
	    font-size: 16pt;
	}
	.previewnews .previewnews-item-date {
		color:#ffa722;
	}

  
}
    
/* Landscape phones and down */
@media (max-width: 480px) {

}

@media (max-width: 400px) {

}











/* Newsarchives */
.newsarchives h1 {
    margin-bottom: 2px;
}

.newsarchives .newsarchives-item {
	border-bottom: 1px solid #CCCCCC;
    margin: 0 0 5px 0;
    padding-bottom: 5px;
}

.newsarchives .newsarchives-item-link {
	font-weight:bold;
}

.newsarchives .newsarchives-item-date {
	color:#777;
	font-weight:bold;
	margin: 0 0 5px 0;
}

.newsarchives .newsarchives-item-ingress {
	margin: 0 0 5px 0;
}


/* Feedform */

.feedform  {


}
.feedform.feedform_43 {
	float:left;
	width:100%;
	margin-left:30px;
}
.feedform.feedform_43 input {
	width:90%;
	background: #f3f3f3;
}
.feedform.feedform_43 label {
	width:0px;
	float:left;
}

.feedform  div.feedform_error {
	padding: 8px 6px 12px 6px;
	color: #df1000;
}

.feedform  div.feedformitem label.error {
	color: #df1000;
}


.feedform  textarea {
	font-size: 1em;
	width:90%;
	background: #f3f3f3;
}

.form-horizontal .controls {
  margin-left:0px;
}
.form-horizontal .form-actions {
  padding-left:0px;
}

.form-actions {
  background-color:#FFF;
  border-top-color:#E5E5E5;
  border-top-style:solid;
  border-top-width:0px;
  margin-bottom:0px;
  margin-top:0px;
  padding:0px 0px 0px;
}

.feedform  span.info {
	display: block;
    margin-top: 5px;
	color: #9a9a9a;
	opacity: 0.75; 
	font-size: 0.917em;
}


.feedform  .feedform-buttons {
	border: transparent none;
	padding: 8px 6px;
}
.form-actions .btn {
	text-decoration:none;
    font-family: 'museo500';
	color: #fff;	
	font-size:16pt;
	line-height:41px;
	width:139px;
	height:49px;
	margin-right:20px;
	background: url(../images/layout/form_btn_bg.png) center center no-repeat;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.btn-primary {
	text-decoration:none;
    font-family: 'museo500';
	color: #fff;	
	font-size:16pt;
	line-height:41px;
	width:139px;
	height:49px;
	margin-right:20px;
	background: url(../images/layout/form_btn_bg.png) center center no-repeat;
}
.btn-primary {
	background: url(../images/layout/form_btn_bg_hover.png) center center no-repeat;
}
.btn-primary:hover {
	/*background: url(../images/layout/form_btn_bg_hover_bg.png) center center no-repeat;*/
}

.feedform  .button {
	margin-right:20px;
	padding: 7px 15px; 
	outline: none;
	border-radius: 3px 3px 3px 3px;
	border: 1px solid #ababab;
	box-shadow:inset 0 1px 0px #fff;
	color: #3b3b3b;
    background: #efefef;
    background: -moz-linear-gradient(top, #efefef 0%, #e9e9e9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(100%,#e9e9e9));
    background: -webkit-linear-gradient(top, #efefef 0%,#e9e9e9 100%);
    background: -o-linear-gradient(top, #efefef 0%,#e9e9e9 100%);
    background: -ms-linear-gradient(top, #efefef 0%,#e9e9e9 100%);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#e9e9e9',GradientType=0 );
    background: linear-gradient(top, #efefef 0%,#e9e9e9 100%);
}

.feedform  .button:hover {
	text-decoration: none;
	box-shadow:0 1px 1px #FFFFFF inset, 0 0 2px #E1E1E1;
}

.feedform  .button:active {
	position: relative; top: 1px;
	box-shadow: 0 0 5px #c2c2c2 inset;
}

.feedform  .button.blue {
	border: 1px solid #19559e; 
	box-shadow:inset 0 1px 0px #58a4e9; 
	color: #fff;
    background: #3d90e3;
    background: -moz-linear-gradient(top, #3d90e3 0%, #2d6ad9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3d90e3), color-stop(100%,#2d6ad9));
    background: -webkit-linear-gradient(top, #3d90e3 0%,#2d6ad9 100%);
    background: -o-linear-gradient(top, #3d90e3 0%,#2d6ad9 100%);
    background: -ms-linear-gradient(top, #3d90e3 0%,#2d6ad9 100%);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d90e3', endColorstr='#2d6ad9',GradientType=0 );
    background: linear-gradient(top, #3d90e3 0%,#2d6ad9 100%);
}

.feedform  .button.blue:hover {
	box-shadow:0 1px 1px #58A4E9 inset, 0 0 2px #62A1E3;
}
.feedform  .button.blue:active {
	box-shadow: 0 0 5px #3067A2 inset;
}

.feedform  .button.black {
	border: 1px solid #000; 
	box-shadow:inset 0 1px 0px #545454; 
	color: #fff;
    background: #404040;
    background: -moz-linear-gradient(top, #404040 0%, #323232 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#404040), color-stop(100%,#323232));
    background: -webkit-linear-gradient(top, #404040 0%,#323232 100%);
    background: -o-linear-gradient(top, #404040 0%,#323232 100%);
    background: -ms-linear-gradient(top, #404040 0%,#323232 100%);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#404040', endColorstr='#323232',GradientType=0 );
    background: linear-gradient(top, #404040 0%,#323232 100%);
}

.feedform  .button.black:hover {
	box-shadow:0 1px 1px #545454 inset, 0 0 2px #4D4D4D;
}
.feedform  .button.black:active {
	box-shadow: 0 0 5px #232323 inset;
}


#feedform_43 .f6_radio {
	display: none;
}


/* Pictures */
.pictures {

}

.pictures .pictures-item {
	float:left;
	position: relative;
	margin-right:15px;
	margin-bottom:20px;
	background-color: #FFFFFF;
    border: 1px solid #DADADA;
    padding: 0 6px;
	line-height: 100%;
}

.pictures .pictures-item img {
	margin: auto;
}
.pictures .pictures-imagelink {
	width: 100%;
	height: 100%;
	display:block;
}

.pictures .pictures-adminblock {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index:1100;
}

/* Imageslider */

.imageslider {
	padding: 0 0 20px 0;
}

.imageslider .imageslider-items {
	/*width: 940px;
	height: 450px;
	background: #000 url('orbit/loading.gif') no-repeat center center;
	overflow: hidden; */

}

/* Large desktop */

   @media (min-width: 980px)  {
	.flexslider .slides p {
		font-size:130%;
		width:40%;
		height:40%;
		background-color: #000000;
		border-radius: 4px 4px 4px 4px;
		color: #FEFEFE;
		display: block;
		right: 5%;
		bottom: 23%;
		margin-top: 6px;
		opacity: 0.6;
		padding: 10px;
		position: absolute;
		text-align: center;
		text-shadow: 0 1px 0 #111111;
	}
   
}
    
   /* Portrait tablet to landscape and desktop */
   @media (min-width: 768px) and (max-width: 979px) {
	.flexslider .slides p {
		font-size:100%;
		width:40%;
		height:30%;
		background-color: #000000;
		border-radius: 4px 4px 4px 4px;
		color: #FEFEFE;
		display: block;
		right: 5%;
		bottom: 33%;
		margin-top: 6px;
		opacity: 0.6;
		padding: 10px;
		position: absolute;
		text-align: center;
		text-shadow: 0 1px 0 #111111;
	}
   
}
    
   /* Landscape phone to portrait tablet */
   @media (max-width: 767px) {
	.flexslider .slides p {
		font-size:90%;
		width:40%;
		height:35%;
		line-height:19px;
		background-color: #000000;
		border-radius: 4px 4px 4px 4px;
		color: #FEFEFE;
		display: block;
		right: 5%;
		bottom: 23%;
		margin-top: 6px;
		opacity: 0.6;
		padding: 10px;
		position: absolute;
		text-align: center;
		text-shadow: 0 1px 0 #111111;
	}
   
   
}
    
   /* Landscape phones and down */
   @media (max-width: 480px) {
	.flexslider .slides p {
		font-size:65%;
		width:40%;
		height:60%;
		line-height:17px;
		background-color: #000000;
		border-radius: 4px 4px 4px 4px;
		color: #FEFEFE;
		display: block;
		right: 5%;
		bottom: 0%;
		margin-top: 6px;
		opacity: 0.6;
		padding: 10px;
		position: absolute;
		text-align: center;
		text-shadow: 0 1px 0 #111111;
	}
}

   @media (max-width: 400px) {
	.flexslider .slides p {
		font-size:50%;
		width:40%;
		height:60%;
		line-height:13px;
		background-color: #000000;
		border-radius: 4px 4px 4px 4px;
		color: #FEFEFE;
		display: block;
		right: 5%;
		bottom: 0%;
		margin-top: 6px;
		opacity: 0.6;
		padding: 10px;
		position: absolute;
		text-align: center;
		text-shadow: 0 1px 0 #111111;
	}
}





/* Contentslider */

.contentslider {
	position: relative;
	padding: 0 0 20px 0;
	width: 100%;
}

.contentslider .contentslider-bullets {
    position: absolute;
    z-index: 1000;
    list-style: none;
    bottom: -20px;
    left: 50%;
	margin-left: -50px;
    padding: 0; 
}

.contentslider .contentslider-bullets li {
    float: left;
    margin-left: 5px;
    cursor: pointer;
    color: #999;
    text-indent: -9999px;
    background: url(../images/contentslider/bullets.jpg) no-repeat 4px 0;
    width: 13px;
    height: 12px;
    overflow: hidden; 
}

.contentslider .contentslider-bullets li.activeSlide {
    color: #222;
    background-position: -8px 0; 
}


.contentslider .contentslider-numeric {
    position: absolute;
    z-index: 1000;
    list-style: none;
    bottom: -20px;
    left: 50%;
	margin-left: -50px;
    padding: 0; 
}

.contentslider .contentslider-numeric li {
    float: left;
    margin-left: 5px;
    cursor: pointer;
    color: #999;
    width: 16px;
    height: 16px;
    overflow: hidden;
	text-align: center;
	padding: 2px 4px; 
	outline: none;
	border-radius: 3px 3px 3px 3px;
	border: 1px solid #ababab;
	box-shadow:inset 0 1px 0px #fff;
	color: #3b3b3b;
    background: #efefef;
    background: -moz-linear-gradient(top, #efefef 0%, #e9e9e9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(100%,#e9e9e9));
    background: -webkit-linear-gradient(top, #efefef 0%,#e9e9e9 100%);
    background: -o-linear-gradient(top, #efefef 0%,#e9e9e9 100%);
    background: -ms-linear-gradient(top, #efefef 0%,#e9e9e9 100%);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#e9e9e9',GradientType=0 );
    background: linear-gradient(top, #efefef 0%,#e9e9e9 100%);
}

.contentslider .contentslider-numeric li a{
    color: #3b3b3b;
}

.contentslider .contentslider-numeric li.activeSlide {
	border: 1px solid #19559e; 
	box-shadow:inset 0 1px 0px #58a4e9; 
	color: #fff;
    background: #3d90e3;
    background: -moz-linear-gradient(top, #3d90e3 0%, #2d6ad9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3d90e3), color-stop(100%,#2d6ad9));
    background: -webkit-linear-gradient(top, #3d90e3 0%,#2d6ad9 100%);
    background: -o-linear-gradient(top, #3d90e3 0%,#2d6ad9 100%);
    background: -ms-linear-gradient(top, #3d90e3 0%,#2d6ad9 100%);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d90e3', endColorstr='#2d6ad9',GradientType=0 );
    background: linear-gradient(top, #3d90e3 0%,#2d6ad9 100%);
}

.contentslider .contentslider-numeric li.activeSlide a{
    color: #fff;
}

.contentslider .contentslider-adminblock {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index:1100;
}


.contentslider .contentslider-items {
	width: 100%;
}

.carousel {
}

.carousel-caption {
    background-image: url(../images/layout/nosto_bg.png);
	background-repeat:no-repeat;
	background-size: 100% 100%;
	background-position:center;
	background-color: transparent;
    padding: 35px 35px 35px 25px;
    position: absolute;
    bottom: auto;
    top: 15%;
    left: auto;
    right: 0;
    color: #ffffff;
    width: 40%;
    min-height: 200px;
}

.carousel-caption h1 {
	color: #ffffff;
	font-size: 24pt;
}

.carousel-caption p {
	color: #ffffff;
	font-size: 14px;
	margin-right: 60px;
}

.carousel-control {
	top: auto;
	bottom: 20px;
	left: auto;
	right: 50%;
	background: url(../images/layout/carusel_arrow_left.png) no-repeat scroll 0 0 transparent;
	width: 25px;
	height: 34px;
	opacity: 1;
	border: 0px none transparent;
	border-radius: 0px;
	margin-right: 8px;

}

.carousel-control.right {
 	left: 50%;
	right: auto;
	background: url(../images/layout/carusel_arrow_right.png) no-repeat scroll 0 0 transparent;
	margin-left: 8px;
}


/* Large desktop */
@media (max-width: 1199px)  {
   .carousel-caption {
    	min-height: 100px;
	}
}
    
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
   .carousel-caption {
    	min-height: 50px;
    	padding: 15px 15px 15px 25px;
	}

	.carousel-caption h1 {
		font-size: 20pt;
	}

	.carousel-caption p {
		font-size: 12px;
		margin-right: 20px;
	}
}
    
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	.carousel-caption {
    	display: none;
	}
	
}
    
/* Landscape phones and down */
@media (max-width: 480px) {
	.carousel-caption {
    	display: none;
	}
}

@media (max-width: 400px) {
	.carousel-caption {
    	display: none;
	}
}






/* Google maps */    
.gmaps {
	width: 100%;
	height: 400px;	
}



/* RSS syöte */
.rss .rssFeed {
}
.rss .rssFeed a {
	text-decoration: none;
}
.rss .rssFeed a:hover {
}

.rss .rssHeader { 
	color: #4B8099;
	font-size:16pt;
	margin-bottom:10px;
	padding-top:10px;;
}

.rss .rssBody { 
}
.rss .rssBody ul { 
	list-style: none; 
}
.rss .rssBody ul, .rssRow, .rssRow h4, .rssRow p {
	margin: 0;
	padding: 0;
}

.rss .rssRow { 
	padding: 0.8em 0 0.8em 0; 
}
.rss .rssRow h4 { 

}
.rss .rssRow div {
	font-size: 90%;
	color: #666;
	margin: 0.2em 0 0.4em 0;
}


.rss .rssRow .rssMedia {
	padding: 0.5em;
	font-size: 1em;
}



