html{
	scroll-behavior: smooth;
}

body{
	font-family: Helvetica Neue ,sans-serif;
}

hr{
	background: black;
}

p {
	margin-bottom: 0.5rem;
}

h2 {
	text-transform: uppercase;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;

  > .col,
  > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
  }
}

/* HAMBURGER MENU */

.menu-mobile {
	position: absolute;
	z-index: 1;
	width: 100%;
	background: white;
  	opacity: 0;
  	font-weight: 700;
	text-align: center;
	height: 0;
	left: 0;
  	transition: 0.3s;
}

.menu-mobile.open {
  	opacity: 1;
  	height: 100vh;
}

.menu-mobile ul {
	display: none;
	padding: 10% 0;
}

.menu-mobile.open ul{
	display: block;
}

.menu-mobile li {
	padding: 2% 0;
	font-size: 2em;
}

.header-main a:hover {
	text-decoration: none;
	color: gray;
}

.burger {
  z-index: 2;
  top: 29%;
  right: 5%;
  height: 3.3em;
  width: 3em;
  position: absolute;
  font-size: 10px;
  cursor: pointer;
  -webkit-transition: .2s all;
  -o-transition: .2s all;
  transition: .2s all;
  -webkit-tap-highlight-color: transparent;}
  .burger .burger-lines:after {
    left: 0;
    top: -1em; }
  .burger .burger-lines:before {
    left: 1em;
    top: 1em; }
  .burger:after {
    content: '';
    display: block;
    position: absolute;
    height: 150%;
    width: 150%;
    top: -25%;
    left: -25%; }
  .burger .burger-lines {
    top: 50%;
    margin-top: -0.125em; }
    .burger .burger-lines, .burger .burger-lines:after, .burger .burger-lines:before {
      pointer-events: none;
      display: block;
      content: '';
      width: 100%;
      border-radius: 0.25em;
      background-color: white;
      height: 0.25em;
      position: absolute;
      -webkit-transform: rotate(0);
          -ms-transform: rotate(0);
              transform: rotate(0); }
    .burger .burger-lines:after {
      left: 0;
      top: -1em; }
    .burger .burger-lines:before {
      left: 1em;
      top: 1em;}

.burger.burger-squeeze .burger-lines, .burger.burger-squeeze .burger-lines:after, .burger.burger-squeeze .burger-lines:before {
  -webkit-transition: .2s top .2s, .1s left, .2s transform, .4s background-color .2s;
  -o-transition: .2s top .2s, .1s left, .2s transform, .4s background-color .2s;
  transition: .2s top .2s, .1s left, .2s transform, .4s background-color .2s;
}

.burger.burger-squeeze .burger-lines:after, .burger.burger-squeeze .burger-lines:before {
  width: 2em;
}

.burger.burger-squeeze.open .burger-lines, .burger.burger-squeeze.open .burger-lines:after, .burger.burger-squeeze.open .burger-lines:before {
  -webkit-transition: .2s background-color, .2s top, .2s left, .2s transform .15s;
  -o-transition: .2s background-color, .2s top, .2s left, .2s transform .15s;
  transition: .2s background-color, .2s top, .2s left, .2s transform .15s;
}

.burger.burger-squeeze.open .burger-lines {
  background-color: transparent;
}

.burger.burger-squeeze.open .burger-lines:before, .burger.burger-squeeze.open .burger-lines:after {
  left: 0.5em;
  top: 0px;
}

.burger.burger-squeeze.open .burger-lines:before {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.burger.burger-squeeze.open .burger-lines:after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); 
}

.burger .burger-lines,
.burger .burger-lines:after,
.burger .burger-lines:before { background-color: black; }



/* GENERAL */

.container {
	max-width: 90%;
}

.desktop {
	display: inline-block;
}

.mobile {
	display: none;
}

.hide{
	display: none;
}

.page-body{
	padding-top: 5%;
}

.main-ap-logo img{
	width: 100%;
}

.header-main{
	width: 100%;
	padding: 0 5%;
	margin: 30px 0 0 0;
	text-transform: uppercase;
}

.header-main a{
	text-decoration: none;
}

