/*! normalize.css v2.1.3 | MIT License | git.io/normalize */

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

/**
 * Correct `block` display not defined in IE 8/9.
 */

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

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

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

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

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

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}

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

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

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

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

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

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background: transparent;
}

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

a:focus {
    outline: thin dotted;
}

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

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

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

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

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

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

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

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

b,
strong {
    font-weight: bold;
}

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

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

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

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

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

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

pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

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

small {
    font-size: 80%;
}

/**
 * Prevent `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;
}

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

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

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

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

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

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

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

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

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

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

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

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

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

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

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

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `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;
}

/**
 * Remove 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;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

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

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve 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;
}
/*! fancyBox v2.1.4 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("/library/ctl/fancybox2/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("/library/ctl/fancybox2/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("/library/ctl/fancybox2/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;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url("/library/ctl/fancybox2/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);
}
/*!
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("/library/ctl/fa/font/fontawesome-webfont.eot?v=4.0.3");
  src: url("/library/ctl/fa/font/fontawesome-webfont.eot?#iefix&v=4.0.3") format('embedded-opentype'), url("/library/ctl/fa/font/fontawesome-webfont.woff?v=4.0.3") format('woff'), url("/library/ctl/fa/font/fontawesome-webfont.ttf?v=4.0.3") format('truetype'), url("/library/ctl/fa/font/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular") format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.2857142857142858em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.142857142857143em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.142857142857143em;
  width: 2.142857142857143em;
  top: 0.14285714285714285em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571428572em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-asc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-desc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-reply-all:before {
  content: "\f122";
}
.fa-mail-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
/*! jQuery UI - v1.10.4 - 2014-01-22
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.datepicker.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 */

.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}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.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}.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}.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-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}.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 #ddd;background:#eee 50% top repeat-x;color:#333}.ui-widget-content a{color:#333}.ui-widget-header{border:1px solid #e78f08;background:#f6a828 url(images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x;color:#fff;font-weight:bold}.ui-widget-header a{color:#fff}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #ccc;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:#fff 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}.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:#fff}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#fff}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#fff}.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)}.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)}.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{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}.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}.ui-widget-overlay{background:#666 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:#000 url(images/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x;opacity:.2;filter:Alpha(Opacity=20);border-radius:5px}



@font-face {
  font-family: 'pf_square_sans_proregular';
  src: url("/img/font/pfsquaresanspro-regular-webfont.eot");
  src: url("/img/font/pfsquaresanspro-regular-webfont.eot?#iefix") format("embedded-opentype"), url("/img/font/pfsquaresanspro-regular-webfont.woff") format("woff"), url("/img/font/pfsquaresanspro-regular-webfont.ttf") format("truetype"), url("/img/font/pfsquaresanspro-regular-webfont.svg#pf_square_sans_proregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'pf_square_sans_prothin';
  src: url("/img/font/pfsquaresanspro-thin-webfont.eot");
  src: url("/img/font/pfsquaresanspro-thin-webfont.eot?#iefix") format("embedded-opentype"), url("/img/font/pfsquaresanspro-thin-webfont.woff") format("woff"), url("/img/font/pfsquaresanspro-thin-webfont.ttf") format("truetype"), url("/img/font/pfsquaresanspro-thin-webfont.svg#pf_square_sans_prothin") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'pf_square_sans_prolight';
  src: url("/img/font/pfsquaresanspro-light-webfont.eot");
  src: url("/img/font/pfsquaresanspro-light-webfont.eot?#iefix") format("embedded-opentype"), url("/img/font/pfsquaresanspro-light-webfont.woff") format("woff"), url("/img/font/pfsquaresanspro-light-webfont.ttf") format("truetype"), url("/img/font/pfsquaresanspro-light-webfont.svg#pf_square_sans_prolight") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* END Fonts */

@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 2cm .5cm;
}

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  select {
    background: #fff !important;
  }

  .navbar {
    display: none;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  color: #343539;
  background-color: white;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #e65959;
  text-decoration: underline;
}

a:hover, a:focus {
  color: #d32020;
  text-decoration: none;
}
/*
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}*/

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.5;
  background-color: white;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 18px;
  margin-bottom: 18px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* Typography */
p {
  margin: 0 0 9px;
}

.lead {
  margin-bottom: 18px;
  font-size: 13px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 18px;
  }
}

small,
.small {
  font-size: 85%;
}

cite {
  font-style: normal;
}

.text-muted {
  color: #999999;
}

.text-primary {
  color: #428bca;
}
.text-primary:hover {
  color: #3071a9;
}

.text-warning {
  color: #c09853;
}
.text-warning:hover {
  color: #a47e3c;
}

.text-danger {
  color: #b94a48;
}
.text-danger:hover {
  color: #953b39;
}

.text-success {
  color: #468847;
}
.text-success:hover {
  color: #356635;
}

.text-info {
  color: #3a87ad;
}
.text-info:hover {
  color: #2d6987;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "pf_square_sans_prolight", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}

h1,
h2,
h3 {
  margin-top: 18px;
  margin-bottom: 18px;
}
h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small {
  font-size: 65%;
}

h4,
h5,
h6 {
  margin-top: 9px;
  margin-bottom: 9px;
}
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 30px;
  font-family: "pf_square_sans_prothin", Arial, Helvetica, sans-serif;
}
h1:first-child, .h1:first-child {
  margin-top: 0;
}

h2, .h2 {
  font-size: 24px;
}

h3, .h3 {
  font-size: 18px;
}

h4, .h4 {
  font-size: 15px;
}

h5, .h5 {
  font-size: 12px;
}

h6, .h6 {
  font-size: 11px;
}

