






/* Default font */
body {
    padding:0;
    margin:0;
    line-height:1.43;
/*    background:#e2e2e2 url(bg-page.jpg) 50% 0 no-repeat;*/
    font-family: Montserrat, Montserrat, Arial;
    font-weight: normal;
    font-size: 14px;
    color: #394a58;
    
    width:100%;
    height:100%;    
}
a, a span {
    color: #0073cf;
    font-weight: 600;
    text-decoration: none;
}

a:hover, a span:hover {
    color: #428bca;
}
    
h1 {
    font-family: 'Montserrat', Meta medium, Arial;
    font-size: 50px;
    font-weight: 600;
    line-height: 1.1;
}
h2 {
    font-family: 'Montserrat', Meta medium, Arial;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.1;
}
h3 {
    font-family: 'Montserrat', Meta roman, Arial;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.1;
}
h4 {
    font-family: 'Montserrat', Meta roman, Arial;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.1;
}
h5 {
    font-family: 'Montserrat', Meta roman, Arial;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.1;
}


.feedback-page h1 {
    font-family: 'Montserrat', Meta medium, Arial;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.1;
    margin-top: 0;
}
.feedback-page h2 {
    font-family: 'Montserrat', Meta medium, Arial;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.1;
}
.feedback-page h3 {
    font-family: 'Montserrat', Meta roman, Arial;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.1;
}
.feedback-page h4 {
    font-family: 'Montserrat', Meta roman, Arial;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.1;
}
.feedback-page h5 {
    font-family: 'Montserrat', Meta roman, Arial;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.1;
}


ul {
	padding:0 0 0 2.5em;
	margin:1em 0 1em 0;
}
ul li {
	margin:0 0 0.5em 0;
}

h1 , h2 , h3 , h4 {
	padding:0;
	margin:0.6em 0 0.6em 0;
}

.boxtitle {
	margin:0 0 0.5em 0;
}

p {
	margin:0 0 1em 0;
}
.ingress {
	font-size:1.2em;
	line-height:150%;
	margin:0 0 1em 0;
}

.breakgroup {
	display:block;
	clear:right;
}

.clear {
	height:0;
	overflow:hidden;
	clear:both;
}






#main-container {

}






a.button ,
a.button-info ,
a.button-go  {
	display:block;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	line-height:100%;
	padding:7px 15px;
	color:#fff;
	background:#0073cf;
	float:left;
	clear:left;
	text-decoration:none;
	
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	
		-webkit-transition: background 0.3s ease-out;  /* Chrome 1-25, Safari 3.2+ */
   -moz-transition: background 0.2s ease-out;  /* Firefox 4-15 */
	 -o-transition: background 0.2s ease-out;  /* Opera 10.50�12.00 */
		transition: background 0.2s ease-out;
}
a.button-info {
	float:left;
	background:#118F2D;
	margin:0 10px 0 0;
}
a.button-go {
	background:#1250D9 url(img/button-arrow.png) right center no-repeat;
	color:#fff;
	padding-right:25px;
	min-width:200px;
	
	-moz-border-radius:5px 0 0 5px;
	-webkit-border-radius:5px 0 0 5px;
	border-radius:5px 0 0 5px;

}
a.button:hover  {
	background:#2f88db;
	text-decoration:none;
}

a.button:active{
   background-color: #0065b5;
   text-decoration:none;   
}

a.button-go:hover {
	color:#fff;
	background:#2f88db url(img/button-arrow.png) right center no-repeat;
	padding-right:25px;
	text-decoration:none;
}
a.button-go.inline {
	display:inline-block;
}


a.button-go-wrapper {
	float:left;
	padding:0 29px 0 0;
}

a.button-go-wrapper .button-go {
	
}

a.button.big {
	font-size:18px;
}
.button-row {
	list-style:none;
	padding:0;
	margin:0;
	overflow:hidden;
}
.button-row li {
	float:left;
	margin:0 10px 0 0;
}





