@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,800');

body, html {
	font-family: 'Open Sans', sans-serif;
}

p {
	font-size: 1.4em;
	font-weight: 300;
	line-height: 1.5; 
}
h1, h2, h3, h4, h5 {
    font-weight: 300;
    line-height: 1.3;
}
.txt_white_shadow {
    text-shadow: 2px 2px 3px  #FFF;
}
.txt_black_shadow {
    text-shadow: 2px 2px 3px  #000;
}


/* ******************************************************************* */
/* ******************************************************************* */
/* Tiedeyhteisömme */
/* ******************************************************************* */
/* ******************************************************************* */


.berry_research {
	background-image: url(../img/bg/science/wildfood.jpg);
	background-size: cover;
	margin: -200px 0px 0px 0px;
	padding: 200px 0 0 0;
	min-height: 1000px;
}

.container-bestquality {
	background-image: url(../img/bg/science/bg-science.jpg);
	background-size: cover;
	background-position: bottom left;
	background-repeat: none;
}



.header-arcticberries {
	margin: 5% auto 5% auto;
	text-align: center;
	max-width: 800px;
}
.header-txt {
	position: absolute;
	top: 10%;
	right: 0;
	display: block;
	width: 40%;
	max-width: 400px;
	color: #FFF;
	text-shadow: 2px 2px 2px rgba(0, 0, 6, 0.6);
	padding: 40px;
	text-align: right;
}

.row-berry img {
	width: 70%;
	margin: 0 auto;
}
.row-berry  a { color: #000; text-transform: uppercase; text-decoration: none; }
.row-berry  a:hover { color: #b20838; text-transform: uppercase; }

.row-berry h4 { font-weight: bold; }
.latin { font-size: 12px; color: #666; font-style: italic!important; }
.herbs  { width: 100%; margin-top: 8%; }

.container-science {
	margin: 0px auto 0px auto;
	padding: 0px 0px 50px 0px;
	background-color: #FFF;
	width: 100%;
	text-align: center;
	overflow: hidden;
}
.container-science h1 {
	color: #484848;
	font-weight: 900;
	font-size: 30px;
	text-transform: uppercase;
}


.video-container {
	position: absolute;
	top: 0;
	z-index: -1;
	bottom: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	object-fit: fill;
}

.video-container video {
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}



/* ******************************************************************* */
/* ******************************************************************* */
/* AVP */
/* ******************************************************************* */
/* ******************************************************************* */

.jumbotron{
	position: relative;
	overflow: hidden;
	min-height: 550px;
    height: 50vh;
	padding: 0;
	margin: 0px 0px 10px 0px;
  }
  .body-container {
	background: rgba(0, 0, 0, 0.6);
	position: relative;
	color: #ffffff;
	z-index: 2;
	padding: 100px 40px 0 40px;
	width: 100%;
	height: 100%;
	margin: 0px auto;
	text-align: center;
	}
  #video-background { 
	position: absolute;
	height: auto;
	width: auto;
	min-height: 100%;
	min-width: 100%;
	left: 50%;
	top: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	z-index: 1;
  }


.body-container h2 {
	font-weight: 300;
	font-size: 2vw;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.9);
	padding: 10% 15% 20px 15%;
	line-height: 1.4;
	color: #FFF;
}
.body-container .btn-promo:hover {
	background-color: rgba(0, 0, 0, 0.7);
	color: #00baff;
}




/* ******************************************************************* */
/* ******************************************************************* */
/* INTRO */
/* ******************************************************************* */
/* ******************************************************************* */

.hl { 
	font-weight: bold;
	display: block;
}
.hl-lg {	font-size: 26px;}
.hl-md { font-size: 20px; }

.intro { 
	margin: 0 auto;
	max-width: 900px!important; 
}
.intro h1 {
	margin-top: 15%;
	margin-bottom: 30px;
	color: #484848;
	font-weight: 900!important;
}
.intro p {
	font-size: 22px!important;
	padding-bottom: 22px!important;
	line-height: 1.5;
	text-align: center!important;
}

/* ******************************************************************* */
/* ******************************************************************* */
/* KANSANLÄÄKINNÄN HISTORIAA */
/* ******************************************************************* */
/* ******************************************************************* */

.history-intro img { width: 100%; }
.history-content {
	margin: 10% auto 5% auto;
	width: 100%;
	max-width: 800px;
}
.history-content p {
	color: #000;
	font-size: 22px;
	line-height: 1.8;
	padding-bottom: 20px;
}
.history-content a{ color: #777; }


/* ******************************************************************* */
/* ******************************************************************* */
/* TIETEELLISET MARJATUTKIMUKSET */
/* ******************************************************************* */
/* ******************************************************************* */

.science-studies-header { margin: 0 auto 40px auto; }
.science-studies-header img { width: 100%; }

.studies {
	margin: 0 auto;
	max-width: 800px;
	width: 80%;
}
.study { text-align: left; }
.study h3 {
	font-size: 16px;
	font-weight: bold;
}
.study img { margin-top: 20px; margin-bottom: 20px; }
.img-research2  {
	width: 100%;
	max-width: 150px;
}
.img-research {
	width: 100%;
}

.panel-transparent {
	background: none;
	border-radius: 0!important;
}

.panel-transparent .panel-heading { background: rgba(255, 255, 255, 0.9)!important; }
.studies h4 { 
	font-size: 16px;
	padding-right: 50px;
}
.panel-transparent .panel-body{
	background: rgba(255, 255, 255, 0.2)!important;
}
.panel-transparent .panel-footer{
	background: rgba(255, 255, 255, 0.9)!important;
}

.studies .panel-title a:hover {
	text-decoration: none;
}	
.studies .accordion-toggle:after {
	font-family: FontAwesome; 
	content:"\f078";
	position: relative;
	font-size: 12px;
	color: #77260a;
	padding-left: 5px;
}
.studies .accordion-toggle.collapsed:after{
    content:"\f054";   
}
.studies .panel-body {
	background: rgba(255,255,255,0.6);
}
/* ******************************************************************* */
/* ******************************************************************* */
/* CUSTOMIZE CAROUSEL CONTROLS */
/* ******************************************************************* */
/* ******************************************************************* */


.carousel-control {
	position: absolute;
	top: 350px;
	left: 15px;
	width: 60px!important;
	height: 60px!important;
	margin-top: -20px;
	color: #ffffff;
	text-align: center;
	background: #222222;
	border: 2px solid #ffffff;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	opacity: 0.5;
	filter: alpha(opacity=50);
	z-index: 7000;
}
.carousel-control > .glyphicon {
	font-size: 40px!important;
	margin-top: -20px;
}

.carousel-control.left {
	left: 40px;
}
.carousel-control.right {
	right: 40px;
}

.carousel-control > .glyphicon-chevron-left {
	margin-left: -20px;
}
.carousel .item {
	padding-top: 40px;
	background-color: transparent!important;
	margin: 0;
}
.carousel .item .active   {
	overflow: hidden;
}

#myCarousel .carousel-indicators {
    margin: 20px auto 0 auto;
	overflow: hidden;
    position: absolute;
	top: 0;
	left: 0;
    width: 100%;
}
#myCarousel .carousel-indicators li {
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
	border: none;
    display: inline-block;
    height: auto;
    margin: 0 !important;
	width: auto;
}
#myCarousel .carousel-indicators li img {
    display: block;
    opacity: 0.5;
	width: 80px;
	height: 80px;
}
#myCarousel .carousel-indicators li.active img {
    opacity: 1;
}
#myCarousel .carousel-indicators li:hover img {
    opacity: 0.75;
}
#myCarousel .carousel-outer {
    position: relative;
}
/* ******************************************************************* */
/* ******************************************************************* */
/* FOOTER */
/* ******************************************************************* */
/* ******************************************************************* */
.footer > .container-footer {
	padding-top: 0px;
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
}
.container-footer .col-xs-6 {
	padding: 0!important;
	margin-top: 40px;
	
}
.copyright {
	margin-top: 20px;
}
.copyright p { 
	text-align: center;
	font-size: 12px;
}



