/*
Theme Name: Itä-Suomen Biopankki
Author: Crealab Oy / Mikko Hopia Oy
Author URI: http://www.crealab.fi
Description: Itä-Suomen Biopankki sivupohja
Version: 1.0
*/

/* Reset */

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td { margin: 0; padding: 0; }
img { border: 0; }
ul, dl { list-style: none; }
div { box-sizing: border-box; }

/* Fonts */

@font-face {
	font-display: auto;
  font-family: 'Open Sans';
  font-weight: 400;
  src: url(fonts/OpenSans-Regular.ttf);
}

@font-face {
	font-display: auto;
  font-family: 'Open Sans';
  font-weight: 700;
  src: url(fonts/OpenSans-Bold.ttf);
}

@font-face {
	font-display: auto;
  font-family: 'Exo';
  font-weight: 400;
  src: url(fonts/Exo-Regular.ttf);
}

@font-face {
	font-display: auto;
  font-family: 'Exo';
  font-weight: 600;
  src: url(fonts/Exo-SemiBold.ttf);
}

@font-face {
	font-display: auto;
  font-family: 'Exo';
  font-weight: 700;
  src: url(fonts/Exo-Bold.ttf);
}

@font-face {
	font-display: auto;
  font-family: 'Exo';
  font-weight: 800;
  src: url(fonts/Exo-ExtraBold.ttf);
}

/* HTML5 */

article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, mark, time {  
	display:block;
}

/* Typography */

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 1rem;
}

a {
	color: #b2552e;
	text-decoration: none;
	transition-duration: 0.5s;
}

h2 a {
	text-decoration: underline;
}

a:hover { 
	text-decoration: underline;
}

a.btn {
	background: #487896;
  color: #fff;
  display: inline-block;
  font-family: 'Exo', sans-serif;
  padding: 3px 17px;
}

a.btn.red {
	background: #b2552e;
}

a.big-btn {
	font-family: 'Exo', sans-serif;
	font-size: 2rem;
  font-weight: 600;
	display: block;
	margin-bottom: 20px;
	padding: 30px 20px;
	text-align: center;
	text-transform: uppercase;
}

