/*
COLOR
*/
.blue {
  color: #2489e4 !important; }

.yellow {
  color: #f1b631 !important; }

.green {
  color: #79bd30 !important; }

.red {
  color: #a53121 !important; }

.back-purple {
  background-color: #361d72 !important;
  color: white !important; }

.back-purple-no-hover {
  background-color: #361d72 !important;
  color: white !important; }

.back-purple:hover {
  cursor: pointer;
  background-color: #311368 !important; }

.back-purple:active {
  background-color: #27095e !important; }

.purple {
  color: #361d72; }

.back-yellow-no-hover {
  background-color: #f1b631 !important;
  color: white !important; }

.back-yellow {
  background-color: #f1b631 !important;
  color: white !important; }

.back-yellow:hover {
  cursor: pointer;
  background-color: #e7ac27 !important; }

.back-yellow:active {
  background-color: #d8a718 !important; }

.back-green-disabled {
  background-color: #4d7d1b !important;
  color: white !important;
  border-bottom: 2px solid #79bd30; }

.back-green-no-hover {
  background-color: #79bd30 !important;
  color: white !important; }

.back-green {
  background-color: #79bd30 !important;
  color: white !important; }

.back-green:hover {
  cursor: pointer;
  background-color: #6fb326 !important; }

.back-green:active {
  background-color: #65a91c !important; }

.green {
  color: #79bd30 !important; }

.back-black-no-hover {
  background-color: black !important;
  color: white !important; }

.back-black {
  background-color: black !important;
  color: white !important; }

.back-black:hover {
  cursor: pointer;
  background-color: #141414 !important; }

.back-black:active {
  background-color: #282828 !important; }

.black {
  color: black !important; }

.back-grey-no-hover {
  background-color: #cdcdcd !important;
  color: black; }

.back-grey {
  background-color: #cdcdcd !important;
  color: black; }

.back-grey:active {
  background-color: #323232 !important; }

.back-grey:hover {
  cursor: pointer;
  background-color: #b6b6b6 !important; }

.back-bruin-no-hover {
  background-color: #857c7c !important;
  color: white !important; }

.back-bruin {
  background-color: #857c7c !important;
  color: white !important; }

.back-bruin:hover {
  cursor: pointer;
  background-color: #7b7272 !important; }

.back-bruin:active {
  background-color: #716868 !important; }

.back-red-no-hover {
  background-color: #db3a2f !important;
  color: white !important; }

.back-red {
  background-color: #db3a2f !important;
  color: white !important; }

.back-red:hover {
  cursor: pointer;
  background-color: #d1261b !important; }

.back-red:active {
  background-color: #c2170c !important; }

.back-blue-no-hover {
  background-color: #2489e4 !important;
  color: white !important; }

.back-blue {
  background-color: #2489e4 !important;
  color: white !important; }

.back-blue:hover {
  cursor: pointer;
  background-color: #1a7fd9 !important; }

.back-blue:active {
  background-color: #1575cf !important; }

/*
Generalities
*/
.background {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

.background-contain {
  background-size: contain; }

.main-logo-content {
  width: 940px;
  padding: 0px 10px;
  margin: auto; }
  @media only screen and (max-width: 768px) {
    .main-logo-content {
      width: 96%;
      padding-left: 0px;
      padding-right: 0px; } }
  .main-logo-content .main-logo {
    float: left;
    background-image: url("assets/new/logo_full.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 776px;
    height: 64px; }
    @media only screen and (max-width: 768px) {
      .main-logo-content .main-logo {
        margin: auto;
        background-image: url("assets/new/logo-small.png");
        width: 213px;
        height: 64px;
        float: none; } }
  .main-logo-content .title-responsive {
    display: none; }
    @media only screen and (max-width: 768px) {
      .main-logo-content .title-responsive {
        display: block;
        text-align: center;
        font-weight: 400;
        text-transform: uppercase;
        font-size: 20px;
        margin-top: 17px;
        color: #706760; } }

.icon-arrow-left {
  background-image: url("assets/wl_arrow.png");
  background-repeat: no-repeat;
  background-size: 16.2px 28.8px;
  width: 16.2px;
  height: 28.8px;
  display: inline-block; }

button, input {
  -webkit-appearance: none;
  border-radius: 0; }

a {
  font-weight: bold;
  text-decoration: none;
  color: inherit; }

a:hover {
  cursor: pointer;
  color: inherit;
  text-decoration: underline; }

body {
  margin: 0px;
  font-family: 'Lato', sans-serif;
  background-image: url("assets/background.png"); }

table td {
  vertical-align: middle; }

.main-container {
  width: 940px;
  padding: 0px 10px;
  margin: auto; }
  @media only screen and (max-width: 768px) {
    .main-container {
      width: 96%;
      padding-left: 0px;
      padding-right: 0px; } }

.clear {
  clear: both; }

.overflow-ellipsis {
  overflow: hidden; }

.invisible {
  display: none; }

.hidden {
  visibility: hidden; }

.visible {
  display: block; }

.normal-visibility {
  display: block !important; }
  @media only screen and (max-width: 768px) {
    .normal-visibility {
      display: none !important; } }

.resp-visibility {
  display: none !important; }
  @media only screen and (max-width: 768px) {
    .resp-visibility {
      display: block !important; } }

.no-space-top {
  padding-top: 0px !important;
  margin-top: 0px !important; }

input[type=password], [type=email], input[type=select], input[type=text], textarea {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: #e8e2dd;
  font-size: 16px;
  font-weight: 300;
  color: #857c7c;
  margin-top: 0px; }
  @media only screen and (max-width: 768px) {
    input[type=password], [type=email], input[type=select], input[type=text], textarea {
      font-size: 13.6px; } }

input[type=password], [type=email], input[type=select], input[type=submit], input[type=text], textarea {
  padding: 15px; }

input[placeholder], input[value], textarea[placeholder] {
  font-size: 16px; }
  @media only screen and (max-width: 768px) {
    input[placeholder], input[value], textarea[placeholder] {
      font-size: 13.6px; } }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: rgba(153, 144, 144, 0.8); }

input:-moz-placeholder, textarea:-moz-placeholder {
  color: rgba(153, 144, 144, 0.8); }

input[class~=required], input.ng-invalid.ng-dirty, .custom-select[class~=required], textarea[class~=required] {
  border-left: 4px solid #a53121 !important; }
  @media only screen and (max-width: 768px) {
    input[class~=required], input.ng-invalid.ng-dirty, .custom-select[class~=required], textarea[class~=required] {
      border: 1px solid #a53121 !important;
      box-shadow: 0px 0px 2px 0px rgba(219, 58, 47, 0.3);
      -webkit-box-shadow: 0 0px 2px 0px rgba(219, 58, 47, 0.3); } }

*:focus, textarea:focus, input:focus {
  outline: 0; }

textarea {
  resize: none; }

.uppercase {
  text-transform: uppercase; }

input[type=file] {
  opacity: 0.0;
  -moz-opacity: 0.0;
  -khtml-opacity: 0.0;
  filter: alpha(opacity=0);
  cursor: pointer;
  padding: 0px !important;
  margin: 0px !important;
  z-index: 1; }

input[type=text], input[type=password], input[type=email], textarea {
  border: 1px solid #cbc3bc; }

input[type=submit] {
  border: none; }

.link {
  position: relative; }

.link > a {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  /* edit: added z-index */
  z-index: 1;
  /* edit: fixes overlap error in IE7/8, 
   make sure you have an empty gif */
  background-image: url("../img/empty.gif");
  z-index: 10; }

.link:hover {
  cursor: pointer; }

.submit input {
  width: 100% !important; }

.custom-input-file {
  position: relative;
  overflow: hidden !important;
  color: #5f5858;
  font-size: 22px;
  padding: 22px; }
  .custom-input-file input[type=file] {
    font: 200px monospace !important;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 1; }
  @media only screen and (max-width: 768px) {
    .custom-input-file {
      padding-left: 0px !important;
      padding-right: 0px !important;
      margin-left: auto;
      margin-right: auto;
      width: 100% !important;
      float: none;
      text-align: center;
      margin-bottom: 14.45px;
      font-size: 17px; } }

.custom-radio, .custom-checkbox {
  position: relative; }
  .custom-radio label, .custom-checkbox label {
    margin-left: 40px; }
  .custom-radio label:hover, .custom-checkbox label:hover {
    cursor: pointer; }
  .custom-radio label:before, .custom-checkbox label:before {
    content: "";
    width: 25px;
    height: 25px;
    position: absolute;
    left: 0px;
    top: 50%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: #e8e2dd;
    font-size: 16px;
    font-weight: 300;
    color: #857c7c;
    margin-top: 0px;
    border: 1px solid #cbc3bc;
    color: #857c7c;
    text-align: center;
    line-height: 25px;
    margin-top: -12.5px; }
    @media only screen and (max-width: 768px) {
      .custom-radio label:before, .custom-checkbox label:before {
        font-size: 13.6px; } }
  .custom-radio label:hover:before, .custom-checkbox label:hover:before {
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0px 2px 0px rgba(0, 0, 0, 0.3); }

.custom-checkbox input[type=checkbox] {
  display: none; }
.custom-checkbox input[type=checkbox]:checked + label:before {
  content: "\2713"; }

.custom-radio input[type=radio] {
  display: none; }
.custom-radio input[type=radio]:checked + label:before {
  content: "\2713"; }

.custom-select {
  z-index: 5;
  height: 50px;
  padding: 0px 15px !important; }
  .custom-select select {
    background: transparent;
    border: none;
    color: #857c7c;
    font-size: inherit;
    padding: 15px;
    padding-right: 35px;
    height: inherit;
    border-radius: 0;
    z-index: 10;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    /* edit: added z-index */
    z-index: 1;
    /* edit: fixes overlap error in IE7/8, 
     make sure you have an empty gif */
    background-image: url("../img/empty.gif"); }

table {
  border-collapse: collapse; }

.left {
  float: left; }

.right {
  float: right; }

.picture {
  width: 100%;
  margin-bottom: 20px;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.25); }

.picture, .sub-header-image-link, .home-header {
  position: relative; }
  .picture .info-picture, .sub-header-image-link .info-picture, .home-header .info-picture {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding: 15px;
    padding-right: 45px;
    background: rgba(0, 0, 0, 0.6); }
    .picture .info-picture .content, .sub-header-image-link .info-picture .content, .home-header .info-picture .content {
      text-align: left;
      font-size: 18px;
      position: relative; }
      .picture .info-picture .content p, .sub-header-image-link .info-picture .content p, .home-header .info-picture .content p {
        margin: 0px;
        padding: 0px; }
      @media only screen and (max-width: 768px) and (min-width: 481px) {
        .picture .info-picture .content, .sub-header-image-link .info-picture .content, .home-header .info-picture .content {
          font-size: 12px; } }
      @media only screen and (max-width: 480px) {
        .picture .info-picture .content, .sub-header-image-link .info-picture .content, .home-header .info-picture .content {
          font-size: 16px; } }
      .picture .info-picture .content .txt, .sub-header-image-link .info-picture .content .txt, .home-header .info-picture .content .txt {
        color: #b6b6b6;
        font-weight: 300; }
      .picture .info-picture .content b, .picture .info-picture .content strong, .sub-header-image-link .info-picture .content b, .sub-header-image-link .info-picture .content strong, .home-header .info-picture .content b, .home-header .info-picture .content strong {
        color: white; }
    @media only screen and (max-width: 768px) and (min-width: 481px) {
      .picture .info-picture, .sub-header-image-link .info-picture, .home-header .info-picture {
        padding-right: 20px; } }
    @media only screen and (max-width: 480px) {
      .picture .info-picture, .sub-header-image-link .info-picture, .home-header .info-picture {
        padding-right: 45px; } }
  .picture .info-picture:hover, .sub-header-image-link .info-picture:hover, .home-header .info-picture:hover {
    cursor: pointer; }

.home-header .info-picture {
  padding: 25px;
  padding-right: 40px; }
  .home-header .info-picture .content {
    font-size: 20px; }
    @media only screen and (max-width: 768px) {
      .home-header .info-picture .content {
        font-size: 15px; } }
  @media only screen and (max-width: 768px) {
    .home-header .info-picture {
      padding: 13px;
      padding-right: 20px; } }
  @media only screen and (max-width: 480px) {
    .home-header .info-picture {
      display: none; } }

/*
ELEM CONTAINER : USED FOR FORM
*/
@media only screen and (max-width: 768px) {
  .elem-container {
    width: 95%;
    margin: auto; } }

.simple-button {
  padding: 10px;
  border: none;
  text-align: center;
  float: left;
  font-size: 16px; }
  @media only screen and (max-width: 768px) {
    .simple-button {
      font-size: 13.6px; } }

.button {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  background-color: white;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.35);
  text-transform: uppercase;
  float: left;
  color: #6d6e71;
  font-size: 18px;
  border-right: 1px solid #f0f0f0;
  padding: 15px 0px;
  font-weight: 300;
  text-align: center; }
  @media only screen and (max-width: 768px) {
    .button {
      font-size: 15.3px;
      border-right: none;
      padding: 20px 0px; } }

.page-tab .button {
  width: 312px;
  font-size: 13px; }
  @media only screen and (max-width: 768px) {
    .page-tab .button {
      width: 100%;
      margin-bottom: 8px;
      font-size: 11.05px; } }
.page-tab .arrow-down {
  border-left-width: 15px;
  border-right-width: 15px;
  border-top-width: 15px;
  border-top-color: #d6d6d6;
  position: relative;
  margin-left: -15px;
  border-top-color: black;
  left: 17.5%; }
  @media only screen and (max-width: 768px) {
    .page-tab .arrow-down {
      display: none !important; } }

.page2 .resource-info {
  display: none; }
.page2 .resource-info[class~=selected] {
  display: block; }
.page2 .page-tab .button {
  width: 187px;
  font-size: 13px; }
  @media only screen and (max-width: 768px) {
    .page2 .page-tab .button {
      font-size: 11.05px;
      width: 100%; } }
.page2 .page-tab .right {
  float: right; }
.page2 .page-tab .arrow-down {
  left: 10%; }
  @media only screen and (max-width: 768px) {
    .page2 .page-tab .arrow-down {
      display: none !important; } }

.button:hover {
  /*background-color:rgb(253,253,253);    
  color:black;
  cursor:pointer;
  .sub-menu{
      cursor:auto;
  }*/
  cursor: pointer;
  background: black !important;
  color: white !important;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.25); }
  .button:hover .sub-menu {
    cursor: auto; }

.button[class~=selected] {
  background: black !important;
  color: white !important;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.25); }

.button[class~="yellow"] {
  background-color: #f1b631;
  color: black !important; }
  .button[class~="yellow"] .perso-black-icon, .button[class~="yellow"] .perso-white-icon {
    position: relative;
    right: 12px;
    top: 2px; }

.button[class~="light-yellow"] {
  border-right: 1px solid #fddb7e;
  background-color: #fddb7e;
  color: black !important; }
  .button[class~="light-yellow"] i {
    position: relative;
    right: 6px;
    top: 2px; }
  @media only screen and (max-width: 768px) {
    .button[class~="light-yellow"] {
      border-right: none; } }

.button[class~="yellow"]:hover, .button[class~="yellow"][class~="selected"] {
  background-color: #e7ac27 !important; }

.button[class~="light-yellow"]:hover, .button[class~="light-yellow"][class~="selected"] {
  background-color: #fddb6d !important; }

.facebook {
  background: #4b6fa9;
  color: white;
  border: 1px solid #4b6fa9; }

.facebook:hover {
  background: #375b95;
  border: 1px solid #375b95; }

.twitter {
  background: #4eabfb;
  color: white;
  border: 1px solid #4eabfb; }

.twitter:hover {
  background: #3a97e7;
  color: white;
  border: 1px solid #3a97e7; }

/*
icon position
*/
.link > .arrow-medium-black-icon, .button-form > .arrow-medium-black-icon, .simple-button > .arrow-medium-black-icon, .header > .arrow-medium-black-icon, .custom-input-file > .arrow-medium-black-icon, .info-picture > .arrow-medium-black-icon, .sub-link > .arrow-medium-black-icon {
  position: absolute;
  top: 50%;
  right: 13px;
  margin-top: -10px; }
  @media only screen and (max-width: 768px) {
    .link > .arrow-medium-black-icon, .button-form > .arrow-medium-black-icon, .simple-button > .arrow-medium-black-icon, .header > .arrow-medium-black-icon, .custom-input-file > .arrow-medium-black-icon, .info-picture > .arrow-medium-black-icon, .sub-link > .arrow-medium-black-icon {
      right: 8px; } }
.link > .arrow-medium-white-icon, .button-form > .arrow-medium-white-icon, .simple-button > .arrow-medium-white-icon, .header > .arrow-medium-white-icon, .custom-input-file > .arrow-medium-white-icon, .info-picture > .arrow-medium-white-icon, .sub-link > .arrow-medium-white-icon {
  position: absolute;
  top: 50%;
  right: 13px;
  margin-top: -8px; }
  @media only screen and (max-width: 768px) {
    .link > .arrow-medium-white-icon, .button-form > .arrow-medium-white-icon, .simple-button > .arrow-medium-white-icon, .header > .arrow-medium-white-icon, .custom-input-file > .arrow-medium-white-icon, .info-picture > .arrow-medium-white-icon, .sub-link > .arrow-medium-white-icon {
      right: 8px; } }
.link > .arrow-big-white-icon, .link > .arrow-big-black-icon, .link .arrow-big-grey-icon, .button-form > .arrow-big-white-icon, .button-form > .arrow-big-black-icon, .button-form .arrow-big-grey-icon, .simple-button > .arrow-big-white-icon, .simple-button > .arrow-big-black-icon, .simple-button .arrow-big-grey-icon, .header > .arrow-big-white-icon, .header > .arrow-big-black-icon, .header .arrow-big-grey-icon, .custom-input-file > .arrow-big-white-icon, .custom-input-file > .arrow-big-black-icon, .custom-input-file .arrow-big-grey-icon, .info-picture > .arrow-big-white-icon, .info-picture > .arrow-big-black-icon, .info-picture .arrow-big-grey-icon, .sub-link > .arrow-big-white-icon, .sub-link > .arrow-big-black-icon, .sub-link .arrow-big-grey-icon {
  position: absolute;
  top: 50%;
  right: 13px;
  margin-top: -14px;
  right: 18px; }
  @media only screen and (max-width: 768px) {
    .link > .arrow-big-white-icon, .link > .arrow-big-black-icon, .link .arrow-big-grey-icon, .button-form > .arrow-big-white-icon, .button-form > .arrow-big-black-icon, .button-form .arrow-big-grey-icon, .simple-button > .arrow-big-white-icon, .simple-button > .arrow-big-black-icon, .simple-button .arrow-big-grey-icon, .header > .arrow-big-white-icon, .header > .arrow-big-black-icon, .header .arrow-big-grey-icon, .custom-input-file > .arrow-big-white-icon, .custom-input-file > .arrow-big-black-icon, .custom-input-file .arrow-big-grey-icon, .info-picture > .arrow-big-white-icon, .info-picture > .arrow-big-black-icon, .info-picture .arrow-big-grey-icon, .sub-link > .arrow-big-white-icon, .sub-link > .arrow-big-black-icon, .sub-link .arrow-big-grey-icon {
      right: 8px; } }
.link > .arrow-down-icon, .button-form > .arrow-down-icon, .simple-button > .arrow-down-icon, .header > .arrow-down-icon, .custom-input-file > .arrow-down-icon, .info-picture > .arrow-down-icon, .sub-link > .arrow-down-icon {
  position: absolute;
  top: 50%;
  right: 13px;
  margin-top: -4px; }
  @media only screen and (max-width: 768px) {
    .link > .arrow-down-icon, .button-form > .arrow-down-icon, .simple-button > .arrow-down-icon, .header > .arrow-down-icon, .custom-input-file > .arrow-down-icon, .info-picture > .arrow-down-icon, .sub-link > .arrow-down-icon {
      right: 8px; } }

/*
Sub menu
*/
.sub-menu {
  display: none;
  z-index: 100;
  position: absolute;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.2);
  background: white;
  text-transform: none;
  color: black;
  text-align: left; }

/*
Arrow
*/
.arrow-up {
  width: 0;
  height: 0;
  border-left-style: solid;
  border-left-color: transparent;
  border-right-style: solid;
  border-right-color: transparent;
  font-size: 0;
  line-height: 0;
  border-bottom-style: solid; }

.arrow-down {
  width: 0;
  height: 0;
  border-left-style: solid;
  border-left-color: transparent;
  border-right-style: solid;
  border-right-color: transparent;
  font-size: 0;
  line-height: 0;
  border-top-style: solid; }

.error {
  text-align: center;
  background-color: #a53121;
  color: white;
  padding: 15px;
  border: 1px solid #db3a2f;
  border-radius: 4px;
  margin: 50px 30px;
  margin-top: 10px;
  text-transform: uppercase; }

.ajax-search {
  position: relative; }
  .ajax-search .ajax {
    z-index: 100;
    display: none;
    background: white;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 0 2px 2px 0px rgba(0, 0, 0, 0.7);
    position: absolute;
    width: 100%;
    top: 50px; }
    .ajax-search .ajax .elem {
      padding: 14px 20px;
      color: black; }
    .ajax-search .ajax .elem[class~=selected] {
      background-color: #d6d6d6; }
    .ajax-search .ajax .elem:hover {
      cursor: pointer;
      background-color: #f0f0f0;
      color: #323232; }

/*
SOCIAL
*/
.social .icon {
  margin: 0px 5px; }
.social .icon:hover {
  cursor: pointer; }

/*
Header
*/
header .content {
  width: 940px;
  padding: 0px 10px;
  margin: auto;
  padding-bottom: 21px;
  padding-top: 50px; }
  @media only screen and (max-width: 768px) {
    header .content {
      width: 96%;
      padding-left: 0px;
      padding-right: 0px; } }
  @media only screen and (max-width: 768px) {
    header .content {
      padding-bottom: 30px;
      padding-top: 30px; } }
  header .content .loading {
    text-transform: none;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 24px; }
  header .content .separator {
    margin-bottom: 36px;
    margin-top: 40px;
    height: 0px;
    width: 100%;
    border-top: 1px solid #cdcdcd;
    border-bottom: 1px solid white; }
    @media only screen and (max-width: 768px) {
      header .content .separator {
        margin-bottom: 42.5px;
        margin-top: 34px; } }
  header .content .menu {
    position: relative;
    width: 105%; }
    @media only screen and (max-width: 768px) {
      header .content .menu {
        margin-bottom: 0px;
        width: 100%; } }
    header .content .menu .menu-drop-down-button {
      display: none;
      -moz-user-select: none;
      -webkit-user-select: none;
      -ms-user-select: none;
      background-color: white;
      box-shadow: 0 2px 1px rgba(0, 0, 0, 0.35);
      -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.35);
      text-transform: uppercase;
      color: #6d6e71;
      font-size: 15.3px;
      padding: 15px 0px;
      font-weight: 300;
      text-align: center;
      position: relative;
      margin-bottom: 2px; }
      @media only screen and (max-width: 768px) {
        header .content .menu .menu-drop-down-button {
          padding: 20px 0px;
          display: block; }
          header .content .menu .menu-drop-down-button .bar {
            position: absolute;
            top: 50%;
            margin-top: -19px;
            left: 11px;
            padding: 8px; }
          header .content .menu .menu-drop-down-button .bar:hover {
            background-color: #fafafa;
            border-radius: 4px; } }
    header .content .menu .drow-down-menu {
      position: relative;
      pointer: cursor;
      cursor: pointer;
      height: auto; }
      @media only screen and (min-width: 769px) {
        header .content .menu .drow-down-menu {
          display: block !important; } }
      @media only screen and (max-width: 768px) {
        header .content .menu .drow-down-menu {
          display: none;
          position: absolute;
          width: 100%;
          z-index: 1000; } }
    header .content .menu .button {
      width: 133px; }
    header .content .menu .button + .last, header .content .menu .last {
      border-right: none; }
    header .content .menu .last {
      width: 136px; }
    @media only screen and (max-width: 768px) {
      header .content .menu .button, header .content .menu .last {
        width: 100%;
        float: none;
        margin: auto;
        position: relative;
        border-bottom: 1px solid #cdcdcd;
        margin-bottom: 0px; } }
    header .content .menu .last {
      position: relative; }
      @media only screen and (max-width: 768px) {
        header .content .menu .last {
          margin-bottom: 0px !important;
          position: inherit; } }
    header .content .menu .sub-menu {
      left: 0px;
      padding-bottom: 10px;
      top: 70px;
      width: 940px;
      min-height: 240px;
      border: 1px solid #e4e4e4; }
      @media only screen and (max-width: 768px) {
        header .content .menu .sub-menu {
          width: 95%;
          left: 2.5%;
          margin: auto;
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
          -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3); } }
      header .content .menu .sub-menu .header, header .content .menu .sub-menu .content-menu {
        padding-top: 25px;
        padding-bottom: 20px;
        padding-left: 25px;
        padding-right: 15px; }
      @media only screen and (max-width: 768px) {
        header .content .menu .sub-menu .content-menu {
          padding-top: 8px;
          padding-bottom: 21.25px; } }
      header .content .menu .sub-menu .header {
        font-size: 28px;
        border-bottom: 1px solid #e4e4e4; }
        @media only screen and (max-width: 768px) {
          header .content .menu .sub-menu .header {
            font-size: 23.8px; } }
        header .content .menu .sub-menu .header .icon {
          top: 40px; }
      header .content .menu .sub-menu .header:hover {
        background: #000000;
        color: white; }
        header .content .menu .sub-menu .header:hover .arrow-big-black-icon {
          background-position: -84px -139px;
          width: 15px;
          height: 28px; }
      header .content .menu .sub-menu .content-menu {
        font-size: 16px; }
        @media only screen and (max-width: 768px) {
          header .content .menu .sub-menu .content-menu {
            font-size: 13.6px; } }
        header .content .menu .sub-menu .content-menu .ressources, header .content .menu .sub-menu .content-menu .news {
          margin-right: 35px; }
          @media only screen and (max-width: 768px) {
            header .content .menu .sub-menu .content-menu .ressources, header .content .menu .sub-menu .content-menu .news {
              margin-right: 0px; } }
        header .content .menu .sub-menu .content-menu .ressources {
          width: 27%; }
          @media only screen and (max-width: 768px) {
            header .content .menu .sub-menu .content-menu .ressources {
              width: 100%; } }
        header .content .menu .sub-menu .content-menu .ressources.last {
          width: 30%; }
          @media only screen and (max-width: 768px) {
            header .content .menu .sub-menu .content-menu .ressources.last {
              width: 100%;
              border-bottom: none; } }
        header .content .menu .sub-menu .content-menu > div {
          width: 32%;
          float: left;
          text-transform: capitalize; }
          @media only screen and (max-width: 768px) {
            header .content .menu .sub-menu .content-menu > div {
              width: 100%;
              float: none; } }
        header .content .menu .sub-menu .content-menu .title-content:hover .title-news, header .content .menu .sub-menu .content-menu .title-content:hover .title-events {
          color: white;
          padding-left: 10px;
          margin-left: -10px; }
        header .content .menu .sub-menu .content-menu .title-content:hover .title-news {
          background: #361d72; }
          header .content .menu .sub-menu .content-menu .title-content:hover .title-news .purple {
            color: white !important; }
        header .content .menu .sub-menu .content-menu .title-content:hover .title-events {
          background: #79bd30; }
          header .content .menu .sub-menu .content-menu .title-content:hover .title-events .green {
            color: white !important; }
        header .content .menu .sub-menu .content-menu .title-content {
          font-size: 18px;
          padding-bottom: 18px;
          font-weight: bold; }
          @media only screen and (max-width: 768px) {
            header .content .menu .sub-menu .content-menu .title-content {
              font-size: 15.3px;
              padding-top: 14px; } }
          header .content .menu .sub-menu .content-menu .title-content .title-news, header .content .menu .sub-menu .content-menu .title-content .title-events {
            padding: 6px 0px;
            padding-right: 10px; }
        header .content .menu .sub-menu .content-menu .ressources .ressource {
          font-weight: bold;
          margin-bottom: 11px;
          padding: 7px 0px; }
        header .content .menu .sub-menu .content-menu .ressources .ressource > div {
          padding-left: 10px;
          border-left: 2px solid #f1b631; }
        header .content .menu .sub-menu .content-menu .ressources .ressource[class~=selected], header .content .menu .sub-menu .content-menu .ressources .ressource:hover {
          background-color: #f1b631; }
        header .content .menu .sub-menu .content-menu .news .new, header .content .menu .sub-menu .content-menu .programs .program {
          margin-bottom: 11px;
          padding: 7px 0px;
          color: #878787; }
        header .content .menu .sub-menu .content-menu .news .new > div {
          padding-left: 10px;
          border-left: 2px solid #361d72; }
        header .content .menu .sub-menu .content-menu .news .new[class~=selected], header .content .menu .sub-menu .content-menu .news .new:hover {
          background-color: #361d72;
          color: white; }
        header .content .menu .sub-menu .content-menu .programs .program > div {
          padding-left: 7px;
          border-left: 2px solid #79bd30; }
        header .content .menu .sub-menu .content-menu .programs .program > div, header .content .menu .sub-menu .content-menu .news .new > div {
          display: -webkit-box;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical;
          max-height: 19px;
          overflow: hidden; }
        header .content .menu .sub-menu .content-menu .programs .program[class~=selected], header .content .menu .sub-menu .content-menu .programs .program:hover {
          background-color: #79bd30;
          color: white; }
    header .content .menu .login {
      text-transform: uppercase;
      right: 0px;
      left: auto;
      width: 260px;
      padding: 20px; }
      header .content .menu .login .alert {
        display: none; }
      header .content .menu .login div {
        font-size: 16px; }
        @media only screen and (max-width: 768px) {
          header .content .menu .login div {
            font-size: 13.6px; } }
      @media only screen and (max-width: 768px) {
        header .content .menu .login {
          padding-left: 0px;
          padding-right: 0px;
          width: 95%;
          right: 2.5%; } }
      header .content .menu .login .login-separator {
        margin-bottom: 15px;
        margin-left: -20px;
        margin-right: -20px;
        border-bottom: 1px solid #cdcdcd;
        height: 1px; }
      header .content .menu .login .form input[type=text], header .content .menu .login .form input[type=password], header .content .menu .login .form input[type=email] {
        display: block;
        width: 260px;
        margin-bottom: 20px;
        text-align: left; }
        @media only screen and (max-width: 768px) {
          header .content .menu .login .form input[type=text], header .content .menu .login .form input[type=password], header .content .menu .login .form input[type=email] {
            width: 95%;
            margin: auto;
            margin-bottom: 17px;
            padding-left: 0px;
            padding-right: 0px;
            text-align: center;
            padding-left: 0px;
            padding-right: 0px; } }
      header .content .menu .login .register, header .content .menu .login .member, header .content .menu .login .xfa {
        margin: auto; }
      header .content .menu .login .register, header .content .menu .login .member, header .content .menu .login .xfa {
        padding: 15px; }
      header .content .menu .login .xfa {
        margin-top: 10px; }
      header .content .menu .login .register {
        margin-bottom: 10px; }
      header .content .menu .login .submit input {
        margin-bottom: 0px; }
      header .content .menu .login .forgot, header .content .menu .login .info {
        font-size: 11px;
        color: #919191;
        margin-top: 10px;
        margin-bottom: 14px; }
        @media only screen and (max-width: 768px) {
          header .content .menu .login .forgot, header .content .menu .login .info {
            font-size: 9.35px;
            text-align: center; } }
      header .content .menu .login .info {
        margin-top: 0px; }
    header .content .menu .login.notif {
      border: none;
      border-left: 3px solid #f84101; }
      header .content .menu .login.notif .icon-alert {
        background-image: url("assets/new/alert.png");
        height: 30px;
        width: 30px; }
      header .content .menu .login.notif .alert {
        text-transform: none;
        box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
        display: block;
        padding: 10px;
        padding-top: 18px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        position: absolute;
        right: 300px;
        top: 0px;
        color: white;
        background-color: #f84101;
        width: 220px;
        height: 135px; }
        header .content .menu .login.notif .alert a {
          text-decoration: none; }
        header .content .menu .login.notif .alert .careful {
          float: left; }
        header .content .menu .login.notif .alert .message-alert {
          float: right;
          height: 100%;
          font-size: 14px;
          padding-left: 10px;
          width: 80%; }
      @media only screen and (max-width: 768px) {
        header .content .menu .login.notif {
          border: none;
          border-bottom: 3px solid #f84101; }
          header .content .menu .login.notif .alert {
            right: auto;
            top: 100%;
            width: 100%;
            max-width: 350px; }
            header .content .menu .login.notif .alert .message-alert {
              float: none;
              margin-left: 50px; } }
    header .content .menu .button[class~=selected] + arrow-up {
      border-bottom-color: black; }
    header .content .menu .arrow-up {
      display: none;
      z-index: 200;
      position: absolute;
      left: 52.5px;
      border-left-width: 15px;
      border-right-width: 15px;
      border-bottom-width: 15px;
      border-bottom-color: white;
      margin-top: 4px;
      margin-left: -15px; }
      @media only screen and (max-width: 768px) {
        header .content .menu .arrow-up {
          display: none !important; } }

/* main-header (all pages)*/
.home-header {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 100%;
  margin: auto;
  background-color: white;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.35);
  border-left: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
  margin-bottom: 21px; }
  @media only screen and (max-width: 768px) {
    .home-header {
      margin-bottom: 15px; } }
  .home-header img {
    width: 100%; }

.sectionTitlePage-header {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 100%;
  margin: auto;
  background-color: white;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.35);
  border-left: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
  margin-bottom: 21px; }
  @media only screen and (max-width: 768px) {
    .sectionTitlePage-header {
      margin-bottom: 15px; } }
  .sectionTitlePage-header img {
    width: 100%; }

.home-header {
  max-height: 374px;
  overflow: hidden; }
  @media only screen and (max-width: 768px) {
    .home-header {
      max-height: 300px; }
      .home-header img {
        margin-bottom: -3px; } }

/* page-tab (les 3 onglets en-dessous du sub-header)*/
.page-tab {
  width: 105%;
  margin-bottom: 8px;
  position: relative; }
  @media only screen and (max-width: 768px) {
    .page-tab {
      width: 100%;
      padding: 0px;
      margin-bottom: 25px; } }

/** Home **/
/* news-header */
.news-events-header {
  height: 49px;
  line-height: 49px;
  border-top: thin solid #e2e0de;
  text-align: left;
  color: #808184; }
  .news-events-header .title {
    float: left; }
  .news-events-header .view-all-box {
    padding-right: 25px;
    float: right; }
    .news-events-header .view-all-box p {
      float: left;
      margin: 0px; }
    .news-events-header .view-all-box .arrow-medium-black-icon {
      right: 5px; }
    .news-events-header .view-all-box:hover {
      cursor: pointer; }

/* sub-header  */
.sub-header {
  position: relative;
  width: 100%;
  margin-bottom: 21px;
  text-align: center;
  /*
  Follow design
  */ }
  @media only screen and (max-width: 768px) {
    .sub-header {
      margin-bottom: 30px; } }
  .sub-header .sub-header-image-link {
    width: 297.3333333333px;
    height: 248px;
    background-color: white;
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.35);
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    background-color: transparent; }
    .sub-header .sub-header-image-link img {
      width: 100%; }
      @media only screen and (max-width: 768px) {
        .sub-header .sub-header-image-link img {
          margin-bottom: -3px; } }
    @media only screen and (max-width: 768px) {
      .sub-header .sub-header-image-link {
        width: 32%;
        margin-right: 2%;
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
        -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4); } }
    @media only screen and (max-width: 600px) {
      .sub-header .sub-header-image-link {
        width: 49%;
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
        -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4); } }
    @media only screen and (max-width: 479px) {
      .sub-header .sub-header-image-link {
        width: 100%;
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
        -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4); } }
  .sub-header .sub-header-image-link1 {
    float: left; }
  .sub-header .sub-header-image-link2 {
    float: left;
    margin-left: 21px; }
    @media only screen and (max-width: 600px) and (min-width: 481px) {
      .sub-header .sub-header-image-link2 {
        display: none; } }
  .sub-header .sub-header-image-link3 {
    float: right; }
    @media only screen and (max-width: 768px) {
      .sub-header .sub-header-image-link3 {
        margin-right: 0%; } }
    @media only screen and (max-width: 480px) {
      .sub-header .sub-header-image-link3 {
        width: 100%;
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
        -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4); } }
  @media only screen and (max-width: 768px) {
    .sub-header .sub-header-image-link1, .sub-header .sub-header-image-link2, .sub-header .sub-header-image-link3 {
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      height: auto;
      margin-left: 0px; } }
  @media only screen and (max-width: 479px) {
    .sub-header .sub-header-image-link1, .sub-header .sub-header-image-link2, .sub-header .sub-header-image-link3 {
      float: none;
      margin: auto;
      margin-bottom: 15px; } }
  .sub-header .follow {
    background-color: white;
    height: 248px;
    border-left: medium solid #F1B501; }
    .sub-header .follow > div {
      height: 88.288px;
      padding: 17.856px; }
      .sub-header .follow > div .title {
        font-size: 18px;
        font-weight: 300;
        font-weight: bold; }
        @media only screen and (max-width: 768px) {
          .sub-header .follow > div .title {
            font-size: 15.3px; } }
      .sub-header .follow > div .content {
        position: relative;
        margin-top: 8px;
        width: 100%;
        text-align: center; }
        .sub-header .follow > div .content .link {
          margin-top: 12px; }
        .sub-header .follow > div .content > .logo {
          margin: 8px;
          display: inline-block; }
        .sub-header .follow > div .content input {
          width: 100%; }
          @media only screen and (max-width: 768px) {
            .sub-header .follow > div .content input {
              width: 100%;
              padding-left: 0px;
              padding-right: 0px;
              text-align: center; } }
    .sub-header .follow > div:first-child {
      border-bottom: thin solid #d6d6d6; }

@media only screen and (max-width: 768px) {
  .sub-header.follow-activate .sub-header-image-link {
    width: 49%;
    margin-right: 2%;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4); } }
@media only screen and (max-width: 479px) {
  .sub-header.follow-activate .sub-header-image-link {
    width: 100%;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4); } }
.sub-header.follow-activate .sub-header-image-link1, .sub-header.follow-activate .sub-header-image-link2, .sub-header.follow-activate .sub-header-image-link3 {
  display: block; }
@media only screen and (max-width: 768px) {
  .sub-header.follow-activate .sub-header-image-link2, .sub-header.follow-activate .sub-header-image-link3 {
    margin-right: 0px; } }
@media only screen and (max-width: 768px) {
  .sub-header.follow-activate .follow-activated {
    width: 100%; } }
@media only screen and (max-width: 480px) {
  .sub-header.follow-activate .follow-activated {
    margin-top: 0px !important; } }
@media only screen and (max-width: 768px) {
  .sub-header.follow-activate .sub-header-image-link2, .sub-header.follow-activate .sub-header-image-link3 {
    float: right; } }

@media only screen and (max-width: 768px) {
  .sub-header.follow-activate.follow-right .follow-activated {
    margin-top: 15px; } }
.sub-header.follow-activate.follow-right .sub-header-image-link1 {
  float: left; }
.sub-header.follow-activate.follow-right .sub-header-image-link2 {
  float: left; }
  @media only screen and (max-width: 768px) {
    .sub-header.follow-activate.follow-right .sub-header-image-link2 {
      float: right; } }

@media only screen and (max-width: 768px) {
  .sub-header.follow-activate.follow-left .follow-activated {
    margin-bottom: 15px; } }
.sub-header.follow-activate.follow-left .sub-header-image-link2 {
  float: left; }
.sub-header.follow-activate.follow-left .sub-header-image-link3 {
  float: right; }

@media only screen and (max-width: 768px) {
  .sub-header.follow-activate.follow-center .follow-activated {
    float: right;
    margin-top: 15px; } }
.sub-header.follow-activate.follow-center .sub-header-image-link1 {
  float: left; }
.sub-header.follow-activate.follow-center .sub-header-image-link3 {
  float: right; }
  @media only screen and (max-width: 768px) {
    .sub-header.follow-activate.follow-center .sub-header-image-link3 {
      float: right; } }

.home .info-send {
  margin: 30px 0px; }

/* All News/Events/NewsAndEvent */
.info-event, .info-events, .info-news {
  width: 940px;
  margin-bottom: 21px; }
  @media only screen and (max-width: 768px) {
    .info-event, .info-events, .info-news {
      width: 100%; } }
  .info-event .describe-box, .info-events .describe-box, .info-news .describe-box {
    position: relative;
    float: left;
    width: 556px;
    padding: 30px;
    background-color: white;
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.35);
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4; }
    @media only screen and (max-width: 768px) {
      .info-event .describe-box, .info-events .describe-box, .info-news .describe-box {
        width: auto;
        float: none;
        padding: 25.5px; } }
    .info-event .describe-box .title, .info-events .describe-box .title, .info-news .describe-box .title {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-transform: capitalize;
      font-size: 28px;
      font-weight: bold;
      line-height: 36px;
      margin-bottom: 30px;
      -webkit-line-clamp: 2; }
      .info-event .describe-box .title:hover, .info-events .describe-box .title:hover, .info-news .describe-box .title:hover {
        cursor: pointer; }
      @media only screen and (max-width: 768px) {
        .info-event .describe-box .title, .info-events .describe-box .title, .info-news .describe-box .title {
          line-height: 28.9px;
          font-size: 23.8px; } }
    .info-event .describe-box .content, .info-events .describe-box .content, .info-news .describe-box .content {
      position: relative;
      font-size: 16px !important;
      font-weight: 300;
      line-height: 24px; }
      .info-event .describe-box .content h1, .info-event .describe-box .content h2, .info-event .describe-box .content h3, .info-event .describe-box .content h4, .info-events .describe-box .content h1, .info-events .describe-box .content h2, .info-events .describe-box .content h3, .info-events .describe-box .content h4, .info-news .describe-box .content h1, .info-news .describe-box .content h2, .info-news .describe-box .content h3, .info-news .describe-box .content h4 {
        font-size: 18px !important;
        font-weight: bold;
        margin-bottom: 9px;
        margin-top: 0px; }
      .info-event .describe-box .content div[class$="-image"], .info-events .describe-box .content div[class$="-image"], .info-news .describe-box .content div[class$="-image"] {
        float: right;
        margin-left: 5px; }
      @media only screen and (max-width: 768px) {
        .info-event .describe-box .content, .info-events .describe-box .content, .info-news .describe-box .content {
          font-size: 13.6px !important; } }
      .info-event .describe-box .content .portrait-image, .info-events .describe-box .content .portrait-image, .info-news .describe-box .content .portrait-image {
        width: 100px;
        height: 131px; }
      .info-event .describe-box .content .landscape-image, .info-events .describe-box .content .landscape-image, .info-news .describe-box .content .landscape-image {
        width: 131px;
        height: 100px; }
      .info-event .describe-box .content div[class$="-image"], .info-events .describe-box .content div[class$="-image"], .info-news .describe-box .content div[class$="-image"] {
        margin-top: -8px; }
      .info-event .describe-box .content p, .info-events .describe-box .content p, .info-news .describe-box .content p {
        margin: 0px;
        padding: 0px; }
      .info-event .describe-box .content a, .info-events .describe-box .content a, .info-news .describe-box .content a {
        font-weight: bold;
        color: #361d72;
        text-decoration: none; }
      .info-event .describe-box .content a:hover, .info-events .describe-box .content a:hover, .info-news .describe-box .content a:hover {
        color: #361d72;
        text-decoration: underline; }
      .info-event .describe-box .content img, .info-events .describe-box .content img, .info-news .describe-box .content img {
        display: none; }
  .info-event .info-box, .info-events .info-box, .info-news .info-box {
    float: left;
    width: 320px; }
    @media only screen and (max-width: 768px) {
      .info-event .info-box, .info-events .info-box, .info-news .info-box {
        width: auto;
        float: none; } }
    .info-event .info-box > div, .info-events .info-box > div, .info-news .info-box > div {
      padding: 20px;
      margin-bottom: 10px;
      border-left: 2px solid #808184;
      background-color: #e2e0de;
      text-align: center; }
    .info-event .info-box .info, .info-events .info-box .info, .info-news .info-box .info {
      text-align: left;
      font-weight: 300; }
    .info-event .info-box .social, .info-events .info-box .social, .info-news .info-box .social {
      padding: 0px;
      padding-top: 11px;
      padding-bottom: 11px; }
      .info-event .info-box .social > div, .info-events .info-box .social > div, .info-news .info-box .social > div {
        margin-left: 26px; }
        .info-event .info-box .social > div:hover, .info-events .info-box .social > div:hover, .info-news .info-box .social > div:hover {
          cursor: pointer; }
      .info-event .info-box .social > div:first-child, .info-events .info-box .social > div:first-child, .info-news .info-box .social > div:first-child {
        margin-left: 0px; }
    .info-event .info-box .comments, .info-events .info-box .comments, .info-news .info-box .comments {
      font-size: 23px;
      line-height: 21px;
      font-weight: 300; }
      @media only screen and (max-width: 768px) {
        .info-event .info-box .comments, .info-events .info-box .comments, .info-news .info-box .comments {
          font-size: 19.55px;
          line-height: 17.85px; } }

.info-event .describe-box, .info-events .describe-box {
  border-left: 3px solid #79bd30;
  height: 250px; }
  @media only screen and (max-width: 768px) {
    .info-event .describe-box, .info-events .describe-box {
      padding-bottom: 100px;
      height: auto; } }
  .info-event .describe-box .content, .info-events .describe-box .content {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 4;
    height: 96px;
    overflow: hidden; }
  .info-event .describe-box .register-button, .info-events .describe-box .register-button {
    position: absolute;
    bottom: 25px;
    width: 90%;
    margin-left: -45%;
    left: 50%; }
    .info-event .describe-box .register-button .link, .info-events .describe-box .register-button .link {
      text-align: center;
      padding: 15px;
      font-size: 16px; }
      @media only screen and (max-width: 768px) {
        .info-event .describe-box .register-button .link, .info-events .describe-box .register-button .link {
          font-size: 13.6px; } }

.info-news .describe-box {
  border-left: 3px solid #361d72; }
  .info-news .describe-box .content {
    padding-top: 8px;
    padding-bottom: 1px; }
    .info-news .describe-box .content .overflow-ellipsis {
      height: 96px; }
  .info-news .describe-box .portrait-content .overflow-ellipsis {
    height: 120px; }

.info-event:after, .info-events:after, .info-news:after {
  content: "";
  display: table;
  clear: both; }

.info-events .describe-box:hover > a, .info-event .describe-box:hover > a {
  background-color: rgba(121, 189, 48, 0.2); }

.info-news .describe-box:hover > a {
  background-color: rgba(54, 29, 114, 0.2); }

.allEvents-header {
  width: 898px;
  padding-left: 28px;
  line-height: inherit;
  padding: 19px 28px;
  padding-right: 14px;
  font-size: 40px;
  font-weight: 300;
  text-transform: capitalize;
  background-color: #79bd30;
  color: white; }
  @media only screen and (max-width: 768px) {
    .allEvents-header {
      width: auto;
      margin-bottom: 10px; } }

.allNews-header {
  width: 898px;
  padding-left: 28px;
  line-height: inherit;
  padding: 19px 28px;
  padding-right: 14px;
  font-size: 40px;
  font-weight: 300;
  text-transform: capitalize;
  background-color: #361d72;
  color: white; }
  @media only screen and (max-width: 768px) {
    .allNews-header {
      width: auto;
      margin-bottom: 10px; } }

.allNewsEvents-header {
  width: 898px;
  padding-left: 28px;
  line-height: inherit;
  padding: 19px 28px;
  padding-right: 14px;
  font-size: 40px;
  font-weight: 300;
  text-transform: capitalize;
  background-color: #f1b631;
  color: white; }
  @media only screen and (max-width: 768px) {
    .allNewsEvents-header {
      width: auto;
      margin-bottom: 10px; } }

.past-events-button {
  color: #857c7c; }

.past-events {
  padding-top: 6px;
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  filter: alpha(opacity=1); }
  .past-events .past-events-header {
    margin-bottom: 21px; }

.company-contacts .pagination {
  margin-top: 70px;
  margin-bottom: 70px; }
.company-contacts .info-send {
  padding: 25px 0px;
  margin-top: 0px;
  margin-bottom: 0px; }
.company-contacts .content-contacts {
  background-color: white;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.35);
  border-left: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
  padding: 0px 50px; }
  @media only screen and (max-width: 768px) {
    .company-contacts .content-contacts {
      padding: 0px 30px; } }
  .company-contacts .content-contacts .contact {
    padding-top: 50px;
    border-top: 2px solid #d6d6d6;
    padding-bottom: 40px; }
    @media only screen and (max-width: 768px) {
      .company-contacts .content-contacts .contact {
        padding-top: 30px;
        padding-bottom: 25px; } }
    .company-contacts .content-contacts .contact .background {
      height: 57px;
      width: 57px;
      border: 1px solid #d6d6d6;
      margin-right: 20px; }
      @media only screen and (max-width: 768px) {
        .company-contacts .content-contacts .contact .background {
          float: none;
          margin: auto;
          margin-bottom: 10px; } }
    .company-contacts .content-contacts .contact .delete {
      color: white;
      text-transform: uppercase;
      text-align: center;
      font-size: 15px;
      border-bottom: 2px solid #d6d6d6;
      padding: 17px 0px;
      width: 175px; }
      @media only screen and (max-width: 768px) {
        .company-contacts .content-contacts .contact .delete {
          width: 80%;
          float: none;
          margin: auto; } }
      @media only screen and (max-width: 768px) {
        .company-contacts .content-contacts .contact .delete {
          font-size: 12.75px; } }
    .company-contacts .content-contacts .contact .info {
      font-size: 15px; }
      .company-contacts .content-contacts .contact .info .name-title {
        margin-bottom: 2px; }
      .company-contacts .content-contacts .contact .info .name {
        font-size: 17px;
        text-transform: uppercase; }
        @media only screen and (max-width: 768px) {
          .company-contacts .content-contacts .contact .info .name {
            font-size: 14.45px; } }
      @media only screen and (max-width: 768px) {
        .company-contacts .content-contacts .contact .info {
          float: none;
          text-align: center;
          margin-bottom: 10px;
          font-size: 12.75px; } }
  .company-contacts .content-contacts .contact[class~=first] {
    border: none; }

/*
Confirm page
*/
.confirm {
  background-color: white;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.35);
  padding: 50px;
  margin-bottom: 100px; }
  @media only screen and (max-width: 768px) {
    .confirm {
      padding: 20px 15px;
      margin-bottom: 70px; } }
  .confirm h3 {
    margin: 0px;
    font-size: 35px; }
    @media only screen and (max-width: 768px) {
      .confirm h3 {
        font-size: 29.75px; } }
  .confirm .content {
    margin: 30px 0px;
    font-size: 18px;
    font-weight: 300; }
    @media only screen and (max-width: 768px) {
      .confirm .content {
        font-size: 15.3px; } }
  .confirm .main-link {
    text-align: center; }

.user-message-ee {
  margin-top: 75px; }
  .user-message-ee a {
    text-decoration: none;
    color: white; }
  .user-message-ee a:hover {
    text-decoration: none; }

/*
Contact css
*/
.contact .formular .form {
  padding-top: 50px; }
  .contact .formular .form .message {
    height: 218px; }
    @media only screen and (max-width: 768px) {
      .contact .formular .form .message {
        height: 185.3px; } }
  .contact .formular .form .info {
    margin-top: 45px;
    color: #323232; }
    .contact .formular .form .info h3 {
      text-transform: uppercase;
      margin: 10px 0px;
      font-weight: normal; }

/*
Dialog pop up
*/
.dialog {
  z-index: 300;
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  width: 100%;
  height: 100%; }
  .dialog .background {
    background: rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    width: 100%;
    height: 100%; }
  .dialog .section {
    position: relative;
    display: none;
    width: 50%;
    margin: auto;
    margin-top: 100px;
    background: white;
    box-shadow: 0 4px 2px 0px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 4px 2px 0px rgba(0, 0, 0, 0.25);
    padding: 50px;
    padding-top: 30px;
    font-size: 22px; }
    @media only screen and (max-width: 768px) {
      .dialog .section {
        width: 86%;
        font-size: 17px;
        padding: 25px 15px;
        padding-top: 10px;
        padding-bottom: 30px;
        box-shadow: 0 2px 12px 0px rgba(0, 0, 0, 0.25);
        -webkit-box-shadow: 0 2px 12px 0px rgba(0, 0, 0, 0.25); } }
    .dialog .section .title {
      font-size: 30px;
      font-weight: bold;
      margin-top: 15px; }
    .dialog .section .button_action {
      width: 41%;
      padding: 20px 0px;
      padding-left: 3%;
      padding-right: 3%;
      text-align: center;
      font-size: 17px; }
      @media only screen and (max-width: 768px) {
        .dialog .section .button_action {
          font-size: 14.45px; } }
    .dialog .section .elem-container {
      width: 100%;
      margin-bottom: 17px;
      position: relative; }
      .dialog .section .elem-container input {
        width: 100%;
        padding-left: 2.5%;
        padding-right: 2.5%; }
        @media only screen and (max-width: 768px) {
          .dialog .section .elem-container input {
            padding-left: 0px !important;
            padding-right: 0px !important;
            margin-left: auto;
            margin-right: auto;
            width: 100% !important;
            float: none;
            text-align: center; } }
      @media only screen and (max-width: 768px) {
        .dialog .section .elem-container {
          margin-bottom: 14.45px; } }
    .dialog .section .content p {
      margin: 20px 0px; }
      @media only screen and (max-width: 768px) {
        .dialog .section .content p {
          margin: 17px 0px; } }
    .dialog .section input[type="submit"], .dialog .section .button-action {
      width: 100%;
      margin-bottom: 0px;
      text-align: center;
      padding: 22px 0px;
      font-size: 22px; }
      @media only screen and (max-width: 768px) {
        .dialog .section input[type="submit"], .dialog .section .button-action {
          font-size: 17px; } }
    .dialog .section .additional-message {
      position: absolute;
      bottom: 20px;
      left: 0px;
      width: 100%;
      font-size: 13px;
      text-align: center;
      text-transform: uppercase; }
      @media only screen and (max-width: 768px) {
        .dialog .section .additional-message {
          font-size: 11.05px;
          bottom: 12px; } }
    .dialog .section .additional-message {
      color: #3c3c3c;
      cursor: pointer; }
    .dialog .section .info-send {
      margin-bottom: 17px; }

.message-event .content {
  text-align: center;
  color: #a53121; }
.message-event .black {
  color: black; }
.message-event .green {
  color: #79bd30; }
.message-event .red {
  color: #a53121; }
.message-event .attendees {
  text-align: center;
  color: #5a5a5a;
  margin-bottom: 24px; }
  @media only screen and (max-width: 768px) {
    .message-event .attendees {
      margin-bottom: 20.4px; } }

.contact-dialog .section {
  text-align: center; }
  .contact-dialog .section .button_action {
    font-size: 23px !important;
    padding-top: 23px !important;
    padding-bottom: 23px !important; }
    @media only screen and (max-width: 768px) {
      .contact-dialog .section .button_action {
        font-size: 19.55px !important;
        padding-top: 19.55px !important;
        padding-bottom: 19.55px !important; } }
  .contact-dialog .section p {
    padding: 0px 50px;
    margin-top: 30px !important;
    margin-bottom: 30px !important; }
    @media only screen and (max-width: 768px) {
      .contact-dialog .section p {
        padding: 0px 42.5px;
        margin-top: 25.5px !important;
        margin-bottom: 25.5px !important; } }
  .contact-dialog .section input {
    margin: 0px !important; }
  .contact-dialog .section .cancel {
    width: 32%;
    float: left; }
    @media only screen and (max-width: 768px) {
      .contact-dialog .section .cancel {
        width: 100% !important;
        padding-left: 0px;
        padding-right: 0px;
        margin-bottom: 14.45px; } }
  .contact-dialog .section .delete {
    width: 55% !important;
    float: right; }
    @media only screen and (max-width: 768px) {
      .contact-dialog .section .delete {
        width: 100% !important;
        padding-left: 0px;
        padding-right: 0px; } }

.formular .error-message, .password_dialog .error-message, .promo_dialog .error-message {
  font-size: 14px;
  text-align: center;
  margin-bottom: 17px; }
  @media only screen and (max-width: 768px) {
    .formular .error-message, .password_dialog .error-message, .promo_dialog .error-message {
      margin-bottom: 14.45px;
      font-size: 11.9px; } }

.password_dialog .background, .promo_dialog .background {
  background: rgba(0, 0, 0, 0.5); }
.password_dialog .section input[type=submit], .promo_dialog .section input[type=submit] {
  margin: 0px;
  padding: 15px 0px;
  font-size: 18px; }
  @media only screen and (max-width: 768px) {
    .password_dialog .section input[type=submit], .promo_dialog .section input[type=submit] {
      font-size: 14px; } }
.password_dialog .section input[type=password], .promo_dialog .section input[type=password] {
  margin-bottom: 0px; }

.message-membership .section .close {
  width: 25%; }
.message-membership .section .back-green {
  width: 62%; }

.password_dialog .section .close {
  padding-top: 15px;
  padding-bottom: 15px;
  width: 25%; }
.password_dialog .section input[type=submit] {
  width: 67%; }

.message-dialog .section {
  text-align: center;
  text-transform: none; }

.qr-dialog {
  z-index: 100; }
  .qr-dialog .section {
    width: 40%;
    text-align: center;
    padding: 50px; }
    .qr-dialog .section .qr-code {
      margin: auto; }
    .qr-dialog .section .loading {
      margin-top: 12px; }
    @media only screen and (max-width: 768px) {
      .qr-dialog .section {
        width: 84%;
        padding: 25px 3%; } }

.loading-dialog .section {
  padding: 70px 0px; }
  .loading-dialog .section .info-send {
    padding: 0px;
    margin: 0px; }

.event-reg-free .billing {
  display: none; }

.event-reg .formular .form .form-title .form-separator, .event-reg-free .formular .form .form-title .form-separator, .elem-submit .formular .form .form-title .form-separator, .membership .formular .form .form-title .form-separator {
  width: 89%; }

.event-reg .formular .form .extra .form-title .form-separator, .event-reg-free .formular .form .extra .form-title .form-separator {
  width: 74%; }
@media only screen and (max-width: 768px) {
  .event-reg .formular .form .ticket-type, .event-reg-free .formular .form .ticket-type {
    margin-bottom: 25px; } }
.event-reg .formular .form .ticket-type .form-title .form-separator, .event-reg-free .formular .form .ticket-type .form-title .form-separator {
  width: 77%; }
.event-reg .formular .form .ticket-type .ticket, .event-reg-free .formular .form .ticket-type .ticket {
  margin-top: 20px; }
  .event-reg .formular .form .ticket-type .ticket label, .event-reg-free .formular .form .ticket-type .ticket label {
    text-transform: uppercase;
    color: #a2a2a2; }
.event-reg .formular .form .ticket-type .ticket:nth-of-type(1), .event-reg-free .formular .form .ticket-type .ticket:nth-of-type(1) {
  margin-top: 0px; }
.event-reg .formular .form .price-detail, .event-reg-free .formular .form .price-detail {
  margin-bottom: 55px; }
  .event-reg .formular .form .price-detail .form-separator, .event-reg-free .formular .form .price-detail .form-separator {
    margin: 20px 0px; }
  @media only screen and (max-width: 768px) {
    .event-reg .formular .form .price-detail, .event-reg-free .formular .form .price-detail {
      margin-bottom: 46.75px; } }
.event-reg .formular .form .promo_submit .left, .event-reg-free .formular .form .promo_submit .left {
  width: 30%;
  padding: 22px 0px;
  text-align: center;
  padding-left: 2%;
  padding-right: 2%;
  font-size: 20px;
  /*@media only screen and (max-width: 480){
      @include resp-fill;
      margin:auto;
  }*/ }
  @media only screen and (max-width: 768px) {
    .event-reg .formular .form .promo_submit .left, .event-reg-free .formular .form .promo_submit .left {
      font-size: 17px; } }
.event-reg .formular .form .promo_submit .right, .event-reg-free .formular .form .promo_submit .right {
  margin-top: 0px;
  width: 63.4%; }

/*
Price in form
*/
.price-detail {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 300;
  text-align: right; }
  @media only screen and (max-width: 768px) {
    .price-detail {
      font-size: 15.3px; } }
  .price-detail .ticketAttendees:hover {
    text-decoration: underline; }
  .price-detail .price {
    font-weight: normal;
    font-size: 28px;
    margin-left: 20px; }
    @media only screen and (max-width: 768px) {
      .price-detail .price {
        font-size: 23.8px; } }

/*
CSS REGISTER
*/
.register .formular {
  margin-bottom: 45px; }
  .register .formular .form {
    padding-top: 55px;
    padding-bottom: 55px; }
    @media only screen and (max-width: 768px) {
      .register .formular .form {
        padding: 20px 15px; } }
    .register .formular .form .facebook, .register .formular .form .twitter {
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      width: 409px;
      font-size: 22px;
      text-transform: uppercase; }
      @media only screen and (max-width: 768px) {
        .register .formular .form .facebook, .register .formular .form .twitter {
          padding-left: 0px !important;
          padding-right: 0px !important;
          margin-left: auto;
          margin-right: auto;
          width: 100% !important;
          float: none;
          text-align: center;
          font-size: 17px;
          margin-bottom: 14.45px; } }
    .register .formular .form .form-title {
      text-align: center;
      font-size: 13px; }
      @media only screen and (max-width: 768px) {
        .register .formular .form .form-title {
          font-size: 11.05px; } }
      .register .formular .form .form-title .form-separator {
        margin-top: 8px;
        width: 47%; }
        @media only screen and (max-width: 768px) {
          .register .formular .form .form-title .form-separator {
            width: 46% !important; } }

.register_profile .formular {
  margin-bottom: 0px; }
  .register_profile .formular .form {
    margin-bottom: 50px; }
.register_profile .info {
  margin-bottom: 90px;
  background-color: white;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.35);
  padding: 55px; }
  @media only screen and (max-width: 768px) {
    .register_profile .info {
      padding: 20px 15px; } }
  .register_profile .info .title {
    font-size: 28px;
    font-weight: bold; }
    @media only screen and (max-width: 768px) {
      .register_profile .info .title {
        font-size: 23.8px; } }
  .register_profile .info p {
    margin: 30px 0px;
    font-size: 16px; }
    @media only screen and (max-width: 768px) {
      .register_profile .info p {
        font-size: 13.6px;
        margin: 15px 0px; } }
  .register_profile .info .main-link {
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .register_profile .info .main-link {
        margin-bottom: 0px; } }

.elem-submit .formular .form input, .elem-submit .formular .form .facebook, .elem-submit .formular .form .twitter, .register .formular .form input, .register .formular .form .facebook, .register .formular .form .twitter, .contact .formular .form input, .contact .formular .form .facebook, .contact .formular .form .twitter, .reset-password .formular .form input, .reset-password .formular .form .facebook, .reset-password .formular .form .twitter {
  padding: 22px 15px; }
.elem-submit .formular .form input[placeholder], .elem-submit .formular .form textarea[placeholder], .elem-submit .formular .form textarea, .elem-submit .formular .form input, .elem-submit .formular .form .info, .register .formular .form input[placeholder], .register .formular .form textarea[placeholder], .register .formular .form textarea, .register .formular .form input, .register .formular .form .info, .contact .formular .form input[placeholder], .contact .formular .form textarea[placeholder], .contact .formular .form textarea, .contact .formular .form input, .contact .formular .form .info, .reset-password .formular .form input[placeholder], .reset-password .formular .form textarea[placeholder], .reset-password .formular .form textarea, .reset-password .formular .form input, .reset-password .formular .form .info {
  font-size: 22px; }
  @media only screen and (max-width: 768px) {
    .elem-submit .formular .form input[placeholder], .elem-submit .formular .form textarea[placeholder], .elem-submit .formular .form textarea, .elem-submit .formular .form input, .elem-submit .formular .form .info, .register .formular .form input[placeholder], .register .formular .form textarea[placeholder], .register .formular .form textarea, .register .formular .form input, .register .formular .form .info, .contact .formular .form input[placeholder], .contact .formular .form textarea[placeholder], .contact .formular .form textarea, .contact .formular .form input, .contact .formular .form .info, .reset-password .formular .form input[placeholder], .reset-password .formular .form textarea[placeholder], .reset-password .formular .form textarea, .reset-password .formular .form input, .reset-password .formular .form .info {
      font-size: 17px; } }

/*
GENERAL FORMULAR CSS
*/
.info-send {
  text-transform: none;
  text-align: center;
  font-size: 17px;
  margin-top: 30px; }

.formular {
  margin-bottom: 180px; }
  @media only screen and (max-width: 768px) {
    .formular {
      margin-bottom: 50px; } }
  .formular .title {
    padding: 20px 30px;
    margin-bottom: 40px;
    font-size: 38px;
    background-color: white;
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.35); }
    @media only screen and (max-width: 768px) {
      .formular .title {
        font-size: 32.3px;
        margin-bottom: 30px; } }
  .formular .form {
    background-color: white;
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.35);
    padding: 0px 50px;
    padding-bottom: 30px;
    padding-top: 15px;
    color: #a2a2a2; }
    @media only screen and (max-width: 768px) {
      .formular .form {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 20px; } }
    @media only screen and (max-width: 768px) {
      .formular .form .ajax-search {
        width: 100%; } }
    .formular .form .form-separator {
      margin-bottom: 30px;
      border-bottom: 1px solid #d6d6d6; }
      @media only screen and (max-width: 768px) {
        .formular .form .form-separator {
          margin-bottom: 20px; } }
    .formular .form .form-title {
      margin: 30px 0px;
      text-transform: uppercase;
      font-size: 22px; }
      @media only screen and (max-width: 768px) {
        .formular .form .form-title {
          font-size: 18.7px;
          margin-top: 3px;
          margin-bottom: 15px; } }
      .formular .form .form-title .form-separator {
        float: right;
        width: 90%;
        margin: 0px;
        margin-top: 15px;
        display: inline-block;
        vertical-align: top; }
        @media only screen and (max-width: 768px) {
          .formular .form .form-title .form-separator {
            width: 100% !important;
            margin-top: 10px;
            float: none; } }
    .formular .form .button-form, .formular .form .description, .formular .form .fake-input {
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      width: 409px; }
      @media only screen and (max-width: 768px) {
        .formular .form .button-form, .formular .form .description, .formular .form .fake-input {
          padding-left: 0px !important;
          padding-right: 0px !important;
          margin-left: auto;
          margin-right: auto;
          width: 100% !important;
          float: none;
          text-align: center; } }
    .formular .form .button-form, .formular .form .fake-input {
      margin-bottom: 17px; }
      @media only screen and (max-width: 768px) {
        .formular .form .button-form, .formular .form .fake-input {
          margin-bottom: 14.45px; } }
    .formular .form .last {
      margin-bottom: 0px !important; }
      @media only screen and (max-width: 768px) {
        .formular .form .last {
          margin-bottom: 14.45px !important; } }
    .formular .form input[type=submit], .formular .form .submit {
      margin-bottom: 0px !important; }
    .formular .form .fake-input {
      padding: 15px; }
    .formular .form .button-form, .formular .form .fake-input {
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      background: #e8e2dd;
      font-size: 16px;
      font-weight: 300;
      color: #857c7c;
      margin-top: 0px;
      border: 1px solid #cbc3bc;
      display: inline-block;
      position: relative;
      text-transform: uppercase; }
      @media only screen and (max-width: 768px) {
        .formular .form .button-form, .formular .form .fake-input {
          font-size: 13.6px; } }
    .formular .form .button-form:hover {
      cursor: pointer;
      background: #cbc3bc; }
    .formular .form .simple-button {
      padding: 15px;
      margin-bottom: 30px;
      float: none; }
      @media only screen and (max-width: 768px) {
        .formular .form .simple-button {
          margin-bottom: 20px; } }
    .formular .form .send {
      width: 100%;
      font-size: 20px; }
      @media only screen and (max-width: 768px) {
        .formular .form .send {
          font-size: 17px; } }
    .formular .form input[type=submit] {
      padding: 22px; }
    .formular .form input[type=password], .formular .form [type=email], .formular .form input[type=select], .formular .form input[type=text] {
      width: 409px;
      margin-bottom: 17px; }
      @media only screen and (max-width: 768px) {
        .formular .form input[type=password], .formular .form [type=email], .formular .form input[type=select], .formular .form input[type=text] {
          text-align: center;
          padding-left: 0px !important;
          padding-right: 0px !important;
          margin-left: auto;
          margin-right: auto;
          width: 100% !important;
          float: none;
          margin-bottom: 14.45px; } }
    .formular .form input.full {
      width: 100%; }
      @media only screen and (max-width: 768px) {
        .formular .form input.full {
          padding-left: 0px !important;
          padding-right: 0px !important;
          margin-left: auto;
          margin-right: auto;
          width: 100% !important;
          float: none;
          text-align: center; } }
    .formular .form textarea {
      width: 100%;
      font-family: 'Lato',sans-serif;
      font-weight: 500;
      height: 140px;
      margin-bottom: 17px; }
      @media only screen and (max-width: 768px) {
        .formular .form textarea {
          padding-left: 0px !important;
          padding-right: 0px !important;
          margin-left: auto;
          margin-right: auto;
          width: 100% !important;
          float: none;
          text-align: center;
          margin-bottom: 14.45px; } }
    .formular .form label {
      color: #323232;
      font-size: 18px;
      font-weight: 300;
      text-transform: capitalize; }
      @media only screen and (max-width: 768px) {
        .formular .form label {
          font-size: 15.3px; } }
    .formular .form .required-info {
      padding: 20px 10px;
      font-size: 22px;
      margin-bottom: 30px;
      border-left: 10px solid #a53121;
      color: #a53121;
      text-transform: uppercase; }
      @media only screen and (max-width: 768px) {
        .formular .form .required-info {
          font-size: 18.7px; } }
    .formular .form .submit {
      text-align: center;
      padding-left: 0px;
      padding-right: 0px; }
    .formular .form .add-picture {
      position: relative; }
      .formular .form .add-picture .preview {
        position: absolute;
        bottom: 0px;
        background-color: #f0f0f0; }
        @media only screen and (max-width: 768px) {
          .formular .form .add-picture .preview {
            position: relative;
            margin-bottom: 14.45px; } }
    .formular .form .billing {
      margin-bottom: 30px; }
      .formular .form .billing .selector {
        width: 403px; }
        @media only screen and (max-width: 768px) {
          .formular .form .billing .selector {
            width: 100%; } }
        .formular .form .billing .selector .selector-title {
          padding: 15px 0px;
          color: #323232;
          font-size: 18px; }
        .formular .form .billing .selector .button-form {
          margin-left: 13px; }
          @media only screen and (max-width: 768px) {
            .formular .form .billing .selector .button-form {
              margin-left: 0px;
              margin-bottom: 14.45px; } }
        .formular .form .billing .selector .month {
          width: 120px; }
          @media only screen and (max-width: 768px) {
            .formular .form .billing .selector .month {
              padding-left: 0px !important;
              padding-right: 0px !important;
              margin-left: auto;
              margin-right: auto;
              width: 100% !important;
              float: none; } }
        .formular .form .billing .selector .year {
          width: 140px; }
          @media only screen and (max-width: 768px) {
            .formular .form .billing .selector .year {
              padding-left: 0px !important;
              padding-right: 0px !important;
              margin-left: auto;
              margin-right: auto;
              width: 100% !important;
              float: none; } }
      @media only screen and (max-width: 768px) {
        .formular .form .billing textarea {
          padding-left: 0px !important;
          padding-right: 0px !important;
          margin-left: auto;
          margin-right: auto;
          width: 100% !important;
          float: none; } }

/*
General main button
*/
.main-link, input[value].main-link {
  padding: 22px;
  font-size: 22px;
  text-transform: uppercase; }
  @media only screen and (max-width: 768px) {
    .main-link, input[value].main-link {
      position: relative;
      text-align: center;
      font-size: 17px;
      margin-bottom: 14.45px; } }

/*
Atendee and Contact
*/
.form .others .add, .form .extra .add {
  margin-top: 17px; }
.form .others .sep:before, .form .extra .sep:before {
  content: "";
  display: block;
  border-bottom: 1px solid #d6d6d6;
  padding: 0px;
  margin: 17px 0px; }
  @media only screen and (max-width: 768px) {
    .form .others .sep:before, .form .extra .sep:before {
      margin-top: 0px;
      margin-bottom: 14.45px; } }

/*
MemberShip
*/
.membership .formular .page-header {
  margin-bottom: 40px; }
.membership .formular .dialog .main-link {
  text-align: center; }
.membership .formular .form {
  text-transform: uppercase;
  padding: 50px; }
  @media only screen and (max-width: 768px) {
    .membership .formular .form {
      padding: 20px 15px; } }
  .membership .formular .form .company-detail .form-title .form-separator, .membership .formular .form .primary-contact .form-title .form-separator {
    width: 74%; }
  .membership .formular .form .category {
    margin-bottom: 17px; }
    .membership .formular .form .category .form-title .form-separator {
      width: 62%; }
    .membership .formular .form .category .categories {
      font-size: 17px;
      color: #323232;
      text-transform: none; }
      @media only screen and (max-width: 768px) {
        .membership .formular .form .category .categories {
          font-size: 14.45px; } }
  .membership .formular .form select {
    text-transform: uppercase; }
  .membership .formular .form .others .form-title .form-separator {
    width: 76%; }
  .membership .formular .form .add .form-title .form-separator {
    width: 67%;
    margin-right: 10px; }
  .membership .formular .form .form-separator {
    margin: 22px 0px; }
  @media only screen and (max-width: 768px) {
    .membership .formular .form .company-detail .form-separator {
      display: none; } }
  @media only screen and (max-width: 768px) {
    .membership .formular .form p {
      font-size: 14px;
      margin-top: 3px;
      margin-bottom: 14.45px; } }
  .membership .formular .form .description {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 409px;
    height: 170px; }
    @media only screen and (max-width: 768px) {
      .membership .formular .form .description {
        padding-left: 0px !important;
        padding-right: 0px !important;
        margin-left: auto;
        margin-right: auto;
        width: 100% !important;
        float: none; } }
  .membership .formular .form .add-picture {
    width: 409px;
    height: 103px; }
    @media only screen and (max-width: 768px) {
      .membership .formular .form .add-picture {
        height: auto;
        width: 100%; } }
    .membership .formular .form .add-picture .custom-input-file {
      width: 185px;
      font-size: 17px;
      padding: 15px 22px; }
      @media only screen and (max-width: 768px) {
        .membership .formular .form .add-picture .custom-input-file {
          width: 100%;
          float: none; } }
    .membership .formular .form .add-picture .preview {
      left: 0px;
      height: 100%;
      width: 160px; }
      @media only screen and (max-width: 768px) {
        .membership .formular .form .add-picture .preview {
          height: 120px;
          float: none;
          width: 100%; } }
  .membership .formular .form .save-as-billing {
    width: 409px;
    height: 52px; }
    @media only screen and (max-width: 768px) {
      .membership .formular .form .save-as-billing {
        height: 44.2px;
        width: auto;
        margin-bottom: 14.45px;
        float: none; } }
  .membership .formular .form .price-detail {
    color: #323232;
    margin: 40px 0px; }
  .membership .formular .form .general .form-title .form-separator {
    width: 67%; }
  .membership .formular .form .match .form-title .form-separator {
    width: 60%; }
  .membership .formular .form .match .load {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 409px;
    padding: 15px;
    height: 50px;
    padding-bottom: 0px; }
    @media only screen and (max-width: 768px) {
      .membership .formular .form .match .load {
        padding-left: 0px !important;
        padding-right: 0px !important;
        margin-left: auto;
        margin-right: auto;
        width: 100% !important;
        float: none;
        width: 100%;
        text-align: center;
        margin-bottom: 14.45px; } }

.membership_edit .formular .form .general .company_name {
  width: 67%; }
.membership_edit .formular .form .general .company_id {
  width: 31%; }
.membership_edit .formular .form .general .renew {
  text-align: left; }

/*
NEWS & EVENTS
*/
.event .aside .sponsors {
  margin-top: 25px; }
.event .aside .register {
  padding: 46px 10px;
  text-align: center;
  font-size: 28px;
  text-transform: uppercase;
  margin-bottom: 30px;
  border-top: 3px solid black;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1); }
  @media only screen and (max-width: 768px) {
    .event .aside .register {
      font-size: 23.8px; } }
.event .aside .info-comments[class~="selected"], .event .aside .info-rsvp[class~="selected"] {
  background: black; }
.event .aside .info-comments, .event .aside .info-rsvp {
  float: left;
  width: 50%;
  padding: 23px 0px;
  background: #d6d6d6;
  color: white;
  font-weight: bold;
  font-size: 18px; }
  @media only screen and (max-width: 768px) {
    .event .aside .info-comments, .event .aside .info-rsvp {
      font-size: 15.3px; } }
  .event .aside .info-comments .num, .event .aside .info-rsvp .num {
    font-size: 50px; }
    @media only screen and (max-width: 768px) {
      .event .aside .info-comments .num, .event .aside .info-rsvp .num {
        font-size: 42.5px; } }
.event .aside .info-comments.big {
  width: 100%;
  background-color: #d6d6d6; }
.event .aside .arrow-down {
  border-left-width: 15px;
  border-right-width: 15px;
  border-top-width: 15px;
  border-top-color: #d6d6d6;
  position: relative;
  top: -1px;
  margin-left: -15px;
  left: 25%;
  border-top-color: black; }
.event .aside .arrow-down.big {
  left: 50%;
  border-top-color: #d6d6d6; }
.event .aside .comments, .event .aside .rsvps {
  display: none;
  font-size: 18px; }
  @media only screen and (max-width: 768px) {
    .event .aside .comments, .event .aside .rsvps {
      font-size: 13.6px; } }
.event .aside .comments[class~="selected"], .event .aside .rsvps[class~="selected"] {
  display: block; }
.event .aside .rsvp .rsvp-info .name {
  font-weight: bold; }
.event .main {
  border-top: 3px solid #79bd30; }
  .event .main .info {
    display: table;
    margin-top: 25px;
    margin-bottom: 15px;
    position: relative;
    left: -5px;
    border-spacing: 5px 0px; }
    .event .main .info .time, .event .main .info .location {
      overflow: hidden;
      display: table-cell;
      vertical-align: middle;
      width: 220px;
      font-size: 15px;
      padding: 15px 20px;
      background: #f0f0f0; }
    @media only screen and (max-width: 768px) {
      .event .main .info {
        width: auto;
        display: block;
        left: 0px;
        margin-bottom: 0px; }
        .event .main .info .time, .event .main .info .location {
          width: auto;
          display: block;
          margin-bottom: 15px; } }

.news .main {
  border-top: 3px solid #361d72; }
  .news .main .info {
    color: #b6b6b6;
    margin-top: 20px;
    margin-bottom: 30px;
    text-transform: uppercase;
    padding: 26px 0px;
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
    font-size: 18px; }
    @media only screen and (max-width: 768px) {
      .news .main .info {
        font-size: 15.3px; } }
.news .aside .info .info-comments {
  padding: 23px 0px;
  background: #d6d6d6;
  color: white;
  font-weight: bold;
  font-size: 18px; }
  @media only screen and (max-width: 768px) {
    .news .aside .info .info-comments {
      font-size: 15.3px; } }
  .news .aside .info .info-comments .num {
    font-size: 50px; }
    @media only screen and (max-width: 768px) {
      .news .aside .info .info-comments .num {
        font-size: 42.5px; } }
.news .aside .info .arrow-down {
  display: inline-block;
  border-left-width: 15px;
  border-right-width: 15px;
  border-top-width: 15px;
  border-top-color: #d6d6d6;
  position: relative;
  top: -4px; }

.view-all {
  text-align: right;
  padding-bottom: 10px;
  margin-bottom: 10px; }
  .view-all .news, .view-all .events {
    font-size: 17px;
    font-weight: 300;
    display: inline-block;
    vertical-align: top; }
    @media only screen and (max-width: 768px) {
      .view-all .news, .view-all .events {
        font-size: 15px; } }
    .view-all .news i, .view-all .events i {
      margin-right: 5px;
      position: relative;
      top: 2px; }
  .view-all .news {
    margin-right: 35px; }
  .view-all .news:hover, .view-all .events:hover {
    opacity: 0.8; }

/* news-container */
.news-events-container .miniature-news {
  float: left;
  width: 296px;
  height: 368px;
  margin-bottom: 20px;
  background-color: white;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.35);
  border-left: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
  overflow: hidden;
  background-color: white;
  border-left: 3px solid #361d72;
  text-align: left; }
  @media only screen and (max-width: 768px) {
    .news-events-container .miniature-news {
      width: 100%;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      margin: auto;
      height: auto;
      max-height: 368px;
      padding-bottom: 15px;
      margin-bottom: 17px;
      float: none; } }
  .news-events-container .miniature-news .header {
    width: 100%;
    font-size: 16px;
    font-weight: 300;
    text-align: right;
    color: #6d6e71; }
    @media only screen and (max-width: 768px) {
      .news-events-container .miniature-news .header {
        font-size: 14px; } }
  .news-events-container .miniature-news .header:after {
    display: inline-block;
    width: 65px;
    height: 30px;
    line-height: 30px;
    margin-left: 10px;
    padding: 0px 5px;
    color: white;
    background-color: #361d72;
    text-align: center;
    text-transform: uppercase;
    content: "news"; }
  .news-events-container .miniature-news .title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-transform: capitalize;
    font-size: 28px;
    font-weight: bold;
    line-height: 36px;
    min-height: 75px;
    max-height: 144px;
    -webkit-line-clamp: 4;
    margin: 20px; }
    .news-events-container .miniature-news .title:hover {
      cursor: pointer; }
    @media only screen and (max-width: 768px) {
      .news-events-container .miniature-news .title {
        line-height: 28.9px;
        font-size: 23.8px; } }
    @media only screen and (max-width: 768px) {
      .news-events-container .miniature-news .title {
        min-height: 63.75px;
        max-height: 115.6px; } }
  .news-events-container .miniature-news .content, .news-events-container .miniature-news .content.ng-isolate-scope {
    position: relative;
    font-size: 15px !important;
    font-weight: 300;
    margin: 20px;
    overflow: hidden;
    margin-top: 0px;
    font-weight: 300;
    line-height: 18px; }
    .news-events-container .miniature-news .content h1, .news-events-container .miniature-news .content h2, .news-events-container .miniature-news .content h3, .news-events-container .miniature-news .content h4, .news-events-container .miniature-news .content.ng-isolate-scope h1, .news-events-container .miniature-news .content.ng-isolate-scope h2, .news-events-container .miniature-news .content.ng-isolate-scope h3, .news-events-container .miniature-news .content.ng-isolate-scope h4 {
      font-size: 17px !important;
      font-weight: bold;
      margin-bottom: 9px;
      margin-top: 0px; }
    .news-events-container .miniature-news .content div[class$="-image"], .news-events-container .miniature-news .content.ng-isolate-scope div[class$="-image"] {
      float: right;
      margin-left: 5px; }
    @media only screen and (max-width: 768px) {
      .news-events-container .miniature-news .content, .news-events-container .miniature-news .content.ng-isolate-scope {
        font-size: 12.75px !important; } }
    .news-events-container .miniature-news .content .portrait-image, .news-events-container .miniature-news .content.ng-isolate-scope .portrait-image {
      width: 100px;
      height: 131px; }
    .news-events-container .miniature-news .content .landscape-image, .news-events-container .miniature-news .content.ng-isolate-scope .landscape-image {
      width: 122px;
      height: 93px; }
    .news-events-container .miniature-news .content a, .news-events-container .miniature-news .content.ng-isolate-scope a {
      font-weight: bold;
      color: #361d72;
      text-decoration: none; }
    .news-events-container .miniature-news .content a:hover, .news-events-container .miniature-news .content.ng-isolate-scope a:hover {
      color: #361d72;
      text-decoration: underline; }
    .news-events-container .miniature-news .content img, .news-events-container .miniature-news .content.ng-isolate-scope img {
      display: none; }
    .news-events-container .miniature-news .content p, .news-events-container .miniature-news .content.ng-isolate-scope p {
      margin-top: 0px;
      margin-bottom: 0px; }
.news-events-container .miniature-news:nth-child(3n) {
  float: right; }
  @media only screen and (max-width: 768px) {
    .news-events-container .miniature-news:nth-child(3n) {
      float: none; } }
.news-events-container .miniature-news:nth-child(3n+2) {
  margin-left: 20px;
  margin-right: 20px; }
  @media only screen and (max-width: 768px) {
    .news-events-container .miniature-news:nth-child(3n+2) {
      margin-left: 0px; } }
.news-events-container .miniature-events {
  float: left;
  width: 296px;
  height: 368px;
  margin-bottom: 20px;
  background-color: white;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.35);
  border-left: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
  overflow: hidden;
  background-color: white;
  border-left: 3px solid #79bd30;
  text-align: left; }
  @media only screen and (max-width: 768px) {
    .news-events-container .miniature-events {
      width: 100%;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      margin: auto;
      height: auto;
      max-height: 368px;
      padding-bottom: 15px;
      margin-bottom: 17px;
      float: none; } }
  .news-events-container .miniature-events .header {
    width: 100%;
    font-size: 16px;
    font-weight: 300;
    text-align: right;
    color: #6d6e71; }
    @media only screen and (max-width: 768px) {
      .news-events-container .miniature-events .header {
        font-size: 14px; } }
  .news-events-container .miniature-events .header:after {
    display: inline-block;
    width: 65px;
    height: 30px;
    line-height: 30px;
    margin-left: 10px;
    padding: 0px 5px;
    color: white;
    background-color: #79bd30;
    text-align: center;
    text-transform: uppercase;
    content: "events"; }
  .news-events-container .miniature-events .title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-transform: capitalize;
    font-size: 28px;
    font-weight: bold;
    line-height: 36px;
    min-height: 75px;
    max-height: 144px;
    -webkit-line-clamp: 4;
    margin: 20px; }
    .news-events-container .miniature-events .title:hover {
      cursor: pointer; }
    @media only screen and (max-width: 768px) {
      .news-events-container .miniature-events .title {
        line-height: 28.9px;
        font-size: 23.8px; } }
    @media only screen and (max-width: 768px) {
      .news-events-container .miniature-events .title {
        min-height: 63.75px;
        max-height: 115.6px; } }
  .news-events-container .miniature-events .content, .news-events-container .miniature-events .content.ng-isolate-scope {
    position: relative;
    font-size: 15px !important;
    font-weight: 300;
    margin: 20px;
    overflow: hidden;
    margin-top: 0px;
    font-weight: 300;
    line-height: 18px; }
    .news-events-container .miniature-events .content h1, .news-events-container .miniature-events .content h2, .news-events-container .miniature-events .content h3, .news-events-container .miniature-events .content h4, .news-events-container .miniature-events .content.ng-isolate-scope h1, .news-events-container .miniature-events .content.ng-isolate-scope h2, .news-events-container .miniature-events .content.ng-isolate-scope h3, .news-events-container .miniature-events .content.ng-isolate-scope h4 {
      font-size: 17px !important;
      font-weight: bold;
      margin-bottom: 9px;
      margin-top: 0px; }
    .news-events-container .miniature-events .content div[class$="-image"], .news-events-container .miniature-events .content.ng-isolate-scope div[class$="-image"] {
      float: right;
      margin-left: 5px; }
    @media only screen and (max-width: 768px) {
      .news-events-container .miniature-events .content, .news-events-container .miniature-events .content.ng-isolate-scope {
        font-size: 12.75px !important; } }
    .news-events-container .miniature-events .content .portrait-image, .news-events-container .miniature-events .content.ng-isolate-scope .portrait-image {
      width: 100px;
      height: 131px; }
    .news-events-container .miniature-events .content .landscape-image, .news-events-container .miniature-events .content.ng-isolate-scope .landscape-image {
      width: 122px;
      height: 93px; }
    .news-events-container .miniature-events .content a, .news-events-container .miniature-events .content.ng-isolate-scope a {
      font-weight: bold;
      color: #361d72;
      text-decoration: none; }
    .news-events-container .miniature-events .content a:hover, .news-events-container .miniature-events .content.ng-isolate-scope a:hover {
      color: #361d72;
      text-decoration: underline; }
    .news-events-container .miniature-events .content img, .news-events-container .miniature-events .content.ng-isolate-scope img {
      display: none; }
    .news-events-container .miniature-events .content p, .news-events-container .miniature-events .content.ng-isolate-scope p {
      margin-top: 0px;
      margin-bottom: 0px; }
.news-events-container .miniature-events:nth-child(3n) {
  float: right; }
  @media only screen and (max-width: 768px) {
    .news-events-container .miniature-events:nth-child(3n) {
      float: none; } }
.news-events-container .miniature-events:nth-child(3n+2) {
  margin-left: 20px;
  margin-right: 20px; }
  @media only screen and (max-width: 768px) {
    .news-events-container .miniature-events:nth-child(3n+2) {
      margin-left: 0px; } }

.miniature-events .content {
  color: #323232;
  font-size: 18px; }

.news-container:after {
  content: "";
  display: table;
  clear: both; }

.miniature-events:hover > a {
  background-color: rgba(121, 189, 48, 0.2); }

.miniature-news:hover > a {
  background-color: rgba(54, 29, 114, 0.2); }

.element, .page, .page2 {
  padding-bottom: 90px; }
  .element .main, .page .main, .page2 .main {
    background-color: white;
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.35);
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    padding: 35px;
    width: 550px;
    float: left; }
    @media only screen and (max-width: 768px) {
      .element .main, .page .main, .page2 .main {
        float: none;
        width: auto;
        margin-bottom: 25px;
        padding: 25px; } }
  .element .headline, .page .headline, .page2 .headline {
    font-weight: bold;
    font-size: 50px; }
    @media only screen and (max-width: 768px) {
      .element .headline, .page .headline, .page2 .headline {
        font-size: 42.5px; } }
  .element .body, .page .body, .page2 .body {
    font-size: 15px;
    line-height: 23px; }
    @media only screen and (max-width: 768px) {
      .element .body, .page .body, .page2 .body {
        font-size: 12.75px;
        line-height: 19.55px; } }
    .element .body h3, .page .body h3, .page2 .body h3 {
      font-size: inherit; }
    .element .body h4, .page .body h4, .page2 .body h4 {
      font-weight: normal; }
    .element .body h5, .page .body h5, .page2 .body h5 {
      font-size: inherit; }
    .element .body img, .page .body img, .page2 .body img {
      margin-top: 10px;
      margin-bottom: 20px;
      max-width: 100%; }
    .element .body a, .page .body a, .page2 .body a {
      color: #361d72;
      font-weight: bold;
      text-decoration: none; }
    .element .body a:hover, .page .body a:hover, .page2 .body a:hover {
      cursor: pointer;
      color: rgba(0, 0, 0, 0.9);
      text-decoration: underline; }
    .element .body iframe, .page .body iframe, .page2 .body iframe {
      max-width: 100% !important; }
  .element .aside, .page .aside, .page2 .aside {
    float: right;
    width: 300px; }
    @media only screen and (max-width: 768px) {
      .element .aside, .page .aside, .page2 .aside {
        float: none;
        width: auto; } }

.partner img {
  max-width: 100%; }
.partner .main .headline {
  padding-bottom: 8px; }
.partner .main p {
  margin: 30px 0px; }
.partner .main .simple-button {
  margin-top: 10px; }

.news .main .simple-button, .event .main .simple-button, .events .main .simple-button, .page-partner .main .simple-button, .partner .main .simple-button, .page-industry .main .simple-button, .page .main .simple-button, .page2 .main .simple-button {
  padding: 15px;
  position: relative;
  display: block;
  float: none;
  text-transform: uppercase; }
.news .main img, .event .main img, .events .main img, .page-partner .main img, .partner .main img, .page-industry .main img, .page .main img, .page2 .main img {
  max-width: 100%; }

.page .main .simple-button, .page2 .main .simple-button {
  margin: 12px 0px; }

.page-partner .main .content .partner, .partner .main .content .partner, .page-industry .main .content .partner {
  padding-bottom: 15px;
  padding-top: 2px; }
  .page-partner .main .content .partner p, .partner .main .content .partner p, .page-industry .main .content .partner p {
    padding: 8px 0px; }
  .page-partner .main .content .partner img, .partner .main .content .partner img, .page-industry .main .content .partner img {
    margin: 5px 0px;
    width: 100%; }
  .page-partner .main .content .partner > div.link, .partner .main .content .partner > div.link, .page-industry .main .content .partner > div.link {
    width: 220px; }
  .page-partner .main .content .partner .back-purple.more, .partner .main .content .partner .back-purple.more, .page-industry .main .content .partner .back-purple.more {
    width: auto !important; }

.page, .page2 {
  font-size: 15px; }
  .page .main .headline, .page2 .main .headline {
    color: #361d72; }
  .page .main .subtitle, .page2 .main .subtitle {
    margin-top: 15px;
    font-size: 23px;
    color: #361d72;
    padding-bottom: 20px; }

.page .aside .picture {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
  min-height: 250px; }
  .page .aside .picture img {
    width: 100%;
    margin-bottom: -3px; }

.page-industry .main {
  float: right; }
  .page-industry .main .img {
    margin-bottom: 20px;
    width: 220px; }
    .page-industry .main .img img {
      width: 100%; }
  .page-industry .main .pagination {
    margin-bottom: 0px; }
  @media only screen and (max-width: 768px) {
    .page-industry .main {
      box-sizing: border-box;
      width: 100%; } }
.page-industry .list-industries {
  width: 300px;
  float: left; }
  @media only screen and (max-width: 768px) {
    .page-industry .list-industries {
      width: 100%; } }
  .page-industry .list-industries .button-elem {
    text-overflow: ellipsis;
    overflow: hidden;
    box-sizing: border-box;
    background-color: white;
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.35);
    margin-bottom: 20px;
    width: 100%;
    padding: 20px 23px;
    font-weight: bold;
    font-size: 20px;
    border-left: 2px solid #f1b631; }
    @media only screen and (max-width: 768px) {
      .page-industry .list-industries .button-elem {
        font-size: 17px; } }
    @media only screen and (max-width: 768px) {
      .page-industry .list-industries .button-elem {
        padding: 15px; } }
  .page-industry .list-industries .button-elem.selected, .page-industry .list-industries .button-elem:hover {
    background-color: #f1b631;
    color: white; }

.element .aside .info {
  position: relative;
  padding: 20px;
  padding-bottom: 15px;
  text-transform: uppercase;
  text-align: center; }
  .element .aside .info .social .share {
    margin-bottom: 20px; }
  .element .aside .info .info-separator {
    border-top: 1px solid #d6d6d6;
    height: 0px;
    margin: 20px -20px; }
.element .aside .comments, .element .aside .rsvp {
  font-weight: 300; }
  .element .aside .comments .img, .element .aside .rsvp .img {
    width: 52px;
    height: 52px;
    margin-right: 10px; }
.element .aside .comments .comment-info .name {
  font-weight: bold; }
.element .aside .comments .comment-separator {
  border-top: 1px solid #d6d6d6;
  height: 0px;
  margin: 15px -15px; }
.element .aside .info, .element .aside .comment, .element .aside .rsvp {
  background-color: white;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.35);
  border-left: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
  border-left: 3px solid #f1b631;
  margin-bottom: 25px; }
.element .aside .comment, .element .aside .rsvp {
  padding: 15px; }
.element .aside .add-section {
  position: relative; }
  .element .aside .add-section .add {
    z-index: 10;
    font-size: 18px;
    text-align: center;
    font-weight: normal;
    background: #f1b631;
    color: black;
    padding: 25px 15px; }
    @media only screen and (max-width: 768px) {
      .element .aside .add-section .add {
        font-size: 15.3px; } }
  .element .aside .add-section .new-comment {
    z-index: 15;
    display: none;
    background-color: white;
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.35);
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    padding: 15px;
    position: absolute;
    top: 0px;
    width: 269px; }
    @media only screen and (max-width: 768px) {
      .element .aside .add-section .new-comment {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px; } }
    .element .aside .add-section .new-comment textarea {
      margin: auto;
      margin-bottom: 10px; }
      @media only screen and (max-width: 768px) {
        .element .aside .add-section .new-comment textarea {
          width: 90%;
          margin-left: auto;
          display: block;
          text-align: center; } }
    .element .aside .add-section .new-comment .submit {
      float: left;
      width: 130px; }
      .element .aside .add-section .new-comment .submit input {
        margin: 0px;
        padding-top: 10px;
        padding-bottom: 11px; }
      @media only screen and (max-width: 768px) {
        .element .aside .add-section .new-comment .submit {
          margin-left: 5%; } }
    .element .aside .add-section .new-comment .close {
      float: right;
      width: 130px;
      font-weight: normal;
      padding-left: 0px;
      padding-right: 0px; }
      @media only screen and (max-width: 768px) {
        .element .aside .add-section .new-comment .close {
          margin-right: 5%; } }
    @media only screen and (max-width: 768px) {
      .element .aside .add-section .new-comment .submit, .element .aside .add-section .new-comment .close {
        width: 43%; } }

/*
Template 2 css
*/
.page2 .header {
  width: 940px;
  height: 450px;
  background-image: url("assets/header/home.png");
  position: relative;
  margin-bottom: 50px; }

/*
Forgot password
*/
.reset-password .formular .form {
  padding: 50px; }

/* news-pagination */
.pagination {
  margin-top: 27px;
  margin-bottom: 21px;
  text-align: right; }
  .pagination .next, .pagination .right {
    position: relative; }
  .pagination .next {
    padding-right: 30px; }
  .pagination .previous .sub-link {
    margin-left: 7px; }
  .pagination .ellipse:hover {
    cursor: default; }
  .pagination .sub-link {
    display: inline-block;
    height: 20px;
    min-width: 20px;
    margin-right: 5px;
    text-align: center; }
    .pagination .sub-link:hover {
      cursor: pointer; }
  .pagination .arrow-medium-black-icon, .pagination arrow-medium-black-left-icon {
    vertical-align: middle; }
  .pagination .selected {
    color: #79bd30;
    border-top: 2px solid #79bd30; }

/*
Profile css
*/
.profile .formular .form {
  padding: 50px; }
  @media only screen and (max-width: 768px) {
    .profile .formular .form {
      padding: 20px 15px; } }
  .profile .formular .form .profile-pic {
    padding: 13px;
    width: 324px;
    height: 294px;
    background: #e8e2dd;
    margin-bottom: 17px; }
    @media only screen and (max-width: 768px) {
      .profile .formular .form .profile-pic {
        width: 94%;
        padding: 3%;
        height: 249.9px; } }
    .profile .formular .form .profile-pic .background {
      width: 100%;
      height: 100%; }
  .profile .formular .form .form-separator {
    margin: 28px 0px; }
    @media only screen and (max-width: 768px) {
      .profile .formular .form .form-separator {
        margin-top: 0px;
        margin-bottom: 14.45px; } }
  .profile .formular .form .left-part, .profile .formular .form .right-part {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box; }
  .profile .formular .form .right-part {
    width: 53%;
    padding-left: 4.2%; }
  .profile .formular .form .left-part {
    width: 45%;
    padding-right: 2.2%; }
  @media only screen and (max-width: 768px) {
    .profile .formular .form .left-part, .profile .formular .form .right-part {
      width: 100%;
      padding: 0; } }
  .profile .formular .form .authentify {
    width: 100%; }
    .profile .formular .form .authentify .right-part {
      position: relative;
      border-left: 1px solid RGB(162, 162, 162);
      margin-bottom: 45px; }
      .profile .formular .form .authentify .right-part .back-bruin {
        font-size: 17px;
        padding: 20px 33px;
        margin-top: 12px; }
        @media only screen and (max-width: 768px) {
          .profile .formular .form .authentify .right-part .back-bruin {
            font-size: 15px; } }
      .profile .formular .form .authentify .right-part .back-bruin.first {
        margin-top: 0px; }
      .profile .formular .form .authentify .right-part .info-line {
        font-weight: 300;
        position: absolute;
        left: -89%;
        width: 89%;
        bottom: -14px;
        font-size: 17px;
        color: black; }
        @media only screen and (max-width: 768px) {
          .profile .formular .form .authentify .right-part .info-line {
            font-size: 15px; } }
        .profile .formular .form .authentify .right-part .info-line > div {
          display: inline-block;
          vertical-align: top;
          width: 65%; }
        .profile .formular .form .authentify .right-part .info-line .line {
          float: right;
          width: 34%;
          position: relative;
          top: 11px;
          border-bottom: 1px solid RGB(162, 162, 162);
          height: 0px; }
        @media only screen and (max-width: 768px) {
          .profile .formular .form .authentify .right-part .info-line {
            display: none; } }
      .profile .formular .form .authentify .right-part .info-line.info-login {
        bottom: 20px; }
        .profile .formular .form .authentify .right-part .info-line.info-login > div {
          width: 72%; }
        .profile .formular .form .authentify .right-part .info-line.info-login .line {
          width: 27%; }
      @media only screen and (max-width: 768px) {
        .profile .formular .form .authentify .right-part {
          border: none;
          margin-bottom: 30px; } }
    .profile .formular .form .authentify .right-part.last {
      margin-bottom: 10px; }
  .profile .formular .form .add-picture {
    width: 350px;
    margin-bottom: 17px; }
    @media only screen and (max-width: 768px) {
      .profile .formular .form .add-picture {
        width: 100%; } }
    .profile .formular .form .add-picture .custom-input-file {
      padding: 15px;
      color: #c3bcb9;
      font-size: 16px; }
  .profile .formular .form .description {
    width: 350px;
    height: 300px;
    margin-bottom: 15px; }
    @media only screen and (max-width: 768px) {
      .profile .formular .form .description {
        width: 100%;
        height: 195.075px; } }
  .profile .formular .form .change-password {
    padding: 15px;
    margin-top: 40px; }
    @media only screen and (max-width: 768px) {
      .profile .formular .form .change-password {
        margin-top: 0px; } }
  .profile .formular .form .form-title {
    margin-top: 0px; }
  .profile .formular .form .interest, .profile .formular .form .subscription {
    margin-bottom: 22px; }
    .profile .formular .form .interest label, .profile .formular .form .subscription label {
      display: block;
      padding-right: 15px;
      margin-left: 50px;
      text-transform: uppercase; }
    .profile .formular .form .interest label:before, .profile .formular .form .subscription label:before {
      left: 5px; }

.profile .formular .form .logout, .profile .formular .form .save, .membership .formular .form .logout, .membership .formular .form .save {
  margin-top: 28px;
  text-align: center; }
  @media only screen and (max-width: 768px) {
    .profile .formular .form .logout, .profile .formular .form .save, .membership .formular .form .logout, .membership .formular .form .save {
      margin-top: 20.23px;
      margin-bottom: 0px; } }
.profile .formular .form .logout, .membership .formular .form .logout {
  width: 216px; }
  @media only screen and (max-width: 768px) {
    .profile .formular .form .logout, .membership .formular .form .logout {
      padding-left: 0px !important;
      padding-right: 0px !important;
      margin-left: auto;
      margin-right: auto;
      width: 100% !important;
      float: none; } }
.profile .formular .form .save, .membership .formular .form .save {
  width: 570px;
  height: 71px; }
  @media only screen and (max-width: 768px) {
    .profile .formular .form .save, .membership .formular .form .save {
      width: 100%;
      height: auto; } }

/*
CSS SUBMIT EVENT/NEWS
*/
.elem-submit .news .info {
  margin-bottom: 30px; }
.elem-submit .news input[type=submit] {
  margin-bottom: 17px; }
.elem-submit .event .info {
  display: none; }
.elem-submit .event .form .time {
  float: right;
  width: 196px; }
  @media only screen and (max-width: 768px) {
    .elem-submit .event .form .time {
      width: 48% !important;
      padding-left: 0px;
      padding-right: 0px;
      text-align: center; } }
.elem-submit .event .form .time_begin {
  margin-right: 17px; }
  @media only screen and (max-width: 768px) {
    .elem-submit .event .form .time_begin {
      margin-right: 0px;
      float: left; } }
.elem-submit .formular .form {
  padding-top: 60px; }
  @media only screen and (max-width: 768px) {
    .elem-submit .formular .form {
      padding-top: 40px; } }
  .elem-submit .formular .form #cke_editor1 {
    float: left !important;
    width: 67.2% !important;
    margin-bottom: 30px !important;
    border: 1px solid #cbc3bc; }
    @media only screen and (max-width: 768px) {
      .elem-submit .formular .form #cke_editor1 {
        margin-bottom: 20px !important;
        width: 99.5% !important; } }
    .elem-submit .formular .form #cke_editor1 .cke_top, .elem-submit .formular .form #cke_editor1 .cke_bottom {
      background-color: #e8e2dd !important;
      background-image: none !important; }
  .elem-submit .formular .form .description {
    width: 64%;
    height: 250px; }
    @media only screen and (max-width: 768px) {
      .elem-submit .formular .form .description {
        padding-left: 0px !important;
        padding-right: 0px !important;
        margin-left: auto;
        margin-right: auto;
        width: 100% !important;
        float: none;
        text-align: center; } }
  .elem-submit .formular .form .add-picture {
    width: 250px;
    height: 277px; }
    @media only screen and (max-width: 768px) {
      .elem-submit .formular .form .add-picture {
        height: auto;
        width: 100%; } }
    .elem-submit .formular .form .add-picture .preview {
      width: 100%;
      height: 67%; }

/*
Sponsors CSS
*/
.aside .sponsors {
  background-color: white;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.35);
  border-left: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
  text-align: center;
  padding-bottom: 0.5px; }
  .aside .sponsors .sponsors-info {
    text-transform: uppercase;
    font-weight: bold;
    padding: 20px 0px;
    border-bottom: 1px solid #d6d6d6;
    border-top: 1px solid #d6d6d6; }
  .aside .sponsors .sponsors-info[class~=first] {
    border-top: none; }
  .aside .sponsors .sponsors-logos .logo {
    margin: auto;
    margin-top: 50px;
    margin-bottom: 50px; }
    @media only screen and (max-width: 768px) {
      .aside .sponsors .sponsors-logos .logo {
        margin-top: 36.125px;
        margin-bottom: 36.125px; } }
  .aside .sponsors .sponsors-logos .img {
    width: 70%;
    margin: auto;
    height: 90px; }
    @media only screen and (max-width: 768px) {
      .aside .sponsors .sponsors-logos .img {
        width: 60%; } }

/** sectionTitlePage **/
.section-page .section-menu {
  float: left;
  width: 557px;
  height: 410px;
  padding: 30px;
  margin-bottom: 21px;
  position: relative;
  background-color: white;
  border-left: 3px solid #361d72;
  background-color: white;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.35);
  border-left: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4; }
  @media only screen and (max-width: 768px) {
    .section-page .section-menu {
      width: auto;
      float: none;
      height: auto;
      margin-bottom: 30px; } }
  .section-page .section-menu > div {
    width: 557px; }
    @media only screen and (max-width: 768px) {
      .section-page .section-menu > div {
        width: auto; } }
  .section-page .section-menu .title {
    font-size: 45px;
    color: #361d72;
    margin-bottom: 20px;
    font-weight: bold; }
  .section-page .section-menu .sub-title {
    font-size: 25px;
    font-weight: 300;
    color: #361d72;
    margin-bottom: 21px;
    font-weight: bold; }
    @media only screen and (max-width: 768px) {
      .section-page .section-menu .sub-title {
        font-size: 21.25px; } }
  .section-page .section-menu .content {
    font-size: 20px;
    font-weight: 300; }
    @media only screen and (max-width: 768px) {
      .section-page .section-menu .content {
        font-size: 17px; } }
.section-page .links {
  width: 320px;
  float: left; }
  @media only screen and (max-width: 768px) {
    .section-page .links {
      width: auto;
      position: relative;
      right: 0px;
      float: none;
      margin-bottom: 30px; } }
  .section-page .links .sub-link {
    height: 70px;
    line-height: 70px;
    margin-bottom: 10px;
    padding-left: 20px;
    border-left: 3px solid #282828;
    font-size: 20px;
    font-weight: 300;
    background-color: #323232;
    color: white; }
    @media only screen and (max-width: 768px) {
      .section-page .links .sub-link {
        font-size: 17px; } }
  .section-page .links .sub-link:last-child {
    margin-bottom: 0px; }

/*
404 page
*/
.page_404 {
  position: relative;
  margin-top: 20px;
  margin-bottom: 100px; }
  .page_404 *, .page_404 *:after, .page_404 *:before {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box; }
  .page_404 .image_404 {
    background-image: url("assets/new/image_404.png");
    width: 56px;
    height: 216px;
    position: absolute;
    left: 80px;
    top: 40px; }
    @media only screen and (max-width: 768px) {
      .page_404 .image_404 {
        display: none; } }
  .page_404 .content_404 {
    width: 620px;
    margin: auto;
    -webkit-transform: rotate(-1.5deg);
    -moz-transform: rotate(-1.5deg);
    -o-transform: rotate(-1.5deg);
    -ms-transform: rotate(-1.5deg);
    text-align: center;
    background-color: white;
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.35);
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    padding: 45px;
    padding-top: 50px;
    font-weight: 400;
    font-size: 21px; }
    .page_404 .content_404 .title {
      font-size: 125px;
      font-weight: bold;
      margin-bottom: 25px; }
      .page_404 .content_404 .title span {
        margin: 0px -11px; }
    @media only screen and (max-width: 768px) {
      .page_404 .content_404 {
        width: 100%;
        font-size: 17px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg); }
        .page_404 .content_404 .title {
          font-size: 85px; } }

/*
Work life page
*/
.WL {
  font-size: 20px;
  text-shadow: 0px -2px rgba(0, 0, 0, 0.36);
  color: white;
  font-weight: 300;
  background-image: url("../img/bg.png"); }
  @media only screen and (max-width: 768px) {
    .WL {
      font-size: 17px; } }
  .WL *, .WL *:after, .WL *:before {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box; }
  .WL header {
    background-color: rgba(0, 0, 0, 0.79); }
    .WL header .icon-arrow-left {
      position: absolute;
      top: 50%;
      margin-top: -16px;
      left: 10px; }
    .WL header .main-container {
      padding: 20px;
      padding-left: 40px;
      text-align: left; }
  .WL .main-container {
    text-align: center;
    /*@mixin back-green{
        background-color:#8ea200 !important;color:white;
    }
    /*.back-green-no-hover{
        @include back-green;
    }
    .back-green{
        @include back-green;
    }
    .back-green:hover{
        cursor:pointer;
        background-color:$darkgreen !important;
    }
    .back-green:active{
        background-color:$darkergreen !important;
    }*/ }
    .WL .main-container .right {
      padding: 0% 2.5%; }
    .WL .main-container .left {
      width: 50%; }
    .WL .main-container .right {
      width: 50%; }
    @media only screen and (max-width: 768px) {
      .WL .main-container .left, .WL .main-container .right {
        width: 100%; } }
    .WL .main-container .youtube {
      margin: auto; }
      @media only screen and (max-width: 480px) {
        .WL .main-container .youtube {
          width: 300px !important;
          height: 170px !important; } }
    .WL .main-container .logo {
      margin: auto;
      background-image: url("assets/new/logo.png");
      margin-bottom: 35px;
      background-repeat: no-repeat;
      background-size: 460px 172px;
      width: 460px;
      height: 172px;
      margin-top: 45px; }
      @media only screen and (max-width: 768px) {
        .WL .main-container .logo {
          margin-top: 30px;
          margin-bottom: 25px;
          background-repeat: no-repeat;
          background-size: 230px 86px;
          width: 230px;
          height: 86px; } }
    .WL .main-container .more-info {
      text-shadow: none;
      font-size: 12px;
      color: black;
      margin: auto;
      margin-bottom: 40px; }
      @media only screen and (max-width: 768px) {
        .WL .main-container .more-info {
          font-size: 11px; } }
      @media only screen and (max-width: 768px) {
        .WL .main-container .more-info {
          margin-bottom: 35px; } }
      .WL .main-container .more-info span {
        text-decoration: underline; }
    .WL .main-container .txt {
      color: black;
      margin: 40px 0px;
      text-align: center;
      text-shadow: 0px 2px rgba(255, 255, 255, 0.4);
      padding: 0px 50px; }
      @media only screen and (max-width: 768px) {
        .WL .main-container .txt {
          margin: 35px 0px; } }
    .WL .main-container .devices {
      background-image: url("../img/screens.png");
      background-repeat: no-repeat;
      background-size: 920px 567.64px;
      width: 920px;
      height: 567.64px;
      margin: 50px auto;
      position: relative;
      right: 38px; }
      @media only screen and (max-width: 768px) {
        .WL .main-container .devices {
          background-repeat: no-repeat;
          background-size: 300px 185.1px;
          width: 300px;
          height: 185.1px;
          right: 10px;
          margin: 30px auto; } }
    .WL .main-container .link {
      display: block;
      margin: auto;
      padding: 14px;
      width: 100%;
      text-align: center;
      margin-bottom: 16px;
      box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.4);
      -webkit-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.4); }
      @media only screen and (max-width: 768px) {
        .WL .main-container .link {
          font-size: 17px; } }
    .WL .main-container .link:hover {
      box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.6);
      -webkit-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.6); }
    .WL .main-container .ios, .WL .main-container .android {
      display: inline-block;
      vertical-align: top;
      width: 47%; }
      @media only screen and (max-width: 768px) {
        .WL .main-container .ios, .WL .main-container .android {
          display: block; } }
    .WL .main-container .back-black {
      margin-bottom: 20px; }
      @media only screen and (max-width: 768px) {
        .WL .main-container .back-black {
          margin-bottom: 20px; } }

.authentify .video {
  width: 100% !important;
  margin-bottom: 36px; }
  @media only screen and (max-width: 768px) {
    .authentify .video {
      height: 400px; } }
  @media only screen and (max-width: 480px) {
    .authentify .video {
      height: 300px; } }
.authentify .section {
  margin-bottom: 25px; }
  .authentify .section .left {
    font-weight: 300;
    color: black;
    font-size: 17px;
    width: 48.8%; }
    @media only screen and (max-width: 768px) {
      .authentify .section .left {
        font-size: 15px; } }
  .authentify .section .right {
    width: 36%; }
  @media only screen and (max-width: 768px) {
    .authentify .section .left, .authentify .section .right {
      width: 100%; }
    .authentify .section .left {
      margin-bottom: 35px; } }
  .authentify .section .right .login-authentify {
    padding: 33px 25px;
    margin-top: 60px; }
    @media only screen and (max-width: 768px) {
      .authentify .section .right .login-authentify {
        padding: 22px; } }
  .authentify .section .right .qr-code {
    margin-top: 40px; }
.authentify .main-link {
  text-align: center;
  margin-bottom: 15px; }

/*
Footer
*/
footer {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 35px;
  background-color: #323232;
  color: #cdcdcd; }
  footer *, footer *:after, footer *:before {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box; }
  footer a {
    text-decoration: none;
    color: inherit; }
  footer a:hover {
    cursor: pointer;
    text-decoration: underline; }
  footer .content {
    width: 940px;
    padding: 0px 10px;
    margin: auto;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      footer .content {
        width: 96%;
        padding-left: 0px;
        padding-right: 0px; } }
    footer .content .title {
      text-transform: uppercase;
      font-size: 18px; }
      @media only screen and (max-width: 768px) {
        footer .content .title {
          font-size: 15.3px; } }
    footer .content .social {
      margin-top: 20px; }
      footer .content .social .icon {
        margin: 0px 15px;
        vertical-align: bottom; }
        @media only screen and (max-width: 768px) {
          footer .content .social .icon {
            margin: 0px 10px; } }
    footer .content .follow {
      margin-top: 50px; }
    footer .content .sponsors {
      width: 940px;
      margin: auto; }
      @media only screen and (max-width: 768px) {
        footer .content .sponsors {
          width: 95%; } }
      footer .content .sponsors .list-sponsors {
        margin-top: 10px;
        width: 110%;
        position: relative;
        left: -5%;
        text-align: center; }
      footer .content .sponsors .sponsor {
        display: inline-block;
        margin-bottom: -3px;
        width: 314px;
        padding: 20px;
        background-color: white;
        height: 142px;
        border: 1px solid rgba(0, 0, 0, 0.2); }
        @media only screen and (max-width: 768px) {
          footer .content .sponsors .sponsor {
            width: 49%;
            height: 120.7px;
            padding: 10px; } }
        footer .content .sponsors .sponsor .background {
          width: 100%;
          height: 100%;
          background-size: contain; }
    footer .content .copyright {
      font-size: 15px;
      margin-top: 50px; }
      @media only screen and (max-width: 768px) {
        footer .content .copyright {
          margin-top: 51px;
          font-size: 12.75px; } }
    footer .content .realization {
      font-size: 15px;
      margin-top: 45px; }
      @media only screen and (max-width: 768px) {
        footer .content .realization {
          font-size: 12.75px; } }
      footer .content .realization .icon-fig {
        background-image: url("../img/fig_footer.png");
        width: 103px;
        height: 87px;
        margin: auto;
        margin-top: 26px; }

/*
icons
*/
*[class$="-icon"] {
  background-image: url("assets/ita_sprite.png");
  display: inline-block;
  vertical-align: top; }

.menu-icon {
  background-size: 214px 171px;
  background-position: -175px -133px;
  height: 23px;
  width: 32px; }

.twitter-white-icon {
  background-size: 275px 220px;
  background-position: -11px -14px;
  height: 28px;
  width: 33px; }

.youtube-white-icon {
  background-size: 275px 220px;
  background-position: -70px -9px;
  height: 37px;
  width: 26px; }

.facebook-white-icon {
  background-size: 275px 220px;
  background-position: -126px -10px;
  height: 33px;
  width: 36px; }

.linkedIn-white-icon {
  background-size: 275px 220px;
  background-position: -177px -12px;
  height: 33px;
  width: 31px; }

.rss-white-icon {
  background-size: 275px 220px;
  background-position: -232px -12px;
  height: 33px;
  width: 31px; }

.twitter-round-icon {
  background-position: -8px -69px;
  width: 45px;
  height: 47px; }

.youtube-round-icon {
  background-position: -69px -69px;
  width: 45px;
  height: 47px; }

.facebook-round-icon {
  background-position: -130px -69px;
  width: 45px;
  height: 47px; }

.linkedin-round-icon {
  background-position: -191px -69px;
  width: 45px;
  height: 47px; }

.mail-round-icon {
  background-position: -252px -69px;
  width: 45px;
  height: 47px; }

.arrow-big-black-icon {
  background-position: -23px -139px;
  width: 15px;
  height: 28px; }

.arrow-big-black-left-icon {
  background-position: -204 -194px;
  width: 15px;
  height: 28px; }

.arrow-big-white-icon {
  background-position: -84px -139px;
  width: 15px;
  height: 28px; }

.arrow-big-grey-icon {
  background-position: -147px -141px;
  width: 12px;
  height: 23px; }

.arrow-medium-black-icon {
  background-position: -209px -143px;
  width: 9px;
  height: 19px; }

.arrow-medium-black-left-icon {
  background-position: -242px -143px;
  width: 9px;
  height: 19px; }

.arrow-medium-white-icon {
  background-position: -271px -145px;
  width: 8px;
  height: 16px; }

.arrow-down-icon {
  background-position: -23px -210px;
  width: 16px;
  height: 8px; }

.icon_access {
  background-image: url("../img/access_nav.png");
  background-size: 22px 20px;
  background-repeat: no-repeat;
  width: 22px;
  height: 20px;
  display: inline-block;
  vertical-align: top; }

.icon-all-news {
  background-image: url("../img/news.png");
  background-size: 24px 16px;
  background-repeat: no-repeat;
  width: 24px;
  height: 16px;
  display: inline-block;
  vertical-align: top; }

.icon-all-events {
  background-image: url("../img/cal.png");
  background-size: 18px 17px;
  background-repeat: no-repeat;
  width: 18px;
  height: 17px;
  display: inline-block;
  vertical-align: top; }

.perso-black-icon {
  background-position: -83px -205px;
  width: 18px;
  height: 18px; }

.perso-grey-icon {
  background-position: -144px -205px;
  width: 18px;
  height: 18px; }

.triangle-down-icon {
  position: relative;
  width: 0;
  height: 0;
  border-top: 13.5px solid transparent;
  border-bottom: 0px solid transparent;
  border-right: 13.5px solid transparent;
  border-left: 13.5px solid transparent;
  border-top-color: rgba(0, 0, 0, 0.2); }

.triangle-down-icon:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 11px solid transparent;
  border-bottom: 0px solid transparent;
  border-right: 11px solid transparent;
  border-left: 11px solid transparent;
  border-top-color: #323232;
  bottom: 2.5px;
  left: -11px; }

/*! jQuery UI - v1.10.3 - 2013-11-12
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css, jquery.ui.theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=gloss_wave&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=highlight_soft&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=glass&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=diagonals_thick&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=flat&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
* Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */ }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0); }

.ui-front {
  z-index: 100; }

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important; }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-resizable {
  position: relative; }

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block; }

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none; }

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0; }

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0; }

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px; }

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px; }

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px; }

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px; }

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black; }

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin-top: 2px;
  padding: .5em .5em .5em .7em;
  min-height: 0;
  /* support: IE7 */ }

.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em; }

.ui-accordion .ui-accordion-noicons {
  padding-left: .7em; }

.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em; }

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px; }

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto; }

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default; }

.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  overflow: visible;
  /* removes extra width in IE */ }

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none; }

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2.2em; }

/* button elements seem to need a little more width */
button.ui-button-icon-only {
  width: 2.4em; }

.ui-button-icons-only {
  width: 3.4em; }

button.ui-button-icons-only {
  width: 3.7em; }

/* button text element */
.ui-button .ui-button-text {
  display: block;
  line-height: normal; }

.ui-button-text-only .ui-button-text {
  padding: .4em 1em; }

.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px; }

.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 1em .4em 2.1em; }

.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 2.1em .4em 1em; }

.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em; }

/* no icon support for input elements, provide padding by default */
input.ui-button {
  padding: .4em 1em; }

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px; }

.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px; }

.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
  left: .5em; }

.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: .5em; }

/* button sets */
.ui-buttonset {
  margin-right: 7px; }

.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -.3em; }

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0; }

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none; }

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0; }

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em; }

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px; }

