﻿table
{
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img
{
	border: 0;
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	-o-transform-origin: left top;
	transform-origin: left top;
}

address,caption,cite,code,dfn,em,strong,th,var,optgroup
{
	font-style: inherit;
	font-weight: inherit;
}

del,ins
{
	text-decoration: none;
}

li
{
	list-style: none;
}

caption,th
{
	text-align: left;
}

h1,h2,h3,h4,h5,h6
{
	font-size: 100%;
	font-weight: inherit;
}

input,button,textarea,select,optgroup,option
{
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}

body
{
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	text-align: left;
	font-size: 14px;
	word-wrap: break-word;
	text-rendering: optimizeLegibility;/* kerning, primarily */
}

@media screen and (-webkit-min-device-pixel-ratio:0)
{
	body { text-rendering:auto; }
}

a.nontext /* used to override default properties of 'a' tag */
{
	color: black;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}

.normal_text
{
	color: #000000;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0px;
	line-height: 1.2;
	text-align: left;
	text-decoration: none;
	text-indent: 0px;
	vertical-align: 0px;
	padding: 0px;
}

.bannerTextBlock .btb-text {
	font-family:stagsansweb-light;	
	line-height: 1.2em;
}

.TabbedPanelsTab
{
	white-space: nowrap;
}

.MenuBar  .MenuBarView, .MenuBar  .SubMenuView /* Resets for ul and li in menus */
{
	display: block;
	list-style: none;
}

.MenuBar .SubMenu
{
	display: none;
	position: absolute;
}

.NoWrap
{
	white-space: nowrap;
	word-wrap: normal;
}

.rootelem /* the root of the artwork tree */
{
	margin-left: auto;
	margin-right: auto;
}

.colelem /* a child element of a column */
{
	display: inline;
	float: left;
	clear: both;
}

.grpelem /* a child element of a group */
{
	display: inline;
	float: left;
}

.clearfix:after /* force a container to fit around floated items */
{
	content: "\0020";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}

*:first-child+html .clearfix /* IE7 */
{
	zoom: 1;
}

.clip_frame /* used to clip the contents as in the case of an image frame */
{
	overflow: hidden;
}

.inclusion_context /* context for positioning a group of elements that share the same height */
{
	display: table;
	table-layout: fixed;
	width: 0.01px;
}

.inclelem /* element of an inclusion context */
{
	display: table-cell;
	vertical-align: top;
}

.f3s_mid /* 3-slice frame, middle slice */
{
	background-repeat: repeat;
}

.f3s_top,.f3s_bot /* 3-slice frame, top slice */
{
	background-repeat: no-repeat;
}

.f9s_top_left, .f9s_bot_left /* 9-slice frame, left corner slice */
{
	background-repeat: no-repeat;
	background-position: left;
}

.f9s_top_right, .f9s_bot_right /* 9-slice frame, right corner slice */
{
	background-repeat: no-repeat;
	background-position: right;
}

.f9s_top_mid, .f9s_bot_mid /* 9-slice frame, top/bottom horizontal slice */
{
	background-repeat: repeat-x;
	background-position: 0px 0px;
}

.f9s_mid_left /* 9-slice frame, left vertical slice */
{
	background-repeat: repeat-y;
	background-position: left;
}

.f9s_mid_right /* 9-slice frame, right vertical slice */
{
	background-repeat: repeat-y;
	background-position: right;
}

.f9s_center /* 9-slice frame, center slice */
{
	background-repeat: repeat;
	background-position: 0px 0px;
}

.popup_anchor /* anchors an abspos popup */
{
	position: relative;
	width: 0px;
	height: 0px;
}

.popup_element
{
	z-index: 50;
}

.pointer_cursor
{
	cursor: pointer;
}

span.wrap /* used to force wrap after floated array when nested inside a paragraph */
{
	content: '';
	clear: left;
	display: block;
}

span.actAsInlineDiv /* used to simulate a DIV with inline display when already nested inside a paragraph */
{
	display: inline-block;
}

.position_content,.excludeFromNormalFlow /* used when child content is larger than parent */
{
	float: left;
}

.preload_images /* used to preload images used in non-default states */
{
	position: absolute;
	overflow: hidden;
	left: -9999px;
	top: -9999px;
	height: 1px;
	width: 1px;
}

preload /* used to specifiy the dimension of preload item */
{
	height: 1px;
	width: 1px;
}

.animateStates
{
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

input:focus,textarea:focus /* remove default focussed input styling */
{
	outline: none;
}

textarea
{
	resize: none;
	overflow: auto;
}

.fld-prompt /* form placeholders cursor behavior */
{
	pointer-events: none;
}

.wrapped-input /* form inputs & placeholders let div styling show thru */
{
	position: absolute;
	top: 0;
	left: 0;
	background: transparent;
	border: none;
}

.submit-btn /* form submit buttons on top of sibling elements */
{
	z-index: 50000;
}

.anchor_item /* used to specify anchor properties */
{
	width: 22px;
	height: 18px;
}

.MenuBar .SubMenuVisible, .MenuBarVertical .SubMenuVisible, .MenuBar .SubMenu .SubMenuVisible,.popup_element.Active,span.actAsPara,.actAsDiv,a.nonblock.nontext,img.block
{
	display: block;
}

.ose_ei
{
	visibility: hidden;
	z-index: 0;
}

.widget_invisible,.js .invi,.js .mse_pre_init,.js .an_invi /* used to hide the widget before loaded */
{
	visibility: hidden;
}

.no_vert_scroll
{
	overflow-y: hidden;
}

.always_vert_scroll
{
	overflow-y: scroll;
}

.always_horz_scroll
{
	overflow-x: scroll;
}

.popup_element.Inactive,.js .disn,.hidden
{
	display: none;
}

.fullscreen
{
	overflow: hidden;
	left: 0px;
	top: 0px;
	position: fixed;
	height: 100%;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.scroll_wrapper
{
	position: absolute;
	overflow: auto;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.MenuBar .MenuItemContainer,.SlideShowContentPanel .fullscreen img
{
	position: relative;
}

#fxpage
{
	width: 1280px;
	min-height: 511px;
	background-image: none;
	border-style: none;
	border-color: transparent;
	background-color: #F6F6F6;
	line-height:0;
}

#fxpage p
{
	margin: 0;
	padding: 0;
	border-width: 0;
	line-height:inherit;
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	-o-transform-origin: left top;
	transform-origin: left top;
}

#fxpage p.long-text {
	font-size:0.8em;
	line-height:1.2em;
	padding-top:10px;
	padding-bottom:10px;
}

#fxpage h1 {
	color: #B6C1CC;
    text-align: center;
    font-size: 70px;
    font-family: source-sans-pro-light, sans-serif;
    font-weight: 300;	
	margin-bottom:50px;
}

#fxpage h2 {
	color:#381457;
	font-size: 26px;
    font-family: source-sans-pro;
    font-weight: 600;
    line-height:30px;
    text-align:center;    
}

#fxpage .wp-fx-dark, #fxpage .wp-fx-light {
	position:relative;
}

#fxpage .wp-fx-light {
	clear:both;
	left: 140px;
	top: 40px;
	width: 960px;
	height: 803px;
}

#fxpage .wp-fx-dark h3, #fxpage .wp-fx-light h3 {
	color:#728090;
	font-size: 26px;
    font-family: source-sans-pro;
    font-weight: 600;
    line-height:30px;
    text-align:center;    
    margin-top:20px;
    margin-bottom:5px;
}

#fxpage .wp-fx-dark p, #fxpage .wp-fx-light p{
	color:#728090;
	font-size:22px;
    text-align: center;
    font-family: source-sans-pro-light, sans-serif;
	line-height:1.4em;
	padding-left:40px;
	padding-right:40px;
}

#fxpage .column1 {
	position:absolute;
	left:80px;
	width:400px;
	line-height:1.3em;
	font-family: source-sans-pro, sans-serif;
    font-weight: 400;
}
#fxpage .column2 {
	position:absolute;
	left:580px;
	width:400px;
	line-height:1.3em;
	font-family: source-sans-pro, sans-serif;
    font-weight: 400;
}

#u447-7 .row {
	width:1240px;
	position:relative;
	height:300px;
}

#u447-7 .col-md-4 {
	position:relative;
	float:left;
	width:25%;
	margin-right:15px;
	line-height:18px;
}

