@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700,400italic,600italic,700italic);

/* TAUSTA */
body {
	font-family: 'Open Sans', sans-serif;
	
	/* TAUSTA */
	background: #121212;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#wrapper {background:#fff;}

#header,
.normalNavigationContainer ul li a.open,
.footerCenter{ background: #ffffff; }

/* BACKGROUND TAUSTA #3 NAVIGAATIO */
.mobileNavigation {}

/* FONTIT  */
#header .companyphone1:before{color:#fff;}

h1, h2, h3, h4 { color: #444; }

p, li, em{ color: #5a575c; }

strong{	color:#555;}

.mobileNavigationMenuButton, 
.contact-form, 
.sliderWrapper .layer-content .slideLink a {

}
.sliderWrapper .galleria-image-nav {
	top: 55%;
}

.box {
	box-shadow:inset 0 2px 0 0 #ffba25;
}

/* COLORS LINK */
a,
.header-link a {
	color: #b6b6b6;
}
/* NOSTOT */
/*.col-4.nosto {
	width: 31%;
	margin-right: 1%;
}*/
.nosto {
	text-align: center;
}
.last {
	border-right: 0;
}
.nosto h2 {
	color: #343434;
	font-size: 1.4rem;
	display: block;
}
.nosto h2:after {
	content: '';
	display: block;
	background: #50B64C;
	width: 60px;
	height: 2px;
	margin: 0 auto;
	margin-top: 15px;	
}
.nosto img {
	width: auto !important;
	height: auto !important;
	display: inline-block;
	border-radius: 2px;
}
.nosto p {
	font-size: .9rem;
	color: #767676;
}
/* LIIDI */
.liidi {
	display: inline-block;
	width: 100%;
	background: url(pics/puhdas-sisÃ¤ilma.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	border-bottom: 1px solid #989898;
}
.liidiContent {
	max-width: 1200px;
	margin: 0 auto;
}
.liidi h2 {
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	font-size: 3rem;
	font-weight: 900;
	color: #fff;
	text-shadow: 2px 2px 0px rgba(66,125,181,1);
	display: inline-block;
}
.liidi .text p {
	font-size: 1.3rem;
	font-style: italic;
	color: #fff;
	text-shadow: 1px 1px 0px rgba(66,48,69,.9);
	padding: 10px 0;
	font-family: "Source Sans Pro";
	display: inline-block;
	font-weight: 500;	
}

/* ------------ FONTS ------------ */
h1, h2, h3, h4 {
	font-family: 'Raleway', sans-serif;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
p, li {
	font-weight: normal;
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 2.2rem;
	line-height: 1.3em;
	padding-bottom: 5px;
	font-weight: 800;
	color: #343434;
	text-transform: uppercase;
}
h2 {
	font-size: 2rem;
	line-height: 1.2em;
	font-weight: 900;
	color: #555;
	text-transform: uppercase;
	margin: 20px 0 10px;
}
h3 {
	font-size: 1.2rem;
	line-height: 1.6em;
	margin: 0;
	color: #767676;
	padding: 0.5em 0;
	font-style: italic;
	font-weight: 500;
	text-transform: initial;
	text-align: center;
}
p {
	font-size:1.1rem;
	margin: 0;
	padding: 5px 0;
	line-height:1.6em;
}
li {
	font-size:1.05rem;
}
#column1 li,
#column2 li {
	padding: 3px 0;
}
#column1 ul,
#column2 ul {
	list-style-type: circle;
	padding: 0 35px;
	margin-top: 0;
}
#column2 ul img {
	vertical-align: middle;
}
em{	
	font-size:1.2rem;
}
a {
	outline: none;
	text-decoration: none;
}
a:hover { text-decoration: underline; }
a img {	border: 0; }

/* COLUMN1 FONTS */
#main .col-12 h1 {
	text-align: center;
}
#main .col-12 h2 {
	text-align: center;
	margin-bottom: .5em;
}
#main .col-12 p {
	font-size: 1.2rem;
	text-align: center;
	margin-bottom: .5em;
}
.col-12 h3:after {
	content: '';
	display: block;
	background: #F26424;
	width: 60px;
	height: 4px;
	margin: 0;
	margin-top: 20px;
	margin: 18px auto 0;
}

/* COLUMN 2 FONTS */
#column2 p {
	color: #fff;
}
#column2 ul li {
	color: #fff;
}
#column2 h2 {
	color: #fff;
}