/*PIKAMENU*/
.button-go-wrapper {
	float:left;
	padding:0 0 0 0;
}

.button-go-wrapper .button-go {
	float:left;
}

.go-menu {
	list-style:none;
	margin:0;
	padding:0;
	float:right;
	margin:0 0 0 -29px;
}
.go-menu-drop {
	position:relative;
}
.go-menu-button {
	display:block;
	width:28px;
	height:28px;
	background:url(img/button-arrow.png) right center no-repeat;
	border-left:1px dotted #2f88db;
	cursor:pointer;
	-webkit-transition: background 0.2s ease-out;  /* Chrome 1-25, Safari 3.2+ */
   -moz-transition: background 0.2s ease-out;  /* Firefox 4-15 */
	 -o-transition: background 0.2s ease-out;  /* Opera 10.50�12.00 */
		transition: background 0.2s ease-out;
}
.go-menu-button-inner {
	display:block;
	width:28px;
	height:28px;
	background:url(img/icon-quickmenu-arrow.png) 30% 50% no-repeat;
}
.go-menu-submenu-wrapper {
	display:none;
	padding:5px 0 0 0;
	position:absolute;
	right:0;
	top:100%;
}
.go-menu-drop:hover .go-menu-submenu-wrapper {
	display:block;
}
.go-menu-drop:hover .go-menu-button {
	background:#2f88db url(img/button-arrow.png) right center no-repeat;
}

.go-menu-submenu {
	list-style:none;
	margin:0 0 0 0;
	padding:5px;
	width:228px;
	border:1px solid #ddd;	
	background:#fff;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
.go-menu-submenu li {
	margin:0;
	padding:1px 0 1px 0;
	border-bottom:1px solid #eee;
}
.go-menu-submenu li:last-child {
	border-bottom:0px solid #eee;
}
.go-menu-drop:hover .go-menu-submenu {
	display:block;
	z-index:100;
}
.go-menu-submenu li a {
	display:block;
	text-decoration:none;
	padding:5px 10px;
	font-size:11px;
	font-weight:bold;
	color:#1250D9;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
.go-menu-submenu li a:hover {	
	background:#1250D9;
	color:#fff;
}








/*SIVUN YL�OSA*/

#page-top {
	width:100%;
	margin:20px 0 0 0;
}
.page-top {

}

#page-top-inner {

}
.page-top-inner {
	width:980px;
	margin:0 auto;
}

#theme {

}
.theme {
	float:left;
	width:75%;
}
.theme-inner {
	margin:0 10px 0 0;
	overflow:hidden;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	background-clip: border-box;
	background-origin: border-box;
}
.theme-inner img {
	float:left;
	display:block;
	border:none;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	background-clip: border-box;
	background-origin: border-box;
}

#page-top-aside {

}
.page-top-aside {
	width:25%;
	float:right;
}

.page-top-aside-inner {
	margin:0 0 0 10px;
}




/*LOGIN - UUSI K�YTT�J�*/
#login-block {
	
}
.login-block-inner {
	padding:20px;
	color:#fff;
	background:#008133;
	overflow:hidden;
	height:210px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.login-block .boxtitle {
	color:#fff;
}
.login-button-wrapper {
	margin:10px 0 0 0;
	padding:10px 0 0 0;
}


#login-block .register {
	text-align:center;
	float:none;
	background:#41a557 url(img/icon-arrow-white.png) 10px 50% no-repeat;
}
#login-block .register:hover {
	background:#58b06c url(img/icon-arrow-white.png) 10px 50% no-repeat;
}



#login-block .login {
	text-align:center;
	float:none;
	background:#41a557 url(img/icon-key.png) 10px 50% no-repeat;
}
#login-block .login:hover {
	background:#58b06c url(img/icon-key.png) 10px 50% no-repeat;
}





