*{
	margin:0;
	padding:0;
}

html{
	overflow: -moz-scrollbars-vertical;
	overflow-x:auto;
}

body{
	font-family: 'Lato', sans-serif;
	font-size:15px;
	line-height:20px;
	color:#000;
	background-color:#fff;
	-webkit-text-size-adjust: none;
	overflow:hidden;
}

body a img{
	border:none;	
}

body a img:hover{
	opacity:0.9;	
}

body hr{
	background-image:url('../images/hr.gif');
	background-repeat:repeat-x;
	background-color:transparent;
	color:transparent;
	height:2px;
	border:none;
	margin-bottom:20px;
}

body hr.red{
	background-image:url('../images/hr_red.gif');
	height:14px;
}

.multifooter{
	display:block;
	clear:both;
	height:1px;
	font-size:1px;	
}

/*tekstimÃ¤Ã¤reet*/

p{
	margin-bottom:20px;	
}

a{
	color:#d50537;
	font-weight:900;
	text-decoration:none;
}

a:hover{
	color:#000;	
}

h1{
	font-size:30px;
	line-height:30px;
	font-weight:900;
	color:#000;
	margin-bottom:20px;
}

h2{
	font-size:26px;
	line-height:30px;
	font-weight:400;
	color:#000;
	margin-bottom:20px;
}

h3{
	font-size:22px;
	line-height:26px;
	font-weight:900;
	color:#000;
	margin-bottom:20px;
}

h4{
	font-size:15px;
	line-height:18px;
	font-weight:900;
	color:#000;
	margin-bottom:20px;
	text-transform:uppercase;
}

h5{
	font-size:10px;
	line-height:12px;
	font-weight:900;
	color:#000;
	margin-bottom:0px;
	text-transform:uppercase;
}

