/* © Matteo Mannucci Less Kit */
/*
* Import libraries
*/
/*
 * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/*
 * Addresses margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE 6/7.
 * Addresses font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

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

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

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

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

/*
 * Addresses styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Addresses margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0;
}

/*
 * Corrects font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * Addresses CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}

/*
 * Addresses `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none;
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

/*
 * Addresses paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/*
 * Corrects list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 6/7/8/9.
 * 2. Corrects text not wrapping in Firefox 3.
 * 3. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/*
 * Addresses Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/*
  * Re-set default cursor for disabled elements.
  */
button[disabled],
input[disabled] {
  cursor: default;
}

/*
  * 1. Addresses box sizing set to content-box in IE 8/9.
  * 2. Removes excess padding in IE 8/9.
  * 3. Removes excess padding in IE 7.
  *    Known issue: excess padding remains in IE 6.
  */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/*
  * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
  * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
  *    (include `-moz` to future-proof).
  */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/*
  * Removes inner padding and search cancel button in Safari 5 and Chrome
  * on OS X.
  */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
  * Removes inner padding and border in Firefox 3+.
  */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
  * 1. Removes default vertical scrollbar in IE 6/7/8/9.
  * 2. Improves readability and alignment in all browsers.
  */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
    Tables
    ========================================================================== */
/*
  * Remove most spacing between table cells.
  */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ==========================================================================
    Base styles: opinionated defaults
    ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222;
}

body {
  font-size: 1em;
  line-height: 1.4;
}

/*
  * Remove text-shadow in selection highlight: h5bp.com/i
  * These selection declarations have to be separate.
  * Customize the background color to match your design.
  */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
  * A better looking default horizontal rule
  */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
  * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
  */
img {
  vertical-align: middle;
}

/*
  * Remove default fieldset styles.
  */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
  * Allow only vertical resizing of textareas.
  */
textarea {
  resize: vertical;
}

/* ==========================================================================
    Chrome Frame prompt
    ========================================================================== */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
    Author's custom styles
    ========================================================================== */
/* ==========================================================================
    Helper classes
    ========================================================================== */
/*
  * Image replacement
  */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}

/*
  * Hide from both screenreaders and browsers: h5bp.com/u
  */
.hidden {
  display: none !important;
  visibility: hidden;
}

/*
  * Hide only visually, but have it available for screenreaders: h5bp.com/v
  */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
  * Extends the .visuallyhidden class to allow the element to be focusable
  * when navigated to via the keyboard: h5bp.com/p
  */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
  * Hide visually and from screenreaders, but maintain layout
  */
.invisible {
  visibility: hidden;
}

/*
  * Clearfix: contain floats
  *
  * For modern browsers
  * 1. The space content is one way to avoid an Opera bug when the
  *    `contenteditable` attribute is included anywhere else in the document.
  *    Otherwise it causes space to appear at the top and bottom of elements
  *    that receive the `clearfix` class.
  * 2. The use of `table` rather than `block` is only necessary if using
  *    `:before` to contain the top-margins of child elements.
  */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/*
  * For IE 6/7 only
  * Include this rule to trigger hasLayout and contain floats.
  */
.clearfix {
  *zoom: 1;
}

/* ==========================================================================
    EXAMPLE Media Queries for Responsive Design.
    Theses examples override the primary ('mobile first') styles.
    Modify as content requires.
    ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
    Print styles.
    Inlined to avoid required HTTP connection: h5bp.com/r
    ========================================================================== */
@media print {
  * {
	background: transparent !important;
	color: #000 !important;
	/* Black prints faster: h5bp.com/s */
	box-shadow: none !important;
	text-shadow: none !important;
  }
  
  a,
  a:visited {
	text-decoration: underline;
  }
  
  a[href]:after {
	content: " (" attr(href) ")";
  }
  
  abbr[title]:after {
	content: " (" attr(title) ")";
  }
  
  /*
      * Don't show links for images, or javascript/internal links
      */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
	content: "";
  }
  
  pre,
  blockquote {
	border: 1px solid #999;
	page-break-inside: avoid;
  }
  
  thead {
	display: table-header-group;
	/* h5bp.com/t */
  }
  
  tr,
  img {
	page-break-inside: avoid;
  }
  
  @page {
	margin: 0.5cm;
  }
  
  p,
  h2,
  h3 {
	orphans: 3;
	widows: 3;
  }
  
  h2,
  h3 {
	page-break-after: avoid;
  }
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}

.clearfix:after {
  clear: both;
}

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

.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.allineatoC {
  text-align: center;
}

.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 11px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}

.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}

.popover-title:empty {
  display: none;
}

.popover-content {
  padding: 9px 14px;
}

.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover .arrow {
  border-width: 11px;
}

.popover .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}

.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}

.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.right .arrow:after {
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}

.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}

.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}

.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left .arrow:after {
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.modal {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin-left: -280px;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;
}

.modal.fade {
  -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
  -o-transition: opacity 0.3s linear, top 0.3s ease-out;
  transition: opacity 0.3s linear, top 0.3s ease-out;
  top: -25%;
}

.modal.fade.in {
  top: 10%;
}

.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}

.modal-header .close {
  margin-top: 2px;
}

.modal-header h3 {
  margin: 0;
  line-height: 30px;
}

.modal-body {
  position: relative;
  overflow-y: auto;
  max-height: 400px;
  padding: 15px;
}

.modal-form {
  margin-bottom: 0;
}

.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
  *zoom: 1;
}

.modal-footer:before,
.modal-footer:after {
  display: table;
  content: "";
  line-height: 0;
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle {
  *margin-bottom: -3px;
}

.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}

.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  text-decoration: none;
  color: #ffffff;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: default;
}

.open {
  *z-index: 1000;
}

.open > .dropdown-menu {
  display: block;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000000;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  -webkit-border-radius: 5px 5px 5px 0;
  -moz-border-radius: 5px 5px 5px 0;
  border-radius: 5px 5px 5px 0;
}

.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

.dropdown .dropdown-menu .nav-header {
  padding-left: 20px;
  padding-right: 20px;
}

.typeahead {
  z-index: 1051;
  margin-top: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.accordion {
  margin-bottom: 20px;
}

.accordion-group {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.accordion-heading {
  border-bottom: 0;
}

.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
}

.accordion-toggle {
  cursor: pointer;
}

.accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5;
}

.carousel {
  position: relative;
  margin-bottom: 20px;
  line-height: 1;
}

.carousel-inner {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -moz-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  line-height: 1;
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 40%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  background: #222222;
  border: 3px solid #ffffff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.carousel-control.right {
  left: auto;
  right: 15px;
}

.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-indicators {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 5;
  margin: 0;
  list-style: none;
}

.carousel-indicators li {
  display: block;
  float: left;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  text-indent: -999px;
  background-color: #ccc;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 5px;
}

.carousel-indicators .active {
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  background: #333333;
  background: rgba(0, 0, 0, 0.75);
}

.carousel-caption h4,
.carousel-caption p {
  color: #ffffff;
  line-height: 20px;
}

.carousel-caption h4 {
  margin: 0 0 5px;
}

.carousel-caption p {
  margin-bottom: 0;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-large {
  padding: 24px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.well-small {
  padding: 9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.affix {
  position: fixed;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

.collapse.in {
  height: auto;
}

@-ms-viewport {
  width: device-width;
}

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

.visible-phone {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

.hidden-desktop {
  display: none !important;
}

.visible-desktop {
  display: inherit !important;
}

@media (min-width: 768px) and (max-width: 979px) {
  .hidden-desktop {
	display: inherit !important;
  }
  
  .visible-desktop {
	display: none !important;
  }
  
  .visible-tablet {
	display: inherit !important;
  }
  
  .hidden-tablet {
	display: none !important;
  }
}

@media (max-width: 767px) {
  .hidden-desktop {
	display: inherit !important;
  }
  
  .visible-desktop {
	display: none !important;
  }
  
  .visible-phone {
	display: inherit !important;
  }
  
  .hidden-phone {
	display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
	display: inherit !important;
  }
  
  .hidden-print {
	display: none !important;
  }
}

@media (max-width: 767px) {
  body {
	padding-left: 20px;
	padding-right: 20px;
  }
  
  .navbar-fixed-top,
  .navbar-fixed-bottom,
  .navbar-static-top {
	margin-left: -20px;
	margin-right: -20px;
  }
  
  .container-fluid {
	padding: 0;
  }
  
  .dl-horizontal dt {
	float: none;
	clear: none;
	width: auto;
	text-align: left;
  }
  
  .dl-horizontal dd {
	margin-left: 0;
  }
  
  .container {
	width: auto;
  }
  
  .row-fluid {
	width: 100%;
  }
  
  .row,
  .thumbnails {
	margin-left: 0;
  }
  
  .thumbnails > li {
	float: none;
	margin-left: 0;
  }
  
  [class*="span"],
  .uneditable-input[class*="span"],
  .row-fluid [class*="span"] {
	float: none;
	display: block;
	width: 100%;
	margin-left: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
  }
  
  .span12,
  .row-fluid .span12 {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
  }
  
  .row-fluid [class*="offset"]:first-child {
	margin-left: 0;
  }
  
  .input-large,
  .input-xlarge,
  .input-xxlarge,
  input[class*="span"],
  select[class*="span"],
  textarea[class*="span"],
  .uneditable-input {
	display: block;
	width: 100%;
	min-height: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
  }
  
  .input-prepend input,
  .input-append input,
  .input-prepend input[class*="span"],
  .input-append input[class*="span"] {
	display: inline-block;
	width: auto;
  }
  
  .controls-row [class*="span"] + [class*="span"] {
	margin-left: 0;
  }
  
  .modal {
	position: fixed;
	top: 20px;
	left: 20px;
	right: 20px;
	width: auto;
	margin: 0;
  }
  
  .modal.fade {
	top: -100px;
  }
  
  .modal.fade.in {
	top: 20px;
  }
}

@media (max-width: 480px) {
  .nav-collapse {
	-webkit-transform: translate3d(0, 0, 0);
  }
  
  .page-header h1 small {
	display: block;
	line-height: 20px;
  }
  
  input[type="checkbox"],
  input[type="radio"] {
	border: 1px solid #ccc;
  }
  
  .form-horizontal .control-label {
	float: none;
	width: auto;
	padding-top: 0;
	text-align: left;
  }
  
  .form-horizontal .controls {
	margin-left: 0;
  }
  
  .form-horizontal .control-list {
	padding-top: 0;
  }
  
  .form-horizontal .form-actions {
	padding-left: 10px;
	padding-right: 10px;
  }
  
  .media .pull-left,
  .media .pull-right {
	float: none;
	display: block;
	margin-bottom: 10px;
  }
  
  .media-object {
	margin-right: 0;
	margin-left: 0;
  }
  
  .modal {
	top: 10px;
	left: 10px;
	right: 10px;
  }
  
  .modal-header .close {
	padding: 10px;
	margin: -10px;
  }
  
  .carousel-caption {
	position: static;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .row {
	margin-left: -20px;
	*zoom: 1;
  }
  
  .row:before,
  .row:after {
	display: table;
	content: "";
	line-height: 0;
  }
  
  .row:after {
	clear: both;
  }
  
  [class*="span"] {
	float: left;
	min-height: 1px;
	margin-left: 20px;
  }
  
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
	width: 724px;
  }
  
  .span12 {
	width: 724px;
  }
  
  .span11 {
	width: 662px;
  }
  
  .span10 {
	width: 600px;
  }
  
  .span9 {
	width: 538px;
  }
  
  .span8 {
	width: 476px;
  }
  
  .span7 {
	width: 414px;
  }
  
  .span6 {
	width: 352px;
  }
  
  .span5 {
	width: 290px;
  }
  
  .span4 {
	width: 228px;
  }
  
  .span3 {
	width: 166px;
  }
  
  .span2 {
	width: 104px;
  }
  
  .span1 {
	width: 42px;
  }
  
  .offset12 {
	margin-left: 764px;
  }
  
  .offset11 {
	margin-left: 702px;
  }
  
  .offset10 {
	margin-left: 640px;
  }
  
  .offset9 {
	margin-left: 578px;
  }
  
  .offset8 {
	margin-left: 516px;
  }
  
  .offset7 {
	margin-left: 454px;
  }
  
  .offset6 {
	margin-left: 392px;
  }
  
  .offset5 {
	margin-left: 330px;
  }
  
  .offset4 {
	margin-left: 268px;
  }
  
  .offset3 {
	margin-left: 206px;
  }
  
  .offset2 {
	margin-left: 144px;
  }
  
  .offset1 {
	margin-left: 82px;
  }
  
  .row-fluid {
	width: 100%;
	*zoom: 1;
  }
  
  .row-fluid:before,
  .row-fluid:after {
	display: table;
	content: "";
	line-height: 0;
  }
  
  .row-fluid:after {
	clear: both;
  }
  
  .row-fluid [class*="span"] {
	display: block;
	width: 100%;
	min-height: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin-left: 2.7624309392265194%;
	*margin-left: 2.709239449864817%;
  }
  
  .row-fluid [class*="span"]:first-child {
	margin-left: 0;
  }
  
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
	margin-left: 2.7624309392265194%;
  }
  
  .row-fluid .span12 {
	width: 100%;
	*width: 99.94680851063829%;
  }
  
  .row-fluid .span11 {
	width: 91.43646408839778%;
	*width: 91.38327259903608%;
  }
  
  .row-fluid .span10 {
	width: 82.87292817679558%;
	*width: 82.81973668743387%;
  }
  
  .row-fluid .span9 {
	width: 74.30939226519337%;
	*width: 74.25620077583166%;
  }
  
  .row-fluid .span8 {
	width: 65.74585635359117%;
	*width: 65.69266486422946%;
  }
  
  .row-fluid .span7 {
	width: 57.18232044198895%;
	*width: 57.12912895262725%;
  }
  
  .row-fluid .span6 {
	width: 48.61878453038674%;
	*width: 48.56559304102504%;
  }
  
  .row-fluid .span5 {
	width: 40.05524861878453%;
	*width: 40.00205712942283%;
  }
  
  .row-fluid .span4 {
	width: 31.491712707182323%;
	*width: 31.43852121782062%;
  }
  
  .row-fluid .span3 {
	width: 22.92817679558011%;
	*width: 22.87498530621841%;
  }
  
  .row-fluid .span2 {
	width: 14.3646408839779%;
	*width: 14.311449394616199%;
  }
  
  .row-fluid .span1 {
	width: 5.801104972375691%;
	*width: 5.747913483013988%;
  }
  
  .row-fluid .offset12 {
	margin-left: 105.52486187845304%;
	*margin-left: 105.41847889972962%;
  }
  
  .row-fluid .offset12:first-child {
	margin-left: 102.76243093922652%;
	*margin-left: 102.6560479605031%;
  }
  
  .row-fluid .offset11 {
	margin-left: 96.96132596685082%;
	*margin-left: 96.8549429881274%;
  }
  
  .row-fluid .offset11:first-child {
	margin-left: 94.1988950276243%;
	*margin-left: 94.09251204890089%;
  }
  
  .row-fluid .offset10 {
	margin-left: 88.39779005524862%;
	*margin-left: 88.2914070765252%;
  }
  
  .row-fluid .offset10:first-child {
	margin-left: 85.6353591160221%;
	*margin-left: 85.52897613729868%;
  }
  
  .row-fluid .offset9 {
	margin-left: 79.8342541436464%;
	*margin-left: 79.72787116492299%;
  }
  
  .row-fluid .offset9:first-child {
	margin-left: 77.07182320441989%;
	*margin-left: 76.96544022569647%;
  }
  
  .row-fluid .offset8 {
	margin-left: 71.2707182320442%;
	*margin-left: 71.16433525332079%;
  }
  
  .row-fluid .offset8:first-child {
	margin-left: 68.50828729281768%;
	*margin-left: 68.40190431409427%;
  }
  
  .row-fluid .offset7 {
	margin-left: 62.70718232044199%;
	*margin-left: 62.600799341718584%;
  }
  
  .row-fluid .offset7:first-child {
	margin-left: 59.94475138121547%;
	*margin-left: 59.838368402492065%;
  }
  
  .row-fluid .offset6 {
	margin-left: 54.14364640883978%;
	*margin-left: 54.037263430116376%;
  }
  
  .row-fluid .offset6:first-child {
	margin-left: 51.38121546961326%;
	*margin-left: 51.27483249088986%;
  }
  
  .row-fluid .offset5 {
	margin-left: 45.58011049723757%;
	*margin-left: 45.47372751851417%;
  }
  
  .row-fluid .offset5:first-child {
	margin-left: 42.81767955801105%;
	*margin-left: 42.71129657928765%;
  }
  
  .row-fluid .offset4 {
	margin-left: 37.01657458563536%;
	*margin-left: 36.91019160691196%;
  }
  
  .row-fluid .offset4:first-child {
	margin-left: 34.25414364640884%;
	*margin-left: 34.14776066768544%;
  }
  
  .row-fluid .offset3 {
	margin-left: 28.45303867403315%;
	*margin-left: 28.346655695309746%;
  }
  
  .row-fluid .offset3:first-child {
	margin-left: 25.69060773480663%;
	*margin-left: 25.584224756083227%;
  }
  
  .row-fluid .offset2 {
	margin-left: 19.88950276243094%;
	*margin-left: 19.783119783707537%;
  }
  
  .row-fluid .offset2:first-child {
	margin-left: 17.12707182320442%;
	*margin-left: 17.02068884448102%;
  }
  
  .row-fluid .offset1 {
	margin-left: 11.32596685082873%;
	*margin-left: 11.219583872105325%;
  }
  
  .row-fluid .offset1:first-child {
	margin-left: 8.56353591160221%;
	*margin-left: 8.457152932878806%;
  }
  
  input,
  textarea,
  .uneditable-input {
	margin-left: 0;
  }
  
  .controls-row [class*="span"] + [class*="span"] {
	margin-left: 20px;
  }
  
  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
	width: 710px;
  }
  
  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
	width: 648px;
  }
  
  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
	width: 586px;
  }
  
  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
	width: 524px;
  }
  
  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
	width: 462px;
  }
  
  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
	width: 400px;
  }
  
  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
	width: 338px;
  }
  
  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
	width: 276px;
  }
  
  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
	width: 214px;
  }
  
  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
	width: 152px;
  }
  
  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
	width: 90px;
  }
  
  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
	width: 28px;
  }
}