.ui-datepicker .ui-datepicker-prev {
  left: 2px; }

.ui-datepicker .ui-datepicker-next {
  right: 2px; }

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px; }

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px; }

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px; }

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center; }

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0; }

.ui-datepicker select.ui-datepicker-month-year {
  width: 100%; }

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%; }

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em; }

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0; }

.ui-datepicker td {
  border: 0;
  padding: 1px; }

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none; }

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0; }

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0; }

.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative; }

.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis; }

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 21px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px; }

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto; }

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em; }

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right; }

.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer; }

.ui-dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px; }

.ui-draggable .ui-dialog-titlebar {
  cursor: move; }

.ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  outline: none; }

.ui-menu .ui-menu {
  margin-top: -3px;
  position: absolute; }

.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  width: 100%;
  /* support: IE10, see #8844 */
  list-style-image: url(data:image/gif;base64,r0lgodlhaqabaiaaaaaaap///yh5baeaaaaalaaaaaabaaeaaaibraa7); }

.ui-menu .ui-menu-divider {
  margin: 5px -2px 5px -2px;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0; }

.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: 2px .4em;
  line-height: 1.5;
  min-height: 0;
  /* support: IE7 */
  font-weight: normal; }

.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
  font-weight: normal;
  margin: -1px; }

.ui-menu .ui-state-disabled {
  font-weight: normal;
  margin: .4em 0 .2em;
  line-height: 1.5; }

