/*Theme Name: Kiska Perus
Theme URI: http://adkioski.com/
Author: Jani Mikkola
Author URI: http://adkioski.com/
Description: Advertising Kioski -perusteema
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kiska-perus
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Kiska Perus is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}
#colophon {
	padding: 10px 0;
	/*margin-top: 30px;*/
}
audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

.sisaltolinkki-teksti a {
	text-decoration: none;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: .45rem 0px;
	padding: 0 5px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

legend {
    width: auto;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

a:active,
a:hover {
	outline: 0;
	cursor: pointer;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
    outline: -webkit-focus-ring-color auto 0px;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}
.ccf-form-wrapper .field select {
    width: 100%;
}
.ccf-form-wrapper .field select option {
    height: 3rem;
}
.ccf-form-wrapper .field textarea {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 0;
}
.ccf-form-wrapper .error {
    color: red;
    float: left;
    font-size: 0.85rem;
    margin-top: 0.85rem;
    font-weight: 700;
    margin-bottom: 2rem !important;
}
.form-submit input, .login-submit input {
	border: 0;
    padding: 1rem 1rem;
}
.form-upload input {
	height: auto;
	-webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,0.075);
    box-shadow: inset 0 0px 0px;
    padding-left: 0;
}
input[type="button" i], 
input[type="file" i]::-webkit-file-upload-button {
	padding: 0.5rem 1rem;
}
.field-description.help-block.text-muted {
	font-size: 0.85rem;
	color:#000;
}
input[type="file"]:focus, 
.bootstrap-select .dropdown-toggle:focus, 
.dropdown-menu li, input[type="button"] {
    outline: 0px auto -webkit-focus-ring-color !important;
}
.bootstrap-select {
	position: relative;
	height: auto;
}
.required {
	display: none;
}
.field-required .main-label:after {
	content: '*';
	color:red;
}
form .dropdown-menu ul li, 
.dropdown.open .dropdown-menu li, 
.dropup.open .dropdown-menu li {
	margin-bottom: 0;
}
form .dropdown-menu ul li a, 
.dropdown.open .dropdown-menu li a, 
.dropup.open .dropdown-menu li a {
	margin-bottom: 0;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	text-decoration: none;
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
    margin-top: -5px;
}
form .dropdown-menu>li>a:hover, 
form .dropdown-menu>li>a:focus,
.dropdown.open .dropdown-menu li a:hover, 
.dropdown.open .dropdown-menu li a:focus,
.dropup.open .dropdown-menu li a:hover, 
.dropup.open .dropdown-menu li a:focus {
    text-decoration: none;
    outline: none;
}
.bootstrap-select .dropdown-menu.open {
	padding: 0;
    top: 96%;
    border: 1px solid #000;
    border-radius: 0;
}
.dropdown.open .dropdown-menu {
	padding: 0;
    top: 95%;
    border: 1px solid #000;
}
.dropup.open .dropdown-menu {
	padding: 0;
    border: 1px solid #000;
}
.login-submit input {
	border: 0;
    padding: 0.5rem 1rem;
}
input[type="search"], 
input[type="text"], 
input[type="password"] {
	height: 3rem;
}
.login-form label {
	display: block;
}
.search-submit {
    border-width: 0px;
    padding: 0.75rem 1.5rem;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a:focus {
	outline: 0;
}
a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
header {
	position: fixed;
	z-index: 9999;
	left: 0;
    right: 0;
    top: 0;
}
.icon-bar-1, 
.icon-bar-2, 
.icon-bar-3, 
#site-navigation,
.site-branding,
#masthead,
.menu-toggle,
.reservation-container,
#secondary-navigation {
	-webkit-transition: all .3s ease;
     -moz-transition: all .3s ease;
       -o-transition: all .3s ease;
      -ms-transition: all .3s ease;
          transition: all .3s ease;
}

.test-nav {
	-webkit-transition: all .3s cubic-bezier(0.45, 0.05, 0.99, 0.56);
     -moz-transition: all .3s cubic-bezier(0.45, 0.05, 0.99, 0.56);
       -o-transition: all .3s cubic-bezier(0.45, 0.05, 0.99, 0.56);
      -ms-transition: all .3s cubic-bezier(0.45, 0.05, 0.99, 0.56);
          transition: all .3s cubic-bezier(0.45, 0.05, 0.99, 0.56);
}
.nosto-module-bg,
.reservation-menu-container  {
	-webkit-transition: all .6s ease;
     -moz-transition: all .6s ease;
       -o-transition: all .6s ease;
      -ms-transition: all .6s ease;
          transition: all .6s ease;
}
.menu-toggle .icon-bar {
    width: 17px;
    height: 3px;
    border-radius: 1px;
    display: block;
    margin: 0 auto;
}
/*.main-navigation.toggled .menu-toggle .icon-bar-1 {
	transform: translate(0px, 5px) rotate(45deg);
}
.main-navigation.toggled .menu-toggle .icon-bar-2 {
	opacity: 0;
}
.main-navigation.toggled .menu-toggle .icon-bar-3 {
	transform: translate(0px, -7px) rotate(-45deg);
}*/
.menu-toggle .icon-bar+.icon-bar {
    margin-top: 3px;
}
.menu-toggle {
	padding: 28px 20px 25px;
    border: 0px solid transparent;
    border-radius: 0;
    position: relative;
    float: right;
    margin-right: 15px;
    background-color: transparent;
    background-image: none;
    outline: -webkit-focus-ring-color auto 0px;
    outline: none !important;
}
.site-header.toggled .menu-toggle,
.site-header.fixed-nav .menu-toggle {
	padding: 18px 20px 10px;
}

#blog-2 .site-header.toggled .menu-toggle, 
#blog-2 .site-header.fixed-nav .menu-toggle {
    padding: 18px 23px 10px;
}
.header-info {
	display: inline-block;
    color: #fff;
}
.reservation-container {
	font-family: 'BioRhyme', serif;
	background: #f5c000;
    position: fixed;
    width: 150px;
    right: 0;
    top: 0;
    text-align: center;
    padding: 32px 0;
    font-weight: 700;
    z-index: 9999;
}
#reservation-menu {
	list-style: none;
	padding:7.5px;
	margin: 0;
	width: 100%;
	display: flex;
}
.mega-image {
	height: 17vw;
    background-size: cover;
    background-position: center;
    position: relative;
    max-height: 250px;
}
#reservation-menu li {
	padding: 7.5px;
	margin-bottom: 0;
	flex-grow: 1;
	flex-basis: 25%;
}
.menu-tee-varaus-container {
	/*max-width: 1160px;*/
	margin: 0 auto;
}
.reservation-menu-container {
	position: fixed;
	background-color: #fff;
	left: 0;
    right: 0;
    height: 0;
    z-index: 0;
    top: 103px;
    overflow: hidden;
    opacity: 0;

    -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.29);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.29);
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.29);
}
.reservation-menu-container.fixed-nav {
    top: 57px;
}
/* Reservation menu - Hotellinx versio */
.reservation-hotellinx-container {
	font-family: 'BioRhyme', serif;
	-webkit-transition: background-color 0.25s linear;
	-moz-transition: background-color 0.25s linear;
	-o-transition: background-color 0.25s linear;
	transition: background-color 0.25s linear;
	background: #f5c000;
    position: fixed;
    width: 150px;
    right: 0;
    top: 0;
    text-align: center;
    padding: 0;
    font-weight: 700;
    z-index: 9999;
}
.reservation-hotellinx-container:hover {
	background: #ffcf22;
}
.reservation-hotellinx-container ul,
.reservation-hotellinx-container li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.reservation-hotellinx-container a,
.reservation-hotellinx-container a:hover,
.reservation-hotellinx-container a:active,
.reservation-hotellinx-container a:focus {
	display: block;
	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
	padding: 33px 15px;
	font-size: .85rem;
	color: #0E2944;
	text-decoration: none;
	text-transform: uppercase;
}
.reservation-hotellinx-container a:hover,
.reservation-hotellinx-container a:active {
	padding: 40px 15px;
	color: #000;
}
.reservation-hotellinx-container.fixed-nav a,
.reservation-hotellinx-container.fixed-nav a:hover,
.reservation-hotellinx-container.fixed-nav a:active {
	padding: 19px 15px;
}