@media (min-width: 1200px) {
  .row {
	margin-left: -30px;
	*zoom: 1;
  }
  
  .row:before,
  .row:after {
	display: table;
	content: "";
	line-height: 0;
  }
  
  .row:after {
	clear: both;
  }
  
  [class*="span"] {
	float: left;
	min-height: 1px;
	margin-left: 30px;
  }
  
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
	width: 1170px;
  }
  
  .span12 {
	width: 1170px;
  }
  
  .span11 {
	width: 1070px;
  }
  
  .span10 {
	width: 970px;
  }
  
  .span9 {
	width: 870px;
  }
  
  .span8 {
	width: 770px;
  }
  
  .span7 {
	width: 670px;
  }
  
  .span6 {
	width: 570px;
  }
  
  .span5 {
	width: 470px;
  }
  
  .span4 {
	width: 370px;
  }
  
  .span3 {
	width: 270px;
  }
  
  .span2 {
	width: 170px;
  }
  
  .span1 {
	width: 70px;
  }
  
  .offset12 {
	margin-left: 1230px;
  }
  
  .offset11 {
	margin-left: 1130px;
  }
  
  .offset10 {
	margin-left: 1030px;
  }
  
  .offset9 {
	margin-left: 930px;
  }
  
  .offset8 {
	margin-left: 830px;
  }
  
  .offset7 {
	margin-left: 730px;
  }
  
  .offset6 {
	margin-left: 630px;
  }
  
  .offset5 {
	margin-left: 530px;
  }
  
  .offset4 {
	margin-left: 430px;
  }
  
  .offset3 {
	margin-left: 330px;
  }
  
  .offset2 {
	margin-left: 230px;
  }
  
  .offset1 {
	margin-left: 130px;
  }
  
  .row-fluid {
	width: 100%;
	*zoom: 1;
  }
  
  .row-fluid:before,
  .row-fluid:after {
	display: table;
	content: "";
	line-height: 0;
  }
  
  .row-fluid:after {
	clear: both;
  }
  
  .row-fluid [class*="span"] {
	display: block;
	width: 100%;
	min-height: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin-left: 2.564102564102564%;
	*margin-left: 2.5109110747408616%;
  }
  
  .row-fluid [class*="span"]:first-child {
	margin-left: 0;
  }
  
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
	margin-left: 2.564102564102564%;
  }
  
  .row-fluid .span12 {
	width: 100%;
	*width: 99.94680851063829%;
  }
  
  .row-fluid .span11 {
	width: 91.45299145299145%;
	*width: 91.39979996362975%;
  }
  
  .row-fluid .span10 {
	width: 82.90598290598291%;
	*width: 82.8527914166212%;
  }
  
  .row-fluid .span9 {
	width: 74.35897435897436%;
	*width: 74.30578286961266%;
  }
  
  .row-fluid .span8 {
	width: 65.81196581196582%;
	*width: 65.75877432260411%;
  }
  
  .row-fluid .span7 {
	width: 57.26495726495726%;
	*width: 57.21176577559556%;
  }
  
  .row-fluid .span6 {
	width: 48.717948717948715%;
	*width: 48.664757228587014%;
  }
  
  .row-fluid .span5 {
	width: 40.17094017094017%;
	*width: 40.11774868157847%;
  }
  
  .row-fluid .span4 {
	width: 31.623931623931625%;
	*width: 31.570740134569924%;
  }
  
  .row-fluid .span3 {
	width: 23.076923076923077%;
	*width: 23.023731587561375%;
  }
  
  .row-fluid .span2 {
	width: 14.52991452991453%;
	*width: 14.476723040552828%;
  }
  
  .row-fluid .span1 {
	width: 5.982905982905983%;
	*width: 5.929714493544281%;
  }
  
  .row-fluid .offset12 {
	margin-left: 105.12820512820512%;
	*margin-left: 105.02182214948171%;
  }
  
  .row-fluid .offset12:first-child {
	margin-left: 102.56410256410257%;
	*margin-left: 102.45771958537915%;
  }
  
  .row-fluid .offset11 {
	margin-left: 96.58119658119658%;
	*margin-left: 96.47481360247316%;
  }
  
  .row-fluid .offset11:first-child {
	margin-left: 94.01709401709402%;
	*margin-left: 93.91071103837061%;
  }
  
  .row-fluid .offset10 {
	margin-left: 88.03418803418803%;
	*margin-left: 87.92780505546462%;
  }
  
  .row-fluid .offset10:first-child {
	margin-left: 85.47008547008548%;
	*margin-left: 85.36370249136206%;
  }
  
  .row-fluid .offset9 {
	margin-left: 79.48717948717949%;
	*margin-left: 79.38079650845607%;
  }
  
  .row-fluid .offset9:first-child {
	margin-left: 76.92307692307693%;
	*margin-left: 76.81669394435352%;
  }
  
  .row-fluid .offset8 {
	margin-left: 70.94017094017094%;
	*margin-left: 70.83378796144753%;
  }
  
  .row-fluid .offset8:first-child {
	margin-left: 68.37606837606839%;
	*margin-left: 68.26968539734497%;
  }
  
  .row-fluid .offset7 {
	margin-left: 62.393162393162385%;
	*margin-left: 62.28677941443899%;
  }
  
  .row-fluid .offset7:first-child {
	margin-left: 59.82905982905982%;
	*margin-left: 59.72267685033642%;
  }
  
  .row-fluid .offset6 {
	margin-left: 53.84615384615384%;
	*margin-left: 53.739770867430444%;
  }
  
  .row-fluid .offset6:first-child {
	margin-left: 51.28205128205128%;
	*margin-left: 51.175668303327875%;
  }
  
  .row-fluid .offset5 {
	margin-left: 45.299145299145295%;
	*margin-left: 45.1927623204219%;
  }
  
  .row-fluid .offset5:first-child {
	margin-left: 42.73504273504273%;
	*margin-left: 42.62865975631933%;
  }
  
  .row-fluid .offset4 {
	margin-left: 36.75213675213675%;
	*margin-left: 36.645753773413354%;
  }
  
  .row-fluid .offset4:first-child {
	margin-left: 34.18803418803419%;
	*margin-left: 34.081651209310785%;
  }
  
  .row-fluid .offset3 {
	margin-left: 28.205128205128204%;
	*margin-left: 28.0987452264048%;
  }
  
  .row-fluid .offset3:first-child {
	margin-left: 25.641025641025642%;
	*margin-left: 25.53464266230224%;
  }
  
  .row-fluid .offset2 {
	margin-left: 19.65811965811966%;
	*margin-left: 19.551736679396257%;
  }
  
  .row-fluid .offset2:first-child {
	margin-left: 17.094017094017094%;
	*margin-left: 16.98763411529369%;
  }
  
  .row-fluid .offset1 {
	margin-left: 11.11111111111111%;
	*margin-left: 11.004728132387708%;
  }
  
  .row-fluid .offset1:first-child {
	margin-left: 8.547008547008547%;
	*margin-left: 8.440625568285142%;
  }
  
  input,
  textarea,
  .uneditable-input {
	margin-left: 0;
  }
  
  .controls-row [class*="span"] + [class*="span"] {
	margin-left: 30px;
  }
  
  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
	width: 1156px;
  }
  
  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
	width: 1056px;
  }
  
  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
	width: 956px;
  }
  
  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
	width: 856px;
  }
  
  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
	width: 756px;
  }
  
  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
	width: 656px;
  }
  
  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
	width: 556px;
  }
  
  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
	width: 456px;
  }
  
  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
	width: 356px;
  }
  
  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
	width: 256px;
  }
  
  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
	width: 156px;
  }
  
  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
	width: 56px;
  }
  
  .thumbnails {
	margin-left: -30px;
  }
  
  .thumbnails > li {
	margin-left: 30px;
  }
  
  .row-fluid .thumbnails {
	margin-left: 0;
  }
}

@media (max-width: 979px) {
  body {
	padding-top: 0;
  }
  
  .navbar-fixed-top,
  .navbar-fixed-bottom {
	position: static;
  }
  
  .navbar-fixed-top {
	margin-bottom: 20px;
  }
  
  .navbar-fixed-bottom {
	margin-top: 20px;
  }
  
  .navbar-fixed-top .navbar-inner,
  .navbar-fixed-bottom .navbar-inner {
	padding: 5px;
  }
  
  .navbar .container {
	width: auto;
	padding: 0;
  }
  
  .navbar .brand {
	padding-left: 10px;
	padding-right: 10px;
	margin: 0 0 0 -5px;
  }
  
  .nav-collapse {
	clear: both;
  }
  
  .nav-collapse .nav {
	float: none;
	margin: 0 0 10px;
  }
  
  .nav-collapse .nav > li {
	float: none;
  }
  
  .nav-collapse .nav > li > a {
	margin-bottom: 2px;
  }
  
  .nav-collapse .nav > .divider-vertical {
	display: none;
  }
  
  .nav-collapse .nav .nav-header {
	color: #777777;
	text-shadow: none;
  }
  
  .nav-collapse .nav > li > a,
  .nav-collapse .dropdown-menu a {
	padding: 9px 15px;
	font-weight: bold;
	color: #777777;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
  }
  
  .nav-collapse .btn {
	padding: 4px 10px 4px;
	font-weight: normal;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
  }
  
  .nav-collapse .dropdown-menu li + li a {
	margin-bottom: 2px;
  }
  
  .nav-collapse .nav > li > a:hover,
  .nav-collapse .nav > li > a:focus,
  .nav-collapse .dropdown-menu a:hover,
  .nav-collapse .dropdown-menu a:focus {
	background-color: #f2f2f2;
  }
  
  .navbar-inverse .nav-collapse .nav > li > a,
  .navbar-inverse .nav-collapse .dropdown-menu a {
	color: #999999;
  }
  
  .navbar-inverse .nav-collapse .nav > li > a:hover,
  .navbar-inverse .nav-collapse .nav > li > a:focus,
  .navbar-inverse .nav-collapse .dropdown-menu a:hover,
  .navbar-inverse .nav-collapse .dropdown-menu a:focus {
	background-color: #111111;
  }
  
  .nav-collapse.in .btn-group {
	margin-top: 5px;
	padding: 0;
  }
  
  .nav-collapse .dropdown-menu {
	position: static;
	top: auto;
	left: auto;
	float: none;
	display: none;
	max-width: none;
	margin: 0 15px;
	padding: 0;
	background-color: transparent;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
  }
  
  .nav-collapse .open > .dropdown-menu {
	display: block;
  }
  
  .nav-collapse .dropdown-menu:before,
  .nav-collapse .dropdown-menu:after {
	display: none;
  }
  
  .nav-collapse .dropdown-menu .divider {
	display: none;
  }
  
  .nav-collapse .nav > li > .dropdown-menu:before,
  .nav-collapse .nav > li > .dropdown-menu:after {
	display: none;
  }
  
  .nav-collapse .navbar-form,
  .nav-collapse .navbar-search {
	float: none;
	padding: 10px 15px;
	margin: 10px 0;
	border-top: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  
  .navbar-inverse .nav-collapse .navbar-form,
  .navbar-inverse .nav-collapse .navbar-search {
	border-top-color: #111111;
	border-bottom-color: #111111;
  }
  
  .navbar .nav-collapse .nav.pull-right {
	float: none;
	margin-left: 0;
  }
  
  .nav-collapse,
  .nav-collapse.collapse {
	overflow: hidden;
	height: 0;
  }
  
  .navbar .btn-navbar {
	display: block;
  }
  
  .navbar-static .navbar-inner {
	padding-left: 10px;
	padding-right: 10px;
  }
}

@media (min-width: 980px) {
  .nav-collapse.collapse {
	height: auto !important;
	overflow: visible !important;
  }
}

/* less define */
/* shortcut */
/* define border radius */
/* define font */
/* define shadow */
/* text-shaodow */
/* no-select */
/* define transition */
/* define transition delay */
/* define translateY */
/* define translateX */
/* define opacity */
/* zoom effect */
/* define rotation */
/* define rotation */
/* flip */
/* HTML:
 DIV.block-flipper (a questo selettore applica la funzione .flip())
 - DIV.flipper (padre)
 --DIV.front (copertina)
 --DIV.back (retro)
 */
/* star */
/* triangle */
/* diamond */
/* arrow */
/* column-count */
/* have-tool-tip */
/* font awesome icon */
/* http://fortawesome.github.io/Font-Awesome/icons/ */
/* for icon code: _template_style/less/font-awesome/variables.less */
/* gradient */
/* greyscale filter img */
/* bselect-them */
/* define input */
/* clearfix */
/* golden ratio typography
 rhythm based on Chris Pearson formulas http://www.pearsonified.com/2011/12/golden-ratio-typography.php
 */
html {
  font-size: 16px;
}

/**
 LESS CSS mixins for a golden ratio typography rhythm based on Chris Pearson formulas http://www.pearsonified.com/2011/12/golden-ratio-typography.php
 **/
/** required: value in pixel with no units ***/
/**
 http://meyerweb.com/eric/thoughts/2006/02/08/unitless-line-heights/
 **/
h1.title {
  font-size: 2.63157895rem;
  line-height: 3.50247997;
}

h1 {
  font-size: 1.63157895rem;
  line-height: 2.29026327;
}

h2 {
  font-size: 1.26315789rem;
  line-height: 1.87290781;
}

h3,
p,
ul,
ol,
label,
dd,
dt {
  font-size: 1rem;
  line-height: 1.60017331;
}

h4 {
  font-size: 0.78947368rem;
  line-height: 1.41345263;
}

.secondary-text {
  font-size: 0.78947368rem;
  line-height: 1.41345263;
}

/* slick */
#outer {
  /* dots */
  /* Arrows */
}

#outer .slider {
  margin-left: 0;
  margin-right: 0;
  height: auto;
}

#outer .slider .container {
  margin-right: 0;
}

#outer .slick-dots li.slick-active button {
  background: #1b8478;
}

#outer .slick-dots li button {
  width: 26px;
  height: 6px;
  padding: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  background: #ccc;
  text-indent: -9999px;
}

#outer .slick-dots li button:hover {
  background: #1b8478;
}

#outer .slick-dots li button:before {
  display: none;
}

#outer .slick-prev,
#outer .slick-next {
  font-size: 0;
  padding: 0;
  line-height: 1em;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 2px;
  width: 30px;
  height: 30px;
  background: #1b8478;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

#outer .slick-prev:before,
#outer .slick-next:before {
  color: #fff !important;
}

#outer .slick-prev:hover:before,
#outer .slick-next:hover:before {
  color: #fff;
}

#outer .slick-prev:before,
#outer .slick-next:before {
  color: #000;
  font-size: 20px;
}

/* bselect default */
.bselect {
  display: inline-block;
  position: relative;
  white-space: nowrap;
  line-height: 25px;
}

.bselect .bselect-label,
.bselect .bselect-caret {
  background-color: #1b8478;
  cursor: pointer;
  display: inline-block;
  position: relative;
  color: #fff;
  font-size: 16px;
  border: 1px solid #e6e6e6;
  vertical-align: middle;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  backface-visibility: hidden;
  webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bselect .bselect-label:hover,
.bselect .bselect-caret:hover {
  background-color: #ffffff;
  color: #1b8478;
}

.bselect .bselect-label {
  overflow: hidden;
  padding: 4px 6px;
}

.bselect button.bselect-caret {
  margin-left: -1px;
  padding: 4px 5px;
  border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  line-height: 1em !important;
  background-color: #fff !important;
  height: 35px !important;
  box-shadow: none !important;
  border: 1px solid #e6e6e6 !important;
}

.bselect button.bselect-caret > .caret {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #1b8478;
  content: "";
  display: inline-block;
  height: 0;
  margin: 0 0 0;
  vertical-align: middle;
  width: 0;
}

.bselect input,
.bselect button {
  line-height: 25px;
}

.bselect.disabled .bselect-label,
.bselect.disabled .bselect-caret {
  background-image: none;
  box-shadow: none;
  cursor: not-allowed;
  transition: none 0s ease 0s;
}

.bselect .bselect-dropdown {
  display: none;
  left: 0;
  margin: 0 0 0;
  padding: 0;
  border-top: 0;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 3;
}

.bselect .bselect-search {
  display: none;
}

.bselect-search .bselect > .bselect-search-input,
.bselect-search .bselect > .bselect-search-icon {
  display: inline-block;
  height: 25px;
  vertical-align: middle;
}

.bselect .bselect-option-list {
  line-height: 25px;
  list-style: outside none none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  width: 100%;
}

.bselect .bselect-option {
  border: 1px solid #e6e6e6;
  border-top: 0;
}

.bselect .bselect-option:first-child {
  /* display: none;*/
}

.bselect .bselect-option > a {
  color: #fff;
  display: block;
  padding: 4px;
  text-decoration: none;
  white-space: normal;
  background: #1b8478;
  border-top: 0;
}

.bselect .bselect-option:focus a,
.bselect .bselect-option a:focus,
.bselect .bselect-option a:hover {
  background-color: #fff;
  color: #1b8478;
}

.bselect-option.active .bselect > a,
.bselect-option.active .bselect > a:hover {
  background-color: #fff;
  color: #1b8478;
}

.module-adv-search .bselect {
  display: inline-block;
  position: relative;
  white-space: nowrap;
  line-height: 25px;
  /* overwrite rule default */
}

.module-adv-search .bselect .bselect-label,
.module-adv-search .bselect .bselect-caret {
  background-color: #fff;
  cursor: pointer;
  display: inline-block;
  position: relative;
  color: #989898;
  font-size: 16px;
  border: 1px solid #7f7f7f;
  vertical-align: middle;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  backface-visibility: hidden;
  webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.module-adv-search .bselect .bselect-label:hover,
.module-adv-search .bselect .bselect-caret:hover {
  background-color: #fefefe;
  color: #fff;
}

.module-adv-search .bselect .bselect-label {
  overflow: hidden;
  padding: 4px 6px;
}

.module-adv-search .bselect button.bselect-caret {
  margin-left: -1px;
  padding: 4px 5px;
  border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  line-height: 1em !important;
  background-color: #989898 !important;
  height: 35px !important;
  box-shadow: none !important;
  border: 1px solid #7f7f7f !important;
}

.module-adv-search .bselect button.bselect-caret > .caret {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #fff;
  content: "";
  display: inline-block;
  height: 0;
  margin: 0 0 0;
  vertical-align: middle;
  width: 0;
}

.module-adv-search .bselect input,
.module-adv-search .bselect button {
  line-height: 25px;
}

.module-adv-search .bselect.disabled .bselect-label,
.module-adv-search .bselect.disabled .bselect-caret {
  background-image: none;
  box-shadow: none;
  cursor: not-allowed;
  transition: none 0s ease 0s;
}

.module-adv-search .bselect .bselect-dropdown {
  display: none;
  left: 0;
  margin: 0 0 0;
  padding: 0;
  border-top: 0;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 3;
}

.module-adv-search .bselect .bselect-search {
  display: none;
}

.bselect-search .module-adv-search .bselect > .bselect-search-input,
.bselect-search .module-adv-search .bselect > .bselect-search-icon {
  display: inline-block;
  height: 25px;
  vertical-align: middle;
}

.module-adv-search .bselect .bselect-option-list {
  line-height: 25px;
  list-style: outside none none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  width: 100%;
}

.module-adv-search .bselect .bselect-option {
  border: 1px solid #7f7f7f;
  border-top: 0;
}

.module-adv-search .bselect .bselect-option:first-child {
  /* display: none;*/
}

.module-adv-search .bselect .bselect-option > a {
  color: #989898;
  display: block;
  padding: 4px;
  text-decoration: none;
  white-space: normal;
  background: #fff;
  border-top: 0;
}

.module-adv-search .bselect .bselect-option:focus a,
.module-adv-search .bselect .bselect-option a:focus,
.module-adv-search .bselect .bselect-option a:hover {
  background-color: #989898;
  color: #fff;
}

.bselect-option.active .module-adv-search .bselect > a,
.bselect-option.active .module-adv-search .bselect > a:hover {
  background-color: #989898;
  color: #fff;
}

.module-adv-search .bselect .bselect-label {
  color: #000;
}

.module-adv-search .bselect .bselect-label:hover,
.module-adv-search .bselect .bselect-caret:hover {
  background-color: none;
  color: #000;
}

.module-adv-search .bselect .bselect-option {
  border-top: 0;
}

.module-adv-search .bselect .bselect-option > a {
  color: #000;
}

.bselect-inaccessible {
  border-bottom: 0 none !important;
  border-top: 0 none !important;
  clip: rect(0px, 0px, 0px, 0px) !important;
  display: block !important;
  height: 0 !important;
  left: -9999em !important;
  margin: 0 !important;
  min-height: 0 !important;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
  position: relative !important;
  top: -9999em !important;
  visibility: hidden !important;
}

@media (max-width: 1400px) {
  .scrollable-area {
	width: 98% !important;
	margin-left: 1% !important;
	margin-right: 1% !important;
  }
}

@media (max-width: 1024px) {
  .scrollable-area {
	width: 95% !important;
	margin-left: 2.5% !important;
	margin-right: 2.5% !important;
  }
}

/* scrollbars */
.jcf-scrollable {
  overflow: auto;
  height: 150px;
}

.jcf-scrollable-wrapper {
  box-sizing: content-box;
  position: relative;
  /* vertical */
  /* horizontal */
}

.jcf-scrollable-wrapper:hover .jcf-scrollbar-handle {
  background: #1b8478 !important;
}

.jcf-scrollable-wrapper:hover .jcf-scrollbar-dec:before {
  content: "";
  border-left: 5px solid transparent !important;
  border-right: 5px solid transparent !important;
  border-bottom: 5px solid #1b8478 !important;
  width: auto !important;
}

.jcf-scrollable-wrapper:hover .jcf-scrollbar-inc {
  top: auto;
  bottom: 0;
}

.jcf-scrollable-wrapper:hover .jcf-scrollbar-inc:before {
  content: "";
  border-left: 5px solid transparent !important;
  border-right: 5px solid transparent !important;
  border-top: 5px solid #1b8478 !important;
  width: auto !important;
}

.jcf-scrollable-wrapper .jcf-scrollbar-vertical {
  position: absolute;
  cursor: default;
  background: #fff;
  width: 15px;
  bottom: 0;
  right: 4.63535229px;
  top: 0;
}

.jcf-scrollable-wrapper .jcf-scrollbar-vertical .jcf-scrollbar-dec,
.jcf-scrollable-wrapper .jcf-scrollbar-vertical .jcf-scrollbar-inc {
  background: #fff;
  height: 15px;
  width: 15px;
  left: 0;
  top: 0;
  cursor: pointer;
}

.jcf-scrollable-wrapper .jcf-scrollbar-vertical .jcf-scrollbar-dec:before {
  content: "";
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  backface-visibility: hidden;
  webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #1b8478;
  width: auto;
  top: 0;
  display: block;
  text-align: center;
  width: 0;
  height: 0;
  margin-top: 1px;
}

.jcf-scrollable-wrapper .jcf-scrollbar-vertical .jcf-scrollbar-inc {
  top: auto;
  bottom: 0;
}

.jcf-scrollable-wrapper .jcf-scrollbar-vertical .jcf-scrollbar-inc:before {
  content: "";
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  backface-visibility: hidden;
  webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #1b8478;
  width: auto;
  top: 0;
  display: block;
  text-align: center;
  width: 0;
  height: 0;
  margin-top: 3px;
}

.jcf-scrollable-wrapper .jcf-scrollbar-vertical .jcf-scrollbar-handle {
  background: #1b8478;
  height: 1px;
  width: 4px;
  margin-left: 5.5px;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  backface-visibility: hidden;
  webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.jcf-scrollable-wrapper .jcf-scrollbar-horizontal {
  position: absolute;
  background: #fff;
  right: auto;
  top: auto;
  left: 0;
  bottom: 0;
  width: 1px;
  height: 15px;
  margin-bottom: 15px;
}

.jcf-scrollable-wrapper .jcf-scrollbar-horizontal .jcf-scrollbar-dec,
.jcf-scrollable-wrapper .jcf-scrollbar-horizontal .jcf-scrollbar-inc {
  background: #fff;
  height: 15px;
  width: 15px;
  left: 0;
  top: 0;
  cursor: pointer;
  position: absolute;
  z-index: 9;
}

.jcf-scrollable-wrapper .jcf-scrollbar-horizontal .jcf-scrollbar-inc {
  right: 0;
  margin: 0 !important;
  margin-top: 2px !important;
  left: auto;
}

.jcf-scrollable-wrapper .jcf-scrollbar-horizontal .jcf-scrollbar-inc:before {
  width: 0 !important;
  height: 0 !important;
  border-top: 10px solid transparent !important;
  border-bottom: 10px solid transparent !important;
  border-left: 10px solid #1b8478 !important;
  position: absolute;
  right: 0 !important;
  top: 0;
  margin-top: -2px !important;
}

.jcf-scrollable-wrapper .jcf-scrollbar-horizontal .jcf-scrollbar-dec {
  left: 0 !important;
  margin: 0 !important;
  right: auto !important;
  margin-top: 2px !important;
  height: 15px;
}

.jcf-scrollable-wrapper .jcf-scrollbar-horizontal .jcf-scrollbar-dec:before {
  width: 0 !important;
  height: 0 !important;
  border-top: 10px solid transparent !important;
  border-bottom: 10px solid transparent !important;
  border-right: 10px solid #1b8478 !important;
  position: absolute;
  left: 0 !important;
  margin-top: -2px !important;
  margin-left: -5px !important;
}

.jcf-scrollable-wrapper .jcf-scrollbar-horizontal .jcf-scrollbar-slider {
  display: inline-block;
  position: relative;
  height: 15px;
  margin-left: 15px;
  background: #fff;
}

.jcf-scrollable-wrapper .jcf-scrollbar-horizontal .jcf-scrollbar-handle {
  background: #1b8478;
  height: 4px;
  width: 4px;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  backface-visibility: hidden;
  webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  bottom: 0;
  top: auto;
  margin-bottom: 5px;
  z-index: 6;
}

.jcf-scrollable-wrapper .jcf-scrollbar.jcf-inactive .jcf-scrollbar-handle {
  visibility: hidden;
}

.jcf-scrollable-wrapper .jcf-scrollbar.jcf-inactive .jcf-scrollbar-dec,
.jcf-scrollable-wrapper .jcf-scrollbar.jcf-inactive .jcf-scrollbar-inc {
  background: #fff;
}

/*!
  *  Font Awesome 4.2.0 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('//netdna.bootstrapcdn.com/font-awesome/4.2.0/fonts/fontawesome-webfont.eot?v=4.2.0');
  src: url('//netdna.bootstrapcdn.com/font-awesome/4.2.0/fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'), url('//netdna.bootstrapcdn.com/font-awesome/4.2.0/fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'), url('//netdna.bootstrapcdn.com/font-awesome/4.2.0/fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'), url('//netdna.bootstrapcdn.com/font-awesome/4.2.0/fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  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.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  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: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

@-webkit-keyframes fa-spin {
  0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
  }
  100% {
	-webkit-transform: rotate(359deg);
	transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
  }
  100% {
	-webkit-transform: rotate(359deg);
	transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-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);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.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: #fff;
}

/* 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-remove:before,
.fa-close:before,
.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-photo:before,
.fa-image:before,
.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,
.fa-bar-chart: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-navicon:before,
.fa-reorder:before,
.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-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc: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-mail-reply-all:before,
.fa-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";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

/* add at your selector .icon-font-awesome(); + icon code. es: content: @fa-var-volume-down;  */
/* !! see example in: icon.less */
body {
  background-color: #FFFFFF;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  min-height: 100%;
}

body > #outer {
  height: auto;
  min-height: 90%;
}

body > #footer {
  height: auto;
  min-height: 10%;
}

.content {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* desktop view */
  /* desktop view */
  /* tablet view */
  margin: 0 auto;
  position: relative;
}

@media (min-width: 1400px) {
  .content {
	max-width: 1400px;
  }
}

@media (max-width: 1400px) {
  .content {
	max-width: 1400px;
  }
}

@media (max-width: 979px) {
  .content {
	max-width: 980px;
  }
}

.hidden {
  display: none;
}

img.placeholder {
  display: inline-block;
  background: #fff url(../../placeholder.jpg) no-repeat;
  background-position: center;
  background-size: 80px;
}

::selection {
  background: #FFE131;
  /* Safari */
  color: #333;
}

::-moz-selection {
  background: #FFE131;
  /* Firefox */
  color: #333;
}

::-webkit-input-placeholder {
  opacity: 1;
  color: #333;
}

:-moz-placeholder {
  /* Firefox 18- */
  opacity: 1;
  color: #333;
}

::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1;
  color: #333;
}

