* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
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;
}
html, body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden !important;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #4D4D4D;
	position: relative;
}
h1 {
	font-family: 'Open Sans', sans-serif;
	font-size: 28px;
	line-height: 30px;
	font-weight: 700;
	color: #00A4E7;
}
h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	line-height: 28px;
	font-weight: 700;
	color: #00A4E7;
}
h3 {
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	line-height: 22px;
	font-weight: 700;
	color: #00A4E7;
}
h4 {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: 700;
	color: #00A4E7;
}
h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: 400;
	color: #000000;
}
p {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	color: #4D4D4D;
	margin-bottom: 20px;
}
p strong, p b {
	font-weight: 700;
}
*:focus {
	outline: none;
}

/* Colors */
.color-blue {
	color: #00A4E7;
}
.color-gray {
	color: #4D4D4D;
}
.bg-gray {
	color: #F7F7F7;
}

/* Custom*/
#content-wrapper {
	position: relative;
	padding-top: 130px;
}
.limit-wrapper {
	max-width: 1440px;
	margin: auto;
	position: relative;
}
.main-fluid {
    padding: 0px 15px;
    max-width: 1170px;
    margin: auto;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.custom-bullets-fecomar {
	list-style: none;
	margin: 40px auto 20px auto;
	padding: 0;
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
	max-width: 750px;
}
.custom-bullets-fecomar li {
	display: flex;
	flex-direction: row;
	text-align: left;
	padding: 0px 20px 0px 0px;
	margin-bottom: 20px;
	position: relative;
}
.custom-bullets-fecomar li:before {
	content: '';
	width: 15px;
	height: 13px;
	background: url('../images/icon-arrow.svg') no-repeat;
	background-position: center;
	background-size: contain;
	margin-top: 2px;
	margin-right: 5px;
	display: block;
}
.custom-bullets-fecomar li span {
	font-size: 16px;
	line-height: 18px;
	font-weight: 400;
	width: calc(100% - 20px);
}
.custom-bullets-icons-fecomar {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: center;
	margin: 40px auto 20px auto;
	padding: 0;
	max-width: 900px;
}
.custom-bullets-icons-fecomar li {
	display: flex;
	flex-direction: row;
	width: 50%;
	text-align: left;
	padding: 5px 60px 5px 0px;
}
.custom-bullets-icons-fecomar li div {
	min-width: 35px;
	margin-right: 10px;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.custom-bullets-icons-fecomar li span {
	font-size: 16px;
	line-height: 18px;
	font-weight: 400;
	display: flex;
	align-items: center;
}

/* Button Style */
.button {
	display: inline-block;
	font-size: 14px;
	line-height: 18px;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #00A4E7;
	background: transparent;
	text-transform: uppercase;
	padding: 5px 15px;
	cursor: pointer;
	text-align: center;
	border: 1px solid #00A4E7;
	transition: all 0.2s ease-in-out;
}
.button:hover,
.button.active {
	background: #00A4E7;
	color: #ffffff;
	transition: all 0.2s ease-in-out;
}

/* Grid */
.rowFluid {
	display: flex;
	flex-flow: row wrap;
	justify-content: start;
}
.rowFluid .colSpan3 {
	flex: 0 0 calc(33.33% - 20px);
	width: calc(33.33% - 20px);
	margin-right: 30px;
	margin-bottom: 30px;
}
.rowFluid .colSpan3:nth-child(3n + 3),
.rowFluid .colSpan3:last-child {
	margin-right: 0px;
}
.rowFluid .colSpan3 img {
	display: block;
	width: 100%;
	margin-bottom: 10px;
}
.rowFluid .colSpan4 {
	flex: 0 0 calc(25% - 15px);
	width: calc(25% - 15px);
	min-width: 270px;
	margin-right: 15px;
	margin-bottom: 30px;
}
.rowFluid .colSpan4:nth-child(4n + 4),
.rowFluid .colSpan4:last-child {
	margin-right: 0px;
}
.rowFluid .colSpan4 img {
	display: block;
	width: 100%;
}

/* Group Files Custom */
.rowFiles {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}
.rowFiles .colFile {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 20%;
	margin: 40px 20px 20px 20px;
}
.rowFiles .colFile:before {
	content: "";
	width: 35px;
	height: 42px;
	background-image: url(../images/icon-pdf.svg);
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
}
.rowFiles .colFile a {
	color: #4D4D4D;
	margin-left: 10px;
	text-align: left;
	font-size: 14px;
	line-height: 16px;
}
.rowFiles .colFile a:hover {
	text-decoration: underline;
}

/* Header */
#header {
	position: fixed;
	width: 100%;
	height: 130px;
	padding: 30px 0px 35px 0px;
	background-color: #FFFFFF;
	z-index: 9999;
	transition: all 0.5s ease-in-out;
}
#header * {
	transition: all 0.5s ease-in-out;
}
#header .container-header {
	max-width: 1440px;
	width: 100%;
	margin: 0px auto;
    padding: 0px 15px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
#header .container-header .site-logo a {
	display: block;
	height: 55px;
}
#header .container-header .site-logo a img {
	height: 55px;
}
#header #main-navigation {
	margin-top: 10px
}
#header #main-navigation ul {
	display: flex;
	flex-direction: row;
	list-style: none;
	margin: 0;
	padding: 0;
}
#header #main-navigation ul li {
	margin: 0px 10px;
}
#header #main-navigation ul li:first-child {
	margin-left: 0px;
}
#header #main-navigation ul li:last-child {
	margin-right: 0px;
}
#header #main-navigation ul li a {
	font-size: 14px;
	line-height: 16px;
	font-weight: 700;
	color: #4D4D4D;
	text-decoration: none;
	text-transform: uppercase;
	padding-bottom: 2px;
	border-bottom: 2px solid transparent;
	outline: none;
}
#header #main-navigation ul li:hover a,
#header #main-navigation ul li.current-menu-item a {
	font-weight: 700;
	border-bottom: 2px solid #4D4D4D;
}
#header #main-navigation ul li a:after {
    display: block;
    content: attr(title);
    font-weight: 700;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