.header-left{
	max-height: 50px;
	line-height: 45px;
}

.header-left li{
	vertical-align: middle;
	display: inline-block;
	text-align: left;
}

.main-menu-list{
	padding: 0;
}

.main-menu-option{
	padding: 0 20px 0 0;
	font-weight: 600;
	color: black;
	font-size: 14px;
	transition: 0.2s;
}

.main-menu-option:hover{
	color: gray;
	cursor: pointer;
	text-decoration: none;
}

.main-menu-option.active{
	color: gray;
}

.banner-text {
	text-transform: uppercase;
	margin-bottom: 40px;
}

.banner-text h2 {
	font-weight: 700;
	font-size: 6rem;
}

.banner-text h3 {
	font-weight: 700;
	font-size: 1.6rem;
	margin-bottom: 0;
}

/* HUB */

.main_homepage{
	width: 100%;
	height: 100vh;
	background: white;
}

.main_homepage .index-logo{
	position: absolute;
	top: 5%;
	width: 100%;
	z-index: 1;
	text-align: center;
}

.main_homepage .index-logo img{
	width: 30%;
}

.main_homepage .panel{
	height: 100vh;
	width: 100%;
    overflow:hidden;
    position:relative;
}

.main_homepage .panel .image .normal{
    position:absolute;
    height: 100%;
    opacity: 0;
    transition: 0.8s;
}

#left_content,#right_content{
    transition: 0.4s;
}

#left_content.hover, #right_content.hover{
	background-color: black;
}

.main_homepage .panel .content {
	text-transform: uppercase;
	position: absolute;
	width: 100%;
	text-align: center;
	font-weight: 700;
	padding: 20% 0 0 0;
	height: 100%;
}

.main_homepage .panel .content .title {
	font-size: 6em;
	color: black;
	transition: 0.4s;
	line-height: 7rem;
}

.main_homepage .panel .content .title.hover{
	color: white;
}
#left_content.panel .content .title.hover, #left.hover{
	transition: 0.4s;
	color:white;
}

.main_homepage .panel .content a{
	text-decoration: none;
}

.main_homepage .panel .content .options a{
	color: white;
	font-size: 18px;
	font-weight: 700;
	padding: 0 5px 3px 5px;
	transition: 0.2s;
	border-bottom: 2px solid transparent;
	text-transform: uppercase;
}

.main_homepage .panel .content .options#direita_op{
	font-size: 20px;
	color: white;
}

.main_homepage .panel .content .options a:hover{
	color: gray;
	text-decoration: none;
	/*border-bottom: 2px solid gray;*/
}

.main_homepage .panel .content .options {
	opacity: 0;
	transition: 0.4s;
}

.main_homepage .panel .content .options.hover {
	opacity: 1;
}


.main_homepage .panel .content .options#esquerda_op {
	font-size: 20px;
}

.main_homepage .panel .content .options.hover#esquerda_op {
	color: white;
	transition: 0.4s;
}

.project-gallery{
	padding-top: calc(5% - 40px);
}

.project-card{
	text-transform: uppercase;
	margin-bottom: 50px;
}

.project-center{
 	margin-bottom: 20px;
}

.project-image img{
	width: 100%;
	transition: 0.4s;
}

/*.project-image img:hover{
	opacity: 0.4;
	background: #a6a6a6;
}



.project-image:hover + .hide {
  display: inline-block;
  position: absolute;
  top: 50%;
  text-align: justify;
}
*/

.project-info{
	text-transform: none;
}

.project-name, .project-name a{
	width: 100%;
	font-weight: 700;
	font-size: 75px;
	line-height: 65px;
	color: black;
	text-decoration: none;
	margin-bottom: 20px;
	transition: 0.2s;
}
/*
.project-name a:hover{
	color: #a6a6a6;

}
*/
.project-text {
	font-weight: 700;
	font-size: 14px;
}

.project-location{
	font-weight: 700;
	font-size: 26px;
	margin-bottom: 0;
	line-height: 22px;
}

/*INDI PROJECT*/

.project-title h1{
	font-weight: 700;
}