:-ms-input-placeholder {
  opacity: 1;
  color: #333;
}

#thesaurusContent img {
  max-width: 100%;
}

img.pull-left {
  margin-right: 9.27070457px;
}

img.pull-right {
  margin-left: 9.27070457px;
}

.no-img-display img {
  display: none !important;
}

.disabled {
  cursor: default;
  color: inherit;
  pointer-events: none;
}

.highlight {
  color: #1b8478;
}

/* figure */
.figure {
  background: #fff url(../images/simple-icon/ico-zoom.png) center no-repeat;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  backface-visibility: hidden;
  webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.figure:hover {
  opacity: 0.5;
  filter: alpha(opacity=0.5);
}

.figure img:hover {
  opacity: 0.5;
  filter: alpha(opacity=0.5);
}

.auto-margin {
  display: block !important;
  margin: 0 auto !important;
  float: none !important;
}

.red,
.error {
  color: #E64135;
}

.padding-top {
  padding-top: 15px;
}

.reset-padding-top {
  padding-top: 0;
}

.margin-top {
  margin-top: 15px;
}

.reset-margin-top {
  margin-top: 0;
}

.padding-bottom {
  padding-bottom: 15px;
}

.reset-padding-bottom {
  padding-bottom: 0;
}

.margin-bottom {
  margin-bottom: 15px;
}

.reset-margin-bottom {
  margin-bottom: 0;
}

.padding-left {
  padding-left: 15px;
}

.padding-right {
  padding-right: 15px;
}

.reset-all-padding {
  padding: 0 !important;
}

.hide {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

#main input[type="text"],
#main input[type="password"],
#main select {
  background: #fff;
  box-shadow: 0;
  color: #333;
  width: 100%;
  padding: 8px 6px 6px 6px;
  font-size: 18px;
  border: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 35px;
  font-family: 'PT Sans', sans-serif;
  line-height: 35px;
  border: 1px solid #1b8478;
}

@media screen and (min-width: 0px) {
  #main input[type="text"],
  #main input[type="password"],
  #main select {
	line-height: 1em !important;
	padding-top: auto !important;
  }
}

#main select {
  padding-top: 5px;
}

#main input[type="submit"],
#main button,
#main input[type="reset"] {
  background: #333;
  width: auto;
  text-align: center;
  color: #fff;
  line-height: 1em;
  height: 35px;
  display: inline-block;
  padding: 9px 15px 10px 15px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  font-size: 18px;
  font-family: 'PT Sans', sans-serif;
  text-decoration: none;
  border: 1px solid #999999;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  backface-visibility: hidden;
  webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: 0 !important;
}

#main input[type="submit"].small,
#main button.small,
#main input[type="reset"].small {
  font-size: 14px;
  padding-left: 9.27070457px;
  padding-right: 9.27070457px;
  height: 30px;
}

#main input[type="submit"].water-sea,
#main button.water-sea,
#main input[type="reset"].water-sea {
  background: #1b8478;
}

#main input[type="submit"].light-gray,
#main button.light-gray,
#main input[type="reset"].light-gray {
  background: #666666;
}

#main input[type="submit"]:hover,
#main button:hover,
#main input[type="reset"]:hover {
  text-decoration: none;
}

#main input[type="submit"].search,
#main button.search,
#main input[type="reset"].search {
  background: #1b8478;
}

#main input[type="submit"].reset,
#main button.reset,
#main input[type="reset"].reset {
  background: #989898;
}

#main textarea {
  border: 1px solid #999999;
  width: 100%;
  padding: 4px;
  height: 150px;
}

.show-nav-for-iphone {
  display: none;
}

/* define bg-box */
.bg-gray,
.bg-water-sea {
  background-color: #333;
  color: #fff;
}

.bg-gray a,
.bg-water-sea a {
  color: #fff;
}

.bg-gray input[type="text"],
.bg-water-sea input[type="text"],
.bg-gray select,
.bg-water-sea select {
  background-color: #1b8478 !important;
  border: 1px solid #fff !important;
}

.bg-gray input[type="text"].search,
.bg-water-sea input[type="text"].search {
  padding-left: 27.81211372px !important;
  background: url(../images/simple-icon/ico-search.png) 8px 10px no-repeat !important;
}

.bg-gray select,
.bg-water-sea select {
  color: #fff !important;
}

.bg-gray ::-webkit-input-placeholder,
.bg-water-sea ::-webkit-input-placeholder {
  opacity: 1;
  color: #fff;
}

.bg-gray :-moz-placeholder,
.bg-water-sea :-moz-placeholder {
  /* Firefox 18- */
  opacity: 1;
  color: #fff;
}

.bg-gray ::-moz-placeholder,
.bg-water-sea ::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1;
  color: #fff;
}

.bg-gray :-ms-input-placeholder,
.bg-water-sea :-ms-input-placeholder {
  opacity: 1;
  color: #fff;
}

.bg-gray h1,
.bg-water-sea h1,
.bg-gray h2,
.bg-water-sea h2,
.bg-gray h3,
.bg-water-sea h3,
.bg-gray h4,
.bg-water-sea h4,
.bg-gray p,
.bg-water-sea p {
  color: #fff;
}

.bg-gray h1 a,
.bg-water-sea h1 a,
.bg-gray h2 a,
.bg-water-sea h2 a,
.bg-gray h3 a,
.bg-water-sea h3 a,
.bg-gray h4 a,
.bg-water-sea h4 a,
.bg-gray p a,
.bg-water-sea p a {
  color: #fff;
}

.bg-gray.have-border,
.bg-water-sea.have-border {
  border: 1px solid #fff;
  border-left: 0;
  border-top: 0;
  border-bottom: 0;
}

.bg-gray.have-border.last,
.bg-water-sea.have-border.last {
  border-right: 0;
}

.bg-water-sea {
  background-color: #1b8478;
}

.bg-water-sea input[type="text"] {
  color: #fff !important;
}

.bg-water-sea .wrapper-link {
  background-color: #125a52;
}

.bg-water-sea .wrapper-link.bg-transparent {
  background: none;
}

.link-go-to {
  text-transform: uppercase;
  text-decoration: none;
}

.link-go-to.black {
  color: #000;
}

.link-go-to.black:hover {
  color: #1b8478;
}

.wrapper-link {
  padding-bottom: 4.63535229px;
  padding-top: 4.63535229px;
  padding-left: 15px;
  padding-right: 15px;
  height: 30px;
}

.wrapper-link .pull-right p.pull-left {
  margin: 0 !important;
  padding: 0 !important;
  margin-left: 24.27px !important;
}

.wrapper-link.transparent {
  background-color: transparent;
}

.wrapper-link.padding-bottom {
  height: 37.5px;
}

.wrapper-link.padding-bottom .link-go-to {
  padding-top: 4.63535229px;
}

.wrapper-link .block-info {
  font-size: 24px;
  display: inline-block;
  font-style: italic;
  margin-top: -4.63535229px;
}

.wrapper-link.bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
}

.count-result {
  font-size: 14px;
  font-weight: 600;
}

/* block-form */
.block-form {
  position: relative;
}

.block-form .block-row-field p {
  padding: 0;
  margin: 0;
}

.block-form .link-to-reset-form a {
  color: #fff;
  background: #1b8478;
  font-size: 12px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 2px 6px;
  text-decoration: none;
}

.block-form .wrapper-checkbox {
  display: inline-block;
  margin-right: 9.27070457px;
}

.block-form .block-field {
  border-top: 1px solid transparent;
}

.block-form .block-field textarea {
  margin-bottom: 15px;
}

.block-form .block-field p {
  padding: 0;
  margin: 0;
  padding-bottom: 9.27070457px;
}

.block-form .block-field p.pull-left {
  margin-right: 5px;
}

.block-form .block-field p.pull-right {
  margin-right: 15px;
}

.block-form .block-field p.pull-right:first-child {
  margin-right: 0;
}

.block-form .block-field p .ico-mail-FFF {
  margin-top: 5px;
}

.block-form .privacy-term {
  position: relative;
  padding-left: 0;
}

.block-form .privacy-term input[type="checkbox"] {
  display: inline;
}

.block-form .privacy-term a {
  text-decoration: underline;
}

.block-form .privacy-term .privacy-condition {
  font-size: 13px;
  line-height: 1.2em;
  padding: 0 !important;
  margin: 0 !important;
}

/* btn */
.btn-cart {
  position: relative;
  display: inline-block;
}

.btn-cart .ico-cart-333,
.btn-cart .ico-cart-FFF {
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  backface-visibility: hidden;
  webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.btn-cart:hover .ico-cart-333,
.btn-cart:hover .ico-cart-FFF {
  opacity: 0.5;
  filter: alpha(opacity=0.5);
}

.btn-cart .ico-info-333,
.btn-cart .ico-info-FFF {
  position: absolute;
  left: 0;
  top: 0;
  margin-left: -6px;
}

.absolute {
  position: absolute !important;
}

.absolute.right {
  right: 0 !important;
}

.btn-filter {
  position: relative;
  font-size: 12px;
  padding-left: 20px;
}

.btn-filter:before {
  content: "";
  background-image: url('../images/images_darkest.png');
  background-repeat: no-repeat;
  -webkit-background-size: 128px 110px;
  -moz-background-size: 128px 110px;
  background-size: 128px 110px;
  background-position: -77px -95px;
  width: 14px;
  height: 14px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (-webkit-min-device-pixel-ratio: 1), screen and (min--moz-device-pixel-ratio: 1), screen and (-o-min-device-pixel-ratio: 100/100), screen and (min-device-pixel-ratio: 1), screen and (min-resolution: 1dppx) {
  .btn-filter:before {
	background-image: url('../images/images_darkest.png');
  }
}

.simple-dl dt,
.simple-dl dd {
  float: left;
  margin: 0;
  padding: 0;
}

@media (max-width: 480px) {
  .simple-dl dt,
  .simple-dl dd {
	clear: both;
	width: 100% !important;
	float: none;
	display: block;
  }
}

.simple-dl dt {
  font-weight: 600;
  color: #666666;
  clear: left;
  padding-right: 9.27070457px;
  width: 25%;
}

@media (max-width: 480px) {
  .simple-dl dt {
	margin: 0 !important;
	padding: 0 !important;
	padding-top: 15px !important;
  }
}

.simple-dl dd {
  width: 75%;
}

@media (max-width: 480px) {
  .simple-dl dd {
	padding-left: 15px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px;
  }
}

#detail-testata dt,
dd {
  width: 65% !important;
}

#detail-testata dt {
  width: 35% !important;
}

.title-dt {
  width: 100% !important;
  padding-bottom: 20px !important;
}

.selected {
  color: #000000;
  font-weight: bold;
}

.js-disabled {
  pointer-events: none;
  cursor: default;
}

.no-border {
  border: 0px !important;
}

.background-white {
  background-color: #FFFFFF;
}

@media (max-width: 1024px) {
  #colorbox {
	position: absolute !important;
	left: 0 !important;
	bottom: 0 !important;
	right: 0 !important;
	top: 0 !important;
	margin: auto !important;
	padding: 0 !important;
	width: 100% !important;
	max-width: 800px !important;
  }
  
  #cboxWrapper {
	width: 100% !important;
	max-width: 800px !important;
	height: auto !important;
	position: absolute !important;
	left: 0 !important;
	bottom: 0 !important;
	right: 0 !important;
	top: 0 !important;
	margin: auto !important;
  }
  
  #cboxContent {
	width: 100% !important;
	max-width: 100% !important;
	height: auto !important;
  }
  
  #cboxLoadedContent {
	height: auto !important;
	width: 100% !important;
	max-width: 100% !important;
  }
  
  #cboxLoadedContent .cboxPhoto {
	width: 100% !important;
	max-width: 100% !important;
	height: auto !important;
	max-height: auto !important;
  }
}

/* general class and element */
/* H */
h1,
h2,
h3,
h4 {
  line-height: 1em;
  padding: 0;
  margin: 0;
  color: #333;
}

/* a */
a {
  color: #1b8478;
  text-decoration: underline;
  outline: none !important;
}

a:hover {
  text-decoration: none;
}

.color-gray {
  color: #999;
}

/* content-align */
.content-align-center,
.content-align-center p {
  text-align: center !important;
}

.content-align-left,
.content-align-left p {
  text-align: left !important;
}

.content-align-right,
.content-align-right p {
  text-align: right !important;
}

/* text-transform */
.uppercase {
  text-transform: uppercase;
}

/* text-align */
.text-align-center {
  text-align: center !important;
}

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

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

.btn-link {
  background: #333;
  width: auto;
  text-align: center;
  color: #fff;
  line-height: 1em;
  height: 35px;
  display: inline-block;
  padding: 9px 15px 10px 15px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  font-size: 18px;
  font-family: 'PT Sans', sans-serif;
  text-decoration: none;
  border: 1px solid #999999;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  backface-visibility: hidden;
  webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: 0 !important;
}

.btn-link.small {
  font-size: 14px;
  padding-left: 9.27070457px;
  padding-right: 9.27070457px;
  height: 30px;
}

.btn-link.water-sea {
  background: #1b8478;
}

.btn-link.light-gray {
  background: #666666;
}

.btn-link:hover {
  text-decoration: none;
}

.small-text {
  font-size: 11px !important;
}

