
html {
	scroll-behavior: smooth;
}

body {
	margin: 0px;
	-webkit-text-size-adjust: 100%;
	color: #232323;
	font-family: "Manrope", sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 32px;
	background-color: #272727;
}

img {
    border: 0;
    padding: 0px;
    margin: 0px;
    outline: none;
    display: block;
}

img, a, span {
    vertical-align: baseline;
}

div {
    padding: 0px;
    margin: 0px;
}

p {
	margin-bottom: 32px;	
}

.clear {
    clear: both;
    height: 0px;
    overflow: hidden;
}

a {
    display: inline;
    color: #b1221f;
    text-decoration: none;
    -webkit-transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
    word-wrap: break-word;
}

a:active, a:focus, audio:active, audio:focus, button:active, button:focus {
    outline: none;
}

a:hover {
    color: #b1221f;
    text-decoration: underline;
}

a[href^=tel] {
    color: inherit;
    text-decoration: none;
}

#mobile-menu {
	display: none;	
}

.open-it {
	top: 0px !important;
}

#header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 5000;
	width: 100%;
	box-sizing: border-box;
	background-color: #a01d1a;
}

#header-wrapper {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;	
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	width: 100%;
	height: 130px;
}

#logo {
	width: 116px;
	line-height: 0;
}

#logo img {
	width: 100%;
	height: auto;
}

#navigation {
	color: #f2f2f2;
	font-family: "Manrope", sans-serif;
	font-size: 15px;
	font-weight: 700;
	line-height: 24px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	text-align: right;
}

#navigation a {
	color: #f2f2f2;
	text-decoration: none;
	opacity: 1.0;
	margin-left: 28px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

#navigation a:first-of-type {
	margin-left: 0px !important;
}

#navigation a:hover {
	color: #f2f2f2;
	text-decoration: none;
	opacity: 0.6;
}

#open-menu {
	display: none;	
}

#footer {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;	
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 5000;
	width: 100%;
	height: 60px;
	box-sizing: border-box;
	padding: 0px 24px 0px 25px;
	background-color: #272727;
	color: #f2f2f2;
	font-family: "Outfit", sans-serif;
	font-size: 11px;
	font-weight: 500;
	line-height: 16px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

#footer a {
	color: #f2f2f2;
	text-decoration: none;
	opacity: 1.0;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

#footer a:hover {
	color: #f2f2f2;
	text-decoration: none;
	opacity: 0.6;
}

#footer-copyright {
	text-align: right;
}

#footer-credits {
	
}

#footer-credits span {
	display: inline-block;
}

#footer-credits br {
	display: none;
}

#site-wrapper {
	padding-top: 130px;
	padding-bottom: 60px;
	background-color: #fefefe;
}

.common-pad {
	padding-left: 105px;
	padding-right: 105px;
}

.wrapper-wide {
	max-width: 955px;
	margin: 0 auto;
}

.wrapper {
	max-width: 755px;
	margin: 0 auto;
}

.bg-white {
	background-color: #fefefe;
	background-image: url("../img/common/star-grey.png"); 
    background-repeat: no-repeat;
	background-position: right center;
    background-size: 982px auto;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) { 
    .bg-white {
        background-image: url("../img/common/star-grey@2x.png");
    }
}

.bg-grey {
	background-color: #f5f5f5;
	background-image: url("../img/common/star-white.png"); 
    background-repeat: no-repeat;
	background-position: right center;
    background-size: 982px auto;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) { 
    .bg-grey {
        background-image: url("../img/common/star-white@2x.png");
    }
}

.flex {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	width: 100%;
	min-height: calc(100vh - 130px - 60px);
	box-sizing: border-box;
}

.content-wrapper {
	width: 100%;
	padding-top: 130px;
	padding-bottom: 130px;
}

h2 {
	color: #a01d1a;
	font-family: "Manrope", sans-serif;
	font-size: 50px;
	font-weight: 200;
	line-height: 60px;
	padding: 0;
	margin: 0;
}

h3 {
	color: #232323;
	font-family: "Manrope", sans-serif;
	font-size: 22px;
	font-weight: 800;
	line-height: 32px;
	padding: 0;
	margin: 0;
}

h3.red {
	color: #b1221f;
}

#intro {
	
}

