@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: #e2efff; 
	background-image: url("../images/gfx/bg_bottom.jpg");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
body {
	line-height: 1;
	background-color: transparent;
	/* background-image: none; */
	/* background-image: url("../images/gfx/bg_top.jpg"); */
	/* background-position: center top; */
	/* background-repeat: no-repeat; */
	/* background-size: 100% auto; */
	/* font-family: Georgia, Arial; */
	font-size: 16px;
	color: #6a6a6a;
	margin: 0px;
	text-align: center;
	text-shadow: none;
	min-height: 100vh;
	font-family: "Saira", sans-serif;
	font-optical-sizing: auto;
	font-variation-settings: "wdth" 100;
	font-weight: 400;
	font-style: normal;
	}
blockquote, q {
	quotes: none;
	}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}

.bigger a {
	text-decoration: none;
	color: #403b90;
	}
a {
	text-decoration: none;
	color: #403b90;
	}
a:hover {
	text-decoration: underline;
	color: #26384e;
	}
a:focus  {
	outline: 2px solid #26384e;
	}
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;
	}
.nowrap {
	white-space: nowrap;
	}
div {
	text-align: left;
	}
em {
	font-style: italic;
	}
::selection {
	background: #403b90; /* Safari */
	color: #ffffff;
	text-shadow: none;
	}
::-moz-selection {
	background: #403b90; /* Firefox */
	color: #ffffff;
	text-shadow: none;
}
select::selection, input::selection, textarea::selection {
	background: #403b90; /* Safari */
	color: #ffffff;
	text-shadow: none;
	}
select::-moz-selection, input::-moz-selection, textarea::-moz-selection {
	background: #403b90; /* Firefox */
	color: #ffffff;
	text-shadow: none;
}
.text_16px {
	font-size: 16px;
	}
.text_20px {
	font-size: 20px;
	}
.blue, .blue:hover {
	color: #403b90;
	}
.clear_by_2 {
	display: none;
	clear: both;
	}
.clear_by_3 {
	display: none;
	clear: both;
	}
.clear_by_4 {
	/*! display: none; */
	clear: both;
	}
.by_1, .by_2, .by_3, .by_4 {
	display: none;
	}

div.newsletter_footer {
	display: none;
	}
.fb_frame_box {
	margin: 0px;
	text-align: center;
	width: 100%;
	}
.fb_frame {
	margin: 0px auto;
	display: block;
	}
div.Panorama div.Panorama_Content_Padded div.Column.Column_Facebook div.Column_Content {
	padding: 30px 0px;
	}
.justify {
	text-align: justify;
    text-justify: inter-word;
	}