/*OMAT TIEDOT*/
.user-info {

}
.user-info .label {
	font-weight:bold;
}
.user-info a {
	color:#fff;
}
.user-info a:hover {
	color:#58b06c;
}
.user-name {
	font-weight:bold;
}
.user-address {
	margin:10px 0 0 0;
}
.user-phone {
	margin:10px 0 0 0;
}
.user-actions {
	margin:10px 0 0 0;
}





/*SIVUN SIS�LT�*/

#page {
	width:980px;
	margin:0 auto;
}

#content-column {
	width:75%;
	float:left;
	margin:20px 0 10px 0;
}
.content-column-inner {
	/*background:#f5f5f5;	*/
	background:#fff;
	color:#333;
	padding:25px 20px;
	margin:0 10px 0 0;
	height:auto !important;
	height:600px;
	min-height:600px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}

#notification {

}
.notification-inner {
	padding:10px 20px 10px 40px;
	margin:20px 0 -10px 0;
	font-size:12px;
	color:#fff;
	line-height:18px;
	min-height:8px;
	background: #F1B457 url(img/icon-notification.png) 8px 7px no-repeat;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
#notification a {
	text-decoration:underline;
}
#notification a:hover {
	color:#333;
}

#side-column {
	width:25%;
	float:right;
	margin:20px 0 10px 0;
}
.side-column-inner {
	padding:0 0 0 10px;
}

.row-container {
	width:100%;
}
.row-block {
	width:50%;
	float:left;
}
.side-column .row-block {
	width:100%;
}
.row-block-half {
	width:50%;
	float:left;
}
.row-block-inner {
	padding:20px;
}
.side-column .row-block-inner {
	padding:15px 15px 15px 15px;
	border-bottom:1px solid #ccc;
}
.side-column .row-block:last-child .row-block-inner {
	border-bottom:0px solid #ccc;
}
.block-footer {
	margin:20px 0 0 0;
}


ul.feature-list {
	list-style:none;
	padding:0;
	margin:0 0 1em 0;
	min-height:120px;
}
ul.feature-list li {
	padding:0 0 0 20px;
	margin-bottom:0.5em;
	background:url(img/bullet-check.png) 2px 1px no-repeat;
}


.image {

}
.image img {
	width:auto;
	max-width:100%;
}
.image.fright {
	margin:0 0 1em 1em;
}
.image.fleft {
	margin:0 1em 1em 0;
}
.fright {
	float:right;
}
.fleft  {
	float:left;
}


.hr {
	width:100%;
	height:0px;
	overflow:hidden;
	margin:2em 0 2em 0;
	border-top:1px solid #ddd;
}

.datatable {
	width:100%;
	border:none;
	border-collapse:collapse;
	margin:0 0 20px 0;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	background-clip: padding-box;
	overflow:hidden;
}
.datatable th {
	text-align:left;
}
.datatable th ,
.datatable td {
	padding:5px 10px 5px 10px;
	background:#f9f9f9;
	border:0 solid #eee;
	border-width:0 1px 1px 0;
}
.datatable td {
	background:#f9f9f9;
	-webkit-transition: background 0.3s ease-out;  /* Chrome 1-25, Safari 3.2+ */
       -moz-transition: background 0.3s ease-out;  /* Firefox 4-15 */
         -o-transition: background 0.3s ease-out;  /* Opera 10.50�12.00 */
            transition: background 0.3s ease-out;
}
.datatable tr:hover td {
	background:#fff;
}
.datatable th:last-child ,
.datatable td:last-child {
	border-width:0 0px 1px 0;
}
.datatable tr:last-child td{
	border-bottom-width:0;
}
.datatable-header {
	
}
.datatable-header th {
	background:#1250D9;
	color:#fff;
	border-bottom:none;
}
.datatable-section-title th {
	border-bottom:none;
	/*background:#e7edfb;*/
	background:#eee;
	/*border-bottom:1px solid #dce5f9;*/
	border-bottom:1px solid #ddd;
}

.datatable .actions {
	width:100px;
}
.datatable .actions .link-list li {
	width:100%;
	clear:both;
	margin:0 0 0 0;
}