.titoletti {
  font-size: 14px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.style-italic {
  font-style: italic;
}

/* font-weight */
.font-weight.thin {
  font-weight: 100;
}

.font-weight.light {
  font-weight: 300;
}

.font-weight.regular {
  font-weight: 400;
}

.font-weight.semibold {
  font-weight: 500;
}

.font-weight.bold {
  font-weight: 700;
}

/* text formatting */
.wrapper-icon {
  background: #000;
  display: block;
  text-align: center;
}

.icon {
  display: inline-block;
  text-indent: -9999px;
}

.icon.pull-left {
  margin-right: 5px;
}

/* font awesome icon alignment */
.fa-dx:before {
  float: right;
  margin-left: 7.5px;
}

.fa-sx:before {
  float: left;
  margin-right: 7.5px;
}

/* font awesome icon in pseudoclass */
/* es */
/*
 .fa-download {
   &:before {
     .icon-font-awesome();
     content: @fa-var-download;
     display:block;
     font-size:22px;
   }
 }*/
.ico-user {
  background-image: url('../images/images_darkest.png');
  background-repeat: no-repeat;
  -webkit-background-size: 128px 110px;
  -moz-background-size: 128px 110px;
  background-size: 128px 110px;
  background-position: -24px -71px;
  width: 20px;
  height: 22px;
}

@media screen and (-webkit-min-device-pixel-ratio: 1), screen and (min--moz-device-pixel-ratio: 1), screen and (-o-min-device-pixel-ratio: 100/100), screen and (min-device-pixel-ratio: 1), screen and (min-resolution: 1dppx) {
  .ico-user {
	background-image: url('../images/images_darkest.png');
  }
}

.ico-menu {
  background-image: url('../images/images_darkest.png');
  background-repeat: no-repeat;
  -webkit-background-size: 128px 110px;
  -moz-background-size: 128px 110px;
  background-size: 128px 110px;
  background-position: 0 0;
  width: 25px;
  height: 25px;
}

@media screen and (-webkit-min-device-pixel-ratio: 1), screen and (min--moz-device-pixel-ratio: 1), screen and (-o-min-device-pixel-ratio: 100/100), screen and (min-device-pixel-ratio: 1), screen and (min-resolution: 1dppx) {
  .ico-menu {
	background-image: url('../images/images_darkest.png');
  }
}

.ico-next {
  background-image: url('../images/images_darkest.png');
  background-repeat: no-repeat;
  -webkit-background-size: 128px 110px;
  -moz-background-size: 128px 110px;
  background-size: 128px 110px;
  background-position: -115px -39px;
  width: 13px;
  height: 13px;
}

@media screen and (-webkit-min-device-pixel-ratio: 1), screen and (min--moz-device-pixel-ratio: 1), screen and (-o-min-device-pixel-ratio: 100/100), screen and (min-device-pixel-ratio: 1), screen and (min-resolution: 1dppx) {
  .ico-next {
	background-image: url('../images/images_darkest.png');
  }
}

.ico-next-333 {
  background-image: url('../images/images_darkest.png');
  background-repeat: no-repeat;
  -webkit-background-size: 128px 110px;
  -moz-background-size: 128px 110px;
  background-size: 128px 110px;
  background-position: -115px -52px;
  width: 13px;
  height: 13px;
}

@media screen and (-webkit-min-device-pixel-ratio: 1), screen and (min--moz-device-pixel-ratio: 1), screen and (-o-min-device-pixel-ratio: 100/100), screen and (min-device-pixel-ratio: 1), screen and (min-resolution: 1dppx) {
  .ico-next-333 {
	background-image: url('../images/images_darkest.png');
  }
}

.ico-next-arrow-333 {
  background-image: url('../images/images_darkest.png');
  background-repeat: no-repeat;
  -webkit-background-size: 128px 110px;
  -moz-background-size: 128px 110px;
  background-size: 128px 110px;
  background-position: -115px -52px;
  width: 13px;
  height: 13px;
}

@media screen and (-webkit-min-device-pixel-ratio: 1), screen and (min--moz-device-pixel-ratio: 1), screen and (-o-min-device-pixel-ratio: 100/100), screen and (min-device-pixel-ratio: 1), screen and (min-resolution: 1dppx) {
  .ico-next-arrow-333 {
	background-image: url('../images/images_darkest.png');
  }
}

.ico-next-24B3A3 {
  background-image: url('../images/images_darkest.png');
  background-repeat: no-repeat;
  -webkit-background-size: 128px 110px;
  -moz-background-size: 128px 110px;
  background-size: 128px 110px;
  background-position: -115px -65px;
  width: 13px;
  height: 12px;
}

@media screen and (-webkit-min-device-pixel-ratio: 1), screen and (min--moz-device-pixel-ratio: 1), screen and (-o-min-device-pixel-ratio: 100/100), screen and (min-device-pixel-ratio: 1), screen and (min-resolution: 1dppx) {
  .ico-next-24B3A3 {
	background-image: url('../images/images_darkest.png');
  }
}

.ico-prev {
  background-image: url('../images/images_darkest.png');
  background-repeat: no-repeat;
  -webkit-background-size: 128px 110px;
  -moz-background-size: 128px 110px;
  background-size: 128px 110px;
  background-position: -115px -26px;
  width: 13px;
  height: 13px;
}

@media screen and (-webkit-min-device-pixel-ratio: 1), screen and (min--moz-device-pixel-ratio: 1), screen and (-o-min-device-pixel-ratio: 100/100), screen and (min-device-pixel-ratio: 1), screen and (min-resolution: 1dppx) {
  .ico-prev {
	background-image: url('../images/images_darkest.png');
  }
}

.ico-share {
  background-image: url('../images/images_darkest.png');
  background-repeat: no-repeat;
  -webkit-background-size: 128px 110px;
  -moz-background-size: 128px 110px;
  background-size: 128px 110px;
  background-position: -25px 0;
  width: 24px;
  height: 24px;
}

@media screen and (-webkit-min-device-pixel-ratio: 1), screen and (min--moz-device-pixel-ratio: 1), screen and (-o-min-device-pixel-ratio: 100/100), screen and (min-device-pixel-ratio: 1), screen and (min-resolution: 1dppx) {
  .ico-share {
	background-image: url('../images/images_darkest.png');
  }
}

.ico-print {
  background-image: url('../images/images_darkest.png');
  background-repeat: no-repeat;
  -webkit-background-size: 128px 110px;
  -moz-background-size: 128px 110px;
  background-size: 128px 110px;
  background-position: -49px -24px;
  width: 24px;
  height: 22px;
}

@media screen and (-webkit-min-device-pixel-ratio: 1), screen and (min--moz-device-pixel-ratio: 1), screen and (-o-min-device-pixel-ratio: 100/100), screen and (min-device-pixel-ratio: 1), screen and (min-resolution: 1dppx) {
  .ico-print {
	background-image: url('../images/images_darkest.png');
  }
}

.ico-full-text-FFF {
  background-image: url('../images/images_darkest.png');
  background-repeat: no-repeat;
  -webkit-background-size: 128px 110px;
  -moz-background-size: 128px 110px;
  background-size: 128px 110px;
  background-position: -24px -47px;
  width: 24px;
  height: 24px;
}

@media screen and (-webkit-min-device-pixel-ratio: 1), screen and (min--moz-device-pixel-ratio: 1), screen and (-o-min-device-pixel-ratio: 100/100), screen and (min-device-pixel-ratio: 1), screen and (min-resolution: 1dppx) {
  .ico-full-text-FFF {
	background-image: url('../images/images_darkest.png');
  }
}

.ico-save-FFF {
  background-image: url('../images/images_darkest.png');
  background-repeat: no-repeat;
  -webkit-background-size: 128px 110px;
  -moz-background-size: 128px 110px;
  background-size: 128px 110px;
  background-position: -49px 0;
  width: 24px;
  height: 24px;
}

@media screen and (-webkit-min-device-pixel-ratio: 1), screen and (min--moz-device-pixel-ratio: 1), screen and (-o-min-device-pixel-ratio: 100/100), screen and (min-device-pixel-ratio: 1), screen and (min-resolution: 1dppx) {
  .ico-save-FFF {
	background-image: url('../images/images_darkest.png');
  }
}

.ico-mail-FFF {
  background-image: url('../images/images_darkest.png');
  background-repeat: no-repeat;
  -webkit-background-size: 128px 110px;
  -moz-background-size: 128px 110px;
  background-size: 128px 110px;
  background-position: -44px -71px;
  width: 22px;
  height: 15px;
}

@media screen and (-webkit-min-device-pixel-ratio: 1), screen and (min--moz-device-pixel-ratio: 1), screen and (-o-min-device-pixel-ratio: 100/100), screen and (min-device-pixel-ratio: 1), screen and (min-resolution: 1dppx) {
  .ico-mail-FFF {
	background-image: url('../images/images_darkest.png');
  }
}

.ico-file-333 {
  background-image: url('../images/images_darkest.png');
  background-repeat: no-repeat;
  -webkit-background-size: 128px 110px;
  -moz-background-size: 128px 110px;
  background-size: 128px 110px;
  background-position: -48px -47px;
  width: 18px;
  height: 24px;
}

@media screen and (-webkit-min-device-pixel-ratio: 1), screen and (min--moz-device-pixel-ratio: 1), screen and (-o-min-device-pixel-ratio: 100/100), screen and (min-device-pixel-ratio: 1), screen and (min-resolution: 1dppx) {
  .ico-file-333 {
	background-image: url('../images/images_darkest.png');
  }
}

.ico-eye-333 {
  background-image: url('../images/images_darkest.png');
  background-repeat: no-repeat;
  -webkit-background-size: 128px 110px;
  -moz-background-size: 128px 110px;
  background-size: 128px 110px;
  background-position: -24px -25px;
  width: 24px;
  height: 14px;
}

@media screen and (-webkit-min-device-pixel-ratio: 1), screen and (min--moz-device-pixel-ratio: 1), screen and (-o-min-device-pixel-ratio: 100/100), screen and (min-device-pixel-ratio: 1), screen and (min-resolution: 1dppx) {
  .ico-eye-333 {
	background-image: url('../images/images_darkest.png');
  }
}

.ico-bookmark-333 {
  background-image: url('../images/images_darkest.png');
  background-repeat: no-repeat;
  -webkit-background-size: 128px 110px;
  -moz-background-size: 128px 110px;
  background-size: 128px 110px;
  background-position: 0 -71px;
  width: 24px;
  height: 24px;
}

@media screen and (-webkit-min-device-pixel-ratio: 1), screen and (min--moz-device-pixel-ratio: 1), screen and (-o-min-device-pixel-ratio: 100/100), screen and (min-device-pixel-ratio: 1), screen and (min-resolution: 1dppx) {
  .ico-bookmark-333 {
	background-image: url('../images/images_darkest.png');
  }
}

.ico-cart-333 {
  background-image: url('../images/images_darkest.png');
  background-repeat: no-repeat;
  -webkit-background-size: 128px 110px;
  -moz-background-size: 128px 110px;
  background-size: 128px 110px;
  background-position: -91px -21px;
  width: 24px;
  height: 21px;
}

@media screen and (-webkit-min-device-pixel-ratio: 1), screen and (min--moz-device-pixel-ratio: 1), screen and (-o-min-device-pixel-ratio: 100/100), screen and (min-device-pixel-ratio: 1), screen and (min-resolution: 1dppx) {
  .ico-cart-333 {
	background-image: url('../images/images_darkest.png');
  }
}

.ico-cart-FFF {
  background-image: url('../images/images_darkest.png');
  background-repeat: no-repeat;
  -webkit-background-size: 128px 110px;
  -moz-background-size: 128px 110px;
  background-size: 128px 110px;
  background-position: -91px 0;
  width: 24px;
  height: 21px;
}

@media screen and (-webkit-min-device-pixel-ratio: 1), screen and (min--moz-device-pixel-ratio: 1), screen and (-o-min-device-pixel-ratio: 100/100), screen and (min-device-pixel-ratio: 1), screen and (min-resolution: 1dppx) {
  .ico-cart-FFF {
	background-image: url('../images/images_darkest.png');
  }
}

.ico-info-333 {
  background-image: url('../images/images_darkest.png');
  background-repeat: no-repeat;
  -webkit-background-size: 128px 110px;
  -moz-background-size: 128px 110px;
  background-size: 128px 110px;
  background-position: -115px -13px;
  width: 13px;
  height: 13px;
}

@media screen and (-webkit-min-device-pixel-ratio: 1), screen and (min--moz-device-pixel-ratio: 1), screen and (-o-min-device-pixel-ratio: 100/100), screen and (min-device-pixel-ratio: 1), screen and (min-resolution: 1dppx) {
  .ico-info-333 {
	background-image: url('../images/images_darkest.png');
  }
}

.ico-info-FFF {
  background-image: url('../images/images_darkest.png');
  background-repeat: no-repeat;
  -webkit-background-size: 128px 110px;
  -moz-background-size: 128px 110px;
  background-size: 128px 110px;
  background-position: -115px 0;
  width: 13px;
  height: 13px;
}

@media screen and (-webkit-min-device-pixel-ratio: 1), screen and (min--moz-device-pixel-ratio: 1), screen and (-o-min-device-pixel-ratio: 100/100), screen and (min-device-pixel-ratio: 1), screen and (min-resolution: 1dppx) {
  .ico-info-FFF {
	background-image: url('../images/images_darkest.png');
  }
}

.ico-book {
  background-image: url('../images/images_darkest.png');
  background-repeat: no-repeat;
  -webkit-background-size: 128px 110px;
  -moz-background-size: 128px 110px;
  background-size: 128px 110px;
  background-position: -91px -42px;
  width: 23px;
  height: 24px;
}

@media screen and (-webkit-min-device-pixel-ratio: 1), screen and (min--moz-device-pixel-ratio: 1), screen and (-o-min-device-pixel-ratio: 100/100), screen and (min-device-pixel-ratio: 1), screen and (min-resolution: 1dppx) {
  .ico-book {
	background-image: url('../images/images_darkest.png');
  }
}

.ico-xml {
  background-image: url('../images/images_darkest.png');
  background-repeat: no-repeat;
  -webkit-background-size: 128px 110px;
  -moz-background-size: 128px 110px;
  background-size: 128px 110px;
  background-position: -73px 0;
  width: 18px;
  height: 24px;
}

@media screen and (-webkit-min-device-pixel-ratio: 1), screen and (min--moz-device-pixel-ratio: 1), screen and (-o-min-device-pixel-ratio: 100/100), screen and (min-device-pixel-ratio: 1), screen and (min-resolution: 1dppx) {
  .ico-xml {
	background-image: url('../images/images_darkest.png');
  }
}

.ico-newspaper-FFF {
  background-image: url('../images/images_darkest.png');
  background-repeat: no-repeat;
  -webkit-background-size: 128px 110px;
  -moz-background-size: 128px 110px;
  background-size: 128px 110px;
  background-position: 0 -47px;
  width: 24px;
  height: 24px;
}

@media screen and (-webkit-min-device-pixel-ratio: 1), screen and (min--moz-device-pixel-ratio: 1), screen and (-o-min-device-pixel-ratio: 100/100), screen and (min-device-pixel-ratio: 1), screen and (min-resolution: 1dppx) {
  .ico-newspaper-FFF {
	background-image: url('../images/images_darkest.png');
  }
}

.ico-rewind-333 {
  background-image: url('../images/images_darkest.png');
  background-repeat: no-repeat;
  -webkit-background-size: 128px 110px;
  -moz-background-size: 128px 110px;
  background-size: 128px 110px;
  background-position: -96px -71px;
  width: 15px;
  height: 15px;
}

@media screen and (-webkit-min-device-pixel-ratio: 1), screen and (min--moz-device-pixel-ratio: 1), screen and (-o-min-device-pixel-ratio: 100/100), screen and (min-device-pixel-ratio: 1), screen and (min-resolution: 1dppx) {
  .ico-rewind-333 {
	background-image: url('../images/images_darkest.png');
  }
}

.ico-rewind-333:hover {
  background-image: url('../images/images_darkest.png');
  background-repeat: no-repeat;
  -webkit-background-size: 128px 110px;
  -moz-background-size: 128px 110px;
  background-size: 128px 110px;
  background-position: 0 -95px;
  width: 15px;
  height: 15px;
}

@media screen and (-webkit-min-device-pixel-ratio: 1), screen and (min--moz-device-pixel-ratio: 1), screen and (-o-min-device-pixel-ratio: 100/100), screen and (min-device-pixel-ratio: 1), screen and (min-resolution: 1dppx) {
  .ico-rewind-333:hover {
	background-image: url('../images/images_darkest.png');
  }
}

.ico-back-333 {
  background-image: url('../images/images_darkest.png');
  background-repeat: no-repeat;
  -webkit-background-size: 128px 110px;
  -moz-background-size: 128px 110px;
  background-size: 128px 110px;
  background-position: -45px -95px;
  width: 8px;
  height: 15px;
}

@media screen and (-webkit-min-device-pixel-ratio: 1), screen and (min--moz-device-pixel-ratio: 1), screen and (-o-min-device-pixel-ratio: 100/100), screen and (min-device-pixel-ratio: 1), screen and (min-resolution: 1dppx) {
  .ico-back-333 {
	background-image: url('../images/images_darkest.png');
  }
}

.ico-back-333:hover {
  background-image: url('../images/images_darkest.png');
  background-repeat: no-repeat;
  -webkit-background-size: 128px 110px;
  -moz-background-size: 128px 110px;
  background-size: 128px 110px;
  background-position: -53px -95px;
  width: 8px;
  height: 15px;
}

@media screen and (-webkit-min-device-pixel-ratio: 1), screen and (min--moz-device-pixel-ratio: 1), screen and (-o-min-device-pixel-ratio: 100/100), screen and (min-device-pixel-ratio: 1), screen and (min-resolution: 1dppx) {
  .ico-back-333:hover {
	background-image: url('../images/images_darkest.png');
  }
}

.ico-forward-333 {
  background-image: url('../images/images_darkest.png');
  background-repeat: no-repeat;
  -webkit-background-size: 128px 110px;
  -moz-background-size: 128px 110px;
  background-size: 128px 110px;
  background-position: -15px -95px;
  width: 15px;
  height: 15px;
}

@media screen and (-webkit-min-device-pixel-ratio: 1), screen and (min--moz-device-pixel-ratio: 1), screen and (-o-min-device-pixel-ratio: 100/100), screen and (min-device-pixel-ratio: 1), screen and (min-resolution: 1dppx) {
  .ico-forward-333 {
	background-image: url('../images/images_darkest.png');
  }
}

.ico-forward-333:hover {
  background-image: url('../images/images_darkest.png');
  background-repeat: no-repeat;
  -webkit-background-size: 128px 110px;
  -moz-background-size: 128px 110px;
  background-size: 128px 110px;
  background-position: -30px -95px;
  width: 15px;
  height: 15px;
}

@media screen and (-webkit-min-device-pixel-ratio: 1), screen and (min--moz-device-pixel-ratio: 1), screen and (-o-min-device-pixel-ratio: 100/100), screen and (min-device-pixel-ratio: 1), screen and (min-resolution: 1dppx) {
  .ico-forward-333:hover {
	background-image: url('../images/images_darkest.png');
  }
}

.ico-next-333 {
  background-image: url('../images/images_darkest.png');
  background-repeat: no-repeat;
  -webkit-background-size: 128px 110px;
  -moz-background-size: 128px 110px;
  background-size: 128px 110px;
  background-position: -61px -95px;
  width: 8px;
  height: 15px;
}

@media screen and (-webkit-min-device-pixel-ratio: 1), screen and (min--moz-device-pixel-ratio: 1), screen and (-o-min-device-pixel-ratio: 100/100), screen and (min-device-pixel-ratio: 1), screen and (min-resolution: 1dppx) {
  .ico-next-333 {
	background-image: url('../images/images_darkest.png');
  }
}

.ico-next-333:hover {
  background-image: url('../images/images_darkest.png');
  background-repeat: no-repeat;
  -webkit-background-size: 128px 110px;
  -moz-background-size: 128px 110px;
  background-size: 128px 110px;
  background-position: -69px -95px;
  width: 8px;
  height: 15px;
}

@media screen and (-webkit-min-device-pixel-ratio: 1), screen and (min--moz-device-pixel-ratio: 1), screen and (-o-min-device-pixel-ratio: 100/100), screen and (min-device-pixel-ratio: 1), screen and (min-resolution: 1dppx) {
  .ico-next-333:hover {
	background-image: url('../images/images_darkest.png');
  }
}

.ico-map {
  background-image: url('../images/images_darkest.png');
  background-repeat: no-repeat;
  -webkit-background-size: 128px 110px;
  -moz-background-size: 128px 110px;
  background-size: 128px 110px;
  background-position: -73px -24px;
  width: 17px;
  height: 16px;
}

@media screen and (-webkit-min-device-pixel-ratio: 1), screen and (min--moz-device-pixel-ratio: 1), screen and (-o-min-device-pixel-ratio: 100/100), screen and (min-device-pixel-ratio: 1), screen and (min-resolution: 1dppx) {
  .ico-map {
	background-image: url('../images/images_darkest.png');
  }
}

/* icon define sprite images */
/* outer */
#outer {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}

/* header */
#header {
  min-height: 158px;
  /* js-btn-menu */
  /* module-wrapper-menu */
  /* block-site-logo */
}

#header .content {
  position: relative;
}

#header .content:before {
  content: "";
  position: absolute;
  width: 49.95%;
  top: 0;
  left: 0;
  border-right: 1px solid #fff;
  display: block;
  background: #333;
}

#header .block-wrapper-logo {
  min-height: 220px;
  display: flex;
  align-items: center;
}

#header.show-menu .module-wrapper-menu {
  -moz-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  backface-visibility: hidden;
  webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%;
  position: absolute;
}

#header.show-menu .js-btn-menu.close {
  display: block;
}

#header .js-btn-menu.close {
  display: none;
}

#header .js-btn-menu.close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 999;
  text-transform: uppercase;
  font-size: 13px;
  opacity: 1;
  filter: alpha(opacity=1);
  line-height: 1em;
  display: block;
  margin-top: 30px;
  margin-right: 30px;
}

#header .js-btn-menu.close a {
  color: #fff;
  text-decoration: none;
  font-family: 'PT Sans', sans-serif;
  font-weight: 400;
}

#header .js-btn-menu.close a:after {
  content: "X";
  display: inline-block;
  padding-left: 5px;
}

#header .module-wrapper-menu {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  background: #1b8478;
  background: url(../images/asset/opacity.png) repeat;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  backface-visibility: hidden;
  webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 0;
  min-height: inherit;
  min-height: 0;
  overflow: hidden;
}

@media (max-width: 690px) {
  #header .module-wrapper-menu .block-menu .block-title {
	padding-bottom: 15px;
  }
}

@media (max-width: 690px) {
  #header .module-wrapper-menu .block-menu .block-sub-title {
	padding-bottom: 15px;
  }
}

@media (max-width: 690px) {
  #header .module-wrapper-menu .block-menu {
	padding: 10px;
  }
}

@media (max-width: 690px) {
  #header .module-wrapper-menu .block-menu ul li {
	display: block;
  }
  
  #header .module-wrapper-menu .block-menu ul li a {
	width: 100%;
	display: block;
	padding-bottom: 10px;
	clear: both;
	float: none;
	padding-left: 0 !important;
	border: 0;
  }
}

#header .delimiter {
  width: 100%;
  display: block;
  clear: both;
  background: #1b8478;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 24.27px;
}

@media (max-width: 690px) {
  #header .delimiter {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0;
	padding-bottom: 15px;
  }
}

#header .delimiter:before {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background: rgba(255, 255, 255, 0.3);
}

#header .block-sub-title {
  font-size: 24px;
  line-height: 1em;
  font-weight: 300;
}

#header .block-site-logo {
  width: 100%;
  display: block;
  background: url(../images/logo_ic.png) 0 10px no-repeat;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}

#header .block-site-logo a {
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}

#header .block-site-logo .block-title {
  font-size: 60px;
  font-weight: 100;
  padding-left: 90px;
  padding-bottom: 3px;
  line-height: 1em;
  padding-top: 4px;
}

@media screen and (max-width:1130px) {
  #header .block-site-logo .block-title {
    font-size: 51px;
  }
}

#header .block-site-logo .block-sub-title {
  font-size: 16px;
  line-height: 1em;
  font-family: 'PT Sans', sans-serif;
  font-weight: lighter;
  padding-left: 95px;
}

/* block-menu */
.block-menu {
  padding: 30px;
  padding-bottom: 0;
  padding-top: 24.27px;
  background: #1b8478;
}

.block-menu:last-child {
  padding-bottom: 24.27px;
}

.block-menu .block-title,
.block-menu .block-sub-title {
  font-size: 35px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 300;
  padding-bottom: 9.27070457px;
}

.block-menu .block-sub-title {
  font-size: 24px;
  padding-bottom: 0;
  display: inline;
  float: left;
  margin-right: 9.27070457px;
  margin-top: -2px;
}

.block-menu ul {
  margin: 0;
  padding: 0;
}

.block-menu ul li {
  display: inline;
  line-height: 1em;
}