#intro-wrapper {
	padding-top: 100px;
	padding-bottom: 130px;
}

#intro-content {
	
}

#intro-content-left {
	float: left;
	width: calc(50% - 22.5px);
}

#intro-content-left h2 {
	
}

#intro-content-right {
	float: right;
	width: calc(50% - 22.5px);
	padding-top: 11px;
}

#what-we-do {
	
}

#what-wrapper {
	
}

#what-title {
	
}

#what-content {
	padding-top: 40px;
}

#what-services-title {
	padding-top: 27px;
}

#what-services-title h3 {
	
}

#what-services-list {
	padding-top: 30px;
}

.services-item {
	border-bottom: 1px solid #c4c4c4;
}

.services-item a {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	min-height: 49px;
	box-sizing: border-box;
	padding: 11px 0px 14px 0px;
	text-decoration: none;
}

.services-item a span {
	width: calc(100% - 100px);
	box-sizing: border-box;
	padding-right: 45px;
	color: #232323;
	font-family: "Manrope", sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.services-item a:hover span {
	color: #b1221f;
}

.services-item a i {
	width: 100px;
	box-sizing: border-box;
	text-align: right;
	padding-right: 15px;
	color: #b1221f;
	font-size: 18px;
	line-height: 24px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.services-item a i.fa-square-plus {
	display: block;	
}

.services-item a i.fa-square-minus {
	display: none;	
}

.services-item a:hover i {
	padding-right: 20px;
	color: #232323;
}

.services-item-details {
	display: none;
	padding-bottom: 41px;
}

ul {
	list-style: none;
    margin: 0px;
	padding: 0px;
}

ul li {
    position: relative;
    margin: 0px;
	padding: 0px;
    padding-left: 19px;
    margin-bottom: 0px;
}

ul li::before {
    position: absolute;
    top: 0px;
    left: 3px;
    content: "\2022";
    color: #232323;
}

#what-bottom {
	color: #a01d1a;
	font-family: "Manrope", sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 26px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	padding-left: 1.5px;
	padding-top: 44px;
	text-align: center;
}

#executives {
	
}

#executives-wrapper {
	
}

#executives-title {
	
}

#executives-title h2 {
	
}

#executives-content {
	padding-top: 40px;
}

.executives-item {
	padding-top: 59px;
}

.executives-item:first-of-type {
	padding-top: 0px !important;
}

.executives-item-title {
	
}

.executives-item-title h3 {
	
}

.executives-item-title h3 span {
	font-weight: 400;
}

.executives-item-title h3 span span {
	color: #a5a5a5;
}

.executives-item-text {
	padding-top: 24px;
}

#job-listings {
	
}

#job-wrapper {
	
}

#job-title {
	
}

#job-content {
	padding-top: 40px;
}

.job-item {
	padding-top: 40px;
}

.job-item:first-of-type {
	padding-top: 0px !important;
}

.job-item-title {
	
}

.job-item-text {
	padding-top: 34px;
}

#contact {
	
}

#contact-wrapper {
	min-height: calc(100vh - 130px - 60px - 460px);
}

#contact-wrapper .content-wrapper {
	min-height: 0px;
}

#contact-title {
	
}

#contact-content {
	padding-top: 40px;
}

#contact-content-left {
	float: left;
	width: calc(50% - 22.5px);
}

#contact-content-right {
	float: right;
	width: calc(50% - 22.5px);
}

.contact-item {
	position: relative;
	margin-top: 32px;
	padding-left: 55px;
}

.contact-item:first-of-type {
	margin-top: 0px !important;
}

.contact-item i {
	position: absolute;
	top: 9px;
	left: 0;
	color: #b1221f;
}

#contact-map {
	height: 460px;	
}

#contact-map iframe {
	display: block;
	margin: 0 auto;
	width: 100% !important;
	height: 100% !important;
}

#privacy-policy {
	
}

.popup-content {
	display: none;
}

.popup-content.fancybox-content {
	max-width: 955px;
	padding: 94px 100px 100px 100px;
	border-radius: 20px;
	overflow: hidden;
}

.popup-content.fancybox-content .fancybox-close-small {
	display: none !important;
}

.popup-content-close {
	position: absolute;
	top: 25px;
	right: 25px;
	text-align: right;
	color: #b1221f;
	font-size: 40px;
	line-height: 40px;
}

