body {
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: 400;
	line-height: 1.5em;
	background: rgba(0,0,0,0.02);
}
* {
	box-sizing: border-box;
}
#cac {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background: #111;
	color: #fff;
	font-size: .7em;
	line-height: 1.5em;
	padding: 1em;
	transition: all .3s ease;
}
#cac p {
	margin: .5em 0;
	text-align: justify;
	overflow: hidden;
	width: 100%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 20px;
	box-sizing: border-box;
}
#cac p a {
	display: inline-block;
	text-align: center;
	padding: 0 .5em;
	border: 1px solid #ddd;
	border-radius: .5em;
	color: #fff;
	text-decoration: none;
}
.clearfix::after {
	content: " ";
	clear: both;
	display: block;
	height: 0;
	width: 0;
	visibility: hidden;
	font-size: 0;
}
.center {
	max-width: 1200px;
	min-width: 300px;
	margin: 0 auto;
	box-sizing: border-box;
}
.center::after {
	content: " ";
	clear: both;
	display: block;
	height: 0;
	width: 0;
	visibility: hidden;
	font-size: 0;
}
.narrow {
	max-width: 900px;
	min-width: 300px;
	margin: 30px auto;
}
.full {
	width: 100% !important;
}
.narrow::after {
	content: " ";
	clear: both;
	display: block;
	height: 0;
	width: 0;
	visibility: hidden;
	font-size: 0;
}
.parallax {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	filter: blur(200);
}
.left {
	float: left;
}
.right {
	float: right;
}
.hidden {
	display: none;
}
a {
	text-decoration: none;
	color: #007;
}
a:hover, a:focus {
	cursor: pointer;
	text-decoration: underline;
}
nav a:hover, nav a:focus {
	text-decoration: none;
}
h2.big {
	text-align: center;
	margin-bottom: 1em;
	color: #137ABC;
}
.button {
	display: inline-block;
	padding: 5px 8px;
	border: 1px solid #137abc;
	background: #137abc;
	color: #EEE;
	min-width: 200px;
	text-align: center;
	vertical-align: top;
	line-height: 1.5em;
}
.button:hover, .button:focus {
	cursor: pointer;
	background: #EEE;
	color: #137abc;
	text-decoration: none;
}
/*
 *	Inputy domyślne
 */
form label {
	display: block;
	position: relative;
} 
input:not([type=checkbox]):not([type=radio]), select, textarea {
	box-sizing: border-box;
	padding: 3px;
	min-width: 180px;
	max-width: 100%;
	border: 1px solid #137abc;
	font-family: inherit;
}
input.button {
	padding: 5px 8px !important;
}
fieldset {
	border:0;
	padding:0;
}

div.top {
	background: #41c0eb;
	color: white;
	font-size: 0.9em;
}
div.top a {
	display: inline-block;
	padding: 5px 6px 3px 6px;
	border-bottom: 3px solid transparent;
	color: #EEE;
}
div.top a:hover,div.top a:focus {
	border-bottom: 3px solid rgba(255,255,255,0.5);
	color: #FFF;
	text-decoration: none;
}
div.top .center div {
	position: relative;
	display: inline-block;
}
div.top .center div#gabinet {
	background: #137ABC;
	font-weight: bold;
	font-size: 1.1em;
}
div.top .center div ul {
	display: none;
	position: absolute;
	top: 35px;
	left: 0;
	list-style-type: none;
	background: #41c0eb;
	padding: 0;
	margin: 0;
}
div.top .center div#gabinet ul {
	background: #137ABC;
	font-weight: 300;
	font-size: 1em;
}
div.top .center div:hover ul,
div.top .center div:focus ul {
	display: block;
	min-width: 100%;
}
div.top .center div:focus ul a:focus,
div.top .center div:hover ul a:hover {
	text-decoration: none;
}
div.top .center div:focus ul a,
div.top .center div:hover ul a {
	min-width: 100px;
	display: block;
}
header.body {
	background: #FFF;
}
header.body .center > div {
	width: 49.5%;
	display: inline-block;
	vertical-align: top;
	margin: 0px;
}
header.body .center > div:nth-child(1) h3 {
	font-weight: 300;
}
header.body .center > div:nth-child(1) h3 span {
	color: #172983;
	font-weight: 700;
}
header.body h1 {
	margin: 0;
	margin-top: 25px;
	padding: 0;
	height: 90px;
	width: 100%;
	display: block;
	box-sizing: border-box;
}
header.body h1 img {
	height: 70px;
}
header.body h1:focus img,
header.body h1:hover img {
	opacity: 0.8;
}
header.body h1 a {
	display: table-cell;
	vertical-align: middle;
}
header.body #short-contact {
	background: #FFF;
	width: 310px;
	max-height: 100px;
	margin: 30px 0px;
	color: black;
	float: right;
}
header.body #short-contact h3 {
	font-size: 1em;
	color: black;
	margin: 0;
	text-align: right;
	line-height: 30px;
}
header.body #exchanges {
	color: #616264;
	font-weight: 700;
	text-align: right;
	width: 100% !important;
	margin-bottom: 2px;
}
header.body #exchanges header, header.body #exchanges section {
	display: inline-block;
}
header.body #exchanges header .switch {
		display: none;
	}
