html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  font-family: 'Questrial', sans-serif;
  font-size: 15px;
  background: #ffffff;
}
main{
  overflow: hidden;
}

::-moz-selection {
  color: #fff; 
  background: #B11A21;
}

::selection {
  color: #fff; 
  background: #B11A21;
} 

/* CONTENT-MARKER */

.content-marker{
  position: relative;
}
.content-marker:before{
  content: "";
  position: absolute;
  background: #c4c4c4;
  bottom: 0;
  left: calc(50% - 0.5px);
  width: 1px;
  height: 4em;
}
.content-marker:after {
  content: "";
  position: absolute;
  background: #c4c4c4;
  top: 100%;
  left: calc(50% - 0.5px);
  width: 1px;
  height: 4em;
  z-index:1;
}
.p-header.content-marker:before{
  background: #FFF;
}
.main-header.content-marker:before{
  background: #000;
}

/* FONT */

h2 {
  font-weight: 600;
  margin-bottom: 0.6em;
}

h3 {
  display: block;
  margin-bottom: 3px;
  font-weight: bold;
  font-size: 1.1em;
}

h4 {
  margin-bottom: 14px;
  color: hsl(0, 0%, 93%);
  font-size: 1.1em;
}

h5 {
  line-height: 1em;
  transition: all .3s ease;
}

ul {
  list-style-type: none;
  margin-left: -0.66em;
  padding-left: 0.66em;
}

a:hover {
  text-decoration: none;
}

strong {
  font-weight: bold;
}

.js-reveal-on-scroll{
  opacity:0;
}
.disabled{
  opacity: 0.3!important;
  cursor: not-allowed!important;
}


/* NAVBAR */

.navbar-default {
  background-color: #ffffff;
  height: 5rem;
  -o-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}
.nav-content {
  display:none;
}
.navbar-collapse ul{
  border-top: 1px solid #ffffffcc;
  padding: 1.5rem 2rem;
}

.navbar-collapse li a {
  color: #cccccc;  
  font-size: 1.4em;
  letter-spacing: 0.04em;
  font-weight: 200;
  line-height: 2em;
}
.navbar-collapse li a:hover, .navbar-collapse li.active a {
  color: #fff;  
}

.navbar-collapse {
  position: fixed;
  right: 0;
  top:0;
  height: 100%;
  width: 100%;
  padding: 6rem 3rem 3rem;
  background-color: #000/*#020b17`*/;
  display: none;
  overflow-y: scroll;
  overflow-x:hidden;
  z-index: 500;
  text-align:right;
}
.brand-name {
  color: #000;
  font-size: 1.3em;
  font-weight: 800;
  -webkit-transition: all .1s;
  transition: all .1s;
  z-index: 100;
  margin-left: 0;
}
.brand-name:hover{
  opacity: 0.8;
}
.brand-desc {
  font-size: 0.6em;
  font-weight: 200;
  color: rgb(0, 0, 0);
  opacity: 0.5;
  line-height: 8px;
}

