@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	}
sub {
	font-size: xx-small; 
	vertical-align: bottom;
	line-height: 12px;
	}
sup {
	font-size: xx-small; 
	vertical-align: top;
	line-height: 12px;
	}
strong {
	font-weight: 700;
	}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
	}
html {
	background-color: #ffffff; 
	background-image: none;
	background-position: center top;
	background-repeat: repeat-x;
}
body {
	line-height: 1;
	background-image: none;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-color: transparent;
	font-family: Tahoma, Arial; font-family: 'Exo', sans-serif;
	font-size: 17px;
	color: #323232;
	margin: 0px;
	text-align: center;
	text-shadow: none;
	padding: 0px 0px 0px 0px;
	}
blockquote, q {
	quotes: none;
	}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}

a {
	text-decoration: none;
	color: #757575;
	}
a:hover {
	text-decoration: underline;
	color: #757575;
	}
a:focus {
	outline: 4px solid #757575;
	}
div.Footer a {
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
	}
div.Footer a:hover {
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
	}
.clear {
	clear: both;
	height: 0px;
	}
.left {
	float: left;
	}
.right {
	float: right;
	}
.align_center {
	text-align: center;
	}
.margin_0_auto {
	margin: 0px auto;
	}
.non_display {
	display: none !important;
	}
.display_block {
	display: block;
	}
.disabled {
	pointer-events: none;
	cursor: default;
	}
.radius {
	border-radius: 25px;
	}
div {
	text-align: left;
	}
em {
	font-style: italic;
	}
::selection {
	background: #757575; /* Safari */
	color: #ffffff;
	text-shadow: none;
	}
::-moz-selection {
	background: #757575; /* Firefox */
	color: #ffffff;
	text-shadow: none;
}
select::selection, input::selection, textarea::selection {
	background: #757575; /* Safari */
	color: #ffffff;
	text-shadow: none;
	}
select::-moz-selection, input::-moz-selection, textarea::-moz-selection {
	background: #757575; /* Firefox */
	color: #ffffff;
	text-shadow: none;
}
.clear_by_2 {
	display: none;
	}
.clear_by_3 {
	display: none;
	}
.clear_by_4 {
	display: none;
	}
.by_1, .by_2, .by_3, .by_4 {
	display: none;
	}

/* TOP */
div.Top {
	top: 0px;
	left: 0px;
	width: 100%;
	height: auto;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	text-align: center;
	background-color: transparent;
	background-image: url();
	background-position: center 0px;
	background-repeat: repeat-x;
	z-index: 120;
	}	
div.Top div.Top_Content {
	margin: 0 auto;
	padding: 0px 15px;
	height: auto;
	max-width: 1200px;
	text-align: center;
	position: relative;
	background-image: url();
	background-position: center 0px;
	background-repeat: no-repeat;
	background-color: transparent;
	}
div.Top div.Logo_Wrap {
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	}
div.Top div.Logo {
	overflow: visible;
	padding: 0px 0px 20px 0px;
	text-align: center;
	margin: -20px auto 0px auto;
	background-color: transparent;
	background-image: none;
	background-position: center 0px;
	background-repeat: no-repeat;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	}
div.Top div.Logo h1 {
	width: 100%;
	background-color: transparent;
	background-image: none;
	background-position: center top;
	background-repeat: no-repeat;
	}
div.Top div.Logo a.Logo {
	display: block;
	padding: 0px 0px 0px 0px;
	margin: 0px auto;
	text-align: center;
	
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	}
div.Top div.Logo img.Logo {
	display: block;
	padding: 0px 0px 0px 0px;
	margin: 0px auto 0px auto;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	}
	
div.Top div.Top_Header {
	position: absolute;
	top: 55px;
	z-index: 900;
	width: 100%;
	display: block;
	}
div.Top div.Top_Header div.Top_Header_Content_Top {
	display: block;
	height: 4px;
	width: 100%;
	margin: 0px 0px 6px 0px;
	padding: 0px 0px 0px 0px;
	background-color: rgba(255,255,255,0.2);
	background-image: none;
	}
div.Top div.Top_Header div.Top_Header_Content_Bottom {
	display: block;
	height: 4px;
	width: 100%;
	margin: 6px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: rgba(255,255,255,0.2);
	background-image: none;
	}
div.Top div.Top_Header div.Top_Header_Content {
	display: block;
	width: 100%;
	margin: 6px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: transparent;
	background-image: url("../images/gfx/top_header_bg.png");
	background-repeat: repeat-y;
	background-position: center top;
	}
div.Top div.Top_Header div.Top_Header_Content h1 {
	display: block;
	width: 100%;
	margin: 6px 0px 0px 0px;
	padding: 0px;
	background-color: transparent;
	background-image: url("../images/gfx/top_header_bg.png");
	background-repeat: repeat-y;
	background-position: center top;
	color: #2d2d2d;
	font-size: 72px;
	font-weight: 700;
	text-shadow: 1px 1px 1px #bababa;
	text-align: center;
	font-family: Tahoma, Arial; font-family: 'Exo', sans-serif; 
	font-style: normal;
	line-height: 90px;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	float: none;
	border: none;
	overflow: hidden;
	box-shadow: none;
	}