/* Header Fixed */
#header.fixedTop {
	height: 100px;
	padding: 25px 0px 25px 0px;
	-webkit-box-shadow: 4px 4px 3px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 4px 4px 3px 0px rgba(0,0,0,0.15);
	box-shadow: 4px 4px 3px 0px rgba(0,0,0,0.15);
	transition: all 0.5s ease-in-out;
}
#header.fixedTop .container-header .site-logo a {
	height: 50px;
}
#header.fixedTop .container-header .site-logo a img {
	height: 50px;
}

/* Switche Language */
#header .switche-language {
	position: absolute;
	top: 5px;
	right: 15px;
}
#header .switche-language * {
	transition: none;
}
#header .switche-language .wpml-ls-legacy-list-horizontal {
	padding: 0;
}
#header .switche-language ul li {
	padding: 5px;
	margin: 0px 2px;
}
#header .switche-language ul li a {
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;
	color: #4D4D4D;
	padding: 0;
}
#header .switche-language ul li:hover a,
#header .switche-language ul li.wpml-ls-current-language a {
	font-weight: 700;
}

/* Banner Slide */
#bannerWrapper.slick-slider {
	position: relative;
}
#bannerWrapper.slick-slider .item-banner-slide {
	height: 500px;
	position: relative;
}
#bannerWrapper.banner-templates .item-banner-slide {
	height: 500px;
}
#bannerWrapper.slick-slider .item-banner-slide > .bgImage {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 100%;
}
#bannerWrapper.slick-slider .item-banner-slide .itemBannerHeader {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 15%;
	max-width: 340px;
}
#bannerWrapper.slick-slider .item-banner-slide .itemBannerHeader .bannerTitle {
	font-family: 'Open Sans', sans-serif;
	font-size: 30px;
	line-height: 42px;
	font-weight: 700;
	color: #FFFFFF;
	text-transform: uppercase;
	max-width: 85%;
	margin-bottom: 10px;
}
#bannerWrapper.slick-slider .item-banner-slide .itemBannerHeader .bannerSubtitle {
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	line-height: 32px;
	font-weight: 400;
	color: #FFFFFF;
	text-transform: uppercase;
}
#bannerWrapper.slick-slider .slick-arrow {
	background-color: transparent;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: -15px;
	bottom: 0;
	margin: auto;
	z-index: 9;
	padding: 0;
	display: block;
	width: 25px;
	height: 40px;
	border: 0;
	opacity: 0.5;
	cursor: pointer;
	outline: none;
}
#bannerWrapper.slick-slider .slick-arrow:hover {
	opacity: 1;
}
#bannerWrapper.slick-slider .slick-prev {
	background-image: url('../images/icon-arrow-prev-black.svg');
	left: 20px;
}
#bannerWrapper.slick-slider .slick-next {
	background-image: url('../images/icon-arrow-next-black.svg');
	right: 20px;
}

/* Front Page */
#front-page-wrapper {

}
#front-page-wrapper .frontpage-body {
	top: -80px;
	position: relative;
	margin-bottom: -60px;
}
#front-page-wrapper .frontpage-body .bgWhite {
	background-color: #FFFFFF;
	padding: 30px;
	text-align: center;
}
#front-page-wrapper .frontpage-body h2 {
	margin-bottom: 20px;
}
#front-page-wrapper .frontpage-body p {
	font-size: 15px;
}
#front-page-wrapper .related-pages-wrapper {
	margin: 30px 0px 30px 0px;
	text-align: center;
}
#front-page-wrapper .related-pages-wrapper h1 {
	text-transform: uppercase;
	margin-bottom: 30px;
}
#front-page-wrapper .related-pages-wrapper .group-related {
	display: flex;
	flex-direction: row;
}
#front-page-wrapper .related-pages-wrapper .group-related > div {
	display: flex;
	flex-direction: column;
	flex: 0 0 25%;
	padding: 10px 20px;
	position: relative;
}
#front-page-wrapper .related-pages-wrapper .group-related > div:first-child {
	padding-left: 0px;
}
#front-page-wrapper .related-pages-wrapper .group-related > div:last-child {
	padding-right: 0px;
}
#front-page-wrapper .related-pages-wrapper .group-related > div:not(:first-child):before {
    content: "";
    height: 100px;
    width: 2px;
    position: absolute;
    top: 50%;
    left: 0;
    background-color: #00A4E7;
    transform: translateY(-50%);
}
#front-page-wrapper .related-pages-wrapper .group-related h5 {
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 20px;
}
#front-page-wrapper .related-pages-wrapper .group-related p {
	font-size: 13px;
	line-height: 18px;
}
#front-page-wrapper .related-pages-wrapper .group-related a {
	font-size: 16px;
	line-height: 18px;
	font-weight: 700;
	text-decoration: underline;
	color: #00A4E7;
	outline: none !important;
}
#front-page-wrapper .services-wrapper {
	background-color: #F7F7F7;
	padding: 30px 0px;
	margin-bottom: 30px;
}
#front-page-wrapper .services-wrapper h1 {
	text-transform: uppercase;
	margin-bottom: 30px;
	text-align: center;
}
#front-page-wrapper .services-wrapper .group-bullets-services {
	display: flex;
	flex-direction: row;
}
#front-page-wrapper .services-wrapper .group-bullets-services .item-bullet {
	display: flex;
	flex-direction: column;
	text-align: center;
	flex: 0 0 20%;
	padding: 10px 15px 0px 15px;
	opacity: 0;
	border-right: 2px solid #00A4E7;
}
#front-page-wrapper .services-wrapper .group-bullets-services .item-bullet:first-child {
	padding-left: 0px;
}
#front-page-wrapper .services-wrapper .group-bullets-services .item-bullet:last-child {
	border-right: 0;
	padding-right: 0px;
}
#front-page-wrapper .services-wrapper .group-bullets-services .item-bullet.animateBullet {
	opacity: 1;
	transition: opacity 0.5s ease-in-out;
	-webkit-transition: opacity 0.5s ease-in-out;
}
#front-page-wrapper .services-wrapper .group-bullets-services .item-bullet .number-bullet {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px; height: 40px;
	background-color: #00A4E7;
	font-size: 28px;
	line-height: 28px;
	font-weight: 700;
	color: #FFFFFF;
	border-radius: 50px;
	margin: 0px auto 15px auto;
}
#front-page-wrapper .services-wrapper .group-bullets-services .item-bullet .text-bullet {
	font-size: 12px;
	line-height: 16px;
	font-weight: 400;
	color: #000000;
	flex-grow: 2;
}
#front-page-wrapper .transportations-wrapper {
	margin-bottom: 50px;
	text-align: center;
}
#front-page-wrapper .transportations-wrapper h1 {
	text-transform: uppercase;
	margin-bottom: 20px;
}
#front-page-wrapper .transportations-wrapper div {
	font-family: 'Open Sans', sans-serif;
    font-size: 32px;
    line-height: 34px;
    font-weight: 400;
    color: #000000;
	margin-bottom: 20px;
}
#front-page-wrapper .transportations-wrapper h5 {
	margin-bottom: 15px;
}
#front-page-wrapper .contact-form-wrapper {
	background: url('../images/bg_contact_home.jpg') no-repeat;
	background-position: center;
	background-size: cover;
	padding: 30px 0px 50px 0px;
}
#front-page-wrapper .contact-form-wrapper .bgWhiteWrapper {
	background-color: #FFFFFF;
	text-align: center;
	padding: 30px 50px;
	max-width: 950px;
	margin: 0 auto;
}
#front-page-wrapper .contact-form-wrapper .bgWhiteWrapper h1 {
	text-transform: uppercase;
	margin-bottom: 30px;
}
#front-page-wrapper .contact-form-wrapper .bgWhiteWrapper form.wpcf7-form {
	max-width: 750px;
	margin: 0 auto;
	text-align: left;
}