.highlightbox {
	background:#fff;
	margin:0 0 1em 0;
	width:230px;
	max-width:50%;
}
.highlightbox.fleft {
	margin-right:1em;
}
.highlightbox.fright {
	margin-left:1em;
}
.highlightbox-inner {
	padding:20px;
}
.highlightbox h2,
.highlightbox h3 {
	margin-top:0;
}








/*PALVELUT*/
#services {
	margin:20px 0 10px 0;
	border:0px solid #fff;
	/*background:#f5f5f5 url(img/hrvr-dark.png) 50% 0 repeat-y;*/
	background:#fff url(img/hrvr.png) 50% 0 repeat-y;
	color:#333;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.services .row-container {
	/*border-bottom:1px solid #ccc;*/
	border-bottom:1px solid #eee;
}
.services .row-container.last {
	border-bottom:0px solid #ddd;
}
.services .row-block-inner {
	padding:25px 20px;
}



.services .boxtitle {
	color:#2d2d2d;
	margin-bottom:15px;
}
.services-aside .boxtitle ,
.side-column .boxtitle {
	color:#008133;
}


#services-aside {
	background:url(img/hrvr-dark.png) 50% 0 repeat-y;
}

.services .thumb-video {
	float:right;
	margin:0 0 5px 10px;
}









#services.services-all {
	background:#fff;
}
.services-all .row-container {
	/*border-bottom:1px solid #ccc;*/
	/*border-bottom:1px solid #ddd;*/
	background:url(img/bg-cut.png) repeat-x left bottom;
	padding:25px 0 30px;
}
.services-all .row-container:last-child {
	border-bottom:0px solid #eee;
	background:none;
}
.services-all .row-container-inner {
	padding:0px 0px;
	background:url(img/hrvr.png) 75% 0 repeat-y;
}
.services-all .row-container.last {
	border-bottom:0px solid #ddd;
}
.services-all .row-block-inner {
	padding:10px 20px;
}
.services-all .wider .row-block-inner {
	padding:10px 40px;
}
.services-all .row-block-title {
	padding:0 20px;
}
.services-all .row-block-title h2 {
	padding:0;
	color:#008133;
}
.services-all h2.boxtitle ,
.services-history h2.boxtitle {	
	font-size:2.2em;
	line-height:125%;
	margin:0 0 0.5em 0;
}
.services-all .blocktitle {
	margin-top:0;
}

#services.services-all .wider {
	width:75%;
}
#services.services-all .narrower {
	width:25%;
}


#services.services-history {
	background:#fff;
}
.services-history .row-container {
	/*border-bottom:1px solid #ccc;*/
	border-bottom:1px solid #ddd;
	padding:25px 0 40px;
}
.services-history .row-container:last-child {
	border-bottom:0px solid #eee;
}
.services-history .row-container-inner {
	padding:0px 0px;
}
.services-history .row-container.last {
	border-bottom:0px solid #ddd;
}
.services-history .row-container .row-block {
	width:100%;
}
.services-history .row-block-inner {
	padding:0px 20px;
}
.services-history .row-block-title {
	padding:0 20px;
	margin:0 0 20px 0;
}
.services-history .row-block-title h2 {
	padding:0;
}












/*ASIAKASPALVELU*/

.block-phone  {	
	margin:5px 0;	
}
.block-phone .number {
	color:#118F2D;
	/*font-size:28px;*/
	font-size:22px;
	line-height:100%;
	font-weight:bold;
	padding:0 0 5px 0;
	/*padding:0 0 0 33px;
	background:url(img/icon-phone.png) left center no-repeat;*/
}
.block-phone .time {
	display:block;
	/*padding:0 0 0 33px;*/
	color:#666;
	font-size:12px;
	font-weight:normal;
}
.block-email {
	color:#118F2D;
	font-size:14px;
	line-height:100%;
	font-weight:bold;
	margin:5px 0;
	padding:6px 0 6px 0px;
	/*padding:6px 0 6px 33px;
	background:url(img/icon-email.png) left center no-repeat;*/
}

