/* Minification failed. Returning unminified contents.
(4169,14): run-time error CSS1038: Expected hex color, found '#666	'
(4912,6114): run-time error CSS1038: Expected hex color, found '#000	'
 */
/*! normalize.css v1.0.2 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/*
 * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3,
 * and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/*
 * 1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-size: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */

html,
button,
input,
select,
textarea {
    font-family: sans-serif;
}

/*
 * Addresses margins handled incorrectly in IE 6/7.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/*
 * Addresses font sizes and margins set differently in IE 6/7.
 * Addresses font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
}

h3 {
    font-size: 1.17em;
    margin: 1em 0;
}

h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.67em;
    margin: 2.33em 0;
}

/*
 * Addresses styling not present in IE 7/8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/*
 * Addresses styling not present in IE 6/7/8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/*
 * Addresses margins set differently in IE 6/7.
 */

p,
pre {
    margin: 1em 0;
}

/*
 * Corrects font family set oddly in IE 6, Safari 4/5, and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/*
 * Addresses CSS quotes not supported in IE 6/7.
 */

q {
    quotes: none;
}

/*
 * Addresses `quotes` property not supported in Safari 4.
 */

q:before,
q:after {
    content: '';
    content: none;
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */

/*
 * Addresses margins set differently in IE 6/7.
 */

dl,
menu,
ol,
ul {
    margin: 1em 0;
}

dd {
    margin: 0 0 0 40px;
}

/*
 * Addresses paddings set differently in IE 6/7.
 */

menu,
ol,
ul {
    padding: 0 0 0 40px;
}

/*
 * Corrects list images handled incorrectly in IE 7.
 */

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improves image quality when scaled in IE 7.
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/*
 * Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/*
 * Corrects margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

/*
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 6/7/8/9.
 * 2. Corrects text not wrapping in Firefox 3.
 * 3. Corrects alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/*
 * Addresses Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}

/*
 * Re-set default cursor for disabled elements.
 */

button[disabled],
input[disabled] {
    cursor: default;
}

/*
 * 1. Addresses box sizing set to content-box in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 * 3. Removes excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/*
 * Removes inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/*
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*! jQuery UI - v1.10.4 - 2014-04-02
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css, jquery.ui.theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=gloss_wave&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=highlight_soft&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=glass&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=diagonals_thick&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=flat&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0);
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin-top: 2px;
	padding: .5em .5em .5em .7em;
	min-height: 0; /* support: IE7 */
}
.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-noicons {
	padding-left: .7em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	right: .5em;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
	padding: 8px 20px;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible; /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
	width: 2.4em;
}
.ui-button-icons-only {
	width: 3.4em;
}
button.ui-button-icons-only {
	width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
	display: block;
	line-height: normal;
}
.ui-button-text-only .ui-button-text {
	padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
	padding: .4em;
	text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
	padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
	left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}

/* button sets */
.ui-buttonset {
	margin-right: 7px;
}
.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 49%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}
.ui-dialog {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-menu {
	list-style: none;
	padding: 2px;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	margin-top: -3px;
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	padding: 0;
	width: 100%;
	/* support: IE10, see #8844 */
	list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.ui-menu .ui-menu-divider {
	margin: 5px -2px 5px -2px;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-menu-item a {
	text-decoration: none;
	display: block;
	padding: 2px .4em;
	line-height: 1.5;
	min-height: 0; /* support: IE7 */
	font-weight: normal;
}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}

.ui-menu .ui-state-disabled {
	font-weight: normal;
	margin: .4em 0 .2em;
	line-height: 1.5;
}
.ui-menu .ui-state-disabled a {
	cursor: default;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item a {
	position: relative;
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: .2em;
	left: .2em;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	position: static;
	float: right;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("images/animated-overlay.gif");
	height: 100%;
	filter: alpha(opacity=25);
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 22px;
}
.ui-spinner-button {
	width: 16px;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top: none;
	border-bottom: none;
	border-right: none;
}
/* vertically center icon */
.ui-spinner .ui-icon {
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: 0;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
	/* need to fix icons sprite */
	background-position: -65px -16px;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	font-size: 1.1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #eeeeee url("images/ui-bg_highlight-soft_100_eeeeee_1x100.png") 50% top repeat-x;
	color: #333333;
}
.ui-widget-content a {
	/*color: #333333;*/
}
.ui-widget-header {
	border: 1px solid #e78f08;
	background: #f6a828 url("images/ui-bg_gloss-wave_35_f6a828_500x100.png") 50% 50% repeat-x;
	color: #ffffff;
	font-weight: bold;
}
.ui-widget-header a {
	color: #ffffff;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #cccccc;
	/*background: #f6f6f6 url("images/ui-bg_glass_100_f6f6f6_1x400.png") 50% 50% repeat-x;*/
	font-weight: bold;
	color: #1c94c4;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #1c94c4;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #fbcb09;
	/*background: #fdf5ce url("images/ui-bg_glass_100_fdf5ce_1x400.png") 50% 50% repeat-x;*/
	font-weight: bold;
	color: #c77405;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
	color: #c77405;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #fbd850;
	/*background: #ffffff url("images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;*/
	font-weight: bold;
	color: #eb8f00;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #eb8f00;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fed22f;
	background: #ffe45c url("images/ui-bg_highlight-soft_75_ffe45c_1x100.png") 50% top repeat-x;
	color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #b81900 url("images/ui-bg_diagonals-thick_18_b81900_40x40.png") 50% 50% repeat;
	color: #ffffff;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #ffffff;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #ffffff;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70);
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35);
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* For IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("images/ui-icons_222222_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("images/ui-icons_ffffff_256x240.png");
}
.ui-state-default .ui-icon {
	background-image: url("images/ui-icons_ef8c08_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url("images/ui-icons_ef8c08_256x240.png");
}
.ui-state-active .ui-icon {
	background-image: url("images/ui-icons_ef8c08_256x240.png");
}
.ui-state-highlight .ui-icon {
	background-image: url("images/ui-icons_228ef1_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("images/ui-icons_ffd27a_256x240.png");
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
	background: #666666 url("images/ui-bg_diagonals-thick_20_666666_40x40.png") 50% 50% repeat;
	opacity: .5;
	filter: Alpha(Opacity=50);
}
.ui-widget-shadow {
	margin: -5px 0 0 -5px;
	padding: 5px;
	background: #000000 url("images/ui-bg_flat_10_000000_40x100.png") 50% 50% repeat-x;
	opacity: .2;
	filter: Alpha(Opacity=20);
	border-radius: 5px;
}

@media print {
    .no-print {
        display: none;
    }
}

/*small screen*/
@media only screen and (max-width: 500px) {

    .columns-48-l, .columns-48-r {
        margin-bottom: 10px;
    }

    .columns-33, .columns-33-m {
        margin-bottom: 10px;
    }

    .logo, .f-logo {
        font-size: 2.37em !important;
    }

    .rd-no-small {
        display: none;
    }

    .current-news .img-overlay,
    .current-events .img-overlay,
    .company-item .img-overlay {
        margin: 0 auto 10px;
    }

    .event-contact, .event-location {
        margin-bottom: 20px;
    }

    .tura-pric {
        background-position-x: calc(50% - 150px) !important;
    }
}

/*medium screen*/
@media only screen and (min-width: 801px) and (max-width: 1040px) {
    .logo, .f-logo {
        font-size: 2.8em;
    }

    .menu-1 {
        font-size: 0.9em;
    }

    .centered-btns_tabs {
        background-position: right bottom -40px;
    }

    #indexRoloID.rslides .caption .inner {
        height: 80px;
        padding: 10px 30px;
        font-size: 1.1em;
        line-height: 1.3em;
    }

        #indexRoloID.rslides .caption .inner b {
            font-size: 1.3em;
        }
}

/*big screen and medium*/
@media only screen and (min-width: 501px) {

    .columns-48-r, .columns-48-l,
    .event-contact, .event-location,
    .columns-33, .columns-33-m {
        float: left;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .columns-48-l, .columns-48-r {
        width: 48.5%;
    }

    .columns-48-l {
        margin-right: 3%;
    }

    .columns-33, .columns-33-m {
        width: 32.36%;
    }

    .columns-33-m {
        margin: 0 1.46%;
    }

    .current-news .img-overlay,
    .current-events .img-overlay,
    .companies .img-overlay {
        float: left;
    }

    .current-news .news-short,
    .current-events .event-short,
    .company-short {
        margin-left: 270px;
    }

    .event-contact {
        width: 28.8%;
    }

    .event-location {
        width: 71.2%;
    }
}

@media only screen and (max-width: 420px) {
    a#smallMenuTitle span, #indexRoloID.rslides .caption {
        display: none;
    }

    .mail-from img {
        margin-top: 10px;
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
    }

    .mail-from .label-txt {
        margin-left: 0 !important;
        padding-top: 25px !important;
    }

    .tura.mail-from .txt {
        padding-right: 0 !important;
    }

    .mail-from form {
        margin-left: 10px !important;
    }
}


@media only screen and (max-width: 600px) {

    div.businessman .txt {
        padding-bottom: 85px;
    }

    .businessman .email,
    .businessman .linkedin,
    .businessman .twitter {
        display: block;
        margin-bottom: 5px;
    }
}

@media only screen and (min-width: 601px) {

    div.businessman .txt {
        padding-bottom: 30px;
    }
}

/* 800 */
@media only screen and (max-width: 800px) {

    .columns-37-r, .columns-37-l {
        margin-bottom: 10px;
    }

    .logo, .f-logo {
        font-size: 3.07em;
    }

    .menu {
        top: 67px;
    }

    .main-menu {
        background-color: #fff;
        display: inline-block;
        float: right;
        border-radius: 5px;
        border: 1px solid #000;
        min-width: 300px;
        margin-top: 3px;
        position: relative;
        top: -100px;
        right: 56px;
    }

        .main-menu a.menu-1 {
            display: block;
            padding: 4px 20px;
            text-align: center;
        }

            .main-menu a.menu-1:hover {
                background-color: #eee;
            }

        .main-menu.hide-800 {
            display: none;
        }

        .main-menu ul.menu-2 {
            display: block !important;
            position: relative;
            padding-top: 0;
            margin-top: 0;
            left:0 !important;
        }

        .main-menu ul.menu-2 a {
            font-size: 12px;
            padding: 3px 10px !important;
            text-align: center;
        }

    #indexRoloID .centered-btns_tabs, .rslides .caption .inner {
        background: url(img/img_slider_small.png) repeat !important;
        width: 100%;
    }

    .centered-btns_tabs {
        text-align: center;
    }

    #indexRoloID.rslides .caption .inner {
        height: 50px;
        padding: 5px;
    }

        #indexRoloID.rslides .caption .inner b {
            font-size: 1.1em;
        }

    .footer-left, .footer-right table {
        margin-bottom: 20px;
        text-align: center;
    }

    .footer-right table {
        margin: 20px auto;
    }

    .footer-bottom {
        margin-top: 20px;
    }

    .mail-from img {
        width: 180px;
        top: 47px;
    }

    .tura.mail-from  .txt {
        line-height: 1.4em;
        padding-right: 180px;
    }

    .mail-from form {
        margin-left: 118px;
        padding-left: 47px;
        padding-top: 20px;
    }

    .mail-from .label-txt {
        margin-left: 125px;
        font-size: 0.8em;
    }

    .mail-from input[type="text"], .mail-from input[type="submit"] {
        padding-left: 10px;
        padding-right: 10px;
        height: 35px;
    }

    .mail-from input[type="text"] {
        width: 130px;
        font-size: 0.95em;
    }

    .mail-from input[type="submit"] {
        width: 150px;
        font-size: 1.1em;
        margin-top: 10px;
    }

    #kontaktID h3 {
        margin-top: 135px;
    }

    .contact-cite {
        left: 0px;
        top: 80px;
    }

    .goal {
        margin-bottom: 20px;
    }

    .comm-33 {
        margin-bottom: 20px;
    }

    .comm-item {
        margin: 0 auto;
    }


    .aktualnoRolo {
        margin: 0 auto 20px;
    }

    .aktualnoCol {
        width: 47%;
        margin: 10px 1.5% 20px;
    }
}

