body {
  font-family: "Graphik-Regular";
}

a {
  outline: 0;
  border-bottom: none;
}

a:hover,
a:active,
a:focus {
  /*border-bottom:none;*/
  outline: 0;
}

.std_button > a:hover,
.std_button > a:active,
.std_button > a:focus {
  background-color: #f5f5f5;
}

.filter-buttons :not(.item-active) > a:hover,
.filter-buttons :not(.item-active) > a:active,
.filter-buttons :not(.item-active) > a:focus {
  background-color: #f5f5f5;
}

.diff_background .std_button > a:hover,
.diff_background .std_button > a:active,
.diff_background .std_button > a:focus {
  background-color: #e8e8e8;
}

.oracle > img {
  max-width: 60%;
}

@media screen and (max-width: 425px) {
  .oracle > img {
    max-width: 6rem;
  }
}

.sponsors > div > a:nth-of-type(4n + 1) {
  clear: both;
}

@media screen and (max-width: 1024px) {
  .sponsors > div > a:nth-of-type(3n + 1) {
    clear: both;
  }

  .sponsors > div > a:nth-of-type(4n + 1) {
    clear: none;
  }
}

@media screen and (max-width: 768px) {
  .comm-logo {
    max-width: 8rem !important;
    margin-bottom: 0 !important;
  }

  /*.pair a,*/
  /*.adobe-logo {*/
  /*clear: both !important;*/
  /*}*/
  .sponsors > div > a:nth-of-type(3n + 1) {
    clear: none;
  }

  .sponsors > div > a:nth-of-type(odd) {
    clear: both;
  }

  .pair {
    clear: both !important;
  }
}

button,
button:hover,
button:active,
button:focus,
button:active:focus,
input[type="submit"],
input[type="submit"]:hover,
input[type="submit"]:active,
input[type="submit"]:focus,
input[type="submit"]:active:focus {
  background-color: transparent;
  border: none;
  outline: 0;
}

/*Header Customizations*/
.navbar {
  background-color: #fff;
  height: 80px;
}

.navbar .container {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: rgba(255, 255, 255, 0.97);
}

#navbar {
  border-top: 1px solid #b3b3b3;
  border-bottom: 1px solid #b3b3b3;
  margin-bottom: 20px;
}

.navbar-toggle {
  margin-top: 0;
  padding-top: 0;
  padding-right: 0;
  margin-right: 0;
  border: none;
  outline: none;
}

@media (max-width: 767px) {
  .navbar-toggle {
    border: none;
    outline: none;
  }

  .partners_fluid a,
  .pair {
    width: 50%;
    float: left;
    clear: none;
  }

  .toggle-button {
    width: 28px;
    height: 28px;
    background: transparent url("assets/menu-icon-black.png") no-repeat center
      center;
    background-size: 100% 100%;
  }

  .navbar-toggle:not(.collapsed) .toggle-button {
    width: 28px;
    height: 28px;
    background: transparent url("assets/x-icon.png") no-repeat center center;
    background-size: 100% 100%;
  }

  .navbar-brand {
    width: 100px;
    height: 38px;
    background: transparent url("assets/sf-aiga.png") no-repeat center
      center;
    background-size: 100% 100%;
  }

  .navbar-brand:hover,
  .navbar-brand:active,
  .navbar-brand:focus {
    /*border-bottom:none;*/
    outline: 0;
    background-color: transparent;
  }

  .navbar > .container .navbar-brand {
    margin-left: 0px;
  }
}

@media screen and (min-width: 768px) {
  #navbar {
    margin-left: 116px;
    border-bottom: none;
    margin-bottom: 0px;
  }
}

@media screen and (min-width: 1200px) {
  #navbar {
    margin-left: 0px;
    margin-right: -6em;
  }

  .navbar > .container .navbar-brand {
    margin-left: -180px;
  }

  .navbar-brand {
    width: 116px;
    height: 44px;
    background: transparent url("assets/sf-aiga.png") no-repeat center
      center;
    background-size: 100% 100%;
  }
}

@media screen and (max-width: 767px) {
  .navbar.mobile-transparent,
  .navbar.mobile-transparent .container {
    background-color: transparent;
  }

  .navbar.mobile-transparent .navbar-brand {
    background-image: url("assets/sf-aiga-white.png");
  }

  .navbar.mobile-transparent .toggle-button {
    background-image: url("assets/menu-icon-white.png");
  }
}