header.body #exchanges span.rate {
	display: inline-block;
	padding: 1px 10px;
	border-left: 2px solid #616264;
}
header.body #exchanges span.date {
	border: 0;
	padding-left: 0px;
	padding-right: 10px;
	color: #137ABC;
	display: inline-block;
	min-width: 94px;
	width: 94px;
}
header.body #exchanges span.rate span {
	color: #137ABC;
	display: inline-block;
	min-width: 87px;
	width: 87px;
}
header.body div.menu {
	background: #137abc;
	min-height: 48px;
}
header.body nav.main #menu_button {
	display: none;
}
header.body nav.main {
	padding: 0;
}
header.body nav.main ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
header.body nav.main ul::after {
	content: " ";
	clear: both;
	display: block;
	height: 0;
	width: 0;
	visibility: hidden;
	font-size: 0;
}
header.body nav.main ul li {
	display: inline-block;
	color: #fff;
	float: left;
	position: relative;
}
header.body nav.main ul li a {
	display: inline-block;
	padding: 12px 9px 10px 8.25px;
	color: #eee;
	font-weight: 700;
	border-bottom: 4px solid transparent;
}
header.body nav.main ul li a:focus,
header.body nav.main ul li a:hover {
	color: #fff;
	border-bottom: 4px solid rgba(255,255,255,0.5);
	text-decoration: none;
}
header.body nav.main ul li ul {
	display: none;
	position: absolute;
	top: auto;
	left: 0;
	background: #137abc;
	z-index: 100;
	min-width: 170px;
}
header.body nav.main ul li ul li {
	position: relative;
	float: none;
	display: block;
}
header.body nav.main ul li ul li a {
	font-size: 0.9em;
	padding: 8px 10px 4px 10px;
	white-space: nowrap;
	color: #ddd;
	border-right: 0;
	border-bottom: 4px solid transparent;
	display: block;
}
header.body nav.main ul li ul li ul {
	display: none;
	position: absolute;
	top: 0;
	left: 100%;
	background: #5ebd1e;
}
header.body nav.main ul li ul li:focus>ul,
header.body nav.main ul li ul li:hover>ul {
	display: block;
}
header.body nav.main ul li:focus>ul,
header.body nav.main ul li:hover>ul {
	display: block;
}
main.content {
	overflow: hidden;
	background: #FFF;
	padding: 20px 0px;
}
/* tekst strony głównej */
article.mainpage {
	min-height: 300px;
	padding: 0px 10px;
	text-align: justify;
}
/* BANNER */
section.main .banner {
	width: 100%;
	height: 320px;
	background: transparent;
}
section.main .banner ul.slider-content {
	width: 100%;
	height: 100%;
	list-style-type: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
}
section.main .banner .slider-content li {
	background-position: center;
	background-size: cover;
	display: block;
	width: 100%;
	height: 100%;
	list-style-type: none;
	position: relative;
}
section.main .banner .slider-content li .txt {
	max-width: 80%;
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 10px 30px;
	color: white;
	text-shadow: 0px 0px 4px black;
}
section.main .boxes {
	height: 280px;
	margin-top: 30px;
	text-align: center;
}
section.main .boxes .plan {
	color: #137ABC;
	display: block;
}
section.main .boxes a.box {
	vertical-align:top;
	display: inline-block;
	width: 240px;
	min-height: 230px;
	max-height: 230px;
	overflow: hidden;
	font-size: 0.9em;
	color: #000;
}
section.main .boxes .box:hover {
	background-color: #F7F7F7;
	text-decoration: none;
	color: #137ABC;
}
section.main .boxes .box:nth-child(2) {
	margin: 0px 15px;
}
section.main .boxes a.box .icon {
	height: 140px;
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
}
section.main .boxes a.box .text {
	padding: 10px;
	margin-top: 20px;
	font-size: 0.95em;
}
section.main .calculator, .order {
	height: 300px;
}
article > * {
	max-width: 100%
}
/* podstrony */
article.page section.content table td {
	padding: 0px 10px;
}
article section.content {
	width: 920px;
	margin: 0 auto;
}
article section.content.wide {
	width: 100%;
}
article section.content table p {
    margin: 6px 0px;
}
article section.content.wide#katalog > *:not(table):not(ul) {
	width: 920px;
	margin: 1em auto;
}
/* kontakt */
article.contact {
	padding: 0px 30px;
}
article.contact table {
	margin: 0 auto;
}
article.contact table td {
	vertical-align: top;
}
article.contact #map {
	width: 720px;
	height: 480px;
	margin: 20px auto;
}
/* faq */
.faq .item:not(:last-child) {
	border-bottom: 1px solid #FFF;
}
.faq .item h2 {
	background: #41C0EB;
	color: #FFF;
	padding: 12px 20px;
	margin: 0px;
	cursor: pointer;
}