div.Top div.Top_Header div.Top_Header_Content h1 a {
	color: #2d2d2d;
	display: block;
	padding: 22px 0px 22px 0px;
	text-decoration: none;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	}
div.Top div.Top_Header div.Top_Header_Content h1 a:hover {
	color: #000000;
	text-decoration: none;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	}
div.Top div.Top_Photo {
	min-height: 500px;
	background-color: transparent;
	background-image: url("../images/images/foto_top.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	}
div.Top div.Top_Photo img.Top_Photo {
	visibility: hidden;
	width: 100%;
	}
/* TOP END */

	

	
	
	
	
	
	

	
/* Panorama */
div.Panorama {
	width: 100%;
	margin: 0px auto;
	padding: 35px 0px 0px 0px;
	text-align: center;
	position: relative;
	background-color: transparent;
	background-image: url("../images/gfx/panorama_bg_shadow.png");
	background-repeat: repeat-x;
	background-position: center top;
	}
div.Panorama_Clear {
	background-image: none;
	margin: 0px;
	padding-top: 0px;
	}
div.Panorama div.Panorama_Content_Padded {
	margin: 0px auto;
	padding: 0px 0px 10px;
	text-align: left;
	max-width: 1200px;
	text-shadow: none;
	font-family: Tahoma, Arial; font-family: 'Exo', sans-serif; 
	font-size: 17px;
	font-weight: 300;
	font-style: normal;
	color: #323232;
	line-height: 21px;
	width: auto;
	}
div.Panorama div.Panorama_Content_Padded div.Content_Box {
	background-color: transparent;
	background-image: url("../images/gfx/panorama_bg_shadow.png");
	background-repeat: repeat-x;
	background-position: center -30px;
	border-radius: 10px;
	padding: 0px 5px 0px 5px;
	}
div.Panorama div.Panorama_Content_Padded div.Photos {
	background-color: transparent;
	background-image: url("../images/gfx/panorama_bg_shadow.png");
	background-repeat: repeat-x;
	background-position: center -30px;
	border-radius: 10px;
	padding: 5px 5px 0px 5px;
	}
div.Panorama div.Panorama_Content_Padded img, div.Panorama div.Panorama_Content_Padded p img, 
img.ramka {
	border-bottom: 4px solid #c1c1c1;
	margin: 0px 0px 20px 0px;
	border-radius: 5px;
	}

div.Panorama div.Panorama_Content_Padded p {
	padding: 0px 0px 14px 0px;
	}
div.Panorama div.Panorama_Content_Padded div.Column_Content_Padded h1 {
	font-size: 30px;
	line-height: 36px;
	color: #ffffff;
	font-weight: normal;
	margin: 5px 0px 10px 0px;
	padding: 5px 10px 6px 10px;
	text-shadow: 1px 1px 0 #6f6f6f;
	text-align: left;
	font-family: Tahoma, Arial; font-family: 'Exo', sans-serif; 
	background-color: #777777;
	background-image: none;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	border-radius: 5px;
	display: inline-block;
	}
div.Panorama div.Panorama_Content_Padded div.Column_Content_Padded h2 {
	font-size: 26px;
	line-height: 30px;
	color: #ffffff;
	font-weight: normal;
	margin: 5px 0px 10px 0px;
	padding: 6px 10px 4px 10px;
	text-shadow: 1px 1px 0 #6f6f6f;
	text-align: left;
	font-family: Tahoma, Arial; font-family: 'Exo', sans-serif; 
	background-color: #777777;
	background-image: none;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	border-radius: 5px;
	background-repeat: no-repeat;
	display: inline-block;
	}
div.Panorama div.Panorama_Content_Padded div.Column_Content_Padded h3 {
	font-size: 24px;
	line-height: 26px;
	color: #ffffff;
	font-weight: normal;
	margin: 5px 0px 10px 0px;
	padding: 3px 10px 6px 10px;
	text-shadow: 1px 1px 0 #6f6f6f;
	text-align: left;
	font-family: Tahoma, Arial; font-family: 'Exo', sans-serif; 
	background-color: #777777;
	background-image: none;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	border-radius: 5px;
	display: inline-block;
	}
div.Panorama div.Panorama_Content_Padded div.Column_Content_Padded h4 {
	font-size: 18px;
	line-height: 22px;
	color: #ffffff;
	font-weight: normal;
	margin: 5px 0px 10px 0px;
	padding: 6px 10px 6px 10px;
	text-shadow: 1px 1px 0 #6f6f6f;
	text-align: left;
	font-family: Tahoma, Arial; font-family: 'Exo', sans-serif; 
	background-color: #777777;
	background-image: none;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	border-radius: 5px;
	display: inline-block;
	}
div.Panorama div.Panorama_Content_Padded div.Column_Content_Padded h5 {
	font-size: 16px;
	line-height: 20px;
	color: #ffffff;
	font-weight: normal;
	margin: 5px 0px 10px 0px;
	padding: 4px 10px 6px 10px;
	text-shadow: 1px 1px 0 #6f6f6f;
	text-align: left;
	font-family: Tahoma, Arial; font-family: 'Exo', sans-serif; 
	background-color: #777777;
	background-image: none;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	border-radius: 5px;
	display: inline-block;
	}
div.Panorama div.Panorama_Content_Padded div.Column_Content_Padded h6 {
	font-size: 14px;
	line-height: 17px;
	color: #ffffff;
	font-weight: normal;
	margin: 5px 0px 10px 0px;
	padding: 6px 10px 6px 10px;
	text-shadow: 1px 1px 0 #6f6f6f;
	text-align: left;
	font-family: Tahoma, Arial; font-family: 'Exo', sans-serif; 
	background-color: #777777;
	background-image: none;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	border-radius: 5px;
	display: inline-block;
	}
div.Panorama div.Panorama_Content_Padded ul {
	padding: 5px 0px 10px 10px;
	list-style-type: none;
	display: table;
	font-family: Tahoma, Arial; font-family: 'Exo', sans-serif; 
	font-size: 17px;
	font-weight: normal;
	color: #323232;
	}
div.Panorama div.Panorama_Content_Padded ul li {
	padding: 0px 0px 5px 25px;
	background-image: url('../images/gfx/li.gif');
	background-position: 0px 2px;
	background-repeat: no-repeat;
	background-color: transparent;
	line-height: 21px;
	}
div.Panorama div.Panorama_Content_Padded ol {
	padding: 0px 0px 5px 20px;
	}
div.Panorama div.Panorama_Content_Padded ol li {
	padding: 0px 0px 0px 5px;
	}
div.Panorama div.Panorama_Content_Padded img, div.Panorama div.Panorama_Content_Padded p img {
	margin: 0px;
	max-width: 100%;
	}
div.Panorama div.Panorama_Content_Padded table {
	margin: 10px 0px 10px 0px;
	padding: 0px;
	font-family: Tahoma, Arial; font-family: 'Exo', sans-serif; 
	font-size: 14px;
	}
div.Panorama div.Panorama_Content_Padded table tr {
	}
div.Panorama div.Panorama_Content_Padded table tr td {
	border: 1px solid #ffffff;
	padding: 2px 5px;
	}
/* Panorama END */

/* Quick Contact */
div.Mapa_Polska {
	height: 303px;
	width: 100%;
	max-width: 305px;
	display: block;
	margin: 0px auto 10px;
	padding: 0px;
	border: none;
	background-color: transparent;
	background-image: url("../images/gfx/mapa_polska.png");
	background-repeat: no-repeat;
	background-size: 100% auto;
	}
div.Mapa_Polska a.Mapa_Polska_Pin {
	height: 303px;
	width: 100%;
	max-width: 305px;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	border: none;
	background-color: transparent;
	background-image: url("../images/gfx/mapa_polska_pin.png");
	background-repeat: no-repeat;
	background-size: 100% auto;
	text-indent: -99999px;
	font-size: 0px;
	}
/* Quick Contact END */
	
/* FORM Contact */
input::-webkit-input-placeholder {
 color: #939393;
	}
textarea::placeholder {
 color: #939393;
	}
input:focus::-webkit-input-placeholder, input:hover::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder, textarea:hover::-webkit-input-placeholder, select:focus::-webkit-input-placeholder, select:hover::-webkit-input-placeholder {
 color: #505050;
	}
/* Firefox < 19 */
input:-moz-placeholder {
 color: #939393;
	}
input:focus:-moz-placeholder, input:hover:-moz-placeholder, textarea:focus:-moz-placeholder, textarea:hover:-moz-placeholder, select:focus:-moz-placeholder, select:hover:-moz-placeholder {
 color: #505050;
	}
/* Firefox > 19 */
input::-moz-placeholder {
 color: #939393;
	}
input:focus::-moz-placeholder, input:hover::-moz-placeholder, textarea:focus::-moz-placeholder, textarea:hover::-moz-placeholder, select:focus::-moz-placeholder, select:hover::-moz-placeholder {
 color: #505050;
	}
/* Internet Explorer 10 */
input:-ms-input-placeholder {
 color: #939393;
	}
input:focus:-ms-input-placeholder, input:hover:-ms-input-placeholder, textarea:focus:-ms-input-placeholder, textarea:hover:-ms-input-placeholder, select:focus:-ms-input-placeholder, select:hover:-ms-input-placeholder {
 color: #505050;
	}
	
form {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}
form div.Input_Item {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	}
form div.Input_Item label {
	margin: 0px auto 0 auto;
	padding: 10px 10px 10px 5px;
	text-align: left;
	width: 35%;
	height: auto;
	cursor: pointer;
	font-family: Tahoma, Arial; font-family: 'Exo', sans-serif; 
	font-size: 24px;
	font-style: normal;
	line-height: 28px;
	color: #717171;
	text-shadow: none;
	font-weight: 500;
	float: left;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	}
form div.Input_Item label:hover {
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	}
form div.Input_Item select {
	color: #212121;
	text-shadow: none;
	display: block;
	height: auto;
	margin: 0px auto 0px auto;
	padding: 10px 30px 10px 30px;
	text-align: left;
	width: 65%;
	font-family: Tahoma, Arial; font-family: 'Exo', sans-serif; 
	font-size: 24px;
	float: left;
	font-style: normal;
	background-image: none;
	background-position: 0px bottom;
	background-repeat: repeat-x;
	background-color: #e8e8e8;
	border: none;
	border-radius: 15px;
	box-shadow: none;

	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
	
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	}
form div.Input_Item select:focus {
	background-color: #d9d9d9;
	color: #323232;
	text-shadow: none;
	
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
	}
form div.Input_Item input {
	color: #212121;
	text-shadow: none;
	display: block;
	height: auto;
	margin: 0px auto 0px auto;
	padding: 10px 30px 10px 30px;
	text-align: left;
	width: 65%;
	font-family: Tahoma, Arial; font-family: 'Exo', sans-serif; 
	font-size: 24px;
	line-height: 28px;
	float: left;
	font-style: normal;
	background-image: none;
	background-position: 0px bottom;
	background-repeat: repeat-x;
	background-color: #c3c3c3;
	border: none;
	border-radius: 15px;
	box-shadow: none;

	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
	
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	}
form div.Input_Item input:focus, form div.Input_Item input:active, form div.Input_Item input:hover, form div.Input_Item textarea:hover, form div.Input_Item textarea:focus {
	background-color: #d9d9d9;
	color: #272727;
	text-shadow: none;
	
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
	}
form div.Input_Item textarea {
	resize: vertical;
	color: #212121;
	text-shadow: none;
	display: block;
	height: 160px;
	margin: 0px auto 0px auto;
	padding: 10px 30px 10px 30px;
	text-align: left;
	width: 65%;
	font-family: Tahoma, Arial; font-family: 'Exo', sans-serif; 
	font-size: 24px;
	line-height: 28px;
	float: left;
	font-style: normal;
	background-image: none;
	background-position: 0px bottom;
	background-repeat: repeat-x;
	background-color: #c3c3c3;
	border: none;
	border-radius: 15px;
	box-shadow: none;

	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
	
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	}
form div.Input_Item label.error {
	font-family: Tahoma, Arial; font-family: 'Exo', sans-serif; 
	font-size: 15px;
	color: #ff4000;
	margin: 0px auto 0 0px;
	text-align: left;
	width: 65%;
	display: block;
	padding: 0px 0px 0px 5px;
	font-weight: normal;
	float: right;
	font-weight: bold;
	}
form div.Btn_Submit {
	margin: 0px auto;
	padding: 0px 0px 10px 0px;
	text-align: right;
	}
form div.Btn_Submit input.form_submit {
	min-width: 100px;
	width: auto;
	color: #ffffff;
	font-size: 14px;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 4px 17px 4px;
	text-shadow: 1px 1px 1px #010101;
	text-align: center;
	font-family: Tahoma, Arial; font-family: 'Exo', sans-serif; 
	font-style: normal;
	background-color: #757575;
	line-height: 16px;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: none;
	display: inline-block;
	border: none;
	border-radius: 100px;
	overflow: hidden;
	box-shadow: none;
	}
form div.Btn_Submit input.form_submit:hover {
	text-decoration: underline;
	background-color: #1e1e1e;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
	}
	
div.Panorama div.Panorama_Content_Padded form div.Input_Item_Center {
	text-align: right;
	}
div.Panorama div.Panorama_Content_Padded form div.Input_Item_Center div.Input_Item_Centered {
	margin: 0px auto;
	display: inline-block;
	}
div.Panorama div.Panorama_Content_Padded form div.Input_Item_Checkbox {
	padding: 0px;
	margin: 0px auto 0px auto;
	width: auto;
	}
div.Panorama div.Panorama_Content_Padded form .g-recaptcha {
	margin: 0px auto;
	}
form div.Input_Item_Checkbox label.error {
	float: left;
	}
div.Panorama div.Panorama_Content_Padded form div.Input_Item_Checkbox input {
	background: none repeat scroll 0 0 #fafafa;
	border: 1px solid #b8b8b8;
	border-radius: 5px 5px 5px 5px;
	display: block;
	float: left;
	height: 22px;
	margin: 0 10px 0 0px;
	padding: 0px 5px 0px 5px;
	text-align: left;
	width: 22px;
	font-family: Tahoma, Arial; font-family: 'Ropa Sans', sans-serif; 
	font-size: 12px;
	color: #353535;
	box-shadow: 0px 0px 5px rgba(253, 255, 255, 0.5);
	-moz-transition: -moz-box-shadow 0.5s ease-out 0s;
	}
div.Panorama div.Panorama_Content_Padded form div.Input_Item_Checkbox input.checkbox {
	background: transparent;
	border: none;
	border-radius: 0;
	box-shadow: none;
	-moz-transition: none;
	}
div.Panorama div.Panorama_Content_Padded form div.Input_Item_Checkbox label.error {
	padding: 0px;
	height: 25px;
	width: 172px;
	margin-left: 0px !important;
	}
div.Panorama div.Panorama_Content_Padded form div.Input_Item_Checkbox div.Input_Item_Checkbox_Text {
	font-family: Tahoma, Arial; font-family: 'Ropa Sans', sans-serif; 
	font-size: 12px;
	color: #353535;
	float: left;
	}
div.Panorama div.Panorama_Content_Padded form div.Input_Item_Checkbox a {
	color: #353535;
	text-decoration: underline;
	}
div.Panorama div.Panorama_Content_Padded form div.Input_Item_Checkbox a:hover {
	color: #353535;
	text-decoration: none;
	}
.tiptip_popup {
	text-decoration: underline;
	cursor: pointer;
	display: block;
	padding: 2px 2px;
	}
/* FORM Contact END */

/* POPUP */
	.animated {
		-webkit-animation-fill-mode: none !important;
		animation-fill-mode: none !important;
		}
	/* Outer */
	.popup {
		width:100%;
		height:100%;
		display:none;
		position:fixed;
		top:0px;
		left:0px;
		background:rgba(0,0,0,0.35);
		border-radius: 0px;
		font-size: 15px;
		z-index: 9999;
		}
	/* Inner */
	.popup .popup-inner {
		max-width:700px;
		width:90%;
		padding:15px 20px 0px 20px;
		position:absolute;
		top:50%;
		left:50%;
		-webkit-transform:translate(-50%, -50%);
		transform:translate(-50%, -50%);
		box-shadow:0px 2px 6px rgba(0,0,0,1);
		border-radius:10px;
		background:#ffffff;
		}
	/* Close Button */
	.popup .popup-close {
		width:30px;
		height:30px;
		padding-top:4px;
		display:inline-block;
		position:absolute;
		top:0px;
		right:0px;
		transition:ease 0.25s all;
		-webkit-transform:translate(50%, -50%);
		transform:translate(50%, -50%);
		border-radius:1000px;
		background:rgba(0,0,0,0.8);
		font-family:Arial, Sans-Serif;
		font-size:20px;
		text-align:center;
		line-height:100%;
		color: #ffffff !important;
		text-decoration: none !important;
		}
	.popup .popup-close:hover {
		-webkit-transform:translate(50%, -50%) rotate(180deg);
		transform:translate(50%, -50%) rotate(180deg);
		background:rgba(0,0,0,1);
		text-decoration:none;
		}
/* POPUP */
























/* Footer */
div.Footer {
	width: 100%;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	position: relative;
	overflow: hidden;
	border: 0px;
	color: #e2e2e2;
	font-family: Tahoma, Arial; font-family: 'Exo', sans-serif; 
	background-color: #1f1f1f;
	background-image: url("../images/gfx/footer_shadow.png");
	background-position: center 4px;
	background-repeat: repeat-x;
	background-size: 100% auto;
	}
div.Footer div.Footer_Content {
	width: 100%;
	max-width: 1200px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	text-align: center;
	position: relative;
	overflow: hidden;
	border: 0px;
	}	
div.Footer div.Footer_Content p {
	padding: 0px 0px 8px 0px;
	}
div.Footer div.Footer_Stripe_1 {
	height: auto;
	width: 100%;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	position: relative;
	overflow: hidden;
	color: #e2e2e2;
	background-color: transparent;
	background-image: none;
	}
div.Footer div.Footer_Stripe_2 {
	height: auto;
	min-height: 65px;
	width: 100%;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	position: relative;
	overflow: hidden;
	background-color: transparent;
	background-image: url(../images/gfx/footer_cut.png);
	background-position: center top;
	background-repeat: no-repeat;
	color: #e2e2e2;
	}
div.Footer div.Footer_Main {
	margin: 0px auto 0 auto;
	overflow: hidden;
	padding: 10px 10px 10px 10px;
	text-align: left;
	background: none;
	line-height: 18px;
	font-size: 13px;
	max-width: 1200px;
	background-image: none;
	background-position: center 0px;
	background-repeat: no-repeat;
	background-color: transparent;
	}
div.Footer div.Footer_Main a {
	color: #ffffff;
	text-decoration: none;
	}
div.Footer div.Footer_Main a:hover {
	color: #ffe882;
	text-decoration: none;
	}
div.Footer div.Footer_Main div.Footer_Author {
	font-family: Tahoma, Arial; font-family: 'Exo', sans-serif; 
	font-size: 13px;
	color: #686868;
	float: none;
	text-align: center;
	padding: 1px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	}
div.Footer div.Footer_Main div.Footer_Author span.Footer_Author_Item, 
div.Footer div.Footer_Main div.Footer_Author span.Footer_Author_Item a {
	color: #939393;
	}
div.Footer div.Footer_Author a {
	text-decoration: none;
	color: #686868;
	}
div.Footer div.Footer_Author a:hover, div.Footer div.Footer_Menu div.Footer_Author a:active {
	text-decoration: none;
	color: #ffffff;
	}

div.Footer div.Footer_Boxex {
	display: flex;
	text-align: center;
	padding: 40px 0px 0px 0px;
	
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-evenly;
	}
div.Footer div.Footer_Boxex div.Footer_Box {
	width: 25%;
	margin: 0px 0px 20px 0px;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	}
	
div.Footer div.Footer_Boxex div.Footer_Box div.Footer_Box_Icon {
	display: block;
	width: 51px;
	height: 48px;
	margin: 0px 0px 10px 0px;
	float: left;
	background-position: center top;
	background-repeat: no-repeat;
	background-color: transparent;
	}
div.Footer div.Footer_Boxex div.Footer_Box div.Footer_Box_Icon.Footer_Box_Icon_Contact {
	background-image: url("../images/gfx/footer_box_icon_home.png");
	}
div.Footer div.Footer_Boxex div.Footer_Box div.Footer_Box_Icon.Footer_Box_Icon_Address {
	background-image: url("../images/gfx/footer_box_icon_address.png");
	}
div.Footer div.Footer_Boxex div.Footer_Box div.Footer_Box_Icon.Footer_Box_Icon_Hour {
	background-image: url("../images/gfx/footer_box_icon_hour.png");
	}
div.Footer div.Footer_Boxex div.Footer_Box div.Footer_Box_Txt {
	width: 100%;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	}
div.Footer div.Footer_Boxex div.Footer_Box div.Footer_Box_Txt div.Footer_Box_Txt_Content {
	border-left: 4px solid #4c4c4c;
	padding: 20px 0px 0px 40px;
	margin: 0px 0px 0px 25px;
	font-size: 13px;
	line-height: 15px;
	}
div.Footer div.Footer_Boxex div.Footer_Box div.Footer_Box_Txt h2 {
	font-size: 24px;
	line-height: 30px;
	color: #e2e2e2;
	font-weight: normal;
	margin: 5px 0px 10px 0px;
	padding: 0px;
	text-shadow: none;
	text-align: left;
	font-family: Tahoma, Arial; font-family: 'Exo', sans-serif; 
	background-color: transparent;
	background-image: none;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	border-radius: 0px;
	background-repeat: no-repeat;
	display: inline-block;
	}
div.Footer div.Footer_Boxex div.Footer_Box div.Footer_Box_Txt ul {
	padding: 0px 0px 10px 0px;
	margin: 10px 0px 0px 0px;
	font-family: Tahoma, Arial; font-family: 'Exo', sans-serif; 
	list-style-type: none;
	}
div.Footer div.Footer_Boxex div.Footer_Box div.Footer_Box_Txt ul li {
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 0px 0px;
	line-height: inherit;
	background-image: none;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-color: transparent;
	}
div.Footer div.Footer_Boxex div.Footer_Box div.Footer_Box_Txt a, 
div.Footer div.Footer_Boxex div.Footer_Box div.Footer_Box_Txt a:hover {
	color: #e2e2e2;
	text-decoration: none;
	}
/* Footer END */
	


div.Panorama div.Panorama_Header {
	margin: 20px auto 40px auto;
	background-color: transparent;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left bottom;
	border-bottom: 0px;
	max-width: 1200px;
	}
div.Panorama div.Panorama_Header div.Panorama_Header_Text {
	background-color: transparent;
	background-image: url(../images/gfx/header_1px_grey.gif);
	background-position: 0px 50%;
	background-repeat: repeat-x;
	width: auto;
	text-align: center;
	padding: 0px 0px;
	}
div.Panorama div.Panorama_Header div.Panorama_Header_Text h2 {
	width: auto;
	color: #ffffff;
	font-size: 36px;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 4px 28px 4px;
	text-shadow: 1px 1px 1px #010101;
	text-align: center;
	font-family: Tahoma, Arial; font-family: 'Exo', sans-serif; 
	font-style: normal;
	background-color: #757575;
	line-height: 46px;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: none;
	display: inline-block;
	border: none;
	border-radius: 100px;
	overflow: hidden;
	box-shadow: none;
	}
div.Panorama div.Panorama_Header div.Panorama_Header_Text h2 a {
	color: #323232;
	display: block;
	padding: 0;
	text-decoration: none;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	}
div.Panorama div.Panorama_Header div.Panorama_Header_Text h2 a:hover {
	color: #323232;
	text-decoration: none;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	padding: 0px 0px 0px 0px;
	}



	
	
	
	

/* Column */
div.Panorama div.Panorama_Content_Padded div.Column {
	display: block;
	margin: 0px 0px 40px 0px;
	padding: 0px;
	border: none;
	border-radius: 0px;
	background-color: transparent;
	background-image: none;
	background-position: bottom center;
	background-repeat: no-repeat;
	overflow: hidden;
	}
div.Panorama div.Panorama_Content_Padded div.Column div.Column_Header {
	margin: 0px auto;
	background-color: transparent;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left bottom;
	border-bottom: none;
	}
div.Panorama div.Panorama_Content_Padded div.Column div.Column_Header div.Column_Header_Text {
	background-color: transparent;
	background-image: url(../images/gfx/header_1px_grey.gif);
	background-position: 0px 50%;
	background-repeat: repeat-x;
	width: auto;
	text-align: center;
	padding: 0px 0px;
	}
div.Panorama div.Panorama_Content_Padded div.Column div.Column_Header div.Column_Header_Text h2 {
	width: auto;
	color: #ffffff;
	font-size: 36px;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 4px 28px 4px;
	text-shadow: 1px 1px 1px #010101;
	text-align: center;
	font-family: Tahoma, Arial; font-family: 'Exo', sans-serif; 
	font-style: normal;
	background-color: #757575;
	line-height: 46px;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: none;
	display: inline-block;
	border: none;
	border-radius: 100px;
	overflow: hidden;
	box-shadow: none;
	}
div.Panorama div.Panorama_Content_Padded div.Column div.Column_Header div.Column_Header_Text h2 a {
	color: #fff6ce;
	display: block;
	padding: 0;
	text-decoration: none;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	}
div.Panorama div.Panorama_Content_Padded div.Column div.Column_Header div.Column_Header_Text h2 a:hover {
	color: #fff6ce;
	text-decoration: none;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	padding: 0px 0px 0px 0px;
	}	
div.Panorama div.Panorama_Content_Padded div.Column div.Column_Content {
	padding: 30px 0px 0px 0px;
	clear: both;
	}

	
	
	
	
	
	
	
	
	
	
	
	
	
div.Panorama div.Panorama_Content_Padded div.Column div.Column_Content div.Column_Content_Padded div.Button {
	text-align: right;
	}
div.Panorama div.Panorama_Content_Padded div.Column div.Column_Content div.Column_Content_Padded a.przycisk {
	min-width: 100px;
	width: auto;
	color: #ffffff;
	font-size: 14px;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 2px 17px 4px;
	text-shadow: 1px 1px 1px #010101;
	text-align: center;
	font-family: Tahoma, Arial; font-family: 'Exo', sans-serif; 
	font-style: normal;
	background-color: #757575;
	line-height: 16px;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: none;
	display: inline-block;
	border: none;
	border-radius: 100px;
	overflow: hidden;
	box-shadow: none;
	}
div.Panorama div.Panorama_Content_Padded div.Column div.Column_Content div.Column_Content_Padded a.przycisk:hover {
	text-decoration: underline;
	background-color: #b9000c;
	}
a.button_more {
	min-width: 100px;
	width: auto;
	color: #ffffff;
	font-size: 14px;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 4px 17px 4px;
	text-shadow: 1px 1px 1px #010101;
	text-align: center;
	font-family: Tahoma, Arial; font-family: 'Exo', sans-serif; 
	font-style: normal;
	background-color: #757575;
	line-height: 16px;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: none;
	display: inline-block;
	border: none;
	border-radius: 100px;
	overflow: hidden;
	box-shadow: none;
	}
a.button_more:hover {
	text-decoration: underline;
	background-color: #1e1e1e;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
	}
	
div.Panorama div.Panorama_Content_Padded div.Column div.Column_Content div.Column_Content_Padded ul {
	padding: 0px 0px 10px 10px;
	margin: 10px 0px 0px 0px;
	font-family: Tahoma, Arial; font-family: 'Exo', sans-serif; 
	list-style-type: none;
	}
div.Panorama div.Panorama_Content_Padded div.Column div.Column_Content div.Column_Content_Padded ul li {
	padding: 0px 0px 0px 20px;
	margin: 5px 0px 0px 0px;
	line-height: 21px;
	background-image: url('../images/gfx/li.png');
	background-position: 0px 1px;
	background-repeat: no-repeat;
	background-color: transparent;
	}
div.Panorama div.Panorama_Content_Padded div.Column div.Column_Content div.Column_Content_Padded table ul li {
	color: #464646;
	}	
div.Panorama div.Panorama_Content_Padded div.Column div.Column_Content div.Column_Content_Padded table {
	margin: 10px 0px 10px 0px;
	padding: 4px;
	font-family: Tahoma, Arial; font-family: 'Exo', sans-serif; 
	font-size: 14px;
	color: #3f3f3f;	
	border-spacing: 2px;
 border-collapse: separate;
	background-color: #dadada;
	border-radius: 5px;
	}
div.Panorama div.Panorama_Content_Padded div.Column div.Column_Content div.Column_Content_Padded table tr {
	}
div.Panorama div.Panorama_Content_Padded div.Column div.Column_Content div.Column_Content_Padded table tr td {
	border: 0px solid #cccccc;
	padding: 2px 5px;
	background-color: #ffffff;
	border-radius: 2px;
	border-bottom: 1px solid #cccccc;
	}
div.Panorama div.Panorama_Content_Padded div.Column div.Column_Content div.Column_Content_Padded table tr:hover td {
	background-color: #eeeeee;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
	}	
/* Column END */




/* Viewportchecker */
.hidden {
 opacity: 0;
	}
.visible {
	opacity: 1;
	}
/* Viewportchecker END */




/* Hover.css */
/* Underline From Center */
/*.hvr-underline-from-center {*/
div.Footer_Content a {
	display: inline-block;
	vertical-align: top;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	overflow: hidden;
	}
div.Footer_Content a:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 50%;
	right: 50%;
	bottom: 0;
	background: #757575;
	height: 1px;
	-webkit-transition-property: left, right;
	transition-property: left, right;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	}
div.Footer_Content a:hover:before, div.Footer_Content a:focus:before, div.Footer_Content a:active:before {
	left: 0;
	right: 0;
	}
/* Hover.css END */





















/* ============================== */
/* ! Layout for desktop version */
/* ============================== */

	body {
		
	}
	
/* ============================== */
/* Width: 1200px */
/* ============================== */
@media handheld, only screen and (max-width: 1200px) {	

}
	
/* ============================== */
/* Width: 1160px */
/* ============================== */
@media handheld, only screen and (max-width: 1160px) {
	div.Top div.Top_Content {
		max-width: 1200px;
		padding-left: 10px;
		padding-right: 10px;
		width: 100%;
		max-width: 100%;
		-webkit-transition: all 0.5s ease 0s;
		-moz-transition: all 0.5s ease 0s;
		-o-transition: all 0.5s ease 0s;
		transition: all 0.5s ease 0s;
		}
	div.Panorama div.Panorama_Content_Padded {
		max-width: 1170px;
		padding-left: 10px;
		padding-right: 10px;
		width: 100%;
		max-width: 100%;
		-webkit-transition: all 0.5s ease 0s;
		-moz-transition: all 0.5s ease 0s;
		-o-transition: all 0.5s ease 0s;
		transition: all 0.5s ease 0s;
		}
	div.Panorama_Slider div.Panorama_Content_Padded {
		padding: 0px;
		}
	div.Panorama div.Panorama_Header {
		padding-left: 10px;
		padding-right: 10px;
		width: 100%;
		max-width: 100%;
		-webkit-transition: all 0.5s ease 0s;
		-moz-transition: all 0.5s ease 0s;
		-o-transition: all 0.5s ease 0s;
		transition: all 0.5s ease 0s;
		}
}

	
/* ============================== */
/* Width: 1040px */
/* ============================== */
@media handheld, only screen and (max-width: 1040px) {
}

/* ============================== */
/* Width: 980px */
/* ============================== */
@media handheld, only screen and (max-width: 980px) {
}


/* ============================== */
/* Width: 880px */
/* ============================== */
@media handheld, only screen and (max-width: 880px) {
	div.Top div.Top_Header div.Top_Header_Content h1 {
		font-size: 50px;
		line-height: 60px;
		-webkit-transition: all 0.5s ease 0s;
		-moz-transition: all 0.5s ease 0s;
		-o-transition: all 0.5s ease 0s;
		transition: all 0.5s ease 0s;
		}
}


/* ============================== */
/* Width: 800px */
/* ============================== */
@media handheld, only screen and (max-width: 800px) {
	.clear_by_4 {
		display: none;
		}
	.clear_by_3 {
		display: none;
		}
	.clear_by_2 {
		display: block;
		}
		
		
	div.Footer div.Footer_Boxex {
		flex-direction: column;
		}
	div.Footer div.Footer_Boxex div.Footer_Box {
		width: 100%;
		margin: 0px 0px 20px 0px;
		padding: 0px 30%;
		-webkit-transition: all 0.5s ease 0s;
		-moz-transition: all 0.5s ease 0s;
		-o-transition: all 0.5s ease 0s;
		transition: all 0.5s ease 0s;
		}
}
		
/* ============================= */
/* ! Layout for mobile version */
/* ============================= */

@media handheld, only screen and (max-width: 767px) {

}



/* ============================== */
/* Width: 636px */
/* ============================== */
@media handheld, only screen and (max-width: 636px) {
	div.Top div.Top_Header div.Top_Header_Content h1 {
		font-size: 30px;
		line-height: 40px;
		-webkit-transition: all 0.5s ease 0s;
		-moz-transition: all 0.5s ease 0s;
		-o-transition: all 0.5s ease 0s;
		transition: all 0.5s ease 0s;
		}
	form div.Input_Item label {
		font-size: 18px;
		-webkit-transition: all 0.5s ease 0s;
		-moz-transition: all 0.5s ease 0s;
		-o-transition: all 0.5s ease 0s;
		transition: all 0.5s ease 0s;
		}
}


/* ============================== */
/* Width: 580px */
/* ============================== */
@media handheld, only screen and (max-width: 580px) {
	div.Panorama div.Panorama_Content_Padded div.Column div.Column_Header div.Column_Header_Text h2, 
	div.Panorama div.Panorama_Header div.Panorama_Header_Text h2 {
		font-size: 24px;
		line-height: 30px;
		}
	div.Footer div.Footer_Boxex div.Footer_Box {
		width: 100%;
		margin: 0px 0px 20px 0px;
		padding: 0px 15px;
		-webkit-transition: all 0.5s ease 0s;
		-moz-transition: all 0.5s ease 0s;
		-o-transition: all 0.5s ease 0s;
		transition: all 0.5s ease 0s;
		}
}


/* ============================== */
/* Width: 540px */
/* ============================== */
@media handheld, only screen and (max-width: 540px) {
	
	.clear_by_2, .clear_by_3 , .clear_by_4 {
		display: none;
		}
	form div.Input_Item label {
		margin: 0 auto 0 0px;
		height: auto;
		}
	form div.Input_Item label.error {
		margin: 0 auto 0 20%;
		}
}

/* ============================== */
/* Width: 400px */
/* ============================== */
@media handheld, only screen and (max-width: 400px) {
		
	.clear_by_4 {
		display: none;
		}
	.clear_by_3 {
		display: none;
		}
	.clear_by_2 {
		display: none;
		}
	div.Panorama div.Panorama_Content_Padded div.Column div.Column_Header div.Column_Header_Text h2,
	div.Panorama div.Panorama_Header div.Panorama_Header_Text h2 {
		font-size: 18px;
		line-height: 28px;
		}
}


/* ============================== */
/* Width: 320px */
/* ============================== */
@media handheld, only screen and (max-width: 320px) {

	div.Top div.Logo img.Logo {
		width: 90%;
		height: 90%;
		max-width: 90%;
		-webkit-transition: all 0.5s ease 0s;
		-moz-transition: all 0.5s ease 0s;
		-o-transition: all 0.5s ease 0s;
		transition: all 0.5s ease 0s;
		}
}