/* ******************************************************************* */
/* ******************************************************************* */
/* MOBILE */
/* ******************************************************************* */
/* ******************************************************************* */


@media (max-width: 1010px) {
	.container-science-top .col-sm-4 { 	min-height: 450px; }
}
@media (max-width: 990px) {
	.expert .row {
		margin: 10px auto;
		width: 90%;
	}
	.bestquality_txt { top: 7%; width: 45%; }
	.bestquality_txt h2 { font-size: 20px; }
	.body_txtbox h2 {
		font-size: 20px;
	}	
	.body_video {
		min-height: 420px;
	}

	.header-arcticberries h1, .header-arcticberries  h3{
		padding-left: 40px;
		padding-right: 40px;
	}
	.science-community-ansab-txt {
		width: 96%;		
	}
	.history-content {
		width: 96%;
		max-width: 700px;
	}
	.history-content p { font-size: 20px; }
	.jumbotron {
		min-height: 450px;
		height: 40vh;
	}
	.body-container {
		padding-top: 50px;
	}
	.body-container h2 {
		font-size: 20px;
	}

}
@media (max-width: 768px) {
	.berry_research {
		margin-top: 0px;
	}	
	.berry_research_txt {
		top: 20%;
	}
	.carousel-inner { padding-bottom: 100px;  }
	.carousel-control {
		clear: both;
		top: auto!important;
		bottom: 0px;
		display: block;
		border-radius: 0;
		width: 38%!important;
		width: auto;
		margin: 50px 0px 20px 0px;
	}
	.berriestxt {
		padding-right: 40px;
	}
	.intro { 
		max-width: auto!important;
		width: 90%;
	}	
	.header-arcticberries { margin: 40px auto; width: 90%; }
	.header-arcticberries h1{ font-size: 24px; }
	.header-arcticberries  h3 { font-size: 20px; }
	.row-berry { 
		margin: 0 auto;
		width: 96%;
	}
	.history-content { 
		width: 80%;
	}
	.history p { font-size: 18px; }
	.expert .row {
		width: 96%;
		margin: 0 auto;
	}
	.experttxt h3 {
		font-size: 16px;
	}
	.jumbotron {
		min-height: 400px;
		height: 40vh;
	}
	.body-container {
		padding-top: 50px;
	}

}
@media (max-width : 660px) { 
	.berry_research {
		margin: 0;
		padding: 40px 0 60px 0;
	}
	.berry_research_txt {
        background: rgba(255, 255, 255, 0.6);
		padding: 10px 20px;
		margin: 0 auto;
		position: relative;
		left: 0;
		right: 0;	
		width: 85%;
		text-align: center;
		color: #000;
	}
	.berry_research_txt .description { 
		font-size: 14px;
		margin: 10px 0px 0px 0px;
	}
	.berry_research_txt h1 {
		font-weight: 800; 
		font-size: 18px;
		text-transform: uppercase; 
		line-height: 1.2; 
	}
	.berry_research_txt p { 
		font-size: 14px;
		font-weight: 300;
		line-height: 1.5; 
	}
		
	.expert h3 {
		font-size: 16px;
	}
	.expert .row {
		width: 90%;
		margin: 0 auto;
	}
	.expert .col-xs-4 {
		width: 100%;
		float: none;
	}
	.expertimg { width: 70%; } 
	.btn-promo {
		padding: 5px 10px;
		margin: 0px 0px 10p 0px;
	}
	.container-bestquality {
		margin: 0;
		padding: 40px 0 60px 0;
	}
	.bestquality_txt {
        background: rgba(255, 255, 255, 0.6);
        padding: 10px 20px;
		position: relative;
		margin: 0 auto;
		width: 85%;
		left: 0;
		text-align: center;
		color: #000;
	}
	.bestquality_txt h1 {
		font-weight: 800; 
		font-size: 18px;
		text-transform: uppercase; 
		line-height: 1.2; 
	}
	
	.bestquality_txt p { 
		font-size: 14px; 
		padding: 0;
		margin: 10px 0px;
	}
	.jumbotron { min-height: 350px;	}
	.body-container { padding: 50px 20px 0px 20px; }	
	.body-container h2 { font-size: 14px; }

	.intro h1 {
		font-size: 20px;
		margin-top: 5%;
	}
	.intro p { font-size: 16px!important; }
	.studies {
		margin: 0 auto;
		max-width: auto!important;
	}
	.science-community-ansab-txt p {
		line-height: 1.5;
		font-size: 16px;
	}
	.studies p { font-size: 12px; }
	.header-arcticberries h1{ font-size: 18px; }
	.header-arcticberries  h3 { font-size: 16px; }
	.row-berry .col-xs-6 {
		width: 49.9999%;
	}
	.history-content p { font-size: 16px; }
}