.mega-text {
	color: #fff;
	text-align: center;
	padding: 7.5px 10px;
	background-color: rgba(82,149,166,0.9);
	position: absolute;
	bottom:0;
	left: 0;
	right: 0;
}
.mega-text p {
	margin-bottom: 0;
	font-family: 'BioRhyme', serif;
}
.menu-span {
	font-size: 0.8rem;
	color: #fff;
}
.language-toggle {
	margin-right: 0;
	padding: 26px 10px 20px;
}
.site-header.toggled .language-toggle,
.site-header.fixed-nav .language-toggle {
	padding: 16px 10px 10px;
}
.language-toggle p {
    margin-bottom: 0;
    color: #fff;
    line-height: 1;
    font-size: 1.2rem;
}
.scroll-down-image {
	position: absolute;
    left: 0;
    right: 0;
    bottom: 2rem;
    text-align: center;
}
.site-branding {
	float: left;
    width: 125px;
    padding-right: 15px;
    height: 106px;
    text-align: center;
    padding-top: 15px;
    padding-left: 0px;
    position: absolute;
    z-index: 9;
}
.navigation-container {
	position: relative;
	width: 100%;
	float: left;
	min-height: 80px;
}
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}
.navigation-container .widget_custom_html {
	margin-bottom: 0;
	padding-top: 5px;
}
.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
    float: none;
}
.main-navigation li {
	float: left;
	position: relative;
	margin-bottom: 0;
}
.main-navigation #primary-menu a {
	line-height: 1;
	display: inline-flex;
	white-space: nowrap;
}
.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 3.4em;
	/*left: -999em;*/
	right: auto;
	z-index: 99999;
}
.main-navigation ul ul ul {
	right: auto;
    top: 0;
    left: 100%;
}
/*.main-navigation ul ul a {
	width: 200px;
}*/
.main-navigation ul ul li {
	float: left;
}
.main-navigation li:hover > a,
.main-navigation li.focus > a {
}
.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}
.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}
.entry-content h2:nth-child(1) {
	margin-top: 0;
}
.entry-content {
	padding-right: 15px;
	padding-left: 15px;
}
/*.site-main > .container-fluid:nth-child(1) {
	padding-right: 0;
	padding-left: 0;
}*/
.entry-article-image {
	width: 100%;
    height: 32vw;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 30px;
}
.secondary-navigation {
    clear: both;
    /*display: block;*/
    height: auto;
    opacity: 1;
    float: left;
    border-bottom: 1px solid #fff;
    width: 100%;
    padding-bottom: 3px;
}
.secondary-navigation ul {
	list-style: none;
    display: inline-block;
    margin: 0;
    padding-left: 0;
    float: right;
    padding-right: 1rem;
}
.secondary-navigation ul:last-child {
	padding-right: 0;
}
.secondary-navigation li {
	float: left;
	padding: 5px 10px;
	margin-bottom: 0;
}
.content-separator {
	margin: 0 10px;
}
#language-menu li:last-child {
	padding-right: 0;
}
#language-menu li:after {
	content: '';
    width: 1px;
    height: 12px;
    background-color: #fff;
    position: absolute;
    margin-left: 9px;
    margin-top: 6px;
}
#language-menu li:last-child:after {
	width: 0;
}
/* Kielimenu liput css */
#language-menu {
	list-style: none;
    display: inline-block;
    margin: 0;
    padding-left: 0;
}
#language-menu li {
	float:left;
}
.language {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	height: 20px;
	width: 25px;
}
#secondary-menu {
	float: left;
	padding-left: 20px;
}
.footer-navi .widget_custom_html a {
	color:#fff; 
	text-decoration:none;
}
.footer-navi .widget_custom_html a:hover {
	color: #F5C000;
	text-decoration:none;
}
#secondary-menu li {
	padding: 5px 7px;
}
.secondary-navigation .widget-area {
	float: left;
}
/* EOF Kielimenu liput */