.page-header {
  padding-bottom: 8px;
  margin: 36px 0 18px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 9px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled, .list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.list-inline > li:first-child {
  padding-left: 0;
}

dl {
  margin-bottom: 18px;
}

dt,
dd {
  line-height: 1.5;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
  .dl-horizontal dd:before, .dl-horizontal dd:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .dl-horizontal dd:after {
    clear: both;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}

abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 9px 18px;
  margin: 0 0 18px;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote small {
  display: block;
  line-height: 1.5;
  color: #999999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small,
blockquote.pull-right .small {
  text-align: right;
}
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

blockquote:before,
blockquote:after {
  content: "";
}

address {
  margin-bottom: 18px;
  font-style: normal;
  line-height: 1.5;
}

.inline-block {
  display: inline-block;
  vertical-align: middle;
}

.clearfix:before, .clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.affix {
  position: fixed;
}

.jq-checkbox {
  top: -1px;
  width: 13px;
  height: 13px;
  border: 1px solid #C3C3C3;
  border-radius: 3px;
  background: #f6f6f6 url(data:image/gif;base64,R0lGODlhAQAMALMAAPHx8f7+/vv7+/j4+PX19fLy8vz8/Pn5+fb29vPz8/39/ff39wAAAAAAAAAAAAAAACH5BAAAAAAALAAAAAABAAwAAAQJMCgjzliIpAIiADs=) repeat-x;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05), inset -1px -1px white, inset 1px -1px white;
  vertical-align: middle;
  cursor: pointer;
}

.jq-checkbox.checked .jq-checkbox__div {
  width: 9px;
  height: 9px;
  margin: 2px 0 0 2px;
  border-radius: 2px;
  background: #666;
  box-shadow: inset 0 -3px 6px #AAA;
}

.jq-checkbox.focused {
  border: 1px solid #08C;
}

.jq-checkbox.disabled {
  opacity: 0.55;
  filter: alpha(opacity=55);
}

.jq-radio {
  width: 12px;
  height: 12px;
  border: 1px solid #C3C3C3;
  border-radius: 50%;
  background: #f6f6f6 url(data:image/gif;base64,R0lGODlhAQAMALMAAPHx8f7+/vv7+/j4+PX19fLy8vz8/Pn5+fb29vPz8/39/ff39wAAAAAAAAAAAAAAACH5BAAAAAAALAAAAAABAAwAAAQJMCgjzliIpAIiADs=) 0 -1px repeat-x;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05), inset -1px -1px white, inset 1px -1px white;
  vertical-align: middle;
  cursor: pointer;
}

.jq-radio.checked .jq-radio__div {
  width: 6px;
  height: 6px;
  margin: 3px 0 0 3px;
  border-radius: 50%;
  background: #666;
}

.jq-radio.focused {
  border: 1px solid #08C;
}

.jq-radio.disabled {
  opacity: 0.55;
  filter: alpha(opacity=55);
}

.jq-file {
  width: 270px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

.jq-file input {
  cursor: pointer;
  height: auto;
  line-height: 1em;
}

.jq-file__name {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 32px;
  padding: 0 80px 0 10px;
  border: none;
  background: none;
  color: #333;
  font: 14px/30px Arial, sans-serif;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  box-shadow: inset 1px 1px #F1F1F1;
  background: #FFF;
}

.focused .jq-file__name {
  border: 1px solid #5794BF;
}

.jq-file__browse {
  position: absolute;
  top: 1px;
  right: 1px;
  padding: 0 10px;
  border-left: 1px solid #CCC;
  border-radius: 0 4px 4px 0;
  background: #f1f1f1 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAeCAIAAABi9+OQAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABdJREFUeNpi+v//PxM2zMDAQEtxgAADAF2uTe9L4getAAAAAElFTkSuQmCC) repeat-x;
  box-shadow: inset 1px -1px #f1f1f1, inset -1px 0 #f1f1f1, 0 1px 2px rgba(0, 0, 0, 0.1);
  color: #333;
  text-shadow: 1px 1px #FFF;
  font: 14px/30px Arial, sans-serif;
}

.jq-file:hover .jq-file__browse {
  background-color: #E6E6E6;
  background-position: 0 -10px;
}

.jq-file:active .jq-file__browse {
  background: #F5F5F5;
  box-shadow: inset 1px 1px 3px #DDD;
}

.jq-file.disabled .jq-file__name {
  color: #888;
}

.jq-file.disabled,
.jq-file.disabled .jq-file__browse {
  border-color: #CCC;
  background: #F5F5F5;
  box-shadow: none;
  color: #888;
}

.jq-selectbox {
  vertical-align: middle;
  cursor: pointer;
}

.jq-selectbox__select {
  background: #ffffff;
  height: 26px;
  line-height: 26px;
  padding: 0 35px 0 10px;
  border: none;
  border-radius: 3px;
  background: #8a8b94;
}

.jq-selectbox.disabled .jq-selectbox__select {
  border-color: #CCC;
  background: #F5F5F5;
  box-shadow: none;
  color: #888;
}

.jq-selectbox__select-text {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.jq-selectbox__trigger {
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  height: 100%;
}

.jq-selectbox__trigger-arrow {
  position: absolute;
  top: 12px;
  right: 8px;
  overflow: hidden;
  border-width: 4px 4px;
  border-style: solid;
  border-color: #f7f7f5 transparent transparent transparent;
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.jq-selectbox:hover .jq-selectbox__trigger-arrow {
  opacity: 1;
  filter: alpha(opacity=100);
}

.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
  opacity: 0.3;
  filter: alpha(opacity=30);
}

.jq-selectbox__dropdown {
  top: 26px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border-radius: 0 0 3px 3px;
  background: #FFF;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.jq-selectbox ul {
  margin: 0;
  padding: 0;
}

.jq-selectbox li {
  line-height: 1;
  padding: 5px 10px 6px;
  color: #4f4f4f;
}

.jq-selectbox li.selected {
  background-color: #bec6cc;
  color: #FFF;
}

.jq-selectbox li:hover {
  background-color: gray;
  color: #FFF;
}

.jq-selectbox li.disabled {
  color: #AAA;
}

.jq-selectbox li.disabled:hover {
  background: none;
}

.jq-selectbox li.optgroup {
  font-weight: bold;
}

.jq-selectbox li.optgroup:hover {
  background: none;
  color: #231F20;
  cursor: default;
}

.jq-selectbox li.option {
  padding-left: 25px;
}

.jq-select-multiple {
  padding: 1px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  box-shadow: inset 1px 1px #f1f1f1, 0 1px 2px rgba(0, 0, 0, 0.1);
  background: #FFF;
  color: #333;
  font: 14px/18px Arial, sans-serif;
  cursor: default;
}

.jq-select-multiple.focused {
  border: 1px solid #5794BF;
}

.jq-select-multiple.disabled {
  border-color: #CCC;
  background: #F5F5F5;
  box-shadow: none;
  color: #888;
}

.jq-select-multiple ul {
  margin: 0;
  padding: 0;
}

.jq-select-multiple li {
  padding: 3px 9px 4px;
  list-style: none;
}

.jq-select-multiple li:first-child {
  border-radius: 3px 3px 0 0;
}

.jq-select-multiple li:last-child {
  border-radius: 0 0 3px 3px;
}

.jq-select-multiple li.selected {
  background: #08C;
  color: #FFF;
}

.jq-select-multiple li.disabled {
  color: #AAA;
}

.jq-select-multiple.disabled li.selected,
.jq-select-multiple li.selected.disabled {
  background: #CCC;
  color: #FFF;
}

.jq-select-multiple li.optgroup {
  font-weight: bold;
}

.jq-select-multiple li.option {
  padding-left: 25px;
}

input[type="email"].styler,
input[type="number"].styler,
input[type="password"].styler,
input[type="search"].styler,
input[type="tel"].styler,
input[type="text"].styler,
input[type="url"].styler,
textarea.styler {
  padding: 7px 9px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  box-shadow: inset 1px 1px #f1f1f1, 0 1px 2px rgba(0, 0, 0, 0.1);
  color: #333;
  font: 14px Arial, sans-serif;
}

input[type="search"].styler {
  -webkit-appearance: none;
}

textarea.styler {
  overflow: auto;
}

input[type="email"].styler:hover,
input[type="number"].styler:hover,
input[type="password"].styler:hover,
input[type="search"].styler:hover,
input[type="tel"].styler:hover,
input[type="text"].styler:hover,
input[type="url"].styler:hover,
textarea.styler:hover {
  border-color: #B3B3B3;
}

input[type="email"].styler:focus,
input[type="number"].styler:focus,
input[type="password"].styler:focus,
input[type="search"].styler:focus,
input[type="tel"].styler:focus,
input[type="text"].styler:focus,
input[type="url"].styler:focus,
textarea.styler:focus {
  border-color: #CCC;
  border-top-color: #B3B3B3;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  outline: none;
}

button.styler,
input[type="button"].styler,
input[type="submit"].styler,
input[type="reset"].styler {
  overflow: visible;
  padding: 7px 11px;
  outline: none;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  background: #f1f1f1 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAeCAIAAABi9+OQAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABdJREFUeNpi+v//PxM2zMDAQEtxgAADAF2uTe9L4getAAAAAElFTkSuQmCC) repeat-x;
  box-shadow: inset 1px -1px #f1f1f1, inset -1px 0 #f1f1f1, 0 1px 2px rgba(0, 0, 0, 0.1);
  color: #333;
  text-shadow: 1px 1px #FFF;
  font: 14px Arial, sans-serif;
  cursor: pointer;
}

button.styler::-moz-focus-inner,
input[type="button"].styler::-moz-focus-inner,
input[type="submit"].styler::-moz-focus-inner,
input[type="reset"].styler::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button.styler:after {
  content: '';
}

button.styler:hover,
input[type="button"].styler:hover,
input[type="submit"].styler:hover,
input[type="reset"].styler:hover {
  background-color: #E6E6E6;
  background-position: 0 -10px;
}

button.styler:active,
input[type="button"].styler:active,
input[type="submit"].styler:active,
input[type="reset"].styler:active {
  background: #F5F5F5;
  box-shadow: inset 1px 1px 3px #DDD;
}

.container {
  margin: 0 auto;
  width: 960px;
}
.container:before, .container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.container:after {
  clear: both;
}

.cell-left {
  float: left;
  width: 704px;
}

.cell-right {
  float: right;
  width: 240px;
}

html, body {
  height: 100%;
}

body {
  background: #f7f7f5;
}

#wrap-site {
  min-height: 100%;
  overflow: hidden;
  position: relative;
  min-width: 996px;
}

.logo {
	margin-top:8px;
  float: left;
  text-decoration: none;
}
.logo p {
  margin: 5px 0 0;
  text-align: center;
  font-family: "pf_square_sans_prolight", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1;
  color: #7f8286;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.top-h {
  height: 105px;
  background: #343539;
  padding: 17px 0 18px;
}

.soc-icons {
  height: 37px;
  border-bottom: 1px solid #5f6369;
}
.soc-icons:before, .soc-icons:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.soc-icons:after {
  clear: both;
}
.soc-icons a {
  float: left;
  margin-left: 45px;
  width: 26px;
  height: 26px;
}

.soc-icons a:first-child {
  margin-left: 0;
}

.soc-icons2:before, .soc-icons2:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.soc-icons2:after {
  clear: both;
}
.soc-icons2 a {
  float: left;
  margin-right: 7px;
  width: 25px;
  height: 25px;
}
.soc-icons2 a.fb {
  background: url("/img/sprites-s5dd20e2587.png") 0 -575px no-repeat;
}
.soc-icons2 a.tw {
  background: url("/img/sprites-s5dd20e2587.png") 0 -269px no-repeat;
}
.soc-icons2 a.yt {
  background: url("/img/sprites-s5dd20e2587.png") 0 -102px no-repeat;
}
.soc-icons2 a.vk {
  background: url("/img/sprites-s5dd20e2587.png") 0 -540px no-repeat;
}

.bnr-head {
  width: 490px;
  height: 70px;
  float: right;
  background-color: #e7e7e7;
  overflow:hidden;
	position:relative;
}
.bnr-head object{
	width: 490px;
	height: 70px;
	display:block;
	position:relative;
	z-index:1;
}
.bnr-head img {
  border-radius: 3px;
  display:block;
}

.time-date {
  font-family: "pf_square_sans_prolight", Arial, Helvetica, sans-serif;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.75);
  display: table;
  margin-top: 4px;
}
.time-date .time {
  color: #0cb2c2;
  font-size: 35px;
  line-height: 1;
  display: table-cell;
  vertical-align: top;
  padding-right: 7px;
}
.time-date .date {
  color: white;
  font-size: 11px;
  line-height: 17px;
  display: table-cell;
  vertical-align: top;
  text-transform: uppercase;
}

.bottom-h {
  height: 46px;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
}
.bottom-h nav {
  display: table;
  border-collapse: collapse;
  width: 100%;
}
.bottom-h nav a {
  display: table-cell;
  height: 44px;
  white-space: nowrap;
  vertical-align: middle;
  font: 18px/1 "pf_square_sans_prolight", Arial, Helvetica, sans-serif;
  color: #595d63;
  border-left: 1px solid #dadada;
  border-right: 1px solid #dadada;
  text-align: center;
}
.bottom-h nav a > span {
  display: inline-block;
  height: 31px;
  line-height: 31px;
  padding: 0 11px;
}
.bottom-h nav a:hover, .bottom-h nav a:focus {
  color: #e65959;
  text-decoration: none;
}
.bottom-h nav a.active-nav > span {
  border-radius: 3px;
  background: #e65959;
  color: #ffffff;
}

.search-site {
  margin-top: 8px;
  position: relative;
}
.search-site input {
  position: relative;
  z-index: 101;
  width: 100%;
  padding: 0 27px 0 10px;
  background: white;
  border: 1px solid #dadada;
  border-radius: 3px;
  height: 27px;
  font-size: 14px;
  font-family: "pf_square_sans_prolight", Arial, Helvetica, sans-serif;
  line-height: 25px\0/;
  color: #43464b;
}
.search-site input::-webkit-input-placeholder {
  color: #43464b;
}
.search-site input::-moz-placeholder {
  color: #43464b;
}
.search-site button {
  position: absolute;
  z-index: 102;
  top: 0;
  right: 0;
  background: transparent;
  border: none;
  font-size: 14px;
  color: #43464b;
  width: 27px;
  height: 27px;
  line-height: 25px;
}
.search-site .expanded-search {
  background: #ffffff;
  border: 1px solid #dadada;
  border-top: none;
  position: absolute;
  z-index: 100;
  top: 24px;
  left: 0;
  right: 0;
  padding: 10px;
  line-height: 1.1;
  display: none;
  color: #1d1d1d;
  text-decoration: underline;
}

#content {
  margin: 25px 0 210px;
}

.last-news {
  margin-bottom: 10px;
}
.last-news h2 {
  font-size: 24px;
  font-family: "pf_square_sans_prolight", Arial, Helvetica, sans-serif;
  color: white;
  text-align: center;
  height: 50px;
  line-height: 50px;
  margin: 0;
  border-radius: 3px 3px 0 0;
  background: #4ac3ba;
}

.l-n-item {
  background: white;
  color: #1d1d1d;
  font-size: 12px;
  line-height: 15px;
  padding: 14px 12px;
  border-bottom: 1px solid #e2e2e2;
}
.l-n-item:last-of-type {
  border: none;
}
.l-n-item p {
  margin: 0;
}
.l-n-item p a {
  color: inherit;
  text-decoration: none;
  display: block;
}
.l-n-item p a:hover, .l-n-item p a:focus {
  color: #5d5d5d;
}
.l-n-item footer {
  font-family: "pf_square_sans_prolight", Arial, Helvetica, sans-serif;
  margin-top: 13px;
  color: black;
}
.l-n-item footer:before, .l-n-item footer:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.l-n-item footer:after {
  clear: both;
}
.l-n-item footer > span {
  float: left;
}
.l-n-item footer > span:first-child {
  width: 135px;
}
.l-n-item footer > span:last-child {
  float: right;
  margin-top: -3px;
}

.amount-comm:before {
  content: '';
  display: inline-block;
  background: url("/img/sprites-s5dd20e2587.png") 0 -692px no-repeat;
  width: 12px;
  height: 12px;
  margin-right: 4px;
  vertical-align: middle;
}

.icon-new1 {
  background: url("/img/sprites-s5dd20e2587.png") 0 -422px no-repeat;
  width: 15px;
  height: 15px;
}

.icon-new2 {
  background: url("/img/sprites-s5dd20e2587.png") 0 -304px no-repeat;
  width: 15px;
  height: 15px;
}

.bnr-right {
  margin-bottom: 19px;
  position:relative;
}
.bnr-right a{
	border-radius: 3px;
	overflow: hidden;
	display: block;
}
.bnr-right img {
  border-radius: 3px;
}
.bnr-right object{
	width: 240px;
	display:block;
	position:relative;
	z-index:1;
}
.bnr-right .txt-bnr {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 8px 14px;
  font-size: 24px;
  line-height: 24px;
  font-family: "pf_square_sans_prolight", Arial, Helvetica, sans-serif;
  color: #ffffff;
  border-radius: 0 0 3px 3px;
  background: rgba(0, 0, 0, 0.44);
  -pie-background: rgba(0, 0, 0, 0.44);
}
.bnr-right a:hover, .bnr-right a:focus {
  text-decoration: none;
}
.bnr-right .outer-txt img {
  border-radius: 3px 3px 0 0;
}
.bnr-right.outer-txt .txt-bnr {
  color: #5c324e;
  font-size: 18px;
  position: static;
  background: transparent;
  -pie-background: transparent;
}

.slider-news {
  height: 265px;
  background: #6e3b5e;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
}

.curr-new {
  width: 420px;
  height: 236px;
  background: #000000;
  position: absolute;
  top: 15px;
  left: 13px;
  overflow: hidden;
}
.curr-new img {
  display: block;
  width: 100%;
}
.curr-new .txt-c-n {
  font-size: 18px;
  line-height: 24px;
  font-family: "pf_square_sans_prolight", Arial, Helvetica, sans-serif;
  color: #ffffff;
  padding: 14px 24px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.62);
  -pie-background: rgba(0, 0, 0, 0.62);
}

.list-s-news {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 258px;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  border-left: 1px solid #995f86;
}
.list-s-news li {
  height: 25%;
  border-top: 1px solid #995f86;
  background: #854d73;
  cursor: pointer;
  padding: 15px 11px;
}
.list-s-news li:first-of-type {
  border-top: none;
}
.list-s-news li img {
  width: 66px;
  height: 37px;
  float: left;
  margin-right: 7px;
  margin-top:1px;
}
.list-s-news li > span {
  display: block;
  overflow: hidden;
  font-size: 12px;
  line-height: 13px;
  color: white;
  height: 39px;
}
.list-s-news li:hover, .list-s-news li.active-s-n {
  background: transparent;
}

.bnr-middle,.bnr-comment_before,.bnr-comment_after {
  height: 70px;
  background-color: #e7e7e7;
  margin-bottom: 15px;
  overflow:hidden;
  clear:both;
  position:relative;
}
.bnr-middle a,.bnr-comment_before a,.bnr-comment_after a{display:block;}
.bnr-middle img,.bnr-comment_before img,.bnr-comment_after img {
	display:block;
  border-radius: 3px;
}
.bnr-middle object,.bnr-comment_after object{
	width: 100%;
	height: 70px;
	display:block;
	position:relative;
	z-index:1;
}

.video-list {
  margin-left: -22px;
}
.video-list:before, .video-list:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.video-list:after {
  clear: both;
}
.video-list .video-item {
  margin-left: 22px;
}

.video-item {
  float: left;
  width: 220px;
  background: white;
  margin-bottom: 20px;
}

.video-item figure > a, .video-item figure img {
  display: block;
  width: 100%;
  height: 123px;
}
.video-item figure > a {
  position: relative;
  text-decoration: none;
}

.video-item.is-video figure > a:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url("/img/ico_play.png") no-repeat 96% 5%;
}

