/*
	Theme Name: Iggo WP
	Theme URI: http://www.kipex.tv/
	Description: HTML5 and Bootstrap 4 based site
	Author: Kimmo Kovalainen
	Version: 2016 (4.5.3)
	Tags: html5, responsive, bootstrap4
*/





/*
/* /*
/* Global */
html { overflow-y: scroll; }
body { font-family: "Open Sans", Arial, Helvetica, sans-serif; padding-top: 0; display: flex; display: -webkit-flex; flex-direction: column; -webkit-flex-direction: column; min-height: 100vh; }
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; }
	}





/*
/* /*
/* Typography */
h1 { font-size: 2.25rem; font-weight: bold; color: rgb(244,145,45); margin-bottom: 1.5rem; line-height: 1.2; letter-spacing: 0px; }
h2 { font-size: 1.25rem; font-weight: bold; color: #333; margin-top: 2rem; margin-bottom: 1rem; line-height: 1.2; letter-spacing: 0px; }
h3 { font-size: 1.125rem; font-weight: bold; color: #333; margin-bottom: 1rem; line-height: 1.2; text-transform: uppercase; letter-spacing: 1px; }
h4 { font-size: 1rem; font-weight: bold; color: #333; margin-top: 2rem; margin-bottom: 0.375rem; line-height: 1.2; }

a,
a:hover,
a:focus { color: #156baf; }

.home h1.page-title { display: none; }

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; }

	/* Large devices (desktops, less than 75em) */
	@media (max-width: 74.9em) {
	}

	/* Medium devices (tablets, less than 62em) */
	@media (max-width: 61.9em) {
		h1 { font-size: 2.125rem; }
	}

	/* Small devices (landscape phones, less than 48em) */
	@media (max-width: 47.9em) {
		h1 { font-size: 2rem; letter-spacing: 2px; }
	}





/*
/* /*
/* Header */
header { height: 68px; z-index: 120; text-align: center; background: #156BAF; transition: all 0.2s ease-in-out 0s; }

.topheader { clear: both; float: left; width: 100%; }

header .logo { float: left; width: 200px; margin: 15px 0; position: relative; transition: all 0.2s ease-in-out 0s; }
header .logo img { z-index: 10; position: relative; width: 100%; height: 100%; }

.nav-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(21, 107, 175, 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); }

header .rightside { float: right; margin-top: 20px; }
header .rightside a { float: left; color: #FFF; margin: 0 0 0 16px; font-size: 0.813rem; line-height: 28px; }

.searchwrap { float: left; margin: 0 0 0 16px; }
form#searchform { }
form#searchform input[type="text"] { background: #FFF; border: 1px solid #DDD; border-radius: 0px; height: 28px; float: left; width: 160px; padding: 3px 7px; border-right: none; font-size: 0.813rem; }
form#searchform button { height: 28px; line-height: 28px; width: 28px; text-align: center; color: #FFF; text-shadow: none; border: none; float: right; background: #CCC; border-radius: 0; }
form#searchform .fa { display: block; margin-left: 1px; text-align: center; color: #FFF; font-size: 0.813rem; line-height: 28px; }

#lang_sel_list { float: right; margin: 10px 0 11px 20px !important; height: auto !important; }
#lang_sel_list ul li { margin-left: 5px !important; }
#lang_sel_list ul a { width: 23px !important; padding: 0 !important; line-height: 0 !important; background: none !important; }
#lang_sel_list img.iclflag { width: 23px !important; height: 17px !important; }

	/* Medium devices (tablets, less than 62em) */
	@media (max-width: 61.9em) and (min-width: 48em) {
		header .contactbox { margin-right: 24px; }
	}

	/* Small devices (landscape phones, less than 48em) */
	@media (max-width: 47.9em) {
		header { text-align: left; position: fixed; top: 0; left: 0; height: 50px; box-shadow: 0px 1px 3px rgba(0,0,0,0.15); }
		header .col-xs-12 { padding: 0; }
		header .rightside { width: calc(100% - 165px); margin-top: 15px; margin-right: 3px; }
		.langmenu { margin: 0 !important; }
		.langmenu li { padding: 0 6px; }
		.langmenu a { line-height: 20px; }
		header .logo { width: 150px; margin: 15px 0; }

		#lang_sel_list { margin: 0px 10px 0 !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: #FFF; 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 .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: 50px 0 0;
			height: 100% !important;
			background: #156baf;
			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 > li { clear: both; float: left; width: 100%; }
		nav#mobile ul > li > a { float: left; width: 100%; color: #EEE; padding: 1rem 1rem; border-bottom: 1px solid rgba(255,255,255,0.1); transition: all 0.05s linear 0s; font-weight: bold; }
		nav#mobile ul > li > a:hover,
		nav#mobile ul > li > a:focus { text-decoration: none; }
		nav#mobile ul > li > a:active { background: rgba(255,255,255,0.15); color: #FFF; }
	}





/*
/* /*
/* Nav */
nav#main { clear: both; float: right; width: 100%; height: 40px; position: relative; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25); }
ul#menu-main { position: relative; float: left; width: 100%; }

.navbg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; background: #F5F5F5; }
.menu-zwrap { background: #F5F5F5; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }

/* Sticky NAV after scrolling x pixels determined in header */
nav.sticky { position: fixed !important; top: 0; left: 0; z-index: 1000; }
body.sticky { margin-top: 40px; }

.mainmenu { z-index: 130; margin: 0; }
.mainmenu .menu > li { float: left; list-style: none; margin: 0; }
.mainmenu .menu > li:first-child { border-left: 1px solid rgba(0,0,0,0.25); }
.mainmenu .menu > li:last-child { border-right: 1px solid rgba(255,255,255,0.13); }
.mainmenu .menu > li > a { float: left; color: #333; line-height: 40px; padding: 0 2.125rem; font-weight: 600; font-size: 0.875rem; border-left: 1px solid rgba(255, 255, 255, 0.13); border-right: 1px solid rgba(0, 0, 0, 0.25); transition: all 0.2s ease-in-out 0s; }
.mainmenu .menu > li:hover > a { color: #333; background: #FFF; }
.mainmenu .menu > li.selected > a { color: #156baf; background: #FFF; }
.mainmenu .menu > li > a:hover,
.mainmenu .menu > li > a:focus { text-decoration: none; }
.mainmenu .menu > li.current-menu-item > a { }

/* 2nd Level */
.mainmenu .menu > li > .sub-menu { visibility: hidden; opacity: 0; background: #FFF; position: absolute; top: 100%; left: 0; width: 100%; padding: 0 0.5rem; box-shadow: 0 3px 3px 0px rgba(0, 0, 0, 0.2); border-top: 1px solid #CCC; transition: all 0.2s ease-in-out 0s; z-index: -2; transform: translate3d(0, -14px, 0); -webkit-transform: translate3d(0, -14px, 0); }
.mainmenu .menu > li.selected > .sub-menu { visibility: visible; opacity: 1; transform: translate3d(0, 0, 0); -webkit-transform: translate3d(0, 0, 0); }

.mainmenu .menu > li > ul > li { float: left; list-style: none; padding: 1rem 1rem 1.5rem; width: calc(100% / 6); }
.mainmenu .menu > li > ul > li:nth-child(7) { clear: both; }

.mainmenu .menu > li > ul > li:last-child { border-bottom: none; }
.mainmenu .menu > li > ul > li:first-child { margin-left: 0; }
.mainmenu .menu > li > ul > li > a { float: left; width: 100%; font-size: 0.875rem; line-height: 1.2 !important; padding: 8px 0 2px; color: #156baf; font-weight: 600; }

.mainmenu .menu > li > ul > li > a:hover { text-decoration: underline; }

/* 3rd Level */
.sub-menu > li > .sub-menu { display: block; }
.sub-menu > li > .sub-menu > li { clear: both; float: left; list-style: none; line-height: 1.1; margin: 3px 0; }
.sub-menu > li > .sub-menu > li > a { color: #333; font-size: 0.813rem; }

	/* Large devices (desktops, less than 75em) */
	@media (max-width: 74.9em) {
		.mainmenu .menu > li > a { padding: 0 1.875rem; }
	}

	/* Medium devices (tablets, less than 62em) */
	@media (max-width: 61.9em) and (min-width: 48em) {
		.mainmenu .menu > li > a { padding: 0 0.75rem; font-size: 0.813rem; }
		.mainmenu .menu > li > ul > li { width: calc(100% / 4); }
		.mainmenu .menu > li > ul > li:nth-child(5) { clear: both; }
		.mainmenu .menu > li > ul > li:nth-child(7) { clear: none; }
	}

	/* Small devices (landscape phones, less than 48em) */
	@media (max-width: 47.9em) {
		.mainmenu .menu > li > 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.25rem; 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 > .title { float: left; line-height: 2.25rem; padding: 0 0.875rem; position: relative; z-index: 1; transition: all 0.15s ease-in-out 0s; }
.iggo-btn > .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 > .fa { float: right; line-height: 2.25rem; 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: #156baf; }
.iggo-btn-red::after { background: #125b95; }

.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; }



/* Sidemenu */
ul.sidemenu { clear: both; float: left; width: 100%; margin: 4px 0 1rem !important; }
ul.sidemenu > li:first-child { border-top: none; margin: 0 0 10px; background: none; display: none; }
ul.sidemenu > li:first-child > a { color: #999; font-size: 24px; line-height: 32px; padding: 0; background: #FFF; }
ul.sidemenu > li:first-child.current_page_item > a { font-weight: normal; background: #FFF; }
ul.sidemenu > li:first-child.current_page_item { display: none; }
ul.sidemenu > li:first-child > a:hover,
ul.sidemenu > li:first-child > a:focus { text-decoration: none; background: none !important; }

ul.sidemenu li { list-style: none !important; }
ul.sidemenu > li { clear: both; float: left; width: 100%; padding: 0; margin: 2px 0 !important; }
ul.sidemenu > li > a { float: left; width: 100%; padding: 8px 10px; background: #156baf; color: #FFF; border-radius: 0; line-height: 18px; font-size: 14px; }
ul.sidemenu > li > a:hover,
ul.sidemenu > li > a:focus { background: #125B95; text-decoration: none; }

ul.sidemenu > li:nth-child(2) > a { border-radius: 0; }
ul.sidemenu > li:last-child > a { border-radius: 0; }
ul.sidemenu > li:last-child.current_page_item.page_item_has_children > a,
ul.sidemenu > li:last-child.current_page_ancestor.page_item_has_children > a { border-radius: 0; }

ul.sidemenu > li.current_page_item > a,
ul.sidemenu > li.current_page_ancestor > a { background: rgb(244,145,45); color: #FFF; }


/* Lvl2 */
ul.sidemenu > li > ul.children { clear: both; float: left; width: 100%; display: none; margin: 0 0 10px; background: #F5F5F5; border-radius: 0; overflow: hidden; }
ul.sidemenu > li.current_page_ancestor > ul.children,
ul.sidemenu > li.current_page_item > ul.children { display: block; }

ul.sidemenu > li > ul.children > li { clear: both; float: left; width: 100%; background: none; padding: 0; margin: 0 !important; border-top: 1px solid #DDD; }
ul.sidemenu > li > ul.children > li:first-child { border-top: none; }
ul.sidemenu > li > ul.children > li > a { float: left; width: 100%; font-size: 14px; padding: 4px 10px; color: #333; }
ul.sidemenu > li > ul.children > li > a:hover,
ul.sidemenu > li > ul.children > li > a:focus { text-decoration: none; background: rgba(0,0,0,0.05); }
ul.sidemenu > li > ul.children > li.current_page_item > a { color: #999; }

ul.sidemenu > li:last-child > ul.children { border-radius: 0; overflow: hidden; }

ul.sidemenu .page-item-501 { display: none; }


/*
/* /*
/* 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 Grid */
section#logo-grid { background: #FFF; padding: 1rem 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: 100%; margin: 0; justify-content: center; -webkit-justify-content: center; }
.logo-grid .single-logo { display: flex; -webkit-display: flex; flex: 0 0 calc(100% / 5); -webkit-flex: 0 0 calc(100% / 5); max-width: calc(100% / 5); flex-basis: calc(100% / 5); padding: 8px 60px; }
.logo-grid .logo-wrap { padding: 0; width: 100%; }
.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 .single-logo { padding: 8px 48px; }
	}

	/* Medium devices (tablets, less than 62em) */
	@media (max-width: 61.9em) {
		.logo-grid .single-logo { padding: 8px 34px; }
	}

	/* Extra small devices (portrait phones, less than 34em) */
	@media (max-width: 33.9em) {
		.logo-grid .single-logo { flex: 0 0 calc(100% / 5); -webkit-flex: 0 0 calc(100% / 5); max-width: calc(100% / 5); flex-basis: calc(100% / 5); padding: 8px 10px; }
	}





/*
/* /*
/* Imagearea */
#iggoslider,
#iggoslider .single-slide,
#iggoslider .slick-list,
#iggoslider .slick-track { height: 300px; }

.fullspacelink { width: 100%; height: 100%; float: left; }

#imagearea .sliderbadge { position: absolute; top: 0px; right: 80px; z-index: 15; border-radius: 0 0 8px 8px; overflow: hidden; background: #156BAF; transition: all 0.15s ease-in-out 0s; padding: 1rem 0.875rem 1rem 1rem; }
#imagearea .sliderbadge:hover { background: #f8931d; }

.home section#imagearea,
.home #iggoslider,
.home #iggoslider .single-slide,
.home #iggoslider .slick-list,
.home #iggoslider .slick-track { height: 420px; }

.slidebg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 30%,rgba(0,0,0,0.25) 100%); }

.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 { margin: 1.5rem 0 1rem; padding: 0; }
section#imagearea .container { position: relative; }

#iggoslider { float: left; width: 100%; overflow: hidden; }
#iggoslider .single-slide { width: 100%; outline: none; background-size: cover; background-position: center center; }

.slick-dots { position: absolute; bottom: 20px; left: 0; width: 100%; text-align: center; }
.slick-dots > li { display: inline-block; overflow: hidden; margin: 0 0.3rem; }
.slick-dots > li > button { -webkit-appearance: none; display: block; text-indent: -100px; width: 16px; height: 16px; border-radius: 16px; padding: 0; border: none; background: none; border: 1px solid #FFF; outline: none; }
.slick-dots > li.slick-active > button { background: #FFF; }

#iggoslider .slick-dots { display: none !important; }

#iggoslider .container { display: flex; display: -webkit-flex; height: 100%; position: relative; padding: 0; }

.slideinfo { align-self: flex-end; -webkit-align-self: flex-end; color: #333; width: 100%; padding: 0 3rem 0.25rem 3rem; background: rgba(0,0,0,0.5); }

.slideinfo .buttongroup { display: flex; display: -webkit-flex; align-items: stretch; -webkit-align-items: stretch; flex-wrap: wrap; -flex-wrap: wrap; margin: 0 -5px 0.938rem; }
.buttongroup > .sbwrap { flex: 0 0 50%; -webkit-flex: 0 0 50%; }
.sbwrap > a { width: calc(100% - 5px); margin: 0 5px; }

.slideinfo h2 { margin-top: 1.25rem; margin-bottom: 0.5rem !important; font-size: 1.625rem; font-weight: 600; color: #FFF; text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4); }
.slideinfo p { color: #FFF; font-size: 0.938rem; margin-bottom: 1rem; text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4); }
.slideinfo .iggo-btn { clear: both; float: left; margin-bottom: 5px; }


	/* 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) {
		.slideinfo { max-width: none; }

		section#imagearea,
		#iggoslider,
		#iggoslider .single-slide,
		#iggoslider .slick-list,
		#iggoslider .slick-track { height: 400px; }

		.home section#imagearea,
		.home #iggoslider,
		.home #iggoslider .single-slide,
		.home #iggoslider .slick-list,
		.home #iggoslider .slick-track { height: 400px; }
	}

	/* Medium devices (tablets, less than 62em) */
	@media (max-width: 61.9em) {
		.slideinfo { width: 100%; }

		section#imagearea,
		#iggoslider,
		#iggoslider .single-slide,
		#iggoslider .slick-list,
		#iggoslider .slick-track { height: 350px; }

		.home section#imagearea,
		.home #iggoslider,
		.home #iggoslider .single-slide,
		.home #iggoslider .slick-list,
		.home #iggoslider .slick-track { height: 350px; }
	}

	/* Small devices (landscape phones, less than 48em) */
	@media (max-width: 47.9em) {
		section#imagearea,
		#iggoslider,
		#iggoslider .single-slide,
		#iggoslider .slick-list,
		#iggoslider .slick-track { height: 250px; }
		.slideinfo { width: 100%; text-align: center; padding: 0 1rem 2.5rem; }
		.slideinfo p { font-size: 0.938rem; }
		.slideinfo .buttongroup { display: none; }
		.slideinfo h2 { font-size: 1.25rem; }

		.home section#imagearea,
		.home #iggoslider,
		.home #iggoslider .single-slide,
		.home #iggoslider .slick-list,
		.home #iggoslider .slick-track { height: 250px; }
	}

	/* Landscape phones only */
	@media (max-width: 47.9em) and (min-width: 34em) {
	}





/*
/* /*
/* WP Comments */
#comments { display: none; }






/*
/* /*
/* Content */
section#content { flex: 1 1 auto; -webkit-flex: 1 1 auto; padding: 1.5rem 0 2rem; }
.single section#content { text-align: left; padding: 3rem 0 2.125rem; }
.home section#content { padding: 4rem 0 2rem; }
.search section#content { text-align: left; }

#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: 8px; }

#content table td { font-size: 0.875rem; color: #333; padding: 4px 10px; border: 1px solid #DDD; }

.notification { background: #156baf; color: #FFF; padding: 1rem 1rem 0 1rem; clear: both; float: left; width: 100%; text-align: center; margin: 0 0 1.75rem; }
#content .notification p { color: #FFF; }

.secondcontent { text-align: left; }

/* 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: 0.813rem; height: 2.5rem; line-height: 2.5rem; padding: 0 1.25rem; color: #FFF; font-size: 0.875rem; font-weight: bold; text-transform: uppercase; }
a.mce-readmore:hover { 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; }

	/* Medium devices (tablets, less than 62em) */
	@media (max-width: 61.9em) {
		#content p,
		#content li { font-size: 0.875rem; }
	}

	/* 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; }

		section#content { padding: 2rem 0; }
	}




/*
/* /*
/* PAGE: Etusivu */



/* BREAKTEXT */
section#breaktext { text-align: center; padding: 1.5rem 0; }
#breaktext h2 { margin: 0; }


/* FRONTB */
section#frontb { padding: 1rem 0; }
.blist { 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; margin: 0 -16px; }

.bframe { display: flex; -webkit-display: flex; flex-wrap: wrap; -webkit-flex-wrap: wrap; flex: 0 0 calc(100% / 5); -webkit-flex: 0 0 calc(100% / 5); max-width: 20%; flex-basis: calc(100% / 5); padding: 8px 16px; position: relative; }
.bframe > a { float: left; width: 100%; background-color: #156baf; background-size: auto 65%; background-position: center center; background-repeat: no-repeat; height: 133px; transition: all 0.15s ease-in-out 0s; }
.bframe > a:hover { background-color: rgb(244,145,45); }

.bframe .innerlink { align-self: center; width: 100%; padding: 0 1rem; text-align: center; }
.bframe .innerlink > a { background: none; }
.bframe .innerlink > a:hover { text-decoration: none; color: #333; background: none; }
.bframe .btitle { clear: both; float: left; width: 100%; color: #333; font-size: 1rem; line-height: 1.2; margin-top: 8px; letter-spacing: 0px; font-weight: 600; }

	/* Medium devices (tablets, less than 62em) */
	@media (max-width: 61.9em) {
		.bframe { flex: 0 0 calc(100% / 3); -webkit-flex: 0 0 calc(100% / 3); max-width: 33.333333%; flex-basis: calc(100% / 3); }
	}

	/* Small devices (landscape phones, less than 48em) */
	@media (max-width: 47.9em) {
		.blist { margin: 0; }
		.bframe { flex: 0 0 calc(100% / 2); -webkit-flex: 0 0 calc(100% / 2); max-width: 50%; flex-basis: calc(100% / 2); }
		.bframe .btitle { font-size: 0.875rem; }
	}


/* BLUEBANNER */
section#bluebanner { padding: 1rem 0; }
.fullblue { display: flex; display: -webkit-flex; align-items: stretch; -webkit-align-items: stretch; }
.fullblue .leftside { float: left; width: 50%; background: #156baf; padding: 3rem 4rem 2rem; }
.fullblue .leftside p { color: #FFF; font-size: 1.125rem; }
.fullblue .leftside img { margin: 0 auto 1rem; }
.fullblue .rightside { float: right; width: 50%; background-size: cover; }

	/* Small devices (landscape phones, less than 48em) */
	@media (max-width: 47.9em) {
		.fullblue .leftside { padding: 2rem 2rem 1rem; width: 70%; }
		.fullblue .leftside p { font-size: 0.875rem; }
		.fullblue .rightside { width: 30%; }
	}




/* PRODUCT FEATS */
section#productfeats { padding: 1.5rem 0; }
#productfeats h2 { text-align: center; margin: 0; padding: 1.5rem 0 0; background: #F0F0F0; }

.prodlist { 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; margin: 0; padding: 1rem; background: #F0F0F0; }
.single-product { display: flex; -webkit-display: flex; flex-wrap: wrap; -webkit-flex-wrap: wrap; flex: 0 0 calc(100% / 4); -webkit-flex: 0 0 calc(100% / 4); max-width: calc(100% / 4); flex-basis: calc(100% / 4); padding: 8px 16px; }
.single-product > a { background: #FFF; overflow: hidden; position: relative; width: 100%; padding: 3.25rem 0rem 6rem 0rem; }
.single-product > a:hover,
.single-product > a:focus { text-decoration: none; }

.pricewrap { padding: 2rem 1rem 1rem 1rem; position: absolute; bottom: 0; left: 0; width: 100%; }
.single-product.blue .pricewrap { background: #FFF url("images/star-orange.png") no-repeat top center / cover; }
.single-product.orange .pricewrap { background: #FFF url("images/star-blue.png") no-repeat top center / cover; }

#productfeats .title { display: block; color: #333; font-weight: 600; font-size: 1rem; text-align: center; padding: 0 0.5rem; }
#productfeats .desc { display: block; font-size: 0.813rem; color: #999; text-align: center; padding: 0 0.5rem; }
#productfeats .imagewrap { display: block; text-align: center; width: 100%; padding: 0.875rem 1rem; }
#productfeats img { display: inline-block; }
#productfeats .price { display: block; color: #FFF; font-weight: bold; font-size: 1.25rem; text-align: center; }
#productfeats .priceinfo { display: block; font-size: 0.813rem; text-align: center; color: #FFF; }

#productfeats .colordesc { width: 100%; height: 34px; line-height: 34px; text-align: center; color: #FFF; font-size: 0.813rem; position: absolute; top: 0; left: 0; transition: all 0.15s ease-in-out 0s; transform: translate3d(0, 0, 0); -webkit-transform: translate3d(0, 0, 0); }
.single-product.blue .colordesc { background: #00ADF1; }
.single-product.orange .colordesc { background: #F8931D; }

#productfeats a:hover .colordesc {  }

#productfeats .hoverinfo { position: absolute; left: 0; bottom: -34px; height: 34px; line-height: 34px; width: 100%; background: #00ADF0; color: #FFF; font-size: 0.813rem; text-align: center; transition: all 0.15s ease-in-out 0s; transform: translate3d(0, 0, 0); -webkit-transform: translate3d(0, 0, 0); }
#productfeats a:hover .hoverinfo { transform: translate3d(0, -34px, 0); -webkit-transform: translate3d(0, -34px, 0); }


	/* Medium devices (tablets, less than 62em) */
	@media (max-width: 61.9em) {
		.single-product { flex: 0 0 calc(100% / 3); -webkit-flex: 0 0 calc(100% / 3); max-width: calc(100% / 3); flex-basis: calc(100% / 3); }
		.single-product:last-child { display: none; }
	}

	/* Small devices (landscape phones, less than 48em) */
	@media (max-width: 47.9em) {
		.single-product { flex: 0 0 calc(100% / 1); -webkit-flex: 0 0 calc(100% / 1); max-width: calc(100% / 1); flex-basis: calc(100% / 1); }
		.single-product:nth-child(3),
		.single-product:nth-child(4) { display: none; }
	}




/* NEWS CAROUSEL */
section#news-carousel { padding: 1rem 0; }
.news-cycle { background: #156baf; width: 100%; padding: 1rem 1rem 3.5rem 1rem; }
.news-cycle li { text-align: center; }
.news-cycle li a { display: block; color: #FFF; font-size: 1rem; }
.news-cycle li .date { clear: both; display: block; color: rgba(255,255,255,0.65); font-size: 0.813rem; line-height: 1.4; font-style: italic; }


section#news { clear: both; padding: 3rem 0 3.75rem; background: #30709E url("images/bg_news.jpg") no-repeat center center / cover; }

.featured-list { 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; margin: 0 -1rem; }

.featured-item { flex: 0 0 25%; -webkit-flex: 0 0 25%; position: relative; padding: 0 1rem; display: flex; }
.featured-item .linkcontent { width: 100%; background: #FFF; text-align: center; position: relative; z-index: 10; transition: all 0.15s ease-in-out 0s; padding: 1rem; }
.datewrap { display: inline-block; text-align: center; width: 100%; }
.datewrap .logoicon { width: 20px; height: auto; margin: 0 0 5px; }
.datewrap .date { display: inline-block; clear: both; width: 100%; margin: 0 0 8px; color: #999; font-size: 0.813rem; font-style: italic; }
.featured-item .innerlink { align-self: center; width: 100%; padding: 0 1rem; }
.featured-item .topic { display: inline-block; color: #333; font-size: 1rem; font-weight: bold; line-height: 1.3; margin-bottom: 8px; }
.featured-item .excerpt { display: inline-block; color: #333; font-size: 0.813rem; line-height: 1.4; margin: 0 0 0.75rem; }

section#social { padding: 0; }
#social iframe { float: left; width: 100%; margin: 0; padding: 0; }

	/* Large devices (desktops, less than 75em) */
	@media (max-width: 74.9em) {
		.featured-item .topic { font-size: 0.938rem; }
	}

	/* Medium devices (tablets, less than 62em) */
	@media (max-width: 61.9em) {
		.featured-item { flex: 0 0 50%; -webkit-flex: 0 0 50%; padding: 0.5rem 0.5rem; }
		.featured-list { margin: 0 -0.5rem; }
	}

	/* Small devices (landscape phones, less than 48em) */
	@media (max-width: 47.9em) {
		.featured-item { flex: 0 0 100%; -webkit-flex: 0 0 100%; }
	}



/* News List */
ul.news-list {  }
.news-list li { clear: both; float: left; width: 100%; border-bottom: 1px solid #DDD; list-style: none; margin: 0 !important; padding: 5px 0 !important; }
.news-list li:first-child { border-top: 1px solid #DDD; }
.news-list li > a { float: left; width: calc(100% - 80px); }
.news-list li > .date { float: right; width: 80px; color: #999; font-style: italic; font-size: 0.875rem; text-align: right; }



/* 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: 4px; position: relative; text-align: left; border: 1px solid #DDD; }
.pgallery img { width: 100%; height: auto; }
.pgallery a:hover img { opacity: 0.8; }


	/* Medium devices (tablets, less than 62em) */
	@media (max-width: 61.9em) {
		.pgallery .photowrap { flex: 0 0 calc(100% / 5); -webkit-flex: 0 0 calc(100% / 5); max-width: calc(100% / 5); }
	}

	/* Small devices (landscape phones, less than 48em) */
	@media (max-width: 47.9em) {
		.nav-tabs .nav-item { width: 100%; margin: 0 0 1px !important; }
		.nav-tabs .nav-item > a { border: 1px solid #DDD !important; color: #85388d; }
		.nav-tabs .nav-item .active { border: 1px solid #156baf !important; }

		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% / 5); -webkit-flex: 0 0 calc(100% / 5); }

		.product-icons { margin: 3px -1px 0; }
		.product-icons > img { width: 28px; height: 28px; margin: 0 1px; }
	}


/* PAGE: Galleria */
section#gallery { background: #FFF; flex: 1 1 auto; -webkit-flex: 1 1 auto; padding: 4rem 0 3.125rem; }

.ftsocial { display: inline-block; margin: 0 0 1rem; }
.ftsocial a { clear: both; display: block; color: #FFF; }
.ftsocial .fa { margin-right: 7px; }

#accordion {}
#accordion .panel { clear: both; box-shadow: none; border: none; }
#accordion .panel-heading { background: #F5F5F5; border: none; border-radius: 0; padding: 0; transition: all 0.15s linear 0s; }
#accordion .panel-collapse { clear: both; }
#accordion .panel-body { border: none; padding: 16px 0 16px 49px; }

#accordion .panel:hover .panel-heading { background: #F0F0F0; }

#accordion h4.panel-title { line-height: 40px; height: 40px; overflow: hidden; margin: 0 0 1px; }
#accordion h4.panel-title > a { width: 100%; display: inline-block; }
#accordion h4.panel-title > a .title { color: #333; }
#accordion .plusicon { background: #000; color: #FFF; transition: all 0.15s linear 0s; width: 40px; height: 40px; line-height: 40px; float: left; text-align: center; font-size: 14px; }
#accordion .plusicon .fa { transform: rotate(45deg); -webkit-transform: rotate(45deg); transition: all 0.15s linear 0s; }
#accordion h4 a .title { float: left; width: calc(100% - 40px); padding-left: 10px; font-weight: normal; }

#accordion h4 a.collapsed .plusicon { background: #156baf; }
#accordion .collapsed .plusicon .fa { transform: rotate(0deg); -webkit-transform: rotate(0deg); }
#accordion h4 a.collapsed .title { color: #888; }

#accordion h4.panel-title > a:hover .plusicon { background: #000; }
#accordion h4.panel-title > a:hover .title { color: #333; }

.galdesc { font-style: italic; color: #999; padding-left: 1px; margin-bottom: 1.25rem; }

.unigallery { display: flex; display: -webkit-flex; align-items: stretch; -webkit-align-items: stretch; flex-wrap: wrap; -flex-wrap: wrap; }
.unigallery a { position: relative; border-top: 1px solid #FFF; border-left: 1px solid #FFF; flex: 0 0 calc(100% / 8); -webkit-flex: 0 0 calc(100% / 8); }
.unigallery img { width: 100%; float: left; }
.unigallery a .iginfo { background: rgba(0, 0, 0, 0.15); }
.unigallery a:hover .iginfo { background: rgba(0, 0, 0, 0.0); }

.video-set { display: flex; display: -webkit-flex; align-items: stretch; -webkit-align-items: stretch; flex-wrap: wrap; -flex-wrap: wrap; margin: 32px -10px 6px -10px; }
.video-col { flex: 0 0 calc(100% / 3); -webkit-flex: 0 0 calc(100% / 3); flex-basis: calc(100% / 3); max-width: calc(100% / 3); padding: 10px; }
.video-col .embed-container { width: 100%; }

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


	/* Large devices (desktops, less than 75em) */
	@media (max-width: 74.9em) {
		.unigallery a { flex: 0 0 calc(100% / 6); -webkit-flex: 0 0 calc(100% / 6); }
	}

	/* Medium devices (tablets, less than 62em) */
	@media (max-width: 61.9em) {
		.unigallery a { flex: 0 0 calc(100% / 6); -webkit-flex: 0 0 calc(100% / 6); }
	}

	/* Small devices (landscape phones, less than 48em) */
	@media (max-width: 47.9em) {
		.unigallery a { flex: 0 0 calc(100% / 4); -webkit-flex: 0 0 calc(100% / 4); }
	}

	/* Extra small devices (portrait phones, less than 34em) */
	@media (max-width: 33.9em) {
		.unigallery a { flex: 0 0 calc(100% / 3); -webkit-flex: 0 0 calc(100% / 3); }
	}




/*
/* /*
/* PAGE: Single article */
#content .fullwidth-content { float: left; width: 100%; padding: 0; text-align: left; }

.fullwidth-content h2 { margin-top: 2rem; }
.fullwidth-content h3 { margin-top: 2rem; }

section#metainfo {  padding: 0.75rem 0 2rem; text-align: center; }
#metainfo .entry-date { clear: both; float: left; width: 100%; color: #999; font-size: 0.875rem; font-style: italic; margin-top: -6px; }

section#archive { background: #F0F0F0; padding: 3rem 0; }
section#archive h2 { color: #999; text-align: center; }

ul.ajankohtaista { width: 100%; column-count: 2; column-gap: 4rem; -moz-column-count: 2; -moz-column-gap: 4rem; -webkit-column-count: 2; -webkit-column-gap: 4rem; }
.ajankohtaista li { clear: both; display: inline-block; width: 100%; list-style: none; border-top: 1px solid #DDD; font-size: 0; line-height: 0; vertical-align: top; }
.ajankohtaista li a { float: left; width: 100%; padding: 3px 0; font-size: 0.875rem; line-height: 1.5; }
.ajankohtaista li a:hover { background: rgba(0,0,0,0.05); }
.ajankohtaista .topic { float: left; max-width: calc(100% - 90px); }
.ajankohtaista .date { float: right; color: #888; font-style: italic; }

	/* Small devices (landscape phones, less than 48em) */
	@media (max-width: 47.9em) {
		section#archive { padding: 3rem 0 3.5rem; }
		ul.ajankohtaista { column-count: 1; column-gap: 0rem; -moz-column-count: 1; -moz-column-gap: 0rem; -webkit-column-count: 1; -webkit-column-gap: 0rem; }
	}





/*
/* /*
/* PAGE: Jälleenmyyjät */
.storelist { display: flex; display: -webkit-flex; align-items: stretch; -webkit-align-items: stretch; flex-wrap: wrap; -webkit-flex-wrap: wrap; }
.singlestore { flex: 0 0 25%; -webkit-flex: 0 0 25%; max-width: 25%; overflow: hidden; margin: 0 0 1rem; }

.storewrapper { display: flex; display: -webkit-flex; align-items: stretch; -webkit-align-items: stretch; flex-wrap: wrap; -webkit-flex-wrap: wrap; margin: 0 -10px; }
.store-group { flex: 0 0 calc(100% / 4); -webkit-flex: 0 0 calc(100% / 4); flex-basis: calc(100% / 4); max-width: calc(100% / 4); padding: 0 10px; }


/* PAGE: VERKKOKAUPPA */
a.vklogin {  padding: 7px 12px; background-color: #F4912D; font-size: 16px; color: #FFF; font-weight: bold; }

/* Accordion */
.accordionwrap {  }
.accordionwrap h2 { margin-bottom: 5px; border-bottom: 1px solid #DDD; padding-bottom: 10px; }
.accordionwrap #accordion { margin: 0 0 20px; }

.accordion {}
.accordion .panel { box-shadow: none; border: none; }
.accordion .panel-heading { background: #F5F5F5; border: none; border-radius: 0; padding: 0; transition: all 0.15s linear 0s; -webkit-transition: all 0.15s linear 0s; }
.accordion .panel-collapse { clear: both; }
.accordion .panel-body { border: none; padding: 5px 0 5px 38px; }

.accordion .panel:hover .panel-heading { background: #F0F0F0; }

.accordion h4.panel-title { line-height: 40px; height: 40px; overflow: hidden; margin: 4px 0; }
.accordion h4.panel-title > a { width: 100%; display: inline-block; }
.accordion h4.panel-title > a .title { color: #333; }
.accordion h4 a .plusicon { background: #3c1a40; color: #FFF; transition: all 0.15s linear 0s; -webkit-transition: all 0.15s linear 0s; width: 30px; height: 40px; line-height: 36px; font-size: 16px; float: left; text-align: center; margin-right: 8px; }
.accordion h4 a .title { float: left; width: calc(100% - 38px); font-size: 0.938rem; }

.accordion h4 a.collapsed .plusicon { background: #156baf; }
.accordion h4 a.collapsed .title { color: #333; }

.accordion h4.panel-title > a:hover .plusicon { background: #3c1a40; }
.accordion h4.panel-title > a:hover .title { color: #333; }



	/* Medium devices (tablets, less than 62em) */
	@media (max-width: 61.9em) {
		.singlestore { flex: 0 0 calc(100% / 3); -webkit-flex: 0 0 calc(100% / 3); max-width: calc(100% / 3); }
		.store-group { flex: 0 0 calc(100% / 2); -webkit-flex: 0 0 calc(100% / 2); flex-basis: calc(100% / 2); max-width: calc(100% / 2); }
	}

	/* Extra small devices (portrait phones, less than 34em) */
	@media (max-width: 33.9em) {
		.singlestore { flex: 0 0 50%; -webkit-flex: 0 0 50%; max-width: 50%; }
	}





/*
/* /*
/* ACF Google Map */
.acf-map-wrap { width: 100%; height: 100%; }
.acf-map { width: 100%;	height: 100%; border: none; margin: 0; background: #2B2B2B !important; }
.acf-map img { max-width: inherit !important; }

	/* Medium devices (tablets, less than 62em) */
	@media (max-width: 61.9em) {
		.acf-map { margin-bottom: 0.75rem; }
	}





/*
/* /*
/* Footer */
footer { background: #156baf; padding: 2rem 0; clear: both; overflow: hidden; position: relative; }

footer .cboxes { width: 100%; clear: both; float: left; }
footer .contactbox { float: left; padding: 0 2rem; vertical-align: top; }
footer .contactbox:first-child { padding-left: 0; }
footer .contactbox:last-child { padding-right: 0; float: right; }
footer .contactbox { text-align: left; }
footer .contactbox p { clear: both; float: left; width: 100%; color: #FFF; }

footer .contactbox:last-child { text-align: center; }
footer .nordic { clear: both; display: block; border: 3px solid; }
footer .liki { clear: both; display: block; max-width: 92px; margin: 2rem auto 0; }

footer h3 { color: #FFF; margin: 0 0 1rem; text-transform: none; font-size: 1rem; font-weight: 600; letter-spacing: 0; }
footer p { font-size: 0.813rem; }
footer p a,
footer p a:hover,
footer p a:focus { color: #FFF; }

footer ul { margin: 0; }
footer li { clear: both; float: left; width: 100%; list-style: square; color: #42CBFF; margin: 0 0 0.5rem; font-size: 1rem; font-weight: 600; line-height: 1.2; }
footer li a { color: #FFF; }
footer li a:hover,
footer li a:focus { color: #FFF; }

footer .fblink { color: #FFF; font-size: 2.25rem; line-height: 1; }

	/* Medium devices (tablets, less than 62em) */
	@media (max-width: 61.9em) {
	}

	/* Small devices (landscape phones, less than 48em) */
	@media (max-width: 47.9em) {
		footer { text-align: center; padding: 2rem 0 0.5rem; }
		footer .contactbox { text-align: center; clear: both; float: left; width: 100%; padding: 0 0 2rem; }
		footer .contactbox ul { display: inline-block; }
	}






/* 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 #156baf !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: #156baf !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: #125b95 !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; }