h1 {
	font-size: 28px;
	line-height: 36px;
	margin: 0px 80px 30px 80px;
}

#arrow-first {
	display:none;
}

#topMenu {
	position: fixed;
	right: 0px;
	width: 100%;
	height: 100%;
	margin-right: 0px;
	margin-top: 0px;
    background-color: rgba(0,0,0,.65);
   -moz-box-sizing:    border-box;
   -webkit-box-sizing: border-box;
    box-sizing:        border-box;
	border: 4px solid white;
}
#topMenu ul {
	text-align: center;
	padding: 0;
	list-style: none;
	top: 50%;
	margin-top: -210px;
	margin-right: 0;
	position: relative;
}
#topMenu li {
	position: relative;
	display: block;
	margin: 0px;
}
#topMenu li a {
	font-weight: 600;
	font-size: 18pt;
    line-height: 70px;
}
#topMenu li a img {
	margin-top: -5px;
}

#topMenu li.search {
	width: auto;
	height: auto;
	margin-top: auto;
	overflow: visible;
	margin: auto;
}
#searchContainer {
	position: relative;
	width: auto;
	height: 30px;
	right: auto;
	overflow: visible;
	right: auto;
}
#searchInputContainer {
	width: 192px;
	height: 41px;
	margin-top: 12px;
	left: 50%;
	margin-left: -96px;
}
#searchInput {
	font-size: 16px;
	width: 150px;
	height: 30px;
	margin: 0;
	padding: 5px 30px 6px 12px;
}
#searchIconContainer {
/*	position: relative;*/
	left: 0;
	right: 0;
	top: 17px;
	margin: auto;
	width: 30px;
	height: 30px;
}
#searchIcon {
	position: absolute;
	width: 30px;
	height: 30px;
	background-size: 30px 30px;
/*	margin: 10px -20px;*/
}

#menuButton {
	margin-right: 20px;
	margin-top: 15px;
}

#sectionIntro h2 {
	font-size: 18pt;
	line-height: 26pt;
}

#sectionCapabilities h1 {
	/*font-size: 24px;
	line-height: 32px;*/
}
#sectionCapabilities #capabilitiesSubContainer {
	margin-top: 0px;
}
#sectionCapabilities .capabilitiesSub h2 {
	font-size: 25px;
}
#sectionCapabilities .capabilitiesSub p {
	font-size: 17px;
	line-height: 25px;
	margin: 0px 40px -5px 40px;
}

#sectionWork .carousel li h1 {
	/*margin:  28px auto;*/
	max-width: 480px;
	margin:auto;
}

#sectionQuotes h4 {
	font-size: 14px;
	line-height: 22px;
}
#sectionQuotes h5 {
	font-size: 12px;
	line-height: 20px;
}
#sectionQuotes .carousel li h1 {
	font-size: 18px;
	line-height: 26px;
	max-width: 500px;
	min-width: 450px;
}

#sectionContact .officeBlock {
	height: 225px;
}
#sectionContact .officeBlock h1 {
	font-size: 20px;
	margin: 80px 0px 0px 0px;
}
#sectionContact .officeBlock h2 {
	font-size: 20px;
}
#sectionContact #footer h1 {
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 20px;
	padding-top: 50px;
}
#sectionContact .contact {
	font-size: 20px;
	line-height: 20px;
}




