.faq .item h2:hover {
	background: #55c5eb;
}
.faq .item > ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: none;
}
.faq .item > ul li {
	padding: 0px 10px;
}
.faq .item ul li:not(:last-child) {
	/*border-bottom: 1px solid #137ABC;*/
}
/* stopka */
footer.body {
	border-top: 1px solid #137abc;
	background: rgba(19,122,188,0.02);
	padding: 1em 2%;
	color: #137abc;
}
footer.body .footer_text {
	font-size: 0.85em;
}
/* menu stopki */
footer.body .footer_menu {
	width: 800px;
}
footer.body .footer_menu ul.l0 {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
footer.body .footer_menu ul.l0 li {
	display: inline-block;
	vertical-align: top;
	width: 32%;
}
footer.body .footer_menu ul.l0 li:not(:last-child) {
	width: 31%;
}
footer.body .footer_menu ul.l0 li:first-child {
	width: 26%;
}
footer.body .footer_menu ul.l0 li>a {
	font-size: 1.05em;
	display: block;
	margin-bottom: 10px;
	color: #137abc;
}
footer.body .footer_menu ul.l0>li>a:hover {
	text-decoration: none;
	cursor: inherit;
}
footer.body .footer_menu ul.l0 li ul {
	margin: 0;
	padding: 0;
}
footer.body .footer_menu ul.l0 li ul.l1 li {
	display: block;
	width: 100%;
}
footer.body .footer_menu ul.l0 li ul.l1 li a {
	font-size: 0.95em;
	color: #555;
	margin-bottom: 3px;
	display: inline;
}
footer.body .koni {
	font-size: 0.8em;
	color: #222;
	margin-top: 20px;
}
footer.body .koni a {
	color: #226;
}
footer.body .koni a:hover {
	text-decoration: underline;
}
/* formularz */
form {
	margin: 30px 0px;
}
form fieldset {
	width: 650px;
	margin: 20px auto;
}
form fieldset.wide {
	width: 850px;
}
form label {
	margin: 20px auto;
}
form label.wide {
} 
form input:not([type=checkbox]):not([type=radio]):not([type=submit]), form label select, form label textarea.right {
	float: right;
	width: 300px;
}
form input:not([type=checkbox]):not([type=radio]):not(:first-child) {
	margin-left: 4px;
}
form textarea {
	margin: 10px 0px;
	resize:vertical;
	overflow:auto;
	min-height: 80px;
	font-size: 0.8em;
}
textarea.comment {
	min-height: 4.5em;
	height: 4.5em;
}
.datepicker {
	background-image: url('img/calendar.png');
	background-position: center right;
	background-size: auto 80%; 
	background-repeat: no-repeat;
}
/* zamówienie ukrycie elementu */
a#add_url {
	/*margin-left: 20px;*/
}
a#remove_url {
	border: 1px solid #F00;
	background: #FFF;
	color: #F00;
}
a#remove_url:hover {
	background: #F00;
	color: #FFF;
}
fieldset#items input {
	margin-top: 5px;
	margin-bottom: 15px;
	float: none;
}
fieldset#items label {
	margin-top: 0;
	margin-bottom: 0;
}
fieldset#items label:not(:first-child) {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #AAA;
}
form label:first-child a#remove_url {
	display: none;
	height: 1px
}
/* zamówienie */
fieldset#shipping_methods {
	margin-top: 0;
}
fieldset#shipping_methods label{
	margin-top: 0;
}
fieldset#shipping_methods table, fieldset#shipping_methods tr, fieldset#shipping_methods td {
	border-collapse: collapse
}
fieldset#shipping_methods table {
	max-width: 100%;
}
fieldset#shipping_methods .checkbox {
	min-width: 80px;
	text-align: center;
}
fieldset#shipping_methods .checkbox input {
	transform:scale(1.05);
	-webkit-transform:scale(1.05);
	-moz-transform:scale(1.05);
	-o-transform:scale(1.05);
}
fieldset#shipping_methods tr {
	border: 1px solid #000;
}
fieldset#shipping_methods img.logo {
	max-width: 200px;
	margin-right: 30px;
}
fieldset#shipping_methods td.desc {
	padding: 5px;
}
fieldset#shipping_methods table table td {
	border: 1px solid black;
	padding: 1px 5px;
}
fieldset#buttons {
	width: 850px;
	margin: 0 auto;
	text-align: right;
}
/* podsumowanie zamówienia */
#order_summary {

}
#order_summary > div {
	width: 49.5%;
	min-height: 400px;
	display: block;
	vertical-align: top;
	border: 1px solid #137ABC;
	padding: 15px 20px;
	margin-bottom: 10px;
	float: left;
}
#order_summary > div#client {
	margin-right: 1%;
}
#order_summary > div span {
	display: inline-block;
	width: 48.5%;
	padding-bottom: 10px;
	font-size: 0.9em;
}
#order_summary > div#items, #order_summary > div#order_options {
	width: 100%;
	min-height: auto;
}
#order_summary > div#items div, #order_summary > div#order_options div {
	margin-bottom: 10px;
}
#order_summary > div#items > div:not(:first-child) {
	padding-top: 10px;
	margin-top: 16px;
	border-top: 1px solid #AAA;
}

