/*
Theme Name: Kampiveivi 2016
Theme URI: http://kampiveivi.fi/
Author: Sonja Valkila
Description: Suomen autoilun varhaishistoria 1900-1945.
Version: 0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kampiveivi
Domain path: /languages/
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.

Kampiveivi is based on Underscores http://underscores.me/, (C) 2012-2015 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/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Heading
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
#Sidebar
# Infinite scroll
# Media
	## Captions
	## Galleries
Värikoodit:
tummansininen: 1b2f5c;
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Raleway:400,600,500,700,300|Open+Sans:400,300,600,700,800');

html {
  font-family: 'Open Sans', sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 10px; }

body {
  margin: 0;
  font-family: 'Open Sans', sans-serif; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

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; }

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

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2.8rem;
  margin: 0.67em 0; }

h2 {
  font-size: 2.2rem;
  margin: 0.67em 0; }

h3 {
  font-size: 1.6rem;
  margin: 0.67em 0;
  font-weight: 600;
  text-transform: uppercase; }

h4 {
  font-size: 1.6rem;
  font-weight: 600;
  margin: 0.67em 0; }

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: 1em 0px; }

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; }

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-appearance: textfield;
  box-sizing: content-box; }

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; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #000;
  font-family: 'Open Sans',sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  color: #1b2f5c;
    font-family:'Raleway';}

p {
  margin-bottom: 1.5em; }

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

blockquote {
  margin: 0 1.5em; }

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
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*: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. */ }

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

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

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul,
ol {
  margin: 0;
  padding: 0;
  padding-left: 20px; }

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,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background: #1b2f5c;
  color: white;
  border: 0;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1;
  padding: .6em 1em; }

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background-color: #32456f; }

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  border-color: #aaa #bbb #bbb;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15); }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"]
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px; }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #111; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 10px 0 10px 15px; }

textarea {
  padding-left: 3px;
  width: 100%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #966a4a; }

a:visited {
  color: #966a4a; }

a:hover,
a:focus,
a:active {
  color: #966a4a;}

a:focus {
  outline: thin dotted; }

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  width: 100%;
  background-color: #1b2f5c;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
 }

.main-navigation li a {
  display: block;
  border-top: 1px solid #ddd;
  padding: 15px 15px;
  color:white;
  text-decoration: none; }

.main-navigation li a:hover, .main-navigation li a:active, .main-navigation li a:focus {
  background-color: white;
   color:black;}

@media screen and (min-width: 768px) {
  #MenuContainer {
    background-color: #1b2f5c; }

  .main-navigation {
    border: 0; }

  .main-navigation li {
    display: inline-block;
    float: none;
    position: relative; }

  .main-navigation li a {
    display: block;
    text-decoration: none;
    color: white;
    border: 0; }

  .main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 50px;
    left: -999em;
    z-index: 99999;
    background-color: #1b2f5c; }

  .main-navigation ul ul ul {
    left: -999em;
    top: 0; }

  .main-navigation ul ul a {
    width: 200px; }

  .main-navigation li:hover > a,
  .main-navigation li.focus > a {
    background-color: #fff;
    color: #1b2f5c;
    border: 0; }

  .main-navigation ul li:hover > ul,
  .main-navigation ul li.focus > ul {
    left: auto; }

  .main-navigation ul ul li:hover > ul,
  .main-navigation ul ul li.focus > ul {
    left: 100%; } }
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

.menu-toggle {
  position: absolute;
  top: 5px;
  z-index: 500;
  background-color: white;
  border: 0;
  right: 10px;
  box-shadow: none; 
}

.menu-toggle:active, .menu-toggle:hover, .menu-toggle:focus {
  box-shadow: none;
background-color:white;}

.menu-toggle img {
  max-width: 45px; }

@media screen and (min-width: 768px) {
  .menu-toggle {
    display: none; }

  .main-navigation ul {
    display: block;} }
.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;
  margin-bottom: 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; }

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#masthead {
  position: fixed;
  width: 100%;
  background-color: white;
  z-index: 1000;
  top: 0; }

