/* Main */

html {
	height: 100%;
	overflow: auto;
	padding: 0;
	margin: 0;
}

body {
    overflow: hidden;
    height: auto;
	min-width: 500px;
	padding: 0;
	margin: 0;
    background-color: #FFFFFF;
    color: black;
	font-family: "TeXGyreAdventor", sans-serif;
	font-size: 16px;
    line-height: 25px;
}

a {
	color: inherit;
	text-decoration: none;
}

/* Wide and Thin Display */

@media (min-width: 1000px) {
	.displayThin {
		display: none !important;
	}
}

@media (max-width: 1000px) {
	.displayWide {
		display: none !important;
	}
}

/* Divs */

.divHeader {
	margin: 0 auto;
    width: 100%;
	background-color: #FFFFFF;
}

.divContainer {
	margin: 0 auto;
    width: 100%;
}

.divFooter {
	width: 100%;
	min-height: 50px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #FFFFFF;
	text-align: center;
	color: black;
}

/* Header */

.header {
	margin: 0 auto;
	width: 100%;
	min-height: 100px;
	background-color: #FFFFFF;
}

@media (min-width: 1000px) {
	.header__wrapper {
		width: 90%;
		margin: auto;
		margin-top: 80px;
		margin-bottom: 50px;
		text-align: center;
	}

	.header__title {
		text-align: center;
		font-size: 72px;
		line-height: 72px;
	}

	.header__breaker {
		height: 2px;
		width: 700px;
		margin: auto;
		background-color: #35677F;
		margin-top: 50px;
		margin-bottom: 40px;
	}

	.header__intro {
		margin-top: 40px;
		text-align: center;
		font-size: 24px;
		line-height: 24px;
	}

	.header__link {
		display: inline-block;
		font-size: 24px;
		line-height: 24px;
		margin-left: 30px;
		margin-right: 30px;
		color: black;
	}

	.header__contacts {
		position: absolute;
		top: 10px;
		right: 14px;
		text-align: right;
	}

	.header__contact {
		font-size: 20px;
		line-height: 20px;
		margin-top: 8px;
		padding-right: 8px;
		border-right: 3px solid #35677F;
		cursor: pointer;
		color: black;
	}

	.header__logo {
		max-height: 100px;
		max-width: 100%;
		padding-bottom: 30px;
	}
}

@media (max-width: 1000px) {
	.header__wrapper {
		width: 90%;
		margin: auto;
		margin-top: 100px;
		margin-bottom: 40px;
		text-align: center;
	}

	.header__title {
		text-align: center;
		font-size: 72px;
		line-height: 80px;
	}

	.header__breaker {
		height: 2px;
		width: 80%;
		margin: auto;
		background-color: #35677F;
		margin-top: 50px;
		margin-bottom: 40px;
	}

	.header__intro {
		margin-top: 40px;
		text-align: center;
		font-size: 24px;
		line-height: 40px;
	}

	.header__link {
		display: block;
		font-size: 24px;
		line-height: 24px;
		margin-top: 30px;
		color: black;
	}

	.header__contacts {
		position: absolute;
		top: 10px;
		left: 14px;
		text-align: left;
	}

	.header__contact {
		font-size: 20px;
		line-height: 20px;
		margin-top: 8px;
		padding-left: 8px;
		border-left: 3px solid #35677F;
		cursor: pointer;
		color: black;
	}

	.header__logo {
		max-height: 160px;
		max-width: 100%;
	}
}

.header__links {
	width: 100%;
	text-align: center;
}

.header__contact:hover {
	font-weight: bold;
}

/* Contact Banner */

.divContactBannerItemFirst {
	padding-left: 100px;
}

.divContactBannerItemFirstMobile {
	padding-left: 20px;
}

.imgContactBanner{
	height: 12px;
}

.imgContactBannerLarge {
	width: 18px;
	height: 18px;
	cursor: pointer;
	vertical-align: middle;
}