/* konto menu */
section.account {
	position: relative;
}
section.account h1, section.account h2, section.account h3, section.account h4 {
	margin-top: 0px;
	margin-bottom: 30px;
}
section.account .communicates {
	margin: 0px 0px 20px 0px;
}
section.account .communicates p {
	padding: 10px 10px;
	margin: 0px 0px 2px 0px;
	border: 1px solid rgba(0,0,0,0.1);
}
section.account .communicates .s {background: rgba(0,255,0,0.1)}
section.account .communicates .e {background: rgba(255,0,0,0.1)}
section.account .communicates .i {background: rgba(0,100,150,0.1)}

section.account nav.left {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 250px;
	background: #137abc;
	padding-top: 45px;
}
section.account nav.left + div.content {
	margin-left: 270px;
	min-height: 600px;
}
section.account nav.left ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
section.account nav.left ul li a {
	display: block;
	color: #EEE;
	padding: 11px 10px 10px 10px;
	border-bottom: 4px solid transparent;
}
section.account nav.left ul li a:hover {
	color: #FFF;
	border-bottom: 4px solid rgba(255,255,255,0.5);
	text-decoration: none;
}
/* dane konta */
section.fields div {
	margin: 22px 0px;
}
section.fields div.address {
	margin: 8px 0px;
}
section.fields div span{
	display: inline-block;
}
section.fields div span:first-child {
	width: 480px;
	float: left;
}
/* tabele z listami i pagiancja */
section.account table.list,
section.account table.list tr,
section.account table.list td,
section.account table.list th {
	border-collapse: collapse;
	text-align: center;
	line-height: 1.2em;
}
section.account table.list {
	width: 100%;
	margin-bottom: 10px;
	font-size: 0.9em;
}
section.account table.list tr:nth-of-type(odd) {
	background: rgba(0,0,0,0.05);
}
section.account table.list tr,
section.account table.list td {
	border: 1px solid #137ABC;

}
section.account table.list th:not(:first-child) {
	border-left: 1px solid white !important;
}
section.account table.list th {
	background: #137ABC;
	color: #FFF;
}
section.account table.list td {
	font-size: 0.9em;
}
section.account table.list td,
section.account table.list th {
	padding: 3px 5px;
}
aside.pagination {
	margin: 10px 0px;
}
aside.pagination a {
	padding: 3px 20px;
	border: 1px solid #137ABC;
}
/* PRZYCISK PŁATNOŚCI W SZCZEGÓŁACH ZAMÓWIENIA */
.payment_button {
	margin-left: 20px;
}
.payment_button img {
	height: 40px;
	max-height: 40px;
}
.payment_button:hover img {
	filter: opacity(0.8);
	/*filter: brightness(140%);*/
}
/* OPINIE */
textarea.review_text {
	width: 500px;
	min-height: 200px;
	resize: vertical;
}
div.reviews div.review {
	padding: 15px 10px;
}
div.reviews div.review:not(:first-child) {
	border-top: 1px dotted #AAA;
}
div.reviews div.review .head {
	font-size: 0.9em;
	color: #999;
}
div.reviews div.review .text {
	font-style: italic;
}
/* CZAT */
#message_form {
	margin: 1px 0px;
	width: 100%;
}
#message_form textarea, 
#message_form input[type=submit] {
	box-sizing: border-box;
	padding: 6px;
}
#message_form textarea {
	float: left;
	width: 78%;
	height: 96px;
	margin: 0;
	resize: none;
}
#message_form input[type=submit] {
	float: right;
}