/* 800 */
@media only screen and (min-width: 801px) {

    a#smallMenuTitle {
        display: none;
    }

    .columns-72-l,
    .columns-72-r,
    .columns-37-l,
    .columns-37-r,
    .footer-left, .footer-right table,
    .aktualnoRolo {
        float: left;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .columns-72-l {
        width: 72.2%;
        margin-right: 3%;
    }

    .columns-72-r {
        width: 24.8%;
    }

    .aktualnoRolo {
        width: 43.6%;
    }

    .aktualnoCol {
        width: 25.2%;
        margin-left: 3%;
        padding-top: 9px;
    }

    .footer-left {
        width: 28.6%;
    }

    .footer-right table {
        width: 23.8%;
    }

    .columns-37-l {
        width: 37.5%;
        margin-right: 2%;
    }

    .columns-37-r {
        width: 60.5%;
    }

    .footer-bottom {
        margin-top: 80px;
    }

    .menu {
        bottom: -102px;
    }

    .menu-1 {
        margin-left: 1.0%;
    }

    .centered-btns_tabs, #indexRoloID.rslides .caption .inner {
        width: 80%;
    }

    li.centered-btns1_s1 {
        margin-left: 30px;
    }

    .mail-from img {
        top: -55px;
    }

    .mail-from form {
        margin-left: 223px;
        padding-left: 47px;
        padding-top: 30px;
    }

    .mail-from .label-txt {
        margin-left: 270px;
        font-size: 1.2em;
    }

    .mail-from span {
        display: none;
    }

    .mail-from input[type="text"] {
        width: 31.68%;
        font-size: 1.13em;
        padding-left: 3%;
        padding-right: 3%;
        height: 40px;
    }

    .mail-from input[type="submit"] {
        font-size: 1.27em;
        padding-left: 8%;
        padding-right: 8%;
        height: 40px;
    }

    .contact-cite {
        left: 333px;
        top: 6px;
    }

    .goal {
        float: left;
        width: 33%;
    }

        .goal.g-l, .goal.g-c {
            margin-left: 0.25%;
        }

        .goal.g-c, .goal.g-r {
            margin-right: 0.25%;
        }

    .comm-33 {
        float: left;
        width: 31.66%;
    }

    .comm-item {
        margin: 0 0.5% 20px;
    }
}

/*big screen  1020px + 2x10 padding */
@media only screen and (min-width: 1040px) {

    .menu-1 {
        margin-left: 3.1%;
    }

    .logo, .f-logo {
        font-size: 2.6em;
    }

    .centered-btns_tabs {
        background-position: right bottom 0px;
    }

    #indexRoloID.rslides .caption .inner {
        height: 120px;
        padding: 17px 27px 10px;
        font-size: 1.73em;
        line-height: 1.2em;
    }

        #indexRoloID.rslides .caption .inner b {
            font-size: 1.5em;
        }
}


.c4, .c6 {
    position: relative;
    display: block;
}


@media only screen and (min-width: 901px) {
    .c4, .c6 {
        float: left;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .c4 {
        margin: 0 1.5%;
        width: 30.33%;
    }

    .c6 {
        margin: 0 1.5%;
        width: 47%;
    }
}

@media only screen and (max-width: 900px) {
    .c4 {
        max-width: 310px;
        margin: 0 auto;
    }

    .c6 {
        margin: 0 auto;
    }
}


@media only screen and (max-width: 1100px) {
    #turaID .uvod img {
        left: 0px !important; 
    }
}

.RadioListInput {
    display: none;
}

/*calendar*/
.calendar-button-left, .calendar-button-right {
    border: 0;
    padding: 0;
    margin: 0;
    width: 13px;
    height: 24px;
    background-color: transparent;
}

.calendar-button-left {
    background-image: url(img/calendar-left.png);
    margin: 0 10px 0 10px;
}

.calendar-button-left:hover {
    background-image: url(img/calendar-left-h.png);
}

.calendar-button-right {
    float: right;
    background-image: url(img/calendar-right.png);
    margin: 0 10px 0 10px;
}

.calendar-button-right:hover {
    background-image: url(img/calendar-right-h.png);
}

.calendar-control-week, .calendar-control-month {
    padding-top: 4px;
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 303px;
}

.sliding-weeks, .sliding-months {
    position: relative;
    left: -100%;
    width: 300%;
    height: 170px;
    margin-top: 9px;
}

.calendar-control-week .table-parent, .calendar-control-month .table-parent {
    width: 33.3334%;
    float: left;
}

.calendar-control-week .table-margin, .calendar-control-month .table-margin {  margin: 0 5px;}
.calendar-control-week .table-parent .table-margin table, .calendar-control-month .table-parent .table-margin table { width: 100%;}

.calendar-control-week .marker-level {
    height: 32px;
}

.calendar-info-parent {
    width: 32%;
    margin-left: 0.6667%;
    margin-right: 0.6667%;
    float: left;
    margin-bottom: 5px;
}

.calendar-control-week td, .calendar-control-month td {
    width: 13%;
    text-align: center;
    color: #373a3c;
    padding: 0;
    border: 2px solid transparent;
}

    .calendar-control-week td.number span, .calendar-control-month td.number span {
        display: inline-block;
        width: 100%;
    }

    .calendar-control-week td.number span {
        font-size: 1.2857em;
        height: 28px;
    } 
    
    .calendar-control-month td.number span {
        height: 25px;
        padding-top: 5px;
        background-color: #f6f4ee;
    }

    .calendar-control-week td.number span.today, .calendar-control-month td.number span.today, .day-name.today{
        color: #000;
    }

    .calendar-control-week td.day-name span, .calendar-control-month td.day-name span {
        display: inline-block;
        width: 100%;
        height: 16px;
        color: #000;
    }

    .calendar-control-month td.day-name {
        padding-bottom: 3px;
    }

    .calendar-control-week td.selected span, .calendar-control-month td.selected span {
        font-size: 1.2857em;
        padding-top: 0;
        margin-top: 5px;
        color: #333333;
    }

.calendar-current-range {
    text-transform: capitalize;
    font-family: 'PT Sans', sans-serif;
    font-size: 1.27em;
    font-weight: bold;
    display: inline-block;
    width: 70%;
    text-align: center;
    position: absolute;
    top: 67px;
    left: 15%;
}

.calendar-control-week .calendar-marker,
.calendar-control-week .calendar-marker-s,
.calendar-control-month .calendar-marker,
.calendar-control-month .calendar-marker-s {
    cursor: pointer;
}

    .calendar-control-month td.number.calendar-marker span, .calendar-control-month td.number.calendar-marker-s span  {
        background-color: #ce6cb8;
        color: #fff;
        font-weight: bold;
    }

    .calendar-control-month td.number.calendar-marker span:hover, .calendar-control-month td.number.calendar-marker-s span {
        background-color: #952e7e;
    }

.calendar-week-info-hover, .calendar-month-info {
    position: absolute;
    display: none;
    z-index: 2;
}

.calendar-control-week .calendar-marker-s span {
    top: 3px;
    height: 30px;
    background-position: center top;
}

.calendar-control-week .calendar-info, .calendar-week-info-hover, .calendar-month-info {
    padding: 5px;
    background-color: #fff;
    font-family: 'PT Sans', sans-serif;
    font-size: 0.8em;
    border-radius: 3px;
    box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.37);
}

