html, body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.phone input[type=number]::-webkit-inner-spin-button, 
.phone input[type=number]::-webkit-outer-spin-button { 
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0; 
}
.phone input[type=number] {
	-moz-appearance:textfield;
}
section.hire-us {
	background: #f2f2f2;
	box-shadow: none;
}
.icon-clientes:before {
	content: "\e82e";
}

.socialShareContent {
	padding-top: 45px;
}
.socialShareContent .apss-social-share {
	justify-content: center;
	display: flex;
}
.socialShareContent .apss-social-share a {
	min-height: auto;
}
.socialShareContent .apss-social-share a .apss-icon-block {
	display: none;
}
.socialShareContent .apss-social-share a:before {
	content: "";
	display: block;
	width: 32px;
	height: 32px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.socialShareContent .apss-social-share .apss-facebook a:before {
	background-image: url('../images/icon-facebook.svg');
}
.socialShareContent .apss-social-share .apss-twitter a:before {
	background-image: url('../images/icon-twitter.svg');
}
.socialShareContent .apss-social-share .apss-google-plus a:before {
	background-image: url('../images/icon-google-plus.svg');
}
.socialShareContent .apss-social-share .apss-linkedin a:before {
	background-image: url('../images/icon-linkedin.svg');
}
.socialShareContent .apss-social-share a:hover:before {
	opacity: 0.8;
}

section.our_projects {
	padding: 80px 0px;
	background: #f8f8f8;
	position: relative;
	z-index: 100;
	text-align: center;
}
section.our_projects h2 {
	font-family: "KlavikaBold-Bold", Helvetica, Arial, Verdana, sans-serif;
	color: #40bfef;
	text-transform: uppercase;
	font-size: 1.87em;
}
section.our_projects h2:before,
section.our_projects h2:after {
	font-family: "dw-icons";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #f08700;
	font-size: .8em;
}
section.our_projects h2:before {
	content: "";
	margin-right: 1.5px;
}
section.our_projects h2:after {
	content: "";
	margin-left: 3px;
}

section.our_projects .btn-secondary {
	background-color: #40bfef;
	color: white;
	margin-top: 30px;
}
section.our_projects .btn-secondary:hover {
	background-color: transparent;
	color: #40bfef;
}
section.our_projects .containerProjects {
	padding-top: 75px;
}
section.our_projects .containerProjects > .col12,
section.our_projects .containerProjects > .col12 > .col6 > .col12:first-child {
	margin-bottom: 30px;
}
section.our_projects .containerProjects .col12,
section.our_projects .containerProjects .col6 {
	padding: 0;
}
section.our_projects .containerProjects .col12 .col6 {
	width: calc(50% - 15px);
	position: relative;
}
section.our_projects .containerProjects .col12 > .col6:first-child {
	margin-right: 30px;
}
section.our_projects .containerProjects .img-wrapper {
	position: relative;
	display: block;
}
section.our_projects .containerProjects .img-wrapper .shadowImg {
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 100%;
	background-color: rgba(0, 0, 0, 0.25);
	z-index: 1;
}
section.our_projects .containerProjects .img-wrapper img {
	display: block;
	height: 100%;
	max-width: 100%;
	width: 100%;
}
section.our_projects .containerProjects .img-wrapper .fieldGroup {
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 100%;
	z-index: 2;
	text-align: left;
	padding: 20px;
}
section.our_projects .containerProjects .img-wrapper .fieldGroup.bigSquare {
	padding: 40px;
}
section.our_projects .containerProjects .img-wrapper .fieldGroup .categoryProject {
	font-family: "KlavikaBold-Bold", Helvetica, Arial, Verdana, sans-serif;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 1em;
	margin-bottom: 15px;
}
section.our_projects .containerProjects .img-wrapper .fieldGroup .categoryProject span:not(:last-child) {
	margin-right: 10px;
}
section.our_projects .containerProjects .img-wrapper .fieldGroup.bigSquare .categoryProject {
	margin-bottom: 25px;
}
section.our_projects .containerProjects .img-wrapper .fieldGroup .titleProject {
	font-family: "KlavikaBold-Bold", Helvetica, Arial, Verdana, sans-serif;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 1.5em;
}
section.our_projects .containerProjects .img-wrapper .fieldGroup.bigSquare .titleProject {
	font-size: 1.87em;
	margin-bottom: 40px;
}
section.our_projects .containerProjects .bigProjects {
	cursor: pointer;
}
section.our_projects .containerProjects .bigProjects * {
	transition: all 0.5s ease-in-out;
}
section.our_projects .containerProjects .bigProjects .descProject,
section.our_projects .containerProjects .smallProjects .fieldGroup .descProject {
	font-family: "KlavikaBold-Plain", Helvetica, Arial, Verdana, sans-serif;
	color: #FFFFFF;
	font-size: 1.5em;
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
}
section.our_projects .containerProjects:not(.hoverMobile) .bigProjects:hover .descProject {
	opacity: 1;
	transition: opacity 0.5s ease-in-out;
}
section.our_projects .containerProjects:not(.hoverMobile) .bigProjects:hover .shadowImg {
	background-color: rgba(0, 0, 0, 0.70);
}
section.our_projects .containerProjects .smallProjects > div > .img-wrapper .categoryProject,
section.our_projects .containerProjects .smallProjects > div > .img-wrapper .titleProject {
	opacity: 1;
	transition: all 0.3s ease-in-out;
}
section.our_projects .containerProjects:not(.hoverMobile) .smallProjects:hover > div > .img-wrapper .categoryProject,
section.our_projects .containerProjects:not(.hoverMobile) .smallProjects:hover > div > .img-wrapper .titleProject {
	opacity: 0;
	transition: all 0.3s ease-in-out;
}
section.our_projects .containerProjects .positionDesc {
	position: absolute;
	top: 0;
	width: calc(100% + 30px);
	height: 100%;
	background-color: #FFFFFF;
	z-index: 5;
	opacity: 0;
	visibility: hidden;
	text-align: left;
}
section.our_projects .containerProjects a.hiddenClick {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
}
section.our_projects .containerProjects:not(.hoverMobile) .bigProjects:hover .hiddenClick,
section.our_projects .containerProjects:not(.hoverMobile) .smallProjects:hover .hiddenClick {
	pointer-events: auto;
	transition-delay: 0.5s;
}
section.our_projects .containerProjects:not(.hoverMobile) .smallProjects:hover .hiddenClick {
	z-index: 9999;
}
section.our_projects .containerProjects .smallProjects,
section.our_projects .containerProjects .bigProjects {
	cursor: pointer;
}
section.our_projects .containerProjects .smallProjects > div,
section.our_projects .containerProjects .bigProjects > div {
	position: relative;
}
section.our_projects .containerProjects:not(.hoverMobile) .smallProjects:hover > div > .positionDesc {
	opacity: 1;
	visibility: visible;
}
section.our_projects .containerProjects .smallProjects:first-child > div > .positionDesc {
	left: 0px;
	padding: 20px 20px 20px 30px;
	transition: left 0.4s ease-in-out, opacity 0.4s ease-in-out, visibility 0.1s ease-in-out 0.4s;
}
section.our_projects .containerProjects:not(.hoverMobile) .smallProjects:first-child:hover > div > .positionDesc {
	left: 100%;
	transition: left 0.7s ease-in-out, opacity 0.5s ease-in-out;
}
section.our_projects .containerProjects .smallProjects:last-child > div > .positionDesc {
	right: 0px;
	padding: 20px 30px 20px 20px;
	transition: right 0.4s ease-in-out, opacity 0.4s ease-in-out, visibility 0.1s ease-in-out 0.4s;
}
section.our_projects .containerProjects:not(.hoverMobile) .smallProjects:last-child:hover > div > .positionDesc {
	right: 100%;
	transition: right 0.7s ease-in-out, opacity 0.5s ease-in-out;
}
section.our_projects .containerProjects:not(.hoverMobile) .smallProjects:hover > .shadowProject {
	position: absolute;
	top: 0;
	width: calc(200% + 30px);
	height: 100%;
	box-shadow: 0px 9px 34.96px 3.04px rgba(0, 0, 0, 0.3);
	transition: box-shadow 0.4s ease-in-out;
}
section.our_projects .containerProjects:not(.hoverMobile) .smallProjects:first-child:hover > .shadowProject {
	left: 0;
}
section.our_projects .containerProjects:not(.hoverMobile) .smallProjects:last-child:hover > .shadowProject {
	right: 0;
}
section.our_projects .containerProjects:not(.hoverMobile) .bigProjects:hover > div > .img-wrapper, {
	box-shadow: 0px 9px 34.96px 3.04px rgba(0, 0, 0, 0.3);
	transition: box-shadow 0.4s ease-in-out;
}
section.our_projects .containerProjects .smallProjects .positionDesc .categoryProject {
	font-family: "KlavikaBold-Bold", Helvetica, Arial, Verdana, sans-serif;
	color: #000000;
	text-transform: uppercase;
	font-size: 1em;
	margin-bottom: 12px;
}
section.our_projects .containerProjects .smallProjects .positionDesc .categoryProject span:not(:last-child) {
	margin-right: 10px;
}
section.our_projects .containerProjects .smallProjects .positionDesc .titleProject {
	font-family: "KlavikaBold-Bold", Helvetica, Arial, Verdana, sans-serif;
	color: #000000;
	text-transform: uppercase;
	font-size: 1.4em;
	margin-bottom: 15px;
}
section.our_projects .containerProjects .smallProjects .positionDesc .descProject {
	font-family: "KlavikaRegular-Plain", Helvetica, Arial, Verdana, sans-serif;
	color: #000000;
	font-size: 1em;
	line-height: 1.2em;
}

/* Animate Projects Intro */
section.our_projects .containerProjects .animateProjects,
.case-study-page .result-all-projects .rowFluid .animateProjects {
    visibility: visible;
    opacity: 0;
    transform: translateY(40px) scale(1);
    -webkit-transform: translateY(40px) scale(1);
}
section.our_projects .containerProjects .animateProjects.visibleProjects,
.case-study-page .result-all-projects .rowFluid .animateProjects.visibleProjects {
    opacity: 1;
    transform: none;
    -webkit-transform: none;
    transition: transform 0.5s ease-out 0.2s, opacity 0.5s ease-out 0.2s;
    -webkit-transition: -webkit-transform 0.5s ease-out 0.2s, opacity 0.5s ease-out 0.2s;
}

section.numbers_company {
	padding: 45px 0px;
	background: #fd7c2d;
	position: relative;
	z-index: 100;
	text-align: center;
}
section.numbers_company .separator * {
	color: #FFFFFF;
}
section.numbers_company .separator .line:before,
section.numbers_company .separator .line:after {
	border-color: #FFFFFF;
}
section.numbers_company .numbersContainer {
	padding: 50px 0px;
}
section.numbers_company .numbersContainer .copy {
	font-family: "KlavikaBold-Bold", Helvetica, Arial, Verdana, sans-serif;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 1.87em;
}
section.numbers_company .numbersContainer .flexibleContent {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-top: 50px;
}
section.numbers_company .numbersContainer .flexibleContent .results {
	width: 25%;
}
section.numbers_company .numbersContainer .triangule-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: auto;
	width: 120px;
	height: 120px;
	position: relative;
	background-color: #FFFFFF;
	box-shadow: 10px 10px 22.32px 1.68px rgba(0, 0, 0, 0.27);
	transform: rotate(45deg);
	margin-top: 35px;
	margin-bottom: 55px;
}
section.numbers_company .numbersContainer .results .icon-numbers-change {
	transform: rotate(-45deg);
}
section.numbers_company .numbersContainer .results .icon-numbers-change:before {
	color: #eb7429;
}
section.numbers_company .numbersContainer .results [class^="icon-"]:before, 
section.numbers_company .numbersContainer .results [class*=" icon-"]:before {
    display: block;
    font-size: 60px;
}
section.numbers_company .numbersContainer .results .icon-clientes:before, 
section.numbers_company .numbersContainer .results .icon-clientes:before {
    font-size: 90px;
}
section.numbers_company .numbersContainer .results .counter {
	display: block;
	font-family: "KlavikaBold-Bold", Helvetica, Arial, Verdana, sans-serif;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 2.5em;
	line-height: 1;
	margin: 20px 0px;
}
section.numbers_company .numbersContainer .results p {
	font-family: "KlavikaRegular-Plain", Helvetica, Arial, Verdana, sans-serif;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 1.3em;
	line-height: 1;
}