.navbar-nav {
  display: block;
  float: none;
}

.navbar-nav > li > a {
  font-family: "Graphik-Medium";
  color: black;
  font-size: 0.95rem !important;
  text-shadow: none;
  padding-top: 10px;
  padding-left: 0;
  padding-right: 0;
  transition: all 0.1s ease !important;
}

.navbar-nav > li > a:hover {
  color: #ec008c;
  transition: all 0.1s ease !important;
}

.navbar-nav > li > a:hover:last-child {
  color: #ec008c;
  transition: all 0.1s ease !important;
}

.navbar-nav > li > a:active {
  text-decoration: underline;
  transition: all 0.1s ease !important;
}

.navbar-nav > li {
  padding-right: 1.2em;
}

.navbar-nav > li:last-child {
  padding-right: 0;
  padding-left: 1.5em;
}

.navbar-nav > li:last-child > a {
  font-family: "Graphik-Regular";
  font-size: 1.2rem;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: transparent;
}

.navbar-nav > .current-menu-item > a {
  color: #ea0b8c;
}

.navbar-nav > .current-menu-item > a:before {
  content: "";
  position: absolute;
  height: 0px;
  width: 103%;
  border-top: none;
}

@media screen and (min-width: 768px) {
  .navbar-nav > li > a {
    font-size: 0.8rem;
  }

  .navbar-nav > li:last-child {
    padding-right: 0;
    text-align: right;
    padding-left: 1.5em;
  }

  .navbar-nav > li:last-child:before {
    content: "";
    position: absolute;
    left: 0em;
    top: -1px;
    height: 2em;
    width: 2em;

    background: transparent url("assets/search-icon.png") no-repeat left 13px;
    background-size: 1em 1em;
  }

  .navbar-nav > li:last-child.current-menu-item:before {
    border-top: 2px solid #ea0b8c;
  }

  .navbar-nav > li.current-menu-item:last-child:before {
    background-image: url("assets/search-icon-pink.png");
  }

  .navbar-nav > li:last-child > a {
    font-family: "Graphik-Bold";
    font-size: 0.8rem;
  }

  .navbar-nav > li:last-child {
    float: right;
  }

  .navbar-nav > .current-menu-item > a:before {
    content: "";
    position: absolute;
    height: 1px;
    top: -1px;
    width: 103%;
    border-top: 2px solid #ea0b8c;
  }
}

@media screen and (min-width: 850px) {
  .navbar-nav > li {
    padding-right: 2em;
  }
}

@media screen and (min-width: 890px) {
  .navbar-nav > li {
    padding-right: 2.3em;
  }
}

@media screen and (min-width: 992px) {
  .navbar-nav > li {
    padding-right: 2.6em;
  }

  .navbar-nav > li > a {
    font-size: 0.9rem;
  }

  .navbar-nav > li:last-child > a {
    font-size: 0.9rem;
  }

  .comm-logo,
  .mucho-logo {
    float: left;
    clear: both;
  }

  .comm-logo {
    max-width: 56% !important;
    margin-bottom: 0 !important;
  }

  .mucho-logo {
    max-width: 41% !important;
  }

  .partners_fluid img {
    max-width: 37.2%;
    margin-left: 0rem !important;
    margin-right: 4.8%;
    max-height: 3.8rem;
    padding-top: 0rem !important;
    vertical-align: middle;
    margin-top: 1rem !important;
    margin-bottom: 4.6rem;
  }

  .container-fluid.partners_fluid a:nth-child(3),
  .container-fluid.partners_fluid a:nth-child(2) {
    opacity: 0.6;
  }

  .partners_fluid a:last-child img {
    margin-right: 0%;
  }
}

@media screen and (min-width: 1100px) {
  .navbar-nav > li {
    padding-right: 3em;
  }
}

@media screen and (min-width: 1200px) {
  .navbar-nav > li {
    padding-right: 3em;
  }
}

@media screen and (min-width: 1400px) {
  .navbar-nav > li {
    padding-right: 4em;
  }
}

@media screen and (min-width: 1600px) {
  .navbar-nav > li {
    padding-right: 5em;
  }
}

@media screen and (min-width: 1800px) {
  .navbar-nav > li {
    padding-right: 6em;
  }
}

/*End of Header Customizations*/

/*Sticky Footer Customizations*/