.imgContactBannerLarge:hover {
	-moz-transform: translate(-0px, -2px);
    -ms-transform: translate(-0px, -2px);
    -o-transform: translate(-0px, -2px);
    -webkit-transform: translate(-0px, -2px);
    transform: translate(-0px, -2px);
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

/* Footer */

.footer {
	width: 100%;
	min-height: 50px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #FFFFFF;
	text-align: center;
}

@media (min-width: 1000px) {
	.footer__banner {
		display: inline-block;
		vertical-align: middle;
		width: 30%;
		margin-left: 3%;
		height: 80px;
		text-align: left;
	}

	.footer__social {
		display: inline-block;
		vertical-align: middle;
		width: 30%;
		margin-left: 1.5%;
		margin-right: 1.5%;
		text-align: center;
	}

	.footer__contact {
		display: inline-block;
		vertical-align: middle;
		width: 30%;
		margin-right: 3%;
	}

	.footer__contactItem {
		text-align: right;
	}

	.footer__logo {
		max-height: 100px;
		max-width: 100%;
		padding-bottom: 10px;
	}
}

@media (max-width: 1000px) {
	.footer__banner {
		width: 80%;
		margin-left: 10%;
		margin-right: 10%;
		margin-top: 40px;
		margin-bottom: 20px;
	}

	.footer__social {
		width: 80%;
		margin-left: 10%;
		margin-right: 10%;
		text-align: center;
	}

	.footer__contact {
		width: 80%;
		margin-left: 10%;
		margin-right: 10%;
		margin-bottom: 20px;
	}

	.footer__contactItem {
		text-align: center;
	}

	.footer__logo {
		max-height: 100px;
		max-width: 100%;
		padding-bottom: 10px;
	}
}

.footer__image {
	max-height: 100%;
	max-width: 100%;
}

.footer__icon {
	display: inline-block;
	vertical-align: middle;
	max-width: 16px;
	max-height: 16px;
	margin-right: 6px;
	margin-bottom: 4px;
}

.footer__link {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 6px;
	font-size: 16px;
	cursor: pointer;
	padding-right: 8px;
	border-right: 3px solid #5d8dc4;
}

	.footer__link:hover {
		font-weight: bold;
	}

.footer__title {
	margin-bottom: 6px;
	font-size: 32px;
	line-height: 32px;
}

.footer__text {
	font-size: 12px;
}

.footer__socialImage {
	height: 45px;
	margin-left: 5px;
	margin-right: 5px;
}

.footer__breaker {
	display: inline-block;
	width: 100px;
	height: 2px;
	background-color: #5d8dc4;
}

/* Content */

.divContent {
	width: 100%;
}

.tblContent {
	width: 100%;
	margin: auto;
	background-color: rgba(235, 234, 231, 0.5);
}

.tblContentDark {
	width: 100%;
	margin: auto;
	background-color: #35677F;
}

.tblContentPadding {
	padding: 60px 40px;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.noOverflow {
	overflow: hidden;
}

.middleAlign {
	vertical-align: middle;
}

@media (min-width: 1000px) {
	.paddingThick {
		padding-bottom: 40px;
	}
}

@media (max-width: 1000px) {
	.paddingThin {
		padding-bottom: 40px;
	}
}

/* Images */

.imgSocial {
	width: 25px;
	height: 25px;
	cursor: pointer;
}

.imgSocial:hover {
	-moz-transform: translate(-0px, -2px);
    -ms-transform: translate(-0px, -2px);
    -o-transform: translate(-0px, -2px);
    -webkit-transform: translate(-0px, -2px);
    transform: translate(-0px, -2px);
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

/* Text */

.txtMainNavigation {
	color: #000000;
	font-size: 16px;
    line-height: 25px;
	white-space: nowrap;
	cursor: pointer;
	font-family: "TeXGyreAdventor", sans-serif;
}

.tdTitleText {
	padding-left: 50px;
	padding-top: 30px;
	padding-bottom: 30px;
}

.txtTitle {
	font-family: "Caviar Dreams", sans-serif;
	font-size: 34px;
}

.tdIntroText {
	padding-left: 50px;
	padding-bottom: 30px;
}

.tdListText {
	padding-left: 40px;
}

.txtHeader {
	font-size: 20px;
}

.txtBold {
	font-weight: bold;
}

.txtFooter {
    font-size: 10px;
	line-height: 14px;	
}

.txtInput {
	width: 100%;
	min-width: 80px;
	padding: 6px;
	background-color: #FFFFFF;
	border: 2px solid #827E82;
	color: #212529;
}

.buttonMain {
	background-color: #FFFFFF;
    border: 2px solid #827e82;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 20px;
    padding-right: 20px;
    cursor: pointer;
    color: #9c989b;
}

.buttonMain:hover {
    color: #000000;
}

.txtLink {
	color: inherit;
	cursor: pointer;
	text-decoration: underline;
}

.txtLink:hover {
	text-decoration: none;
}

.txtLinkSmall {
	color: inherit;
	cursor: pointer;
	text-decoration: underline;
	font-size: 14px;
}

.txtLinkSmall:hover {
	text-decoration: none;
}

.txtLinkAlt {
	color: inherit;
	cursor: pointer;
	text-decoration: none;
}

.txtLinkAlt:hover {
	text-decoration: underline;
}

/* General Information */

@media (min-width: 1000px) {
	.tblGeneralInformation {
		padding: 40px 40px;
	}

	.divGeneralInformation {
		width: 25%;
		padding: 2%;
		margin: 2%;
		background-color: white;
		border-radius: 10px;
	}
	
	.spnGeneralInformation {
		display: block;
	}

	.headerGeneralInformation {
		border-bottom: 2px solid #35677f;
		padding-bottom: 10px;
		margin-bottom: 20px;
		display: inline-block;
	}
}

@media (max-width: 1000px) {
	.tblGeneralInformation {
		padding: 40px 20px;
	}

	.divGeneralInformation {
		margin: 20px;
		padding: 20px;
		background-color: white;
		border-radius: 12px;
	}
	
	.spnGeneralInformation {
		display: block;
	}

	.headerGeneralInformation {
		border-bottom: 2px solid #35677f;
		padding-bottom: 10px;
		margin-bottom: 20px;
		display: inline-block;
	}
}

/* Services Homepage */

@media (min-width: 1000px) {
	.divOurServicesTitle {
		width: 40%;
		margin: auto;
		border-bottom: 2px solid white;
		margin-bottom: 80px;
		padding-bottom: 30px;
	}

	.divSkill {
		float: left;
		width: 25%;
	}

	.imgSkill {
		width: 150px;
		height: 150px;
	}
}

@media (max-width: 1000px) {
	.divOurServicesTitle {
		width: 60%;
		margin: auto;
		border-bottom: 2px solid white;
		margin-bottom: 80px;
		padding-bottom: 30px;
	}

	.divSkill {
		float: left;
		width: 50%;
		padding-bottom: 20px;
	}

	.imgSkill {
		width: 150px;
		height: 150px;
	}
}

/* Services */

.services {
	text-align: center;
}

.service {
	background-color: white;
	border-radius: 10px;
	margin: 40px;
	text-align: center;
}

@media (min-width: 1000px) {
	.service__left {
		display: inline-block;
		vertical-align: top;
		width: 40%;
		margin-left: 3%;
		margin-right: 3%;
		padding-top: 50px;
		padding-bottom: 50px;
		text-align: left;
	}

	.service__right {
		display: inline-block;
		vertical-align: top;
		width: 40%;
		margin-left: 3%;
		margin-right: 3%;
		padding-top: 50px;
		padding-bottom: 50px;
		text-align: right;
	}
}

@media (max-width: 1000px) {
	.service__left {
		width: 80%;
		margin-left: 8%;
		margin-right: 8%;
		padding-top: 50px;
		padding-bottom: 50px;
		text-align: left;
	}

	.service__right {
		width: 80%;
		margin-left: 8%;
		margin-right: 8%;
		padding-bottom: 50px;
	}
}

.service__title {
	border-bottom: 2px solid #35677f;
	padding-bottom: 10px;
	margin-bottom: 20px;
	display: inline-block;
	font-size: 24px;
	line-height: 24px;
}

.service_points {
	margin-bottom: 20px;
}

.service__point {
	font-size: 16px;
}

.service__pointBullet {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #35677f;
	vertical-align: middle;
}

.service__pointText {
	display: inline-block;
	margin-left: 6px;
	vertical-align: middle;
}

.service__details {
	margin-bottom: 20px;
}

.service__image {
	width: 100%;
	border-radius: 6px;
}

/* Projects */

.projects {
	text-align: center;
	background-color: rgba(235, 234, 231, 0.5);
	padding-top: 20px;
	padding-bottom: 20px;
}

.project {
	background-color: white;
	border-radius: 10px;
	margin: 40px;
	text-align: center;
}

@media (min-width: 1000px) {
	.project__left {
		display: inline-block;
		vertical-align: top;
		width: 40%;
		margin-left: 3%;
		margin-right: 3%;
		padding-top: 50px;
		padding-bottom: 50px;
		text-align: left;
	}

	.project__right {
		display: inline-block;
		vertical-align: top;
		width: 40%;
		margin-left: 3%;
		margin-right: 3%;
		padding-top: 50px;
		padding-bottom: 50px;
		text-align: right;
	}
}

@media (max-width: 1000px) {
	.project__left {
		width: 80%;
		margin-left: 8%;
		margin-right: 8%;
		padding-top: 50px;
		padding-bottom: 50px;
		text-align: left;
	}

	.project__right {
		width: 80%;
		margin-left: 8%;
		margin-right: 8%;
		padding-bottom: 50px;
		text-align: left;
	}
}

.project__title {
	border-bottom: 2px solid #35677f;
	padding-bottom: 10px;
	margin-bottom: 20px;
	display: inline-block;
	font-size: 24px;
	line-height: 24px;
}

.project__details {
	margin-bottom: 20px;
}

.project__image {
	width: 100%;
	border-radius: 6px;
}

.project_points {
	margin-bottom: 20px;
}

.project__point {
	font-size: 16px;
}

.project__pointTitle {
	display: inline-block;
	vertical-align: middle;
	font-weight: bold;
}

.project__pointText {
	display: inline-block;
	margin-left: 6px;
	vertical-align: middle;
}

/* Contact */

.details {
	background: linear-gradient(0deg, #35677F 50%, #ebeae7 50%);
	padding-top: 100px;
	padding-bottom: 100px;
}

.details__wrapper {
	width: 80%;
	margin: auto;
	background-color: white;
	border-radius: 10px;
	box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
}

.details__content {
	width: 90%;
	margin: auto;
}

@media (min-width: 1000px) {
	.details__left {
		display: inline-block;
		vertical-align: top;
		width: 47%;
		margin-right: 3%;
		padding-bottom: 40px;
	}

	.details__right {
		display: inline-block;
		vertical-align: top;
		width: 47%;
		margin-left: 2%;
		padding-bottom: 40px;
	}
}

@media (max-width: 1000px) {
	.details__left {
		width: 100%;
		text-align: center;
		padding-bottom: 40px;
	}

	.details__right {
		width: 100%;
		text-align: center;
		padding-bottom: 40px;
	}
}

.details__title {
	text-align: center;
	font-size: 30px;
	padding: 40px;
	color: black;
}

.details__titleText {
	border-bottom: 2px solid #35677F;
}

.details__contact {
	padding-top: 6px;
	padding-bottom: 6px;
}

.detail__text {
	font-size: 14px;
	vertical-align: middle;
}

.detail__icon {
	width: 16px;
	vertical-align: middle;
	margin-right: 10px;
}

.details__map {
	width: 80%;
	margin-top: 30px;
}

/* Form */

.form {
	text-align: right;
}

@media (min-width: 1000px) {
	.form__imageWrapper {
		display: inline-block;
		vertical-align: top;
		width: 40%;
		margin-left: 5%;
		margin-right: 5%;
		margin-top: 40px;
		margin-bottom: 40px;
	}
}

@media (max-width: 1000px) {
	.form__imageWrapper {
		vertical-align: top;
		width: 90%;
		margin-left: 5%;
		margin-right: 5%;
		margin-top: 40px;
		margin-bottom: 40px;
	}
}

.form__table {
	width: 100%;
}

.form__input {
	padding: 10px;
	width: 90%;
	border: none;
	border-radius: 4px;
	background-color: #f2f2f2;
}

.form__message {
	font-size: 18px;
	margin-left: 70%;
}

.form__image {
	max-width: 100%;
	border-radius: 12px;
}

.form__send {
	font-size: 18px;
}

/* Hover Animation */

.hover {
  text-decoration: none;
  position: relative;
  cursor: pointer;
}

.hover:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -6px;
  left: 0;
  background-color: #35677F;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.hover:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/* Divider Header */

.divider {
	 text-align: center;
	 display: block;
}

.divider:before,
.divider:after {
	 background-color: #827E82;
	 content: "";
	 display: inline-block;
	 height: 2px;
	 position: relative;
	 vertical-align: middle;
	 width: 25%;
}

.divider:before {
	 right: 0.5em;
	 margin-left: -50%;
}

.divider:after {
	 left: 0.5em;
	 margin-right: -50%;
}

/* Mobile Navigation */

.divMobileNavigationContainer {
    display: inline-block;
    cursor: pointer;
}

.divMobileNavigationBar {
    width: 35px;
    height: 5px;
    background-color: #212529;
    margin: 6px 0;
    transition: 0.4s;
	border-radius: 4px;
}

.divMobileDropDown {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 500px;
}

.tblMobileDropDown {
	position: relative;
    z-index: 100;
    margin: auto;
    background-color: #EBEAE7;
    border-left: 1px solid #35677F;
    border-right: 1px solid #35677F;
    border-bottom: 1px solid #35677F;
}

.divMobileNavigationAnimate .divMobileNavigationBar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px) ;
    transform: rotate(-45deg) translate(-9px, 6px) ;
}

.divMobileNavigationAnimate .divMobileNavigationBar2 {
    opacity: 0;
}

.divMobileNavigationAnimate .divMobileNavigationBar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px) ;
    transform: rotate(45deg) translate(-8px, -8px) ;
}