#slideCaseStudy {
	z-index: 99;
	position: absolute;
	width: 100%;
	height: 600px;
	text-align: center;
	background-attachment: fixed !important;
}
#slideCaseStudy .swiper-container .swiper-wrapper .swiper-slide:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45);
}
#slideCaseStudy .swiper-container,
#slideCaseStudy .swiper-container .swiper-wrapper,
#slideCaseStudy .swiper-container .swiper-wrapper .swiper-slide {
	height: 100%;
}
#slideCaseStudy .swiper-container .swiper-wrapper .swiper-slide > div {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0 auto;
}
#slideCaseStudy .swiper-container .swiper-wrapper .swiper-slide > div .titleBanner{
	font-family: "KlavikaBold-Bold", Helvetica, Arial, Verdana, sans-serif;
	color: #FFFFFF;
	font-size: 3.8em;
	line-height: 1;
	text-transform: uppercase;
	margin-bottom: 25px;
}
#slideCaseStudy .swiper-container .swiper-wrapper .swiper-slide > div .subtitleBanner{
	font-family: "KlavikaBold-Bold", Helvetica, Arial, Verdana, sans-serif;
	color: #FFFFFF;
	font-size: 1.85em;
	line-height: 1;
	text-transform: uppercase;
	margin-bottom: 35px;
}
#slideCaseStudy .swiper-container .swiper-wrapper .swiper-slide > div .btn-secondary {
	background-color: #40beee;
	color: white;
}
#slideCaseStudy .swiper-container .swiper-wrapper .swiper-slide > div .btn-secondary:hover {
	background-color: rgba(64, 190, 238, 0.7);
}
#slideCaseStudy .swiper-container-horizontal > .swiper-pagination-bullets {
	bottom: 125px;
}
#slideCaseStudy .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px;
}
#slideCaseStudy .swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}
#slideCaseStudy .swiper-pagination-bullet {
    width: 19px;
    height: 19px;
    display: inline-block;
    border-radius: 100%;
    border: 2px solid #FFFFFF;
    background: transparent;
}
#slideCaseStudy .swiper-pagination-bullet-active {
    background: #FFFFFF;
}