.img-asiakaspalvelu {
	float:right;
	margin:0 -10px 0 0;
}


.side-column .img-asiakaspalvelu {
	float:none;
	clear:both;
	margin:0 0 5px 0;
	width:100%;
}






/*ITEMLIST*/
.item-list {
	padding:0;
	margin:0 0 20px 25px;
}
.item-list .item-title ,
.item-list .item-meta {
	display:block;
}
.item-list .item-meta {
	font-size:11px;
	color:#666;
}
.nobullet {
	list-style:none;
	margin:0 0 20px 0;
}



/*LINKLIST*/
.link-list {
	list-style:none;
	margin:0;
	padding:0;
	overflow:hidden;
}
.link-list li {
	float:left;
	margin:0 1em 0 0;
}




/*WIZARDLIST*/
.wizard-list {
	list-style:none;
	padding:0px 0 0px 0;
	margin:0 0 0 0;
}
.wizard-list li {
	/*border-top:1px solid #eee;
	border-bottom:1px solid #eee;*/
	border:1px solid #eee;
	padding:0;
	margin:0 0 10px 0;
	background:#f0f0f0;
	
	overflow:hidden;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	background-clip: padding-box;
}
.wizard-list li li {
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	border-radius:0px;
}
.wizard-list .wizard-list {
	display:none;
	margin:0 0 0 0;
}

.option > .wizard-list ,
.option-closed > .wizard-list {
	display:none;
}
.option-open > .wizard-list {
	display:block !important;
}
.wizard-list .wizard-list li {
	border:none;
	padding:0;
	margin:0;
	border-bottom:0px solid #eee;
}
.wizard-list .option-text {
	display:block;
	padding:10px 10px 10px 30px;
	cursor:default;
}
.option  .option-text,
.option-open  .option-text,
.option-closed  .option-text{
	background-position:7px 10px;
	background-repeat:no-repeat;
	-webkit-transition: background 0.3s ease-out;  /* Chrome 1-25, Safari 3.2+ */
   -moz-transition: background 0.3s ease-out;  /* Firefox 4-15 */
	 -o-transition: background 0.3s ease-out;  /* Opera 10.50�12.00 */
		transition: background 0.3s ease-out;
}
.option-open  .option-text{
	background-image:url(img/icon-less.png);
}
.option-closed  .option-text{
	background-image:url(img/icon-more.png);
}
.option  .option-text {
	background-image:url(img/icon-go.png);
}
.wizard-list .wizard-list .option  .option-text,
.wizard-list .wizard-list .option-open  .option-text,
.wizard-list .wizard-list .option-closed  .option-text{
	background-position:27px 10px;
}
.wizard-list .wizard-list .wizard-list .option  .option-text,
.wizard-list .wizard-list .wizard-list .option-open  .option-text,
.wizard-list .wizard-list .wizard-list .option-closed  .option-text{
	background-position:47px 10px;
}

.wizard-list .option-open > .option-text:hover ,
.wizard-list .option-closed > .option-text:hover {
	background-color:#fff;
	cursor:pointer;
}
.wizard-list .wizard-list .option-text {
	padding:10px 10px 10px 50px;
}
.wizard-list .wizard-list  .wizard-list .option-text {
	padding:10px 10px 10px 70px;
}
.wizard-list .option-title {
	font-weight:bold;
	color:#008133;
	font-size:14px;
	display:block;
}
.wizard-list .option .option-title {
	font-size:12px;
}
.wizard-list .option-description {
	color:#666;
	display:block;
	margin:2px 0 0 0;
}










/*FOOTER*/

#main-footer {

}
.main-footer {
	margin:20px 0;
}
.main-footer-inner {
	width:970px;
	margin:0 auto;
	border-top:3px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:5px 5px;
	font-size:11px;
	color:#888;
	overflow:hidden;
}
.footer-left {
	float:left;
}
.footer-right {
	float:right;
}