/* HEADER-LINK */
.header-link {
	display: none;
}
.ctc {
	position: absolute;
	width: 100%;
	max-width: 1200px;
	text-align: right;
	display: inline-block;
	top: 1em;
	margin: 0 auto;
	left: 0;
	right: 0;
}
.ctc p {
	font-family: "Raleway";
	text-transform: uppercase;
	font-weight: 700;
	color: #427db5;
}
.ctc strong {
	color: #F26424;
}

/************************ CSS BEGINS *****************************/

/* -- BASE -- */
html, body {
	margin: 0;
	min-width: 100%;
	min-height: 100%;
	padding: 0;
	font-size:15px;
}


/* -- WRAPPER -- */
#wrapper {
	position:relative;
	min-height: 100px;
	width:100%;
	margin:0 auto;
}

/* -- HEADER -- */
#header {
	width: 100%;
	height: auto;
	display: inline-block;
	position: absolute;
	z-index: 2;
	background: none;
}
.logo {
	width: auto;
	display: inline-block;
	height: 100px;
	line-height: 100px;
}
.logoCenter{
	padding: 0 2%;
	max-width:1200px;
	margin:0 auto;
}
.logo img {
	height: auto;
	width:100%;
	max-width:300px;
	padding-top: 12px;
	vertical-align: middle;
}
.headerWrapper {
	margin: 0 auto;
	width: 100%;
	z-index: 2;
}
.headerContent {
	max-width: 1200px;
	margin: 0px auto;
}
/* HEADER CALL */
.header-call{
	position: absolute;
	right: 0;
	top: 0;
	text-align: right;
	width: auto;
	display: none;
	max-width: 1200px;
}
.header-call p{
	color:#fff;
	font-size:1.5rem;
	padding-bottom:0;
}
.header-call a {
	color:#fff;
	padding-left: 3px;
}

/* -- CONTENT -- */
#content {
	padding:0;
	min-height: 100px;
	margin:0 auto;
}
#column1, #column2 {
	float:left;
	padding: 3em 3%;
}
#column1{
	width: 100%;
	background: url(pics/column-tausta.jpg);
	border-bottom: 1px solid #ddd;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	border-bottom: 1px solid #ddd;
	padding: 1em 3%;
}
#column1Center {
	max-width: 1200px;
	margin: 0 auto;
}
#column1 .col-4 {
	width: 31%;
	background: #fff;
	float: left;
	min-height: 415px;
	margin-right: 1em;
}
#column1 .col-4.right p {
	font-size: .95rem;
}
#column1 .col-4 p {
	font-size: 1rem;
}
#column1 .col-4 h2 {
	color: #666;
	font-size: 1.6rem;
	margin-top: 0;
}
#column1 .col-4 ul {
	list-style-type: none;
	padding: 0 10px;
}
#column1 .col-4 li {
	color: #767676;
	font-style: italic;
	line-height: 1.45em;
}
#column2 {
	width: 100%;
	background: url(pics/bgTausta.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}
#column2Center {
	max-width: 1200px;
	margin: 0 auto;
}
#main {	
	width:100%;
	margin: 0 auto;
	display: inline-block;
	text-align: center;
}
#mainCenter {
	width: 100%;
	display: inline-block;
	text-align: left;
}