#Logo {
  background: white;
  margin: auto;
  padding-left: 15px;
  padding-top: 2px;
  -webkit-box-shadow: -1px 2px 27px 0 rgba(0,0,0,0.21);
  -moz-box-shadow: -1px 2px 27px 0 rgba(0,0,0,0.21);
  box-shadow: -1px 2px 27px 0 rgba(0,0,0,0.21);
  }
@media (min-width: 768px) {
    #Logo {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
	padding-top: 20px;
    }
}
#Logo img {
  max-width: 200px;
  height: auto; 
  margin:10px 0 5px 0;
  }
.site-title{
margin-bottom:10px;
}
.somelinkit{	text-align:right;}.somelinkit a.face-logo{	padding-left:30px;}
.site-branding {
  clear: both;
  margin-top: 110px;
  text-align: center;
  background-color: #1b2f5c;
  position: relative;
  font-weight: 600;}

.site-branding p {
  margin-bottom: 0; }

@media (min-width: 768px) {
  .site-branding {
    position: absolute;
    width: 100%;
    background: none;
    text-align: center; 
  } 
}
.site-description {
  display: block;
  color: white;
  font-family: 'Droid Serif', serif;
  font-size: 1.6rem;
  padding: 40px 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1.8rem; 
}
@media (min-width: 768px) {
  .site-description {
    font-size: 26px;
    font-size:2.6rem;
    padding-top:10px;
    line-height:2.6rem;
  } 
}
@media (min-width: 992px) {
  .site-description {
    padding-top:35px;
    font-size: 28px;
    font-size:2.8rem;
   } 
}
@media (min-width: 1200px) {
  .site-description {
    padding-top:80px;
    font-size: 32px;
    font-size:3.2rem;
   } 
}
#BannerHome {
  height: 115px;
  background-image: url(/wordpress/wp-content/themes/kampiveivi/img/banner.jpg);
  }
  #BannerPage{
      height:80px;
      background-image: url(/wordpress/wp-content/themes/kampiveivi/img/banner.jpg);
      background-position:center center;
      margin-top: 92px;
  }

.banner{ 
    background-size: cover; 
}

@media (min-width: 768px) {
  #BannerHome {
    height: 260px;
    background-image: url(/wordpress/wp-content/themes/kampiveivi/img/banner-iso.jpg); }
  .banner{
      margin-top: 125px;
  }
  #BannerPage{
      margin-top: 125px;
       background-image: url(/wordpress/wp-content/themes/kampiveivi/img/banner-iso.jpg);
  }
}
@media (min-width: 992px) {
  #BannerHome {
    height: 300px;
    background-position: center center; }
  #BannerPage{
      height: 140px;
  }
}
@media (min-width: 1200px) {
  #BannerHome {
    height: 400px; 
  } 
  #BannerPage{
      height: 200px;
  }
}
.toparrow,.toparrow:visited{
    position:fixed;
    bottom:10px;
    right:10px;
    font-size:30px;
    background-color:rgba(154,154,154,0.7);
    border-radius:50%;
    padding:10px;
    line-height:30px;
    color:white;
}
.toparrow:hover {
    background-color:rgba(154,154,154,1);
    color:white;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em; }

/* Make sure select elements fit in widgets. */
.widget select {
  max-width: 100%; }

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.entry-title{
    padding-top:25px;
}
.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; }