.sticky_cont {
  /*    position: absolute;
        bottom: 0;
        width: 100%;*/
}

/*Sticky Footer Customizations*/

#content {
  margin-top: 80px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}

.content {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}

#primary {
  padding-bottom: 1em;
}

.category-label {
  color: #fff;
  background-color: #ea0b8c;
  font-family: "Graphik-Bold";
  padding: 0.3em 0.5em;
  text-transform: uppercase;
  font-size: 0.7rem;
  margin-bottom: 1em;
}

.big_image {
  position: relative;
}

.big_image .category-label {
  font-size: 0.8rem;
  position: absolute;
  top: 0;
  left: 1.565rem;
  display: none;
}

@media screen and (min-width: 768px) {
  .category-label {
    position: absolute;
    top: 0;
    left: 0.6rem;
  }
}

.main-title {
  font-family: "Graphik-Medium";
  font-size: 1.75rem !important;
  color: #000000;
  font-weight: 600;
}

.day_number {
  font-family: "Graphik-Medium";
  color: #ea0b8c;
  font-weight: 600;
}

.day_date {
  font-family: "Graphik-Regular";
  color: #b3b3b3;
  font-size: 1.25rem !important;
  margin-top: -0.4rem;
}

.event_title {
  font-family: "Graphik-Medium";
  color: black;
  font-weight: 600;
}

.event_title div {
  padding-bottom: 0.5rem;
}

.event_border {
  border-top: 1px solid #b3b3b3;
}

.event-big {
  padding-bottom: 2.5em;
}

.event_big_infos .event_title {
  font-size: 1.6rem;
  line-height: 1.2em;
  padding-top: 0.4em;
}

.event_big_infos .day_number {
  line-height: 1.1em;
  font-size: 2rem;
}

.event_big_infos .day_number .event_border {
  padding-top: 0.25em;
}

.event_big_infos .day_date {
  font-size: 0.75em;
  margin-top: -0.8rem;
}

.featured_cat_medium {
  font-family: "Graphik-Regular";
  color: #ea0b8c;
  font-size: 0.8em;
}

.featured_title_medium {
  font-family: "Graphik-Medium";
  color: black;
  font-size: 1rem;
  line-height: 1.2em;
  font-weight: 600;
}

.featured_cat_big {
  font-family: "Graphik-Regular";
  color: #ea0b8c;
  font-size: 1em;
}

.featured_title_big {
  font-family: "Graphik-Bold";
  color: black;
  font-size: 1.6rem;
  padding-bottom: 1em;
  line-height: 1.2em;
}

@media screen and (min-width: 768px) {
  .event-big {
    padding-bottom: 3em;
  }

  .event_big_infos .event_title {
    padding-top: 0.6em;
    font-size: 1.6rem;
  }

  .event_big_infos .day_number {
    font-size: 2.5em;
  }
}

@media (min-width: 992px) {
  .event_big_infos .event_title {
    padding-top: 0.8em;
    font-size: 2rem;
  }

  .event_big_infos .day_number {
    font-size: 3em;
  }

  .featured_cat_big {
    font-size: 1.2em;
  }

  .featured_title_big {
    font-size: 2rem;
  }
}

@media (min-width: 1200px) {
  .main-title {
    font-size: 2.3em;
  }

  .event_big_infos .event_title {
    padding-top: 1em;
    font-size: 2rem;
  }

  .event_big_infos .day_number {
    font-size: 3em;
  }

  .featured_cat_big {
    font-size: 1.2em;
  }

  .featured_title_big {
    font-size: 2.3rem;
  }
}

@media screen and (max-width: 767px) {
  .event_big_infos {
    padding-top: 1em;
  }

  .med_events_row .day_number {
    font-size: 1.8rem;
    line-height: 1.3em;
    margin-left: 0.4rem;
  }

  .event_big_infos .day_number {
    display: inline;
  }

  .event_big_infos .day_number div {
    display: inline;
    font-size: 2.6rem;
    margin-left: -0.6rem;
  }

  .event_big_infos .day_date {
    display: inline-block;
  }

  .event_big_infos .day_date > span {
    display: block;
  }
}

.event_infos {
  margin-bottom: 1em;
  padding-left: 1.5em;
  padding-right: 1.5em;
  padding-top: 1em;
  min-height: 300px;
}

@media screen and (max-width: 1600px) {
  .event_infos {
    min-height: 410px;
  }
}

