html {
	overflow-y: auto;
	margin: 0;
	padding: 0;
}
body {
	background: #000 url("../images/fabric_plaid.png")  repeat;
	font-family: Gudea, Arial, sans-serif;
	font-family: Arial, sans-serif;
	color: #575757;
	margin: 0;
	padding: 0;
}
h1,h2 {
	font-size: 40px;
	line-height: 60px;
	margin: 0px;
	color: #505050;
	border-bottom: 2px solid #262626;
	border-bottom-color: rgba(0, 0, 0, .15)
}
h1 {
	text-align: center;
}
h3,h4 {
	color: #555
}
p,table {
	font-size: 18px;
}
small {
	font-size: 15px;
}
a {
	text-decoration: none;
	color: #575757;
}
ul,ol {
	margin: 0;
	padding: 0;
}
ul {
	list-style: none;
}
hr {
	border-color: rgba(250, 250, 250, .15);
	clear: both;
}
table {
	color: #090909;
}
td {
	padding: 10px 15px 10px 0;
}
span.price {
	font-family: PT sans narrow;
	font-style: italic;
	font-size: 20px;
	font-weight: bold;
}
iframe {
	border: none;
}
header {
	background: #000 url("../images/stressed_linen.png") repeat;
	width: 100%;
}
header .before {
	padding-top: 25px;
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
}
/*** Navigation ***/
nav {
	float: right;
}
/* Fix for android */
body { 
  -webkit-animation: bugfix infinite 1s; 
}
@-webkit-keyframes bugfix { 
  from { padding: 0; } 
  to { padding: 0; } 
}
nav input[type=checkbox] {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
label { 
  cursor: pointer;
  user-select: none;
}
nav label {
    display: none;
}
nav a {
	float: left;
	margin: 10px 10px;
	font-weight: bold;
	line-height: 1.3em;
	font-variant: small-caps;
	display: block;
	color: #f9f9f9;
	font-size: 20px;
}
/*** Header and footer ***/
header .border,footer .border {
	background: -webkit-linear-gradient(left, red, orange, yellow, green, blue, indigo,
		violet);
	background: -moz-linear-gradient(left, red, orange, yellow, green, blue, indigo,
		violet);
	background: -o-linear-gradient(left, red, orange, yellow, green, blue, indigo,
		violet);
	background: -ms-linear-gradient(left, red, orange, yellow, green, blue, indigo,
		violet);
	background: linear-gradient(left, red, orange, yellow, green, blue, indigo, violet);
	width: 100%;
	height: 5px;
}
footer {
	background: #000 url("../images/stressed_linen.png") repeat;
	min-height: 250px;
	font-size: 16px;
	color: #f9f9f9;
	position: relative;
	overflow: hidden;
	width: 100%;
}
footer .footer-group-left a {
	color: #f9f9f9;
}
footer .footer-group-left a {
	-webkit-transition: all 0.12s ease-out;
	-moz-transition: all 0.12s ease-out;
	-o-transition: all 0.12s ease-out;
}
footer .footer-group-left a.mail,footer .footer-group-left a.facebook,footer .footer-group-left a.youtube
	{
	width: 48px;
	height: 48px;
	display: block;
}
footer .footer-group-left a:hover {
	-webkit-transition: all 0.12s ease-out;
	-moz-transition: all 0.12s ease-out;
	-o-transition: all 0.12s ease-out;
}
footer .footer-group-right li {
	-webkit-transition: all 0.12s ease-out;
	-moz-transition: all 0.12s ease-out;
	-o-transition: all 0.12s ease-out;
}
footer .footer-group-right li:hover {
	position: relative;
	top: -2px;
	left: -2px;
	text-shadow: 1px 1px #888, 2px 2px #888, 3px 3px #888;
}
footer .footer-group-right span {
	font-weight: bold;
}
footer .contact li {
	float: left;
	padding: 5px 20px;
	border-right: 2px dashed #f9f9f9;
}
footer .contact li.last {
	border-right: none;
}
/*** Content ***/
.group::before,.group::after,.inside::after {
	content: "";
	display: table;
}
.inside::after, .group::after {
	clear: both;
}
.content ul {
	list-style: disc;
	padding-left: 30px;
	font-size: 18px;
}
.find a.contact {
	margin-top: 10px;
	padding-top: 25px;
	float: left;
}
.find a.soren {
	background: url(../images/soren_oval.png) no-repeat;
	min-height: 95px;
	width: 180px;
	padding-left: 99px;
	margin-right: 20px;
}
.find a.lena {
	background: url(../images/lena_oval.png) no-repeat;
	min-height: 98px;
	width: 145px;
	float: left;
	padding-left: 100px;
}
div.tight {
	margin-bottom: 1em;
	margin-top: 1em;
}
div.tight p {
	margin-bottom: 2px;
	margin-top: 2px;
}
div.wisdom {
	width: 240px;
	margin: 50px auto;
	padding: 5px;
	text-align: center;
	font-style: italic;
	font-variant: small-caps;
}
div.zeiss {
	width: 57px;
	margin: 45px auto 0;
	background: rgba(0, 0, 0, 0.5);
	padding: 5px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
	-moz-box-shadow: 0 0 10px rgba(100, 100, 100, 0.6);
	-webkit-box-shadow: 0 0 10px rgba(100, 100, 100, 0.6);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box;
}
div.coopervision {
	background: url(../images/coopervision.png) no-repeat;
	margin: 45px auto 0;
	padding: 10px;
	height: 94px;
	width: 75px;
}
div.purevision {
	background: url(../images/purevision.png) no-repeat;
	margin: 50px auto 0;
	padding: 10px;
	height: 83px;
	width: 75px;
}
div.glas-container {
	background: rgba(0, 0, 0, 0.5);
	margin: 40px auto 0;
	height: 85px;
	width: 275px;
	padding: 10px;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
	-moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box;
}
div.glas {
	float: left;
	height: 85px;
	width: 85px;
	background-size: contain;
}
div.glaslins {
	background: url(../images/glaslins.jpg) no-repeat;
}
div.glaslinser {
	background: url(../images/glaslinser.jpg) no-repeat;
	margin-left: 10px;
}
div.glaslinser2 {
	background: url(../images/glaslinser2.jpg) transparent no-repeat;
	margin-left: 10px;
}
.info {
	padding-top: 15px;
	clear: both;
}
.info-top {
	padding-top: 0px;
}
.info-text {
	clear: both;
}
#digitalDevice {
	width: 100%;
	max-width: 480px;
}
figure {
	max-height: 200px;
	overflow: hidden;
	display: block;
	position: relative;
	float: left;
	overflow: hidden;
	margin: 1em 20px 20px 0;
}
.info-box figure img {
	max-width: 100%;
}
.preview {
	cursor: pointer;
}
div#overlay {
	position: fixed;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 10000;
}
div.popup {
	position: fixed;
	z-index: 10001;
	background: white;
	padding: 15px;
}
div.popup img {
	z-index: 10003;
}
/****************************************************************/
@media only screen and (min-width : 561px) {
	/*** Header and footer ***/
	header .before {
		padding-top: 25px;
		width: 1080px;
		margin: 0 auto;
	}
	header .inside {
		width: 1080px;
		margin: 0 auto;
		clear: both;
	}
	header,footer {
		min-width: 1080px;
	}
	#logo {
		display: block;
		background: url(../images/logo.png) no-repeat;
		width: 312px;
		height: 130px;
		z-index: 3;
		float: right;
	}
	#slogan {
		display: block;
		background: url(../images/slogan.png) no-repeat;
		width: 593px;
		height: 109px;
		z-index: 3;
		float: left;
		margin-left: 60px;
	}
	footer .inside {
		width: 1080px;
		margin: 0 auto;
		padding: 45px 0;
	}
	footer .footer-group-right {
		padding-right: 30px;
		float: right;
	}
	footer .footer-group-left {
		padding-right: 30px;
		float: left;
	}
	footer .contact {
		list-style: none;
		height: 48px;
		display: block;
	}
	footer .footer-group-left a.mail {
		background: transparent url("../icons/gray_email.png") scroll no-repeat
			left top;
	}
	footer .footer-group-left a.facebook {
		background: transparent url("../icons/gray_facebook.png") scroll
			no-repeat left top;
	}
	footer .footer-group-left a.youtube {
		background: transparent url("../icons/gray_youtube.png") scroll
			no-repeat left top;
	}
	footer .footer-group-left a.mail:hover {
		background: transparent url("../icons/email.png") scroll no-repeat left
			top;
	}
	footer .footer-group-left a.facebook:hover {
		background: transparent url("../icons/facebook.png") scroll no-repeat
			left top;
	}
	footer .footer-group-left a.youtube:hover {
		background: transparent url("../icons/youtube.png") scroll no-repeat
			left top;
	}
	/*** Content ***/
	.content {
		margin: 35px 0;
		padding: 50px;
		background: #fff;
		box-shadow: 2px 0 18px rgba(100, 100, 100, 0.5);
		-moz-box-shadow: rgba(100, 100, 100, 0.5) 2px 0 18px;
		-webkit-box-shadow: rgba(100, 100, 100, 0.5) 2px 0 18px;
		-o-box-shadow: rgba(100, 100, 100, 0.5) 2px 0 18px;
	}
	#container-inner {
		width: 1080px;
		margin: 0 auto;
	}
	div.column {
		float: left;
		width: 49%;
		margin-right: 1%;
	}
	div.big {
		width: 59%;
	}
	div.bigger {
		width: 69%;
	}
	div.small {
		width: 39%;
	}
	div.smaller {
		width: 29%;
	}
	.map {
		width: 429px;
		padding: 10px;
		float: right;
		margin: 25px 0 50px 0;
	}
	.map iframe {
		width: 425px;
		height: 350px;
	}
	div.info-date {
		width: 10%;
		margin: 25px auto 0;
		float: left;
	}
	div.date {
		width: 80px;
		height: 77px;
		border-radius: 40px;
		-webkit-border-radius: 40px;
		-moz-border-radius: 40px;
		-o-border-radius: 40px;
		background: #505050;
		text-align: center;
		color: #fff;
		font-weight: 600;
		font-size: 25px;
		line-height: 1;
		overflow: hidden;
		text-transform: uppercase;
		padding-top: 3px;
		box-shadow: 0 6px 18px rgba(100, 100, 100, 0.6);
		-moz-box-shadow: 0 6px 18px rgba(100, 100, 100, 0.6);
		-webkit-box-shadow: 0 6px 18px rgba(100, 100, 100, 0.6);
		-o-box-shadow: 0 6px 18px rgba(100, 100, 100, 0.6);
	}
	.info-box {
		width: 90%;
		float: left;
		border-bottom: 1px solid #262626;
		border-bottom-color: rgba(100, 100, 100, .15);
	}
	.video-slider-container {
		margin: 50px auto;
		width: 861px;
		min-height: 400px;
	}
	.iframe-video {
		width: 861px;
		height: 480px;
	}
	.image-slider-container {
		margin-top: 1em;
		margin-right: 1em;
	}
}
/****************************************************************/
@media only screen and (max-width : 560px) {
	h1,h2 {
		font-size: 25px;
		line-height: 35px;
	}
	/*** Navigation ***/
	nav {
		width: 100%;
	}
	nav a {
		display: none;
	}
	nav label {
		position: relative;
		display: block;
		min-height: 1.5em;
		padding: .5em;
		margin: 0;
		color: #f9f9f9;
		text-decoration: none;
		text-align: center;
		font-weight: bold;
		font-variant: small-caps;
		font-size: 20px;
	}
	nav label::after {
		position: absolute;
		right: 0px;
		top: 0;
		content: "\2261";
		font-size: 2.25em;
	}
	nav input:checked ~ a {
		display: block;
		width: 100%;
		text-align: center;
	}
	nav input:checked ~ label {
		border-bottom: 2px dashed #f9f9f9;
	}
	/*** Header and footer ***/
	header .before {
		padding-top: 25px;
		width: 98%;
		margin: 0 auto;
	}
	header .inside {
		width: 98%;
		margin: 0 auto;
	}
	#logo {
		margin: 0 auto;
		display: block;
		background: url(../images/logo.png) no-repeat;
		width: 312px;
		height: 130px;
		z-index: 3;
	}
	#slogan {
		display: none;
	}
	footer .inside {
		width: 98%;
		margin: 0 auto;
		padding: 45px 0;
	}
	footer .footer-group-right {
		width: 100%;
		text-align: center;
		clear: both;
		margin-top: 25px;
	}
	footer .footer-group-left {
		width: 100%;
	}
	footer .contact {
		list-style: none;
		height: 48px;
		display: block;
		width: 268px;
		margin: 0 auto;
	}
	footer .footer-group-left a.mail {
		background: transparent url("../icons/email.png") scroll no-repeat left
			top;
	}
	footer .footer-group-left a.facebook {
		background: transparent url("../icons/facebook.png") scroll no-repeat
			left top;
	}
	footer .footer-group-left a.youtube {
		background: transparent url("../icons/youtube.png") scroll no-repeat
			left top;
	}
	/*** Content ***/
	.content {
		padding: 25px 10px;
		background: #fff;
	}
	#container-inner {
		width: 100%;
		margin: 0 auto;
	}
	div.column {
		width: 100%;
		margin: 10px 0;
	}
	.map {
		margin: 25px auto;
	}
	.map iframe {
		width: 100%;
		height: 350px;
	}
	div.info-date {
		width: 100%;
		margin-top: 15px;
	}
	div.date {
		font-weight: 600;
		font-size: 25px;
		line-height: 1;
		text-transform: uppercase;
		padding-top: 5px;
	}
	.info-box {
		width: 100%;
		border-bottom: 1px solid #262626;
		border-bottom-color: rgba(0, 0, 0, .15);
	}
	#ma-bra {
		width: 100%;
		max-width: 533px;
	}
	#vepa-1 {
		width: 100%;
		max-width: 591px;
	}
	#plastricardo1 {
		width: 100%;
		max-width: 560px;
	}
	figcaption {
		display: none;
	}
	.video-slider-container {
		margin: 20px auto 50px;
		width: 500px;
	}
	.iframe-video {
		width: 500px;
		height: 281px;
	}
}
/****************************************************************/
@media only screen and (max-width : 500px) {
	.video-slider-container {
		margin: 20px auto 50px;
		width: 300px;
	}
	.iframe-video {
		width: 300px;
		height: 169px;
	}
}