.case-study-page .filterByCases {
	text-align: center;
	margin-top: 65px;
	margin-bottom: 35px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.case-study-page .filterByCases .labelFilterBy {
	font-family: "KlavikaRegular-Plain", Helvetica, Arial, Verdana, sans-serif;
	color: #333333;
	text-transform: uppercase;
	font-size: 1.12em;
}
.case-study-page .filterByCases ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.case-study-page .filterByCases ul li {
	display: inline-block;
	margin-left: 20px;
}
.case-study-page .filterByCases ul li a {
	font-family: "KlavikaBold-Bold", Helvetica, Arial, Verdana, sans-serif;
	color: #f08700;
	text-transform: uppercase;
	font-size: 1.12em;
}
.case-study-page .filterByCases ul li a:hover,
.case-study-page .filterByCases ul li.active a {
	border-bottom: 2px solid #f08700;
}
.case-study-page .filterByCases ul li.allFilters a {
	font-family: "KlavikaRegular-Plain", Helvetica, Arial, Verdana, sans-serif;
	color: #999999;
}
.case-study-page .filterByCases ul li.allFilters a:hover,
.case-study-page .filterByCases ul li.allFilters.active a {
	border-bottom: 2px solid #999999;
}
.case-study-page .result-all-projects .rowFluid {
	display: flex;
	flex-flow: row wrap;
	justify-content: left;
}
.case-study-page .result-all-projects .rowFluid .columnFluid {
	width: 33.33%;
	max-width: 370px;
	margin-right: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #333333;
	transition: box-shadow 0.5s ease-in-out, border-color 0.1s ease-in-out;
	z-index: 1;
}
.case-study-page .result-all-projects .rowFluid .columnFluid:nth-child(3n + 3),
.case-study-page .result-all-projects .rowFluid .columnFluid:last-child {
	margin-right: 0px;
}
.case-study-page .result-all-projects .rowFluid .columnFluid:hover {
	box-shadow: 0px 9px 34.96px 3.04px rgba(0, 0, 0, 0.3);
	border-color: transparent;
	transition: box-shadow 0.5s ease-in-out, border-color 0.1s ease-in-out;
}
.case-study-page .result-all-projects .hiddenClickLink {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
.case-study-page .result-all-projects .col-header {
    position: relative;
    min-height: 208px;
}
.case-study-page .result-all-projects .col-header img {
    max-width: 100%;
    display: block;
    height: 100%;
}
.case-study-page .result-all-projects .col-body {
	padding: 25px;
	position: relative;
}
.case-study-page .result-all-projects .col-body .field-casestudy-category {
	font-family: "KlavikaBold-Bold", Helvetica, Arial, Verdana, sans-serif;
	color: #f08700;
	text-transform: uppercase;
	font-size: 0.9em;
	margin-bottom: 35px;
}
.case-study-page .result-all-projects .col-body .field-casestudy-category span:not(:last-child) {
	margin-right: 10px;
}
.case-study-page .result-all-projects .col-body .field-casestudy-title {
	font-family: "KlavikaBold-Bold", Helvetica, Arial, Verdana, sans-serif;
	color: #333333;
	text-transform: uppercase;
	font-size: 1.85em;
	margin-bottom: 15px;
}
.case-study-page .result-all-projects .col-body .field-casestudy-subtitle {
	font-family: "KlavikaRegular-Plain", Helvetica, Arial, Verdana, sans-serif;
	color: #333333;
	font-size: 1.5em;
	min-height: 25px;
}
.case-study-page .ajax-load-more-wrap.blue .alm-load-more-btn {
	border: 1px solid #40beee;
	background-color: #40beee;
	border-radius: 0;
	font-family: "KlavikaBold-Bold", Helvetica, Arial, Verdana, sans-serif;
	font-size: 1em;
	text-transform: uppercase;
	color: #FFFFFF;
	margin: 20px 0px 40px 0px;
}
.case-study-page .ajax-load-more-wrap.blue .alm-load-more-btn.done,
.case-study-page .ajax-load-more-wrap.blue .alm-load-more-btn:hover {
	background-color: transparent;
	color: #40beee;
}
.case-study-page .alm-btn-wrap .alm-load-more-btn.loading {
	border: 1px solid transparent;
	background-color: transparent;
	color: #40beee;
}
.case-study-page .alm-btn-wrap .alm-load-more-btn.loading:before {
    background: url(../images/loading.gif) no-repeat center center;
    width: 40px;
    height: 40px;
    border-radius: 0;
    background-size: 100% 100%;
    margin: 1px;
}
.case-study-page .clients {
	background-color: #FFFFFF;
}
.case-study-page .clients-slider:before,
.case-study-page .clients-slider:after {
    background: #FFFFFF;
}
.page-template-case-studies footer > button:before, 
.page-template-case-studies .footer > button:before {
	border-top-color: #FFFFFF !important;
}
.case-study .contact-services .cta-contact {
	padding-bottom: 0px !important;
}
.case-study .contact-services .cta-contact .btn-secondary {
	background-color: #40bfef;
	color: white;
}
.case-study .contact-services .cta-contact .btn-secondary:hover,
.case-study .contact-services .cta-contact .btn-secondary:focus,
.case-study .contact-services .cta-contact .btn-secondary:visited:hover,
.case-study .contact-services .cta-contact .btn-secondary:visited:focus {
	background-color: transparent;
	color: #40bfef;
}
.contact-services {
	padding: 0 !important;
}

@media screen and (max-width: 1190px) {
	.case-study-page .result-all-projects .rowFluid {
		max-width: 770px;
		margin: auto;
	}
	.case-study-page .result-all-projects .rowFluid .columnFluid {
		min-width: calc(50% - 30px);
		margin-right: 30px !important;
	}
	.case-study-page .result-all-projects .rowFluid .columnFluid:nth-child(2n + 2),
    .case-study-page .result-all-projects .rowFluid .columnFluid:last-child {
        margin-right: 0px !important;
    }
}
@media screen and (max-width: 1100px) {
	section.our_projects .containerProjects > .col12,
	section.our_projects .containerProjects > .col12 > .col6 > .col12:first-child {
		margin-bottom: 15px;
	}
	section.our_projects .containerProjects .col12 .col6 {
		width: calc(50% - 7.5px);
	}
	section.our_projects .containerProjects .col12 > .col6:first-child {
		margin-right: 15px;
	}
	section.our_projects .containerProjects .positionDesc {
		width: calc(100% + 15px);
	}

	section.numbers_company .numbersContainer .flexibleContent {
		padding: 0px 15px;
	}
	section.numbers_company .numbersContainer .flexibleContent .results {
		width: 50%;
	}
	section.numbers_company .numbersContainer .flexibleContent .results.working-neurons,
	section.numbers_company .numbersContainer .flexibleContent .results.countries {
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 1024px) {
	section.our_projects .containerProjects > .col12,
	section.our_projects .containerProjects > .col12 > .col6 > .col12:first-child {
		margin-bottom: 15px;
	}
	section.our_projects .containerProjects .col12 .col6 {
		width: calc(50% - 7.5px);
	}
	section.our_projects .containerProjects .col12 > .col6:first-child {
		margin-right: 15px;
	}
	section.our_projects .containerProjects .positionDesc {
		width: calc(100% + 15px);
	}

	section.numbers_company .numbersContainer .flexibleContent {
		padding: 0px 15px;
	}
	section.numbers_company .numbersContainer .flexibleContent .results {
		width: 50%;
	}
	section.numbers_company .numbersContainer .flexibleContent .results.working-neurons,
	section.numbers_company .numbersContainer .flexibleContent .results.countries {
		margin-bottom: 30px;
	}


	section.our_projects .containerProjects.hoverMobile .bigProjects.clickHover .descProject {
		opacity: 1;
	}
	section.our_projects .containerProjects.hoverMobile .bigProjects.clickHover .shadowImg {
		background-color: rgba(0, 0, 0, 0.70);
	}
	section.our_projects .containerProjects.hoverMobile .smallProjects.clickHover > div > .img-wrapper .categoryProject,
	section.our_projects .containerProjects.hoverMobile .smallProjects.clickHover > div > .img-wrapper .titleProject {
		opacity: 0;
		transition: all 0.3s ease-in-out;
	}
	section.our_projects .containerProjects.hoverMobile .bigProjects.clickHover .hiddenClick,
	section.our_projects .containerProjects.hoverMobile .smallProjects.clickHover .hiddenClick {
		pointer-events: auto;
		transition-delay: 0.5s;
	}
	section.our_projects .containerProjects.hoverMobile .smallProjects.clickHover > div > .positionDesc {
		z-index: 5;
		opacity: 1;
		visibility: visible;
	}
	section.our_projects .containerProjects.hoverMobile .smallProjects.clickHover:first-child > div > .positionDesc {
		left: 100%;
		transition: left 0.5s ease-in-out, opacity 0.5s ease-in-out;
	}
	section.our_projects .containerProjects.hoverMobile .smallProjects.clickHover:last-child > div > .positionDesc {
		right: 100%;
		transition: right 0.5s ease-in-out, opacity 0.5s ease-in-out;
	}
	section.our_projects .containerProjects.hoverMobile .bigProjects.clickHover > div > .img-wrapper {
		box-shadow: 0px 9px 34.96px 3.04px rgba(0, 0, 0, 0.3);
		transition: box-shadow 0.4s ease-in-out;
	}
	section.our_projects .containerProjects.hoverMobile .smallProjects.clickHover > .shadowProject {
		position: absolute;
		top: 0;
		width: calc(200% + 30px);
		height: 100%;
		box-shadow: 0px 9px 34.96px 3.04px rgba(0, 0, 0, 0.3);
		transition: box-shadow 0.4s ease-in-out;
	}
	section.our_projects .containerProjects.hoverMobile .smallProjects.clickHover:first-child > .shadowProject {
		left: 0;
	}
	section.our_projects .containerProjects.hoverMobile .smallProjects.clickHover:last-child > .shadowProject {
		right: 0;
	}
}
@media screen and (max-width: 1020px) {
	section.our_projects .containerProjects .col12 {
		margin: 0 !important;
	}
	section.our_projects .containerProjects > .col12 > .col6 {
		width: 100%;
		margin-right: 0 !important;
	}
	section.our_projects .containerProjects .col12 > .col6 > .col12 > .col6 {
		width: calc(50% - 15px);
	}
	section.our_projects .containerProjects .col12 > .col6 > .col12 > .col6:first-child {
		margin-right: 30px;
	}
	section.our_projects .containerProjects > .col12 > .col6,
	section.our_projects .containerProjects > .col12 > .col6 > .col12:first-child > .col6 {
		margin-bottom: 30px;
	}
	section.our_projects .containerProjects .positionDesc {
		width: calc(100% + 30px);
	}
}
@media screen and (max-width: 768px) {

}
@media screen and (max-width: 640px) {
	section.numbers_company .numbersContainer .flexibleContent .results {
		width: 100%;
		margin-bottom: 30px;
	}
	section.numbers_company .numbersContainer .flexibleContent .results:last-child {
		margin-bottom: 0px;
	}
	.case-study-page .filterByCases .labelFilterBy {
		width: 100%;
		margin-bottom: 20px;
	}
	.case-study-page .filterByCases ul li {
		width: 100%;
		margin-left: 0px;
		margin-bottom: 20px;
	}
	.case-study-page .result-all-projects .rowFluid {
		max-width: 370px;
		margin: auto;
	}
	.case-study-page .result-all-projects .rowFluid .columnFluid {
		min-width: 100%;
		margin-right: 0px !important;
	}
}
@media screen and (max-width: 540px) {
	section.our_projects .containerProjects .col12 > .col6 {
		margin-bottom: 0px;
	}
	section.our_projects .containerProjects .col12 > .col6.bigProjects {
		margin-bottom: 30px;
	}
	section.our_projects .containerProjects .col12 > .col6 > .col12 > .col6 {
		width: 100%;
		margin-bottom: 30px;
	}
	section.our_projects .containerProjects .img-wrapper .fieldGroup {
		padding: 30px !important;
	}
	section.our_projects .containerProjects .img-wrapper .fieldGroup .categoryProject {
		margin-bottom: 15px !important;
	}
	section.our_projects .containerProjects .img-wrapper .fieldGroup .titleProject {
		font-size: 1.85em !important;
		margin-bottom: 30px !important;
	}

	section.our_projects .containerProjects.hoverMobile .smallProjects.clickHoverPhone .descProject {
		opacity: 1;
	}
	section.our_projects .containerProjects.hoverMobile .smallProjects.clickHoverPhone .shadowImg {
		background-color: rgba(0, 0, 0, 0.70);
	}
	section.our_projects .containerProjects.hoverMobile .smallProjects.clickHoverPhone .fieldGroup .hiddenClick {
		pointer-events: auto;
		transition-delay: 0.5s;
	}

	section.our_projects .containerProjects.hoverMobile .smallProjects.clickHoverPhone > .shadowProject {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		box-shadow: 0px 9px 34.96px 3.04px rgba(0, 0, 0, 0.3);
		transition: box-shadow 0.4s ease-in-out;
	}
}
@media screen and (max-width: 480px) {
	section.our_projects .containerProjects .img-wrapper .fieldGroup {
		padding: 20px !important;
	}
	section.our_projects .containerProjects .img-wrapper .fieldGroup .categoryProject {
		margin-bottom: 15px !important;
	}
	section.our_projects .containerProjects .img-wrapper .fieldGroup .titleProject {
		font-size: 1.6em !important;
		margin-bottom: 15px !important;
	}
	section.our_projects .containerProjects .bigProjects .descProject,
	section.our_projects .containerProjects .smallProjects .fieldGroup .descProject {
		font-size: 1.25em;
	}
	#slideCaseStudy .swiper-container .swiper-wrapper .swiper-slide > div .titleBanner {
		font-size: 3.0em;
	}
}
@media screen and (max-width: 375px) {
	section.our_projects .containerProjects .img-wrapper .fieldGroup {
		padding: 10px !important;
	}
	section.our_projects .containerProjects .img-wrapper .fieldGroup .categoryProject {
		margin-bottom: 10px !important;
	}
	section.our_projects .containerProjects .img-wrapper .fieldGroup .titleProject {
		margin-bottom: 10px !important;
	}
	section.our_projects .containerProjects .bigProjects .descProject,
	section.our_projects .containerProjects .smallProjects .fieldGroup .descProject {
		font-size: 1.15em;
	}
}

#jobs_slider .swiper-wrapper li {
	height: auto;
}
#jobs_slider .swiper-wrapper li > div {
	display: flex;
	flex-direction: column;
	height: 100%;
}
#jobs_slider .swiper-wrapper li > div > .groupInfoJob {
	flex-grow: 2;
}
.jobs-page #allJobsPage {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.jobs-page #allJobsPage li {
	display: inline-block;
	height: auto;
}
.jobs-page #allJobsPage li > div {
	display: flex;
	flex-direction: column;
	height: 100%;
}
.jobs-page #allJobsPage li > div > .groupInfoJob{
	flex-grow: 2;
}
.contact-form label[data-label].required:after, .contact-form .custom-select:after,
.contact-form label.required:not([data-label]):before {
	background: #f2f2f2;
	line-height: 26px;
}
.contacts .contact-form label.required:after {
	background: #FFFFFF;
}