/* Containers Page */
#containers-body {
	top: -60px;
	position: relative;
	margin-bottom: -125px;
}
#containers-body .bgWhite {
	columns: 3;
	background-color: #FFFFFF;
	padding: 30px 40px;
}
#containers-file-wrapper {
	background-color: #F7F7F7;
	text-align: center;
	padding: 100px 0px 10px 0px;
}
#containers-file-wrapper h1 {
	text-align: center;
	text-transform: uppercase;
}
#containers-text-featured {
	background-color: #2f2f2f;
	text-align: center;
	padding: 30px 0px;
	margin-bottom: 40px;
}
#containers-text-featured p {
	font-size: 18px;
	line-height: 18px;
	color: #FFFFFF;
	text-transform: uppercase;
	margin: 0;
}
#containers-list-wrapper h1 {
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 40px;
}
#containers-list-wrapper .results-all-containers .rowFluid .colSpan4 {
	display: flex;
	flex-direction: column;
}
#containers-list-wrapper .results-all-containers .rowFluid .animateList {
	visibility: visible;
	opacity: 0;
	transform: translateY(40px) scale(1);
	-webkit-transform: translateY(40px) scale(1);
}
#containers-list-wrapper .results-all-containers .rowFluid .animateList.visibleList {
	opacity: 1;
	transform: none;
	-webkit-transform: none;
	transition: transform .5s ease-out .2s,opacity .5s ease-out .2s;
	-webkit-transition: -webkit-transform .5s ease-out .2s, opacity .5s ease-out .2s;
}
#containers-list-wrapper .results-all-containers .rowFluid .colSpan4 img {
	max-height: 170px;
}
#containers-list-wrapper .results-all-containers .rowFluid .colSpan4 .groupInfo {
	padding: 15px 0px 10px 0px;
	flex-grow: 2;
}
#containers-list-wrapper .results-all-containers .rowFluid .colSpan4 .groupInfo p {
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 5px;
}
#containers-advantages-solutions {
	background-color: #F7F7F7;
	padding: 40px 0px;
	margin-top: 20px;
}
#containers-advantages-solutions .main-fluid {
	display: flex;
	flex-direction: row;
	align-items: center;
}
#containers-advantages-solutions .left-col {
	flex: 0 0 30%;
	padding: 0 60px;
}
#containers-advantages-solutions h1 {
	text-transform: uppercase;
	font-size: 34px;
	line-height: 40px;
}
#containers-advantages-solutions .right-col {
	flex: 0 0 70%;
}
#containers-advantages-solutions .right-col ul {
	margin: 0;
}
#containers-advantages-solutions .right-col ul li:before {
	position: absolute;
}
#containers-advantages-solutions .right-col ul li span {
	padding-left: 25px;
}

