@import url('https://fonts.googleapis.com/css?family=Work+Sans');
@import url("owl.carousel.min.css");
@import url("owl.theme.default.min.css");


body {
	font-family: 'Work Sans', 'Arial', sans-serif;
	padding: 0;
	margin: 0;
}

/** LINKS **/
a, .btn, .owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .btn-more, .btn-more:before, .btn-more:after, header ul li a:before {
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
a, a.logo-tipo:hover {
	color: #000;
}
a:hover {
	color: #FBCCE8;
	text-decoration: none;
}
footer ul li a:hover {
	background-color: #FBCCE8;
}
footer p a {
	color: #fff;
}

.animated {
	opacity: 0;
}

/** TAGS, HEADINGS & PARS **/
* {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}
.btn,
.btn.focus,
.btn:active,
.btn:hover,
.btn:focus,
button,
button:hover,
button:focus,
a:active,
a:hover,
a:focus,
input:active,
input:hover,
input:focus,
.form-control:focus {
	box-shadow: none;
	text-shadow: none;
	outline: 0 none;
}
b, strong, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .posts article p a {
	font-weight: 700;
}
h1, .h1 {
	font-size: 90px;
	line-height: 1.1;
}
h2, .h2 {
	font-size: 65px;
}
h3, .h3 {
	font-size: 45px;
}
h4 {
	font-size: 30px;
}
h5 {
	font-size: 24px;
}
h6 {
	font-size: 16px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .modal-title {
    font-family: 'topnotch';
	letter-spacing: .5px;
	text-transform: uppercase;
	font-weight: normal;
}

p, li, .featured article .contents p, .entry-content > p, .entry-content > ul > li {
	font-size: 16px;
	line-height: 1.2;
}

input[type="text"], input[type="email"] {
	background-color: transparent;
	box-shadow: none;
	outline: none;
	border: none;
	border-bottom: 1px solid #fff;
	width: 500px;
	max-width: 90vw;
	text-align: center;
	padding: 6px;
	clear: both;
	font-size: 19px;
	border-radius: 0;
}
button {
	background-color: transparent;
	box-shadow: none;
	outline: none;
	border: none;
	font-size: 20px;
	color: #fff;
	position: relative;
	z-index: 2;
	overflow: visible;
	height: 46px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
}
button:before {
	display: inline-block;
	content: "";
	width: 46px;
	height: 46px;
	border-radius: 100px;
	background-color: rgb(99,85,79);
	position: absolute;
	top: 0px;
	left: -20px;
	z-index: -1;
}
button:after {
	display: inline-block;
	content: "";
	width: 18px;
	height: 11px;
	background-image: url(../images/splash-slide_arrow-dx.png);
	background-size: 18px 11px;
	position: absolute;
	top: 18px;
    right: -15px;
}

/*.btn-more:before {
	left: 0;
	background-color: rgba(236,0,140,.2);
}
.btn-more:after {
	width: 35px;
	height: 46px;
	top: 0;
	left: 32px;
	right: auto;
	background-size: 24px 14px;
	background-repeat: no-repeat;
}*/

.btn-more:before, .btn-more:after {
	display: none;
}

.btn-primary {
	background-color: rgba(236,0,140,.2);
	color: #000;
	border:none;
}
.btn-primary:hover {
	background-color: #722060;
}


a.btn-more {
	width: 100%;
	position: relative;
	display: inline-block;
	border: 3px solid #000;
	margin: 10px 0;
	text-transform: uppercase;
	font-family: 'topnotch';
	font-size: 28px;
	padding: 2px 15px;
}
a.btn-more:before {
	position: absolute;
    bottom: -8px;
    right: 16px;
    content: '';
    display: inline-block;
    background-color: #000;
    width: 3px;
    height: 135%;
    transform: rotate(-38deg);
}
a.btn-more:after {
	content: '';
	margin-left: 6px;
	display: inline-block;
	width: 10px;
	height: 20px;
	background-image: url(../images/arrow-more.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 10px 20px;
}

a.btn-more:hover {
	color: #000;
}
a.btn-more:hover:after {
	margin-left: 20px;
}

.modal-title {
	font-size: 30px;
}
.modal input {
	text-align: left;
}


/** OWL **/
.owl-carousel {
	position: relative;
}
.owl-theme .owl-dots {
	position: absolute;
	bottom: 6vh;
	left: 0;
	width: 100%;
	text-align: center;
}
.owl-theme .owl-dots .owl-dot {
    margin: 0 10px;
    display: inline-block;
}
.owl-theme .owl-dots .owl-dot span {
    width: 17px;
    height: 17px;
    background-color: transparent;
    border:1px solid #000;
    margin: 0;
    -webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background-color: #000;
}
.splash .owl-carousel .owl-nav .owl-prev, .splash .owl-carousel .owl-nav .owl-next {
	position: absolute;
	top: 50%;
	padding: 0;
    margin: 0;
	margin-top: -13.5px;
	width: 70px;
	height: 27px;
	border-radius: none;
	background-color: transparent;
	background-size: 45px 27px;
	background-repeat: no-repeat;
}
.splash .owl-carousel .owl-nav .owl-prev {
	left: 8vw;
	background-image: url(../images/splash-slide_arrow-sx.png);
	background-position: right;
}
.splash .owl-carousel .owl-nav .owl-next {
	right: 8vw;
	background-image: url(../images/splash-slide_arrow-dx.png);
	background-position: left;
}
.splash .owl-carousel .owl-nav .owl-prev:hover {
	background-repeat: no-repeat;
	background-size: 45px 27px;
	background-image: url(../images/splash-slide_arrow-sx.png);
	background-color: transparent;
	background-position: left;
}
.splash .owl-carousel .owl-nav .owl-next:hover {
	background-repeat: no-repeat;
	background-size: 45px 27px;
	background-image: url(../images/splash-slide_arrow-dx.png);
	background-color: transparent;
	background-position: right;
}
.owl-nav .owl-prev.disabled,
.owl-nav .owl-next.disabled {
   visibility: hidden;
}
.products .owl-controls {
	height: 50px;
}
.products .owl-carousel .owl-item:last-child {
	margin-right: 0 !important;
}

/** HEADER **/
header {
	width: 100%;
	padding: 15px 25px;
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0);
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.page-template-default header {
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
}
/*header.hasShadow {
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
}*/
header img {
	top: 15px;
	left: 25px;
	position: absolute;
	height: 30px;
}
header ul {
	height: 30px;
	list-style-type: none;
	padding: 0;
	margin: 0;
	text-align: center;
}
header ul li {
	font-size: 17px;
	letter-spacing: .4px;
	text-transform: uppercase;
	display: inline-block;
    font-family: 'topnotch';
    margin: 0 20px;
}
header ul li a {
	display: inline-block;
	padding: 4px;
	position: relative;
}
header ul li a:before {
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 2px;
	background-color: #000;
	content: "";
}
header ul li a:hover:before {
	background-color: #FBCCE8;
}
header ul li.current a:before, header .current-menu-item > a:before, header .current-menu-ancestor > a:before, header .current-page-ancestor > a:before {
	width: 100%;
}
header .logo-tipo {
	top: 10px;
	left: 25px;
	position: absolute;
    font-family: 'topnotch';
	font-size: 38px;
	line-height: 38px;
	letter-spacing: 1.4px;
	display: inline-block;
	text-transform: uppercase;
}
header .nav-toggle {
	display: none;
}
.video-cover {
	height: calc(100vw / 1.77);
}
.video-cover video {
	width: 100%;
	max-width: 100%;
	margin: -60px auto;
}

/** SECTIONS **/
section {
	overflow: hidden;
	padding-top: 60px;
}
section#TecnicoProdigy, section#TecnicoIconic, section#IconicColourGel {
	padding-top: 0;
}
.splash .owl-carousel .item, .page-cover {
	width: 100%;
	height: calc(100vh - 120px);
	color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.page-cover {
	background-attachment: fixed;
}
.splash .owl-carousel.slider-internal .item, .page-cover {
	height: 60vh;
}
.splash .owl-carousel .item-content, .page-cover .page-title {
	width: 100%;
	text-align: center;
	margin: 0 auto;
}
.splash .owl-carousel .item-content h2, .splash .owl-carousel .item-content h3, .cover h3, .cover h6, .page-cover .page-title h3 {
	text-transform: uppercase;
	font-size: 16vw;
	line-height: 1;
	width: 100%;
}
.splash .owl-carousel .item-content h2.as-logo-type {
    color: rgba(255,255,255,0);
    background-image: url(../images/logo-tipo.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.splash .owl-carousel .item-content h3 {
	font-size: 14vw;
}
.splash .owl-carousel .item-content p {
    font-family: 'topnotch';
	font-size: 4vw;
	line-height: 1;
	text-transform: uppercase;
}

.intro {
	padding: 150px 0;
	position: relative;
}
.entry-content h4 {
	font-family: 'Work Sans', 'Arial', sans-serif;
	font-size: 35px;
	text-transform: none;
	line-height: 1.2;
	margin-bottom: 35px;
	font-weight: 500;
	letter-spacing: 0;
}
.entry-content p {
	padding: 0;
	margin: 0 0 20px;
}
.entry-content p.lead {
	font-size: 43px;
	line-height: 1.2;
}

.lead > p {
	font-size: 20px;
}

.sector .cover {
	height: calc(100vh - 120px);
	text-align: center;
	color: #fff;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
}
.sector#ProdigyColour .cover {
	background-color: #d7bbca;
}
#IconicColourCover.cover {
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
}

.sector#IconicColourGel .cover {
	background-image:url('../images/sector-bg_02.jpg');
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
}

.sector .headings {
	position: relative;
	z-index: 3;
	margin: 0 auto;
}
.sector .cover h3, .splash .owl-carousel.slider-internal .item-content h3, .page-cover .page-title h3 {
	font-size: 12vw;
	padding: 20px 100px 10px;
	border: 12px solid #fff;
	margin-bottom: 35px;
}
.splash .owl-carousel.slider-internal .item-content h3, .page-cover .page-title h3 {
	font-size: 7vw;
	width:auto;
	display: inline-block;
}
.sector .cover h6 {
	font-size: 3vw;
}
.sector .cover img.floating {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -35%;
	width: 70%;
	z-index: 1;
}
/*.sector#ProdigyColour .cover img.floating {
	width: 100%;
	height: auto;
	top: 0;
	left: 0;
	margin: 0;
	margin-top: -200px;
}*/
.sector .cover  img.floating.one {
	z-index: 1;
	max-width: 100%;
	width: auto;
}
.sector .cover  img.floating.two {
	z-index: 2;
	max-width: 100%;
	width: auto;
}

.posts {
	padding: 100px 0 200px;
}
.posts article {
	text-align: left;
	margin-bottom: 65px;
}
.posts article img {
	margin-bottom: 25px;
}
.posts article h4 {
   font-size: 50px;
   line-height: 1.1;
   text-transform: uppercase;
}
.posts article .post-text {
	border-top: 1px solid #000;
	margin-top: 15px;
	padding-top: 20px;
}
.posts .owl-carousel .owl-nav, .products .owl-carousel .owl-nav {
	position: absolute;
	right: 10vw;
	bottom: -50px;
}
.posts .owl-carousel .owl-nav .owl-prev, .posts .owl-carousel .owl-nav .owl-next, .products .owl-carousel .owl-nav .owl-prev, .products .owl-carousel .owl-nav .owl-next {
	width: 35px;
	height: 45px;
	margin: 0 10px;
	background-size: 24px 14px;
	background-repeat: no-repeat;
	background-color: transparent;
	overflow: visible;
}
.posts .owl-carousel .owl-nav .owl-prev, .products .owl-carousel .owl-nav .owl-prev {
	background-position: center right;
	background-image: url(../images/posts-slide_arrow-sx.png);
}
.posts .owl-carousel .owl-nav .owl-next, .products .owl-carousel .owl-nav .owl-next {
	background-position: center left;
	background-image: url(../images/posts-slide_arrow-dx.png);
}
.posts .owl-carousel .owl-nav:not(.no-ball):before, .products .owl-carousel .owl-nav:not(.no-ball):before {
	content: "";
	width: 45px;
	height: 45px;
	border-radius: 100px;
	background-color: rgba(236,0,140,.2);
	position: absolute;
	top: 0px;
    left: 33px;
	z-index: -1;
}
.posts .owl-carousel .owl-nav .owl-prev:hover, .products .owl-carousel .owl-nav .owl-prev:hover {
	opacity: .5;
	background-position: center left;
}
.posts .owl-carousel .owl-nav .owl-next:hover, .products .owl-carousel .owl-nav .owl-next:hover {
	opacity: .5;
	background-position: center right;
}

.posts article .post-prev {
	float: left;
	text-align: left;
	margin-top: 35px;
}
.posts article .post-next {
	float: right;
	text-align: right;
	margin-top: 35px;
}

.products {
	position: relative;
	overflow: hidden;
	padding: 0 0 40px 0;
}
.products aside {
	position: absolute;
	top: 0;
	left: 0;
	width: 310px;
	height: 100%;
	z-index: 9;
	padding: 0 40px 0 60px;
	background-color: #fff;
	/*-webkit-box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.2);*/
}
.products aside article {
	position: relative;
	min-height: 400px;
}
.products aside article .entry-content {
	padding: 65px 0 20px;
}
.products aside article .btn-more {
	-ms-flex-item-align: center!important;
    align-self: center!important;
}
.products aside h3 {
	font-size: 60px;
	line-height: 1;
	margin-bottom: 20px;
}
.products .item {
	text-align: center;
	padding: 65px 0;
}
.products .item h4 {
	font-family: 'Work Sans', 'Arial', sans-serif;
	font-size: 25px;
	line-height: 1.2;
	padding-top: 20px;
	position: relative;
}
.products .item h4:before, .products .item h4:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	font-size: 0;
	overflow: hidden;
	background-color: #000;
	top: 0;
	left: 0;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	z-index: 1;
}
.products .item h4:after {
	width: 0;
	background-color: #FBCCE8;
	z-index: 2;
}
.products .item a:hover h4:after {
	width: 100%;
}
.products .item h6 {
	font-size: 36px;
}
.products .item img.nuance {
	max-width: 150px;
	margin: 0 auto;
}
.products .owl-carousel .owl-nav {
	bottom: 0;
}

.list h2 {
	letter-spacing: 4px;
}
.list h2:after {
	display: block;
	content: '--';
	margin: -20px 0 10px;
}
.products.list {
	padding-bottom: 100px;
}
.products.list .item {
	text-align: left;
	padding: 60px 0 0;
}
.products.list .item .nuance {
	max-width: 50%;
	margin-top: 15px;
}
.products.list .item p {

}
.products.list .item .ingredients {
	position: absolute;
    bottom: 30px;
    right: 0;
    height: 200px;
    overflow: auto;
    padding-right: 20px;
    width: 100%;
}
.products.list .item .ingredients > p {
	font-size: 12px;
	color: #888;
	padding-bottom: 30px;
	margin: 0;
}
.products.list .item .infos {
	position: relative;
}
.products.list .item .infos:after {
	display: inline-block;
	width: calc(100% - 15px);
	height: 30px;
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	content: '';
	position: absolute;
	bottom: 30px;
	left: 0;
}
.products.list .item big {
	font-size: 120px;
	font-family: 'topnotch';
}
.products.list .item h4 {
	font-size: 20px;
}
.products.list .item h6 {
	font-size: 30px;
}

.nuances.list {
	margin-bottom: 30px;
}
.nuances.list h3, .products.list h3 {
	margin-top: 30px;
	font-size: 40px;
	text-transform: uppercase;
}
.nuance-link {
	display: inline-block;
    width: 6.666666%;
    background-color: #fff;
    margin: 0 -3px;
    padding: 8px;
}
.nuances.list.fixed {
	display: none;
	position: fixed;
	top: 60px;
	left: 0;
	width: 100%;
	z-index: 90;
	padding-top: 0;
	background-color: #fff;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
}

.steps.list {
	padding-top: 30px;
}
.steps.list ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.steps.list ul li {
	display: inline-block;
	text-align: center;
	width: 14%;
	float: left;
	text-transform: uppercase;
	font-size: 20px;
	padding: 0 20px;
	position: relative;
	min-height: 70px;
}
.steps.list ul li big {
    font-family: 'topnotch';
	font-size: 110px;
}
.steps.list ul li.line:before {
	height: 12px;
	background-color: #000;
	content: '';
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: -20px;
	right: -20px;
	border-radius: 2px;
}


.steps.list[data-steps='1'] ul li.line {
	width: 0;
}

.steps.list[data-steps='2'] ul li.line {
	width: 72%;
}

.steps.list[data-steps='3'] ul li.line {
	width: 29%;
}

.steps.list[data-steps='4'] ul li.line {
	width: 14.6666666%;
}

.steps.list[data-steps='5'] ul li.line {
	width: 7.5%;
}

/** WIDGETS **/


/** FOOTER **/
footer {
	width: 100%;
	background-color: #000;
	color: #fff;
	padding: 100px 0 0;
	text-align: center;
	overflow: hidden;
}
footer > h1 {
	font-size: 25.5vw;
	text-transform: uppercase;
	margin: 45px 0 0;
	padding: 0;
}
footer > h1 {
	color: rgba(255,255,255,0);
	background-image: url(../images/logo-tipo.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
footer form p {
	font-size: 23px;
	margin-bottom: 70px;
}
footer form input[type="text"] {
	color: #fff;
	margin-bottom: 25px;
}
footer ul {
	display: inline-block;
	list-style-type: none;
	padding: 0;
	margin: 70px auto;
	text-align: center;
}
footer ul li {
	display: inline-block;
	margin: 0 20px;
}
footer ul li a {
	background-color: #fff;
	border-radius: 5px;
	display: inline-block;
	width: 48px;
	height: 48px;
	line-height: 48px;
	font-size: 40px;
	position: relative;
	overflow: hidden;
}
/*footer ul li a .fa-facebook {
	position: absolute;
    bottom: -5px;
    right: 6px;
    font-size: 45px;
}*/
footer ul li a .fa {
    color: #000;
	line-height: 48px;
}
footer > p {
	padding-bottom: 10px;
}

/** BLOBS **/
.blob_cont {
	width: 100%;
	position: absolute;
	top: 80px;
	left: 0;
}
.blob_cont h2 {
	text-transform: uppercase;
	font-size: 30px;
	position: absolute;
    top: 0;
    left: 0;
	white-space: nowrap;
    transform-origin: right top;
    transform: translateX(-100%) rotate(-90deg);
}
#blobLoaderLeft {
	display: inline-block;
	width: 600px;
	height: 600px;
	margin-top: 380px;
}
#blobLoaderMiddle {
	display: inline-block;
	width: 600px;
	height: 600px;
	margin-top: 130px;
}
#blobLoaderRight {
	display: inline-block;
	width: 600px;
	height: 600px;
}
#blobLoaderLeft .blobs {
	-webkit-filter: url("#gooLeft");
	filter: url("#gooLeft");
}
#blobLoaderMiddle .blobs {
	-webkit-filter: url("#gooMiddle");
	filter: url("#gooMiddle");
}
#blobLoaderRight .blobs {
	-webkit-filter: url("#gooRight");
	filter: url("#gooRight");
}
.blob {
	fill: white;
}
#GradientLeft {
	transform: rotate(45deg);
}
#GradientMiddle {
	transform: rotate(-45deg);
}
#GradientRight {
	transform: rotate(45deg);
}


