@import url("/CMS/resources/css/font-awesome.css");
@import url("/CMS/resources/css/animation.css");
@import url("/CMS/resources/css/bootstrap.css");
@import url("/CMS/resources/css/alertify/alertify.core.css");
@import url("/CMS/resources/css/alertify/alertify.bootstrap.css");
@import url("/CMS/resources/css/alert.css");
@import url("/CMS/resources/css/preloader.css");
@import url("/CMS/resources/css/scrollbar.css");
@import url("/CMS/resources/css/jquery.jscrollpane.css");
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* LANGUAGES */
.wrapper-languages ul {
  padding: 0; }

.wrapper-languages li {
  display: inline-block;
  margin-right: 10px; }

.wrapper-languages li:last-child {
  margin: 0; }

.wrapper-languages li:not(.active-lang) img {
  opacity: 0.6; }

.wrapper-languages li:hover img {
  opacity: 1; }

.wrapper-languages li.page-not-exist {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%); }

/* per centrare verticalmente le immaagini*/
/* STRUTTURA */
/*common*/
.adminPage,
body[data-mediator="inline-edit"] {
  /*OBJ*/
  /*lightbox*/
  /*message board*/
  /*box*/
  /*welcome*/
  /* SCREEN MEDIA QUERIES - begin */
  /* SCREEN MEDIA QUERIES - end */
  /* icms table */
  /*table button*/ }
  .adminPage .header-page-CNT,
  body[data-mediator="inline-edit"] .header-page-CNT {
    z-index: 6; }
  .adminPage .page,
  body[data-mediator="inline-edit"] .page {
    margin-top: 0;
    padding-bottom: 5em;
    font-family: Gotham-Light, 'Gotham 5r', 'Gotham A', 'Gotham B', 'Gotham-Medium', Arial, Helvetica, sans-serif; }
  .adminPage .wrapper,
  body[data-mediator="inline-edit"] .wrapper {
    width: 918px;
    margin: 0 auto;
    position: relative; }
  .adminPage .page .wrapper,
  body[data-mediator="inline-edit"] .page .wrapper {
    width: auto;
    padding: 0 20px; }
  .adminPage .header-page-CNT .wrapper,
  body[data-mediator="inline-edit"] .header-page-CNT .wrapper {
    width: auto; }
  .adminPage .wrapper .content,
  body[data-mediator="inline-edit"] .wrapper .content {
    width: 100%;
    margin: 0 auto 0;
    padding: 40px 0 0; }
  .adminPage .wrapper .content h2.title-page,
  .adminPage .wrapper .content h3.title-page,
  body[data-mediator="inline-edit"] .wrapper .content h2.title-page,
  body[data-mediator="inline-edit"] .wrapper .content h3.title-page {
    margin: 0 0 0.83em;
    border-bottom: 1px solid #ddd;
    padding-bottom: 0.6em; }
  .adminPage .wrapper .content h2.title-page > span,
  .adminPage .wrapper .content h3.title-page > span,
  body[data-mediator="inline-edit"] .wrapper .content h2.title-page > span,
  body[data-mediator="inline-edit"] .wrapper .content h3.title-page > span {
    display: block;
    position: relative;
    padding-left: 16px;
    cursor: help;
    font-size: 14px;
    line-height: 1.7em;
    width: 90px;
    float: right;
    white-space: nowrap; }
  .adminPage .wrapper .content h2.title-page > span i,
  .adminPage .wrapper .content h3.title-page > span i,
  body[data-mediator="inline-edit"] .wrapper .content h2.title-page > span i,
  body[data-mediator="inline-edit"] .wrapper .content h3.title-page > span i {
    margin-right: 4px;
    color: #999; }
  .adminPage .tooltip,
  body[data-mediator="inline-edit"] .tooltip {
    display: none;
    background: #fff;
    border: 1px solid #c2c2c2;
    -webkit-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    padding: 5px 10px;
    -webkit-box-shadow: -3px 3px 3px 1px rgba(0, 0, 0, 0.2);
    box-shadow: -3px 3px 3px 1px rgba(0, 0, 0, 0.2);
    max-width: 400px; }
  .adminPage .bread-crumbs-cms,
  body[data-mediator="inline-edit"] .bread-crumbs-cms {
    position: relative;
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
    font-style: normal;
    color: #000;
    margin-bottom: 0.83em; }
  .adminPage .over-lightbox,
  body[data-mediator="inline-edit"] .over-lightbox {
    background: url("../gfx/bkg/alpha70-black.png") 0 0;
    height: 100%;
    width: 100%;
    z-index: 100000;
    position: fixed;
    top: 0;
    left: 0;
    display: none; }
  .adminPage .lightbox,
  body[data-mediator="inline-edit"] .lightbox {
    position: fixed;
    /* left:0; */
    top: 0;
    z-index: 100001;
    display: none; }
  .adminPage .lightbox.fulfilled,
  body[data-mediator="inline-edit"] .lightbox.fulfilled {
    background: #fff;
    border: 1px solid #2A3B52;
    display: none;
    -webkit-box-shadow: -3px 3px 3px 1px rgba(0, 0, 0, 0.2);
    box-shadow: -3px 3px 3px 1px rgba(0, 0, 0, 0.2); }
  .adminPage .lightbox .lightbox-content,
  body[data-mediator="inline-edit"] .lightbox .lightbox-content {
    clear: both;
    padding: 0 20px;
    /* overflow-y: auto; */ }
  .adminPage .lightbox .content-lightbox,
  body[data-mediator="inline-edit"] .lightbox .content-lightbox {
    clear: both;
    padding: 0 20px;
    width: 1200px;
    min-height: 50px; }
  .adminPage .lightbox .content-lightbox .wrapper,
  body[data-mediator="inline-edit"] .lightbox .content-lightbox .wrapper {
    width: 100%; }
  .adminPage .lightbox .close-lightbox,
  body[data-mediator="inline-edit"] .lightbox .close-lightbox {
    background-color: #fff;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 14px;
    height: 14px;
    z-index: 999; }
  .adminPage .lightbox h2,
  body[data-mediator="inline-edit"] .lightbox h2 {
    display: block;
    text-align: center;
    color: #000;
    font-family: Gotham-Bold, "Gotham 4r", "Gotham A", "Gotham B", "gotham-book", Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
    margin: 30px 0; }
  .adminPage .lightbox .lightbox-button-CNT,
  body[data-mediator="inline-edit"] .lightbox .lightbox-button-CNT {
    height: 60px;
    text-align: center;
    clear: both; }
  .adminPage .lightbox .lightbox-button-CNT ul,
  body[data-mediator="inline-edit"] .lightbox .lightbox-button-CNT ul {
    height: 60px; }
  .adminPage .lightbox .lightbox-button-CNT li.fl,
  body[data-mediator="inline-edit"] .lightbox .lightbox-button-CNT li.fl {
    float: none; }
  .adminPage .lightbox .lightbox-button-CNT ul li a,
  body[data-mediator="inline-edit"] .lightbox .lightbox-button-CNT ul li a {
    border-radius: 2px;
    color: #FFFFFF;
    display: inline-block;
    font-size: 12px;
    line-height: 23px;
    margin: 18px 5px 0 0;
    padding: 0 8px 0 9px;
    position: relative; }
    .adminPage .lightbox .lightbox-button-CNT ul li a i,
    body[data-mediator="inline-edit"] .lightbox .lightbox-button-CNT ul li a i {
      margin-right: 6px; }
  .adminPage .lightbox .lightbox-button-CNT ul li a span,
  body[data-mediator="inline-edit"] .lightbox .lightbox-button-CNT ul li a span {
    position: absolute;
    top: 6px;
    left: 5px; }
  .adminPage .lightbox .note,
  body[data-mediator="inline-edit"] .lightbox .note {
    color: #808080;
    display: block;
    text-align: right;
    padding: 10px; }
  .adminPage .lightbox .media-folder-tree,
  .adminPage .lightbox .media-tab-content,
  body[data-mediator="inline-edit"] .lightbox .media-folder-tree,
  body[data-mediator="inline-edit"] .lightbox .media-tab-content {
    margin-left: 5px !important; }
  .adminPage .lightbox .cms-box-CNT .cms-box-container,
  body[data-mediator="inline-edit"] .lightbox .cms-box-CNT .cms-box-container {
    overflow-x: hidden;
    max-height: 600px;
    overflow-y: auto;
    width: 100%; }
  .adminPage .lightbox .message-board,
  body[data-mediator="inline-edit"] .lightbox .message-board {
    margin: 0 auto 10px;
    width: 876px;
    -webkit-box-shadow: -3px 3px 3px 1px rgba(0, 0, 0, 0.2);
    box-shadow: -3px 3px 3px 1px rgba(0, 0, 0, 0.2); }
  .adminPage .lightbox .message-board .message-CNT,
  body[data-mediator="inline-edit"] .lightbox .message-board .message-CNT {
    padding: 0 16px; }
  .adminPage .lightbox .image-detail,
  body[data-mediator="inline-edit"] .lightbox .image-detail {
    width: 100%;
    height: 630px;
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat; }
  .adminPage .cms-box-CNT,
  body[data-mediator="inline-edit"] .cms-box-CNT {
    margin: 0 auto; }
  .adminPage .cms-box-CNT .cms-box-header,
  body[data-mediator="inline-edit"] .cms-box-CNT .cms-box-header {
    height: 29px;
    background: #2A3B52;
    -webkit-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
    border: 1px solid #2A3B52; }
  .adminPage .cms-box-CNT .cms-box-header ul li,
  body[data-mediator="inline-edit"] .cms-box-CNT .cms-box-header ul li {
    height: 30px;
    font-family: Gotham-Bold, "Gotham 4r", "Gotham A", "Gotham B", "gotham-book", Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 30px;
    color: #fff;
    margin-top: 0; }
  .adminPage .cms-box-CNT .cms-box-header ul li.fr ul li,
  body[data-mediator="inline-edit"] .cms-box-CNT .cms-box-header ul li.fr ul li {
    width: 155px;
    border-left: 1px solid #fff; }
    .adminPage .cms-box-CNT .cms-box-header ul li.fr ul li.fif,
    body[data-mediator="inline-edit"] .cms-box-CNT .cms-box-header ul li.fr ul li.fif {
      width: 200px; }
    .adminPage .cms-box-CNT .cms-box-header ul li.fr ul li.frt,
    body[data-mediator="inline-edit"] .cms-box-CNT .cms-box-header ul li.fr ul li.frt {
      width: 112px; }
    .adminPage .cms-box-CNT .cms-box-header ul li.fr ul li.thr,
    body[data-mediator="inline-edit"] .cms-box-CNT .cms-box-header ul li.fr ul li.thr {
      width: 85px; }
    .adminPage .cms-box-CNT .cms-box-header ul li.fr ul li.snd,
    body[data-mediator="inline-edit"] .cms-box-CNT .cms-box-header ul li.fr ul li.snd {
      width: 162px; }
  .adminPage .cms-box-CNT .cms-box-container,
  body[data-mediator="inline-edit"] .cms-box-CNT .cms-box-container {
    border: 1px solid #2A3B52;
    background: url("../gfx/bkg/bkg-cms-box-stripes.png") 0 0; }
  .adminPage .cms-box-CNT .cms-box-container ul,
  body[data-mediator="inline-edit"] .cms-box-CNT .cms-box-container ul {
    clear: left;
    text-align: left; }
  .adminPage .cms-box-CNT .cms-box-container ul li,
  body[data-mediator="inline-edit"] .cms-box-CNT .cms-box-container ul li {
    font-size: 12px;
    line-height: 35px;
    font-family: Gotham-Bold, "Gotham 4r", "Gotham A", "Gotham B", "gotham-book", Arial, Helvetica, sans-serif;
    color: #000; }
  .adminPage .cms-box-CNT .cms-box-container ul li:hover,
  body[data-mediator="inline-edit"] .cms-box-CNT .cms-box-container ul li:hover {
    color: #2A3B52;
    cursor: pointer; }
  .adminPage .cms-box-CNT .cms-box-container ul li span.icon:hover,
  body[data-mediator="inline-edit"] .cms-box-CNT .cms-box-container ul li span.icon:hover {
    background-image: url("../gfx/spr/glyphicons-halflings-green.png") !important; }
  .adminPage .cms-box-CNT .cms-box-container .children-CTR,
  .adminPage .cms-box-CNT .cms-box-container ul li.fst,
  body[data-mediator="inline-edit"] .cms-box-CNT .cms-box-container .children-CTR,
  body[data-mediator="inline-edit"] .cms-box-CNT .cms-box-container ul li.fst {
    margin-left: 15px;
    white-space: nowrap; }
  .adminPage .cms-box-CNT .cms-box-container ul li.fst:first-child,
  body[data-mediator="inline-edit"] .cms-box-CNT .cms-box-container ul li.fst:first-child {
    margin: 0 15px;
    float: left; }
  .adminPage .cms-box-CNT .cms-box-container ul li.fst,
  body[data-mediator="inline-edit"] .cms-box-CNT .cms-box-container ul li.fst {
    padding: 0 !important; }
  .adminPage .cms-box-CNT .cms-box-container ul li.fr ul li,
  body[data-mediator="inline-edit"] .cms-box-CNT .cms-box-container ul li.fr ul li {
    border-left: 1px solid #2A3B52;
    white-space: nowrap; }
  .adminPage .welcome-page .cms-box-CNT .cms-box-header ul li,
  body[data-mediator="inline-edit"] .welcome-page .cms-box-CNT .cms-box-header ul li {
    padding-left: 15px; }
  .adminPage .welcome-page .cms-box-CNT .cms-box-container p,
  body[data-mediator="inline-edit"] .welcome-page .cms-box-CNT .cms-box-container p {
    padding: 0 15px;
    font-size: 22px;
    text-align: center; }
  .adminPage [ng\:cloak],
  .adminPage [ng-cloak],
  .adminPage [data-ng-cloak],
  .adminPage [x-ng-cloak],
  .adminPage .ng-cloak,
  .adminPage .x-ng-cloak,
  body[data-mediator="inline-edit"] [ng\:cloak],
  body[data-mediator="inline-edit"] [ng-cloak],
  body[data-mediator="inline-edit"] [data-ng-cloak],
  body[data-mediator="inline-edit"] [x-ng-cloak],
  body[data-mediator="inline-edit"] .ng-cloak,
  body[data-mediator="inline-edit"] .x-ng-cloak {
    display: none !important; }
  .adminPage .helper,
  body[data-mediator="inline-edit"] .helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle; }
  @media only screen and (max-width: 767px) {
    .adminPage,
    body[data-mediator="inline-edit"] {
      /* 320 Small screen, non-retina */ }
      .adminPage .mobile-help,
      body[data-mediator="inline-edit"] .mobile-help {
    /*      height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
*/ }
      .adminPage .wrapper,
      body[data-mediator="inline-edit"] .wrapper {
        width: 320px; }
      .adminPage .lightbox .content-lightbox,
      body[data-mediator="inline-edit"] .lightbox .content-lightbox {
        clear: both;
        padding: 0;
        width: 302px; } }
  @media only screen and (min-width: 768px) and (max-width: 947px) {
    .adminPage,
    body[data-mediator="inline-edit"] {
      /* 768 Medium screen, non-retina */ }
      .adminPage .wrapper,
      body[data-mediator="inline-edit"] .wrapper {
        width: 768px; } }
  @media only screen and (min-width: 948px) {
    .adminPage,
    body[data-mediator="inline-edit"] {
      /* 948 Large screen, non-retina */ } }
  .adminPage .icms-table,
  body[data-mediator="inline-edit"] .icms-table {
    margin: 0 auto;
    border-collapse: collapse;
    font-size: 12px;
    line-height: 35px;
    border: 1px solid #2A3B52;
    width: 100%; }
  .adminPage .icms-table thead,
  body[data-mediator="inline-edit"] .icms-table thead {
    border-radius: 2px 2px 0 0;
    border: 1px solid #2A3B52; }
  .adminPage .icms-table tbody tr:nth-child(even),
  body[data-mediator="inline-edit"] .icms-table tbody tr:nth-child(even) {
    background-color: #efefef; }
  .adminPage .icms-table thead tr th,
  body[data-mediator="inline-edit"] .icms-table thead tr th {
    color: #fff;
    background: none repeat scroll 0 0 #2A3B52;
    border-left: 1px solid #fff;
    height: 29px; }
  .adminPage .icms-table thead tr th:first-child,
  body[data-mediator="inline-edit"] .icms-table thead tr th:first-child {
    border-left: 1px solid #2A3B52; }
  .adminPage .icms-table tbody tr td,
  body[data-mediator="inline-edit"] .icms-table tbody tr td {
    border-left: 1px solid #2A3B52; }
  .adminPage .icms-table thead tr th,
  .adminPage .icms-table tbody tr td,
  body[data-mediator="inline-edit"] .icms-table thead tr th,
  body[data-mediator="inline-edit"] .icms-table tbody tr td {
    height: 35px;
    padding: 0 10px;
    text-align: left;
    line-height: 1.5em; }
  .adminPage .icms-table a.btn,
  .adminPage a.btn,
  body[data-mediator="inline-edit"] .icms-table a.btn,
  body[data-mediator="inline-edit"] a.btn {
    border-radius: 2px;
    color: #FFFFFF;
    display: block;
    float: left;
    font-size: 12px;
    line-height: 23px;
    margin: 4px 5px 0 0;
    padding: 0 8px;
    position: relative;
    text-decoration: none; }
  .adminPage a.btn,
  body[data-mediator="inline-edit"] a.btn {
    margin-bottom: 10px; }
  .adminPage .icms-table a.btn i,
  .adminPage a.btn i,
  body[data-mediator="inline-edit"] .icms-table a.btn i,
  body[data-mediator="inline-edit"] a.btn i {
    margin-right: 4px; }
  .adminPage .icms-table a.edit,
  .adminPage a.edit,
  body[data-mediator="inline-edit"] .icms-table a.edit,
  body[data-mediator="inline-edit"] a.edit {
    background: #7a6; }
  .adminPage .icms-table a.red,
  .adminPage a.red,
  body[data-mediator="inline-edit"] .icms-table a.red,
  body[data-mediator="inline-edit"] a.red {
    background: #c80600; }
  .adminPage .icms-table a.btn-white,
  body[data-mediator="inline-edit"] .icms-table a.btn-white {
    background: #fff;
    color: #000; }
  .adminPage sub,
  .adminPage sup,
  body[data-mediator="inline-edit"] sub,
  body[data-mediator="inline-edit"] sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline; }
  .adminPage sup,
  body[data-mediator="inline-edit"] sup {
    top: -0.5em; }
  .adminPage sub,
  body[data-mediator="inline-edit"] sub {
    bottom: -0.25em; }

.sprite-cms {
  display: inline-block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-image: url(../gfx/spr/cms.spr.png); }

#adminPanel ul,
#adminPanel ol {
  margin: 0;
  padding: 0; }

#adminPanel {
  font-family: Gotham-Light, 'Gotham 5r', 'Gotham A', 'Gotham B', 'Gotham-Medium', Arial, Helvetica, sans-serif; }

/*header*/
#adminPanel {
  position: relative;
  width: 100%;
  z-index: 9999;
  top: 0;
  left: 0; }

#openClose {
  bottom: -25px;
  cursor: pointer;
  height: 25px;
  position: absolute;
  right: 0;
  width: 77px;
  z-index: 2;
  background: #3B465C;
  font-family: Gotham-Medium, Arial, sans-serif; }

#openClose:after {
  content: 'open';
  color: #fff;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translate(0, -50%);
  text-transform: uppercase;
  font-size: 11px; }

#openClose:before {
  content: "\f107";
  font-family: FontAwesome, sans-serif;
  color: #fff;
  position: absolute;
  right: 10px;
  top: 51%;
  transform: translate(0, -50%);
  text-transform: uppercase;
  font-size: 12px; }

#openClose.close-butt:after {
  content: "close"; }

#openClose.close-butt:before {
  content: "\f106"; }

.header-CNT {
  transition: max-height 0.5s ease-out;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
  max-height: 129px;
  width: 100%;
  position: relative;
  overflow: hidden; }

.header-CNT.closed {
  max-height: 0;
  transition: max-height 0.5s ease-out; }

.header-CNT .logo {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  z-index: 666;
  height: 77px;
  background: #171e2d;
  width: 157px;
  overflow: hidden;
  padding: 6px 9px 6px 5px; }
  .header-CNT .logo img {
    width: 100%; }

.header-CNT .logo a {
  width: 71px;
  height: 51px;
  display: block; }

.header-CNT .top {
  height: 44px;
  background: #223043;
  background: -moz-linear-gradient(left, #223043 0%, #576987 100%);
  background: -webkit-linear-gradient(left, #223043 0%, #576987 100%);
  background: linear-gradient(to right, #223043 0%, #576987 100%);
  /*background:#3A4D65*/ }

.header-CNT .top .wrapper {
  width: 100%; }

.header-CNT .top .release {
  color: #f8ffb5;
  position: absolute;
  top: 54px;
  right: 10px;
  margin: 0;
  z-index: 1;
  font-size: 12px; }

.header-CNT .top .current {
  float: left;
  margin-left: 168px;
  margin-top: 4px;
  color: #fff;
  width: 360px;
  font-weight: bold; }

.header-CNT .top .current span {
  position: relative;
  top: 4px;
  text-transform: uppercase;
  font-size: 10px;
  font-family: Gotham-Bold, "Gotham 4r", "Gotham A", "Gotham B", "gotham-book", Arial, Helvetica, sans-serif;
  font-weight: normal; }

.header-CNT .top .current .style-select {
  color: #333;
  overflow: hidden;
  background: url(../gfx/spr/ico/arr-select.png) no-repeat right #fff;
  border: 0;
  -webkit-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  margin: 5px 15px 0 5px;
  /* float:right; */
  padding: 5px;
  display: inline-block;
  vertical-align: middle; }

.header-CNT .top .current .style-select select {
  background: transparent;
  width: 182px !important;
  padding: 5px 10px;
  font-size: 15px;
  line-height: 20px;
  font-family: Gotham-Light, 'Gotham 5r', 'Gotham A', 'Gotham B', 'Gotham-Medium', Arial, Helvetica, sans-serif;
  /* line-height: 1; */
  border: 0;
  border-radius: 0;
  /* height: 33px; */
  -webkit-appearance: none;
  float: left;
  margin: -7px; }

.header-CNT .top .user {
  float: right;
  margin-top: 17px; }

.header-CNT .top .user a {
  color: #fff;
  position: relative;
  float: left;
  margin-left: 24px;
  text-transform: uppercase;
  font-size: 11px; }

.header-CNT .top .user a.id {
  font-size: 13px;
  text-transform: capitalize;
  position: relative;
  top: -4px;
  cursor: default;
  color: #ffe085;
  font-family: Gotham-Light, 'Gotham 5r', 'Gotham A', 'Gotham B', 'Gotham-Medium', Arial, Helvetica, sans-serif; }
  .header-CNT .top .user a.id:hover, .header-CNT .top .user a.id:focus, .header-CNT .top .user a.id:active {
    text-decoration: none; }

.header-CNT .top .user a.id i {
  margin-right: 6px;
  font-size: 16px;
  color: #fff; }

.header-CNT .top .user a.logout {
  margin-right: 10px; }

.header-CNT .top .user a.logout i {
  margin-left: 6px; }

/*menu*/
.header-CNT .menu-CNT {
  background: #000;
  /* background-size: contain; */ }

.header-CNT .menu-CNT > .wrapper {
  width: 100%; }

.header-CNT .menu-CNT .menu {
  border-bottom: 1px solid rgba(32, 179, 185, 0.7); }

.header-CNT .menu-CNT .menu nav {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#171e2d+0,3e4a60+100 */
  background: #171e2d;
  background: -moz-linear-gradient(left, #171e2d 0%, #3e4a60 100%);
  background: -webkit-linear-gradient(left, #171e2d 0%, #3e4a60 100%);
  background: linear-gradient(to right, #171e2d 0%, #3e4a60 100%); }

.header-CNT .menu-CNT .menu nav ul {
  display: inline-table; }

.header-CNT .menu-CNT .menu nav ul li {
  display: inline-block;
  vertical-align: middle;
  min-width: 70px;
  text-align: center; }

.header-CNT .menu-CNT .menu nav ul li:first-child {
  margin-left: 158px; }

.header-CNT .menu-CNT .menu nav ul li a {
  transition: color .2s ease-out, background-color .2s ease-out;
  display: block;
  margin: 3px 0;
  color: #fff;
  padding: 1px 10px 0 10px;
  line-height: 26px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 12px; }

.header-CNT .menu-CNT .menu nav ul li:last-child a {
  border-right: 1px solid rgba(255, 255, 255, 0.1); }

.header-CNT .menu-CNT .menu nav ul li:hover {
  background: #fff; }

.header-CNT .menu-CNT .menu nav ul li:hover a {
  color: #222;
  text-decoration: none; }

.header-CNT .menu-CNT .menu nav ul li.selected {
  background: #27B2D1;
  line-height: 26px;
  /*border-bottom: 2px solid #dac65c;*/ }

.header-CNT .menu-CNT .menu nav ul li.selected a {
  color: #fff; }

.header-CNT .menu-CNT .sub-menu {
  text-align: center; }

.header-CNT .menu-CNT .sub-menu nav {
  margin: auto;
  overflow: hidden; }

.header-CNT .menu-CNT .sub-menu nav ul li {
  margin: 6px -2px 7px;
  display: inline-block; }

.header-CNT .menu-CNT .sub-menu nav ul li a {
  transition: opacity .2s ease-out;
  display: block;
  margin: 0 3px;
  font-size: 12px;
  line-height: 28px;
  color: #fff;
  background: #454545;
  border-radius: 2px 2px;
  padding: 2px 8px 0px 8px;
  position: relative; }

.header-CNT .menu-CNT .sub-menu nav ul li a.selected {
  background: #fff;
  color: #333; }

.header-CNT .menu-CNT .sub-menu nav ul li a:hover {
  opacity: 0.8;
  text-decoration: none; }

.header-CNT .menu-CNT .sub-menu nav ul li a i {
  margin-right: 4px; }

.header-CNT .menu nav ul li:hover + li a,
.header-CNT .menu nav ul li.selected + li a {
  border-left-color: transparent; }

.header-CNT .menu-CNT .sub-menu nav ul li a.notavailable {
  display: none; }

/*login*/
#login-CMS-CTR {
  position: fixed;
  right: 0;
  top: 0;
  width: 200px;
  z-index: 9999;
  /*display:none*/ }

#login-CMS-CTR h2.login-CMS {
  cursor: pointer;
  position: relative;
  width: 82px;
  z-index: 2;
  font-weight: normal;
  padding: 8px 11px;
  margin: 0;
  font-family: Gotham-Medium, Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  background: #27B2D1;
  float: right; }

#login-CMS-CTR h2.login-CMS:after {
  font-family: FontAwesome, sans-serif;
  font-size: 16px;
  color: #fff;
  position: absolute;
  right: 9px;
  top: 5px;
  content: "\f107"; }

#login-CMS-CTR h2.login-CMS.login-open:after {
  content: "\f106"; }

#content-login-toggle {
  background: #fff;
  display: none;
  margin: 0 auto 0;
  min-height: 122px;
  padding: 15px 10px 10px;
  position: relative;
  z-index: 1;
  clear: both;
  overflow: hidden; }

#cmsForm_login label {
  color: #000;
  display: block;
  font-weight: bold;
  font-size: 12px;
  line-height: 1.1em;
  padding: 0 0 0 3px; }

#cmsForm_login input[type="text"],
#cmsForm_login input[type="password"] {
  background: none repeat scroll 0 0 #e1e1e1;
  border: 1px solid #C2C2C2;
  color: #6D6C6C;
  -webkit-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  font-size: 12px;
  height: 34px;
  line-height: 22px;
  margin: 0 0 10px;
  padding: 0 5px;
  width: 100%; }

#cmsForm_login p {
  margin: 0; }

#cmsForm_login p.submit input.btn-blue {
  margin: 0;
  border: 0;
  width: 100%;
  float: none;
  font-family: Gotham-Medium, Arial, sans-serif; }

#cmsForm_login .btn-blue {
  background: #7a6;
  -webkit-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  color: #fff;
  display: block;
  font-size: 12px;
  height: 29px;
  line-height: 23px;
  padding: 0 11px;
  text-decoration: none;
  text-transform: uppercase; }

.wrapper-languages {
  background: #343F53;
  padding: 10px 15px;
  overflow: hidden; }
  .wrapper-languages ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .wrapper-languages ul li {
      float: left;
      margin-right: 10px;
      border: 1px solid rgba(0, 0, 0, 0.3); }
