/*!
 * Preboot v2
 *
 * Open sourced under MIT license by @mdo.
 * Some variables and mixins from Bootstrap (Apache 2 license).
 */
/*! 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%;
  -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;
}
/* COMMON
-----------------------------------------------------------------------------------------------------*/
html {
  height: 100%;
  font-size: 62.5%;
}
body {
  height: 100%;
  color: #404040;
  -webkit-font-smoothing: antialiased;
  font-family: 'Source Sans Pro', sans-serif;
}
/* RESET
----------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
p {
  margin: 0;
}
ul,
ol {
  margin: 0;
  padding: 0;
}
ul li,
ol li {
  list-style: none;
}
a {
  color: #404040;
  text-decoration: none;
}
.row {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
.std-btn {
  display: inline-block;
  padding: 6px 12px;
  color: #2d2d7e;
  font-size: 13px;
  font-size: 1.3rem;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-transform: uppercase;
  background-color: #edeeec;
  border-bottom: 2px solid #d7d9d5;
}
/* LAYOUT
-----------------------------------------------------------------------------------------------------*/
#wrapper {
  min-height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding-bottom: 200px;
}
/* HEADER
----------------------------------------------------------*/
#topnav {
  position: relative;
  z-index: 100;
  background-color: #0a0a2d;
}
#topnav #logo {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 20;
  margin-left: -139px;
}
#topnav #logo img {
  display: block;
}
#topnav .row {
  padding: 6px 0;
}
#topnav .row:before,
#topnav .row:after {
  content: " ";
  display: table;
}
#topnav .row:after {
  clear: both;
}
#topnav .links {
  float: left;
}
#topnav .links li {
  margin-left: 8px;
  display: inline-block;
}
#topnav .links li a {
  color: #d6d6d6;
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: uppercase;
  text-decoration: none;
}
#topnav .links li.client {
  position: relative;
  margin: 0 8px 0 0;
}
#topnav .links li.client a {
  padding-left: 25px;
  position: relative;
}
#topnav .links li.client a:before {
  content: "";
  padding: 12px 0 0 18px;
  width: 0;
  height: 0;
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -6px;
  background: url(../img/sprite.png) left top no-repeat;
}
#topnav .links li.client:after {
  content: "";
  display: block;
  position: absolute;
  left: 100%;
  top: 0;
  height: 100%;
  width: 1px;
  margin-left: 8px;
  background-color: #bbb;
}
#topnav .links li.mail span {
  padding: 11px 0 0 17px;
  width: 0;
  height: 0;
  display: inline-block;
  overflow: hidden;
  background: url(../img/sprite.png) -18px top no-repeat;
}
#topnav .links li.rss span {
  padding: 11px 0 0 11px;
  width: 0;
  height: 0;
  display: inline-block;
  overflow: hidden;
  background: url(../img/sprite.png) -35px top no-repeat;
}
#topnav .links li span {
  position: relative;
  top: 2px;
}
#topnav form {
  float: right;
}
#topnav form input[type="text"] {
  margin-right: 10px;
  padding: 0;
  border: 0;
  width: 150px;
  color: #d6d6d6;
  padding: 0 5px;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: right;
  vertical-align: middle;
  background: transparent;
  text-transform: uppercase;
  background-color: #333;
}
#topnav form input[type="image"] {
  vertical-align: middle;
}
#topnav .project {
  position: absolute;
  right: 0;
  top: 55px;
  z-index: 10;
}
#topnav .project:before {
  content: "";
  height: 1px;
  width: 380px;
  position: absolute;
  right: 0;
  top: 50%;
  background-color: #b7b8d0;
}
#topnav .project a {
  display: inline-block;
  padding: 10px 15px 10px 36px;
  line-height: 1;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 13px;
  font-size: 1.3rem;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #2d2d7e;
}
#topnav .project a:before {
  content: "";
  padding: 19px 0 0 19px;
  width: 0;
  height: 0;
  display: block;
  overflow: hidden;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -10px;
  background: url(../img/sprite.png) left -31px no-repeat;
}
body.home #topnav .project:before {
  background-color: #2196ae;
}
body.home #main-nav {
  background-color: #1cc3c3;
  border-bottom: 1px solid #f3f3f3;
  position: relative;
}
body.home #main-nav #header {
  background: #1cc3c3;
}
body.home #menu > li {
  border-color: #fff;
}
body.home #menu > li.home > a > span {
  background-position: -25px -12px;
}
body.home #menu > li > a {
  color: #fff;
}
body.home #menu > li > a:hover {
  color: #2a2c7f;
}
#header {
  position: relative;
  z-index: 50;
  padding: 130px 0 20px;
  background: #f4f4f4 url(../img/bg-header.png) center bottom no-repeat;
}
#header nav {
  text-align: center;
}
#menu {
  text-align: center;
  display: inline-block;
  margin: 0 auto;
}
#menu > li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  border-left: 1px solid #737373;
}
#menu > li.current-menu-item > a,
#menu > li.current-menu-ancestor > a,
#menu > li:hover > a {
  color: #2a2c7f;
}
#menu > li > a {
  padding: 2px 6px;
  display: inline-block;
  color: #6b6b6b;
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: uppercase;
  text-decoration: none;
}
#menu > li.home {
  border-left: 0;
}
#menu > li.home > a > span {
  padding: 19px 0 0 25px;
  width: 0;
  height: 0;
  display: inline-block;
  overflow: hidden;
  position: relative;
  top: 2px;
  background: url(../img/sprite.png) left -12px no-repeat;
}
#menu > li.home:hover > a > span {
  background-position: left -548px !important;
}
#menu > li:hover ul {
  display: block;
}
#menu ul {
  padding: 10px 15px;
  background-color: #fff;
  position: absolute;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-top: 7px;
  min-width: 160px;
  z-index: 50;
  display: none;
  left: 50%;
  margin-left: -95px;
  border-bottom: 3px solid #82a5a2;
}
#menu ul:before {
  content: "";
  height: 7px;
  width: 100%;
  position: absolute;
  left: 0;
  top: -7px;
}
#menu ul:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 10px;
  margin-left: -10px;
}
#menu ul li {
  border-top: 1px solid #c4c4c6;
}
#menu ul li:first-child {
  border-top: 0;
}
#menu ul li a {
  display: block;
  padding: 5px 10px;
  color: #a6a6a6;
  font-size: 12px;
  font-size: 1.2rem;
}
#menu ul li a:hover {
  color: #2d2d7e;
}
/* FOOTER
----------------------------------------------------------*/
#footer {
  padding: 20px 0 30px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #0a0a2d;
}
#footer .row {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 90px;
}
#footer .menu {
  display: table;
}
#footer .menu > li {
  display: table-cell;
  padding-left: 25px;
  vertical-align: top;
}
#footer .menu > li:first-child {
  padding-left: 0;
}
#footer .menu > li > a {
  font-size: 12px;
  font-size: 1.2rem;
  display: block;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 8px;
}
#footer .menu ul {
  position: relative;
  padding-top: 6px;
}
#footer .menu ul:after {
  content: "";
  width: 3px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #a6a6a6;
}
#footer .menu a {
  color: #a6a6a6;
}
#footer .menu a:hover {
  text-decoration: underline;
}
/* PAGES
-----------------------------------------------------------------------------------------------------*/
/* COMMON
----------------------------------------------------------*/
#content {
  margin-top: 40px;
}
#content:before,
#content:after {
  content: " ";
  display: table;
}
#content:after {
  clear: both;
}
#content .wp-pagenavi {
  clear: both;
  padding-top: 75px;
  text-align: center;
}
#content .wp-pagenavi a,
#content .wp-pagenavi span {
  padding: 0 6px;
  display: inline-block;
  color: #a7a7a7;
  text-decoration: none;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0 1px;
  background-color: #f6f6f6;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#content .wp-pagenavi span {
  color: #2a2c7f;
  font-weight: bold;
}
#content .share-list {
  margin-top: 25px;
  padding-bottom: 45px;
}
#content .share-list:before,
#content .share-list:after {
  content: " ";
  display: table;
}
#content .share-list:after {
  clear: both;
}
#content .share-list li {
  float: left;
  width: 28px;
  position: relative;
  margin-left: 20px;
}
#content .share-list li:first-child {
  margin-left: 0;
}
#content .share-list li a {
  padding: 25px 0 0 28px;
  width: 0;
  height: 0;
  display: inline-block;
  overflow: hidden;
  background: url(../img/sprite.png) left -334px no-repeat;
}
#content .share-list li a.twitter {
  background-position: left -359px;
}
#content .share-list li a.linkedin {
  background-position: left -384px;
}
#content .share-list li a.viadeo {
  background-position: left -409px;
}
#content .share-list li a:hover {
  background-position: -28px -334px;
}
#content .share-list li a:hover.twitter {
  background-position: -28px -359px;
}
#content .share-list li a:hover.linkedin {
  background-position: -28px -384px;
}
#content .share-list li a:hover.viadeo {
  background-position: -28px -409px;
}
#content .share-list li .std-btn {
  position: absolute;
  top: 38px;
  left: -9999em;
  margin-left: -40px;
}
#content .share-list li .std-btn:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(237, 238, 236, 0);
  border-bottom-color: #edeeec;
  border-width: 10px;
  margin-left: -10px;
}
#content .share-list li:hover .std-btn {
  left: 50%;
}
#breadcrumbs {
  margin-bottom: 40px;
  text-transform: uppercase;
  color: #15174e;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: bold;
}
#breadcrumbs a {
  font-weight: normal;
}
#breadcrumbs a:hover {
  text-decoration: underline;
}
#breadcrumbs span {
  color: #404040;
  margin: 0 10px;
}
.head-title {
  margin-bottom: 30px;
}
.head-title:before,
.head-title:after {
  content: " ";
  display: table;
}
.head-title:after {
  clear: both;
}
.head-title h1,
.head-title .main-title {
  float: left;
  color: #2d2d7e;
  font-size: 40px;
  font-size: 4rem;
  font-weight: 300;
  text-transform: uppercase;
}
.head-title h1.cat,
.head-title .main-title.cat {
  padding-left: 85px;
  position: relative;
}
.head-title h1.cat:before,
.head-title .main-title.cat:before {
  content: "";
  padding: 61px 0 0 66px;
  width: 0;
  height: 0;
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: -5px;
  background: url(../img/icos-cat.png) left top no-repeat;
}
.head-title h1.cat.cat5:before,
.head-title .main-title.cat.cat5:before {
  background-position: left -61px;
}
.head-title h1.cat.cat6:before,
.head-title .main-title.cat.cat6:before {
  background-position: left -122px;
}
.head-title h1.cat.cat7:before,
.head-title .main-title.cat.cat7:before {
  background-position: left -183px;
}
.head-title h1.cat.cat8:before,
.head-title .main-title.cat.cat8:before {
  background-position: left -244px;
}
.head-title .std-btn {
  float: right;
  margin-top: 10px;
  padding: 6px 25px;
}
#inner {
  float: left;
  width: 595px;
  margin-right: 85px;
}
#inner.full {
  width: 100%;
  float: none;
  margin: 0;
}
#inner .list-news li {
  display: table;
  width: 100%;
  margin-top: 30px;
}
#inner .list-news li:first-child {
  margin-top: 0;
}
#inner .list-news li .date {
  color: #a5a5a5;
  font-size: 16px;
  font-size: 1.6rem;
  width: 55px;
  padding-right: 5px;
  font-weight: bold;
  display: table-cell;
  vertical-align: middle;
  text-transform: uppercase;
  text-align: center;
  border-right: 1px solid #a5a5a5;
}
#inner .list-news li .date span {
  display: block;
}
#inner .list-news li .desc {
  padding-left: 30px;
  display: table-cell;
  vertical-align: top;
  font-size: 14px;
  font-size: 1.4rem;
}
#inner .list-news li .desc h3 {
  color: #2d2d7e;
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: uppercase;
}
#inner .list-news li .desc h3 a {
  text-decoration: none;
}
#inner .list-news li .desc h3 a:hover,
#inner .list-news li .desc h3 a:focus {
  text-decoration: underline;
}
#inner .list-news li .desc a {
  color: #2d2d7e;
  text-decoration: underline;
}
#inner .list-news li .desc a:hover {
  text-decoration: none;
}
#inner .list-news li .desc .cat {
  display: inline-block;
  margin-bottom: 5px;
  padding: 2px 5px;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  font-size: 11px;
  font-size: 1.1rem;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #4c4e81;
  text-decoration: none;
}
#inner .list-news.cat li {
  position: relative;
}
#inner .list-news.cat li:before {
  content: "";
  padding: 47px 0 0 51px;
  width: 0;
  height: 0;
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../img/sprite.png) left -99px no-repeat;
}
#inner .list-news.cat li .date {
  padding-top: 50px;
}
#inner .list-news.cat li.cat5:before {
  background-position: left -146px;
}
#inner .list-news.cat li.cat5 .desc .cat {
  background-color: #e85d34;
}
#inner .list-news.cat li.cat6:before {
  background-position: left -193px;
}
#inner .list-news.cat li.cat6 .desc .cat {
  background-color: #e01124;
}
#inner .list-news.cat li.cat7:before {
  background-position: left -240px;
}
#inner .list-news.cat li.cat7 .desc .cat {
  background-color: #97c14c;
}
#inner .list-news.cat li.cat8:before {
  background-position: left -287px;
}
#inner .list-news.cat li.cat8 .desc .cat {
  background-color: #48baba;
}
#inner .wysiwyg:before,
#inner .wysiwyg:after {
  content: " ";
  display: table;
}
#inner .wysiwyg:after {
  clear: both;
}
#inner .wysiwyg p {
  margin-top: 15px;
  font-size: 14px;
  font-size: 1.4rem;
}
#inner .wysiwyg .alignleft {
  float: left;
  margin: 0 25px 10px 0;
}
#inner .wysiwyg .alignright {
  float: right;
  margin: 0 0 10px 25px;
}
#inner .wysiwyg h2,
#inner .wysiwyg h3 {
  margin: 15px 0;
  color: #2d2d7e;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: normal;
  text-transform: uppercase;
}
#inner .wysiwyg.lvl2 h2 {
  color: #2d2d7e;
  font-size: 40px;
  font-size: 4rem;
  font-weight: 300;
  margin: 0 0 30px;
  text-transform: uppercase;
}
#inner .wysiwyg .template-head {
  margin-bottom: 30px;
}
#inner .wysiwyg .template-head h1 {
  color: #2a2c7f;
  font-size: 40px;
  font-size: 4rem;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 15px;
}
#inner .wysiwyg .template-head h2 {
  margin-top: 25px;
  font-size: 40px;
  font-size: 4rem;
  font-weight: 300;
}
#inner .wysiwyg ul {
  margin-bottom: 20px;
}
#inner .wysiwyg ul li {
  font-size: 14px;
  font-size: 1.4rem;
}
#inner .wysiwyg ul li:before {
  content: "- ";
}
#inner .wysiwyg .wp-caption {
  margin-bottom: 20px;
}
#inner .wysiwyg .wp-caption .wp-caption-text {
  margin-top: 5px;
  color: #2d2d7e;
}
#inner .wysiwyg table {
  width: 100%;
  margin: 25px 0;
  border-collapse: separate;
  border-spacing: 3px;
  table-layout: fixed;
}
#inner .wysiwyg table th[scope="col"] {
  color: #999;
  height: 40px;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 10px;
  text-transform: uppercase;
  background-color: #d6d6d5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border-bottom: 3px solid #999;
}
#inner .wysiwyg table th[scope="col"]:first-child {
  padding: 0;
  border: 0;
  width: 145px;
  background: transparent;
}
#inner .wysiwyg table th[scope="row"] {
  font-size: 15px;
  font-size: 1.5rem;
  color: #2a2f7d;
  text-align: left;
  padding: 10px;
  line-height: 1.1;
  background-color: #f9f9fb;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border-bottom: 3px solid #d6d6d5;
}
#inner .wysiwyg table td {
  padding: 5px;
  text-align: left;
  font-size: 11px;
  font-size: 1.1rem;
  background-color: #f9f9fb;
}
#inner .wysiwyg table td img {
  display: block;
  margin: 0 auto;
}
#inner .wysiwyg table tr.price th {
  border: 0;
  background: transparent;
}
#inner .wysiwyg table tr.price td {
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 5px;
  text-align: center;
  background-color: #e01124;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border-bottom: 3px solid #4a0f14;
}
#inner .wysiwyg table tr.price td span {
  display: block;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
}
#sidebar {
  width: 320px;
  float: left;
}
#sidebar .btns li {
  margin-top: 12px;
}
#sidebar .btns li:first-child {
  margin-top: 0;
}
#sidebar .btns a {
  color: #fff;
  display: block;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 8px 20px 8px 60px;
  background-color: #2d2d7e;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 1.4rem;
  border-bottom: 4px solid #1b1b4f;
}
#sidebar .btns a:before {
  content: "";
  padding: 30px 0 0 31px;
  width: 0;
  height: 0;
  display: block;
  overflow: hidden;
  position: absolute;
  left: 17px;
  top: 50%;
  margin-top: -15px;
  background: url(../img/sprite.png) left -50px no-repeat;
}
#sidebar .btns a.contact {
  background-color: #e30613;
  border-color: #aa0610;
  text-transform: none;
}
#sidebar .btns a.contact strong {
  display: block;
  text-transform: uppercase;
}
#sidebar .btns a.contact span {
  padding: 0 0 0 15px;
  border-color: #782220;
}
#sidebar .btns a.contact span:before {
  background-color: #ff5e67;
}
#sidebar .btns a.contact:before {
  margin-top: -10px;
  padding-top: 19px;
  background-position: left -80px;
}
#sidebar .btns a span {
  display: block;
  padding: 10px 0 10px 15px;
  position: relative;
  border-left: 1px solid #0b4b7c;
}
#sidebar .btns a span:before {
  content: "";
  height: 100%;
  width: 1px;
  position: absolute;
  left: -2px;
  top: 0;
  background-color: #1f1647;
}
#sidebar .cat-news {
  padding: 95px 40px 40px;
  background-color: #f4f4f4;
  position: relative;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin-top: 60px;
  border-bottom: 4px solid #b0b0b0;
}
#sidebar .cat-news:before {
  content: "";
  padding: 92px 0 0 100px;
  width: 0;
  height: 0;
  display: block;
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: -15px;
  margin-left: -50px;
  background: url(../img/icos-cat-big.png) left top no-repeat;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border-bottom: 3px solid #b0b0b0;
}
#sidebar .cat-news.cat5:before {
  background-position: left -92px;
}
#sidebar .cat-news.cat5 h3 span {
  color: #e85d34;
}
#sidebar .cat-news.cat6:before {
  background-position: left -184px;
}
#sidebar .cat-news.cat6 h3 span {
  color: #e01124;
}
#sidebar .cat-news.cat7:before {
  background-position: left -276px;
}
#sidebar .cat-news.cat7 h3 span {
  color: #97c14c;
}
#sidebar .cat-news.cat8:before {
  background-position: left -368px;
}
#sidebar .cat-news.cat8 h3 span {
  color: #48baba;
}
#sidebar .cat-news h3 {
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 1.1;
  padding-bottom: 15px;
  margin-bottom: 10px;
  position: relative;
  text-transform: uppercase;
}
#sidebar .cat-news h3 span {
  display: block;
  color: #4c4e81;
}
#sidebar .cat-news h3:after {
  content: "";
  display: block;
  width: 6px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #404040;
}
#sidebar .cat-news ul a {
  color: #2b327b;
  font-size: 14px;
  font-size: 1.4rem;
  text-decoration: underline;
}
#sidebar .cat-news ul a:before {
  content: "- ";
}
#sidebar .cat-news ul a:hover,
#sidebar .cat-news ul a:focus {
  text-decoration: none;
}
#sidebar .text-box {
  margin-top: 40px;
  padding: 30px 40px 60px;
  background-color: #f4f4f4;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border-bottom: 2px solid #b0b0b0;
}
#sidebar .text-box h3 {
  padding-bottom: 15px;
  margin-bottom: 10px;
  font-size: 21px;
  font-size: 2.1rem;
  position: relative;
  text-transform: uppercase;
}
#sidebar .text-box h3:after {
  content: "";
  display: block;
  width: 6px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #404040;
}
#sidebar .text-box h3 + p {
  margin-top: 10px;
}
#sidebar .text-box p {
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 15px;
}
#sidebar .admin-entries {
  margin-top: 40px;
}
#sidebar .admin-entries li {
  margin-top: 10px;
}
#sidebar .admin-entries li:first-child {
  margin-top: 0;
}
#sidebar .admin-entries a {
  color: #404040;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.1;
  display: table;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-transform: uppercase;
  display: block;
  position: relative;
  padding: 10px 15px 10px 75px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #f4f4f4;
  border-bottom: 2px solid #b0b0b0;
}
#sidebar .admin-entries a:before {
  content: "";
  padding: 38px 0 0 38px;
  width: 0;
  height: 0;
  display: block;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -19px;
  background: url(../img/sprite.png) left -434px no-repeat;
}
#sidebar .admin-entries a span {
  height: 40px;
  display: table-cell;
  padding-left: 10px;
  vertical-align: middle;
  border-left: 1px solid #b0b0b0;
}
#sidebar .admin-entries a.ico2:before {
  background-position: left -472px;
}
#sidebar .admin-entries a.ico3:before {
  background-position: left -510px;
}
#sidebar .widget {
  margin-top: 30px;
}
#sidebar .widget h3 {
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 1.1;
  margin-bottom: 10px;
  text-transform: uppercase;
}
#sidebar .widget p {
  font-size: 14px;
  font-size: 1.4rem;
}
/* HOME
----------------------------------------------------------*/
#slider-home {
  height: 374px;
  position: relative;
  margin-bottom: -20px;
}
#slider-home .slides img {
  display: block;
  margin: 0 auto;
}
#slider-home .slides .std-btn {
  z-index: 10;
  position: absolute;
  bottom: 50px;
}
#slider-home .slides .slide1 a {
  padding: 240px 0 0 215px;
  width: 0;
  height: 0;
  display: block;
  overflow: hidden;
  position: absolute;
  bottom: 115px;
  left: 20px;
}
#slider-home .slides .slide1 a[data-slide="2"] {
  left: 275px;
}
#slider-home .slides .slide1 a[data-slide="3"] {
  left: 535px;
}
#slider-home .slides .slide1 a[data-slide="4"] {
  left: 795px;
}
#slider-home .slides .slide2 .std-btn {
  left: 154px;
}
#slider-home .slides .slide3 .std-btn {
  left: 98px;
}
#slider-home .slides .slide4 .std-btn {
  left: 121px;
}
#slider-home .slides .slide5 .std-btn {
  left: 135px;
}
#slider-home .bx-prev,
#slider-home .bx-next {
  padding: 34px 0 0 34px;
  width: 0;
  height: 0;
  display: block;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -534px;
  margin-top: -37px;
  background: url(../img/sprite.png) left -567px no-repeat;
}
#slider-home .bx-next {
  margin-left: 534px;
  background-position: left -601px;
}
.bx-pager {
  position: absolute;
  left: 50%;
  margin-left: -100px;
  width: 200px;
  bottom: 50px;
  text-align: center;
}
.bx-pager .bx-pager-item {
  display: inline-block;
  margin: 0 4px;
}
.bx-pager .bx-pager-item a {
  padding: 11px 0 0 12px;
  width: 0;
  height: 0;
  display: inline-block;
  overflow: hidden;
  background: url(../img/sprite.png) -19px -31px no-repeat;
}
.bx-pager .bx-pager-item a.active {
  background-position: -31px -31px;
}
#home-cols {
  padding: 40px 0;
  margin-bottom: 55px;
  background: #f4f4f4 url(../img/bg-header.png) center bottom no-repeat;
}
#home-cols h2 {
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: normal;
  margin-bottom: 20px;
  text-transform: uppercase;
  text-align: center;
}
#home-cols .cols {
  display: table;
  width: 100%;
}
#home-cols .cols .col {
  width: 30%;
  display: table-cell;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#home-cols .cols .col.center {
  width: 40%;
  padding: 0 60px;
}
#home-cols .cols .col.col14 h3 {
  background-position: left -100px;
}
#home-cols .cols .col.col12 h3 {
  background-position: left -200px;
}
#home-cols .cols h3 {
  line-height: 1.1;
  height: 100px;
  margin-bottom: 20px;
  display: table;
  width: 100%;
  font-weight: normal;
  background: url(../img/pictos-home-cols.png) left top no-repeat;
}
#home-cols .cols h3 a {
  display: table-cell;
  padding: 0 31px 0 120px;
  vertical-align: middle;
  font-size: 21px;
  font-size: 2.1rem;
  text-transform: uppercase;
}
#home-cols .cols p {
  font-size: 14px;
  font-size: 1.4rem;
}
/* CLIENTS
----------------------------------------------------------*/
#clients {
  padding: 30px 0 50px;
  position: relative;
  background: #f4f4f4 url(../img/bg-header.png) center bottom no-repeat;
}
#clients #breadcrumbs {
  margin-bottom: 30px;
}
#clients .logos-list:before,
#clients .logos-list:after {
  content: " ";
  display: table;
}
#clients .logos-list:after {
  clear: both;
}
#clients .logos-list li {
  float: left;
  padding: 2px;
  height: 136px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 136px;
  position: relative;
  border: 1px solid #d8d8d8;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-right: 35px;
}
#clients .logos-list li img {
  display: block;
}
#clients .logos-list li:hover a {
  display: table;
}
#clients .logos-list li a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#clients .logos-list li a > span {
  color: #fff;
  font-size: 13px;
  font-size: 1.3rem;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 0 30px;
  background-color: #2a2c7f;
}
#clients .logos-list li a > span span {
  display: block;
  line-height: 1;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid #fff;
}
#clients .bx-pager {
  bottom: -35px;
}
#clients .bx-pager a {
  background-position: -43px -31px;
}
#clients .bx-pager a.active {
  background-position: -43px -42px;
}
.list-clients li {
  width: 100%;
  display: table;
  margin-top: 40px;
}
.list-clients li:first-child {
  margin-top: 0;
}
.list-clients li .infos,
.list-clients li .desc {
  display: table-cell;
  vertical-align: top;
}
.list-clients li .infos {
  color: #9c9c9c;
  font-size: 12px;
  font-size: 1.2rem;
  width: 150px;
  padding-right: 10px;
  border-right: 1px solid #a7a7a7;
  text-align: right;
}
.list-clients li .infos img {
  display: block;
  margin-bottom: 10px;
}
.list-clients li .infos a {
  color: #2a2c7f;
  font-size: 14px;
  font-size: 1.4rem;
  text-decoration: underline;
}
.list-clients li .infos a:hover,
.list-clients li .infos a:focus {
  text-decoration: none;
}
.list-clients li .infos p {
  margin-top: 15px;
}
.list-clients li .desc {
  padding: 0 85px 0 10px;
}
.list-clients li .desc h2 {
  color: #2a2c7f;
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: uppercase;
}
.list-clients li .desc .name {
  color: #a7a7a7;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 15px;
}
.list-clients li .desc p {
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 5px;
}
.list-clients li .quote {
  width: 320px;
  display: table-cell;
  vertical-align: middle;
}
.list-clients li blockquote {
  margin: 0;
}
.list-clients li blockquote:before,
.list-clients li blockquote:after {
  content: " ";
  display: table;
}
.list-clients li blockquote:after {
  clear: both;
}
.list-clients li blockquote .thumb {
  float: left;
  width: 65px;
}
.list-clients li blockquote .inner {
  width: 240px;
  float: right;
}
.list-clients li blockquote .inner p {
  line-height: 1;
  font-size: 21px;
  font-size: 2.1rem;
}
.list-clients li blockquote .inner footer {
  font-size: 14px;
  font-size: 1.4rem;
  position: relative;
  padding-top: 15px;
}
.list-clients li blockquote .inner footer:before {
  content: "-";
  position: absolute;
  left: 0;
  top: 0;
}
.all-clients {
  margin-top: 60px;
}
.all-clients h2 {
  margin-bottom: 10px;
  color: #2a2c7f;
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: normal;
  text-transform: uppercase;
}
.all-clients ul:before,
.all-clients ul:after {
  content: " ";
  display: table;
}
.all-clients ul:after {
  clear: both;
}
.all-clients ul li {
  float: left;
  width: 25%;
  color: #2a2c7f;
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 20px;
}
.all-clients ul li.first {
  padding-left: 0;
}
/* CONTENT
----------------------------------------------------------*/
#content-intro {
  padding: 30px 0 60px;
  margin-bottom: 40px;
  background: url(../img/bg-shadow-intro.png) center bottom no-repeat;
}
#content-intro .inner {
  display: table;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 170px;
}
#content-intro .inner .thumb,
#content-intro .inner .desc {
  display: table-cell;
  vertical-align: top;
}
#content-intro .inner .thumb {
  width: 170px;
}
#content-intro .inner .desc h1 {
  color: #ff1021;
  font-size: 40px;
  font-size: 4rem;
  line-height: 1.1;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 5px;
}
#content-intro .inner .desc h1 span {
  color: #2a2c7f;
}
#content-intro .inner .desc p {
  font-size: 15px;
  font-size: 1.5rem;
}
/* POPIN
-----------------------------------------------------------------------------------------------------*/
#popin-contact {
  padding: 20px;
  width: 300px;
  display: none;
}
#popin-contact li {
  margin-top: 12px;
}
#popin-contact li:first-child {
  margin-top: 0;
}
#popin-contact li a {
  color: #fff;
  display: block;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  padding: 12px 20px;
  background-color: #2d2d7e;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 1.4rem;
  border-bottom: 4px solid #1b1b4f;
}
/* MEDIA QUERIES
-----------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  #slider-home .bx-controls-direction {
    display: none;
  }
}
