@font-face {
font-family: 'neturaface-2-book';
src: url('../fonts/neturaface-2-book.woff') format('woff');
font-display: auto;
}

.neturaface-2-book{font-family: 'neturaface-2-book' !important;}

/* STURCTURE */ 

.flex-column {
	-ms-flex-direction: column !important;
	flex-direction: column !important;
}

.nav-link {
	display: block;
	padding: 0.5rem 1rem;
	text-transform: uppercase;
    font-size: 13px;
} 

.navbar-expand-md .navbar-nav .nav-link {
	padding-right: 1rem;
	padding-left: 1rem;
}  


.item-title { 
  font-size: 1.5rem;
  margin: 1.414em 0 0.5em;
  margin-bottom:0px;
  text-transform: uppercase;
}

.item-ingress { 
  font-size: 0.97em;
  margin-top: 5px;
}

.item-description {
  font-size: 12px;
}

.zoom:hover {
transform: scale(1.03); 
transition: all 0.1s ease-in-out;
}



@media (max-width:992px) {

    .item-ingress { 
      font-size: 15px;
      margin-top: 5px;
    }
        
    .item-description {
  	font-size: 13px;
    }

}

@media (max-width:768px) {

	.navbar-nav {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
	  -ms-flex-direction: column;
	  flex-direction: column;
	  padding-left: 0;
	  margin-bottom: 20px;
	  list-style: none;
	  width: 200px;
	  margin-left: auto;
	  margin-right: auto;
	}
	
	.navbar-collapse {
	  position: absolute;
	  top: 0;
	  left: 0;
	  width: 100%;
	  background: #fff;
	  padding-bottom: 100px;
	  padding-left: 15px;
	  box-shadow: 0 0 5px rgba(0,0,0,.7);
	}

}

body {
    font-family: 'neturaface-2-book' !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #fff;
    font-size:1rem;
    line-height:1.45;
    color:#707070;
}

.navbar-brand { 
  font-family: 'neturaface-2-book' !important;
  font-size: 20px;
}

.footer_logo { 
  font-family: 'neturaface-2-book' !important;
}

.header_txt { 
  font-family: 'neturaface-2-book' !important;
}

a {
    color:#484848;
}
a:hover, .btn-link:hover {
    color: #7e766a;
    text-decoration: underline;
}

.footer a {
    color:#f2ede9 !important
}
.footer a:hover {
    color:#268574;
    text-decoration: underline;
}

.somelinkki:hover {
    background:rgba(0,0,0,.05);
    transition: all 0.5s ease;
}

p {
    margin-bottom: 1.3em;
    font-size: 0.97em; 
    letter-spacing: -0.015em;
}

h1, h2, h3, h4 {
  margin: 1.414em 0 0.5em;
  font-weight: inherit;
  line-height: 1.2;
  font-family: 'neturaface-2-book' !important;
  letter-spacing: -0.03em;
  color: #707070;
}

header {
    height:90px;
}


@media (min-width:768px) {

h1 {
  margin-top: 0;
  font-size: 3.157em;
  line-height: 1;
}

h2 {font-size: 2.369em;}

h3 {font-size: 1.777em;}

h4 {font-size: 1.555em;}

small, .font_small {font-size: 0.75em;}

header { height:140px; }

}


.content { 
  margin-top:180px;
}

.navbar-nav {
	position: relative; top: 110px;
}


.btn-primary.brown {
    background: #ededed;
    color: #707070;
    transition: all 0.35s ease-in;
    border:1px solid transparent;
}

.btn-primary.brown:hover {
    background: #d0d0cb;
    color:#fff; 
}   

.btn-primary.red {
    background:#dc3545;
    color:#fff;
    transition: all 0.35s ease-in;
    border:1px solid transparent;
}

.btn-primary.red:hover {
    background:transparent;
    color:#fff;
    background: #c82333;
}

.btn-warning {
    color:#fff;
}

.btn-warning:hover {
    color:#fff;
}


label, .btn-primary, .btn-warning, .btn-dark {
    font-size: 0.75em;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom:0.25rem;
}

header a {
    color:#707070;
    font-family: 'neturaface-2-book' !important;
    border-bottom: 1px solid transparent;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
}