#u447-7 .col-md-4 .bgreference {
	padding:5px 15px 5px 15px;
	background:#381457;
	height:350px;
}

#u447-7 .col-md-4 .bgreference h2 {
	font-family: source-sans-pro, sans-serif;
	font-weight:600;
	color:#ffed00;
}

#u447-7 .col-md-4 .bgreference ul {
	list-style:none;
	margin:0;
	padding:0;
	color:#fff;
	font-family: source-sans-pro, sans-serif;
    font-weight: 400;
	font-size:16px;
}
#u447-7 .col-md-4 .bgreference ul li{
	padding-bottom:12px;
}

#u447-7 .prinosy {
	margin-top:230px;
	width:960px;
}

#u447-7 .prinosy tr {
	background-color:#fff;		
}

#u447-7 .prinosy thead tr {
	background-color:#381457;
}

#u447-7 .prinosy thead tr td {
	font-family: source-sans-pro, sans-serif;
	font-weight:400;
	color:#ffed00;
	padding:5px 0px 5px 10px;
}

#u447-7 .prinosy tr:nth-child(2n+2) {
	background-color:#ebebe8;
}

#u447-7 .prinosy tr td{
	text-align:left;
	font-size:14px;
	max-height:20px;
	width:40%;
	line-height:20px;
	padding:2px 0px 2px 10px;
}

#u447-7 .prinosy tr td:nth-child(3) {
	width:20%
}




#productSlider2_container, #productSlider1_container {
	line-height:0;
}

#funkcionalita, #reference, #kontaktujtenas, #cleverfx {
	margin:0;
	padding:0;
	width:0;
	height:0;
	overflow:hidden;
}

#u2569
{
	width: 1280px;
	height: 60px;
	border-style: none;
	border-color: transparent;
	background-color: #F6F6F6;
	position: relative;
}

#u2725
{
	z-index:52;
	width: 1280px;
	position: fixed;
	top: 60px;
	left: 0px;
}

#u2724
{
	width: 1280px;
	border-style: none;
	border-color: transparent;
	background-color: #7C3DBD;
	position: relative;
	margin-right: -10000px;
}

#u2720-4
{
	width: 200px;
	min-height: 43px;
	background-color: transparent;
	color: #FFFFFF;
	line-height: 1.7;
	text-align: center;
	font-size: 24px;
	font-family: source-sans-pro-light, sans-serif;
	font-weight: 300;
	position: relative;
	margin-right: -10000px;
	left: 120px;
}

#u2720-4:hover
{
	border-style: none;
	border-color: transparent;
	background-color: #6021A1;
	padding-top: 0px;
	padding-bottom: 0px;
	min-height: 43px;
	margin: 0px -10000px 0px 0px;
}

#u2720-4:hover p
{
	text-align: center;
	line-height: 1.7;
}

#u2722-4
{
	width: 210px;
	min-height: 43px;
	background-color: transparent;
	color: #FFFFFF;
	line-height: 1.7;
	text-align: center;
	font-size: 24px;
	font-family: source-sans-pro-light, sans-serif;
	font-weight: 300;
	position: relative;
	margin-right: -10000px;
	left: 590px;
}

#u2720-4.MuseLinkActive,#u2722-4:hover
{
	border-style: none;
	border-color: transparent;
	background-color: #6021A1;
	padding-top: 0px;
	padding-bottom: 0px;
	min-height: 43px;
	margin: 0px -10000px 0px 0px;
}

#u2722-4:active
{
	border-style: none;
	border-color: transparent;
	background-color: #6021A1;
	padding-top: 0px;
	padding-bottom: 0px;
	min-height: 43px;
	margin: 0px -10000px 0px 0px;
}

#u2722-4:hover p
{
	text-align: center;
	line-height: 1.7;
}

#u2722-4:active p
{
	text-align: center;
	line-height: 1.7;
}

#u2721-4
{
	width: 270px;
	min-height: 43px;
	background-color: transparent;
	color: #FFFFFF;
	line-height: 1.7;
	text-align: center;
	font-size: 24px;
	font-family: source-sans-pro-light, sans-serif;
	font-weight: 300;
	position: relative;
	margin-right: -10000px;
	left: 320px;
}

#u2722-4.MuseLinkActive,#u2721-4:hover
{
	border-style: none;
	border-color: transparent;
	background-color: #6021A1;
	padding-top: 0px;
	padding-bottom: 0px;
	min-height: 43px;
	margin: 0px -10000px 0px 0px;
}

#u2721-4:active
{
	border-style: none;
	border-color: transparent;
	background-color: #6021A1;
	padding-top: 0px;
	padding-bottom: 0px;
	min-height: 43px;
	margin: 0px -10000px 0px 0px;
}

#u2721-4:hover p
{
	text-align: center;
	line-height: 1.7;
}

#u2721-4:active p
{
	text-align: center;
	line-height: 1.7;
}

#u2723-4
{
	width: 240px;
	min-height: 43px;
	background-color: transparent;
	color: #FFFFFF;
	line-height: 1.7;
	text-align: center;
	font-size: 24px;
	font-family: source-sans-pro-light, sans-serif;
	font-weight: 300;
	position: relative;
	margin-right: -10000px;
	left: 800px;
}

#u2721-4.MuseLinkActive,#u2723-4:hover
{
	border-style: none;
	border-color: transparent;
	background-color: #6021A1;
	padding-top: 0px;
	padding-bottom: 0px;
	min-height: 43px;
	margin: 0px -10000px 0px 0px;
}

#u2723-4.MuseLinkActive
{
	border-style: none;
	border-color: transparent;
	background-color: #6021A1;
	padding-top: 0px;
	padding-bottom: 0px;
	min-height: 43px;
	margin: 0px -10000px 0px 0px;
}

#u2723-4:hover p
{
	text-align: center;
	line-height: 1.7;
}

#pu441
{
	width: 0.01px;
	left: -20px;
	margin-top: 31px;
	position: relative;
}

#u441
{
	width: 995px;
	position: relative;
	margin-right: -10000px;
	margin-top: 472px;
	left: 120px;
}

#u441_img
{
	opacity: 0.4;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	filter: alpha(opacity=40);
}

#u990
{
	width: 1280px;
	position: relative;
	margin-right: -10000px;
	margin-top: 11px;
	left: 20px;
}

#u990_clip
{
	overflow: hidden;
	width: 1280px;
	height: 541px;
}

#u990_img
{
	margin-left: -40px;
	margin-right: -40px;
	margin-bottom: 1px;
}

#u366-12
{
	width: 547px;
	min-height: 273px;
	font-family: source-sans-pro-light, sans-serif;
	font-weight: 300;
	position: relative;
	margin-right: -10000px;
	margin-top: 90px;
	left: 190px;
}

#u366-2,#u366-4
{
	font-size: 70px;
	line-height: 1;
	letter-spacing: -1px;
	color: #FFFFFF;
}

#u366-6
{
	font-size: 70px;
	line-height: 1;
	letter-spacing: -1px;
	color: #FFCC33;
}

#u366-7,#u366-9,#u366-10
{
	font-size: 24px;
	line-height: 1.3;
	letter-spacing: 0px;
	color: #FFFFFF;
}

#u2130
{
	width: 597px;
	position: relative;
	margin-right: -10000px;
	left: 623px;
}

#u447-7, #u447-7a 
{
	width: 950px;
	min-height: 65px;
	color: #728090;
	line-height: 1.3em;
	text-align: center;
	font-size: 24px;
	font-family: source-sans-pro-light, sans-serif;
	font-weight: 300;
	margin-left: 125px;
	margin-top: 39px;
	position: relative;
}

#u447-7a
{
	width: 100%;
	margin-left: 0px;
}

#u447-7 p b{
	font-family:source-sans-pro;
}

#u447-7 h2{
	font-size: 26px;
	font-family: source-sans-pro;
	font-weight:600;
	margin:20px 0 10px 0; 
}

#u447-7 .listblock {
	display:inline-block;
	float:left;
	width:380px;	
    padding: 0 0 0 50px;
}

#u447-7 .funclist{
	text-align:left;
	line-height: 1.1em;
}

#u447-7 .funclist li{
	margin-bottom:15px;
}

#u447-7 .funclist li::before {
    content: "\25b6";
    color: #ffdd00;
    width: 20px;
    display: inline-block;
    margin-left: -20px;
}

#pu1580
{
	width: 0.01px;
	margin-left: 171px;
	margin-top: 31px;
	position: relative;
}