.block-menu ul li:last-child a {
  border-right: 0;
}

.block-menu ul li.no-border:first-child a {
  border-right: 0;
}

.block-menu ul li.no-border:first-child ul li:last-child a {
  border-right: 0;
}

.block-menu ul li.no-border:first-child ul li a {
  background: none;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.block-menu ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  text-transform: uppercase;
  display: inline-block;
  line-height: 1em;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  padding-right: 7px;
  padding-left: 7px !important;
}

.block-menu ul li a.no-border {
  border-right: 0;
}

.block-menu ul li a:hover,
.block-menu ul li a.active {
  text-decoration: underline;
}

/* main */
/* footer */
#footer {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  background: #fff;
}

#footer .content {
  height: 100%;
  padding-bottom: 24.27px;
}

/* main structure */
/***************************/
/* block generic selector */
/*************************/
/* block-find */
.block-find {
  position: relative;
  clear: both;
  padding-top: 15px;
}

.block-find .block-row-field .block-field {
  position: relative;
}

.block-find .block-row-field .block-field.search-form {
  width: 90%;
}

@media (max-width: 690px) {
  .block-find .block-row-field .block-field.search-form {
	width: 100%;
  }
}

.block-find p {
  margin: 0;
  padding: 0;
}

.block-find input[type="text"] {
  border: 0;
  /*background: url(../images/simple-icon/search-opacity.png) 10px no-repeat;*/
  color: #333;
  border: 1px solid #1b8478;
  height: 40px;
  width: 100%;
  padding-right: 80px;
  padding-left: 9.27070457px;
}

.block-find ::-webkit-input-placeholder {
  color: #333;
}

.block-find :-moz-placeholder {
  /* Firefox 18- */
  color: #333;
}

.block-find ::-moz-placeholder {
  /* Firefox 19+ */
  color: #333;
}

.block-find :-ms-input-placeholder {
  color: #333;
}

.block-find label {
  text-transform: uppercase;
  font-size: 11px;
}

.block-find .block-field {
  display: inline-block;
  margin-right: 15px;
}

.block-find .btn-adv-search {
  background: url(../images/simple-icon/plus_darkest.png) center no-repeat;
  width: 40px;
  height: 40px;
  border: 0;
  text-indent: -9999px;
  margin-top: 3px;
  position: absolute;
  top: 0;
  right: 0;
  border: 1px solid #1b8478;
  margin: 0 0 0 0;
}

@media (max-width: 690px) {
  .block-find .btn-adv-search {
	display: none;
  }
}

.block-find input[type="submit"] {
  background: #333;
  width: auto;
  text-align: center;
  color: #fff;
  line-height: 1em;
  height: 35px;
  display: inline-block;
  padding: 9px 15px 10px 15px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  font-size: 18px;
  font-family: 'PT Sans', sans-serif;
  text-decoration: none;
  border: 1px solid #999999;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  backface-visibility: hidden;
  webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: 0 !important;
  background: #1b8478;
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
  padding-top: 12px;
}

.block-find input[type="submit"].small {
  font-size: 14px;
  padding-left: 9.27070457px;
  padding-right: 9.27070457px;
  height: 30px;
}

.block-find input[type="submit"].water-sea {
  background: #1b8478;
}

.block-find input[type="submit"].light-gray {
  background: #666666;
}

.block-find input[type="submit"]:hover {
  text-decoration: none;
}

/* block-title */
.block-title {
  font-size: 36px;
  line-height: 1em;
  font-weight: 400;
}

.block-title a {
  text-decoration: none;
}

.block-title.uppercase {
  text-transform: uppercase;
}

.block-title.x-large {
  font-size: 35px;
}

/* block-sub-title */
.block-sub-title {
  font-size: 24px;
  line-height: 1.2em;
  font-weight: 300;
}

/* block-main-article */
.block-main-article {
  padding-bottom: 15px;
}

@media (max-width: 1400px) {
  .block-main-article {
	padding-left: 15px;
	padding-right: 15px;
  }
}

.block-main-article p {
  margin: 0;
  padding: 0;
  padding-bottom: 15px;
}

.block-main-article .block-text {
  padding-top: 24.27px;
}

/* .block-footer */
@media (max-width: 690px) {
  .block-footer.last {
	padding-top: 15px;
	text-align: center;
  }
}

.block-footer.pull-center {
  width: 200px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -100px;
}

.block-footer.width_4_4 {
  padding-top: 24.27px;
}

.block-footer.width_4_4 img {
  margin-left: 24.27px;
}

.block-footer img {
  margin-left: 9.27070457px;
}

@media (max-width: 690px) {
  .block-footer img {
	margin-right: 0 !important;
  }
}

/* block-footer-closer */
.block-footer-closer {
  background: #505050;
  padding: 9.27070457px 15px;
  *zoom: 1;
}

.block-footer-closer:before,
.block-footer-closer:after {
  content: " ";
  display: table;
}

.block-footer-closer:after {
  clear: both;
}

.block-footer-closer ul {
  margin: 0;
  padding: 0;
}

.block-footer-closer ul li {
  display: inline;
  color: #fff;
  font-size: 13px;
  border-right: 1px solid #fff;
  padding-right: 5px !important;
  line-height: 1em;
}

.block-footer-closer ul li:last-child {
  border-right: 0;
}

.block-footer-closer ul li a {
  color: #fff;
  text-decoration: none;
}

.block-footer-closer ul li a:hover {
  text-decoration: underline;
}

/***************************/
/* block project selector */
/*************************/
/* block-languages */
.block-languages {
  font-size: 13px;
}

.block-languages ul {
  margin: 0;
  padding: 0;
}

.block-languages ul li {
  display: inline;
  float: left;
  margin-right: 12.135px;
}

.block-languages ul li a {
  font-size: 13px;
  text-decoration: none;
  color: #333;
}

.block-languages ul li a:hover,
.block-languages ul li a.active {
  color: #1b8478;
}

.block-languages ul li a.active {
  font-weight: 500;
}

/* block-link-header */
.block-link-header {
  font-size: 13px;
}

@media (max-width: 690px) {
  .block-link-header {
	clear: left;
	width: 100%;
	padding-left: 0;
	padding-top: 10px;
  }
}

.block-link-header ul {
  margin: 0;
  padding: 0;
}

.block-link-header ul li {
  display: inline;
  float: left;
  margin-left: 12.135px;
}

@media (max-width: 690px) {
  .block-link-header ul li {
	margin-left: 0;
	margin-right: 12.135px;
	margin-bottom: 12.135px;
  }
}

.block-link-header ul li .icon {
  float: left;
  margin-right: 4.63535229px;
}

.block-link-header ul li .icon.ico-user {
  margin-top: 3px;
}

.block-link-header ul li .icon.ico-map {
  margin-top: 5px;
}

.block-link-header ul li a {
  font-size: 13px;
  position: relative;
  text-decoration: none;
  color: #333;
  text-transform: uppercase;
  cursor: pointer;
}

.block-link-header ul li a:hover,
.block-link-header ul li a.active {
  color: #1b8478;
}

.block-link-header ul li a.active {
  font-weight: 500;
}

/* block-tail-text */
.block-tail-text {
  padding: 15px;
}

@media (max-width: 590px) {
  .block-tail-text .pull-right.link-go-to {
	float: left !important;
  }
}

.block-tail-text .block-menu {
  background-color: #125a52;
  padding-left: 0;
  border-bottom: 1px solid #fff;
  padding: 0;
  position: relative;
  display: block;
  padding: 4.63535229px;
  padding-left: 15px !important;
}

.block-tail-text .block-menu .block-sub-title {
  font-size: 1.26315789rem;
  line-height: 1.87290781;
  line-height: 1em;
  margin: 0;
  padding: 0;
  margin-right: 15px;
  padding-top: 1px;
}

@media (max-width: 590px) {
  .block-tail-text .block-menu .block-sub-title {
	margin-bottom: 10px;
  }
}

.block-tail-text .block-menu ul {
  margin: 0;
  padding: 0;
  float: left;
}

.block-tail-text .block-menu ul li:first-child a {
  padding-left: 0 !important;
}

.block-tail-text .block-menu ul li a {
  position: relative;
  border: 0;
  padding-right: 20.27px !important;
  display: inline-block;
  margin-right: 15px;
  font-size: 16px;
}

.block-tail-text .block-menu ul li a:before {
  content: "";
  display: inline-block;
  background-image: url('../images/images_darkest.png');
  background-repeat: no-repeat;
  -webkit-background-size: 128px 110px;
  -moz-background-size: 128px 110px;
  background-size: 128px 110px;
  background-position: -115px -39px;
  width: 13px;
  height: 13px;
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 2px;
  line-height: 0;
  font-size: 0;
}

@media screen and (-webkit-min-device-pixel-ratio: 1), screen and (min--moz-device-pixel-ratio: 1), screen and (-o-min-device-pixel-ratio: 100/100), screen and (min-device-pixel-ratio: 1), screen and (min-resolution: 1dppx) {
  .block-tail-text .block-menu ul li a:before {
	background-image: url('../images/images_darkest.png');
  }
}

.block-tail-text .block-menu:last-child {
  border-bottom: 0;
}

.block-tail-text .block-text .block-sub-title {
  margin-bottom: 9.27070457px;
}

@media (max-width: 765px) {
  .block-tail-text .wrapper-link {
	position: relative;
	padding-left: 0;
	background: none;
  }
  
  .block-tail-text .wrapper-link .link-go-to {
	display: block;
	margin-bottom: 15px;
  }
  
  .block-tail-text .wrapper-link .pull-right {
	float: left;
	margin-right: 0;
  }
}

@media (max-width: 480px) {
  .block-tail-text .wrapper-link .pull-left {
	margin-left: 0 !important;
	margin-bottom: 15px;
  }
}

/* block-tail-cover */
.block-tail-cover {
  background-size: cover !important;
  background-position: top center !important;
  background-repeat: no-repeat !important;
  padding: 24.27px;
  padding-left: 48.54px;
  padding-right: 48.54px;
}

.block-tail-cover .block-title {
  background: url(../images/asset/opacity3.png) repeat;
  padding: 9.27070457px;
  color: #fff;
  font-size: 24px;
}

.block-tail-cover .block-title.bottom {
  position: absolute;
  bottom: 0;
  margin-right: 48.54px;
  margin-bottom: 30px;
}

.block-tail-cover .block-title a {
  color: #fff;
}

.block-tail-cover .cover-link {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  text-indent: -9999px;
  top: 0;
  left: 0;
}

.block-tail-cover.have-border {
  border: 1px solid #fff;
  border-left: 0;
  border-bottom: 0;
}

/* block-simple-list */
.block-simple-list {
  margin: 0;
  padding: 0;
}

.block-simple-list.uppercase {
  text-transform: uppercase;
}

.block-simple-list.arrow-item li,
.block-simple-list.arrow-item-right li {
  padding-left: 24.27px;
  position: relative;
}

.block-simple-list.arrow-item li:before,
.block-simple-list.arrow-item-right li:before {
  content: "";
  display: inline-block;
  background-image: url('../images/images_darkest.png');
  background-repeat: no-repeat;
  -webkit-background-size: 128px 110px;
  -moz-background-size: 128px 110px;
  background-size: 128px 110px;
  background-position: -115px -39px;
  width: 13px;
  height: 13px;
  position: absolute;
  left: 0;
  line-height: 0;
  font-size: 0;
}

@media screen and (-webkit-min-device-pixel-ratio: 1), screen and (min--moz-device-pixel-ratio: 1), screen and (-o-min-device-pixel-ratio: 100/100), screen and (min-device-pixel-ratio: 1), screen and (min-resolution: 1dppx) {
  .block-simple-list.arrow-item li:before,
  .block-simple-list.arrow-item-right li:before {
	background-image: url('../images/images_darkest.png');
  }
}

.block-simple-list.remove-item li {
  padding-left: 24.27px;
  position: relative;
}

.block-simple-list.remove-item li:before {
  content: "";
  display: inline-block;
  background-image: url('../images/images_darkest.png');
  background-repeat: no-repeat;
  -webkit-background-size: 128px 110px;
  -moz-background-size: 128px 110px;
  background-size: 128px 110px;
  background-position: -115px -77px;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0;
  line-height: 0;
  font-size: 0;
  top: 3px;
}

@media screen and (-webkit-min-device-pixel-ratio: 1), screen and (min--moz-device-pixel-ratio: 1), screen and (-o-min-device-pixel-ratio: 100/100), screen and (min-device-pixel-ratio: 1), screen and (min-resolution: 1dppx) {
  .block-simple-list.remove-item li:before {
	background-image: url('../images/images_darkest.png');
  }
}

.block-simple-list.arrow-water-sea-item-right.inline li {
  margin-right: 24.27px;
}

.block-simple-list.arrow-water-sea-item-right li {
  padding-right: 24.27px;
  padding-left: 0;
  position: relative;
}

.block-simple-list.arrow-water-sea-item-right li:before {
  content: "";
  display: inline-block;
  background-image: url('../images/images_darkest.png');
  background-repeat: no-repeat;
  -webkit-background-size: 128px 110px;
  -moz-background-size: 128px 110px;
  background-size: 128px 110px;
  background-position: -115px -65px;
  width: 13px;
  height: 12px;
  position: absolute;
  right: 0;
  line-height: 0;
  font-size: 0;
}

@media screen and (-webkit-min-device-pixel-ratio: 1), screen and (min--moz-device-pixel-ratio: 1), screen and (-o-min-device-pixel-ratio: 100/100), screen and (min-device-pixel-ratio: 1), screen and (min-resolution: 1dppx) {
  .block-simple-list.arrow-water-sea-item-right li:before {
	background-image: url('../images/images_darkest.png');
  }
}

.block-simple-list.inline li {
  display: inline-block;
}

.block-simple-list.inline li:before {
  margin-top: 2px;
}

.block-simple-list.arrow-black-item li {
  padding-left: 18.54140915px;
  position: relative;
}

.block-simple-list.arrow-black-item li:before {
  content: "";
  display: inline-block;
  background-image: url('../images/images_darkest.png');
  background-repeat: no-repeat;
  -webkit-background-size: 128px 110px;
  -moz-background-size: 128px 110px;
  background-size: 128px 110px;
  background-position: -115px -52px;
  width: 13px;
  height: 13px;
  position: absolute;
  left: 0;
  line-height: 0;
  font-size: 0;
}

@media screen and (-webkit-min-device-pixel-ratio: 1), screen and (min--moz-device-pixel-ratio: 1), screen and (-o-min-device-pixel-ratio: 100/100), screen and (min-device-pixel-ratio: 1), screen and (min-resolution: 1dppx) {
  .block-simple-list.arrow-black-item li:before {
	background-image: url('../images/images_darkest.png');
  }
}

.block-simple-list.arrow-black-item li a {
  color: #333;
}

.block-simple-list.arrow-black-item ul {
  padding-top: 0 !important;
  padding-left: 0;
}

.block-simple-list.arrow-black-item ul li {
  padding-left: 11.12484549px;
}

.block-simple-list.arrow-black-item ul li:before {
  content: "";
  display: inline-block;
  background-image: url('../images/images_darkest.png');
  background-repeat: no-repeat;
  -webkit-background-size: 128px 110px;
  -moz-background-size: 128px 110px;
  background-size: 128px 110px;
  background-position: -82px -60px;
  width: 6px;
  height: 9px;
  position: absolute;
  left: 0;
  line-height: 0;
  font-size: 0;
  top: 4px;
}

@media screen and (-webkit-min-device-pixel-ratio: 1), screen and (min--moz-device-pixel-ratio: 1), screen and (-o-min-device-pixel-ratio: 100/100), screen and (min-device-pixel-ratio: 1), screen and (min-resolution: 1dppx) {
  .block-simple-list.arrow-black-item ul li:before {
	background-image: url('../images/images_darkest.png');
  }
}

.block-simple-list.show-tree-item li {
  position: relative;
  padding-left: 12.9789864px;
}

.block-simple-list.show-tree-item li:before {
  content: "";
  display: inline-block;
  background-image: url('../images/images_darkest.png');
  background-repeat: no-repeat;
  -webkit-background-size: 128px 110px;
  -moz-background-size: 128px 110px;
  background-size: 128px 110px;
  background-position: -82px -60px;
  width: 6px;
  height: 9px;
  position: absolute;
  left: 0;
  line-height: 0;
  font-size: 0;
  top: 4px;
}

@media screen and (-webkit-min-device-pixel-ratio: 1), screen and (min--moz-device-pixel-ratio: 1), screen and (-o-min-device-pixel-ratio: 100/100), screen and (min-device-pixel-ratio: 1), screen and (min-resolution: 1dppx) {
  .block-simple-list.show-tree-item li:before {
	background-image: url('../images/images_darkest.png');
  }
}

.block-simple-list.show-tree-item li.have-child:before {
  content: "";
  display: inline-block;
  background-image: url('../images/images_darkest.png');
  background-repeat: no-repeat;
  -webkit-background-size: 128px 110px;
  -moz-background-size: 128px 110px;
  background-size: 128px 110px;
  background-position: -73px -60px;
  width: 9px;
  height: 9px;
  position: absolute;
  left: 0;
  line-height: 0;
  font-size: 0;
  top: 3px;
}

@media screen and (-webkit-min-device-pixel-ratio: 1), screen and (min--moz-device-pixel-ratio: 1), screen and (-o-min-device-pixel-ratio: 100/100), screen and (min-device-pixel-ratio: 1), screen and (min-resolution: 1dppx) {
  .block-simple-list.show-tree-item li.have-child:before {
	background-image: url('../images/images_darkest.png');
  }
}

.block-simple-list.show-tree-item li.have-child.open:before {
  content: "";
  display: inline-block;
  background-image: url('../images/images_darkest.png');
  background-repeat: no-repeat;
  -webkit-background-size: 128px 110px;
  -moz-background-size: 128px 110px;
  background-size: 128px 110px;
  background-position: -115px -109px;
  width: 9px;
  height: 1px;
  position: absolute;
  left: 0;
  line-height: 0;
  font-size: 0;
  top: 7px;
}

@media screen and (-webkit-min-device-pixel-ratio: 1), screen and (min--moz-device-pixel-ratio: 1), screen and (-o-min-device-pixel-ratio: 100/100), screen and (min-device-pixel-ratio: 1), screen and (min-resolution: 1dppx) {
  .block-simple-list.show-tree-item li.have-child.open:before {
	background-image: url('../images/images_darkest.png');
  }
}

.block-simple-list.show-tree-item li a {
  color: #333 !important;
  text-decoration: none;
}

.block-simple-list.show-tree-item li > ul {
  padding-top: 0 !important;
  margin-top: 9.27070457px;
  padding-left: 9.27070457px;
}

.block-simple-list.show-collpase-item li {
  padding-left: 0;
  position: relative;
}

.block-simple-list.show-collpase-item li a,
.block-simple-list.show-collpase-item li .term-link {
  color: #333;
  cursor: pointer;
  padding-left: 18.54140915px;
}

.block-simple-list.show-collpase-item li a:before,
.block-simple-list.show-collpase-item li .term-link:before {
  content: "";
  display: inline-block;
  background-image: url('../images/images_darkest.png');
  background-repeat: no-repeat;
  -webkit-background-size: 128px 110px;
  -moz-background-size: 128px 110px;
  background-size: 128px 110px;
  background-position: -73px -60px;
  width: 9px;
  height: 9px;
  position: absolute;
  left: 0;
  line-height: 0;
  font-size: 0;
  top: 3px;
}

@media screen and (-webkit-min-device-pixel-ratio: 1), screen and (min--moz-device-pixel-ratio: 1), screen and (-o-min-device-pixel-ratio: 100/100), screen and (min-device-pixel-ratio: 1), screen and (min-resolution: 1dppx) {
  .block-simple-list.show-collpase-item li a:before,
  .block-simple-list.show-collpase-item li .term-link:before {
	background-image: url('../images/images_darkest.png');
  }
}

.block-simple-list.show-collpase-item li a.active:before,
.block-simple-list.show-collpase-item li .term-link.active:before {
  content: "";
  display: inline-block;
  background-image: url('../images/images_darkest.png');
  background-repeat: no-repeat;
  -webkit-background-size: 128px 110px;
  -moz-background-size: 128px 110px;
  background-size: 128px 110px;
  background-position: -115px -109px;
  width: 9px;
  height: 1px;
  position: absolute;
  left: 0;
  line-height: 0;
  font-size: 0;
  top: 7px;
}

@media screen and (-webkit-min-device-pixel-ratio: 1), screen and (min--moz-device-pixel-ratio: 1), screen and (-o-min-device-pixel-ratio: 100/100), screen and (min-device-pixel-ratio: 1), screen and (min-resolution: 1dppx) {
  .block-simple-list.show-collpase-item li a.active:before,
  .block-simple-list.show-collpase-item li .term-link.active:before {
	background-image: url('../images/images_darkest.png');
  }
}

.block-simple-list.show-collpase-item li .icon {
  padding: 0;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  backface-visibility: hidden;
  webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  margin-left: 4.63535229px;
}

.block-simple-list.show-collpase-item li .icon:before {
  display: none;
}

.block-simple-list.show-collpase-item li .icon:hover {
  opacity: 0.5;
  filter: alpha(opacity=0.5);
}

.block-simple-list.show-collpase-item ul {
  padding-top: 0 !important;
  padding-left: 18.54140915px;
}