/* Prefabricated Page */
#page-prefabricated-body {
	margin-top: 30px;
}
#page-prefabricated-body h4 {
	text-align: center;
	text-transform: uppercase;
}
#page-prefabricated-body h1 {
	text-align: center;
	text-transform: uppercase;
	margin-top: 5px;
}
#page-prefabricated-body .field-prefabricated-description {
	margin-top: 15px;
	text-align: center;
}
#page-prefabricated-body .modular-solutions-wrapper {
	margin-top: 40px;
	text-align: center;
}
#page-prefabricated-body .modular-solutions-wrapper h4 {
	text-transform: uppercase;
}
#page-prefabricated-body .modular-solutions-wrapper .bullets-modular-solutions {
	text-align: left;
	margin: 50px 0px 50px 0px;
}
#advantages-prefabricated-wrapper {
	background-color: #F7F7F7;
	padding: 20px 0px;
}
#advantages-prefabricated-wrapper .main-fluid {
	display: flex;
	align-items: center;
}
#advantages-prefabricated-wrapper .left-column {
	padding-right: 40px;
	flex: 0 0 30%;
}
#advantages-prefabricated-wrapper .left-column h1 {
    font-size: 30px;
    line-height: 32px;
}
#advantages-prefabricated-wrapper .left-column h1,
#advantages-prefabricated-wrapper .left-column h4 {
	text-transform: uppercase;
}
#advantages-prefabricated-wrapper .left-column h5:last-child {
	color: #00A4E7;
	margin: 40px 0 0 0;
}
#advantages-prefabricated-wrapper .right-column {
    flex: 0 0 70%;
}
#advantages-prefabricated-wrapper .right-column ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	list-style: none;
	margin: 0; padding: 0;
	width: 100%;
}
#advantages-prefabricated-wrapper .right-column ul li {
	width: calc(33.33% - 10px);
	margin: 5px;
	padding: 20px 20px;
	min-height: 170px;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: #FFFFFF;
}
#advantages-prefabricated-wrapper .right-column ul li p {
	margin: 15px 0 0 0;
	width: 100%;
}
#solutions-prefabricated-wrapper {
	margin: 40px 0px;
}
#solutions-prefabricated-wrapper h1 {
	text-align: center;
	text-transform: uppercase;
}
#solutions-prefabricated-wrapper .custom-bullets-fecomar {
	columns: 3;
	-webkit-columns: 3;
	-moz-columns: 3;
	max-width: 100%;
}
#prefabricated-list-wrapper {
	margin-top: 60px;
	margin-bottom: 40px;
}
#prefabricated-list-wrapper .results-all-prefabricated .rowFluid .colSpan4 {
	display: flex;
	flex-direction: column;
}
#prefabricated-list-wrapper .results-all-prefabricated .rowFluid .animateList {
	visibility: visible;
	opacity: 0;
	transform: translateY(40px) scale(1);
	-webkit-transform: translateY(40px) scale(1);
}
#prefabricated-list-wrapper .results-all-prefabricated .rowFluid .animateList.visibleList {
	opacity: 1;
	transform: none;
	-webkit-transform: none;
	transition: transform .5s ease-out .2s,opacity .5s ease-out .2s;
	-webkit-transition: -webkit-transform .5s ease-out .2s, opacity .5s ease-out .2s;
}
#prefabricated-list-wrapper .results-all-prefabricated .rowFluid .colSpan4 .groupInfo {
	padding: 15px 0px 10px 0px;
	flex-grow: 2;
}
#prefabricated-list-wrapper .results-all-prefabricated .rowFluid .colSpan4 .groupInfo p {
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 5px;
}
#page-prefabricated-footer {
	background-color: #F7F7F7;
	text-align: center;
	padding: 30px 0px;
}
#page-prefabricated-footer h1 {
	text-transform: uppercase;
	margin-bottom: 40px;
}
#page-prefabricated-footer .rowFiles {
	max-width: 900px;
	margin: 0 auto;
}
#page-prefabricated-footer .rowFiles .colFile {
	justify-content: flex-start;
	flex: 0 0 33.33%;
	margin: 40px 0px 20px 0px;
	padding-right: 20px;
}

/* Solutions Page */
#page-solutions-body .field-solutions-description {
	margin-top: 30px;
	text-align: center;
}
#page-solutions-body .header-bullets-solutions {
	text-align: center;
	margin: 40px;
}
#page-solutions-body .header-bullets-solutions h4 {
	text-transform: uppercase;
}
#page-solutions-body .header-bullets-solutions h1 {
	text-transform: uppercase;
	margin-top: 5px;
}
#page-solutions-body .group-bullets-solutions {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: center;
	margin: 50px 0px 40px 0px;
}
#page-solutions-body .group-bullets-solutions .item-bullet {
	text-align: center;
	width: 20%;
	padding: 0px 30px;
	opacity: 0;
}
#page-solutions-body .group-bullets-solutions .item-bullet.animateBullet {
	opacity: 1;
	transition: opacity 0.5s ease-in-out;
	-webkit-transition: opacity 0.5s ease-in-out;
}
#page-solutions-body .group-bullets-solutions .item-bullet .number-bullet {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px; height: 40px;
	background-color: #00A4E7;
	border-radius: 50px;
	font-size: 28px;
	line-height: 28px;
	font-weight: 700;
	color: #FFFFFF;
	border-radius: 50px;
	margin: 0px auto 15px auto;
}
#page-solutions-body .group-bullets-solutions .item-bullet .text-bullet {
	font-size: 18px;
	line-height: 20px;
	font-weight: 400;
	text-transform: uppercase;
}
#solutions-business-wrapper {
	background-color: #00A4E7;
	padding: 60px 0px;
}
#solutions-business-wrapper .bgWhite {
	background-color: #FFFFFF;
	width: 100%;
	padding: 25px 40px 40px 40px;
	text-align: center;
}
#solutions-business-wrapper h4 {
	text-transform: uppercase;
}
#solutions-business-wrapper h1 {
	text-transform: uppercase;
	margin-top: 5px;
}
#page-solutions-gallery {
	margin: 40px 0px;
}
#page-solutions-gallery .sliderSolutions .itemSlideSolutions {
    max-width: 100%;
    height: 570px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
