/* COMPLEMENTARY CSS IN ADDITION TO MATERIALIZE
	 @ AUTHOR : CEREBELLIS (LN)
	 @ COPYRIGHT : CEREBELLIS
	 TO CHANGE COLORS : SEARCH "BLUE" IN THIS DOCUMENT AND IN THE CLASSES OF UI'S;
*/

/*Popup */
.popup {
  max-width: 90%;
}

body {
	background-color: #fcfcfc!important;
	cursor: default;
}

/* HEADER */

.flex-center {
	display: flex!important;
	align-items: center!important;
	justify-content: center!important;
}

.brand-logo {
		font-family: "Lobster";
		display: flex;
		transition: all ease 0.6s;
		opacity: 0;
}

nav .brand-logo {
	margin-top: 7px;
}

.padding-brand {
	margin-top: 0px!important;
}

nav ul li {
	border-left: 1px solid #e7e7e7;
	box-shadow: inset 1px 0px 0px 0px rgba(255,255,255,1);
	text-transform: uppercase;
	height: 62px;
}

nav ul a {
	color: #5d5d5d;
}

nav ul a.inline{
  display: inline-block;
}

nav ul.dropdown-content li {
	height: 50px;
}

nav {
	box-shadow: none;
	border-bottom: 1px solid #c1c1c1;
	transition: all ease 0.5s;
}

.mobile-only {
	display: inline-block;
}
.mobile-hidden {
	display: none;
}

@media only screen and (min-width: 993px) {
	.nav-wrapper .container {
		width: 85%!important;
	}

  .mobile-only {
  	display: none;
  }
  .mobile-hidden {
  	display: inline-block;
  }
}

.nav-wrapper .btn {
	padding: 0px 20px;
}

/*@media only screen and (max-width: 1269px) {
	ul#largeScreenNav {
		display: none !important;
	}
}*/

.dropdown-content {
	top: 64px!important;
	width: 175px!important;
}

.body-is-scrolled nav {
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

.mobile-li {
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #d6d6d6;
	text-transform: none;
}

.mobile-li a {
	padding: 0 20px!important;
}

.mobile-li i {
	height: 45px;
	line-height: 47px;
	margin-right: 20px!important;
}

.mobile-view {
	margin-bottom: 0px;
	height: 64px;
	padding: 0;
	border-bottom: 1px solid #d6d6d6;
}
.icon-header {
	font-size: 20px;
}

.icon-bigger {
	font-size: 20px;
}

/* MAIN TOOLS */

.device-height {
	min-height: calc(100vh - 64px)!important;
}

@media only screen and (max-width: 992px) {
	.device-height {
		min-height: auto!important;
	}
}

.full-width {
	display: block;
	width: 100%;
}

.text-centered {
	text-align: center;
}

.no-margin {
	margin: 0px!important;
}

.margin-right {
	margin-right: 10px;
}

.margin-left {
	margin-left: 10px;
}

.no-padding {
	padding: 0px!important;
}

.no-borders {
	border: 0px!important;
}

.centered-pop {
  position: fixed;
  top: 50%;
  left: 50%;
  /* bring your own prefixes */
  transform: translate(-50%, -50%);
}

.cursor-pointer {
	cursor: pointer;
}

.hidden {
	display: none!important;
}

.displayed {
	display: block!important;
}

.readonly {
	cursor: not-allowed;
	opacity: 0.5;
}

@media (max-width: 1200px) {
	.hide-on-device {
		display: none;
	}
}

#side-menu>div{
  position: fixed;
  top: 20%;
}

@media (max-height: 715px) {
	#side-menu>div{
    top: 5%;
  }
}

.table-of-contents li {
	padding: 5px 0px;
}

.table-of-contents a {
	font-size: 18px;
}

.table-of-contents a.active {
	border-color: #6b6b6b!important;
}

.table-of-contents a:hover {
	border-color: #6b6b6b!important;
}

.top-slogan {
	font-family: 'Lobster';
	color: #2196F3;
}

.top-desc {
	font-weight: 300;
	font-size: 0.45em;
	display: block;
	line-height: 1.5em;
}

.section {
  padding: 5em 3em;
}

@media (max-width: 600px) {
  .section {
    padding: 3em 1em;
  }
}

@media (max-width: 992px) {
	.section {
		padding-bottom: 1em!important;
		padding-top: 2.5em!important;
	}
}