.carousel-inner > .item > img {
  margin: 0 auto;
}

/*SERVICES*/

.service-container{
	padding-top: calc(5% - 40px);
	color: black;
	font-weight: 700;
}

.service-container h1{
	color: black;
	font-size: 3rem;
	font-weight: 700;
	margin-bottom: 2%;
}

.service-container p{
	padding-left: 0;
	line-height: 20px;
}

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

.service{
	margin-bottom: 2%;
}

.services img{
	width: 80%;
}

.services-text {
	font-weight: 700;
	font-size: 16px;
	line-height: 22px;
	text-align: justify;
	width: 100%;
}

.services-text ul {
	text-align: left;
	text-decoration: none;
	list-style: none;
	padding: 10% 0 0 0;
}

.services-text ul li {
	font-weight: 700;
	font-size: 1.5rem;
	text-transform: uppercase;
	padding-bottom: 3%;
    line-height: 1.8rem;
}

.service-img-container {
	text-align: right;
}

.anchor-menu-services{
	position: fixed;
	display: inline-block;
	bottom: 10px;
	right: 10px;
	text-align: right;
	font-size: 14px;
	font-weight: 700;
	color: black;
}

.anchor-menu-services ul, a{
	list-style: none;
	color: black;
}

.anchor-menu-services a:hover{
	color: gray;
	text-decoration: none;
}

/* CONTACTS */

.container-contacts h2{
	text-transform: uppercase;
	font-weight: 700;
	margin: 0 0 20% 0;
}

.container-img-contacts {
	padding-top: 33%;
}

.single-contact{
	text-transform: uppercase;
	display: inline-block;
	margin-bottom: 8%;
}

.single-contact i{
	margin-right: 16px;
	font-size: 28px;
}

.single-contact h2{
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 18px;
	font-size: 24px;
}

.single-contact p{
	margin-bottom: 16px;
	font-size: 14px;
	font-weight: 700;
}

.single-contact a{
	color: black;
	text-decoration: none;
}

.single-contact a:hover{
	color: gray;
	text-decoration: none;
}

.container-img-contacts img{
	width: 100%
}

.contact-form label{
	text-transform: uppercase;
	margin-bottom: 0;
	font-weight: 700;
	font-size: 12px;
}

.contact-form{
	padding-top: 10px;
	width: 60%;
}

.contact-form .form-group {
	margin-bottom: 30px;
}

.contact-form input, .contact-form textarea {
	border: 0;
	border-bottom: 1px solid black;
	border-radius: 0;
	outline: none;
}

.contact-form .button{
	transition: 0.25s;
	background: white;
	font-weight: 700;
	text-transform: uppercase;
	color: black;
	border: 0;
	padding: 0;
	outline: none;
}

.contact-form .form-group input{
	padding-left: 0;
	font-size: 12px;
}

.contact-form .button:hover{
	color: gray
}

.container-contacts .single-contact h1 {
	color: black;
	font-weight: 700;
	font-family: Helvetica Neue ,sans-serif;
	font-size: 1.2rem;
	margin-bottom: 1%;
}

/*ABOUT*/

.about_text{
	font-weight: 700;
	font-size: 16px;
	width: 90%;
	z-index: 1;
	line-height: 22px;
	text-align: justify;
}

.about_text h2{
	margin: 30px 0 30px 0;
	font-weight: 700;
	font-size: 3em;	
}

.container-img-about {
	text-align: right;
}

.container-img-about img{
	width: 80%;
	opacity: 1;
}

/*NEWSLETTER*/

.newsletter-background {
	width: 100%;
	height: 275px;
	background-color: white;
}

.newsletter-form{
	position: absolute;
	width: 100%;
	font-weight: 700;
	text-transform: uppercase;
	padding: 5% 5% 0 5%;
	text-align: center;
	font-size: 3rem;
	line-height: 3rem;
	color: black;
}

.newsletter-form #newsletter{
	text-align: center;
	font-size: 22px;
	text-transform: uppercase;
	width: 100%;
	padding: 1% 15%;
}