.calendar-month-info a {
    color: #000;
}

    .calendar-month-info a:hover {
        color: #019142;
    }

.calendar-month-info li {
    line-height: 1.1em;
}

.calendar-control-week .calendar-info {
    height: 78px;
}

.calendar-week-info-hover {
    min-height: 78px;
}

.calendar-wrapper {
    max-width: 230px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.calendar-wrapper .info-title {
    color: #006699;
    font-size: 0.8em;
}

.calendar-wrapper ul {
    padding: 0 10px;
    margin: 0;

}

.calendar-wrapper li {
    margin-bottom: 0;
    list-style-type: none;
    padding: 8px 0;
}

    .calendar-wrapper li, .calendar-wrapper li a {
        color: #5b5454;
    }


        .calendar-wrapper li.first {
            border: none;
        }


.calendar-control-month input[type="button"] {
    background-color: transparent;
    height: 24px;
    margin-top: 4px;
    padding-top: 3px;
}

.calendar-control-month  .day-names {
    height: 20px;
    color: #373a3c;
}

.gm-calendar {
    color: #fff;
    font-family: 'PT Sans', sans-serif;
    font-weight: bold;
    text-align: center;
    height: 30px;
    padding-top: 10px;
    margin-bottom: 6px;
    background-color: #952e7e;
    font-size: 1.6em;
}

.info-arrow {
    position: absolute;
    background: url(img/calendar-info-arrow.png) no-repeat center top;
    width: 180px;
    height: 12px;
    left: 0;
    bottom: -12px;
}

.calendar-wrapper .red-link {
    width: 100%;
    text-align: center;
    margin-top: 8px;
    padding-left: 0;
    padding-right: 0;
}

.calendar-wrapper h2 {
    margin-bottom: 10px;
}
.logo, .menu {
    position: absolute;
    font-family: 'Roboto', sans-serif;
}

.logo {
    font-weight: lighter;
    left: 3px;
    bottom: -94px;
    color: #000;
}

.logo b {
    color: #952e7e;
}

.link-si, .link-en {

    background-image: url(img/lang.png);
    width: 38px;
    height: 25px;
    padding-top: 5px;
    padding-left: 7px;
    position: absolute;
    top: 8px;
    color: #fff;
    font-weight: bold;
}

.link-si:hover, .link-en:hover, .link-si.selected, .link-en.selected {
    background-image: url(img/lang-s.png);
}

.link-si {
    right: 50px;
}

.link-en {
    right: 0;
}

.menu {
    right: 0;
    width: 72.3%;
    text-align: right;
    font-weight: bold;
    font-size: 1.15em;
}

a.menu-1 {
    color: #222020;
    outline: none;
}

    .menu-1.first {
        margin-left: 0;
    }

.menu-1:hover, .menu-1.selected, .menu-1.opened {
    color: #952e7e;
}

ul.menu-2 {
    display: none;
    position: absolute;
    min-width: 230px;
    list-style: none;
    padding: 0;
    padding-top: 37px;
    margin: 0;
    margin-top: 10px;
    background:rgba(255,255,255,0.9);
}

ul.menu-2 li a {
    display: block;
    padding: 8px 0 8px 20px;
    text-align: left;
    font-weight: normal;
    font-size: 0.889em;
    color: #222020;
}

ul.menu-2 li a:hover, ul.menu-2 li a.selected {
    background-color: #f2eee2;
}

.m-top, .m-left, .m-right {
    position: absolute;
    z-index: 1;
}

.m-top {
    height: 10px;
    top: -10px;
    width: 102%;
}

.m-left {
    width: 10px;
} 

.m-right {
    width: 10px;
    right: -12px;
}

a#smallMenuTitle {
    background: url(img/responsive-menu.png) no-repeat center;
    border-radius: 5px;
    border: 1px solid transparent;
    float: right;
    position: relative;
    margin-left: 7.25%;
    width: 47px;
    height: 35px;
    color: #952e7e;
    text-transform: uppercase;
    letter-spacing: 2px;
    outline: none;
}

a#smallMenuTitle:hover, a#smallMenuTitle.selected {
    border: 1px solid #000;
}
.f-logo {
    font-family: 'Roboto', sans-serif;
    font-weight: lighter;
    margin: 12px 0 50px;
}

.f-logo b {
    color: #952E7E;
}

.footer-right table tr {
    height: 27px;
}

.footer-right table tr td {
    padding-left: 20px;
}

.footer-right a, .footer-bottom a {
    font-size: 0.87em;
    color: #beb69f;
}
 
.footer-right a:hover, .footer-bottom a:hover {
    color: #373333;
}

.footer-right h4 {
    font-size: 1.13em;
    margin: 0 0 13px;
}

.footer-left .txt-19 {
    font-weight: bold;
    display: inline-block;
    margin-bottom: 15px;
}

.footer-left .txt-19, .footer-right h4 {
    font-family: 'Roboto', sans-serif;
}

.footer-left .r, .footer-left .txt-19, .footer-right h4 {
    color: #952e7e;
}

.footer-left a {
    color: #363A3C;
}

.footer-bottom {
    text-align: center;
}

/* mail list form */
.mail-from {
    min-height: 230px;
    min-width: 360px;
}

.mail-from .label-txt {
    padding-top: 45px;
}

.mail-from img {
    position: absolute;
    left: -60px;
}

    .mail-from img.r {
        right: 0px;
        left: auto;
    }

.mail-from form {
    background: url(img/img_arrow.png) no-repeat left 5px top 20px;
    min-height: 37px;
}

.mail-from input[type="text"], .mail-from input[type="submit"] {
    border: 0;
}

.mail-from input[type="text"] {
    background-color: #fff;
    color: #a1a1a1;
    font-family: 'Open Sans', sans-serif;
    margin-right: 17px;
}

.mail-from input[type="submit"] {
    background-color: #633188;
    color: #fdfefe;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;   
}

.partner-title {
    text-align: center;
    font-size: 1.73em;
    line-height: 1.3em;
    font-family: 'Roboto', sans-serif;
    font-weight: lighter;
    min-width: 340px;
}
.flickr {
    padding: 0; 
    max-width: 960px;
    margin: 0 auto;
}

ul.no-slides {
    list-style: none;
}

.flickr a {
    display: block;
    float: left;
    width: 16.66%;
    position: relative;
}

.flickr img {
    width: 100%;
}

.flickr .bx-wrapper .bx-prev,
.flickr .bx-wrapper .bx-next,
.img-gallery .bx-wrapper .bx-prev,
.img-gallery .bx-wrapper .bx-next {
    width: 60px;
    height: 60px;
    z-index: 2;
}

.flickr .bx-wrapper .bx-prev,
.img-gallery .bx-wrapper .bx-prev
 {
    background: url(img/flickr_left.png) no-repeat;
    left: -35px;
}

    .flickr .bx-wrapper .bx-prev:hover,
    .img-gallery .bx-wrapper .bx-prev:hover {
        background: url(img/flickr_left_mouseover.png) no-repeat;
    }

.flickr .bx-wrapper .bx-next,
.img-gallery .bx-wrapper .bx-next {
    background: url(img/flickr_right.png) no-repeat;
    right: -35px;
}

    .flickr .bx-wrapper .bx-next:hover, 
    .img-gallery .bx-wrapper .bx-next:hover {
        background: url(img/flickr_right_mouseover.png) no-repeat;
    }

.flickr-overlay {
    background-image: url(img/img_gallery_mouseover.png);
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    display:none;
}



.dark-bg {
    background-color: #8F67AD;
}

/* image gallery, content gallery*/

.s-content {
    margin-bottom: 20px;
}

.s-content ul li {
    background: url(img/slider-bg.png) no-repeat right top;
    padding: 5px;
    min-height: 160px;
    position: relative;
}

.s-content ul li .data {
    padding-left: 140px;
    padding-right: 10px;
}

.s-content ul li .name, .s-content ul li .title {
    font-family: 'Roboto', sans-serif;
    display: inline-block;
    margin-top: 7px;
    margin-bottom: 15px;
}

.s-content ul li .name {
    font-size: 1.27em;
    font-weight: bold;
    color: #952e7e;
} 

.s-content ul li .title {
    font-size: 1.13em;
    font-weight: lighter;
    color: #5b5454;
}

.s-content .img-overlay {
    position: absolute;
    top: 5px; 
    left: 5px;
    max-width: 120px;
}

.s-content .img-overlay img {
    max-width: 120px;
}

.s-content .title {
    font-size: 1.73em;
    line-height: 1.2em;
    font-family: 'Roboto', sans-serif;
    font-weight: lighter;
    color: #952e7e;
}

.img-gallery img {
    width: 100%;
}

.img-gallery.border .bx-viewport ul li img {
    border: 5px solid #f5f2e9;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: none;
}

.img-gallery.border .bx-viewport {
    border-bottom: 5px solid #f5f2e9;
}


.img-gallery .bx-wrapper .bx-pager.bx-default-pager a, 
.s-content .bx-wrapper .bx-pager.bx-default-pager a
{
    height: 15px;
    width: 15px;
    background: url(img/sliderDot2.png) no-repeat;
}

.dark-bg .img-gallery .bx-wrapper .bx-pager.bx-default-pager a {
    background: url(img/galleryDot.png) no-repeat;
}

.img-gallery .bx-wrapper .bx-pager.bx-default-pager a.active,
.img-gallery .bx-wrapper .bx-pager.bx-default-pager a:hover,
.s-content .bx-wrapper .bx-pager.bx-default-pager a.active,
.s-content .bx-wrapper .bx-pager.bx-default-pager a:hover
{
    background: url(img/galleryDot_s.png) no-repeat;
}