.title-box {
  padding: 30px 30px;
  padding-top: 0px;
}

.title-box h1 {
  font-size: 3.5em;
  font-weight: 300;
  margin: 0px;
}

@media (max-width: 992px) {

	.title-box h1 {
		font-size: 2.5em!important;
	}
	.title-box h2 {
		font-size: 1.8em!important;
	}

	.title-box {
		padding-bottom: 15px;
	}

	.side-content h1 {
		font-size: 1.6em!important;
	}

}

.title-box h2 {
  font-size: 2em;
  font-weight: 300;
  margin: 0px;
  margin-top: 15px;
}
.side-content {
  padding: 10px 30px;
}
.side-content h1 {
  font-size: 1.7em;
  font-weight: 400;
  margin: 0px;
}
.side-content .content-text {
  text-align: justify;
  font-size: 1.2em;
  padding: 15px 0px 25px 0px;
  font-weight: 300;
}
.content-img img {
	max-width: 100%;
	border-radius: 10px;
	border: 2px solid #e1e1e1;
}
.buttons button {
  height: 3.5em;
  line-height: 3.5em;
}
.responsiveImg {
  width: 100%;
}

@media (max-width: 992px) {

	.side-content {
		padding-left: 5px!important;
		padding-right: 5px!important;
	}

	.title-box {
		padding-left: 5px!important;
		padding-right: 5px!important;
	}

}

.reverseImg {
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
}

.functionality-box {
	transition: all ease 0.5s;
	padding: 20px;
	/* margin-bottom: 15px; */
	margin-bottom: 20px;
	border-radius: 10px;
}

/* .functionality-box:first-child {
	border-radius: 10px 10px 0px 0px;
}

.functionality-box:last-child {
	border-radius: 0px 0px 10px 10px;
} */

.functionality-box {
	box-shadow: 0px 5px 8px rgba(0,0,0,0.4);
	/* border: 2px solid #24568f; */
}

/* .functionality-link:hover .functionality-box{
	box-shadow: 0px 5px 7px rgba(0,0,0,0.08);
} */
.functionality-link:hover .functionality-head span {
	/* color: #1e88e5!important; */
}
.functionality-arrow {
	font-size: 26px;
}
.functionality-hidden {
	opacity: 0;
	transition: all ease 0.5s;
}
.functionality-link:hover .functionality-hidden {
	opacity: 1;
	padding-left: 5px;
}
.functionality-icon-box {
	padding: 14px;
	display: inline-block;
	border-radius: 10px;
	width: 50px;
	height: 50px;
	text-align: center;
	border: 1px solid rgba(0,0,0,0.05);
}
.functionality-icon {
	font-size: 20px;
}
.functionality-head {
	font-size: 1.3em;
	font-weight: 300;
	padding: 8px 0px 3px 0px;
	transition: all ease 0.3s;
  display: inline;
  padding-left: 7px;
}
.functionality-desc {
	font-size: 1.05em;
	font-weight: 400;
	text-align: left;
  padding-top: 7px;
	flex: 1;
	width: 40%;
	padding: 25px 0px;
	font-family: 'Inter';
}
.functionality-img-top {
	padding-top: 25px;
}
.functionality-img-top .functionality-desc {
	padding-bottom: 0px!important;
}
.functionality-desc h3:first-child {
	margin-top: 0px!important;
}
.functionality-img-left .functionality-desc {
	padding-left: 25px!important;
	padding-top: 0px!important;
}
.functionality-img-right .functionality-desc {
	padding-right: 25px !important;
	padding-top: 0px!important;
}
.functionality-img-y .functionality-desc {
	width: 100%;
}
.functionality-desc ul {
	padding: 0px 17px!important;
}
.functionality-desc li {
	list-style-type: disc!important;
}
.functionality-desc h3 {
	font-size: 20px;
	font-weight: 500;
	color: #575757;
}
/* .functionality-img img {
	max-width: 100%;
} */
.functionality-img {
	display: flex;
	align-items: center;
	width: 60%;
}
.functionality-img-y .functionality-img {
	width: 100%;
}
@media (max-width: 992px) {
	.functionality-img-x {
		flex-direction: column!important;
	}
	.functionality-img {
		width: 100%!important;
	}
	.functionality-desc {
		width: 100%!important;
	}
	.functionality-img-left .functionality-desc {
		padding-left: 0px!important;
		padding-top: 25px!important;
	}
}
.functionality-img-y {
	flex-direction: column;
}
.functionality-img-x {
	flex-direction: row;
	padding-top: 20px;
}
.functionality-block {
	display: flex;
}
.functionality-img img {
	max-width: 100%;
	border-radius: 8px;
	border: 1px solid #d0d0d0;
	max-height: 700px;
}
.tile {
	max-width: 800px;
  margin: auto;
	/* border-radius: 14px; */
	/* border: 5px solid grey; */
}