section.chat.window {
	border: 1px solid #137ABC;
	overflow-y: scroll;
	overflow-x: hidden;
	width: 100%;
	height: 340px;
	margin-bottom: 8px;
}
section.chat.window div#messages {
	width: 100%;
	min-height: 250px;
	height: auto;
	color: #AAA;
}
section.chat.window div#messages .message:nth-child(even) {
	background: rgba(0,0,0,0.03); 
}
section.chat.window div#messages .message {
	font-size: 0.9em;
	padding: 4px;
}
section.chat.window div#messages .message {}
section.chat.window div#messages .message p {
	margin: 3px 0px;
	font-style: italic;
}
section.chat.window div#messages .message:not(:first-child) {
	border-top: 1px dotted #AAA;
}
/* MAIL */
#mail label textarea {
	width: 100%;
	min-height: 200px;
	max-height: 300px;
}
/* MAIL WIDGET */
#mail_widget {
	position: fixed;
	bottom: 0;
	right: 0;
	width: 300px;
	background: white;
	border-top: 1px solid #137ABC;
	border-left: 1px solid #137ABC;
}
#mail_widget > header {
	background: #137ABC;
	color: white;
	padding: 4px 8px;
	cursor: pointer;
}
#mail_widget > header:hover {
	background-color: #1589d4;
}
#mail_widget > section {
	display: none;
	padding: 6px;
}
#mail_widget section form {
	margin: 0;
	overflow: hidden;
}
#mail_widget section form label {
	max-width: 100%;
	margin: 0;
}
#mail_widget section form label input {
	width: 100%;
}
#mail_widget section form label textarea {
	resize: none;
	width: 100%;
}

/* POPUP */
#popup {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,0.7);
	z-index: 10000;
}
#popup .window {
	position: relative;
	top: calc(50% - 150px);
	left: calc(50% - 230px);
	width: 460px;
	max-width: 460px;
	min-height: 70px;
	background-color: white;
	border: 1px solid #137ABC;
	padding: 20px;
}
#popup .window .message {
	display: inline-block;
	height: 100%;
	width: 100%;
	line-height: 160%;
	white-space: pre-line;
}
#popup .window .close {
	position: absolute;
	top: 2px;
	right: 6px;
}
#popup .window .close:hover {
	color: #137ABC;
	cursor: pointer;
}