.video-item.is-video figure > a:after {
  content: attr(data-time);
  color: white;
  position: absolute;
  right: 4px;
  bottom: 5px;
  background: black;
  font-size: 11px;
  line-height: 1;
  padding: 3px 4px 3px;
}
.video-item figure figcaption {
  font-weight: 700;
  color: #000000;
  font-size: 12px;
  line-height: 18px;
  height: 36px;
  overflow: hidden;
  margin: 11px 10px 9px;
}
.video-item figure figcaption a {
  color: inherit;
  display: block;
  text-decoration: none;
}
.video-item figure figcaption a:hover {
  text-decoration: underline;
}
.video-item .v-i-info {
  border-top: 1px solid #e2e2e2;
  padding: 5px 10px;
  font-family: "pf_square_sans_prolight", Arial, Helvetica, sans-serif;
  color: black;
}
.video-item .v-i-info:before, .video-item .v-i-info:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.video-item .v-i-info:after {
  clear: both;
}
.video-item .v-i-info > span {
  float: left;
  margin-top: 3px;
}
.video-item .v-i-info > span:first-child {
  width: 135px;
}
.video-item .v-i-info > span:last-child {
  float: right;
  margin: 0;
}

.icon-age {
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  border: 1px solid #b4b7be;
  color: #b4b7be;
  font-size: 11px;
  width: 23px;
  height: 23px;
  line-height: 22px !important;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  position: relative;
}

#footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 200px;
  background: #43464b;
}
#footer .top-f {
  color: #a2a5a9;
  font-size: 12px;
  line-height: 22px;
  height: 140px;
  padding: 28px 0 22px;
}
#footer .top-f .cell-right {
  height: 90px;
  border-left: 1px solid #53565b;
  border-right: 1px solid #53565b;
}
#footer .bottom-f {
  height: 60px;
  background: #343539;
  font-size: 14px;
  line-height: 15px;
  color: white;
  font-family: "pf_square_sans_prolight", Arial, Helvetica, sans-serif;
  padding-top: 23px;
}
#footer .bottom-f .develop {
  margin-left: 100px;
}
#footer a {
  color: inherit;
}

.perez-logo {
  margin: 3px 0 13px 42px;
  display: block;
}

.footer-nav {
  float: right;
  margin-right: -3px;
}
.footer-nav a {
  margin: 0 3px;
}

.news-aside {
  background: #ffffff;
  margin-bottom: 13px;
}
.news-aside:before, .news-aside:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.news-aside:after {
  clear: both;
}
.news-aside h2 {
  padding: 0 12px;
  margin: 12px 0;
}

.category-list {
  list-style: none;
  margin: 0 0 16px;
  padding: 0;
  color: #585858;
}
.category-list li:first-child a {
  border-top: 1px solid #e1e1e1;
}
.category-list li a {
  padding: 5px 50px 5px 15px;
  position: relative;
  display: block;
  border-bottom: 1px solid #e1e1e1;
  text-decoration: none;
  color: inherit;
}
.category-list li a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 5px;
  background: #4ac3ba;
}
.category-list li a:hover, .category-list li a:focus {
  text-decoration: underline;
}
.category-list li a:hover:before, .category-list li a:focus:before {
  text-decoration: underline;
}
.category-list li a:before {
  content: attr(data-amount-news);
  color: #e65959;
  position: absolute;
  right: 17px;
}

.archives {
  padding: 0 12px;
  margin-bottom: 5px;
  margin-left: -13px;
}
.archives:before, .archives:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.archives:after {
  clear: both;
}
.archives > a {
  cursor: pointer;
  color: #777a83;
  font-family: "pf_square_sans_proregular", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1;
  padding: 4px 4px 3px;
  width: 63px;
  text-align: center;
  border: 2px solid #b4b7be;
  border-radius: 3px;
  float: left;
  margin-left: 13px;
  margin-bottom: 10px;
  text-decoration: none;
}
.archives > a:hover, .archives > a:focus {
  color: #53555b;
  border-color: #9398a2;
}