.popup-content-close a {
	color: #b1221f;
	text-decoration: none;
}

.popup-content-close a:hover {
	color: #232323;
	text-decoration: none;
}

.popup-content-wrapper {
	
}

.popup-content-title {
	
}

.popup-content-title h2 {
	
}

.popup-content-text {
	padding-top: 40px;
}


/* -------------------- */
/* -------------------- */

@media all and (max-width: 1349px) {

	/* ipad horizontal layout */

	body {
		font-size: 16px;
		line-height: 32px;
	}

	#header-wrapper {
		width: 100%;
		height: 130px;
	}

	#logo {
		width: 116px;
	}

	#navigation {
		font-size: 15px;
		line-height: 24px;
		letter-spacing: 1.5px;
	}

	#navigation a {
		margin-left: 28px;
	}

	#footer {
		height: 60px;
		padding: 0px 24px 0px 25px;
		font-size: 11px;
		line-height: 16px;
		letter-spacing: 1px;
	}

	#site-wrapper {
		padding-top: 130px;
		padding-bottom: 60px;
	}

	.common-pad {
		padding-left: 60px;
		padding-right: 60px;
	}

	.wrapper-wide {
		max-width: 955px;
	}

	.wrapper {
		max-width: 755px;
	}

	.bg-white {
		background-size: 982px auto;
	}

	.bg-grey {
		background-size: 982px auto;
	}

	.flex {
		min-height: calc(100vh - 130px - 60px);
	}

	.content-wrapper {
		padding-top: 100px;
		padding-bottom: 100px;
	}

	h2 {
		font-size: 50px;
		line-height: 60px;
	}

	h3 {
		font-size: 22px;
		line-height: 32px;
	}

	#intro-wrapper {
		padding-top: 80px;
		padding-bottom: 100px;
	}

	#intro-content-left {
		width: calc(50% - 22.5px);
	}

	#intro-content-right {
		width: calc(50% - 22.5px);
		padding-top: 11px;
	}

	#what-content {
		padding-top: 40px;
	}

	#what-services-title {
		padding-top: 27px;
	}

	#what-services-list {
		padding-top: 30px;
	}

	.services-item {
		border-bottom: 1px solid #c4c4c4;
	}

	.services-item a {
		min-height: 49px;
		padding: 11px 0px 14px 0px;
	}

	.services-item a span {
		width: calc(100% - 100px);
		padding-right: 45px;
		font-size: 18px;
		line-height: 24px;
	}
	
	.services-item a i {
		width: 100px;
		padding-right: 15px;
		font-size: 18px;
		line-height: 24px;
	}

	.services-item a:hover i {
		padding-right: 20px;
	}

	.services-item-details {
		padding-bottom: 41px;
	}

	ul li {
		padding-left: 19px;
	}

	ul li::before {
		left: 3px;
	}

	#what-bottom {
		font-size: 14px;
		line-height: 26px;
		letter-spacing: 1.5px;
		padding-left: 1.5px;
		padding-top: 44px;
	}

	#executives-content {
		padding-top: 40px;
	}

	.executives-item {
		padding-top: 59px;
	}

	.executives-item-text {
		padding-top: 24px;
	}

	#job-content {
		padding-top: 40px;
	}

	.job-item {
		padding-top: 40px;
	}

	.job-item-text {
		padding-top: 34px;
	}

	#contact-wrapper {
		min-height: calc(100vh - 130px - 60px - 460px);
	}

	#contact-wrapper .content-wrapper {
		min-height: 0px;
	}

	#contact-content {
		padding-top: 40px;
	}

	#contact-content-left {
		width: calc(50% - 22.5px);
	}

	#contact-content-right {
		width: calc(50% - 22.5px);
	}

	.contact-item {
		margin-top: 32px;
		padding-left: 55px;
	}

	.contact-item i {
		top: 9px;
		left: 0;
	}

	#contact-map {
		height: 460px;	
	}

	.popup-content.fancybox-content {
		max-width: 955px;
		padding: 94px 100px 100px 100px;
		border-radius: 20px;
	}

	.popup-content-close {
		top: 25px;
		right: 25px;
		font-size: 40px;
		line-height: 40px;
	}

	.popup-content-text {
		padding-top: 40px;
	}
	
}