/* services */
.services-box {
	padding-bottom: 30px;
}

.services-box:first-child {
	padding-top: 30px;
}

.services-head {
	padding: 20px 25px 10px 25px;
	font-size: 1.6em;
	font-weight: 300;
	color: #FFF;
	border-radius: 3px 3px 0px 0px;
	box-shadow: 0px 3px 6px rgba(0,0,0,0.12);
	z-index: 0;
}

.services-body {
	padding: 10px 20px;
	background: #ffffff;
	border-radius: 0px 0px 3px 3px;
	box-shadow: 0px 3px 6px rgba(0,0,0,0.12);
	z-index: 1;
}

.services-body .services-name {
	font-size: 1.30em;
	font-weight: 300;
	display: block;
}
.services-body .services-desc {
	font-size: 1.09em;
	font-weight: 300;
	color: grey;
	text-align: justify;
}
.services-body .services-price {
	font-size: 1.30em;
	font-weight: 300;
	color: #656565;
	float: right;
}
.services-body td {
	padding: 10px 5px;
}

.services-annotations {
	background: white;
  padding: 25px 25px;
  box-shadow: 0px 3px 6px rgba(0,0,0,0.12);
  font-weight: 300;
  font-size: 16px;
  font-family: 'Roboto Condensed';
  color: #777777;
}

.contact-us {
	font-size: 1.2em;
	padding: 20px 60px 20px 60px;
	height: 72px;
	margin-top: 20px;
}

@media (max-width: 450px) {
	.contact-us {
    font-size: 0.9em;
    padding: 20px 30px 20px 30px;
		height: 72px;
		margin-top: 20px;
	}
}

/* SPEC */
.spec-box {
	padding-bottom: 30px;
}

.spec-box:first-child {
	padding-top: 30px;
}

.spec-body td {
	vertical-align: top;
}

.spec-head {
	padding: 20px 25px 10px 25px;
	font-size: 1.6em;
	font-weight: 400;
	color: #000;
	box-shadow: 0px 3px 3px rgba(0,0,0,0.12);
	z-index: 0;
	border-radius: 3px 3px 0 0;
}

.spec-body {
	padding: 25px;
	padding-bottom: 15px;
	background: #ffffff;
	box-shadow: 0px 3px 3px rgba(0,0,0,0.12);
	z-index: 1;
	border-radius: 0px 0px 3px 3px;
}

.spec-body .spec-name {
	font-size: 1.20em;
	font-weight: 400;
	display: block;
}

.spec-body .spec-desc {
	font-size: 1.09em;
	font-weight: 300;
	color: grey;
	text-align: justify;
	padding-bottom: 13px;
	padding-top: 2px;
}

.spec-desc .spec-desc-head:first-child {
	padding-top: 0px;
}

@media (max-width: 992px) {
	.spec-desc .spec-desc-head:first-child {
		padding-top: 10px;
	}
}

.spec-desc-head {
	font-size: 1em;
  font-weight: 500;
  padding-bottom: 2px;
  padding-top: 15px;
  color: grey;
  font-family: 'Roboto Condensed';
  text-transform: uppercase;
}

.spec-row {
  border-bottom: 1px solid #d0d0d0;
	margin-left: 0px!important;
	margin-right: 0px!important;
	padding-bottom: 10px;
}

.spec-row:last-child {
	border: 0px;
	margin-bottom: 0px;
}

table.bordered tbody tr:last-child {
	border: 0px;
}

/* FOOTER WHICH STAYS AT THE BOTTOM AT ALL TIMES */

body {
	display: flex;
	min-height: 100vh;
	flex-direction: column;
	transition: all ease 0.5s;
	overflow-y: scroll;
}

main {
	flex: 1 0 auto;
}

footer .brand-logo {
  display: inline-block;
  font-size: 1.5rem;
  padding: 0;
  opacity: 1;
}