/* Fonts */

.font--TeXGyreAdventor {
	font-family: "TeXGyreAdventor", sans-serif;
}

@font-face {
	font-family: "TeXGyreAdventor";
	font-style: normal;
	font-weight: normal;
	src: url(../fnt/texgyreadventor_regular_macroman/texgyreadventor-regular-webfont.eot);
	src: url(../fnt/texgyreadventor_regular_macroman/texgyreadventor-regular-webfont.eot) format("embedded-opentype"), 
	url(../fnt/texgyreadventor_regular_macroman/texgyreadventor-regular-webfont.woff) format("woff"),
	url(../fnt/texgyreadventor_regular_macroman/texgyreadventor-regular-webfont.svg) format("truetype"),
	url(../fnt/texgyreadventor_regular_macroman/texgyreadventor-regular-webfont.eot) format("svg")
}

@font-face {
	font-family: "TeXGyreAdventor";
	font-style: normal;
	font-weight: bold;
	src: url(../fnt/texgyreadventor_bold_macroman/texgyreadventor-bold-webfont.eot);
	src: url(../fnt/texgyreadventor_bold_macroman/texgyreadventor-bold-webfont.eot) format("embedded-opentype"), 
	url(../fnt/texgyreadventor_bold_macroman/texgyreadventor-bold-webfont.woff) format("woff"),
	url(../fnt/texgyreadventor_bold_macroman/texgyreadventor-bold-webfont.svg) format("truetype"),
	url(../fnt/texgyreadventor_bold_macroman/texgyreadventor-bold-webfont.eot) format("svg")
}

@font-face {
	font-family: "Caviar Dreams";
	font-style: normal;
	font-weight: normal;
	src: url(../fnt/caviardreams_regular_macroman/CaviarDreams-webfont.eot);
	src: url(../fnt/caviardreams_regular_macroman/CaviarDreams-webfont.eot) format("embedded-opentype"), 
	url(../fnt/caviardreams_regular_macroman/CaviarDreams-webfont.woff) format("woff"),
	url(../fnt/caviardreams_regular_macroman/CaviarDreams-webfont.svg) format("truetype"),
	url(../fnt/caviardreams_regular_macroman/CaviarDreams-webfont.eot) format("svg")
}