.dark-bg .img-gallery .bx-wrapper .bx-pager.bx-default-pager a.active,
.dark-bg .img-gallery .bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: url(img/sliderDot_s.png) no-repeat;
}


.img-gallery .bx-wrapper .bx-pager,
.s-content .bx-wrapper .bx-pager {
    text-align: left;
}
#header {
    position: fixed;
    top:0;
    width: 100%;
    z-index: 100;
}

.header-bg {
    background: url(img/header-bg.png) no-repeat center bottom #fff;
    height: 130px;
}


.index-item,
.doc-wrapper {
    padding: 55px 5px;
    min-width: 360px;
}

.footer-bg {
    background: url(img/pattern_bg_beige.jpg);
    padding: 45px 0 40px;
    min-width: 360px;
}

.mail-from.grey {
    background: url(img/pattern_bg_grey.jpg);
}

.mail-from.brown {
    background: url(img/pattern_bg_beige.jpg);
}

#programiID {
    background: url(img/img_programi_bg.jpg) no-repeat bottom center #8f67ad;
    min-height: 650px;
    padding: 25px 5px;
    position: relative;
}

#turaID {
    background: url(img/tura-bg.png) no-repeat top 330px center #8f67ad;
    min-height: 650px;
    padding: 25px 5px;
    position: relative;
    padding-top: 0 !important;
    color: #fff;
}

#turaID .top-title img {
    max-width: 864px;
    width: 100%;
}

#turaID .uvod {
    position: relative;
    top: -55px;
}

#turaID .uvod img {
    position: absolute;
    left: -90px;
}

#turaID .zemljevid {
    margin-top: 90px;
    line-height: 1.3em;
}

#turaID .izbor {
    margin: 60px 0;
    line-height: 1.3em;
    font-family: 'Open Sans';
    text-align: right;
}

#turaID .btn-group {
    margin: 15px 0;
}

.tura-h img, .c4 img {
    max-width: 100%;
    z-index: 1;
}

.tura-h .t-txt {
    width: 70%;
    padding: 0 15%;
    position: absolute;
    left: 0;
    top: 25%;
    text-align: center;
    z-index: 10;
    color: #fff;
    font-family: 'Open Sans';
}

.tura-h:hover .t-txt {
    color: #633188;
}

.tura-h .t-txt b {
    text-transform: uppercase;
    font-family: 'Roboto';
    display: block;
    font-size: 23px;
    line-height: 1.2em;
}

.tura-arrow-btn {
    background: url(img/arrow.png) no-repeat left 10px center #b68cd4;
    color: #fff;
    padding: 5px 50px;
    position: relative;
}

.tura-arrow-btn .excl {
    position: absolute;
    right: -15px;
    top: -20px;
}

.tura-banner {
    background: url(img/tura-banner.png) no-repeat top center #633188;
    min-height: 185px;
    overflow: hidden;
    text-align: center;
    font-family: 'Roboto';
    color: #fff;
    padding-bottom: 15px;
}

.tura-banner b {
    display: block;
    margin: 50px 0 20px;
    line-height: 1.2em;
}

.tura-pric {
    background: url(img/tvoje_mesto_bg.jpg) no-repeat bottom center #8f67ad;
    color: #fff;
    padding: 55px 0 150px;
}

.tura-pric.en-us {
    background: url(img/tvoje_mesto_bg_eng.jpg) no-repeat bottom center #8f67ad;
}

.tura-pric h2 {
    color: #fff;
}

.tura.mail-from {
    padding-top: 15px;
    font-size: 18px;
    height: auto;
}

.tura.mail-from form {
    padding-bottom: 15px;
}

.tura .txt {
    line-height: 1.4em;
    padding-right: 300px;
    margin-bottom: 10px;
}

.tura-drugo {
    background: url(img/drugo_dogajanje_bg_img.png) no-repeat bottom center;
    min-height: 380px;
    padding: 55px 0;
}

.tura-btn {
    display: block;
    max-width: 330px;
    width: 100%;
    min-height: 20px;
    background: url(img/arrow_btn_small.png) no-repeat left 20px center #b68cd4;
    color: #fff;
    margin-bottom: 10px;
    padding: 10px 10px 10px 60px;
    font-size: 19px;
    font-family: 'Roboto';
    font-weight: bold;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.tura-btn:hover {
    background: url(img/arrow_btn_small_mouseover.png) no-repeat left 20px center #fff;
    color: #000;
}

#aktualnoID {
    padding-bottom: 85px;
}

#mentorjiID {
    padding-top: 0;
}

#mentorjiID .common-wrapper {
    background: url(img/line_separator.png) repeat-x top center;
    padding-top: 35px;
}

#skupnost1ID {
    background: url(img/pattern_bg_grey.jpg);
    padding: 20px 5px 55px;
    min-width: 360px;
}

#skupnost2ID {
    background: url(img/img_gallery_bg.jpg) no-repeat center center;
    background-size: cover;
    padding: 40px 5px;  
    min-height: 570px;
}

#mestoID {
    background: url(img/img_lokacija_bg.jpg) no-repeat bottom center;
    padding-top: 0;
    min-height: 600px;
}

#mestoID .common-wrapper {
    background: url(img/line_separator.png) repeat-x top center;
    padding-top: 20px;
}

#deleznikiID .common-wrapper {
    background: url(img/line_separator.png) repeat-x top center;
    padding-top: 40px;
    text-align: center;
}

#deleznikiID {
    padding-top: 0;
}

#deleznikiID a.red-link {
    margin-left: auto;
    margin-right: auto;
}

#kontaktID {
    background: url(img/img_kontakt_circle_bg.png) no-repeat bottom center #e2d6eb;
    padding-top: 30px;
}


#onasID {
    background: url(img/img_onas_bg.png) no-repeat top center;
    padding-top: 25px;
}

#mentorsSiteID {
    background-color: #E2D6EB;
    padding: 45px 0 70px;
}

#mentorsSiteID .mentor.desc {
    cursor: help;
}

#newsListID, 
#newsItemID, 
#eventListID, 
#eventID, 
#companiesID,
#companyItemID,
#pesonsID,
#personItemID {
    padding: 45px 0 85px;
}
ul.mentor-types {
    list-style: none;
    padding-left: 0;
}

ul.mentor-types li {
    height: 30px;
}

ul.mentor-types li a {
    background: url(img/list_style_arrow.png) no-repeat left center;
    padding-left: 20px;
    color: #222020;
    outline: none;
}

a.mentor, div.mentor {
    display: block;
    width: 160px;
    float: left;
    padding: 10px;
    text-align: center;
    font-weight: lighter;
    font-size: 1.13em;
    font-family: 'Roboto', sans-serif;
    outline: none;
}

a.mentor {
    background: url(img/mentor_bg.png) no-repeat top right;
    height: 250px; 
    margin-left: 20px;
    margin-bottom: 10px;
    color: #222020;
} 

#mentorsSiteID .mentor {
    background: url(img/svetovalec_bg.png) no-repeat top right;
    height: 345px; 
    margin: 0 10px 30px;
    position: relative;
}

#mentorsSiteID .mentor .email,
#mentorsSiteID .mentor .linkedin,
#mentorsSiteID .mentor .twitter,
#mentorsSiteID .mentor .web {
    position: absolute;
    left: 30px;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.76em;
    padding-left: 30px;
    color: #952e7e;
}

#mentorsSiteID .mentor a:hover {
    text-decoration: underline;
}

#mentorsSiteID .mentor .email {
    background: url(img/ico_email.png) no-repeat left center;
    bottom: 90px;
}

#mentorsSiteID .mentor .linkedin {
    background: url(img/ico_linkedin.png) no-repeat left center;
    bottom: 65px;
}

#mentorsSiteID .mentor .twitter {
    background: url(img/ico_twitter.png) no-repeat left center;
    bottom: 40px;
}

#mentorsSiteID .mentor .web {
    bottom: 15px;
}

.mentor span,
.consultant span {
    display: inline-block;
    font-weight: bold;
    font-size: 1.17em;
    color: #952e7e;
    margin: 13px 0 4px 0;
}

.mentor .img-overlay,
.consultant .img-overlay,
.comm-item .img-overlay,
.businessman .img-overlay {
    position: relative;
}

.mentor img,
.consultant img,
.comm-item .person img,
.businessman img {
    max-width: 160px;
    display: block;
}

.mentors-bottom, .center-align {
    text-align: center;
}

.mentors-bottom a.red-link {
    display: inline-block;
    padding-left: 30px;
    padding-right: 30px;
    margin: 10px 15px 0;
}

.contact-cite {
    font-family: 'Roboto', sans-serif;
    font-weight: lighter;
    font-size: 1.6em;
    line-height: 1.1em;
    color: #fff;
    background: url(img/cite_img.png) no-repeat left top;
    position: absolute;
    min-height: 60px;
    padding: 33px 0 0 75px;
}

.contact-cite span {
    display: inline-block;
    margin-top: 20px;
    padding-left: 30px;
    font-weight: bold;
    font-size: 0.67em;
}

.consultants {
    margin-top: 50px;
    text-align: center;
}

.consultant {
    display:inline-block;
    text-align: center;
    width: 160px;
    height: 290px;
    padding: 10px;
    margin: 0 10px 20px;
    background: url(img/svetovalec_bg.png) no-repeat top right;
    vertical-align: middle;
}

.consultant a {
    margin-top: 15px;
    font-family: 'Open Sans', sans-serif;
    color: #952e7e;
    display: inline-block;
}

.consultants a.red-link {
    display: inline-block;
    max-width: 100%;
    margin: 0 auto 25px;
}

.goals {
    margin-bottom: 30px;
}