.block-simple-list.show-collpase-item ul li {
  padding-left: 0;
}

.block-simple-list.show-collpase-item ul li:before {
  content: "";
  display: inline-block;
  background-image: url('../images/images_darkest.png');
  background-repeat: no-repeat;
  -webkit-background-size: 128px 110px;
  -moz-background-size: 128px 110px;
  background-size: 128px 110px;
  background-position: -82px -60px;
  width: 6px;
  height: 9px;
  position: absolute;
  left: 0;
  line-height: 0;
  font-size: 0;
  top: 4px;
}

@media screen and (-webkit-min-device-pixel-ratio: 1), screen and (min--moz-device-pixel-ratio: 1), screen and (-o-min-device-pixel-ratio: 100/100), screen and (min-device-pixel-ratio: 1), screen and (min-resolution: 1dppx) {
  .block-simple-list.show-collpase-item ul li:before {
	background-image: url('../images/images_darkest.png');
  }
}

.block-simple-list.show-collpase-item ul li a {
  padding-left: 11.12484549px;
}

.block-simple-list.show-collpase-item ul li a:before {
  display: none;
}

.block-simple-list li {
  list-style: none;
  line-height: 1em;
  margin-bottom: 9.27070457px;
}

.block-simple-list li a {
  text-decoration: none;
}

.block-simple-list li a:hover {
  text-decoration: underline;
}

/* block-item-news */
.block-item-news {
  margin-bottom: 15px;
}

.block-item-news .block-info {
  font-style: italic;
  line-height: 1em;
  margin: 0;
  padding: 0;
}

.block-item-news .block-title {
  line-height: 1em;
  margin: 0;
  padding: 0;
}

.block-item-news p {
  margin: 0;
  padding: 0;
}

/* block-info-box */
.block-info-box .block-title {
  color: #1b8478;
  font-size: 20px;
  font-style: italic;
  margin-bottom: 24.27px;
}

/*  block-in-list */
.block-in-list .block-title {
  font-size: 1.26315789rem;
  line-height: 1.87290781;
  line-height: 1em;
  margin: 0;
  padding: 0;
  font-style: italic;
  padding-bottom: 9.27070457px;
  color: #666666;
}

.block-in-list .block-title a {
  color: #666666;
}

.block-in-list p {
  margin: 0;
  padding: 0;
  padding-bottom: 9.27070457px;
}

/* block-filter */
.block-filter {
  margin-bottom: 24.27px;
}

.block-filter .block-title {
  color: #125a52;;
  font-size: 20px;
  margin-bottom: 15px;
}

.block-filter.have-border {
  border-bottom: 2px solid #fff;
  padding-bottom: 24.27px;
}

@media (max-width: 670px) {
  .block-filter .btn-link.pull-right {
	float: none !important;
  }
}

/* block-item-search-result  */
.block-item-search-result {
  border-bottom: 1px solid #F0F0F0;
  padding: 15px;
}

.block-item-search-result .block-item-img {
  float: left;
  width: 13%;
  text-align: center;
}

.block-item-search-result .block-item-img img {
  border: 1px solid #999999;
}

.block-item-search-result .block-item-img.small-thumb {
  width: 10%;
}

@media (max-width: 680px) {
  .block-item-search-result .block-item-img.small-thumb {
	width: 100%;
  }
}

@media (max-width: 680px) {
  .block-item-search-result .block-item-img {
	width: 100%;
  }
}

.block-item-search-result.not-have-img .block-item-text {
  width: 100%;
}

.block-item-search-result.not-have-img .block-item-tool {
  margin-left: 24.27px;
}

.block-item-search-result .block-item-text {
  float: left;
  width: 85%;
  margin-left: 1%;
}

@media (max-width: 680px) {
  .block-item-search-result .block-item-text {
	width: 100%;
	margin-left: 0%;
	padding-top: 9.27070457px;
  }
}

.block-item-search-result .block-item-text .block-title {
  font-size: 22px;
  color: #1b8478;
  margin-bottom: 5px;
}

.block-item-search-result .block-item-text .block-title a {
  color: #1b8478;
}

.block-item-search-result .block-item-text .block-info {
  font-style: italic;
  font-size: 14px;
}

.block-item-search-result .block-item-text .block-sub-title {
  font-style: italic;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 9.27070457px;
}

.block-item-search-result .block-item-text p {
  margin: 0;
  padding: 0;
  font-size: 14px;
}

.block-item-search-result .wrapper-block-item-tool {
  clear: both;
  padding-top: 15px;
}

.block-item-tool.pull-right li {
  margin-left: 9.27070457px;
}

@media (max-width: 680px) {
  .block-item-tool.pull-left {
	margin-left: 0 !important;
  }
}

.block-item-tool.pull-left li {
  margin-right: 9.27070457px;
  border-right: 1px solid #ccc;
  padding-right: 9.27070457px;
}

.block-item-tool.pull-left li .ico-next-arrow-333 {
  float: left;
  margin-top: 8px;
}

.block-item-tool.pull-left li:last-child {
  border-right: 0;
}

.block-item-tool.pull-left li:last-child .ico-next-arrow-333 {
  margin-top: 4px;
}

.block-item-tool ul {
  margin: 0;
  padding: 0;
}

.block-item-tool ul li {
  list-style: none;
  display: inline;
  float: left;
}

.block-item-tool ul li .icon {
  float: left;
  margin-right: 5px;
}

.block-item-tool ul li .icon.ico-eye-333 {
  margin-top: 6px;
}

.block-item-tool ul li a {
  text-transform: uppercase;
  font-size: 11px;
  color: #666666;
  text-decoration: none;
}

.block-item-tool ul li a:hover {
  color: #1b8478;
}

.block-item-partner {
  border: 1px solid #F0F0F0;
  border-top: 0;
  padding: 15px;
  position: relative;
  min-height: 290px;
}

@media (max-width: 979px) {
  .block-item-partner {
	min-height: inherit !important;
	width: 100% !important;
	float: none;
  }
}

.block-item-partner.last {
  border-left: 0;
}

.block-item-partner p {
  margin: 0;
  padding: 0;
  font-size: 16px;
}

.block-item-partner .partner-thumb {
  float: right;
}

.block-item-partner .block-title {
  font-size: 22px;
  margin-bottom: 9.27070457px;
  font-weight: 600;
}

.block-item-partner .block-info {
  font-style: italic;
  color: #646464;
  font-size: 14px;
}

@media (max-width: 979px) {
  .block-item-partner img {
	float: none !important;
	clear: both;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
  }
}

.block-item-partner .wrapper-link {
  position: absolute;
  bottom: 0;
  padding-left: 0;
  padding-top: 9.27070457px;
  margin-bottom: 9.27070457px;
}

@media (max-width: 979px) {
  .block-item-partner .wrapper-link {
	position: relative;
  }
}

.block-data-info {
  margin-bottom: 15px;
}

.block-data-info p {
  margin: 0;
  padding: 0;
}

/* block-panel */
.block-panel {
  padding-bottom: 0;
}

.block-panel .block-panel {
  padding-bottom: 0;
}

.block-panel .block-title {
  cursor: pointer;
  text-transform: none;
  font-size: 22px;
  padding-bottom: 8px;
  border-bottom: 2px solid #989898;
  padding-top: 8px;
  position: relative;
  color: #989898;
  padding-left: 21px;
}

.block-panel .block-title.discipline {
  border-bottom: 2px solid #F0F0F0;
  margin-bottom: 0 !important;
}

.block-panel .block-title:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  margin: 12px 0 0 0;
  background-image: url('../images/images_darkest.png');
  background-repeat: no-repeat;
  -webkit-background-size: 128px 110px;
  -moz-background-size: 128px 110px;
  background-size: 128px 110px;
  background-position: -66px -71px;
  width: 15px;
  height: 15px;
}

@media screen and (-webkit-min-device-pixel-ratio: 1), screen and (min--moz-device-pixel-ratio: 1), screen and (-o-min-device-pixel-ratio: 100/100), screen and (min-device-pixel-ratio: 1), screen and (min-resolution: 1dppx) {
  .block-panel .block-title:before {
	background-image: url('../images/images_darkest.png');
  }
}

.block-panel .block-title.active:before {
  background-image: url('../images/images_darkest.png');
  background-repeat: no-repeat;
  -webkit-background-size: 128px 110px;
  -moz-background-size: 128px 110px;
  background-size: 128px 110px;
  background-position: -81px -71px;
  width: 15px;
  height: 15px;
}

@media screen and (-webkit-min-device-pixel-ratio: 1), screen and (min--moz-device-pixel-ratio: 1), screen and (-o-min-device-pixel-ratio: 100/100), screen and (min-device-pixel-ratio: 1), screen and (min-resolution: 1dppx) {
  .block-panel .block-title.active:before {
	background-image: url('../images/images_darkest.png');
  }
}

.block-panel .block-panel-content {
  padding-top: 24.27px;
}

.block-panel .block-panel-content .block-form {
  position: relative;
}

@media (max-width: 980px) {
  .block-panel .block-panel-content .block-form .block-row-field > .block-field.block-width.width_3_4 {
	width: 100%;
  }
}

@media (max-width: 590px) {
  .block-panel .block-panel-content .block-form .block-row-field .block-field.content-align-right label {
	text-align: left !important;
	width: 100%;
	display: block;
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  #macOS .block-panel .block-panel-content .block-form .block-row-field .bselect {
	top: -15px;
  }
  
  #win .block-panel .block-panel-content .block-form .block-row-field .bselect {
	top: 0;
  }
}

@media (max-width: 590px) {
  .block-panel .block-panel-content .block-form .block-row-field .bselect {
	width: 100% !important;
	text-align: left !important;
  }
}

@media (max-width: 590px) {
  .block-panel .block-panel-content .block-form .block-row-field .bselect .bselect-label {
	text-align: left !important;
  }
}

.block-panel .block-panel-content.have-border {
  padding-top: 0;
  border-left: 2px solid #F0F0F0;
  padding-left: 15px;
  padding-right: 15px;
}

.block-panel .module-main-title {
  background: #F0F0F0;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  padding-left: 15px !important;
  margin-left: -15px !important;
  margin-right: -15px !important;
  font-style: normal;
  font-size: 18px !important;
  color: #666666;
  border-bottom: 0;
}

.block-panel .module-main-title:before {
  display: none;
}

.block-panel .block-info-box .block-title {
  background: #F0F0F0;
  padding-left: 15px;
  margin-left: -15px;
  margin-right: -15px;
  font-style: normal;
  font-size: 18px;
  color: #666666;
  border-bottom: 0;
}

.block-panel .block-info-box .block-title:before {
  display: none;
}

/* block-tool-tip */
.block-tool-tip {
  background: #F0F0F0;
  border: 1px solid #999;
  padding: 9.27070457px;
}

.block-tool-tip .arrow-top {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #F0F0F0;
  width: auto;
  width: 10px;
}

.block-tool-tip .arrow-bottom {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #F0F0F0;
  width: auto;
  width: 10px;
}

.block-tool-tip .arrow-left {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #F0F0F0;
  width: 10px;
}

.block-tool-tip .arrow-right {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #F0F0F0;
  width: 10px;
}

.block-tool-tip p {
  font-size: 13px;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.2em;
}

/* block-modal */
.block-modal {
  background: #fff;
  margin-top: 24.27px !important;
}

@media (max-width: 1400px) {
  .block-modal {
	width: 80% !important;
  }
}

@media (max-width: 680px) {
  .block-modal {
	width: 95% !important;
	margin-top: 0 !important;
  }
}

.block-modal .block-modal-heading {
  border-bottom: 3px solid #ccc;
  padding: 15px;
  padding-bottom: 0;
  position: relative;
  *zoom: 1;
}

.block-modal .block-modal-heading:before,
.block-modal .block-modal-heading:after {
  content: " ";
  display: table;
}

.block-modal .block-modal-heading:after {
  clear: both;
}

.block-modal .block-modal-heading .wrapper-link {
  position: absolute;
  bottom: 0;
  right: 0;
}

@media (max-width: 680px) {
  .block-modal .block-modal-heading .wrapper-link {
	position: relative;
	padding-top: 10px !important;
	display: block;
	*zoom: 1;
  }
  
  .block-modal .block-modal-heading .wrapper-link:before,
  .block-modal .block-modal-heading .wrapper-link:after {
	content: " ";
	display: table;
  }
  
  .block-modal .block-modal-heading .wrapper-link:after {
	clear: both;
  }
}

.block-modal .block-modal-heading .wrapper-link a {
  text-transform: none;
  font-size: 12px;
}

@media (max-width: 680px) {
  .block-modal .block-modal-heading .pull-right {
	float: none !important;
	clear: both !important;
	width: 100% !important;
	display: block !important;
	position: relative;
	padding-top: 10px;
  }
}

.block-modal .block-modal-heading .block-filter.pull-left {
  margin-bottom: 0;
}

.block-modal .block-modal-heading .block-filter .block-title {
  margin-right: 15px;
}

.block-modal .block-modal-heading .block-filter .block-simple-list {
  margin-top: 9.27070457px;
}

.block-modal .block-modal-content {
  padding: 15px;
}

/* block-index-list */
.block-index-list {
  margin: 0;
  padding: 0;
  text-align: center;
}

.block-index-list li {
  display: inline;
  margin-left: 9.27070457px;
  margin-right: 9.27070457px;
}

.block-index-list li a {
  text-transform: uppercase;
  color: #333;
  text-decoration: none;
}

.block-index-list li a:hover,
.block-index-list li a.active {
  color: #1b8478;
}

/* block-data-table */
.block-data-table {
  width: 100%;
  display: table;
  border-collapse: collapse;
}

.block-data-table a {
  color: #333;
  text-decoration: none;
}

.block-data-table a:hover {
  text-decoration: underline;
}

.block-data-table .block-data-table-row {
  width: 100%;
  display: table-row;
  border-bottom: 3px solid #fff;
}

.block-data-table .block-data-table-row.odd {
  background: #e6e6e6;
}

.block-data-table .block-data-table-row.odd .block-data-table-td {
  background: #e6e6e6;
}

.block-data-table .block-data-table-row.even {
  background: #f5f5f5;
}

.block-data-table .block-data-table-row.even .block-data-table-td {
  background: #f5f5f5;
}

.block-data-table .block-data-table-row.data-info {
  background: #fff;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  display: none;
}

.block-data-table .block-data-table-row.data-info .block-data-table-td {
  background: #fff;
  color: #333;
  border-right: 1px solid #ccc;
}

.block-data-table .block-data-table-row.data-info .block-data-table-td:last-child {
  border-right: 0;
}

.block-data-table .cw-1-3 {
  width: 33.33333333%;
  margin-right: 0%;
}

@media (max-width: 480px) {
  .block-data-table .cw-1-3 {
	float: none;
	width: 100%;
  }
}

.block-data-table .block-data-table-row-group {
  width: 100%;
  display: table-row-group;
}

.block-data-table .block-data-table-row-group:hover .block-data-table-row.odd .block-data-table-td,
.block-data-table .block-data-table-row-group:hover .block-data-table-row.even .block-data-table-td {
  background: #666;
}

.block-data-table .block-data-table-row-group:hover .block-data-table-row.data-info {
  display: table-row;
}

.block-data-table .block-data-table-th {
  display: table-cell;
  background: #333333;
  font-size: 16px;
  float: left;
  line-height: 1em;
  padding: 5px;
  color: #fff;
  font-weight: 600;
  vertical-align: middle;
}

@media (max-width: 480px) {
  .block-data-table .block-data-table-th {
	border-bottom: 1px solid #fff;
  }
}

.block-data-table .block-data-table-th:last-child {
  border-right: 0;
}

.block-data-table .block-data-table-td {
  display: table-cell;
  vertical-align: middle;
  line-height: 1em;
  float: left;
  font-size: 16px;
  border-right: 3px solid #fff;
  padding: 9.27070457px 9.27070457px;
  color: #333;
}

@media (max-width: 480px) {
  .block-data-table .block-data-table-td {
	border-right: 0;
  }
}

.block-data-table .block-data-table-td.last {
  border-right: 0;
}

.block-data-table .block-data-field {
  font-weight: 600;
}

/* block-detail-search-result */
.block-detail-search-result .block-title {
  color: #1b8478;
}

.block-detail-search-result .block-sub-title {
  font-style: italic;
  font-weight: 400;
  margin-bottom: 15px;
}

/* block-header-tool */
@media (max-width: 1000px) {
  .block-header-tool {
	padding-bottom: 15px !important;
  }
}

.block-header-tool {
  padding-top: 10px;
}

.block-header-tool .block-logo-header {
  padding-bottom: 15px;
}

.block-header-tool .block-logo-header .pull-right a:last-child {
  margin-left: 10px;
}

@media screen and (max-width: 490px) {
  .block-header-tool .block-logo-header .pull-left,
  .block-header-tool .block-logo-header .pull-right {
    float: none;
    text-align: right;
  }
  .block-header-tool .block-logo-header .pull-right {
    margin-top: 10px;
  }
}

/* block-main-content-exhibition */
.block-main-content-exhibition .block-text {
  padding: 0 !important;
  padding-top: 15px !important;
}

.block-main-content-exhibition .allineatoG {
  padding-top: 15px;
}

.block-main-content-exhibition .colore4Normale {
  color: #000;
}

@media (max-width: 768px) {
  /*.block-main-content-exhibition img {
     width: 100%;
     max-width: 100%;
   }*/
}

@media (max-width: 480px) {
  .block-main-content-exhibition table td {
	width: 100%;
	display: block;
  }
}

.block-main-content-exhibition table td .allineatoC a {
  background: #1b8478;
  color: #fff;
  padding: 5px 10px;
  text-decoration: none;
}

@media (max-width: 768px) {
  .block-main-content-exhibition table td .allineatoC a {
	margin-bottom: 8px;
  }
}

@media (max-width: 480px) {
  .block-main-content-exhibition table td .allineatoC a {
	display: block;
	margin-bottom: 0;
  }
}

.block-main-content-exhibition table td .allineatoC a:hover {
  background: #333;
}

.block-main-content-exhibition table td .allineatoC span a {
  padding: 0;
  background: none;
}

.block-main-content-exhibition.block-main-content-exhibition--summary {
  background: #F0F0F0;
}

/* define single box element */
/***************************/
/* module generic selector */
/*************************/
/* module-main-title */
.module-main-title {
  font-size: 35px;
  margin-bottom: 15px;
}

/* module-heading */
/* module-preview-section */
/* module-list-archive */
.module-list-archive {
  position: relative;
  border-top: 1px solid transparent;
}

@media (max-width: 1400px) {
  .module-list-archive .module-side.dx {
	padding-right: 15px;
  }
  
  .module-list-archive .module-side.sx .block-filter .btn-link {
	margin-bottom: 9.27070457px;
  }
}

.module-list-archive .row-table {
  display: table;
  width: 100%;
}

.module-list-archive .row-table .block-item-partner {
  min-height: inherit;
  padding-bottom: 50px !important;
  float: none;
  vertical-align: top;
  width: 50%;
  margin-right: 0%;
  display: table-cell;
}

@media (max-width: 690px) {
  .module-list-archive .row-table .block-item-partner {
	width: 100%;
	border-right: 0;
	border-left: 0;
	float: none;
	display: block;
  }
}

.module-list-archive.have-side-search:before {
  content: "";
  position: absolute;
  width: 25%;
  margin-right: 0%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  background: #F0F0F0;
}

@media (max-width: 680px) {
  .module-list-archive.have-side-search:before {
	display: none;
  }
}

/***************************/
/* module project selector */
/*************************/
/* module-row */
.module-row {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  display: block;
  position: relative;
  z-index: 1;
}

@media (max-width: 590px) {
  .module-row {
	border-right: 0;
  }
}

.module-row:first-child {
  border-top: 0;
}

.module-row:last-child {
  border-bottom: 1px solid #fff;
}

.module-row.small-height {
  position: relative;
  z-index: 2;
  min-height: 158px;
}

.module-row.small-height .block-tail-text,
.module-row.small-height .block-tail-cover {
  min-height: 180px;
}

@media (max-width: 979px) {
  .module-row.small-height .block-form .block-field {
	width: 100%;
  }
  
  .module-row.small-height .block-form .block-field .bselect {
	width: 100%;
	max-width: 100%;
  }
}

@media (max-width: 680px) {
  .module-row.small-height .pull-right {
	float: left;
	margin-right: 10px !important;
  }
}

.module-row.medium-height {
  min-height: 350px;
}

.module-row.medium-height .block-tail-text,
.module-row.medium-height .block-tail-cover {
  min-height: 350px;
}

.module-row.listing-height {
  min-height: 225px;
}

.module-row.listing-height .block-tail-text,
.module-row.listing-height .block-tail-cover {
  min-height: 225px;
}

.module-row.table-list {
  display: table;
  width: 100%;
  height: 300px;
  table-layout: fixed;
}

@media (max-width: 800px) {
  .module-row.table-list {
	height: auto;
	display: block;
	table-layout: inherit;
  }
}

.module-row.table-list .block-item-partner {
  display: table-cell;
  width: 50%;
  float: none;
  margin: 0;
  padding-bottom: 40px;
}

@media (max-width: 800px) {
  .module-row.table-list .block-item-partner {
	width: 100% !important;
	display: block;
	padding-bottom: 0;
  }
}

.module-row.large-height {
  min-height: 700px;
}