/* -- FOOTER -- */
#footer {
	margin:0 auto;
	position:relative;
	font-size:1rem;
	color: #888d8f;
}
#footerCenter{
	background:#121212;
	display:block;
	width:100%;
}
#footerContent{
	margin: 0 auto;
	max-width:1200px;
	padding: 1em 0 2em;
}
#footer .col-4.last {
	margin-top: 50px;
}
#footer p {
	color: #888d8f;
	font-size: 1rem;
}
#footer h3, 
#footer .company-name{
	font-size: 1.25rem;
	color: #F8F5E4;
	margin-bottom: .5em;
	text-align: left;
	font-family: "Raleway";
	font-weight: 700;
	font-style: normal;
	text-transform: uppercase;
}
#footer a {
	color:#888d8f;
	-webkit-transition: color 25ms linear;
	-moz-transition: color 25ms linear;
	-ms-transition: color 25ms linear;
	-o-transition: color 25ms linear;
	transition: color 25ms linear;
}
#footer a:hover {
	color:#eee;
	text-decoration: none;
}

#footer img {
	max-width: 280px;
	width: auto !important;
	height: auto !important;
	vertical-align: middle;
}

/* ------------------- CUSTOM MODULES  ------------------- */

/* CUSTOM GRID - 12 COLUMNS FLOATED */
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12{
	padding:2em 2.5%;
	float:left;
}
.col-1{ width: 8.3%; 	}
.col-2{ width: 16.66%; 	}
.col-3{ width: 25%; 	}
.col-4{ width: 33.33%; 	}
.col-5{ width: 41.66%; 	}
.col-6{ width: 50%; 	}
.col-7{ width: 58.33%; 	}
.col-8{ width: 66.67%; 	}
.col-9{ width: 75%; 	}
.col-10{ width: 83.3%; 	}
.col-11{ width: 91.66%; }
.col-12{ width: 100%; 	}

#column1 .col-12 {
	text-align: center;
	padding-bottom: 0;
}
#column2 .col-12 {
	background: rgba(0,0,0,.7);
}

/* IMAGES IN CONTENT */
#content img {
	width:100%;
	height:auto;
}
#column1 img {
	width: 100% !important;
	height: auto !important;
}
.col-4 img {
	width: 100% !important;
	height: auto !important;
	border-radius: 1px;
}
/* KARTOITUS */
.kartoitus img {
	width: auto !important;
	height: auto !important;
}
.col-4.kartoitus {
	background: url(pics/kuntokartoitus.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-position: center top;
	border-radius: 2px;
}
.kartoitus p {
	color: #fbfbfb;
}
.kartoitus h2 {
	color: #fbfbfb;
	margin: 0 0 20px;
	font-size: 1.5rem;
	text-align: center;
}
.kartoitus a {
	color: #FDC909;
	font-weight: bold;
	width: 100%;
	text-align: center;
}
/* TAULUKOT / TABLES */
table{
	clear:both;
    width:100% !important; 
    border:none; 
    font-size:17px; 
    background:none;
	border-collapse: collapse;
	border-spacing: 0;
}
table tr{
	border-bottom:1px dashed #ddd;
}
table tr:nth-child(even){
}
table td{
	color:#84755C;
    border:none;
    padding:5px 0;
    text-align:left;
}
table td p{
	font-size:14px;
	margin-top:0;
}
table td:nth-child(even){
	font-weight:500;
	color:#444;
	text-align:right;
}

/* CONTACT INFO */
.contact-info {margin-bottom:1em;}
#content .companyname{
	font-size:2rem;
	padding-bottom:10px;
}

#content .companyaddress1, #content .companyzip, #content .companycity, #content .companyphone1, #content .companyemail{font-size:1.2rem;}

.companyaddress1{padding-top:7px;;}
.companyzip{display:inline-block;}
.companycity{display:inline-block;}

.companyphone1{padding-top:10px;}
.companyphone1:before{content:'Soita meille:';font-weight:700;}

.companyemail{padding-top:10px;}
.companyemail:before{content:'SÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤hkÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¶posti';font-weight:700;}

/* IMAGE TEXT 50/50 */
#content .image-text{
	display:inline-block;
	width:100%;
}
#content .image-text img{
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	width:45%;
	margin:0 4%;
	height:auto;
}

/* CENTER */
.center{
	text-align:center;
	padding:2em 6%;
}
.center p{font-size:1.3rem;}