#page-solutions-gallery .sliderSolutions .slick-arrow {
	background-color: transparent;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: -15px;
	bottom: 0;
	margin: auto;
	z-index: 9;
	padding: 0;
	display: block;
	width: 30px;
	height: 50px;
	border: 0;
	opacity: 0.5;
	cursor: pointer;
	outline: none;
}
#page-solutions-gallery .sliderSolutions .slick-arrow:hover {
	opacity: 1;
}
#page-solutions-gallery .sliderSolutions .slick-prev {
	background-image: url('../images/icon-arrow-prev.svg');
	left: 20px;
}
#page-solutions-gallery .sliderSolutions .slick-next {
	background-image: url('../images/icon-arrow-next.svg');
	right: 20px;
}
#page-solutions-gallery .sliderSolutions .slick-dots {
	text-align: center;
}
#page-solutions-gallery .sliderSolutions .slick-dots li {
	list-style: none;
	display: inline-block;
	margin-right: 10px;
}
#page-solutions-gallery .sliderSolutions .slick-dots li:last-child {
	margin-right: 10px;
}
#page-solutions-gallery .sliderSolutions .slick-dots li button {
	font-size: 0;
	line-height: 0;
	border-radius: 50px;
	border: 1px solid #00A4E7;
	background-color: transparent;
	height: 10px;
	width: 10px;
	padding: 0;
	outline: none;
}
#page-solutions-gallery .sliderSolutions .slick-dots li.slick-active button {
	background-color: #00A4E7;
}
#page-solutions-footer {
	background-color: #F7F7F7;
	text-align: center;
	padding: 30px 0px;
}
#page-solutions-footer h1 {
	text-transform: uppercase;
	margin-bottom: 10px;
}
#page-solutions-footer h3 {
	font-weight: 400;
	color: #000000;
}

/* Modulare Houses Page */
#page-modular-houses-header {
	display: flex;
	flex-direction: row;
	height: 500px;
}
#page-modular-houses-header .left-header {
	flex: 0 0 60%;
	padding-right: 20px;
}
#page-modular-houses-header .left-header .bgImage {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 100%;
}
#page-modular-houses-header .right-header {
	flex: 0 0 40%;
	display: flex;
	align-items: center;
	background-color: #F7F7F7;
	padding: 40px;
}
#page-modular-houses-header .right-header .group-text {
	max-width: 400px;
}
#page-modular-houses-header .right-header .modular-houses-title {
	font-size: 35px;
	line-height: 42px;
	font-weight: 700;
	color: #333333;
	text-transform: uppercase;
	margin-bottom: 30px;
}
#page-modular-houses-header .right-header .modular-houses-text {
	font-size: 22px;
	line-height: 28px;
	font-weight: 400;
	color: #333333;
}
#page-modular-houses-body .field-modular-houses-description {
	columns: 2;
	margin: 40px 0px;
}
#page-modular-houses-body .field-modular-houses-description p {
	margin: 0;
	padding: 0px 55px;
}
#page-modular-houses-body .group-bullets-modular-houses {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
	margin: 50px 0px 40px 0px;
}
#page-modular-houses-body .group-bullets-modular-houses .item-bullet {
    text-align: center;
    width: 16%;
    padding: 0px 25px;
    opacity: 0;
}
#page-modular-houses-body .group-bullets-modular-houses .item-bullet:first-child {
	padding-left: 0px;
}
#page-modular-houses-body .group-bullets-modular-houses .item-bullet:last-child {
    flex: 0 0 18%;
	padding-right: 0px;
}
#page-modular-houses-body .group-bullets-modular-houses .item-bullet.animateBullet {
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
    -webkit-transition: opacity 0.5s ease-in-out;
}
#page-modular-houses-body .group-bullets-modular-houses .item-bullet .icon-bullet {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	margin: 0px auto 15px auto;
}
#page-modular-houses-body .group-bullets-modular-houses .item-bullet .text-bullet {
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
	color: #333333;
	text-transform: uppercase;
}
#page-modular-houses-body .modular-houses-wrapper {
	text-align: center;
	background-color: #F7F7F7;
	padding: 40px 0px 20px 0px;
	margin-bottom: 40px;
}
#page-modular-houses-body .modular-houses-wrapper h4 {
	text-align: center;
	text-transform: uppercase;
}
#page-modular-houses-body .modular-houses-wrapper h1 {
	text-align: center;
	text-transform: uppercase;
	margin-top: 5px;
}
#page-modular-houses-body .modular-houses-wrapper .bullets-modular-houses {
	text-align: left;
	margin-top: 50px;
}
#modular-houses-list-wrapper {
	margin-bottom: 40px;
}
#modular-houses-list-wrapper h1 {
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 40px;
}
#modular-houses-list-wrapper .results-all-modular-houses .rowFluid .colSpan3 {
	display: flex;
	flex-direction: column;
}
#modular-houses-list-wrapper .results-all-modular-houses .rowFluid .animateList {
	visibility: visible;
	opacity: 0;
	transform: translateY(40px) scale(1);
	-webkit-transform: translateY(40px) scale(1);
}
#modular-houses-list-wrapper .results-all-modular-houses .rowFluid .animateList.visibleList {
	opacity: 1;
	transform: none;
	-webkit-transform: none;
	transition: transform .5s ease-out .2s,opacity .5s ease-out .2s;
	-webkit-transition: -webkit-transform .5s ease-out .2s, opacity .5s ease-out .2s;
}
#modular-houses-list-wrapper .results-all-modular-houses .rowFluid .colSpan3 .groupInfo {
	padding: 15px 0px 10px 0px;
	flex-grow: 2;
}
#modular-houses-list-wrapper .results-all-modular-houses .rowFluid .colSpan3 .groupInfo p {
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 5px;
}
#page-modular-houses-footer {
	background-color: #F7F7F7;
	text-align: center;
	padding: 30px 0px;
}
#page-modular-houses-footer h1 {
	text-transform: uppercase;
	margin-bottom: 10px;
}
#page-modular-houses-footer h3 {
	font-weight: 400;
	color: #000000;
}

