<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
	Theme Name: Iggo WP
	Theme URI: http://www.kipex.tv/
	Description: HTML5 and Bootstrap 4 based site
	Author: Kimmo Kovalainen
	Version: 2016 (4.5)
	Tags: html5, responsive, bootstrap4
*/





/*
/* /*
/* Global */
html { min-height: 100%; overflow-y: scroll; position: relative; }
body { font-family: 'Open Sans', Arial, Helvetica, sans-serif; height: 100%; background: #f8f9fb; margin: 0 0 230px; }
header { width: 100%; }
section { width: 100%; padding: 3rem 0; z-index: 10; position: relative; }
footer { width: 100%; }
img { max-width: 100%; }
ul, div { margin: 0; padding: 0; }
select { -webkit-appearance: none; }
a,
a:focus { outline: none; }
button { outline: none; padding: 0; }
li, ul { margin: 0; padding: 0; }

/* Remove input shadows on iPad */
input[type="text"], input[type="email"], input[type="search"], input[type="password"] { -webkit-appearance: none; -moz-appearance: none; appearance: none; border-radius: 0; }


	/* Small devices (landscape phones, less than 48em) */
	@media (max-width: 47.9em) {
		html { font-size: 14px; }
		body { padding-top: 50px !important; margin: 0; }
	}




/*
/* /*
/* Typography */
h1 { margin-bottom: 1.75rem; line-height: 1.2; }
h2 { font-size: 2rem; font-weight: normal; margin-top: 2rem; margin-bottom: 1rem; line-height: 1.2; }
h3 { font-size: 1rem; font-weight: bold; color: #333; margin-bottom: 0.5rem; margin-top: 1.5rem; line-height: 1.2; }

.slideinfo h2 { margin-top: 1.25rem; margin-bottom: 0.5rem !important; font-size: 1.75rem; font-weight: bold; color: #2bb2d8; margin-bottom: 1rem; line-height: 1.2; }

a,
a:hover,
a:focus { color: rgb(55, 58, 60); }

blockquote { font-style: italic; margin: 1rem; padding: 1rem 1.5rem 0.1rem; background: #F0F0F0; }
hr { background-color: #CCC; border: 0 none; height: 1px; margin: 2rem 0; }


	/* Small devices (landscape phones, less than 48em) */
	@media (max-width: 47.9em) {
		h1 { font-size: 3.875rem; }
	}





/*
/* /*
/* Header */
header { height: 35px; z-index: 120; text-align: center; position: absolute; top: 0; transition: all 0.2s ease-in-out 0s; background: transparent; }

header a.logo {     
    display: inline-block;
    float: left;
    position: relative;
    transition: all 0.2s ease-in-out 0s;
}
header a.logo span.text { z-index: 10; position: relative; width: 100%; height: 100%; margin-right: 1rem; font-size: 55px; font-family: 'Stalemate', sans-serif; }
header a.logo span.intro { z-index: 10; position: relative; width: 100%; height: 100%; font-size: 30px; font-family: 'Stalemate', sans-serif; }
header a.logo:hover, header a.logo:focus, header a.logo:active  { text-decoration: none; }

header .linkit { float: right; font-size: 0.875rem; line-height: 30px; padding-right: 1rem;color: #8d8d8d; }
header .linkit:first-child { padding-right: 0; }
header a.linkit {  }
header a.linkit:hover { color: #eb4839; text-decoration: none !important; }
header .linkit img { filter: grayscale(1000%); }
header .linkit:hover img { filter: grayscale(0%); }


.nav-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.5); opacity: 1; transition: all 0.2s ease-in-out 0s; z-index: 101; visibility: visible; }
.nav-overlay.disabled { opacity: 0; visibility: hidden; background: rgba(0,0,0,0.0); }

#lang_sel_list { float: right; margin: 25px 0 10px 15px; height: 17px; }
#lang_sel_list li { height: 17px !important; padding: 0 !important; }
#lang_sel_list a { width: 23px !important; height: 17px !important; padding: 0 !important; margin-left: 5px; }
#lang_sel_list img { width: 23px !important; height: 17px !important; }


	/* Small devices (landscape phones, less than 48em) */
	@media (max-width: 47.9em) {
		header { background: #FFF; text-align: left; position: fixed; top: 0; left: 0; height: 50px; padding: 0; box-shadow: 0px 1px 2px rgba(0,0,0,0.15); }
		header .col-xs-12 { padding: 0; }
		header .logo { /*width: 160px; margin: 8px 0 8px; padding: 0; background: none; border-radius: 0; box-shadow: none;*/ }
		header .logo .text { font-size: 32px !important; }

		html.noscroll { overflow: hidden !important; height: 100%; }
		body.noscroll { overflow: hidden !important; height: 100%; position: relative; }

		.navbar-toggler { float: left; width: 50px; height: 50px; border: none; margin: 0 5px 0 0; transition: all 0.05s linear 0s; outline: none; z-index: 110; position: relative; border-radius: 0; padding: 5px 14px; }
		.navbar-toggler:active { background: rgba(0,0,0,0.15); }

		.icon-bar { background: #94afc2; float: left; width: 100%; height: 2px; margin: 2px 0; transition: all 0.2s ease-in-out 0s; }
		.top-bar { transform: rotate(45deg); -webkit-transform: rotate(45deg); transform-origin: 10% 10%; -webkit-transform-origin: 10% 10%; }
		.middle-bar { opacity: 0; }
		.bottom-bar { transform: rotate(-45deg); -webkit-transform: rotate(-45deg); transform-origin: 10% 90%; -webkit-transform-origin: 10% 90%; }

		.collapsed .icon-bar {  }
    	.collapsed .top-bar { transform: rotate(0); -webkit-transform: rotate(0); }
    	.collapsed .middle-bar { opacity: 1; }
    	.collapsed .bottom-bar { transform: rotate(0); -webkit-transform: rotate(0); }

		#mainmenu-collapse {
			position: fixed;
			display: block !important;
			top: 0;
			width: 70%;
			padding: 55px 0 0;
			height: 100% !important;
			background: #3cad5e;
			border-top: none;
			margin: 0 !important;
			transform: translate3d(0, 0, 0);
			-webkit-transform: translate3d(0, 0, 0);
			transition: height 0.01s, transform 0.25s ease-in-out 0s !important;
			z-index: 105;
			}

		#mainmenu-collapse.disabled { transform: translate3d(-100%, 0, 0); -webkit-transform: translate3d(-100%, 0, 0); }
		#mainmenu-collapse.in { overflow-y: auto; }

		nav#mobile ul &gt; li { clear: both; float: left; width: 100%; }
		nav#mobile ul &gt; li &gt; a { float: left; width: 100%; color: #FFF; font-size: 1rem; padding: 1rem 1rem; transition: all 0.05s linear 0s; }
		nav#mobile ul &gt; li &gt; a:hover,
		nav#mobile ul &gt; li &gt; a:focus { text-decoration: none; }
		nav#mobile ul &gt; li &gt; a:active { background: rgba(0,0,0,0.2); }

		#lang_sel_list { margin: 15px 15px 0 15px; }
	}





/*
/* /*
/* Nav */
nav#main { width: 100%; height: 65px; position: absolute; top: 350px; background: #f8f9fb; box-shadow: 1px 1px 4px #ccc; }
.home nav#main { top: 550px; }

@media (max-width: 74.9em) {
    .home nav#main,
    .page nav#main {
        top: 300px;
    }
}

.navbg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; }
.menu-zwrap { background: #f8f9fb; position: absolute; top: 0; right: 0.9375rem; width: calc(100% - 1.875rem); height: 100%; z-index: -1; }

/* Sticky NAV after scrolling x pixels determined in header */
nav.sticky { position: fixed !important; top: 0 !important; left: 0; z-index: 1000; }
body.sticky { }

.mainmenu { z-index: 130; margin: 0; }
.mainmenu .menu &gt; li { float: left; list-style: none; margin: 0; position: relative; }
.mainmenu .menu &gt; li:first-child { border-left: 1px solid rgba(109, 109, 109, 0.25); }
.mainmenu .menu &gt; li:last-child { border-right: 1px solid rgba(255,255,255,0.15); }
.mainmenu .menu &gt; li &gt; a { float: left; width: 100%; text-align: center; line-height: 65px; padding: 0 2.75rem; font-size: 0.875rem; border-left: 1px solid rgba(255, 255, 255, 0.15); border-right: 1px solid rgba(109, 109, 109, 0.25); }
.mainmenu .menu &gt; li:first-child &gt; a { }
.mainmenu .menu &gt; li:last-child &gt; a { }
.mainmenu .menu &gt; li:hover &gt; a { color: #a59da1; }
.mainmenu .menu &gt; li.selected &gt; a { color: #a59da1; }
.mainmenu .menu &gt; li &gt; a:hover,
.mainmenu .menu &gt; li &gt; a:focus { text-decoration: none; }
.mainmenu .menu &gt; li.current-menu-item &gt; a { }

/* 2nd Level */
.mainmenu .menu &gt; li &gt; .sub-menu { visibility: hidden; opacity: 0; background: #FFF; position: absolute; top: 100%; left: 0; min-width: calc(100% - 1px); padding: 0; box-shadow: 0 7px 2px -5px rgba(0, 0, 0, 0.2); transition: all 0.2s ease-in-out 0s; z-index: -2; transform: translate3d(0, -14px, 0); -webkit-transform: translate3d(0, -14px, 0); }
.mainmenu .menu &gt; li.selected &gt; .sub-menu { visibility: visible; opacity: 1; transform: translate3d(0, 0, 0); -webkit-transform: translate3d(0, 0, 0); }

.mainmenu .menu &gt; li &gt; ul &gt; li { clear: both; float: left; width: 100%; list-style: none; text-align: center; padding: 0; border-bottom: 1px solid #DDD; }
.mainmenu .menu &gt; li &gt; ul &gt; li:last-child { border-bottom: none; }
.mainmenu .menu &gt; li &gt; ul &gt; li:first-child { margin-left: 0; }
.mainmenu .menu &gt; li &gt; ul &gt; li &gt; a { float: left; width: 100%; font-size: 0.875rem; line-height: 1.2 !important; padding: 8px 10px; color: #333; }

.mainmenu .menu &gt; li &gt; ul &gt; li &gt; a:hover { background: rgba(0,0,0,0.05); text-decoration: none; }

/* 3rd Level */
.sub-menu &gt; li &gt; .sub-menu { display: block; }
.sub-menu &gt; li &gt; .sub-menu &gt; li { clear: both; float: left; list-style: none; line-height: 1.4; }
.sub-menu &gt; li &gt; .sub-menu &gt; li &gt; a { color: #333; font-size: 0.813rem; }

	/* Large devices (desktops, less than 75em) */
	@media (max-width: 74.9em) {
		.mainmenu .menu &gt; li &gt; a { padding: 0 2rem; }
	}

	/* Medium devices (tablets, less than 62em) */
	@media (max-width: 61.9em) and (min-width: 48em) {
		.mainmenu .menu &gt; li &gt; a { padding: 0 1rem; }
	}

	/* Small devices (landscape phones, less than 48em) */
	@media (max-width: 47.9em) {
		.mainmenu .menu &gt; li &gt; a { padding: 0 1rem; }
	}





/*
/* /*
/* Iggo Buttons (and color versions - default is orange) */
.iggo-btn { display: inline-block; padding: 0; border: none; transition: all 0.15s ease-in-out 0s; color: #FFF; text-shadow: none; border-bottom: 1px solid rgba(0,0,0,0.3); position: relative; overflow: hidden; font-size: 0.813rem; height: 2.438rem; cursor: pointer; }
.iggo-btn::after { content:''; position: absolute; left: 0; top: 0; right: 0; bottom: 0; opacity: 0; transition: all 0.15s ease-in-out 0s; }
.iggo-btn:hover::after { opacity: 1; }

.iggo-btn &gt; .title { float: left; line-height: 2.438rem; padding: 0 1rem; text-transform: uppercase; font-weight: bold; position: relative; z-index: 1; transition: all 0.15s ease-in-out 0s; }
.iggo-btn &gt; .midline { float: right; height: 1rem; width: 1px; background: rgba(0,0,0,0.2); margin: 0.75rem 0; position: relative; z-index: 1; transition: all 0.15s ease-in-out 0s; }
.iggo-btn &gt; .fa { float: right; line-height: 2.438rem; padding: 0 1rem; position: relative; z-index: 1; transition: all 0.15s ease-in-out 0s; }

.iggo-btn:hover,
.iggo-btn:focus { text-decoration: none; color: #FFF; }

.iggo-btn:hover .title,
.iggo-btn:focus .title { }

.iggo-btn:hover .midline,
.iggo-btn:focus .midline {  }

.iggo-btn:hover .fa,
.iggo-btn:focus .fa { }

.iggo-btn { background: rgba(249,159,41,1); background: linear-gradient(to bottom, rgba(249,159,41,1) 0%,rgba(245,129,32,1) 100%); }
.iggo-btn::after { background: rgba(239,138,7,1); background: linear-gradient(to bottom, rgba(239,138,7,1) 0%,rgba(226,107,10,1) 100%); }

.iggo-btn-blue { background: rgba(0,163,240,1); background: linear-gradient(to bottom, rgba(0,163,240,1) 0%,rgba(0,149,218,1) 100%); }
.iggo-btn-blue::after { background: rgba(0,138,204,1); background: linear-gradient(to bottom, rgba(0,138,204,1) 0%,rgba(0,126,186,1) 100%); }

.iggo-btn-green { background: rgba(97,181,34,1); background: linear-gradient(to bottom, rgba(97,181,34,1) 0%,rgba(89,166,31,1) 100%); }
.iggo-btn-green::after { background: rgba(82,153,28,1); background: linear-gradient(to bottom, rgba(82,153,28,1) 0%,rgba(75,141,26,1) 100%); }

.iggo-btn-red { background: rgba(240,0,12,1); background: linear-gradient(to bottom, rgba(240,0,12,1) 0%,rgba(219,0,11,1) 100%); }
.iggo-btn-red::after { background: rgba(204,0,10,1); background: linear-gradient(to bottom, rgba(204,0,10,1) 0%,rgba(187,0,9,1) 100%); }

.iggo-btn-grey { background: rgba(145,145,145,1); background: linear-gradient(to bottom, rgba(145,145,145,1) 0%,rgba(138,138,138,1) 100%); }
.iggo-btn-grey::after { background: rgba(122,122,122,1); background: linear-gradient(to bottom, rgba(122,122,122,1) 0%,rgba(117,117,117,1) 100%); }

.iggo-btn-purple { background: rgba(120,54,102,1); background: linear-gradient(to bottom, rgba(120,54,102,1) 0%,rgba(108,48,92,1) 100%); }
.iggo-btn-purple::after { background: rgba(102,46,87,1); background: linear-gradient(to bottom, rgba(102,46,87,1) 0%,rgba(92,41,78,1) 100%); }





/*
/* /*
/* Iggo Filetype Links */
a.iconlink { padding-left: 23px; background: url("images/iggo_fileicons_16x18sprite.png") no-repeat 0px 0px; height: 18px; line-height: 18px; display: inline-block; margin: 4px 0; }

a[href$=".zip"] { background-position: 0px -500px; }
a[href$=".rar"] { background-position: 0px -700px; }
a[href$=".doc"],
a[href$=".docx"] { background-position: 0px -200px; }
a[href$=".xls"],
a[href$=".xlsx"] { background-position: 0px -400px; }
a[href$=".ppt"] { background-position: 0px -600px; }
a[href$=".jpg"],
a[href$=".png"],
a[href$=".gif"],
a[href$=".eps"] { background-position: 0px -100px; }
a[href$=".mov"],
a[href$=".avi"],
a[href$=".mkv"] { background-position: 0px -300px; }
a[href$=".pdf"] { background-position: 0px 0px; }
a[href$=".apk"] { background-position: 0px -1000px; }
a[href$=".ics"] { background-position: 0px -1100px; }
a[href$=".mp3"],
a[href$=".flac"] { background-position: 0px -800px; }





/*
/* /*
/* Colorbox */
#cboxClose { background: url("images/cbox-controls.png") no-repeat; width: 30px; height: 30px; opacity: 0.4; right: 20px; top: 20px; transition: all 0.08s linear 0s; }
#cboxClose:hover,
#cboxClose:focus { opacity: 0.6; background-position: 0 0; }
#cboxPagination { display: none !important; }

#cboxPrevious { background: url("images/cbox-controls.png") no-repeat -88px 0; opacity: 0.4; transition: all 0.08s linear 0s; width: 38px; }
#cboxPrevious:hover,
#cboxPrevious:focus { background-position: -88px 0; opacity: 0.6; }
#cboxNext { background: url("images/cbox-controls.png") no-repeat -195px 0; opacity: 0.4; transition: all 0.08s linear 0s; width: 38px; }
#cboxNext:hover,
#cboxNext:focus { background-position: -195px 0; opacity: 0.6; }
#cboxLoadedContent { border: 5px solid rgba(0, 0, 0, 0); background: #000; }
#cboxTitle { color: #FFF; top: -25px; font-size: 0.875rem; font-style: italic; }
#cboxCurrent { color: #fff; top: -25px; font-size: 0.875rem; }
#cboxOverlay { background: #111; opacity: 0.9 !important; }
#cboxContent { background: #000; }
#cboxLoadingGraphic { background: url("images/ajax-loader.png") no-repeat center center; }





/*
/* /*
/* Logo Carousel */
section#logo-carousel { background: #FFF; padding: 5.25rem 0; overflow: hidden; }

.logo-carousel { position: relative; }

.logo-carousel .sidefade { position: absolute; height: 100%; top: 0; width: 25px; z-index: 10; }
.logo-carousel .fadeleft { left: 0; background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); }
.logo-carousel .faderight { right: 0; background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); }

.logo-carousel .slick-track { display: flex; display: -webkit-flex; }
.logo-carousel .slick-slide { padding: 0 3.5rem; align-self: center; -webkit-align-self: center; }
.logo-carousel .slick-slide a { height: 100%; display: flex; display: -webkit-flex; }
.logo-carousel .slick-slide img { opacity: 1; transition: all 0.1s ease-in-out 0s; max-width: 100%; align-self: center; -webkit-align-self: center; flex: 0 0 100%; -webkit-flex: 0 0 100%; }

	@media (max-width: 135em) {
		.logo-carousel .slick-slide { padding: 0 2.75rem; }
	}

	@media (max-width: 122em) {
		.logo-carousel .slick-slide { padding: 0 2.25rem; }
	}

	@media (max-width: 110em) {
		.logo-carousel .slick-slide { padding: 0 1.75rem; }
	}

	/* Large devices (desktops, less than 75em) */
	@media (max-width: 74.9em) {
		.logo-carousel .slick-slide { padding: 0 1.625rem; }
	}

	/* Medium devices (tablets, less than 62em) */
	@media (max-width: 61.9em) {
		.logo-carousel .slick-slide { padding: 0 1.5rem; }
	}

	/* Small devices (landscape phones, less than 48em) */
	@media (max-width: 47.9em) {
	}

	/* Landscape phones only */
	@media (max-width: 47.9em) and (min-width: 34em) {
	}





/*
/* /*
/* Imagearea */
section#imagearea { height: 350px; margin-top: 0; }
.home section#imagearea { height: 550px; }
#iggoslider,
#iggoslider .single-slide,
#iggoslider .slick-list,
#iggoslider .slick-track { height: 350px; }
.home #iggoslider,
.home #iggoslider .single-slide,
.home #iggoslider .slick-list,
.home #iggoslider .slick-track { height: 550px; }

#imagearea .hippubadge { position: absolute; top: 0; right: 0.9375rem; z-index: 5; }

.slick-prev,
.slick-next { position: absolute; top: calc(50% - 68px); box-shadow: none; width: 50px; height: 140px; border: none; z-index: 3; opacity: 0.3; transition: all 0.1s ease-in-out 0s; }
.slick-prev { background: url("images/slick-arrows.png") no-repeat 10px 0px; left: 20px; }
.slick-next { background: url("images/slick-arrows.png") no-repeat 10px -160px; right: 20px; }

.slick-prev:hover { opacity: 1; background-position: 5px 0px; }
.slick-next:hover { opacity: 1; background-position: 15px -160px; }

section#imagearea { padding: 0; background: #777; }

#iggoslider { float: left; width: 100%; overflow: hidden; }
#iggoslider .single-slide { width: 100%; outline: none; background-size: cover; background-position: top center; }

.slick-dots { position: absolute; bottom: 20px; left: 0; width: 100%; text-align: center; }
.slick-dots &gt; li { display: inline-block; overflow: hidden; margin: 0 0.3rem; }
.slick-dots &gt; li &gt; button { -webkit-appearance: none; display: block; text-indent: -100px; width: 16px; height: 16px; border-radius: 16px; padding: 0; border: none; background: none; border: 2px solid #FFF; outline: none; }
.slick-dots &gt; li.slick-active &gt; button { background: #FFF; }

#iggoslider .container { display: flex; display: -webkit-flex; height: 100%; position: relative; }

.slideinfo { align-self: center; -webkit-align-self: center; color: #fff; width: 50%; padding: 0 2rem; max-width: 500px; }
.slideinfo.black { color: #000;  }
.slideinfo p { font-size: 1rem; margin-bottom: 1.25rem; }
.slideinfo .iggo-btn { margin-top: 0.375rem; margin-bottom: 1.25rem; margin-top: -0.25rem; }
.slideinfo .buttongroup a {
    background: none; display: inline-block; padding: 0.625rem 1rem; border-radius: 0; transition: all 0.15s ease-in-out 0s; color: #FFF; text-shadow: none; position: relative; overflow: hidden; font-size: 0.875rem; cursor: pointer;border: 1px solid #FFF;  }
.slideinfo.black .buttongroup a { color: #000; border-color: #000; }
.slideinfo .buttongroup a:hover, .slideinfo .buttongroup a:focus { background: #FFF; color: #333; text-decoration: none; }
.slideinfo.black .buttongroup a:hover, .slideinfo.black .buttongroup a:focus { background: #000; color: #fff; }

.single-slide .slideinfo h2 { margin-top: 1.25rem; margin-bottom: 0.5rem !important; font-size: 4.75rem; font-weight: normal; color: #fff; line-height: 1.2; font-family: 'Stalemate', sans-serif; }
.single-slide .slideinfo.black h2 { color: #000; }

	/* Slightly larger than desktop for arrow extra space */
	@media (max-width: 1300px) {
		.slick-prev,
		.slick-next { display: none !important; }
	}

	/* Large devices (desktops, less than 75em) */
	@media (max-width: 74.9em) {
		section#imagearea { height: 300px !important; margin-top: 0; }
		#iggoslider,
		#iggoslider .single-slide,
		#iggoslider .slick-list,
		#iggoslider .slick-track { height: 300px !important; }
        .slideinfo {  }
	}

	/* Medium devices (tablets, less than 62em) */
	@media (max-width: 61.9em) {
		section#imagearea { height: 300px !important; }
		#iggoslider,
		#iggoslider .single-slide,
		#iggoslider .slick-list,
		#iggoslider .slick-track { height: 300px !important; }
        .slideinfo {  }
	}

	/* Small devices (landscape phones, less than 48em) */
	@media (max-width: 47.9em) {
		section#imagearea { height: 160px !important; }
		#iggoslider,
		#iggoslider .single-slide,
		#iggoslider .slick-list,
		#iggoslider .slick-track { height: 160px !important; }
        .slideinfo { width: 100% !important; }
        .slick-dots { display: none !important; }
    }

	/* Landscape phones only */
	@media (max-width: 47.9em) and (min-width: 34em) {
	}




/*
/* /*
/* Section: Tietopommi */
section#tietopommi { clear: both; background: #E5173B; padding: 10px 0 3px; color: #FFF; text-align: center; }
section#tietopommi p { font-size: 0.875rem; margin: 0 0 8px; }
section#tietopommi p a { color: #FFF; text-decoration: underline; }




/*
/* /*
/* Logo Grid */
section#logo-grid { background: #FFF; padding: 1.75rem 0; overflow: hidden; }

.logo-grid { display: flex; display: -webkit-flex; align-items: stretch; -webkit-align-items: stretch; flex-wrap: wrap; -webkit-flex-wrap: wrap; /*width: calc(100% + 50px); margin: 0 -25px;*/ justify-content: center; -webkit-justify-content: center; }
.logo-grid .single-logo { display: flex; -webkit-display: flex; flex: 0 0 calc(100% / 2); -webkit-flex: 0 0 calc(100% / 2); max-width: calc(100% / 2); flex-basis: calc(100% /2); padding: 10px 25px; margin: auto; }
.logo-grid .logo-wrap { padding: 0; width: 100%; align-self: center; -webkit-align-self: center; box-shadow: 1px 1px 6px #ccc; }
.logo-grid .logo-wrap a { height: 100%; display: flex; display: -webkit-flex; }
.logo-grid .logo-wrap img { opacity: 1; transition: all 0.1s ease-in-out 0s; max-width: 100%; align-self: center; -webkit-align-self: center; flex: 0 0 100%; -webkit-flex: 0 0 100%; }
.logo-grid a:hover img {  }


	/* Large devices (desktops, less than 75em) */
	@media (max-width: 74.9em) {
		/*.logo-grid { margin: 0 -35px; width: calc(100% + 70px); }
		.logo-grid .single-logo { flex: 0 0 calc(100% / 3); -webkit-flex: 0 0 calc(100% / 3); max-width: calc(100% / 3); flex-basis: calc(100% /3); padding: 20px 35px; }*/
	}

	/* Medium devices (tablets, less than 62em) */
	@media (max-width: 61.9em) {
		/*.logo-grid { margin: 0 -30px; width: calc(100% + 60px); }
		.logo-grid .single-logo { padding: 10px; }*/
	}

	/* Small devices (landscape phones, less than 48em) */
	@media (max-width: 47.9em) { ... }

	/* Extra small devices (portrait phones, less than 34em) */
	@media (max-width: 33.9em) { ... }




/*
/* /*
/* SUB PAGE NAV */
section#subnav { background: #FFF; border-bottom: 1px solid #DDD; text-align: center; padding: 0.5rem 0; }
#subnav li { display: inline-block; list-style: none; margin: 0.25rem 1rem; }
#subnav li a { color: #999; }




/*
/* /*
/* WP Comments */
#comments { display: none; }




/* Section hinnat */
small.service-price-description {
    padding-left: 1rem;
    color: #9a9a9a;
}

/* Section ajanvaraus iframe */
.newframe {
    clear: both;
    float: left;
    width: 100%;
    margin-top: 16px;
}

.newframe h2 {
    font-size: 20px;
    color: #444444;
    font-family: "Lucida Grande","Lucida Sans Unicode",Tahoma,sans-serif;
    margin-top: 10px;
    margin-bottom: 10px;

}
.newframe iframe {
    width: 100% !important;
    background: #FFF;
    border: none;
}


/* Section palvelut */
section#palvelut {
    padding: 6rem 0;
}

.introtext { text-align: center; margin: 0 0 2rem; }
.introtext h2 { text-transform: uppercase; font-weight: bold; color: #2bb2d8; letter-spacing: 2px; margin-top: 0; }
.introtext p { font-size: 1rem; }

.service-list { margin: 0 -15px; display: flex; display: -webkit-flex; align-items: stretch; -webkit-align-items: stretch; flex-wrap: wrap; -webkit-flex-wrap: wrap; justify-content: center; -webkit-justify-content: center; }
.single-service { flex: 0 0 calc(100% / 4); -webkit-flex: 0 0 calc(100% / 4); max-width: calc(100% / 4); flex-basis: calc(100% / 4); padding: 15px; overflow: hidden; display: flex; display: -webkit-flex; }
.inner-service { padding: 1rem 1.25rem 0.438rem; position: relative; text-align: center; background: #FFF; }
.single-service img { height: auto; max-width: none; width: calc(100% + 2.5rem); margin: -1rem -1.25rem 1rem; opacity: 1; }
.single-service .name { font-size: 1rem; margin: 0 0 0.75rem; font-weight: bold; line-height: 1.3; text-transform: uppercase; }
.single-service .name a { color: #aaa; }
.single-service .name a:hover,
.single-service .name a:focus { text-decoration: none; }

.single-service .desc p { color: #333 !important; font-size: 0.813rem !important; color: #999; margin: 0 0 0.688rem; }
.single-service a { color: #aaa; }

	/* Large devices (desktops, less than 75em) */
	@media (max-width: 74.9em) {
	}

	/* Medium devices (tablets, less than 62em) */
	@media (max-width: 61.9em) {
		.single-service { flex: calc(100% / 3); -webkit-flex: calc(100% / 3); max-width: calc(100% / 3); flex-basis: calc(100% / 3); }
	}

	/* Small devices (landscape phones, less than 48em) */
	@media (max-width: 47.9em) {
		.single-service { flex: calc(100% / 2); -webkit-flex: calc(100% / 2); max-width: calc(100% / 2); flex-basis: calc(100% / 2); }
		.service-list { margin: 0; }
	}

	/* Extra small devices (portrait phones, less than 34em) */
	@media (max-width: 33.9em) {
		.single-service { flex: calc(100% / 1); -webkit-flex: calc(100% / 1); max-width: calc(100% / 1); flex-basis: calc(100% / 1); }
	}






/*
/* /*
/* Clean read more buttons */
.iggo-rm { display: inline-block; padding: 0.5rem 1rem 0.625rem; color: #FFF; font-size: 1rem; border-radius: 4px; transition: all 0.15s ease-in-out 0s; }
.iggo-rm:hover,
.iggo-rm:focus { text-decoration: none; color: #FFF; }

.iggo-rm-blue { background: #2A8BA5; }
.iggo-rm-blue:hover { background: #226F84; }
.iggo-rm-red { background: #AD2E24; }
.iggo-rm-red:hover { background: #8A251D; }
.iggo-rm-orange { background: #DA7228; }
.iggo-rm-orange:hover { background: #AE5B20; }



/*
/* /*
/* Frontintro section */
section#frontintro { padding: 6rem 0; margin-top: 65px; }

section#frontintro .column .fa { font-size: 4rem; margin-bottom: 2rem; color: #eb4830; }


	/* Large devices (desktops, less than 75em) */
	@media (max-width: 74.9em) {
		#frontintro .fbwrap,
		#frontintro iframe { height: 226px !important; overflow: hidden; }
	}

	/* Medium devices (tablets, less than 62em) */
	@media (max-width: 61.9em) {
		#frontintro .fbwrap,
		#frontintro iframe { height: 145px !important; overflow: hidden; }
	}

	/* Small devices (landscape phones, less than 48em) */
	@media (max-width: 47.9em) {
		section#frontintro { padding: 3rem 0; margin-top: 0; }
	}

	/* Extra small devices (portrait phones, less than 34em) */
	@media (max-width: 33.9em) {
	}





/*
/* Koulutukset rgba(120, 192, 168, 0.55)*/
section#koulutukset { position: relative;padding: 6rem 0 3.125rem;  }
section#koulutukset .color-overlay { background: linear-gradient(135deg, rgba(60, 173, 94, 0.98) 0%,rgba(60, 173, 94, 0.98) 25%,rgba(66, 159, 202, 0.93) 75%, rgba(66, 159, 202, 0.93) 100%););
    position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
#koulutukset .introtext h1 { color: #fff; }
#koulutukset .single-event { height: 200px; padding: 1rem;margin-bottom: 2rem; background: rgba(5, 5, 5, 0.4); color: #fff; text-align: center }
#koulutukset .single-event .linkwrap { margin-top: 0.5rem; }
#koulutukset .single-event .linkwrap .link { min-height: 48px; }
#koulutukset .single-event .linkwrap .link a { font-size: 0.9rem; border: none; color: #f8f9fb; }
#koulutukset .single-event .linkwrap .link a:hover { text-decoration: underline; }
#koulutukset .single-event .divider { border-top: 1px dotted #eb4839;margin: 10px 35%; }
#koulutukset .single-event .date { font-size: 21px; font-weight: bold; }
#koulutukset .single-event .place { font-size: small; }
#koulutukset .single-event .city { text-transform: uppercase; }

#koulutukset.row { margin-top: 2rem; }

/*
/* Ajankohtaista*/
section#ajankohtaista { padding: 6rem 0 3.125rem; background: rgba(165, 157, 161, 0.47); }
section#ajankohtaista .introtext h1 { text-align: left; float: left;color: #fff; }
.newslist {}
.latest-item { margin-bottom: 2rem; }
.latest-item a.title { display: block; color: #fff; font-size: large; font-weight: bold; }
.single-item { border-top: 1px solid #fff; padding: 5px; }
.single-item:last-child { border-bottom: 1px solid #fff; }
.single-item a.title { display: block; color: #fff; font-size: small; }
.single-item .date, .latest-item .date { display: block; font-size: small; }
.latest-item .post-content a.btn-link {  }


/*
/* /*
/* Content */
section#content { padding: 6rem 0 3.125rem; }
.page-id-98 section#content { text-align: center; }

#content p,
#content li { line-height: 1.5; color: #333; font-size: 0.938rem; }

#content ul,
#content ol { margin: 0 0 1rem; padding: 0; }
#content ul li,
#content ol li { margin-left: 0.9375rem; margin-bottom: 5px; }

#content a { text-decoration: none; border-bottom: 1px dashed; }
#content a:hover { text-decoration: none; border-bottom: 1px solid; }

#content table td { font-size: 0.875rem; color: #333; padding: 4px 10px; border: 1px solid #DDD; }

.subpages { clear: both; float: left; width: 100%; }
.subpages li { clear: both; float: left; width: 100%; margin: 0 !important; list-style: none; border-bottom: 1px solid #DDD; }
.subpages li:first-child { border-top: 1px solid #DDD; }
.subpages li a { border: none !important; float: left; width: 100%; text-decoration: none; padding: 5px 0; }
.subpages li a:hover,
.subpages li a:focus { background: #F5F5F5; }

.tripwrap { margin-top: 1rem; background: #FFF; text-align: center; }
.tripwrap &gt; div { display: inline-block; }
.fb-page,
.fb-page &gt; span,
.fb-page iframe { width: 100%; }
.fb-page { margin-top: -1px; }

/* Gallery */
.pgallery { clear: both; width: calc(100% + 8px); display: flex; display: -webkit-flex; align-items: stretch; -webkit-align-items: stretch; flex-wrap: wrap; -webkit-flex-wrap: wrap; margin: 0 -4px; }
.pgallery .photowrap { display: flex; -webkit-display: flex; flex: 0 0 calc(100% / 6); -webkit-flex: 0 0 calc(100% / 6); max-width: calc(100% / 6); padding: 4px; }
.pgallery a { text-align: center; padding: 5px; position: relative; text-align: center; border: 1px solid #EEE !important; background: #F5F5F5; max-width: 100%; overflow: hidden; }
.pgallery img { width: 100%; height: auto; }
.pgallery a:hover img { opacity: 0.8; }

.pgallery .title { color: #333; font-size: 0.813rem; clear: both; float: left; width: 100%; margin: 5px 0 0px; line-height: 1.4; }
.pgallery a:hover,
.pgallery a:focus { text-decoration: none; }

	/* Large devices (desktops, less than 75em) */
	@media (max-width: 74.9em) {
		.pgallery .photowrap { flex: 0 0 calc(100% / 5); -webkit-flex: 0 0 calc(100% / 5); max-width: calc(100% / 5); }
	}

	/* Medium devices (tablets, less than 62em) */
	@media (max-width: 61.9em) {
		.pgallery .photowrap { flex: 0 0 calc(100% / 4); -webkit-flex: 0 0 calc(100% / 4); max-width: calc(100% / 4); }
	}

	/* Small devices (landscape phones, less than 48em) */
	@media (max-width: 47.9em) {
		section#content { padding: 3rem 0; }
		section#pintro { padding: 1.5rem 0; }
		.pgallery a { padding: 2px; }
		.product-image .bigimage { float: none; display: inline-block; width: 100%; max-width: 50%; }
		.pgallery .photowrap { flex: 0 0 calc(100% / 3); -webkit-flex: 0 0 calc(100% / 3); }

		.product-icons { margin: 3px -1px 0; }
		.product-icons &gt; img { width: 28px; height: 28px; margin: 0 1px; }
	}

	/* Extra small devices (portrait phones, less than 34em) */
	@media (max-width: 33.9em) {
		.pgallery .photowrap { flex: 0 0 calc(100% / 2); -webkit-flex: 0 0 calc(100% / 2); max-width: calc(100% / 2); }
	}



/* NEW TinyMCE element styles - readmore links etc */
a.mce-readmore { display: inline-block; background: rgba(0,163,240,1); transition: all 0.15s ease-in-out 0s; color: #FFF; font-size: 1rem; line-height: 1.5; padding: 11px 20px; color: #FFF; margin-top: 0.75rem; border: none !important; }
a.mce-readmore:hover,
a.mce-readmore:focus { background: rgba(0,138,204,1); text-decoration: none; }

p.imagoteksti { font-size: 1rem !important; line-height: 1.8 !important; margin: 0 0 2rem; }

/* Common Repeater Block */
.twocolrep { text-align: left; }
.twocolrep hr { margin: 1rem 0 2rem; }

.rep-imagecol { width: 50%; float: right; padding: 0 0 0 1.5rem; }
.rep-imagecol img { margin: 0 0 1rem; }
.rep-textcol { width: 50%; float: left; padding: 0 1.5rem 0 0; }

.single-reprow .linebreak { clear: both; float: left; width: 100%; }

.single-reprow:nth-child(odd) .rep-imagecol { float: left; padding: 0 1.5rem 0 0; }
.single-reprow:nth-child(odd) .rep-textcol { float: right; padding: 0 0 0 1.5rem; }

	/* Small devices (landscape phones, less than 48em) */
	@media (max-width: 47.9em) {
		.rep-imagecol { width: 100%; padding: 0 !important; margin-bottom: 0.25rem; }
		.rep-textcol { width: 100%; padding: 0 !important; }
	}




/*
/* /*
/* PAGE: Ajankohtaista */
.ajankohtaista { margin-top: 1rem; }
.ajankohtaista .col-xs-12 { height: 165px;margin-bottom: 1rem; }
.ajankohtaista .date { margin-top: 10px; font-size: small; color: #808080; }
.ajankohtaista a { border-bottom: none !important; font-weight: bold; }
.ajankohtaista a.btn-link { font-weight: normal; }

.entry-date { color: #808080; font-size: small; }


/*
/* /*
/* PAGE: Vaihdokit */
.nav-tabs { margin: 2rem -0.25rem 1rem !important; border: none !important; }
.nav-tabs li { float: left; margin: 0 0.25rem !important; }
.nav-tabs li a { border: none !important; background: #EEE; color: #333 !important; border-radius: 6px !important; }
.nav-tabs li a:hover,
.nav-tabs li a:focus { background: #E0E0E0 !important; }
.nav-tabs li a.active { background: #1f3e78 !important; color: #FFF !important; }
.nav-tabs li a.active:hover,
.nav-tabs li a.active:focus { background: #1f3e78 !important; }

.page-id-30 hr { margin: 1rem 0 2rem; }

.tab-content iframe { width: 100%; height: 500px; }

	/* Small devices (landscape phones, less than 48em) */
	@media (max-width: 47.9em) {
		.nav-tabs { margin: 2rem 0 1rem !important; }
		.nav-tabs li { margin: 0.25rem 0 !important; border: none !important; }

		.tab-content iframe { height: 350px; }
	}



/*
/* /*
/* ACF Google Map */

#mapsect { padding: 3rem 0 0 0; }
.acf-map-wrap { clear: both; float: left; width: 100%; height: 100%; border-bottom: 1px solid #CCC; }
.acf-map { width: 100%;	height: 300px; border: none; margin: 0; background: #DDD !important; }
.acf-map img { max-width: inherit !important; }
.single-map { width: 100%; height: 300px; }



/*
/* /*
/* Footer */
footer { clear: both; background: #a59da1; overflow: hidden; padding: 3rem 0 5.25rem; height: 230px; position: absolute; bottom: 0; left: 0; }
footer img { margin-top: 0.5rem; }
footer p { color: #FFF; margin: 0; font-size: 0.875rem; }
footer p a { color: #FFF; }
footer p a:hover,
footer p a:focus { color: #FFF; }
footer h3 { color: #fff; font-weight: 300; font-size: 1.125rem; margin: 0 0 1rem; letter-spacing: 1px; }
footer hr { margin: 1.125rem 0 3rem; }

.footcol { float: left; margin: 0 0.9375rem; vertical-align: top; width: calc(33% - 1.875rem); }

.footerbot { height: 36px; width: 100%; background: rgba(0,0,0,0.4); position: absolute; bottom: 0px; left: 0; text-align: center; }

footer p.iggo { line-height: 36px; width: 100%; text-align: center; color: rgba(255,255,255,0.4); font-size: 0.75rem; font-weight: normal; }
footer p.iggo a { color: rgba(255,255,255,0.8); }


	/* Medium devices (tablets, less than 62em) */
	@media (max-width: 61.9em) {
	}

	/* Small devices (landscape phones, less than 48em) */
	@media (max-width: 47.9em) {
		footer { position: relative; height: auto; text-align: center; padding: 3rem 0 5rem; }
		footer p { float: none; display: inline-block; width: 100%; margin: 0 0 1rem; }
		footer p.iggo { margin: 0 !important; }
		.footcol { clear: both; float: left; width: 100%; margin: 0 0 1rem; }
		.footlogos { clear: both; float: none; display: inline-block; width: 100%; margin: 0; }
		footer .sv,
		footer .vastuu { clear: both; float: none; display: inline-block; margin: 10px 10px; }
		.footerbot { }
	}

	/* Extra small devices (portrait phones, less than 34em) */
	@media (max-width: 33.9em) {
	}






/* Images */
section img { margin: 0; max-width: 100%; height: auto; }

section .alignleft { display: inline; float: left; margin: 5px 24px 20px 0; max-width: 50%; }
section .alignright { display: inline; float: right; margin: 5px 0 20px 24px; max-width: 50%; }
section .aligncenter { clear: both; display: block; margin: 5px auto 12px;  }

.wp-caption { background: #f1f1f1; line-height: 18px; text-align: center; margin-bottom: 0; padding: 0; }
.wp-caption img { padding: 8px 8px 4px 8px; }
.wp-caption-text { margin: 1px 10px 8px; color: #666; font-size: 0.813rem; font-style: italic; }






/* Formidable */
.frm_forms { font-size: 0.875rem; text-align: left; }
.frm_forms hr { margin: 1.5rem 0 2rem; }

.frm_forms label { font-weight: normal !important; color: #333 !important; margin: 0; padding-bottom: 4px; position: relative; }
.frm_forms .frm_required { color: #333 !important; }

.frm_forms input[type="text"],
.frm_forms input[type="url"],
.frm_forms input[type="email"],
.frm_forms textarea { width: 100%; background: #F0F0F0 !important; border: none !important; border-radius: 0 !important; border-bottom: 3px solid #CCC !important; transition: all 0.15s ease-in-out 0s; margin: 0 !important; }

.frm_forms input[type="text"],
.frm_forms input[type="url"],
.frm_forms input[type="email"] { padding: 0 8px !important; height: 33px; }

.frm_forms textarea { padding: 8px !important; }

.frm_forms input[type="text"]:focus,
.frm_forms input[type="url"]:focus,
.frm_forms input[type="email"]:focus,
.frm_forms textarea:focus,
.frm_forms select:focus { border-bottom: 3px solid #bcbfbe !important; background: #F5F5F5 !important; box-shadow: none !important; }

.frm_forms .frm_checkbox input[type="checkbox"] { vertical-align: middle !important; margin-bottom: 2px !important; }

.frm_forms .frm_submit input[type="submit"] { background: #bcbfbe !important; height: 38px !important; line-height: 38px !important; text-align: center !important; padding: 0 10px !important; min-width: 120px; transition: all 0.15s ease-in-out 0s; color: #FFF !important; box-shadow: none !important; border: none !important; border-radius: 0 !important; }
.frm_forms .frm_submit input[type="submit"]:hover { background: #bcbfbe !important; }

.frm_forms .g-recaptcha iframe { border: none !important; }

.frm_forms select { width: 100%; height: 33px; padding: 0 3px !important; background: #F0F0F0; transition: all 0.15s ease-in-out 0s; margin: 0 !important; border-bottom: 3px solid #CCC !important; border-radius: 0 !important; }






/* Large devices (desktops, less than 75em)
@media (max-width: 74.9em) { ... }*/

/* Medium devices (tablets, less than 62em)
@media (max-width: 61.9em) { ... }*/

/* Small devices (landscape phones, less than 48em)
@media (max-width: 47.9em) { ... }*/

/* Extra small devices (portrait phones, less than 34em)
@media (max-width: 33.9em) { ... }*/</pre></body></html>