/*
property: value\9; for IE8 and below
*property: value; for IE7 and below
_property: value; for IE6 and below
*/
div.darkmode {
	width: 32px;
	height: 18px;
	border-radius: 19px;
	border: 2px solid #888;
	cursor: pointer;
}
div.darkmode::before {
	content: '';
	position: absolute;
	left: 2px;
	top: 50%;
	width: 12px;
	height: 12px;
	background-color: #888;
	border-radius: 50%;
	transform: translateY(-50%);
}
div.darkmode.active::before {
	left: auto;
	right: 2px;
}
#flipdiv {
	width: 100%;
	height: 100%;
	-moz-transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
	-ms-filter: fliph;
	filter: fliph;
}
#ipbwrapper img, #ipboard_body /*.popupWrapper*/ img { display: inline; }
#ipbwrapper #content { width: 100% !important; }
#ipsLayout_footer #elFooterLinks, #ipsLayout_footer #elCopyright_userLine { display: none; }
.ukryty, .hide, .hide .ui-dialog-titlebar-close { display: none; }
.nowrap {
	white-space: nowrap;
}
/*
input:focus, textarea:focus, select:focus, button:focus {
	outline: none;
}
*/
.btn_white {
	background-color: white;
	color: #000000;
	cursor: pointer;
	font-family: "myriad-pro", sans-serif;
	font-style: normal;
	font-weight: 700;
	border: 0 none;
}
.btn_black {
	background-color: black;
	color: #FFFFFF;
	cursor: pointer;
	font-family: "myriad-pro", sans-serif;
	font-style: normal;
	font-weight: 700;
	border: 0 none;
}
.btn_green {
	background-color: #44a64b;
	color: #FFFFFF !important;
	cursor: pointer;
	font-family: "myriad-pro", sans-serif;
	font-style: normal;
	font-weight: 700;
	border: 0 none;
}
.btn_azure {
	background-color: #4267b2;
	color: #FFFFFF !important;
	cursor: pointer;
	font-family: "myriad-pro", sans-serif;
	font-style: normal;
	font-weight: 700;
	border: 0 none;
}
.btn_white:hover, .btn_black:hover { color: #433740 !important; }
.btn_green:hover, .btn_azure:hover { color: #BCC0BF !important; }

.ui-dialog-title, .ui-dialog-buttonset { font-size: 14px; }
.ui-dialog-content { font-size: 12px; }
.ui-tooltip { max-width: 900px !important; }
.ui-tooltip p { text-align: center; font-size: 12px; margin: 0; }
.ui-tooltip p.small { font-size: 10px; text-align: left; }
.ui-tooltip p img { margin: 0 auto; }
.ui-sortable-helper { margin: 12px auto; }

#main .btn_small { font-size: 14px; }
#main .btn_large { font-size: 19px; line-height: 26px;}
#main .white { color: #FFFFFF }
#main .black { color: #000000 }
	
.page p { font-size: 16px; }
#main .page {
	background-color: #FFFFFF;
	border-width: 1px;
	border-style: solid;
	border-color: #CDD0D0 #CACDCD #C8CACA;
	margin: 16px 0 20px;
}
#main .page p {
	font-size: 14px;
}
#main .body a {
	color: #826022;
}

div.joinus { width: 228px; height: 42px; margin: 43px auto 0; }
div.joinus a { display: block; padding: 6px 0; height: 42px; font-family: "myriad-pro", sans-serif; font-style: normal; font-weight: 700; text-align: center; }
div.joinus a span { display: inline; vertical-align: middle; font-size: 16px; padding: 5px 6px 5px 2px; *zoom: 1; }
div.joinus a span.glowki { background-image: url(/image/glowki.png); background-repeat: no-repeat; background-position: top; padding: 4px 21px; line-height: 28px; *zoom: 1; }