/* Services Page */
#page-services-body {
	max-width: 1360px;
	width: 100%;
	margin: 0px auto;
}
#page-services-body .bgGray {
	background-color: #F7F7F7;
	text-align: center;
	margin: 0px 15px 40px 15px;
	padding: 60px 230px;
}
#page-services-body .bgGray p {
	font-size: 18px;
	line-height: 20px;
	font-weight: 400;
	font-style: italic;
	color: #000000;
}
#page-services-body .bgGray p:last-child {
	margin-bottom: 0px;
}
#services-list-wrapper .results-all-services .rowFluid .colSpan3 {
	display: flex;
	flex-direction: column;
}
#services-list-wrapper .results-all-services .rowFluid .animateList {
	visibility: visible;
	opacity: 0;
	transform: translateY(40px) scale(1);
	-webkit-transform: translateY(40px) scale(1);
}
#services-list-wrapper .results-all-services .rowFluid .animateList.visibleList {
	opacity: 1;
	transform: none;
	-webkit-transform: none;
	transition: transform .5s ease-out .2s,opacity .5s ease-out .2s;
	-webkit-transition: -webkit-transform .5s ease-out .2s,opacity .5s ease-out .2s;
}
#services-list-wrapper .results-all-services .rowFluid .colSpan3 .groupInfo {
	padding: 20px 15px;
}
#services-list-wrapper .results-all-services .rowFluid .colSpan3 .groupInfo h3 {
	font-size: 22px;
	line-height: 24px;
	margin-bottom: 20px;
}
#services-list-wrapper .results-all-services .rowFluid .colSpan3 .groupInfo p {
	font-size: 16px;
	line-height: 18px;
	margin: 0px;
}

/* Used Page */
#page-used-body {
	max-width: 1360px;
	width: 100%;
	margin: 0px auto;
}
#page-used-body .bgGray {
	background-color: #F7F7F7;
	text-align: center;
	margin: 0px 15px 40px 15px;
	padding: 60px 230px;
}
#page-used-body .bgGray p {
	font-size: 18px;
	line-height: 20px;
	font-weight: 400;
	font-style: italic;
	color: #000000;
}
#page-used-body .bgGray p:last-child {
	margin-bottom: 0px;
}
#page-used-body .group-bullets-used {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: start;
	justify-content: center;
	margin: 80px 0px 100px 0px;
}
#page-used-body .group-bullets-used .item-bullet {
	text-align: center;
	width: 25%;
	padding: 0px 25px;
	opacity: 0;
}
#page-used-body .group-bullets-used .item-bullet.animateBullet {
	opacity: 1;
	transition: opacity 0.5s ease-in-out;
	-webkit-transition: opacity 0.5s ease-in-out;
}
#page-used-body .group-bullets-used .item-bullet .number-bullet {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px; height: 40px;
	background-color: #00A4E7;
	border-radius: 50px;
	font-size: 28px;
	line-height: 28px;
	font-weight: 700;
	color: #FFFFFF;
	border-radius: 50px;
	margin: 0px auto 15px auto;
}
#page-used-body .group-bullets-used .item-bullet .text-bullet {
	font-size: 18px;
	line-height: 20px;
	font-weight: 400;
	text-transform: uppercase;
}
#used-list-wrapper {
	margin-bottom: 40px
}
#used-list-wrapper .header-list-used {
	text-align: center;
	margin-bottom: 40px;
}
#used-list-wrapper .header-list-used h1 {
	text-transform: uppercase;
	margin-bottom: 5px;
}
#used-list-wrapper .results-all-used .rowFluid .colSpan3 {
	display: flex;
	flex-direction: column;
	cursor: pointer;
}
#used-list-wrapper .results-all-used .rowFluid .animateList {
	visibility: visible;
	opacity: 0;
	transform: translateY(40px) scale(1);
	-webkit-transform: translateY(40px) scale(1);
}
#used-list-wrapper .results-all-used .rowFluid .animateList.visibleList {
	opacity: 1;
	transform: none;
	-webkit-transform: none;
	transition: transform .5s ease-out .2s,opacity .5s ease-out .2s;
	-webkit-transition: -webkit-transform .5s ease-out .2s, opacity .5s ease-out .2s;
}
#used-list-wrapper .results-all-used .rowFluid .colSpan3 .groupInfo {
	padding: 20px 15px;
}
#used-list-wrapper .results-all-used .rowFluid .colSpan3 .groupInfo h3 {
	font-size: 22px;
	line-height: 24px;
	margin-bottom: 20px;
}
#used-list-wrapper .results-all-used .rowFluid .colSpan3 .groupInfo p {
	font-size: 16px;
	line-height: 18px;
	margin: 0px;
}
#used-list-wrapper .results-all-used .rowFluid .colSpan3 img {
    max-height: 280px;
}

/* Contacts Page */
#mapContact {
	width: 100%;
	height: 450px;
}
#page-contacts-body .contactsWrapper {
	margin: 40px auto 50px auto;
	max-width: 880px;
	justify-content: space-between;
}
#page-contacts-body .contactsWrapper .leftColForm {
	max-width: 245px;
	margin-top: 100px;
}
#page-contacts-body .contactsWrapper .leftColForm h1 {
	text-transform: uppercase;
	margin-bottom: 20px;
}
#page-contacts-body .contactsWrapper .leftColForm p {
	font-size: 16px;
	line-height: 18px;
}
#page-contacts-body .contactsWrapper .rightColForm {
	width: 60%;
}
#page-contacts-body .contactsInfo {
	justify-content: space-between;
}
#page-contacts-body .contactsInfo .colContactsItem {
	display: flex;
	flex-direction: column;
	padding: 0px 30px;
}
#page-contacts-body .contactsInfo .colContactsItem .field-contacts-icon {
	height: 25px;
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}
#page-contacts-body .contactsInfo .colContactsItem .field-contacts-title {
	margin-bottom: 25px;
}
#page-contacts-body .contactsInfo .colContactsItem .field-contacts-title h2 {
	display: inline-block;
}
#page-contacts-body .contactsInfo .colContactsItem .field-contacts-text,
#page-contacts-body .contactsInfo .colContactsItem .field-contacts-text a,
#page-contacts-body .contactsInfo .colContactsItem .field-contacts-text p {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: 400;
	color: #4D4D4D;	
}
#page-contacts-body .share-contacts-facebook {
	text-align: center;
	margin: 80px 0px;
}
#page-contacts-body .share-contacts-facebook a {
	display: inline-block;
	font-size: 24px;
	line-height: 28px;
	font-weight: 700;
	color: #333333;
	text-decoration: none;
	border-bottom: 2px solid #333333;
}

