.portfolio_title h1 {
  margin-top: 0;
  text-align: center;
}

.portfolio_subtitle {
  text-align: center;
  margin-bottom: 4em;
}

.xa_portfolio_product {
  margin-left: 15%;
  margin-bottom: 5em;
  opacity: 0;
}

.portfolio_sample, .portfolio_technos, .portfolio_quotes {
  position: relative;
  -webkit-box-shadow: 4px 4px 5px rgba(50, 50, 50, 0.75);
  -moz-box-shadow:    4px 4px 5px rgba(50, 50, 50, 0.75);
  box-shadow:         4px 4px 5px rgba(50, 50, 50, 0.75);
  border-radius: 0.4em;
  overflow: hidden;
}

.portfolio_sample {
  border: 1px solid black;
}

.portfolio_technos {
  border: 1px solid blue;
  background-color: #E0DFE4;
}

.portfolio_quotes {
  border: 1px solid green;
  background-color: #E0DFE4;
  text-align: justify;
}

.portfolio_techno {
  margin: 5% 5% 5% 5%;
  float: left;
}

.portfolio_techno img {
  height: 64px;
}

.portfolio_technos ol {
  list-style-type: none;
}

.portfolio_sample_text, .portfolio_sample_text_right {
  color: #1C1C1E;
  text-shadow: 0px 0px 2px #FFFFFF;
  background: rgba(31, 174, 255, 0.96);
  padding: 1em 2em 1em 2em;
  width: 100%;
  bottom: 1em;
  position: absolute;
  opacity: 0;
}

.portfolio_sample_text {
  text-align: left;
}

.portfolio_sample_text_right {
  text-align: right;
}

.portfolio_sample_text p,
.portfolio_sample_text_right p {
  position: relative;
  margin-bottom: 0.5em;
  margin-top: 0;
}

.portfolio_sample_text p {
  left: 110%;
}

.portfolio_sample_text_right p {
  left: -110%;
}

.portfolio_sample_back {
  width: 100%;
  height: 100%;
}

.xa_portfolio_separator, .xa_portfolio_header {
  position: relative;
  z-index: -1;
}

.xa_portfolio_separator {
  background-color: #1E6DCC;
  text-align: center;
  height: 20em;
}

.xa_portfolio_header {
  height: 32px;
}

.portfolio_separator_icon {
  position: absolute;
  bottom: 50%;
  color: #084391;
  text-shadow: 0px 0px 32px #084391;
  font-size: 3em;
}

.img_portfolio_techno {
  padding: 4px 4px 4px 4px;
  border: 1px solid #1C1C1E;
  border-radius: 0.4em;
  box-shadow: 0px 0px 3px #BEBFC4, 4px 4px 4px #1C1C1E;
  background-color: #FFFFFF;
}
#xa_portfolio_menu_container {
  z-index: 1000;
}

.xa_portfolio_menuitem {
  position: relative;
  border: 2px dashed #1E6DCC;
  padding: 1em;
  background-color: rgba(255, 255, 255, 0.5);
  overflow: hidden;
  z-index: 1000;
  margin: 0.5em;
}

.xa_portfolio_menuitem_img {
  width: 30%;
  float: left;
  margin-right: 1em;
  margin-bottom: 1em;
}

.xa_portfolio_menuitem_img_title {
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
}

.xa_portfolio_menuitem_hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  background: rgba(50, 50, 50, 1);
  cursor: pointer;
}

#xa_portfolio_menuitem_selector {
  position: fixed;
  z-index: 1100;
  display: none;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the top of the
 * compiled file, but it's generally better to create a new file per style scope.
 *

 */