.Panorama_Graphics_Bg {
	background-image: none;
	background-image: url("../images/gfx/bg_top.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% auto;
	
}

/* TOP */

div.Stripe_Top {
	display: block;
	width: 100%;
	height: 7px;
	margin: 0px auto 0px auto;
	padding: 0px;
	text-align: center;
	background-color: transparent;
	background-image: url("../images/gfx/top_stripe.png");
	background-position: center top;
	background-repeat: repeat-x;
	background-size: 1px 7px;
	position: relative;
	overflow: hidden;
	border: 0px;
	text-indent: -9999px;
	}
div.Stripe_Top_1 {
	display: block;
	width: 100%;
	height: 7px;
	margin: 44px auto -40px auto;
	padding: 0px;
	text-align: center;
	background-color: transparent;
	background-image: url("../images/gfx/top_stripe1.png");
	background-position: center top;
	background-repeat: repeat-x;
	background-size: 1px 7px;
	position: relative;
	overflow: hidden;
	border: 0px;
	text-indent: -9999px;
	}
div.Top {
	width: 100%;
	height: auto;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	text-align: center;
	background-color: transparent;
	background-image: none;
	background-position: center 0px;
	background-repeat: repeat-x;
	position: relative;
	z-index: 120;
	min-height: 101px;
	-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_Field_1 {
	width: 100%;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	text-align: center;
	background-color: #e2efff;
	background-image: none;
	background-position: right bottom;
	background-repeat: no-repeat;
	position: relative;
	z-index: 130;
	}
div.Top div.Top_Field_2 {
	width: 100%;
	min-height: 72px;
	height: auto;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	text-align: left;
	background-color: #26384e;
	background-image: none;
	background-position: center 0px;
	background-repeat: repeat-x;
	position: relative;
	z-index: 120;
	border: none;
	color: #e2efff;
	}
div.Top div.Top_Content {
	margin: 0 auto;
	padding: 0px 60px;
	height: auto;
	max-width: 1600px;
	text-align: left;
	position: relative;
	background-image: none;
	background-position: center 0px;
	background-repeat: no-repeat;
	background-color: transparent;
	-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_Content div.Logo {
	/* width: 433px; */
	/* height: 69px; */
	float: left;
	display: inline-block;
	padding: 0px 0px 0px 0px;
	text-align: center;
	margin: 18px 30px 18px 0px;
	background-color: transparent;
	background-image: none;
	background-position: right top;
	background-repeat: no-repeat;
	/* position: absolute; */
	/* left: 0px; */
	/* top: 0px; */
	/* z-index: 9200; */
	-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_Content div.Logo h1 {
	display: block;
	width: 100%;
	float: left;
	text-align: center;
	background-color: transparent;
	background-image: url("");
	background-position: center top;
	background-repeat: no-repeat;
	}
div.Top div.Top_Content div.Logo a.Logo {
	display: block;
	padding: 0px 0px 0px 0px;
	margin: 0px auto;
	outline: none;
	}
div.Top div.Top_Content div.Logo img.Logo {
	display: block;
	/* width: 410px; */
	width: auto;
	height: 109px;
	max-width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px auto 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.Top_Content_Right_Side {
	float: right;
	margin: 0px 0px 0px 0px;
	min-height: 105px;
	padding: 0px 0px 0px 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.Top_Box {
	float: right;
	margin: 25px 0px 25px 40px;
	/* width: 330px; */
	/* height: 126px; */
	text-align: left;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: left center;
	}
div.Top_Box.Top_Mail {
	background-image: url("../images/gfx/ico_top_mail.png");
	}
div.Top_Box.Top_Phone {
	background-image: url("../images/gfx/ico_top_phone.png");
	}
div.Top_Box div.Top_Box_Txt {
	width: auto;
	color: #3b3b3c;
	font-size: 33px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 56px;
	text-shadow: none;
	text-align: left;
	font-family: "Saira", sans-serif;
	font-optical-sizing: auto;
	font-variation-settings: "wdth" 100;
	font-style: normal;
	line-height: normal;
	-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-color: transparent;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: none;
	display: inline-block;
	border: none;
	border-radius: 0px;
	overflow: hidden;
	box-shadow: none;	
	}
div.Top_Box div.Top_Box_Txt span.Top_Box_Name {
	display: block;
	width: 100%;
	text-align: left;
	font-size: 22px;
	line-height: 24px;
	font-weight: normal;
	}
div.Top_Box div.Top_Box_Txt span.Top_Box_Value {
	display: block;
	width: 100%;
	text-align: left;
	font-size: 22px;
	line-height: 24px;
	font-weight: bold;
	padding: 0px 0px 0px 23px;
	word-wrap: anywhere;
	}
div.Top_Box div.Top_Box_Txt:hover {
	}
div.Top_Box div.Top_Box_Txt span.Top_Box_Value a {
	color: #403b90;
	text-decoration: 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;
	
	}
div.Top_Box div.Top_Box_Txt span.Top_Box_Value a:hover {
	color: #26384e;
	text-decoration: 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;
	}




div.Top div.Top_Field_2 div.Top_Content p {
	color: #e2efff;
	font-size: 30px;
	line-height: 34px;
	padding: 20px 0px;
	margin: 0px;
	}


div.Top div.Top_Slider {
	position: relative;
	}
div.Top div.Top_Slider div.Top_Header {
	position: absolute;
	top: 40%;
	z-index: 900;
	width: 100%;
	display: block;
	}
div.Top div.Top_Slider 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_Slider 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_Slider div.Top_Header div.Top_Header_Content {
	display: block;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: transparent;
	background-image: none;
	background-repeat: repeat-y;
	background-position: center top;
	text-align: center;
	}
div.Top div.Top_Slider div.Top_Header div.Top_Header_Content h1 {
	display: inline-block;
	/* width: 100%; */
	margin: 0px auto;
	padding: 22px 100px 22px 100px;
	background-color: #26384ea8;
	background-image: none;
	background-repeat: repeat-y;
	background-position: center top;
	color: #e2efff;
	font-size: 60px;
	font-weight: 300;
	/* text-shadow: 1px 1px 1px #bababa; */
	text-align: center;
	font-family: 'Saira', sans-serif; 
	font-style: normal;
	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;
	float: none;
	border: none;
	overflow: hidden;
	box-shadow: none;
	}
div.Top div.Top_Slider div.Top_Header div.Top_Header_Content h1 strong {
	font-weight: 700;
	}
div.Top div.Top_Slider div.Top_Header div.Top_Header_Content h1 a {
	color: #e2efff;
	display: block;
	padding: 0px;
	text-decoration: none;
	background-color: transparent;
	-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_Slider div.Top_Header div.Top_Header_Content h1 a:hover {
	color: #ffffff;
	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_Slider 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_Slider div.Top_Photo img.Top_Photo {
	visibility: hidden;
	width: 100%;
	}
/* TOP END */

/* MENU */
	div.Top_Menu {
		width: 100%;
		height: auto;
		padding: 0px 0px 0px;
		margin: 0px 0px 0px 0px;
		text-align: center;
		text-align: left;
		float: left;
		clear: right;
		background-color: #26384e;
		background-position: center top;
		background-repeat: repeat-x;
		background-image: none;
		text-align: center;
		}
	div.Top_Menu_Margin {
		}
	div.Top_Menu div.Stripe_Shadow_Top {
		margin: 0px 0px 0px 0px;
		}
	.nav {
		max-width: 1600px;
		/* margin: 4px auto;  */
		margin: 0px auto; 
		padding: 0px 60px;
		border: none;
		border-radius: 0px;
		text-align: left;
		display: block;
		width: auto;
		list-style-type: none;
		float: none;
		background-repeat: no-repeat;
		background-image: url("");
		}
	.nav li a, .nav li {
		/*float: none;*/
		}
	.nav li {
		display: inline-block;
		width: 100%;
		padding: 0px 0px 0px 0px;
		margin: 0px 1px 0px 2px;
		list-style-type: none;
		float: none;
		width: auto;	
		/*height: 40px;*/
		position: relative;
		}
	.nav li:hover {
		}
	.nav li:hover a {
		}
	.nav li:hover a, .nav li.selected:hover a {
		}
	.nav li:hover ul li a, .nav li.selected:hover ul li a {
		}
		
	.nav li a {
		display: block;
		width: 100%;
		/*height: 37px;*/
		line-height: 80px;
		padding: 0px 30px 0px 40px;
		margin: 0px 0px;
		background-color: transparent;
		background-image: url("../images/gfx/menu_item.png");
		background-position: 0px center;
		background-repeat: no-repeat;
		font-family: Tahoma, Arial; 
		font-family: 'Saira', sans-serif;
		font-size: 30px;
		font-weight: 300;
		font-style: normal;
		color: #e2efff;
		border: none;
		/* text-shadow: 0px 1px 1px #ffffff; */
		text-align: left;
		text-decoration: none;
		border-radius: 0px;
		-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;
		}
	.nav li:first-child a {
		}
	.nav li:last-child a {
		}
	.nav li a span {
		}
	
	.nav li a:hover, .nav li.selected a, .nav li.selected a:active, .nav li a:active, .nav li.home_city.selected a:hover {
		color: #ffffff;
		background-color: transparent;
		background-image: url("../images/gfx/menu_item.png");
		background-position: 0px center;
		background-repeat: no-repeat;
		}
	/* MENU END */
	

/* Menu_Vertical */
div.Menu_Vertical {
	display: none;
	}
/* Menu_Vertical END */





	
	
	
	
	
	

	
/* Panorama */
div.Panorama {
	width: 100%;
	margin: 0px auto 40px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	position: relative;
	/*overflow: hidden;*/
	background-color: transparent;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center top;
	}
div.Panorama_No_Margin {
	margin: 0px;
	}
div.Panorama div.Panorama_Content_Padded {
	margin: 0px auto;
	padding: 0px 0px 10px;
	text-align: left;
	max-width: 1600px;
	text-shadow: none;
	font-family: "Saira", sans-serif;
	font-optical-sizing: auto;
	font-variation-settings: "wdth" 100;
	font-size: 18px;
	font-weight: 400;
	font-style: normal;
	color: #4f4f4f;
	line-height: 28px;
	width: auto;
	background-color: transparent;
	border-radius: 0px;
	border: 0px;
	}
div.Panorama div.Panorama_Content_Padded p {
	padding: 0px 0px 10px 0px;
	word-wrap: anywhere;
	}

div.Panorama div.Panorama_Content_Padded div.Column_Content_Padded h1 {
	font-size: 30px;
	line-height: 36px;
	color: #676767;
	font-weight: 400;
	margin: 0px 0px 10px 0px;
	padding: 6px 10px 6px 10px;
	text-shadow: none;
	text-align: left;
	font-family: "Saira", sans-serif;
	font-optical-sizing: auto;
	font-variation-settings: "wdth" 100;
	background-color: #e7e7e7;
	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: #676767;
	font-weight: 400;
	margin: 0px 0px 10px 0px;
	padding: 6px 10px 6px 10px;
	text-shadow: none;
	text-align: left;
	font-family: "Saira", sans-serif;
	font-optical-sizing: auto;
	font-variation-settings: "wdth" 100;
	background-color: #e7e7e7;
	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 h3 {
	font-size: 22px;
	line-height: 25px;
	color: #676767;
	font-weight: 400;
	margin: 0px 0px 10px 0px;
	padding: 6px 10px 6px 10px;
	text-shadow: none;
	text-align: left;
	font-family: "Saira", sans-serif;
	font-optical-sizing: auto;
	font-variation-settings: "wdth" 100;
	background-color: #e7e7e7;
	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: #676767;
	font-weight: 400;
	margin: 0px 0px 10px 0px;
	padding: 6px 10px 6px 10px;
	text-shadow: none;
	text-align: left;
	font-family: "Saira", sans-serif;
	font-optical-sizing: auto;
	font-variation-settings: "wdth" 100;
	background-color: #e7e7e7;
	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: #676767;
	font-weight: 400;
	margin: 0px 0px 10px 0px;
	padding: 6px 10px 6px 10px;
	text-shadow: none;
	text-align: left;
	font-family: "Saira", sans-serif;
	font-optical-sizing: auto;
	font-variation-settings: "wdth" 100;
	background-color: #e7e7e7;
	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: #676767;
	font-weight: 400;
	margin: 0px 0px 10px 0px;
	padding: 6px 10px 6px 10px;
	text-shadow: none;
	text-align: left;
	font-family: "Saira", sans-serif;
	font-optical-sizing: auto;
	font-variation-settings: "wdth" 100;
	background-color: #e7e7e7;
	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: 0px 0px 10px 0px;
	list-style-type: none;
	display: table;
	font-family: "Saira", sans-serif;
	font-optical-sizing: auto;
	font-variation-settings: "wdth" 100;
	font-size: inherit;
	font-weight: 400;
	}
div.Panorama div.Panorama_Content_Padded ul li {
	padding: 10px 0px 5px 25px;
	background-image: url('../images/gfx/li.png');
	background-position: 0px 12px;
	background-repeat: no-repeat;
	background-color: transparent;
	line-height: 25px;
	}
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%;
	height: auto;
	}
div.Panorama div.Panorama_Content_Padded table {
	margin: 10px 0px 10px 0px;
	padding: 0px;
	font-family: "Saira", sans-serif;
	font-optical-sizing: auto;
	font-variation-settings: "wdth" 100;
	font-size: 18px;
	}
div.Panorama div.Panorama_Content_Padded table tr {
	}
div.Panorama div.Panorama_Content_Padded table tr td {
	border: 1px solid #ffffff;
	padding: 2px 5px;
	}
div.Panorama_Full {
	margin: 0px;
	}
div.Panorama_Full div.Panorama_Content_Padded {
	max-width: 100%;
	}
div.Panorama_Full .bit-1 {
	padding: 0px 0px;
	}
/* Panorama END */

/* Map */
iframe.Map {
	width: 100%;
	min-height: 480px;
	height: auto;
	}
/* Map END */

/* Footer */
div.Footer {
	width: 100%;
	margin: 80px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	position: relative;
	overflow: hidden;
	border: 0px;
	border-top: 0px solid #231f20;
	color: #ffffff;
	font-family: "Saira", sans-serif;
	font-optical-sizing: auto;
	font-variation-settings: "wdth" 100;
	background-color: #231f20;
	background-image: url("../images/gfx/footer_bg.png");
	background-repeat: repeat-x;
	background-size: auto 100%;
	background-position: bottom;
	}
div.Footer2 {
	background-image: url("../images/gfx/footer_shadow.png");
	background-position: center 1px;
	background-repeat: repeat-x;
	background-size: 100% 56px;
	}
div.Footer div.Footer_Content {
	width: 100%;
	max-width: 1200px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	text-align: center;
	position: relative;
	overflow: visible;
	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: visible;
	color: #ffffff;
	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: visible;
	background-color: transparent;
	background-image: url(../images/gfx/footer_cut.png);
	background-position: center top;
	background-repeat: no-repeat;
	color: #ffffff;
	}
div.Footer div.Footer_Main {
	margin: 0px auto 0 auto;
	overflow: visible;
	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: #fffdbd;
	text-decoration: none;
	}
div.Footer div.Footer_Main div.Footer_Author {
	font-family: "Saira", sans-serif;
	font-optical-sizing: auto;
	font-variation-settings: "wdth" 100;
	font-size: 13px;
	color: #ffffff;
	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: #ffffff;
	font-weight: 400;
	}
div.Footer div.Footer_Author a {
	text-decoration: none;
	color: #ffffff;
	}
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: 33%;
	margin: 0px auto 30px auto;
	padding: 0px 0px 0px 20px;
	-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 -10px 0px -12px;
	float: left;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #eef6ff;
	padding: 37px;
	border-radius: 0px;
	text-align: center;
	border: none;
	border-bottom: 5px solid #403b90;
	}
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_Icon.Footer_Box_Icon_Docs {
	background-image: url("../images/gfx/footer_box_icon_docs.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: 1px dashed #959595;
	padding: 20px 0px 0px 40px;
	margin: 0px 0px 0px 25px;
	font-size: 17px;
	line-height: 20px;
	}
div.Footer div.Footer_Boxex div.Footer_Box div.Footer_Box_Txt h2 {
	font-size: 24px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 600;
	margin: 5px 0px 10px 0px;
	/* padding: 0px 0px 0px 25px; */
	padding: 0px 0px 0px 5px;
	text-shadow: none;
	text-align: left;
	font-family: "Saira", sans-serif;
	font-optical-sizing: auto;
	font-variation-settings: "wdth" 100;
	background-color: transparent;
	/* background-image: url('../images/gfx/header_small_bg.png'); */
	background-image: none;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	border-radius: 0px;
	background-repeat: no-repeat;
	display: inline-block;
	/* text-shadow: 1px 1px 25px #ffffff; */
	}
div.Footer div.Footer_Boxex div.Footer_Box div.Footer_Box_Txt ul {
	padding: 5px 0px 10px 10px;
	margin: 0px 0px 0px 5px;
	list-style-type: none;
	display: table;
	font-family: "Saira", sans-serif;
	font-optical-sizing: auto;
	font-variation-settings: "wdth" 100;
	font-size: inherit;
	font-weight: 400;
	}
div.Footer div.Footer_Boxex div.Footer_Box div.Footer_Box_Txt ul li {
	list-style: none;
	padding: 0px 0px 5px 25px;
	background-image: url('../images/gfx/li_white.png');
	background-position: 5px 9px;
	background-repeat: no-repeat;
	background-color: transparent;
	line-height: 25px;
	}
div.Footer div.Footer_Boxex div.Footer_Box div.Footer_Box_Txt ul li p {
	padding: 0px;
	}
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: #ffffff;
	text-decoration: none;
	}
/* Footer END */



div.All {
	width: 1600px;
	background-color: transparent;
	background-image: none;
	background-position: center top;
	background-repeat: repeat-y;
	text-align: center;
	position:relative;
	margin: 0px auto 0 auto;
	}
	
	

div.Panorama div.Panorama_Header {
	margin: 0px auto 30px;
	background-color: transparent;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: center;
	}
div.Panorama div.Panorama_Header div.Panorama_Header_Text {
	width: auto;
	text-align: center;
	padding: 0px 0px;
	}
	
div.Panorama div.Panorama_Header div.Panorama_Header_Text h2 {
	width: auto;
	color: #3b3b3c;
	font-size: 60px;
	font-weight: 400;
	margin: 0px 0px 0px 0px;
	padding: 0px 28px 4px;
	text-shadow: none;
	text-align: center;
	font-family: "Saira", sans-serif;
	font-optical-sizing: auto;
	font-variation-settings: "wdth" 100;
	font-style: normal;
	line-height: 76px;
	-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-color: transparent;
	background-image: none;
	background-position: center 0px;
	background-repeat: no-repeat;
	float: none;
	display: inline-block;
	border: none;
	border-radius: 32px;
	overflow: hidden;
	box-shadow: none;
	text-transform: uppercase;
	}
div.Panorama div.Panorama_Header div.Panorama_Header_Text h2 span { 
	display: inline-block;
	line-height: 100px;
	}
div.Panorama div.Panorama_Header div.Panorama_Header_Text h2 span.Column_Header_Icon {
	animation-delay: 0.6s;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: lightSpeedIn;
    backface-visibility: visible !important;
	background-color: transparent;
    background-image: url("../images/gfx/header_1_bg.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    display: inline-block;
    height: 132px;
    margin: 0 15px 0 0;
    padding: 0;
    width: 106px;
	text-indent: -99999px;
	}
div.Panorama div.Panorama_Header div.Panorama_Header_Text h2 a {
	color: #d9a512;
	display: block;
	padding: 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.Panorama div.Panorama_Header div.Panorama_Header_Text h2 a:hover {
	color: #d9a512;
	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_Header div.Panorama_Header {
	margin: 0px auto -30px auto;
	padding-bottom: 20px;
	border: none;
	max-width: 1600px;
	background-color: transparent;
    background-image: url("../images/gfx/cut1.png");
    background-position: center bottom;
    background-repeat: no-repeat;
	background-size: 100% 10px;
	}
div.Panorama_Header div.Panorama_Header div.Panorama_Header_Text {
	background-color: transparent;
	background-image: none;
	background-position: 0px 0px;
	background-repeat: repeat;
	width: auto;
	text-align: center;
	padding: 0px 0px 0px 0px;
	}
div.Panorama_Header div.Panorama_Header div.Panorama_Header_Text h2 {
	width: auto;
	width: 100%;
	color: #d2241e;
	font-size: 45px;
	font-weight: 600;
	margin: 0px auto 0px auto;
	padding: 0px 50px 0px 50px;
	text-shadow: none;
	text-align: center;
	font-family: "Saira", sans-serif;
	font-optical-sizing: auto;
	font-variation-settings: "wdth" 100;
	font-style: normal;
	background-color: transparent;
	line-height: 50px;
	-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;
	box-shadow: none;
	border-radius: 0px;
	border: 0px solid #000000;
	border-bottom: none;
	position: relative;
	text-transform: uppercase;
	}
div.Panorama_Header div.Panorama_Header div.Panorama_Header_Text h2 a {
	color: #d2241e;
	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_Header div.Panorama_Header div.Panorama_Header_Text h2 a:hover {
	color: #d2241e;
	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 0px 0px;
	padding: 0px;
	border: none;
	border-radius: 0px;
	overflow: hidden;
	background-color: transparent;
	background-image: none;
	background-position: center top;
	background-repeat: no-repeat;
	}

div.Panorama div.Panorama_Content_Padded div.Column_Solo div.Column_Header {
	margin: 0px 50px 0px 50px;
	padding: 30px 0px 40px 0px;
	background-color: transparent;
	/* background-image: url("../images/gfx/header_bg1.png"); */
	background-image: none;
	background-position: left 30px;
	background-repeat: no-repeat;
	}
div.Panorama div.Panorama_Content_Padded div.Column_Solo div.Column_Header div.Column_Header_Text {
	width: auto;
	text-align: left;
	padding: 0px 0px;
	}
div.Panorama div.Panorama_Content_Padded div.Column_Solo div.Column_Header div.Column_Header_Text h2 {
	/* width: auto; */
	width: 100%;
	color: #3b3b3c;
	font-size: 34px;
	font-size: 1.8vw;
	font-weight: 400;
	margin: 20px 0px 0px 0px;
	padding: 10px 20px 10px 20px;
	text-shadow: none;
	text-align: left;
	font-family: "Saira", sans-serif;
	font-optical-sizing: auto;
	font-variation-settings: "wdth" 100;
	font-style: normal;
	line-height: 50px;
	line-height: normal;
	-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-color: #eef6ff;
	background-image: none;
	background-position: center 0px;
	background-repeat: no-repeat;
	float: none;
	display: inline-block;
	border: none;
	border-bottom: 5px solid #403b90;
	border-radius: 0px;
	/* overflow: hidden; */
	box-shadow: none;
	text-transform: uppercase;
	}
div.Panorama div.Panorama_Content_Padded div.Column_Solo div.Column_Header div.Column_Header_Text h2 a:hover {
	/*! letter-spacing: 20px; */
	}
div.Panorama div.Panorama_Content_Padded div.bit-28 div.Column_Solo div.Column_Header div.Column_Header_Text h2 {
	font-size: 3vw;
	}
div.Panorama div.Panorama_Content_Padded div.Column_Solo div.Column_Header div.Column_Header_Text h2 span { 
	display: inline-block;
	/* line-height: 100px; */
	line-height: inherit;
	padding: 0px 0px 0px 0px;
	/*! background-color: #eef6ff; */
	width: 100%;
	}
div.Panorama div.Panorama_Content_Padded div.Column_Solo div.Column_Header div.Column_Header_Text h2 span.Column_Header_Icon {
	animation-delay: 0.6s;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: lightSpeedIn;
    backface-visibility: visible !important;
	background-color: transparent;
    background-image: url("../images/gfx/header_1_bg.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    display: inline-block;
    height: 132px;
    margin: 0 15px 0 0;
    padding: 0;
    width: 106px;
	text-indent: -99999px;
	float: none;
display: none;
	}
div.Panorama_Full div.Panorama_Content_Padded div.Column_Solo div.Column_Header div.Column_Header_Text h2 span.Column_Header_Icon {
	float: left;
	}
	
div.Panorama div.Panorama_Content_Padded div.Column_Solo div.Column_Header div.Column_Header_Text h2:hover {
	background-position: center bottom;
	-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_Solo div.Column_Header div.Column_Header_Text h2 a {
	color: #3b3b3c;
	display: block;
	padding: 0px;
	text-decoration: none;
	text-shadow: 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_Solo div.Column_Header div.Column_Header_Text h2 a:hover {
	color: #ffebb0;
	text-decoration: none;
	text-shadow: 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 {
	text-align: left;
	}
div.Panorama div.Panorama_Content_Padded div.Column div.Column_Header div.Column_Header_Text h3 {
	width: auto;
	color: #d9a512;
	font-size: 40px;
	font-weight: 400;
	margin: 0px auto 20px auto;
	padding: 4px 28px 4px;
	text-shadow: none;
	text-align: center;
	font-family: "Saira", sans-serif;
	font-optical-sizing: auto;
	font-variation-settings: "wdth" 100;
	font-style: normal;
	line-height: 50px;
	-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-color: transparent;
	background-image: url(../images/gfx/header_bg_line.png);
	background-position: center -10px;
	background-repeat: no-repeat;
	background-size: 100% 2px;
	float: none;
	display: inline-block;
	border: none;
	border-radius: 32px;
	overflow: hidden;
	box-shadow: none;
	text-transform: none;
	}
div.Panorama div.Panorama_Content_Padded div.Column div.Column_Header div.Column_Header_Text h3:hover {
	background-position: center bottom;
	-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 h3 a {
	color: #d9a512;
	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 h3 a:hover {
	color: #d9a512;
	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_Solo div.Column_Content {
	padding: 40px 0px 40px 0px;
	clear: both;
	}
div.Panorama div.Panorama_Content_Padded div.Column div.Column_Content {
	padding: 40px 0px 0px 0px;
	clear: both;
	}
div.Panorama div.Panorama_Content_Padded div.bit-1 div.Column div.Column_Content {
	clear: both;
	}

div.Panorama_Graphics div.Panorama_Content_Padded {
	padding: 0px 50px;
	text-align: center;
	}
div.Panorama_Graphics div.Panorama_Content_Padded div.Column,
div.Panorama_Graphics div.Panorama_Content_Padded div.Column_Solo {
	background-color: #ffffff;
	border: 3px solid #fcfaf6;
    -webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
	position: relative;
	}
div.Panorama_Graphics div.Panorama_Content_Padded div.Column div.Column_Content,
div.Panorama_Graphics div.Panorama_Content_Padded div.Column_Solo div.Column_Content {
	/* padding: 40px 0px 40px 0px; */
	padding: 0px 0px 0px 0px;
	clear: both;
	}
/* div.Panorama_Graphics div.Panorama_Content_Padded div.Column:after,  */
/* div.Panorama_Graphics div.Panorama_Content_Padded div.Column_Solo:after { */
	/* content: ""; */
	/* display: block; */
	/* width: 101px; */
	/* height: 211px; */
	/* margin: 0px 0px 0px 0px; */
	/* background-color: transparent; */
	/* background-image: url("../images/gfx/szarfa.png"); */
	/* background-position: center top; */
	/* background-repeat: no-repeat; */
	/* background-size: 101px 211px; */
	/* -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; */
	/* position: absolute; */
	/* left: -50px; */
	/* top: -20px; */
	/* } */
/* div.Panorama_Graphics div.Panorama_Content_Padded div.Column:hover:after,  */
/* div.Panorama_Graphics div.Panorama_Content_Padded div.Column_Solo:hover:after { */
	/* background-image: url("../images/gfx/szarfa.png"); */
	/* background-position: center top; */
	/* background-repeat: no-repeat; */
	/* background-size: 101px 211px; */
	/* top: -30px; */
	/* -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_Graphics div.Panorama_Content_Padded div.Column div.Column_Content div.Column_Content_Padded, 
div.Panorama_Graphics div.Panorama_Content_Padded div.Column_Solo div.Column_Content div.Column_Content_Padded {
	padding: 0px 50px 50px;
	}
	
	

div.Panorama_Graphics_Clean div.Panorama_Content_Padded {
	padding: 0px 50px;
	text-align: center;
	}
div.Panorama_Graphics_Clean div.Panorama_Content_Padded div.Column,
div.Panorama_Graphics_Clean div.Panorama_Content_Padded div.Column_Solo {
	background-color: transparent;
	border: none;
	position: relative;
	}
div.Panorama_Graphics_Clean div.Panorama_Content_Padded div.Column div.Column_Content,
div.Panorama_Graphics_Clean div.Panorama_Content_Padded div.Column_Solo div.Column_Content {
	/* padding: 40px 0px 40px 0px; */
	padding: 0px 0px 0px 0px;
	clear: both;
	}
/* div.Panorama_Graphics_Clean div.Panorama_Content_Padded div.Column:after,  */
/* div.Panorama_Graphics_Clean div.Panorama_Content_Padded div.Column_Solo:after { */
	/* content: ""; */
	/* display: block; */
	/* width: 101px; */
	/* height: 211px; */
	/* margin: 0px 0px 0px 0px; */
	/* background-color: transparent; */
	/* background-image: url("../images/gfx/szarfa.png"); */
	/* background-position: center top; */
	/* background-repeat: no-repeat; */
	/* background-size: 101px 211px; */
	/* -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; */
	/* position: absolute; */
	/* left: -45px; */
	/* top: -20px; */
	/* } */
/* div.Panorama_Graphics_Clean div.Panorama_Content_Padded div.Column:hover:after,  */
/* div.Panorama_Graphics_Clean div.Panorama_Content_Padded div.Column_Solo:hover:after { */
	/* background-image: url("../images/gfx/szarfa.png"); */
	/* background-position: center top; */
	/* background-repeat: no-repeat; */
	/* background-size: 101px 211px; */
	/* top: -30px; */
	/* -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_Graphics_Clean div.Panorama_Content_Padded div.Column div.Column_Content div.Column_Content_Padded, 
div.Panorama_Graphics_Clean div.Panorama_Content_Padded div.Column_Solo div.Column_Content div.Column_Content_Padded {
	padding: 0px;
	}
	


div.Panorama_Half {
	width: 50%;
	float: left;
	position: relative;
	}
div.Panorama_Half_Gallery_Two_Squares {
	margin: 0px;
	}
div.Panorama_Half_Gallery_Two_Squares div.Panorama_Content_Padded {
	padding: 0px 50px 0px 50px;
	}
div.Panorama_Half_Gallery_Two_Squares div.Panorama_Content_Padded div.Column_Solo div.Column_Content {
	padding: 0px;
	}
div.Panorama_Half_Gallery_Two_Squares div.Panorama_Content_Padded div.Gallery_Square div.Gallery_Item:nth-child(1) {
	width: 30vw;
	height: 30vw;
	position: absolute;
	top: 0px;
	right: 0px;
	}
div.Panorama_Half_Gallery_Two_Squares div.Panorama_Content_Padded div.Gallery_Square div.Gallery_Item:nth-child(2) {
	width: 20vw;
	height: 20vw;
	position: absolute;
	top: 16vw;
	left: -50px;
	}


	
	
[class*="bit-2"]:last-of-type {
 float: left;
	}


div.Panorama div.Panorama_Content_Padded div.Column_Color.Column_Color_Grey {
	display: block;
	margin: 0px 0px 40px 0px;
	padding: 0px 0px 0px 0px;
	border: none;
	border-radius: 10px;
	overflow: hidden;
	background-color: #efefef;
	background-image: none;
	background-position: center top;
	background-repeat: no-repeat;
	}
div.Panorama div.Panorama_Content_Padded div.Column_Color.Column_Color_Grey div.Gallery_Round a img {
	border: 10px solid #ffffff;
	}
div.Panorama div.Panorama_Content_Padded div.Column_Color div.Column_Header div.Column_Header_Text {
	background-color: transparent;
	background-image: none;
	background-position: 0px 0px;
	background-repeat: repeat;
	width: 100%;
	}
div.Panorama div.Panorama_Content_Padded div.Column_Color div.Column_Header div.Column_Header_Text h2 {
	color: #717171;
	font-size: 20px;
	font-weight: bold;
	font-style: normal;
	margin: 0;
	padding: 20px 20px 30px 20px;
	text-shadow: none;
	text-align: center;
	font-family: "Saira", sans-serif;
	font-optical-sizing: auto;
	font-variation-settings: "wdth" 100;
	background-color: transparent;
	background-image: url("../images/gfx/odciecie.png");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100% 14px;
	line-height: 24px;
	-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;
	min-height: 27px;
	width: 100%;
	}
div.Panorama div.Panorama_Content_Padded div.Column_Color div.Column_Header div.Column_Header_Text h2 span.Column_Header_Icon {
	animation-delay: 0.6s;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: fadeIn;
    backface-visibility: visible !important;
	background-color: transparent;
    background-image: url("../images/gfx/header_icon_white.png");
    background-position: center top;
    background-repeat: no-repeat;
    display: inline-block;
    height: 28px;
    margin: 0 15px 10px 0;
    padding: 0;
    /* width: 33px; */
    width: 100%;
	text-indent: -99999px;
display: none;
	}
div.Panorama div.Panorama_Content_Padded div.Column_Color div.Column_Header div.Column_Header_Text h2 a {
	color: #717171;
	display: inline-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_Color div.Column_Header div.Column_Header_Text h2 a:hover {
	color: #717171;
	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_Color div.Column_Content {
	padding: 0px;
	}
div.Panorama div.Panorama_Content_Padded div.Column_Color div.Column_Content div.Column_Content_Padded {
	padding: 0px 20px 0px;
	}
div.Panorama div.Panorama_Content_Padded div.Big_Text {
	font-size: 40px;
	line-height: 48px;
	}
div.Panorama div.Panorama_Content_Padded div.Column_No_Padded div.Column_Content {
	padding: 0px 0px 0px;
	}
div.Panorama div.Panorama_Content_Padded div.Column_No_Padded div.Column_Content div.Column_Content_Padded {
	padding: 0px 0px 0px;
	}


	
	
	
	
	
	
	
div.Panorama div.Panorama_Content_Padded div.Column_Content div.Column_Content_Padded div.Button {
	padding-top: 10px;
	}

div.Panorama div.Panorama_Content_Padded div.Column_Content div.Column_Content_Padded a.przycisk {
	font-family: "Saira", sans-serif;
	font-optical-sizing: auto;
	font-variation-settings: "wdth" 100;
	font-size: 24px;
	font-weight: 400;
	font-style: normal;
	line-height: 25px;
	color: #686868;
	text-shadow: none;
	text-align: center;
	text-decoration: none;
	text-transform: none;
	letter-spacing: 0px;
	cursor: pointer;
	background-image: none;	
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-color: #d6d6d6;
	margin: 0px auto 0px auto; 
	padding: 5px 8px 5px 8px;
	display: inline-block;
	height: auto;
	width: 100%;
	border: none;
	border-bottom: 0px;
	border-bottom: 4px solid #e6e3e1;
	border-radius: 0px;
	box-shadow: 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_Content div.Column_Content_Padded a.przycisk:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #535353;
	-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;
	letter-spacing: 2px;
	}

a.button_more {
	font-family: "Saira", sans-serif;
	font-optical-sizing: auto;
	font-variation-settings: "wdth" 100;
	font-size: 26px;
	font-weight: 400;
	font-style: normal;
	line-height: 36px;
	color: #ffffff;
	text-shadow: none;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0px;
	cursor: pointer;
	background-image: none;	
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-color: #535353;
	margin: 0px auto 0px auto; 
	padding: 5px 15px 5px 15px;
	display: inline-block;
	height: auto;
	min-width: 279px;
	max-width: 510px;
	width: 100%;
	border: none;
	border-bottom: 0px;
	border-bottom: 4px solid #e6e3e1;
	border-radius: 0px;
	box-shadow: 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;
	}
a.button_more:hover {
	color: #ffffff;
	text-shadow: none;
	background-color: #d9a512;
	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;
	letter-spacing: 2px;
	}	

	
div.Panorama div.Panorama_Content_Padded div.Column_Content div.Column_Content_Padded ul {
	padding: 0px 0px 20px 0px;
	margin: 0px 0px 0px 0px;
	font-family: "Saira", sans-serif;
	font-optical-sizing: auto;
	font-variation-settings: "wdth" 100;
	list-style-type: none;
	}
div.Panorama div.Panorama_Content_Padded div.Column_Content div.Column_Content_Padded ul li {
	padding: 0px 0px 0px 30px;
	margin: 5px 0px 0px 0px;
	line-height: 25px;
	background-image: url('../images/gfx/li.png');
	background-position: 5px 4px;
	background-repeat: no-repeat;
	background-color: transparent;
	word-wrap: anywhere;
	}
div.Panorama div.Panorama_Content_Padded div.Column_Content div.Column_Content_Padded table ul li {
	color: #202020;
	}

div.Panorama div.Panorama_Content_Padded div.bit-32 div.Column_Content div.Column_Content_Padded ul {
	width: 100%;
	display: inline-block;
	word-wrap: break-word;
	}
div.Panorama div.Panorama_Content_Padded div.bit-32 div.Column_Content div.Column_Content_Padded ul li {
	width: 100%;
	display: inline-block;
	word-wrap: break-word;
	}

div.Panorama div.Panorama_Content_Padded div.Column_Content div.Column_Content_Padded div.Categories ul {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-family: "Saira", sans-serif;
	font-optical-sizing: auto;
	font-variation-settings: "wdth" 100;
	list-style-type: none;
	width: 100%;
	}
div.Panorama div.Panorama_Content_Padded div.Column_Content div.Column_Content_Padded div.Categories ul li {
	padding: 0px 0px 0px 20px;
	margin: 5px 0px 0px 0px;
	line-height: 22px;
	background-image: none;
	background-color: transparent;
	}
div.Panorama div.Panorama_Content_Padded div.Column_Content div.Column_Content_Padded div.Categories ul li a {
	display: block;
	width: 100%;
	padding: 0px 0px 0px 30px;
	margin: 5px 0px 0px 0px;
	line-height: 22px;
	background-image: url('../images/gfx/li.png');
	background-position: 0px 12px;
	background-repeat: no-repeat;
	background-color: transparent;
	font-size: 18px;
	font-weight: 400;
	font-style: normal;
	color: #202020;
	text-shadow: none;
	text-decoration: 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;
	}
div.Panorama div.Panorama_Content_Padded div.Column_Content div.Column_Content_Padded div.Categories ul li a:hover {
	background-image: url('../images/gfx/li2.png');
	background-position: 0px 9px;
	padding: 0px 0px 0px 30px;
	color: #d9a512;
	-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_Content div.Column_Content_Padded div.Categories ul li ul {
	padding: 0px 0px 0px 20px;
	}
div.Panorama div.Panorama_Content_Padded div.Column_Content div.Column_Content_Padded div.Categories ul li.li_group {
	margin: 0px 0px 0px 0px;
	padding-top: 0px;
	border-top: 0px solid #c9c9c9;
	}
	
div.Panorama div.Panorama_Content_Padded div.Column_Content div.Column_Content_Padded .galleries_slider ul {
	padding: 0px 0px 0px 0px;
	margin: 0px auto;
	}
div.Panorama div.Panorama_Content_Padded div.Column_Content div.Column_Content_Padded .galleries_slider ul li {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-image: none;
	}
div.Panorama div.Panorama_Content_Padded div.Column_Content div.Column_Content_Padded ol {
	padding: 5px 0px 0px 20px;
	}
div.Panorama div.Panorama_Content_Padded div.Column_Content div.Column_Content_Padded ol li {
	padding: 3px 0px 3px 5px;
	}
div.Panorama div.Panorama_Content_Padded div.Column_Content div.Column_Content_Padded img.ramka, 
div.Panorama div.Panorama_Content_Padded div.Column_Content div.Column_Content_Padded p img.ramka, 
div.Panorama div.Panorama_Content_Padded img.ramka, 
.ramka {
	margin: 0px auto;
	max-width: 100%;
	width: 100%;
	border-radius: 15px;
	}

div.Panorama div.Panorama_Content_Padded div.Column_Content div.Column_Content_Padded img.lewe, div.Panorama div.Panorama_Content_Padded div.Column_Content div.Column_Content_Padded p img.lewe {
	margin: 0px 15px 5px 0px;
	float: left;
	}
div.Panorama div.Panorama_Content_Padded div.Column_Content div.Column_Content_Padded img.prawe, div.Panorama div.Panorama_Content_Padded div.Column_Content div.Column_Content_Padded p img.prawe {
	margin: 0px 0px 5px 15px;
	float: right;
	}

div.Panorama div.Panorama_Content_Padded div.Column_Content div.Column_Content_Padded table {
	margin: 10px 0px 10px 0px;
	padding: 4px;
	font-family: "Saira", sans-serif;
	font-optical-sizing: auto;
	font-variation-settings: "wdth" 100;
	font-size: 18px;
	color: #3f3f3f;	
	border-spacing: 2px;
    border-collapse: separate;
	background-color: #dadada;
	border-radius: 0px;
	}
div.Panorama div.Panorama_Content_Padded div.Column_Content div.Column_Content_Padded table tr {
	}
div.Panorama div.Panorama_Content_Padded div.Column_Content div.Column_Content_Padded table tr td {
	border: 0px solid #cccccc;
	padding: 2px 2px;
	background-color: #ffffff;
	border-radius: 0px;
	vertical-align: middle;
	}
div.Panorama div.Panorama_Content_Padded div.Column_Content div.Column_Content_Padded table tr:hover td {
	background-color: #dddddd;
	-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_Content div.Column_Content_Padded table.tabela1 {
	margin: 10px 0px 10px 0px;
	padding: 4px;
	font-family: "Saira", sans-serif;
	font-optical-sizing: auto;
	font-variation-settings: "wdth" 100;
	font-size: 18px;
	color: #3f3f3f;	
	border-spacing: 2px;
    border-collapse: separate;
	background-color: #ffffff;
	border-radius: 5px;
	text-align: center;
	}
div.Panorama div.Panorama_Content_Padded div.Column_Content div.Column_Content_Padded table.tabela1 thead tr {
	}
div.Panorama div.Panorama_Content_Padded div.Column_Content div.Column_Content_Padded table.tabela1 thead tr th {
	background-color: transparent;
	background-image: none;
	background-position: 0px bottom;
	background-repeat: repeat-x;
	margin: 0px auto 0px auto; 
	padding: 10px 15px 10px 15px;
	height: auto;
	/* width: auto; */
	
	text-shadow: none;
	font-family: "Saira", sans-serif;
	font-optical-sizing: auto;
	font-variation-settings: "wdth" 100;
	font-size: 18px;
	font-weight: 600;
	font-style: normal;
	line-height: 22px;
	color: #424242;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	
	background-image: none;	
	background-color: #ffffff;
	border: none;
	border-radius: 2px;
	}
div.Panorama div.Panorama_Content_Padded div.Column_Content div.Column_Content_Padded table.tabela1 tr {
	}
div.Panorama div.Panorama_Content_Padded div.Column_Content div.Column_Content_Padded table.tabela1 tr td {
	border: 0px solid #cccccc;
	padding: 10px 15px;
	background-color: #f1f9ff;
	border-radius: 2px;
	border-bottom: 1px solid #f1f9ff;
	vertical-align: middle;
	}
div.Panorama div.Panorama_Content_Padded div.Column_Content div.Column_Content_Padded table.tabela1 tr:hover td {
	background-color: #fafafa;
	-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_Content div.Column_Content_Padded table.tabela1 tr th:nth-child(2) {width: 15%; background: #e1eeff;}
div.Panorama div.Panorama_Content_Padded div.Column_Content div.Column_Content_Padded table.tabela1 tr th:nth-child(3) {width: 15%; background: #cfe5ff;}
div.Panorama div.Panorama_Content_Padded div.Column_Content div.Column_Content_Padded table.tabela1 tr th:nth-child(4) {width: 15%; background: #b6d7ff;}

div.Panorama div.Panorama_Content_Padded div.Column_Content div.Column_Content_Padded table.tabela1 td:nth-child(1) {text-align: left;}
div.Panorama div.Panorama_Content_Padded div.Column_Content div.Column_Content_Padded table.tabela1 td:nth-child(2) {width: 15%; background: #e1eeff;}
div.Panorama div.Panorama_Content_Padded div.Column_Content div.Column_Content_Padded table.tabela1 td:nth-child(3) {width: 15%; background: #cfe5ff;}
div.Panorama div.Panorama_Content_Padded div.Column_Content div.Column_Content_Padded table.tabela1 td:nth-child(4) {width: 15%; background: #b6d7ff;}
	
div.Panorama div.Panorama_Content_Padded div.Column_Content div.Column_Content_Padded table.tabela1 tr:last-child td {
	border-bottom: 5px solid #bad9ff;
	}
	
	


		
div.Panorama div.Panorama_Content_Padded div.Column_Content div.Column_Content_Padded div.ramka {
	display: block;
	width: 100%;
	min-height: auto;
	padding: 20px 0px;
	margin: 10px auto 10px auto;
	background-color: #ffffff;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	-webkit-box-shadow: inset 0px 0px 50px 0px rgba(236,236,236,1);
	-moz-box-shadow: inset 0px 0px 50px 0px rgba(236,236,236,1);
	box-shadow: inset 0px 0px 50px 0px rgba(236,236,236,1);
	font-family: "Saira", sans-serif;
	font-optical-sizing: auto;
	font-variation-settings: "wdth" 100;
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
	line-height: 25px;
	color: #717171;
	text-align: center;
	border: 1px solid #dddddd;
	border-radius: 0px;
	}
div.Panorama div.Panorama_Content_Padded div.Column_Content div.Column_Content_Padded div.ramka img.ramka {
	margin: 0px;
	border: 1px solid #dddddd;
	border-radius: 0px;
	}
div.video { 
	position: relative; 
	padding-bottom: 56.25%; 
	height: 0; 
	overflow: hidden; 
	max-width: 100%; 
	height: auto; 
	} 
div.video iframe, div.video object, div.video embed {
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
	}
div.Panorama div.Panorama_Content_Padded div.Column_Content div.Column_Content_Padded div.ramka div.video {
	border: 1px solid #dddddd;
	border-radius: 0px;
	}
		
		
		
		

		
		
		
		
		

div.Panorama_Graphics div.Panorama_Content_Padded div.Boxes_Main div.Column:after, 
div.Panorama_Graphics div.Panorama_Content_Padded div.Boxes_Main div.Column_Solo:after {
	display: none;
	}
div.Panorama_Graphics div.Panorama_Content_Padded div.Boxes_Main div.Column:hover:after, 
div.Panorama_Graphics div.Panorama_Content_Padded div.Boxes_Main div.Column_Solo:hover:after {
	}
div.Panorama_Graphics div.Panorama_Content_Padded div.Boxes_Main div.Column, 
div.Panorama_Graphics div.Panorama_Content_Padded div.Boxes_Main div.Column_Solo {
	border: none;
	background: transparent;
	}
div.Panorama div.Panorama_Content_Padded div.Boxes_Main div.Gallery_Square div.Gallery_Item {
	border: 0px;
	}
/* Boxes_Main END */	

	
	

div.Panorama_Graphics {
	/* padding: 0px 0px 50px 0px; */
	padding: 50px 0px 100px 0px;
	margin-top: 40px;
	margin-bottom: 40px;
	background-image: url("../images/gfx/panorama_bottom_stripes.png");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-color: transparent;
	}
	
	
	
	
	





/* WIDGETS Facebook */
div.side_widget_facebook_box {
	width: 243px;
	height: 230px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position: fixed;
	z-index: 10000;
	top: 210px;
	right: -243px;
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 12px;
	text-align: left;
	cursor: pointer;
	}
div.side_widget_facebook_box_inner {
	width: 100%;
	height: 230px;
	color: #323232;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	}
div.side_widget_facebook_button {
	width: 47px;
	height: 47px;
	overflow: hidden;
	background-image: url('../images/gfx/widget_facebook_bookmark.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 12px;
	text-align: left;
	cursor: pointer;
	position: absolute;
	z-index: 100;
	top: 0px;
	left: -47px;
	}
/* WIDGETS Facebook END */



/* Animate */
div.Panorama div.Panorama_Header_Animation {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;

	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-backface-visibility: visible !important;
	-ms-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	}
	
div.Panorama div.Panorama_Header_Animation div.Panorama_Header_Text h2 span {
	display: inline-block;
	-webkit-animation-delay: 0.7s;
	animation-delay: 0.7s;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;

	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-backface-visibility: visible !important;
	-ms-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	}



	
div.Slide_Description div.Slide_Description_Padded div.Slide_Description_Content span.Slide_Logo,
div.Slide_Description div.Slide_Description_Padded div.Slide_Description_Content span.Slide_Header_1,
div.Slide_Description div.Slide_Description_Padded div.Slide_Description_Content span.Slide_Header_2,
div.Slide_Description div.Slide_Description_Padded div.Slide_Description_Content span.Slide_Description,
div.Slide_Description div.Slide_Description_Padded div.Slide_Description_Content a.Slide_Button {
	opacity: 0;
	-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;
	}
	
li.flex-active-slide div.Slide_Description div.Slide_Description_Padded div.Slide_Description_Content span.Slide_Logo,
li.flex-active-slide div.Slide_Description div.Slide_Description_Padded div.Slide_Description_Content span.Slide_Header_1,
li.flex-active-slide div.Slide_Description div.Slide_Description_Padded div.Slide_Description_Content span.Slide_Header_2,
li.flex-active-slide div.Slide_Description div.Slide_Description_Padded div.Slide_Description_Content span.Slide_Description, 
li.flex-active-slide div.Slide_Description div.Slide_Description_Padded div.Slide_Description_Content a.Slide_Button {
	opacity: 1;
	-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;
	
	-webkit-animation-duration: 1s;
	animation-duration: 1s;

	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-backface-visibility: visible !important;
	-ms-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: bounceInLeft;
	animation-name: bounceInLeft;
	}
li.flex-active-slide div.Slide_Description div.Slide_Description_Padded div.Slide_Description_Content span.Slide_Logo {
	-webkit-animation-delay: 0.2s; /* Chrome, Safari, Opera */
	animation-delay: 0.2s;
	}
li.flex-active-slide div.Slide_Description div.Slide_Description_Padded div.Slide_Description_Content span.Slide_Header_1, li.flex-active-slide div.Slide_Description div.Slide_Description_Padded div.Slide_Description_Content span.Slide_Header_2 {
	-webkit-animation-delay: 0.5s; /* Chrome, Safari, Opera */
	animation-delay: 0.5s;
	animation-name: bounceInLeft;
	}
li.flex-active-slide div.Slide_Description div.Slide_Description_Padded div.Slide_Description_Content span.Slide_Description {
	-webkit-animation-delay: 1.0s; /* Chrome, Safari, Opera */
	animation-delay: 1.0s;
	}
li.flex-active-slide div.Slide_Description div.Slide_Description_Padded div.Slide_Description_Content a.Slide_Button {
	-webkit-animation-delay: 1.5s; /* Chrome, Safari, Opera */
	animation-delay: 1.5s;
	}

div.Crew_Person_Foto:hover {
	-webkit-animation-delay: 0s; /* Chrome, Safari, Opera */
 animation-delay: 0s;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;

	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-backface-visibility: visible !important;
	-ms-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: pulse;
	animation-name: pulse;
	}
	
/* Animate END */		
/* Viewportchecker */
.hidden {
    opacity: 0;
	}
.visible {
	opacity: 1;
	}
/* Viewportchecker END */




/* Hover.css */
/* Underline From Center */
/*.hvr-underline-from-center */
div.Footer 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 a:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 50%;
	right: 50%;
	bottom: 0;
	background-color: #ffffff;
	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 a:hover:before, div.Footer a:focus:before, div.Footer a:active:before {
	left: 0;
	right: 0;
	}
/* Hover.css END */




div.Panorama_Graphics.Panorama_Graphics_Photo .Panorama_Content_Padded {
	position: relative;
	}
div.Panorama_Graphics.Panorama_Graphics_Photo {
	/* min-height: 800px; */
	}
div.Panorama_Photo_Left {
	display: block;
	}
div.Panorama_Photo_Left div.Photo_Left {
	display: block;
	width: 45%;
	height: 45vw;
	background-color: transparent;
	/* background-image: url("../images/images/biuropba_foto_740x740px_1.jpg"); */
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	max-height: 680px;
	border: 30px solid #fff;
	}
div.Panorama_Photo_Left div.Panorama_Photo_Left_Content {
	float: right;
	width: 65%;
	top: -300px;
	right: 50px;
	clear: both;
	margin: -37% 0px 0px 0px;
	}
div.Panorama_Photo_Right {
	display: block;
	}
div.Panorama_Photo_Right div.Photo_Right {
	display: block;
	width: 45%;
	height: 45vw;
	background-color: transparent;
	/* background-image: url("../images/images/biuropba_foto_740x740px_1.jpg"); */
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	max-height: 680px;
	float: right;
	border: 30px solid #fff;
	}
div.Panorama_Photo_Right div.Panorama_Photo_Right_Content {
	float: left;
	width: 65%;
	top: -300px;
	left: 50px;
	clear: both;
	margin: -37% 0px 0px 0px;
	}
div.Photo_1 {
	background-image: url("../images/images/biuropba_foto_740x740px_1.jpg");
	}
div.Photo_2 {
	background-image: url("../images/images/biuropba_foto_740x740px_2.jpg");
	}
div.Photo_3 {
	background-image: url("../images/images/biuropba_foto_740x740px_3.jpg");
	}
div.Panorama_Graphics.Panorama_Graphics_Justify .Panorama_Content_Padded p {
	text-align: justify;
	text-justify: inter-word;
	}






/* ============================== */
/* ! Layout for desktop version */
/* ============================== */

	body {
		
	}
	
/* ============================== */
/* Width: 1700px */
/* ============================== */
@media all and (max-width: 1700px) {	
}	

/* ============================== */
/* Width: 1600px */
/* ============================== */
@media all and (max-width: 1600px) {	
}
		
/* ============================== */
/* Width: 1400px */
/* ============================== */
@media all and (max-width: 1400px) {	
	div.Top div.Top_Content div.Logo {
		-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_Content_Right_Side {
		
		-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;
		}
		
	.bit-32 {
		width: 100%;
		padding-bottom: 50px;
		}
	.bit-68 {
		width: 100%;
		}
		
	div.Panorama_Half {
		width: 100%;
		position: relative;
		}
	div.Panorama_Half_Gallery_Two_Squares div.Panorama_Content_Padded div.Gallery_Square div.Gallery_Item:nth-child(1) {
		width: 40vw;
		height: 40vw;
		position: relative;
		top: auto;
		right: auto;
		}
	div.Panorama_Half_Gallery_Two_Squares div.Panorama_Content_Padded div.Gallery_Square div.Gallery_Item:nth-child(2) {
		width: 40vw;
		height: 40vw;
		position: relative;
		top: auto;
		left: auto;
		}
}
		
/* ============================== */
/* Width: 1260px */
/* ============================== */
@media all and (max-width: 1260px) {	
	div.Top div.Top_Content {
		padding: 0px 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: 1250px */
/* ============================== */
@media all and (max-width: 1250px) {
	div.Breadcrumbs div.Breadcrumbs_Content_Padded {
		padding: 0px 10px;
		}
	div.Top div.Top_Field_1 {
		/* background-size: auto 100%; */
		background-image: none;
		}
	div.Top div.Top_Content {
		text-align: center;
		}
	div.Top div.Top_Content div.Logo {
		/* width: 100%; */
		float: none;
		/* margin: 0px auto 0px auto; */
		position: relative;
		background-image: none;
		padding: 0px 20px;
		}
	div.Top div.Top_Content div.Logo h1 {
		width: 100%;
		float: none;
		}
	div.Top_Content_Right_Side {
		width: 100%;
		float: none;
		margin: 15px auto 0px;
		padding: 0px 0px 0px 0px;
		text-align: center;
		}
	div.Top_Box {
		float: none;
		width: auto;
		margin: 25px;
		display: inline-block;
		}
	div.Top_Phone {
		}
	div.Top_Phone div.Top_Phone_Txt {
		}
	div.Top_Phone div.Top_Phone_Txt span.Phone_Name {
		}
	div.Top_Phone div.Top_Phone_Txt span.Phone_Number {
		}
	
	.nav {
		text-align: center;
		}
}


/* ============================== */
/* Width: 1140px */
/* ============================== */
@media all and (max-width: 1100px) {

}
	
/* ============================== */
/* Width: 1080px */
/* ============================== */
@media all and (max-width: 1080px) {
}
	
/* ============================== */
/* Width: 1030px */
/* ============================== */
@media all and (max-width: 1030px) {
}

/* ============================== */
/* Width: 980px */
/* ============================== */
@media all and (max-width: 980px) {
	div.Top div.Top_Field_1 {
		}
	div.Top div.Top_Content div.Logo {
		/* width: 100%; */
		margin: 18px 0px 18px 0px;
		padding: 0px 10px;
		}
}


/* ============================== */
/* Width: 880px */
/* ============================== */
@media all and (max-width: 880px) {
	div.Top div.Top_Slider div.Top_Header {
		top: 35%;
		}
	div.Top div.Top_Slider 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;
		padding: 22px;
		}
	div#side_widget_facebook {
		display: none;
		}
	
	div.Panorama div.Panorama_Content_Padded div.Column_Content div.Column_Content_Padded table.tabela1 thead tr th span {
		vertical-align: text-top;
		writing-mode: vertical-lr;
		text-orientation: upright;
		}
	
	/* Footer_Vertical */
	div.Footer div.Footer_Stripe_2 div.Footer_Main { 
		text-align: center;
		}
	div.Footer div.Footer_Author {
		/* display: none; */
		}
	div.Footer div.Footer_Stripe_Vertical {
		display: block;
		margin-top: 10px;
		}
	div.Footer div.Footer_Stripe_Vertical div.Footer_Author_Txt {
		text-align: center;
		color: #ffffff;
		font-family: "Saira", sans-serif;
	font-optical-sizing: auto;
	font-variation-settings: "wdth" 100;
		font-size: 13px;
		margin: 0;
		padding: 1px 0 0;
		}
	/* Footer_Vertical END */
}


/* ============================== */
/* Width: 800px */
/* ============================== */
@media all 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 all and (max-width: 767px) {

}



/* ============================== */
/* Width: 636px */
/* ============================== */
@media all and (max-width: 636px) {
		div.Top div.Top_Slider div.Top_Header {
		top: 30%;
		}
	div.Top div.Top_Slider div.Top_Header div.Top_Header_Content h1 {
		font-size: 40px;
		line-height: 50px;
		-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: 20px 18px;
		}
	div.Panorama_Graphics div.Panorama_Content_Padded div.Column div.Column_Content div.Column_Content_Padded, 
	div.Panorama_Graphics div.Panorama_Content_Padded div.Column_Solo div.Column_Content div.Column_Content_Padded {
		padding: 0px 10px 50px;
		}
	div.Panorama_Graphics div.Panorama_Content_Padded {
		padding: 0px 10px;
		text-align: center;
		}
	div.Panorama div.Panorama_Content_Padded div.Column_Solo div.Column_Header {
		margin: 0px 10px;
		}
	div.Panorama div.Panorama_Content_Padded div.Column_Solo div.Column_Header div.Column_Header_Text h2 {
		font-size: 30px;
		}
	div.Panorama div.Panorama_Header div.Panorama_Header_Text h2 span {
		width: 100%;
		}
	
	
	div.Panorama div.Panorama_Header div.Panorama_Header_Text h2 {
		min-width: auto;
		font-size: 20px;
		line-height: 34px;
		-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_Content div.Column_Content_Padded table.tabela1 thead tr th {
		padding: 10px 0px;
		}
	div.Panorama div.Panorama_Content_Padded div.Column_Content div.Column_Content_Padded table.tabela1 tr td {
		padding: 10px 0px;
		}
	div.Panorama div.Panorama_Content_Padded div.Column_Content div.Column_Content_Padded table.tabela1 td:nth-child(1) {
		padding-left: 5px; font-size: 3vw;
		}
}


/* ============================== */
/* Width: 580px */
/* ============================== */
@media all and (max-width: 580px) {
	table tr th, table tr td {
		/* width: auto !important; */
		/* min-width: auto !important; */
		}
	div.Footer div.Footer_Boxex div.Footer_Box {
		width: 100%;
		margin: 0px 0px 20px 0px;
		padding: 0px 15px 0px 45px;
		-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 all and (max-width: 540px) {
	div.Top div.Top_Content {
		padding: 0px 20px;
		}
	div.Top_Box {
		margin: 25px 0px;
		}
	div.Top div.Top_Content div.Logo {
		padding: 20px 0px 0px;
		}	
	div.Top div.Top_Content div.Logo img.Logo {
		width: auto;
		height: auto;
		}

	div.Top div.Top_Slider div.Top_Header {
		top: 25%;
		}
	div.Top div.Top_Slider div.Top_Header div.Top_Header_Content h1 {
		font-size: 36px;
		line-height: 44px;
		-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: 20px 10px;
		}
		
	.clear_by_2, .clear_by_3 , .clear_by_4 {
		display: none;
		}
		
	div.Panorama div.Panorama_Header div.Panorama_Header_Text {
		min-width: 100px;
		padding: 6px 30px;
		-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_Content div.Column_Content_Padded table.tabela1 thead tr th {
		font-size: 12px;
		}
	div.Panorama div.Panorama_Content_Padded div.Column_Content div.Column_Content_Padded table.tabela2 thead tr th {
		font-size: 15px;
		}
	div.Panorama div.Panorama_Content_Padded div.Column_Content div.Column_Content_Padded table.tabela2 big {
		font-size: 15px;
		line-height: 18px;
		}
	div.Panorama div.Panorama_Content_Padded div.Column_Content div.Column_Content_Padded table.tabela1 td:nth-child(1) {
		padding-left: 5px; font-size: 4vw;
		}
	
	div.Top div.Top_Content div.Logo_Wrap div.Logo {
		padding-bottom: 0px;
		}
	div.Top div.Top_Content div.Logo img.Logo {
		-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_Solo div.Column_Header div.Column_Header_Text h2, 
	div.Panorama div.Panorama_Content_Padded div.Column div.Column_Header div.Column_Header_Text h2 {
		font-size: 26px;
		line-height: 32px;
		}
	div.Panorama_News div.Panorama_Content_Padded div.Column_Solo div.Column_Header div.Column_Header_Text h2, 
	div.Panorama_News div.Panorama_Content_Padded div.Column div.Column_Header div.Column_Header_Text h2 {
		font-size: 20px;
		padding: 0px 0px;
		}
	div.Panorama_Boxes_Offer div.Panorama_Content_Padded div.Column_Solo div.Column_Header div.Column_Header_Text h2 {
		font-size: 30px;
		}
	div.Panorama div.Panorama_Content_Padded div.Boxes_Main img, div.Panorama div.Panorama_Content_Padded div.Boxes_Main p img {
		max-width: 300px;
		}

	div.Footer div.Footer_Main, div.Footer div.Footer_Stripe div.Footer_Menu {
		margin: 10px auto 0;
		}
	div.Footer div.Footer_Main, div.Footer div.Footer_Stripe div.Footer_Menu div.Footer_Author_Txt {
		margin: 14px auto 0;
		}
		
	div.Panorama_Photo_Left div.Photo_Left {
		float: none;
		display: inline-block;
		width: 100%;
		height: 95vw;
		}
	div.Panorama_Photo_Left div.Panorama_Photo_Left_Content {
		float: none;
		width: 100%;
		margin: 30px 0px 0px 0px;
		}
	div.Panorama_Photo_Right div.Photo_Right {
		float: none;
		display: inline-block;
		width: 100%;
		height: 95vw;
		}
	div.Panorama_Photo_Right div.Panorama_Photo_Right_Content {
		float: none;
		width: 100%;
		margin: 30px 0px 0px 0px;
		}
}

/* ============================== */
/* Width: 400px */
/* ============================== */
@media all and (max-width: 400px) {
		
	.clear_by_4 {
		display: none;
		}
	.clear_by_3 {
		display: none;
		}
	.clear_by_2 {
		display: none;
		}
}


/* ============================== */
/* Width: 320px */
/* ============================== */
@media all and (max-width: 320px) {

	div.Top div.Top_Content div.Logo {
		}
	div.Top div.Top_Content div.Logo a.Logo {
		}
	div.Top div.Top_Content div.Logo img.Logo {
		-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;
		}
}