h1 a, h2 a, h3 a, h4 a{
	color:#000;
	font-weight:900;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover{
	color:#d50537;	
}

ul{
	margin:0;
	padding:0;
	margin-bottom:20px;
}

ul li{
	margin:0;
	padding:0;
	padding-left:20px;
	list-style:none;
	background-image:url('../images/bullet.gif');
	background-repeat:no-repeat;
	background-position:left top;
	margin-bottom:5px;
}

ul li ul{
	margin-top:5px;
	margin-bottom:0;
}

ol{
	margin:0;
	padding:0;
	margin-bottom:20px;
	margin-left:20px;
	list-style-position:outside;
}

ol li{
	margin:0;
	padding:0;
	line-height:20px;
	margin-bottom:5px;
}

ol li ol{
	margin-top:5px;
	margin-bottom:0;
	margin-left:20px;
}

table{
	margin-bottom:20px;
}

table td{
	padding:0 5px 0 0px;
	vertical-align:top;
}

strong{
	font-weight:900 !important;	
}

table{
	border-color:#cdcdcd;
	border-width:0 0 1px 1px;
	border-style:solid;
	border-collapse:collapse;
	margin-bottom:20px;
}

table tr th{
	background-color:#d50537 !important;
	color:#fff !important;
	text-align:left;	
	font-weight:900;
	padding:5px 5px 5px 5px;
	font-size:14px;
	text-transform:uppercase;
	border-color:#cdcdcd;
	border-width:1px 1px 0 0;
	border-style:solid;
}

table tr td{
	color:#000;	
	padding:2px 5px 2px 5px;
	border-color:#cdcdcd;
	border-width:1px 1px 0 0;
	border-style:solid;
}


/*tekstimääreet päättyy*/

.onlymobile{	
	display:none;
}

.full_navigation{
	display:none !important;	
}

.scrollToTop{
	color:#000;
	font-weight:400;
	position:fixed;
	bottom:50%;
	right:5px;
	display:none;
	z-index:99;
}
.scrollToTop:hover{
	color:#cdcdcd;
}

.top_bar_base{
	display:block;
	border-bottom:12px solid #d50537;
	margin-bottom:20px;	
}

.top_bar_base .top_bar{
	display:block;
	margin:auto;
	width:92%;
	max-width:935px;
	padding:30px 150px 5px 35px;
}

.top_bar_base .top_bar .logo{
	display:block;
	float:left;
	width:51.5%;
	margin-right:3.5%;
}

.top_bar_base .top_bar .logo a img{
	width:100%;
	height:auto;
	max-width:482px;
	display:block;
	line-height:1px;
}

.top_bar_base .top_bar .essentials{
	display:block;
	float:left;
	width:45%;
	text-align:right;
	text-transform:uppercase;
	padding-top:103px;
	line-height:15px;
}

.container{
	display:block;
	margin:auto;
	width:92%;
	max-width:1120px;	
}

.container .contents{
	display:block;	
}

.container .contents .issue_essentials{
	display:block;
	margin-bottom:20px;	
}

.container .contents .issue_essentials.mobile{
	display:none;	
}

.container .contents .issue_essentials ul{
	margin:0;
	padding:0;	
}

.container .contents .issue_essentials ul li{
	margin:0 25px 5px 0;
	padding:0;
	display:block;
	float:left;
	background-image:none;
}

.container .contents .issue_essentials ul li a{
	color:#000;	
}

.container .contents .issue_essentials ul li a:hover{
	color:#d50539;	
}

.container .contents .issue_essentials ul li a img{
	display:inline;
	vertical-align:middle;
	max-width:50px;
	margin-right:10px;
}

.container .contents .fp_left{
	display:block;
	float:left;
	width:57%;
	margin-right:2%;
	font-size:14px;
	line-height:18px;	
}

.container .contents .fp_left h1{
	font-size:20px;
	line-height:20px;	
}
.container .contents .fp_left h2{
	font-size:40px;
	line-height:40px;
}

.container .contents .fp_left img, .container .contents .left img{
	width:100%;
	height:auto;
}

.container .contents .fp_left .twocols{
	display:table;
	width:100%;
	padding-bottom:2px;
	background-image:url('../images/hr.gif');
	background-repeat:repeat-x;
	background-position:bottom;
	margin-bottom:15px;
}

.container .contents .fp_left .twocols.separator{
	background-image:url('../images/cols_bg.gif');
	background-repeat:repeat-y;
	background-size:contain;
	margin-bottom:20px;
}	

.container .contents .fp_left .twocols .col{
	display:table-cell;
	vertical-align:bottom;
	width:47%;
}
.container .contents .fp_left .twocols:not(.separator) .col:nth-of-type(1){
	width:74%;	
}
.container .contents .fp_left .twocols:not(.separator) .col:nth-of-type(3){
	width:20%;
	text-align:right;
}

.container .contents .fp_left .twocols .col.liitot{
	padding-top:25px;	
}

.container .contents .fp_left .twocols .col.liitot h4{
	margin-bottom:40px;	
}

.container .contents .fp_left .twocols.separator .col{
	vertical-align:top;	
}

.container .contents .fp_left .twocols .col_empty{
	display:table-cell;
	width:6%;	
}

.container .contents .fp_left .twocols .col a{
	text-transform:uppercase;	
}

.container .contents .fp_left .twocols .col p{
	margin-bottom:15px;	
}

.container .contents .fp_left .twocols .col .col_img{
	display: inline-block;
	width:41%;
	margin-right:7%;
    vertical-align: top;
    *display: inline;
    *margin-right:7%;
    *zoom: 1;
}

.container .contents .fp_left .twocols .col .col_text{
	display: inline-block;
	width:50%;
    vertical-align: middle;
    *display: inline;
    *zoom: 1;
}

/*linkkilistat*/
.linkelement{
	display:block;
	margin-bottom:10px;
}

.container .contents .fp_left .twocols .col.liitot .linkelement{
	margin-bottom:20px;	
}

.linkelement .linkimage{
	display: inline-block;
	width:28%;
	margin-right:5%;
    vertical-align: middle;
    *display: inline;
    *margin-right:5%;
    *zoom: 1;
	text-align:right;
}

.linkelement .linkimage a img{
	width:77% !important;
	height:auto;
	max-width:150px;
}

.container .contents .fp_left .twocols .col.liitot .linkelement .linkimage a img{
	width:100% !important;	
}

.linkelement .linktext{
	display: inline-block;
	width:66%;
    vertical-align: middle;
    *display: inline;
    *zoom: 1;
}

.linkelement .linktext a{
	font-size:15px;
	line-height:18px;
	text-transform:none !important;
	color:#000;	
}

.linkelement .linktext a:hover{
	color:#d50537;	
}

.container .contents .fp_left .twocols .col .col_img p:last-of-type, .container .contents .fp_left .twocols .col .col_text p:last-of-type{
	margin-bottom:0;	
}

.container .contents .fp_left .issuefull{
	display:block;
	float:left;
	width:55%;
	margin-right:3%;	
}

.container .contents .fp_left .issuefull_lifts{
	display:block;
	float:left;
	width:42%;	
}

.container .contents .fp_left .issuefull_lifts p{
	margin-bottom:5px;	
}

.container .contents .fp_left .issuefull_lifts p:last-of-type{
	margin-bottom:20px;	
}

.container .contents .fp_left .issuefull_lifts a{
	text-transform:uppercase;	
}

.container .contents .fp_left .issuefull_lifts .issuecol{
	display:block;
}

.container .contents .fp_left .issuefull_lifts .issuecol .col{
	display:block;
}

.container .contents .fp_left .issuefull_lifts .issuecol .col a{
	text-transform:uppercase;	
}

.container .contents .fp_left .issuefull_lifts .issuecol .col p{
	margin-bottom:5px;	
}

.container .contents .fp_left .issuefull_lifts .issuecol .col p:last-of-type{
	margin-bottom:20px;	
}

.container .contents .fp_left .issuefull_lifts .issuecol .col .col_img{
	display: inline-block;
	width:41%;
	margin-left:7%;
    vertical-align: top;
    *display: inline;
    *margin-left:7%;
    *zoom: 1;
}

.container .contents .fp_left .issuefull_lifts .issuecol .col .col_text{
	display: inline-block;
	width:50%;
    vertical-align: middle;
    *display: inline;
    *zoom: 1;
}

.container .contents .fp_right{
	display:block;
	float:left;
	width:41%;	
}

.grey_box{
	display:block;
	background-color:#e3e3e3;
	padding:40px 4% 35px 4%;
	margin-bottom:20px;	
}

.grey_box h2{
	font-size:25px;
	line-height:25px;
	text-transform:uppercase;
	margin-bottom:5px;
	color:#d50537;
	font-weight:900;
}

.grey_box p{
	max-width:none !important;	
}

.grey_box p:last-of-type{
	margin-bottom:0;	
}

.grey_box hr{
	background-image:url('../images/right_box_hr.gif');
	height:1px;	
}

.grey_box ul{
	margin:0 0 20px 0;
	padding:0;	
}

/*.grey_box ul:last-of-type{
	margin-bottom:0;	
}*/

.grey_box ul li{
	margin:0 0 5px 0;
	padding:0;
	list-style-type:none;
	background-image:none;	
}

.grey_box ul li ul{
	margin-top:5px;
	margin-bottom:5px;
	margin-left:20px;
}

.grey_box ul li ul li a{
	font-weight:400;	
}

.grey_box h3:first-of-type{
	margin-bottom:35px;
}

.issues{
	display:block;	
}

.issues .issue{
	display:block;
	float:left;
	width:30%;
	margin-right:5%;
	text-align:center;
	margin-bottom:20px;
}

.issues .issue a, .grey_box a{
	color:#000;	
}

.issues .issue a:hover, .grey_box a:hover{
	color:#d50537;	
}

.issues .issue p{
	margin-bottom:0px;	
}

.issues .issue:nth-of-type(3n+3){
	margin-right:0;	
}

.issues .issue a img{
	width:100%;
	height:auto;	
}

.oldissues{
	display:block;	
}

.oldissues ul{
	margin:0;
	padding:0;
}

.oldissues ul li{
	margin:0;
	padding:0;
	background-image:none;
	display:block;
	float:left;
	margin-right:6% !important;
}

.oldissues ul li a{
	color:#000;	
}

.oldissues ul li a:hover{
	color:#d50537;	
}

.container .contents .left{
	display:block;
	float:left;
	width:52.5%;
	margin-right:6.5%;
	font-size:16px;
	line-height:20px;
	margin-bottom:20px;	
}

.container .contents .right{
	display:block;
	float:left;
	width:41%;	
}

.container .contents .right p{
	max-width:258px;	
}

.container .contents .right img{
	width:100%;
	height:auto;
	max-width:258px;	
}

.column{
	display:block;	
}

.column .column_img{
	display:block;
	float:left;
	width:100px;
	margin-right:20px;	
}

.column .column_img img{
	max-width:100%;
	height:auto;	
}

.column .column_text{
	display:block;
	margin-left:120px;
	font-size:16px;
	line-height:21px;
}

.column .column_text p{
	max-width:none !important;
}

.column .column_text h3{
	margin-bottom:0px;	
}

@media all and (max-width:1100px){
	.top_bar_base .top_bar{
		padding:20px 0 5px 0;
	}
	
	.top_bar_base .top_bar .essentials{
		padding-top:50px;	
	}
	
	.container .contents .fp_left .twocols .col .col_img{
		margin-right:5%;
	}
	
	.container .contents .fp_left .twocols .col .col_text{
		width:52%;
	}
}

@media all and (max-width:850px){
	.top_bar_base .top_bar .logo{
		float:none;
		width:100%;
		margin:0 0 5px 0;
	}
	
	.top_bar_base .top_bar .essentials{
		float:none;
		width:100%;
		padding-top:0;
	}
	
	.container .contents .fp_left .twocols.separator{
		background-image:none;
		display:block;
		margin-bottom:0px;
	}
	
	.container .contents .fp_left .twocols.separator .col{
		display:block;
		width:100%;	
	}
	
	.container .contents .fp_left .twocols.separator .col_empty{
		display:none;	
	}
	
	.container .contents .fp_left .twocols.separator .col{
		margin-bottom:10px;	
	}
	
	.container .contents .fp_left .twocols.separator .col .col_img{
		width:30%;
		margin-right:5%;
	}
	
	.container .contents .fp_left .twocols.separator .col .col_text{
		width:64%;
	}
	
	.linkelement{
		margin-bottom:0;	
	}
	
	.linkelement .linkimage{
		width:30%;
		margin-right:5%;
	}
	
	.linkelement .linkimage a img{
		width:100% !important;	
	}
	
	.linkelement .linktext{
		width:60%;	
	}
	
	.container .contents .fp_left .issuefull{
		float:none;
		width:100%;
		margin-right:0;	
	}
	
	.container .contents .fp_left .issuefull_lifts{
		float:none;
		width:100%;	
	}
}

@media all and (max-width:700px){
	
	.container .contents .issue_essentials ul li{
		margin-right:10px;	
	}
	
	.grey_box{
		padding:20px 5% 15px 5%;	
	}
	
	.grey_box h3:first-of-type{
		margin-bottom:20px;	
	}
	
	.issues .issue{
		width:48%;
		margin-right:4%;
		margin-bottom:10px;
	}
	
	.issues .issue:nth-of-type(3n+3){
		margin-right:4%;	
	}
	
	.issues .issue:nth-of-type(2n+2){
		margin-right:0;	
	}
	
	.column .column_img{
		float:none;
		margin-right:0px;	
	}
	
	.column .column_text{
		margin-left:0;
	}
	
}

@media all and (max-width:550px){
	
	.container .contents .issue_essentials{
		display:none;
	}
	
	.container .contents .issue_essentials.mobile{
		display:block;	
	}
	
	.container .contents .issue_essentials.mobile ul li{
		float:none;
		width:100%;
		margin-right:0;	
	}
	
	.container .contents .fp_left{
		float:none;
		width:100%;
		margin-right:0;	
	}
	
	.container .contents .fp_right{
		float:none;
		width:100%;	
		margin-bottom:20px;
	}
	
	.container .contents .left{
		float:none;
		width:100%;
		margin-right:0;	
	}
	
	.container .contents .right{
		float:none;
		width:100%;	
	}
	
	.container .contents .right p{
		max-width:none;	
	}
	
	.column .column_img{
		display:block;
		float:left;
		width:100px;
		margin-right:20px;	
	}
	
	.column .column_text{
		display:block;
		margin-left:120px;
		font-size:16px;
		line-height:21px;	
	}
	
	.container .contents .fp_left .twocols{
		display:block;
	}
	
	.container .contents .fp_left .twocols .col{
		display:block;
		width:100%;
		margin-right:0;
	}
	.container .contents .fp_left .twocols .col_empty{
		display:none;	
	}
	
	.container .contents .fp_left .twocols.linklist{
		background-image:url('../images/cols_bg.gif');
		background-repeat:repeat-y;
		background-size:contain;
		margin-bottom:20px;
	}
	
	.container .contents .fp_left .twocols.linklist .col{
		display:table-cell;
		width:47%;
		vertical-align:top;	
	}
	
	.container .contents .fp_left .twocols.linklist .col_empty{
		display:table-cell;
		width:6%;	
	}
	
	.container .contents .fp_left .twocols .col.liitot{
		padding-top:0 !important;	
	}
	
	.container .contents .fp_left .twocols .col.liitot h4{
		margin-bottom:20px;	
	}
	
	.issues .issue{
		display:block;
		float:left;
		width:30%;
		margin-right:5%;
		text-align:center;
		margin-bottom:20px;
	}
	
	.issues .issue:nth-of-type(2n+2){
		margin-right:5%;	
	}
	
	.issues .issue:nth-of-type(3n+3){
		margin-right:0;	
	}
	
}

@media all and (max-width:450px){
	
	tr.hideonmobile{
		display:none;	
	}
	
	.onlymobile{
		display:inline;	
	}
	
	table{
		border:none;	
	}
	
	table tr > th{
		border-bottom:none;	
	}
	
	table tr th{
		display:none;	
	}
	
	table tr th.mobileheader{
		display:block;	
	}
	
	table tr{
		border:none;	
	}
	
	table tr:nth-of-type(even){
		background-color:#efefef;	
	}
	
	table tr td{
		display:block;
		width:100%;	
		border:none;
		padding:5px 5% 0 5%;
	}
	
	table tr td:last-of-type{
		padding-bottom:5px;	
	}
	
	.issues .issue{
		width:48%;
		margin-right:4%;
		margin-bottom:10px;
	}
	
	.issues .issue:nth-of-type(3n+3){
		margin-right:4%;	
	}
	
	.issues .issue:nth-of-type(2n+2){
		margin-right:0;	
	}
	
	.container .contents .fp_left .twocols.linklist{
		background-image:none;
		margin-bottom:0;
	}
	
	.container .contents .fp_left .twocols .col.liitot h4{
		text-align:center;	
	}
	
	.container .contents .fp_left .twocols.linklist .col{
		display:block;
		width:100%;
		margin:0 0 10px 0;	
	}
	
	.container .contents .fp_left .twocols.linklist .col_empty{
		display:none;	
	}
	
	.linkelement{
		margin-bottom:5px;	
	}
	
	.container .contents .fp_left .twocols .col.liitot .linkelement{
		margin-bottom:5px;	
	}
	
	.linkelement .linkimage, .linkelement .linktext{
		display:block;
		width:100%;
		margin-right:0;
		text-align:center;
	}
	
	.linkelement .linkimage a img{
		max-width:100px;	
	}
	
	.column .column_img{
		float:none;
		margin-right:0px;
		width:65%;
	}
	
	.column .column_img img{
		width:100%;	
	}
	
	.column .column_text{
		margin-left:0;
	}
	
}