@media screen and (max-width: 1200px) {
	table {
		max-width: 100% !important;
	}
	img {
		max-width: calc(100% - 30px) !important;
		margin: 5px 15px;
	}
	header.body nav.main ul li a {
		padding: 12px 6px 8px 5px;
		font-size: 0.9em;
	}
	footer.body .footer_menu {
		max-width: 730px;
	}
	footer.body .footer_menu ul.l0 {
		max-width: 730px;
	}
	footer.body .footer_menu ul.l0 li:first-child {
		width: 26%;
	}
	footer.body .footer_menu ul.l0 li:nth-child(2) {
		width: 32%;
	}
	footer.body .footer_menu ul.l0 li:last-child {
		width: 38%;
	}
	section.content > p {
		padding: 0px 4%;
	}
}
@media screen and (max-width: 1050px) {
	header.body nav.main ul li a {
		padding: 12px 5px 7px 4px;
		font-size: 0.85em;
	}
	section.main .boxes {
		height: auto;
	}
	#mail_widget {
		display:none;
	}
	footer.body .footer_menu {
		max-width: 630px;
	}
	footer.body .footer_menu ul.l0 {
		max-width: 630px;
	}

}
@media screen and (max-width: 986px) {
	header.body nav.main {
		overflow: hidden;
	}
	header.body nav.main a#menu_button {
		display: block;
		padding: 15px 20px;
		font-size: 1.3em;
		color: #DDD;
		font-weight: 700;
	}
	header.body nav.main a#menu_button.clicked {
		color: #FFF;
		cursor: pointer;
		background-color: rgba(0,0,0,0.08);
	}
	header.body nav.main ul.l0 {
		display: none;
	}
	header.body nav.main ul li {
		display: block;
		float: none
	}
	header.body nav.main ul li a {
		font-size: 1em;
		display: block;
		padding: 10px 20px;
		border-bottom: 0;
	}
	header.body nav.main ul.l0 li ul {
		display: block;
		position: static;
	}
	header.body nav.main ul.l0 li ul li a {
		padding-left: 35px;
		background: rgba(0,0,0,0.05);
	}
	header.body nav.main ul li a:hover {
		border-bottom: 0px;
	}
	footer.body .footer_menu {
		width: 100%;
		max-width: 100%;
		padding: 25px;
	}
	footer.body .footer_menu ul.l0 {
		width: 100%;
		max-width: 100%;
		margin:0;
	}
	footer.body .footer_menu ul.l0 > li {
		display: inline-block;
		width: 32% !important;
	}
	footer.body .footer_menu ul.l0 li>a {
		margin: 0px;
		margin-bottom: 20px;
	}
	footer.body .footer_text {
		float: none;
		clear: both;
		width: 370px;
		margin: 20px auto;
		padding: 0px 15px;
	}
	article section.content.wide#katalog > *:not(table):not(ul) {
		width: 100%;
	}
}
@media screen and (max-width: 900px) {
	article.mainpage {
		padding: 20px;
		text-align: justify;
	}
}
@media screen and (max-width: 768px) {
	header.body #exchanges {
		font-size: 0.85em;
	}
	section.main .boxes a.box {
		width: 250px;
	}
	section.main .boxes .box:nth-child(2) {
	    margin: 0px;
	}
	section.main .banner {
		height: 180px;
	}
}
@media screen and (max-width: 640px) {
	header.body #exchanges {
		font-size: 1em;
	}
	header.body #exchanges header {
		text-align: center;
		display: block;
		position: relative;
		padding: 10px;
	}
	header.body #exchanges span.date {
		width: 100px;
	}
	header.body #exchanges header .switch {
		position: absolute;
		display: inline-block;
		transform: rotate(90deg);
	}
	header.body #exchanges header .switch.active {
		transform: rotate(-90deg);
	}
	header.body #exchanges section {
		display: none;
	}
	header.body #exchanges span.rate {
		display: block;
		border: 0;
		text-align: center;
		font-size: 1.1em;
		margin-top: 10px;
	}
	header.body #exchanges span.rate span {
		width: 120px;
	}
}
@media screen and (max-width: 600px) {
	header.body #exchange {
		display: none;
	}
	header.body .center > div, header.body h1 {
		width: 100%;
	}
	header.body #short-contact {
		float: none;
		clear: both;
		margin: 10px auto;
		width: 310px;
		max-width: 100%;
		height: 70px;
	}
	header.body #short-contact h3 {
		margin: 0.5em 0px;
		text-align: center;
	}
	footer.body .footer_menu ul.l0 li>a {
		margin: 20px 0px;
	}
	footer.body .footer_menu ul.l0 li {
		display: inline-block;
		width: 49%;
	}
	form fieldset {
		max-width: 100%
	}
	form label {
		width: 70%;
	}
	form label input:not([type=checkbox]):not([type=radio]), form label select, form label textarea {
		width: 100% !important;
		float: none;
		clear: both;
	}
	label.wide {
		width: 100% !important;
	}
	section.account {
		margin: 0px 10px;
	}
	section.account nav.left {
		position: static;
		width: 100%;
		margin: 10px 0px;
		clear: both;
		float: none;
	}
	section.account table.list,
	section.account table.list tbody,
	section.account table.list tr,
	section.account table.list td,
	section.account table.list th {
		display: block;
	}
	section.account table.list tr {
		border: 0;
	}
	
	section.account table.list th:not(:first-child) {
		border-left: 1px solid #137ABC !important;
	}
	section.account table.list td:not(:last-child){
		border-bottom: 1px solid #CCC;
	}
	section.account table.list td:not(:first-child) {
		border-top: 0;
	}
	section.account nav.left + div.content {
		margin: 0;
		width: 100%;
	}
	section.account .communicates {
		position: static;
		display: block;
		overflow: hidden;
	}
	article section.content {
		width: auto !important;
		margin: 0px 3vw;
	}
	article.contact table {
		width: 100% !important;
	}
	article.page section.content table {
		width: 100% !important;
	}
	article.page section.content table td {
		display: block;
		border: 0;
		width: 100% !important;
	}
	fieldset#shipping_methods td {
		display: block;
		width: 100% !important;
		padding: 5px;
	}
	fieldset#shipping_methods img.logo {
		width: 150px;
		display: block;
		margin: 0 auto;
	}
	fieldset#shipping_methods .checkbox {
		padding: 20px 0px;
		text-align: center;
	}
	section.chat.window {
		height: 300px;
		max-height: 50vh;
	}
	#message_form input[type=text] {
		float: none;
		width: 100%;
		margin: 6px 0px;
	}
	#message_form input[type=submit] {
		float: none;
		width: 100%;
		margin: 4px 0px;
	}
	section.chat.window div#messages .message p {
		margin: 2px 0px;
		line-height: 1.2em;
	}
	table td {
		display: block !important;
		width: 100% !important;
		height: auto !important;
		text-align: center !important;
		padding: 10px 5% !important;
	}
	table td * {
		text-align: center !important;
		float: none !important;
	}
	table td:empty {
		display: none !important;
	}
}
@media screen and (max-width: 480px) {
	footer.body .footer_text {
		float: none;
		clear: both;
		width: 100%;
		padding: 0px 15px;
	}
	footer.body .footer_menu ul.l0 li:first-child>a {
		margin: 0px;
		margin-bottom: 20px;
	}
	footer.body .footer_menu ul.l0 li {
		display: block;
		width: 100%;
	}
	footer.body .footer_text table {
		max-width: 100%;
	}
	footer.body .footer_text table td {
		width: 100% !important;
		display: block;
	}
	form label {
		width: 100%;
	}
	section.fields div span:first-child {
		display: block;
		clear: both;
		float: none;
		font-weight: 700;
		width: 100%;
	}
	section.account h4 {
		font-size: 1.1em;
	}
	#popup .window {
		max-width: 90vw !important;
		width: 90vw !important;
		max-height: 90vh !important;
		left: auto;
		top: auto !important;
		margin: 5vh auto;
	}
	#popup .window .message {
		font-size: 0.7em;
	}
}

@media screen and (max-width: 400px) {
	#popup .window .message {
		font-size: 0.6em;
	}
}

@media screen and (max-width: 1000px) and (orientation: landscape) {
	#popup .window {
		max-width: 70vw !important;
		width: 70vw !important;
		max-height: 90vh !important;
		left: auto;
		top: auto !important;
		margin: 5vh auto;
	}
	#popup .window .message {
		font-size: 0.7em;
		line-height: 110%;
	}
}
@media screen and (max-width: 600px) and (orientation: landscape) {
	#popup .window {
		max-width: 90vw !important;
		width: 90vw !important;
		max-height: 90vh !important;
		left: auto;
		top: auto !important;
		margin: 5vh auto;
	}
	#popup .window .message {
		font-size: 0.6em;
		line-height: 100%;
	}
}