/* -------------------- */
/* -------------------- */

@media all and (max-width: 1023px) {

	/* ipad vertical layout */
	
	body {
		font-size: 16px;
		line-height: 30px;
	}

	#header-wrapper {
		width: 100%;
		height: 130px;
	}

	#logo {
		width: 116px;
	}

	#navigation {
		font-size: 14px;
		line-height: 22px;
		letter-spacing: 1.5px;
	}

	#navigation a {
		margin-left: 22px;
	}

	#footer {
		display: block;
		height: 60px;
		padding: 0px 24px 0px 25px;
		font-size: 11px;
		line-height: 16px;
		letter-spacing: 1px;
	}

	#footer-copyright {
		float: none;
		text-align: center;
		padding-top: 14px;
	}

	#footer-credits {
		float: none;
		text-align: center;
	}

	#footer-credits span {
		display: inline-block;
	}

	#footer-credits br {
		display: none;
	}

	#site-wrapper {
		padding-top: 130px;
		padding-bottom: 60px;
	}

	.common-pad {
		padding-left: 45px;
		padding-right: 45px;
	}

	.wrapper-wide {
		max-width: 955px;
	}

	.wrapper {
		max-width: 755px;
	}

	.bg-white {
		background-size: 700px auto;
	}

	.bg-grey {
		background-size: 700px auto;
	}

	.flex {
		min-height: calc(100vh - 130px - 60px);
	}

	.content-wrapper {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	h2 {
		font-size: 40px;
		line-height: 48px;
	}

	h3 {
		font-size: 22px;
		line-height: 30px;
	}

	#intro-wrapper {
		padding-top: 50px;
		padding-bottom: 60px;
	}

	#intro-content-left {
		width: calc(50% - 22.5px);
	}

	#intro-content-right {
		width: calc(50% - 22.5px);
		padding-top: 9px;
	}

	#what-content {
		padding-top: 40px;
	}

	#what-services-title {
		padding-top: 27px;
	}

	#what-services-list {
		padding-top: 30px;
	}

	.services-item {
		border-bottom: 1px solid #c4c4c4;
	}

	.services-item a {
		min-height: 49px;
		padding: 11px 0px 14px 0px;
	}

	.services-item a span {
		width: calc(100% - 100px);
		padding-right: 45px;
		font-size: 18px;
		line-height: 24px;
	}
	
	.services-item a i {
		width: 100px;
		padding-right: 15px;
		font-size: 18px;
		line-height: 24px;
	}

	.services-item a:hover i {
		padding-right: 20px;
	}

	.services-item-details {
		padding-bottom: 41px;
	}

	ul li {
		padding-left: 19px;
	}

	ul li::before {
		left: 3px;
	}

	#what-bottom {
		font-size: 14px;
		line-height: 26px;
		letter-spacing: 1.5px;
		padding-left: 1.5px;
		padding-top: 44px;
	}

	#executives-content {
		padding-top: 40px;
	}

	.executives-item {
		padding-top: 59px;
	}

	.executives-item-text {
		padding-top: 24px;
	}

	#job-content {
		padding-top: 40px;
	}

	.job-item {
		padding-top: 40px;
	}

	.job-item-text {
		padding-top: 34px;
	}

	#contact-wrapper {
		min-height: calc(100vh - 130px - 60px - 400px);
	}

	#contact-wrapper .content-wrapper {
		min-height: 0px;
	}

	#contact-content {
		padding-top: 40px;
	}

	#contact-content-left {
		width: calc(50% - 22.5px);
	}

	#contact-content-right {
		width: calc(50% - 22.5px);
	}

	.contact-item {
		margin-top: 30px;
		padding-left: 50px;
	}

	.contact-item i {
		top: 8px;
		left: 0;
	}

	#contact-map {
		height: 400px;	
	}

	.popup-content.fancybox-content {
		max-width: 955px;
		padding: 70px 80px 80px 80px;
		border-radius: 20px;
	}

	.popup-content-close {
		top: 25px;
		right: 25px;
		font-size: 40px;
		line-height: 40px;
	}

	.popup-content-text {
		padding-top: 40px;
	}
	
}

	
/* -------------------- */
/* -------------------- */