.module-row.large-height .block-tail-text,
.module-row.large-height .block-tail-cover {
  min-height: 700px;
}

.module-row.large-height .block-tail-text.medium-height,
.module-row.large-height .block-tail-cover.medium-height {
  min-height: 350px;
}

.module-row.large-height .block-tail-text.medium-height.block-tail-cover,
.module-row.large-height .block-tail-cover.medium-height.block-tail-cover {
  padding: 24.27px;
  padding-left: 24.27px;
  padding-right: 24.27px;
}

.module-row.large-height .block-tail-text.medium-height.block-tail-cover .block-title.bottom,
.module-row.large-height .block-tail-cover.medium-height.block-tail-cover .block-title.bottom {
  position: absolute;
  bottom: 0;
  margin-right: 24.27px;
  margin-bottom: 30px;
}

.module-row.db-bg-gray-water-sea {
  background: #1b8478;
}

.module-row.db-bg-gray-water-sea:before {
  content: "";
  position: absolute;
  width: 49.99%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  background: #333;
  border-right: 1px solid #fff;
}

@media (max-width: 590px) {
  .module-row.db-bg-gray-water-sea:before {
	border-right: 0;
  }
}

.module-row.db-bg-water-sea-gray {
  background: #333;
}

.module-row.db-bg-water-sea-gray:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  background: #1b8478;
  border-right: 1px solid #fff;
}

@media (max-width: 590px) {
  .module-row.db-bg-water-sea-gray:before {
	border-right: 0;
  }
}

.module-row .block-tail-text,
.module-row .block-tail-cover {
  z-index: 2;
  position: relative;
  padding-top: 24.27px;
}

.module-row .block-tail-text:first-child,
.module-row .block-tail-cover:first-child {
  border-right: 1px solid #fff;
}

@media (max-width: 590px) {
  .module-row .block-tail-text:first-child,
  .module-row .block-tail-cover:first-child {
	border-right: 0;
  }
}

/* module-column */
/* module-update */
.module-update {
  padding-left: 140px;
}

.module-update .module-main-title {
  font-size: 24px;
  font-weight: 400;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 24.27px;
  margin-left: 15px;
}

.module-update .block-item-news .block-info {
  font-size: 12px;
}

.module-update .block-item-news .block-title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 9.27070457px;
}

.module-update .block-item-news p {
  font-size: 13px;
  line-height: 1em;
}

/* module-main-article-images */
@media (max-width: 979px) {
  .module-main-article-images {
	padding-top: 15px;
  }
}

.module-main-article-images .block-images {
  border: 1px solid #fff;
  border-top: 0;
  border-left: 0;
}

@media (max-width: 979px) {
}

.module-main-article-images .block-images.no-border {
  border: 0;
}

.module-main-article-images img {
  width: 100%;
  max-width: 100%;
}

.module-main-article-images.free-img-size {
  background: #000;
  overflow: hidden;
  text-align: center;
}

@media (min-width: 980px) {
  .module-main-article-images.free-img-size .block-row-images {
	display: table;
  }
}

@media (min-width: 980px) {
  .module-main-article-images.free-img-size .block-images {
	position: relative;
	float: none;
	width: 2%;
	display: table-cell;
  }
}

@media (min-width: 980px) {
  .module-main-article-images.free-img-size .block-images.width_1_3 img {
	width: 80%;
  }
}

.module-main-article-images.free-img-size img {
  width: auto;
  max-width: 100%;
  position: relative;
}

/* module-article-tool */
.module-article-tool {
  background: #f0f0f0;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 9.27070457px;
  padding-bottom: 9.27070457px;
  clear: both;
  width: 100%;
}

.module-article-tool ul {
  margin: 0;
  padding: 0;
}

.module-article-tool ul li {
  display: inline;
  float: left;
  margin-right: 15px;
}

.module-article-tool ul li .icon {
  float: left;
  margin-right: 9.27070457px;
  margin-top: 3.09023486px;
}

.module-article-tool ul li a {
  font-family: 'PT Sans', sans-serif;
  font-size: 13px;
  text-decoration: none;
  color: #333;
}

.module-article-tool ul li a:hover {
  color: #1b8478;
}

/* module-pagination */
.module-pagination .pagination {
  width: 100%;
}

.module-pagination .pagination ul {
  padding: 0;
  width: 100%;
  min-height: 29px;
  text-align: center;
}

.module-pagination .pagination ul li {
  display: inline;
}

.module-pagination .pagination ul li a {
  border: 0;
  background: none;
  float: none;
  color: #333;
  display: inline-block;
  padding-top: 0;
  margin-top: 7px;
  padding-bottom: 0;
  line-height: 1em;
  font-size: 16px;
  outline: none;
  padding: 0 5px 0 9px;
  border-left: 1px solid #333;
  text-decoration: none;
}

.module-pagination .pagination ul li a:hover {
  text-decoration: none;
  color: #1b8478;
}

.module-pagination .pagination ul li.active a,
.module-pagination .pagination ul li.current span {
  text-decoration: none;
  color: #1b8478;
  border-left: 1px solid #333;
  padding: 0 5px 0 9px;
}

.module-pagination .pagination ul li:first-child > a {
  border-left: 1px solid #333;
}

.module-pagination .pagination ul li:last-child > a {
  padding-right: 9px;
  border-right: 1px solid #333;
}

.module-pagination .pagination .noNumber a {
  border: 0px !important;
}

.module-pagination .pagination .last a {
  border-right: 1px solid #333;
  padding-right: 9px;
}

.pagination-mltResult {
  border-bottom: 1px solid #F0F0F0;
}

/* module-side */
.module-side.sx {
  padding: 15px;
  padding-top: 30px;
}

.module-side.sx.bg-F0F0F0 {
  background: #F0F0F0;
}

.module-side.sx .module-main-title {
  font-size: 22px;
  font-weight: 400;
}

.module-side.dx {
  padding-top: 30px;
}

/* module-adv-search */
.module-adv-search {
  padding-right: 15px;
  padding-left: 15px;
}

.module-adv-search .block-form .block-row-field {
  margin-bottom: 15px;
}

.module-adv-search .block-form .block-row-field input[type="text"] {
  border: 1px solid #989898 !important;
}

/* module-related  */
.module-related {
  clear: both;
  padding-bottom: 15px;
}

@media (max-width: 1400px) {
  .module-related {
	padding-right: 15px;
  }
}

.module-related .module-main-title {
  color: #1b8478;
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
  padding-bottom: 9.27070457px;
  border-bottom: 1px solid #ccc;
}

/* module-wrapper-panel */
.module-wrapper-panel {
  padding: 15px;
  margin-top: -15px;
  position: relative;
  padding-right: 0;
}

.module-wrapper-panel .block-panel p {
  margin: 0 !important;
  padding: 0 !important;
  padding-bottom: 15px !important;
}

.module-wrapper-panel .block-panel-content {
  margin-bottom: 24.27px;
  padding-top: 15px !important;
}

/* module-main-article-aside */
.module-main-article-aside .block-data-info {
  clear: both;
}

/* module-slider-thumb */
.module-slider-thumb .module-main-title {
  font-size: 1.63157895rem;
  line-height: 2.29026327;
  font-weight: 400;
  margin: 0;
  padding: 0;
  line-height: 1em;
  margin-bottom: 15px;
}

.module-slider-thumb .slide {
  position: relative;
  margin-right: 9.27070457px;
}

.module-slider-thumb .block-thumb img {
  border: 1px solid #ccc;
}

.module-slider-thumb .slider .slick-dots {
  height: 10px;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  margin-top: -24.27px;
  text-align: right;
}

/* module-timeline */
.module-timeline .module-main-title {
  font-size: 1.63157895rem;
  line-height: 2.29026327;
  font-weight: 400;
  margin: 0;
  padding: 0;
  line-height: 1em;
  margin-bottom: 15px;
}

/* module-modal-wrapper */
.module-modal-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: rgba(0, 0, 0, 0.5);
}

/* module-time-line-navigator */
@media (max-width: 2000px) {
  .module-time-line-navigator {
	height: 110px !important;
	background: #ccc;
  }
}

.module-time-line-navigator.show-2-level-menu .inner-2-level-list {
  display: block !important;
  background: #e3e3e3;
}

.module-time-line-navigator.show-3-level-menu .inner-3-level-list {
  background: #d7d7d7;
  display: table !important;
}

.module-time-line-navigator.show-1-level-menu {
  height: 50px;
}

.module-time-line-navigator.show-2-level-menu {
  height: 50px;
}

.module-time-line-navigator.show-2-level-menu.show-3-level-menu {
  height: 90px;
}

.module-time-line-navigator .block-time-line-navigator ul {
  margin: 0;
  padding: 0;
  text-align: center;
  display: table;
  width: 100%;
  position: relative;
  padding-top: 3px;
  background: #f0f0f0;
  padding-bottom: 3px;
}

.module-time-line-navigator .block-time-line-navigator ul.inner-2-level-list {
  position: absolute;
  display: table !important;
  width: 100%;
  left: 0;
  text-align: center;
  padding-left: 24.27px;
  padding-right: 24.27px;
  padding-top: 3px;
  border-top: 3px solid #f0f0f0;
  padding-bottom: 3px;
}

.module-time-line-navigator .block-time-line-navigator ul.inner-2-level-list li {
  display: table-cell;
  border-right: 0;
  margin-right: 15px;
}

.module-time-line-navigator .block-time-line-navigator ul.inner-2-level-list li a:hover {
  color: #1b8478 !important;
}

.module-time-line-navigator .block-time-line-navigator ul.inner-2-level-list li.current a,
.module-time-line-navigator .block-time-line-navigator ul.inner-2-level-list li.current a:hover {
  color: #1b8478 !important;
  font-weight: 600 !important;
}

.module-time-line-navigator .block-time-line-navigator ul.inner-2-level-list li.current a:hover {
  border: none !important;
}

.inner-3-level-list li a,
.inner-3-level-list li a:hover {
  color: #1b8478 !important;
  font-weight: 600 !important;
}

.inner-3-level-list li a:hover {
  border: none !important;
}

.module-time-line-navigator .block-time-line-navigator ul.inner-2-level-list li.current .inner-3-level-list a {
  color: #333 !important;
  font-weight: 400 !important;
}

.module-time-line-navigator .block-time-line-navigator ul.inner-2-level-list li.current .inner-3-level-list li a.current {
  color: #1b8478 !important;
  font-weight: 600 !important;
}

.module-time-line-navigator .block-time-line-navigator ul.inner-2-level-list li a.current {
  color: #1b8478 !important;
  font-weight: 600 !important;
}

.module-time-line-navigator .block-time-line-navigator ul.inner-2-level-list li.current .inner-3-level-list li a:hover {
  color: #1b8478 !important;
}

.module-time-line-navigator .block-time-line-navigator ul.inner-2-level-list li a {
  color: #333 !important;
  font-weight: 400 !important;
}

.module-time-line-navigator .block-time-line-navigator ul.inner-3-level-list {
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  margin-top: 3px;
  text-align: center;
  padding-left: 24.27px;
  padding-right: 24.27px;
  padding-top: 3px;
  padding-bottom: 0;
}

.module-time-line-navigator .block-time-line-navigator ul.inner-3-level-list li {
  display: table-cell;
  border-right: 0;
  margin-right: 15px;
}

.module-time-line-navigator .block-time-line-navigator ul.inner-3-level-list li.paginator-prev {
  border-bottom: 0 !important;
  vertical-align: middle;
}

.module-time-line-navigator .block-time-line-navigator ul.inner-3-level-list li.paginator-prev a {
  display: table-cell;
}

.module-time-line-navigator .block-time-line-navigator ul.inner-3-level-list li.paginator-next {
  border-bottom: 0 !important;
  vertical-align: middle;
}

.module-time-line-navigator .block-time-line-navigator ul.inner-3-level-list li.paginator-next a {
  display: table-cell;
}

.module-time-line-navigator .block-time-line-navigator ul.inner-3-level-list li a:hover {
  color: #1b8478 !important;
}

.module-time-line-navigator .block-time-line-navigator ul.inner-3-level-list li.current a {
  color: #1b8478 !important;
  font-weight: 600 !important;
}

.module-time-line-navigator .block-time-line-navigator ul.inner-3-level-list li a {
  color: #333 !important;
  font-size: 14px !important;
  font-weight: 400 !important;
}

.module-time-line-navigator .block-time-line-navigator ul li {
  display: table-cell;
  border-right: 1px solid rgba(51, 51, 51, 0.6);
}

.module-time-line-navigator .block-time-line-navigator ul li:last-child {
  border-right: 0;
}

.module-time-line-navigator .block-time-line-navigator ul li a:hover {
  border-bottom: 5px solid #1b8478;
}

.module-time-line-navigator .block-time-line-navigator ul li.current {
  border-bottom: 5px solid #1b8478;
}

.module-time-line-navigator .block-time-line-navigator ul li.current a {
  color: #1b8478;
  font-weight: 600;
}

.module-time-line-navigator .block-time-line-navigator ul li a {
  text-decoration: none;
  color: #333;
}

.module-time-line-navigator .block-time-line-navigator ul li a:hover {
  color: #1b8478;
}

.small-timeline {
  font-size: 14px;
}

/* popup */
/*Popup*/
#fade {
  display: none;
  background: #000;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  opacity: .80;
  z-index: 9999;
}

.popup_block {
  display: none;
  background: #fff;
  padding: 20px;
  border: 20px solid #ddd;
  float: left;
  font-size: 22px;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 99999;
  -webkit-box-shadow: 0px 0px 20px #000;
  -moz-box-shadow: 0px 0px 20px #000;
  box-shadow: 0px 0px 20px #000;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.popup_block h2 {
  color: #333 !important;
}

.popup ul {
  padding: 5px 10px;
  margin: 5px 0;
}

/*--Making IE6 Understand Fixed Positioning--*/
* html #fade {
  position: absolute;
}

* html .popup_block {
  position: absolute;
}

/* end popup */
/* social */
.social ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-top: 15px;
  font-size: 22px !important;
}

.social ul li a {
  text-decoration: none;
}

/* end social */
.recordTypeSiteSearch {
  font-style: italic;
  font-size: 14px;
  margin-bottom: 5px;
}

.date-news-siteSearch {
  margin-bottom: 5px;
  border-top: 2px solid #FFFFFF;
  padding-top: 10px;
}

.title-news-siteSearch {
  color: #1b8478;
  font-size: 18px;
}

.archive-news-siteSearch {
  border-top: 2px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
  padding-top: 5px;
  padding-bottom: 5px;
}

/* REGISTRATION PAGE & LOGIN USER*/
.registration-form-title {
  color: #1b8478;
  margin-top: 40px;
  margin-bottom: 20px;
}

.registration-description {
  margin: 15px;
  border-bottom: 3px solid #505050;
  padding-bottom: 20px;
}

.registration-error {
  margin: 15px;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  color: #a94442;
  background-color: #f2dede;
  border-color: 2px solid #ebccd1 !important;
}