header a:hover {
    color:#000;
    border-bottom: 1px solid #707070;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
}

nav a:hover {
  border-bottom: 1px solid #707070;
  text-decoration: none;
    color:#000;
}

nav .active a {
  border-bottom: 1px solid #707070;
  text-decoration: none;
    color:#000;
}

.nav-link a:hover {
  border-bottom: 1px solid #707070;
  text-decoration: none;
    color:#000;
}

a.active  {
  border-bottom: 1px solid #707070;
  text-decoration: none;
    color:#000;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #6c757d !important;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: 0px;
    font-size: 13px;
    font-family: 'neturaface-2-book' !important;
    text-transform: uppercase;
}


.navbar-toggler {
    padding: .25rem;
    border-radius:0;
    position: absolute;
    top:0;
    right:0;
    z-index:9999;
}


.dropdown-item.active, .dropdown-item:active {
	color: #212529;
	text-decoration: none;
	background-color: #F2EDE9;
}    

.overflow-hidden { overflow: hidden; }

    .navbar-collapse {
        position: absolute;
        top:0;
        left:0;
        width:100%;
      	background: #fff;
        padding-bottom:100px;
		padding-left:15px;
    }

/*==========================================================*/
/* Slider
/*==========================================================*/

.carousel-indicators .active {
    background-color: #707070;
    opacity: 0.5;
}

.carousel-indicators {
	position: absolute;
	right: 0;
	bottom: -105px;
	left: 0;
	z-index: 15;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-left: 0;
  padding-right: 0;
	margin-right: 15%;
	margin-left: 15%;
	list-style: none; 
}

.carousel-indicators-thumbs {
	position: absolute;
	right: 0;
	bottom: -100px;
	left: 0;
	z-index: 15;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-left: 0;
    padding-right: 0;
	margin-right: 15%;
	margin-left: 15%;
	list-style: none;
}

@media (max-width:992px) {

  .carousel-indicators {
  	bottom: -85px;
  }

  .carousel-indicators-thumbs {
  	bottom: -80px;
  }
}

.carousel-indicators li {
	position: relative;
	width: 80px;
	height: 1px;
	margin-right: 9px;
	margin-left: 9px;
  list-style: none;
	background-color: rgba(255,255,255,.5);
}

.carousel-indicators-thumbs li {
  position: relative;
  width:80px;
  margin-right: 10px;
  margin-left: 10px;
  list-style: none;
  border: 0px solid #ddd;
}



.carousel-indicators-thumbs li:hover {
display: inline-block;
opacity: 0.5;
}

.carousel-control.left,
.carousel-control.right {
	opacity: 1;
	filter: alpha(opacity=100);
	background-image: none;
	background-repeat: no-repeat;
	text-shadow: none;
	position: absolute;
	top: 45%;
	z-index: 5;
	display: inline-block;
}

.carousel-control-next, .carousel-control-prev {
	position: absolute;
	top: 0;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	text-align: center;
	opacity: .5;
}

.carousel-control-prev,
.carousel-control-next {
  color: #707070;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
  color: #777777;
}



/* Carousel Header Styles */
.header-text {
    position: absolute;
    top: 20%;
    width: 96.66666666666666%;  
}
  
.header-text h1 {
    font-size: 44px;
    color: #fff;
    margin-bottom:20px;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}

.header-text p  {
  font-size: 18px;
	color: #fff;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.5); 
}

#bs-gdpr-cookies-modal-advanced-types  li {
list-style-type: none;
}

.cke_button__source_label {
    display: none !important;
}

/*==================================================
=            CKEditor                             =
==================================================*/


.cke_editable {
    background: #fff;
}

.cke_editable p {
    font-size: 1em;
}

.cke_editable a {
    text-decoration: none;
}

.cke_editable h1, .cke_editable h2 {
    margin: 0em 0 0.5em;
    font-weight: inherit;
    line-height: 1.2;
    font-family: 'neturaface-2-book' !important;
    letter-spacing: -0.03em;
    color: #000;
}

.cke_editable h3, .cke_editable h4 {
    margin: 1.414em 0 0.5em;
    font-weight: inherit;
    line-height: 1.2;
    font-family: 'neturaface-2-book' !important;
    letter-spacing: -0.03em;
    color: #000;
}