.menu {
  padding: 10px;
  height: 48px;
  z-index:2;
}
.menu:hover{
  cursor:pointer;
}
.menu span {
  margin: 0 auto;
  position: relative;
  top: 12px;
}
.menu span:before, .menu span:after{
  position: absolute;
  content: '';
}
.menu span, .menu span:before, .menu span:after {
  width: 30px;
  height: 2px;
  background-color: #000000;
  display: block;
}
.menu span {
  width: 20px;
  margin-right: 10px;
}
.menu span:before {
  margin-top: -7px;
}
.menu span:after {
  margin-top: 7px;
}
.navbar-toggler span {

}
.navbar-toggled .navbar-toggler span {
  background-color: transparent;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.navbar-toggler span:before {
  -webkit-transition-property: margin, -webkit-transform;
  transition-property: margin, transform;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-delay: 0.2s, 0s;
  transition-delay: 0.2s, 0s;
}

.navbar-toggled .navbar-toggler span:before {
  margin-top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition-delay: 0s, 0.2s;
  transition-delay: 0s, 0.2s;
}

.navbar-toggler span:after {
  -webkit-transition-property: margin, -webkit-transform;
  transition-property: margin, transform;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-delay: 0.2s, 0s;
  transition-delay: 0.2s, 0s;
}

.navbar-toggled .navbar-toggler span:after {
  margin-top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition-delay: 0s, 0.2s;
  transition-delay: 0s, 0.2s;
}

.navbar-toggled.navbar-default {
  background-color: #000;
  color: #fff;
}
.navbar-toggled.navbar-default .brand-name {
  color: #ffffff;
}
.navbar-toggled.navbar-default .brand-desc {
  color: #bbbbbb;
}
.navbar-toggled.navbar-default .menu span:before, .navbar-toggled.navbar-default .menu span:after {
  background-color: #fff;
}

/*NAVBAR CHANGE DESIGN*/
.nav_alpha-change.nav-transparent .brand-name, .nav_alpha-change.nav-transparent .brand-desc{
  color: #FFF;
}
.nav_alpha-change.nav-transparent .menu span, .nav_alpha-change.nav-transparent .menu span:before, .nav_alpha-change.nav-transparent .menu span:after {
  background-color: #FFF;
}
.nav_alpha-change.nav-transparent.navbar-default,.nav_alpha-change.nav-transparent.navbar-toggled .navbar-toggler span {
  background-color: transparent;
}

.nav-up{
  top: -5rem;
  opacity:0;
}
.nav-down{
  top: 0;
  opacity:1;
}

/*BANNER*/
.main-header{
  position: relative;
  height: 100vh;
  width: 100%;
  background-color: #fff;
}

.heading-wrapper{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #020b17;
  text-align: center;
}

.heading-wrapper h1{
  font-size: 4rem;
  font-weight: 1000;
  margin-bottom: 1.5rem;
}
.subheading{
  font-size: 1.2em;
  color: #020b17;
  line-height: 1.5rem;
}

/* PORTFOLIO */

.p-select{
  position: relative;
  padding: 5rem 0;
  min-height: 100vh;
  background-color: #f6f6f6;
  font-size: .88em;
}

.p-select-module {
  margin: 2.5rem auto 0;
  width: 50%; 
  z-index:1;
  outline:none!important;
}
.p-select-module:nth-of-type(2n){
  padding-left: 2%;
}
.p-select-module:nth-of-type(2n + 1){
  padding-right: 2%;
}
.p-select:before{
  position: absolute;
  content: " ";
  background: #fff;
  top: 0;
  right: 0;
  width: 16.67%;
  bottom:0;
}

.p-select-module > a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.p-select-module img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 100%;
}
.p-select-module > a:after {
  position: absolute;
  content: " ";
  background: hsla(0, 0%, 0%, 0.7) url("../images/content/svg/external-link.png") center/40px 40px no-repeat scroll;
  top: 0;
  left: 0;
  right:0;
  bottom: 0;
  z-index: 100;
  opacity:0;
  -webkit-transition: opacity 0.25s ease;
  -moz-transition: opacity 0.25s ease;
  -o-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.p-select-module > a:hover:after{
  opacity:1;
}
.p-select-desc {
  padding: 1.5em 0 0 0;
  line-height: 1em;
  font-weight: 200;
  color: #0000008c;
}

.p-select-desc h2 a{
  font-size: 1.2em;
  color: #000;
  font-weight: 400;
}
.p-select-desc h2 a:hover{
  text-decoration: underline;
}

/* PROJECT MAIN CONTENT*/

.p-header, .v-main-header, .c-main-header{
  padding: 13rem 0 8rem 0;
  background-color: #B11A21;
  color: #ffffff;
  text-align: center;
  line-height: 1.4em;
}
.p-header.bg-red{
  background-color: #B11A21;
}
.p-header.bg-blu{
  background-color: #06537E;
}
.p-header.bg-gold{
  background-color: #A1804B;
}

.p-header h1, .v-main-header h1, .c-main-header h1{
  font-size: 1.6em;
  font-weight: 400;
}

.p-main-desc{
  background-color: #FFF;
  padding: 4.5rem 0;
  color: #000;
}


.p-desc-box{
  text-align: center;
  color: #999999;
  padding: 2.5rem;
  width: 100%;
  margin: auto;
}
.p-desc-box h2 {
  color: #333333;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1em;
}


.p-image-gallery{
  max-width: 768px;
  margin: auto;
  padding: calc(5rem + 2.5%) 2.5%;
}

.p-image-module {
  position: relative;
  display: block;
  width: 95%;
  margin: 2.5%;
  overflow: hidden;
}
.p-image-module img{
  display: block;
  height: 100%;
  width: 100%;
}

.p-slider{
  margin: 1.25%;
  max-width: 290px;
}
.p-slider .p-image-module > div {
  height: 346px;
  margin: 0;
  opacity: 0.6;
  transform: scale(0.96);
}
.p-slider .slick-center div{
  opacity: 1;
  transform: scale(1);
}
.p-slider .p-image-module {
  margin: 0;
}

.p-image-module:after {
  position: absolute;
  content: " ";
  background: hsla(0, 0%, 0%, 0.7) url("../images/content/svg/plus.svg") center/40px 40px no-repeat scroll;
  top: 0;
  left: 0;
  right:0;
  bottom: 0;
  z-index: 100;
  opacity:0;
  -webkit-transition: opacity 0.25s ease;
  -moz-transition: opacity 0.25s ease;
  -o-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.p-image-module:hover:after{
  opacity:1;
}


/* PROJECT NAVIGATION FOOTER */

.p-nav{
  border-top: 1px solid black;
  background-color: #111111;
  padding: 2.5rem 0;
  font-size: 1.1em;
  color: #ffffff;
}

.p-nav .fa-th{
  font-size: 20px;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.p-nav-box:nth-child(1){
  text-align:left;
}
.p-nav-box:nth-child(2){
  text-align:center;
}
.p-nav-box:nth-child(3){
  text-align:right;
}
.p-nav-box .p-prev, .p-nav-box .p-next{
  position: relative;
  display: block;
  background: transparent url("../images/content/svg/arrow-left.svg") center left/contain no-repeat scroll;
  height: 40px;
  width: 40px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.p-nav-box .p-prev{
  background-image: url("../images/content/svg/arrow-left.svg");
}
.p-nav-box .p-next{
  background-image: url("../images/content/svg/arrow-right.svg");
}

.p-nav-box .p-prev:after, .p-next:after{
  display: block;
  position: absolute;
  content: '';
  background: #fff;
  top: calc(50% - 1px);
  height: 2px;
  width: 0;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.p-nav-box .p-prev:after{
  left:17px;
}
.p-nav-box .p-next:after{
  right:17px;
}
.p-nav-box:hover .p-prev:after, .p-nav-box:hover .p-next:after{
  width: 22px;
}
.p-nav-box:hover .p-prev{
  margin-left: -22px;
  margin-right: 22px;
}
.p-nav-box:hover .p-next{
  margin-right: -22px;
  margin-left: 22px;
}

.p-nav-box.disabled:hover .p-prev:after, .p-nav-box.disabled:hover .p-next:after{
  width: 0;
}
.p-nav-box.disabled:hover .p-prev{
  margin-left: 0;
  margin-right: 0;
}
.p-nav-box.disabled:hover .p-next{
  margin-right: 0;
  margin-left: 0;
}

.p-nav a {
  color: #ffffff;
  opacity: .8;
}
.p-nav a:hover {
  opacity: 1;
}
.p-nav-box:hover .fa-th{
  font-size: 22px;
}


/* SLIDER ARROWS */

.slick-left, .slick-right{
  position: absolute;
  padding:0;
  margin:0;
  width: 40px;
  height: 40px;
  overflow:hidden;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  outline:none!important;
}

.slick-left {
  background-color: #000;
  bottom: -20px;
  right: -80px;
  transform: translateY(-50%);
  z-index: 1;
}
.slick-right {
  background-color: #000;
  bottom: -20px;
  right: -125px;
  transform: translateY(-50%);
}

.slick-left:hover, .slick-right:hover{
  cursor: pointer;
  opacity: .6;
}

.sl-overlay {
  background: #000;
  opacity: .86;
}
.sl-wrapper .sl-counter, .sl-wrapper .sl-close, .sl-wrapper .sl-prev, .sl-wrapper .sl-next{
  color: #fff!important;
}

.project0101 {
  background: #f6f6f6 url("../images/projekte/Alt Tempelhof/AT 18 aussen P2207023.jpg") center/cover no-repeat scroll;
}

.project0102 {
  background: #f6f6f6 url("../images/projekte/Alt Tempelhof/P2207045.jpg") center/cover no-repeat scroll;
}

.project0103 {
  background: #f6f6f6 url("../images/projekte/Alt Tempelhof/P2207053.jpg") center/cover no-repeat scroll;
}

.project0104 {
  background: #f6f6f6 url("../images/projekte/Alt Tempelhof/P2207057.jpg") center/cover no-repeat scroll;
}

.project0105 {
  background: #f6f6f6 url("../images/projekte/Alt Tempelhof/P2207052.jpg") center/cover no-repeat scroll;
}

.project0201 {
  background: #f6f6f6 url("../images/projekte/Friedensweg 23/Ansicht Garten P8099164.jpg") center/cover no-repeat scroll;
}

.project0202 {
  background: #f6f6f6 url("../images/projekte/Friedensweg 23/P2220020.jpg") center/cover no-repeat scroll;
}

.project0203 {
  background: #f6f6f6 url("../images/projekte/Friedensweg 23/16 Friedensweg 23 Kopie.jpg") center/cover no-repeat scroll;
}

.project0204 {
  background: #f6f6f6 url("../images/projekte/Friedensweg 23/Treppe Friedensweg 23.jpg") center/cover no-repeat scroll;
}

.project0301 {
  background: #f6f6f6 url("../images/projekte/Gätzschmannpfad/Gätschmannpfad Ansicht.jpg") center/cover no-repeat scroll;
}

.project0302 {
  background: #f6f6f6 url("../images/projekte/Gätzschmannpfad/Gätschmannpfad Fotos.jpg") center/cover no-repeat scroll;
}

.project0303 {
  background: #f6f6f6 url("../images/projekte/Gätzschmannpfad/Küche Gätschmannpfad.jpg") center/cover no-repeat scroll;
}

.project0304 {
  background: #f6f6f6 url("../images/projekte/Gätzschmannpfad/Wohzimmer Gätschmannpfad.jpg") center/cover no-repeat scroll;
}

.project0401 {
  background: #f6f6f6 url("../images/projekte/Kamps SXF/Kamps.jpg") center/cover no-repeat scroll;
}

.project0402 {
  background: #f6f6f6 url("../images/projekte/Kamps SXF/IMG_20170702_245953100.jpg") center/cover no-repeat scroll;
}

.project0501 {
  background: #f6f6f6 url("../images/projekte/Paetschstraße 25/Terrasse P 25.jpg") center/cover no-repeat scroll;
}

.project0502 {
  background: #f6f6f6 url("../images/projekte/Paetschstraße 25/Detail Broschüre .jpg") center/cover no-repeat scroll;
}

.project0503 {
  background: #f6f6f6 url("../images/projekte/Paetschstraße 25/Detail2 Paetschstraße .jpg") center/cover no-repeat scroll;
}

.project0601 {
  background: #f6f6f6 url("../images/projekte/Schillerstraße Lichterfelde-Ost/1 Treppenhaus DSCN1245.jpg") center/cover no-repeat scroll;
}

.project0602 {
  background: #f6f6f6 url("../images/projekte/Schillerstraße Lichterfelde-Ost/2 WE 2 DSCN0126.jpg") center/cover no-repeat scroll;
}

.project0603 {
  background: #f6f6f6 url("../images/projekte/Schillerstraße Lichterfelde-Ost/3 DSCN0151.jpg") center/cover no-repeat scroll;
}

.project0604 {
  background: #f6f6f6 url("../images/projekte/Schillerstraße Lichterfelde-Ost/4 DSCN0156.jpg") center/cover no-repeat scroll;
}

.project0605 {
  background: #f6f6f6 url("../images/projekte/Schillerstraße Lichterfelde-Ost/5 DSCN0158.jpg") center/cover no-repeat scroll;
}

.project0606 {
  background: #f6f6f6 url("../images/projekte/Schillerstraße Lichterfelde-Ost/6 .jpg") center/cover no-repeat scroll;
}

.project0607 {
  background: #f6f6f6 url("../images/projekte/Schillerstraße Lichterfelde-Ost/7 mauersägeverfahren.jpg") center/cover no-repeat scroll;
}

.project0608 {
  background: #f6f6f6 url("../images/projekte/Schillerstraße Lichterfelde-Ost/8IMG_0514 Vorbereiten Verpressen mit Quellzement.jpg") center/cover no-repeat scroll;
}

.project0609 {
  background: #f6f6f6 url("../images/projekte/Schillerstraße Lichterfelde-Ost/9 IMG_0521 Abdichtung Bodenplatte.jpg") center/cover no-repeat scroll;
}

.project0610 {
  background: #f6f6f6 url("../images/projekte/Schillerstraße Lichterfelde-Ost/10IMG_0568 Verlegung der Kalt- und Warmwasserleitungen.jpg") center/cover no-repeat scroll;
}

.project0611 {
  background: #f6f6f6 url("../images/projekte/Schillerstraße Lichterfelde-Ost/11 IMG_0527 Schlämmanstrich Sockelmauerwerk vor Abdichtung.jpg") center/cover no-repeat scroll;
}

.project0701 {
  background: #f6f6f6 url("../images/projekte/Katzbachstraße/P5060016.jpg") center/cover no-repeat scroll;
}

.project0702 {
  background: #f6f6f6 url("../images/projekte/Katzbachstraße/P5060017.jpg") center/cover no-repeat scroll;
}

.project0801 {
  background: #f6f6f6 url("../images/projekte/Handjerystraße/Balkon.jpg") center/cover no-repeat scroll;
}

.project0802 {
  background: #f6f6f6 url("../images/projekte/Handjerystraße/Balkon Stahl.jpg") center/cover no-repeat scroll;
}

.project0803 {
  background: #f6f6f6 url("../images/projekte/Handjerystraße/060.jpg") center/cover no-repeat scroll;
}

.project0804 {
  background: #f6f6f6 url("../images/projekte/Handjerystraße/085.jpg") center/cover no-repeat scroll;
}

.project0805 {
  background: #f6f6f6 url("../images/projekte/Handjerystraße/079.jpg") center/cover no-repeat scroll;
}

.project0806 {
  background: #f6f6f6 url("../images/projekte/Handjerystraße/074.jpg") center/cover no-repeat scroll;
}

.project0901 {
  background: #f6f6f6 url("../images/projekte/Gralsburgsteig/West_neu_2489.jpg") center/cover no-repeat scroll;
}

.project0902 {
  background: #f6f6f6 url("../images/projekte/Gralsburgsteig/westeseite_1775.jpg") center/cover no-repeat scroll;
}

/* Immobilienbewertung */

.v-main {
  min-height: 100vh;
  padding: 5rem 0;
  text-align: center;
  background-color: #f6f6f6;
}

.v-content-box {
  width: 270px;
  height: 320px;
  padding: 2.5rem;
  margin: 2.5rem;
  text-align:center;
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
  background-color: #fff;
}

.v-icon {
  width: 120px;
  height: 120px;
  padding-bottom: 2.5rem;
}


/*Kontaktseite*/

.c-main{
  padding: 9rem 0 5rem 0;
  background: #f6f6f6;
}

.c-main-img {
  display: block;
  width: 180px;
  height: auto;
  margin: auto;
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.member-nr{
  padding-top: 2.5rem;
  color: #fff;
  font-size: 1.2em;
}
.member-nr h3{
  font-weight: 400;
}
.member-nr p{
  font-weight: 600;
}

.c-info-table {
  margin-top: 5rem;
  font-size: 1.1em;
}

.c-info-table th{
  text-align:left;
}
.c-info-table th:nth-child(2){
  font-weight: 400;
}
.c-info-table td, .c-info-table th{
  vertical-align: middle;
}
.c-info-table td{
  text-align:right;
}

.c-info-table .icon-wrapper{
  background-color: #111;
  width: 2.4rem;
  height: 2.4rem;
  margin: 0.625rem auto;
  border: 1px solid transparent;
  -o-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.c-info-table i{
  font-size: 18px;
  color: #fff;
}
.c-info-table a.icon-wrapper:hover{
  background-color: #f6f6f6;
  border: 1px solid #000;
}
.c-info-table a.icon-wrapper:hover i{
  color: #000;
}


.c-aside{
  background: #fff;
  color: #000000;
  padding: 5rem 0;
}

.c-aside h2{
  color: #000;
  font-size: 1.6em;
  font-weight: 800;
  margin: 2.5rem 0;
}
.c-aside-box{
  position: relative;
  width: 100%;
  margin: 1.25rem auto;
  padding: 1.25rem;
  background-color: #f6f6f6;
}
.c-aside-box:after {
  content: "";
  position: absolute;
  bottom: 0%;
  right: 0%;
  width: 0px;
  height: 0px;
  border-bottom: 30px solid #fff; 
  border-left: 30px solid transparent;
}

.coorp ul li:first-child{
  margin-bottom: 1em;
  font-weight: 600;
}
.c-aside-box:last-child{
  margin-bottom: 2.5rem;
}

.educ ul{
  margin-left:0 !important;
  list-style-type: circle;
}

/*IMPRESSUM*/
.impressum{
  padding: 5rem 0;
}
.impressum h1{
  color: #000;
  font-size: 1.5rem;
  font-weight: 1000;
  line-height: 0.8em;
  margin: 0 0 1.25rem 0;
}

/*FOOTER*/
.main-footer{
  background-color: #262626;
  color: #cccccc;
  padding: 8rem 2rem 2rem 2rem;
  font-size: 1.1em;
}
.footer-box:nth-child(1) {
  padding-top: 0 1em 1em 1em;
}
.footer-box {
  padding: 1em;
}

.footer-footer {
  text-align: center;
  padding-top: 4rem;
}

.main-footer h2{
  color: #FFF;
  font-weight: 400;
  font-size: 1.6em;
  margin-bottom: 1.2em;;
}
.main-footer li{
  margin: 0.8em 0;
}
.main-footer li a{
  color: #cccccc;
  text-decoration: underline #cccccc;
}
.main-footer li a:hover{
  color: #FFF;
  text-decoration: underline #cccccc;
}

.main-footer .logo{
  display: block;
  height: 5em; 
  background-color: #ffffff;
}


@media (min-width: 576px) {

  /*BANNER*/
  .main-header h1{
    font-size: 5.4em;
  }

  /*PROJECT MAIN CONTENT*/

  .p-nav a{
    width: auto;
  }

  /*CONTACT*/
  .collab h1{
    font-size: 2.5rem;
  }

}

@media (min-width: 768px) {

  /* PORTFOLIO */
  .p-select{
    padding: 5rem 1.25%;
    font-size: 1em;
  }
  .p-select-module {
    width: 47.5%; 
  }
  .p-select-module:nth-of-type(2n){
    padding-left: 0;
  }
  .p-select-module:nth-of-type(2n + 1){
    padding-right: 0;
  }

  /*CONTACT*/
  .c-info-table {
    margin-top: 0;
  }

}

@media (min-width: 992px) {


  /*PORTFOLIO*/
  .p-select-module {
    margin: 2.5rem auto 2.5rem;
    width: 30%; 
  }

}
@media (min-width: 1200px) {

  /*NAVBAR*/
  .nav-content{
    display: inherit;
  }
  .navbar-collapse {
    display:none;
  }
  .nav-up{
    top: 0;
    opacity:1;
  }

  .navbar-default li a {
    position: relative;
    color: #000;
    padding:1em;
    margin:0;
  }
  .navbar-default .nav-content p{
    font-weight: 400;
  }
  .navbar-default li a:before {
    position: absolute;
    content: ' ';
    background-color: #B11A21;
    left:0;
    width: 100%;
    bottom: 0;
    height: 1px;
    opacity:0;
    -o-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
  }
  .navbar-default .law-wrapper li a:before{
    display:none;
  }
  .navbar-default li a:hover:before, .navbar-default li.active a:before  {
    opacity: 1;
  }
  .navbar-default .law-wrapper li a:hover{
    opacity: .5;
  }

  .nav_alpha-change.nav-transparent li a, .nav_alpha-change.nav-transparent li {
    color: #FFF;
  }
  .nav_alpha-change.nav-transparent li a:before {
    background-color: #FFF;
  }

  /* PROJECT MAIN CONTENT */
  .p-desc-box{
    width: 33.33%;
  }

}