.mustsee div.adshold div.iehold div.wrapup { width: 235px; height: 240px; }
div.adshold { display: table; margin: 0 auto; height: 100%; width: 100%; *text-align: center; }
div.adshold div.iehold { display: table-cell; vertical-align: middle; *position: relative; *float: left; *top: 50%; *display: inline; *zoom: 1; }
div.adshold div.iehold div.wrapup { *top: -50%; *position: relative; *margin: 0 auto; *width: 50%; }
div.adshold div.iehold div.wrapup a { display: block; overflow: hidden; }
div.adshold div.iehold div.wrapup a img { float: left; }
div.adshold div.iehold div.wrapup a:hover img, div.adshold div.iehold div.wrapup a.hover img { float: right; }
/*+ breadcrumbs +*/
#bread {
	border-bottom: solid 1px #DEDEDE;
	padding: 5px 20px;
	color: #43504D;
	font-size: 13px;
}
#bread div {
	color: #FFFFFF;
}
div.page #bread a {
	color: #43504d;
}
#bread .left a {
	margin: 0 14px 0 0;
	padding: 0 26px 0 0;
	background-image: url(/image/pathnext.png);
	background-repeat: no-repeat;
	background-position: right;
}
#bread .left .green {
	margin: 0;
	background-image: none;
	color: #67B240;
}

#bread h5, #bread h4, #bread h3, #bread h2, #bread strong {
	display: inline;
	margin: 0;
	padding: 10px 0 8px;
	font-weight: 400;
	font-size: 13px;
	line-height: 14px;
	font-family: "myriad-pro", sans-serif;
	font-style: normal;
	font-weight: 400;
}
/*- breadcrumbs -*/

div.sonda img {
	margin: 10px auto;
}
div.sonda ul {
	padding: 0;
	margin: 0 0 8px;
}
div.sonda li {
	margin: 0 0 0 10px;
	list-style-type: none;
	color: #43504d;
	font-size: 13px;
	vertical-align: top;
	height: 24px;
	padding: 3px 0;
}
div.sonda .poll-ask {
	font-weight: 700;
}
div.sonda .info-ini {
	text-align: center;
	margin: 10px auto;
}
div.sonda li.poll-item span.poll-bar {
	background-image: url(/image/poll-bg-bar.png);
	background-position: -300px;
	height: 6px;
	display: block;
	margin: -1px 0 -9px;
}
div.sonda .btn_green {
	padding: 7px 0;
	width: 76px;
	margin: -56px 5px 0 8px;
	float: right;
	color: #FFFFFF !important;
	background-color: #44A64B;
	text-align: center;
}

/*+ poll +*/
div.polls form {
	padding: 0 0 20px;
}
div.polls p.poll-ask {
	padding: 15px 0 0;
	margin: 0 0 5px;
	font-size: 14px;
	font-weight: 700;
}
div.polls div.poll {
	overflow-x: hidden;
}
div.polls ul.poll {
	padding: 15px 0 20px;
	margin: 0;
}
div.polls li.poll-item {
	padding: 7px 0;
	margin: 0 0 0 10px;
	list-style-type: none;
	color: #43504d;
	font-size: 13px;
	vertical-align: top;
	height: 29px;
}
div.sonda .poll-dot,
div.polls li.poll-item input.poll-dot {
	margin: 0 12px 0 0;
	vertical-align: top;
	height: 15px;
	padding: 0;
}
div.polls li.poll-item span.poll-bar {
	background-image: url(/image/poll-bg-bar.png);
	height: 8px;
	display: block;
	margin: 1px 0 -9px;
}
div.polls button {
	text-align: center;
	margin: 0;
	padding: 7px 0;
}
div.polls button.btn_green {
	width: 100px;
	margin: 0 0 0 12px;
	float: left;
}
div.polls button.btn_white {
	width: 75px;
}
/*- poll -*/