@media all and (max-width: 767px) {

	/* mobile layout */
	
	body {
		font-size: 16px;
		line-height: 28px;
	}
	
	#mobile-menu {
		display: block;
		position: fixed;
		top: calc(-100vh - 1000px);
		left: 0px;
		z-index: 9999;
		width: 100%;
		box-sizing: border-box;
		background-color: #a21b12;
		-webkit-transition: top 0.4s ease-in-out;
		-moz-transition: top 0.4s ease-in-out;
		-o-transition: top 0.4s ease-in-out;
		transition: top 0.4s ease-in-out;
	}
	
	body.no-scroll {
		overflow: hidden;
		height: 100vh;
	}
	
	#mobile-top {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;	
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 100%;
		height: 130px;
	}

	#mobile-logo {
		width: 116px;
		line-height: 0;
	}

	#mobile-logo img {
		width: 100%;
		height: auto;
	}
	
	#close-menu {
		text-align: right;
		line-height: 0;
	}
	
	#close-menu a {
		position: relative;
		display: inline-block;
		width: 62px;
		height: 46px;
		-webkit-transition: all 0.2s linear 0s;
		-moz-transition: all 0.2s linear 0s;
		-o-transition: all 0.2s linear 0s;
		transition: all 0.2s linear 0s;
	}
	
	#close-menu a .close-bar {
		position: absolute;
		top: 21.5px;
		left: 0px;
		width: 62px;
		height: 3px;
		background-color: #f2f2f2;
		overflow: hidden;
		-webkit-transition: all 0.2s ease-in-out 0s;
		-moz-transition: all 0.2s ease-in-out 0s;
		-o-transition: all 0.2s ease-in-out 0s;
		transition: all 0.2s ease-in-out 0s;
	}
	
	#close-menu a .close-bar:nth-of-type(1) {
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	
	#close-menu a .close-bar:nth-of-type(2) {
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	
	#close-menu a:hover .close-bar:nth-of-type(1),
	#close-menu a:hover .close-bar:nth-of-type(2) {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	#mobile-wrapper {
		width: 100%;
		height: calc(100vh - 130px);
		overflow-y: auto;
	}
	
	#mobile-flex {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		text-align: center;
		width: 100%;
		min-height: 100%;
	}

	#mobile-navigation {
		width: 100%;
		padding-bottom: 50px;
		color: #f2f2f2;
		font-family: "Manrope", sans-serif;
		font-size: 32px;
		font-weight: 500;
		line-height: 50px;
		letter-spacing: 3px;
		text-transform: uppercase;
		text-align: center;
	}

	#mobile-navigation a {
		display: inline-block;
		color: #ebe7e2;
		text-decoration: none;
		padding-left: 3px;
		margin-top: 29px;
	}
	
	#mobile-navigation a:first-of-type {
		margin-top: 0px !important;	
	}

	#mobile-navigation a:hover {
		color: #232323;
		text-decoration: none;
	}

	#header-wrapper {
		width: 100%;
		height: 130px;
	}

	#logo {
		width: 116px;
	}

	#navigation {
		display: none;
	}
	
	#open-menu {
		display: block;
		text-align: right;
		line-height: 0;
	}
	
	#open-menu a {
		position: relative;
		display: inline-block;
		width: 62px;
		height: 46px;
		-webkit-transition: all 0.2s linear 0s;
		-moz-transition: all 0.2s linear 0s;
		-o-transition: all 0.2s linear 0s;
		transition: all 0.2s linear 0s;
	}
	
	#open-menu a .open-bar {
		position: absolute;
		left: 0px;
		width: 62px;
		height: 3px;
		background-color: #f2f2f2;
		overflow: hidden;
	}
	
	#open-menu a .open-bar:nth-of-type(1) {
		top: 4px;
		-webkit-transition: all 0.2s ease-in-out 0s;
		-moz-transition: all 0.2s ease-in-out 0s;
		-o-transition: all 0.2s ease-in-out 0s;
		transition: all 0.2s ease-in-out 0s;
	}
	
	#open-menu a .open-bar:nth-of-type(2) {
		top: 21.5px;
	}
	
	#open-menu a .open-bar:nth-of-type(3) {
		top: 39px;
		-webkit-transition: all 0.2s ease-in-out 0s;
		-moz-transition: all 0.2s ease-in-out 0s;
		-o-transition: all 0.2s ease-in-out 0s;
		transition: all 0.2s ease-in-out 0s;
	}
	
	#open-menu a:hover .open-bar:nth-of-type(1), #open-menu a:hover .open-bar:nth-of-type(3) {
		top: 21.5px;
	}

	#footer {
		position: static;
		display: block;
		height: auto;
		padding: 15px 24px 16px 25px;
		font-size: 11px;
		line-height: 16px;
		letter-spacing: 1px;
	}

	#footer-copyright {
		float: none;
		text-align: center;
		padding-top: 0px;
	}

	#footer-credits {
		float: none;
		text-align: center;
	}

	#footer-credits span {
		display: none;
	}

	#footer-credits br {
		display: inline-block;
	}

	#site-wrapper {
		padding-top: 130px;
		padding-bottom: 0px;
	}

	.common-pad {
		padding-left: 35px;
		padding-right: 35px;
	}

	.wrapper-wide {
		max-width: 955px;
	}

	.wrapper {
		max-width: 755px;
	}

	.bg-white {
		background-image: none;
	}

	.bg-grey {
		background-image: none;
	}

	.flex {
		min-height: 0px;
	}

	.content-wrapper {
		padding-top: 40px;
		padding-bottom: 50px;
	}

	h2 {
		font-size: 38px;
		line-height: 46px;
	}

	h3 {
		font-size: 22px;
		line-height: 28px;
	}

	#intro-wrapper {
		padding-top: 40px;
		padding-bottom: 50px;
	}

	#intro-content-left {
		float: none;
		width: auto;
	}

	#intro-content-right {
		float: none;
		width: auto;
		padding-top: 20px;
	}

	#what-content {
		padding-top: 20px;
	}

	#what-services-title {
		padding-top: 27px;
	}

	#what-services-list {
		padding-top: 10px;
	}

	.services-item {
		border-bottom: 1px solid #c4c4c4;
	}

	.services-item a {
		min-height: 49px;
		padding: 11px 0px 14px 0px;
	}

	.services-item a span {
		width: calc(100% - 100px);
		padding-right: 45px;
		font-size: 18px;
		line-height: 24px;
	}
	
	.services-item a i {
		width: 100px;
		padding-right: 15px;
		font-size: 18px;
		line-height: 24px;
	}

	.services-item a:hover i {
		padding-right: 20px;
	}

	.services-item-details {
		padding-bottom: 30px;
	}

	ul li {
		padding-left: 19px;
	}

	ul li::before {
		left: 3px;
	}

	#what-bottom {
		font-size: 14px;
		line-height: 26px;
		letter-spacing: 1.5px;
		padding-left: 1.5px;
		padding-top: 40px;
	}

	#executives-content {
		padding-top: 20px;
	}

	.executives-item {
		padding-top: 40px;
	}

	.executives-item-text {
		padding-top: 10px;
	}

	#job-content {
		padding-top: 20px;
	}

	.job-item {
		padding-top: 40px;
	}

	.job-item-text {
		padding-top: 34px;
	}

	#contact-wrapper {
		min-height: 0px;
	}

	#contact-wrapper .content-wrapper {
		min-height: 0px;
	}

	#contact-content {
		padding-top: 20px;
	}

	#contact-content-left {
		float: none;
		width: auto;
	}

	#contact-content-right {
		float: none;
		width: auto;
		margin-top: 28px;
	}

	.contact-item {
		margin-top: 28px;
		padding-left: 50px;
	}

	.contact-item i {
		top: 8px;
		left: 0;
	}

	#contact-map {
		height: 300px;	
	}

	.popup-content.fancybox-content {
		max-width: 955px;
		padding: 34px 35px 40px 35px;
		border-radius: 20px;
	}

	.popup-content-close {
		top: 20px;
		right: 20px;
		font-size: 30px;
		line-height: 30px;
	}

	.popup-content-text {
		padding-top: 20px;
	}
	
}


/* -------------------- */
/* -------------------- */

@media all and (max-width: 599px) {

	/* smaller tablet */
	
	.common-pad {
		padding-left: 30px;
		padding-right: 30px;
	}
	
}


/* -------------------- */
/* -------------------- */

@media all and (max-width: 479px) {

	/* mobile vertical layout */
	
	

}