a.big-btn.red,
span.big-info.red {
	background: #b2552e;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a.big-btn.turqoise,
span.big-info.turqoise {
	background: #487896;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a.big-btn.blue,
span.big-info.blue {
	background: #487896;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

span.big-info {
	font-family: 'Exo', sans-serif;
	font-size: 2rem;
  font-weight: 600;
	display: block;
	line-height: 1.2;
	margin-bottom: 20px;
	padding: 30px 20px;
	text-align: center;
}

span.big-info strong {
	font-weight: 800;
}

a.read-more {
	color: #b2552e;
	font-family: 'Exo', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
}

span.dotted {
	background: url(img/h2-dots.png) bottom center no-repeat;
	display: block;
	font-weight: 700;
	margin-bottom: 25px;
  padding-bottom: 35px;
}

p {
	line-height: 1.4;
	margin-bottom: 20px;
}

div.col-wrap p:last-child {
	margin-bottom: 0;
}

h1 {
	color: #b2552e;
	font-family: 'Exo', sans-serif;
	font-size: 2.375rem;
	font-weight: 800;
	line-height: 1.1;
	margin-bottom: 20px;
	text-transform: uppercase;
}

h2 {
	color: #b2552e;
	font-family: 'Exo', sans-serif;
	font-size: 1.875rem;
	font-weight: 800;
	/*font-size: 3rem;
	font-weight: 600;*/
	line-height: 1.1;
	margin-bottom: 20px;
	/*text-transform: uppercase;*/
}

div.bg-gray h2 {
	color: #b2552e;
}

h2.dotted {
	background: url(img/h2-dots.png) bottom center no-repeat;
	color: #fff;
	font-size: 3rem;
	font-weight: 600;
	margin-bottom: 20px;
	padding-bottom: 20px;
	text-transform: uppercase;
}

h3 {
	color: #324450;
	font-family: 'Exo', sans-serif;
	font-size: 1.6rem;
	font-weight: 800;
	line-height: 1.1;
	margin-bottom: 20px;
	/*text-transform: uppercase;*/
}

div.col-wrap ol,
div.col-wrap ul {
	line-height: 1.4;
	margin-bottom: 20px;
	padding-left: 20px;
}

div.col-wrap ul {
	list-style: disc;
}

.center { text-align: center; }

blockquote {
	background: url(img/lainaus.png) top 2px left 15px no-repeat;
	color: #b2552e;
	font-family: 'Exo', sans-serif;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1.1;
	margin-bottom: 20px;
	padding-left: 70px;
}

cite {
	color: #000;
	display: block;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	padding-top: 10px;
}

/* Wrap and col */

div.bg-gray {
	background: #f7f9f6;
	padding: 20px 0
}

div.wrap {
	clear: both;
	margin: 26px auto;
	max-width: 1440px;
	position: relative;
	z-index: 1;
}

header div.wrap {
	margin-top: 0;
}

div.col-wrap {
	clear: both;
	position: relative;
	width: 100%;
	float: left;
}

div.col-wrap + div.col-wrap {
	margin-top: 40px;
}

div.wrap:after,
div.col-wrap:after,
div.events-bg:after,
div.contact-bg:after,
div.div.bg-gray:after,
div.home-news-date-wrap:after,
footer:after,
div.news-archive:after {
  content: "";
  display: table;
  clear: both;
}

div.no-bot-pad {
	padding-bottom: 20px;
}

div.no-top-pad {
	padding-top: 20px;
}

div.col-1 {
	padding: 0 4%;
}

div.col-2 {
	float: left;
	margin-right: 2%;
	padding: 0;
	position: relative;
	width: 49%;
}

div.col-2:last-child {
	margin-right: 0;
}

div.col-2-bg {
	padding: 45px;
}

div.col-2-bg a {
	color: #fff;
	text-decoration: underline;
}

div.col-2-bg-blue {
	background: #487896;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

div.col-2-bg-red {
	background: #b2552e;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

div.col-3 {
	float: left;
	padding: 0 45px;
	position: relative;
	width: 33.33%;
}

/*div.col-wrap div.col-wrap div.col-3 {
	padding: 0 20px;
}*/

div.col-4 {
	float: left;
	padding: 0 45px;
	position: relative;
	width: 25%;
}

div.col-3-2 {
	float: left;
	padding: 0 4% 0 2%;
	width: 66.66%;
}

div.col-3-1 {
	float: left;
	padding: 0 1%;
	width: 33.33%;
}

div.col-2-1 {
	float: left;
	width: 32%;
}

div.col-2-1:first-child {
	padding: 0 2% 0 0;
}

div.col-2-1:nth-child(2) {
	padding: 0 0 0 2%;
}

div.col-2-1 {
	position: -webkit-sticky;
	position: sticky;
	top: 20px;
}

body.home div.col-2-1 {
	position: relative;
	top: auto;
}

div.col-2-2 {
	border-right: 1px solid #487896;
	float: left;
	margin-right: 2%;
	width: 66%;
}

body.home div.col-2-2 {
	border-right: none;
}

div.col-2-2:first-child {
	padding: 25px 10% 25px 45px;
}

div.col-2-1:nth-child(2) {
	padding: 25px 45px 25px 0;
}

/* Accessibility */

.screen-reader-text {
  border: 0;
  clip: rect(1px,1px,1px,1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal;
}

.screen-reader-text:focus {
	background-color:#fff;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
	clip: auto!important;
	-webkit-clip-path: none;
	clip-path: none;
	color: #000;
	display: block;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 20px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Header */

header {
	/*background: rgba(255, 255, 255, 0.79);*/
	background: rgba(255, 255, 255, 0.95);
	height: 120px;
	margin-top: 20px;
	position: relative;
	z-index: 2;
}

/*body.admin-bar header {
	margin-top: 32px;
}*/

header p.site-title { margin-bottom: 0; }

header p.site-title a {
	background: url(img/biopankki-logo-x2.png) center center no-repeat;
	background-size: contain;
	display: block;
	height: 78px;
	left: 30px;
	overflow: hidden;
	position: absolute;
	text-indent: -9999px;
	transition-duration: 0s;
	top: 20px;
	width: 278px;
}

body.language-en header p.site-title a {
	background: url(img/biopankki-logo-x2-en.png) center center no-repeat;
	background-size: contain;
}

button.hamburger {
	background: none;
	border: 0;
	cursor: pointer;
	display: none;
	height: 18px;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 20px;
	top: 50px;
	width: 25px;
}

#nav-icon span {
  display: block;
  position: absolute;
  height: 4px;
  width: 25px;
  background: #b2552e;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  width: 100%;
}

#nav-icon span:nth-child(1) {
  top: 0;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon span:nth-child(2) {
  top: 7px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon span:nth-child(3) {
  top: 14px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon.open span:nth-child(1) {
  -webkit-transform: rotate(35deg);
  -moz-transform: rotate(35deg);
  -o-transform: rotate(35deg);
  transform: rotate(35deg);
  top: 0;
  left: 0;
  width: 25px;
}

#nav-icon.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-35deg);
  -moz-transform: rotate(-35deg);
  -o-transform: rotate(-35deg);
  transform: rotate(-35deg);
  top: 14px;
  left: 0;
  width: 25px;
}

ul.main-navi {
	font-family: 'Exo', sans-serif;
	font-size: 1.188rem;
	font-weight: 700;
	left: 353px;
	position: absolute;
	text-transform: uppercase;
	/*top: 50px;*/
	top: 0;
}

ul.main-navi > li {
	display: inline-block;
	padding: 53px 10px;
	position: relative;
}

ul.main-navi > li a {
	color: #324450;
	display: block;
	line-height: 1;
	transition-duration: 0s;
}

ul.main-navi > li.current-menu-item > a,
ul.main-navi > li > a:hover,
ul.main-navi > li:hover > a,
ul.main-navi > li.current-menu-parent > a {
	border-bottom: 2px dotted #b2552e;
	text-decoration: none;
}

ul.main-navi ul {
	background: rgba(255, 255, 255, 0.95);
	display: none;
	font-size: 1rem;
	font-weight: 400;
	left: 0;
	list-style: none;
	padding: 0 15px 10px 15px;
	position: absolute;
	text-transform: none;
	top: 120px;
	width: 250px;
}

ul.main-navi > li:hover ul {
	display: block;
}

ul.main-navi ul li {
	display: block;
}

ul.main-navi ul li a {
	line-height: 1.2;
	padding: 5px 0;
}

ul.main-navi ul li a:hover,
ul.main-navi ul li.current-menu-item a {
	color: #b2552e;
	text-decoration: none;
}

ul.main-navi > li > a:after { content: "\203A"; display: inline-block; margin-left: 5px; transform: rotate(90deg); } 
ul.main-navi > li > a:only-child:after { content: none; } 

ul.lang-navi {
	font-family: 'Exo', sans-serif;
	font-size: 1.188rem;
	font-weight: 700;
	position: absolute;
	right: 15px;
	text-transform: uppercase;
	top: 45px;
}

ul.lang-navi li {
	display: inline-block;
}

ul.lang-navi > li > a {
	color: #324450;
	display: block;
	padding: 5px 8px;
	transition-duration: 0s;
}

ul.lang-navi > li.selected > a,
ul.lang-navi > li.current-lang > a,
ul.lang-navi a:hover {
	background: #b2552e;
	color: #fff;
	text-decoration: none;
}

/* HERO */

div.hero {
	height: 816px;
	margin-bottom: 13px;
	margin-top: -140px;
	position: relative;
	z-index: 1;
}

img.hero-graph {
	height: auto;
	max-height: 100%;
	max-width: 100%;
	width: auto;
}

div.hero h1 {
	background: rgba(255, 255, 255, 0.79);
	bottom: 85px;
	box-sizing: border-box;
	color: #b2552e;
	font-size: 3.75rem;
	font-weight: 700;
	left: 0;
	margin-bottom: 0;
	max-width: 775px;
	padding: 25px 30px;
	position: absolute;
	text-transform: uppercase;
}

/* /HERO END */

/* Home page news */

div.homenews-wrap {
	background: url(img/news-bg.jpg) center center no-repeat;
	background-size: cover;
	padding: 45px;
	position: relative;
	z-index: 1;
}

div.homenews-items { display: none; }

div.homenews-navi {
	bottom: -30px;
	left: 30%;
	position: absolute;
	text-align: center;
	width: 40%;
	z-index: 2;
}

div.homenews-navi button {
	background: #487896;
	border: none;
	border-radius: 13px;
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	height: 15px;
	margin-left: 9px;
	margin-right: 9px;
	overflow: hidden;
	text-indent: -9999px;
	width: 15px;
}

div.homenews-navi button:hover,
div.homenews-navi button.current {
	background: #b2552e;
}

div.homenews-text {
	display: flex;
	position: relative;
	z-index: 2;
  width: 100%;
}

div.homenews-text h2 {
	font-size: 2.688rem;
	font-weight: 700;
	margin-bottom: 10px;
	text-transform: uppercase;
}

div.homenews-text h2 a {
	color: #b2552e;
}

div.homenews-text div.date {
	background: url(img/bg-news-date-dots.png) top right repeat-y;
	align-items: center;
	color: #86b2b2;
	display: flex;
	float: left;
	font-family: 'Exo', sans-serif;
	font-size: 1.5rem;
	padding-right: 35px;
	text-align: right;
	width: 25%;
}

div.homenews-text div.date > span {
	display: block;
	font-size: 3.625rem;
	font-weight: 400;
	line-height: 1;
	text-align: right;
	width: 100%;
}

div.homenews-text div.date > span span {
	font-size: 4.375rem;
	font-weight: 800;
}

div.homenews-text-content {
	float: left;
	padding-left: 35px;
	width: 75%;
}

/* Home page some */

div.home-news-img {
	height: 240px;
	margin-bottom: 10px;
}

div.home-news-date-wrap {
	bottom: 17px;
	font-size: 1rem;
	left: 60px;
	position: absolute;
	width: calc(100% - 120px);
}

div.home-news-day {
	background: #487896;
	color: #fff;
	display: inline-block;
	font-size: 1.2rem;
	font-weight: 500;
	margin-right: 5px;
	min-width: 30px;
	padding: 5px 10px;
	text-align: center;
}

div.home-news-icon {
	height: 34px;
	overflow: hidden;
	position: absolute;
	right: 0;
	text-indent: -9999px;
	top: 0;
	width: 34px;
}

div.home-news-icon.facebook {
	background: url(img/fb.png) top right no-repeat;
	background-size: contain;
}

p.fb-isbp {
	background: url(img/isbio-fb.png) no-repeat;
	background-size: contain;
	color: #b2552e;
	display: inline-block;
	font-weight: 600;
	line-height: 40px;
	padding-left: 55px;
}

p.fb-subp {
	background: url(img/subio-fb.png) no-repeat;
	background-size: contain;
	color: #b2552e;
	display: inline-block;
	font-weight: 600;
	line-height: 40px;
	padding-left: 55px;
}

a.home-news-link {
	background: #fff;
	color: #000;
	display: block;
}

a.home-news-link:hover {
	opacity: 0.8;
	text-decoration: none;
}

div.home-news-txt {
	padding: 5px 15px 60px 15px;
}

div.home-news-txt p {
	margin-bottom: 10px;
}

div.home-news-txt p.some-text {
	min-height: 90px;
}

/* News archive */

div.col-wrap-latest-news {
	margin-bottom: 40px;
}

div.news-latest {
	border: 1px solid #487896;
}

div.news-latest-img {
	height: 245px;
	position: relative;
}

div.news-latest-date {
	background: #487896;
	bottom: 0;
	color: #fff;
	font-family: 'Exo', sans-serif;
	left: 0;
	padding: 3px 17px;
	position: absolute;
}

div.news-latest-text {
	padding: 15px;
}

div.news-latest-text h2 {
	font-size: 1.1rem;
	text-transform: uppercase;
}

div.news-archive {
	margin-bottom: 60px;
}

div.news-archive div.date {
	background: url(img/bg-news-date-dots.png) top right repeat-y;
  align-items: center;
  color: #88b6ce;
  display: flex;
  float: left;
  font-family: 'Exo', sans-serif;
  font-size: 1.5rem;
  min-height: 130px;
  padding-right: 20px;
  text-align: right;
  width: 25%;
}

div.news-archive div.date > span {
  display: block;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1;
  text-align: right;
  width: 100%;
}

div.news-archive div.date > span span {
  font-size: 2.25rem;
  font-weight: 800;
}

div.news-archive-text-content {
	float: left;
  padding-left: 20px;
  width: 75%;
}

div.news-archive-text-content h2 {
	font-size: 1.1rem;
	text-transform: uppercase;
}

ul.news-archive {
	font-family: 'Exo', sans-serif;
	font-size: 1.875rem;
  font-weight: 800;
  list-style: none !important;
  padding-left: 0 !important;
}

ul.news-archive li {
	margin-bottom: 20px;
}

ul.news-archive li a {
	color: #324450;
}

ul.news-archive li a:hover,
ul.news-archive li.selected a {
	color: #b2552e;
}

ul.news-archive ul {
	/*display: none;*/
	font-size: 1rem;
	font-weight: 400;
	list-style: none !important;
  padding-left: 20px !important;
}

ul.news-archive ul li {
	margin-bottom: 5px;
}

/* Screens */

div.screen {
	position: relative;
}

div.screen img.next-screen {
	height: auto;
	position: absolute;
	right: -25px;
	top: 40px;
	width: 50px;
}

/* Research */

div.research {
	border-bottom: 2px dotted #8e989f;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

div.research h2 {
	margin-bottom: 0;
	position: relative;
}

div.research h2 span.name {
	color: #487896;
	display: block;
	font-size: 1.2rem;
	font-style: italic;
	font-weight: 400;
}

div.research h2 span.arrow {
	position: absolute;
	right: 0;
	top: 0;
	transform: rotate(90deg);
	transition-duration: 0.5s;
}

div.research h2.open span.arrow { 
	transform: rotate(-90deg);
}

div.research-info {
	/*display: none;*/
	padding-top: 20px;
}

/* Images */

div.col-wrap img {
	height: auto;
	max-width: 100%;
}

/* Table */

table {
	border-collapse: collapse;
	line-height: 1.45;
	margin-bottom: 30px;
	width: 100%;
}

table td {
	padding: 2px 0;
	vertical-align: top;
}

table td:last-child {
	text-align: right;
	white-space: nowrap;
}

/* Form */

div.gform_wrapper {
	padding-top: 20px;
}

div.gform_wrapper li {
	margin-bottom: 11px;
}

ul.gfield_radio li {
	margin-bottom: 0;
}

textarea {
	height: 100px;
}

div.ginput_container_radio {
	margin-bottom: 11px;
}

li.gfield_html {
	margin-bottom: 20px;
}

li.gform_validation_container {
	display: none;
}

img.gform_ajax_spinner {
	display: block;
	height: auto !important;
	margin-top: 20px;
	margin-top: 10px;
	width: 30px !important;
}

div.validation_error {
	margin-bottom: 11px;
}

div.validation_error,
div.validation_message,
li.gfield_error {
	color: red;
}

li.gfield_error input[type=text],
li.gfield_error textarea {
	border: 1px solid red;
}

div.gform_confirmation_message {
	background: #d9984d;
	padding: 20px;
}

/* Footer */

footer {
	background: #b2552e;
	clear: both;
	color: #fff;
	font-family: 'Exo', sans-serif;
	padding-top: 5px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

footer a {
	color: #fff;
}

footer p {
	margin-bottom: 10px;
}

div.foo-logos {
	text-align: center;
}

div.foo-logos a {
	display: inline-block;
	vertical-align: middle;
	width: 18%;
}

div.foo-logos a:hover {
	opacity: 0.8;
}

div.foo-logos a img {
	display: block;
	height: auto;
	width: 100%;
}

footer ul {
	font-weight: 400;
	list-style: none !important;
	padding-left: 0 !important;
	margin-top: 70px;
	text-transform: uppercase;
}

footer li {
	margin-bottom: 8px;
}

p.foo-address {
	font-weight: 400;
	line-height: 20px;
	padding-left: 35px;
}

p.location {
	background: url(img/icon-location.png) left 6px center no-repeat;
	background-size: contain;
}

p.phone {
	background: url(img/icon-mobile.png) left 6px center no-repeat;
	background-size: contain;
}

p.email {
	background: url(img/icon-email.png) left center no-repeat;
	background-size: 25px 19px;
}

a.foo-some {
	display: inline-block;
	height: 39px;
	margin-top: 20px;
	overflow: hidden;
	text-indent: -9999px;
	width: 39px;
}

a.foo-some.facebook {
	background: url(img/icon-facebook.png) no-repeat;
	background-size: contain;
	margin-right: 20px;
}

a.foo-some.linkedin {
	background: url(img/icon-linkedin.png) no-repeat;
	background-size: contain;
}

a.foo-some:hover {
	opacity: 0.8;
}

a.to-top {
	background: #b2552e;
	bottom: 20px;
	border-radius: 50px;
	color: #fff;
	display: block;
	font-size: 3rem;
	height: 50px;
	line-height: 40px;
	opacity: 0.5;
	position: fixed;
	right: 20px;
	text-align: center;
	transform: rotate(-90deg);
	width: 50px;
	z-index: 10;
}

a.to-top:hover {
	opacity: 1;
	text-decoration: none;
}

/* Search */

form.search {
	margin-bottom: 40px;
}

form.search input {
	box-sizing: border-box;
	font-family: 'Open Sans', sans-serif;
	font-size: 1rem;
	padding: 5px;
}

form.search input[type=text] {
	border: 1px solid #ccc;
	width: 200px;
}

form.search input[type=submit] {
	background: #b2552e;
	border: none;
  color: #fff;
	width: 50px;
}

span.search-permalink {
	color: #ccc;
}

/* Misc */

div.clear {
	clear: both;
	height: 0;
}

.smooth-font {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

div.only-mobile {
	display: none;
}

@media only screen and (max-width : 1550px) {
	div.hero {
		height: 80vh;
	}
}

@media only screen and (max-width : 1440px) {
	div.hero {
		height: 80vh;
	}

	div.hero h1 {
		font-size: 3rem;
		width: 50%;
	}
}

@media only screen and (max-width : 1330px) {
	ul.main-navi {
		font-size: 1rem;
		left: 340px;
	}

	ul.lang-navi {
		font-size: 1rem;
	}

	div.col-3,
	div.col-4 {
		padding: 0 25px;
	}

	div.home-news-date-wrap {
		left: 40px;
		width: calc(100% - 80px);
	}

	a.big-btn {
		font-size: 1.5rem;
	}

	div.screen > img {
		position: relative;
		z-index: 1;
	}

	div.screen img.next-screen {
		right: -15px;
		top: 50px;
		width: 30px;
		z-index: 2;
	}
}

/* 1330 */

/* TABLET WIDTH 1180 */

@media only screen and (max-width : 1180px) {
	h2,
	div.homenews-text h2,
	h2.dotted {
		font-size: 2rem;
	}

	h3 {
		font-size: 1.6rem;
	}

	ul.main-navi,
	ul.lang-navi {
		display: none;
	}

	ul.main-navi {
		background: #fff;
		/*box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.04);*/
		box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.1);
		/*border-bottom: 2px solid #b2552e;*/
		box-sizing: border-box;
		/*display: block;*/
		left: 0;
		padding: 20px;
		position: absolute;
		top: 120px;
		width: 100%;
	}

	ul.main-navi > li {
		display: block;
		margin-bottom: 20px;
		padding: 0;
	}

	ul.main-navi > li:last-child {
		margin-bottom: 0;
	}

	ul.main-navi ul {
		box-sizing: border-box;
		display: block;
		left: auto;
		list-style: none;
		margin-bottom: 20px;
		position: relative;
		top: auto;
		width: 100%;
	}

	button.hamburger {
		display: block;
	}

	div.hero {
		height: 50vh;
	}

	div.hero h1 {
		font-size: 2rem;
		width: 80%;
	}

	div.col-3 {
		padding: 0 10px;
	}

	div.col-2-1,
	div.col-2-2 {
		float: none;
		width: 100%;
	}

	div.col-2-2 {
		border-right: 0;
		margin-right: 0;
	}

	div.col-2-2:first-child,
	div.col-2-1:nth-child(2) {
		padding: 20px;
	}

	div.home-news-date-wrap {
		left: 20px;
		width: calc(100% - 40px);
	}

	div.home-news-img {
		height: 150px;
	}

	p.fb-isbp,
	p.fb-subp {
		background: none;
		line-height: 1;
		padding-left: 0;
	}

	footer div.col-4 {
		width: 50%;
	}

	footer div.col-4:nth-child(1) {
		text-align: center;
		width: 100%;
	}

	footer div.col-4:nth-child(2) {
		clear: left;
	}

	footer div.col-4:nth-child(4) {
		display: none;
	}

	div.home-news-txt {
		font-size: 0.8rem;
	}

	footer p.location,
	footer p.phone,
	footer p.email {
		margin: 0 auto 10px auto;
		width: 140px;
	}

	footer p.email {
		width: 220px;
	}

	ul.main-navi ul.lang-navi > li {
		display: inline-block;
	}

	ul.main-navi ul.lang-navi > li a {
		display: inline-block;
		padding: 5px 8px;
	}
}

/* 1180 TABLET END */

/* MOBILE WIDTH 600 */

@media only screen and (max-width : 600px) {
	.no-mobile { display: none; }

	header {
    background: #fff;
    height: 80px;
    margin-top: 0;
	}

	header p.site-title a {
		left: 20px;
		top: 2px;
	}

	ul.main-navi {
		top: 80px;
	}

	button.hamburger {
		top: 30px;
	}

	div.hero {
		height: 40vh;
		margin-top: 0;
	}

	div.hero h1 {
		bottom: 20px;
		display: none;
		font-size: 1.6rem;
		padding: 20px;
		width: 100%;
	}

	h1 {
		font-size: 1.6rem;
	}

	h2,
	div.homenews-text h2 {
		font-size: 1.4rem;
	}

	h3 {
		font-size: 1.2rem;
	}

	div.research h2 span.name {
		font-size: 1rem;
	}

	span.big-info {
		font-size: 1.2rem;
	}

	div.wrap {
		margin: 20px 0;
	}

	div.col-2,
	div.col-2-2,
	div.col-2-1,
	div.col-3 {
		float: none;
		margin-bottom: 20px;
		width: 100%;
	}

	div.col-2-bg {
		padding: 30px 20px;
	}

	div.col-2-2:first-child {
    padding: 0 20px 0 20px;
	}

	div.flex {
		direction: block;
	}

	div.homenews-wrap {
		padding: 20px;
	}

	div.homenews-text div.date {
		background: none;
		border-bottom: 2px dotted #86b2b2;
		float: none;
		margin-bottom: 20px;
		padding-bottom: 10px;
		padding-right: 0;
		text-align: center;
		width: 100%;
	}

	div.homenews-text div.date > span {
		font-size: 1.4rem;
		text-align: center;
	}

	div.homenews-text div.date > span span {
		font-size: 2rem;
	}

	div.homenews-text {
		display: block;
		padding-bottom: 50px;
	}

	div.homenews-text-content {
    float: none;
    padding-left: 0;
    width: 100%;
	}	

	div.homenews-navi {
		bottom: 0;
	}

	div.home-news-img {
		height: 250px;
	}

	div.news-archive div.date {
    background: none;
    border-top: 2px dotted #86b2b2;
    float: none;
    margin-bottom: 20px;
    min-height: 0;
    padding-top: 10px;
    padding-right: 0;
    text-align: center;
    width: 100%;
	}

	div.news-archive div.date > span {
		font-size: 1.4rem;
		text-align: center;
	}

	div.news-archive div.date > span span {
		font-size: 2rem;
	}

	div.news-archive-text-content {
    float: none;
    padding-left: 0;
    width: 100%;
	}	

	footer div.col-4:nth-child(2),
	footer div.col-4:nth-child(3) {
		display: none;
		float: none;
		width: 100%;
	}

	footer div.col-4:nth-child(2) {
		padding-top: 20px;
	}

	footer ul {
		margin-top: 0;
	}

	div.foo-logos a {
		width: 45%;
	}

	a.big-btn {
    font-size: 1.2rem;
	}

	div.screen img.next-screen {
		display: block;
		margin: 0 auto;
		position: relative;
		right: auto;
		top: auto;
		transform: rotate(90deg);
		width: 30px;
	}

	ul.news-archive {
		font-size: 1.4rem;
	}

	blockquote {
		font-size: 1.2rem;
	}

	a.to-top {
		bottom: 10px;
		border-radius: 30px;
		box-sizing: border-box;
		font-size: 2rem;
		height: 30px;
		line-height: 20px;
		padding-top: 1px;
		right: 10px;
		width: 30px;
	}

	div.home-news-txt p.some-text {
		min-height: 0;
	}
}

/* 600  MOBILE END */

@media only screen and (max-width : 380px) {
	header p.site-title a {
		width: 50%;
	}
}

/* 380 */

@media only screen and (max-width : 350px) {
	h1 {
		font-size: 1.5rem;
	}
}

/* 350 */