/* Form */
form.wpcf7-form {

}
form.wpcf7-form p {
	margin-bottom: 10px;
}
form.wpcf7-form input[type="text"],
form.wpcf7-form input[type="email"],
form.wpcf7-form textarea {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;
	color: #333333;
	height: 40px;
	padding: 10px;
	border: 1px solid #b3b3b3;
	border-radius: 0;
	background: none;
}
form.wpcf7-form textarea {
	height: auto;
	resize: none;
}
form.wpcf7-form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #4D4D4D;
}
form.wpcf7-form ::-moz-placeholder { /* Firefox 19+ */
	color: #4D4D4D;
}
form.wpcf7-form :-ms-input-placeholder { /* IE 10+ */
	color: #4D4D4D;
}
form.wpcf7-form :-moz-placeholder { /* Firefox 18- */
	color: #4D4D4D;
}
form.wpcf7-form .checkbox-button label {
    display: flex;
    align-items: center;
    margin: 25px 0 35px 0;
    position: relative
}
form.wpcf7-form .checkbox-button label .accept-terms-contact .wpcf7-list-item {
    position: relative;
    display: flex;
    align-items: center;
    margin: 0 10px 0 0;
}
form.wpcf7-form .checkbox-button label .accept-terms-contact .wpcf7-list-item input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin: auto;
    opacity: 0;
    position: absolute;
    z-index: 2
}
form.wpcf7-form .checkbox-button label .accept-terms-contact .wpcf7-list-item .wpcf7-list-item-label {
    width: 20px;
    height: 20px;
    font-size: 0;
    line-height: 0;
    border: 1px solid #b3b3b3;
    position: relative
}
form.wpcf7-form .checkbox-button label .accept-terms-contact .wpcf7-list-item .wpcf7-list-item-label::after {
	content: '';
	width: 14px;
	height: 7px;
	position: absolute;
	top: 4px;
	left: 2px;
	border: 2px solid #00A4E7;
	border-top: 0;
	border-right: 0;
	background: transparent;
	opacity: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	z-index: 1;
}
form.wpcf7-form .checkbox-button label .accept-terms-contact .wpcf7-list-item input[type="checkbox"]:checked + .wpcf7-list-item-label::after{
    opacity: 1
}
form.wpcf7-form .checkbox-button label .checkbox-label {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;
	color: #4D4D4D;
    text-transform: none
}
form.wpcf7-form .checkbox-button label .wpcf7-not-valid-tip {
	position: absolute;
	width: 200px;
	padding-top: 5px;
}
form.wpcf7-form .btnSubmit {
	text-align: right;
}
form.wpcf7-form .btnSubmit input[type="submit"] {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;
	color: #FFFFFF;
	text-transform: uppercase;
	background-color: #4d4d4d;
	border-radius: 0;
	height: 35px;
	padding: 9px 30px;
}
form.wpcf7-form .btnSubmit input[type="submit"]:hover {
	background-color: #00A4E7;
}
form.wpcf7-form .btnSubmit .ajax-loader {
	display: none;
}
form.wpcf7-form input[type="text"].wpcf7-not-valid,
form.wpcf7-form input[type="email"].wpcf7-not-valid,
form.wpcf7-form textarea.wpcf7-not-valid {
	border-color: #f00;
}
form.wpcf7-form .wpcf7-not-valid-tip {
	font-size: 12px;
	line-height: 14px;
	padding-left: 10px;
}
form.wpcf7-form .wpcf7-response-output.wpcf7-validation-errors {
	display: none !important;
}
form.wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
	display: flex !important;
	align-items: center;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;
	color: #4D4D4D;
	border: none;
	margin: 20px 0px !important;
	padding: 0 !important;
	background-image: url('../images/check_circle.svg');
    background-size: 40px 40px;
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 55px !important;
	min-height: 40px;
}

/* Footer */
#footer {
	background-color: #333333;
	border: 0px;
	margin: 0px;
	max-height: 50px;
	padding: 10px 0px;
	color: #FFFFFF;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer .main-fluid {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
#footer .footer-phone {
	font-size: 18px;
	line-height: 18px;
	font-weight: 700;
}
#footer .footer-email {
	font-size: 18px;
	line-height: 18px;
	font-weight: 700;
}
#footer .footer-facebook a {
	display: block;
	height: 30px;
}
#footer .footer-copyright {
	font-size: 12px;
	line-height: 12px;
	font-weight: 400;
}

/* Ligthbox */
#lightbox-gallery {
	position: fixed;
	width: 100%; height: 100%;
	top: 0; left: 0;
	background-color: rgba(0, 0, 0, 0.7);
	opacity: 0;
	visibility: hidden;
	z-index: -1;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.5s ease-in-out;
	padding: 20px;
}
#lightbox-gallery.show {
	opacity: 1;
	visibility: visible;
	z-index: 999999;
	transition: all 0.5s ease-in-out;
}
#lightbox-gallery .ligthbox-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 1170px;
	max-height: 750px;
	width: 100%; height: 100%;
	background-color: #FFFFFF;
	margin: 0px auto;
	position: relative;
	padding: 45px 20px;
}
#lightbox-gallery .close-ligthbox {
	position: absolute;
	top: 10px; right: 10px;
	cursor: pointer;
}
#lightbox-gallery .slide-gallery,
#lightbox-gallery .slide-gallery .slick-list,
#lightbox-gallery .slide-gallery .slick-track {
	width: 100%;
	height: 100% !important;
}
#lightbox-gallery .slide-gallery .item-slide {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%; height: 100%;
}
#lightbox-gallery .slide-gallery .item-slide img {
	width: auto;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
}
#lightbox-gallery .slide-gallery .slick-arrow {
	background-color: transparent;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: -15px;
	bottom: 0;
	margin: auto;
	z-index: 9;
	padding: 0;
	display: block;
	width: 30px;
	height: 50px;
	border: 0;
	opacity: 0.5;
	cursor: pointer;
	outline: none;
}
#lightbox-gallery .slide-gallery .slick-arrow:hover {
	opacity: 1;
}
#lightbox-gallery .slide-gallery .slick-prev {
	background-image: url('../images/icon-arrow-prev-black.svg');
	left: 20px;
}
#lightbox-gallery .slide-gallery .slick-next {
	background-image: url('../images/icon-arrow-next-black.svg');
	right: 20px;
}
#lightbox-gallery .slide-gallery .slick-dots {
	position: absolute;
	bottom: -30px;
	left: 0; right: 0;
	margin: 0 auto;
	text-align: center;
}
#lightbox-gallery .slide-gallery .slick-dots li {
	list-style: none;
	display: inline-block;
	margin-right: 10px;
}
#lightbox-gallery .slide-gallery .slick-dots li:last-child {
	margin-right: 10px;
}
#lightbox-gallery .slide-gallery .slick-dots li button {
	font-size: 0;
	line-height: 0;
	border-radius: 50px;
	border: 1px solid #00A4E7;
	background-color: transparent;
	height: 10px;
	width: 10px;
	padding: 0;
	outline: none;
}
#lightbox-gallery .slide-gallery .slick-dots li.slick-active button {
	background-color: #00A4E7;
}