*,
*::after,
*::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	*behavior: url(/script/boxsizing.htc);
}
html {
	overflow-y: scroll !important;
	overflow-x: auto;
}
body {
	margin: 0;
	font-family: "myriad-pro", sans-serif;
	font-size: 14px; /* bootstrap 3 leftover */
	font-style: normal;
	font-weight: 400;
	color: #000000;
	background-color: #F5F5F5;
	background-repeat: repeat-x;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
h1 {
	font-size: 14px;
}
strong, b, h1, h2, h3, h4, h5 {
	font-style: normal;
	font-weight: 700;
}
img {
	display: block;
	border: 0;
}
/*
img[src$=".png"], img[src$=".gif"] {
  image-rendering: -webkit-optimize-contrast;
}
*/
a,
a:hover,
a:focus {
	text-decoration: none;
	color: inherit;
}
a.green {
	color: #44a64b;
}
p {
	margin: 0;
}
form {
	margin: 0;
}
iframe {
	border: 0;
}
label {
	font-weight: 400;
	margin: 0;
}
.left {
	float: left;
}
.right {
	float: right;
}
.block {
	display: block;
}
.clear {
	clear: both;
}
.allow {
	color: #44a64b !important;
	text-align: center;
	font-family: "myriad-pro", sans-serif;
	font-style: normal;
	font-weight: 700;
}
.error {
	color: #CC0000 !important;
	text-align: center;
	font-family: "myriad-pro", sans-serif;
	font-style: normal;
	font-weight: 700;
}
.center {
	text-align: center;
}
.cf {
	*zoom: 1;
	*display: block;
}
.cf:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

@media (max-width: 239px) {
	#logo {
		margin: 15px 0 15px 10%;
	}
	#logo img {
		width: 73px;
		height: 30px;
	}
	div.darkmode {
		right: 50px;
	}
	#buttons div {
		width: 100%;
	}
	#slide-nav .toggle .navbar-toggle {
		margin: 0 10px;
	}
	#footer .left {
		margin: 8px 0;
	}
	#footer .right {
		float: left;
		text-align: left;
		clear: both;
		margin: 8px 0;
	}
	#footer .right a {
		margin: 0;
		display: block;
		padding: 2px 0;
	}
}
@media (min-width: 240px) and (max-width: 383px) {
	#buttons {
		text-align: center;
	}
	#buttons div {
		width: 17%;/*18%;*/
		display: inline-block;
	}
	#buttons div.green {
		width: 28%;
	}
	#footer .right a {
		display: block;
		padding: 4px 0;
	}
	#footer .left {
		padding: 0;
		line-height: 18px;
	}
}
@media (min-width: 240px) and (max-width: 479px) {
}
@media (min-width: 240px) and (max-width: 599px) {
	#logo {
		margin: 7px 0 8px 7%;
	}
	div.darkmode {
		right: 60px;
	}
}
@media (min-width: 240px) and (max-width: 767px) {
}
@media (min-width: 240px) and (max-width: 959px) {
}
@media (min-width: 240px) and (max-width: 1223px) {
	#logo img {
		width: 110px;
		height: 45px;
	}
}
@media (min-width: 240px) {
	#buttons .logoue {
		width: 66px;
	}
	#footer .right {
		text-align: right;
	}
	#footer .right a {
		margin: 0 0 0 12px;
	}
}

@media (max-width: 383px) {
	#main {
		width: 100%;
	}
	#buttons .link {
		margin: 10px 0;
	}
	#shortnav div.half {
		margin: 0 -308% 0 8%;
		width: 400%;
	}
	#footer .left {
		width: 85px;
	}
	#footer .right {
		width: 110px;
	}
}
@media (min-width: 384px) and (max-width: 479px) {
	#buttons div {
		width: 11%;
		display: inline-block;
	}
	#buttons .signup {
		width: 56%;
	}
	#buttons .signup .text {
		display: inline;
		padding: 0 0 0 37px;
		margin: 0 -21px 0 0;
	}
	#buttons .link {
		margin: 10px 7px;
	}
	#footer .right {
		width: 195px;
	}
	#footer .right a {
		display: inline-block;
		padding: 2px 0;
	}
}
@media (min-width: 384px) and (max-width: 599px) {
}
@media (min-width: 384px) and (max-width: 767px) {
	#shortnav div.half {
		margin: 0 -154% 0 4%;
		float: left;
		width: 200%;
	}
	#footer .left {
		width: 145px;
		padding: 4px 0;
	}
}
@media (min-width: 384px) and (max-width: 959px) {
}
@media (min-width: 384px) and (max-width: 1223px) {
	#main {
		width: 100%;
	}
}
@media (min-width: 384px) {
}