/* New checkbox in forms */
#block-accept-terms label {
	display: flex;
	align-items: center;
	padding: 0;
	margin: 25px 0px 40px 0px;
	position: relative;
}
#job_apply #block-accept-terms {
	padding: 0px 15px !important;
}
#block-accept-terms label .accept-terms-contact {
	position: initial;
}
#block-accept-terms label .accept-terms-contact .wpcf7-checkbox {
	margin: 0px;
}
#block-accept-terms label .accept-terms-contact .wpcf7-list-item,
#block-accept-terms label .accept-terms-jobs {
	position: relative;
	display: flex;
	align-items: center;
	margin-right: 10px;
}
#block-accept-terms label .accept-terms-contact .wpcf7-list-item input[type="checkbox"],
#block-accept-terms label .accept-terms-jobs input[type="checkbox"] {
    width: 16px;
    height: 16px;
    margin: auto;
    opacity: 0;
    position: absolute;
    z-index: 2;
}
#block-accept-terms label .accept-terms-contact .wpcf7-list-item .wpcf7-list-item-label,
#block-accept-terms label .accept-terms-jobs .accept-terms-jobs-check {
    width: 16px;
    height: 16px;
    font-size: 0px;
    line-height: 0px;
    border: 1px solid #999999;
    position: relative;
}
#block-accept-terms label .accept-terms-contact .wpcf7-list-item .wpcf7-list-item-label::after,
#block-accept-terms label .accept-terms-jobs .accept-terms-jobs-check::after {
	content: '';
	width: 10px;
	height: 5px;
	position: absolute;
	top: 4px;
	left: 2px;
	border: 2px solid #3fbeee;
	border-top: 0;
	border-right: 0;
	background: transparent;
	opacity: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	z-index: 1;
}
#block-accept-terms label .accept-terms-contact .wpcf7-list-item input[type="checkbox"]:checked + .wpcf7-list-item-label::after, 
#block-accept-terms label .accept-terms-jobs input[type="checkbox"]:checked + .accept-terms-jobs-check::after {
    opacity: 1;
}
#block-accept-terms label .accept-terms-contact-label,
#block-accept-terms label .accept-terms-jobs-label {
	font-family: "KlavikaRegular-Plain", Helvetica, Arial, Verdana, sans-serif;
	font-size: 15px;
	line-height: 16px;
	color: #999999;
	text-transform: none;
}
#block-accept-terms label .accept-terms-contact-label a,
#block-accept-terms label .accept-terms-jobs-label a {
	font-family: "KlavikaBold-Bold", Helvetica, Arial, Verdana, sans-serif;
	color: #3fbeee;
}
#block-accept-terms label .accept-terms-contact-label a:hover,
#block-accept-terms label .accept-terms-jobs-label a:hover {
	text-decoration: underline;
}
#block-accept-terms label .accept-terms-contact .wpcf7-not-valid-tip {
	position: absolute;
	width: 100%;
	left: 0;
	font-size: 13px;
	margin-top: 5px;
}
#block-accept-terms .accept-terms-contact .wpcf7-not-valid .wpcf7-list-item-label,
#block-accept-terms.error .accept-terms-jobs .accept-terms-jobs-check {
    border-color: #e30427 !important;
}