.ui-menu .ui-state-disabled a {
  cursor: default; }

/* icon support */
.ui-menu-icons {
  position: relative; }

.ui-menu-icons .ui-menu-item a {
  position: relative;
  padding-left: 2em; }

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: .2em;
  left: .2em; }

/* right-aligned */
.ui-menu .ui-menu-icon {
  position: static;
  float: right; }

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden; }

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%; }

.ui-progressbar .ui-progressbar-overlay {
  background: url("images/animated-overlay.gif");
  height: 100%;
  filter: alpha(opacity=25);
  opacity: 0.25; }

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none; }

.ui-slider {
  position: relative;
  text-align: left; }

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default; }

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0; }

/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit; }

.ui-slider-horizontal {
  height: .8em; }

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em; }

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%; }

.ui-slider-horizontal .ui-slider-range-min {
  left: 0; }

.ui-slider-horizontal .ui-slider-range-max {
  right: 0; }

.ui-slider-vertical {
  width: .8em;
  height: 100px; }

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em; }

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%; }

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0; }

.ui-slider-vertical .ui-slider-range-max {
  top: 0; }

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle; }

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 22px; }

.ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0; }

/* more specificity required here to overide default borders */
.ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none; }

/* vertical centre icon */
.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0; }

.ui-spinner-up {
  top: 0; }