/* BANNER */
.banner {
	position:relative;
}
.banner img{
	width:100%;
	height:auto;
}
.bannerText {
	position: absolute;
	top: 40%;
	left: 0;
	text-align: center;
	right: 0;
	font-family: 'Lato', sans-serif;
	margin: 0 auto;
	max-width: 768px;
}
.bannerText h2 {
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	font-size: 3rem;
	line-height: 1.2em;
	font-weight: 900;
	color: #fff;
	text-shadow: 1px 1px 10px rgba(0,0,0,.9);
	display: block;
}
.bannerText p {
	font-size: 1.45rem;
	font-style: italic;
	color: #fff;
	text-shadow: 1px 1px 10px rgba(0,0,0,.9);
	padding: 10px 0;
	display: inline-block;
}
/* CONTACT FORM */
.col-4.contact {
	border: 3px solid #fcfcfc;
	border-radius: 16px;
	box-shadow: 0 0.5px 0 0 #ffffff inset, 0 1px 2px 0 #B3B3B3;
}
.contact h2 {
	font-size: 1.4rem;
	text-transform: uppercase;
	font-weight: 700;
	text-align: center;
}
.contact-form{
	padding:1em 6%;
	box-shadow: 0 0 15px 0 rgba(0,0,0,.2);
	-moz-box-shadow: 0 0 15px 0 rgba(0,0,0,.2);
	-webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,.2);
}
.contact-form h3{
	padding:0;
	color:#333;
	font-weight:700;
}
input, select, textarea {
	font-family: 'Tahom', sans-serif;
	font-size: 13px;
}
.yhteydenotto .st {
	padding-left: 0;
}
.yhteydenotto .nd {
	padding-right: 0;
}
form {
	font-family: 'Lato', sans-serif;
	display:inline-block;
	padding:0;
	border-radius:5px;
	margin: 0 0 2em;
	width:100% !important;
}

form p{
	color: #666;
	font-size: 1rem;
	padding: 6px 0;
	font-weight: 600;
	text-transform: uppercase;
	display: inline;
}
.yhteystiedot p {
	text-align: center;
}
.yhteystiedot h2,
form h2 {
	text-transform: lowercase;
	text-align: center;
	font-weight: 900;
	color: #86B441;
	margin: 0 0 1em;
}
.yhteystiedot h2:after,
form h2:after {
	content: '';
	display: block;
	background: #86B441;
	width: 50px;
	height: 3px;
	margin: 0;
	margin-top: 10px;
	margin: 10px auto 0;
}
form input[type=text],
form input[type=url],
form input[type=tel],
form input[type=email],
form select,
form textarea{
	padding: 14px;
	width: 100%;
	max-width: 100%;
	background: #eee;
	margin-bottom: 20px;
	border: none;
	border-radius: 6px;
	color: #888;
	font-weight: 700;
}
form textarea {
	min-height:140px;
	width: 100%;
	margin-bottom: 0;
}
form input[type=submit] {
	cursor: pointer;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 700;
	font-family: "Raleway";
	color: #fff;
	display: inline-block;
	padding: 1em 3.7em;
	text-decoration: none;
	background: #F26424;
	border: 1px solid #e6510e;
	margin-top: 1em;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-transition: background 100ms ease-in-out;
	-moz-transition: background 100ms ease-in-out;
	-ms-transition: background 100ms ease-in-out;
	-o-transition: background 100ms ease-in-out;
	transition: background 100ms ease-in-out;
}
form input[type=submit]:hover {
	background: #f36f34;
}
input[type=text]:focus, textarea:focus {
	background: #f7f7f7;
	border: none;
	outline: none !important;
}
/* SLIDER & CONTENT */
/* SLIDER LINK */
/*a.button {
	font-family: 'Lato', sans-serif;
	text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #86B441;
	border: 1px solid #739b38;
	color: #fff;;
	display: inline-block;
	margin-top: 1em;
	padding: 14px 45px;
	font-size: 16px;
	font-weight: 900;
	text-transform: uppercase;
	-webkit-transition: all 25ms linear;
	-moz-transition: all 25ms linear;
	-ms-transition: all 25ms linear;
	-o-transition: all 25ms linear;
	transition: all 25ms linear;
	text-shadow: none;
	font-style: normal;
	opacity: 1;
}
a.button:hover {
	background: #739b38;
	text-decoration: none;
	-webkit-box-shadow: 0 0 4px rgba(1, 170, 174, 0.9);
	-moz-box-shadow: 0 0 4px rgba(1, 170, 174, 0.9);
	box-shadow: 0 0 4px rgba(1, 170, 174, 0.9);
}*/
.sliderWrapper a {
	cursor: pointer;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 700;
	font-family: "Raleway";
	font-style: normal;
	color: #fff;
	display: inline-block;
	padding: 10px 30px;
	text-decoration: none;
	background: #F26424;
	border: 1px solid #e6510e;
	text-shadow: none;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-transition: background 100ms ease-in-out;
	-moz-transition: background 100ms ease-in-out;
	-ms-transition: background 100ms ease-in-out;
	-o-transition: background 100ms ease-in-out;
	transition: background 100ms ease-in-out;
}
.sliderWrapper a:hover {
	background: #f36f34;
}
/* GOOGLE MAPS */
#content .googleMaps{margin:1em 0;}