#job_apply .new-checkbox-style .groupCheckbox {
	display: inline-block;
}
#job_apply .new-checkbox-style .groupCheckbox > div {
	display: flex;
	align-items: center;
}
#job_apply .new-checkbox-style .checkbox-button {
	position: relative;
	display: flex;
	align-items: center;
}
#job_apply .new-checkbox-style .checkbox-button input[type="checkbox"] {
    width: 16px;
    height: 16px;
    margin: auto;
    opacity: 0;
    position: absolute;
    z-index: 2;
}
#job_apply .new-checkbox-style .checkbox-button .checkbox-wrapper {
    width: 16px;
    height: 16px;
    font-size: 0px;
    line-height: 0px;
    border: 1px solid #999999;
    position: relative;
	margin-right: 10px;
}
#job_apply .new-checkbox-style .checkbox-button .checkbox-wrapper::after {
	content: '';
	width: 10px;
	height: 5px;
	position: absolute;
	top: 4px;
	left: 2px;
	border: 2px solid #3fbeee;
	border-top: 0;
	border-right: 0;
	background: transparent;
	opacity: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	z-index: 1;
}
#job_apply .new-checkbox-style .checkbox-button input[type="checkbox"]:checked + .checkbox-wrapper::after {
    opacity: 1;
}
#job_apply .new-checkbox-style .checkbox-button span {
	line-height: 15px;
}