@media screen and (max-width: 425px) {
  .event_infos {
    min-height: auto;
  }
}

.event_infos .row {
  margin-left: -1.5em;
  margin-right: -1.5em;
}

.event_infos .day_number .event_border {
  padding-top: 1em;
}

.event_infos .event_title {
  padding-top: 1em;
  font-size: 1em;
}

.event_infos .event_category {
  color: #ea0b8c;
  font-family: "Graphik-Regular";
  font-size: 0.9rem;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .home .event-big,
  .home .diff_background .content {
    margin-bottom: -4rem !important;
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  h2.site-ui.upcoming-title {
    margin-left: 2rem;
  }

  .home .diff_background .content {
    margin-left: 1.1625rem;
    margin-right: 1.1625rem;
    padding-right: 5.5rem !important;
  }
}

@media screen and (min-width: 768px) {
  .event_infos {
    margin-bottom: 2em;
    padding-left: 0.6em;
    padding-right: 0.6em;
    padding-top: 0.5em;
  }

  .event_infos .row {
    margin-left: -0.6em;
    margin-right: -0.6em;
  }

  .event_infos::before {
    content: "";
    position: absolute;
    height: 1px;
    left: 0.6em;
    right: 0.6em;
    top: 0;
    border-top: 1px solid #b3b3b3;
  }
}

@media screen and (max-width: 767px) {
  .event_infos + .event_infos::before,
  :not(.event_month) + .clearfix + .event_infos::before {
    content: "";
    position: absolute;
    height: 1px;
    left: 1em;
    right: 1.5em;
    top: 0;
    border-top: 1px solid #b3b3b3;
  }

  .imgless_row .event_infos::before,
  .event_infos + .medium_post_data::before {
    content: "";
    position: absolute;
    height: 1px;
    left: 1.5em;
    right: 1.5em;
    top: 0;
    border-top: 1px solid #b3b3b3;
  }

  .event_infos .day_number {
    font-size: 1.8rem;
    line-height: 1.3em;
  }

  .event_infos .day_number .event_border {
    padding-top: 0;
  }

  .event_infos .day_date > span {
    display: inline;
    line-height: 1.2em;
  }

  .event_infos .event_title {
    font-size: 0.9rem;
    padding: 0.4em 1.2em 0.4em 0em;
    margin-left: -1.3em;
  }

  .event_infos .event_category {
    margin-left: -1.3em;
  }

  .compact.event_infos .day_number,
  .compact.event_infos .day_date {
    display: inline;
    font-size: 0.9rem;
    color: #ea0b8c;
    font-family: "Graphik-Regular";
  }

  .compact.event_infos .event_title {
    margin-left: 0;
    padding-right: 0px;
  }
}

.next_events_label {
  font-family: "Graphik-Regular";
  text-transform: capitalize;
  color: #252525;
  font-size: 1.12rem;
  padding-left: 0em;
  padding-top: 4em;
  max-width: 66%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.2rem;
}

.diff_background {
  background-color: #f9f9f9;
}

.medium_post_data {
  margin-bottom: 1em;
  padding-left: 1.5em;
  padding-right: 1.5em;
}

.event_infos + .medium_post_data {
  padding-top: 1.5em;
  margin-bottom: 0em;
}

@media screen and (min-width: 768px) {
  .medium_post_data {
    position: relative;
    margin-bottom: 2em;
    padding-left: 0.6em;
    padding-right: 0.6em;
  }

  .event_infos + .medium_post_data {
    padding-top: 0em;
  }
}

.medium_post_cont {
  padding-left: 1em;
}

.std_button {
  text-align: center;
  margin: 0px;
  padding: 0;
  min-height: 30px;
}

.all_events_button {
  font-family: "Graphik-Medium";
  text-transform: capitalize;
  color: #ec008c;
  font-size: 1.25rem;
  border: 2px solid #ec008c;
  background-color: transparent;
  display: block;
  padding: 0.9em 1.6em 0.9em 2.3em !important;
}

.all_events_button .span {
  line-height: 1em;
}

.all_events_button .arrow_icon {
  /* height: 1em; */
  line-height: 1.5;
  vertical-align: initial;
  padding: 0em 0.4rem;
  padding-top: 0rem;
  -ms-transform: translate(50px, 100px);
  -webkit-transform: translate(50px, 100px);
  transform: translate(-6px, 4px);
  padding-left: 0.8rem;
}

@media screen and (min-width: 768px) {
  .std_button {
    margin: 1em auto 4em auto;
  }

  .all_events_button {
    display: inline;
    padding: 0.8em 3em;
  }
}

.featured_events_label {
  font-family: "Graphik-Regular";
  text-transform: uppercase;
  color: #b3b3b3;
  font-size: 0.8em;
  padding-left: 0em;
  padding-top: 1em;
  padding-bottom: 1em;
}

@media (max-width: 767px) {
  .featured_events_label {
    padding-top: 3em;
  }
}

.featured_cat {
  font-family: "Graphik-Regular";
  color: #ea0b8c;
  font-size: 0.7em;
  padding-bottom: 1em;
}

.featured_title {
  font-family: "Graphik-Bold";
  color: black;
  font-size: 1em;
}

@media (max-width: 767px) {
  .featured_title {
    font-size: 0.9em;
  }
}

.featured_container {
  border-top: 1px solid #b3b3b3;
  padding-top: 1em;
}

.featured_image {
  padding-right: 0.5em;
}

.featured_column {
  padding-bottom: 2em;
}

#q_row {
  padding-bottom: 0em;
}