#lightbox-information {
	position: fixed;
	width: 100%; height: 100%;
	top: 0; left: 0;
	background-color: #FFFFFF;
	opacity: 0;
	visibility: hidden;
	z-index: -1;
	padding: 20px 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.5s ease-in-out;
}
#lightbox-information.show {
	opacity: 1;
	visibility: visible;
	z-index: 999999;
	transition: all 0.5s ease-in-out;
}
#lightbox-information .ligthbox-wrapper {
	display: flex;
	width: 100%; height: calc(100% - 40px);
	margin-top: 40px;
	overflow-y: auto;
    -webkit-overflow-scrolling: touch;
	background-color: #FFFFFF;
}
#lightbox-information .close-ligthbox {
	position: absolute;
	top: 20px; right: 20px;
	cursor: pointer;
	width: 20px; height: 20px;
}
#lightbox-information .close-ligthbox img {
	width: 20px;
	height: 20px;
}
#lightbox-information .main-fluid {
	display: flex;
	flex-direction: row;
	padding: 0;
	width: 100%; height: 100%;
	max-height: 650px; min-height: 500px;
}
#lightbox-information .left-col {
	flex: 0 0 60%;
	width: 60%;
	max-width: 60%;
	padding-right: 20px;
}
#lightbox-information .slide-gallery {
	background-color: #F7F7F7;
	padding: 50px;
}
#lightbox-information .slide-gallery,
#lightbox-information .slide-gallery .slick-list,
#lightbox-information .slide-gallery .slick-track {
	width: 100%;
	height: 100% !important;
}
#lightbox-information .slide-gallery .item-slide {
	max-width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
#lightbox-information .slide-gallery .item-slide img {
	opacity: 0;
	width: 100%;
	max-width: 100%;
	display: block;
}
#lightbox-information .slide-gallery .slick-arrow {
	background-color: transparent;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: -15px;
	bottom: 0;
	margin: auto;
	z-index: 9;
	padding: 0;
	display: block;
	width: 20px;
	height: 30px;
	border: 0;
	opacity: 0.5;
	cursor: pointer;
	outline: none;
}
#lightbox-information .slide-gallery .slick-arrow:hover {
	opacity: 1;
}
#lightbox-information .slide-gallery .slick-prev {
	background-image: url('../images/icon-arrow-prev-black.svg');
	left: 15px;
}
#lightbox-information .slide-gallery .slick-next {
	background-image: url('../images/icon-arrow-next-black.svg');
	right: 15px;
}
#lightbox-information .slide-gallery .slick-dots {
	position: absolute;
	bottom: 20px;
	left: 0; right: 0;
	margin: 0 auto;
	text-align: center;
}
#lightbox-information .slide-gallery .slick-dots li {
	list-style: none;
	display: inline-block;
	margin-right: 10px;
}
#lightbox-information .slide-gallery .slick-dots li:last-child {
	margin-right: 10px;
}
#lightbox-information .slide-gallery .slick-dots li button {
	font-size: 0;
	line-height: 0;
	border-radius: 50px;
	border: 1px solid #b5b5b5;
	background-color: #b5b5b5;
	height: 10px;
	width: 10px;
	padding: 0;
	outline: none;
}
#lightbox-information .slide-gallery .slick-dots li.slick-active button {
	background-color: #00A4E7;
}
#lightbox-information .right-col {
	flex: 0 0 40%;
	width: 40%;
	padding: 10px 20px;
}
#lightbox-information .field-title h3 {
	font-size: 22px;
	line-height: 24px;
	color: #000000;
	margin-bottom: 5px;
}
#lightbox-information .field-subtitle h5 {
	color: #000000;
	font-size: 16px;
	line-height: 18px;
	font-weight: 700;
}
#lightbox-information .field-description {
	margin-top: 30px;
}
#lightbox-information .field-file .rowFiles {
	align-items: flex-start;
	justify-content: flex-start;
}
#lightbox-information .field-file .rowFiles .colFile {
	justify-content: flex-start;
	flex: inherit;
	margin: 30px 0px;
}


/* Back To Top */
#backToTop {
	height: 42px;
	width: 42px;
	text-align: center;
	position: fixed;
	bottom: 50px;
	z-index: 9;
	right: 50px;
	opacity: 0;
	-webkit-transition: opacity .5s linear;
	-moz-transition: opacity .5s linear;
	-ms-transition: opacity .5s linear;
	-o-transition: opacity .5s linear;
	transition: opacity .5s linear;
	cursor: pointer;
}
#backToTop.visible {
	opacity: 1;
	-webkit-transition: opacity .5s linear;
	-moz-transition: opacity .5s linear;
	-ms-transition: opacity .5s linear;
	-o-transition: opacity .5s linear;
	transition: opacity .5s linear;
}