.newsletter-form #newsletter input[type="email"]{
	text-align: center;
	background-color: transparent;
	outline: none;
	border: 0;
	border-bottom: 2px solid black;
	border-radius: 0;
	font-size: 18px;
	color: black;
	font-weight: 700;
	transition: 0.4s;
}

.newsletter-form #newsletter input[type="submit"]{
	text-align: center;
	background-color: transparent;
	outline: none;
	border: 2px solid black;
	border-radius: 0;
	font-size: 0.8rem;
	color: black;
	font-weight: 700;
	transition: 0.3s;
}

.newsletter-form #newsletter input[type="submit"]:hover{
	color: white;
	background: black;
}

/*PRESS*/

.press-gallery{
	padding-top: calc(5% - 40px);
}

.press-card{
	text-transform: uppercase;
	margin-bottom: 50px;
}

.press-center{
 margin-bottom: 20px;
}

.press-image img{
	width: 100%;
	transition: 0.4s;
}

.press-image img:hover{
	opacity: 0.4;
	background: #a6a6a6;
}

.press-info{
	text-transform: none;
}

.press-name, .press-name a{
	width: 100%;
	font-weight: 700;
	font-size: 45px;
	line-height: 45px;
	color: black;
	text-decoration: none;
	margin-bottom: 10px;
	transition: 0.2s;
}

.press-name a:hover{
	color: #a6a6a6;

}

.press-text {
	font-weight: 700;
	font-size: 14px;
}

.press-location{
	font-weight: 700;
	font-size: 26px;
	margin-bottom: 0;
	line-height: 22px;
	padding-left: 5px;
}

/*FOOTER*/

footer {
	padding: 50px 0 20px 0;
}

footer .morada{
	font-weight: 700;
	margin-bottom: 0;
	text-transform: uppercase;
	font-size: 14px;
}

footer .morada a, footer .icons a{
	color: black;
	transition: 0.2s;
}

footer .morada a:hover, footer .icons a:hover{
	color: gray;
	text-decoration: none;
}

footer .morada p{
	margin: 0;
	line-height: 18px;
}

footer .icons{
	font-weight: 700;
	margin-bottom: 0;
	text-transform: uppercase;
	text-align: right;
	font-size: 20px;
}

footer .icons p{
	margin: 0;
	line-height: 80px;
}

footer .icons a{
	margin-left: 10px;
}

footer .copyright p{
	font-size: 12px;
	text-transform: none;
	text-align: center;
	color: black;
	font-weight: 700;
}

/*EXTRA STUFF*/


.carousel {
  background: white;
  margin-bottom: 85px;
  margin-top: calc(5% - 40px);
}

.carousel-cell {
  width: 90%;
  height: 700px;
  /* flex-box, center image in cell */
  display: -webkit-box;
  display: -webkit-flex;
  display:         flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
}

.carousel-cell img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  /* dim unselected */
  opacity: 0.5;
  -webkit-transform: scale(0.85);
          transform: scale(0.85);
  -webkit-filter: blur(5px);
          filter: blur(5px);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s, transform 0.3s, -webkit-filter 0.3s, filter 0.3s;
          transition: opacity 0.3s, transform 0.3s, filter 0.3s;
}

/* brighten selected image */
.carousel-cell.is-selected img {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-filter: none;
          filter: none;
}

@media screen and ( min-width: 768px ) {
  .carousel-cell {
    height: 700px;
  }
}

@media screen and ( min-width: 960px ) {
  .carousel-cell {
    width: 60%;
  }
}

/* buttons, no circle */
.flickity-prev-next-button {
  width: 60px;
  height: 60px;
  background: transparent;
  opacity: 0.6;
}
.flickity-prev-next-button:hover {
  background: transparent;
  opacity: 1;
}
/* arrow color */
.flickity-prev-next-button .arrow {
  fill: white;
}
.flickity-prev-next-button.no-svg {
  color: white;
}
/* closer to edge */
.flickity-prev-next-button.previous { left: 0; }
.flickity-prev-next-button.next { right: 0; }
/* hide disabled button */
.flickity-prev-next-button:disabled {
  display: none;
}