/* Small menu. */
#footer-menu {
	list-style: none;
    display: inline-block;
    margin: 0;
    padding-left: 0;
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}
/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}
.hentry {
	margin: 0 0 1.5em;
}
.byline,
.updated:not(.published) {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	/*width: 100%;*/
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer-navi {
	float: left;
	/*margin:0 5px;*/
	width: 100%;
	padding: 3rem 0 1rem 0;
}
.footer-navi > ul > li {
	float: left;
    margin: 0;
    text-align: left;
    /* padding-left: 0 !important; */
    margin-bottom: 1rem;
    width: 20%;
    padding: 0 10px;
}
.footer-navi ul {
	display: block;
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding-left: 0;
}
.footer-navi li {
	list-style: none;
	
}
.footer-navi .sub-menu > li {
    margin-bottom: 0;
}
.site-info {
	float: left;
	margin:0 5px;
}
.designby {
    font-family: 'News Cycle',sans-serif;
    font-size: 10px;
    font-weight: 700;
    float: right;
}
.footer-widgets .ccf-form-wrapper .form-title {
    font-size: 100%;
    padding: 0px 0;
    margin-top: 0;
}
.footer-widgets.main-label {
	margin-bottom: 0!important;
	font-size: .85rem;
}
.footer-widgets .form-control {
	height: 2.3rem;
}
.footer-widgets .form-group {
    margin-bottom: .3rem !important;
}
.footer-widgets .form-submit input {
    padding: 0.3rem 1rem;
    margin-top: .3rem;
}
.footer-widgets input[type="text"] {
    text-indent: .7rem;
}
.footer-widgets .ccf-form-wrapper {
	margin: 0;
}
.footer-widgets .col-xs-2 {
	width: 20%;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	margin-bottom: 1rem;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.single-post #primary {
	padding-top: 0;
}
.single-article-image {
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 42vw;
    max-height: 530px;
    min-height: 250px;
}
.center-items {
	justify-content: center;
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
}
#primary {
	/*padding-top: 1rem;*/
    /*padding-bottom: 3rem;*/
}
.container-fluid {
    max-width: 1160px;
    position: relative;
}
.company-info {
	margin: 0px;
}
.padding-right-zero { padding-right: 0; }
.padding-left-zero { padding-left: 0; }
.padding-right-half { padding-right: 7.5px; }
.padding-left-half { padding-left: 7.5px; }
.padding-zero {
	padding-left: 0;
	padding-right: 0;
}
.footer-logo,
.footer-widget-1,
.footer-widget-2 {
	width: 16%;
    padding: 0 15px;
    float:left;
    position: relative;
}
.footer-logo {
	padding: 0 2%;
}
.add-padding-left {
	padding-left:15px;
}
.footer-widget-3 {
	width: 50%;
	padding: 0 15px;
	float: left;
	position: relative;
}
.footer-widget-3:before {
	content: '';
    width: 1px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50px;
    background-color: #fff;
}
.site-header.fixed-nav .logo-no-text,
.logo-text {
	display: block;
}
.logo-no-text,
.site-header.fixed-nav .logo-text {
	display: none;
}
.footer-contact {
	width: 44%;
	float: left;
	margin-bottom: 10px;
}
#contact-2 {
	width: 56%;
}
#custom_html-2, /* footerin englanninkielinen ota yhteyttä */
#custom_html-5,
#custom_html-4, /* footerin suomenkielinen ota yhteyttä */
#nav_menu-6, /*footerin some-linkit*/
#nav_menu-4{
    padding-left: 18%;
}
#nav_menu-6, #nav_menu-4 {
	margin-bottom: 0;
	padding-top: 15px;
}
#masthead.fixed-nav #secondary-navigation {
    /*display: none;*/
    height: 0;
    opacity: 0;
    border-bottom: 0px solid #fff;
    padding-bottom: 0px;
}
#masthead.fixed-nav {
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.1);
}
.footer-navi h2 {
    font-family: 'Raleway', sans-serif;
    font-size: 1.2rem;
    color: #fff;
    font-weight: 700;
    margin-top: 0;
    text-transform: uppercase;
}
.footer-navi .custom-html-widget {
    color: #fff;
}
.footer-navi #menu-secondary-navigation li,
.footer-navi #menu-secondary-navigation-finnish li {
    display: inline-block;
    margin-right: 1.3rem;
    margin-bottom: 0;
}
.footer-navi #menu-secondary-navigation li i,
.footer-navi #menu-secondary-navigation-finnish li i {
    font-size: 1.6rem;
}
@media (max-width: 949px) {
	#secondary-navigation .menu-secondary-navigation-finnish-container {
		display: none;
	}
}
.sidebar ul {
	list-style: none;
	margin-left: 0;
	padding-left: 1.5rem;
}
.sidebar.droplist ul ul {
	padding-left: .8rem;
}
.sidebar li a {
	text-transform: uppercase;
	font-weight: 700;
}
.sidebar li li a {
	text-transform: initial;
	font-weight: 400;
}
.sidebar.droplist li:before {
    font-family: 'FontAwesome';
    content: "\f054";
    left: -.66em;
    top: 0px;
    position: relative;
    font-size: 14px;
}
.sidebar.droplist li ul li:before {
    font-family: 'FontAwesome';
    content: "";
}
.sidebar h2 {
	font-size: 1.5rem;
}
.footer-navi #menu-item-1084 {
	border-bottom: 1px solid #fff;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