.ui-spinner-down {
  bottom: 0; }

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
  /* need to fix icons sprite */
  background-position: -65px -16px; }

.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: .2em; }

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0; }

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap; }

.ui-tabs .ui-tabs-nav li a {
  float: left;
  padding: .5em 1em;
  text-decoration: none; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
  cursor: text; }

.ui-tabs .ui-tabs-nav li a,
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
  cursor: pointer; }

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none; }

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa; }

body .ui-tooltip {
  border-width: 2px; }

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
  font-size: 1.1em; }

.ui-widget .ui-widget {
  font-size: 1em; }

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
  font-size: 1em; }

.ui-widget-content {
  border: 1px solid #dddddd;
  background: #eeeeee url(images/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x;
  color: #333333; }

.ui-widget-content a {
  color: #333333; }

.ui-widget-header {
  border: 1px solid #e78f08;
  background: #f6a828 url(images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x;
  color: #ffffff;
  font-weight: bold; }

.ui-widget-header a {
  color: #ffffff; }

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #cccccc;
  background: #f6f6f6 url(images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x;
  font-weight: bold;
  color: #1c94c4; }

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #1c94c4;
  text-decoration: none; }

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #fbcb09;
  background: #fdf5ce url(images/ui-bg_glass_100_fdf5ce_1x400.png) 50% 50% repeat-x;
  font-weight: bold;
  color: #c77405; }

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
  color: #c77405;
  text-decoration: none; }

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #fbd850;
  background: #ffffff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
  font-weight: bold;
  color: #eb8f00; }

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #eb8f00;
  text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fed22f;
  background: #ffe45c url(images/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top repeat-x;
  color: #363636; }

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636; }

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #b81900 url(images/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat;
  color: #ffffff; }

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #ffffff; }

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #ffffff; }

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold; }

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal; }

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none; }