.pagination {
  list-style: none;
  margin: 20px 0;
  padding: 0;
  text-align: center;
  font-family: "pf_square_sans_prolight", Arial, Helvetica, sans-serif;
  font-size: 18px;
  color: #43464b;
  clear:both;
}
.pagination li {
  display: inline-block;
  vertical-align: middle;
}
.pagination li a {
  text-decoration: none;
  color: inherit;
}
.pagination li a.num-page {
  display: block;
  line-height: 1;
  padding: 3px 4px;
  background: #d8d8d8;
  border-radius: 3px;
  margin-left: -1px;
}
.pagination li a.num-page.curr-page {
  color: #ffffff;
  background: #4ac3ba;
  cursor: default;
  text-decoration: none;
}
.pagination li a:hover, .pagination li a:focus {
  text-decoration: underline;
}
.pagination li a.disabled-p {
  color: #8d929a;
  cursor: default;
  cursor: not-allowed;
  text-decoration: none;
}
.pagination li.hellip {
  margin: 0 5px 0 4px;
}
.pagination li:first-child {
  margin-right: 6px;
}
.pagination li:last-child {
  margin-left: 5px;
}

h1 .icon-age {
  margin: -5px 4px 0 0;
}
#uLogin{display:inline-block;vertical-align:top;}
.e-form-el-error{margin:-10px 0 0 0;padding:0;list-style:none;color:#ff0000;}
.share-icons {
width:223px;
  height: 26px;
  background: #ebebeb;
  border-radius: 4px;
  padding: 3px 0px 3px 3px;
  display: inline-block;
  vertical-align: middle;
}

.share-icons .at300bs{border-radius:3px;}
.share-icons .addthis_button_compact .at300bs{border-radius:10px;}


.entry-icons {
  display: inline-block;
  vertical-align: middle;
}
.entry-icons .social-icon {
  float: left;
  margin-left: 3px;
}
.entry-icons .social-icon:first-child {
  margin: 0;
}

.info-new {
  color: #818181;
  font-size: 11px;
  padding-right: 30px;
  margin: 6px 0 0;
  overflow: hidden;
}

.new-opt {
  margin: -10px 0 6px;
}
.new-opt:before, .new-opt:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.new-opt:after {
  clear: both;
}

.video-obj {
  background: #343539;
  border-radius: 3px;
  padding: 30px 30px 30px 34px;
  margin-bottom: 20px;
}
.video-obj1{padding: 30px 0 0 0; margin-bottom: 20px;}

.carousel-video {
  margin-top: 16px;
  position: relative;
}

.hidden-c-v {
  overflow: hidden;
}

.wrap-c-v {
  position: relative;
  left: 0;
  width: 9999px;
  margin-left: -2px;
}

.item-c-v {
  float: left;
  width: 82px;
  height: 51px;
  margin-left: 2px;
}
.item-c-v img {
  width: 100%;
  height: 100%;
}

.video-frame{height:396px;overflow:hidden;}
.video-frame a{display:block;}

#carousel-l-btn, #carousel-r-btn {
  position: absolute;
  top: 50%;
  margin-top: -14px;
  cursor: pointer;
  opacity: 0.7;
  filter: alpha(opacity=70);
  display:none;
}
#carousel-l-btn:hover, #carousel-l-btn:focus, #carousel-r-btn:hover, #carousel-r-btn:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

#carousel-l-btn {
  left: -24px;
  background: url("/img/sprites-s5dd20e2587.png") 0 -389px no-repeat;
  width: 14px;
  height: 23px;
}

#carousel-r-btn {
  right: -24px;
  background: url("/img/sprites-s5dd20e2587.png") 0 -447px no-repeat;
  width: 14px;
  height: 23px;
}

.comments-section {
  background: #ffffff;
  border-radius: 4px;
  margin: 28px 0 15px;
}
.comments-section .h1 {
  margin: 15px 0;
  overflow:hidden;
}

.comment-form {
  background: #e8e8e8;
  border-radius: 4px 4px 0 0;
  padding: 0 18px 17px;
}
.comment-form:before, .comment-form:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.comment-form:after {
  clear: both;
}
.comment-form .style-txt {
  width: 100%;
  height: 122px;
  margin-bottom: 18px;
}

.style-txt {
  background: #ffffff;
  border-radius: 3px;
  border: none;
  padding: 5px 10px;
  overflow-y: auto;
  resize: none;
  -webkit-box-shadow: 1px 2px 4px -1px rgba(0, 0, 0, 0.4) inset;
  box-shadow: 1px 2px 4px -1px rgba(0, 0, 0, 0.4) inset;
}

.blue-btn,.red-btn {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  color: #ffffff !important;
  font-family: "pf_square_sans_prolight", Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1;
  border: none;
  border-radius: 3px;
  background: #0cb2c2;
  padding: 12px 33px;
  text-decoration: none !important;
  outline: none !important;
}
.blue-btn:hover, .blue-btn:focus {
  background: #0dbbcc;
}
.blue-btn:active {
  background: #0a93a0;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset, 0 1px rgba(255, 255, 255, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset, 0 1px rgba(255, 255, 255, 0.2);
}
.blue-btn.small {
  font-size: 12px;
  font-family: "pf_square_sans_proregular", Arial, Helvetica, sans-serif;
  padding: 5px 6px;
}
.blue-btn.middle {
  font-size: 14px;
  font-family: "pf_square_sans_proregular", Arial, Helvetica, sans-serif;
  padding: 7px 17px;
}
.blue-btn.small2 {
  padding: 10px 18px;
}

.gray-btn {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  color: #fffefe !important;
  font-family: "pf_square_sans_prolight", Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1;
  border: none;
  border-radius: 3px;
  background: #b6b6b6;
  padding: 12px 33px;
  text-decoration: none !important;
  outline: none !important;
}
.gray-btn:hover, .gray-btn:focus {
  background: #bbbbbb;
}
.gray-btn:active {
  background: #a4a4a4;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset, 0 1px rgba(255, 255, 255, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset, 0 1px rgba(255, 255, 255, 0.2);
}
.gray-btn.small {
  font-size: 12px;
  font-family: "pf_square_sans_proregular", Arial, Helvetica, sans-serif;
  padding: 5px 6px;
}
.gray-btn.middle {
  font-size: 14px;
  font-family: "pf_square_sans_proregular", Arial, Helvetica, sans-serif;
  padding: 7px 17px;
}
.gray-btn.small2 {
  padding: 10px 18px;
}

.entry-for-comm {
  float: left;
  margin-top: 11px;
}

.comments-area {
  border-radius: 0 0 4px 4px;
  padding: 0 18px 20px;
}



.comment-item.level2 {
  margin-left: 94px;
}

.comment-item.level3 {
  margin-left: 188px;
}

.ava-comm {
  width: 80px;
  height: 80px;
  float: left;
  margin-right: 15px;
  border: 3px solid #e8e8e8;
}

.content-comm {
  overflow: hidden;
}
.content-comm header {
  margin-bottom: 6px;
}
.content-comm header:before, .content-comm header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.content-comm header:after {
  clear: both;
}

.name-user-c {
  font-weight: bold;
  float: left;
}

.time-comm {
  font-size: 11px;
  color: #818181;
  float: right;
}

.txt-comm {
  margin-bottom: 14px;
}

.image-article {
  /*background: #6e3b5e;
  border-radius: 3px;
  padding: 11px;*/
  position: relative;
  margin-bottom: 18px;
}
.image-article img {
  display: block;
  width: 100%;
}

.title-i-a {
  position: absolute;
  bottom: 11px;
  left: 11px;
  right: 11px;
  background: rgba(0, 0, 0, 0.6);
  -pie-background: rgba(0, 0, 0, 0.6);
  font-family: "pf_square_sans_prolight", Arial, Helvetica, sans-serif;
  font-size: 24px;
  line-height: 1;
  color: #ffffff;
  padding: 18px;
}
.title-i-a h2 {
  margin: 0;
  font-size: inherit;
  line-height: inherit;
}

.date-i-a {
  font-size: 12px;
  float: right;
  margin: 9px 0 0;
}

