.flex-wrapper {
  display: flex; }
  .flex-wrapper.overwrite {
    display: flex !important; }
  .flex-wrapper.flex-wrap {
    flex-wrap: wrap; }
  .flex-wrapper.flex-direction-row {
    flex-direction: "row"; }
  .flex-wrapper.flex-direction-col {
    flex-direction: "column"; }
  .flex-wrapper > *.flex-grow {
    flex-grow: 1; }

ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.mt-0 {
  margin-top: 0px; }

@font-face {
  font-family: "SFUFUTURABOLD";
  src: url("fonts/SFUFUTURABOLD.eot");
  src: url("fonts/SFUFUTURABOLD.eot?#iefix") format("embedded-opentype"), url("fonts/SFUFUTURABOLD.woff") format("woff"), url("fonts/SFUFUTURABOLD.ttf") format("truetype"), url("fonts/SFUFUTURABOLD.svg#SFUFUTURABOLD") format("svg");
  font-weight: normal;
  font-style: normal; }
/*
| TNCP_bc_tanhotu_single_project ( SCSS )
 */
.TNCP_bc_tanhotu_single .single-heading {
  font-weight: bold;
  color: #36417c;
  text-align: center;
  font-size: 25px;
  text-transform: uppercase;
  margin: 10px 0px 20px 0px;
  font-family: SFUFUTURABOLD; }
.TNCP_bc_tanhotu_single .single-project-slideshow img {
  width: 100%; }
.TNCP_bc_tanhotu_single h2 {
  font-weight: bold;
  font-family: GothamBold;
  font-size: 1.3em;
  text-transform: uppercase;
  margin: 10px 0px; }

/*# sourceMappingURL=style.css.map */