.ui-state-disabled .ui-icon {
  filter: Alpha(opacity=35);
  /* For IE8 - See #6059 */ }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px; }

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url(images/ui-icons_222222_256x240.png); }

.ui-widget-header .ui-icon {
  background-image: url(images/ui-icons_ffffff_256x240.png); }

.ui-state-default .ui-icon {
  background-image: url(images/ui-icons_ef8c08_256x240.png); }

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url(images/ui-icons_ef8c08_256x240.png); }

.ui-state-active .ui-icon {
  background-image: url(images/ui-icons_ef8c08_256x240.png); }

.ui-state-highlight .ui-icon {
  background-image: url(images/ui-icons_228ef1_256x240.png); }

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url(images/ui-icons_ffd27a_256x240.png); }

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px; }

.ui-icon-carat-1-n {
  background-position: 0 0; }

.ui-icon-carat-1-ne {
  background-position: -16px 0; }

.ui-icon-carat-1-e {
  background-position: -32px 0; }

.ui-icon-carat-1-se {
  background-position: -48px 0; }

.ui-icon-carat-1-s {
  background-position: -64px 0; }

.ui-icon-carat-1-sw {
  background-position: -80px 0; }

.ui-icon-carat-1-w {
  background-position: -96px 0; }

.ui-icon-carat-1-nw {
  background-position: -112px 0; }

