@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,600,700,300);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,900,300italic,400italic,900italic);
/*!
Theme Name: Ultra Tech
Theme URI: http://ultratechpipe.com
Author: Fuel Multimedia
Author URI: http://fuelmultimedia.ca
Description: Clean and light business theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: wpcanvas

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/*!
 *  Font Awesome 3.2.1
 *  the iconic font designed for Bootstrap
 *  ------------------------------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation can be
 *  found at http://fontawesome.io.  Stay up to date on Twitter at
 *  http://twitter.com/fontawesome.
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - The Font Awesome font is licensed under SIL OFL 1.1 -
 *    http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Font Awesome documentation licensed under CC BY 3.0 -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"
 *
 *  Author - Dave Gandy
 *  ------------------------------------------------------------------------------
 *  Email: dave@fontawesome.io
 *  Twitter: http://twitter.com/davegandy
 *  Work: Lead Product Designer @ Kyruus - http://kyruus.com
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("fonts/fontawesome-webfontf77b.html?v=3.2.1");
  src: url("fonts/fontawesome-webfontd41d.html?#iefix&v=3.2.1") format("embedded-opentype"), url("fonts/fontawesome-webfontf77b-2.html?v=3.2.1") format("woff"), url("fonts/fontawesome-webfontf77b-3.html?v=3.2.1") format("truetype"), url("fonts/fontawesome-webfont.html#fontawesomeregular?v=3.2.1") format("svg");
  font-weight: normal;
  font-style: normal; }

/* FONT AWESOME CORE
 * -------------------------- */
[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em; }

[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none; }

/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: -10%;
  font-size: 1.3333333333333333em; }

/* makes sure icons active on rollover in links */
a [class^="icon-"],
a [class*=" icon-"] {
  display: inline; }

/* increased font size for icon-large */
[class^="icon-"].icon-fixed-width,
[class*=" icon-"].icon-fixed-width {
  display: inline-block;
  width: 1.1428571428571428em;
  text-align: right;
  padding-right: 0.2857142857142857em; }

[class^="icon-"].icon-fixed-width.icon-large,
[class*=" icon-"].icon-fixed-width.icon-large {
  width: 1.4285714285714286em; }

.icons-ul {
  margin-left: 2.142857142857143em;
  list-style-type: none; }

.icons-ul > li {
  position: relative; }

.icons-ul .icon-li {
  position: absolute;
  left: -2.142857142857143em;
  width: 2.142857142857143em;
  text-align: center;
  line-height: inherit; }

[class^="icon-"].hide,
[class*=" icon-"].hide {
  display: none; }

.icon-muted {
  color: #eeeeee; }

.icon-light {
  color: #ffffff; }

.icon-dark {
  color: #333333; }

.icon-border {
  border: solid 1px #eeeeee;
  padding: .2em .25em .15em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.icon-2x {
  font-size: 2em; }

.icon-2x.icon-border {
  border-width: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.icon-3x {
  font-size: 3em; }

.icon-3x.icon-border {
  border-width: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.icon-4x {
  font-size: 4em; }

.icon-4x.icon-border {
  border-width: 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px; }

.icon-5x {
  font-size: 5em; }

.icon-5x.icon-border {
  border-width: 5px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
  margin-right: .3em; }

[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
  margin-left: .3em; }

/* BOOTSTRAP SPECIFIC CLASSES
 * -------------------------- */
/* Bootstrap 2.0 sprites.less reset */
[class^="icon-"],
[class*=" icon-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0; }

/* more sprites.less reset */
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: none; }

/* keeps Bootstrap styles with and without icons the same */
.btn [class^="icon-"].icon-large,
.nav [class^="icon-"].icon-large,
.btn [class*=" icon-"].icon-large,
.nav [class*=" icon-"].icon-large {
  line-height: .9em; }

.btn [class^="icon-"].icon-spin,
.nav [class^="icon-"].icon-spin,
.btn [class*=" icon-"].icon-spin,
.nav [class*=" icon-"].icon-spin {
  display: inline-block; }

.nav-tabs [class^="icon-"],
.nav-pills [class^="icon-"],
.nav-tabs [class*=" icon-"],
.nav-pills [class*=" icon-"],
.nav-tabs [class^="icon-"].icon-large,
.nav-pills [class^="icon-"].icon-large,
.nav-tabs [class*=" icon-"].icon-large,
.nav-pills [class*=" icon-"].icon-large {
  line-height: .9em; }

.btn [class^="icon-"].pull-left.icon-2x,
.btn [class*=" icon-"].pull-left.icon-2x,
.btn [class^="icon-"].pull-right.icon-2x,
.btn [class*=" icon-"].pull-right.icon-2x {
  margin-top: .18em; }

.btn [class^="icon-"].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large {
  line-height: .8em; }

.btn.btn-small [class^="icon-"].pull-left.icon-2x,
.btn.btn-small [class*=" icon-"].pull-left.icon-2x,
.btn.btn-small [class^="icon-"].pull-right.icon-2x,
.btn.btn-small [class*=" icon-"].pull-right.icon-2x {
  margin-top: .25em; }

.btn.btn-large [class^="icon-"],
.btn.btn-large [class*=" icon-"] {
  margin-top: 0; }

.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x,
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-top: .05em; }

.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x {
  margin-right: .2em; }

.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-left: .2em; }

/* Fixes alignment in nav lists */
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  line-height: inherit; }

/* EXTRAS
 * -------------------------- */
/* Stacked and layered icon */
.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: -35%; }

.icon-stack [class^="icon-"],
.icon-stack [class*=" icon-"] {
  display: block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 1em;
  line-height: inherit;
  *line-height: 2em; }

.icon-stack .icon-stack-base {
  font-size: 2em;
  *line-height: 1em; }

/* Animated rotating icon */
.icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear; }

/* Prevent stack and spinners from being taken inline when inside a link */
a .icon-stack,
a .icon-spin {
  display: inline-block;
  text-decoration: none; }

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg); }

  100% {
    -moz-transform: rotate(359deg); } }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(359deg); } }

@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg); }

  100% {
    -o-transform: rotate(359deg); } }

@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg); }

  100% {
    -ms-transform: rotate(359deg); } }

@keyframes spin {
  0% {
    transform: rotate(0deg); }

  100% {
    transform: rotate(359deg); } }

/* Icon rotations and mirroring */
.icon-rotate-90:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); }

.icon-rotate-180:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2); }