.project-item {
  padding-bottom: 5px;
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 35px;
}
.project-item:before, .project-item:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.project-item:after {
  clear: both;
}
.project-item img {
  float: left;
  border-radius: 3px;
  margin-right: 16px;
  width: 209px;
  height: 115px;
}
.project-item h2 {
  font-size: 24px;
  line-height: 1;
  color: #854d73;
  margin: 0 0 12px;
  font-family: "pf_square_sans_prothin", Arial, Helvetica, sans-serif;
  overflow: hidden;
}
.project-item h2 a {
  color: inherit;
  text-decoration: none;
}
.project-item h2 a:hover, .project-item h2 a:focus {
  text-decoration: underline;
}
.project-item p {
  overflow: hidden;
}
.project-item p:last-child {
  margin: 0;
}

.project-info {
  clear: both;
  margin-bottom: 18px;
}
.project-info:before, .project-info:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.project-info:after {
  clear: both;
}

.col1-p-i {
  width: 325px;
  float: left;
}

.col2-p-i {
  width: 334px;
  float: right;
  margin-right: 18px;
}

.project-video {
  margin-bottom: 7px;
}
.project-video .video-frame{margin-top:15px;}
.project-video{padding-top:0px;}

.project-video .filters-video {
  margin: 0 0 -30px 0;
  padding: 12px 0 12px 0;
  color: #e65959;
}
.project-video .filters-video .filter-year select{min-width:100px;}
.project-video .filters-video .filter-year .jq-selectbox-wrapper{display:inline-block!important;}
.project-video .filters-video .filter-year label {
  font-size: 24px;
  font-family: "pf_square_sans_prothin", Arial, Helvetica, sans-serif;
  margin-right: 12px;
}
.project-video .filters-video .filter-year .jq-selectbox {
    color:#f7f7f5;
  margin-top: -6px;
}
.project-video .filters-video .other-video {
  margin-left: -45px;

  margin-top: 20px;
}
.project-video .filters-video .other-video:before, .project-video .filters-video .other-video:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.project-video .filters-video .other-video:after {
  clear: both;
}
.project-video .filters-video .other-video .video-item2 {
  float: left;
  margin: 0 0 26px 45px;
}

.video-item2 {
  width: 142px;
}
.video-item2 > a, .video-item2 img {
  display: block;
  width: 100%;
  height: 80px;
}
.video-item2 > a {
  position: relative;
  text-decoration: none;
}
.video-item2.is-video > a:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url("/img/ico_play.png") no-repeat 96% 5%;
}
.video-item2.is-video > a:after {
  content: attr(data-time);
  color: white;
  position: absolute;
  right: 4px;
  bottom: 5px;
  background: black;
  font-size: 11px;
  line-height: 1;
  padding: 3px 4px 3px;
}
.video-item2 figcaption {
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.float-txt {
  padding-right: 30px;
  overflow: hidden;
  margin-top: 0;
}

.col1-community {
  width: 433px;
  float: left;
}

.col2-community {
  width: 271px;
  float: left;
  padding-left: 18px;
}

.post-item {
  margin-bottom: 17px;
}
.post-item:before, .post-item:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.post-item:after {
  clear: both;
}

.info-post-i {
  width: 80px;
  float: left;
}

.content-post-i {
  float: right;
  width: 343px;
  background: white;
  border-radius: 6px;
  padding: 10px;
  position: relative;
}
.content-post-i:before {
  content: '';
  position: absolute;
  top: 0;
  left: -9px;
  width: 42px;
  height: 71px;
  background: url("/img/post_decorate.png") no-repeat;
}
.content-post-i h2 {
  font-size: 18px;
  margin: 0 0 8px;
}
.content-post-i h2 a {
  text-decoration: none;
}
.content-post-i h2 a:hover, .content-post-i h2 a:focus {
  text-decoration: underline;
}
.content-post-i .blue-btn {
  position: relative;
  margin-bottom: 10px;
}

.ava-post {
  width: 80px;
  height: 80px;
  float: left;
  margin-right: 15px;
  border: 3px solid #e8e8e8;
}

.content-p-fix {
  position: relative;
}

.amount-comm-btn {
  display: inline-block;
  padding: 5px 6px 5px 0;
  margin: -5px 6px -5px 0;
  border-right: 1px solid #3fcddb;
}
.amount-comm-btn:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  background: url("/img/sprites-s5dd20e2587.png") 0 -670px no-repeat;
  width: 12px;
  height: 12px;
  margin-right: 4px;
}

.user-name-post {
  font-weight: bold;
  text-align: center;
}

.post-i-date {
  font-size: 11px;
  line-height: 15px;
  margin-top: 8px;
  color: #818181;
  text-align: center;
}

.tags-post {
  font-size: 11px;
  color: #0cb2c2;
  margin-top: 9px;
}
.tags-post .fa-tag {
  font-size: 12px;
}
.tags-post a {
  color: inherit;
  text-decoration: none;
}
.tags-post a:hover, .tags-post a:focus {
  text-decoration: underline;
}

.tag-cloud {
  color: #818181;
  font-size: 11px;
  line-height: 1.25;
  text-align: center;
  margin-bottom: 40px;
}
.tag-cloud .tag-x {
  font-size: 14px;
}
.tag-cloud .tag-xx {
  font-size: 18px;
}
.tag-cloud .tag-xxx {
  font-size: 24px;
}
.tag-cloud .tag-xxxx {
  font-size: 30px;
}
.tag-cloud a {
  color: inherit;
  text-decoration: none;
}
.tag-cloud a:hover, .tag-cloud a:focus {
  text-decoration: underline;
}

.top-users {
  background: #854d73;
  border-radius: 3px;
  padding: 0 6px 8px 7px;
}
.top-users:before, .top-users:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.top-users:after {
  clear: both;
}
.top-users p {
  font-size: 18px;
  color: white;
  font-family: "pf_square_sans_prolight", Arial, Helvetica, sans-serif;
  text-align: center;
  margin: 8px 0;
}

.user-item {
  float: left;
  width: 60px;
  height: 60px;
}
.user-item img {
  display: block;
  width: 100%;
  height: 100%;
}

.ui-tooltip {
  border: none;
  -webkit-box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.1);
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpERDdFNzE3QjcxMzExMUUzQTREODk5RTI2NzQ1OTg2OCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpERDdFNzE3QzcxMzExMUUzQTREODk5RTI2NzQ1OTg2OCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkREN0U3MTc5NzEzMTExRTNBNEQ4OTlFMjY3NDU5ODY4IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkREN0U3MTdBNzEzMTExRTNBNEQ4OTlFMjY3NDU5ODY4Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+IBtpowAAAA9JREFUeNpiYGBgmAYQYAAAmwCXAZ9n8QAAAABJRU5ErkJggg==');
  background: rgba(0, 0, 0, 0.6);
  padding: 0;
}
.ui-tooltip .ui-tooltip-content {
  font-size: 11px;
  line-height: 12px;
  font-family: inherit;
  color: white;
  padding: 4px 10px;
}

.col1-about {
  float: left;
  width: 433px;
}

.col2-about {
  float: left;
  width: 527px;
  padding-left: 48px;
}
.col2-about h2 {
  color: #e65959;
  margin-top: 0;
}

.about-btns {
  margin: 55px 0 0;
}
.about-btns .blue-btn {
  margin-right: 5px;
}

.map {
  height: 377px;
  margin: 22px 0;
  border: 10px solid #e7e7e7;
}

.form-advanced-search {
  background: #e7e7e7;
  border-radius: 3px;
  padding: 20px 20px 15px 20px;
}
.form-advanced-search .blue-btn {
  padding: 9px 5px;
  text-align: center;
  width: 110px;
  margin-left: 8px;
}