@media (max-width: 479px) {
}
@media (min-width: 480px) and (max-width: 599px) {
	#buttons div {
		width: 12%;
		display: inline-block;
	}
	#buttons div.green {
		width: 52%;
	}
	#buttons .signup .text {
		display: inline;
		padding: 0 0 0 37px;
		margin: 0 -21px 0 0;
	}
	#buttons .link {
		margin: 10px 14px;
	}
}
@media (min-width: 480px) and (max-width: 767px) {
	#footer .right {
		padding: 10px 0;
	}
}
@media (min-width: 480px) and (max-width: 959px) {
}
@media (min-width: 480px) and (max-width: 1223px) {
}
@media (min-width: 480px) {
}

@media (max-width: 599px) {
	div.darkmode {
		position: absolute;
		top: 21px;
	}
	#buttons {
		width: 100%;
	}
	#footer {
		padding: 8px 14px;
	}
}
@media (min-width: 600px) and (max-width: 767px) {
}
@media (min-width: 600px) and (max-width: 959px) {
	#buttons .link {
		margin: 10px 19px;
	}
}
@media (min-width: 600px) and (max-width: 1223px) {
	#logo {
		margin: 12px 0 1px 7%;
	}
}
@media (min-width: 600px) {
	div.darkmode {
		right: 15px;
		position: relative;
		top: 24px;
	}
	#footer {
		padding: 16px 19px;
	}
}

@media (max-width: 767px) {
}
@media (min-width: 768px) and (max-width: 959px) {
	#buttons .signup .text {
		display: inline;
		padding: 0 0 0 37px;
		margin: 0 -21px 0 0;
	}
}
@media (min-width: 768px) and (max-width: 1223px) {
}
@media (min-width: 768px) {
	#shortnav div.quarter {
		margin: 0 1.5% 0 2.5%;
		float: left;
	}
}

@media (max-width: 959px) {
	#buttons .text {
		display: none;
	}
	#mobile-header {
		display: block;
	}
}
@media (min-width: 960px) and (max-width: 1223px) {
	#buttons .link {
		margin: 10px 14px;
	}
	#buttons .text {
		padding: 0 0 0 17px;
		margin: 0 -9px 0 0;
	}
	#buttons .signup .text {
		padding: 0 0 0 29px;
		margin: 0 -21px 0 0;
	}
}
@media (min-width: 960px) {
	#mobile-header {
		display: none;
	}
}

@media (max-width: 1223px) {
	.toggle .menu-btn {
		display: block;
	}
	.toggle .menu-btn small {
		font-size: 12px;
	}
	#slide-nav {
		margin: 0 0 16px 0;
	}
	#slide-nav .container {
		margin: 0!important;
		padding: 0!important;
		height: 100%;
	}
	#slide-nav .navbar-header {
		margin: 0 auto;
		width: 100%;
	}
	#slidemenu {
		background: #f7f7f7;
		left: -200%;
		width: 170px;
		min-width: 0;
		max-width: 100%;
		position: fixed;
		padding-left: 0;
		z-index: 6;
		margin: 0;
		top: 0;
		bottom: 0;
		height: 100%;
		overflow-y: auto;
		overflow-x: hidden;
	}
	#slidemenu .navbar-nav {
		min-width: 0;
		width: 100%;
		margin: 16px 0 0;
	}
	#slidemenu .navbar-nav li {
		clear: both;
		margin: 0 4px 0 8px;
	}
	#slidemenu .navbar-nav li a {
		padding: 12px 10px;
		font-weight: bold;
	}
	#slidemenu .navbar-nav .dropdown-menu li a {
		min-width: 0;
		width: 170px;
		white-space: normal;
	}
	/* this is behind the navigation but the navigation is not inside it so that the navigation is accessible and scrolls*/
	#navbar-height-col {
		position: fixed;
		top: 0;
		height: 100%;
		bottom: 0;
		width: 170px;
		left: -200px;
		background: #f7f7f7;
		z-index: 5;
		border: 0;
	}
}
@media (min-width: 1224px) {
	#main {
		width: 1200px;
	}
	#logo {
		margin: 12px 0 4px 18px;
	}
	#logo img {
		width: 220px;
		height: 90px;
	}
	#buttons .link {
		margin: 10px 28px;
	}
	#buttons .text {
		padding: 0 0 0 21px;
		margin: 0 -9px 0 0;
	}
	#buttons .signup .text {
		padding: 0 0 0 33px;
		margin: 0 -21px 0 0;
	}
	#slide-nav {
		margin: 0;
	}
	#slidemenu {
		float: right;
		margin: 0;
		height: 58px;
	}
	#sitemenu {
		height: 48px;
	}
	.navbar.navbar-fixed-top.slide-active {
		position: fixed;
	}
	.navbar-header {
		left: 0!important;
		width: 100%;
	}
	.navbar-nav>.mnu-itm>.mnu-lnk {
		padding: 15px 8px;
	}
	.navbar-nav>.mnu-itm>.mnu-img {
		margin: 0 8px;
	}
}