.goal {
    margin-top: 5px;
    height: 181px;
    text-align: center;
    background: url(img/red_circle.png) no-repeat top center;
    position: relative;
    padding-top: 68px;
}

.goal .number {
    font-size: 3.73em;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    color: #fff;
    text-align: center;
}

.goal .txt {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 68px;
    background: url(img/img_line_art_short.png) no-repeat bottom center;
    font-size: 1.2em;
    line-height: 1.4em;
}

.comm-33 {
    text-align: center;
}

    .comm-33.middle {
        margin-left: 1.515%;
        margin-right: 1.515%;
    }

.comm-item {
    max-width: 300px;
    background: url(img/skupnost_bg.png) no-repeat top right;
    padding: 30px 10px;
    min-height: 420px;
    position: relative;
    margin-top: 30px;
}

.comm-item .person .img-overlay,
.comm-item .person {
    max-width: 160px;
    margin: 0 auto;
}

    .comm-item .name {
        font-weight: bold;
        font-family: "Roboto",sans-serif;
        font-size: 1.53em;
        color: #952e7e;
        margin: 15px 0px 4px;
    }

    .comm-item .title {
        font-weight: lighter;
        font-family: "Roboto",sans-serif;
        font-size: 1.27em;
    }

    .comm-item .txt {
        text-align: left;
        margin-top: 15px;
        padding: 10px 10px 60px;
    }

        .comm-item .txt a {
            color: #952e7e;
        }

    .comm-item .red-link {
        position: absolute;
        bottom: 20px;
        left: 0;
        max-width: 100%;
        width: 100%;
        padding: 10px 0;
        border-left: 20px solid #fff;
        border-right: 20px solid #fff;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

.comm-item .company .img-overlay,
.comm-item .company {
    max-width: 300px;
    margin: 0 auto;
}

.comm-item .company .img-overlay img {
    max-width: 100%;
}

.fb-like-box, .fb-like-box span, .fb-like-box span iframe[style] { width: 100% !important; }
a.red-link {
    display: block;
    max-width: 270px;
    background-color: #633188;
    color: #fff;
    padding: 10px 10px 5px 30px;
    min-height: 25px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 1.27em;
    background-repeat: no-repeat;
    background-position: left 25px center;
    margin-bottom: 10px;
}

a.red-link.pen, 
a.red-link.play,
a.red-link.rocket,
a.red-link.puzzle,
a.red-link.comp,
a.red-link.door,
a.red-link.cal,
a.red-link.seja {
    padding-left: 100px;
    max-width: 220px;
}

a.red-link:hover, a.red-link.selected {
    background-color: #b68cd4;
}

.dark-bg a.red-link {
    background-color: #b68cd4;
}

.dark-bg a.red-link:hover {
    background-color: #fff;
    color: #373333;
}

a.red-link.pen { background-image: url(img/btn_ico_pen.png);}
a.red-link.pen:hover { background-image: url(img/btn_ico_pen_2.png);}

a.red-link.play { background-image: url(img/btn_ico_play.png);}
a.red-link.play:hover { background-image: url(img/btn_ico_play_2.png);}

a.red-link.rocket { background-image: url(img/btn_ico_rocket.png);}
a.red-link.rocket:hover { background-image: url(img/btn_ico_rocket_2.png);}

a.red-link.puzzle { background-image: url(img/btn_ico_puzzle.png);}
a.red-link.puzzle:hover { background-image: url(img/btn_ico_puzzle_2.png);}

a.red-link.comp { background-image: url(img/btn_ico_comp.png);}
a.red-link.comp:hover { background-image: url(img/btn_ico_comp_2.png);}

a.red-link.door { background-image: url(img/btn_ico_door_prostori.png);}
a.red-link.door:hover { background-image: url(img/btn_ico_door_2_prostori.png);}    

.dark-bg a.red-link.door { background-image: url(img/btn_ico_door.png);}
.dark-bg .red-link.door:hover { background-image: url(img/btn_ico_door_2.png);}    

a.red-link.cal { background-image: url(img/btn_ico_cal.png);}
a.red-link.cal:hover { background-image: url(img/btn_ico_cal_2.png);}    

a.red-link.seja { background-image: url(img/btn_ico_seja.png);}
a.red-link.seja:hover { background-image: url(img/btn_ico_seja_2.png);}   

a.red-link.inline {
    display: inline-block;
    padding-left: 30px;
    padding-right: 30px;
}

.top-red-arrow {
    position: absolute;
    top: -40px;
    left: 50%;
    margin-left: -50px;
    background: url(img/img_ear.png) no-repeat;
    width: 100px;
    height: 50px; 
}

.img-overlay div {
    position: absolute;
    height: 10px;
    bottom: 0;
    width: 100%;
    background-image: url(img/img_overlay.png);
}

.aktualnoRolo {
    max-width: 440px;
}

.aktualnoCol {
    float: left;
}

 .ui-tooltip, .arrow:after {
    background: #8F67AD;
}
.ui-tooltip {
    padding: 10px;
    color: white;
   -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
}

/*! http://responsiveslides.com v1.54 by @viljamis */

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  color: #fff;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }

.centered-btns_nav {
  z-index: 3;
  position: absolute;
  top: 50%;
  left: 0;
  opacity: 0.7;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  margin-top: -45px;
  }

.centered-btns_nav:active {
  opacity: 1.0;
  }

.centered-btns_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  }

.centered-btns_nav:focus {
  outline: none;
  }

.centered-btns_tabs {
    max-width: 1010px;
    margin: 0 auto;
    padding: 0;
    background-image: url(img/img_slider_pager_bg.png);
    background-repeat: no-repeat;
    padding-top: 6px;
    height: 24px;
}

.centered-btns_tabs li {
  display: inline;
  float: none;
  _float: left;
  *float: left;
  margin-right: 5px;
  }

.centered-btns_tabs a {
  color: transparent;
  overflow: hidden;
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(img/sliderDot.png) no-repeat;
  outline: none;
  }

.centered-btns_tabs a:hover, .centered-btns_here a {
  background: url(img/sliderDot_s.png) no-repeat;
  }

#indexRoloID.rslides .caption {
    position: absolute;
    bottom: 0;
    margin: 0;
    width: 100%;
}

    #indexRoloID.rslides .caption .inner {
        font-weight: lighter;
        display: block;
        margin: 0 auto;
        max-width: 1010px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background: url(img/img_slider_txt_bg.png) no-repeat right bottom;
        color: #fff;
    }
    
/* indexGalleryID */

#indexGalleryID.rslides p.caption {
    margin: 0;
    width: 40%;
    position: absolute;
    right: 0;
    height: 100%;
    background-image:url(img/rolo.png);
    background-repeat: no-repeat;
}

    #indexGalleryID.rslides p.caption span.wrap {
        background: url(img/rolo_bg.png) no-repeat top right;
        display: block;
        color: #373333;
        height: 100%;
        margin-left: 22px;
        padding: 15px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

#indexGalleryID.rslides p.caption span.wrap span {
    font-size: 1.27em;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    color: #952e7e;
}

#indexGalleryParentID .rslides_tabs {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    position: relative;
    left: 20px;
    bottom: -10px;
    z-index: 4;
    height: 18px;
}

#indexGalleryParentID .rslides_tabs li {
    display: inline-block;
    padding: 0;
    margin: 0 4px 0 0;
    height: 16px;
    width: 18px;
    overflow: hidden;
}

#indexGalleryParentID .rslides_tabs a {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(img/sliderDot2.png) no-repeat;
    outline: none;
    color: transparent;
}

#indexGalleryParentID .rslides_tabs a:hover, #indexGalleryParentID .rslides_tabs li.rslides_here a {
    background: url(img/galleryDot_s.png) no-repeat;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url(fancyBox/fancybox_sprite.png);
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url(fancyBox/fancybox_loading.gif) center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url(fancyBox/blank.gif); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url(fancyBox/fancybox_overlay.png);
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url(fancyBox/fancybox_sprite@2x.png);
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url(fancyBox/fancybox_loading@2x.gif);
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}