/*--------------------------------------------------------------
## Content
--------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  #content {
    margin-top: 10px; 
  } 
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.entry-footer{
    background-color:white;
    text-align:left;
    color:#1b2f5c;
    padding-left:0;
}
.cat-links{
    padding-right:10px;
}
.nav-previous:before{
    conttent:'&raquo;';
}
/*--------------------------------------------------------------
## Secondary sidebar
--------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  #secondary {
    margin-top: 30px;
    padding-right:0;
  } 
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none; }

aside h2 {
  font-size: 2.0rem;
  background-color: #1b2f5c;
  color: white;
  padding: 13px 15px;
  margin: 30px -15px;
  text-align: center; }

aside ul {
  padding: 0;
  padding-left: 15px; }

aside li {
  list-style: none;
  padding: 5px 0; }

aside a {
  font-weight: 400;
  font-size: 16px; }

@media screen and (min-width: 768px) {
  aside a {
    font-size: 14px; 
  } 
  aside h2 {
      margin:30px 0;
  }
  aside ul {
    padding-left: 0px; }
}
@media screen and (min-width: 992px) {
  aside h2 {
    margin: 30px auto 15px auto; } }
/*--------------------------------------------------------------
## Search
--------------------------------------------------------------*/
#search-2 {
  margin-top: 30px; }

#search-2 label {
  width: 80%;
}

input[type="search"] {
  width: 100%; }

input[type="submit"] {
  background-color: #1b2f5c;
  color: white;
  padding: 15px 0px;
  margin-left: -3px;
  width: 19%; }



/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
#comments{
    border-top:1px solid #e5e4e4;
    padding-top:10px;
}
.comment-content a {
  word-wrap: break-word; }

.comment-meta{
    text-align:left;
    background-color:white;
    padding:0;
}
.comment-list{
    list-style-type:none;
    padding-left:0;
}
.children{
     list-style-type:none;
}
.comment-author{
    background-color:#a9a7a7;
    padding:8px 15px;
}
.comment-content{
    margin-top:15px;
    margin-left:15px;
}
.comment-metadata{
    padding-top:15px;
     margin-left:15px;
}
.reply{
    padding-bottom:20px;
     margin-left:15px;
}
.tags-links{
    padding-right:20px;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.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; }

/****************  Etusivun intro  ************/

.intro{
    font-size:15px;
    font-size:1.5rem;
    padding-bottom:20px;
    margin-top:40px;
}

.intro h1{
    color:black;
    text-align:center;
    font-size:20px;
    font-size:2rem;
    font-weight:400;
    margin-bottom:30px;
}
@media screen and (min-width: 768px) {
    .intro h1{
        text-align:left;
    }
}
/****************  Etusivun artikkelit  ************/

.etusivu-entry-div{
    border-top:1px solid #e5e4e4;
    padding:10px 0 10px 0;
}
@media screen and (min-width: 992px) {
    .etusivu-entry-div{
        padding:10px 0 45px 0;
    }
}
.etusivu-entry-div h1{
     margin-bottom:10px;
}
.etusivu-entry-div h1 a{
    font-size:22px;
    color:#a26a4a;
   
}
.etusivu-entry-div .etusivu-entry-summary{
    padding-top:30px;
    padding-bottom:30px;
    max-width:395px;
}
@media screen and (min-width: 992px) {
    .etusivu-entry-div .etusivu-entry-summary{
        padding-right:40px;
        padding-top:0px;
        max-width:100%;
    }
}
@media screen and (min-width: 1200px) {
    .etusivu-entry-div .etusivu-entry-summary p{
        padding-bottom:30px;
    }
}
.etusivu-entry-div .Nuoli{
    margin-right:30px;
}
.etusivu-entry-div .NuoliLinkki{
        font-weight:normal;
        font-size:16px;
        font-size:1.6rem;
        text-transform:uppercase;
        display:inline-block;
        background-color:#966a4a;
        color:white;
        padding:5px 25px;
        border-radius:5px;
}
 @media screen and (max-width: 767px) {
        .etusivu-entry-div .NuoliLinkki:hover, .etusivu-entry-div .NuoliLinkki:active{
            text-decoration:none;
            background-color:#a77958;
    }
}
@media screen and (min-width: 768px) {
    .etusivu-entry-div .NuoliLinkki{
        display:inline;
        background-color:white;
        color:#966a4a;
        padding:0;
        border-radius:0;
        font-weight:bold;
        text-transform:none;
    }
}
    .etusivu-entry-div .julkaisupvm{
        font-size:13px;
        font-size:1.3rem;
        color:#76777b;
    }
    
    aside select{
        width:100%;
        border:1px solid #8d97ae;
        padding-left:10px;
    }
    aside option{
        padding:10px 20px;
        color:#272727;

    }
    
    /* Footer */
    footer{
        background-color:#a9a7a7;
        color:white;
        text-align:center;
        padding:20px 10px;
    }
    
 .wp-pagenavi {
	padding-bottom:10px;
	margin-bottom:0px;
	text-align:center;
	position:relative;
        border-top:1px solid #ccc;
         padding-top:30px;}