/*
.margin-after-content {
	margin-bottom: 30px;
}
*/
.home .breadcrumbs {
	display: none;
}
.reservation-container:hover {
	cursor: pointer;
}
.reservation-container.toggled {
	padding: 41px 0;
}
.reservation-menu-container.toggled {
	height: auto;
	opacity: 1;
	z-index: 99998;
}
.mega-item:hover .mega-text {
	background-color: rgba(82,149,166,1);
}
.table-reservation .mega-item .mega-text {
	background-color: rgba(245, 192, 0, 0.9);
}
.table-reservation .mega-item:hover .mega-text {
	background-color: rgba(245, 192, 0, 1);
}
tr td:first-child  {
	padding-left: 0;
}
.iglut tr td:nth-child(2),
.igloos tr td:nth-child(2),
.lasi-iglut-majoitus-levi tr td:nth-child(2),
.glass-igloos-lapland-finland tr td:nth-child(2)  {
	padding-left: 15px;
}
td {
	vertical-align: top;
}

.pulse {
	-webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

/* MUOKKAUKSIA 31.10.2018 | Facelift */

.kysymyksia-ja-vastauksia .intro-section {
	margin-bottom: 0px;
}
.kysymyksia-ja-vastauksia .module-container {
	margin-bottom: 0px;
}
.kysymyksia-ja-vastauksia .sisaltolinkki-module {
	padding-top: 0px;
}
.page-template-page-basic-content .etusivun-video {
	margin-bottom: 4rem;
}
.kysymyksia-ja-vastauksia .table-container,
.questions-and-answers .table-container,
.data-privacy-statement .table-container,
.services .table-container,
.sesongit-ja-palvelut .table-container,
.tietosuojaseloste .table-container,
.palvelut .table-container {
	max-width: 774px;
}

/* MUOKKAUKSIA 28.11.2018 | Facelift */

:lang(fi)#en {
	display: none;
}
:lang(en-US)#fi {
	display: none;
}
.etusivun-video {
	padding: 15px;
	margin-bottom: 5rem;
}
.ravintola-aurora-sky .light-blue-section,
.restaurant-aurora-sky .light-blue-section {
	display: none;
}
.intro-section-text p {
	font-size: 1.2rem !important;
}
.menut .sisaltolinkki-module,
.menus .sisaltolinkki-module,
.data-privacy-statement .sisaltolinkki-module,
.questions-and-answers .sisaltolinkki-module,
.tietosuojaseloste .sisaltolinkki-module {
	display: none;
}
.menut .pic-or-test-module,
.menus .pic-or-test-module {
	display: none;
}
.menut .intro-section,
.menus .intro-section,
.data-privacy-statement .intro-section,
.questions-and-answers .intro-section,
.tietosuojaseloste .intro-section {
	margin-bottom: 0px;
}
.menut #main,
.menus #main {
	display: flex;
	flex-direction: column;
}
.menut .image-gallery-module,
.menus .image-gallery-module {
	order: 2;
	margin-top: 1.5rem;
}
.menut .table-module,
.menus .table-module {
	order: 1;
}
.activities .pic-or-test-module {
	display: none;
}
:lang(fi) .cookie-notice-container {
	display: none;
}
.kokosivunkuva-module h3 {
	font-size: 2.5rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
    line-height: 1.2;
    text-transform: none;
    font-weight: 400;
}
@media (max-width: 550px) {
	.kokosivunkuva-module h3 {
		font-size: 2rem !important;
	}
}
@media (min-width: 768px) {
	.ravintola-aurora-sky .sisaltolinkki-module {
		margin-bottom: 30px;
	}
}
@media (min-width: 950px) {
	ul#child0 {
		text-align: left;
	}
}