.ui-icon-carat-2-n-s {
  background-position: -128px 0; }

.ui-icon-carat-2-e-w {
  background-position: -144px 0; }

.ui-icon-triangle-1-n {
  background-position: 0 -16px; }

.ui-icon-triangle-1-ne {
  background-position: -16px -16px; }

.ui-icon-triangle-1-e {
  background-position: -32px -16px; }

.ui-icon-triangle-1-se {
  background-position: -48px -16px; }

.ui-icon-triangle-1-s {
  background-position: -64px -16px; }

.ui-icon-triangle-1-sw {
  background-position: -80px -16px; }

.ui-icon-triangle-1-w {
  background-position: -96px -16px; }

.ui-icon-triangle-1-nw {
  background-position: -112px -16px; }

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px; }

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px; }

.ui-icon-arrow-1-n {
  background-position: 0 -32px; }

.ui-icon-arrow-1-ne {
  background-position: -16px -32px; }

.ui-icon-arrow-1-e {
  background-position: -32px -32px; }

.ui-icon-arrow-1-se {
  background-position: -48px -32px; }

.ui-icon-arrow-1-s {
  background-position: -64px -32px; }

.ui-icon-arrow-1-sw {
  background-position: -80px -32px; }

.ui-icon-arrow-1-w {
  background-position: -96px -32px; }