#u1580
{
	z-index:10;
	width: 140px;
	height: 140px;
	position: relative;
	margin-right: -10000px;
	background: transparent url("/Style%20Library/Images/fxtrading/kolecko1.png") no-repeat left top;
	background-size: contain !important;
}

#u1592
{
	z-index:10;
	width: 140px;
	height: 140px;
	position: relative;
	margin-right: -10000px;
	left: 240px;
	background: transparent url("/Style%20Library/Images/fxtrading/kolecko2.png") no-repeat left top;
	background-size: contain !important;
}

#u1616
{
	z-index:10;
	width: 140px;
	height: 140px;
	position: relative;
	margin-right: -10000px;
	left: 479px;
	background: transparent url("/Style%20Library/Images/fxtrading/kolecko3.png") no-repeat left top;
	background-size: contain !important;
}

#u1628
{
	z-index:10;
	width: 140px;
	height: 140px;
	position: relative;
	margin-right: -10000px;
	left: 719px;
	background: transparent url("/Style%20Library/Images/fxtrading/kolecko4.png") no-repeat left top;
	background-size: contain !important;
}

#mchu1580
{
	z-index:10;
	width: 140px;
	height: 140px;
	position: relative;
	margin-right: -10000px;
	background: transparent url("/Style%20Library/Images/fxtrading/kolecko5.png") no-repeat left top;
	background-size: contain !important;
}

#mchu1592
{
	z-index:10;
	width: 140px;
	height: 140px;
	position: relative;
	margin-right: -10000px;
	left: 240px;
	background: transparent url("/Style%20Library/Images/fxtrading/kolecko6.png") no-repeat left top;
	background-size: contain !important;
}

#mchu1592a
{
	z-index:10;
	width: 140px;
	height: 140px;
	position: relative;
	margin-right: -10000px;
	left: 240px;
	background: transparent url("/Style%20Library/Images/fxtrading/kolecko8.png") no-repeat left top;
	background-size: contain !important;
}

#mchu1616
{
	z-index:10;
	width: 140px;
	height: 140px;
	position: relative;
	margin-right: -10000px;
	left: 479px;
	background: transparent url("/Style%20Library/Images/fxtrading/kolecko7.png") no-repeat left top;
	background-size: contain !important;
}

#mchu1628
{
	z-index:10;
	width: 140px;
	height: 140px;
	position: relative;
	margin-right: -10000px;
	left: 719px;
	background: transparent url("/Style%20Library/Images/fxtrading/kolecko8.png") no-repeat left top;
	background-size: contain !important;
}

#mchu1628a
{
	z-index:10;
	width: 140px;
	height: 140px;
	position: relative;
	margin-right: -10000px;
	left: 719px;
	background: transparent url("/Style%20Library/Images/fxtrading/kolecko6.png") no-repeat left top;
	background-size: contain !important;
}

#gdpr1580
{
	z-index:10;
	width: 140px;
	height: 140px;
	position: relative;
	margin-right: -10000px;
	background: transparent url("/Style%20Library/Images/product-pages/kolecko11.png") no-repeat left top;
	background-size: contain !important;
}

#gdpr1592
{
	z-index:10;
	width: 140px;
	height: 140px;
	position: relative;
	margin-right: -10000px;
	left: 240px;
	background: transparent url("/Style%20Library/Images/product-pages/kolecko12.png") no-repeat left top;
	background-size: contain !important;
}

#gdpr1616
{
	z-index:10;
	width: 140px;
	height: 140px;
	position: relative;
	margin-right: -10000px;
	left: 479px;
	background: transparent url("/Style%20Library/Images/product-pages/kolecko13.png") no-repeat left top;
	background-size: contain !important;
}

#gdpr1628
{
	z-index:10;
	width: 140px;
	height: 140px;
	position: relative;
	margin-right: -10000px;
	left: 719px;
	background: transparent url("/Style%20Library/Images/fxtrading/kolecko8.png") no-repeat left top;
	background-size: contain !important;
}

.circle-columns {
	clear:both;
	display:block;
	text-align:center;
	height:250px;
	padding-top:30px;
}

.column-wrapper {
    display: inline-block;
    width: 200px;
    height: 200px;
    text-align: center;
    vertical-align: top;
    padding: 0 20px;
}

.column-text {
    padding-top: 20px;
    font-family: source-sans-pro, sans-serif;
    font-size: 15px;
    line-height: 1.2em;
}

.gdpr-circle {
    position: relative;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    display: inline-block;
}

.gdpr-circle span {
	display:inline-block;
	margin-top:30px;
}

.gdpr-circle.yellow span {
	margin-top:47px;
}

.gdpr-circle.yellow {
	background:#ffed00;
	color:#000;
	font-size:60px;
	font-weight:900;
}

.gdpr-circle.violet {
	background:#381457;
	color:#ffed00;
	font-size:36px;
	font-weight:600;
}

.gdpr-section-title {
    min-height: 65px;
    color: #B6C1CC;
    text-align: center;
    font-size: 70px;
    font-family: source-sans-pro-light, sans-serif;
    font-weight: 300;
    margin-top: 27px;
    line-height: 1.6em;
    position: relative;
}

.topline {
	border-top:1px #D5E0EB solid;
}

/* Numeric Slider */
.slider {
  width: 480px;
}