/* BOX */
.box {
	margin:1em 0;
	padding:1em;
	border:1px solid #ddd;
}

/* RESPONSIVE YOUTUBE BASE */
div.embed{
margin:1em 0;
position: relative;
padding-bottom: 56.25%; /* 16/9 ratio */
padding-top: 30px; /* IE6 workaround*/
height: 0;
overflow: hidden;
}
.embed iframe{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


/*  BROAD WIDTH  */
@media (max-width:1200px) {
	
	/* FONTS */
	html{font-size:14px;}
	
	/* BANNER */
	.sliderWrapper .layer-content .slideTitle,
	.sliderWrapper .layer-content h1 {
		font-size: 2.5rem !important;
	}
	.sliderWrapper .layer-content {
		padding: 0 3%;
	}


}/* ------------------ query end ----------------------- */
/*  UNDER 1100 */
@media (max-width:1100px) {
	#content {
		width: 100%;
		display: inline-block !important;
	}
	
}

/*  UNDER 960 */
@media (max-width:958px) {
	
	html{font-size:13px;}
	/* HEADER */
	#header {
		display: initial;
	}

	.logoCenter { padding:0 1em; }
	
	.mobileNavigation {
		position: absolute !important;
		right: 0;
		top: 3em;
		height: auto !important;
		width: 100% !important;
	}
	/* NOSTOT */
	.nosto1, .nosto2, .nosto3, .nosto4 {
		width: 48% !important;
		margin-bottom: 1em;
	}
	.nosto1 h2, .nosto2 h2, .nosto3 h2, .nosto4 h2 {
		margin-top: 15%;
	}
	.liidi h2 {
		font-size: 2.2rem;
	}
	/* BANNER */
	.sliderWrapper .layer-content .slideTitle,
	.sliderWrapper .layer-content h1 {
		font-size: 2rem !important;
	}
	

}/* ------------------ query end ----------------------- */