/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {	
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

#cookie-law-wrapper, #cookie-law-wrapper button 
{
    font-size: 14px;    
}

 #cookie-law-wrapper button 
 {
    background-color: #952e7e;
    border: medium none;
    border-radius: 3px;
    font-family: Arial,'DejaVu Sans','Liberation Sans',Freesans,sans-serif;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 12px;
    height: auto;
    margin-top: 5px;
    padding: 8px 10px 7px;
    text-transform: uppercase;
    min-width: 100px;
}

#cookie-law-wrapper button:hover
{
    color: #e9e9e9;
}

#cookie-law-wrapper
{    
    color: #000;
    padding: 10px 1.5%;
    min-height: 45px;
    background-color: #F0F0F0;
    width: 100%; 
    z-index: 20;
}

#cookie-law-wrapper a:hover 
{
    text-decoration: none;
}

#cookie-law-width
{
    margin: 0 auto;
    max-width: 940px;
    width: 100% 
}

#cookie-law-message
{
    float: left;
    width: 85%;
}

#cookie-law-button 
{
    float: right;
}

table.cookie-law, table.cookie-law td, table.cookie-law th {
    border-color: #ECECEC;
}

table.cookie-law td, table.cookie-law th {
    padding: 3px;
}

.clear {
    height: 0;
    clear: both;
}

a {
    text-decoration: none;
    color: #952e7e;
}

a:hover {
}

h1, h2 {
    font-family: 'Roboto', sans-serif;
    color: #202223;
    line-height: 1em;
    font-size: 2.13em;
}

h1 {
    font-weight: bold;
    padding: 20px 0 0 30px;
    color: #fff;
    height: 45px;
    min-width: 280px;
    background: url(img/h1_bg.png) no-repeat left center;
}

h2 {
    margin: 0 0 20px;
    line-height: 1.4em;
    color: #952e7e;
}

h3 {
    font-size: 1.73em;
    line-height: 1.2em;
    font-family: "Roboto",sans-serif;
    font-weight: lighter;
    color: #952e7e;
}

.dark-bg, .dark-bg h2, .dark-bg h3 {
    color: #fff;
}

.dark-bg h1 {
    color: #373333;
    background: url(img/h1_red_bg.png) no-repeat left center;
}

.txt-19 {
    font-size: 1.27em;
    line-height: 1.4em;
}

.txt-18 {
    font-size: 1.2em;
    line-height: 1.3em;
}

.txt-26 {
    font-size: 1.73em;
    line-height: 1.3em;
    font-family: "Roboto",sans-serif;
    font-weight: lighter;
}

.txt-32 {
    font-size: 32px;
}

.txt-17 {
    font-size: 1.13em;
}

.txt-14 {
    font-size: 0.93em;
}

.txt-24 {
    font-size: 1.6em;
    line-height: 1.4em;
    font-family: 'PT Sans', sans-serif;
}

img.img-100, img.img-560 {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

img.img-560 {
    width: 560px !important;
}

ul.arrow {
    list-style: none;
    margin: 10px 0;
    padding: 0;
}

ul.arrow li {
    background: url(img/li_arrow.png) no-repeat top 8px left;
    padding-left: 20px;
    line-height: 1.5em;
    padding-bottom: 6px;
}

.lh-17 {
    line-height: 1.7em;
}

.margin10-0 {
    margin: 10px 0;
}

.pure-form label {
    margin-top: 10px !important;
}

.pure-form legend {
    font-weight: bold;
}

.pure-form select {
    height: auto !important;
} 

.pure-form input.invalid,
.pure-form textarea.invalid {
    border-color: #ff0000 !important;
    background-color: rgba(255,0,0,0.1);
}

.form-error-msg {
    padding: 10px;
    margin: 10px 0;
    border: 1px solid rgba(255,0,0,0.5);
    background-color: rgba(255,0,0,0.05);
    color: #ff0000;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    visibility: hidden;
}

.form-sucess {
    font-size: 1.3em;
    font-weight: bold;
    display: none;
    line-height: 1.4em;
    text-align: center;
    background-color: rgba(0,255,0, 0.1);
    border: 1px solid #0f0;
    border-radius: 3px;
    padding: 10px;
    margin: 15px 0;
}

.right-txt {
    text-align: right;
}

.cooperation-txt {
    color: #f00;
    visibility: hidden;
}

.cooperation-txt.invalid {
    visibility: visible;
}

.lh-mentors {
    line-height: 1.5em;
}

body {
    background-image: url(img/bg_pattern.jpg);
    font-size: 15px;
    line-height: 19px;
    font-family: 'Open Sans', sans-serif;
    padding-top: 130px;
    color: #363a3c;
}

.common-wrapper {
    max-width: 1010px;
    min-width: 340px;
    margin: 0 auto;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: relative;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

a.btn, a.blue-btn {
    display: inline-block;
    font-family: 'PT Sans', sans-serif;
    font-weight: bold;
    font-size: 1.27em;
    border-radius: 3px;
    background-color: #633188;
    background-repeat: repeat-x;
    color: #fff;
    padding: 10px 25px 0;
    margin: 0 20px;
    height: 30px;
    text-transform: uppercase;
}

button[id^='eventbrite-widget-modal-trigger'] {
    visibility: hidden;
    height: 0 !important;
}

.newsletters {
    overflow: hidden;
    padding-top: 55px;
}
.current-news h2,
.current-events h2 {
    text-transform: capitalize;
    margin: 0 0 20px;
}

.current-news .img-overlay,
.current-events .img-overlay,
.companies .img-overlay {
    position: relative;
    max-width: 250px;
}

.current-news  img,
.current-events  img,
.companies img {
    max-width: 100%;
    display: block;
}

.current-news .n-date,
.current-events .n-date {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    color: #952e7e;
}

.current-news .n-date, .current-news a.s-title,
.current-events .n-date, .current-events a.s-title {
    font-size: 1.27em;
}

.current-news a.s-title,
.current-events a.s-title {
    display: block;
    color: #373333;
    margin-top: 3px;
}

.current-news a.s-title {
    margin-bottom: 17px;
}

.current-news a.s-title:hover,
.current-events a.s-title:hover {
    color: #952e7e;
}

.current-events .s-time {
    font-weight: bold;
    margin: 6px 0 14px;
}

.current-news .desc,
.current-events .desc {
    font-size: 0.87em;
    line-height: 1.4em;
}

.current-news .news-item,
.current-events .event-item {
    margin-bottom: 20px;
}

.past-news,
.past-events {
    padding-top: 50px;
    background: url(img/line_separator.png) repeat-x top center #fff;
}

.past-news .news-years,
.past-events .event-years {
    padding-top: 20px;
}

.past-news .red-link,
.past-events .red-link {
    display: inline-block;
    padding-left: 30px;
    padding-right: 30px;
    margin-right: 10px;
}

.past-news .news-for-year,
.past-events .events-for-year {
    display: none;
    padding-top: 40px;
    padding-bottom: 15px;
    background: url(img/line_separator.png) repeat-x bottom center;
}
.news-for-year .txt-18,
.events-for-year .txt-18 {
    color: #952e7e;
}

.news-for-year a:hover, .events-for-year a:hover, .last-news .item a:hover, .last-events .item a:hover {
    text-decoration: underline;
}

.past-news ul,
.past-events ul {
    list-style: none;
    margin: 30px 0 15px;
    padding: 0;
}

.past-news ul li,
.past-events ul li {
    min-height: 27px;
}

.last-news, .last-events {
    min-height: 370px;
    position: relative;
    padding-bottom: 20px;
}

.last-news .red-link, .last-events .red-link {
    width: 100%;
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;
    position: absolute;
    bottom: 0;
    margin-bottom: 0;
}

.last-news .item, .last-events .item {
    margin: 5px 0 10px; 
}

.last-news .n-date, .last-events .n-date {
    margin-bottom: 4px;
    padding-top: 7px;
}

.last-news .n-date span, .last-events .n-date span {
    color: #a1a1a1;
}

.news-details,
.event-details,
.company-details,
.person-details {
    background: url(img/img_line_art_wide.png) no-repeat bottom center;
}

.news-details,
.company-details, 
.person-details {
    padding-bottom: 25px;
}

.event-details {
    padding-bottom: 35px;
}

.news-details .subtitle, .event-details .subtitle {
    font-size: 1.73em;
    font-family: 'Roboto', sans-serif;
    font-weight: lighter;
    margin-bottom: 20px;
    position: relative;
    top: -10px;
}

.news-details .img-overlay,
.event-details .img-overlay,
.company-details .img-overlay
 {
    position: relative;
    width: 100%;
}

.news-details .img-overlay {
    margin-bottom: 40px;
}

.event-details .img-overlay {
    margin-bottom: 8px;
}

.news-details  img,
.event-details  img,
.company-details img {
    width: 100%;
    display: block;
}

.news-details .author, .news-details .author a {
    color: #a1a1a1;
    margin-top: 25px;
}

.share {
    float: left;
    padding: 18px 80px 0 10px;
}

.social-plugins {
    display: inline-block;
    float: left;
    padding-top: 20px;
}

.share-underline {
    background: url(img/img_line_art_wide.png) no-repeat bottom center;
    padding-bottom: 25px;
    margin-bottom: 35px;
}


.fb-like {
    vertical-align: top !important;
}

.fb-like, .IN-widget {
    margin-right: 15px;
}

.event-details .event-time {
    padding-left: 50px;
    background: url(img/event_time.png) no-repeat left 10px top 6px;
    font-size: 1.27em;
    font-family: 'Roboto', sans-serif;
    padding-top: 12px;
    line-height: 1.3em;
    position: relative;
    top: -22px;
    margin-bottom: -7px;
}

.calendar-plugins {
    background-color: #E2D6EB;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 2.7%;
    min-height: 130px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.calendar-plugins .reg, .calendar-plugins .cal {
    float: left;
}

.calendar-plugins .reg {
    margin-left: 4.1%;
    width: 42.5%;
}

.calendar-plugins .cal {
    padding-top: 13px;
    width: 48%;
}

.reg div, .event-l-title {
    color: #952e7e;
    font-family: 'Roboto', sans-serif;
    font-weight: lighter;
    font-size: 1.73em;
    line-height: 1.3em;
    margin: 2px 0 4px;
}

.reg .red-link {
    max-width: 220px;
    width: 90%;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.cal .v-sep {
    color: #fff;
}

.cal b {
    display: block;
    margin-bottom: 20px;
}

.event-l-title {
    margin-bottom: 15px;
}

.event-contact .img-overlay {
    position: relative;
    max-width: 160px;
}

.event-contact .name, .event-contact .comapny, .company-short .c-title {
    font-family: 'Roboto', sans-serif;
}

.event-contact .name {
    font-weight: bold;
    font-size: 1.27em;
    color: #952e7e;
    margin: 13px 0px 4px;
}

.event-contact .company {
    font-size: 1.13em;
    font-weight: lighter;
    margin-bottom: 11px;
}

.companies .company-item {
    margin-bottom: 50px;
}


.company-item .about {
    font-size: 0.87em;
}

.company-short .c-title {
    color: #952e7e;
    font-weight: bold;
    font-size: 1.53em;
}

.company-short .desc {
    margin: 10px 0 15px;
}

.company-details .about {
    background: url(img/line_separator.png) repeat-x bottom;
    padding: 23px 20px 27px;
    margin-bottom: 23px;
    line-height: 1.55em;
}

.company-details .about .txt-19 {
    line-height: 0.85em;
}

.person-list {
    text-align: center;
}

a.businessman {
    display: block;
    float: left;
    width: 160px;
    padding: 10px;
    text-align: center;
    font-weight: lighter;
    font-size: 1.13em;
    font-family: 'Roboto', sans-serif;
    outline: none;
    background: url(img/mentor_bg.png) no-repeat top right;
    height: 250px; 
    margin: 0 11px 20px;
    color: #222020;
}

.businessman span {
    display: inline-block;
    font-weight: bold;
    font-size: 1.17em;
    color: #952e7e;
    margin: 13px 0px 4px;
} 

div.businessman {
    position: relative;
    padding-left: 180px;
    background: url(img/line_separator.png) repeat-x bottom;
    padding-bottom: 20px;
    margin-bottom: 25px;
}

.person-details .businessman .img-overlay {
    position: absolute;
    left: 0px;
    top: 0px;
}

div.businessman .txt {
    font-size: 1.13em;
    font-weight: lighter;
}

.businessman .links {
    position: absolute;
    bottom: 25px;
    font-size: 0.87em;
}

.businessman .links a:hover {
    text-decoration: underline;
}

.businessman .email,
.businessman .linkedin,
.businessman .twitter {
    padding-left: 23px;
    margin-right: 15px;
}

.businessman .email {
    background: url(img/ico_email.png) no-repeat left center;
}

.businessman .linkedin {
    background: url(img/ico_linkedin.png) no-repeat left center;
}

.businessman .twitter {
    background: url(img/ico_twitter.png) no-repeat left center;
}
/*!
Pure v0.6.0
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
https://github.com/yahoo/pure/blob/master/LICENSE.md
*/
/*!
normalize.css v^3.0 | MIT License | git.io/normalize
Copyright (c) Nicolas Gallagher and Jonathan Neal
*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}.hidden,[hidden]{display:none!important}.pure-img{max-width:100%;height:auto;display:block}.pure-g{letter-spacing:-.31em;*letter-spacing:normal;*word-spacing:-.43em;text-rendering:optimizespeed;font-family:FreeSans,Arimo,"Droid Sans",Helvetica,Arial,sans-serif;display:-webkit-flex;-webkit-flex-flow:row wrap;display:-ms-flexbox;-ms-flex-flow:row wrap;-ms-align-content:flex-start;-webkit-align-content:flex-start;align-content:flex-start}.opera-only :-o-prefocus,.pure-g{word-spacing:-.43em}.pure-u{display:inline-block;*display:inline;zoom:1;letter-spacing:normal;word-spacing:normal;vertical-align:top;text-rendering:auto}.pure-g [class *="pure-u"]{font-family:sans-serif}.pure-u-1,.pure-u-1-1,.pure-u-1-2,.pure-u-1-3,.pure-u-2-3,.pure-u-1-4,.pure-u-3-4,.pure-u-1-5,.pure-u-2-5,.pure-u-3-5,.pure-u-4-5,.pure-u-5-5,.pure-u-1-6,.pure-u-5-6,.pure-u-1-8,.pure-u-3-8,.pure-u-5-8,.pure-u-7-8,.pure-u-1-12,.pure-u-5-12,.pure-u-7-12,.pure-u-11-12,.pure-u-1-24,.pure-u-2-24,.pure-u-3-24,.pure-u-4-24,.pure-u-5-24,.pure-u-6-24,.pure-u-7-24,.pure-u-8-24,.pure-u-9-24,.pure-u-10-24,.pure-u-11-24,.pure-u-12-24,.pure-u-13-24,.pure-u-14-24,.pure-u-15-24,.pure-u-16-24,.pure-u-17-24,.pure-u-18-24,.pure-u-19-24,.pure-u-20-24,.pure-u-21-24,.pure-u-22-24,.pure-u-23-24,.pure-u-24-24{display:inline-block;*display:inline;zoom:1;letter-spacing:normal;word-spacing:normal;vertical-align:top;text-rendering:auto}.pure-u-1-24{width:4.1667%;*width:4.1357%}.pure-u-1-12,.pure-u-2-24{width:8.3333%;*width:8.3023%}.pure-u-1-8,.pure-u-3-24{width:12.5%;*width:12.469%}.pure-u-1-6,.pure-u-4-24{width:16.6667%;*width:16.6357%}.pure-u-1-5{width:20%;*width:19.969%}.pure-u-5-24{width:20.8333%;*width:20.8023%}.pure-u-1-4,.pure-u-6-24{width:25%;*width:24.969%}.pure-u-7-24{width:29.1667%;*width:29.1357%}.pure-u-1-3,.pure-u-8-24{width:33.3333%;*width:33.3023%}.pure-u-3-8,.pure-u-9-24{width:37.5%;*width:37.469%}.pure-u-2-5{width:40%;*width:39.969%}.pure-u-5-12,.pure-u-10-24{width:41.6667%;*width:41.6357%}.pure-u-11-24{width:45.8333%;*width:45.8023%}.pure-u-1-2,.pure-u-12-24{width:50%;*width:49.969%}.pure-u-13-24{width:54.1667%;*width:54.1357%}.pure-u-7-12,.pure-u-14-24{width:58.3333%;*width:58.3023%}.pure-u-3-5{width:60%;*width:59.969%}.pure-u-5-8,.pure-u-15-24{width:62.5%;*width:62.469%}.pure-u-2-3,.pure-u-16-24{width:66.6667%;*width:66.6357%}.pure-u-17-24{width:70.8333%;*width:70.8023%}.pure-u-3-4,.pure-u-18-24{width:75%;*width:74.969%}.pure-u-19-24{width:79.1667%;*width:79.1357%}.pure-u-4-5{width:80%;*width:79.969%}.pure-u-5-6,.pure-u-20-24{width:83.3333%;*width:83.3023%}.pure-u-7-8,.pure-u-21-24{width:87.5%;*width:87.469%}.pure-u-11-12,.pure-u-22-24{width:91.6667%;*width:91.6357%}.pure-u-23-24{width:95.8333%;*width:95.8023%}.pure-u-1,.pure-u-1-1,.pure-u-5-5,.pure-u-24-24{width:100%}.pure-button{display:inline-block;zoom:1;line-height:normal;white-space:nowrap;vertical-align:middle;text-align:center;cursor:pointer;-webkit-user-drag:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.pure-button::-moz-focus-inner{padding:0;border:0}.pure-button{font-family:inherit;font-size:100%;padding:.5em 1em;color:#444;color:rgba(0,0,0,.8);border:1px solid #999;border:0 rgba(0,0,0,0);background-color:#E6E6E6;text-decoration:none;border-radius:2px}.pure-button-hover,.pure-button:hover,.pure-button:focus{filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#1a000000', GradientType=0);background-image:-webkit-gradient(linear,0 0,0 100%,from(transparent),color-stop(40%,rgba(0,0,0,.05)),to(rgba(0,0,0,.1)));background-image:-webkit-linear-gradient(transparent,rgba(0,0,0,.05) 40%,rgba(0,0,0,.1));background-image:-moz-linear-gradient(top,rgba(0,0,0,.05) 0,rgba(0,0,0,.1));background-image:-o-linear-gradient(transparent,rgba(0,0,0,.05) 40%,rgba(0,0,0,.1));background-image:linear-gradient(transparent,rgba(0,0,0,.05) 40%,rgba(0,0,0,.1))}.pure-button:focus{outline:0}.pure-button-active,.pure-button:active{box-shadow:0 0 0 1px rgba(0,0,0,.15) inset,0 0 6px rgba(0,0,0,.2) inset;border-color:#000\9}.pure-button[disabled],.pure-button-disabled,.pure-button-disabled:hover,.pure-button-disabled:focus,.pure-button-disabled:active{border:0;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);filter:alpha(opacity=40);-khtml-opacity:.4;-moz-opacity:.4;opacity:.4;cursor:not-allowed;box-shadow:none}.pure-button-hidden{display:none}.pure-button::-moz-focus-inner{padding:0;border:0}.pure-button-primary,.pure-button-selected,a.pure-button-primary,a.pure-button-selected{background-color:#0078e7;color:#fff}.pure-form input[type=text],.pure-form input[type=password],.pure-form input[type=email],.pure-form input[type=url],.pure-form input[type=date],.pure-form input[type=month],.pure-form input[type=time],.pure-form input[type=datetime],.pure-form input[type=datetime-local],.pure-form input[type=week],.pure-form input[type=number],.pure-form input[type=search],.pure-form input[type=tel],.pure-form input[type=color],.pure-form select,.pure-form textarea{padding:.5em .6em;display:inline-block;border:1px solid #ccc;box-shadow:inset 0 1px 3px #ddd;border-radius:4px;vertical-align:middle;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.pure-form input:not([type]){padding:.5em .6em;display:inline-block;border:1px solid #ccc;box-shadow:inset 0 1px 3px #ddd;border-radius:4px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.pure-form input[type=color]{padding:.2em .5em}.pure-form input[type=text]:focus,.pure-form input[type=password]:focus,.pure-form input[type=email]:focus,.pure-form input[type=url]:focus,.pure-form input[type=date]:focus,.pure-form input[type=month]:focus,.pure-form input[type=time]:focus,.pure-form input[type=datetime]:focus,.pure-form input[type=datetime-local]:focus,.pure-form input[type=week]:focus,.pure-form input[type=number]:focus,.pure-form input[type=search]:focus,.pure-form input[type=tel]:focus,.pure-form input[type=color]:focus,.pure-form select:focus,.pure-form textarea:focus{outline:0;border-color:#129FEA}.pure-form input:not([type]):focus{outline:0;border-color:#129FEA}.pure-form input[type=file]:focus,.pure-form input[type=radio]:focus,.pure-form input[type=checkbox]:focus{outline:thin solid #129FEA;outline:1px auto #129FEA}.pure-form .pure-checkbox,.pure-form .pure-radio{margin:.5em 0;display:block}.pure-form input[type=text][disabled],.pure-form input[type=password][disabled],.pure-form input[type=email][disabled],.pure-form input[type=url][disabled],.pure-form input[type=date][disabled],.pure-form input[type=month][disabled],.pure-form input[type=time][disabled],.pure-form input[type=datetime][disabled],.pure-form input[type=datetime-local][disabled],.pure-form input[type=week][disabled],.pure-form input[type=number][disabled],.pure-form input[type=search][disabled],.pure-form input[type=tel][disabled],.pure-form input[type=color][disabled],.pure-form select[disabled],.pure-form textarea[disabled]{cursor:not-allowed;background-color:#eaeded;color:#cad2d3}.pure-form input:not([type])[disabled]{cursor:not-allowed;background-color:#eaeded;color:#cad2d3}.pure-form input[readonly],.pure-form select[readonly],.pure-form textarea[readonly]{background-color:#eee;color:#777;border-color:#ccc}.pure-form input:focus:invalid,.pure-form textarea:focus:invalid,.pure-form select:focus:invalid{color:#b94a48;border-color:#e9322d}.pure-form input[type=file]:focus:invalid:focus,.pure-form input[type=radio]:focus:invalid:focus,.pure-form input[type=checkbox]:focus:invalid:focus{outline-color:#e9322d}.pure-form select{height:2.25em;border:1px solid #ccc;background-color:#fff}.pure-form select[multiple]{height:auto}.pure-form label{margin:.5em 0 .2em}.pure-form fieldset{margin:0;padding:.35em 0 .75em;border:0}.pure-form legend{display:block;width:100%;padding:.3em 0;margin-bottom:.3em;color:#333;border-bottom:1px solid #e5e5e5}.pure-form-stacked input[type=text],.pure-form-stacked input[type=password],.pure-form-stacked input[type=email],.pure-form-stacked input[type=url],.pure-form-stacked input[type=date],.pure-form-stacked input[type=month],.pure-form-stacked input[type=time],.pure-form-stacked input[type=datetime],.pure-form-stacked input[type=datetime-local],.pure-form-stacked input[type=week],.pure-form-stacked input[type=number],.pure-form-stacked input[type=search],.pure-form-stacked input[type=tel],.pure-form-stacked input[type=color],.pure-form-stacked input[type=file],.pure-form-stacked select,.pure-form-stacked label,.pure-form-stacked textarea{display:block;margin:.25em 0}.pure-form-stacked input:not([type]){display:block;margin:.25em 0}.pure-form-aligned input,.pure-form-aligned textarea,.pure-form-aligned select,.pure-form-aligned .pure-help-inline,.pure-form-message-inline{display:inline-block;*display:inline;*zoom:1;vertical-align:middle}.pure-form-aligned textarea{vertical-align:top}.pure-form-aligned .pure-control-group{margin-bottom:.5em}.pure-form-aligned .pure-control-group label{text-align:right;display:inline-block;vertical-align:middle;width:10em;margin:0 1em 0 0}.pure-form-aligned .pure-controls{margin:1.5em 0 0 11em}.pure-form input.pure-input-rounded,.pure-form .pure-input-rounded{border-radius:2em;padding:.5em 1em}.pure-form .pure-group fieldset{margin-bottom:10px}.pure-form .pure-group input,.pure-form .pure-group textarea{display:block;padding:10px;margin:0 0 -1px;border-radius:0;position:relative;top:-1px}.pure-form .pure-group input:focus,.pure-form .pure-group textarea:focus{z-index:3}.pure-form .pure-group input:first-child,.pure-form .pure-group textarea:first-child{top:1px;border-radius:4px 4px 0 0;margin:0}.pure-form .pure-group input:first-child:last-child,.pure-form .pure-group textarea:first-child:last-child{top:1px;border-radius:4px;margin:0}.pure-form .pure-group input:last-child,.pure-form .pure-group textarea:last-child{top:-2px;border-radius:0 0 4px 4px;margin:0}.pure-form .pure-group button{margin:.35em 0}.pure-form .pure-input-1{width:100%}.pure-form .pure-input-2-3{width:66%}.pure-form .pure-input-1-2{width:50%}.pure-form .pure-input-1-3{width:33%}.pure-form .pure-input-1-4{width:25%}.pure-form .pure-help-inline,.pure-form-message-inline{display:inline-block;padding-left:.3em;color:#666;vertical-align:middle;font-size:.875em}.pure-form-message{display:block;color:#666;font-size:.875em}@media only screen and (max-width :480px){.pure-form button[type=submit]{margin:.7em 0 0}.pure-form input:not([type]),.pure-form input[type=text],.pure-form input[type=password],.pure-form input[type=email],.pure-form input[type=url],.pure-form input[type=date],.pure-form input[type=month],.pure-form input[type=time],.pure-form input[type=datetime],.pure-form input[type=datetime-local],.pure-form input[type=week],.pure-form input[type=number],.pure-form input[type=search],.pure-form input[type=tel],.pure-form input[type=color],.pure-form label{margin-bottom:.3em;display:block}.pure-group input:not([type]),.pure-group input[type=text],.pure-group input[type=password],.pure-group input[type=email],.pure-group input[type=url],.pure-group input[type=date],.pure-group input[type=month],.pure-group input[type=time],.pure-group input[type=datetime],.pure-group input[type=datetime-local],.pure-group input[type=week],.pure-group input[type=number],.pure-group input[type=search],.pure-group input[type=tel],.pure-group input[type=color]{margin-bottom:0}.pure-form-aligned .pure-control-group label{margin-bottom:.3em;text-align:left;display:block;width:100%}.pure-form-aligned .pure-controls{margin:1.5em 0 0}.pure-form .pure-help-inline,.pure-form-message-inline,.pure-form-message{display:block;font-size:.75em;padding:.2em 0 .8em}}.pure-menu{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.pure-menu-fixed{position:fixed;left:0;top:0;z-index:3}.pure-menu-list,.pure-menu-item{position:relative}.pure-menu-list{list-style:none;margin:0;padding:0}.pure-menu-item{padding:0;margin:0;height:100%}.pure-menu-link,.pure-menu-heading{display:block;text-decoration:none;white-space:nowrap}.pure-menu-horizontal{width:100%;white-space:nowrap}.pure-menu-horizontal .pure-menu-list{display:inline-block}.pure-menu-horizontal .pure-menu-item,.pure-menu-horizontal .pure-menu-heading,.pure-menu-horizontal .pure-menu-separator{display:inline-block;*display:inline;zoom:1;vertical-align:middle}.pure-menu-item .pure-menu-item{display:block}.pure-menu-children{display:none;position:absolute;left:100%;top:0;margin:0;padding:0;z-index:3}.pure-menu-horizontal .pure-menu-children{left:0;top:auto;width:inherit}.pure-menu-allow-hover:hover>.pure-menu-children,.pure-menu-active>.pure-menu-children{display:block;position:absolute}.pure-menu-has-children>.pure-menu-link:after{padding-left:.5em;content:"\25B8";font-size:small}.pure-menu-horizontal .pure-menu-has-children>.pure-menu-link:after{content:"\25BE"}.pure-menu-scrollable{overflow-y:scroll;overflow-x:hidden}.pure-menu-scrollable .pure-menu-list{display:block}.pure-menu-horizontal.pure-menu-scrollable .pure-menu-list{display:inline-block}.pure-menu-horizontal.pure-menu-scrollable{white-space:nowrap;overflow-y:hidden;overflow-x:auto;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;padding:.5em 0}.pure-menu-horizontal.pure-menu-scrollable::-webkit-scrollbar{display:none}.pure-menu-separator{background-color:#ccc;height:1px;margin:.3em 0}.pure-menu-horizontal .pure-menu-separator{width:1px;height:1.3em;margin:0 .3em}.pure-menu-heading{text-transform:uppercase;color:#565d64}.pure-menu-link{color:#777}.pure-menu-children{background-color:#fff}.pure-menu-link,.pure-menu-disabled,.pure-menu-heading{padding:.5em 1em}.pure-menu-disabled{opacity:.5}.pure-menu-disabled .pure-menu-link:hover{background-color:transparent}.pure-menu-active>.pure-menu-link,.pure-menu-link:hover,.pure-menu-link:focus{background-color:#eee}.pure-menu-selected .pure-menu-link,.pure-menu-selected .pure-menu-link:visited{color:#000}.pure-table{border-collapse:collapse;border-spacing:0;empty-cells:show;border:1px solid #cbcbcb}.pure-table caption{color:#000;font:italic 85%/1 arial,sans-serif;padding:1em 0;text-align:center}.pure-table td,.pure-table th{border-left:1px solid #cbcbcb;border-width:0 0 0 1px;font-size:inherit;margin:0;overflow:visible;padding:.5em 1em}.pure-table td:first-child,.pure-table th:first-child{border-left-width:0}.pure-table thead{background-color:#e0e0e0;color:#000;text-align:left;vertical-align:bottom}.pure-table td{background-color:transparent}.pure-table-odd td{background-color:#f2f2f2}.pure-table-striped tr:nth-child(2n-1) td{background-color:#f2f2f2}.pure-table-bordered td{border-bottom:1px solid #cbcbcb}.pure-table-bordered tbody>tr:last-child>td{border-bottom-width:0}.pure-table-horizontal td,.pure-table-horizontal th{border-width:0 0 1px;border-bottom:1px solid #cbcbcb}.pure-table-horizontal tbody>tr:last-child>td{border-bottom-width:0}