.icon-rotate-270:before {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); }

.icon-flip-horizontal:before {
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.icon-flip-vertical:before {
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1); }

/* ensure rotation occurs inside anchor tags */
a .icon-rotate-90:before,
a .icon-rotate-180:before,
a .icon-rotate-270:before,
a .icon-flip-horizontal:before,
a .icon-flip-vertical:before {
  display: inline-block; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.icon-glass:before {
  content: "\f000"; }

.icon-music:before {
  content: "\f001"; }

.icon-search:before {
  content: "\f002"; }

.icon-envelope-alt:before {
  content: "\f003"; }

.icon-heart:before {
  content: "\f004"; }

.icon-star:before {
  content: "\f005"; }

.icon-star-empty:before {
  content: "\f006"; }

.icon-user:before {
  content: "\f007"; }

.icon-film:before {
  content: "\f008"; }

.icon-th-large:before {
  content: "\f009"; }

.icon-th:before {
  content: "\f00a"; }

.icon-th-list:before {
  content: "\f00b"; }

.icon-ok:before {
  content: "\f00c"; }

.icon-remove:before {
  content: "\f00d"; }

.icon-zoom-in:before {
  content: "\f00e"; }

.icon-zoom-out:before {
  content: "\f010"; }

.icon-power-off:before,
.icon-off:before {
  content: "\f011"; }

.icon-signal:before {
  content: "\f012"; }

.icon-gear:before,
.icon-cog:before {
  content: "\f013"; }

.icon-trash:before {
  content: "\f014"; }

.icon-home:before {
  content: "\f015"; }

.icon-file-alt:before {
  content: "\f016"; }

.icon-time:before {
  content: "\f017"; }

.icon-road:before {
  content: "\f018"; }

.icon-download-alt:before {
  content: "\f019"; }

.icon-download:before {
  content: "\f01a"; }

.icon-upload:before {
  content: "\f01b"; }

.icon-inbox:before {
  content: "\f01c"; }

.icon-play-circle:before {
  content: "\f01d"; }

.icon-rotate-right:before,
.icon-repeat:before {
  content: "\f01e"; }

.icon-refresh:before {
  content: "\f021"; }

.icon-list-alt:before {
  content: "\f022"; }

.icon-lock:before {
  content: "\f023"; }

.icon-flag:before {
  content: "\f024"; }

.icon-headphones:before {
  content: "\f025"; }

.icon-volume-off:before {
  content: "\f026"; }

.icon-volume-down:before {
  content: "\f027"; }

.icon-volume-up:before {
  content: "\f028"; }

.icon-qrcode:before {
  content: "\f029"; }

.icon-barcode:before {
  content: "\f02a"; }

.icon-tag:before {
  content: "\f02b"; }

.icon-tags:before {
  content: "\f02c"; }

.icon-book:before {
  content: "\f02d"; }

.icon-bookmark:before {
  content: "\f02e"; }

.icon-print:before {
  content: "\f02f"; }

.icon-camera:before {
  content: "\f030"; }

.icon-font:before {
  content: "\f031"; }

.icon-bold:before {
  content: "\f032"; }

.icon-italic:before {
  content: "\f033"; }

.icon-text-height:before {
  content: "\f034"; }

.icon-text-width:before {
  content: "\f035"; }

.icon-align-left:before {
  content: "\f036"; }

.icon-align-center:before {
  content: "\f037"; }

.icon-align-right:before {
  content: "\f038"; }

.icon-align-justify:before {
  content: "\f039"; }

.icon-list:before {
  content: "\f03a"; }

.icon-indent-left:before {
  content: "\f03b"; }

.icon-indent-right:before {
  content: "\f03c"; }

.icon-facetime-video:before {
  content: "\f03d"; }

.icon-picture:before {
  content: "\f03e"; }

.icon-pencil:before {
  content: "\f040"; }

.icon-map-marker:before {
  content: "\f041"; }

.icon-adjust:before {
  content: "\f042"; }

.icon-tint:before {
  content: "\f043"; }

.icon-edit:before {
  content: "\f044"; }

.icon-share:before {
  content: "\f045"; }

.icon-check:before {
  content: "\f046"; }

.icon-move:before {
  content: "\f047"; }

.icon-step-backward:before {
  content: "\f048"; }

.icon-fast-backward:before {
  content: "\f049"; }

.icon-backward:before {
  content: "\f04a"; }

.icon-play:before {
  content: "\f04b"; }

.icon-pause:before {
  content: "\f04c"; }

.icon-stop:before {
  content: "\f04d"; }

.icon-forward:before {
  content: "\f04e"; }

.icon-fast-forward:before {
  content: "\f050"; }

.icon-step-forward:before {
  content: "\f051"; }

.icon-eject:before {
  content: "\f052"; }

.icon-chevron-left:before {
  content: "\f053"; }

.icon-chevron-right:before {
  content: "\f054"; }

.icon-plus-sign:before {
  content: "\f055"; }

.icon-minus-sign:before {
  content: "\f056"; }

.icon-remove-sign:before {
  content: "\f057"; }

.icon-ok-sign:before {
  content: "\f058"; }

.icon-question-sign:before {
  content: "\f059"; }

.icon-info-sign:before {
  content: "\f05a"; }

.icon-screenshot:before {
  content: "\f05b"; }

.icon-remove-circle:before {
  content: "\f05c"; }

.icon-ok-circle:before {
  content: "\f05d"; }

.icon-ban-circle:before {
  content: "\f05e"; }

.icon-arrow-left:before {
  content: "\f060"; }

.icon-arrow-right:before {
  content: "\f061"; }

.icon-arrow-up:before {
  content: "\f062"; }

.icon-arrow-down:before {
  content: "\f063"; }

.icon-mail-forward:before,
.icon-share-alt:before {
  content: "\f064"; }

.icon-resize-full:before {
  content: "\f065"; }

.icon-resize-small:before {
  content: "\f066"; }

.icon-plus:before {
  content: "\f067"; }

.icon-minus:before {
  content: "\f068"; }

.icon-asterisk:before {
  content: "\f069"; }

.icon-exclamation-sign:before {
  content: "\f06a"; }

.icon-gift:before {
  content: "\f06b"; }

.icon-leaf:before {
  content: "\f06c"; }

.icon-fire:before {
  content: "\f06d"; }

.icon-eye-open:before {
  content: "\f06e"; }

.icon-eye-close:before {
  content: "\f070"; }

.icon-warning-sign:before {
  content: "\f071"; }

.icon-plane:before {
  content: "\f072"; }

.icon-calendar:before {
  content: "\f073"; }

.icon-random:before {
  content: "\f074"; }

.icon-comment:before {
  content: "\f075"; }

.icon-magnet:before {
  content: "\f076"; }

.icon-chevron-up:before {
  content: "\f077"; }

.icon-chevron-down:before {
  content: "\f078"; }

.icon-retweet:before {
  content: "\f079"; }

.icon-shopping-cart:before {
  content: "\f07a"; }

.icon-folder-close:before {
  content: "\f07b"; }

.icon-folder-open:before {
  content: "\f07c"; }

.icon-resize-vertical:before {
  content: "\f07d"; }

.icon-resize-horizontal:before {
  content: "\f07e"; }

.icon-bar-chart:before {
  content: "\f080"; }

.icon-twitter-sign:before {
  content: "\f081"; }

.icon-facebook-sign:before {
  content: "\f082"; }

.icon-camera-retro:before {
  content: "\f083"; }

.icon-key:before {
  content: "\f084"; }

.icon-gears:before,
.icon-cogs:before {
  content: "\f085"; }

.icon-comments:before {
  content: "\f086"; }

.icon-thumbs-up-alt:before {
  content: "\f087"; }

.icon-thumbs-down-alt:before {
  content: "\f088"; }

.icon-star-half:before {
  content: "\f089"; }

.icon-heart-empty:before {
  content: "\f08a"; }

.icon-signout:before {
  content: "\f08b"; }

.icon-linkedin-sign:before {
  content: "\f08c"; }

.icon-pushpin:before {
  content: "\f08d"; }

.icon-external-link:before {
  content: "\f08e"; }

.icon-signin:before {
  content: "\f090"; }

.icon-trophy:before {
  content: "\f091"; }

.icon-github-sign:before {
  content: "\f092"; }

.icon-upload-alt:before {
  content: "\f093"; }

.icon-lemon:before {
  content: "\f094"; }

.icon-phone:before {
  content: "\f095"; }

.icon-unchecked:before,
.icon-check-empty:before {
  content: "\f096"; }

.icon-bookmark-empty:before {
  content: "\f097"; }

.icon-phone-sign:before {
  content: "\f098"; }

.icon-twitter:before {
  content: "\f099"; }

.icon-facebook:before {
  content: "\f09a"; }

.icon-github:before {
  content: "\f09b"; }

.icon-unlock:before {
  content: "\f09c"; }

.icon-credit-card:before {
  content: "\f09d"; }

.icon-rss:before {
  content: "\f09e"; }

.icon-hdd:before {
  content: "\f0a0"; }

.icon-bullhorn:before {
  content: "\f0a1"; }

.icon-bell:before {
  content: "\f0a2"; }

.icon-certificate:before {
  content: "\f0a3"; }

.icon-hand-right:before {
  content: "\f0a4"; }

.icon-hand-left:before {
  content: "\f0a5"; }

.icon-hand-up:before {
  content: "\f0a6"; }

.icon-hand-down:before {
  content: "\f0a7"; }

.icon-circle-arrow-left:before {
  content: "\f0a8"; }

.icon-circle-arrow-right:before {
  content: "\f0a9"; }

.icon-circle-arrow-up:before {
  content: "\f0aa"; }

.icon-circle-arrow-down:before {
  content: "\f0ab"; }

.icon-globe:before {
  content: "\f0ac"; }

.icon-wrench:before {
  content: "\f0ad"; }

.icon-tasks:before {
  content: "\f0ae"; }

.icon-filter:before {
  content: "\f0b0"; }

.icon-briefcase:before {
  content: "\f0b1"; }

.icon-fullscreen:before {
  content: "\f0b2"; }

.icon-group:before {
  content: "\f0c0"; }

.icon-link:before {
  content: "\f0c1"; }

.icon-cloud:before {
  content: "\f0c2"; }

.icon-beaker:before {
  content: "\f0c3"; }

.icon-cut:before {
  content: "\f0c4"; }

.icon-copy:before {
  content: "\f0c5"; }

.icon-paperclip:before,
.icon-paper-clip:before {
  content: "\f0c6"; }

.icon-save:before {
  content: "\f0c7"; }

.icon-sign-blank:before {
  content: "\f0c8"; }

.icon-reorder:before {
  content: "\f0c9"; }

.icon-list-ul:before {
  content: "\f0ca"; }

.icon-list-ol:before {
  content: "\f0cb"; }

.icon-strikethrough:before {
  content: "\f0cc"; }

.icon-underline:before {
  content: "\f0cd"; }

.icon-table:before {
  content: "\f0ce"; }

.icon-magic:before {
  content: "\f0d0"; }

.icon-truck:before {
  content: "\f0d1"; }

.icon-pinterest:before {
  content: "\f0d2"; }

.icon-pinterest-sign:before {
  content: "\f0d3"; }

.icon-google-plus-sign:before {
  content: "\f0d4"; }

.icon-google-plus:before {
  content: "\f0d5"; }

.icon-money:before {
  content: "\f0d6"; }

.icon-caret-down:before {
  content: "\f0d7"; }

.icon-caret-up:before {
  content: "\f0d8"; }

.icon-caret-left:before {
  content: "\f0d9"; }

.icon-caret-right:before {
  content: "\f0da"; }

.icon-columns:before {
  content: "\f0db"; }

.icon-sort:before {
  content: "\f0dc"; }

.icon-sort-down:before {
  content: "\f0dd"; }

.icon-sort-up:before {
  content: "\f0de"; }

.icon-envelope:before {
  content: "\f0e0"; }

.icon-linkedin:before {
  content: "\f0e1"; }

.icon-rotate-left:before,
.icon-undo:before {
  content: "\f0e2"; }

.icon-legal:before {
  content: "\f0e3"; }

.icon-dashboard:before {
  content: "\f0e4"; }

.icon-comment-alt:before {
  content: "\f0e5"; }

.icon-comments-alt:before {
  content: "\f0e6"; }

.icon-bolt:before {
  content: "\f0e7"; }

.icon-sitemap:before {
  content: "\f0e8"; }

.icon-umbrella:before {
  content: "\f0e9"; }

.icon-paste:before {
  content: "\f0ea"; }

.icon-lightbulb:before {
  content: "\f0eb"; }

.icon-exchange:before {
  content: "\f0ec"; }

.icon-cloud-download:before {
  content: "\f0ed"; }

.icon-cloud-upload:before {
  content: "\f0ee"; }

.icon-user-md:before {
  content: "\f0f0"; }

.icon-stethoscope:before {
  content: "\f0f1"; }

.icon-suitcase:before {
  content: "\f0f2"; }

.icon-bell-alt:before {
  content: "\f0f3"; }

.icon-coffee:before {
  content: "\f0f4"; }

.icon-food:before {
  content: "\f0f5"; }

.icon-file-text-alt:before {
  content: "\f0f6"; }

.icon-building:before {
  content: "\f0f7"; }

.icon-hospital:before {
  content: "\f0f8"; }

.icon-ambulance:before {
  content: "\f0f9"; }

.icon-medkit:before {
  content: "\f0fa"; }

.icon-fighter-jet:before {
  content: "\f0fb"; }

.icon-beer:before {
  content: "\f0fc"; }

.icon-h-sign:before {
  content: "\f0fd"; }

.icon-plus-sign-alt:before {
  content: "\f0fe"; }

.icon-double-angle-left:before {
  content: "\f100"; }

.icon-double-angle-right:before {
  content: "\f101"; }

.icon-double-angle-up:before {
  content: "\f102"; }

.icon-double-angle-down:before {
  content: "\f103"; }

.icon-angle-left:before {
  content: "\f104"; }

.icon-angle-right:before {
  content: "\f105"; }

.icon-angle-up:before {
  content: "\f106"; }

.icon-angle-down:before {
  content: "\f107"; }

.icon-desktop:before {
  content: "\f108"; }

.icon-laptop:before {
  content: "\f109"; }

.icon-tablet:before {
  content: "\f10a"; }

.icon-mobile-phone:before {
  content: "\f10b"; }

.icon-circle-blank:before {
  content: "\f10c"; }

.icon-quote-left:before {
  content: "\f10d"; }

.icon-quote-right:before {
  content: "\f10e"; }

.icon-spinner:before {
  content: "\f110"; }

.icon-circle:before {
  content: "\f111"; }

.icon-mail-reply:before,
.icon-reply:before {
  content: "\f112"; }

.icon-github-alt:before {
  content: "\f113"; }

.icon-folder-close-alt:before {
  content: "\f114"; }

.icon-folder-open-alt:before {
  content: "\f115"; }

.icon-expand-alt:before {
  content: "\f116"; }

.icon-collapse-alt:before {
  content: "\f117"; }

.icon-smile:before {
  content: "\f118"; }

.icon-frown:before {
  content: "\f119"; }

.icon-meh:before {
  content: "\f11a"; }

.icon-gamepad:before {
  content: "\f11b"; }

.icon-keyboard:before {
  content: "\f11c"; }

.icon-flag-alt:before {
  content: "\f11d"; }

.icon-flag-checkered:before {
  content: "\f11e"; }

.icon-terminal:before {
  content: "\f120"; }

.icon-code:before {
  content: "\f121"; }

.icon-reply-all:before {
  content: "\f122"; }

.icon-mail-reply-all:before {
  content: "\f122"; }

.icon-star-half-full:before,
.icon-star-half-empty:before {
  content: "\f123"; }

.icon-location-arrow:before {
  content: "\f124"; }

.icon-crop:before {
  content: "\f125"; }

.icon-code-fork:before {
  content: "\f126"; }

.icon-unlink:before {
  content: "\f127"; }

.icon-question:before {
  content: "\f128"; }

.icon-info:before {
  content: "\f129"; }

.icon-exclamation:before {
  content: "\f12a"; }

.icon-superscript:before {
  content: "\f12b"; }

.icon-subscript:before {
  content: "\f12c"; }

.icon-eraser:before {
  content: "\f12d"; }

.icon-puzzle-piece:before {
  content: "\f12e"; }

.icon-microphone:before {
  content: "\f130"; }

.icon-microphone-off:before {
  content: "\f131"; }

.icon-shield:before {
  content: "\f132"; }

.icon-calendar-empty:before {
  content: "\f133"; }

.icon-fire-extinguisher:before {
  content: "\f134"; }

.icon-rocket:before {
  content: "\f135"; }

.icon-maxcdn:before {
  content: "\f136"; }

.icon-chevron-sign-left:before {
  content: "\f137"; }

.icon-chevron-sign-right:before {
  content: "\f138"; }

.icon-chevron-sign-up:before {
  content: "\f139"; }

.icon-chevron-sign-down:before {
  content: "\f13a"; }

.icon-html5:before {
  content: "\f13b"; }

.icon-css3:before {
  content: "\f13c"; }

.icon-anchor:before {
  content: "\f13d"; }

.icon-unlock-alt:before {
  content: "\f13e"; }

.icon-bullseye:before {
  content: "\f140"; }

.icon-ellipsis-horizontal:before {
  content: "\f141"; }

.icon-ellipsis-vertical:before {
  content: "\f142"; }

.icon-rss-sign:before {
  content: "\f143"; }

.icon-play-sign:before {
  content: "\f144"; }

.icon-ticket:before {
  content: "\f145"; }

.icon-minus-sign-alt:before {
  content: "\f146"; }

.icon-check-minus:before {
  content: "\f147"; }

.icon-level-up:before {
  content: "\f148"; }

.icon-level-down:before {
  content: "\f149"; }

.icon-check-sign:before {
  content: "\f14a"; }

.icon-edit-sign:before {
  content: "\f14b"; }

.icon-external-link-sign:before {
  content: "\f14c"; }

.icon-share-sign:before {
  content: "\f14d"; }

.icon-compass:before {
  content: "\f14e"; }

.icon-collapse:before {
  content: "\f150"; }

.icon-collapse-top:before {
  content: "\f151"; }

.icon-expand:before {
  content: "\f152"; }

.icon-euro:before,
.icon-eur:before {
  content: "\f153"; }

.icon-gbp:before {
  content: "\f154"; }

.icon-dollar:before,
.icon-usd:before {
  content: "\f155"; }

.icon-rupee:before,
.icon-inr:before {
  content: "\f156"; }

.icon-yen:before,
.icon-jpy:before {
  content: "\f157"; }

.icon-renminbi:before,
.icon-cny:before {
  content: "\f158"; }

.icon-won:before,
.icon-krw:before {
  content: "\f159"; }

.icon-bitcoin:before,
.icon-btc:before {
  content: "\f15a"; }

.icon-file:before {
  content: "\f15b"; }

.icon-file-text:before {
  content: "\f15c"; }

.icon-sort-by-alphabet:before {
  content: "\f15d"; }

.icon-sort-by-alphabet-alt:before {
  content: "\f15e"; }

.icon-sort-by-attributes:before {
  content: "\f160"; }

.icon-sort-by-attributes-alt:before {
  content: "\f161"; }

.icon-sort-by-order:before {
  content: "\f162"; }

.icon-sort-by-order-alt:before {
  content: "\f163"; }

.icon-thumbs-up:before {
  content: "\f164"; }

.icon-thumbs-down:before {
  content: "\f165"; }

.icon-youtube-sign:before {
  content: "\f166"; }

.icon-youtube:before {
  content: "\f167"; }

.icon-xing:before {
  content: "\f168"; }

.icon-xing-sign:before {
  content: "\f169"; }

.icon-youtube-play:before {
  content: "\f16a"; }

.icon-dropbox:before {
  content: "\f16b"; }

.icon-stackexchange:before {
  content: "\f16c"; }

.icon-instagram:before {
  content: "\f16d"; }

.icon-flickr:before {
  content: "\f16e"; }

.icon-adn:before {
  content: "\f170"; }

.icon-bitbucket:before {
  content: "\f171"; }

.icon-bitbucket-sign:before {
  content: "\f172"; }

.icon-tumblr:before {
  content: "\f173"; }

.icon-tumblr-sign:before {
  content: "\f174"; }

.icon-long-arrow-down:before {
  content: "\f175"; }

.icon-long-arrow-up:before {
  content: "\f176"; }

.icon-long-arrow-left:before {
  content: "\f177"; }

.icon-long-arrow-right:before {
  content: "\f178"; }

.icon-apple:before {
  content: "\f179"; }

.icon-windows:before {
  content: "\f17a"; }

.icon-android:before {
  content: "\f17b"; }

.icon-linux:before {
  content: "\f17c"; }

.icon-dribbble:before {
  content: "\f17d"; }

.icon-skype:before {
  content: "\f17e"; }

.icon-foursquare:before {
  content: "\f180"; }

.icon-trello:before {
  content: "\f181"; }

.icon-female:before {
  content: "\f182"; }

.icon-male:before {
  content: "\f183"; }

.icon-gittip:before {
  content: "\f184"; }

.icon-sun:before {
  content: "\f185"; }

.icon-moon:before {
  content: "\f186"; }

.icon-archive:before {
  content: "\f187"; }

.icon-bug:before {
  content: "\f188"; }

.icon-vk:before {
  content: "\f189"; }

.icon-weibo:before {
  content: "\f18a"; }

.icon-renren:before {
  content: "\f18b"; }

/**************************************************************
*  Primary Styles
***************************************************************/
body {
  background: #292929;
  font: 90%/1.95 Verdana, sans-serif;
  color: #000; }

.wrap {
  width: 1180px;
  margin: 0 auto;
  position: relative; }
  .wrap:before, .wrap:after {
    content: "";
    display: table; }
  .wrap:after {
    clear: both; }

.page-wrap {
  background: #fff; }

a {
  text-decoration: none;
  color: #ed1d24; }

.clear {
  clear: both; }

.btn {
  display: inline-block;
  padding: 0 45px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background: #0c89cf;
  border-bottom: 3px solid #0069ab;
  text-decoration: none;
  border-radius: 20px; }
  .btn:hover {
    background: #04395b; }

.row {
  overflow: hidden;
  margin: 0 -65px 2em 0;
}

.span3 {
  float: left;
  width: 350px;
  margin-right: 65px;
}

hr {
  border: 0;
  border-bottom: 1px solid #ccc; }

h1,
h2,
h3,
h4 {
  line-height: 1.4;
  font-family: 'Source Sans Pro', sans-serif;
  color: #252525; }

h2 {
  font-size: 30px;
  font-weight: 400;
  margin: 0.5em 0; }
  h2 span {
    font-weight: bold; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 21px; }

p {
  margin: 1em 0; }


#translation {
  position: absolute;
  top: 9px;
  right: 100px;
  width: 110px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 32px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: #ed1d24;
}

.google-translate {
  position: absolute;
  top: 12px;
  right: 0;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 32px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: #ed1d24;
}

.top #menu,
.top label,
.top #selectMobile {
  display: none; }

/**************************************************************
*  Header
***************************************************************/
.top {
  font-family: 'Source Sans Pro', sans-serif; }
  .top .more-info {
    position: absolute;
    top: 9px;
    right: 0px;
    margin: 0;
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
    color: #000; }
  .top .sitename {
    margin: 30px 0 0 0;
    padding: 0;
    float: left; }
    .top .sitename a {
      font: 0/0 serif;
      overflow: hidden;
      text-shadow: none;
      display: block;
      width: 310px;
      height: 101px;
      background: url("img/logo.html") no-repeat; }

.menu-primary-container {
  float: right;
  margin-top: 15px; }
  .menu-primary-container ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase; }
    .menu-primary-container ul li {
      display: inline-block;
      position: relative;
      margin: 0 22px; }
      .menu-primary-container ul li .sub-menu {
        display: none;
        position: absolute;
        top: 44px;
        right: 0;
        width: 235px;
        background: #d7d7d7;
        z-index: 9999; }
        .menu-primary-container ul li .sub-menu li {
          display: block;
          margin: 0;
          text-align: right;
          margin: 0 24px;
          font-size: 14px; }
          .menu-primary-container ul li .sub-menu li a {
            border: 0;
            display: block;
            font-weight: 400;
            border-bottom: 1px solid #fff; }
            .menu-primary-container ul li .sub-menu li a:hover {
              color: #ed1d24; }
      .menu-primary-container ul li:last-child {
        margin-right: 0; }
      .menu-primary-container ul li a {
        color: #000;
        display: inline-block;
        line-height: 44px;
        border-top: 3px solid #fff; }
      .menu-primary-container ul li:hover a,
      .menu-primary-container ul li a:hover, .menu-primary-container ul li.current-menu-item a {
        border-top: 3px solid #ddd; }

.bjqs-wrapper {
  color: #fff;
  margin-top: 0.7em; }
  .bjqs-wrapper .attachment-full {
    width: 100% !important;
    height: auto !important; }
  .bjqs-wrapper .slide-content {
    text-align: center;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%; }
  .bjqs-wrapper h3 {
    font-size: 50px;
    text-transform: uppercase;
    border: 1px solid #fff;
    padding: 3px 0;
    width: 570px;
    margin: 2em auto 0.5em auto;
    color: #fff; }
  .bjqs-wrapper p {
    width: 570px;
    margin: 0.2em auto;
    font-size: 30px;
    line-height: 40px;
    font-weight: 300; }

.searchform {
  float: right;
  margin-top: 55px;
}
  .searchform :before, .searchform :after {
    content: "";
    display: static; }
  .searchform :after {
    clear: both; }
  .searchform label {
    border: 0; clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .searchform input[type="text"],
  .searchform input[type="search"] {
    border: 0;
    background: #dfdfdf;
    padding: 5px 10px;
    font-size: 13px;
    color: #000;
    float: left;
    height: 21px;
    width: 200px;
  }
  .searchform input[type="text"]:focus,
  .searchform input[type="search"]:focus {
    outline: none;
  }
  .searchform input[type="submit"] {
    width: 35px;
    height: 31px;
    font: 0/0 serif;
    overflow: hidden;
    text-shadow: none;
    background: url('img/searchbtn.html') no-repeat;
    float: left;
    border: 0;
  }

/**************************************************************
*  Content
***************************************************************/
.entry-titles {
  margin-top: 0.7em;
  position: relative;
  color: #fff;
  background: url("img/page_header.html") center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  text-align: center; }
  .entry-titles.featured-entry {
    background: none;
  }
  .entry-titles.featured-entry img {
    position: absolute;
    top: 0;
/*    left: 50%;
    margin-left: -720px;*/
    left: 0;
    width: 100%;
    height: 394px;
  }
  .page-id-40 .entry-titles {
    background-image: url("img/about_header.html"); }
  .entry-titles .wrap {
    height: 385px; }
  .entry-titles h1 {
    font-size: 50px;
    text-transform: uppercase;
    border: 1px solid #fff;
    padding: 3px 0;
    width: 570px;
    margin: 0.5em auto;
    color: #fff;
    margin-top: 110px; }
  .entry-titles p {
    font-family: 'Source Sans Pro', sans-serif;
    width: 570px;
    margin: 0.2em auto;
    font-size: 30px;
    line-height: 40px;
    font-weight: 300; }
  .entry-titles #go {
    font: 0/0 serif;
    overflow: hidden;
    text-shadow: none;
    width: 54px;
    height: 54px;
    display: block;
    z-index: 200;
    margin-left: -27px;
    background: url("img/down_btn.html") no-repeat;
    position: absolute;
    bottom: -27px;
    left: 50%; }

.col2 {
  width: 65%;
  margin-right: 5%;
  float: left;
  font-size: 13px;
  margin-bottom: 1em; 
/*  background-color: #85C4E7;*/
  color: #fff !important;

}
  .col2.last {
    margin-right: 0; }
  .home .col2 h4 {
    font-size: 36px;
    font-weight: 400;
    margin: 0; }
    .home .col2 h4 span {
      font-weight: bold; }
  .home .col2 p {
  	font-size: 15px}

	#main-content {
  padding: 3em 0; }

  .search-result {
    border-bottom: 1px solid #ccc;
    margin: 2em auto;
    overflow: hidden;
    padding: 0 0 2em 0;
  }

/**************************************************************
*  Sidebars
***************************************************************/
/**************************************************************
*  Footer
***************************************************************/
.footer-widgets #go-up {
    font: 0/0 serif;
    overflow: hidden;
    text-shadow: none;
    width: 54px;
    height: 54px;
    display: block;
    z-index: 200;
padding-top: 30px;
    margin-left: -27px;
    background: url("img/up_btn.html") no-repeat;
    position: absolute;
    top: -45px;
    left: 50%; }
.footer-widgets {
  background: #000;
  padding: 1.5em 0;
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
  color: #ccc; }
  .footer-widgets p {
    margin: 1em 0 2em 0; }
  .footer-widgets .widget {
    width: 31%;
    margin-right: 3%;
    float: left; }
  .footer-widgets #text-3 {
    font-size: 14px;
    line-height: 20px; }
    .footer-widgets #text-3 div > div {
      font-size: 16px;
      line-height: 28px; }
  .footer-widgets #text-4 {
    margin-right: 0; }
    .footer-widgets #text-4 img {
      margin-right: 2px;
      margin-bottom: 2px; }
  .footer-widgets .widget-title {
    font-size: 30px;
    color: #ccc;
    font-weight: 400;
    margin: 1.2em 0 0.5em 0; }
    .footer-widgets .widget-title .firstword {
      font-weight: bold; }
  .footer-widgets .linkedin {
    font: 0/0 serif;
    overflow: hidden;
    text-shadow: none;
    display: block;
    background: url("img/linkedin.html") no-repeat;
    width: 112px;
    height: 28px;
    float:left}
    .footer-widgets .btn{
    background: #ccc;
    float: right;
    height: 30px;
    border-bottom: 3px solid #555;
    vertical-align: middle;
    margin-top: -6px;
    padding-bottom: 10px;
    color: #222;
   .footer-widgets .btn:hover{
    background: #555; }
  }

.copyright {
  line-height: 65px;
  font-size: 13px;
  font-weight: 300;
color: #999999; }

  .type-product h5 {
    float: right;
    margin: -50px 0 0 0;
  }

  #accordion {
    width: 590px;
    float: right;
  }
  #accordion:before, #accordion:after {
    content: "";
    display: table; }
  #accordion:after {
    clear: both; }
  #accordion h4 {
    font: bold 16px/36px 'Open Sans', sans-serif;
    text-transform: uppercase;
    margin: 0 0 2px 0;
    background: #ddd url('img/plus.html') 12px 50% no-repeat;
    padding-left: 38px;
    cursor: pointer;
  }
  #accordion .ui-accordion-header-active {
    background-image: url('img/minus.html');
  }
  #accordion h4:active,
  #accordion h4:focus {
    outline: none;
  }
  #accordion div {
    padding: 1em;
  }

  /*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
     -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
          box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url('img/fancybox_sprite.html');
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('img/fancybox_loading.html') center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('img/blank.html'); /* helps IE */
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url('img/fancybox_overlay.html');
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent; /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
          border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
     only screen and (min--moz-device-pixel-ratio: 1.5),
     only screen and (min-device-pixel-ratio: 1.5){

  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url('img/fancybox_sprite%402x.html');
    background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
  }

  #fancybox-loading div {
    background-image: url('img/fancybox_loading%402x.html');
    background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
  }
}