.ad-s-fld {
  background: #ffffff;
  border-radius: 3px;
  padding: 0 10px;
  border: 1px solid #dadada;
  height: 36px;
  line-height: 34px\0/;
  vertical-align: middle;
  color: #43464b;
  font-family: "pf_square_sans_prolight", Arial, Helvetica, sans-serif;
  font-size: 14px;
  width: 802px;
}

.options-search {
  margin: 14px 0 0;
}
.options-search input[type="checkbox"] {
  margin-right: 6px;
  position: relative;
  top: 1px;
}
.options-search label {
  margin-right: 27px;
}
.options-search .e-form-checkbox-el{display:inline-block;margin-right: 27px;}
.options-search .e-form-checkbox-el label{margin:0;}
.results-search {
  padding: 5px 0;
}
.results-search h2 {
  color: #e65959;
}

.filters-results {
  margin-bottom: 25px;
}
.filters-results label {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  color: #fffefe;
  font-size: 14px;
  line-height: 1;
  font-family: "pf_square_sans_proregular", Arial, Helvetica, sans-serif;
  padding: 7px 5px 6px 10px;
  background: #0cb2c2;
  border-radius: 3px;
  margin-right: 7px;
}
.filters-results label input {
  position: absolute;
  left: -9999px;
}
.filters-results label .amount-r-c {
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 -1px;
  color: #0cb2c2;
  border-radius: 3px;
  background: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  padding: 3px 0 2px;
  font-size: 12px;
  line-height: 1;
  margin-left: 5px;
  width: 44px;
  text-align: center;
}
.filters-results label.active-f {
  background: #e65959;
}
.filters-results label.active-f .amount-r-c {
  color: #e65959;
}

.result-item {
  border-radius: 3px;
  background: white;
  margin-bottom: 12px;
  padding: 20px;
}
.result-item h3 {
  margin: 0 0 12px;
}
.result-item a {
  text-decoration: none;
}
.result-item a.nolink{text-decoration:none!important;}
.result-item a:hover, .result-item a:focus {
  text-decoration: underline;
}
.result-item p {
  margin: 0;
}
.result-item strong {
  color: #e65959;
}
.result-item footer {
  font-size: 12px;
  font-family: "pf_square_sans_prolight", Arial, Helvetica, sans-serif;
  color: #000000;
  margin-top: 7px;
}
.result-item footer:before, .result-item footer:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.result-item footer:after {
  clear: both;
}

.error404 {
  margin-top: 262px;
}

.content-error {
  width: 708px;
  float: right;
}
.content-error h1 {
  font-size: 72px;
  margin-top: 0;
  line-height: 0.7;
}
.content-error .search-site {
  margin: 15px 0 30px;
}


/* TV Program */
.tv-program {
  margin-top: 28px;
  margin-bottom: 30px;
}
.tv-program:before, .tv-program:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.tv-program:after {
  clear: both;
}

.col1-tv {
  float: left;
  width: 412px;
  margin-top: 5px;
}

.col2-tv {
  float: right;
  width: 512px;
  margin-top: 5px;
}

.program-day {
  font-size: 14px;
  line-height: 15px;
  padding: 10px 30px;
  background: #0cb2c2;
  border-radius: 3px;
  color: #ffffff;
  text-align: center;
  position: relative;
}
.program-day button {
  padding: 0;
  background: none;
  border: none;
  position: absolute;
  top: 6px;
  font-size: 24px;
  color: inherit;
}
.program-day button:first-child {
  left: 10px;
}
.program-day button:last-child {
  right: 10px;
}
.program-day button:focus {
  outline: none;
}
.program-day button:active {
  color: #d9d9d9;
}

.program-item {
  padding: 9px 0;
  border-bottom: 1px solid #e7e7e7;
  line-height: 1;
}
.program-item:before, .program-item:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.program-item:after {
  clear: both;
}
.program-item.prev-program {
  color: #afafaf;
}
.program-item.prev-program .title-pr-i:after {
  color: inherit;
}
.program-item.open-description .description-pr-i {
  display: block;
}

.time-pr-i {
  float: left;
  width: 75px;
  padding: 0 5px;
  text-align: center;
  font-family: "pf_square_sans_prolight", Arial, Helvetica, sans-serif;
  font-size: 24px;
}

.info-pr-i {
  float: left;
  position: relative;
  width: 337px;
  padding: 0 35px 0 10px;
  border-left: 1px solid #e7e7e7;
}

.title-pr-i {
  font-size: 18px;
  margin: 3px 0;
}

.age-pr-i {
  position: absolute;
  width: 23px;
  height: 23px;
  border: 1px solid #b4b7be;
  color: #b4b7be;
  font-size: 11px;
  text-align: center;
  line-height: 22px;
  border-radius: 50%;
  top: 0;
  right: 0;
}

.program-list .has-more .title-pr-i{cursor:pointer;}

.category-program {
  display: block;
  color: #727272;
  font-size: 12px;
  font-style: italic;
  margin-top: 5px;
}

.description-pr-i {
  line-height: 1.5;
  display: none;
  margin-top: 5px;
}
.description-pr-i .watch-pr-btn {
  display: block;
  width: 144px;
  margin-top: 5px;
}

.black-btn {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  color: #fffefe !important;
  font-family: "pf_square_sans_proregular", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1;
  border: none;
  border-radius: 3px;
  background: #343539;
  padding: 7px 20px;
  text-decoration: none !important;
}
.black-btn:hover, .black-btn:focus {
  background: #3e3f44;
}
.black-btn:active {
  background: #232426;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset, 0 1px rgba(255, 255, 255, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset, 0 1px rgba(255, 255, 255, 0.2);
}

.archive-programs {
  padding: 18px 0;
  background: #ffffff;
  border-radius: 3px;
  margin-bottom: 17px;
}
.archive-programs .h2 {
  color: #0cb2c2;
  text-align: center;
  margin: 0 0 18px;
}
.archive-programs .search-site {
  padding: 10px 20px;
  background: #343539;
}
.archive-programs .search-site button {
  top: 10px;
  right: 20px;
}