#submit_simplenewsletter {
  background-color: white;
  position: relative;
  top: -4em;
  width: 22em;
  float: right;
  height: 11em;
}

#submit_simplenewsletter fieldset {
  display: inline-block;
  position: relative;
}

.blank_row {
  min-height: 30vh;
}

.pinkrow {
  margin-top: 4em;
  background-color: #fbfbfb;
  -ms-transform: translate(0px, 57px) !important;
  -webkit-transform: translate(0px, 57px) !important;
  transform: translate(0px, 57px) !important;
  margin-bottom: 3.5rem;
  margin-left: 1.5rem;
  max-width: 95%;
  padding-left: 2.5rem;
  /* padding-right: 15rem; */
  border: 1px solid whitesmoke;
}

.home .pinkrow .fa-envelope-o {
  color: #ec008c;
  font-size: 2rem;
  float: left;
  margin-top: 2.3rem;
  margin-left: 1.9rem;
  margin-right: 0.6rem;
}

.pinkrow a.all_events_button {
  -ms-transform: translate(109px, 27px) !important;
  -webkit-transform: translate(109px, 27px) !important;
  transform: translate(109px, 27px) !important;
  position: absolute;
  right: 15%;
}

.newsletter_caption {
  max-width: 24rem;
  margin-top: -0.5rem;
  color: #808080;
  line-height: 1.65rem;
  text-transform: capitalize;
  font-size: 1.12rem;
  padding-top: 2em;
  padding-bottom: 2em;
}

.simplenewsleter-field input {
  border: none;
  border-bottom: 1px solid #b3b3b3;
  margin: 2em 2em 0em 2em;
  padding-bottom: 1em;
  font-family: "Graphik-Bold";
  color: black;
  font-size: 0.7em;
  width: 18em;
}

input[type="submit"].simplenewsleter-field-submit {
  font-family: "Graphik-Bold";
  text-transform: uppercase;
  color: #ea0b8c;
  font-size: 0.7em;
  border: 1px solid #ea0b8c;
  position: absolute;
  top: 1em;
  right: 1em;
}

.partners_img {
  padding: 1em 0em 3em 0em;
  border-top: 1px solid #b3b3b3;
}

.partners_img img + img {
  margin-left: 2%;
}

.partners_category {
  font-family: "Graphik-Regular";
  text-transform: uppercase;
  color: #b3b3b3;
  font-size: 0.8em;
  padding-top: 1em;
  padding-bottom: 1em;
}

.col_partners {
}

.arrow_icon {
  height: 1em;
  vertical-align: top;
  margin-right: 0.7rem;
}

.menu_icon {
  height: 2.7em;
}

.next_events_label .arrow_icon {
  transform: rotate(90deg);
}

.footer_infos {
  text-align: left;
  font-family: "Graphik-Regular";
  color: #b3b3b3;
}

.footer_container a {
  color: white;
}

.footer_container p {
  margin-bottom: 0.5em;
}

.fifth_row {
  padding-bottom: 1em;
}

.menu_bar .menu-item {
  border-top: 1px solid #b3b3b3;
}

.col_partners img {
  width: 45%;
}

.footer_fluid {
  background-color: black;
}