#main {
	background-color: transparent;
	margin: 0 auto;
	padding-top: 6px;
}
#popup-group {
	display: none;
}
#popup-cover {
	z-index: 7;
	width: 100%;
	height: 100%;
	position: fixed;
	opacity: 0.5;
	background-color: #000000;
}
#popup-group .popup {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 8;
}
#popup-group .popup div {
	background-color: #FFFFFF;
	margin: 5vmin auto;
	margin: 5vm auto\9;
	width: 90vmin;
	width: 90vm\9;
	height: 90vmin;
	height: 90vm\9;
	padding: 5vmin;
	padding: 5vm\9;
}
#popup-group .popup div span.right {
	font-weight: 700;
	font-size: 36px;
	line-height: 0;
	cursor: pointer;
	position: relative;
	top: 2%;
	right: 0.5%;
	color: #999999;
}
#popup-group .popup-img {
	width: 100%;
}
/*
#notifycookie {
	padding: 5px 9px 5px 11px;
	background: #f7f7f7;
	border: 1px solid #44a64b;
	color: #43504D;
	font-size: 12px;
	line-height: 13px;
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 1;
}
#notifycookie a {
	color: #826022;
}
#notifycookie span span.right {
	padding: 0 0 12px 12px;
	font-weight: 700;
	font-size: 24px;
	cursor: pointer;
}
*/
.progressbar {
	height: 6px;
	top: 0px;
	z-index: 1;
}
#backbar {
	position: fixed;
	background-color: #44a64b;
	width: inherit;
	overflow-x: hidden;
}
#forebar {
	position: relative;
	background-color: #67b240;
	width: 0%;
}
#header {
	background-color: #f7f7f7;
}
#logo {
	background: transparent;
	border-bottom: none;
	display: block;
}
#options-button {
	display: none !important;
}

#buttons div {
	color: #2e2e2e;
	background-color: #e1e1e1;
	height: 58px;
	text-align: center;
}
#buttons .link {
	padding: 10px 0;
	display: block;
	cursor: pointer;
}
#buttons div input {
	padding: 0;
	border: 0 none;
	background-color: transparent;
	font-weight: 700;
}
#buttons .light {
	background-color: #ececec;
}
#buttons .blank {
	background-color: transparent;
}
#buttons .logoue {
	padding: 6px 5px 4px;
}
#buttons .logoue img {
	display: inline-block;
}
#buttons .green {
	color: #ffffff;
	background-color: #44a64b;
	text-align: center;
}
#buttons .icon {
	background-repeat: no-repeat;
	display: inline;
	vertical-align: middle;
	padding: 0 9px;
	height: 20px;
}
#buttons span {
	font-size: 14px;
	font-weight: 700;
}
#buttons .signup .link {
	padding: 5px 0 15px;
}
#buttons .signup .icon {
	background-position: 0 0px;
	padding: 5px 21px;
	height: 30px;
}
#buttons .search .icon {
	background-position: 0 0px;
}
#buttons .logout .icon {
	background-position: 0 -19px;
}
#buttons .account .icon {
	background-position: 0 -38px;
}
#buttons .contact .icon {
	background-position: 0 -57px;
}
#buttons .login .icon {
	background-position: 0 -76px;
	padding: 2px 9px;
	height: 24px;
}
#buttons .login .link {
	padding: 8px 0 12px;
}