.fade-in {
	animation: fadeIn ease 0.8s;
	-webkit-animation: fadeIn ease 0.8s;
	-moz-animation: fadeIn ease 0.8s;
	-o-animation: fadeIn ease 0.8s;
	-ms-animation: fadeIn ease 0.8s;
}

@keyframes fadeIn {
	0% {opacity:0;}
	100% {opacity:1;}
}

@-moz-keyframes fadeIn {
	0% {opacity:0;}
	100% {opacity:1;}
}

@-webkit-keyframes fadeIn {
	0% {opacity:0;}
	100% {opacity:1;}
}

@-o-keyframes fadeIn {
	0% {opacity:0;}
	100% {opacity:1;}
}

@-ms-keyframes fadeIn {
	0% {opacity:0;}
	100% {opacity:1;}
}

#fader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
 	pointer-events: none;
 	background: white;
    animation-duration: 300ms;
    animation-timing-function: ease-in-out;
}

@keyframes fade-out {
    from { opacity: 1 }
      to { opacity: 0 }
}

@keyframes fade-in {
    from { opacity: 0 }
      to { opacity: 1 }
}

#fader.fade-out {
    opacity: 0;
    animation-name: fade-out;
}

#fader.fade-in {
    opacity: 1;
    animation-name: fade-in;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {   
  border-color: rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  outline: 0 none;
}

/* REPONSIVE */

@media only screen and (max-width: 1450px) {
	
	/* GERAL */

	.banner-text h2 {
		font-size: 4rem;
	}

	.banner-text h3 {
		font-size: 1.4rem;
	}

    /* INDEX */

    .main_homepage .panel .content {
		padding: 24% 0 0 0;
	}

	.main_homepage .panel .content .options a {
		font-size: 14px;
	}

	/* ABOUT */

	.about_text h2 {
		font-size: 2rem;
	}

	.about_text {
		font-size: 12px;
		line-height: 18px;
	}

	.main-menu-option{
		font-size: 12px;
	}

	/* PROJECTS */

	.project-name, .project-name a {
		font-size: 3.5rem;
		margin-bottom: 12px;
		line-height: 62px;
	}

	.project-location{
		padding-left: 0;
		font-size: 22px;
	}

	/* PROJECT INDIVIDUAL */

	.project-text {
		font-size: 12px;
	}

	/* SERVICES */

	.service-container h1 {
		font-size: 2.5rem;
	}

	.service-container p {
		font-size: 14px;
		line-height: 20px;
	}

	.service-container ul {
		font-size: 14px;
	}

	.services-text {
		font-size: 12px;
		line-height: 18px;
	}

	/* CONTACTS */

	.container-contacts h2{
		text-transform: uppercase;
		font-weight: 700;
		margin: 0px 0 20% 0;
	}

	.contact-form .form-group{
		margin-bottom: 5%;
	}

	.single-contact h2{
		margin-bottom: 18px;
		font-size: 20px;
	}

	/* PRESS */

	.project-location {
		font-size: 18px;
	}

	.press-name, .press-name a{
		font-size: 35px;
		line-height: 38px;
	}

	/* NEWSLETTER */
	
	.newsletter-form {
		font-size: 2.5rem;
	}

	.newsletter-form #newsletter input[type="submit"] {
		font-size: 1rem;
	}

	/* FOOTER */

	footer .icons p{
		line-height: 65px;
		font-size: 18px;
	}

	footer .morada p{
		font-size: 12px;
		line-height: 16px;
	}

	footer .copyright p{
		font-size: 10px;
	}
}