.table {
    border-radius: 10px;
    border-left: 2px solid #0069ab;
}


table {
  width: 100%;
/*  background: #eaeaea;*/
  margin: 1.2em 0;
    border-radius: 10px;
    border-left: 2px solid #0069ab;
}

.table {
    --bs-table-bg: transparent;
    --bs-table-accent-bg: #00000029;
    --bs-table-striped-color: #212529;
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-active-color: #212529;
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: #212529;
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    vertical-align: top;
    border-color: #dee2e6;
}

.table>tbody {
    vertical-align: inherit;
}

tbody, td, tfoot, th, thead, tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}

tbody {
    overflow-x: auto;
    width: 100%;
    display: table;
}

.table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color);
}

.table>:not(caption)>*>* {
    padding: 0.5rem 0.5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color);
}

table td input {
  border: 0;
  padding: 5px 5%;
  width: 90%;
}

#calcOutputs,
#calcInputs {
  font-weight: 600;
}
#calcOutputs td input {
  background: #fff;
}
.entry-content {
  padding-bottom: 30px;
  overflow: hidden;
}

table{
width: 100%;
background: #eaeaea;
margin: 1.2em 0;  
}


table{
border-collapse: collapse;
border-spacing: 0;
}

table{
      display: table;
/*    border-collapse: separate;*/
    box-sizing: border-box;
    text-indent: initial;
    unicode-bidi: isolate;
/*    border-spacing: 2px;*/
    border-color: gray;
  }