.ui-icon-arrow-1-nw {
  background-position: -112px -32px; }

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px; }

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px; }

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px; }

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px; }

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px; }

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px; }

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px; }

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px; }

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px; }

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px; }

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px; }

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px; }

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px; }

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px; }

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px; }

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px; }

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px; }

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px; }

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px; }

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px; }

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px; }

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px; }

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px; }

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px; }

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px; }

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px; }

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px; }

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px; }

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px; }

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px; }

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px; }

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px; }

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px; }

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px; }

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px; }

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px; }

.ui-icon-arrow-4 {
  background-position: 0 -80px; }

.ui-icon-arrow-4-diag {
  background-position: -16px -80px; }

.ui-icon-extlink {
  background-position: -32px -80px; }

.ui-icon-newwin {
  background-position: -48px -80px; }

.ui-icon-refresh {
  background-position: -64px -80px; }

.ui-icon-shuffle {
  background-position: -80px -80px; }

.ui-icon-transfer-e-w {
  background-position: -96px -80px; }

.ui-icon-transferthick-e-w {
  background-position: -112px -80px; }

.ui-icon-folder-collapsed {
  background-position: 0 -96px; }

.ui-icon-folder-open {
  background-position: -16px -96px; }

.ui-icon-document {
  background-position: -32px -96px; }