#ligthbox-terms,
#ligthbox-terms-jobs {
	-webkit-box-shadow: 0 0 2em -15px black;
	-moz-box-shadow: 0 0 2em -15px black;
	box-shadow: 0 0 2em -15px black;
	-webkit-transition: all, 0.3s;
	transition: all, 0.3s;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
	opacity: 0;
	-webkit-transform-origin: top;
	-moz-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
	-webkit-transform: rotateX(90deg);
	-moz-transform: rotateX(90deg);
	-ms-transform: rotateX(90deg);
	transform: rotateX(90deg);
	background: white;
	overflow: hidden;
	z-index: 500;
	padding: 50px;

    position: fixed;
    width: 90%;
    height: 90%;
    left: 5%;
    top: 60px;
}
#ligthbox-terms.active,
#ligthbox-terms-jobs.active {
    -webkit-transition: all, 0.5s;
    transition: all, 0.5s;
    -webkit-transform: rotateX(0);
    -moz-transform: rotateX(0);
    -ms-transform: rotateX(0);
    transform: rotateX(0);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
    opacity: 1;
}
#ligthbox-terms button,
#ligthbox-terms-jobs button {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #40bfef;
}
#ligthbox-terms .ligthbox-terms-text,
#ligthbox-terms-jobs .ligthbox-terms-text {
	max-width: 750px;
	width: 100%;
	margin: 35px auto 0px auto;
}
#ligthbox-terms .ligthbox-terms-text h2,
#ligthbox-terms-jobs .ligthbox-terms-text h2 {
	text-align: center;
	font-size: 30px;
	line-height: 44px;
	font-family: "KlavikaBold-Bold", Helvetica, Arial, Verdana, sans-serif;
	color: #3fbeee;
	text-transform: uppercase;
	margin-bottom: 55px;
}
#ligthbox-terms .ligthbox-terms-text p,
#ligthbox-terms-jobs .ligthbox-terms-text p {
	text-align: left;
	font-size: 19px;
	line-height: 29px;
	font-family: "KlavikaLight-Plain", Helvetica, Arial, Verdana, sans-serif;
	color: #666666;
	margin-bottom: 40px;
}
#ligthbox-terms .ligthbox-terms-text a,
#ligthbox-terms-jobs .ligthbox-terms-text a {
	color: #3fbeee;
}