#main-footer .link-list a {
	color:#888;
}
.footer-right .link-list li {
	margin:0 0 0 1em;
}







/*FORM*/
/*
.dataform {
	margin:20px 0;
	margin-right:20px;
}
.dataform fieldset {
	margin:0 0 20px 0;
	padding:10px;
	
	border:1px solid #eee;
	background:#f9f9f9;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.dataform fieldset legend {
	margin:0;
	padding:0;
	font-size:1.6em;
	color:#2D2D2D;
	line-height:145%;
}
.dataform fieldset p {
	overflow:hidden;
}
.dataform  .disabled {
	background:none;
	color:#aaa;
}
.dataform label {
	width:200px;
	float:left;
	line-height:28px;
	margin-bottom:5px;
	/*color:#aaa;*/
	font-weight:bold;
}
.dataform input {
	float:left;
	height:18px;
	padding:3px 5px;
	margin:0 10px 0 0;
}

.dataform input[type='text'] {
	width:100% !important;
	width:200px;
	max-width:200px;
	border:1px solid #ddd;
	margin-bottom:5px;
	
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.dataform input.postalcode {
	max-width:60px;
}

.dataform .checknotification {
	float:left;
	display:block;
	color:#fff;
	padding:3px 15px 3px 24px;
	margin:1px 0;
	line-height:18px;
	background: #F1B457 url(img/icon-notification-small.png) 3px 3px no-repeat;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
*/






/*MODAL*/

/*
.popup_background {
z-index: 2000 !important;
}
*/

.popup_background {
z-index: 2000; /* any number + 1 */
}

.popup_wrapper {
z-index: 2001; /* any number + 1 */
}
/* Add inline-block support for IE7 */
.popup_align,
.popup_content {
*display: inline;
*zoom: 1;
}
.overlay {outline: none}


.thepopup {
	width:100%;	
	max-width:940px;
	outline:none;
}
.thepopupinner {
	padding:0px;
	margin:20px;
	background:#fff;
	/*border:5px solid #eee;*/
	
	-moz-border-radius:5px;
	-o-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	
	-moz-box-shadow:0 0 10px #bbb;
	-webkit-box-shadow:0 0 10px #bbb;
	box-shadow:0 0 10px #bbb;
	
	outline:none;
}
.thepopupheader {
	overflow:hidden;
	padding:10px;
	border-bottom:1px solid #eee;
	background:#f9f9f9;
	
	-moz-border-radius:5px 5px 0 0;
	-o-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	border-radius:5px 5px 0 0;
}
.thepopupheadertitle {
	float:left;
	color:#ccc;
}

.thepopupcontent {
	padding:20px;
	/*height:auto !important;	
	height:300px;
	min-height:300px;*/
}
.thepopupcontentframe {
	border:none;
	padding:0;
	margin:0;
	width:100%;
	height:500px;
}
/*POPUPADAPT*/
@media screen and (min-height: 900px) {

	.thepopupcontentframe {
		height:700px;
	}
}
@media screen and (max-height: 640px) {

	.thepopupcontentframe {
		height:400px;
	}
}
@media screen and (max-height: 520px) {

	.thepopupcontentframe {
		height:300px;
	}
}
@media screen and (max-height: 400px) {

	.thepopupcontentframe {
		height:200px;
	}
}

/*ADAPTIIVISUUS*/
@media screen and (max-width: 768px) {

	body {
		
	}
	
	#branding {
		width:100%;
	}
	
	.image{
		max-width:50%;
	}
	
	
	.go-menu {
		display:none;
	}
	
	
	

	#page {
		width:auto;
		margin:0 auto;
		padding:0 10px;
	}
	#page-top {
		width:auto;
		padding:0 10px;
	}
	.page-top-inner {
		width:100%;
		margin:0 auto;
	}
	
	#theme {

	}
	.theme {
		float:left;
		width:100%;
		margin:0 0 20px 0;
	}
	.theme-inner {
		margin:0;
	}
	.theme-inner img {
		width:100%;
	}

	#page-top-aside {

	}
	.page-top-aside {
		width:100%;
		float:left;
		margin:0 0 0 0;
	}

	.page-top-aside-inner {
		margin:0;
	}
	.login-block-inner {
		height:auto;
	}
	
	

	.row-block {
		width:100% !important;
		float:left;
	}

	ul.feature-list {
		min-height:0;
	}


	/*PALVELUT*/
	#services {
		/*background:#f5f5f5;*/
		background:#fff;
	}
	.services .row-container {
		border-bottom:0px solid #eee;
	}
	
	.services .row-block {
		border-bottom:1px solid #eee;
	}
	
	.services .row-container:last-child .last{
		border-bottom:0px solid #eee;
	}
	
	.services-all .row-block-inner, 
	.services-all .wider .row-block-inner {
		padding:10px 20px;
	}
	
	
	.services-all .row-container-inner {
		background:none;
	}
	.services-all .row-block-inner {
		/*margin-bottom:20px;*/
	}

	#services-aside {
		background:none;
	}

	.services .thumb-video {

	}
	
	
	
	
	.img-asiakaspalvelu {

	}


	.side-column .img-asiakaspalvelu {
		float:right;
		margin:0 -10px 0 0;
		width:auto;
	}
	.side-column-inner {
		padding:0 0 0 0;
	}
	.side-column .row-block-inner {
		padding:20px;
	}
	
	/*SERVICE*/
	#content-column {
		float:none;
		width:100%;
	}
	.content-column-inner {
		margin:0 0 0 0;
		height:auto;
		min-height:auto;
	}
	#side-column {
		float:none;
		width:100%;
	}



	/*FOOTER*/

	#main-footer {

	}
	.main-footer {
		margin:20px 0;
		width:auto;
		padding:0 10px;
	}
	.main-footer-inner {
		width:auto;
		margin:0;
	}
		
	

}