/*  MID WIDTH (TABLET ETC.)  */
@media (max-width:768px) {
	
	/* COLUMNS FULL WIDTH */
	.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12{
		width:100%;
		padding:1em 4%;
	}
	#column1 .col-4 {
		width: 100%;
		float: left;
		min-height: 0;
	}
	#footer .col-4 {
		padding: 0 4%;
	}
	
	#header {
		display: inline-block;
		height: auto;
	}
	#headerContent {
		padding: 0;	
	}
	.ctc {
		display: none;
	}
	.header-call {
		background:#427db5;
		text-align:center;
		top:0;
		right:0;
		position:relative;
		display: block;
	}
	.header-call p,
	.header-call div {
		padding:3px 0;
		display:inline-block;
		color: #fff;
	}
	.logo {
		width: 100%;
		display: block;
		height: auto;
		line-height: initial;
	}
	.logo img {
		max-width: 180px;
		margin: 0 auto;
		display: block;
	}
	.mobileNavigation {
		height: auto !important;
	}
	.sliderWrapper a {
		margin-top: 0;
		padding: 12px 35px;
	}
	.nosto {
		border: none;
	}
	.liidi {
		text-align: center;
	}
	/* CUSTOM MENU */
	.logoCenter {
	padding: 1.5em 1em;
	}
	#footer .col-4.last {
		margin-top: 0;
	}
	
	.header-link {
		display: inline-block;
		position: relative;
		padding: 16px 10px;
		width: auto;
		z-index: 5;
	}
	.header-link a {
		position: relative;
		background: #1f929e;
		border: 1px solid #1d8590;
		color: #fff;
		white-space: nowrap;
		font-weight: 700;
		padding: 14px 10px;
		border-radius: 3px;
	}
	.header-link a:hover {
		background: #229fac;
		text-decoration: none;
		-webkit-box-shadow: 0 0 4px rgba(1, 170, 174, 0.9);
		-moz-box-shadow: 0 0 4px rgba(1, 170, 174, 0.9);
		box-shadow: 0 0 4px rgba(1, 170, 174, 0.9);
	}
	.header-link img {
		vertical-align: middle;
		margin-right: 6px;
	}
	.mobileNavigation {
		font-family: 'Lato', sans-serif;
		width: auto;
		display: inline-block;
		position: absolute;
		z-index: 4;
		width: 100% !important;
		right: 0;
		top: 40px;
		height: auto;
	}
	.mobileNavigationMenuButton {
		font-size: 16px;
		cursor: pointer;
		display: none;
		padding: 12px 20px 12px 35px;
		color: #fff;
		font-weight: 900;
		margin: 16px;
		float: right;
		max-width: 120px;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
	}
	
	.mobileNavigationMenuButton:before {
		content: "";
		position: relative;
		display: block;
		width: 100%;
		left: -20px;
		top: 8px;
		-webkit-box-shadow: 0 0px 0 1px white, 0 6px 0 1px white, 0 12px 0 1px white;
		-moz-box-shadow: 0 0px 0 1px white, 0 6px 0 1px white, 0 12px 0 1px white;
		box-shadow: 0 0px 0 1px white, 0 6px 0 1px white, 0 12px 0 1px white;
		width: 0.8em;
		border: 1px solid #fff;
	}
	.bannerText {display: none;}
	.sliderWrapper .layer-content {
		display: none;
	}
	
	
}/* ------------------ query end ----------------------- */

/*  NARROW WIDTH (ETC. MOBILE)  */
@media (max-width:520px) {
	
	/* FONTS */
	html{font-size:15px;}
	h1{font-size:1.4rem;}
	#footer h3, #footer .company-nam, h2{font-size:1.3rem;}
	
	/* RAKENNE */
	#column1, 
	#column2{
		padding:1em 4%;
		width:100%;
	}
	.bannerText h2 {
		font-size: 2rem;	
	}
	.liidi h2 {
		font-size: 2rem;
	}
	
	/* COLUMNS FULL WIDTH */
	.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12{
		width:100%;
		padding:1em 4%;
	}
	.yhteydenotto .st,
	.yhteydenotto .nd {
		padding: 0;
	}
	/* NOSTOT */
	.nosto1, .nosto2, .nosto3, .nosto4 {
		width: 100% !important;
	}
	
	/* GOOGLE MAPS */
	.googleMaps, .googleMapsCenter, .googleMapsContent, .googleMapsElement {height:200px !important;}
	
	/* BUTTON */
	a.button {
		width: 100%;
		text-align: center;
	}

}/* ------------------ query end ----------------------- */

/* -- BOX SIZING -- */ 
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* OVERFLOW FLOAT FIX */
#content,
#column1,
#column2,
#footerContent{
	overflow:hidden;
}