.registration-success {
  margin: 15px;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.bold-title {
  font-weight: bold;
}

.function-list {
  color: #1b8478;
  font-size: 1.2rem;
}

.function-list li {
  list-style: square;
  margin-bottom: 5px;
  margin-top: 10px;
}

.function-list li p {
  color: #000;
  font-size: 1rem !important;
}

.registration-form {
  margin: 15px;
}

.form-info {
  padding-bottom: 20px;
}

.form-section {
  border-bottom: 3px solid #505050;
}

.note p {
  font-size: 13px;
  margin: 1px;
}

.registration-submit {
  padding-top: 20px;
  text-align: center;
}

.registration-submit input {
  width: 15% !important;
}

.login-form {
  background-color: #1b8478 !important;
  padding: 25px;
  color: #fff;
}

.login-form a {
  color: #fff !important;
  padding: 25px;
}

.border_radius {
  border-radius: 10px 10px 10px 10px !important;
  border-color: #fff !important;
}

.user-submit {
  background-color: #125a52;
  text-align: center;
  color: #fff;
  line-height: 1em;
  height: 35px;
  display: inline-block;
  padding: 9px 15px 10px 15px;
  -webkit-border-radius: 0;
  font-size: 18px;
  font-family: 'PT Sans', sans-serif;
  text-decoration: none;
  border: 0 !important;
}

.button-width_2_3 {
  width: 66%;
}

.button-width_2_4 {
  width: 25%;
}

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

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

.user-form-input {
  width: 100%;
  padding: 10px;
  border: 1px solid #fff !important;
  background-color: #1b8478 !important;
}

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

.remember {
  width: 100% !important;
  text-align: center;
  padding-top: 0px !important;
}

.check-remember {
  text-align: left !important;
  margin-top: 0px;
}

.label-form {
  margin-left: 5px;
}

.link-user-form {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.close-user-form.close a:after {
  content: "X";
  display: inline-block;
  padding-left: 5px;
}

.close-user-form {
  font-weight: normal !important;
  padding-right: 0px;
  text-align: right;
  opacity: 1 !important;
  text-shadow: 0 0 0 !important;
}

.form-password-text {
  margin-top: 25px;
}

.title-p {
  color: #fff;
  font-size: 25px;
  text-transform: uppercase;
}

.color-input {
  color: #fff !important;
}

.color-input::-webkit-input-placeholder {
  color: #fff !important;
}

.color-input:focus {
  color: #fff !important;
  background-color: red;
  outline: 0;
}

.login-error {
  font-weight: bold;
}

.lh {
  line-height: 17px;
}

.underline {
  text-decoration: underline !important;
}

.forgot {
  margin-top: 0px !important;
  padding-top: 0px !important;
}

.tri-down:before,
.tri-down:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-top: 0;
}

.tri-down:before {
  top: -15px;
  right: 21px;
  border-bottom-color: #1b8478;
  border-width: 16px;
}

.tri-down:after {
  top: -15px;
  right: 22px;
  border-bottom-color: #1b8478;
  border-width: 15px;
}

.personal-title {
  padding-bottom: 10px;
  border-bottom: 2px solid #1b8478;
  color: #1b8478;
}

.subtitle {
  font-size: 20px;
  border-bottom: none !important;
  margin-top: 15px;
}

.email-link {
  color: #1b8478 !important;
}

.save-search {
  text-align: left !important;
}

.saved-search-results {
  padding: 20px;
}

.saved-search-results p a {
  margin-left: 10px !important;
  padding-bottom: 10px !important;
  text-align: -webkit-match-parent;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.result-par {
  margin-bottom: 10px !important;
  border-bottom: 1px solid #f0f0f0;
}

.result-par-bookmark {
  border-bottom: 0 !important;
}

.result-par a {
  text-decoration: none;
}

.result-par-bookmark a {
  text-decoration: none;
}

.result-bookmark {
  color: #222 !important;
}

.result-bookmark-border {
  color: #222 !important;
  border-bottom: 1px dotted #505050;
  bottom: 10px;
}

.float-right-button-delete {
  bottom: 15px;
  float: right;
  position: relative;
}

.library-shelf {
  padding-bottom: 10px;
  border-bottom: 1px solid #1b8478;
  color: #1b8478;
}

.see-all {
  text-decoration: none;
}

.delete-all {
  padding-top: 15px !important;
}

.delete-all a {
  text-decoration: none;
}

.padding-thesaurus {
  padding: 15px;
}

.padding-main {
  padding: 20px;
}

.justify {
  text-align: justify;
}

.title-thesaurus {
  color: #1b8478;
}

.page-content table {
  width: 100% !important;
  text-align: justify;
}

.page-content {
  padding: 30px !important;
}

div[name=img_dettaglio] {
  text-align: center;
}

.block-images.no-border.block-width.width_4_4.no-gutter div img {
  width: auto !important;
  /*max-width: 100% !important;*/
  max-height: 300px !important;
  height: auto !important;
  padding-top: 70px;
}

.block-data-table .cw-3-5 {
  width: 60%;
  margin-right: 0%;
}

.block-data-table .cw-1-5 {
  width: 20%;
  margin-right: 0%;
}

.padding-testata {
  padding-top: 12px;
}

.img-horizontal {
  height: auto !important;
}

@media (max-width: 950px) {
  .module-update {
	padding-left: 20px !important;
	padding-top: 30px !important;
  }
  
  .module-update .block-item-news {
	width: 90% !important;
  }
}

@media (max-width: 1130px) {
  .block-routes-3d {
	width: 100% !important;
  }
}

@media (max-width: 570px) {
  .block-routes-3d {
	height: 450px !important;
  }
}

/* define wrapper multi box element */
/* START define & width for layout adapt */
.width_1_4 {
  width: 23.125%;
  margin-right: 2.5%;
}

.width_1_4.no-gutter {
  width: 25%;
  margin-right: 0%;
}

.width_2_4_important {
  width: 48.75% !important;
  margin-right: 2.5%;
}

.width_2_4_important.no-gutter {
  width: 50% !important;
  margin-right: 0%;
}

.width_2_4 {
  width: 48.75%;
  margin-right: 2.5%;
}

.width_2_4.no-gutter {
  width: 50%;
  margin-right: 0%;
}

.width_3_4 {
  width: 74.375%;
  margin-right: 2.5%;
}

.width_3_4.no-gutter {
  width: 75%;
  margin-right: 0%;
}

.width_1_3 {
  width: 31.66666667%;
  margin-right: 2.5%;
}

.width_1_3.no-gutter {
  width: 33.33333333%;
  margin-right: 0%;
}

.width_2_3 {
  width: 65.83333333%;
  margin-right: 2.5%;
}

.width_2_3.no-gutter {
  width: 66.66666667%;
  margin-right: 0%;
}

.width_4_4,
.width_full {
  width: 100%;
  margin-right: 0;
}

.block-width {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.block-width:last-child,
.block-width.last {
  margin-right: 0;
}

/* aspect ratio */
/* server per applicare ai div che non hanno ne min-height ne height, un'altezza fluida che si regola in % */
.aspect-ratio-height {
  padding-bottom: 25%;
}

/* define width */
/* fluid width grid */
/* glue: 0.9.4 hash: 4cb56a6d3f */
.sprite-images-menu,
.sprite-images-share,
.sprite-images-search-opacity,
.sprite-images-save-FFF,
.sprite-images-print,
.sprite-images-newspaper-FFF,
.sprite-images-full-text-FFF,
.sprite-images-file-333,
.sprite-images-eye-333,
.sprite-images-code,
.sprite-images-cart-FFF,
.sprite-images-cart-333,
.sprite-images-books,
.sprite-images-bookmark-333,
.sprite-images-user,
.sprite-images-mail-FFF,
.sprite-images-map,
.sprite-images-arrow-top,
.sprite-images-arrow-down,
.sprite-images-plus-in-square,
.sprite-images-minus-in-square,
.sprite-images-arrow-rewind-333,
.sprite-images-arrow-rewind-24B3A3,
.sprite-images-arrow-forward-333,
.sprite-images-arrow-forward-24B3A3,
.sprite-images-arrow-angle-prev-333,
.sprite-images-arrow-angle-prev-24B3A3,
.sprite-images-arrow-angle-next-333,
.sprite-images-arrow-angle-next-24B3A3,
.sprite-images-search-water-sea,
.sprite-images-plus,
.sprite-images-arrow-prev,
.sprite-images-info-FFF,
.sprite-images-info-333,
.sprite-images-arrow-prev-FFF,
.sprite-images-arrow-next,
.sprite-images-arrow-next-333,
.sprite-images-arrow-next-24B3A3,
.sprite-images-close-333,
.sprite-images-search-small-square,
.sprite-images-open-small-square,
.sprite-images-plus-333,
.sprite-images-minus-333,
.sprite-images-arrow-angle-left-small-333 {
  background-image: url('../images/images_darkest.png');
  background-repeat: no-repeat;
  -webkit-background-size: 128px 110px;
  -moz-background-size: 128px 110px;
  background-size: 128px 110px;
}

@media screen and (-webkit-min-device-pixel-ratio: 1), screen and (min--moz-device-pixel-ratio: 1), screen and (-o-min-device-pixel-ratio: 100/100), screen and (min-device-pixel-ratio: 1), screen and (min-resolution: 1dppx) {
  .sprite-images-menu,
  .sprite-images-share,
  .sprite-images-search-opacity,
  .sprite-images-save-FFF,
  .sprite-images-print,
  .sprite-images-newspaper-FFF,
  .sprite-images-full-text-FFF,
  .sprite-images-file-333,
  .sprite-images-eye-333,
  .sprite-images-code,
  .sprite-images-cart-FFF,
  .sprite-images-cart-333,
  .sprite-images-books,
  .sprite-images-bookmark-333,
  .sprite-images-user,
  .sprite-images-mail-FFF,
  .sprite-images-map,
  .sprite-images-arrow-top,
  .sprite-images-arrow-down,
  .sprite-images-plus-in-square,
  .sprite-images-minus-in-square,
  .sprite-images-arrow-rewind-333,
  .sprite-images-arrow-rewind-24B3A3,
  .sprite-images-arrow-forward-333,
  .sprite-images-arrow-forward-24B3A3,
  .sprite-images-arrow-angle-prev-333,
  .sprite-images-arrow-angle-prev-24B3A3,
  .sprite-images-arrow-angle-next-333,
  .sprite-images-arrow-angle-next-24B3A3,
  .sprite-images-search-water-sea,
  .sprite-images-plus,
  .sprite-images-arrow-prev,
  .sprite-images-info-FFF,
  .sprite-images-info-333,
  .sprite-images-arrow-prev-FFF,
  .sprite-images-arrow-next,
  .sprite-images-arrow-next-333,
  .sprite-images-arrow-next-24B3A3,
  .sprite-images-close-333,
  .sprite-images-search-small-square,
  .sprite-images-open-small-square,
  .sprite-images-plus-333,
  .sprite-images-minus-333,
  .sprite-images-arrow-angle-left-small-333 {
	background-image: url('../images/images_darkest.png');
  }
}

.sprite-images-menu {
  background-position: 0 0;
  width: 25px;
  height: 25px;
}

.sprite-images-share {
  background-position: -25px 0;
  width: 24px;
  height: 24px;
}

.sprite-images-search-opacity {
  background-position: 0 -25px;
  width: 24px;
  height: 22px;
}

.sprite-images-save-FFF {
  background-position: -49px 0;
  width: 24px;
  height: 24px;
}

.sprite-images-print {
  background-position: -49px -24px;
  width: 24px;
  height: 22px;
}

.sprite-images-newspaper-FFF {
  background-position: 0 -47px;
  width: 24px;
  height: 24px;
}

.sprite-images-full-text-FFF {
  background-position: -24px -47px;
  width: 24px;
  height: 24px;
}

.sprite-images-file-333 {
  background-position: -48px -47px;
  width: 18px;
  height: 24px;
}

.sprite-images-eye-333 {
  background-position: -24px -25px;
  width: 24px;
  height: 14px;
}

.sprite-images-code {
  background-position: -73px 0;
  width: 18px;
  height: 24px;
}

.sprite-images-cart-FFF {
  background-position: -91px 0;
  width: 24px;
  height: 21px;
}

.sprite-images-cart-333 {
  background-position: -91px -21px;
  width: 24px;
  height: 21px;
}

.sprite-images-books {
  background-position: -91px -42px;
  width: 23px;
  height: 24px;
}

.sprite-images-bookmark-333 {
  background-position: 0 -71px;
  width: 24px;
  height: 24px;
}

.sprite-images-user {
  background-position: -24px -71px;
  width: 20px;
  height: 22px;
}

.sprite-images-mail-FFF {
  background-position: -44px -71px;
  width: 22px;
  height: 15px;
}

.sprite-images-map {
  background-position: -73px -24px;
  width: 17px;
  height: 16px;
}

.sprite-images-arrow-top {
  background-position: -73px -40px;
  width: 16px;
  height: 10px;
}

.sprite-images-arrow-down {
  background-position: -73px -50px;
  width: 16px;
  height: 10px;
}

.sprite-images-plus-in-square {
  background-position: -66px -71px;
  width: 15px;
  height: 15px;
}

.sprite-images-minus-in-square {
  background-position: -81px -71px;
  width: 15px;
  height: 15px;
}

.sprite-images-arrow-rewind-333 {
  background-position: -96px -71px;
  width: 15px;
  height: 15px;
}

.sprite-images-arrow-rewind-24B3A3 {
  background-position: 0 -95px;
  width: 15px;
  height: 15px;
}

.sprite-images-arrow-forward-333 {
  background-position: -15px -95px;
  width: 15px;
  height: 15px;
}

.sprite-images-arrow-forward-24B3A3 {
  background-position: -30px -95px;
  width: 15px;
  height: 15px;
}

.sprite-images-arrow-angle-prev-333 {
  background-position: -45px -95px;
  width: 8px;
  height: 15px;
}

.sprite-images-arrow-angle-prev-24B3A3 {
  background-position: -53px -95px;
  width: 8px;
  height: 15px;
}

.sprite-images-arrow-angle-next-333 {
  background-position: -61px -95px;
  width: 8px;
  height: 15px;
}

.sprite-images-arrow-angle-next-24B3A3 {
  background-position: -69px -95px;
  width: 8px;
  height: 15px;
}

.sprite-images-search-water-sea {
  background-position: -77px -95px;
  width: 14px;
  height: 14px;
}

.sprite-images-plus {
  background-position: -91px -95px;
  width: 14px;
  height: 14px;
}

.sprite-images-arrow-prev {
  background-position: -66px -47px;
  width: 7px;
  height: 14px;
}

.sprite-images-info-FFF {
  background-position: -115px 0;
  width: 13px;
  height: 13px;
}

.sprite-images-info-333 {
  background-position: -115px -13px;
  width: 13px;
  height: 13px;
}

.sprite-images-arrow-prev-FFF {
  background-position: -115px -26px;
  width: 13px;
  height: 13px;
}

.sprite-images-arrow-next {
  background-position: -115px -39px;
  width: 13px;
  height: 13px;
}

.sprite-images-arrow-next-333 {
  background-position: -115px -52px;
  width: 13px;
  height: 13px;
}

.sprite-images-arrow-next-24B3A3 {
  background-position: -115px -65px;
  width: 13px;
  height: 12px;
}

.sprite-images-close-333 {
  background-position: -115px -77px;
  width: 12px;
  height: 12px;
}

.sprite-images-search-small-square {
  background-position: -115px -89px;
  width: 10px;
  height: 10px;
}

.sprite-images-open-small-square {
  background-position: -115px -99px;
  width: 10px;
  height: 10px;
}

.sprite-images-plus-333 {
  background-position: -73px -60px;
  width: 9px;
  height: 9px;
}

.sprite-images-minus-333 {
  background-position: -115px -109px;
  width: 9px;
  height: 1px;
}

.sprite-images-arrow-angle-left-small-333 {
  background-position: -82px -60px;
  width: 6px;
  height: 9px;
}

/* sprite */
/* tablet */
@media (max-width: 979px) {
  body {
	padding: 0;
  }
  
  #header .show-nav-for-iphone {
	display: block;
	position: absolute;
	left: 0;
	top: 0px;
	border: 0;
	color: #fff;
	z-index: 9999;
	margin-top: 0;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	background: #000;
	display: inline-block;
	padding: 2px 8px 0 8px;
	text-decoration: none;
	cursor: pointer;
	font-size: 14px;
	margin-left: 0;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin-left: 15px;
	text-transform: uppercase;
	margin-top: 15px;
  }
}

@media (max-width: 768px) {
  img.alignnone,
  img.alignleft,
  img.alignright,
  img.aligncenter {
	height: auto !important;
  }
}

@media (max-width: 610px) {
  .block-width {
	width: 100% !important;
	float: none !important;
	margin-right: 0 !important;
  }
  
  img.alignnone,
  img.alignleft,
  img.alignright,
  img.aligncenter {
	float: none !important;
	display: block;
	margin-right: 0 !important;
	margin-left: 0 !important;
	margin-bottom: 9.27070457px !important;
  }
  
  .block-item-post {
	text-align: center;
  }
  
  .block-item-post figure {
	display: inline-block;
	float: none;
	margin: 0 auto;
	width: 100%;
	max-width: 230px;
  }
  
  .block-item-post p {
	text-align: left;
  }
  
  .block-item-post .block-title,
  .block-item-post .block-info {
	text-align: center;
	display: block;
	width: 100%;
  }
  
  /* wp-pagenavi */
  .wp-pagenavi a,
  .wp-pagenavi span {
	text-decoration: none;
	margin-right: 4px;
	font-size: 14px;
	border: 0;
  }
  
  .wp-pagenavi .pages,
  .wp-pagenavi .nextpostslink,
  .wp-pagenavi .last {
	display: none;
  }
}

/* iPads (portrait) ----------- */
/* iPads (landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .animation {
	opacity: 1;
	filter: alpha(opacity=1);
	-moz-transition: all 0 ease-in-out;
	-webkit-transition: all 0 ease-in-out;
	-o-transition: all 0 ease-in-out;
	transition: all 0 ease-in-out;
	backface-visibility: hidden;
	webkit-backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
  }
  
  .animation.on {
	opacity: 1;
	filter: alpha(opacity=1);
  }
}

/* smarthpone */
@media (max-width: 480px) {
  .block-width {
	width: 100% !important;
	float: none !important;
	margin-right: 0 !important;
  }
  
  img.alignnone,
  img.alignleft,
  img.alignright,
  img.aligncenter {
	height: auto !important;
	float: none;
	margin: 0;
	display: block;
	margin-bottom: 10px;
  }
  
  .block-form .block-row-field,
  .block-form .block-width {
	width: 100%;
  }
}

/* iPhone (portrait) ----------- */
@media only screen and (max-width: 320px) {
  .animation {
	opacity: 1;
	filter: alpha(opacity=1);
	-moz-transition: all 0 ease-in-out;
	-webkit-transition: all 0 ease-in-out;
	-o-transition: all 0 ease-in-out;
	transition: all 0 ease-in-out;
	backface-visibility: hidden;
	webkit-backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
  }
  
  .animation.on {
	opacity: 1;
	filter: alpha(opacity=1);
  }
}

/* iPhone (landscape) ----------- */
@media only screen and (max-width: 480px) {
  .animation {
	opacity: 1;
	filter: alpha(opacity=1);
	-moz-transition: all 0 ease-in-out;
	-webkit-transition: all 0 ease-in-out;
	-o-transition: all 0 ease-in-out;
	transition: all 0 ease-in-out;
	backface-visibility: hidden;
	webkit-backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
  }
  
  .animation.on {
	opacity: 1;
	filter: alpha(opacity=1);
  }
}

@media (max-width: 1000px) {
  .block-header-tool {
	width: 100% !important;
  }
  
  #header .block-wrapper-logo {
	min-height: 158px;
	width: 100% !important;
  }
}

/* responsive */
@-moz-document url-prefix() {
  #outer .ico-next,
  #outer .link-go-to .ico-next,
  #outer .block-simple-list.arrow-item li:before {
	background: url(../less/images/arrow-next.png) 0 0 no-repeat !important;
	background-position: 0 !important;
  }
  #outer .ico-user {
	background: url(../less/images/user.png) 0 0 no-repeat !important;
	background-position: 0 !important;
  }
}

div.block-header-tool.block-tail-text {
  padding-bottom: 0;
}

.block-breadcrumbs {
  padding-bottom: 4px;
}

.block-breadcrumbs ul {
  margin: 0;
  padding: 10px 0 0 0;
}

.block-breadcrumbs ul li {
  list-style: none;
  font-size: 14px;
  float: left;
  padding-right: 5px;
}

#metanavigation li {
  padding-left: 5px;
}

.module-main-article-images img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

#cboxWrapper #cboxContent #cboxTitle {
  font-size: 13px;
  position: absolute;
  bottom: 0;
  height: 40px;
  background: #000;
  color: #fff;
  top: auto;
  overflow: auto;
  padding: 5px;
}

#cboxWrapper #cboxContent #cboxTitle {
  font-size: 13px;
}

.block-accordion .block-panel-content {
  padding-top: 0 !important;
  margin-bottom: 0;
}

.block-accordion {
  margin-bottom: 30px;
}

.module-slider-thumb .slider .slick-dots {
  margin: -36px 0 0;
}

.module-slider-thumb .block-thumb img {
  border: 0;
}

.module-slider-thumb .block-thumb {
  border: 1px solid #ccc;
  height: 167px;
}

.text-padding {
  padding: 0 15px;
}

.block-main-article {
  min-height: 400px;
}

div.multimedia {
  text-align: center;
  margin: 20px 0 40px 0;
}

.module-wrapper-panel .block-panel-content.have-border {
  padding-top: 0 !important;
}

.box-search-button {
  text-align: center;
  margin-bottom: 30px;
}

.box-search-button a.btn-link {
  padding: 10px 20px 32px 20px;
  font-size: 25px;
}

.block-simple-list.arrow-black-item ul {
  padding-top: 7px !important;
}

.block-simple-list.arrow-black-item li.active > a {
  font-weight: bold;
}

.block-item-search-result .block-item-text .dc_title {
  font-style: italic;
  font-weight: normal;
  font-size: 16px;
  color: #222;
  margin: 0px;
}

.other {
  display: none;
}

/*Per rilevanza e occorrenze sentire Matteo*/
.btn-cart {
  display: none;
}

.block-item-tool.pull-left ul li:last-child {
  text-transform: uppercase;
  font-size: 11px;
  color: #666;
  text-decoration: none;
  margin-top: 6px;
}

.bibDig:before {
  background-image: none !important;
}

.bibDig .icon {
  color: #1b8478;
}

.fixed-height {
  height: 330px !important;
}

/* extra class */
/**
  * Sprite
  * per MacBook Air: glue images --img=../images  --less=.
  * per iMac: glue images --css=. --img=../images --less
  *
  * per display retina le immagini devono essere il doppio: http://glue.readthedocs.org/en/latest/ratios.html
  poi basta aggiungere dopo --less questo comando --retina
  */
/****************************/
/* define variable template */
/****************************/
/* distanza tra gli oggetti */
/* per applicare golden ratio basta moltiplicare o dividere per @gr, es. margin-left:@mdo / @gr; */
/* dimensione testo principale */
/* se hai importato golden-ratio-typography.less"; il font size dei vari selettori avviene in modo automatico secondo il rapporto della sezione aurea */
/* dimensione massima contenitore */
/****************************/
/* define font family */
/****************************/
/****************************/
/* define lib color */
/****************************/
/****************************/
/* define border */
/****************************/
/****************************/
/* define selector color */
/****************************/
/****************************/
/* define bg color */
/****************************/
/****************************/
/* define button */
/****************************/

.block-title.dc_contributor {
  color: #000 !important;
}

.block-title.dc_creator {
  color: #000 !important;
}

.dc_creator {
  font-weight: 600 !important;
  font-size: 1rem !important;
}

.dc_creator a:hover {
  text-decoration: underline;
}

.dc_contributor {
  font-weight: normal !important;
  font-size: 1rem !important;
}

.dc_contributor a:hover {
  text-decoration: underline;
}

.dc_title {
  font-size: 1rem !important;
}

.block-item-text p {
  font-size: 1rem !important;
}

.block-item-text br:first-of-type {
  display: none;
}

.dc_titleArea {
  color: #000 !important;
  font-size: 1rem !important;
  font-style: italic !important;
}

.dc_publisher {
  margin-right: 3px;
}

dt, dd {
  line-height: 1.4 !important;
}

.block-text .simple-dl:nth-child(2) {
  margin-top: 30px;
}

.form-fulltext table {
  width: 100% !important;
}

.ordinamento-class {
  position: relative;
  bottom: 9px;
}

.form-fulltext input {
  display: block;
  width: 35% !important;
}

@media (max-width: 900px) {
  .form-fulltext input {
	width: 100% !important;
  }
}

.form-fulltext img {
  display: none;
}

.form-fulltext .bottone {
  display: none;
}

.module-row.table-list-news {
  display: table;
  width: 100%;
  table-layout: fixed;
}

@media (max-width: 800px) {
  .module-row.table-list-news {
	height: auto;
	display: block;
	table-layout: inherit;
  }
}

.module-row.table-list-news .block-item-partner {
  display: table-cell;
  width: 50%;
  float: none;
  margin: 0;
  padding-bottom: 40px;
}

@media (max-width: 800px) {
  .module-row.table-list-news .block-item-partner {
	width: 100% !important;
	display: block;
	padding-bottom: 0;
  }
}

.slick-track {
  min-width: 600px !important;
}

.img-news-home {
  width: 80%;
  height: 80%;
  max-width: 100px;
  max-height: 100px;
}

.padding-left-fix {
  padding-left: 15px;
}

.pointer {
  cursor: pointer;
}

.tutti {
  float: right;
  margin-right: 70px;
  margin-top: 1px;
  z-index: 1000;
}

.dc_descSource {
  text-transform: capitalize;
}

@-moz-document url-prefix() {
  .form-fulltext {
	margin-bottom: 35px;
  }
}

#ordinamento p select {
  display: inline-block;
  width: 150px !important;
  margin-right: 10px;
}

div[name=pagerWithOrderForm] > p:first-child {
  display: none;
}

div[name=pagerWithOrderForm] .paginazione {
  display: none;
}

.block-title-spogli {
  color: #1b8478;
  margin-left: 20px;
  margin-top: 10px;
  font-size: 24px;
  padding-bottom: 10px;
}

.div-spogli {
  border-bottom: 1px solid #F0F0F0;
}

@media only screen and (max-width: 400px) {
  .btn-link {
	height: auto !important;
	margin-bottom: 40px;
  }
}

/*messaggio ricerca non ordinabile nascosto per il momento*/
#ordinamentoTroppoEsteso {
  display: none;
}

#ocrForm {
  display: block;
  margin-bottom: 10px;
  margin-top: 5px !important;
}

#ocrForm input[type=text] {
  display: inline;
  width: 300px !important;
}

#ocrForm input.bottone {
  width: 150px !important;
  margin-left: 10px;
  bottom: 1px;
  position: relative;
}

/* cookie popup */
#cookie {
  position: relative;
  top: 0;
  width: 100%;
  background-color: #000;
  opacity: 0.8;
  color: #DFDFDF;
  text-align: center;
}

#cookie p {
  padding: 6px;
  font-family: Tahoma;
  font-size: 12px;
}

#cookie a {
  color: #aaa;
  text-decoration: underline;
}

#cookie a#close {
  font-weight: 900;
  color: #fff;
  text-decoration: none;
  background: #aaa;
  padding: 3px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.table-img p, .table-img span {
  font-size: 14px;
}

.slide .block-thumb img {
  margin: auto;
}

.link a {
  text-decoration: none;
}

.link a:hover {
  text-decoration: underline;
  cursor: pointer;
}