/** CONTACT FORM **/


/** MARGINS & PADDINGS **/
.mt-25 {
	margin-top: 25px !important;
}
.mt-30 {
	margin-top: 30px !important;
}
.mt-40 {
	margin-top: 40px !important;
}
.mt-60 {
	margin-top: 60px !important;
}
.mt-80 {
	margin-top: 80px !important;
}
.mb-25 {
	margin-bottom: 25px !important;
}
.mb-40 {
	margin-bottom: 40px !important;
}
.mb-60 {
	margin-bottom: 60px !important;
}
.mb-70 {
	margin-bottom: 70px !important;
}

/** GUTTER CUSTOM **/
.gutter-0.container {
	padding-left: 0;
	padding-right: 0;
}
.gutter-0.row {
  margin-right: -15px;
  margin-left: -15px;
}
.gutter-0 > [class^="col-"], .gutter-0 > [class^=" col-"]{
  padding-right: 0;
  padding-left: 0;
}
.gutter-16.row {
  margin-right: -8px;
  margin-left: -8px;
}
.gutter-16 > [class^="col-"], .gutter-8 > [class^=" col-"] {
  padding-right: 8px;
  padding-left: 8px;
}

.gutter-50.row {
  margin-right: -25px;
  margin-left: -25px;
}
.gutter-50 > [class^="col-"] {
  padding-right: 25px;
  padding-left: 25px;
}


.modal #mc_embed_signup div#mce-responses {
	width: 100%;
	margin: 0;
	padding: 0;
}

button.gm-control-active:before{background:none;}

body.term-linea-rehab .section-up{display:none;}