@media screen and (max-width : 480px) {    
    #myCarousel .carousel-indicators li,
    #myCarousel .carousel-indicators li.active {
      width: 50px;
      height: 8px;
      position: relative;
    }
    #myCarousel .carousel-indicators li > .thumbnail {
       width: 50px;
       left: 50%;
       margin-top: -50px;
       margin-left: -25px;
    }
}

@media (max-width: 480px) {
	.header-arcticberries h1{ font-size: 18px; }
	.header-arcticberries  h3 { font-size: 14px; }
	.col-xs-7, .col-xs-3 { width: 90%; float: none!important; }
	.col-xs-12, .col-xs-6 { width: 100%; }
	.berrieslist .col-xs-6 { width: 50%; float: left; padding: 0px!important; margin: 0px 0px 0px 0px!important; }
	.berriesimg,.berriesimg1 { float: none!important; width: 80%; margin: 0 auto; }
	.berriestxt { padding: 0!important; margin: 40px 40px 0px 40px;}

	.paperlink, .paperlink a, .paperlink span {
		width: 170px!important;
		height: 40px!important;
	}
	.paperlink {
		margin: 0px 0px 0px 0px!important;
		padding: 0px 0px 0px 0px!important;
	}
	.paperlink span {
		margin-left: 90px;
		padding-top: 0px;
	}
	.berries ul { padding: 0!important; margin: 20px 0px 0px 0px!important; }
	.introimg{ margin: 0px; float: none!important; width: 90%; max-width: auto; }
	.premium  { float: none!important; width: 60%; }
	.intro { padding: 40px 0px 0px 0px; }
	.premiumtxt, .communitytxt, .historytxt { width: 90%; margin: 40px 20px 50px 20px; padding: 0px 0px 0px 0px !important; }
	.communitytxt { margin-left: 40px; }
	.linklist li { text-align: center; width: 100%; }
	.history-content p { font-size: 14px; }
}