.slider > .dragger {
  background: #ffed00;
  background: -webkit-linear-gradient(top, #ffed00, #ffed00);
  background: -moz-linear-gradient(top, #ffed00, #ffed00);
  background: linear-gradient(top, #ffed00, #ffed00);

  -webkit-box-shadow: inset 0 2px 2px rgba(255,255,255,0.5), 0 2px 8px rgba(0,0,0,0.2);
  -moz-box-shadow: inset 0 2px 2px rgba(255,255,255,0.5), 0 2px 8px rgba(0,0,0,0.2);
  box-shadow: inset 0 2px 2px rgba(255,255,255,0.5), 0 2px 8px rgba(0,0,0,0.2);

  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;

  border: 1px solid #496805;
  width: 30px;
  height: 30px;
}

.slider > .dragger:hover {
  background: -webkit-linear-gradient(top, #ffed00, #ffed00);
}


.slider > .track, .slider > .highlight-track {
  background: #ccc;
  background: -webkit-linear-gradient(top, #bbb, #ddd);
  background: -moz-linear-gradient(top, #bbb, #ddd);
  background: linear-gradient(top, #bbb, #ddd);

  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,0.1);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,0.1);
  box-shadow: inset 0 2px 4px rgba(0,0,0,0.1);

  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;

  border: 1px solid #aaa;
  height: 4px;
}

.slider > .highlight-track {
	background-color: #ffed00;
	background: -webkit-linear-gradient(top, #ffed00, #ffed00);
	background: -moz-linear-gradient(top, #ffed00, #ffed00);
	background: linear-gradient(top, #ffed00, #ffed00);
	
	border-color: #496805;
}

#gdpr-turnover, #gdpr-penalty {
	color: #728090;
    line-height: 1.3em;
    text-align: center;
    font-size: 30px;
    font-family: source-sans-pro, sans-serif;
    font-weight: 300;
    margin-bottom:15px;
}

#gdpr-penalty {
	color:#381457;
    margin-top:15px;
	font-size:40px;
}

#gdpr-penalty-value {
	font-weight:600;
}

#slider-gdpr {
	padding-top:10px;
}

/* End of Numeric Slider */

#ppu465-7
{
	width: 0.01px;
	margin-left: 120px;
	margin-top: 23px;
	position: relative;
}

#pu465-7
{
	width: 0.01px;
	position: relative;
	margin-right: -10000px;
	left: 245px;
}

#u465-7
{
	width: 205px;
	min-height: 65px;
	color: #5C6773;
	line-height: 1.3;
	text-align: center;
	font-family: source-sans-pro, sans-serif;
	font-weight: 400;
	position: relative;
	margin-right: -10000px;
	margin-top: 54px;
	left: 13px;
}

#u460-4
{
	width: 230px;
	min-height: 65px;
	color: #728090;
	line-height: 1.3;
	text-align: center;
	font-size: 24px;
	font-family: source-sans-pro-light, sans-serif;
	font-weight: 300;
	position: relative;
	margin-right: -10000px;
}

#pu467-6
{
	width: 0.01px;
	position: relative;
	margin-right: -10000px;
	margin-top: 4px;
	left: 725px;
}

#u467-6
{
	width: 205px;
	min-height: 65px;
	color: #5C6773;
	line-height: 1.3;
	text-align: center;
	font-size: 15px;
	font-family: source-sans-pro, sans-serif;
	font-weight: 400;
	position: relative;
	margin-right: -10000px;
	margin-top: 50px;
	left: 14px;
}

#u462-5
{
	width: 235px;
	min-height: 65px;
	text-align: center;
	font-size: 24px;
	font-family: source-sans-pro-light, sans-serif;
	font-weight: 300;
	position: relative;
	line-height: 1.3;
	margin-right: -10000px;
}

#u462-2
{
	line-height: 1;
	color: #728090;
}

#u462-3
{
	line-height: 1.3;
	color: #5C6773;
}

#u458-4
{
	width: 235px;
	min-height: 65px;
	color: #728090;
	line-height: 1.3;
	text-align: center;
	font-size: 24px;
	font-family: source-sans-pro-light, sans-serif;
	font-weight: 300;
	position: relative;
	margin-right: -10000px;
}

#u463-7
{
	width: 205px;
	min-height: 65px;
	color: #5C6773;
	line-height: 1.3;
	text-align: center;
	font-family: source-sans-pro, sans-serif;
	font-weight: 400;
	position: relative;
	margin-right: -10000px;
	margin-top: 54px;
	left: 18px;
}

#u465-5,#u463-5
{
	font-size: 14px;
}

#u466-8
{
	width: 205px;
	min-height: 100px;
	color: #5C6773;
	line-height: 1.3;
	text-align: center;
	font-size: 15px;
	font-family: source-sans-pro, sans-serif;
	font-weight: 400;
	position: relative;
	margin-right: -10000px;
	margin-top: 54px;
	left: 498px;
}

#u461-5
{
	width: 230px;
	min-height: 65px;
	line-height: 1.3;
	text-align: center;
	font-size: 24px;
	font-family: source-sans-pro-light, sans-serif;
	font-weight: 300;
	position: relative;
	margin-right: -10000px;
	left: 485px;
}

#u461-3
{
	color: #5C6773;
}

#u2277
{
	width: 730px;
	margin-left: 236px;
	margin-top: 23px;
	position: relative;
}

#pu474
{
	width: 0.01px;
	margin-left: 1px;
	position: relative;
}

#u474
{
	width: 1280px;
	border-style: none;
	border-color: transparent;
	background-color: #E9EFF4;
	padding-bottom: 0px;
	position: relative;
	margin-right: -10000px;
}

#u482
{
	width: 1280px;
	height: 1px;
	border-style: none;
	border-color: transparent;
	background-color: #D5E0EB;
	left: -1px;
	position: relative;
}

#u479
{
	width: 995px;
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	margin-left: 99px;
	position: relative;
}

#u483
{
	width: 1280px;
	height: 1px;
	border-style: none;
	border-color: transparent;
	background-color: #D5E0EB;
	left: -1px;
	margin-top: 663px;
	position: relative;
}

#u490
{
	width: 995px;
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	position: relative;
	margin-right: -10000px;
	margin-top: 664px;
	left: 99px;
}

#pamphletu1097
{
	width: 0.01px;
	height: 589px;
	position: relative;
	margin-right: -10000px;
	margin-top: 41px;
	left: 119px;
}

#u1107
{
	width: 140px;
	position: relative;
	margin-right: -10000px;
	margin-top: 569px;
	left: 410px;
}

#u1109
{
	position: absolute;
	width: 20px;
	height: 20px;
	border-style: none;
	border-color: transparent;
	background-color: #CAD5DF;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	border-radius: 15px;
}

#u1109:hover
{
	background-color: #94A9BC;
	margin: 0px;
}

#u1456
{
	position: absolute;
	width: 20px;
	height: 20px;
	border-style: none;
	border-color: transparent;
	background-color: #CAD5DF;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	border-radius: 15px;
	left: 40px;
}

#u1456:hover
{
	background-color: #94A9BC;
	margin: 0px;
}

#u1551
{
	position: absolute;
	width: 20px;
	height: 20px;
	border-style: none;
	border-color: transparent;
	background-color: #CAD5DF;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	border-radius: 15px;
	left: 80px;
}

#u1551:hover
{
	background-color: #94A9BC;
	margin: 0px;
}

#u1640
{
	position: absolute;
	width: 20px;
	height: 20px;
	background-color: #CAD5DF;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;                                                                                                                                                                                                          
	border-style: none;
	border-color: transparent;
	border-radius: 15px;
	left: 120px;
}

#u1640:hover
{
	background-color: #94A9BC;
	margin: 0px;
}

#u1109.PamphletThumbSelected,#u1456.PamphletThumbSelected,#u1551.PamphletThumbSelected,#u1640.PamphletThumbSelected
{
	background-color: #7D3CBE;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	border-radius: 15px;
	margin: 0px;
}

#u1116
{
	position: absolute;
	width: 960px;
}

#u1116popup
{
}

#u1121
{
	width: 960px;
	height: 568px;
	border-style: none;
	border-color: #999999;
	background-color: transparent;
	margin-right: -10000px;
	position: relative;
}

#u1121_position_content
{
	margin-top: 10px;
	margin-bottom: 30px;
}

#u493-6
{
	width: 960px;
	min-height: 97px;
	color: #B6C1CC;
	line-height: 0.9;
	text-align: center;
	font-size: 70px;
	font-family: source-sans-pro-light, sans-serif;
	font-weight: 300;
	position: relative;
}

#u1450-6
{
	width: 877px;
	min-height: 49px;
	margin-left: 45px;
	margin-top: 29px;
	position: relative;
}

#u1450-2,#u1450-3
{
	font-size: 24px;
	text-align: center;
	line-height: 1.3;
	color: #728090;
	font-family: source-sans-pro-light, sans-serif;
	font-weight: 300;
	height:30px;
}

.sliderDesc {
	font-size: 15px;
	text-align: left;
	color: #5C6773;
	font-family: source-sans-pro, sans-serif;
	font-weight: 400;
	line-height:20px;
}

#pu494-9
{
	width: 0.01px;
	margin-left: 70px;
	top: -6px;
	margin-bottom: -6px;
	position: relative;
}

#u494-9
{
	width: 330px;
	min-height: 198px;
	line-height: 1.3;
	position: relative;
	margin-right: -10000px;
	margin-top: 54px;
	left: 480px;
}

#u2628
{
	width: 508px;
	position: relative;
	margin-right: -10000px;
}

#u1457
{
	width: 960px;
	height: 553px;
	border-style: none;
	border-color: #999999;
	background-color: transparent;
	padding-top: 10px;
	padding-bottom: 5px;
	margin-right: -10000px;
	position: relative;
}

#u1503-6
{
	width: 960px;
	min-height: 97px;
	color: #B6C1CC;
	line-height: 0.9;
	text-align: center;
	font-size: 70px;
	font-family: source-sans-pro-light, sans-serif;
	font-weight: 300;
	position: relative;
}

#u1507-7
{
	width: 877px;
	min-height: 49px;
	margin-left: 45px;
	margin-top: 29px;
	position: relative;
}

#pu1506-11
{
	width: 0.01px;
	margin-left: 94px;
	margin-top: 4px;
	position: relative;
}

#u1506-11
{
	width: 330px;
	min-height: 115px;
	line-height: 1.3;
	position: relative;
	margin-right: -10000px;
	margin-top: 49px;
	left: 457px;
}

#u494-2,#u494-4,#u494-6,#u1506-2,#u1506-4,#u1506-6,#u1506-8
{
	font-size: 15px;
	text-align: left;
	color: #5C6773;
	font-family: source-sans-pro, sans-serif;
	font-weight: 400;
	line-height:20px;
}

#u1543
{
	width: 153px;
	position: relative;
	margin-right: -10000px;
	margin-top: 180px;
	left: 456px;
}

#u1543_img
{
	padding-right: 11px;
}

#u2618
{
	width: 473px;
	position: relative;
	margin-right: -10000px;
}

#u1552
{
	width: 960px;
	height: 549px;
	border-style: none;
	border-color: #999999;
	background-color: transparent;
	padding-top: 10px;
	padding-bottom: 9px;
	margin-right: -10000px;
	position: relative;
}

#u1572-6
{
	width: 960px;
	min-height: 97px;
	color: #B6C1CC;
	line-height: 0.9;
	text-align: center;
	font-size: 70px;
	font-family: source-sans-pro-light, sans-serif;
	font-weight: 300;
	position: relative;
}

#pu1573-5
{
	width: 0.01px;
	margin-left: 45px;
	margin-top: 29px;
	position: relative;
}

#u1573-5
{
	width: 260px;
	min-height: 115px;
	line-height: 1.3;
	position: relative;
	margin-right: -10000px;
	margin-top: 127px;
	left: 505px;
}

#u1573-2
{
	text-align: left;
	color: #5C6773;
	font-family: source-sans-pro, sans-serif;
	font-weight: 400;
}

#u494-7,#u1506-9,#u1573-3
{
	text-align: right;
	color: #728090;
	font-family: source-sans-pro-light, sans-serif;
	font-weight: 300;
}

#u1574-7
{
	width: 877px;
	min-height: 80px;
	position: relative;
	margin-right: -10000px;
}

#u2623
{
	width: 220px;
	position: relative;
	margin-right: -10000px;
	margin-top: 68px;
	left: 215px;
}

#u1641
{
	width: 960px;
	height: 535px;
	border-style: none;
	border-color: #999999;
	background-color: transparent;
	padding-top: 10px;
	padding-bottom: 23px;
	margin-right: -10000px;
	position: relative;
}

#u1645-6
{
	width: 960px;
	min-height: 97px;
	color: #B6C1CC;
	line-height: 0.9;
	text-align: center;
	font-size: 70px;
	font-family: source-sans-pro-light, sans-serif;
	font-weight: 300;
	position: relative;
}

#u1647-5
{
	width: 877px;
	min-height: 80px;
	margin-left: 45px;
	margin-top: 29px;
	position: relative;
}

#u1507-2,#u1507-4,#u1574-2,#u1574-4,#u1647-2
{
	font-size: 24px;
	text-align: center;
	color: #728090;
	font-family: source-sans-pro-light, sans-serif;
	font-weight: 300;
	height: 30px;
}

#pu2445
{
	width: 0.01px;
	margin-left: 137px;
	position: relative;
}

#u2445
{
	width: 374px;
	position: relative;
	margin-right: -10000px;
}

#u1646-4
{
	width: 302px;
	min-height: 115px;
	color: #5C6773;
	line-height: 1.3;
	text-align: left;
	font-size: 15px;
	font-family: source-sans-pro, sans-serif;
	font-weight: 400;
	position: relative;
	margin-right: -10000px;
	margin-top: 47px;
	left: 413px;
}

#u2445-1
{
	width: 474px;
	position: relative;
	margin-right: -10000px;
}

#u1646-4-1
{
	width: 180px;
	min-height: 115px;
	color: #5C6773;
	line-height: 1.3;
	text-align: left;
	font-size: 15px;
	font-family: source-sans-pro, sans-serif;
	font-weight: 400;
	position: relative;
	margin-right: -10000px;
	margin-top: 47px;
	left: 513px;
}


.PamphletWidget .ThumbGroup .Thumb, .PamphletNextButton, .PamphletPrevButton, .PamphletCloseButton /* pamphlet2 */
{
	cursor: pointer;
}

#u2212
{
	width: 130px;
	position: relative;
	margin-right: -10000px;
	left: 555px;
}

#u509-4
{
	width: 890px;
	min-height: 65px;
	color: #B6C1CC;
	text-align: center;
	font-size: 70px;
	font-family: source-sans-pro-light, sans-serif;
	font-weight: 300;
	margin-left: 155px;
	margin-top: 20px;
	position: relative;
	line-height: 1.6em;
}

#pu2217-4
{
	width: 0.01px;
	margin-left: 190px;
	margin-top: 46px;
	position: relative;
}

#u2217-4
{
	width: 354px;
	min-height: 52px;
	color: #7D3CBE;
	text-align: left;
	font-size: 24px;
	font-family: source-sans-pro-light, sans-serif;
	font-weight: 300;
	position: relative;
	margin-right: -10000px;
}

#u2218-4
{
	width: 354px;
	min-height: 52px;
	color: #7D3CBE;
	text-align: left;
	font-size: 24px;
	font-family: source-sans-pro-light, sans-serif;
	font-weight: 300;
	position: relative;
	margin-right: -10000px;
	left: 480px;
}

#ppu512
{
	width: 0.01px;
	margin-left: 190px;
	margin-top: 18px;
	position: relative;
}

#pu512
{
	width: 0.01px;
	padding-bottom: 0px;
	position: relative;
	margin-right: -10000px;
	margin-top: 3px;
}

#u512
{
	width: 20px;
	position: relative;
}

#u517
{
	width: 20px;
	margin-top: 23px;
	position: relative;
}

#u520
{
	width: 20px;
	margin-top: 44px;
	position: relative;
}

#u529
{
	width: 20px;
	margin-top: 40px;
	position: relative;
}

#u1675
{
	width: 20px;
	margin-top: 23px;
	position: relative;
}

#u2219
{
	width: 20px;
	margin-top: 24px;
	position: relative;
}

#u2222
{
	width: 20px;
	margin-top: 39px;
	position: relative;
}

#u511-26
{
	width: 345px;
	min-height: 156px;
	color: #5C6773;
	line-height: 1.3;
	text-align: left;
	font-family: source-sans-pro, sans-serif;
	font-weight: 400;
	position: relative;
	margin-right: -10000px;
	left: 35px;
}

#u465-2,#u465-4,#u463-2,#u463-4,#u511-2,#u511-3,#u511-5,#u511-7,#u511-8,#u511-10,#u511-12,#u511-13,#u511-15,#u511-24
{
	font-size: 15px;
}

#pu535
{
	width: 0.01px;
	padding-bottom: 0px;
	position: relative;
	margin-right: -10000px;
	margin-top: 3px;
	left: 480px;
}

#u535
{
	width: 20px;
	position: relative;
}

#u538
{
	width: 20px;
	margin-top: 27px;
	position: relative;
}

#u541
{
	width: 20px;
	margin-top: 37px;
	position: relative;
}

#u544
{
	width: 20px;
	margin-top: 26px;
	position: relative;
}

#u2228
{
	width: 20px;
	margin-top: 24px;
	position: relative;
}

#u2225
{
	width: 20px;
	margin-top: 25px;
	position: relative;
}

#u550-21
{
	width: 310px;
	min-height: 65px;
	color: #5C6773;
	line-height: 1.3;
	text-align: left;
	font-size: 15px;
	font-family: source-sans-pro, sans-serif;
	font-weight: 400;
	position: relative;
	margin-right: -10000px;
	left: 515px;
}

#pu557
{
	width: 0.01px;
	left: -20px;
	margin-top: 101px;
	position: relative;
}

#u557
{
	width: 1280px;
	border-style: none;
	border-color: transparent;
	background-color: #E9EFF4;
	padding-bottom: 0px;
	position: relative;
	margin-right: -10000px;
	left: 20px;
}

#u558
{
	width: 1280px;
	height: 1px;
	border-style: none;
	border-color: transparent;
	background-color: #D5E0EB;
	position: relative;
}

#u566-6, #u566-6a
{
	width: 950px;
	min-height: 43px;
	color: #728090;
	line-height: 1.3;
	text-align: center;
	font-size: 24px;
	font-family: source-sans-pro-light, sans-serif;
	font-weight: 300;
	margin-left: 120px;
	margin-top: 40px;
	position: relative;
}

#u566-6a {
	margin-top: 60px;
}


#u559
{
	width: 1280px;
	height: 1px;
	border-style: none;
	border-color: transparent;
	background-color: #D5E0EB;
	margin-top: 46px;
	position: relative;
}

#u560
{
	width: 995px;
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	position: relative;
	margin-right: -10000px;
	left: 120px;
}

#u563
{
	width: 995px;
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	position: relative;
	margin-right: -10000px;
	margin-top: 114px;
	left: 120px;
}

#u479_img,#u490_img,#u560_img,#u563_img
{
	margin-top: -90px;
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
}

#u490_img, #u563_img
{
	margin-top: 0px;
}

#naereference
{
	position: relative;
	width: 22px;
	margin-right: -10000px;
	margin-top: 121px;
}

#u2633-4
{
	width: 890px;
	min-height: 65px;
	color: #B6C1CC;
	text-align: center;
	font-size: 70px;
	font-family: source-sans-pro-light, sans-serif;
	font-weight: 300;
	margin-left: 155px;
	margin-top: 30px;
	position: relative;
	line-height: 1.6em;
}

#ppamphletu2634
{
	width: 0.01px;
	margin-left: 120px;
	margin-top: 6px;
	position: relative;
}

#pamphletu2634
{
	width: 0.01px;
	height: 416px;
	position: relative;
	margin-right: -10000px;
	margin-top: 23px;
}

#u2665
{
	width: 180px;
	position: relative;
	margin-right: -10000px;
	margin-top: 396px;
	left: 390px;
}

#u2668
{
	position: absolute;
	width: 20px;
	height: 20px;
	border-style: none;
	border-color: transparent;
	background-color: #DEE6EE;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	border-radius: 15px;
}

#u2668:hover
{
	background-color: #CAD5DF;
	margin: 0px;
}

#u2666
{
	position: absolute;
	width: 20px;
	height: 20px;
	border-style: none;
	border-color: transparent;
	background-color: #DEE6EE;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	border-radius: 15px;
	left: 40px;
}

#u2666:hover
{
	background-color: #CAD5DF;
	margin: 0px;
}

#u2667
{
	position: absolute;
	width: 20px;
	height: 20px;
	border-style: none;
	border-color: transparent;
	background-color: #DEE6EE;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	border-radius: 15px;
	left: 80px;
}

#u2667:hover
{
	background-color: #CAD5DF;
	margin: 0px;
}

#u2669
{
	position: absolute;
	width: 20px;
	height: 20px;
	border-style: none;
	border-color: transparent;
	background-color: #DEE6EE;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	border-radius: 15px;
	left: 120px;
}

#u2669:hover
{
	background-color: #CAD5DF;
	margin: 0px;
}

#u2670
{
	position: absolute;
	width: 20px;
	height: 20px;
	border-style: none;
	border-color: transparent;
	background-color: #DEE6EE;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	border-radius: 15px;
	left: 160px;
}

#u2670:hover
{
	background-color: #CAD5DF;
	margin: 0px;
}

#u2668.PamphletThumbSelected,#u2666.PamphletThumbSelected,#u2667.PamphletThumbSelected,#u2669.PamphletThumbSelected,#u2670.PamphletThumbSelected
{
	border-style: none;
	border-color: transparent;
	background-color: #7D3CBE;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	border-radius: 15px;
	margin: 0px;
}

#u2639
{
	position: absolute;
	width: 961px;
}

#u2639popup
{
}

#u2648
{
	width: 961px;
	height: 385px;
	border-style: none;
	border-color: #999999;
	background-color: transparent;
	margin-right: -10000px;
	position: relative;
}

#u2649-4
{
	width: 959px;
	min-height: 43px;
	color: #7D3CBE;
	line-height: 1.3;
	text-align: center;
	font-size: 24px;
	font-family: source-sans-pro-light, sans-serif;
	font-weight: 300;
	position: relative;
	margin-right: -10000px;
	margin-top: 327px;
}

#u2695
{
	width: 490px;
	position: relative;
	margin-right: -10000px;
	margin-top: 28px;
	left: 235px;
}

#u2652
{
	width: 961px;
	height: 385px;
	border-style: none;
	border-color: #999999;
	background-color: transparent;
	margin-right: -10000px;
	position: relative;
}

#u2655-4
{
	width: 961px;
	min-height: 43px;
	color: #7D3CBE;
	line-height: 1.3;
	text-align: center;
	font-size: 24px;
	font-family: source-sans-pro-light, sans-serif;
	font-weight: 300;
	position: relative;
	margin-right: -10000px;
	margin-top: 342px;
}

#u2700
{
	width: 378px;
	position: relative;
	margin-right: -10000px;
	margin-top: 43px;
	left: 291px;
}

#u2700a
{
	width: 524px;
	position: relative;
	margin-right: -10000px;
	margin-top: 43px;
	left: 225px;
}


#u2656
{
	width: 960px;
	height: 358px;
	border-style: none;
	border-color: #999999;
	background-color: transparent;
	padding-top: 22px;
	padding-right: 1px;
	padding-bottom: 5px;
	margin-right: -10000px;
	position: relative;
}

#u2658
{
	width: 306px;
	margin-left: 327px;
	position: relative;
}

#u2657-4
{
	width: 960px;
	min-height: 43px;
	color: #7D3CBE;
	line-height: 1.3;
	text-align: center;
	font-size: 24px;
	font-family: source-sans-pro-light, sans-serif;
	font-weight: 300;
	margin-top: 5px;
	position: relative;
}

#u2644
{
	width: 959px;
	height: 365px;
	border-style: none;
	border-color: #999999;
	background-color: transparent;
	padding-top: 20px;
	padding-right: 2px;
	margin-right: -10000px;
	position: relative;
}

#u2646
{
	width: 486px;
	margin-left: 237px;
	position: relative;
}

#u2645-4
{
	width: 959px;
	min-height: 43px;
	color: #7D3CBE;
	line-height: 1.3;
	text-align: center;
	font-size: 24px;
	font-family: source-sans-pro-light, sans-serif;
	font-weight: 300;
	margin-top: 11px;
	position: relative;
}

#u2640
{
	width: 960px;
	height: 359px;
	border-style: none;
	border-color: #999999;
	background-color: transparent;
	padding-top: 21px;
	padding-right: 1px;
	padding-bottom: 5px;
	margin-right: -10000px;
	position: relative;
}

#u2642
{
	width: 375px;
	margin-left: 293px;
	position: relative;
}

#u2641-4
{
	width: 960px;
	min-height: 43px;
	color: #7D3CBE;
	line-height: 1.3;
	text-align: center;
	font-size: 24px;
	font-family: source-sans-pro-light, sans-serif;
	font-weight: 300;
	top: -1px;
	margin-bottom: -1px;
	position: relative;
}

#u2674-4
{
	width: 950px;
	min-height: 43px;
	color: #728090;
	line-height: 1.3;
	text-align: center;
	font-size: 24px;
	font-family: source-sans-pro-light, sans-serif;
	font-weight: 300;
	position: relative;
	margin-right: -10000px;
}

#u2673-4
{
	width: 940px;
	min-height: 43px;
	color: #728090;
	line-height: 1.3;
	text-align: center;
	font-size: 24px;
	font-family: source-sans-pro-light, sans-serif;
	font-weight: 300;
	margin-left: 130px;
	margin-top: 48px;
	position: relative;
}

#u782
{
	width: 1280px;
	height: 1px;
	border-style: none;
	border-color: transparent;
	background-color: #D5E0EB;
	margin-top: 106px;
	position: relative;
}

#pfunkcionalita,#pkontaktujtens
{
	width: 0.01px;
	left: -20px;
	top: -1px;
	margin-bottom: -1px;
	position: relative;
}

#u2259
{
	width: 130px;
	position: relative;
	margin-right: -10000px;
	left: 555px;
}

#u779
{
	width: 995px;
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	position: relative;
	margin-right: -10000px;
	left: 120px;
}

#u479_clip,#u490_clip,#u560_clip,#u563_clip,#u779_clip
{
	overflow: hidden;
	width: 995px;
	height: 35px;
}

#u779_img
{
	margin-top: -90px;
	opacity: 0.4;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	filter: alpha(opacity=40);
}

#u844-4
{
	width: 890px;
	min-height: 65px;
	color: #B6C1CC;
	text-align: center;
	font-size: 70px;
	font-family: source-sans-pro-light, sans-serif;
	font-weight: 300;
	margin-left: 156px;
	margin-top: 27px;
	line-height:1.6em;
	position: relative;
}

#u845-11
{
	width: 950px;
	min-height: 65px;
	color: #728090;
	line-height: 1.3;
	text-align: center;
	font-size: 24px;
	font-family: source-sans-pro-light, sans-serif;
	font-weight: 300;
	margin-left: 126px;
	margin-top: 33px;
	position: relative;
}

#u461-2,#u845-5,#u845-8
{
	color: #728090;
}

#widgetu2308
{
	width: 0.01px;
	height: 271px;
	margin-left: 210px;
	margin-top: 72px;
	position: relative;
}

#widgetu2336
{
	width: 380px;
	height: 40px;
	border-style: none;
	border-color: transparent;
	background-color: transparent;
	position: relative;
	margin-right: -10000px;
	margin-top: -1px;
	left: -1px;
}

#u2339-4
{
	width: 368px;
	min-height: 28px;
	border-width: 1px;
	border-style: solid;
	border-color: #CAD5DF;
	background-color: transparent;
	padding: 6px;
	line-height: 1.8;
	color: #B6C1CC;
	margin-bottom: -1px;
	position: relative;
	margin-right: -10000px;
	margin-top: -1px;
	left: -1px;
}

#widgetu2336.non-empty-st #u2339-4
{
	border-color: #B1C1D0;
}

#widgetu2336:hover #u2339-4
{
	border-color: #889FB4;
	background-color: transparent;
	padding-top: 6px;
	padding-bottom: 6px;
	min-height: 28px;
	width: 368px;
	margin: -1px -10000px -1px 0px;
}

#widgetu2336.focus-st #u2339-4
{
	border-color: #889FB4;
	background-color: transparent;
	padding-top: 6px;
	padding-bottom: 6px;
	min-height: 28px;
	width: 368px;
	margin: -1px -10000px -1px 0px;
}

#widgetu2336.non-empty-st #u2339-4 *
{
	color: #728090;
	font-style: normal;
}

#widgetu2336:hover #u2339-4 *
{
	color: #728090;
	font-style: normal;
}

#widgetu2336.focus-st #u2339-4 *
{
	color: #728090;
	font-style: normal;
}

#widgetu2330
{
	width: 380px;
	height: 40px;
	border-style: none;
	border-color: transparent;
	background-color: transparent;
	position: relative;
	margin-right: -10000px;
	margin-top: 54px;
	left: -1px;
}

#widgetu2330.fld-err-st
{
	background-color: transparent;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
	margin: 54px -10000px 0px 0px;
}

#u2334-4
{
	width: 368px;
	min-height: 28px;
	border-width: 1px;
	border-style: solid;
	border-color: #CAD5DF;
	background-color: transparent;
	padding: 6px;
	line-height: 1.8;
	color: #B6C1CC;
	margin-bottom: -1px;
	position: relative;
	margin-right: -10000px;
	margin-top: -1px;
	left: -1px;
}

#widgetu2330.non-empty-st #u2334-4
{
	border-color: #B1C1D0;
}

#widgetu2330:hover #u2334-4
{
	border-color: #889FB4;
	background-color: transparent;
	padding-top: 6px;
	padding-bottom: 6px;
	min-height: 28px;
	width: 368px;
	margin: -1px -10000px -1px 0px;
}

#widgetu2330.focus-st #u2334-4
{
	border-color: #889FB4;
	background-color: transparent;
	padding-top: 6px;
	padding-bottom: 6px;
	min-height: 28px;
	width: 368px;
	margin: -1px -10000px -1px 0px;
}

#widgetu2330.non-empty-st #u2334-4 *
{
	color: #728090;
	font-style: normal;
}

#widgetu2330:hover #u2334-4 *
{
	color: #728090;
	font-style: normal;
}

#widgetu2330.focus-st #u2334-4 *
{
	color: #728090;
	font-style: normal;
}

#u2341-4
{
	width: 200px;
	min-height: 21px;
	background-color: transparent;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	padding-top: 4px;
	color: #728090;
	font-size: 12px;
	font-family: source-sans-pro, sans-serif;
	font-weight: 400;
	font-style: italic;
	position: relative;
	margin-right: -10000px;
	margin-top: 246px;
	left: 580px;
}

#widgetu2308.frm-sub-st #u2341-4 p
{
	color: #728090;
	text-align: right;
	line-height: 1;
	font-size: 14px;
	font-family: source-sans-pro, sans-serif;
	font-weight: 200;
	font-style: italic;
}

#u2314-4
{
	width: 200px;
	min-height: 21px;
	background-color: transparent;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	padding-top: 4px;
	color: #FF0000;
	text-align: right;
	font-size: 12px;
	font-family: source-sans-pro, sans-serif;
	font-weight: 200;
	position: relative;
	margin-right: -10000px;
	margin-top: 246px;
	left: 580px;
}

#widgetu2308.frm-subm-err-st #u2314-4 p
{
	color: #D7244C;
	text-align: right;
	line-height: 1;
	font-size: 14px;
	font-family: source-sans-pro, sans-serif;
	font-weight: 200;
	font-style: italic;
}

#u2335-4
{
	width: 200px;
	min-height: 21px;
	background-color: transparent;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	padding-top: 4px;
	color: #728090;
	line-height: 1;
	text-align: right;
	font-size: 12px;
	font-family: source-sans-pro, sans-serif;
	font-weight: 200;
	position: relative;
	margin-right: -10000px;
	margin-top: 246px;
	left: 580px;
}

#widgetu2308.frm-sub-st #u2341-4,#widgetu2308.frm-subm-err-st #u2314-4,#widgetu2308.frm-subm-ok-st #u2335-4
{
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	min-height: 25px;
}

#widgetu2308.frm-subm-ok-st #u2335-4 p
{
	color: #728090;
	text-align: right;
	font-size: 14px;
	font-family: source-sans-pro, sans-serif;
	font-weight: 200;
	font-style: italic;
}

#u2315-17
{
	min-height: 41px;
	width: 380px;
	background: url("/Style%20Library/Images/fxtrading/u2315-17.png") no-repeat 0px 0px;
	position: relative;
	margin-right: -10000px;
	margin-top: 163px;
	left: 400px;
}

#u2315-17:hover
{
	background: url("/Style%20Library/Images/fxtrading/u2315-17-r.png") no-repeat 0px 0px;
}

#u2315-17:active
{
	background: url("/Style%20Library/Images/fxtrading/u2315-17-m.png") no-repeat 0px 0px;
}

#widgetu2308.frm-sub-st #u2315-17
{
	background: url("/Style%20Library/Images/fxtrading/u2315-17-fs.png") no-repeat 0px 0px;
}

#widgetu2309
{
	width: 380px;
	height: 149px;
	border-style: none;
	border-color: transparent;
	background-color: transparent;
	position: relative;
	margin-right: -10000px;
	margin-top: -1px;
	left: 399px;
}

#widgetu2336.fld-err-st,#widgetu2309.fld-err-st
{
	background-color: transparent;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
	margin: -1px -10000px 0px 0px;
}

#u2310-4
{
	width: 368px;
	min-height: 137px;
	border-width: 1px;
	border-style: solid;
	border-color: #CAD5DF;
	background-color: transparent;
	padding: 6px;
	line-height: 1.6;
	color: #B6C1CC;
	margin-bottom: -1px;
	position: relative;
	margin-right: -10000px;
	margin-top: -1px;
	left: -1px;
}

#widgetu2309.non-empty-st #u2310-4
{
	border-color: #B1C1D0;
}

#widgetu2309:hover #u2310-4
{
	border-color: #889FB4;
	background-color: transparent;
	padding-top: 6px;
	padding-bottom: 6px;
	min-height: 137px;
	width: 368px;
	margin: -1px -10000px -1px 0px;
}

#widgetu2309.focus-st #u2310-4
{
	border-color: #889FB4;
	background-color: transparent;
	padding-top: 6px;
	padding-bottom: 6px;
	min-height: 137px;
	width: 368px;
	margin: -1px -10000px -1px 0px;
}

#widgetu2309.fld-err-st #u2310-4
{
	border-color: #D7244C;
	background-color: transparent;
	padding-top: 6px;
	padding-bottom: 6px;
	min-height: 137px;
	width: 368px;
	margin: -1px -10000px -1px 0px;
}

#widgetu2309.non-empty-st #u2310-4 *
{
	color: #728090;
	font-style: normal;
}

#widgetu2309:hover #u2310-4 *
{
	color: #728090;
	font-style: normal;
}

#widgetu2309.focus-st #u2310-4 *
{
	color: #728090;
	font-style: normal;
}

#widgetu2309_input,#widgetu2309_prompt
{
	width: 368px;
	min-height: 137px;
	color: #B6C1CC;
	padding: 6px;
}

#widgetu2345
{
	width: 380px;
	height: 40px;
	border-style: none;
	border-color: transparent;
	background-color: transparent;
	position: relative;
	margin-right: -10000px;
	margin-top: 109px;
	left: -1px;
}

#widgetu2345.fld-err-st
{
	background-color: transparent;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
	margin: 109px -10000px 0px 0px;
}

#u2349-4
{
	width: 368px;
	min-height: 28px;
	border-width: 1px;
	border-style: solid;
	border-color: #CAD5DF;
	background-color: transparent;
	padding: 6px;
	line-height: 1.8;
	color: #B6C1CC;
	margin-bottom: -1px;
	position: relative;
	margin-right: -10000px;
	margin-top: -1px;
	left: -1px;
}

#widgetu2345.non-empty-st #u2349-4
{
	border-color: #B1C1D0;
}

#widgetu2345:hover #u2349-4
{
	border-color: #889FB4;
	background-color: transparent;
	padding-top: 6px;
	padding-bottom: 6px;
	min-height: 28px;
	width: 368px;
	margin: -1px -10000px -1px 0px;
}

#widgetu2345.focus-st #u2349-4
{
	border-color: #889FB4;
	background-color: transparent;
	padding-top: 6px;
	padding-bottom: 6px;
	min-height: 28px;
	width: 368px;
	margin: -1px -10000px -1px 0px;
}

#widgetu2345.non-empty-st #u2349-4 *
{
	color: #728090;
	font-style: normal;
}

#widgetu2345:hover #u2349-4 *
{
	color: #728090;
	font-style: normal;
}

#widgetu2345.focus-st #u2349-4 *
{
	color: #728090;
	font-style: normal;
}

#widgetu2352
{
	width: 380px;
	height: 40px;
	border-style: none;
	border-color: transparent;
	background-color: transparent;
	position: relative;
	margin-right: -10000px;
	margin-top: 164px;
	left: -1px;
}

#widgetu2352.fld-err-st
{
	background-color: transparent;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
	margin: 164px -10000px 0px 0px;
}

#u2353-4
{
	width: 368px;
	min-height: 28px;
	border-width: 1px;
	border-style: solid;
	border-color: #CAD5DF;
	background-color: transparent;
	padding: 6px;
	line-height: 1.8;
	color: #B6C1CC;
	margin-bottom: -1px;
	position: relative;
	margin-right: -10000px;
	margin-top: -1px;
	left: -1px;
}

#widgetu2352.non-empty-st #u2353-4
{
	border-color: #B1C1D0;
}

#widgetu2352:hover #u2353-4
{
	border-color: #889FB4;
	background-color: transparent;
	padding-top: 6px;
	padding-bottom: 6px;
	min-height: 28px;
	width: 368px;
	margin: -1px -10000px -1px 0px;
}

#widgetu2352.focus-st #u2353-4
{
	border-color: #889FB4;
	background-color: transparent;
	padding-top: 6px;
	padding-bottom: 6px;
	min-height: 28px;
	width: 368px;
	margin: -1px -10000px -1px 0px;
}

#widgetu2336.fld-err-st #u2339-4,#widgetu2330.fld-err-st #u2334-4,#widgetu2345.fld-err-st #u2349-4,#widgetu2352.fld-err-st #u2353-4
{
	border-color: #D7244C;
	background-color: transparent;
	padding-top: 6px;
	padding-bottom: 6px;
	min-height: 28px;
	width: 368px;
	margin: -1px -10000px -1px 0px;
}

#widgetu2352.non-empty-st #u2353-4 *
{
	color: #728090;
	font-style: normal;
}

#widgetu2352:hover #u2353-4 *
{
	color: #728090;
	font-style: normal;
}

#widgetu2352.focus-st #u2353-4 *
{
	color: #728090;
	font-style: normal;
}

#widgetu2336.fld-err-st #u2339-4 *,#widgetu2330.fld-err-st #u2334-4 *,#widgetu2309.fld-err-st #u2310-4 *,#widgetu2345.fld-err-st #u2349-4 *,#widgetu2352.fld-err-st #u2353-4 *
{
	color: #D7244C;
	font-style: italic;
}

#widgetu2336_input,#widgetu2336_prompt,#widgetu2330_input,#widgetu2330_prompt,#widgetu2345_input,#widgetu2345_prompt,#widgetu2352_input,#widgetu2352_prompt
{
	width: 368px;
	min-height: 28px;
	color: #B6C1CC;
	padding: 6px;
}

#widgetu2336:hover #widgetu2336_input,#widgetu2336.focus-st #widgetu2336_input,#widgetu2336.fld-err-st #widgetu2336_input,#widgetu2336:hover #widgetu2336_prompt,#widgetu2336.focus-st #widgetu2336_prompt,#widgetu2336.fld-err-st #widgetu2336_prompt,#widgetu2330:hover #widgetu2330_input,#widgetu2330.focus-st #widgetu2330_input,#widgetu2330.fld-err-st #widgetu2330_input,#widgetu2330:hover #widgetu2330_prompt,#widgetu2330.focus-st #widgetu2330_prompt,#widgetu2330.fld-err-st #widgetu2330_prompt,#widgetu2309:hover #widgetu2309_input,#widgetu2309.focus-st #widgetu2309_input,#widgetu2309.fld-err-st #widgetu2309_input,#widgetu2309:hover #widgetu2309_prompt,#widgetu2309.focus-st #widgetu2309_prompt,#widgetu2309.fld-err-st #widgetu2309_prompt,#widgetu2345:hover #widgetu2345_input,#widgetu2345.focus-st #widgetu2345_input,#widgetu2345.fld-err-st #widgetu2345_input,#widgetu2345:hover #widgetu2345_prompt,#widgetu2345.focus-st #widgetu2345_prompt,#widgetu2345.fld-err-st #widgetu2345_prompt,#widgetu2352:hover #widgetu2352_input,#widgetu2352.focus-st #widgetu2352_input,#widgetu2352.fld-err-st #widgetu2352_input,#widgetu2352:hover #widgetu2352_prompt,#widgetu2352.focus-st #widgetu2352_prompt,#widgetu2352.fld-err-st #widgetu2352_prompt
{
	padding-top: 6px;
	padding-bottom: 6px;
}

#widgetu2336.non-empty-st #widgetu2336_prompt,#widgetu2330.non-empty-st #widgetu2330_prompt,#widgetu2309.non-empty-st #widgetu2309_prompt,#widgetu2345.non-empty-st #widgetu2345_prompt,#widgetu2352.non-empty-st #widgetu2352_prompt
{
	visibility: hidden;
}

#u960
{
	width: 1280px;
	height: 1px;
	border-style: none;
	border-color: transparent;
	background-color: #D5E0EB;
	margin-top: 29px;
	position: relative;
}

#u951
{
	width: 1280px;
	position: relative;
}

#u951_clip
{
	overflow: hidden;
	width: 1280px;
	height: 274px;
}

#u951_img
{
	margin-left: -61px;
	margin-right: -105px;
	margin-bottom: -10px;
}

#page .verticalspacer
{
	clear: both;
}

#funkceLeft, #funkceRight {
	width:360px;
	float:left;
}

#funkceLeft {
	margin:0 120px 0 190px;
}

#funkceLeft p, #funkceRight p{
	font-family: source-sans-pro, sans-serif;
	color: rgb(92, 103, 115);
	font-weight:400;
	font-size: 15px;
	line-height:18px;
	margin-bottom:14px;
	padding-left:40px;
	background:transparent url("/cz/PublishingImages/page-images/fxtrading/fajfka.png") no-repeat;
	background-position:0 4px;
}

@media all and (max-width: 1279px) {

	#fxpage{
		width:960px;
		overflow:hidden;
	}
	
	#page_position_content{
		margin-left:-120px;
	}
}

#fxpage .sec-list2 p{
	font-size: 20px;
	padding-left:70px;
}

#fxpage .sec-list1 p{
	font-size: 20px;
	line-height: 39px;
	padding-left:40px;
	background:transparent url("/cz/PublishingImages/page-images/fxtrading/fajfka.png") no-repeat center left;
}

#fxpage .sec-list2 p.sec-title{
	font-size: 20px;
	padding-left:40px;
	color:#321457;
	line-height:40px;
	background:transparent url("/cz/PublishingImages/page-images/fxtrading/fajfka.png") no-repeat center left;
}

#u27001
{
	width: 378px;
	position: relative;
	margin-right: -10000px;
	margin-top: 13px;
	left: 120px;
}

#fxpage p#u27002 {
    position: absolute;
	color: #5C6773;
    text-align: center;
    line-height: 1.3;
    font-size: 15px;
    font-family: source-sans-pro, sans-serif;
    font-weight: 400;
    width: 370px;
    left: 490px;
    top: 30px;
}

#u2700x_img
{
	margin-left: 120px;
}

