@charset "utf-8";
 @media only screen and (max-width: 1200px) {
#lang {
	display:none;
}
#menu {
	display: block;
    margin-right: 10px;
}
#globalNav {
	min-width: initial;
	width: 240px;
	height: 100%;
	max-height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
	box-sizing: border-box;
	background: #FFF;
	-webkit-transform: translateX(-250px);
	-ms-transform: translateX(-250px);
	transform: translateX(-250px);
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
	-webkit-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	-webkit-transition-property: -webkit-transform;
	transition-property: transform;
	overflow: hidden;
	overflow-y: auto;
	z-index: 10100;
}
#globalNav li {
	float: none;
	margin: 0;
}
#globalNav li.sp {
	display: block;
}
#globalNav li a:hover {
	border-bottom: 2px solid #FFF;
}
#globalNav li a {
	display: block;
	padding: 10px 20px;
	line-height: normal !important;
	font-weight: 600;
}
#globalNav.is-visible {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}
#globalNav li.lang {
	background:#FAFAFA;
	border-top:1px solid #EEEEEE;
	border-bottom:1px solid #EEEEEE;
	padding:10px 20px;
}
#globalNav li.lang span {
	display:block;
}
#globalNav li.lang select {
	padding:2px;
	border-radius:4px;
	margin:5px 0 0;
}
 }
 @media only screen and (max-width: 1024px) {
#column-wrapper .column {
	width: 100%;
	float: none;
}
#news-wrapper {
	height: 500px !important;
}
#quote li {
	font-size: 16px;
}
}
 @media only screen and (max-width: 960px) {
#page-title {
	padding: 80px 0 40px;
}
#page-title h1 .sans-serif {
	font-size: 80px;
	position: static;
}
#page-title h1 .serif {
	font-size: 90px;
	position: static;
}
}
 @media only screen and (max-width: 767px) {
body{
	background: none;
}
#text-wrapper h1{
	font-size: 24px;
	line-height: 1.5;
	margin-bottom: 10px;
}
#text-wrapper p small{
	font-size: 12px;
}
#page-title {
	padding: 60px 0 30px;
}
#page-title h1 .sans-serif {
	font-size: 50px;
	position: static;
}
#page-title h1 .serif {
	font-size: 60px;
	position: static;
}
body {
	font-size: 12px;
}
header#mainHeader {
	padding: 0 2%;
	line-height: normal;
}
#logo {
	line-height: 70px;
	width: 250px;
}
#footer-info .block {
	width: 100%;
	float: none;
	text-align: center;
	margin: 0;
}
#footer-info table {
	margin: 0 auto 20px;
	text-align: left;
}
#remoteNav {
	width: 80%;
	margin: 10px 0 0;
	text-align: left;
}
#remoteNav li {
	margin-bottom: 5px;
}
#column-wrapper {
	width: 98%;
	margin: 20px 1%;
}
.col-inner {
	margin: 5px;
	padding: 10px;
}
#tiles-wrapper {
	position: relative;
}
#filters:before {
	display: none;
}
#tiles li {
}
#tiles li.inactive {
	opacity: 0;
}
#news-wrapper {
	height: auto !important;
}
#news-wrapper article {
	text-align: center;
	width: 50%;
	float: left;
	margin: 0;
	padding: 5px !important;
	border: none;
	box-sizing: border-box;
}
#news-wrapper article:nth-child(odd) {
	clear: both;
}
#news-wrapper .block-left {
	float: none;
	clear: both;
	width: 100%;
	max-width: 180px;
	margin: 0 auto 5px;
}
#news-wrapper .block-right {
	padding: 0;
}
#news-wrapper h1 {
	font-size: 12px;
	text-align: center;
}
#news-wrapper h1+p {
	display: none;
}
#news-wrapper p.news-date {
	text-align: center;
	margin: 0;
}
#value {
	margin: 20px 2%;
}
#brands h2 {
	letter-spacing: 0;
}
#brands h2+p {
	letter-spacing: 0;
	font-size: 14px;
}
}
 @media only screen and (max-width: 560px) {
#value {
	height: auto;
	text-align: center;
	padding: 20px 10px;
}
#value h2 {
	position: relative;
	left: 0;
	top: 0;
	padding: 0 30px;
	text-align: left;
	font-size: 16px;
	height: 60px;
	line-height: 60px;
	display: inline-block;
}
#value h2:before {
	font-size: 20px;
	font-weight: 600;
}
#value h2:after {
	margin: 0 10px;
}
#value #quote {
	height: 250px;
	position: relative;
	left: 0;
	top: 0;
	width: auto;
}
#value #quote li {
	font-size: 14px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	padding: 30px;
}
#quote-navi {
	position: static;
	left: 0;
	bottom: 0;
	margin: 0;
}
#remoteNav li {
	width: 50%;
}
}