.ui-icon-document-b {
  background-position: -48px -96px; }

.ui-icon-note {
  background-position: -64px -96px; }

.ui-icon-mail-closed {
  background-position: -80px -96px; }

.ui-icon-mail-open {
  background-position: -96px -96px; }

.ui-icon-suitcase {
  background-position: -112px -96px; }

.ui-icon-comment {
  background-position: -128px -96px; }

.ui-icon-person {
  background-position: -144px -96px; }

.ui-icon-print {
  background-position: -160px -96px; }

.ui-icon-trash {
  background-position: -176px -96px; }

.ui-icon-locked {
  background-position: -192px -96px; }

.ui-icon-unlocked {
  background-position: -208px -96px; }

.ui-icon-bookmark {
  background-position: -224px -96px; }

.ui-icon-tag {
  background-position: -240px -96px; }

.ui-icon-home {
  background-position: 0 -112px; }

.ui-icon-flag {
  background-position: -16px -112px; }

.ui-icon-calendar {
  background-position: -32px -112px; }

.ui-icon-cart {
  background-position: -48px -112px; }

.ui-icon-pencil {
  background-position: -64px -112px; }

.ui-icon-clock {
  background-position: -80px -112px; }

.ui-icon-disk {
  background-position: -96px -112px; }

.ui-icon-calculator {
  background-position: -112px -112px; }

.ui-icon-zoomin {
  background-position: -128px -112px; }

.ui-icon-zoomout {
  background-position: -144px -112px; }

.ui-icon-search {
  background-position: -160px -112px; }

.ui-icon-wrench {
  background-position: -176px -112px; }

.ui-icon-gear {
  background-position: -192px -112px; }

.ui-icon-heart {
  background-position: -208px -112px; }

.ui-icon-star {
  background-position: -224px -112px; }

.ui-icon-link {
  background-position: -240px -112px; }

.ui-icon-cancel {
  background-position: 0 -128px; }

.ui-icon-plus {
  background-position: -16px -128px; }

.ui-icon-plusthick {
  background-position: -32px -128px; }

.ui-icon-minus {
  background-position: -48px -128px; }

.ui-icon-minusthick {
  background-position: -64px -128px; }

.ui-icon-close {
  background-position: -80px -128px; }

.ui-icon-closethick {
  background-position: -96px -128px; }

.ui-icon-key {
  background-position: -112px -128px; }

.ui-icon-lightbulb {
  background-position: -128px -128px; }

.ui-icon-scissors {
  background-position: -144px -128px; }

.ui-icon-clipboard {
  background-position: -160px -128px; }

.ui-icon-copy {
  background-position: -176px -128px; }

.ui-icon-contact {
  background-position: -192px -128px; }

.ui-icon-image {
  background-position: -208px -128px; }

.ui-icon-video {
  background-position: -224px -128px; }

.ui-icon-script {
  background-position: -240px -128px; }

.ui-icon-alert {
  background-position: 0 -144px; }

.ui-icon-info {
  background-position: -16px -144px; }

.ui-icon-notice {
  background-position: -32px -144px; }

.ui-icon-help {
  background-position: -48px -144px; }

.ui-icon-check {
  background-position: -64px -144px; }

.ui-icon-bullet {
  background-position: -80px -144px; }

.ui-icon-radio-on {
  background-position: -96px -144px; }

.ui-icon-radio-off {
  background-position: -112px -144px; }

.ui-icon-pin-w {
  background-position: -128px -144px; }

.ui-icon-pin-s {
  background-position: -144px -144px; }

.ui-icon-play {
  background-position: 0 -160px; }

.ui-icon-pause {
  background-position: -16px -160px; }

.ui-icon-seek-next {
  background-position: -32px -160px; }

.ui-icon-seek-prev {
  background-position: -48px -160px; }

.ui-icon-seek-end {
  background-position: -64px -160px; }

.ui-icon-seek-start {
  background-position: -80px -160px; }

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px; }

.ui-icon-stop {
  background-position: -96px -160px; }

.ui-icon-eject {
  background-position: -112px -160px; }

.ui-icon-volume-off {
  background-position: -128px -160px; }

.ui-icon-volume-on {
  background-position: -144px -160px; }

.ui-icon-power {
  background-position: 0 -176px; }

.ui-icon-signal-diag {
  background-position: -16px -176px; }

.ui-icon-signal {
  background-position: -32px -176px; }

.ui-icon-battery-0 {
  background-position: -48px -176px; }

.ui-icon-battery-1 {
  background-position: -64px -176px; }

.ui-icon-battery-2 {
  background-position: -80px -176px; }

.ui-icon-battery-3 {
  background-position: -96px -176px; }

.ui-icon-circle-plus {
  background-position: 0 -192px; }

.ui-icon-circle-minus {
  background-position: -16px -192px; }

.ui-icon-circle-close {
  background-position: -32px -192px; }

.ui-icon-circle-triangle-e {
  background-position: -48px -192px; }

.ui-icon-circle-triangle-s {
  background-position: -64px -192px; }

.ui-icon-circle-triangle-w {
  background-position: -80px -192px; }

.ui-icon-circle-triangle-n {
  background-position: -96px -192px; }

.ui-icon-circle-arrow-e {
  background-position: -112px -192px; }

.ui-icon-circle-arrow-s {
  background-position: -128px -192px; }

.ui-icon-circle-arrow-w {
  background-position: -144px -192px; }

.ui-icon-circle-arrow-n {
  background-position: -160px -192px; }

.ui-icon-circle-zoomin {
  background-position: -176px -192px; }

.ui-icon-circle-zoomout {
  background-position: -192px -192px; }

.ui-icon-circle-check {
  background-position: -208px -192px; }

.ui-icon-circlesmall-plus {
  background-position: 0 -208px; }

.ui-icon-circlesmall-minus {
  background-position: -16px -208px; }

.ui-icon-circlesmall-close {
  background-position: -32px -208px; }

.ui-icon-squaresmall-plus {
  background-position: -48px -208px; }

.ui-icon-squaresmall-minus {
  background-position: -64px -208px; }

.ui-icon-squaresmall-close {
  background-position: -80px -208px; }

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px; }

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px; }

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px; }

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px; }

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px; }

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px; }

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 4px; }

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 4px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 4px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 4px; }

/* Overlays */
.ui-widget-overlay {
  background: #666666 url(images/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat;
  opacity: .5;
  filter: Alpha(Opacity=50); }

.ui-widget-shadow {
  margin: -5px 0 0 -5px;
  padding: 5px;
  background: #000000 url(images/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x;
  opacity: .2;
  filter: Alpha(Opacity=20);
  border-radius: 5px; }

.ui-timepicker-wrapper {
  overflow-y: auto;
  height: 150px;
  width: 6.5em;
  background: #fff;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  outline: none;
  z-index: 10001;
  margin: 0; }

.ui-timepicker-wrapper.ui-timepicker-with-duration {
  width: 11em; }

.ui-timepicker-list {
  margin: 0;
  padding: 0;
  list-style: none; }

.ui-timepicker-duration {
  margin-left: 5px;
  color: #888; }

.ui-timepicker-list:hover .ui-timepicker-duration {
  color: #888; }

.ui-timepicker-list li {
  padding: 3px 0 3px 5px;
  cursor: pointer;
  white-space: nowrap;
  color: #000;
  list-style: none;
  margin: 0; }

.ui-timepicker-list:hover .ui-timepicker-selected {
  background: #fff;
  color: #000; }

li.ui-timepicker-selected,
.ui-timepicker-list li:hover,
.ui-timepicker-list .ui-timepicker-selected:hover {
  background: #8ac63e;
  color: #fff; }

li.ui-timepicker-selected .ui-timepicker-duration,
.ui-timepicker-list li:hover .ui-timepicker-duration {
  color: #ccc; }

.ui-timepicker-list li.ui-timepicker-disabled,
.ui-timepicker-list li.ui-timepicker-disabled:hover,
.ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
  color: #888;
  cursor: default; }

.ui-timepicker-list li.ui-timepicker-disabled:hover,
.ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
  background: #f2f2f2; }