/**************************************************************
*  Home / Front Page
***************************************************************/
.solutions {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0 0 40px 0; }
  .solutions:before, .solutions:after {
    content: "";
    display: table; }
  .solutions:after {
    clear: both; }
  .solutions li {
    float: left;
    width: 250px;
    min-height: 190px;
    padding: 10px 22px;
    position: relative;
    background: #ddd;
    overflow: hidden;
    border-right: 1px solid #fff; }
    .solutions li:hover {
      background: #ed1d24;
      margin-top: -4px;
      border-top: 4px solid #fff; }
      .solutions li:hover a,
      .solutions li:hover a h3 {
        color: #fff; }
    .solutions li a {
      display: block;
      color: #000;
      font-size: 13px;
      line-height: 20px; }
      .solutions li a h3 {
        color: #000;
        font: bold 26px/1.5 'Source Sans Pro', sans-serif;
        margin: 0;
        position: relative;
      }
      .solutions li a {
        position: relative;
        z-index: 2;
      }
    .solutions li img {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      height: 100%;
      width: auto;
    }
    .solutions li:hover img {
      display: none;
    }

    .associations-btn {
      display: inline-block;
      width: 201px;
      height: 28px;
      background: url('img/associations.html') no-repeat;
      font: 0/0 serif;
      overflow: hidden;
      text-shadow: none;
      margin-left: 25px;
    }

/**************************************************************
*  Archives
***************************************************************/
/**************************************************************
*  Single Blog
***************************************************************/
/**************************************************************
*  Blog Comments
***************************************************************/
.comments-area {
  margin: 2rem 0 0 0; }
  .comments-area .comments-title,
  .comments-area #reply-title {
    font-size: 1.8rem;
    padding-bottom: 0.4rem;
    border-bottom: 1px solid #ececec;
    margin: 0 0 0rem 0; }

.commentlist,
#respond form {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  position: relative;
  padding: 1.5em; }

ol.commentlist {
  list-style: none;
  margin: 1em 0;
  padding: 0;
  text-indent: 0; }
  ol.commentlist li.comment {
    border-bottom: 1px solid #ECECEC;
    padding: 10px 5px 5px 90px; }
    ol.commentlist li.comment article:before, ol.commentlist li.comment article:after {
      content: "";
      display: table; }
    ol.commentlist li.comment article:after {
      clear: both; }
    ol.commentlist li.comment.depth-1 {
      padding: 15px 15px 15px 90px; }
    ol.commentlist li.comment.bypostauthor {
      background: #FFF5EC; }
    ol.commentlist li.comment.parent {
      border-left: 5px solid #111; }
    ol.commentlist li.comment div.vcard {
      color: #999;
      font-size: 0.9em; }
      ol.commentlist li.comment div.vcard img.avatar {
        border-radius: 50%;
        float: left;
        margin: 0 1em 1em -80px; }
      ol.commentlist li.comment div.vcard .author {
        font-style: normal;
        font-weight: bold;
        font-size: 1.3em;
        color: #333; }
    ol.commentlist li.comment p {
      font-size: 0.8em;
      margin: 0 0 1em; }
    ol.commentlist li.comment ul {
      font-size: 0.8em;
      list-style: square;
      margin: 0 0 1em 2em; }
    ol.commentlist li.comment div.reply {
      font-size: 0.8em;
      float: right; }
    ol.commentlist li.comment ol.children {
      list-style: none;
      margin: 0.3em 0;
      padding: 0;
      text-indent: 0; }
      ol.commentlist li.comment ol.children li.depth-2 {
        border-left: 3px solid #555;
        margin: 0 0 .25em .25em; }
      ol.commentlist li.comment ol.children li.depth-3 {
        border-left: 3px solid #999;
        margin: 0 0 .25em .25em; }
      ol.commentlist li.comment ol.children li.depth-4 {
        border-left: 3px solid #bbb;
        margin: 0 0 .25em .25em; }

/**************************************************************
*  WordPress Core
***************************************************************/
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 30px 30px; }

.alignleft {
  float: left;
  margin: 5px 30px 30px 0; }

.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/* Basic jQuery Slider essential styles */
ul.bjqs {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  display: none;
  width: 100%; }

li.bjqs-slide {
  position: absolute;
  display: none; }

ul.bjqs-controls {
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 9999; }

ul.bjqs-controls.v-centered li a {
  position: absolute; }

ul.bjqs-controls.v-centered li.bjqs-next a {
  right: 0; }

ul.bjqs-controls.v-centered li.bjqs-prev a {
  left: 0; }

ol.bjqs-markers {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  position: absolute;
  top: 330px; }

ol.bjqs-markers.h-centered {
  text-align: center; }

ol.bjqs-markers li {
  display: inline-block;
  margin-right: 5px; }

ol.bjqs-markers li a {
  display: inline-block;
  font: 0/0 serif;
  overflow: hidden;
  text-shadow: none;
  width: 12px;
  height: 12px;
  background: #f1f1f1;
  border-radius: 50%; }

ol.bjqs-markers li a:hover,
ol.bjqs-markers li.active-marker a {
  background: #ed1d24; }

p.bjqs-caption {
  display: block;
  width: 96%;
  margin: 0;
  padding: 2%;
  position: absolute;
  bottom: 0; }

/**************************************************************
*  Responsive Styles
***************************************************************/
@media screen and (max-width: 1024px) {
  .wrap {
    width: 100%; }

  .searchform {
    margin-top: -40px;
  }
  .top .sitename {
    margin-left: 2%;
    float: none; }

  .menu-primary-container {
    float: none;
    margin: 2em 0 0 0; }

  .bjqs-wrapper .attachment-full {
    width: auto !important;
    height: auto !important; }

  ol.bjqs-markers.h-centered {
    display: none; }

  .solutions li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%;
    height: 300px; }
    .solutions li .solutions li:hover {
      margin-top: 0; }

  .col2 {
    margin: 0 2.5% 1em 2.5%; }

  .copyright {
    margin-left: 2%;
    width: auto; }

  .bottom #text-4 {
    display: none; }
  .bottom .footer-widgets .widget {
    width: 45%;
    margin: 0 2.5%; }

  #main-content {
    padding: 4em 2%;
    width: 96%; }

  #accordion {
    float: none;
  }

  .entry-content img {
    max-width: 100%;
    height: auto; }
  .entry-content img.size-full {
    float: none;
    margin: 1em auto;
    display: block; } }