@media screen and (max-width: 480px) {

	body {
		
	}
	
	#branding {
		
	}
	
	
	
	
	
	
	/*NAVIGAATIO*/
	#main-navigation {

	}
	.main-navigation-list {
		
	}
	.breakgroup {

	}
	.main-navigation-list li {

	}
	.main-navigation-list li:last-child {

	}
	.main-navigation-list li a {

	}
	.main-navigation-list li:first-child a {

	}
	.main-navigation-list li:last-child a {

	}
	.main-navigation-list .title {

	}
	.main-navigation-list .outside .title {

	}
	.main-navigation-list .description {

}
	
	
	
	
	
	

	#page {

	}
	#page-top {

	}
	.page-top-inner {

	}
	
	#theme {

	}
	.theme {

	}
	.theme-inner {
		margin:0;
	}
	.theme-inner img {

	}

	#page-top-aside {

	}
	.page-top-aside {

	}

	.page-top-aside-inner {

	}
	.login-block-inner {

	}
	
	

	.row-block {

	}
	.row-block-half {
		width:100%;
		clear:both;
		margin:0 0 0 0;
		border-bottom:1px solid #ccc;
	}

	ul.feature-list {
		min-height:auto;
		width:100%;
		clear:both;
	}
	
	
	
	.highlightbox ,
	.highlightbox.fright ,
	.highlightbox.fleft	{
		margin:0 0 1em 0;
		width:100%;
		max-width:100%;
	}


	/*PALVELUT*/
	#services {

	}
	.services .row-container {

	}
	
	.services .row-block {

	}
	.services .row-container:last-child .row-block:last-child {

	}

	.services .thumb-video {
		width:100%;
		margin:0 0 1em 0;
	}
	


	#services-aside {

	}
	.side-column .img-asiakaspalvelu ,
	.img-asiakaspalvelu {
		float: none;
		margin: 0 0 10px 0;
		clear: both;
		width:100%;
	}



}