@media (max-width: 480px) {
	#ligthbox-terms,
	#ligthbox-terms-jobs {
		width: 100%;
		height: 100%;
		left: 0
	}
	#ligthbox-terms.active,
	#ligthbox-terms-jobs.active {
		overflow: auto;
	}
}

#termsGDPR {
	padding: 120px 0 30px;
    background: rgba(153,153,153,.5);
    background: -webkit-linear-gradient(top,rgba(153,153,153,.5),white);
    background: linear-gradient(to bottom,rgba(153,153,153,.5),white);
}
#termsGDPR h1 {
	text-align: center;
    font-size: 2.5em;
    color: #666;
    line-height: 1.5;
    text-transform: uppercase;
     margin-bottom: 40px;
}
#termsGDPR h2 {
    font-size: 1.2em;
    color: #666;
    line-height: 1.3;
}
#termsGDPR p {
    font-size: 1.2em;
    color: #666;
    line-height: 1.3;
    margin-bottom: 10px;
}
#termsGDPR p a {
	font-family: "KlavikaBold-Bold", Helvetica, Arial, Verdana, sans-serif;
	color: #3fbeee;
}
#termsGDPR p a:hover {
	text-decoration: underline;
}
#termsGDPR #blockFormGDPR {
	margin: 40px auto;
}
#termsGDPR #blockFormGDPR .radio-button {
	position: relative;
    display: flex;
    align-items: center;
    padding: 0;
    margin: 20px 0px 30px 0px;
    position: relative;
}
#termsGDPR #blockFormGDPR .radio-button input[type="radio"] {
    width: 20px;
    height: 20px;
    margin: auto;
    opacity: 0;
    position: absolute;
    z-index: 2;
}
#termsGDPR #blockFormGDPR .radio-button .radio-wrapper {
	width: 20px;
	height: 20px;
	border: 1px solid #999;
	position: relative;
}
#termsGDPR #blockFormGDPR .radio-button .radio-wrapper::before {
	content: '';
	width: 14px;
	height: 6px;
	position: absolute;
	top: 5px;
	left: 2px;
	border: 2px solid #3fbeee;
	border-top: 0;
	border-right: 0;
	background: transparent;
	opacity: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	z-index: 1;
}
#termsGDPR #blockFormGDPR .radio-button label {
	font-family: "KlavikaRegular-Plain", Helvetica, Arial, Verdana, sans-serif;
	font-size: 16px;
	line-height: 17px;
	color: #999;
	margin-left: 10px;
	width: calc(100% - 30px);
}
#termsGDPR #blockFormGDPR .radio-button input[type="radio"]:checked + .radio-wrapper::before {
    opacity: 1;
}
#termsGDPR #blockFormGDPR .error .radio-button .radio-wrapper {
	border-color: #e30427 !important;
}
#termsGDPR #blockFormGDPR #empty_fields {
	font-size: .8em;
	line-height: 1.5;
	color: #e30427;
	display: none;
	margin: 0px;
	margin-top: -10px;
}
#termsGDPR #blockFormGDPR #empty_fields.error {
	display: block;
}
#termsGDPR #blockFormGDPR button {
	margin-top: 10px;
}
#lightboxTermsGDPR {
	position: fixed;
	top: 0; left: 0;
	width: 100%; height: 100%;
    opacity: 0;
	z-index: 500;
	overflow: hidden;
	visibility: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    background-color: rgba(0, 0, 0, 0.7);
}
#lightboxTermsGDPR.active {
    opacity: 1;
	visibility: visible;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
#lightboxTermsGDPR > div {
	-webkit-box-shadow: 0 0 2em -15px black;
	-moz-box-shadow: 0 0 2em -15px black;
	box-shadow: 0 0 2em -15px black;
	background: white;
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
#lightboxTermsGDPR .ligthboxTermsBody {
	padding: 50px;
    position: relative;
    min-width: 320px;
}
#lightboxTermsGDPR .ligthboxTermsBody button {
	position: absolute;
	top: 15px;
	right: 15px;
	color: #40bfef;
}
#lightboxTermsGDPR .ligthboxTermsBody .messageStatus {
	text-align: center;
	font-size: 19px;
	line-height: 29px;
	font-family: "KlavikaLight-Plain", Helvetica, Arial, Verdana, sans-serif;
	color: #666;
	display: none;
}
#lightboxTermsGDPR .ligthboxTermsBody .messageStatus.show {
	display: block;
}