@media screen and (max-width: 599px) {
  .top {
    padding-top: 46px;
    position: relative;
  }
  .searchform {
      float: none;
      margin: 1em auto;
      width: 255px;
    }
  .top .sitename {
    margin: 0.5em 0;
    text-align: center;
    width: 100%; }
    .top .sitename a {
      margin: 0 auto; }
  .top .more-info {
    position: relative;
    top: auto;
    right: auto;
    margin: 1em auto;
    text-align: center;
    font-size: 1.1em;
    line-height: 1.4;
    width: 220px;
     }
    #translation {
      display: none;
    }
     .top #selectMobile {
    display: block;
    margin: 2em auto;
    width: 100%; }

  .top label {
    display: block;
    width: 100%;
    height: 46px;
    position: absolute;
    top: -46px;
    left: 0;
    font-size: 1.1em;
    margin: 0;
    background: #000;
    color: #fff;
    text-align: right;
    text-transform: uppercase;
 }
    .top label span {
      float: right;
      margin-right: 10px;
      line-height: 46px;
      font-size: 0.9em;
    }
    .top label:after {
      position: absolute;
      right: 1em;
      top: -29px;
      content: "\2261";
      font-size: 3.1em;
      color: #fff;
      z-index: 200; }
      .top label:after:hover {
        cursor: pointer; }

  .top label:after
  .top #menu:checked ~ label:after {
    color: #fff; }

  .top #menu:checked ~ label:after:hover {
    cursor: pointer; }

  .top #menu:checked ~ .menu-primary-container > ul {
    display: block; }

  .top #menu:checked ~ .menu-primary-container ul > li {
    width: 100%;
    opacity: .8;
    text-align: left; }

  .menu-primary-container {
    margin-bottom: 0;
    position: absolute;
    top: -29px;
    left: 0;
    width: 100%;
    z-index: 100;
  }
    .menu-primary-container ul {
      display: none;
    }
    .menu-primary-container ul li {
      display: block;
      margin: 0;
      line-height: 1; }
      .menu-primary-container ul li .sub-menu {
        position: relative;
        top: auto;
        right: auto;
        width: 100%; }
        .menu-primary-container ul li .sub-menu li {
          margin: 0;
          display: block;
          text-align: left; }
          .menu-primary-container ul li .sub-menu li a {
            background: rgba(0, 0, 0, 0.82);
            padding-left: 10%;
            border-color: #444; }
      .menu-primary-container ul li a {
        display: block;
        background: rgba(0, 0, 0, 0.9);
        color: #DBDBDB;
        padding: 0 5%;
        border-top: 1px solid #444; }
      .menu-primary-container ul li.current-menu-item a, .menu-primary-container ul li:hover a,
      .menu-primary-container ul li a:hover {
        border-top: 1px solid #555;
        background: rgba(0, 0, 0, 0.8); }

  .bjqs-wrapper,
  .entry-content img.size-full {
    display: none; }

  .search-result {
    padding: 0 5%;
    width: 90%;
  }
  .solutions li {
    width: 100%;
    margin: 0;
    height: auto;
    border: 0;
    float: none;
    display: block;
    border-bottom: 1px solid #fff; }
    .solutions li:hover {
      border: 0; }

  .col2 {
    width: 96%;
    margin: 0.5em 2% 3.5em 2%;
    float: none; }

  .bottom #text-2,
  .bottom .copyright {
    display: none; }
  .bottom .footer-widgets .widget {
    margin: 0 5%;
    width: 90%; }

  .entry-titles {
    margin-top: 0;
  }
  .entry-titles h1,
  .entry-titles p {
    width: 96%; }

  .entry-titles h1 {
    margin-top: 1.3em; }

    .entry-titles h1 {
      font-size: 2.4em;
    }
    .entry-titles p {
      font-size: 2em;
    }
    #accordion {
      width: auto;
      float: none;
    }

    .entry-titles.featured-entry img {
      width: auto;
      display: none;
    }
    .entry-titles.featured-entry {
      background: #000;
    }
  .searchform :before, .searchform :after {
    content: "";
    display: table; }

  }

  .col2 {
    width: auto!important;
}


#calcOutputs table tr, #calcInputs table tr{
display:flex!important
}

.goog-te-gadget {line-height:20px !important; padding-bottom:1px !important;}
.goog-te-gadget-icon {display:none;}
.goog-te-gadget-simple {background-color:#ED1D24 !important;  padding:0px !important; margin:0px !important; padding-left:3px !important; padding-right:3px !important; line-height:22px !important; border: 0px !important;}
.goog-te-gadget-simple .goog-te-menu-value {color:white !important; padding:0px !important; margin:0px !important;}