.wp-pagenavi .next {
	position:absolute;
	right:0}
.wp-pagenavi .prev {
	position:absolute;
	left:0}
.wp-pagenavi .current, .wp-pagenavi .page-numbers {
	padding:0 5px}
	
.dataTables_wrapper{
	max-width:100%;
}
@media screen and (min-width:768px){
.lista{
padding-left:15px;
}
	.lista div{
		width:49%;
		display:inline-block;
		margin-bottom:30px;
		padding-right:20px;
		vertical-align:top;
	}
	.lista img{
		padding-bottom:15px;
		padding-top:15px;
	}
}

html.slb_overlay object,html.slb_overlay embed,html.slb_overlay iframe{visibility:hidden}html.slb_overlay #slb_viewer_wrap object,html.slb_overlay #slb_viewer_wrap embed,html.slb_overlay #slb_viewer_wrap iframe{visibility:visible}

.tablepress{--text-color:#111;--head-text-color:var(--text-color);--head-bg-color:#d9edf7;--odd-text-color:var(--text-color);--odd-bg-color:#fff;--even-text-color:var(--text-color);--even-bg-color:#f9f9f9;--hover-text-color:var(--text-color);--hover-bg-color:#f3f3f3;--border-color:#ddd;--padding:0.5rem;border:none;border-collapse:collapse;border-spacing:0;clear:both;margin:0 auto 1rem;table-layout:auto;width:100%}.tablepress>:not(caption)>*>*{background:none;border:none;box-sizing:border-box;float:none!important;padding:var(--padding);text-align:left;vertical-align:top}.tablepress>:where(thead)+tbody>:where(:not(.child))>*,.tablepress>tbody>*~:where(:not(.child))>*,.tablepress>tfoot>:where(:first-child)>*{border-top:1px solid var(--border-color)}.tablepress>:where(thead,tfoot)>tr>*{background-color:var(--head-bg-color);color:var(--head-text-color);font-weight:700;vertical-align:middle;word-break:normal}.tablepress>:where(tbody)>tr>*{color:var(--text-color)}.tablepress>:where(tbody.row-striping)>:nth-child(odd of :where(:not(.child,.dtrg-group)))+:where(.child)>*,.tablepress>:where(tbody.row-striping)>:nth-child(odd of :where(:not(.child,.dtrg-group)))>*{background-color:var(--odd-bg-color);color:var(--odd-text-color)}.tablepress>:where(tbody.row-striping)>:nth-child(even of :where(:not(.child,.dtrg-group)))+:where(.child)>*,.tablepress>:where(tbody.row-striping)>:nth-child(even of :where(:not(.child,.dtrg-group)))>*{background-color:var(--even-bg-color);color:var(--even-text-color)}.tablepress>.row-hover>tr{content-visibility:auto}.tablepress>.row-hover>tr:has(+.child:hover)>*,.tablepress>.row-hover>tr:hover+:where(.child)>*,.tablepress>.row-hover>tr:where(:not(.dtrg-group)):hover>*{background-color:var(--hover-bg-color);color:var(--hover-text-color)}.tablepress img{border:none;margin:0;max-width:none;padding:0}.tablepress-table-description{clear:both;display:block}.dt-scroll{width:100%}.dt-scroll .tablepress{width:100%!important}div.dt-scroll-body tfoot tr,div.dt-scroll-body thead tr{height:0}div.dt-scroll-body tfoot tr td,div.dt-scroll-body tfoot tr th,div.dt-scroll-body thead tr td,div.dt-scroll-body thead tr th{border-bottom-width:0!important;border-top-width:0!important;height:0!important;padding-bottom:0!important;padding-top:0!important}div.dt-scroll-body tfoot tr td div.dt-scroll-sizing,div.dt-scroll-body tfoot tr th div.dt-scroll-sizing,div.dt-scroll-body thead tr td div.dt-scroll-sizing,div.dt-scroll-body thead tr th div.dt-scroll-sizing{height:0!important;overflow:hidden!important}div.dt-scroll-body>table.dataTable>thead>tr>td,div.dt-scroll-body>table.dataTable>thead>tr>th{overflow:hidden}.tablepress{--head-active-bg-color:#049cdb;--head-active-text-color:var(--head-text-color);--head-sort-arrow-color:var(--head-active-text-color)}.tablepress thead th:active{outline:none}.tablepress thead .dt-orderable-asc .dt-column-order:before,.tablepress thead .dt-ordering-asc .dt-column-order:before{bottom:50%;content:"\25b2";content:"\25b2"/"";display:block;position:absolute}.tablepress thead .dt-orderable-desc .dt-column-order:after,.tablepress thead .dt-ordering-desc .dt-column-order:after{content:"\25bc";content:"\25bc"/"";display:block;position:absolute;top:50%}.tablepress thead .dt-orderable-asc .dt-column-order,.tablepress thead .dt-orderable-desc .dt-column-order,.tablepress thead .dt-ordering-asc .dt-column-order,.tablepress thead .dt-ordering-desc .dt-column-order{color:var(--head-sort-arrow-color);font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Noto Sans,Liberation Sans,Arial,sans-serif!important;font-size:14px;height:24px;line-height:12px;position:relative;width:12px}.tablepress thead .dt-orderable-asc .dt-column-order:after,.tablepress thead .dt-orderable-asc .dt-column-order:before,.tablepress thead .dt-orderable-desc .dt-column-order:after,.tablepress thead .dt-orderable-desc .dt-column-order:before,.tablepress thead .dt-ordering-asc .dt-column-order:after,.tablepress thead .dt-ordering-asc .dt-column-order:before,.tablepress thead .dt-ordering-desc .dt-column-order:after,.tablepress thead .dt-ordering-desc .dt-column-order:before{opacity:.2}.tablepress thead .dt-orderable-asc,.tablepress thead .dt-orderable-desc{cursor:pointer;outline-offset:-2px}.tablepress thead .dt-orderable-asc:hover,.tablepress thead .dt-orderable-desc:hover,.tablepress thead .dt-ordering-asc,.tablepress thead .dt-ordering-desc{background-color:var(--head-active-bg-color);color:var(--head-active-text-color)}.tablepress thead .dt-ordering-asc .dt-column-order:before,.tablepress thead .dt-ordering-desc .dt-column-order:after{opacity:.8}.tablepress tfoot>tr>* .dt-column-footer,.tablepress tfoot>tr>* .dt-column-header,.tablepress thead>tr>* .dt-column-footer,.tablepress thead>tr>* .dt-column-header{align-items:center;display:flex;gap:4px;justify-content:space-between}.tablepress tfoot>tr>* .dt-column-footer .dt-column-title,.tablepress tfoot>tr>* .dt-column-header .dt-column-title,.tablepress thead>tr>* .dt-column-footer .dt-column-title,.tablepress thead>tr>* .dt-column-header .dt-column-title{flex-grow:1}.tablepress tfoot>tr>* .dt-column-footer .dt-column-title:empty,.tablepress tfoot>tr>* .dt-column-header .dt-column-title:empty,.tablepress thead>tr>* .dt-column-footer .dt-column-title:empty,.tablepress thead>tr>* .dt-column-header .dt-column-title:empty{display:none}.tablepress:where(.auto-type-alignment) .dt-right,.tablepress:where(.auto-type-alignment) .dt-type-date,.tablepress:where(.auto-type-alignment) .dt-type-numeric{text-align:right}.tablepress:where(.auto-type-alignment) .dt-right .dt-column-footer,.tablepress:where(.auto-type-alignment) .dt-right .dt-column-header,.tablepress:where(.auto-type-alignment) .dt-type-date .dt-column-footer,.tablepress:where(.auto-type-alignment) .dt-type-date .dt-column-header,.tablepress:where(.auto-type-alignment) .dt-type-numeric .dt-column-footer,.tablepress:where(.auto-type-alignment) .dt-type-numeric .dt-column-header{flex-direction:row-reverse}.dt-container{clear:both;margin-bottom:1rem;position:relative}.dt-container table.tablepress{margin-bottom:0}.dt-container .dt-layout-row{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}.dt-container .dt-layout-row.dt-layout-table .dt-layout-cell{display:block;width:100%}.dt-container .dt-layout-cell{display:flex;flex-direction:row;flex-wrap:wrap;gap:1em;padding:5px 0}.dt-container .dt-layout-cell.dt-layout-full{align-items:center;justify-content:space-between;width:100%}.dt-container .dt-layout-cell.dt-layout-full>:only-child{margin:auto}.dt-container .dt-layout-cell.dt-layout-start{align-items:center;justify-content:flex-start;margin-right:auto}.dt-container .dt-layout-cell.dt-layout-end{align-items:center;justify-content:flex-end;margin-left:auto}.dt-container .dt-layout-cell:empty{display:none}.dt-container .dt-input,.dt-container label{display:inline;width:auto}.dt-container .dt-input{font-size:inherit;padding:5px}.dt-container .dt-length,.dt-container .dt-search{align-items:center;display:flex;flex-wrap:wrap;gap:5px;justify-content:center}.dt-container .dt-paging .dt-paging-button{background:#0000;border:1px solid #0000;border-radius:2px;box-sizing:border-box;color:inherit!important;cursor:pointer;display:inline-block;font-size:1em;height:32px;margin-left:2px;min-width:32px;padding:0 5px;text-align:center;text-decoration:none!important;vertical-align:middle}.dt-container .dt-paging .dt-paging-button.current,.dt-container .dt-paging .dt-paging-button:hover{border:1px solid #111}.dt-container .dt-paging .dt-paging-button.disabled,.dt-container .dt-paging .dt-paging-button.disabled:active,.dt-container .dt-paging .dt-paging-button.disabled:hover{border:1px solid #0000;color:#0000004d!important;cursor:default;outline:none}.dt-container .dt-paging>.dt-paging-button:first-child{margin-left:0}.dt-container .dt-paging .ellipsis{padding:0 1em}@media screen and (max-width:767px){.dt-container .dt-layout-row{flex-direction:column}.dt-container .dt-layout-cell{flex-direction:column;padding:.5em 0}}
.row-1 th{color:#403f3f;background-color:#efca8f}.row-1 th:hover,.row-1 th:active{background-color:#bfa690}
.addtoany_content{clear:both;margin:16px auto}.addtoany_header{margin:0 0 16px}.addtoany_list{display:inline;line-height:16px}.a2a_kit a:empty,.a2a_kit a[class^="a2a_button_"]:has(.a2a_s_undefined){display:none}.addtoany_list a,.widget .addtoany_list a{border:0;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle}.addtoany_list a img{border:0;display:inline-block;opacity:1;overflow:hidden;vertical-align:baseline}.addtoany_list a span{display:inline-block;float:none}.addtoany_list.a2a_kit_size_32 a{font-size:32px}.addtoany_list.a2a_kit_size_32 a:not(.addtoany_special_service)>span{height:32px;line-height:32px;width:32px}.addtoany_list a:not(.addtoany_special_service)>span{border-radius:4px;display:inline-block;opacity:1}.addtoany_list a .a2a_count{position:relative;vertical-align:top}.site .a2a_kit.addtoany_list a:focus,.addtoany_list a:hover,.widget .addtoany_list a:hover{background:none;border:0;box-shadow:none}.addtoany_list a:hover img,.addtoany_list a:hover span{opacity:.7}.addtoany_list a.addtoany_special_service:hover img,.addtoany_list a.addtoany_special_service:hover span{opacity:1}.addtoany_special_service{display:inline-block;vertical-align:middle}.addtoany_special_service a,.addtoany_special_service div,.addtoany_special_service div.fb_iframe_widget,.addtoany_special_service iframe,.addtoany_special_service span{margin:0;vertical-align:baseline!important}.addtoany_special_service iframe{display:inline;max-width:none}a.addtoany_share.addtoany_no_icon span.a2a_img_text{display:none}a.addtoany_share img{border:0;width:auto;height:auto}
.is-small-text{font-size:.875em}.is-regular-text{font-size:1em}.is-large-text{font-size:2.25em}.is-larger-text{font-size:3em}.has-drop-cap:not(:focus):first-letter{float:left;font-size:8.4em;font-style:normal;font-weight:100;line-height:.68;margin:.05em .1em 0 0;text-transform:uppercase}body.rtl .has-drop-cap:not(:focus):first-letter{float:none;margin-left:.1em}p.has-drop-cap.has-background{overflow:hidden}:root :where(p.has-background){padding:1.25em 2.375em}:where(p.has-text-color:not(.has-link-color)) a{color:inherit}p.has-text-align-left[style*="writing-mode:vertical-lr"],p.has-text-align-right[style*="writing-mode:vertical-rl"]{rotate:180deg}
.wp-block-media-text{box-sizing:border-box;direction:ltr;display:grid;grid-template-columns:50% 1fr;grid-template-rows:auto}.wp-block-media-text.has-media-on-the-right{grid-template-columns:1fr 50%}.wp-block-media-text.is-vertically-aligned-top>.wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-top>.wp-block-media-text__media{align-self:start}.wp-block-media-text.is-vertically-aligned-center>.wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-center>.wp-block-media-text__media,.wp-block-media-text>.wp-block-media-text__content,.wp-block-media-text>.wp-block-media-text__media{align-self:center}.wp-block-media-text.is-vertically-aligned-bottom>.wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-bottom>.wp-block-media-text__media{align-self:end}.wp-block-media-text>.wp-block-media-text__media{grid-column:1;grid-row:1;margin:0}.wp-block-media-text>.wp-block-media-text__content{direction:ltr;grid-column:2;grid-row:1;padding:0 8%;word-break:break-word}.wp-block-media-text.has-media-on-the-right>.wp-block-media-text__media{grid-column:2;grid-row:1}.wp-block-media-text.has-media-on-the-right>.wp-block-media-text__content{grid-column:1;grid-row:1}.wp-block-media-text__media a{display:block}.wp-block-media-text__media img,.wp-block-media-text__media video{height:auto;max-width:unset;vertical-align:middle;width:100%}.wp-block-media-text.is-image-fill>.wp-block-media-text__media{background-size:cover;height:100%;min-height:250px}.wp-block-media-text.is-image-fill>.wp-block-media-text__media>a{display:block;height:100%}.wp-block-media-text.is-image-fill>.wp-block-media-text__media img{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.wp-block-media-text.is-image-fill-element>.wp-block-media-text__media{height:100%;min-height:250px;position:relative}.wp-block-media-text.is-image-fill-element>.wp-block-media-text__media>a{display:block;height:100%}.wp-block-media-text.is-image-fill-element>.wp-block-media-text__media img{height:100%;object-fit:cover;position:absolute;width:100%}@media (max-width:600px){.wp-block-media-text.is-stacked-on-mobile{grid-template-columns:100%!important}.wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__media{grid-column:1;grid-row:1}.wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__content{grid-column:1;grid-row:2}}