#datepicker-programs {
  width: 470px;
  margin: 0 auto;
}
#datepicker-programs .ui-datepicker {
  width: 100%;
  padding: 0;
  border: none;
  background: none;
  color: inherit;
  font-family: Arial, Helvetica, sans-serif;
}
#datepicker-programs .ui-datepicker .ui-datepicker-header {
  font-weight: normal;
  height: 47px;
  padding-top: 10px;
  background: none;
  border: none;
}
#datepicker-programs .ui-datepicker .ui-datepicker-prev {
  background: #b3518a;
  cursor: pointer;
  width: 27px;
  height: 27px;
  padding-right: 2px;
  line-height: 27px;
  border-radius: 3px;
  text-align: center;
  top: 10px !important;
  left: 0 !important;
  text-decoration: none;
}
#datepicker-programs .ui-datepicker .ui-datepicker-prev span {
  background: none;
}
#datepicker-programs .ui-datepicker .ui-datepicker-prev:before {
  content: '\f104';
  font-size: 26px;
  display: inline-block;
  font-family: 'FontAwesome';
  color: #ffffff;
  line-height: 1;
}
#datepicker-programs .ui-datepicker .ui-datepicker-prev.ui-datepicker-prev-hover {
  border: none;
  font-weight: normal;
}
#datepicker-programs .ui-datepicker .ui-datepicker-next {
  background: #b3518a;
  cursor: pointer;
  width: 27px;
  height: 27px;
  padding-left: 2px;
  line-height: 27px;
  border-radius: 3px;
  text-align: center;
  top: 10px !important;
  right: 0 !important;
  text-decoration: none;
}
#datepicker-programs .ui-datepicker .ui-datepicker-next span {
  background: none;
}
#datepicker-programs .ui-datepicker .ui-datepicker-next:before {
  content: '\f105';
  font-size: 26px;
  display: inline-block;
  font-family: 'FontAwesome';
  color: #ffffff;
  line-height: 1;
}
#datepicker-programs .ui-datepicker .ui-datepicker-next.ui-datepicker-next-hover {
  border: none;
  font-weight: normal;
}
#datepicker-programs .ui-datepicker .ui-datepicker-calendar {
  line-height: 1;
  border-collapse: collapse;
  margin: 0;
}
#datepicker-programs .ui-datepicker .ui-datepicker-calendar thead th {
  padding: 0 0 10px 0;
}
#datepicker-programs .ui-datepicker .ui-datepicker-calendar thead th span {
  display: block;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  padding: 8px 5px;
  background: #dedede;
}
#datepicker-programs .ui-datepicker .ui-datepicker-calendar thead th:first-child span {
  border-radius: 3px 0 0 3px;
}
#datepicker-programs .ui-datepicker .ui-datepicker-calendar thead th:last-child span {
  border-radius: 0 3px 3px 0;
}
#datepicker-programs .ui-datepicker .ui-datepicker-calendar tbody {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
#datepicker-programs .ui-datepicker .ui-datepicker-calendar tbody td {
  padding: 0;
  text-align: center;
  color: inherit;
  border-left: 1px solid #dedede;
}
#datepicker-programs .ui-datepicker .ui-datepicker-calendar tbody td .ui-state-default {
  text-align: center;
  border: none;
  background: none;
  color: inherit;
}
#datepicker-programs .ui-datepicker .ui-datepicker-calendar tbody td:first-child {
  border: none;
}
#datepicker-programs .ui-datepicker .ui-datepicker-calendar tbody td.custom-day .ui-state-default {
  color: #afafaf;
}
#datepicker-programs select {
  position: absolute;
  left: -9999px;
}
#datepicker-programs .jq-selectbox {
  margin: 0 5px;
  color: #43464b;
  text-align: left;
}
#datepicker-programs .jq-selectbox:first-of-type {
  width: 95px;
}
#datepicker-programs .jq-selectbox__select {
  background: #ffffff;
  height: 27px;
  line-height: 26px;
  padding: 0 25px 0 10px;
  border-radius: 3px;
  border: 1px solid #dadada;
}
#datepicker-programs .jq-selectbox__trigger-arrow {
  position: absolute;
  top: 12px;
  right: 8px;
  overflow: hidden;
  border-width: 4px 4px;
  border-style: solid;
  border-color: #43464b transparent transparent transparent;
  opacity: 1.0;
  filter: alpha(opacity=100);
}

.watch-area {
  border-radius: 3px;
  background: #343539;
  padding: 21px;
}

.result-request {
  font-size: 18px;
}

.result-info {
  background: #e2e2e2;
  padding: 7px 12px;
  margin: 14px 0;
  font-size: 14px;
  border-radius: 3px;
}

.result-pr-item {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #dedede;
}

.date-r-pr {
  font-size: 12px;
  color: #959595;
}
.date-r-pr:after {
  content: ' |';
}

.title-r-pr {
  color: #0cb2c2;
  font-weight: bold;
}
.title-r-pr a {
  color: inherit;
}
.title-r-pr a.nolink{text-decoration:none;}
.txt-r-pr {
  font-size: 11px;
  color: #343539;
  margin-top: 12px;
}


.comment-item {border-bottom: 1px solid #e8e8e8;padding-bottom: 19px;margin-bottom: 22px;overflow:hidden;}
.comment-close{float:right;text-decoration:none;margin:-4px 0 0 0;font-size:17px;font-weight:bold;font-family:verdana;}

.comments-area>.comment-wrap:last-of-type .comment-item{border: none;padding-bottom: 0;margin-bottom: 0;}


.comments-area>.comment-wrap:last-of-type form{margin-top:22px;margin-bottom: 0;}


.comment-wrap form{margin-bottom:20px;}


.podcast-item {
  background: white;
  margin-bottom: 10px;
  padding:20px;
  overflow:hidden;
  border-radius:3px;
}
.podcast-item .title{font-weight:bold;font-size:14px;margin-bottom:5px;}
.podcast-item .image{float:left;margin:3px 15px 0 0;}
.podcast-item .message{margin-bottom:5px;color:#343539;}
.podcast-item .info{overflow:hidden;}

.podcast-date{color:#e65959;font-size:18px;line-height:20px;padding:10px 0 0 0;margin:0 0 10px 2px; font-family:"pf_square_sans_prothin", Arial, Helvetica, sans-serif;}
.podcast-date:first-child{padding:0;}

.player{width:165px;height:36px; border-radius:3px;}


.red-btn{width:220px;background:#e65959;color:#fff;padding:7px 10px;font-size:15px;line-height:15px;display:block;}

.red-btn:hover, .red-btn:focus {
  background: #c14f4f;
}
.red-btn:active {
  background: #983f3f;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset, 0 1px rgba(255, 255, 255, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset, 0 1px rgba(255, 255, 255, 0.2);
}

.answer{border:2px solid #e65959;border-radius:3px;background:#fff;margin:0 0 19px 0;}
.answer .title{padding:8px;border-bottom:1px solid #e2e2e2;font-family:"pf_square_sans_prolight", Arial, Helvetica, sans-serif;color:#343539;font-size:18px;line-height:22px;}
.answer .title .ov{overflow:hidden;}
.answer .title .fa{color:#b4b7be;display:block;float:left;margin:3px 10px 0 0;}
.answer .form-answer{padding:8px;display:block;overflow:hidden;color:#7c7c7c;font-size:12px;line-height:14px;}
.answer .form-answer input{margin:0 7px 0 0;vertical-align:middle;}
.answer .form-answer .e-form-radio-el{margin:0 0 10px 10px;}
.answer .form-answer .e-form-radio-frame{padding:5px 0;}
.answer .list{padding:12px 8px 5px 8px;color:#7c7c7c;font-size:12px;line-height:14px;}
.answer .list .el{margin:0 0 12px 0;}
.answer .list .bar div{min-width:10px;background:#0cb2c2;height:4px;border-radius:2px;overflow:hidden;}

.interview-frame .title-i-a{bottom:0px;left:0px;right:0px;border:0}

.carousel-hid{display:none;}

.jssort05 .i {
    position: absolute;
    background: #000;
    filter: alpha(opacity=30);
    opacity: .3;
    width: 122px;
    height: 84px;
    top: 0;
    left: 0;

    transition: background-color .6s;
    -moz-transition: background-color .6s;
    -webkit-transition: background-color .6s;
    -o-transition: background-color .6s;
}
.jssort05 .pav .i {
    background: #fff;
    filter: alpha(opacity=80);
    opacity: .8;
}
.jssord06l,.jssord06ldn,.jssord06r,.jssord06rdn {
    position: absolute;
    cursor: pointer;
    display: block;
    overflow:hidden;
    width:20px!important;
    height:57px!important;
    background:url("/img/sprites/carousel_left.png") no-repeat 0% 50%;
    left:0px!important;
    top:-56px!important;
}
.jssord06r,.jssord06rdn{
    left:auto!important;
    right:0px!important;
    background-image:url("/img/sprites/carousel_right.png");
    background-position:100% 50%;
}
.gallery_card{border:1px solid #e6e6e6;background:#fff;padding:31px;margin:0 0 20px 0;}

.bnr-fake{width:100%;height:100%;position:absolute;display:block;z-index:2;left:0px;top:0px;}