/* Page Campaign */
#landingPageCampaign {
	overflow: hidden;
	position: relative;
}
#landingPageCampaign .btn-primary {
	font-weight: 700;
	background-color: #f08700;
	padding: 0 30px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.30);
}
#landingPageCampaign .btn-primary:hover {
	background-color: #40bfef;
}
#landingPageCampaign .landing-campaign-banner .shadow-black {
	top: 0; left: 0;
	width: 100%; height: 100%;
	background-color: rgba(0, 0, 0, 0.45);
	transform: none;
}
#landingPageCampaign .landing-campaign-banner .subtitle {
	margin-bottom: 20px;
}
#landingPageCampaign .landing-campaign-banner .btn-primary {
	font-size: 20px;
	line-height: 24px;
	height: 50px;
	margin-top: 10px;
}
#landingPageCampaign #campaign-body .description {
	margin-bottom: 40px;
	padding: 30px 5%;
}
#campaign-features h2.title-tag {
	padding-bottom: 40px;
}
#campaign-features .btn-primary {
	margin-top: 35px;
	margin-left: 15px;
}
#campaign-features p,
#campaign-features li {
	color: #666666;
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 10px;
}
#campaign-features .col6First {
	padding-right: 30px;
}
#campaign-features .col6Last {
	padding-left: 30px;
}
#campaign-technology .feature-item {
	position: relative;
	padding: 0;
	display: flex;
}
#campaign-technology .row {
	display: flex;
	align-items: center;
	width: 100%;
}
#campaign-technology .col-img {
	position: relative;
	padding: 0;
	height: 100%;
	float: none;
}
#campaign-technology .col-img img {
	display: none;
}
#campaign-technology .title-tag {
	padding: 15px 0px;
}
#campaign-technology p {
	color: #666666;
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 15px;
}
#campaign-technology ul li {
	color: #666666;
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 5px;
}
#campaign-technology .col-right .col-text {
	padding: 60px 15px 60px 45px;
}
#campaign-technology .col-left .col-text {
	padding: 60px 45px 60px 15px;
}
#campaign-technology .bgRowFluid {
	position: absolute;
	width: 50%; height: 100%;
	top: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
#campaign-technology .col-right .bgRowFluid {
	left: 0;
}
#campaign-technology .col-left .bgRowFluid {
	right: 0;
}
#campaign-implementation {
	padding: 50px 0px 70px 0px;
}
#campaign-implementation h2.title-tag {
	color: #FFFFFF;
	padding-bottom: 25px;
}
#campaign-implementation h2:before,
#campaign-implementation h2:after {
	color: #FFFFFF;
}
#campaign-implementation .campaign_implementation_desc p {
	color: #FFFFFF;
	font-size: 28px;
	line-height: 30px;
}
#campaign-implementation .btn-primary {
	margin-top: 25px;
	background-color: #f08700;
	padding: 0 20px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.30);
}
#campaign-implementation .btn-primary:hover {
	background-color: #40bfef;
}
#campaign-implementation .campaign_implementation_asteric p {
	color: #FFFFFF;
	font-size: 12px;
	line-height: 18px;	
}
#campaign-financing {
	padding: 50px 0px 70px 0px;
}
#campaign-financing h2.title-tag {
	padding-bottom: 40px;
}
#campaign-financing .campaign_financing_desc {
	padding-right: 30px;
}
#campaign-financing p {
	color: #666666;
	font-size: 18px;
    line-height: 24px;
	margin-bottom: 5px;
}
#campaign-financing .campaign_financing_asteric p {
	color: #666666;
	font-size: 11px;
	line-height: 13px;
	margin-top: 30px;
}
#campaign-financing .col5 {
	text-align: center;	
}
#campaign-financing .btn-primary {
	background-color: #f08700;
	padding: 0 20px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.30);
}
#campaign-financing .btn-primary:hover {
	background-color: #40bfef;
}
#some_work .title-tag {
	margin: 20px 0px 60px 0px;
}
#landingPageCampaign .contacts-wrapper {
	margin-bottom: 40px;
}
#landingPageCampaign .contacts-wrapper h2 {
	font-size: 1.8em;
	color: #40bfef;
	text-transform: uppercase;
	text-align: center;
	margin: 30px 0px 60px 0px;
}
#landingPageCampaign .contacts-wrapper p {
	color: #666666;
}
#landingPageCampaign .contacts-wrapper li {
	border-top: 1px solid #40bfef;
	padding: 15px 0;
}
#landingPageCampaign .contacts-wrapper li:first-child {
	border-width: 0;
}
#landingPageCampaign .contacts-wrapper .contact-form label.required:after {
	background: white;
}
#landingPageCampaign .contacts-wrapper .contact-form form .recipient {
	display: none;
}
#landingPageCampaign .feature-content ul {
	padding-left: 15px;
}
#landingPageCampaign .feature-content ul li:before {
	content: "- ";
	display: inline-block;
	width: 15px;
	margin-left: -15px;
}
@media screen and (max-width: 880px) {
	#landingPageCampaign .m-col12 {
		display: block;
		float: left;
		min-height: 1px;
		padding-left: 15px;
		padding-right: 15px;
		width: 100% !important;
	}
	#landingPageCampaign .m-no-push, .m-no-pull {
		margin-left: 0;
	}
	#landingPageCampaign #campaign-body .description {
		padding: 30px 15px;
	}
	#campaign-technology .col-left .row {
		flex-direction: column;
	}
	#campaign-technology .col-right .row {
		flex-direction: column-reverse;
	}
	#campaign-technology .col-img {
		padding: 0px !important;
		height: auto;
	}
	#campaign-technology .col-img img {
		width: 100%;
		display: block;
	}
	#campaign-technology .col-text {
		padding: 50px 15px !important;
	}
	#campaign-technology .bgRowFluid {
		display: none;
	}
	#campaign-implementation .btn-primary {
		margin-bottom: 25px;
	}
	#campaign-financing .btn-primary {
		margin-top: 40px;
	}
	#some_work .title-tag {
		margin: 0px 0px 45px 0px;
	}
	#landingPageCampaign .contacts-wrapper ul {
		padding-bottom: 30px;
	}
}
@media screen and (max-width: 420px) {
	#landingPageCampaign .landing-campaign-banner .btn-primary {
		font-size: 16px;
		line-height: 20px;
		height: 40px;
	}
}
.contact-form form .current-page,
.hidden-wrapper {
	display: none;
}
.details-page .details ul li,
.details-page .details ol li{
    font-size: 1.2em;
    color: #666;
    line-height: 1.3;
}
.details-page .details ul li {
    list-style-type: disc;
    margin-left: 40px;
}
.contact.white-label h2 {
    font-size: 1.8em;
    color: #40bfef;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 30px;
}
.contact.white-label .contact-form label.required:after {
    background: #fff
}