/* adjust body when menu is open */
html.slide-active {
	/*position: fixed;*/
	height: 100%;
}
body.modal-open {
	padding-right: 0 !important;
	height: 100%;
}
/*first child of #page-content so it doesn't shift around*/
.no-margin-top {
	margin-top: 0 !important;
}
/*wrap the entire page content but not nav inside this div if not a fixed top, don't add any top padding */
#slide-nav {
	position: static;
	border: 0;
	padding: 0;
}
/* put toggle bars on the left :: not using button */
#slide-nav .navbar-toggle,
.mnu-ham {
	color: #F8F8F8;
	cursor: pointer;
	line-height: 0;
	float: right;
	margin: 0 15px;
	width: 30px;
	height: 58px;
	padding: 0;
	border: 0;
	background: transparent;
}
/* icon bar prettyup - optional */
#slide-nav .navbar-toggle .icon-bar,
.mnu-ham .icon-bar {
	width: 100%;
	display: block;
	height: 3px;
	margin: 5px 0;
	background-color: #888888;
}
#slide-nav .navbar-toggle:hover .icon-bar,
#slide-nav .navbar-toggle.slide-active .icon-bar,
.mnu-ham:hover .icon-bar,
.mnu-open .mnu-ham .icon-bar {
	background-color: #44a64b;
}
.navbar-header {
	position: relative;
}
/* un fix the navbar when active so that all the menu items are accessible */
.navbar.navbar-fixed-top.slide-active {
	position: relative
}
.site-overlay {
	display: none;
	z-index: 4;
	width: 100%;
	height: 100%;
	position: fixed;
	opacity: 0.5;
	background-color: #000000;
}
#sitemenu {
	margin: 4px 6px 6px;
	background-color: #f7f7f7;
	padding: 0;
}
#sitemenu li {
	margin: 0 -2px;
	display: inline-block;
}
#sitemenu li .error {
	color: #FFFFFF !important;
	background-color: #CC0000 !important;
	padding: 5px 6px;
	margin: 10px 7px 10px 0;
}
#sitemenu li h2 {
	font-family: "myriad-pro", sans-serif;
    font-weight: 400;
	font-size: 15px;
	margin: 0;
}
#sitemenu li .error h2 {
	font-weight: 700;
}
#sitemenu #for-cnt strong {
	padding: 0 2px 1px 1px;
	margin: 0 0 0 2px;
	background-color: #FF0000;
	color: #FFFFFF;
	font-size: 10px;
	vertical-align: top;
}

#shortnav {
	overflow: hidden;
	padding: 20px 0 30px;
	background-color: #303030;
	color: #bcc0bf;
	font-size: 12px;
}
#shortnav p.nv-top {
	font-size: 12px;
}
#shortnav ul.nv-box {
	margin: 0 0 12px;
	padding: 0 0 0 12px;
}
#shortnav li.nv-itm {
	padding: 0 20px 2px 0;
	list-style: none;
	font-size: 12px;
	line-height: 12px;
	margin: -34px 0;
}
#shortnav a.nv-lnk {
	color: #bcc0bf;
	padding: 18px 5px;
	display: block;
}
#shortnav a.nv-lnk:hover { color: #bcc0bf; }

#ferpue img {
	width: 100%;
}
#ferpue img.ld {
	height: 100% !important;
}
#ferpue p {
	margin: 0 2%;
}
#ferpue {
	background-color: #bcc0bf;
	color: #454545;
	padding: 0 0 12px;
}
#footer {
	background-color: #454545;
	color: #bcc0bf;
}
#footer #cmp-consent{
	cursor: pointer;
}
.cmppreviewroot {
	text-align: center;
}
#ferpue, #footer {
	font-size: 12px;
	line-height: 16px;
}