@media (max-width: 992px) {
	.parallax-device-height {
		min-height: 210px!important;
		height: auto!important;
	}
}

@media (max-width: 992px) {

	.pad-right {
		padding-left: 0px!important;
		padding-right: 0px!important;
	}

	.pad-center {
		padding-right: 0px!important;
		padding-left: 0px!important;
	}

	.pad-left {
		padding-right: 0px!important;
		padding-left: 0px!important;
	}

}

@media (max-width: 600px) {
  .smallscreen-pad-left {
		padding-right: 0px!important;
		padding-left: 0px!important;
	}
  .smallscreen-pad-right {
    padding-left: 0px!important;
    padding-right: 0px!important;
  }
}

@media (min-width: 993px) {

	.pad-right, .smallscreen-pad-right{
		padding-left: 0px!important;
		padding-right: 30px!important;
	}

	.pad-center {
		padding-right: 30px!important;
		padding-left: 30px!important;
	}

	.pad-left, .smallscreen-pad-left {
		/* padding-right: 0px!important; */
		padding-left: 30px!important;
	}

}

.slider .slides {
	background: none!important;
	height: 100%;
}

.sliderImg {
	background-size: contain!important;
  background-repeat: no-repeat;
	background-position-y: top!important;
}

.carousel .indicators .indicator-item {
	background-color: rgba(0,0,0,0.2);
	height: 15px;
	width: 15px;
}

.my-carousel {
	max-width: 1200px;
	margin: auto;
}

.indicators {
	bottom: -25px!important;
}

.carousel .indicators .indicator-item.active {
	background-color: #2196f3;
}

.tabs-content.carousel { height: 100%; overflow-x:hidden; overflow-y: scroll; } .tabs-content.carousel .carousel-item { width: 100%; height: 100%; }

#fluid-loading {
	transition: all ease 0.5s;
	opacity: 0;
}

.fluid-opacity {
	opacity: 1!important;
}

.imgRadius {
	border-radius: 10px;
	box-shadow: 2px 3px 3px rgba(0,0,0,0.2);
}

.caption {
	font-size: 18px;
  font-weight: 300;
  color: #1e88e5;
	text-align: center;
	padding-top: 10px;
}

.arrows {
	z-index: 2;
	font-size: 25px;
	position: absolute;
	top: 50%;
}

.arrows span {
	background: #2196f3;
	width: 50px;
	height: 50px;
	justify-content: center;
	border-radius: 100%;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.3);
	cursor: pointer;
	transition: all ease 0.35s;
}

.arrows span i {
	color: #FFFFFF;
}

.arrows span:hover {
	background: #4fb1ff;
}

.arrows span:hover i {
	color: #FFFFFF;
}

.arrow-left {
	left: 0%;
}

.arrow-right {
	right: 0%;
}

.responsiveSection {
  column-width: 300px;
  -webkit-column-width: 300px;
  column-gap: 20px;
  -webkit-column-gap: 20px;
  column-count: 3;
  -webkit-column-count: 3;
  -moz-column-break-inside: avoid;
  -webkit-column-break-inside: avoid;
  column-break-inside: avoid;
  padding: 0px;
  margin-bottom: 40px;
}

.responsiveSection .tile {
  width: 100%;
  break-inside: avoid;
  -moz-column-break-inside:avoid;
	-webkit-column-break-inside:avoid;
	column-break-inside:avoid;
}

@media (min-width: 993px) {

  .responsiveSection .tile .functionality-box {
    min-height: 14.8em;
  }
}

.bottom-links div {
  padding: 20px 0!important;
  transition: all ease 0.5s;
}

.bottom-links {
  font-size: 1.45em;
  display: block;
  font-weight: 300;
  color: #4e4e4e;
}

.bottom-links span {
  width: 55px;
  height: 55px;
  border-radius: 100%;
  text-align: center;
}

.bottom-links:hover .bottom-links-hover {
  background: #fdfdfd!important;
}

.bottom-links-content {
  justify-content: center;
}

@media (max-width: 1000px) {
  .bottom-links {
    font-size: 1.3em;
  }
  .bottom-links div {
    padding: 10px 0!important;
    padding-left: 15px!important;
  }
  .bottom-links span {
    width: 45px;
    height: 45px;
  }
}

@media (max-width: 600px) {
  .bottom-links-content {
    justify-content: left;
  }
}

.text-center {
	text-align: center;
}