@media only screen and (max-width: 1250px) {

	/* GERAL */

	.main-menu-option {
		font-size: 10px;
		padding: 0 15px 0 0;
	}

	.banner-text h2 {
		font-size: 3rem;
		line-height: 50px;
	}

	.banner-text h3 {
		font-size: 1rem;
	}

	.main_homepage .panel .content .options a {
		font-size: 12px;
	}

	.main_homepage .panel .content .options#esquerda_op {
		font-size: 16px;
	}

	/* ABOUT */	

	.about_text {
		font-size: 12px;
		line-height: 16px;
	}

	/* PROJECTS */

	.project-name, .project-name a {
		font-size: 2rem;
		line-height: 35px;
	}

	.project-location {
		font-size: 16px;
	}

	/* SERVICE */

	.service-container h1 {
		font-size: 2rem;
	}

	.service-container p {
		font-size: 12px;
	}

	.service-container ul {
		font-size: 12px;
	}

	/* CONTACTS */

	.single-contact h2 {
		font-stretch: 18px;
	}

	.single-contact p {
		font-size: 12px;
		margin-bottom: 12px;
	}

	.container-contacts h2 {
		margin: 0 0 10% 0;
	}

	.contact-form .form-group input {
		font-size: 14px;
	}

	.container-img-contacts {
		padding-top: 20%;
	}

	/* FOOTER */

	footer {
		padding: 25px 0 5px 0;
	}

	footer .morada p{
		font-size: 10px;
		line-height: 14px;
	}

	footer .icons p{
		line-height: 55px;
	}

	footer .copyright p{
		font-size: 8px;
	}
}

@media only screen and (max-width: 1100px) {
	.newsletter-form {
		font-size: 2rem;
		line-height: 36px;
		padding: 12% 5% 0 5%;
	}
}

@media only screen and (max-width: 991px) /* GENERAL TABLET */ {
	
	/* GERAL */
	
	.desktop {
		display: none;
	}

	.mobile {
		display: inline-block;
	}

	.header-main.row{
		z-index: 1;
		position: fixed;
		background: white;
		margin: 0;
		padding-top: 1%;
	}

	.page-body {
		padding-top: 15%;
	}

	.main-ap-logo img {
		width: 30%;
	}

	/* INDEX */

	.main_homepage.mobile .left{
		background-color: white;
		height: 50vh;
	}

	.main_homepage.mobile .right{
		background-color: black;
		height: 50vh;
	}

	.main_homepage.mobile .helper {
		display: inline-block;
		height: 100%;
	}

	.main_homepage.mobile .helper, .main_homepage.mobile .right, .main_homepage.mobile .left {
		vertical-align: middle;
	}

	.main_homepage.mobile .left h1{
		display: inline-block;
		color: black;
		width: 100%;
		vertical-align: middle;
	}

	.main_homepage.mobile .right h1{
		vertical-align: middle;
		display: inline-block;
		color: white;
		width: 100%;
	}

	.main_homepage .right span, .main_homepage .left span{
		text-transform: uppercase;
	}

	.main_homepage.mobile h1{
		text-align: center;
		font-weight: 700;
	}

	/* ABOUT */

	.container-img-about {
		padding-top: 10%;
		text-align: center;
	}

	.about_text {
		width: 100%;
	}

	/* SERVICES */

	.service-img-container {
		text-align: center;
	}

	/* FOOTER */

	footer .icons a {
		margin-left: 0;
		padding-right: 2%; 
	}

	footer .icons {
		text-align: left;
	}

}

@media only screen and (max-width: 769px) {
	.page-body {
		padding-top: 20%;
	}

	.burger {
		font-size: 8px;
		height: 2.4em;
	}

	.main-ap-logo img {
		width: 40%;
	}

	.contact-form {
		width: 100%;
	}

	.header-main.row{
		padding-top: 1.5%;
	}
}

@media only screen and (max-width: 420px) {
	
	.page-body {
		padding-top: 23%;
	}

	.burger {
		height: 2em;
	}

	.main-ap-logo img {
		width: 45%;
	}

	/* CONTACTS */

	.container-img-contacts {
		padding-top: 8%;
	}

	/* NEWSLETTER */

	.newsletter-background.col-lg-12 {
		padding: 0;
	}

	.newsletter-form {
		font-size: 1.8rem;
		line-height: 2rem;
		padding: 10% 5% 0 5%;
	}

	.newsletter-form #newsletter {
		padding: 0 5%;
	}

	/* FOOTER */

}
@media(max-width:991px)
{
.main_homepage.mobile .col-sm-12.right {display: none;}
.main_homepage.mobile .col-sm-12.left {
	top: 40%;
	height: auto;
	position: absolute;
}
}