/* passati da ugc*/
.share_title {
  font-family: "Graphik-Regular";
  text-transform: uppercase;
  color: black;
  font-size: 1em;
  padding-top: 1em;
  padding-bottom: 1em;
}

.share_icon {
  width: 1em;
}

.share_col {
  margin-top: 1em;
}

.share_col::before {
  content: "";
  position: absolute;
  background-color: white;
  top: 0;
  left: 0;
  width: 85%;
  border-top: 1px solid lightgray;
  margin-left: 1.5em;
}

.thanks_title {
  font-family: "Graphik-Bold";
  color: black;
  font-size: 1.2em;
  padding-top: 1em;
}

.thanks_cont {
  font-family: "Graphik-Regular";
  color: black;
  font-size: 1em;
  padding-top: 1em;
  padding-bottom: 2em;
}

.heading_claim {
  font-family: "Graphik-Bold";
  color: white;
  font-size: 3em;
  padding-top: 0.5em;
  padding-left: 0.7em;
  line-height: 1em;
}

/* passati da ugc*/

@media screen and (max-width: 767px) {
  .menu_bar {
    border: none;
  }

  .menu-toggle {
    padding: 0em;
    float: right;
  }

  #content {
    padding-top: 2em;
  }

  .content {
    padding-top: 0em;
    overflow: hidden;
  }

  .event_border {
    border: none;
  }

  .big_image {
    padding-right: 0em;
  }

  .next_events_label {
    padding-left: 0em;
    padding-top: 1em;
    font-size: 1em;
  }

  .next_col {
    padding-left: 2.2em;
  }

  .med_events_row {
    padding-top: 1.5em;
    padding-left: 12% !important;
  }

  .imgless_row {
    padding-top: 0em;
  }

  .col_partners {
    float: left;
  }

  .partners_category {
    font-size: 1em;
  }

  .partners_img {
    padding-bottom: 1em;
  }

  .newsletter_caption {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  #submit_simplenewsletter {
    margin-top: -14em;
    left: 0em;
    top: 0;
    width: 19em;
    height: 14em;
    margin-left: -25px;
    margin-left: -1.5625rem;
  }

  #submit_simplenewsletter .error {
    position: absolute;
    padding-left: 2em;
  }

  .pinkrow {
    height: 19em;
    display: none;
  }

  .simplenewsleter-field input {
    width: 15em;
    font-size: 1em;
  }

  input[type="submit"].simplenewsleter-field-submit {
    left: 3em;
    position: inherit;
    margin-top: 2em;
  }

  .blank_row {
    min-height: 3em;
  }

  #q_row {
    padding-left: 0em;
    padding-right: 0em;
  }
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }

  .comm-logo {
    margin-bottom: 0 !important;
  }

  .partners_fluid img {
    margin-left: 0rem !important;
    max-width: 6rem;
    margin-right: 4rem;
    max-height: 3.7rem;
    margin-top: 1rem;
    margin-bottom: 2rem !important;
  }

  .mucho-logo {
    max-width: 7rem !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.partners_fluid {
  margin-top: 7em;
}

.event_fluid_title {
  font-size: 1.75rem;
  line-height: 2.4rem;
  color: #333333;
}

.event_big_infos .event_fluid_title {
  height: 7em;
}

.partner {
  opacity: 0.8 !important;
  width: 50%;
}

@media screen and (min-width: 768px) {
  .partner {
    width: 33.33%;
  }
}

@media screen and (min-width: 990px) {
  .partner {
    width: 25%;
  }
}

.partner img {
  max-width: 125px !important;
  width: auto !important;
}

.pp-logo {
  clear: both;
}

.comm-logo {
  clear: both;
}

@media screen and (max-width: 1024px) {
  .pp-logo {
    clear: none;
  }

  .salesf-logo {
    clear: both;
  }

  .comm-logo {
    clear: none;
  }

  .vdm-logo {
    clear: both;
  }
}

@media screen and (max-width: 768px) {
  .pp-logo {
    clear: none;
  }

  .salesf-logo {
    clear: none;
  }

  .comm-logo {
    clear: both !important;
    max-width: 6rem !important;
    float: left;
  }

  .comm-logo img {
    max-width: 6rem !important;
  }

  .vdm-logo {
    clear: none;
    float: left;
  }
}
@media screen and (max-width: 425px) {
  .oracle img {
    max-width: 6rem !important;
    width: 6rem !important;
  }
}
